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 "shlex",
423 "smol",
424 "streaming_diff",
425 "task",
426 "telemetry",
427 "telemetry_events",
428 "terminal",
429 "terminal_view",
430 "text",
431 "theme",
432 "time",
433 "time_format",
434 "tree-sitter-md",
435 "ui",
436 "ui_input",
437 "unindent",
438 "url",
439 "urlencoding",
440 "util",
441 "watch",
442 "workspace",
443 "workspace-hack",
444 "zed_actions",
445]
446
447[[package]]
448name = "ahash"
449version = "0.7.8"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
452dependencies = [
453 "getrandom 0.2.15",
454 "once_cell",
455 "version_check",
456]
457
458[[package]]
459name = "ahash"
460version = "0.8.11"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
463dependencies = [
464 "cfg-if",
465 "const-random",
466 "getrandom 0.2.15",
467 "once_cell",
468 "serde",
469 "version_check",
470 "zerocopy 0.7.35",
471]
472
473[[package]]
474name = "aho-corasick"
475version = "1.1.3"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
478dependencies = [
479 "memchr",
480]
481
482[[package]]
483name = "ai_onboarding"
484version = "0.1.0"
485dependencies = [
486 "client",
487 "cloud_llm_client",
488 "component",
489 "gpui",
490 "language_model",
491 "serde",
492 "smallvec",
493 "telemetry",
494 "ui",
495 "workspace-hack",
496 "zed_actions",
497]
498
499[[package]]
500name = "alacritty_terminal"
501version = "0.25.1-rc1"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
504dependencies = [
505 "base64 0.22.1",
506 "bitflags 2.9.0",
507 "home",
508 "libc",
509 "log",
510 "miow",
511 "parking_lot",
512 "piper",
513 "polling",
514 "regex-automata",
515 "rustix 1.0.7",
516 "rustix-openpty",
517 "serde",
518 "signal-hook",
519 "unicode-width 0.2.0",
520 "vte",
521 "windows-sys 0.59.0",
522]
523
524[[package]]
525name = "aliasable"
526version = "0.1.3"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
529
530[[package]]
531name = "aligned-vec"
532version = "0.5.0"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
535
536[[package]]
537name = "allocator-api2"
538version = "0.2.21"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
541
542[[package]]
543name = "alsa"
544version = "0.9.1"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
547dependencies = [
548 "alsa-sys",
549 "bitflags 2.9.0",
550 "cfg-if",
551 "libc",
552]
553
554[[package]]
555name = "alsa-sys"
556version = "0.3.1"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
559dependencies = [
560 "libc",
561 "pkg-config",
562]
563
564[[package]]
565name = "ambient-authority"
566version = "0.0.2"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
569
570[[package]]
571name = "ammonia"
572version = "4.1.0"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
575dependencies = [
576 "cssparser",
577 "html5ever 0.31.0",
578 "maplit",
579 "tendril",
580 "url",
581]
582
583[[package]]
584name = "android-tzdata"
585version = "0.1.1"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
588
589[[package]]
590name = "android_system_properties"
591version = "0.1.5"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
594dependencies = [
595 "libc",
596]
597
598[[package]]
599name = "anes"
600version = "0.1.6"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
603
604[[package]]
605name = "anstream"
606version = "0.6.18"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
609dependencies = [
610 "anstyle",
611 "anstyle-parse",
612 "anstyle-query",
613 "anstyle-wincon",
614 "colorchoice",
615 "is_terminal_polyfill",
616 "utf8parse",
617]
618
619[[package]]
620name = "anstyle"
621version = "1.0.10"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
624
625[[package]]
626name = "anstyle-parse"
627version = "0.2.6"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
630dependencies = [
631 "utf8parse",
632]
633
634[[package]]
635name = "anstyle-query"
636version = "1.1.2"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
639dependencies = [
640 "windows-sys 0.59.0",
641]
642
643[[package]]
644name = "anstyle-wincon"
645version = "3.0.7"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
648dependencies = [
649 "anstyle",
650 "once_cell",
651 "windows-sys 0.59.0",
652]
653
654[[package]]
655name = "anthropic"
656version = "0.1.0"
657dependencies = [
658 "anyhow",
659 "chrono",
660 "futures 0.3.31",
661 "http_client",
662 "schemars 1.0.1",
663 "serde",
664 "serde_json",
665 "settings",
666 "strum 0.27.1",
667 "thiserror 2.0.12",
668 "workspace-hack",
669]
670
671[[package]]
672name = "any_vec"
673version = "0.14.0"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
676
677[[package]]
678name = "anyhow"
679version = "1.0.98"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
682
683[[package]]
684name = "approx"
685version = "0.5.1"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
688dependencies = [
689 "num-traits",
690]
691
692[[package]]
693name = "arbitrary"
694version = "1.4.1"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
697dependencies = [
698 "derive_arbitrary",
699]
700
701[[package]]
702name = "arg_enum_proc_macro"
703version = "0.3.4"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
706dependencies = [
707 "proc-macro2",
708 "quote",
709 "syn 2.0.101",
710]
711
712[[package]]
713name = "arraydeque"
714version = "0.5.1"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
717
718[[package]]
719name = "arrayref"
720version = "0.3.9"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
723
724[[package]]
725name = "arrayvec"
726version = "0.7.6"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
729dependencies = [
730 "serde",
731]
732
733[[package]]
734name = "as-raw-xcb-connection"
735version = "1.0.1"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
738
739[[package]]
740name = "ascii"
741version = "1.1.0"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
744
745[[package]]
746name = "ash"
747version = "0.38.0+1.3.281"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
750dependencies = [
751 "libloading",
752]
753
754[[package]]
755name = "ash-window"
756version = "0.13.0"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
759dependencies = [
760 "ash",
761 "raw-window-handle",
762 "raw-window-metal",
763]
764
765[[package]]
766name = "ashpd"
767version = "0.11.0"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
770dependencies = [
771 "async-fs",
772 "async-net",
773 "enumflags2",
774 "futures-channel",
775 "futures-util",
776 "rand 0.9.1",
777 "serde",
778 "serde_repr",
779 "url",
780 "wayland-backend",
781 "wayland-client",
782 "wayland-protocols 0.32.6",
783 "zbus",
784]
785
786[[package]]
787name = "ashpd"
788version = "0.12.0"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
791dependencies = [
792 "async-fs",
793 "async-net",
794 "enumflags2",
795 "futures-channel",
796 "futures-util",
797 "rand 0.9.1",
798 "serde",
799 "serde_repr",
800 "url",
801 "zbus",
802]
803
804[[package]]
805name = "askpass"
806version = "0.1.0"
807dependencies = [
808 "anyhow",
809 "futures 0.3.31",
810 "gpui",
811 "net",
812 "proto",
813 "smol",
814 "tempfile",
815 "util",
816 "windows 0.61.1",
817 "workspace-hack",
818 "zeroize",
819]
820
821[[package]]
822name = "assets"
823version = "0.1.0"
824dependencies = [
825 "anyhow",
826 "gpui",
827 "rust-embed",
828 "workspace-hack",
829]
830
831[[package]]
832name = "assistant_context"
833version = "0.1.0"
834dependencies = [
835 "agent_settings",
836 "anyhow",
837 "assistant_slash_command",
838 "assistant_slash_commands",
839 "chrono",
840 "client",
841 "clock",
842 "cloud_llm_client",
843 "collections",
844 "context_server",
845 "fs",
846 "futures 0.3.31",
847 "fuzzy",
848 "gpui",
849 "indoc",
850 "language",
851 "language_model",
852 "log",
853 "open_ai",
854 "parking_lot",
855 "paths",
856 "pretty_assertions",
857 "project",
858 "prompt_store",
859 "proto",
860 "rand 0.9.1",
861 "regex",
862 "rpc",
863 "serde",
864 "serde_json",
865 "settings",
866 "smallvec",
867 "smol",
868 "telemetry_events",
869 "text",
870 "ui",
871 "unindent",
872 "util",
873 "uuid",
874 "workspace",
875 "workspace-hack",
876 "zed_env_vars",
877]
878
879[[package]]
880name = "assistant_slash_command"
881version = "0.1.0"
882dependencies = [
883 "anyhow",
884 "async-trait",
885 "collections",
886 "derive_more",
887 "extension",
888 "futures 0.3.31",
889 "gpui",
890 "language",
891 "language_model",
892 "parking_lot",
893 "pretty_assertions",
894 "serde",
895 "serde_json",
896 "ui",
897 "util",
898 "workspace",
899 "workspace-hack",
900]
901
902[[package]]
903name = "assistant_slash_commands"
904version = "0.1.0"
905dependencies = [
906 "anyhow",
907 "assistant_slash_command",
908 "chrono",
909 "collections",
910 "context_server",
911 "editor",
912 "feature_flags",
913 "fs",
914 "futures 0.3.31",
915 "fuzzy",
916 "globset",
917 "gpui",
918 "html_to_markdown",
919 "http_client",
920 "language",
921 "pretty_assertions",
922 "project",
923 "prompt_store",
924 "rope",
925 "serde",
926 "serde_json",
927 "settings",
928 "smol",
929 "text",
930 "ui",
931 "util",
932 "workspace",
933 "workspace-hack",
934 "worktree",
935 "zlog",
936]
937
938[[package]]
939name = "assistant_tool"
940version = "0.1.0"
941dependencies = [
942 "action_log",
943 "anyhow",
944 "buffer_diff",
945 "clock",
946 "collections",
947 "ctor",
948 "derive_more",
949 "gpui",
950 "icons",
951 "indoc",
952 "language",
953 "language_model",
954 "log",
955 "parking_lot",
956 "pretty_assertions",
957 "project",
958 "rand 0.9.1",
959 "regex",
960 "serde",
961 "serde_json",
962 "settings",
963 "text",
964 "util",
965 "workspace",
966 "workspace-hack",
967 "zlog",
968]
969
970[[package]]
971name = "assistant_tools"
972version = "0.1.0"
973dependencies = [
974 "action_log",
975 "agent_settings",
976 "anyhow",
977 "assistant_tool",
978 "buffer_diff",
979 "chrono",
980 "client",
981 "clock",
982 "cloud_llm_client",
983 "collections",
984 "component",
985 "derive_more",
986 "diffy",
987 "editor",
988 "feature_flags",
989 "fs",
990 "futures 0.3.31",
991 "gpui",
992 "gpui_tokio",
993 "handlebars 4.5.0",
994 "html_to_markdown",
995 "http_client",
996 "indoc",
997 "itertools 0.14.0",
998 "language",
999 "language_model",
1000 "language_models",
1001 "log",
1002 "lsp",
1003 "markdown",
1004 "open",
1005 "paths",
1006 "portable-pty",
1007 "pretty_assertions",
1008 "project",
1009 "prompt_store",
1010 "rand 0.9.1",
1011 "regex",
1012 "reqwest_client",
1013 "rust-embed",
1014 "schemars 1.0.1",
1015 "serde",
1016 "serde_json",
1017 "settings",
1018 "smallvec",
1019 "smol",
1020 "streaming_diff",
1021 "strsim",
1022 "task",
1023 "tempfile",
1024 "terminal",
1025 "terminal_view",
1026 "theme",
1027 "tree-sitter-rust",
1028 "ui",
1029 "unindent",
1030 "util",
1031 "watch",
1032 "web_search",
1033 "workspace",
1034 "workspace-hack",
1035 "zlog",
1036]
1037
1038[[package]]
1039name = "async-attributes"
1040version = "1.1.2"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
1043dependencies = [
1044 "quote",
1045 "syn 1.0.109",
1046]
1047
1048[[package]]
1049name = "async-broadcast"
1050version = "0.7.2"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
1053dependencies = [
1054 "event-listener 5.4.0",
1055 "event-listener-strategy",
1056 "futures-core",
1057 "pin-project-lite",
1058]
1059
1060[[package]]
1061name = "async-channel"
1062version = "1.9.0"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
1065dependencies = [
1066 "concurrent-queue",
1067 "event-listener 2.5.3",
1068 "futures-core",
1069]
1070
1071[[package]]
1072name = "async-channel"
1073version = "2.3.1"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
1076dependencies = [
1077 "concurrent-queue",
1078 "event-listener-strategy",
1079 "futures-core",
1080 "pin-project-lite",
1081]
1082
1083[[package]]
1084name = "async-compat"
1085version = "0.2.4"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
1088dependencies = [
1089 "futures-core",
1090 "futures-io",
1091 "once_cell",
1092 "pin-project-lite",
1093 "tokio",
1094]
1095
1096[[package]]
1097name = "async-compression"
1098version = "0.4.22"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
1101dependencies = [
1102 "deflate64",
1103 "flate2",
1104 "futures-core",
1105 "futures-io",
1106 "memchr",
1107 "pin-project-lite",
1108]
1109
1110[[package]]
1111name = "async-dispatcher"
1112version = "0.1.2"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
1115dependencies = [
1116 "async-task",
1117 "futures-lite 1.13.0",
1118]
1119
1120[[package]]
1121name = "async-executor"
1122version = "1.13.1"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
1125dependencies = [
1126 "async-task",
1127 "concurrent-queue",
1128 "fastrand 2.3.0",
1129 "futures-lite 2.6.0",
1130 "slab",
1131]
1132
1133[[package]]
1134name = "async-fs"
1135version = "2.1.3"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
1138dependencies = [
1139 "async-lock",
1140 "blocking",
1141 "futures-lite 2.6.0",
1142]
1143
1144[[package]]
1145name = "async-global-executor"
1146version = "2.4.1"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1149dependencies = [
1150 "async-channel 2.3.1",
1151 "async-executor",
1152 "async-io",
1153 "async-lock",
1154 "blocking",
1155 "futures-lite 2.6.0",
1156 "once_cell",
1157]
1158
1159[[package]]
1160name = "async-io"
1161version = "2.5.0"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
1164dependencies = [
1165 "async-lock",
1166 "cfg-if",
1167 "concurrent-queue",
1168 "futures-io",
1169 "futures-lite 2.6.0",
1170 "parking",
1171 "polling",
1172 "rustix 1.0.7",
1173 "slab",
1174 "windows-sys 0.60.2",
1175]
1176
1177[[package]]
1178name = "async-lock"
1179version = "3.4.1"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
1182dependencies = [
1183 "event-listener 5.4.0",
1184 "event-listener-strategy",
1185 "pin-project-lite",
1186]
1187
1188[[package]]
1189name = "async-net"
1190version = "2.0.0"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1193dependencies = [
1194 "async-io",
1195 "blocking",
1196 "futures-lite 2.6.0",
1197]
1198
1199[[package]]
1200name = "async-pipe"
1201version = "0.1.3"
1202source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1203dependencies = [
1204 "futures 0.3.31",
1205 "log",
1206]
1207
1208[[package]]
1209name = "async-process"
1210version = "2.3.0"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
1213dependencies = [
1214 "async-channel 2.3.1",
1215 "async-io",
1216 "async-lock",
1217 "async-signal",
1218 "async-task",
1219 "blocking",
1220 "cfg-if",
1221 "event-listener 5.4.0",
1222 "futures-lite 2.6.0",
1223 "rustix 0.38.44",
1224 "tracing",
1225]
1226
1227[[package]]
1228name = "async-recursion"
1229version = "1.1.1"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1232dependencies = [
1233 "proc-macro2",
1234 "quote",
1235 "syn 2.0.101",
1236]
1237
1238[[package]]
1239name = "async-signal"
1240version = "0.2.10"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
1243dependencies = [
1244 "async-io",
1245 "async-lock",
1246 "atomic-waker",
1247 "cfg-if",
1248 "futures-core",
1249 "futures-io",
1250 "rustix 0.38.44",
1251 "signal-hook-registry",
1252 "slab",
1253 "windows-sys 0.59.0",
1254]
1255
1256[[package]]
1257name = "async-std"
1258version = "1.13.1"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
1261dependencies = [
1262 "async-attributes",
1263 "async-channel 1.9.0",
1264 "async-global-executor",
1265 "async-io",
1266 "async-lock",
1267 "async-process",
1268 "crossbeam-utils",
1269 "futures-channel",
1270 "futures-core",
1271 "futures-io",
1272 "futures-lite 2.6.0",
1273 "gloo-timers",
1274 "kv-log-macro",
1275 "log",
1276 "memchr",
1277 "once_cell",
1278 "pin-project-lite",
1279 "pin-utils",
1280 "slab",
1281 "wasm-bindgen-futures",
1282]
1283
1284[[package]]
1285name = "async-stream"
1286version = "0.3.6"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1289dependencies = [
1290 "async-stream-impl",
1291 "futures-core",
1292 "pin-project-lite",
1293]
1294
1295[[package]]
1296name = "async-stream-impl"
1297version = "0.3.6"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1300dependencies = [
1301 "proc-macro2",
1302 "quote",
1303 "syn 2.0.101",
1304]
1305
1306[[package]]
1307name = "async-tar"
1308version = "0.5.0"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1311dependencies = [
1312 "async-std",
1313 "filetime",
1314 "libc",
1315 "pin-project",
1316 "redox_syscall 0.2.16",
1317 "xattr",
1318]
1319
1320[[package]]
1321name = "async-task"
1322version = "4.7.1"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1325
1326[[package]]
1327name = "async-trait"
1328version = "0.1.89"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1331dependencies = [
1332 "proc-macro2",
1333 "quote",
1334 "syn 2.0.101",
1335]
1336
1337[[package]]
1338name = "async-tungstenite"
1339version = "0.29.1"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1342dependencies = [
1343 "atomic-waker",
1344 "futures-core",
1345 "futures-io",
1346 "futures-task",
1347 "futures-util",
1348 "log",
1349 "pin-project-lite",
1350 "rustls-pki-types",
1351 "tokio",
1352 "tokio-rustls 0.26.2",
1353 "tungstenite 0.26.2",
1354]
1355
1356[[package]]
1357name = "async_zip"
1358version = "0.0.17"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1361dependencies = [
1362 "async-compression",
1363 "crc32fast",
1364 "futures-lite 2.6.0",
1365 "pin-project",
1366 "thiserror 1.0.69",
1367]
1368
1369[[package]]
1370name = "asynchronous-codec"
1371version = "0.7.0"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1374dependencies = [
1375 "bytes 1.10.1",
1376 "futures-sink",
1377 "futures-util",
1378 "memchr",
1379 "pin-project-lite",
1380]
1381
1382[[package]]
1383name = "atoi"
1384version = "2.0.0"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1387dependencies = [
1388 "num-traits",
1389]
1390
1391[[package]]
1392name = "atomic"
1393version = "0.5.3"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1396
1397[[package]]
1398name = "atomic-waker"
1399version = "1.1.2"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1402
1403[[package]]
1404name = "audio"
1405version = "0.1.0"
1406dependencies = [
1407 "anyhow",
1408 "async-tar",
1409 "collections",
1410 "crossbeam",
1411 "denoise",
1412 "gpui",
1413 "libwebrtc",
1414 "log",
1415 "parking_lot",
1416 "rodio",
1417 "serde",
1418 "settings",
1419 "smol",
1420 "thiserror 2.0.12",
1421 "util",
1422 "workspace-hack",
1423]
1424
1425[[package]]
1426name = "auditable-serde"
1427version = "0.8.0"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1430dependencies = [
1431 "semver",
1432 "serde",
1433 "serde_json",
1434 "topological-sort",
1435]
1436
1437[[package]]
1438name = "auto_update"
1439version = "0.1.0"
1440dependencies = [
1441 "anyhow",
1442 "client",
1443 "db",
1444 "gpui",
1445 "http_client",
1446 "log",
1447 "paths",
1448 "release_channel",
1449 "serde",
1450 "serde_json",
1451 "settings",
1452 "smol",
1453 "tempfile",
1454 "which 6.0.3",
1455 "workspace",
1456 "workspace-hack",
1457]
1458
1459[[package]]
1460name = "auto_update_helper"
1461version = "0.1.0"
1462dependencies = [
1463 "anyhow",
1464 "log",
1465 "simplelog",
1466 "windows 0.61.1",
1467 "winresource",
1468 "workspace-hack",
1469]
1470
1471[[package]]
1472name = "auto_update_ui"
1473version = "0.1.0"
1474dependencies = [
1475 "anyhow",
1476 "auto_update",
1477 "client",
1478 "editor",
1479 "gpui",
1480 "http_client",
1481 "markdown_preview",
1482 "release_channel",
1483 "serde",
1484 "serde_json",
1485 "smol",
1486 "util",
1487 "workspace",
1488 "workspace-hack",
1489]
1490
1491[[package]]
1492name = "autocfg"
1493version = "1.4.0"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1496
1497[[package]]
1498name = "av1-grain"
1499version = "0.2.3"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1502dependencies = [
1503 "anyhow",
1504 "arrayvec",
1505 "log",
1506 "nom 7.1.3",
1507 "num-rational",
1508 "v_frame",
1509]
1510
1511[[package]]
1512name = "avif-serialize"
1513version = "0.8.3"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1516dependencies = [
1517 "arrayvec",
1518]
1519
1520[[package]]
1521name = "aws-config"
1522version = "1.6.1"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1525dependencies = [
1526 "aws-credential-types",
1527 "aws-runtime",
1528 "aws-sdk-sso",
1529 "aws-sdk-ssooidc",
1530 "aws-sdk-sts",
1531 "aws-smithy-async",
1532 "aws-smithy-http",
1533 "aws-smithy-json",
1534 "aws-smithy-runtime",
1535 "aws-smithy-runtime-api",
1536 "aws-smithy-types",
1537 "aws-types",
1538 "bytes 1.10.1",
1539 "fastrand 2.3.0",
1540 "hex",
1541 "http 1.3.1",
1542 "ring",
1543 "time",
1544 "tokio",
1545 "tracing",
1546 "url",
1547 "zeroize",
1548]
1549
1550[[package]]
1551name = "aws-credential-types"
1552version = "1.2.2"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1555dependencies = [
1556 "aws-smithy-async",
1557 "aws-smithy-runtime-api",
1558 "aws-smithy-types",
1559 "zeroize",
1560]
1561
1562[[package]]
1563name = "aws-lc-rs"
1564version = "1.13.1"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1567dependencies = [
1568 "aws-lc-sys",
1569 "zeroize",
1570]
1571
1572[[package]]
1573name = "aws-lc-sys"
1574version = "0.29.0"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1577dependencies = [
1578 "bindgen 0.69.5",
1579 "cc",
1580 "cmake",
1581 "dunce",
1582 "fs_extra",
1583]
1584
1585[[package]]
1586name = "aws-runtime"
1587version = "1.5.6"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1590dependencies = [
1591 "aws-credential-types",
1592 "aws-sigv4",
1593 "aws-smithy-async",
1594 "aws-smithy-eventstream",
1595 "aws-smithy-http",
1596 "aws-smithy-runtime",
1597 "aws-smithy-runtime-api",
1598 "aws-smithy-types",
1599 "aws-types",
1600 "bytes 1.10.1",
1601 "fastrand 2.3.0",
1602 "http 0.2.12",
1603 "http-body 0.4.6",
1604 "once_cell",
1605 "percent-encoding",
1606 "pin-project-lite",
1607 "tracing",
1608 "uuid",
1609]
1610
1611[[package]]
1612name = "aws-sdk-bedrockruntime"
1613version = "1.82.0"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1616dependencies = [
1617 "aws-credential-types",
1618 "aws-runtime",
1619 "aws-sigv4",
1620 "aws-smithy-async",
1621 "aws-smithy-eventstream",
1622 "aws-smithy-http",
1623 "aws-smithy-json",
1624 "aws-smithy-runtime",
1625 "aws-smithy-runtime-api",
1626 "aws-smithy-types",
1627 "aws-types",
1628 "bytes 1.10.1",
1629 "fastrand 2.3.0",
1630 "http 0.2.12",
1631 "hyper 0.14.32",
1632 "once_cell",
1633 "regex-lite",
1634 "tracing",
1635]
1636
1637[[package]]
1638name = "aws-sdk-kinesis"
1639version = "1.66.0"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1642dependencies = [
1643 "aws-credential-types",
1644 "aws-runtime",
1645 "aws-smithy-async",
1646 "aws-smithy-eventstream",
1647 "aws-smithy-http",
1648 "aws-smithy-json",
1649 "aws-smithy-runtime",
1650 "aws-smithy-runtime-api",
1651 "aws-smithy-types",
1652 "aws-types",
1653 "bytes 1.10.1",
1654 "fastrand 2.3.0",
1655 "http 0.2.12",
1656 "once_cell",
1657 "regex-lite",
1658 "tracing",
1659]
1660
1661[[package]]
1662name = "aws-sdk-s3"
1663version = "1.82.0"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1666dependencies = [
1667 "aws-credential-types",
1668 "aws-runtime",
1669 "aws-sigv4",
1670 "aws-smithy-async",
1671 "aws-smithy-checksums",
1672 "aws-smithy-eventstream",
1673 "aws-smithy-http",
1674 "aws-smithy-json",
1675 "aws-smithy-runtime",
1676 "aws-smithy-runtime-api",
1677 "aws-smithy-types",
1678 "aws-smithy-xml",
1679 "aws-types",
1680 "bytes 1.10.1",
1681 "fastrand 2.3.0",
1682 "hex",
1683 "hmac",
1684 "http 0.2.12",
1685 "http 1.3.1",
1686 "http-body 0.4.6",
1687 "lru",
1688 "once_cell",
1689 "percent-encoding",
1690 "regex-lite",
1691 "sha2",
1692 "tracing",
1693 "url",
1694]
1695
1696[[package]]
1697name = "aws-sdk-sso"
1698version = "1.64.0"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1701dependencies = [
1702 "aws-credential-types",
1703 "aws-runtime",
1704 "aws-smithy-async",
1705 "aws-smithy-http",
1706 "aws-smithy-json",
1707 "aws-smithy-runtime",
1708 "aws-smithy-runtime-api",
1709 "aws-smithy-types",
1710 "aws-types",
1711 "bytes 1.10.1",
1712 "fastrand 2.3.0",
1713 "http 0.2.12",
1714 "once_cell",
1715 "regex-lite",
1716 "tracing",
1717]
1718
1719[[package]]
1720name = "aws-sdk-ssooidc"
1721version = "1.65.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1724dependencies = [
1725 "aws-credential-types",
1726 "aws-runtime",
1727 "aws-smithy-async",
1728 "aws-smithy-http",
1729 "aws-smithy-json",
1730 "aws-smithy-runtime",
1731 "aws-smithy-runtime-api",
1732 "aws-smithy-types",
1733 "aws-types",
1734 "bytes 1.10.1",
1735 "fastrand 2.3.0",
1736 "http 0.2.12",
1737 "once_cell",
1738 "regex-lite",
1739 "tracing",
1740]
1741
1742[[package]]
1743name = "aws-sdk-sts"
1744version = "1.65.0"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1747dependencies = [
1748 "aws-credential-types",
1749 "aws-runtime",
1750 "aws-smithy-async",
1751 "aws-smithy-http",
1752 "aws-smithy-json",
1753 "aws-smithy-query",
1754 "aws-smithy-runtime",
1755 "aws-smithy-runtime-api",
1756 "aws-smithy-types",
1757 "aws-smithy-xml",
1758 "aws-types",
1759 "fastrand 2.3.0",
1760 "http 0.2.12",
1761 "once_cell",
1762 "regex-lite",
1763 "tracing",
1764]
1765
1766[[package]]
1767name = "aws-sigv4"
1768version = "1.3.0"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1771dependencies = [
1772 "aws-credential-types",
1773 "aws-smithy-eventstream",
1774 "aws-smithy-http",
1775 "aws-smithy-runtime-api",
1776 "aws-smithy-types",
1777 "bytes 1.10.1",
1778 "crypto-bigint 0.5.5",
1779 "form_urlencoded",
1780 "hex",
1781 "hmac",
1782 "http 0.2.12",
1783 "http 1.3.1",
1784 "once_cell",
1785 "p256",
1786 "percent-encoding",
1787 "ring",
1788 "sha2",
1789 "subtle",
1790 "time",
1791 "tracing",
1792 "zeroize",
1793]
1794
1795[[package]]
1796name = "aws-smithy-async"
1797version = "1.2.5"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1800dependencies = [
1801 "futures-util",
1802 "pin-project-lite",
1803 "tokio",
1804]
1805
1806[[package]]
1807name = "aws-smithy-checksums"
1808version = "0.63.1"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1811dependencies = [
1812 "aws-smithy-http",
1813 "aws-smithy-types",
1814 "bytes 1.10.1",
1815 "crc32c",
1816 "crc32fast",
1817 "crc64fast-nvme",
1818 "hex",
1819 "http 0.2.12",
1820 "http-body 0.4.6",
1821 "md-5",
1822 "pin-project-lite",
1823 "sha1",
1824 "sha2",
1825 "tracing",
1826]
1827
1828[[package]]
1829name = "aws-smithy-eventstream"
1830version = "0.60.8"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1833dependencies = [
1834 "aws-smithy-types",
1835 "bytes 1.10.1",
1836 "crc32fast",
1837]
1838
1839[[package]]
1840name = "aws-smithy-http"
1841version = "0.62.0"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1844dependencies = [
1845 "aws-smithy-eventstream",
1846 "aws-smithy-runtime-api",
1847 "aws-smithy-types",
1848 "bytes 1.10.1",
1849 "bytes-utils",
1850 "futures-core",
1851 "http 0.2.12",
1852 "http 1.3.1",
1853 "http-body 0.4.6",
1854 "once_cell",
1855 "percent-encoding",
1856 "pin-project-lite",
1857 "pin-utils",
1858 "tracing",
1859]
1860
1861[[package]]
1862name = "aws-smithy-http-client"
1863version = "1.0.1"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1866dependencies = [
1867 "aws-smithy-async",
1868 "aws-smithy-runtime-api",
1869 "aws-smithy-types",
1870 "h2 0.4.9",
1871 "http 0.2.12",
1872 "http 1.3.1",
1873 "http-body 0.4.6",
1874 "hyper 0.14.32",
1875 "hyper 1.6.0",
1876 "hyper-rustls 0.24.2",
1877 "hyper-rustls 0.27.5",
1878 "hyper-util",
1879 "pin-project-lite",
1880 "rustls 0.21.12",
1881 "rustls 0.23.26",
1882 "rustls-native-certs 0.8.1",
1883 "rustls-pki-types",
1884 "tokio",
1885 "tower 0.5.2",
1886 "tracing",
1887]
1888
1889[[package]]
1890name = "aws-smithy-json"
1891version = "0.61.3"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1894dependencies = [
1895 "aws-smithy-types",
1896]
1897
1898[[package]]
1899name = "aws-smithy-observability"
1900version = "0.1.2"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1903dependencies = [
1904 "aws-smithy-runtime-api",
1905 "once_cell",
1906]
1907
1908[[package]]
1909name = "aws-smithy-query"
1910version = "0.60.7"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1913dependencies = [
1914 "aws-smithy-types",
1915 "urlencoding",
1916]
1917
1918[[package]]
1919name = "aws-smithy-runtime"
1920version = "1.8.1"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1923dependencies = [
1924 "aws-smithy-async",
1925 "aws-smithy-http",
1926 "aws-smithy-http-client",
1927 "aws-smithy-observability",
1928 "aws-smithy-runtime-api",
1929 "aws-smithy-types",
1930 "bytes 1.10.1",
1931 "fastrand 2.3.0",
1932 "http 0.2.12",
1933 "http 1.3.1",
1934 "http-body 0.4.6",
1935 "http-body 1.0.1",
1936 "once_cell",
1937 "pin-project-lite",
1938 "pin-utils",
1939 "tokio",
1940 "tracing",
1941]
1942
1943[[package]]
1944name = "aws-smithy-runtime-api"
1945version = "1.7.4"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1948dependencies = [
1949 "aws-smithy-async",
1950 "aws-smithy-types",
1951 "bytes 1.10.1",
1952 "http 0.2.12",
1953 "http 1.3.1",
1954 "pin-project-lite",
1955 "tokio",
1956 "tracing",
1957 "zeroize",
1958]
1959
1960[[package]]
1961name = "aws-smithy-types"
1962version = "1.3.0"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1965dependencies = [
1966 "base64-simd",
1967 "bytes 1.10.1",
1968 "bytes-utils",
1969 "futures-core",
1970 "http 0.2.12",
1971 "http 1.3.1",
1972 "http-body 0.4.6",
1973 "http-body 1.0.1",
1974 "http-body-util",
1975 "itoa",
1976 "num-integer",
1977 "pin-project-lite",
1978 "pin-utils",
1979 "ryu",
1980 "serde",
1981 "time",
1982 "tokio",
1983 "tokio-util",
1984]
1985
1986[[package]]
1987name = "aws-smithy-xml"
1988version = "0.60.9"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1991dependencies = [
1992 "xmlparser",
1993]
1994
1995[[package]]
1996name = "aws-types"
1997version = "1.3.6"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
2000dependencies = [
2001 "aws-credential-types",
2002 "aws-smithy-async",
2003 "aws-smithy-runtime-api",
2004 "aws-smithy-types",
2005 "rustc_version",
2006 "tracing",
2007]
2008
2009[[package]]
2010name = "aws_http_client"
2011version = "0.1.0"
2012dependencies = [
2013 "aws-smithy-runtime-api",
2014 "aws-smithy-types",
2015 "http_client",
2016 "workspace-hack",
2017]
2018
2019[[package]]
2020name = "axum"
2021version = "0.6.20"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2024dependencies = [
2025 "async-trait",
2026 "axum-core",
2027 "base64 0.21.7",
2028 "bitflags 1.3.2",
2029 "bytes 1.10.1",
2030 "futures-util",
2031 "headers",
2032 "http 0.2.12",
2033 "http-body 0.4.6",
2034 "hyper 0.14.32",
2035 "itoa",
2036 "matchit",
2037 "memchr",
2038 "mime",
2039 "percent-encoding",
2040 "pin-project-lite",
2041 "rustversion",
2042 "serde",
2043 "serde_json",
2044 "serde_path_to_error",
2045 "serde_urlencoded",
2046 "sha1",
2047 "sync_wrapper 0.1.2",
2048 "tokio",
2049 "tokio-tungstenite 0.20.1",
2050 "tower 0.4.13",
2051 "tower-layer",
2052 "tower-service",
2053]
2054
2055[[package]]
2056name = "axum-core"
2057version = "0.3.4"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2060dependencies = [
2061 "async-trait",
2062 "bytes 1.10.1",
2063 "futures-util",
2064 "http 0.2.12",
2065 "http-body 0.4.6",
2066 "mime",
2067 "rustversion",
2068 "tower-layer",
2069 "tower-service",
2070]
2071
2072[[package]]
2073name = "axum-extra"
2074version = "0.4.2"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
2077dependencies = [
2078 "axum",
2079 "bytes 1.10.1",
2080 "futures-util",
2081 "http 0.2.12",
2082 "mime",
2083 "pin-project-lite",
2084 "serde",
2085 "serde_json",
2086 "tokio",
2087 "tower 0.4.13",
2088 "tower-http 0.3.5",
2089 "tower-layer",
2090 "tower-service",
2091]
2092
2093[[package]]
2094name = "backtrace"
2095version = "0.3.74"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2098dependencies = [
2099 "addr2line",
2100 "cfg-if",
2101 "libc",
2102 "miniz_oxide",
2103 "object",
2104 "rustc-demangle",
2105 "windows-targets 0.52.6",
2106]
2107
2108[[package]]
2109name = "base16ct"
2110version = "0.1.1"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
2113
2114[[package]]
2115name = "base64"
2116version = "0.21.7"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2119
2120[[package]]
2121name = "base64"
2122version = "0.22.1"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2125
2126[[package]]
2127name = "base64-simd"
2128version = "0.8.0"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
2131dependencies = [
2132 "outref",
2133 "vsimd",
2134]
2135
2136[[package]]
2137name = "base64ct"
2138version = "1.7.3"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
2141
2142[[package]]
2143name = "bedrock"
2144version = "0.1.0"
2145dependencies = [
2146 "anyhow",
2147 "aws-sdk-bedrockruntime",
2148 "aws-smithy-types",
2149 "futures 0.3.31",
2150 "schemars 1.0.1",
2151 "serde",
2152 "serde_json",
2153 "strum 0.27.1",
2154 "thiserror 2.0.12",
2155 "workspace-hack",
2156]
2157
2158[[package]]
2159name = "bigdecimal"
2160version = "0.4.8"
2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2163dependencies = [
2164 "autocfg",
2165 "libm",
2166 "num-bigint",
2167 "num-integer",
2168 "num-traits",
2169 "serde",
2170]
2171
2172[[package]]
2173name = "bincode"
2174version = "1.3.3"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2177dependencies = [
2178 "serde",
2179]
2180
2181[[package]]
2182name = "bindgen"
2183version = "0.69.5"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
2186dependencies = [
2187 "bitflags 2.9.0",
2188 "cexpr",
2189 "clang-sys",
2190 "itertools 0.12.1",
2191 "lazy_static",
2192 "lazycell",
2193 "log",
2194 "prettyplease",
2195 "proc-macro2",
2196 "quote",
2197 "regex",
2198 "rustc-hash 1.1.0",
2199 "shlex",
2200 "syn 2.0.101",
2201 "which 4.4.2",
2202]
2203
2204[[package]]
2205name = "bindgen"
2206version = "0.70.1"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
2209dependencies = [
2210 "bitflags 2.9.0",
2211 "cexpr",
2212 "clang-sys",
2213 "itertools 0.13.0",
2214 "proc-macro2",
2215 "quote",
2216 "regex",
2217 "rustc-hash 1.1.0",
2218 "shlex",
2219 "syn 2.0.101",
2220]
2221
2222[[package]]
2223name = "bindgen"
2224version = "0.71.1"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2227dependencies = [
2228 "bitflags 2.9.0",
2229 "cexpr",
2230 "clang-sys",
2231 "itertools 0.13.0",
2232 "log",
2233 "prettyplease",
2234 "proc-macro2",
2235 "quote",
2236 "regex",
2237 "rustc-hash 2.1.1",
2238 "shlex",
2239 "syn 2.0.101",
2240]
2241
2242[[package]]
2243name = "bit-set"
2244version = "0.5.3"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2247dependencies = [
2248 "bit-vec 0.6.3",
2249]
2250
2251[[package]]
2252name = "bit-set"
2253version = "0.8.0"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2256dependencies = [
2257 "bit-vec 0.8.0",
2258]
2259
2260[[package]]
2261name = "bit-vec"
2262version = "0.6.3"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2265
2266[[package]]
2267name = "bit-vec"
2268version = "0.8.0"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2271
2272[[package]]
2273name = "bit_field"
2274version = "0.10.2"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2277
2278[[package]]
2279name = "bitflags"
2280version = "1.3.2"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2283
2284[[package]]
2285name = "bitflags"
2286version = "2.9.0"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2289dependencies = [
2290 "serde",
2291]
2292
2293[[package]]
2294name = "bitstream-io"
2295version = "2.6.0"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2298
2299[[package]]
2300name = "bitvec"
2301version = "1.0.1"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2304dependencies = [
2305 "funty",
2306 "radium",
2307 "tap",
2308 "wyz",
2309]
2310
2311[[package]]
2312name = "blade-graphics"
2313version = "0.6.0"
2314source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
2315dependencies = [
2316 "ash",
2317 "ash-window",
2318 "bitflags 2.9.0",
2319 "bytemuck",
2320 "codespan-reporting 0.11.1",
2321 "glow",
2322 "gpu-alloc",
2323 "gpu-alloc-ash",
2324 "hidden-trait",
2325 "js-sys",
2326 "khronos-egl",
2327 "libloading",
2328 "log",
2329 "mint",
2330 "naga",
2331 "objc2",
2332 "objc2-app-kit",
2333 "objc2-core-foundation",
2334 "objc2-foundation",
2335 "objc2-metal",
2336 "objc2-quartz-core",
2337 "objc2-ui-kit",
2338 "raw-window-handle",
2339 "slab",
2340 "wasm-bindgen",
2341 "web-sys",
2342]
2343
2344[[package]]
2345name = "blade-macros"
2346version = "0.3.0"
2347source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
2348dependencies = [
2349 "proc-macro2",
2350 "quote",
2351 "syn 2.0.101",
2352]
2353
2354[[package]]
2355name = "blade-util"
2356version = "0.2.0"
2357source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
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 "clap",
3087 "collections",
3088 "core-foundation 0.10.0",
3089 "core-services",
3090 "exec",
3091 "fork",
3092 "ipc-channel",
3093 "parking_lot",
3094 "paths",
3095 "plist",
3096 "release_channel",
3097 "serde",
3098 "tempfile",
3099 "util",
3100 "windows 0.61.1",
3101 "workspace-hack",
3102]
3103
3104[[package]]
3105name = "client"
3106version = "0.1.0"
3107dependencies = [
3108 "anyhow",
3109 "async-tungstenite",
3110 "base64 0.22.1",
3111 "chrono",
3112 "clock",
3113 "cloud_api_client",
3114 "cloud_llm_client",
3115 "collections",
3116 "credentials_provider",
3117 "derive_more",
3118 "feature_flags",
3119 "fs",
3120 "futures 0.3.31",
3121 "gpui",
3122 "gpui_tokio",
3123 "http_client",
3124 "http_client_tls",
3125 "httparse",
3126 "log",
3127 "objc2-foundation",
3128 "parking_lot",
3129 "paths",
3130 "postage",
3131 "rand 0.9.1",
3132 "regex",
3133 "release_channel",
3134 "rpc",
3135 "rustls-pki-types",
3136 "serde",
3137 "serde_json",
3138 "serde_urlencoded",
3139 "settings",
3140 "sha2",
3141 "smol",
3142 "telemetry",
3143 "telemetry_events",
3144 "text",
3145 "thiserror 2.0.12",
3146 "time",
3147 "tiny_http",
3148 "tokio",
3149 "tokio-native-tls",
3150 "tokio-rustls 0.26.2",
3151 "tokio-socks",
3152 "url",
3153 "util",
3154 "windows 0.61.1",
3155 "workspace-hack",
3156 "worktree",
3157]
3158
3159[[package]]
3160name = "clock"
3161version = "0.1.0"
3162dependencies = [
3163 "parking_lot",
3164 "serde",
3165 "smallvec",
3166 "workspace-hack",
3167]
3168
3169[[package]]
3170name = "cloud_api_client"
3171version = "0.1.0"
3172dependencies = [
3173 "anyhow",
3174 "cloud_api_types",
3175 "futures 0.3.31",
3176 "gpui",
3177 "gpui_tokio",
3178 "http_client",
3179 "parking_lot",
3180 "serde_json",
3181 "workspace-hack",
3182 "yawc",
3183]
3184
3185[[package]]
3186name = "cloud_api_types"
3187version = "0.1.0"
3188dependencies = [
3189 "anyhow",
3190 "chrono",
3191 "ciborium",
3192 "cloud_llm_client",
3193 "pretty_assertions",
3194 "serde",
3195 "serde_json",
3196 "workspace-hack",
3197]
3198
3199[[package]]
3200name = "cloud_llm_client"
3201version = "0.1.0"
3202dependencies = [
3203 "anyhow",
3204 "chrono",
3205 "pretty_assertions",
3206 "serde",
3207 "serde_json",
3208 "strum 0.27.1",
3209 "uuid",
3210 "workspace-hack",
3211]
3212
3213[[package]]
3214name = "cloud_zeta2_prompt"
3215version = "0.1.0"
3216dependencies = [
3217 "anyhow",
3218 "cloud_llm_client",
3219 "indoc",
3220 "ordered-float 2.10.1",
3221 "rustc-hash 2.1.1",
3222 "strum 0.27.1",
3223 "workspace-hack",
3224]
3225
3226[[package]]
3227name = "cmake"
3228version = "0.1.54"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3231dependencies = [
3232 "cc",
3233]
3234
3235[[package]]
3236name = "cobs"
3237version = "0.2.3"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
3240
3241[[package]]
3242name = "cocoa"
3243version = "0.25.0"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3246dependencies = [
3247 "bitflags 1.3.2",
3248 "block",
3249 "cocoa-foundation 0.1.2",
3250 "core-foundation 0.9.4",
3251 "core-graphics 0.23.2",
3252 "foreign-types 0.5.0",
3253 "libc",
3254 "objc",
3255]
3256
3257[[package]]
3258name = "cocoa"
3259version = "0.26.0"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3262dependencies = [
3263 "bitflags 2.9.0",
3264 "block",
3265 "cocoa-foundation 0.2.0",
3266 "core-foundation 0.10.0",
3267 "core-graphics 0.24.0",
3268 "foreign-types 0.5.0",
3269 "libc",
3270 "objc",
3271]
3272
3273[[package]]
3274name = "cocoa-foundation"
3275version = "0.1.2"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3278dependencies = [
3279 "bitflags 1.3.2",
3280 "block",
3281 "core-foundation 0.9.4",
3282 "core-graphics-types 0.1.3",
3283 "libc",
3284 "objc",
3285]
3286
3287[[package]]
3288name = "cocoa-foundation"
3289version = "0.2.0"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3292dependencies = [
3293 "bitflags 2.9.0",
3294 "block",
3295 "core-foundation 0.10.0",
3296 "core-graphics-types 0.2.0",
3297 "libc",
3298 "objc",
3299]
3300
3301[[package]]
3302name = "codespan-reporting"
3303version = "0.11.1"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
3306dependencies = [
3307 "termcolor",
3308 "unicode-width 0.1.14",
3309]
3310
3311[[package]]
3312name = "codespan-reporting"
3313version = "0.12.0"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3316dependencies = [
3317 "serde",
3318 "termcolor",
3319 "unicode-width 0.2.0",
3320]
3321
3322[[package]]
3323name = "collab"
3324version = "0.44.0"
3325dependencies = [
3326 "agent_settings",
3327 "anyhow",
3328 "assistant_context",
3329 "assistant_slash_command",
3330 "async-trait",
3331 "async-tungstenite",
3332 "audio",
3333 "aws-config",
3334 "aws-sdk-kinesis",
3335 "aws-sdk-s3",
3336 "axum",
3337 "axum-extra",
3338 "base64 0.22.1",
3339 "buffer_diff",
3340 "call",
3341 "channel",
3342 "chrono",
3343 "client",
3344 "clock",
3345 "collab_ui",
3346 "collections",
3347 "command_palette_hooks",
3348 "context_server",
3349 "ctor",
3350 "dap",
3351 "dap-types",
3352 "dap_adapters",
3353 "dashmap 6.1.0",
3354 "debugger_ui",
3355 "editor",
3356 "envy",
3357 "extension",
3358 "file_finder",
3359 "fs",
3360 "futures 0.3.31",
3361 "git",
3362 "git_hosting_providers",
3363 "git_ui",
3364 "gpui",
3365 "gpui_tokio",
3366 "hex",
3367 "http_client",
3368 "hyper 0.14.32",
3369 "indoc",
3370 "language",
3371 "language_model",
3372 "livekit_api",
3373 "livekit_client",
3374 "log",
3375 "lsp",
3376 "menu",
3377 "multi_buffer",
3378 "nanoid",
3379 "node_runtime",
3380 "notifications",
3381 "parking_lot",
3382 "pretty_assertions",
3383 "project",
3384 "prometheus",
3385 "prompt_store",
3386 "prost 0.9.0",
3387 "rand 0.9.1",
3388 "recent_projects",
3389 "release_channel",
3390 "remote",
3391 "remote_server",
3392 "reqwest 0.11.27",
3393 "reqwest_client",
3394 "rpc",
3395 "rustc-demangle",
3396 "scrypt",
3397 "sea-orm",
3398 "semantic_version",
3399 "semver",
3400 "serde",
3401 "serde_json",
3402 "session",
3403 "settings",
3404 "sha2",
3405 "smol",
3406 "sqlx",
3407 "strum 0.27.1",
3408 "subtle",
3409 "supermaven_api",
3410 "task",
3411 "telemetry_events",
3412 "text",
3413 "theme",
3414 "time",
3415 "tokio",
3416 "toml 0.8.20",
3417 "tower 0.4.13",
3418 "tower-http 0.4.4",
3419 "tracing",
3420 "tracing-subscriber",
3421 "unindent",
3422 "util",
3423 "uuid",
3424 "workspace",
3425 "workspace-hack",
3426 "worktree",
3427 "zlog",
3428]
3429
3430[[package]]
3431name = "collab_ui"
3432version = "0.1.0"
3433dependencies = [
3434 "anyhow",
3435 "call",
3436 "channel",
3437 "chrono",
3438 "client",
3439 "collections",
3440 "db",
3441 "editor",
3442 "futures 0.3.31",
3443 "fuzzy",
3444 "gpui",
3445 "http_client",
3446 "log",
3447 "menu",
3448 "notifications",
3449 "picker",
3450 "pretty_assertions",
3451 "project",
3452 "release_channel",
3453 "rpc",
3454 "serde",
3455 "serde_json",
3456 "settings",
3457 "smallvec",
3458 "story",
3459 "telemetry",
3460 "theme",
3461 "time",
3462 "time_format",
3463 "title_bar",
3464 "tree-sitter-md",
3465 "ui",
3466 "util",
3467 "workspace",
3468 "workspace-hack",
3469]
3470
3471[[package]]
3472name = "collections"
3473version = "0.1.0"
3474dependencies = [
3475 "indexmap 2.9.0",
3476 "rustc-hash 2.1.1",
3477 "workspace-hack",
3478]
3479
3480[[package]]
3481name = "color_quant"
3482version = "1.1.0"
3483source = "registry+https://github.com/rust-lang/crates.io-index"
3484checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3485
3486[[package]]
3487name = "colorchoice"
3488version = "1.0.3"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3491
3492[[package]]
3493name = "combine"
3494version = "4.6.7"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3497dependencies = [
3498 "bytes 1.10.1",
3499 "memchr",
3500]
3501
3502[[package]]
3503name = "command-fds"
3504version = "0.3.1"
3505source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
3507dependencies = [
3508 "nix 0.30.1",
3509 "thiserror 2.0.12",
3510]
3511
3512[[package]]
3513name = "command_palette"
3514version = "0.1.0"
3515dependencies = [
3516 "anyhow",
3517 "client",
3518 "collections",
3519 "command_palette_hooks",
3520 "ctor",
3521 "db",
3522 "editor",
3523 "env_logger 0.11.8",
3524 "fuzzy",
3525 "go_to_line",
3526 "gpui",
3527 "language",
3528 "log",
3529 "menu",
3530 "picker",
3531 "postage",
3532 "project",
3533 "serde",
3534 "serde_json",
3535 "settings",
3536 "telemetry",
3537 "theme",
3538 "time",
3539 "ui",
3540 "util",
3541 "workspace",
3542 "workspace-hack",
3543 "zed_actions",
3544]
3545
3546[[package]]
3547name = "command_palette_hooks"
3548version = "0.1.0"
3549dependencies = [
3550 "collections",
3551 "derive_more",
3552 "gpui",
3553 "workspace-hack",
3554]
3555
3556[[package]]
3557name = "component"
3558version = "0.1.0"
3559dependencies = [
3560 "collections",
3561 "documented",
3562 "gpui",
3563 "inventory",
3564 "parking_lot",
3565 "strum 0.27.1",
3566 "theme",
3567 "workspace-hack",
3568]
3569
3570[[package]]
3571name = "concurrent-queue"
3572version = "2.5.0"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3575dependencies = [
3576 "crossbeam-utils",
3577]
3578
3579[[package]]
3580name = "console"
3581version = "0.15.11"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3584dependencies = [
3585 "encode_unicode",
3586 "libc",
3587 "once_cell",
3588 "unicode-width 0.2.0",
3589 "windows-sys 0.59.0",
3590]
3591
3592[[package]]
3593name = "const-oid"
3594version = "0.9.6"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3597
3598[[package]]
3599name = "const-random"
3600version = "0.1.18"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3603dependencies = [
3604 "const-random-macro",
3605]
3606
3607[[package]]
3608name = "const-random-macro"
3609version = "0.1.16"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3612dependencies = [
3613 "getrandom 0.2.15",
3614 "once_cell",
3615 "tiny-keccak",
3616]
3617
3618[[package]]
3619name = "constant_time_eq"
3620version = "0.1.5"
3621source = "registry+https://github.com/rust-lang/crates.io-index"
3622checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3623
3624[[package]]
3625name = "context_server"
3626version = "0.1.0"
3627dependencies = [
3628 "anyhow",
3629 "async-trait",
3630 "collections",
3631 "futures 0.3.31",
3632 "gpui",
3633 "log",
3634 "net",
3635 "parking_lot",
3636 "postage",
3637 "schemars 1.0.1",
3638 "serde",
3639 "serde_json",
3640 "settings",
3641 "smol",
3642 "tempfile",
3643 "url",
3644 "util",
3645 "workspace-hack",
3646]
3647
3648[[package]]
3649name = "convert_case"
3650version = "0.4.0"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3653
3654[[package]]
3655name = "convert_case"
3656version = "0.6.0"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3659dependencies = [
3660 "unicode-segmentation",
3661]
3662
3663[[package]]
3664name = "convert_case"
3665version = "0.8.0"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3668dependencies = [
3669 "unicode-segmentation",
3670]
3671
3672[[package]]
3673name = "copilot"
3674version = "0.1.0"
3675dependencies = [
3676 "anyhow",
3677 "async-std",
3678 "chrono",
3679 "client",
3680 "clock",
3681 "collections",
3682 "command_palette_hooks",
3683 "ctor",
3684 "dirs 4.0.0",
3685 "edit_prediction",
3686 "editor",
3687 "fs",
3688 "futures 0.3.31",
3689 "gpui",
3690 "http_client",
3691 "indoc",
3692 "itertools 0.14.0",
3693 "language",
3694 "log",
3695 "lsp",
3696 "menu",
3697 "node_runtime",
3698 "parking_lot",
3699 "paths",
3700 "project",
3701 "rpc",
3702 "semver",
3703 "serde",
3704 "serde_json",
3705 "settings",
3706 "sum_tree",
3707 "task",
3708 "theme",
3709 "ui",
3710 "util",
3711 "workspace",
3712 "workspace-hack",
3713 "zlog",
3714]
3715
3716[[package]]
3717name = "core-foundation"
3718version = "0.9.4"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3721dependencies = [
3722 "core-foundation-sys",
3723 "libc",
3724]
3725
3726[[package]]
3727name = "core-foundation"
3728version = "0.10.0"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3731dependencies = [
3732 "core-foundation-sys",
3733 "libc",
3734]
3735
3736[[package]]
3737name = "core-foundation-sys"
3738version = "0.8.7"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3741
3742[[package]]
3743name = "core-graphics"
3744version = "0.23.2"
3745source = "registry+https://github.com/rust-lang/crates.io-index"
3746checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3747dependencies = [
3748 "bitflags 1.3.2",
3749 "core-foundation 0.9.4",
3750 "core-graphics-types 0.1.3",
3751 "foreign-types 0.5.0",
3752 "libc",
3753]
3754
3755[[package]]
3756name = "core-graphics"
3757version = "0.24.0"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3760dependencies = [
3761 "bitflags 2.9.0",
3762 "core-foundation 0.10.0",
3763 "core-graphics-types 0.2.0",
3764 "foreign-types 0.5.0",
3765 "libc",
3766]
3767
3768[[package]]
3769name = "core-graphics-helmer-fork"
3770version = "0.24.0"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3773dependencies = [
3774 "bitflags 2.9.0",
3775 "core-foundation 0.9.4",
3776 "core-graphics-types 0.1.3",
3777 "foreign-types 0.5.0",
3778 "libc",
3779]
3780
3781[[package]]
3782name = "core-graphics-types"
3783version = "0.1.3"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3786dependencies = [
3787 "bitflags 1.3.2",
3788 "core-foundation 0.9.4",
3789 "libc",
3790]
3791
3792[[package]]
3793name = "core-graphics-types"
3794version = "0.2.0"
3795source = "registry+https://github.com/rust-lang/crates.io-index"
3796checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3797dependencies = [
3798 "bitflags 2.9.0",
3799 "core-foundation 0.10.0",
3800 "libc",
3801]
3802
3803[[package]]
3804name = "core-graphics2"
3805version = "0.4.1"
3806source = "registry+https://github.com/rust-lang/crates.io-index"
3807checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3808dependencies = [
3809 "bitflags 2.9.0",
3810 "block",
3811 "cfg-if",
3812 "core-foundation 0.10.0",
3813 "libc",
3814]
3815
3816[[package]]
3817name = "core-services"
3818version = "0.2.1"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3821dependencies = [
3822 "core-foundation 0.9.4",
3823]
3824
3825[[package]]
3826name = "core-text"
3827version = "21.0.0"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3830dependencies = [
3831 "core-foundation 0.10.0",
3832 "core-graphics 0.24.0",
3833 "foreign-types 0.5.0",
3834 "libc",
3835]
3836
3837[[package]]
3838name = "core-video"
3839version = "0.4.3"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3842dependencies = [
3843 "block",
3844 "core-foundation 0.10.0",
3845 "core-graphics2",
3846 "io-surface",
3847 "libc",
3848 "metal",
3849]
3850
3851[[package]]
3852name = "core_maths"
3853version = "0.1.1"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3856dependencies = [
3857 "libm",
3858]
3859
3860[[package]]
3861name = "coreaudio-rs"
3862version = "0.12.1"
3863source = "registry+https://github.com/rust-lang/crates.io-index"
3864checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3865dependencies = [
3866 "bitflags 1.3.2",
3867 "core-foundation-sys",
3868 "coreaudio-sys",
3869]
3870
3871[[package]]
3872name = "coreaudio-rs"
3873version = "0.13.0"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3876dependencies = [
3877 "bitflags 1.3.2",
3878 "libc",
3879 "objc2-audio-toolbox",
3880 "objc2-core-audio",
3881 "objc2-core-audio-types",
3882 "objc2-core-foundation",
3883]
3884
3885[[package]]
3886name = "coreaudio-sys"
3887version = "0.2.16"
3888source = "registry+https://github.com/rust-lang/crates.io-index"
3889checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3890dependencies = [
3891 "bindgen 0.70.1",
3892]
3893
3894[[package]]
3895name = "cosmic-text"
3896version = "0.14.0"
3897source = "registry+https://github.com/rust-lang/crates.io-index"
3898checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3899dependencies = [
3900 "bitflags 2.9.0",
3901 "fontdb 0.16.2",
3902 "log",
3903 "rangemap",
3904 "rustc-hash 1.1.0",
3905 "rustybuzz 0.14.1",
3906 "self_cell",
3907 "smol_str",
3908 "swash",
3909 "sys-locale",
3910 "ttf-parser 0.21.1",
3911 "unicode-bidi",
3912 "unicode-linebreak",
3913 "unicode-script",
3914 "unicode-segmentation",
3915]
3916
3917[[package]]
3918name = "cpal"
3919version = "0.16.0"
3920source = "registry+https://github.com/rust-lang/crates.io-index"
3921checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3922dependencies = [
3923 "alsa",
3924 "coreaudio-rs 0.13.0",
3925 "dasp_sample",
3926 "jni",
3927 "js-sys",
3928 "libc",
3929 "mach2 0.4.2",
3930 "ndk",
3931 "ndk-context",
3932 "num-derive",
3933 "num-traits",
3934 "objc2-audio-toolbox",
3935 "objc2-core-audio",
3936 "objc2-core-audio-types",
3937 "wasm-bindgen",
3938 "wasm-bindgen-futures",
3939 "web-sys",
3940 "windows 0.54.0",
3941]
3942
3943[[package]]
3944name = "cpp_demangle"
3945version = "0.4.4"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3948dependencies = [
3949 "cfg-if",
3950]
3951
3952[[package]]
3953name = "cpufeatures"
3954version = "0.2.17"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3957dependencies = [
3958 "libc",
3959]
3960
3961[[package]]
3962name = "cranelift-bforest"
3963version = "0.116.1"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3966dependencies = [
3967 "cranelift-entity",
3968]
3969
3970[[package]]
3971name = "cranelift-bitset"
3972version = "0.116.1"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3975dependencies = [
3976 "serde",
3977 "serde_derive",
3978]
3979
3980[[package]]
3981name = "cranelift-codegen"
3982version = "0.116.1"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3985dependencies = [
3986 "bumpalo",
3987 "cranelift-bforest",
3988 "cranelift-bitset",
3989 "cranelift-codegen-meta",
3990 "cranelift-codegen-shared",
3991 "cranelift-control",
3992 "cranelift-entity",
3993 "cranelift-isle",
3994 "gimli",
3995 "hashbrown 0.14.5",
3996 "log",
3997 "postcard",
3998 "regalloc2",
3999 "rustc-hash 2.1.1",
4000 "serde",
4001 "serde_derive",
4002 "sha2",
4003 "smallvec",
4004 "target-lexicon 0.13.2",
4005]
4006
4007[[package]]
4008name = "cranelift-codegen-meta"
4009version = "0.116.1"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4012dependencies = [
4013 "cranelift-codegen-shared",
4014]
4015
4016[[package]]
4017name = "cranelift-codegen-shared"
4018version = "0.116.1"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4021
4022[[package]]
4023name = "cranelift-control"
4024version = "0.116.1"
4025source = "registry+https://github.com/rust-lang/crates.io-index"
4026checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4027dependencies = [
4028 "arbitrary",
4029]
4030
4031[[package]]
4032name = "cranelift-entity"
4033version = "0.116.1"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4036dependencies = [
4037 "cranelift-bitset",
4038 "serde",
4039 "serde_derive",
4040]
4041
4042[[package]]
4043name = "cranelift-frontend"
4044version = "0.116.1"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4047dependencies = [
4048 "cranelift-codegen",
4049 "log",
4050 "smallvec",
4051 "target-lexicon 0.13.2",
4052]
4053
4054[[package]]
4055name = "cranelift-isle"
4056version = "0.116.1"
4057source = "registry+https://github.com/rust-lang/crates.io-index"
4058checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4059
4060[[package]]
4061name = "cranelift-native"
4062version = "0.116.1"
4063source = "registry+https://github.com/rust-lang/crates.io-index"
4064checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4065dependencies = [
4066 "cranelift-codegen",
4067 "libc",
4068 "target-lexicon 0.13.2",
4069]
4070
4071[[package]]
4072name = "crash-context"
4073version = "0.6.3"
4074source = "registry+https://github.com/rust-lang/crates.io-index"
4075checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4076dependencies = [
4077 "cfg-if",
4078 "libc",
4079 "mach2 0.4.2",
4080]
4081
4082[[package]]
4083name = "crash-handler"
4084version = "0.6.3"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4087dependencies = [
4088 "cfg-if",
4089 "crash-context",
4090 "libc",
4091 "mach2 0.4.2",
4092 "parking_lot",
4093]
4094
4095[[package]]
4096name = "crashes"
4097version = "0.1.0"
4098dependencies = [
4099 "bincode",
4100 "cfg-if",
4101 "crash-handler",
4102 "log",
4103 "mach2 0.5.0",
4104 "minidumper",
4105 "paths",
4106 "release_channel",
4107 "serde",
4108 "serde_json",
4109 "smol",
4110 "system_specs",
4111 "workspace-hack",
4112 "zstd",
4113]
4114
4115[[package]]
4116name = "crc"
4117version = "3.2.1"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
4120dependencies = [
4121 "crc-catalog",
4122]
4123
4124[[package]]
4125name = "crc-catalog"
4126version = "2.4.0"
4127source = "registry+https://github.com/rust-lang/crates.io-index"
4128checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4129
4130[[package]]
4131name = "crc32c"
4132version = "0.6.8"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
4135dependencies = [
4136 "rustc_version",
4137]
4138
4139[[package]]
4140name = "crc32fast"
4141version = "1.4.2"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
4144dependencies = [
4145 "cfg-if",
4146]
4147
4148[[package]]
4149name = "crc64fast-nvme"
4150version = "1.2.0"
4151source = "registry+https://github.com/rust-lang/crates.io-index"
4152checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
4153dependencies = [
4154 "crc",
4155]
4156
4157[[package]]
4158name = "credentials_provider"
4159version = "0.1.0"
4160dependencies = [
4161 "anyhow",
4162 "futures 0.3.31",
4163 "gpui",
4164 "paths",
4165 "release_channel",
4166 "serde",
4167 "serde_json",
4168 "workspace-hack",
4169]
4170
4171[[package]]
4172name = "criterion"
4173version = "0.5.1"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4176dependencies = [
4177 "anes",
4178 "cast",
4179 "ciborium",
4180 "clap",
4181 "criterion-plot",
4182 "is-terminal",
4183 "itertools 0.10.5",
4184 "num-traits",
4185 "once_cell",
4186 "oorandom",
4187 "plotters",
4188 "rayon",
4189 "regex",
4190 "serde",
4191 "serde_derive",
4192 "serde_json",
4193 "tinytemplate",
4194 "walkdir",
4195]
4196
4197[[package]]
4198name = "criterion-plot"
4199version = "0.5.0"
4200source = "registry+https://github.com/rust-lang/crates.io-index"
4201checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4202dependencies = [
4203 "cast",
4204 "itertools 0.10.5",
4205]
4206
4207[[package]]
4208name = "crossbeam"
4209version = "0.8.4"
4210source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4212dependencies = [
4213 "crossbeam-channel",
4214 "crossbeam-deque",
4215 "crossbeam-epoch",
4216 "crossbeam-queue",
4217 "crossbeam-utils",
4218]
4219
4220[[package]]
4221name = "crossbeam-channel"
4222version = "0.5.15"
4223source = "registry+https://github.com/rust-lang/crates.io-index"
4224checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4225dependencies = [
4226 "crossbeam-utils",
4227]
4228
4229[[package]]
4230name = "crossbeam-deque"
4231version = "0.8.6"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4234dependencies = [
4235 "crossbeam-epoch",
4236 "crossbeam-utils",
4237]
4238
4239[[package]]
4240name = "crossbeam-epoch"
4241version = "0.9.18"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4244dependencies = [
4245 "crossbeam-utils",
4246]
4247
4248[[package]]
4249name = "crossbeam-queue"
4250version = "0.3.12"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4253dependencies = [
4254 "crossbeam-utils",
4255]
4256
4257[[package]]
4258name = "crossbeam-utils"
4259version = "0.8.21"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4262
4263[[package]]
4264name = "crunchy"
4265version = "0.2.3"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
4268
4269[[package]]
4270name = "crypto-bigint"
4271version = "0.4.9"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4274dependencies = [
4275 "generic-array",
4276 "rand_core 0.6.4",
4277 "subtle",
4278 "zeroize",
4279]
4280
4281[[package]]
4282name = "crypto-bigint"
4283version = "0.5.5"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4286dependencies = [
4287 "rand_core 0.6.4",
4288 "subtle",
4289]
4290
4291[[package]]
4292name = "crypto-common"
4293version = "0.1.6"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4296dependencies = [
4297 "generic-array",
4298 "rand_core 0.6.4",
4299 "typenum",
4300]
4301
4302[[package]]
4303name = "cssparser"
4304version = "0.35.0"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4307dependencies = [
4308 "cssparser-macros",
4309 "dtoa-short",
4310 "itoa",
4311 "phf",
4312 "smallvec",
4313]
4314
4315[[package]]
4316name = "cssparser-macros"
4317version = "0.6.1"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4320dependencies = [
4321 "quote",
4322 "syn 2.0.101",
4323]
4324
4325[[package]]
4326name = "ctor"
4327version = "0.4.2"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
4330dependencies = [
4331 "ctor-proc-macro",
4332 "dtor",
4333]
4334
4335[[package]]
4336name = "ctor-proc-macro"
4337version = "0.0.5"
4338source = "registry+https://github.com/rust-lang/crates.io-index"
4339checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
4340
4341[[package]]
4342name = "ctrlc"
4343version = "3.4.6"
4344source = "registry+https://github.com/rust-lang/crates.io-index"
4345checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
4346dependencies = [
4347 "nix 0.29.0",
4348 "windows-sys 0.59.0",
4349]
4350
4351[[package]]
4352name = "cursor-icon"
4353version = "1.1.0"
4354source = "registry+https://github.com/rust-lang/crates.io-index"
4355checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
4356
4357[[package]]
4358name = "cxx"
4359version = "1.0.157"
4360source = "registry+https://github.com/rust-lang/crates.io-index"
4361checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
4362dependencies = [
4363 "cc",
4364 "cxxbridge-cmd",
4365 "cxxbridge-flags",
4366 "cxxbridge-macro",
4367 "foldhash",
4368 "link-cplusplus",
4369]
4370
4371[[package]]
4372name = "cxx-build"
4373version = "1.0.157"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
4376dependencies = [
4377 "cc",
4378 "codespan-reporting 0.12.0",
4379 "proc-macro2",
4380 "quote",
4381 "scratch",
4382 "syn 2.0.101",
4383]
4384
4385[[package]]
4386name = "cxxbridge-cmd"
4387version = "1.0.157"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
4390dependencies = [
4391 "clap",
4392 "codespan-reporting 0.12.0",
4393 "proc-macro2",
4394 "quote",
4395 "syn 2.0.101",
4396]
4397
4398[[package]]
4399name = "cxxbridge-flags"
4400version = "1.0.157"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
4403
4404[[package]]
4405name = "cxxbridge-macro"
4406version = "1.0.157"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
4409dependencies = [
4410 "proc-macro2",
4411 "quote",
4412 "rustversion",
4413 "syn 2.0.101",
4414]
4415
4416[[package]]
4417name = "dap"
4418version = "0.1.0"
4419dependencies = [
4420 "anyhow",
4421 "async-compression",
4422 "async-pipe",
4423 "async-tar",
4424 "async-trait",
4425 "client",
4426 "collections",
4427 "dap-types",
4428 "fs",
4429 "futures 0.3.31",
4430 "gpui",
4431 "http_client",
4432 "language",
4433 "libc",
4434 "log",
4435 "node_runtime",
4436 "parking_lot",
4437 "paths",
4438 "proto",
4439 "schemars 1.0.1",
4440 "serde",
4441 "serde_json",
4442 "settings",
4443 "smallvec",
4444 "smol",
4445 "task",
4446 "telemetry",
4447 "tree-sitter",
4448 "tree-sitter-go",
4449 "util",
4450 "workspace-hack",
4451 "zlog",
4452]
4453
4454[[package]]
4455name = "dap-types"
4456version = "0.0.1"
4457source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4458dependencies = [
4459 "schemars 1.0.1",
4460 "serde",
4461 "serde_json",
4462]
4463
4464[[package]]
4465name = "dap_adapters"
4466version = "0.1.0"
4467dependencies = [
4468 "anyhow",
4469 "async-trait",
4470 "collections",
4471 "dap",
4472 "dotenvy",
4473 "fs",
4474 "futures 0.3.31",
4475 "gpui",
4476 "json_dotpath",
4477 "language",
4478 "log",
4479 "paths",
4480 "serde",
4481 "serde_json",
4482 "shlex",
4483 "smol",
4484 "task",
4485 "util",
4486 "workspace-hack",
4487]
4488
4489[[package]]
4490name = "darling"
4491version = "0.20.11"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4494dependencies = [
4495 "darling_core",
4496 "darling_macro",
4497]
4498
4499[[package]]
4500name = "darling_core"
4501version = "0.20.11"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4504dependencies = [
4505 "fnv",
4506 "ident_case",
4507 "proc-macro2",
4508 "quote",
4509 "strsim",
4510 "syn 2.0.101",
4511]
4512
4513[[package]]
4514name = "darling_macro"
4515version = "0.20.11"
4516source = "registry+https://github.com/rust-lang/crates.io-index"
4517checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4518dependencies = [
4519 "darling_core",
4520 "quote",
4521 "syn 2.0.101",
4522]
4523
4524[[package]]
4525name = "dashmap"
4526version = "5.5.3"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4529dependencies = [
4530 "cfg-if",
4531 "hashbrown 0.14.5",
4532 "lock_api",
4533 "once_cell",
4534 "parking_lot_core",
4535]
4536
4537[[package]]
4538name = "dashmap"
4539version = "6.1.0"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4542dependencies = [
4543 "cfg-if",
4544 "crossbeam-utils",
4545 "hashbrown 0.14.5",
4546 "lock_api",
4547 "once_cell",
4548 "parking_lot_core",
4549]
4550
4551[[package]]
4552name = "dasp_sample"
4553version = "0.11.0"
4554source = "registry+https://github.com/rust-lang/crates.io-index"
4555checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4556
4557[[package]]
4558name = "data-encoding"
4559version = "2.9.0"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4562
4563[[package]]
4564name = "data-url"
4565version = "0.3.1"
4566source = "registry+https://github.com/rust-lang/crates.io-index"
4567checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4568
4569[[package]]
4570name = "db"
4571version = "0.1.0"
4572dependencies = [
4573 "anyhow",
4574 "gpui",
4575 "indoc",
4576 "log",
4577 "paths",
4578 "release_channel",
4579 "smol",
4580 "sqlez",
4581 "sqlez_macros",
4582 "tempfile",
4583 "util",
4584 "workspace-hack",
4585 "zed_env_vars",
4586]
4587
4588[[package]]
4589name = "dbus"
4590version = "0.9.7"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4593dependencies = [
4594 "libc",
4595 "libdbus-sys",
4596 "winapi",
4597]
4598
4599[[package]]
4600name = "debug_adapter_extension"
4601version = "0.1.0"
4602dependencies = [
4603 "anyhow",
4604 "async-trait",
4605 "dap",
4606 "extension",
4607 "gpui",
4608 "serde_json",
4609 "task",
4610 "util",
4611 "workspace-hack",
4612]
4613
4614[[package]]
4615name = "debugger_tools"
4616version = "0.1.0"
4617dependencies = [
4618 "anyhow",
4619 "dap",
4620 "editor",
4621 "futures 0.3.31",
4622 "gpui",
4623 "project",
4624 "serde_json",
4625 "settings",
4626 "smol",
4627 "util",
4628 "workspace",
4629 "workspace-hack",
4630]
4631
4632[[package]]
4633name = "debugger_ui"
4634version = "0.1.0"
4635dependencies = [
4636 "alacritty_terminal",
4637 "anyhow",
4638 "bitflags 2.9.0",
4639 "client",
4640 "collections",
4641 "command_palette_hooks",
4642 "dap",
4643 "dap_adapters",
4644 "db",
4645 "debugger_tools",
4646 "editor",
4647 "file_icons",
4648 "futures 0.3.31",
4649 "fuzzy",
4650 "gpui",
4651 "hex",
4652 "indoc",
4653 "itertools 0.14.0",
4654 "language",
4655 "log",
4656 "menu",
4657 "notifications",
4658 "parking_lot",
4659 "parse_int",
4660 "paths",
4661 "picker",
4662 "pretty_assertions",
4663 "project",
4664 "rpc",
4665 "schemars 1.0.1",
4666 "serde",
4667 "serde_json",
4668 "serde_json_lenient",
4669 "settings",
4670 "shlex",
4671 "sysinfo",
4672 "task",
4673 "tasks_ui",
4674 "telemetry",
4675 "terminal_view",
4676 "text",
4677 "theme",
4678 "tree-sitter",
4679 "tree-sitter-go",
4680 "tree-sitter-json",
4681 "ui",
4682 "unindent",
4683 "util",
4684 "workspace",
4685 "workspace-hack",
4686 "zed_actions",
4687 "zlog",
4688]
4689
4690[[package]]
4691name = "debugid"
4692version = "0.8.0"
4693source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4695dependencies = [
4696 "uuid",
4697]
4698
4699[[package]]
4700name = "deepseek"
4701version = "0.1.0"
4702dependencies = [
4703 "anyhow",
4704 "futures 0.3.31",
4705 "http_client",
4706 "schemars 1.0.1",
4707 "serde",
4708 "serde_json",
4709 "workspace-hack",
4710]
4711
4712[[package]]
4713name = "deflate64"
4714version = "0.1.9"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4717
4718[[package]]
4719name = "denoise"
4720version = "0.1.0"
4721dependencies = [
4722 "candle-core",
4723 "candle-onnx",
4724 "log",
4725 "realfft",
4726 "rodio",
4727 "rustfft",
4728 "thiserror 2.0.12",
4729 "workspace-hack",
4730]
4731
4732[[package]]
4733name = "der"
4734version = "0.6.1"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4737dependencies = [
4738 "const-oid",
4739 "zeroize",
4740]
4741
4742[[package]]
4743name = "der"
4744version = "0.7.10"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4747dependencies = [
4748 "const-oid",
4749 "pem-rfc7468",
4750 "zeroize",
4751]
4752
4753[[package]]
4754name = "deranged"
4755version = "0.4.0"
4756source = "registry+https://github.com/rust-lang/crates.io-index"
4757checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4758dependencies = [
4759 "powerfmt",
4760 "serde",
4761]
4762
4763[[package]]
4764name = "derive_arbitrary"
4765version = "1.4.2"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4768dependencies = [
4769 "proc-macro2",
4770 "quote",
4771 "syn 2.0.101",
4772]
4773
4774[[package]]
4775name = "derive_more"
4776version = "0.99.19"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4779dependencies = [
4780 "convert_case 0.4.0",
4781 "proc-macro2",
4782 "quote",
4783 "rustc_version",
4784 "syn 2.0.101",
4785]
4786
4787[[package]]
4788name = "derive_refineable"
4789version = "0.1.0"
4790dependencies = [
4791 "proc-macro2",
4792 "quote",
4793 "syn 2.0.101",
4794 "workspace-hack",
4795]
4796
4797[[package]]
4798name = "diagnostics"
4799version = "0.1.0"
4800dependencies = [
4801 "anyhow",
4802 "client",
4803 "collections",
4804 "component",
4805 "ctor",
4806 "editor",
4807 "gpui",
4808 "indoc",
4809 "language",
4810 "log",
4811 "lsp",
4812 "markdown",
4813 "pretty_assertions",
4814 "project",
4815 "rand 0.9.1",
4816 "serde",
4817 "serde_json",
4818 "settings",
4819 "text",
4820 "theme",
4821 "ui",
4822 "unindent",
4823 "util",
4824 "workspace",
4825 "workspace-hack",
4826 "zlog",
4827]
4828
4829[[package]]
4830name = "dialoguer"
4831version = "0.11.0"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4834dependencies = [
4835 "console",
4836 "fuzzy-matcher",
4837 "shell-words",
4838 "tempfile",
4839 "thiserror 1.0.69",
4840 "zeroize",
4841]
4842
4843[[package]]
4844name = "diff"
4845version = "0.1.13"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4848
4849[[package]]
4850name = "diffy"
4851version = "0.4.2"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4854dependencies = [
4855 "nu-ansi-term",
4856]
4857
4858[[package]]
4859name = "digest"
4860version = "0.10.7"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4863dependencies = [
4864 "block-buffer",
4865 "const-oid",
4866 "crypto-common",
4867 "subtle",
4868]
4869
4870[[package]]
4871name = "dirs"
4872version = "4.0.0"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4875dependencies = [
4876 "dirs-sys 0.3.7",
4877]
4878
4879[[package]]
4880name = "dirs"
4881version = "5.0.1"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4884dependencies = [
4885 "dirs-sys 0.4.1",
4886]
4887
4888[[package]]
4889name = "dirs"
4890version = "6.0.0"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4893dependencies = [
4894 "dirs-sys 0.5.0",
4895]
4896
4897[[package]]
4898name = "dirs-sys"
4899version = "0.3.7"
4900source = "registry+https://github.com/rust-lang/crates.io-index"
4901checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4902dependencies = [
4903 "libc",
4904 "redox_users 0.4.6",
4905 "winapi",
4906]
4907
4908[[package]]
4909name = "dirs-sys"
4910version = "0.4.1"
4911source = "registry+https://github.com/rust-lang/crates.io-index"
4912checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4913dependencies = [
4914 "libc",
4915 "option-ext",
4916 "redox_users 0.4.6",
4917 "windows-sys 0.48.0",
4918]
4919
4920[[package]]
4921name = "dirs-sys"
4922version = "0.5.0"
4923source = "registry+https://github.com/rust-lang/crates.io-index"
4924checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4925dependencies = [
4926 "libc",
4927 "option-ext",
4928 "redox_users 0.5.0",
4929 "windows-sys 0.61.0",
4930]
4931
4932[[package]]
4933name = "dispatch"
4934version = "0.2.0"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4937
4938[[package]]
4939name = "dispatch2"
4940version = "0.3.0"
4941source = "registry+https://github.com/rust-lang/crates.io-index"
4942checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4943dependencies = [
4944 "bitflags 2.9.0",
4945 "objc2",
4946]
4947
4948[[package]]
4949name = "displaydoc"
4950version = "0.2.5"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4953dependencies = [
4954 "proc-macro2",
4955 "quote",
4956 "syn 2.0.101",
4957]
4958
4959[[package]]
4960name = "dlib"
4961version = "0.5.2"
4962source = "registry+https://github.com/rust-lang/crates.io-index"
4963checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4964dependencies = [
4965 "libloading",
4966]
4967
4968[[package]]
4969name = "docs_preprocessor"
4970version = "0.1.0"
4971dependencies = [
4972 "anyhow",
4973 "command_palette",
4974 "gpui",
4975 "mdbook",
4976 "regex",
4977 "serde",
4978 "serde_json",
4979 "settings",
4980 "util",
4981 "workspace-hack",
4982 "zed",
4983 "zlog",
4984]
4985
4986[[package]]
4987name = "documented"
4988version = "0.9.1"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4991dependencies = [
4992 "documented-macros",
4993 "phf",
4994 "thiserror 1.0.69",
4995]
4996
4997[[package]]
4998name = "documented-macros"
4999version = "0.9.1"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
5002dependencies = [
5003 "convert_case 0.6.0",
5004 "itertools 0.13.0",
5005 "optfield",
5006 "proc-macro2",
5007 "quote",
5008 "strum 0.26.3",
5009 "syn 2.0.101",
5010]
5011
5012[[package]]
5013name = "dotenvy"
5014version = "0.15.7"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5017
5018[[package]]
5019name = "downcast-rs"
5020version = "1.2.1"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5023
5024[[package]]
5025name = "doxygen-rs"
5026version = "0.4.2"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5029dependencies = [
5030 "phf",
5031]
5032
5033[[package]]
5034name = "dtoa"
5035version = "1.0.10"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5038
5039[[package]]
5040name = "dtoa-short"
5041version = "0.3.5"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5044dependencies = [
5045 "dtoa",
5046]
5047
5048[[package]]
5049name = "dtor"
5050version = "0.0.6"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5053dependencies = [
5054 "dtor-proc-macro",
5055]
5056
5057[[package]]
5058name = "dtor-proc-macro"
5059version = "0.0.5"
5060source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5062
5063[[package]]
5064name = "dunce"
5065version = "1.0.5"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5068
5069[[package]]
5070name = "dwrote"
5071version = "0.11.3"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
5074dependencies = [
5075 "lazy_static",
5076 "libc",
5077 "winapi",
5078 "wio",
5079]
5080
5081[[package]]
5082name = "dyn-clone"
5083version = "1.0.19"
5084source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
5086
5087[[package]]
5088name = "dyn-stack"
5089version = "0.10.0"
5090source = "registry+https://github.com/rust-lang/crates.io-index"
5091checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5092dependencies = [
5093 "bytemuck",
5094 "reborrow",
5095]
5096
5097[[package]]
5098name = "dyn-stack"
5099version = "0.13.0"
5100source = "registry+https://github.com/rust-lang/crates.io-index"
5101checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
5102dependencies = [
5103 "bytemuck",
5104]
5105
5106[[package]]
5107name = "ec4rs"
5108version = "1.2.0"
5109source = "registry+https://github.com/rust-lang/crates.io-index"
5110checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5111
5112[[package]]
5113name = "ecdsa"
5114version = "0.14.8"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5117dependencies = [
5118 "der 0.6.1",
5119 "elliptic-curve",
5120 "rfc6979",
5121 "signature 1.6.4",
5122]
5123
5124[[package]]
5125name = "edit_prediction"
5126version = "0.1.0"
5127dependencies = [
5128 "client",
5129 "gpui",
5130 "language",
5131 "project",
5132 "workspace-hack",
5133]
5134
5135[[package]]
5136name = "edit_prediction_button"
5137version = "0.1.0"
5138dependencies = [
5139 "anyhow",
5140 "client",
5141 "cloud_llm_client",
5142 "copilot",
5143 "edit_prediction",
5144 "editor",
5145 "feature_flags",
5146 "fs",
5147 "futures 0.3.31",
5148 "gpui",
5149 "indoc",
5150 "language",
5151 "lsp",
5152 "paths",
5153 "project",
5154 "regex",
5155 "serde_json",
5156 "settings",
5157 "supermaven",
5158 "telemetry",
5159 "theme",
5160 "ui",
5161 "workspace",
5162 "workspace-hack",
5163 "zed_actions",
5164 "zeta",
5165]
5166
5167[[package]]
5168name = "edit_prediction_context"
5169version = "0.1.0"
5170dependencies = [
5171 "anyhow",
5172 "arrayvec",
5173 "clap",
5174 "cloud_llm_client",
5175 "collections",
5176 "futures 0.3.31",
5177 "gpui",
5178 "hashbrown 0.15.3",
5179 "indoc",
5180 "itertools 0.14.0",
5181 "language",
5182 "log",
5183 "ordered-float 2.10.1",
5184 "pretty_assertions",
5185 "project",
5186 "regex",
5187 "serde",
5188 "serde_json",
5189 "settings",
5190 "slotmap",
5191 "strum 0.27.1",
5192 "text",
5193 "tree-sitter",
5194 "util",
5195 "workspace-hack",
5196 "zlog",
5197]
5198
5199[[package]]
5200name = "editor"
5201version = "0.1.0"
5202dependencies = [
5203 "aho-corasick",
5204 "anyhow",
5205 "assets",
5206 "buffer_diff",
5207 "client",
5208 "clock",
5209 "collections",
5210 "convert_case 0.8.0",
5211 "criterion",
5212 "ctor",
5213 "dap",
5214 "db",
5215 "edit_prediction",
5216 "emojis",
5217 "file_icons",
5218 "fs",
5219 "futures 0.3.31",
5220 "fuzzy",
5221 "git",
5222 "gpui",
5223 "http_client",
5224 "indoc",
5225 "itertools 0.14.0",
5226 "language",
5227 "languages",
5228 "linkify",
5229 "log",
5230 "lsp",
5231 "markdown",
5232 "menu",
5233 "multi_buffer",
5234 "ordered-float 2.10.1",
5235 "parking_lot",
5236 "pretty_assertions",
5237 "project",
5238 "rand 0.9.1",
5239 "regex",
5240 "release_channel",
5241 "rpc",
5242 "schemars 1.0.1",
5243 "serde",
5244 "serde_json",
5245 "settings",
5246 "smallvec",
5247 "smol",
5248 "snippet",
5249 "sum_tree",
5250 "task",
5251 "telemetry",
5252 "tempfile",
5253 "text",
5254 "theme",
5255 "time",
5256 "tree-sitter-bash",
5257 "tree-sitter-c",
5258 "tree-sitter-html",
5259 "tree-sitter-python",
5260 "tree-sitter-rust",
5261 "tree-sitter-typescript",
5262 "tree-sitter-yaml",
5263 "ui",
5264 "unicode-script",
5265 "unicode-segmentation",
5266 "unindent",
5267 "url",
5268 "util",
5269 "uuid",
5270 "vim_mode_setting",
5271 "workspace",
5272 "workspace-hack",
5273 "zed_actions",
5274 "zlog",
5275]
5276
5277[[package]]
5278name = "either"
5279version = "1.15.0"
5280source = "registry+https://github.com/rust-lang/crates.io-index"
5281checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5282dependencies = [
5283 "serde",
5284]
5285
5286[[package]]
5287name = "elasticlunr-rs"
5288version = "3.0.2"
5289source = "registry+https://github.com/rust-lang/crates.io-index"
5290checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5291dependencies = [
5292 "regex",
5293 "serde",
5294 "serde_derive",
5295 "serde_json",
5296]
5297
5298[[package]]
5299name = "elliptic-curve"
5300version = "0.12.3"
5301source = "registry+https://github.com/rust-lang/crates.io-index"
5302checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5303dependencies = [
5304 "base16ct",
5305 "crypto-bigint 0.4.9",
5306 "der 0.6.1",
5307 "digest",
5308 "ff",
5309 "generic-array",
5310 "group",
5311 "pkcs8 0.9.0",
5312 "rand_core 0.6.4",
5313 "sec1",
5314 "subtle",
5315 "zeroize",
5316]
5317
5318[[package]]
5319name = "email_address"
5320version = "0.2.9"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
5322checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5323dependencies = [
5324 "serde",
5325]
5326
5327[[package]]
5328name = "embed-resource"
5329version = "3.0.2"
5330source = "registry+https://github.com/rust-lang/crates.io-index"
5331checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
5332dependencies = [
5333 "cc",
5334 "memchr",
5335 "rustc_version",
5336 "toml 0.8.20",
5337 "vswhom",
5338 "winreg 0.52.0",
5339]
5340
5341[[package]]
5342name = "embedded-io"
5343version = "0.4.0"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5346
5347[[package]]
5348name = "embedded-io"
5349version = "0.6.1"
5350source = "registry+https://github.com/rust-lang/crates.io-index"
5351checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5352
5353[[package]]
5354name = "emojis"
5355version = "0.6.4"
5356source = "registry+https://github.com/rust-lang/crates.io-index"
5357checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5358dependencies = [
5359 "phf",
5360]
5361
5362[[package]]
5363name = "encode_unicode"
5364version = "1.0.0"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5367
5368[[package]]
5369name = "encoding_rs"
5370version = "0.8.35"
5371source = "registry+https://github.com/rust-lang/crates.io-index"
5372checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5373dependencies = [
5374 "cfg-if",
5375]
5376
5377[[package]]
5378name = "endi"
5379version = "1.1.0"
5380source = "registry+https://github.com/rust-lang/crates.io-index"
5381checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5382
5383[[package]]
5384name = "enum-as-inner"
5385version = "0.6.1"
5386source = "registry+https://github.com/rust-lang/crates.io-index"
5387checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5388dependencies = [
5389 "heck 0.5.0",
5390 "proc-macro2",
5391 "quote",
5392 "syn 2.0.101",
5393]
5394
5395[[package]]
5396name = "enumflags2"
5397version = "0.7.11"
5398source = "registry+https://github.com/rust-lang/crates.io-index"
5399checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
5400dependencies = [
5401 "enumflags2_derive",
5402 "serde",
5403]
5404
5405[[package]]
5406name = "enumflags2_derive"
5407version = "0.7.11"
5408source = "registry+https://github.com/rust-lang/crates.io-index"
5409checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
5410dependencies = [
5411 "proc-macro2",
5412 "quote",
5413 "syn 2.0.101",
5414]
5415
5416[[package]]
5417name = "env_filter"
5418version = "0.1.3"
5419source = "registry+https://github.com/rust-lang/crates.io-index"
5420checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
5421dependencies = [
5422 "log",
5423 "regex",
5424]
5425
5426[[package]]
5427name = "env_logger"
5428version = "0.10.2"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5431dependencies = [
5432 "humantime",
5433 "is-terminal",
5434 "log",
5435 "regex",
5436 "termcolor",
5437]
5438
5439[[package]]
5440name = "env_logger"
5441version = "0.11.8"
5442source = "registry+https://github.com/rust-lang/crates.io-index"
5443checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5444dependencies = [
5445 "anstream",
5446 "anstyle",
5447 "env_filter",
5448 "jiff",
5449 "log",
5450]
5451
5452[[package]]
5453name = "envy"
5454version = "0.4.2"
5455source = "registry+https://github.com/rust-lang/crates.io-index"
5456checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5457dependencies = [
5458 "serde",
5459]
5460
5461[[package]]
5462name = "equivalent"
5463version = "1.0.2"
5464source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5466
5467[[package]]
5468name = "erased-serde"
5469version = "0.4.6"
5470source = "registry+https://github.com/rust-lang/crates.io-index"
5471checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
5472dependencies = [
5473 "serde",
5474 "typeid",
5475]
5476
5477[[package]]
5478name = "errno"
5479version = "0.2.8"
5480source = "registry+https://github.com/rust-lang/crates.io-index"
5481checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5482dependencies = [
5483 "errno-dragonfly",
5484 "libc",
5485 "winapi",
5486]
5487
5488[[package]]
5489name = "errno"
5490version = "0.3.11"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
5493dependencies = [
5494 "libc",
5495 "windows-sys 0.59.0",
5496]
5497
5498[[package]]
5499name = "errno-dragonfly"
5500version = "0.1.2"
5501source = "registry+https://github.com/rust-lang/crates.io-index"
5502checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5503dependencies = [
5504 "cc",
5505 "libc",
5506]
5507
5508[[package]]
5509name = "etagere"
5510version = "0.2.15"
5511source = "registry+https://github.com/rust-lang/crates.io-index"
5512checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5513dependencies = [
5514 "euclid",
5515 "svg_fmt",
5516]
5517
5518[[package]]
5519name = "etcetera"
5520version = "0.8.0"
5521source = "registry+https://github.com/rust-lang/crates.io-index"
5522checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5523dependencies = [
5524 "cfg-if",
5525 "home",
5526 "windows-sys 0.48.0",
5527]
5528
5529[[package]]
5530name = "euclid"
5531version = "0.22.11"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5534dependencies = [
5535 "num-traits",
5536]
5537
5538[[package]]
5539name = "eval"
5540version = "0.1.0"
5541dependencies = [
5542 "agent",
5543 "agent_settings",
5544 "agent_ui",
5545 "anyhow",
5546 "assistant_tool",
5547 "assistant_tools",
5548 "async-trait",
5549 "buffer_diff",
5550 "chrono",
5551 "clap",
5552 "client",
5553 "cloud_llm_client",
5554 "collections",
5555 "debug_adapter_extension",
5556 "dirs 4.0.0",
5557 "dotenvy",
5558 "env_logger 0.11.8",
5559 "extension",
5560 "fs",
5561 "futures 0.3.31",
5562 "gpui",
5563 "gpui_tokio",
5564 "handlebars 4.5.0",
5565 "language",
5566 "language_extension",
5567 "language_model",
5568 "language_models",
5569 "languages",
5570 "markdown",
5571 "node_runtime",
5572 "pathdiff",
5573 "paths",
5574 "pretty_assertions",
5575 "project",
5576 "prompt_store",
5577 "regex",
5578 "release_channel",
5579 "reqwest_client",
5580 "serde",
5581 "serde_json",
5582 "settings",
5583 "shellexpand 2.1.2",
5584 "smol",
5585 "telemetry",
5586 "terminal_view",
5587 "toml 0.8.20",
5588 "unindent",
5589 "util",
5590 "uuid",
5591 "watch",
5592 "workspace-hack",
5593]
5594
5595[[package]]
5596name = "event-listener"
5597version = "2.5.3"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5600
5601[[package]]
5602name = "event-listener"
5603version = "5.4.0"
5604source = "registry+https://github.com/rust-lang/crates.io-index"
5605checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5606dependencies = [
5607 "concurrent-queue",
5608 "parking",
5609 "pin-project-lite",
5610]
5611
5612[[package]]
5613name = "event-listener-strategy"
5614version = "0.5.4"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5617dependencies = [
5618 "event-listener 5.4.0",
5619 "pin-project-lite",
5620]
5621
5622[[package]]
5623name = "exec"
5624version = "0.3.1"
5625source = "registry+https://github.com/rust-lang/crates.io-index"
5626checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5627dependencies = [
5628 "errno 0.2.8",
5629 "libc",
5630]
5631
5632[[package]]
5633name = "explorer_command_injector"
5634version = "0.1.0"
5635dependencies = [
5636 "windows 0.61.1",
5637 "windows-core 0.61.0",
5638 "windows-registry 0.5.1",
5639 "workspace-hack",
5640]
5641
5642[[package]]
5643name = "exr"
5644version = "1.73.0"
5645source = "registry+https://github.com/rust-lang/crates.io-index"
5646checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5647dependencies = [
5648 "bit_field",
5649 "half",
5650 "lebe",
5651 "miniz_oxide",
5652 "rayon-core",
5653 "smallvec",
5654 "zune-inflate",
5655]
5656
5657[[package]]
5658name = "extended"
5659version = "0.1.0"
5660source = "registry+https://github.com/rust-lang/crates.io-index"
5661checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5662
5663[[package]]
5664name = "extension"
5665version = "0.1.0"
5666dependencies = [
5667 "anyhow",
5668 "async-compression",
5669 "async-tar",
5670 "async-trait",
5671 "collections",
5672 "dap",
5673 "fs",
5674 "futures 0.3.31",
5675 "gpui",
5676 "heck 0.5.0",
5677 "http_client",
5678 "language",
5679 "log",
5680 "lsp",
5681 "parking_lot",
5682 "pretty_assertions",
5683 "semantic_version",
5684 "serde",
5685 "serde_json",
5686 "task",
5687 "toml 0.8.20",
5688 "url",
5689 "util",
5690 "wasm-encoder 0.221.3",
5691 "wasmparser 0.221.3",
5692 "workspace-hack",
5693]
5694
5695[[package]]
5696name = "extension_cli"
5697version = "0.1.0"
5698dependencies = [
5699 "anyhow",
5700 "clap",
5701 "env_logger 0.11.8",
5702 "extension",
5703 "fs",
5704 "gpui",
5705 "language",
5706 "log",
5707 "reqwest_client",
5708 "rpc",
5709 "serde",
5710 "serde_json",
5711 "theme",
5712 "tokio",
5713 "toml 0.8.20",
5714 "tree-sitter",
5715 "wasmtime",
5716 "workspace-hack",
5717]
5718
5719[[package]]
5720name = "extension_host"
5721version = "0.1.0"
5722dependencies = [
5723 "anyhow",
5724 "async-compression",
5725 "async-tar",
5726 "async-trait",
5727 "client",
5728 "collections",
5729 "criterion",
5730 "ctor",
5731 "dap",
5732 "extension",
5733 "fs",
5734 "futures 0.3.31",
5735 "gpui",
5736 "http_client",
5737 "language",
5738 "language_extension",
5739 "log",
5740 "lsp",
5741 "moka",
5742 "node_runtime",
5743 "parking_lot",
5744 "paths",
5745 "project",
5746 "rand 0.9.1",
5747 "release_channel",
5748 "remote",
5749 "reqwest_client",
5750 "semantic_version",
5751 "serde",
5752 "serde_json",
5753 "serde_json_lenient",
5754 "settings",
5755 "task",
5756 "telemetry",
5757 "tempfile",
5758 "theme",
5759 "theme_extension",
5760 "toml 0.8.20",
5761 "url",
5762 "util",
5763 "wasmparser 0.221.3",
5764 "wasmtime",
5765 "wasmtime-wasi",
5766 "workspace-hack",
5767 "zlog",
5768]
5769
5770[[package]]
5771name = "extensions_ui"
5772version = "0.1.0"
5773dependencies = [
5774 "anyhow",
5775 "client",
5776 "collections",
5777 "db",
5778 "editor",
5779 "extension",
5780 "extension_host",
5781 "fs",
5782 "fuzzy",
5783 "gpui",
5784 "language",
5785 "log",
5786 "num-format",
5787 "picker",
5788 "project",
5789 "release_channel",
5790 "semantic_version",
5791 "serde",
5792 "settings",
5793 "smallvec",
5794 "strum 0.27.1",
5795 "telemetry",
5796 "theme",
5797 "ui",
5798 "util",
5799 "vim_mode_setting",
5800 "workspace",
5801 "workspace-hack",
5802 "zed_actions",
5803]
5804
5805[[package]]
5806name = "fallible-iterator"
5807version = "0.3.0"
5808source = "registry+https://github.com/rust-lang/crates.io-index"
5809checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5810
5811[[package]]
5812name = "fancy-regex"
5813version = "0.13.0"
5814source = "registry+https://github.com/rust-lang/crates.io-index"
5815checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5816dependencies = [
5817 "bit-set 0.5.3",
5818 "regex-automata",
5819 "regex-syntax",
5820]
5821
5822[[package]]
5823name = "fancy-regex"
5824version = "0.14.0"
5825source = "registry+https://github.com/rust-lang/crates.io-index"
5826checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5827dependencies = [
5828 "bit-set 0.8.0",
5829 "regex-automata",
5830 "regex-syntax",
5831]
5832
5833[[package]]
5834name = "fast-srgb8"
5835version = "1.0.0"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5838
5839[[package]]
5840name = "fastrand"
5841version = "1.9.0"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5844dependencies = [
5845 "instant",
5846]
5847
5848[[package]]
5849name = "fastrand"
5850version = "2.3.0"
5851source = "registry+https://github.com/rust-lang/crates.io-index"
5852checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5853
5854[[package]]
5855name = "fd-lock"
5856version = "4.0.4"
5857source = "registry+https://github.com/rust-lang/crates.io-index"
5858checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5859dependencies = [
5860 "cfg-if",
5861 "rustix 1.0.7",
5862 "windows-sys 0.59.0",
5863]
5864
5865[[package]]
5866name = "fdeflate"
5867version = "0.3.7"
5868source = "registry+https://github.com/rust-lang/crates.io-index"
5869checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5870dependencies = [
5871 "simd-adler32",
5872]
5873
5874[[package]]
5875name = "feature_flags"
5876version = "0.1.0"
5877dependencies = [
5878 "futures 0.3.31",
5879 "gpui",
5880 "smol",
5881 "workspace-hack",
5882]
5883
5884[[package]]
5885name = "feedback"
5886version = "0.1.0"
5887dependencies = [
5888 "editor",
5889 "gpui",
5890 "menu",
5891 "system_specs",
5892 "ui",
5893 "urlencoding",
5894 "util",
5895 "workspace",
5896 "workspace-hack",
5897 "zed_actions",
5898]
5899
5900[[package]]
5901name = "ff"
5902version = "0.12.1"
5903source = "registry+https://github.com/rust-lang/crates.io-index"
5904checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5905dependencies = [
5906 "rand_core 0.6.4",
5907 "subtle",
5908]
5909
5910[[package]]
5911name = "file_finder"
5912version = "0.1.0"
5913dependencies = [
5914 "anyhow",
5915 "collections",
5916 "ctor",
5917 "editor",
5918 "file_icons",
5919 "futures 0.3.31",
5920 "fuzzy",
5921 "gpui",
5922 "language",
5923 "menu",
5924 "picker",
5925 "pretty_assertions",
5926 "project",
5927 "schemars 1.0.1",
5928 "search",
5929 "serde",
5930 "serde_json",
5931 "settings",
5932 "text",
5933 "theme",
5934 "ui",
5935 "util",
5936 "workspace",
5937 "workspace-hack",
5938 "zlog",
5939]
5940
5941[[package]]
5942name = "file_icons"
5943version = "0.1.0"
5944dependencies = [
5945 "gpui",
5946 "serde",
5947 "settings",
5948 "theme",
5949 "util",
5950 "workspace-hack",
5951]
5952
5953[[package]]
5954name = "filedescriptor"
5955version = "0.8.3"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5958dependencies = [
5959 "libc",
5960 "thiserror 1.0.69",
5961 "winapi",
5962]
5963
5964[[package]]
5965name = "filetime"
5966version = "0.2.25"
5967source = "registry+https://github.com/rust-lang/crates.io-index"
5968checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5969dependencies = [
5970 "cfg-if",
5971 "libc",
5972 "libredox",
5973 "windows-sys 0.59.0",
5974]
5975
5976[[package]]
5977name = "fixedbitset"
5978version = "0.4.2"
5979source = "registry+https://github.com/rust-lang/crates.io-index"
5980checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5981
5982[[package]]
5983name = "flate2"
5984version = "1.1.1"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5987dependencies = [
5988 "crc32fast",
5989 "miniz_oxide",
5990]
5991
5992[[package]]
5993name = "float-cmp"
5994version = "0.9.0"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5997
5998[[package]]
5999name = "float-ord"
6000version = "0.3.2"
6001source = "registry+https://github.com/rust-lang/crates.io-index"
6002checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6003
6004[[package]]
6005name = "float8"
6006version = "0.4.2"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6009dependencies = [
6010 "half",
6011 "num-traits",
6012 "rand 0.9.1",
6013 "rand_distr",
6014]
6015
6016[[package]]
6017name = "float_next_after"
6018version = "1.0.0"
6019source = "registry+https://github.com/rust-lang/crates.io-index"
6020checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6021
6022[[package]]
6023name = "fluent-uri"
6024version = "0.3.2"
6025source = "registry+https://github.com/rust-lang/crates.io-index"
6026checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
6027dependencies = [
6028 "borrow-or-share",
6029 "ref-cast",
6030 "serde",
6031]
6032
6033[[package]]
6034name = "flume"
6035version = "0.11.1"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6038dependencies = [
6039 "futures-core",
6040 "futures-sink",
6041 "nanorand",
6042 "spin",
6043]
6044
6045[[package]]
6046name = "fnv"
6047version = "1.0.7"
6048source = "registry+https://github.com/rust-lang/crates.io-index"
6049checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6050
6051[[package]]
6052name = "foldhash"
6053version = "0.1.5"
6054source = "registry+https://github.com/rust-lang/crates.io-index"
6055checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6056
6057[[package]]
6058name = "font-kit"
6059version = "0.14.1"
6060source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
6061dependencies = [
6062 "bitflags 2.9.0",
6063 "byteorder",
6064 "core-foundation 0.10.0",
6065 "core-graphics 0.24.0",
6066 "core-text",
6067 "dirs 5.0.1",
6068 "dwrote",
6069 "float-ord",
6070 "freetype-sys",
6071 "lazy_static",
6072 "libc",
6073 "log",
6074 "pathfinder_geometry",
6075 "pathfinder_simd",
6076 "walkdir",
6077 "winapi",
6078 "yeslogic-fontconfig-sys",
6079]
6080
6081[[package]]
6082name = "font-types"
6083version = "0.8.4"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
6086dependencies = [
6087 "bytemuck",
6088]
6089
6090[[package]]
6091name = "fontconfig-parser"
6092version = "0.5.7"
6093source = "registry+https://github.com/rust-lang/crates.io-index"
6094checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
6095dependencies = [
6096 "roxmltree",
6097]
6098
6099[[package]]
6100name = "fontdb"
6101version = "0.16.2"
6102source = "registry+https://github.com/rust-lang/crates.io-index"
6103checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6104dependencies = [
6105 "fontconfig-parser",
6106 "log",
6107 "memmap2",
6108 "slotmap",
6109 "tinyvec",
6110 "ttf-parser 0.20.0",
6111]
6112
6113[[package]]
6114name = "fontdb"
6115version = "0.23.0"
6116source = "registry+https://github.com/rust-lang/crates.io-index"
6117checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6118dependencies = [
6119 "fontconfig-parser",
6120 "log",
6121 "memmap2",
6122 "slotmap",
6123 "tinyvec",
6124 "ttf-parser 0.25.1",
6125]
6126
6127[[package]]
6128name = "foreign-types"
6129version = "0.3.2"
6130source = "registry+https://github.com/rust-lang/crates.io-index"
6131checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6132dependencies = [
6133 "foreign-types-shared 0.1.1",
6134]
6135
6136[[package]]
6137name = "foreign-types"
6138version = "0.5.0"
6139source = "registry+https://github.com/rust-lang/crates.io-index"
6140checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6141dependencies = [
6142 "foreign-types-macros",
6143 "foreign-types-shared 0.3.1",
6144]
6145
6146[[package]]
6147name = "foreign-types-macros"
6148version = "0.2.3"
6149source = "registry+https://github.com/rust-lang/crates.io-index"
6150checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6151dependencies = [
6152 "proc-macro2",
6153 "quote",
6154 "syn 2.0.101",
6155]
6156
6157[[package]]
6158name = "foreign-types-shared"
6159version = "0.1.1"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6162
6163[[package]]
6164name = "foreign-types-shared"
6165version = "0.3.1"
6166source = "registry+https://github.com/rust-lang/crates.io-index"
6167checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6168
6169[[package]]
6170name = "fork"
6171version = "0.2.0"
6172source = "registry+https://github.com/rust-lang/crates.io-index"
6173checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
6174dependencies = [
6175 "libc",
6176]
6177
6178[[package]]
6179name = "form_urlencoded"
6180version = "1.2.1"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
6183dependencies = [
6184 "percent-encoding",
6185]
6186
6187[[package]]
6188name = "fraction"
6189version = "0.15.3"
6190source = "registry+https://github.com/rust-lang/crates.io-index"
6191checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6192dependencies = [
6193 "lazy_static",
6194 "num",
6195]
6196
6197[[package]]
6198name = "freetype-sys"
6199version = "0.20.1"
6200source = "registry+https://github.com/rust-lang/crates.io-index"
6201checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6202dependencies = [
6203 "cc",
6204 "libc",
6205 "pkg-config",
6206]
6207
6208[[package]]
6209name = "fs"
6210version = "0.1.0"
6211dependencies = [
6212 "anyhow",
6213 "ashpd 0.11.0",
6214 "async-tar",
6215 "async-trait",
6216 "cocoa 0.26.0",
6217 "collections",
6218 "fsevent",
6219 "futures 0.3.31",
6220 "git",
6221 "gpui",
6222 "ignore",
6223 "libc",
6224 "log",
6225 "notify 8.0.0",
6226 "objc",
6227 "parking_lot",
6228 "paths",
6229 "proto",
6230 "rope",
6231 "serde",
6232 "serde_json",
6233 "smol",
6234 "tempfile",
6235 "text",
6236 "time",
6237 "util",
6238 "windows 0.61.1",
6239 "workspace-hack",
6240]
6241
6242[[package]]
6243name = "fs-set-times"
6244version = "0.20.3"
6245source = "registry+https://github.com/rust-lang/crates.io-index"
6246checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6247dependencies = [
6248 "io-lifetimes",
6249 "rustix 1.0.7",
6250 "windows-sys 0.59.0",
6251]
6252
6253[[package]]
6254name = "fs2"
6255version = "0.4.3"
6256source = "registry+https://github.com/rust-lang/crates.io-index"
6257checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6258dependencies = [
6259 "libc",
6260 "winapi",
6261]
6262
6263[[package]]
6264name = "fs_extra"
6265version = "1.3.0"
6266source = "registry+https://github.com/rust-lang/crates.io-index"
6267checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6268
6269[[package]]
6270name = "fsevent"
6271version = "0.1.0"
6272dependencies = [
6273 "bitflags 2.9.0",
6274 "core-foundation 0.10.0",
6275 "fsevent-sys 3.1.0",
6276 "log",
6277 "parking_lot",
6278 "tempfile",
6279 "workspace-hack",
6280]
6281
6282[[package]]
6283name = "fsevent-sys"
6284version = "3.1.0"
6285source = "registry+https://github.com/rust-lang/crates.io-index"
6286checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
6287dependencies = [
6288 "libc",
6289]
6290
6291[[package]]
6292name = "fsevent-sys"
6293version = "4.1.0"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6296dependencies = [
6297 "libc",
6298]
6299
6300[[package]]
6301name = "funty"
6302version = "2.0.0"
6303source = "registry+https://github.com/rust-lang/crates.io-index"
6304checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6305
6306[[package]]
6307name = "futf"
6308version = "0.1.5"
6309source = "registry+https://github.com/rust-lang/crates.io-index"
6310checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6311dependencies = [
6312 "mac",
6313 "new_debug_unreachable",
6314]
6315
6316[[package]]
6317name = "futures"
6318version = "0.1.31"
6319source = "registry+https://github.com/rust-lang/crates.io-index"
6320checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6321
6322[[package]]
6323name = "futures"
6324version = "0.3.31"
6325source = "registry+https://github.com/rust-lang/crates.io-index"
6326checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6327dependencies = [
6328 "futures-channel",
6329 "futures-core",
6330 "futures-executor",
6331 "futures-io",
6332 "futures-sink",
6333 "futures-task",
6334 "futures-util",
6335]
6336
6337[[package]]
6338name = "futures-channel"
6339version = "0.3.31"
6340source = "registry+https://github.com/rust-lang/crates.io-index"
6341checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6342dependencies = [
6343 "futures-core",
6344 "futures-sink",
6345]
6346
6347[[package]]
6348name = "futures-core"
6349version = "0.3.31"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6352
6353[[package]]
6354name = "futures-executor"
6355version = "0.3.31"
6356source = "registry+https://github.com/rust-lang/crates.io-index"
6357checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6358dependencies = [
6359 "futures-core",
6360 "futures-task",
6361 "futures-util",
6362]
6363
6364[[package]]
6365name = "futures-intrusive"
6366version = "0.5.0"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6369dependencies = [
6370 "futures-core",
6371 "lock_api",
6372 "parking_lot",
6373]
6374
6375[[package]]
6376name = "futures-io"
6377version = "0.3.31"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6380
6381[[package]]
6382name = "futures-lite"
6383version = "1.13.0"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6386dependencies = [
6387 "fastrand 1.9.0",
6388 "futures-core",
6389 "futures-io",
6390 "memchr",
6391 "parking",
6392 "pin-project-lite",
6393 "waker-fn",
6394]
6395
6396[[package]]
6397name = "futures-lite"
6398version = "2.6.0"
6399source = "registry+https://github.com/rust-lang/crates.io-index"
6400checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
6401dependencies = [
6402 "fastrand 2.3.0",
6403 "futures-core",
6404 "futures-io",
6405 "parking",
6406 "pin-project-lite",
6407]
6408
6409[[package]]
6410name = "futures-macro"
6411version = "0.3.31"
6412source = "registry+https://github.com/rust-lang/crates.io-index"
6413checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6414dependencies = [
6415 "proc-macro2",
6416 "quote",
6417 "syn 2.0.101",
6418]
6419
6420[[package]]
6421name = "futures-sink"
6422version = "0.3.31"
6423source = "registry+https://github.com/rust-lang/crates.io-index"
6424checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6425
6426[[package]]
6427name = "futures-task"
6428version = "0.3.31"
6429source = "registry+https://github.com/rust-lang/crates.io-index"
6430checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6431
6432[[package]]
6433name = "futures-util"
6434version = "0.3.31"
6435source = "registry+https://github.com/rust-lang/crates.io-index"
6436checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6437dependencies = [
6438 "futures 0.1.31",
6439 "futures-channel",
6440 "futures-core",
6441 "futures-io",
6442 "futures-macro",
6443 "futures-sink",
6444 "futures-task",
6445 "memchr",
6446 "pin-project-lite",
6447 "pin-utils",
6448 "slab",
6449 "tokio-io",
6450]
6451
6452[[package]]
6453name = "fuzzy"
6454version = "0.1.0"
6455dependencies = [
6456 "gpui",
6457 "log",
6458 "util",
6459 "workspace-hack",
6460]
6461
6462[[package]]
6463name = "fuzzy-matcher"
6464version = "0.3.7"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6467dependencies = [
6468 "thread_local",
6469]
6470
6471[[package]]
6472name = "gemm"
6473version = "0.17.1"
6474source = "registry+https://github.com/rust-lang/crates.io-index"
6475checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6476dependencies = [
6477 "dyn-stack 0.10.0",
6478 "gemm-c32 0.17.1",
6479 "gemm-c64 0.17.1",
6480 "gemm-common 0.17.1",
6481 "gemm-f16 0.17.1",
6482 "gemm-f32 0.17.1",
6483 "gemm-f64 0.17.1",
6484 "num-complex",
6485 "num-traits",
6486 "paste",
6487 "raw-cpuid 10.7.0",
6488 "seq-macro",
6489]
6490
6491[[package]]
6492name = "gemm"
6493version = "0.18.2"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6496dependencies = [
6497 "dyn-stack 0.13.0",
6498 "gemm-c32 0.18.2",
6499 "gemm-c64 0.18.2",
6500 "gemm-common 0.18.2",
6501 "gemm-f16 0.18.2",
6502 "gemm-f32 0.18.2",
6503 "gemm-f64 0.18.2",
6504 "num-complex",
6505 "num-traits",
6506 "paste",
6507 "raw-cpuid 11.6.0",
6508 "seq-macro",
6509]
6510
6511[[package]]
6512name = "gemm-c32"
6513version = "0.17.1"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6516dependencies = [
6517 "dyn-stack 0.10.0",
6518 "gemm-common 0.17.1",
6519 "num-complex",
6520 "num-traits",
6521 "paste",
6522 "raw-cpuid 10.7.0",
6523 "seq-macro",
6524]
6525
6526[[package]]
6527name = "gemm-c32"
6528version = "0.18.2"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6531dependencies = [
6532 "dyn-stack 0.13.0",
6533 "gemm-common 0.18.2",
6534 "num-complex",
6535 "num-traits",
6536 "paste",
6537 "raw-cpuid 11.6.0",
6538 "seq-macro",
6539]
6540
6541[[package]]
6542name = "gemm-c64"
6543version = "0.17.1"
6544source = "registry+https://github.com/rust-lang/crates.io-index"
6545checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6546dependencies = [
6547 "dyn-stack 0.10.0",
6548 "gemm-common 0.17.1",
6549 "num-complex",
6550 "num-traits",
6551 "paste",
6552 "raw-cpuid 10.7.0",
6553 "seq-macro",
6554]
6555
6556[[package]]
6557name = "gemm-c64"
6558version = "0.18.2"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6561dependencies = [
6562 "dyn-stack 0.13.0",
6563 "gemm-common 0.18.2",
6564 "num-complex",
6565 "num-traits",
6566 "paste",
6567 "raw-cpuid 11.6.0",
6568 "seq-macro",
6569]
6570
6571[[package]]
6572name = "gemm-common"
6573version = "0.17.1"
6574source = "registry+https://github.com/rust-lang/crates.io-index"
6575checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6576dependencies = [
6577 "bytemuck",
6578 "dyn-stack 0.10.0",
6579 "half",
6580 "num-complex",
6581 "num-traits",
6582 "once_cell",
6583 "paste",
6584 "pulp 0.18.22",
6585 "raw-cpuid 10.7.0",
6586 "rayon",
6587 "seq-macro",
6588 "sysctl 0.5.5",
6589]
6590
6591[[package]]
6592name = "gemm-common"
6593version = "0.18.2"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6596dependencies = [
6597 "bytemuck",
6598 "dyn-stack 0.13.0",
6599 "half",
6600 "libm",
6601 "num-complex",
6602 "num-traits",
6603 "once_cell",
6604 "paste",
6605 "pulp 0.21.5",
6606 "raw-cpuid 11.6.0",
6607 "rayon",
6608 "seq-macro",
6609 "sysctl 0.6.0",
6610]
6611
6612[[package]]
6613name = "gemm-f16"
6614version = "0.17.1"
6615source = "registry+https://github.com/rust-lang/crates.io-index"
6616checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6617dependencies = [
6618 "dyn-stack 0.10.0",
6619 "gemm-common 0.17.1",
6620 "gemm-f32 0.17.1",
6621 "half",
6622 "num-complex",
6623 "num-traits",
6624 "paste",
6625 "raw-cpuid 10.7.0",
6626 "rayon",
6627 "seq-macro",
6628]
6629
6630[[package]]
6631name = "gemm-f16"
6632version = "0.18.2"
6633source = "registry+https://github.com/rust-lang/crates.io-index"
6634checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6635dependencies = [
6636 "dyn-stack 0.13.0",
6637 "gemm-common 0.18.2",
6638 "gemm-f32 0.18.2",
6639 "half",
6640 "num-complex",
6641 "num-traits",
6642 "paste",
6643 "raw-cpuid 11.6.0",
6644 "rayon",
6645 "seq-macro",
6646]
6647
6648[[package]]
6649name = "gemm-f32"
6650version = "0.17.1"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6653dependencies = [
6654 "dyn-stack 0.10.0",
6655 "gemm-common 0.17.1",
6656 "num-complex",
6657 "num-traits",
6658 "paste",
6659 "raw-cpuid 10.7.0",
6660 "seq-macro",
6661]
6662
6663[[package]]
6664name = "gemm-f32"
6665version = "0.18.2"
6666source = "registry+https://github.com/rust-lang/crates.io-index"
6667checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6668dependencies = [
6669 "dyn-stack 0.13.0",
6670 "gemm-common 0.18.2",
6671 "num-complex",
6672 "num-traits",
6673 "paste",
6674 "raw-cpuid 11.6.0",
6675 "seq-macro",
6676]
6677
6678[[package]]
6679name = "gemm-f64"
6680version = "0.17.1"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6683dependencies = [
6684 "dyn-stack 0.10.0",
6685 "gemm-common 0.17.1",
6686 "num-complex",
6687 "num-traits",
6688 "paste",
6689 "raw-cpuid 10.7.0",
6690 "seq-macro",
6691]
6692
6693[[package]]
6694name = "gemm-f64"
6695version = "0.18.2"
6696source = "registry+https://github.com/rust-lang/crates.io-index"
6697checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6698dependencies = [
6699 "dyn-stack 0.13.0",
6700 "gemm-common 0.18.2",
6701 "num-complex",
6702 "num-traits",
6703 "paste",
6704 "raw-cpuid 11.6.0",
6705 "seq-macro",
6706]
6707
6708[[package]]
6709name = "generator"
6710version = "0.8.5"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
6713dependencies = [
6714 "cc",
6715 "cfg-if",
6716 "libc",
6717 "log",
6718 "rustversion",
6719 "windows 0.61.1",
6720]
6721
6722[[package]]
6723name = "generic-array"
6724version = "0.14.7"
6725source = "registry+https://github.com/rust-lang/crates.io-index"
6726checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6727dependencies = [
6728 "typenum",
6729 "version_check",
6730]
6731
6732[[package]]
6733name = "gethostname"
6734version = "0.4.3"
6735source = "registry+https://github.com/rust-lang/crates.io-index"
6736checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
6737dependencies = [
6738 "libc",
6739 "windows-targets 0.48.5",
6740]
6741
6742[[package]]
6743name = "getrandom"
6744version = "0.2.15"
6745source = "registry+https://github.com/rust-lang/crates.io-index"
6746checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
6747dependencies = [
6748 "cfg-if",
6749 "js-sys",
6750 "libc",
6751 "wasi 0.11.0+wasi-snapshot-preview1",
6752 "wasm-bindgen",
6753]
6754
6755[[package]]
6756name = "getrandom"
6757version = "0.3.2"
6758source = "registry+https://github.com/rust-lang/crates.io-index"
6759checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
6760dependencies = [
6761 "cfg-if",
6762 "js-sys",
6763 "libc",
6764 "r-efi",
6765 "wasi 0.14.2+wasi-0.2.4",
6766 "wasm-bindgen",
6767]
6768
6769[[package]]
6770name = "gif"
6771version = "0.13.1"
6772source = "registry+https://github.com/rust-lang/crates.io-index"
6773checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6774dependencies = [
6775 "color_quant",
6776 "weezl",
6777]
6778
6779[[package]]
6780name = "gimli"
6781version = "0.31.1"
6782source = "registry+https://github.com/rust-lang/crates.io-index"
6783checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6784dependencies = [
6785 "fallible-iterator",
6786 "indexmap 2.9.0",
6787 "stable_deref_trait",
6788]
6789
6790[[package]]
6791name = "git"
6792version = "0.1.0"
6793dependencies = [
6794 "anyhow",
6795 "askpass",
6796 "async-trait",
6797 "collections",
6798 "derive_more",
6799 "futures 0.3.31",
6800 "git2",
6801 "gpui",
6802 "http_client",
6803 "log",
6804 "parking_lot",
6805 "pretty_assertions",
6806 "rand 0.9.1",
6807 "regex",
6808 "rope",
6809 "schemars 1.0.1",
6810 "serde",
6811 "serde_json",
6812 "smol",
6813 "sum_tree",
6814 "tempfile",
6815 "text",
6816 "thiserror 2.0.12",
6817 "time",
6818 "unindent",
6819 "url",
6820 "util",
6821 "uuid",
6822 "workspace-hack",
6823]
6824
6825[[package]]
6826name = "git2"
6827version = "0.20.1"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6830dependencies = [
6831 "bitflags 2.9.0",
6832 "libc",
6833 "libgit2-sys",
6834 "log",
6835 "url",
6836]
6837
6838[[package]]
6839name = "git_hosting_providers"
6840version = "0.1.0"
6841dependencies = [
6842 "anyhow",
6843 "async-trait",
6844 "futures 0.3.31",
6845 "git",
6846 "gpui",
6847 "http_client",
6848 "indoc",
6849 "pretty_assertions",
6850 "regex",
6851 "serde",
6852 "serde_json",
6853 "settings",
6854 "url",
6855 "util",
6856 "workspace-hack",
6857]
6858
6859[[package]]
6860name = "git_ui"
6861version = "0.1.0"
6862dependencies = [
6863 "agent_settings",
6864 "anyhow",
6865 "askpass",
6866 "buffer_diff",
6867 "call",
6868 "chrono",
6869 "cloud_llm_client",
6870 "collections",
6871 "command_palette_hooks",
6872 "component",
6873 "ctor",
6874 "db",
6875 "editor",
6876 "futures 0.3.31",
6877 "fuzzy",
6878 "git",
6879 "gpui",
6880 "indoc",
6881 "itertools 0.14.0",
6882 "language",
6883 "language_model",
6884 "linkify",
6885 "log",
6886 "markdown",
6887 "menu",
6888 "multi_buffer",
6889 "notifications",
6890 "panel",
6891 "picker",
6892 "postage",
6893 "pretty_assertions",
6894 "project",
6895 "schemars 1.0.1",
6896 "serde",
6897 "serde_json",
6898 "settings",
6899 "strum 0.27.1",
6900 "telemetry",
6901 "theme",
6902 "time",
6903 "time_format",
6904 "ui",
6905 "unindent",
6906 "util",
6907 "watch",
6908 "windows 0.61.1",
6909 "workspace",
6910 "workspace-hack",
6911 "zed_actions",
6912 "zeroize",
6913 "zlog",
6914]
6915
6916[[package]]
6917name = "glob"
6918version = "0.3.2"
6919source = "registry+https://github.com/rust-lang/crates.io-index"
6920checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6921
6922[[package]]
6923name = "globset"
6924version = "0.4.16"
6925source = "registry+https://github.com/rust-lang/crates.io-index"
6926checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6927dependencies = [
6928 "aho-corasick",
6929 "bstr",
6930 "log",
6931 "regex-automata",
6932 "regex-syntax",
6933]
6934
6935[[package]]
6936name = "gloo-timers"
6937version = "0.3.0"
6938source = "registry+https://github.com/rust-lang/crates.io-index"
6939checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6940dependencies = [
6941 "futures-channel",
6942 "futures-core",
6943 "js-sys",
6944 "wasm-bindgen",
6945]
6946
6947[[package]]
6948name = "glow"
6949version = "0.14.2"
6950source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6952dependencies = [
6953 "js-sys",
6954 "slotmap",
6955 "wasm-bindgen",
6956 "web-sys",
6957]
6958
6959[[package]]
6960name = "go_to_line"
6961version = "0.1.0"
6962dependencies = [
6963 "editor",
6964 "gpui",
6965 "indoc",
6966 "language",
6967 "menu",
6968 "project",
6969 "rope",
6970 "serde",
6971 "serde_json",
6972 "settings",
6973 "text",
6974 "theme",
6975 "tree-sitter-rust",
6976 "tree-sitter-typescript",
6977 "ui",
6978 "util",
6979 "workspace",
6980 "workspace-hack",
6981]
6982
6983[[package]]
6984name = "goblin"
6985version = "0.8.2"
6986source = "registry+https://github.com/rust-lang/crates.io-index"
6987checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
6988dependencies = [
6989 "log",
6990 "plain",
6991 "scroll",
6992]
6993
6994[[package]]
6995name = "google_ai"
6996version = "0.1.0"
6997dependencies = [
6998 "anyhow",
6999 "futures 0.3.31",
7000 "http_client",
7001 "schemars 1.0.1",
7002 "serde",
7003 "serde_json",
7004 "settings",
7005 "strum 0.27.1",
7006 "workspace-hack",
7007]
7008
7009[[package]]
7010name = "gpu-alloc"
7011version = "0.6.0"
7012source = "registry+https://github.com/rust-lang/crates.io-index"
7013checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
7014dependencies = [
7015 "bitflags 2.9.0",
7016 "gpu-alloc-types",
7017]
7018
7019[[package]]
7020name = "gpu-alloc-ash"
7021version = "0.7.0"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7024dependencies = [
7025 "ash",
7026 "gpu-alloc-types",
7027 "tinyvec",
7028]
7029
7030[[package]]
7031name = "gpu-alloc-types"
7032version = "0.3.0"
7033source = "registry+https://github.com/rust-lang/crates.io-index"
7034checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7035dependencies = [
7036 "bitflags 2.9.0",
7037]
7038
7039[[package]]
7040name = "gpui"
7041version = "0.1.0"
7042dependencies = [
7043 "anyhow",
7044 "as-raw-xcb-connection",
7045 "ashpd 0.11.0",
7046 "async-task",
7047 "backtrace",
7048 "bindgen 0.71.1",
7049 "blade-graphics",
7050 "blade-macros",
7051 "blade-util",
7052 "block",
7053 "bytemuck",
7054 "calloop",
7055 "calloop-wayland-source",
7056 "cbindgen",
7057 "cocoa 0.26.0",
7058 "collections",
7059 "core-foundation 0.10.0",
7060 "core-foundation-sys",
7061 "core-graphics 0.24.0",
7062 "core-text",
7063 "core-video",
7064 "cosmic-text",
7065 "ctor",
7066 "derive_more",
7067 "embed-resource",
7068 "env_logger 0.11.8",
7069 "etagere",
7070 "filedescriptor",
7071 "flume",
7072 "font-kit",
7073 "foreign-types 0.5.0",
7074 "futures 0.3.31",
7075 "gpui_macros",
7076 "http_client",
7077 "image",
7078 "inventory",
7079 "itertools 0.14.0",
7080 "libc",
7081 "log",
7082 "lyon",
7083 "media",
7084 "metal",
7085 "naga",
7086 "num_cpus",
7087 "objc",
7088 "objc2",
7089 "objc2-metal",
7090 "oo7",
7091 "open",
7092 "parking",
7093 "parking_lot",
7094 "pathfinder_geometry",
7095 "postage",
7096 "pretty_assertions",
7097 "profiling",
7098 "rand 0.9.1",
7099 "raw-window-handle",
7100 "refineable",
7101 "reqwest_client",
7102 "resvg",
7103 "scap",
7104 "schemars 1.0.1",
7105 "seahash",
7106 "semantic_version",
7107 "serde",
7108 "serde_json",
7109 "slotmap",
7110 "smallvec",
7111 "smol",
7112 "stacksafe",
7113 "strum 0.27.1",
7114 "sum_tree",
7115 "taffy",
7116 "thiserror 2.0.12",
7117 "unicode-segmentation",
7118 "usvg",
7119 "util",
7120 "util_macros",
7121 "uuid",
7122 "waker-fn",
7123 "wayland-backend",
7124 "wayland-client",
7125 "wayland-cursor",
7126 "wayland-protocols 0.31.2",
7127 "wayland-protocols-plasma",
7128 "windows 0.61.1",
7129 "windows-core 0.61.0",
7130 "windows-numerics",
7131 "windows-registry 0.5.1",
7132 "workspace-hack",
7133 "x11-clipboard",
7134 "x11rb",
7135 "xim",
7136 "xkbcommon",
7137]
7138
7139[[package]]
7140name = "gpui_macros"
7141version = "0.1.0"
7142dependencies = [
7143 "gpui",
7144 "heck 0.5.0",
7145 "proc-macro2",
7146 "quote",
7147 "syn 2.0.101",
7148 "workspace-hack",
7149]
7150
7151[[package]]
7152name = "gpui_tokio"
7153version = "0.1.0"
7154dependencies = [
7155 "anyhow",
7156 "gpui",
7157 "tokio",
7158 "util",
7159 "workspace-hack",
7160]
7161
7162[[package]]
7163name = "grid"
7164version = "0.18.0"
7165source = "registry+https://github.com/rust-lang/crates.io-index"
7166checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7167
7168[[package]]
7169name = "group"
7170version = "0.12.1"
7171source = "registry+https://github.com/rust-lang/crates.io-index"
7172checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7173dependencies = [
7174 "ff",
7175 "rand_core 0.6.4",
7176 "subtle",
7177]
7178
7179[[package]]
7180name = "h2"
7181version = "0.3.26"
7182source = "registry+https://github.com/rust-lang/crates.io-index"
7183checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7184dependencies = [
7185 "bytes 1.10.1",
7186 "fnv",
7187 "futures-core",
7188 "futures-sink",
7189 "futures-util",
7190 "http 0.2.12",
7191 "indexmap 2.9.0",
7192 "slab",
7193 "tokio",
7194 "tokio-util",
7195 "tracing",
7196]
7197
7198[[package]]
7199name = "h2"
7200version = "0.4.9"
7201source = "registry+https://github.com/rust-lang/crates.io-index"
7202checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7203dependencies = [
7204 "atomic-waker",
7205 "bytes 1.10.1",
7206 "fnv",
7207 "futures-core",
7208 "futures-sink",
7209 "http 1.3.1",
7210 "indexmap 2.9.0",
7211 "slab",
7212 "tokio",
7213 "tokio-util",
7214 "tracing",
7215]
7216
7217[[package]]
7218name = "half"
7219version = "2.6.0"
7220source = "registry+https://github.com/rust-lang/crates.io-index"
7221checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7222dependencies = [
7223 "bytemuck",
7224 "cfg-if",
7225 "crunchy",
7226 "num-traits",
7227 "rand 0.9.1",
7228 "rand_distr",
7229]
7230
7231[[package]]
7232name = "handlebars"
7233version = "4.5.0"
7234source = "registry+https://github.com/rust-lang/crates.io-index"
7235checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7236dependencies = [
7237 "log",
7238 "pest",
7239 "pest_derive",
7240 "rust-embed",
7241 "serde",
7242 "serde_json",
7243 "thiserror 1.0.69",
7244]
7245
7246[[package]]
7247name = "handlebars"
7248version = "5.1.2"
7249source = "registry+https://github.com/rust-lang/crates.io-index"
7250checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7251dependencies = [
7252 "log",
7253 "pest",
7254 "pest_derive",
7255 "serde",
7256 "serde_json",
7257 "thiserror 1.0.69",
7258]
7259
7260[[package]]
7261name = "hashbrown"
7262version = "0.12.3"
7263source = "registry+https://github.com/rust-lang/crates.io-index"
7264checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7265dependencies = [
7266 "ahash 0.7.8",
7267]
7268
7269[[package]]
7270name = "hashbrown"
7271version = "0.14.5"
7272source = "registry+https://github.com/rust-lang/crates.io-index"
7273checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7274dependencies = [
7275 "ahash 0.8.11",
7276 "allocator-api2",
7277]
7278
7279[[package]]
7280name = "hashbrown"
7281version = "0.15.3"
7282source = "registry+https://github.com/rust-lang/crates.io-index"
7283checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7284dependencies = [
7285 "allocator-api2",
7286 "equivalent",
7287 "foldhash",
7288 "serde",
7289]
7290
7291[[package]]
7292name = "hashlink"
7293version = "0.8.4"
7294source = "registry+https://github.com/rust-lang/crates.io-index"
7295checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7296dependencies = [
7297 "hashbrown 0.14.5",
7298]
7299
7300[[package]]
7301name = "hashlink"
7302version = "0.10.0"
7303source = "registry+https://github.com/rust-lang/crates.io-index"
7304checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7305dependencies = [
7306 "hashbrown 0.15.3",
7307]
7308
7309[[package]]
7310name = "headers"
7311version = "0.3.9"
7312source = "registry+https://github.com/rust-lang/crates.io-index"
7313checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7314dependencies = [
7315 "base64 0.21.7",
7316 "bytes 1.10.1",
7317 "headers-core",
7318 "http 0.2.12",
7319 "httpdate",
7320 "mime",
7321 "sha1",
7322]
7323
7324[[package]]
7325name = "headers-core"
7326version = "0.2.0"
7327source = "registry+https://github.com/rust-lang/crates.io-index"
7328checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7329dependencies = [
7330 "http 0.2.12",
7331]
7332
7333[[package]]
7334name = "heck"
7335version = "0.3.3"
7336source = "registry+https://github.com/rust-lang/crates.io-index"
7337checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7338dependencies = [
7339 "unicode-segmentation",
7340]
7341
7342[[package]]
7343name = "heck"
7344version = "0.4.1"
7345source = "registry+https://github.com/rust-lang/crates.io-index"
7346checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7347dependencies = [
7348 "unicode-segmentation",
7349]
7350
7351[[package]]
7352name = "heck"
7353version = "0.5.0"
7354source = "registry+https://github.com/rust-lang/crates.io-index"
7355checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7356
7357[[package]]
7358name = "heed"
7359version = "0.21.0"
7360source = "registry+https://github.com/rust-lang/crates.io-index"
7361checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7362dependencies = [
7363 "bitflags 2.9.0",
7364 "byteorder",
7365 "heed-traits",
7366 "heed-types",
7367 "libc",
7368 "lmdb-master-sys",
7369 "once_cell",
7370 "page_size",
7371 "serde",
7372 "synchronoise",
7373 "url",
7374]
7375
7376[[package]]
7377name = "heed-traits"
7378version = "0.20.0"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7381
7382[[package]]
7383name = "heed-types"
7384version = "0.21.0"
7385source = "registry+https://github.com/rust-lang/crates.io-index"
7386checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7387dependencies = [
7388 "bincode",
7389 "byteorder",
7390 "heed-traits",
7391 "serde",
7392 "serde_json",
7393]
7394
7395[[package]]
7396name = "hermit-abi"
7397version = "0.3.9"
7398source = "registry+https://github.com/rust-lang/crates.io-index"
7399checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7400
7401[[package]]
7402name = "hermit-abi"
7403version = "0.5.0"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7406
7407[[package]]
7408name = "hex"
7409version = "0.4.3"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7412
7413[[package]]
7414name = "hexf-parse"
7415version = "0.2.1"
7416source = "registry+https://github.com/rust-lang/crates.io-index"
7417checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7418
7419[[package]]
7420name = "hidden-trait"
7421version = "0.1.2"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7424dependencies = [
7425 "proc-macro2",
7426 "quote",
7427 "syn 1.0.109",
7428]
7429
7430[[package]]
7431name = "hkdf"
7432version = "0.12.4"
7433source = "registry+https://github.com/rust-lang/crates.io-index"
7434checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7435dependencies = [
7436 "hmac",
7437]
7438
7439[[package]]
7440name = "hmac"
7441version = "0.12.1"
7442source = "registry+https://github.com/rust-lang/crates.io-index"
7443checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7444dependencies = [
7445 "digest",
7446]
7447
7448[[package]]
7449name = "home"
7450version = "0.5.11"
7451source = "registry+https://github.com/rust-lang/crates.io-index"
7452checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7453dependencies = [
7454 "windows-sys 0.59.0",
7455]
7456
7457[[package]]
7458name = "hound"
7459version = "3.5.1"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7462
7463[[package]]
7464name = "html5ever"
7465version = "0.27.0"
7466source = "registry+https://github.com/rust-lang/crates.io-index"
7467checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7468dependencies = [
7469 "log",
7470 "mac",
7471 "markup5ever 0.12.1",
7472 "proc-macro2",
7473 "quote",
7474 "syn 2.0.101",
7475]
7476
7477[[package]]
7478name = "html5ever"
7479version = "0.31.0"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7482dependencies = [
7483 "log",
7484 "mac",
7485 "markup5ever 0.16.1",
7486 "match_token",
7487]
7488
7489[[package]]
7490name = "html_to_markdown"
7491version = "0.1.0"
7492dependencies = [
7493 "anyhow",
7494 "html5ever 0.27.0",
7495 "indoc",
7496 "markup5ever_rcdom",
7497 "pretty_assertions",
7498 "regex",
7499 "workspace-hack",
7500]
7501
7502[[package]]
7503name = "http"
7504version = "0.2.12"
7505source = "registry+https://github.com/rust-lang/crates.io-index"
7506checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7507dependencies = [
7508 "bytes 1.10.1",
7509 "fnv",
7510 "itoa",
7511]
7512
7513[[package]]
7514name = "http"
7515version = "1.3.1"
7516source = "registry+https://github.com/rust-lang/crates.io-index"
7517checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7518dependencies = [
7519 "bytes 1.10.1",
7520 "fnv",
7521 "itoa",
7522]
7523
7524[[package]]
7525name = "http-body"
7526version = "0.4.6"
7527source = "registry+https://github.com/rust-lang/crates.io-index"
7528checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7529dependencies = [
7530 "bytes 1.10.1",
7531 "http 0.2.12",
7532 "pin-project-lite",
7533]
7534
7535[[package]]
7536name = "http-body"
7537version = "1.0.1"
7538source = "registry+https://github.com/rust-lang/crates.io-index"
7539checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7540dependencies = [
7541 "bytes 1.10.1",
7542 "http 1.3.1",
7543]
7544
7545[[package]]
7546name = "http-body-util"
7547version = "0.1.3"
7548source = "registry+https://github.com/rust-lang/crates.io-index"
7549checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7550dependencies = [
7551 "bytes 1.10.1",
7552 "futures-core",
7553 "http 1.3.1",
7554 "http-body 1.0.1",
7555 "pin-project-lite",
7556]
7557
7558[[package]]
7559name = "http-range-header"
7560version = "0.3.1"
7561source = "registry+https://github.com/rust-lang/crates.io-index"
7562checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7563
7564[[package]]
7565name = "http_client"
7566version = "0.1.0"
7567dependencies = [
7568 "anyhow",
7569 "bytes 1.10.1",
7570 "derive_more",
7571 "futures 0.3.31",
7572 "http 1.3.1",
7573 "http-body 1.0.1",
7574 "log",
7575 "parking_lot",
7576 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
7577 "serde",
7578 "serde_json",
7579 "url",
7580 "workspace-hack",
7581]
7582
7583[[package]]
7584name = "http_client_tls"
7585version = "0.1.0"
7586dependencies = [
7587 "rustls 0.23.26",
7588 "rustls-platform-verifier",
7589 "workspace-hack",
7590]
7591
7592[[package]]
7593name = "httparse"
7594version = "1.10.1"
7595source = "registry+https://github.com/rust-lang/crates.io-index"
7596checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7597
7598[[package]]
7599name = "httpdate"
7600version = "1.0.3"
7601source = "registry+https://github.com/rust-lang/crates.io-index"
7602checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7603
7604[[package]]
7605name = "human_bytes"
7606version = "0.4.3"
7607source = "registry+https://github.com/rust-lang/crates.io-index"
7608checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7609
7610[[package]]
7611name = "humantime"
7612version = "2.2.0"
7613source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7615
7616[[package]]
7617name = "hyper"
7618version = "0.14.32"
7619source = "registry+https://github.com/rust-lang/crates.io-index"
7620checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7621dependencies = [
7622 "bytes 1.10.1",
7623 "futures-channel",
7624 "futures-core",
7625 "futures-util",
7626 "h2 0.3.26",
7627 "http 0.2.12",
7628 "http-body 0.4.6",
7629 "httparse",
7630 "httpdate",
7631 "itoa",
7632 "pin-project-lite",
7633 "socket2",
7634 "tokio",
7635 "tower-service",
7636 "tracing",
7637 "want",
7638]
7639
7640[[package]]
7641name = "hyper"
7642version = "1.6.0"
7643source = "registry+https://github.com/rust-lang/crates.io-index"
7644checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7645dependencies = [
7646 "bytes 1.10.1",
7647 "futures-channel",
7648 "futures-util",
7649 "h2 0.4.9",
7650 "http 1.3.1",
7651 "http-body 1.0.1",
7652 "httparse",
7653 "itoa",
7654 "pin-project-lite",
7655 "smallvec",
7656 "tokio",
7657 "want",
7658]
7659
7660[[package]]
7661name = "hyper-rustls"
7662version = "0.24.2"
7663source = "registry+https://github.com/rust-lang/crates.io-index"
7664checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7665dependencies = [
7666 "futures-util",
7667 "http 0.2.12",
7668 "hyper 0.14.32",
7669 "log",
7670 "rustls 0.21.12",
7671 "rustls-native-certs 0.6.3",
7672 "tokio",
7673 "tokio-rustls 0.24.1",
7674]
7675
7676[[package]]
7677name = "hyper-rustls"
7678version = "0.27.5"
7679source = "registry+https://github.com/rust-lang/crates.io-index"
7680checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7681dependencies = [
7682 "futures-util",
7683 "http 1.3.1",
7684 "hyper 1.6.0",
7685 "hyper-util",
7686 "rustls 0.23.26",
7687 "rustls-native-certs 0.8.1",
7688 "rustls-pki-types",
7689 "tokio",
7690 "tokio-rustls 0.26.2",
7691 "tower-service",
7692]
7693
7694[[package]]
7695name = "hyper-tls"
7696version = "0.5.0"
7697source = "registry+https://github.com/rust-lang/crates.io-index"
7698checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7699dependencies = [
7700 "bytes 1.10.1",
7701 "hyper 0.14.32",
7702 "native-tls",
7703 "tokio",
7704 "tokio-native-tls",
7705]
7706
7707[[package]]
7708name = "hyper-util"
7709version = "0.1.11"
7710source = "registry+https://github.com/rust-lang/crates.io-index"
7711checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7712dependencies = [
7713 "bytes 1.10.1",
7714 "futures-channel",
7715 "futures-util",
7716 "http 1.3.1",
7717 "http-body 1.0.1",
7718 "hyper 1.6.0",
7719 "libc",
7720 "pin-project-lite",
7721 "socket2",
7722 "tokio",
7723 "tower-service",
7724 "tracing",
7725]
7726
7727[[package]]
7728name = "iana-time-zone"
7729version = "0.1.63"
7730source = "registry+https://github.com/rust-lang/crates.io-index"
7731checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7732dependencies = [
7733 "android_system_properties",
7734 "core-foundation-sys",
7735 "iana-time-zone-haiku",
7736 "js-sys",
7737 "log",
7738 "wasm-bindgen",
7739 "windows-core 0.61.0",
7740]
7741
7742[[package]]
7743name = "iana-time-zone-haiku"
7744version = "0.1.2"
7745source = "registry+https://github.com/rust-lang/crates.io-index"
7746checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7747dependencies = [
7748 "cc",
7749]
7750
7751[[package]]
7752name = "icons"
7753version = "0.1.0"
7754dependencies = [
7755 "serde",
7756 "strum 0.27.1",
7757 "workspace-hack",
7758]
7759
7760[[package]]
7761name = "icu_collections"
7762version = "1.5.0"
7763source = "registry+https://github.com/rust-lang/crates.io-index"
7764checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7765dependencies = [
7766 "displaydoc",
7767 "yoke",
7768 "zerofrom",
7769 "zerovec",
7770]
7771
7772[[package]]
7773name = "icu_locid"
7774version = "1.5.0"
7775source = "registry+https://github.com/rust-lang/crates.io-index"
7776checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7777dependencies = [
7778 "displaydoc",
7779 "litemap",
7780 "tinystr",
7781 "writeable",
7782 "zerovec",
7783]
7784
7785[[package]]
7786name = "icu_locid_transform"
7787version = "1.5.0"
7788source = "registry+https://github.com/rust-lang/crates.io-index"
7789checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7790dependencies = [
7791 "displaydoc",
7792 "icu_locid",
7793 "icu_locid_transform_data",
7794 "icu_provider",
7795 "tinystr",
7796 "zerovec",
7797]
7798
7799[[package]]
7800name = "icu_locid_transform_data"
7801version = "1.5.1"
7802source = "registry+https://github.com/rust-lang/crates.io-index"
7803checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7804
7805[[package]]
7806name = "icu_normalizer"
7807version = "1.5.0"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7810dependencies = [
7811 "displaydoc",
7812 "icu_collections",
7813 "icu_normalizer_data",
7814 "icu_properties",
7815 "icu_provider",
7816 "smallvec",
7817 "utf16_iter",
7818 "utf8_iter",
7819 "write16",
7820 "zerovec",
7821]
7822
7823[[package]]
7824name = "icu_normalizer_data"
7825version = "1.5.1"
7826source = "registry+https://github.com/rust-lang/crates.io-index"
7827checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7828
7829[[package]]
7830name = "icu_properties"
7831version = "1.5.1"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7834dependencies = [
7835 "displaydoc",
7836 "icu_collections",
7837 "icu_locid_transform",
7838 "icu_properties_data",
7839 "icu_provider",
7840 "tinystr",
7841 "zerovec",
7842]
7843
7844[[package]]
7845name = "icu_properties_data"
7846version = "1.5.1"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7849
7850[[package]]
7851name = "icu_provider"
7852version = "1.5.0"
7853source = "registry+https://github.com/rust-lang/crates.io-index"
7854checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7855dependencies = [
7856 "displaydoc",
7857 "icu_locid",
7858 "icu_provider_macros",
7859 "stable_deref_trait",
7860 "tinystr",
7861 "writeable",
7862 "yoke",
7863 "zerofrom",
7864 "zerovec",
7865]
7866
7867[[package]]
7868name = "icu_provider_macros"
7869version = "1.5.0"
7870source = "registry+https://github.com/rust-lang/crates.io-index"
7871checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7872dependencies = [
7873 "proc-macro2",
7874 "quote",
7875 "syn 2.0.101",
7876]
7877
7878[[package]]
7879name = "id-arena"
7880version = "2.2.1"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7883
7884[[package]]
7885name = "ident_case"
7886version = "1.0.1"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7889
7890[[package]]
7891name = "idna"
7892version = "1.0.3"
7893source = "registry+https://github.com/rust-lang/crates.io-index"
7894checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7895dependencies = [
7896 "idna_adapter",
7897 "smallvec",
7898 "utf8_iter",
7899]
7900
7901[[package]]
7902name = "idna_adapter"
7903version = "1.2.0"
7904source = "registry+https://github.com/rust-lang/crates.io-index"
7905checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7906dependencies = [
7907 "icu_normalizer",
7908 "icu_properties",
7909]
7910
7911[[package]]
7912name = "ignore"
7913version = "0.4.23"
7914source = "registry+https://github.com/rust-lang/crates.io-index"
7915checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7916dependencies = [
7917 "crossbeam-deque",
7918 "globset",
7919 "log",
7920 "memchr",
7921 "regex-automata",
7922 "same-file",
7923 "walkdir",
7924 "winapi-util",
7925]
7926
7927[[package]]
7928name = "image"
7929version = "0.25.6"
7930source = "registry+https://github.com/rust-lang/crates.io-index"
7931checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7932dependencies = [
7933 "bytemuck",
7934 "byteorder-lite",
7935 "color_quant",
7936 "exr",
7937 "gif",
7938 "image-webp",
7939 "num-traits",
7940 "png",
7941 "qoi",
7942 "ravif",
7943 "rayon",
7944 "rgb",
7945 "tiff",
7946 "zune-core",
7947 "zune-jpeg",
7948]
7949
7950[[package]]
7951name = "image-webp"
7952version = "0.2.1"
7953source = "registry+https://github.com/rust-lang/crates.io-index"
7954checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7955dependencies = [
7956 "byteorder-lite",
7957 "quick-error",
7958]
7959
7960[[package]]
7961name = "image_viewer"
7962version = "0.1.0"
7963dependencies = [
7964 "anyhow",
7965 "db",
7966 "editor",
7967 "file_icons",
7968 "gpui",
7969 "language",
7970 "log",
7971 "project",
7972 "serde",
7973 "settings",
7974 "theme",
7975 "ui",
7976 "util",
7977 "workspace",
7978 "workspace-hack",
7979]
7980
7981[[package]]
7982name = "imagesize"
7983version = "0.13.0"
7984source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7986
7987[[package]]
7988name = "imara-diff"
7989version = "0.1.8"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7992dependencies = [
7993 "hashbrown 0.15.3",
7994]
7995
7996[[package]]
7997name = "imgref"
7998version = "1.11.0"
7999source = "registry+https://github.com/rust-lang/crates.io-index"
8000checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8001
8002[[package]]
8003name = "indexmap"
8004version = "1.9.3"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8007dependencies = [
8008 "autocfg",
8009 "hashbrown 0.12.3",
8010 "serde",
8011]
8012
8013[[package]]
8014name = "indexmap"
8015version = "2.9.0"
8016source = "registry+https://github.com/rust-lang/crates.io-index"
8017checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8018dependencies = [
8019 "equivalent",
8020 "hashbrown 0.15.3",
8021 "serde",
8022]
8023
8024[[package]]
8025name = "indoc"
8026version = "2.0.6"
8027source = "registry+https://github.com/rust-lang/crates.io-index"
8028checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8029
8030[[package]]
8031name = "inherent"
8032version = "1.0.12"
8033source = "registry+https://github.com/rust-lang/crates.io-index"
8034checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8035dependencies = [
8036 "proc-macro2",
8037 "quote",
8038 "syn 2.0.101",
8039]
8040
8041[[package]]
8042name = "inotify"
8043version = "0.9.6"
8044source = "registry+https://github.com/rust-lang/crates.io-index"
8045checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8046dependencies = [
8047 "bitflags 1.3.2",
8048 "inotify-sys",
8049 "libc",
8050]
8051
8052[[package]]
8053name = "inotify"
8054version = "0.11.0"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8057dependencies = [
8058 "bitflags 2.9.0",
8059 "inotify-sys",
8060 "libc",
8061]
8062
8063[[package]]
8064name = "inotify-sys"
8065version = "0.1.5"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8068dependencies = [
8069 "libc",
8070]
8071
8072[[package]]
8073name = "inout"
8074version = "0.1.4"
8075source = "registry+https://github.com/rust-lang/crates.io-index"
8076checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8077dependencies = [
8078 "block-padding",
8079 "generic-array",
8080]
8081
8082[[package]]
8083name = "inspector_ui"
8084version = "0.1.0"
8085dependencies = [
8086 "anyhow",
8087 "command_palette_hooks",
8088 "editor",
8089 "fuzzy",
8090 "gpui",
8091 "language",
8092 "project",
8093 "serde_json",
8094 "serde_json_lenient",
8095 "theme",
8096 "ui",
8097 "util",
8098 "util_macros",
8099 "workspace",
8100 "workspace-hack",
8101 "zed_actions",
8102]
8103
8104[[package]]
8105name = "install_cli"
8106version = "0.1.0"
8107dependencies = [
8108 "anyhow",
8109 "client",
8110 "gpui",
8111 "release_channel",
8112 "smol",
8113 "util",
8114 "workspace",
8115 "workspace-hack",
8116]
8117
8118[[package]]
8119name = "instant"
8120version = "0.1.13"
8121source = "registry+https://github.com/rust-lang/crates.io-index"
8122checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8123dependencies = [
8124 "cfg-if",
8125]
8126
8127[[package]]
8128name = "interpolate_name"
8129version = "0.2.4"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8132dependencies = [
8133 "proc-macro2",
8134 "quote",
8135 "syn 2.0.101",
8136]
8137
8138[[package]]
8139name = "inventory"
8140version = "0.3.20"
8141source = "registry+https://github.com/rust-lang/crates.io-index"
8142checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8143dependencies = [
8144 "rustversion",
8145]
8146
8147[[package]]
8148name = "io-extras"
8149version = "0.18.4"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8152dependencies = [
8153 "io-lifetimes",
8154 "windows-sys 0.59.0",
8155]
8156
8157[[package]]
8158name = "io-lifetimes"
8159version = "2.0.4"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8162
8163[[package]]
8164name = "io-surface"
8165version = "0.16.0"
8166source = "registry+https://github.com/rust-lang/crates.io-index"
8167checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8168dependencies = [
8169 "cgl",
8170 "core-foundation 0.10.0",
8171 "core-foundation-sys",
8172 "leaky-cow",
8173 "libc",
8174]
8175
8176[[package]]
8177name = "iovec"
8178version = "0.1.4"
8179source = "registry+https://github.com/rust-lang/crates.io-index"
8180checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8181dependencies = [
8182 "libc",
8183]
8184
8185[[package]]
8186name = "ipc-channel"
8187version = "0.19.0"
8188source = "registry+https://github.com/rust-lang/crates.io-index"
8189checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8190dependencies = [
8191 "bincode",
8192 "crossbeam-channel",
8193 "fnv",
8194 "lazy_static",
8195 "libc",
8196 "mio 1.0.3",
8197 "rand 0.8.5",
8198 "serde",
8199 "tempfile",
8200 "uuid",
8201 "windows 0.58.0",
8202]
8203
8204[[package]]
8205name = "ipnet"
8206version = "2.11.0"
8207source = "registry+https://github.com/rust-lang/crates.io-index"
8208checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8209
8210[[package]]
8211name = "is-docker"
8212version = "0.2.0"
8213source = "registry+https://github.com/rust-lang/crates.io-index"
8214checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8215dependencies = [
8216 "once_cell",
8217]
8218
8219[[package]]
8220name = "is-terminal"
8221version = "0.4.16"
8222source = "registry+https://github.com/rust-lang/crates.io-index"
8223checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8224dependencies = [
8225 "hermit-abi 0.5.0",
8226 "libc",
8227 "windows-sys 0.59.0",
8228]
8229
8230[[package]]
8231name = "is-wsl"
8232version = "0.4.0"
8233source = "registry+https://github.com/rust-lang/crates.io-index"
8234checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8235dependencies = [
8236 "is-docker",
8237 "once_cell",
8238]
8239
8240[[package]]
8241name = "is_terminal_polyfill"
8242version = "1.70.1"
8243source = "registry+https://github.com/rust-lang/crates.io-index"
8244checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8245
8246[[package]]
8247name = "itertools"
8248version = "0.10.5"
8249source = "registry+https://github.com/rust-lang/crates.io-index"
8250checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8251dependencies = [
8252 "either",
8253]
8254
8255[[package]]
8256name = "itertools"
8257version = "0.11.0"
8258source = "registry+https://github.com/rust-lang/crates.io-index"
8259checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8260dependencies = [
8261 "either",
8262]
8263
8264[[package]]
8265name = "itertools"
8266version = "0.12.1"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8269dependencies = [
8270 "either",
8271]
8272
8273[[package]]
8274name = "itertools"
8275version = "0.13.0"
8276source = "registry+https://github.com/rust-lang/crates.io-index"
8277checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8278dependencies = [
8279 "either",
8280]
8281
8282[[package]]
8283name = "itertools"
8284version = "0.14.0"
8285source = "registry+https://github.com/rust-lang/crates.io-index"
8286checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8287dependencies = [
8288 "either",
8289]
8290
8291[[package]]
8292name = "itoa"
8293version = "1.0.15"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8296
8297[[package]]
8298name = "jiff"
8299version = "0.2.10"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8302dependencies = [
8303 "jiff-static",
8304 "log",
8305 "portable-atomic",
8306 "portable-atomic-util",
8307 "serde",
8308]
8309
8310[[package]]
8311name = "jiff-static"
8312version = "0.2.10"
8313source = "registry+https://github.com/rust-lang/crates.io-index"
8314checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8315dependencies = [
8316 "proc-macro2",
8317 "quote",
8318 "syn 2.0.101",
8319]
8320
8321[[package]]
8322name = "jni"
8323version = "0.21.1"
8324source = "registry+https://github.com/rust-lang/crates.io-index"
8325checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8326dependencies = [
8327 "cesu8",
8328 "cfg-if",
8329 "combine",
8330 "jni-sys",
8331 "log",
8332 "thiserror 1.0.69",
8333 "walkdir",
8334 "windows-sys 0.45.0",
8335]
8336
8337[[package]]
8338name = "jni-sys"
8339version = "0.3.0"
8340source = "registry+https://github.com/rust-lang/crates.io-index"
8341checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8342
8343[[package]]
8344name = "jobserver"
8345version = "0.1.33"
8346source = "registry+https://github.com/rust-lang/crates.io-index"
8347checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8348dependencies = [
8349 "getrandom 0.3.2",
8350 "libc",
8351]
8352
8353[[package]]
8354name = "journal"
8355version = "0.1.0"
8356dependencies = [
8357 "anyhow",
8358 "chrono",
8359 "editor",
8360 "gpui",
8361 "log",
8362 "serde",
8363 "settings",
8364 "shellexpand 2.1.2",
8365 "workspace",
8366 "workspace-hack",
8367]
8368
8369[[package]]
8370name = "jpeg-decoder"
8371version = "0.3.1"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8374
8375[[package]]
8376name = "js-sys"
8377version = "0.3.77"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8380dependencies = [
8381 "once_cell",
8382 "wasm-bindgen",
8383]
8384
8385[[package]]
8386name = "json_dotpath"
8387version = "1.1.0"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8390dependencies = [
8391 "serde",
8392 "serde_derive",
8393 "serde_json",
8394 "thiserror 1.0.69",
8395]
8396
8397[[package]]
8398name = "json_schema_store"
8399version = "0.1.0"
8400dependencies = [
8401 "anyhow",
8402 "dap",
8403 "extension",
8404 "gpui",
8405 "language",
8406 "paths",
8407 "project",
8408 "schemars 1.0.1",
8409 "serde",
8410 "serde_json",
8411 "settings",
8412 "snippet_provider",
8413 "task",
8414 "theme",
8415 "util",
8416 "workspace-hack",
8417]
8418
8419[[package]]
8420name = "jsonschema"
8421version = "0.30.0"
8422source = "registry+https://github.com/rust-lang/crates.io-index"
8423checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8424dependencies = [
8425 "ahash 0.8.11",
8426 "base64 0.22.1",
8427 "bytecount",
8428 "email_address",
8429 "fancy-regex 0.14.0",
8430 "fraction",
8431 "idna",
8432 "itoa",
8433 "num-cmp",
8434 "num-traits",
8435 "once_cell",
8436 "percent-encoding",
8437 "referencing",
8438 "regex",
8439 "regex-syntax",
8440 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8441 "serde",
8442 "serde_json",
8443 "uuid-simd",
8444]
8445
8446[[package]]
8447name = "jsonwebtoken"
8448version = "9.3.1"
8449source = "registry+https://github.com/rust-lang/crates.io-index"
8450checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8451dependencies = [
8452 "base64 0.22.1",
8453 "js-sys",
8454 "pem",
8455 "ring",
8456 "serde",
8457 "serde_json",
8458 "simple_asn1",
8459]
8460
8461[[package]]
8462name = "jupyter-protocol"
8463version = "0.6.0"
8464source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8465dependencies = [
8466 "anyhow",
8467 "async-trait",
8468 "bytes 1.10.1",
8469 "chrono",
8470 "futures 0.3.31",
8471 "serde",
8472 "serde_json",
8473 "uuid",
8474]
8475
8476[[package]]
8477name = "jupyter-websocket-client"
8478version = "0.9.0"
8479source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8480dependencies = [
8481 "anyhow",
8482 "async-trait",
8483 "async-tungstenite",
8484 "futures 0.3.31",
8485 "jupyter-protocol",
8486 "serde",
8487 "serde_json",
8488 "url",
8489 "uuid",
8490]
8491
8492[[package]]
8493name = "keymap_editor"
8494version = "0.1.0"
8495dependencies = [
8496 "anyhow",
8497 "collections",
8498 "command_palette",
8499 "component",
8500 "db",
8501 "editor",
8502 "fs",
8503 "fuzzy",
8504 "gpui",
8505 "itertools 0.14.0",
8506 "json_schema_store",
8507 "language",
8508 "log",
8509 "menu",
8510 "notifications",
8511 "paths",
8512 "project",
8513 "search",
8514 "serde",
8515 "serde_json",
8516 "settings",
8517 "telemetry",
8518 "tempfile",
8519 "theme",
8520 "tree-sitter-json",
8521 "tree-sitter-rust",
8522 "ui",
8523 "ui_input",
8524 "util",
8525 "vim",
8526 "workspace",
8527 "workspace-hack",
8528 "zed_actions",
8529]
8530
8531[[package]]
8532name = "khronos-egl"
8533version = "6.0.0"
8534source = "registry+https://github.com/rust-lang/crates.io-index"
8535checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8536dependencies = [
8537 "libc",
8538 "libloading",
8539]
8540
8541[[package]]
8542name = "kqueue"
8543version = "1.0.8"
8544source = "registry+https://github.com/rust-lang/crates.io-index"
8545checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8546dependencies = [
8547 "kqueue-sys",
8548 "libc",
8549]
8550
8551[[package]]
8552name = "kqueue-sys"
8553version = "1.0.4"
8554source = "registry+https://github.com/rust-lang/crates.io-index"
8555checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8556dependencies = [
8557 "bitflags 1.3.2",
8558 "libc",
8559]
8560
8561[[package]]
8562name = "kurbo"
8563version = "0.11.1"
8564source = "registry+https://github.com/rust-lang/crates.io-index"
8565checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8566dependencies = [
8567 "arrayvec",
8568 "smallvec",
8569]
8570
8571[[package]]
8572name = "kv-log-macro"
8573version = "1.0.7"
8574source = "registry+https://github.com/rust-lang/crates.io-index"
8575checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8576dependencies = [
8577 "log",
8578]
8579
8580[[package]]
8581name = "language"
8582version = "0.1.0"
8583dependencies = [
8584 "anyhow",
8585 "async-trait",
8586 "clock",
8587 "collections",
8588 "ctor",
8589 "diffy",
8590 "ec4rs",
8591 "fs",
8592 "futures 0.3.31",
8593 "fuzzy",
8594 "globset",
8595 "gpui",
8596 "http_client",
8597 "imara-diff",
8598 "indoc",
8599 "itertools 0.14.0",
8600 "log",
8601 "lsp",
8602 "parking_lot",
8603 "postage",
8604 "pretty_assertions",
8605 "rand 0.9.1",
8606 "regex",
8607 "rpc",
8608 "schemars 1.0.1",
8609 "serde",
8610 "serde_json",
8611 "settings",
8612 "shellexpand 2.1.2",
8613 "smallvec",
8614 "smol",
8615 "streaming-iterator",
8616 "strsim",
8617 "sum_tree",
8618 "task",
8619 "text",
8620 "theme",
8621 "toml 0.8.20",
8622 "tree-sitter",
8623 "tree-sitter-elixir",
8624 "tree-sitter-embedded-template",
8625 "tree-sitter-heex",
8626 "tree-sitter-html",
8627 "tree-sitter-json",
8628 "tree-sitter-md",
8629 "tree-sitter-python",
8630 "tree-sitter-ruby",
8631 "tree-sitter-rust",
8632 "tree-sitter-typescript",
8633 "unicase",
8634 "unindent",
8635 "util",
8636 "watch",
8637 "workspace-hack",
8638 "zlog",
8639]
8640
8641[[package]]
8642name = "language_extension"
8643version = "0.1.0"
8644dependencies = [
8645 "anyhow",
8646 "async-trait",
8647 "collections",
8648 "extension",
8649 "fs",
8650 "futures 0.3.31",
8651 "gpui",
8652 "language",
8653 "log",
8654 "lsp",
8655 "project",
8656 "serde",
8657 "serde_json",
8658 "util",
8659 "workspace-hack",
8660]
8661
8662[[package]]
8663name = "language_model"
8664version = "0.1.0"
8665dependencies = [
8666 "anthropic",
8667 "anyhow",
8668 "base64 0.22.1",
8669 "client",
8670 "cloud_api_types",
8671 "cloud_llm_client",
8672 "collections",
8673 "futures 0.3.31",
8674 "gpui",
8675 "http_client",
8676 "icons",
8677 "image",
8678 "log",
8679 "open_router",
8680 "parking_lot",
8681 "proto",
8682 "schemars 1.0.1",
8683 "serde",
8684 "serde_json",
8685 "settings",
8686 "smol",
8687 "telemetry_events",
8688 "thiserror 2.0.12",
8689 "util",
8690 "workspace-hack",
8691]
8692
8693[[package]]
8694name = "language_models"
8695version = "0.1.0"
8696dependencies = [
8697 "ai_onboarding",
8698 "anthropic",
8699 "anyhow",
8700 "aws-config",
8701 "aws-credential-types",
8702 "aws_http_client",
8703 "bedrock",
8704 "chrono",
8705 "client",
8706 "cloud_llm_client",
8707 "collections",
8708 "component",
8709 "convert_case 0.8.0",
8710 "copilot",
8711 "credentials_provider",
8712 "deepseek",
8713 "editor",
8714 "fs",
8715 "futures 0.3.31",
8716 "google_ai",
8717 "gpui",
8718 "gpui_tokio",
8719 "http_client",
8720 "language",
8721 "language_model",
8722 "lmstudio",
8723 "log",
8724 "menu",
8725 "mistral",
8726 "ollama",
8727 "open_ai",
8728 "open_router",
8729 "partial-json-fixer",
8730 "project",
8731 "release_channel",
8732 "schemars 1.0.1",
8733 "serde",
8734 "serde_json",
8735 "settings",
8736 "smol",
8737 "strum 0.27.1",
8738 "thiserror 2.0.12",
8739 "tiktoken-rs",
8740 "tokio",
8741 "ui",
8742 "ui_input",
8743 "util",
8744 "vercel",
8745 "workspace-hack",
8746 "x_ai",
8747 "zed_env_vars",
8748]
8749
8750[[package]]
8751name = "language_onboarding"
8752version = "0.1.0"
8753dependencies = [
8754 "db",
8755 "editor",
8756 "gpui",
8757 "project",
8758 "ui",
8759 "workspace",
8760 "workspace-hack",
8761]
8762
8763[[package]]
8764name = "language_selector"
8765version = "0.1.0"
8766dependencies = [
8767 "anyhow",
8768 "editor",
8769 "file_finder",
8770 "file_icons",
8771 "fuzzy",
8772 "gpui",
8773 "language",
8774 "picker",
8775 "project",
8776 "settings",
8777 "ui",
8778 "util",
8779 "workspace",
8780 "workspace-hack",
8781]
8782
8783[[package]]
8784name = "language_tools"
8785version = "0.1.0"
8786dependencies = [
8787 "anyhow",
8788 "client",
8789 "collections",
8790 "command_palette_hooks",
8791 "copilot",
8792 "editor",
8793 "futures 0.3.31",
8794 "gpui",
8795 "itertools 0.14.0",
8796 "language",
8797 "lsp",
8798 "project",
8799 "proto",
8800 "release_channel",
8801 "serde_json",
8802 "settings",
8803 "theme",
8804 "tree-sitter",
8805 "ui",
8806 "util",
8807 "workspace",
8808 "workspace-hack",
8809 "zed_actions",
8810 "zlog",
8811]
8812
8813[[package]]
8814name = "languages"
8815version = "0.1.0"
8816dependencies = [
8817 "anyhow",
8818 "async-compression",
8819 "async-fs",
8820 "async-tar",
8821 "async-trait",
8822 "chrono",
8823 "collections",
8824 "futures 0.3.31",
8825 "gpui",
8826 "http_client",
8827 "itertools 0.14.0",
8828 "json_schema_store",
8829 "language",
8830 "log",
8831 "lsp",
8832 "node_runtime",
8833 "parking_lot",
8834 "pet",
8835 "pet-conda",
8836 "pet-core",
8837 "pet-fs",
8838 "pet-poetry",
8839 "pet-reporter",
8840 "pet-virtualenv",
8841 "pretty_assertions",
8842 "project",
8843 "regex",
8844 "rope",
8845 "rust-embed",
8846 "serde",
8847 "serde_json",
8848 "serde_json_lenient",
8849 "settings",
8850 "sha2",
8851 "shlex",
8852 "smol",
8853 "task",
8854 "tempfile",
8855 "text",
8856 "theme",
8857 "toml 0.8.20",
8858 "tree-sitter",
8859 "tree-sitter-bash",
8860 "tree-sitter-c",
8861 "tree-sitter-cpp",
8862 "tree-sitter-css",
8863 "tree-sitter-diff",
8864 "tree-sitter-gitcommit",
8865 "tree-sitter-go",
8866 "tree-sitter-gomod",
8867 "tree-sitter-gowork",
8868 "tree-sitter-jsdoc",
8869 "tree-sitter-json",
8870 "tree-sitter-md",
8871 "tree-sitter-python",
8872 "tree-sitter-regex",
8873 "tree-sitter-rust",
8874 "tree-sitter-typescript",
8875 "tree-sitter-yaml",
8876 "unindent",
8877 "url",
8878 "util",
8879 "workspace",
8880 "workspace-hack",
8881]
8882
8883[[package]]
8884name = "lazy_static"
8885version = "1.5.0"
8886source = "registry+https://github.com/rust-lang/crates.io-index"
8887checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8888dependencies = [
8889 "spin",
8890]
8891
8892[[package]]
8893name = "lazycell"
8894version = "1.3.0"
8895source = "registry+https://github.com/rust-lang/crates.io-index"
8896checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8897
8898[[package]]
8899name = "leak"
8900version = "0.1.2"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8903
8904[[package]]
8905name = "leaky-cow"
8906version = "0.1.1"
8907source = "registry+https://github.com/rust-lang/crates.io-index"
8908checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8909dependencies = [
8910 "leak",
8911]
8912
8913[[package]]
8914name = "leb128"
8915version = "0.2.5"
8916source = "registry+https://github.com/rust-lang/crates.io-index"
8917checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8918
8919[[package]]
8920name = "leb128fmt"
8921version = "0.1.0"
8922source = "registry+https://github.com/rust-lang/crates.io-index"
8923checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8924
8925[[package]]
8926name = "lebe"
8927version = "0.5.2"
8928source = "registry+https://github.com/rust-lang/crates.io-index"
8929checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8930
8931[[package]]
8932name = "libc"
8933version = "0.2.172"
8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8936
8937[[package]]
8938name = "libdbus-sys"
8939version = "0.2.5"
8940source = "registry+https://github.com/rust-lang/crates.io-index"
8941checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8942dependencies = [
8943 "cc",
8944 "pkg-config",
8945]
8946
8947[[package]]
8948name = "libfuzzer-sys"
8949version = "0.4.9"
8950source = "registry+https://github.com/rust-lang/crates.io-index"
8951checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
8952dependencies = [
8953 "arbitrary",
8954 "cc",
8955]
8956
8957[[package]]
8958name = "libgit2-sys"
8959version = "0.18.1+1.9.0"
8960source = "registry+https://github.com/rust-lang/crates.io-index"
8961checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
8962dependencies = [
8963 "cc",
8964 "libc",
8965 "libz-sys",
8966 "pkg-config",
8967]
8968
8969[[package]]
8970name = "libloading"
8971version = "0.8.6"
8972source = "registry+https://github.com/rust-lang/crates.io-index"
8973checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
8974dependencies = [
8975 "cfg-if",
8976 "windows-targets 0.52.6",
8977]
8978
8979[[package]]
8980name = "libm"
8981version = "0.2.11"
8982source = "registry+https://github.com/rust-lang/crates.io-index"
8983checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
8984
8985[[package]]
8986name = "libmimalloc-sys"
8987version = "0.1.42"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
8990dependencies = [
8991 "cc",
8992 "libc",
8993]
8994
8995[[package]]
8996name = "libredox"
8997version = "0.1.3"
8998source = "registry+https://github.com/rust-lang/crates.io-index"
8999checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9000dependencies = [
9001 "bitflags 2.9.0",
9002 "libc",
9003 "redox_syscall 0.5.11",
9004]
9005
9006[[package]]
9007name = "libsqlite3-sys"
9008version = "0.30.1"
9009source = "registry+https://github.com/rust-lang/crates.io-index"
9010checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9011dependencies = [
9012 "cc",
9013 "pkg-config",
9014 "vcpkg",
9015]
9016
9017[[package]]
9018name = "libwebrtc"
9019version = "0.3.10"
9020source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9021dependencies = [
9022 "cxx",
9023 "jni",
9024 "js-sys",
9025 "lazy_static",
9026 "livekit-protocol",
9027 "livekit-runtime",
9028 "log",
9029 "parking_lot",
9030 "serde",
9031 "serde_json",
9032 "thiserror 1.0.69",
9033 "tokio",
9034 "wasm-bindgen",
9035 "wasm-bindgen-futures",
9036 "web-sys",
9037 "webrtc-sys",
9038]
9039
9040[[package]]
9041name = "libz-sys"
9042version = "1.1.22"
9043source = "registry+https://github.com/rust-lang/crates.io-index"
9044checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9045dependencies = [
9046 "cc",
9047 "libc",
9048 "pkg-config",
9049 "vcpkg",
9050]
9051
9052[[package]]
9053name = "line_ending_selector"
9054version = "0.1.0"
9055dependencies = [
9056 "editor",
9057 "gpui",
9058 "language",
9059 "picker",
9060 "project",
9061 "ui",
9062 "util",
9063 "workspace",
9064 "workspace-hack",
9065]
9066
9067[[package]]
9068name = "link-cplusplus"
9069version = "1.0.10"
9070source = "registry+https://github.com/rust-lang/crates.io-index"
9071checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9072dependencies = [
9073 "cc",
9074]
9075
9076[[package]]
9077name = "linkify"
9078version = "0.10.0"
9079source = "registry+https://github.com/rust-lang/crates.io-index"
9080checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9081dependencies = [
9082 "memchr",
9083]
9084
9085[[package]]
9086name = "linux-raw-sys"
9087version = "0.4.15"
9088source = "registry+https://github.com/rust-lang/crates.io-index"
9089checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9090
9091[[package]]
9092name = "linux-raw-sys"
9093version = "0.9.4"
9094source = "registry+https://github.com/rust-lang/crates.io-index"
9095checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9096
9097[[package]]
9098name = "litemap"
9099version = "0.7.5"
9100source = "registry+https://github.com/rust-lang/crates.io-index"
9101checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9102
9103[[package]]
9104name = "livekit"
9105version = "0.7.8"
9106source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9107dependencies = [
9108 "chrono",
9109 "futures-util",
9110 "lazy_static",
9111 "libloading",
9112 "libwebrtc",
9113 "livekit-api",
9114 "livekit-protocol",
9115 "livekit-runtime",
9116 "log",
9117 "parking_lot",
9118 "prost 0.12.6",
9119 "semver",
9120 "serde",
9121 "serde_json",
9122 "thiserror 1.0.69",
9123 "tokio",
9124]
9125
9126[[package]]
9127name = "livekit-api"
9128version = "0.4.2"
9129source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9130dependencies = [
9131 "futures-util",
9132 "http 0.2.12",
9133 "livekit-protocol",
9134 "livekit-runtime",
9135 "log",
9136 "parking_lot",
9137 "pbjson-types",
9138 "prost 0.12.6",
9139 "rand 0.9.1",
9140 "reqwest 0.11.27",
9141 "scopeguard",
9142 "serde",
9143 "sha2",
9144 "thiserror 1.0.69",
9145 "tokio",
9146 "tokio-tungstenite 0.26.2",
9147 "url",
9148]
9149
9150[[package]]
9151name = "livekit-protocol"
9152version = "0.3.9"
9153source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9154dependencies = [
9155 "futures-util",
9156 "livekit-runtime",
9157 "parking_lot",
9158 "pbjson",
9159 "pbjson-types",
9160 "prost 0.12.6",
9161 "prost-types 0.12.6",
9162 "serde",
9163 "thiserror 1.0.69",
9164 "tokio",
9165]
9166
9167[[package]]
9168name = "livekit-runtime"
9169version = "0.4.0"
9170source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9171dependencies = [
9172 "tokio",
9173 "tokio-stream",
9174]
9175
9176[[package]]
9177name = "livekit_api"
9178version = "0.1.0"
9179dependencies = [
9180 "anyhow",
9181 "async-trait",
9182 "jsonwebtoken",
9183 "log",
9184 "prost 0.9.0",
9185 "prost-build 0.9.0",
9186 "prost-types 0.9.0",
9187 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9188 "serde",
9189 "workspace-hack",
9190]
9191
9192[[package]]
9193name = "livekit_client"
9194version = "0.1.0"
9195dependencies = [
9196 "anyhow",
9197 "async-trait",
9198 "audio",
9199 "collections",
9200 "core-foundation 0.10.0",
9201 "core-video",
9202 "coreaudio-rs 0.12.1",
9203 "cpal",
9204 "futures 0.3.31",
9205 "gpui",
9206 "gpui_tokio",
9207 "http_client_tls",
9208 "image",
9209 "libwebrtc",
9210 "livekit",
9211 "livekit_api",
9212 "log",
9213 "nanoid",
9214 "objc",
9215 "parking_lot",
9216 "postage",
9217 "rodio",
9218 "scap",
9219 "serde",
9220 "serde_json",
9221 "serde_urlencoded",
9222 "settings",
9223 "sha2",
9224 "simplelog",
9225 "smallvec",
9226 "tokio-tungstenite 0.26.2",
9227 "ui",
9228 "util",
9229 "workspace-hack",
9230]
9231
9232[[package]]
9233name = "lmdb-master-sys"
9234version = "0.2.5"
9235source = "registry+https://github.com/rust-lang/crates.io-index"
9236checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9237dependencies = [
9238 "cc",
9239 "doxygen-rs",
9240 "libc",
9241]
9242
9243[[package]]
9244name = "lmstudio"
9245version = "0.1.0"
9246dependencies = [
9247 "anyhow",
9248 "futures 0.3.31",
9249 "http_client",
9250 "schemars 1.0.1",
9251 "serde",
9252 "serde_json",
9253 "workspace-hack",
9254]
9255
9256[[package]]
9257name = "lock_api"
9258version = "0.4.13"
9259source = "registry+https://github.com/rust-lang/crates.io-index"
9260checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9261dependencies = [
9262 "autocfg",
9263 "scopeguard",
9264]
9265
9266[[package]]
9267name = "log"
9268version = "0.4.27"
9269source = "registry+https://github.com/rust-lang/crates.io-index"
9270checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9271dependencies = [
9272 "serde",
9273 "value-bag",
9274]
9275
9276[[package]]
9277name = "loom"
9278version = "0.7.2"
9279source = "registry+https://github.com/rust-lang/crates.io-index"
9280checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9281dependencies = [
9282 "cfg-if",
9283 "generator",
9284 "scoped-tls",
9285 "tracing",
9286 "tracing-subscriber",
9287]
9288
9289[[package]]
9290name = "loop9"
9291version = "0.1.5"
9292source = "registry+https://github.com/rust-lang/crates.io-index"
9293checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9294dependencies = [
9295 "imgref",
9296]
9297
9298[[package]]
9299name = "lru"
9300version = "0.12.5"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9303dependencies = [
9304 "hashbrown 0.15.3",
9305]
9306
9307[[package]]
9308name = "lsp"
9309version = "0.1.0"
9310dependencies = [
9311 "anyhow",
9312 "async-pipe",
9313 "collections",
9314 "ctor",
9315 "futures 0.3.31",
9316 "gpui",
9317 "log",
9318 "lsp-types",
9319 "parking_lot",
9320 "postage",
9321 "release_channel",
9322 "schemars 1.0.1",
9323 "serde",
9324 "serde_json",
9325 "smol",
9326 "util",
9327 "workspace-hack",
9328 "zlog",
9329]
9330
9331[[package]]
9332name = "lsp-types"
9333version = "0.95.1"
9334source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9335dependencies = [
9336 "bitflags 1.3.2",
9337 "serde",
9338 "serde_json",
9339 "url",
9340]
9341
9342[[package]]
9343name = "lyon"
9344version = "1.0.1"
9345source = "registry+https://github.com/rust-lang/crates.io-index"
9346checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9347dependencies = [
9348 "lyon_algorithms",
9349 "lyon_extra",
9350 "lyon_tessellation",
9351]
9352
9353[[package]]
9354name = "lyon_algorithms"
9355version = "1.0.5"
9356source = "registry+https://github.com/rust-lang/crates.io-index"
9357checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9358dependencies = [
9359 "lyon_path",
9360 "num-traits",
9361]
9362
9363[[package]]
9364name = "lyon_extra"
9365version = "1.0.3"
9366source = "registry+https://github.com/rust-lang/crates.io-index"
9367checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9368dependencies = [
9369 "lyon_path",
9370 "thiserror 1.0.69",
9371]
9372
9373[[package]]
9374name = "lyon_geom"
9375version = "1.0.6"
9376source = "registry+https://github.com/rust-lang/crates.io-index"
9377checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9378dependencies = [
9379 "arrayvec",
9380 "euclid",
9381 "num-traits",
9382]
9383
9384[[package]]
9385name = "lyon_path"
9386version = "1.0.7"
9387source = "registry+https://github.com/rust-lang/crates.io-index"
9388checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9389dependencies = [
9390 "lyon_geom",
9391 "num-traits",
9392]
9393
9394[[package]]
9395name = "lyon_tessellation"
9396version = "1.0.15"
9397source = "registry+https://github.com/rust-lang/crates.io-index"
9398checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9399dependencies = [
9400 "float_next_after",
9401 "lyon_path",
9402 "num-traits",
9403]
9404
9405[[package]]
9406name = "mac"
9407version = "0.1.1"
9408source = "registry+https://github.com/rust-lang/crates.io-index"
9409checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9410
9411[[package]]
9412name = "mach2"
9413version = "0.4.2"
9414source = "registry+https://github.com/rust-lang/crates.io-index"
9415checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9416dependencies = [
9417 "libc",
9418]
9419
9420[[package]]
9421name = "mach2"
9422version = "0.5.0"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9425dependencies = [
9426 "libc",
9427]
9428
9429[[package]]
9430name = "malloc_buf"
9431version = "0.0.6"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9434dependencies = [
9435 "libc",
9436]
9437
9438[[package]]
9439name = "maplit"
9440version = "1.0.2"
9441source = "registry+https://github.com/rust-lang/crates.io-index"
9442checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9443
9444[[package]]
9445name = "markdown"
9446version = "0.1.0"
9447dependencies = [
9448 "assets",
9449 "base64 0.22.1",
9450 "collections",
9451 "env_logger 0.11.8",
9452 "fs",
9453 "futures 0.3.31",
9454 "gpui",
9455 "language",
9456 "languages",
9457 "linkify",
9458 "log",
9459 "node_runtime",
9460 "pulldown-cmark 0.12.2",
9461 "settings",
9462 "sum_tree",
9463 "theme",
9464 "ui",
9465 "util",
9466 "workspace-hack",
9467]
9468
9469[[package]]
9470name = "markdown_preview"
9471version = "0.1.0"
9472dependencies = [
9473 "anyhow",
9474 "async-recursion",
9475 "collections",
9476 "editor",
9477 "fs",
9478 "gpui",
9479 "html5ever 0.27.0",
9480 "language",
9481 "linkify",
9482 "log",
9483 "markup5ever_rcdom",
9484 "pretty_assertions",
9485 "pulldown-cmark 0.12.2",
9486 "settings",
9487 "theme",
9488 "ui",
9489 "util",
9490 "workspace",
9491 "workspace-hack",
9492]
9493
9494[[package]]
9495name = "markup5ever"
9496version = "0.12.1"
9497source = "registry+https://github.com/rust-lang/crates.io-index"
9498checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9499dependencies = [
9500 "log",
9501 "phf",
9502 "phf_codegen",
9503 "string_cache",
9504 "string_cache_codegen",
9505 "tendril",
9506]
9507
9508[[package]]
9509name = "markup5ever"
9510version = "0.16.1"
9511source = "registry+https://github.com/rust-lang/crates.io-index"
9512checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9513dependencies = [
9514 "log",
9515 "tendril",
9516 "web_atoms",
9517]
9518
9519[[package]]
9520name = "markup5ever_rcdom"
9521version = "0.3.0"
9522source = "registry+https://github.com/rust-lang/crates.io-index"
9523checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9524dependencies = [
9525 "html5ever 0.27.0",
9526 "markup5ever 0.12.1",
9527 "tendril",
9528 "xml5ever",
9529]
9530
9531[[package]]
9532name = "match_token"
9533version = "0.1.0"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9536dependencies = [
9537 "proc-macro2",
9538 "quote",
9539 "syn 2.0.101",
9540]
9541
9542[[package]]
9543name = "matchers"
9544version = "0.2.0"
9545source = "registry+https://github.com/rust-lang/crates.io-index"
9546checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9547dependencies = [
9548 "regex-automata",
9549]
9550
9551[[package]]
9552name = "matchit"
9553version = "0.7.3"
9554source = "registry+https://github.com/rust-lang/crates.io-index"
9555checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9556
9557[[package]]
9558name = "maybe-owned"
9559version = "0.3.4"
9560source = "registry+https://github.com/rust-lang/crates.io-index"
9561checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9562
9563[[package]]
9564name = "maybe-rayon"
9565version = "0.1.1"
9566source = "registry+https://github.com/rust-lang/crates.io-index"
9567checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9568dependencies = [
9569 "cfg-if",
9570 "rayon",
9571]
9572
9573[[package]]
9574name = "md-5"
9575version = "0.10.6"
9576source = "registry+https://github.com/rust-lang/crates.io-index"
9577checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9578dependencies = [
9579 "cfg-if",
9580 "digest",
9581]
9582
9583[[package]]
9584name = "mdbook"
9585version = "0.4.40"
9586source = "registry+https://github.com/rust-lang/crates.io-index"
9587checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9588dependencies = [
9589 "ammonia",
9590 "anyhow",
9591 "chrono",
9592 "clap",
9593 "clap_complete",
9594 "elasticlunr-rs",
9595 "env_logger 0.11.8",
9596 "futures-util",
9597 "handlebars 5.1.2",
9598 "ignore",
9599 "log",
9600 "memchr",
9601 "notify 6.1.1",
9602 "notify-debouncer-mini",
9603 "once_cell",
9604 "opener",
9605 "pathdiff",
9606 "pulldown-cmark 0.10.3",
9607 "regex",
9608 "serde",
9609 "serde_json",
9610 "shlex",
9611 "tempfile",
9612 "tokio",
9613 "toml 0.5.11",
9614 "topological-sort",
9615 "walkdir",
9616 "warp",
9617]
9618
9619[[package]]
9620name = "media"
9621version = "0.1.0"
9622dependencies = [
9623 "anyhow",
9624 "bindgen 0.71.1",
9625 "core-foundation 0.10.0",
9626 "core-video",
9627 "ctor",
9628 "foreign-types 0.5.0",
9629 "metal",
9630 "objc",
9631 "workspace-hack",
9632]
9633
9634[[package]]
9635name = "memchr"
9636version = "2.7.4"
9637source = "registry+https://github.com/rust-lang/crates.io-index"
9638checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9639
9640[[package]]
9641name = "memfd"
9642version = "0.6.4"
9643source = "registry+https://github.com/rust-lang/crates.io-index"
9644checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9645dependencies = [
9646 "rustix 0.38.44",
9647]
9648
9649[[package]]
9650name = "memmap2"
9651version = "0.9.5"
9652source = "registry+https://github.com/rust-lang/crates.io-index"
9653checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9654dependencies = [
9655 "libc",
9656 "stable_deref_trait",
9657]
9658
9659[[package]]
9660name = "memoffset"
9661version = "0.9.1"
9662source = "registry+https://github.com/rust-lang/crates.io-index"
9663checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9664dependencies = [
9665 "autocfg",
9666]
9667
9668[[package]]
9669name = "menu"
9670version = "0.1.0"
9671dependencies = [
9672 "gpui",
9673 "workspace-hack",
9674]
9675
9676[[package]]
9677name = "metal"
9678version = "0.29.0"
9679source = "registry+https://github.com/rust-lang/crates.io-index"
9680checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9681dependencies = [
9682 "bitflags 2.9.0",
9683 "block",
9684 "core-graphics-types 0.1.3",
9685 "foreign-types 0.5.0",
9686 "log",
9687 "objc",
9688 "paste",
9689]
9690
9691[[package]]
9692name = "migrator"
9693version = "0.1.0"
9694dependencies = [
9695 "anyhow",
9696 "collections",
9697 "convert_case 0.8.0",
9698 "log",
9699 "pretty_assertions",
9700 "streaming-iterator",
9701 "tree-sitter",
9702 "tree-sitter-json",
9703 "workspace-hack",
9704]
9705
9706[[package]]
9707name = "mimalloc"
9708version = "0.1.46"
9709source = "registry+https://github.com/rust-lang/crates.io-index"
9710checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9711dependencies = [
9712 "libmimalloc-sys",
9713]
9714
9715[[package]]
9716name = "mime"
9717version = "0.3.17"
9718source = "registry+https://github.com/rust-lang/crates.io-index"
9719checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9720
9721[[package]]
9722name = "mime_guess"
9723version = "2.0.5"
9724source = "registry+https://github.com/rust-lang/crates.io-index"
9725checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9726dependencies = [
9727 "mime",
9728 "unicase",
9729]
9730
9731[[package]]
9732name = "minidump-common"
9733version = "0.21.2"
9734source = "registry+https://github.com/rust-lang/crates.io-index"
9735checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9736dependencies = [
9737 "bitflags 2.9.0",
9738 "debugid",
9739 "num-derive",
9740 "num-traits",
9741 "range-map",
9742 "scroll",
9743 "smart-default",
9744]
9745
9746[[package]]
9747name = "minidump-writer"
9748version = "0.8.9"
9749source = "registry+https://github.com/rust-lang/crates.io-index"
9750checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9751dependencies = [
9752 "bitflags 2.9.0",
9753 "byteorder",
9754 "cfg-if",
9755 "crash-context",
9756 "goblin",
9757 "libc",
9758 "log",
9759 "mach2 0.4.2",
9760 "memmap2",
9761 "memoffset",
9762 "minidump-common",
9763 "nix 0.28.0",
9764 "procfs-core",
9765 "scroll",
9766 "tempfile",
9767 "thiserror 1.0.69",
9768]
9769
9770[[package]]
9771name = "minidumper"
9772version = "0.8.3"
9773source = "registry+https://github.com/rust-lang/crates.io-index"
9774checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9775dependencies = [
9776 "cfg-if",
9777 "crash-context",
9778 "libc",
9779 "log",
9780 "minidump-writer",
9781 "parking_lot",
9782 "polling",
9783 "scroll",
9784 "thiserror 1.0.69",
9785 "uds",
9786]
9787
9788[[package]]
9789name = "minimal-lexical"
9790version = "0.2.1"
9791source = "registry+https://github.com/rust-lang/crates.io-index"
9792checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9793
9794[[package]]
9795name = "miniz_oxide"
9796version = "0.8.8"
9797source = "registry+https://github.com/rust-lang/crates.io-index"
9798checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9799dependencies = [
9800 "adler2",
9801 "simd-adler32",
9802]
9803
9804[[package]]
9805name = "mint"
9806version = "0.5.9"
9807source = "registry+https://github.com/rust-lang/crates.io-index"
9808checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9809
9810[[package]]
9811name = "mio"
9812version = "0.8.11"
9813source = "registry+https://github.com/rust-lang/crates.io-index"
9814checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9815dependencies = [
9816 "libc",
9817 "log",
9818 "wasi 0.11.0+wasi-snapshot-preview1",
9819 "windows-sys 0.48.0",
9820]
9821
9822[[package]]
9823name = "mio"
9824version = "1.0.3"
9825source = "registry+https://github.com/rust-lang/crates.io-index"
9826checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9827dependencies = [
9828 "libc",
9829 "log",
9830 "wasi 0.11.0+wasi-snapshot-preview1",
9831 "windows-sys 0.52.0",
9832]
9833
9834[[package]]
9835name = "miow"
9836version = "0.6.0"
9837source = "registry+https://github.com/rust-lang/crates.io-index"
9838checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9839dependencies = [
9840 "windows-sys 0.48.0",
9841]
9842
9843[[package]]
9844name = "mistral"
9845version = "0.1.0"
9846dependencies = [
9847 "anyhow",
9848 "futures 0.3.31",
9849 "http_client",
9850 "schemars 1.0.1",
9851 "serde",
9852 "serde_json",
9853 "strum 0.27.1",
9854 "workspace-hack",
9855]
9856
9857[[package]]
9858name = "moka"
9859version = "0.12.10"
9860source = "registry+https://github.com/rust-lang/crates.io-index"
9861checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9862dependencies = [
9863 "crossbeam-channel",
9864 "crossbeam-epoch",
9865 "crossbeam-utils",
9866 "loom",
9867 "parking_lot",
9868 "portable-atomic",
9869 "rustc_version",
9870 "smallvec",
9871 "tagptr",
9872 "thiserror 1.0.69",
9873 "uuid",
9874]
9875
9876[[package]]
9877name = "msvc_spectre_libs"
9878version = "0.1.3"
9879source = "registry+https://github.com/rust-lang/crates.io-index"
9880checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9881dependencies = [
9882 "cc",
9883]
9884
9885[[package]]
9886name = "multi_buffer"
9887version = "0.1.0"
9888dependencies = [
9889 "anyhow",
9890 "buffer_diff",
9891 "clock",
9892 "collections",
9893 "ctor",
9894 "gpui",
9895 "indoc",
9896 "itertools 0.14.0",
9897 "language",
9898 "log",
9899 "parking_lot",
9900 "pretty_assertions",
9901 "project",
9902 "rand 0.9.1",
9903 "rope",
9904 "serde",
9905 "settings",
9906 "smallvec",
9907 "smol",
9908 "sum_tree",
9909 "text",
9910 "theme",
9911 "tree-sitter",
9912 "util",
9913 "workspace-hack",
9914 "zlog",
9915]
9916
9917[[package]]
9918name = "multimap"
9919version = "0.8.3"
9920source = "registry+https://github.com/rust-lang/crates.io-index"
9921checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9922
9923[[package]]
9924name = "naga"
9925version = "25.0.1"
9926source = "registry+https://github.com/rust-lang/crates.io-index"
9927checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9928dependencies = [
9929 "arrayvec",
9930 "bit-set 0.8.0",
9931 "bitflags 2.9.0",
9932 "cfg_aliases 0.2.1",
9933 "codespan-reporting 0.12.0",
9934 "half",
9935 "hashbrown 0.15.3",
9936 "hexf-parse",
9937 "indexmap 2.9.0",
9938 "log",
9939 "num-traits",
9940 "once_cell",
9941 "rustc-hash 1.1.0",
9942 "spirv",
9943 "strum 0.26.3",
9944 "thiserror 2.0.12",
9945 "unicode-ident",
9946]
9947
9948[[package]]
9949name = "nanoid"
9950version = "0.4.0"
9951source = "registry+https://github.com/rust-lang/crates.io-index"
9952checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9953dependencies = [
9954 "rand 0.8.5",
9955]
9956
9957[[package]]
9958name = "nanorand"
9959version = "0.7.0"
9960source = "registry+https://github.com/rust-lang/crates.io-index"
9961checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9962dependencies = [
9963 "getrandom 0.2.15",
9964]
9965
9966[[package]]
9967name = "native-tls"
9968version = "0.2.14"
9969source = "registry+https://github.com/rust-lang/crates.io-index"
9970checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9971dependencies = [
9972 "libc",
9973 "log",
9974 "openssl",
9975 "openssl-probe",
9976 "openssl-sys",
9977 "schannel",
9978 "security-framework 2.11.1",
9979 "security-framework-sys",
9980 "tempfile",
9981]
9982
9983[[package]]
9984name = "nbformat"
9985version = "0.10.0"
9986source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9987dependencies = [
9988 "anyhow",
9989 "chrono",
9990 "jupyter-protocol",
9991 "serde",
9992 "serde_json",
9993 "thiserror 1.0.69",
9994 "uuid",
9995]
9996
9997[[package]]
9998name = "nc"
9999version = "0.1.0"
10000dependencies = [
10001 "anyhow",
10002 "futures 0.3.31",
10003 "net",
10004 "smol",
10005 "workspace-hack",
10006]
10007
10008[[package]]
10009name = "ndk"
10010version = "0.9.0"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10013dependencies = [
10014 "bitflags 2.9.0",
10015 "jni-sys",
10016 "log",
10017 "ndk-sys",
10018 "num_enum",
10019 "thiserror 1.0.69",
10020]
10021
10022[[package]]
10023name = "ndk-context"
10024version = "0.1.1"
10025source = "registry+https://github.com/rust-lang/crates.io-index"
10026checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10027
10028[[package]]
10029name = "ndk-sys"
10030version = "0.6.0+11769913"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10033dependencies = [
10034 "jni-sys",
10035]
10036
10037[[package]]
10038name = "net"
10039version = "0.1.0"
10040dependencies = [
10041 "anyhow",
10042 "async-io",
10043 "smol",
10044 "tempfile",
10045 "windows 0.61.1",
10046 "workspace-hack",
10047]
10048
10049[[package]]
10050name = "new_debug_unreachable"
10051version = "1.0.6"
10052source = "registry+https://github.com/rust-lang/crates.io-index"
10053checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10054
10055[[package]]
10056name = "nix"
10057version = "0.28.0"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10060dependencies = [
10061 "bitflags 2.9.0",
10062 "cfg-if",
10063 "cfg_aliases 0.1.1",
10064 "libc",
10065]
10066
10067[[package]]
10068name = "nix"
10069version = "0.29.0"
10070source = "registry+https://github.com/rust-lang/crates.io-index"
10071checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10072dependencies = [
10073 "bitflags 2.9.0",
10074 "cfg-if",
10075 "cfg_aliases 0.2.1",
10076 "libc",
10077]
10078
10079[[package]]
10080name = "nix"
10081version = "0.30.1"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10084dependencies = [
10085 "bitflags 2.9.0",
10086 "cfg-if",
10087 "cfg_aliases 0.2.1",
10088 "libc",
10089 "memoffset",
10090]
10091
10092[[package]]
10093name = "node_runtime"
10094version = "0.1.0"
10095dependencies = [
10096 "anyhow",
10097 "async-compression",
10098 "async-std",
10099 "async-tar",
10100 "async-trait",
10101 "futures 0.3.31",
10102 "http_client",
10103 "log",
10104 "paths",
10105 "semver",
10106 "serde",
10107 "serde_json",
10108 "smol",
10109 "util",
10110 "watch",
10111 "which 6.0.3",
10112 "workspace-hack",
10113]
10114
10115[[package]]
10116name = "nom"
10117version = "7.1.3"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10120dependencies = [
10121 "memchr",
10122 "minimal-lexical",
10123]
10124
10125[[package]]
10126name = "nom"
10127version = "8.0.0"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10130dependencies = [
10131 "memchr",
10132]
10133
10134[[package]]
10135name = "noop_proc_macro"
10136version = "0.3.0"
10137source = "registry+https://github.com/rust-lang/crates.io-index"
10138checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10139
10140[[package]]
10141name = "normpath"
10142version = "1.3.0"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10145dependencies = [
10146 "windows-sys 0.59.0",
10147]
10148
10149[[package]]
10150name = "notifications"
10151version = "0.1.0"
10152dependencies = [
10153 "anyhow",
10154 "channel",
10155 "client",
10156 "collections",
10157 "component",
10158 "db",
10159 "gpui",
10160 "rpc",
10161 "settings",
10162 "sum_tree",
10163 "time",
10164 "ui",
10165 "util",
10166 "workspace",
10167 "workspace-hack",
10168 "zed_actions",
10169]
10170
10171[[package]]
10172name = "notify"
10173version = "6.1.1"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10176dependencies = [
10177 "bitflags 2.9.0",
10178 "crossbeam-channel",
10179 "filetime",
10180 "fsevent-sys 4.1.0",
10181 "inotify 0.9.6",
10182 "kqueue",
10183 "libc",
10184 "log",
10185 "mio 0.8.11",
10186 "walkdir",
10187 "windows-sys 0.48.0",
10188]
10189
10190[[package]]
10191name = "notify"
10192version = "8.0.0"
10193source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10194dependencies = [
10195 "bitflags 2.9.0",
10196 "filetime",
10197 "fsevent-sys 4.1.0",
10198 "inotify 0.11.0",
10199 "kqueue",
10200 "libc",
10201 "log",
10202 "mio 1.0.3",
10203 "notify-types",
10204 "walkdir",
10205 "windows-sys 0.59.0",
10206]
10207
10208[[package]]
10209name = "notify-debouncer-mini"
10210version = "0.4.1"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10213dependencies = [
10214 "crossbeam-channel",
10215 "log",
10216 "notify 6.1.1",
10217]
10218
10219[[package]]
10220name = "notify-types"
10221version = "2.0.0"
10222source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10223
10224[[package]]
10225name = "ntapi"
10226version = "0.4.1"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10229dependencies = [
10230 "winapi",
10231]
10232
10233[[package]]
10234name = "nu-ansi-term"
10235version = "0.50.1"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10238dependencies = [
10239 "windows-sys 0.52.0",
10240]
10241
10242[[package]]
10243name = "num"
10244version = "0.4.3"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10247dependencies = [
10248 "num-bigint",
10249 "num-complex",
10250 "num-integer",
10251 "num-iter",
10252 "num-rational",
10253 "num-traits",
10254]
10255
10256[[package]]
10257name = "num-bigint"
10258version = "0.4.6"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10261dependencies = [
10262 "num-integer",
10263 "num-traits",
10264]
10265
10266[[package]]
10267name = "num-bigint-dig"
10268version = "0.8.4"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10271dependencies = [
10272 "byteorder",
10273 "lazy_static",
10274 "libm",
10275 "num-integer",
10276 "num-iter",
10277 "num-traits",
10278 "rand 0.8.5",
10279 "serde",
10280 "smallvec",
10281 "zeroize",
10282]
10283
10284[[package]]
10285name = "num-cmp"
10286version = "0.1.0"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10289
10290[[package]]
10291name = "num-complex"
10292version = "0.4.6"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10295dependencies = [
10296 "bytemuck",
10297 "num-traits",
10298]
10299
10300[[package]]
10301name = "num-conv"
10302version = "0.1.0"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10305
10306[[package]]
10307name = "num-derive"
10308version = "0.4.2"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10311dependencies = [
10312 "proc-macro2",
10313 "quote",
10314 "syn 2.0.101",
10315]
10316
10317[[package]]
10318name = "num-format"
10319version = "0.4.4"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10322dependencies = [
10323 "arrayvec",
10324 "itoa",
10325]
10326
10327[[package]]
10328name = "num-integer"
10329version = "0.1.46"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10332dependencies = [
10333 "num-traits",
10334]
10335
10336[[package]]
10337name = "num-iter"
10338version = "0.1.45"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10341dependencies = [
10342 "autocfg",
10343 "num-integer",
10344 "num-traits",
10345]
10346
10347[[package]]
10348name = "num-rational"
10349version = "0.4.2"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10352dependencies = [
10353 "num-bigint",
10354 "num-integer",
10355 "num-traits",
10356]
10357
10358[[package]]
10359name = "num-traits"
10360version = "0.2.19"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10363dependencies = [
10364 "autocfg",
10365 "libm",
10366]
10367
10368[[package]]
10369name = "num_cpus"
10370version = "1.16.0"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10373dependencies = [
10374 "hermit-abi 0.3.9",
10375 "libc",
10376]
10377
10378[[package]]
10379name = "num_enum"
10380version = "0.7.3"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10383dependencies = [
10384 "num_enum_derive",
10385]
10386
10387[[package]]
10388name = "num_enum_derive"
10389version = "0.7.3"
10390source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10392dependencies = [
10393 "proc-macro-crate",
10394 "proc-macro2",
10395 "quote",
10396 "syn 2.0.101",
10397]
10398
10399[[package]]
10400name = "num_threads"
10401version = "0.1.7"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10404dependencies = [
10405 "libc",
10406]
10407
10408[[package]]
10409name = "nvim-rs"
10410version = "0.9.2"
10411source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10412dependencies = [
10413 "async-trait",
10414 "futures 0.3.31",
10415 "log",
10416 "rmp",
10417 "rmpv",
10418 "tokio",
10419 "tokio-util",
10420]
10421
10422[[package]]
10423name = "objc"
10424version = "0.2.7"
10425source = "registry+https://github.com/rust-lang/crates.io-index"
10426checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10427dependencies = [
10428 "malloc_buf",
10429 "objc_exception",
10430]
10431
10432[[package]]
10433name = "objc-foundation"
10434version = "0.1.1"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10437dependencies = [
10438 "block",
10439 "objc",
10440 "objc_id",
10441]
10442
10443[[package]]
10444name = "objc2"
10445version = "0.6.1"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10448dependencies = [
10449 "objc2-encode",
10450]
10451
10452[[package]]
10453name = "objc2-app-kit"
10454version = "0.3.1"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10457dependencies = [
10458 "bitflags 2.9.0",
10459 "objc2",
10460 "objc2-core-foundation",
10461 "objc2-foundation",
10462 "objc2-quartz-core",
10463]
10464
10465[[package]]
10466name = "objc2-audio-toolbox"
10467version = "0.3.1"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10470dependencies = [
10471 "bitflags 2.9.0",
10472 "libc",
10473 "objc2",
10474 "objc2-core-audio",
10475 "objc2-core-audio-types",
10476 "objc2-core-foundation",
10477 "objc2-foundation",
10478]
10479
10480[[package]]
10481name = "objc2-core-audio"
10482version = "0.3.1"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10485dependencies = [
10486 "dispatch2",
10487 "objc2",
10488 "objc2-core-audio-types",
10489 "objc2-core-foundation",
10490]
10491
10492[[package]]
10493name = "objc2-core-audio-types"
10494version = "0.3.1"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10497dependencies = [
10498 "bitflags 2.9.0",
10499 "objc2",
10500]
10501
10502[[package]]
10503name = "objc2-core-foundation"
10504version = "0.3.1"
10505source = "registry+https://github.com/rust-lang/crates.io-index"
10506checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10507dependencies = [
10508 "bitflags 2.9.0",
10509 "dispatch2",
10510 "objc2",
10511]
10512
10513[[package]]
10514name = "objc2-encode"
10515version = "4.1.0"
10516source = "registry+https://github.com/rust-lang/crates.io-index"
10517checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10518
10519[[package]]
10520name = "objc2-foundation"
10521version = "0.3.1"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10524dependencies = [
10525 "bitflags 2.9.0",
10526 "objc2",
10527 "objc2-core-foundation",
10528]
10529
10530[[package]]
10531name = "objc2-metal"
10532version = "0.3.1"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10535dependencies = [
10536 "bitflags 2.9.0",
10537 "block2",
10538 "dispatch2",
10539 "objc2",
10540 "objc2-core-foundation",
10541 "objc2-foundation",
10542]
10543
10544[[package]]
10545name = "objc2-quartz-core"
10546version = "0.3.1"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10549dependencies = [
10550 "bitflags 2.9.0",
10551 "objc2",
10552 "objc2-core-foundation",
10553 "objc2-foundation",
10554 "objc2-metal",
10555]
10556
10557[[package]]
10558name = "objc2-ui-kit"
10559version = "0.3.1"
10560source = "registry+https://github.com/rust-lang/crates.io-index"
10561checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10562dependencies = [
10563 "bitflags 2.9.0",
10564 "objc2",
10565 "objc2-core-foundation",
10566 "objc2-foundation",
10567 "objc2-quartz-core",
10568]
10569
10570[[package]]
10571name = "objc_exception"
10572version = "0.1.2"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10575dependencies = [
10576 "cc",
10577]
10578
10579[[package]]
10580name = "objc_id"
10581version = "0.1.1"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10584dependencies = [
10585 "objc",
10586]
10587
10588[[package]]
10589name = "object"
10590version = "0.36.7"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10593dependencies = [
10594 "crc32fast",
10595 "hashbrown 0.15.3",
10596 "indexmap 2.9.0",
10597 "memchr",
10598]
10599
10600[[package]]
10601name = "ollama"
10602version = "0.1.0"
10603dependencies = [
10604 "anyhow",
10605 "futures 0.3.31",
10606 "http_client",
10607 "schemars 1.0.1",
10608 "serde",
10609 "serde_json",
10610 "settings",
10611 "workspace-hack",
10612]
10613
10614[[package]]
10615name = "onboarding"
10616version = "0.1.0"
10617dependencies = [
10618 "ai_onboarding",
10619 "anyhow",
10620 "client",
10621 "component",
10622 "db",
10623 "documented",
10624 "editor",
10625 "fs",
10626 "fuzzy",
10627 "git",
10628 "gpui",
10629 "itertools 0.14.0",
10630 "language",
10631 "language_model",
10632 "menu",
10633 "notifications",
10634 "picker",
10635 "project",
10636 "schemars 1.0.1",
10637 "serde",
10638 "settings",
10639 "telemetry",
10640 "theme",
10641 "ui",
10642 "util",
10643 "vim_mode_setting",
10644 "workspace",
10645 "workspace-hack",
10646 "zed_actions",
10647 "zlog",
10648]
10649
10650[[package]]
10651name = "once_cell"
10652version = "1.21.3"
10653source = "registry+https://github.com/rust-lang/crates.io-index"
10654checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10655
10656[[package]]
10657name = "oo7"
10658version = "0.5.0"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10661dependencies = [
10662 "aes",
10663 "ashpd 0.12.0",
10664 "async-fs",
10665 "async-io",
10666 "async-lock",
10667 "blocking",
10668 "cbc",
10669 "cipher",
10670 "digest",
10671 "endi",
10672 "futures-lite 2.6.0",
10673 "futures-util",
10674 "getrandom 0.3.2",
10675 "hkdf",
10676 "hmac",
10677 "md-5",
10678 "num",
10679 "num-bigint-dig",
10680 "pbkdf2 0.12.2",
10681 "rand 0.9.1",
10682 "serde",
10683 "sha2",
10684 "subtle",
10685 "zbus",
10686 "zbus_macros",
10687 "zeroize",
10688 "zvariant",
10689]
10690
10691[[package]]
10692name = "oorandom"
10693version = "11.1.5"
10694source = "registry+https://github.com/rust-lang/crates.io-index"
10695checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10696
10697[[package]]
10698name = "open"
10699version = "5.3.2"
10700source = "registry+https://github.com/rust-lang/crates.io-index"
10701checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10702dependencies = [
10703 "is-wsl",
10704 "libc",
10705 "pathdiff",
10706]
10707
10708[[package]]
10709name = "open_ai"
10710version = "0.1.0"
10711dependencies = [
10712 "anyhow",
10713 "futures 0.3.31",
10714 "http_client",
10715 "log",
10716 "schemars 1.0.1",
10717 "serde",
10718 "serde_json",
10719 "settings",
10720 "strum 0.27.1",
10721 "workspace-hack",
10722]
10723
10724[[package]]
10725name = "open_router"
10726version = "0.1.0"
10727dependencies = [
10728 "anyhow",
10729 "futures 0.3.31",
10730 "http_client",
10731 "schemars 1.0.1",
10732 "serde",
10733 "serde_json",
10734 "settings",
10735 "strum 0.27.1",
10736 "thiserror 2.0.12",
10737 "workspace-hack",
10738]
10739
10740[[package]]
10741name = "opener"
10742version = "0.7.2"
10743source = "registry+https://github.com/rust-lang/crates.io-index"
10744checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10745dependencies = [
10746 "bstr",
10747 "dbus",
10748 "normpath",
10749 "windows-sys 0.59.0",
10750]
10751
10752[[package]]
10753name = "openssl"
10754version = "0.10.72"
10755source = "registry+https://github.com/rust-lang/crates.io-index"
10756checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10757dependencies = [
10758 "bitflags 2.9.0",
10759 "cfg-if",
10760 "foreign-types 0.3.2",
10761 "libc",
10762 "once_cell",
10763 "openssl-macros",
10764 "openssl-sys",
10765]
10766
10767[[package]]
10768name = "openssl-macros"
10769version = "0.1.1"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10772dependencies = [
10773 "proc-macro2",
10774 "quote",
10775 "syn 2.0.101",
10776]
10777
10778[[package]]
10779name = "openssl-probe"
10780version = "0.1.6"
10781source = "registry+https://github.com/rust-lang/crates.io-index"
10782checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10783
10784[[package]]
10785name = "openssl-sys"
10786version = "0.9.107"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10789dependencies = [
10790 "cc",
10791 "libc",
10792 "pkg-config",
10793 "vcpkg",
10794]
10795
10796[[package]]
10797name = "optfield"
10798version = "0.3.0"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10801dependencies = [
10802 "proc-macro2",
10803 "quote",
10804 "syn 2.0.101",
10805]
10806
10807[[package]]
10808name = "option-ext"
10809version = "0.2.0"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10812
10813[[package]]
10814name = "ordered-float"
10815version = "2.10.1"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10818dependencies = [
10819 "num-traits",
10820]
10821
10822[[package]]
10823name = "ordered-float"
10824version = "4.6.0"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10827dependencies = [
10828 "num-traits",
10829]
10830
10831[[package]]
10832name = "ordered-stream"
10833version = "0.2.0"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10836dependencies = [
10837 "futures-core",
10838 "pin-project-lite",
10839]
10840
10841[[package]]
10842name = "ouroboros"
10843version = "0.18.5"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10846dependencies = [
10847 "aliasable",
10848 "ouroboros_macro",
10849 "static_assertions",
10850]
10851
10852[[package]]
10853name = "ouroboros_macro"
10854version = "0.18.5"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10857dependencies = [
10858 "heck 0.4.1",
10859 "proc-macro2",
10860 "proc-macro2-diagnostics",
10861 "quote",
10862 "syn 2.0.101",
10863]
10864
10865[[package]]
10866name = "outline"
10867version = "0.1.0"
10868dependencies = [
10869 "editor",
10870 "fuzzy",
10871 "gpui",
10872 "indoc",
10873 "language",
10874 "menu",
10875 "ordered-float 2.10.1",
10876 "picker",
10877 "project",
10878 "rope",
10879 "serde_json",
10880 "settings",
10881 "smol",
10882 "theme",
10883 "tree-sitter-rust",
10884 "tree-sitter-typescript",
10885 "ui",
10886 "util",
10887 "workspace",
10888 "workspace-hack",
10889 "zed_actions",
10890]
10891
10892[[package]]
10893name = "outline_panel"
10894version = "0.1.0"
10895dependencies = [
10896 "anyhow",
10897 "collections",
10898 "db",
10899 "editor",
10900 "file_icons",
10901 "fuzzy",
10902 "gpui",
10903 "itertools 0.14.0",
10904 "language",
10905 "log",
10906 "menu",
10907 "outline",
10908 "pretty_assertions",
10909 "project",
10910 "search",
10911 "serde",
10912 "serde_json",
10913 "settings",
10914 "smallvec",
10915 "smol",
10916 "theme",
10917 "ui",
10918 "util",
10919 "workspace",
10920 "workspace-hack",
10921 "worktree",
10922 "zed_actions",
10923]
10924
10925[[package]]
10926name = "outref"
10927version = "0.5.2"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10930
10931[[package]]
10932name = "p256"
10933version = "0.11.1"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10936dependencies = [
10937 "ecdsa",
10938 "elliptic-curve",
10939 "sha2",
10940]
10941
10942[[package]]
10943name = "page_size"
10944version = "0.6.0"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10947dependencies = [
10948 "libc",
10949 "winapi",
10950]
10951
10952[[package]]
10953name = "palette"
10954version = "0.7.6"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10957dependencies = [
10958 "approx",
10959 "fast-srgb8",
10960 "palette_derive",
10961]
10962
10963[[package]]
10964name = "palette_derive"
10965version = "0.7.6"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10968dependencies = [
10969 "by_address",
10970 "proc-macro2",
10971 "quote",
10972 "syn 2.0.101",
10973]
10974
10975[[package]]
10976name = "panel"
10977version = "0.1.0"
10978dependencies = [
10979 "editor",
10980 "gpui",
10981 "settings",
10982 "theme",
10983 "ui",
10984 "workspace",
10985 "workspace-hack",
10986]
10987
10988[[package]]
10989name = "parking"
10990version = "2.2.1"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10993
10994[[package]]
10995name = "parking_lot"
10996version = "0.12.4"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10999dependencies = [
11000 "lock_api",
11001 "parking_lot_core",
11002]
11003
11004[[package]]
11005name = "parking_lot_core"
11006version = "0.9.11"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11009dependencies = [
11010 "cfg-if",
11011 "libc",
11012 "redox_syscall 0.5.11",
11013 "smallvec",
11014 "windows-targets 0.52.6",
11015]
11016
11017[[package]]
11018name = "parse_int"
11019version = "0.9.0"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11022dependencies = [
11023 "num-traits",
11024]
11025
11026[[package]]
11027name = "partial-json-fixer"
11028version = "0.5.3"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11031
11032[[package]]
11033name = "password-hash"
11034version = "0.4.2"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11037dependencies = [
11038 "base64ct",
11039 "rand_core 0.6.4",
11040 "subtle",
11041]
11042
11043[[package]]
11044name = "password-hash"
11045version = "0.5.0"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11048dependencies = [
11049 "base64ct",
11050 "rand_core 0.6.4",
11051 "subtle",
11052]
11053
11054[[package]]
11055name = "paste"
11056version = "1.0.15"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11059
11060[[package]]
11061name = "pathdiff"
11062version = "0.2.3"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11065
11066[[package]]
11067name = "pathfinder_geometry"
11068version = "0.5.1"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11071dependencies = [
11072 "log",
11073 "pathfinder_simd",
11074]
11075
11076[[package]]
11077name = "pathfinder_simd"
11078version = "0.5.5"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11081dependencies = [
11082 "rustc_version",
11083]
11084
11085[[package]]
11086name = "paths"
11087version = "0.1.0"
11088dependencies = [
11089 "dirs 4.0.0",
11090 "ignore",
11091 "util",
11092 "workspace-hack",
11093]
11094
11095[[package]]
11096name = "pbjson"
11097version = "0.6.0"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11100dependencies = [
11101 "base64 0.21.7",
11102 "serde",
11103]
11104
11105[[package]]
11106name = "pbjson-build"
11107version = "0.6.2"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11110dependencies = [
11111 "heck 0.4.1",
11112 "itertools 0.11.0",
11113 "prost 0.12.6",
11114 "prost-types 0.12.6",
11115]
11116
11117[[package]]
11118name = "pbjson-types"
11119version = "0.6.0"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11122dependencies = [
11123 "bytes 1.10.1",
11124 "chrono",
11125 "pbjson",
11126 "pbjson-build",
11127 "prost 0.12.6",
11128 "prost-build 0.12.6",
11129 "serde",
11130]
11131
11132[[package]]
11133name = "pbkdf2"
11134version = "0.11.0"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11137dependencies = [
11138 "digest",
11139 "hmac",
11140 "password-hash 0.4.2",
11141 "sha2",
11142]
11143
11144[[package]]
11145name = "pbkdf2"
11146version = "0.12.2"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11149dependencies = [
11150 "digest",
11151 "hmac",
11152]
11153
11154[[package]]
11155name = "pciid-parser"
11156version = "0.8.0"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11159
11160[[package]]
11161name = "pem"
11162version = "3.0.5"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11165dependencies = [
11166 "base64 0.22.1",
11167 "serde",
11168]
11169
11170[[package]]
11171name = "pem-rfc7468"
11172version = "0.7.0"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11175dependencies = [
11176 "base64ct",
11177]
11178
11179[[package]]
11180name = "percent-encoding"
11181version = "2.3.1"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11184
11185[[package]]
11186name = "perf"
11187version = "0.1.0"
11188dependencies = [
11189 "collections",
11190 "serde",
11191 "serde_json",
11192 "workspace-hack",
11193]
11194
11195[[package]]
11196name = "pest"
11197version = "2.8.0"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11200dependencies = [
11201 "memchr",
11202 "thiserror 2.0.12",
11203 "ucd-trie",
11204]
11205
11206[[package]]
11207name = "pest_derive"
11208version = "2.8.0"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11211dependencies = [
11212 "pest",
11213 "pest_generator",
11214]
11215
11216[[package]]
11217name = "pest_generator"
11218version = "2.8.0"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11221dependencies = [
11222 "pest",
11223 "pest_meta",
11224 "proc-macro2",
11225 "quote",
11226 "syn 2.0.101",
11227]
11228
11229[[package]]
11230name = "pest_meta"
11231version = "2.8.0"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11234dependencies = [
11235 "once_cell",
11236 "pest",
11237 "sha2",
11238]
11239
11240[[package]]
11241name = "pet"
11242version = "0.1.0"
11243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11244dependencies = [
11245 "clap",
11246 "env_logger 0.10.2",
11247 "lazy_static",
11248 "log",
11249 "msvc_spectre_libs",
11250 "pet-conda",
11251 "pet-core",
11252 "pet-env-var-path",
11253 "pet-fs",
11254 "pet-global-virtualenvs",
11255 "pet-homebrew",
11256 "pet-jsonrpc",
11257 "pet-linux-global-python",
11258 "pet-mac-commandlinetools",
11259 "pet-mac-python-org",
11260 "pet-mac-xcode",
11261 "pet-pipenv",
11262 "pet-pixi",
11263 "pet-poetry",
11264 "pet-pyenv",
11265 "pet-python-utils",
11266 "pet-reporter",
11267 "pet-telemetry",
11268 "pet-venv",
11269 "pet-virtualenv",
11270 "pet-virtualenvwrapper",
11271 "pet-windows-registry",
11272 "pet-windows-store",
11273 "serde",
11274 "serde_json",
11275]
11276
11277[[package]]
11278name = "pet-conda"
11279version = "0.1.0"
11280source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11281dependencies = [
11282 "env_logger 0.10.2",
11283 "lazy_static",
11284 "log",
11285 "msvc_spectre_libs",
11286 "pet-core",
11287 "pet-fs",
11288 "pet-python-utils",
11289 "pet-reporter",
11290 "regex",
11291 "serde",
11292 "serde_json",
11293 "yaml-rust2",
11294]
11295
11296[[package]]
11297name = "pet-core"
11298version = "0.1.0"
11299source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11300dependencies = [
11301 "clap",
11302 "lazy_static",
11303 "log",
11304 "msvc_spectre_libs",
11305 "pet-fs",
11306 "regex",
11307 "serde",
11308 "serde_json",
11309]
11310
11311[[package]]
11312name = "pet-env-var-path"
11313version = "0.1.0"
11314source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11315dependencies = [
11316 "lazy_static",
11317 "log",
11318 "msvc_spectre_libs",
11319 "pet-conda",
11320 "pet-core",
11321 "pet-fs",
11322 "pet-python-utils",
11323 "pet-virtualenv",
11324 "regex",
11325]
11326
11327[[package]]
11328name = "pet-fs"
11329version = "0.1.0"
11330source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11331dependencies = [
11332 "log",
11333 "msvc_spectre_libs",
11334]
11335
11336[[package]]
11337name = "pet-global-virtualenvs"
11338version = "0.1.0"
11339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11340dependencies = [
11341 "log",
11342 "msvc_spectre_libs",
11343 "pet-conda",
11344 "pet-core",
11345 "pet-fs",
11346 "pet-virtualenv",
11347]
11348
11349[[package]]
11350name = "pet-homebrew"
11351version = "0.1.0"
11352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11353dependencies = [
11354 "lazy_static",
11355 "log",
11356 "msvc_spectre_libs",
11357 "pet-conda",
11358 "pet-core",
11359 "pet-fs",
11360 "pet-python-utils",
11361 "pet-virtualenv",
11362 "regex",
11363 "serde",
11364 "serde_json",
11365]
11366
11367[[package]]
11368name = "pet-jsonrpc"
11369version = "0.1.0"
11370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11371dependencies = [
11372 "env_logger 0.10.2",
11373 "log",
11374 "msvc_spectre_libs",
11375 "pet-core",
11376 "serde",
11377 "serde_json",
11378]
11379
11380[[package]]
11381name = "pet-linux-global-python"
11382version = "0.1.0"
11383source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11384dependencies = [
11385 "log",
11386 "msvc_spectre_libs",
11387 "pet-core",
11388 "pet-fs",
11389 "pet-python-utils",
11390 "pet-virtualenv",
11391]
11392
11393[[package]]
11394name = "pet-mac-commandlinetools"
11395version = "0.1.0"
11396source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11397dependencies = [
11398 "log",
11399 "msvc_spectre_libs",
11400 "pet-core",
11401 "pet-fs",
11402 "pet-python-utils",
11403 "pet-virtualenv",
11404]
11405
11406[[package]]
11407name = "pet-mac-python-org"
11408version = "0.1.0"
11409source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11410dependencies = [
11411 "log",
11412 "msvc_spectre_libs",
11413 "pet-core",
11414 "pet-fs",
11415 "pet-python-utils",
11416 "pet-virtualenv",
11417]
11418
11419[[package]]
11420name = "pet-mac-xcode"
11421version = "0.1.0"
11422source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11423dependencies = [
11424 "log",
11425 "msvc_spectre_libs",
11426 "pet-core",
11427 "pet-fs",
11428 "pet-python-utils",
11429 "pet-virtualenv",
11430]
11431
11432[[package]]
11433name = "pet-pipenv"
11434version = "0.1.0"
11435source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11436dependencies = [
11437 "log",
11438 "msvc_spectre_libs",
11439 "pet-core",
11440 "pet-fs",
11441 "pet-python-utils",
11442 "pet-virtualenv",
11443]
11444
11445[[package]]
11446name = "pet-pixi"
11447version = "0.1.0"
11448source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11449dependencies = [
11450 "log",
11451 "msvc_spectre_libs",
11452 "pet-conda",
11453 "pet-core",
11454 "pet-python-utils",
11455]
11456
11457[[package]]
11458name = "pet-poetry"
11459version = "0.1.0"
11460source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11461dependencies = [
11462 "base64 0.22.1",
11463 "lazy_static",
11464 "log",
11465 "msvc_spectre_libs",
11466 "pet-core",
11467 "pet-fs",
11468 "pet-python-utils",
11469 "pet-reporter",
11470 "pet-virtualenv",
11471 "regex",
11472 "serde",
11473 "serde_json",
11474 "sha2",
11475 "toml 0.8.20",
11476]
11477
11478[[package]]
11479name = "pet-pyenv"
11480version = "0.1.0"
11481source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11482dependencies = [
11483 "lazy_static",
11484 "log",
11485 "msvc_spectre_libs",
11486 "pet-conda",
11487 "pet-core",
11488 "pet-fs",
11489 "pet-python-utils",
11490 "pet-reporter",
11491 "regex",
11492 "serde",
11493 "serde_json",
11494]
11495
11496[[package]]
11497name = "pet-python-utils"
11498version = "0.1.0"
11499source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11500dependencies = [
11501 "env_logger 0.10.2",
11502 "lazy_static",
11503 "log",
11504 "msvc_spectre_libs",
11505 "pet-core",
11506 "pet-fs",
11507 "regex",
11508 "serde",
11509 "serde_json",
11510 "sha2",
11511]
11512
11513[[package]]
11514name = "pet-reporter"
11515version = "0.1.0"
11516source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11517dependencies = [
11518 "env_logger 0.10.2",
11519 "log",
11520 "msvc_spectre_libs",
11521 "pet-core",
11522 "pet-jsonrpc",
11523 "serde",
11524 "serde_json",
11525]
11526
11527[[package]]
11528name = "pet-telemetry"
11529version = "0.1.0"
11530source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11531dependencies = [
11532 "env_logger 0.10.2",
11533 "lazy_static",
11534 "log",
11535 "msvc_spectre_libs",
11536 "pet-core",
11537 "pet-fs",
11538 "pet-python-utils",
11539 "regex",
11540]
11541
11542[[package]]
11543name = "pet-venv"
11544version = "0.1.0"
11545source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11546dependencies = [
11547 "log",
11548 "msvc_spectre_libs",
11549 "pet-core",
11550 "pet-python-utils",
11551 "pet-virtualenv",
11552]
11553
11554[[package]]
11555name = "pet-virtualenv"
11556version = "0.1.0"
11557source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11558dependencies = [
11559 "log",
11560 "msvc_spectre_libs",
11561 "pet-core",
11562 "pet-fs",
11563 "pet-python-utils",
11564]
11565
11566[[package]]
11567name = "pet-virtualenvwrapper"
11568version = "0.1.0"
11569source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11570dependencies = [
11571 "log",
11572 "msvc_spectre_libs",
11573 "pet-core",
11574 "pet-fs",
11575 "pet-python-utils",
11576 "pet-virtualenv",
11577]
11578
11579[[package]]
11580name = "pet-windows-registry"
11581version = "0.1.0"
11582source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11583dependencies = [
11584 "lazy_static",
11585 "log",
11586 "msvc_spectre_libs",
11587 "pet-conda",
11588 "pet-core",
11589 "pet-fs",
11590 "pet-python-utils",
11591 "pet-virtualenv",
11592 "pet-windows-store",
11593 "regex",
11594 "winreg 0.55.0",
11595]
11596
11597[[package]]
11598name = "pet-windows-store"
11599version = "0.1.0"
11600source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11601dependencies = [
11602 "lazy_static",
11603 "log",
11604 "msvc_spectre_libs",
11605 "pet-core",
11606 "pet-fs",
11607 "pet-python-utils",
11608 "pet-virtualenv",
11609 "regex",
11610 "winreg 0.55.0",
11611]
11612
11613[[package]]
11614name = "petgraph"
11615version = "0.6.5"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11618dependencies = [
11619 "fixedbitset",
11620 "indexmap 2.9.0",
11621]
11622
11623[[package]]
11624name = "pgvector"
11625version = "0.4.0"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11628dependencies = [
11629 "serde",
11630]
11631
11632[[package]]
11633name = "phf"
11634version = "0.11.3"
11635source = "registry+https://github.com/rust-lang/crates.io-index"
11636checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11637dependencies = [
11638 "phf_macros",
11639 "phf_shared",
11640]
11641
11642[[package]]
11643name = "phf_codegen"
11644version = "0.11.3"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11647dependencies = [
11648 "phf_generator",
11649 "phf_shared",
11650]
11651
11652[[package]]
11653name = "phf_generator"
11654version = "0.11.3"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11657dependencies = [
11658 "phf_shared",
11659 "rand 0.8.5",
11660]
11661
11662[[package]]
11663name = "phf_macros"
11664version = "0.11.3"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11667dependencies = [
11668 "phf_generator",
11669 "phf_shared",
11670 "proc-macro2",
11671 "quote",
11672 "syn 2.0.101",
11673]
11674
11675[[package]]
11676name = "phf_shared"
11677version = "0.11.3"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11680dependencies = [
11681 "siphasher",
11682]
11683
11684[[package]]
11685name = "picker"
11686version = "0.1.0"
11687dependencies = [
11688 "anyhow",
11689 "ctor",
11690 "editor",
11691 "env_logger 0.11.8",
11692 "gpui",
11693 "menu",
11694 "schemars 1.0.1",
11695 "serde",
11696 "serde_json",
11697 "theme",
11698 "ui",
11699 "workspace",
11700 "workspace-hack",
11701]
11702
11703[[package]]
11704name = "pico-args"
11705version = "0.5.0"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11708
11709[[package]]
11710name = "pin-project"
11711version = "1.1.10"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11714dependencies = [
11715 "pin-project-internal",
11716]
11717
11718[[package]]
11719name = "pin-project-internal"
11720version = "1.1.10"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11723dependencies = [
11724 "proc-macro2",
11725 "quote",
11726 "syn 2.0.101",
11727]
11728
11729[[package]]
11730name = "pin-project-lite"
11731version = "0.2.16"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11734
11735[[package]]
11736name = "pin-utils"
11737version = "0.1.0"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11740
11741[[package]]
11742name = "piper"
11743version = "0.2.4"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11746dependencies = [
11747 "atomic-waker",
11748 "fastrand 2.3.0",
11749 "futures-io",
11750]
11751
11752[[package]]
11753name = "pkcs1"
11754version = "0.7.5"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11757dependencies = [
11758 "der 0.7.10",
11759 "pkcs8 0.10.2",
11760 "spki 0.7.3",
11761]
11762
11763[[package]]
11764name = "pkcs8"
11765version = "0.9.0"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11768dependencies = [
11769 "der 0.6.1",
11770 "spki 0.6.0",
11771]
11772
11773[[package]]
11774name = "pkcs8"
11775version = "0.10.2"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11778dependencies = [
11779 "der 0.7.10",
11780 "spki 0.7.3",
11781]
11782
11783[[package]]
11784name = "pkg-config"
11785version = "0.3.32"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11788
11789[[package]]
11790name = "plain"
11791version = "0.2.3"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11794
11795[[package]]
11796name = "plist"
11797version = "1.7.1"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11800dependencies = [
11801 "base64 0.22.1",
11802 "indexmap 2.9.0",
11803 "quick-xml 0.32.0",
11804 "serde",
11805 "time",
11806]
11807
11808[[package]]
11809name = "plotters"
11810version = "0.3.7"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11813dependencies = [
11814 "num-traits",
11815 "plotters-backend",
11816 "plotters-svg",
11817 "wasm-bindgen",
11818 "web-sys",
11819]
11820
11821[[package]]
11822name = "plotters-backend"
11823version = "0.3.7"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11826
11827[[package]]
11828name = "plotters-svg"
11829version = "0.3.7"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11832dependencies = [
11833 "plotters-backend",
11834]
11835
11836[[package]]
11837name = "png"
11838version = "0.17.16"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11841dependencies = [
11842 "bitflags 1.3.2",
11843 "crc32fast",
11844 "fdeflate",
11845 "flate2",
11846 "miniz_oxide",
11847]
11848
11849[[package]]
11850name = "polling"
11851version = "3.11.0"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11854dependencies = [
11855 "cfg-if",
11856 "concurrent-queue",
11857 "hermit-abi 0.5.0",
11858 "pin-project-lite",
11859 "rustix 1.0.7",
11860 "windows-sys 0.61.0",
11861]
11862
11863[[package]]
11864name = "pollster"
11865version = "0.2.5"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11868
11869[[package]]
11870name = "portable-atomic"
11871version = "1.11.0"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11874
11875[[package]]
11876name = "portable-atomic-util"
11877version = "0.2.4"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11880dependencies = [
11881 "portable-atomic",
11882]
11883
11884[[package]]
11885name = "portable-pty"
11886version = "0.9.0"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11889dependencies = [
11890 "anyhow",
11891 "bitflags 1.3.2",
11892 "downcast-rs",
11893 "filedescriptor",
11894 "lazy_static",
11895 "libc",
11896 "log",
11897 "nix 0.28.0",
11898 "serial2",
11899 "shared_library",
11900 "shell-words",
11901 "winapi",
11902 "winreg 0.10.1",
11903]
11904
11905[[package]]
11906name = "postage"
11907version = "0.5.0"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11910dependencies = [
11911 "atomic",
11912 "crossbeam-queue",
11913 "futures 0.3.31",
11914 "log",
11915 "parking_lot",
11916 "pin-project",
11917 "pollster",
11918 "static_assertions",
11919 "thiserror 1.0.69",
11920]
11921
11922[[package]]
11923name = "postcard"
11924version = "1.1.1"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11927dependencies = [
11928 "cobs",
11929 "embedded-io 0.4.0",
11930 "embedded-io 0.6.1",
11931 "serde",
11932]
11933
11934[[package]]
11935name = "powerfmt"
11936version = "0.2.0"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11939
11940[[package]]
11941name = "ppv-lite86"
11942version = "0.2.21"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11945dependencies = [
11946 "zerocopy 0.8.24",
11947]
11948
11949[[package]]
11950name = "precomputed-hash"
11951version = "0.1.1"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11954
11955[[package]]
11956name = "prettier"
11957version = "0.1.0"
11958dependencies = [
11959 "anyhow",
11960 "collections",
11961 "fs",
11962 "gpui",
11963 "language",
11964 "log",
11965 "lsp",
11966 "node_runtime",
11967 "parking_lot",
11968 "paths",
11969 "serde",
11970 "serde_json",
11971 "util",
11972 "workspace-hack",
11973]
11974
11975[[package]]
11976name = "pretty_assertions"
11977version = "1.4.1"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11980dependencies = [
11981 "diff",
11982 "yansi",
11983]
11984
11985[[package]]
11986name = "prettyplease"
11987version = "0.2.32"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11990dependencies = [
11991 "proc-macro2",
11992 "syn 2.0.101",
11993]
11994
11995[[package]]
11996name = "primal-check"
11997version = "0.3.4"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12000dependencies = [
12001 "num-integer",
12002]
12003
12004[[package]]
12005name = "proc-macro-crate"
12006version = "3.3.0"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12009dependencies = [
12010 "toml_edit",
12011]
12012
12013[[package]]
12014name = "proc-macro-error-attr2"
12015version = "2.0.0"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12018dependencies = [
12019 "proc-macro2",
12020 "quote",
12021]
12022
12023[[package]]
12024name = "proc-macro-error2"
12025version = "2.0.1"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12028dependencies = [
12029 "proc-macro-error-attr2",
12030 "proc-macro2",
12031 "quote",
12032 "syn 2.0.101",
12033]
12034
12035[[package]]
12036name = "proc-macro2"
12037version = "1.0.95"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12040dependencies = [
12041 "unicode-ident",
12042]
12043
12044[[package]]
12045name = "proc-macro2-diagnostics"
12046version = "0.10.1"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12049dependencies = [
12050 "proc-macro2",
12051 "quote",
12052 "syn 2.0.101",
12053 "version_check",
12054 "yansi",
12055]
12056
12057[[package]]
12058name = "procfs-core"
12059version = "0.16.0"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12062dependencies = [
12063 "bitflags 2.9.0",
12064 "hex",
12065]
12066
12067[[package]]
12068name = "profiling"
12069version = "1.0.16"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12072dependencies = [
12073 "profiling-procmacros",
12074]
12075
12076[[package]]
12077name = "profiling-procmacros"
12078version = "1.0.16"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12081dependencies = [
12082 "quote",
12083 "syn 2.0.101",
12084]
12085
12086[[package]]
12087name = "project"
12088version = "0.1.0"
12089dependencies = [
12090 "aho-corasick",
12091 "anyhow",
12092 "askpass",
12093 "async-trait",
12094 "base64 0.22.1",
12095 "buffer_diff",
12096 "circular-buffer",
12097 "client",
12098 "clock",
12099 "collections",
12100 "context_server",
12101 "dap",
12102 "dap_adapters",
12103 "extension",
12104 "fancy-regex 0.14.0",
12105 "fs",
12106 "futures 0.3.31",
12107 "fuzzy",
12108 "git",
12109 "git2",
12110 "git_hosting_providers",
12111 "globset",
12112 "gpui",
12113 "http_client",
12114 "image",
12115 "indexmap 2.9.0",
12116 "itertools 0.14.0",
12117 "language",
12118 "log",
12119 "lsp",
12120 "markdown",
12121 "node_runtime",
12122 "parking_lot",
12123 "paths",
12124 "postage",
12125 "prettier",
12126 "pretty_assertions",
12127 "rand 0.9.1",
12128 "regex",
12129 "release_channel",
12130 "remote",
12131 "rpc",
12132 "schemars 1.0.1",
12133 "semver",
12134 "serde",
12135 "serde_json",
12136 "settings",
12137 "sha2",
12138 "shellexpand 2.1.2",
12139 "shlex",
12140 "smallvec",
12141 "smol",
12142 "snippet",
12143 "snippet_provider",
12144 "sum_tree",
12145 "task",
12146 "tempfile",
12147 "terminal",
12148 "text",
12149 "toml 0.8.20",
12150 "unindent",
12151 "url",
12152 "util",
12153 "watch",
12154 "which 6.0.3",
12155 "workspace-hack",
12156 "worktree",
12157 "zeroize",
12158 "zlog",
12159]
12160
12161[[package]]
12162name = "project_panel"
12163version = "0.1.0"
12164dependencies = [
12165 "anyhow",
12166 "client",
12167 "collections",
12168 "command_palette_hooks",
12169 "db",
12170 "editor",
12171 "file_icons",
12172 "git",
12173 "git_ui",
12174 "gpui",
12175 "language",
12176 "menu",
12177 "pretty_assertions",
12178 "project",
12179 "schemars 1.0.1",
12180 "search",
12181 "serde",
12182 "serde_json",
12183 "settings",
12184 "smallvec",
12185 "telemetry",
12186 "theme",
12187 "ui",
12188 "util",
12189 "workspace",
12190 "workspace-hack",
12191 "worktree",
12192 "zed_actions",
12193]
12194
12195[[package]]
12196name = "project_symbols"
12197version = "0.1.0"
12198dependencies = [
12199 "anyhow",
12200 "editor",
12201 "futures 0.3.31",
12202 "fuzzy",
12203 "gpui",
12204 "language",
12205 "lsp",
12206 "ordered-float 2.10.1",
12207 "picker",
12208 "project",
12209 "release_channel",
12210 "serde_json",
12211 "settings",
12212 "theme",
12213 "util",
12214 "workspace",
12215 "workspace-hack",
12216]
12217
12218[[package]]
12219name = "prometheus"
12220version = "0.14.0"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12223dependencies = [
12224 "cfg-if",
12225 "fnv",
12226 "lazy_static",
12227 "memchr",
12228 "parking_lot",
12229 "protobuf",
12230 "thiserror 2.0.12",
12231]
12232
12233[[package]]
12234name = "prompt_store"
12235version = "0.1.0"
12236dependencies = [
12237 "anyhow",
12238 "assets",
12239 "chrono",
12240 "collections",
12241 "fs",
12242 "futures 0.3.31",
12243 "fuzzy",
12244 "gpui",
12245 "handlebars 4.5.0",
12246 "heed",
12247 "language",
12248 "log",
12249 "parking_lot",
12250 "paths",
12251 "rope",
12252 "serde",
12253 "serde_json",
12254 "text",
12255 "util",
12256 "uuid",
12257 "workspace-hack",
12258]
12259
12260[[package]]
12261name = "prost"
12262version = "0.9.0"
12263source = "registry+https://github.com/rust-lang/crates.io-index"
12264checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12265dependencies = [
12266 "bytes 1.10.1",
12267 "prost-derive 0.9.0",
12268]
12269
12270[[package]]
12271name = "prost"
12272version = "0.12.6"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12275dependencies = [
12276 "bytes 1.10.1",
12277 "prost-derive 0.12.6",
12278]
12279
12280[[package]]
12281name = "prost-build"
12282version = "0.9.0"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12285dependencies = [
12286 "bytes 1.10.1",
12287 "heck 0.3.3",
12288 "itertools 0.10.5",
12289 "lazy_static",
12290 "log",
12291 "multimap",
12292 "petgraph",
12293 "prost 0.9.0",
12294 "prost-types 0.9.0",
12295 "regex",
12296 "tempfile",
12297 "which 4.4.2",
12298]
12299
12300[[package]]
12301name = "prost-build"
12302version = "0.12.6"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12305dependencies = [
12306 "bytes 1.10.1",
12307 "heck 0.5.0",
12308 "itertools 0.12.1",
12309 "log",
12310 "multimap",
12311 "once_cell",
12312 "petgraph",
12313 "prettyplease",
12314 "prost 0.12.6",
12315 "prost-types 0.12.6",
12316 "regex",
12317 "syn 2.0.101",
12318 "tempfile",
12319]
12320
12321[[package]]
12322name = "prost-derive"
12323version = "0.9.0"
12324source = "registry+https://github.com/rust-lang/crates.io-index"
12325checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12326dependencies = [
12327 "anyhow",
12328 "itertools 0.10.5",
12329 "proc-macro2",
12330 "quote",
12331 "syn 1.0.109",
12332]
12333
12334[[package]]
12335name = "prost-derive"
12336version = "0.12.6"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12339dependencies = [
12340 "anyhow",
12341 "itertools 0.12.1",
12342 "proc-macro2",
12343 "quote",
12344 "syn 2.0.101",
12345]
12346
12347[[package]]
12348name = "prost-types"
12349version = "0.9.0"
12350source = "registry+https://github.com/rust-lang/crates.io-index"
12351checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12352dependencies = [
12353 "bytes 1.10.1",
12354 "prost 0.9.0",
12355]
12356
12357[[package]]
12358name = "prost-types"
12359version = "0.12.6"
12360source = "registry+https://github.com/rust-lang/crates.io-index"
12361checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12362dependencies = [
12363 "prost 0.12.6",
12364]
12365
12366[[package]]
12367name = "proto"
12368version = "0.1.0"
12369dependencies = [
12370 "anyhow",
12371 "collections",
12372 "prost 0.9.0",
12373 "prost-build 0.9.0",
12374 "serde",
12375 "typed-path",
12376 "workspace-hack",
12377]
12378
12379[[package]]
12380name = "protobuf"
12381version = "3.7.2"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12384dependencies = [
12385 "once_cell",
12386 "protobuf-support",
12387 "thiserror 1.0.69",
12388]
12389
12390[[package]]
12391name = "protobuf-support"
12392version = "3.7.2"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12395dependencies = [
12396 "thiserror 1.0.69",
12397]
12398
12399[[package]]
12400name = "psm"
12401version = "0.1.25"
12402source = "registry+https://github.com/rust-lang/crates.io-index"
12403checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12404dependencies = [
12405 "cc",
12406]
12407
12408[[package]]
12409name = "ptr_meta"
12410version = "0.1.4"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12413dependencies = [
12414 "ptr_meta_derive",
12415]
12416
12417[[package]]
12418name = "ptr_meta_derive"
12419version = "0.1.4"
12420source = "registry+https://github.com/rust-lang/crates.io-index"
12421checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12422dependencies = [
12423 "proc-macro2",
12424 "quote",
12425 "syn 1.0.109",
12426]
12427
12428[[package]]
12429name = "pulldown-cmark"
12430version = "0.10.3"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12433dependencies = [
12434 "bitflags 2.9.0",
12435 "memchr",
12436 "pulldown-cmark-escape",
12437 "unicase",
12438]
12439
12440[[package]]
12441name = "pulldown-cmark"
12442version = "0.12.2"
12443source = "registry+https://github.com/rust-lang/crates.io-index"
12444checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12445dependencies = [
12446 "bitflags 2.9.0",
12447 "memchr",
12448 "unicase",
12449]
12450
12451[[package]]
12452name = "pulldown-cmark-escape"
12453version = "0.10.1"
12454source = "registry+https://github.com/rust-lang/crates.io-index"
12455checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12456
12457[[package]]
12458name = "pulley-interpreter"
12459version = "29.0.1"
12460source = "registry+https://github.com/rust-lang/crates.io-index"
12461checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12462dependencies = [
12463 "cranelift-bitset",
12464 "log",
12465 "sptr",
12466 "wasmtime-math",
12467]
12468
12469[[package]]
12470name = "pulp"
12471version = "0.18.22"
12472source = "registry+https://github.com/rust-lang/crates.io-index"
12473checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12474dependencies = [
12475 "bytemuck",
12476 "libm",
12477 "num-complex",
12478 "reborrow",
12479]
12480
12481[[package]]
12482name = "pulp"
12483version = "0.21.5"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12486dependencies = [
12487 "bytemuck",
12488 "cfg-if",
12489 "libm",
12490 "num-complex",
12491 "reborrow",
12492 "version_check",
12493]
12494
12495[[package]]
12496name = "qoi"
12497version = "0.4.1"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12500dependencies = [
12501 "bytemuck",
12502]
12503
12504[[package]]
12505name = "quick-error"
12506version = "2.0.1"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12509
12510[[package]]
12511name = "quick-xml"
12512version = "0.30.0"
12513source = "registry+https://github.com/rust-lang/crates.io-index"
12514checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12515dependencies = [
12516 "memchr",
12517]
12518
12519[[package]]
12520name = "quick-xml"
12521version = "0.32.0"
12522source = "registry+https://github.com/rust-lang/crates.io-index"
12523checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12524dependencies = [
12525 "memchr",
12526]
12527
12528[[package]]
12529name = "quick-xml"
12530version = "0.37.4"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12533dependencies = [
12534 "memchr",
12535]
12536
12537[[package]]
12538name = "quinn"
12539version = "0.11.7"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12542dependencies = [
12543 "bytes 1.10.1",
12544 "cfg_aliases 0.2.1",
12545 "pin-project-lite",
12546 "quinn-proto",
12547 "quinn-udp",
12548 "rustc-hash 2.1.1",
12549 "rustls 0.23.26",
12550 "socket2",
12551 "thiserror 2.0.12",
12552 "tokio",
12553 "tracing",
12554 "web-time",
12555]
12556
12557[[package]]
12558name = "quinn-proto"
12559version = "0.11.10"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12562dependencies = [
12563 "bytes 1.10.1",
12564 "getrandom 0.3.2",
12565 "rand 0.9.1",
12566 "ring",
12567 "rustc-hash 2.1.1",
12568 "rustls 0.23.26",
12569 "rustls-pki-types",
12570 "slab",
12571 "thiserror 2.0.12",
12572 "tinyvec",
12573 "tracing",
12574 "web-time",
12575]
12576
12577[[package]]
12578name = "quinn-udp"
12579version = "0.5.11"
12580source = "registry+https://github.com/rust-lang/crates.io-index"
12581checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12582dependencies = [
12583 "cfg_aliases 0.2.1",
12584 "libc",
12585 "once_cell",
12586 "socket2",
12587 "tracing",
12588 "windows-sys 0.59.0",
12589]
12590
12591[[package]]
12592name = "quote"
12593version = "1.0.40"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12596dependencies = [
12597 "proc-macro2",
12598]
12599
12600[[package]]
12601name = "r-efi"
12602version = "5.2.0"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12605
12606[[package]]
12607name = "radium"
12608version = "0.7.0"
12609source = "registry+https://github.com/rust-lang/crates.io-index"
12610checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12611
12612[[package]]
12613name = "rand"
12614version = "0.8.5"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12617dependencies = [
12618 "libc",
12619 "rand_chacha 0.3.1",
12620 "rand_core 0.6.4",
12621]
12622
12623[[package]]
12624name = "rand"
12625version = "0.9.1"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12628dependencies = [
12629 "rand_chacha 0.9.0",
12630 "rand_core 0.9.3",
12631]
12632
12633[[package]]
12634name = "rand_chacha"
12635version = "0.3.1"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12638dependencies = [
12639 "ppv-lite86",
12640 "rand_core 0.6.4",
12641]
12642
12643[[package]]
12644name = "rand_chacha"
12645version = "0.9.0"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12648dependencies = [
12649 "ppv-lite86",
12650 "rand_core 0.9.3",
12651]
12652
12653[[package]]
12654name = "rand_core"
12655version = "0.6.4"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12658dependencies = [
12659 "getrandom 0.2.15",
12660]
12661
12662[[package]]
12663name = "rand_core"
12664version = "0.9.3"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12667dependencies = [
12668 "getrandom 0.3.2",
12669]
12670
12671[[package]]
12672name = "rand_distr"
12673version = "0.5.1"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12676dependencies = [
12677 "num-traits",
12678 "rand 0.9.1",
12679]
12680
12681[[package]]
12682name = "range-map"
12683version = "0.2.0"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12686dependencies = [
12687 "num-traits",
12688]
12689
12690[[package]]
12691name = "rangemap"
12692version = "1.5.1"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12695
12696[[package]]
12697name = "rav1e"
12698version = "0.7.1"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12701dependencies = [
12702 "arbitrary",
12703 "arg_enum_proc_macro",
12704 "arrayvec",
12705 "av1-grain",
12706 "bitstream-io",
12707 "built",
12708 "cfg-if",
12709 "interpolate_name",
12710 "itertools 0.12.1",
12711 "libc",
12712 "libfuzzer-sys",
12713 "log",
12714 "maybe-rayon",
12715 "new_debug_unreachable",
12716 "noop_proc_macro",
12717 "num-derive",
12718 "num-traits",
12719 "once_cell",
12720 "paste",
12721 "profiling",
12722 "rand 0.8.5",
12723 "rand_chacha 0.3.1",
12724 "simd_helpers",
12725 "system-deps",
12726 "thiserror 1.0.69",
12727 "v_frame",
12728 "wasm-bindgen",
12729]
12730
12731[[package]]
12732name = "ravif"
12733version = "0.11.12"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12736dependencies = [
12737 "avif-serialize",
12738 "imgref",
12739 "loop9",
12740 "quick-error",
12741 "rav1e",
12742 "rayon",
12743 "rgb",
12744]
12745
12746[[package]]
12747name = "raw-cpuid"
12748version = "10.7.0"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12751dependencies = [
12752 "bitflags 1.3.2",
12753]
12754
12755[[package]]
12756name = "raw-cpuid"
12757version = "11.6.0"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12760dependencies = [
12761 "bitflags 2.9.0",
12762]
12763
12764[[package]]
12765name = "raw-window-handle"
12766version = "0.6.2"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12769
12770[[package]]
12771name = "raw-window-metal"
12772version = "0.4.0"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12775dependencies = [
12776 "cocoa 0.25.0",
12777 "core-graphics 0.23.2",
12778 "objc",
12779 "raw-window-handle",
12780]
12781
12782[[package]]
12783name = "rayon"
12784version = "1.10.0"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12787dependencies = [
12788 "either",
12789 "rayon-core",
12790]
12791
12792[[package]]
12793name = "rayon-core"
12794version = "1.12.1"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12797dependencies = [
12798 "crossbeam-deque",
12799 "crossbeam-utils",
12800]
12801
12802[[package]]
12803name = "read-fonts"
12804version = "0.25.3"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12807dependencies = [
12808 "bytemuck",
12809 "font-types",
12810]
12811
12812[[package]]
12813name = "realfft"
12814version = "3.5.0"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12817dependencies = [
12818 "rustfft",
12819]
12820
12821[[package]]
12822name = "reborrow"
12823version = "0.5.5"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12826
12827[[package]]
12828name = "recent_projects"
12829version = "0.1.0"
12830dependencies = [
12831 "anyhow",
12832 "askpass",
12833 "auto_update",
12834 "dap",
12835 "editor",
12836 "extension_host",
12837 "file_finder",
12838 "futures 0.3.31",
12839 "fuzzy",
12840 "gpui",
12841 "indoc",
12842 "language",
12843 "log",
12844 "markdown",
12845 "menu",
12846 "ordered-float 2.10.1",
12847 "paths",
12848 "picker",
12849 "project",
12850 "release_channel",
12851 "remote",
12852 "serde",
12853 "serde_json",
12854 "settings",
12855 "smol",
12856 "task",
12857 "telemetry",
12858 "theme",
12859 "ui",
12860 "util",
12861 "windows-registry 0.6.0",
12862 "workspace",
12863 "workspace-hack",
12864 "zed_actions",
12865]
12866
12867[[package]]
12868name = "redox_syscall"
12869version = "0.2.16"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12872dependencies = [
12873 "bitflags 1.3.2",
12874]
12875
12876[[package]]
12877name = "redox_syscall"
12878version = "0.5.11"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12881dependencies = [
12882 "bitflags 2.9.0",
12883]
12884
12885[[package]]
12886name = "redox_users"
12887version = "0.4.6"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12890dependencies = [
12891 "getrandom 0.2.15",
12892 "libredox",
12893 "thiserror 1.0.69",
12894]
12895
12896[[package]]
12897name = "redox_users"
12898version = "0.5.0"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12901dependencies = [
12902 "getrandom 0.2.15",
12903 "libredox",
12904 "thiserror 2.0.12",
12905]
12906
12907[[package]]
12908name = "ref-cast"
12909version = "1.0.24"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12912dependencies = [
12913 "ref-cast-impl",
12914]
12915
12916[[package]]
12917name = "ref-cast-impl"
12918version = "1.0.24"
12919source = "registry+https://github.com/rust-lang/crates.io-index"
12920checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12921dependencies = [
12922 "proc-macro2",
12923 "quote",
12924 "syn 2.0.101",
12925]
12926
12927[[package]]
12928name = "referencing"
12929version = "0.30.0"
12930source = "registry+https://github.com/rust-lang/crates.io-index"
12931checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12932dependencies = [
12933 "ahash 0.8.11",
12934 "fluent-uri",
12935 "once_cell",
12936 "parking_lot",
12937 "percent-encoding",
12938 "serde_json",
12939]
12940
12941[[package]]
12942name = "refineable"
12943version = "0.1.0"
12944dependencies = [
12945 "derive_refineable",
12946 "workspace-hack",
12947]
12948
12949[[package]]
12950name = "regalloc2"
12951version = "0.11.2"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12954dependencies = [
12955 "allocator-api2",
12956 "bumpalo",
12957 "hashbrown 0.15.3",
12958 "log",
12959 "rustc-hash 2.1.1",
12960 "serde",
12961 "smallvec",
12962]
12963
12964[[package]]
12965name = "regex"
12966version = "1.11.1"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12969dependencies = [
12970 "aho-corasick",
12971 "memchr",
12972 "regex-automata",
12973 "regex-syntax",
12974]
12975
12976[[package]]
12977name = "regex-automata"
12978version = "0.4.9"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12981dependencies = [
12982 "aho-corasick",
12983 "memchr",
12984 "regex-syntax",
12985]
12986
12987[[package]]
12988name = "regex-lite"
12989version = "0.1.6"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12992
12993[[package]]
12994name = "regex-syntax"
12995version = "0.8.5"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12998
12999[[package]]
13000name = "release_channel"
13001version = "0.1.0"
13002dependencies = [
13003 "gpui",
13004 "workspace-hack",
13005]
13006
13007[[package]]
13008name = "remote"
13009version = "0.1.0"
13010dependencies = [
13011 "anyhow",
13012 "askpass",
13013 "async-trait",
13014 "collections",
13015 "fs",
13016 "futures 0.3.31",
13017 "gpui",
13018 "itertools 0.14.0",
13019 "log",
13020 "parking_lot",
13021 "paths",
13022 "prost 0.9.0",
13023 "release_channel",
13024 "rpc",
13025 "serde",
13026 "serde_json",
13027 "settings",
13028 "shlex",
13029 "smol",
13030 "tempfile",
13031 "thiserror 2.0.12",
13032 "urlencoding",
13033 "util",
13034 "which 6.0.3",
13035 "workspace-hack",
13036]
13037
13038[[package]]
13039name = "remote_server"
13040version = "0.1.0"
13041dependencies = [
13042 "action_log",
13043 "anyhow",
13044 "askpass",
13045 "assistant_tool",
13046 "assistant_tools",
13047 "cargo_toml",
13048 "clap",
13049 "client",
13050 "clock",
13051 "collections",
13052 "crash-handler",
13053 "crashes",
13054 "dap",
13055 "dap_adapters",
13056 "debug_adapter_extension",
13057 "editor",
13058 "env_logger 0.11.8",
13059 "extension",
13060 "extension_host",
13061 "fork",
13062 "fs",
13063 "futures 0.3.31",
13064 "git",
13065 "git2",
13066 "git_hosting_providers",
13067 "gpui",
13068 "gpui_tokio",
13069 "http_client",
13070 "json_schema_store",
13071 "language",
13072 "language_extension",
13073 "language_model",
13074 "languages",
13075 "libc",
13076 "log",
13077 "lsp",
13078 "minidumper",
13079 "node_runtime",
13080 "paths",
13081 "pretty_assertions",
13082 "project",
13083 "proto",
13084 "release_channel",
13085 "remote",
13086 "reqwest_client",
13087 "rpc",
13088 "rust-embed",
13089 "serde",
13090 "serde_json",
13091 "settings",
13092 "shellexpand 2.1.2",
13093 "smol",
13094 "sysinfo",
13095 "thiserror 2.0.12",
13096 "toml 0.8.20",
13097 "unindent",
13098 "util",
13099 "watch",
13100 "workspace",
13101 "worktree",
13102 "zlog",
13103]
13104
13105[[package]]
13106name = "rend"
13107version = "0.4.2"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13110dependencies = [
13111 "bytecheck",
13112]
13113
13114[[package]]
13115name = "repl"
13116version = "0.1.0"
13117dependencies = [
13118 "alacritty_terminal",
13119 "anyhow",
13120 "async-dispatcher",
13121 "async-tungstenite",
13122 "base64 0.22.1",
13123 "client",
13124 "collections",
13125 "command_palette_hooks",
13126 "editor",
13127 "env_logger 0.11.8",
13128 "feature_flags",
13129 "file_icons",
13130 "futures 0.3.31",
13131 "gpui",
13132 "http_client",
13133 "image",
13134 "indoc",
13135 "jupyter-protocol",
13136 "jupyter-websocket-client",
13137 "language",
13138 "languages",
13139 "log",
13140 "markdown_preview",
13141 "menu",
13142 "multi_buffer",
13143 "nbformat",
13144 "picker",
13145 "project",
13146 "runtimelib",
13147 "serde",
13148 "serde_json",
13149 "settings",
13150 "smol",
13151 "telemetry",
13152 "terminal",
13153 "terminal_view",
13154 "theme",
13155 "tree-sitter-md",
13156 "tree-sitter-python",
13157 "tree-sitter-typescript",
13158 "ui",
13159 "util",
13160 "uuid",
13161 "workspace",
13162 "workspace-hack",
13163]
13164
13165[[package]]
13166name = "reqwest"
13167version = "0.11.27"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13170dependencies = [
13171 "base64 0.21.7",
13172 "bytes 1.10.1",
13173 "encoding_rs",
13174 "futures-core",
13175 "futures-util",
13176 "h2 0.3.26",
13177 "http 0.2.12",
13178 "http-body 0.4.6",
13179 "hyper 0.14.32",
13180 "hyper-rustls 0.24.2",
13181 "hyper-tls",
13182 "ipnet",
13183 "js-sys",
13184 "log",
13185 "mime",
13186 "native-tls",
13187 "once_cell",
13188 "percent-encoding",
13189 "pin-project-lite",
13190 "rustls 0.21.12",
13191 "rustls-native-certs 0.6.3",
13192 "rustls-pemfile 1.0.4",
13193 "serde",
13194 "serde_json",
13195 "serde_urlencoded",
13196 "sync_wrapper 0.1.2",
13197 "system-configuration 0.5.1",
13198 "tokio",
13199 "tokio-native-tls",
13200 "tokio-rustls 0.24.1",
13201 "tower-service",
13202 "url",
13203 "wasm-bindgen",
13204 "wasm-bindgen-futures",
13205 "web-sys",
13206 "winreg 0.50.0",
13207]
13208
13209[[package]]
13210name = "reqwest"
13211version = "0.12.15"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13214dependencies = [
13215 "base64 0.22.1",
13216 "bytes 1.10.1",
13217 "futures-channel",
13218 "futures-core",
13219 "futures-util",
13220 "http 1.3.1",
13221 "http-body 1.0.1",
13222 "http-body-util",
13223 "hyper 1.6.0",
13224 "hyper-util",
13225 "ipnet",
13226 "js-sys",
13227 "log",
13228 "mime",
13229 "once_cell",
13230 "percent-encoding",
13231 "pin-project-lite",
13232 "serde",
13233 "serde_json",
13234 "serde_urlencoded",
13235 "sync_wrapper 1.0.2",
13236 "tokio",
13237 "tower 0.5.2",
13238 "tower-service",
13239 "url",
13240 "wasm-bindgen",
13241 "wasm-bindgen-futures",
13242 "web-sys",
13243 "windows-registry 0.4.0",
13244]
13245
13246[[package]]
13247name = "reqwest"
13248version = "0.12.15"
13249source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13250dependencies = [
13251 "base64 0.22.1",
13252 "bytes 1.10.1",
13253 "encoding_rs",
13254 "futures-core",
13255 "futures-util",
13256 "h2 0.4.9",
13257 "http 1.3.1",
13258 "http-body 1.0.1",
13259 "http-body-util",
13260 "hyper 1.6.0",
13261 "hyper-rustls 0.27.5",
13262 "hyper-util",
13263 "ipnet",
13264 "js-sys",
13265 "log",
13266 "mime",
13267 "mime_guess",
13268 "once_cell",
13269 "percent-encoding",
13270 "pin-project-lite",
13271 "quinn",
13272 "rustls 0.23.26",
13273 "rustls-native-certs 0.8.1",
13274 "rustls-pemfile 2.2.0",
13275 "rustls-pki-types",
13276 "serde",
13277 "serde_json",
13278 "serde_urlencoded",
13279 "sync_wrapper 1.0.2",
13280 "system-configuration 0.6.1",
13281 "tokio",
13282 "tokio-rustls 0.26.2",
13283 "tokio-socks",
13284 "tokio-util",
13285 "tower 0.5.2",
13286 "tower-service",
13287 "url",
13288 "wasm-bindgen",
13289 "wasm-bindgen-futures",
13290 "wasm-streams",
13291 "web-sys",
13292 "windows-registry 0.4.0",
13293]
13294
13295[[package]]
13296name = "reqwest_client"
13297version = "0.1.0"
13298dependencies = [
13299 "anyhow",
13300 "bytes 1.10.1",
13301 "futures 0.3.31",
13302 "gpui",
13303 "http_client",
13304 "http_client_tls",
13305 "log",
13306 "regex",
13307 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13308 "serde",
13309 "tokio",
13310 "workspace-hack",
13311]
13312
13313[[package]]
13314name = "resvg"
13315version = "0.45.1"
13316source = "registry+https://github.com/rust-lang/crates.io-index"
13317checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13318dependencies = [
13319 "log",
13320 "pico-args",
13321 "rgb",
13322 "svgtypes",
13323 "tiny-skia",
13324 "usvg",
13325]
13326
13327[[package]]
13328name = "rfc6979"
13329version = "0.3.1"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13332dependencies = [
13333 "crypto-bigint 0.4.9",
13334 "hmac",
13335 "zeroize",
13336]
13337
13338[[package]]
13339name = "rgb"
13340version = "0.8.50"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13343dependencies = [
13344 "bytemuck",
13345]
13346
13347[[package]]
13348name = "rich_text"
13349version = "0.1.0"
13350dependencies = [
13351 "futures 0.3.31",
13352 "gpui",
13353 "language",
13354 "linkify",
13355 "pulldown-cmark 0.12.2",
13356 "theme",
13357 "ui",
13358 "util",
13359 "workspace-hack",
13360]
13361
13362[[package]]
13363name = "ring"
13364version = "0.17.14"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13367dependencies = [
13368 "cc",
13369 "cfg-if",
13370 "getrandom 0.2.15",
13371 "libc",
13372 "untrusted",
13373 "windows-sys 0.52.0",
13374]
13375
13376[[package]]
13377name = "rkyv"
13378version = "0.7.45"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13381dependencies = [
13382 "bitvec",
13383 "bytecheck",
13384 "bytes 1.10.1",
13385 "hashbrown 0.12.3",
13386 "ptr_meta",
13387 "rend",
13388 "rkyv_derive",
13389 "seahash",
13390 "tinyvec",
13391 "uuid",
13392]
13393
13394[[package]]
13395name = "rkyv_derive"
13396version = "0.7.45"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13399dependencies = [
13400 "proc-macro2",
13401 "quote",
13402 "syn 1.0.109",
13403]
13404
13405[[package]]
13406name = "rmp"
13407version = "0.8.14"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13410dependencies = [
13411 "byteorder",
13412 "num-traits",
13413 "paste",
13414]
13415
13416[[package]]
13417name = "rmpv"
13418version = "1.3.0"
13419source = "registry+https://github.com/rust-lang/crates.io-index"
13420checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13421dependencies = [
13422 "num-traits",
13423 "rmp",
13424]
13425
13426[[package]]
13427name = "rodio"
13428version = "0.21.1"
13429source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13430dependencies = [
13431 "cpal",
13432 "dasp_sample",
13433 "hound",
13434 "num-rational",
13435 "rtrb",
13436 "symphonia",
13437 "thiserror 2.0.12",
13438]
13439
13440[[package]]
13441name = "rope"
13442version = "0.1.0"
13443dependencies = [
13444 "arrayvec",
13445 "criterion",
13446 "ctor",
13447 "gpui",
13448 "log",
13449 "rand 0.9.1",
13450 "rayon",
13451 "smallvec",
13452 "sum_tree",
13453 "unicode-segmentation",
13454 "util",
13455 "workspace-hack",
13456 "zlog",
13457]
13458
13459[[package]]
13460name = "roxmltree"
13461version = "0.20.0"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13464
13465[[package]]
13466name = "rpc"
13467version = "0.1.0"
13468dependencies = [
13469 "anyhow",
13470 "async-tungstenite",
13471 "base64 0.22.1",
13472 "chrono",
13473 "collections",
13474 "futures 0.3.31",
13475 "gpui",
13476 "parking_lot",
13477 "proto",
13478 "rand 0.9.1",
13479 "rsa",
13480 "serde",
13481 "serde_json",
13482 "sha2",
13483 "strum 0.27.1",
13484 "tracing",
13485 "util",
13486 "workspace-hack",
13487 "zlog",
13488 "zstd",
13489]
13490
13491[[package]]
13492name = "rsa"
13493version = "0.9.8"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13496dependencies = [
13497 "const-oid",
13498 "digest",
13499 "num-bigint-dig",
13500 "num-integer",
13501 "num-traits",
13502 "pkcs1",
13503 "pkcs8 0.10.2",
13504 "rand_core 0.6.4",
13505 "signature 2.2.0",
13506 "spki 0.7.3",
13507 "subtle",
13508 "zeroize",
13509]
13510
13511[[package]]
13512name = "rtrb"
13513version = "0.3.2"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13516
13517[[package]]
13518name = "rules_library"
13519version = "0.1.0"
13520dependencies = [
13521 "anyhow",
13522 "collections",
13523 "editor",
13524 "gpui",
13525 "language",
13526 "language_model",
13527 "log",
13528 "menu",
13529 "picker",
13530 "prompt_store",
13531 "release_channel",
13532 "rope",
13533 "serde",
13534 "settings",
13535 "theme",
13536 "title_bar",
13537 "ui",
13538 "util",
13539 "workspace",
13540 "workspace-hack",
13541 "zed_actions",
13542]
13543
13544[[package]]
13545name = "runtimelib"
13546version = "0.25.0"
13547source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13548dependencies = [
13549 "anyhow",
13550 "async-dispatcher",
13551 "async-std",
13552 "base64 0.22.1",
13553 "bytes 1.10.1",
13554 "chrono",
13555 "data-encoding",
13556 "dirs 5.0.1",
13557 "futures 0.3.31",
13558 "glob",
13559 "jupyter-protocol",
13560 "ring",
13561 "serde",
13562 "serde_json",
13563 "shellexpand 3.1.1",
13564 "smol",
13565 "uuid",
13566 "zeromq",
13567]
13568
13569[[package]]
13570name = "rust-embed"
13571version = "8.7.0"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13574dependencies = [
13575 "rust-embed-impl",
13576 "rust-embed-utils",
13577 "walkdir",
13578]
13579
13580[[package]]
13581name = "rust-embed-impl"
13582version = "8.7.0"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13585dependencies = [
13586 "proc-macro2",
13587 "quote",
13588 "rust-embed-utils",
13589 "syn 2.0.101",
13590 "walkdir",
13591]
13592
13593[[package]]
13594name = "rust-embed-utils"
13595version = "8.7.0"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13598dependencies = [
13599 "globset",
13600 "sha2",
13601 "walkdir",
13602]
13603
13604[[package]]
13605name = "rust_decimal"
13606version = "1.37.1"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13609dependencies = [
13610 "arrayvec",
13611 "borsh",
13612 "bytes 1.10.1",
13613 "num-traits",
13614 "rand 0.8.5",
13615 "rkyv",
13616 "serde",
13617 "serde_json",
13618]
13619
13620[[package]]
13621name = "rustc-demangle"
13622version = "0.1.24"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13625
13626[[package]]
13627name = "rustc-hash"
13628version = "1.1.0"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13631
13632[[package]]
13633name = "rustc-hash"
13634version = "2.1.1"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13637
13638[[package]]
13639name = "rustc_version"
13640version = "0.4.1"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13643dependencies = [
13644 "semver",
13645]
13646
13647[[package]]
13648name = "rustfft"
13649version = "6.4.0"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13652dependencies = [
13653 "num-complex",
13654 "num-integer",
13655 "num-traits",
13656 "primal-check",
13657 "strength_reduce",
13658 "transpose",
13659]
13660
13661[[package]]
13662name = "rustix"
13663version = "0.38.44"
13664source = "registry+https://github.com/rust-lang/crates.io-index"
13665checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13666dependencies = [
13667 "bitflags 2.9.0",
13668 "errno 0.3.11",
13669 "libc",
13670 "linux-raw-sys 0.4.15",
13671 "windows-sys 0.59.0",
13672]
13673
13674[[package]]
13675name = "rustix"
13676version = "1.0.7"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13679dependencies = [
13680 "bitflags 2.9.0",
13681 "errno 0.3.11",
13682 "libc",
13683 "linux-raw-sys 0.9.4",
13684 "windows-sys 0.59.0",
13685]
13686
13687[[package]]
13688name = "rustix-linux-procfs"
13689version = "0.1.1"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13692dependencies = [
13693 "once_cell",
13694 "rustix 1.0.7",
13695]
13696
13697[[package]]
13698name = "rustix-openpty"
13699version = "0.2.0"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13702dependencies = [
13703 "errno 0.3.11",
13704 "libc",
13705 "rustix 1.0.7",
13706]
13707
13708[[package]]
13709name = "rustls"
13710version = "0.21.12"
13711source = "registry+https://github.com/rust-lang/crates.io-index"
13712checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13713dependencies = [
13714 "log",
13715 "ring",
13716 "rustls-webpki 0.101.7",
13717 "sct",
13718]
13719
13720[[package]]
13721name = "rustls"
13722version = "0.23.26"
13723source = "registry+https://github.com/rust-lang/crates.io-index"
13724checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13725dependencies = [
13726 "aws-lc-rs",
13727 "log",
13728 "once_cell",
13729 "ring",
13730 "rustls-pki-types",
13731 "rustls-webpki 0.103.1",
13732 "subtle",
13733 "zeroize",
13734]
13735
13736[[package]]
13737name = "rustls-native-certs"
13738version = "0.6.3"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13741dependencies = [
13742 "openssl-probe",
13743 "rustls-pemfile 1.0.4",
13744 "schannel",
13745 "security-framework 2.11.1",
13746]
13747
13748[[package]]
13749name = "rustls-native-certs"
13750version = "0.8.1"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13753dependencies = [
13754 "openssl-probe",
13755 "rustls-pki-types",
13756 "schannel",
13757 "security-framework 3.2.0",
13758]
13759
13760[[package]]
13761name = "rustls-pemfile"
13762version = "1.0.4"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13765dependencies = [
13766 "base64 0.21.7",
13767]
13768
13769[[package]]
13770name = "rustls-pemfile"
13771version = "2.2.0"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13774dependencies = [
13775 "rustls-pki-types",
13776]
13777
13778[[package]]
13779name = "rustls-pki-types"
13780version = "1.12.0"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13783dependencies = [
13784 "web-time",
13785 "zeroize",
13786]
13787
13788[[package]]
13789name = "rustls-platform-verifier"
13790version = "0.5.1"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13793dependencies = [
13794 "core-foundation 0.10.0",
13795 "core-foundation-sys",
13796 "jni",
13797 "log",
13798 "once_cell",
13799 "rustls 0.23.26",
13800 "rustls-native-certs 0.8.1",
13801 "rustls-platform-verifier-android",
13802 "rustls-webpki 0.103.1",
13803 "security-framework 3.2.0",
13804 "security-framework-sys",
13805 "webpki-root-certs",
13806 "windows-sys 0.59.0",
13807]
13808
13809[[package]]
13810name = "rustls-platform-verifier-android"
13811version = "0.1.1"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13814
13815[[package]]
13816name = "rustls-webpki"
13817version = "0.101.7"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13820dependencies = [
13821 "ring",
13822 "untrusted",
13823]
13824
13825[[package]]
13826name = "rustls-webpki"
13827version = "0.103.1"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13830dependencies = [
13831 "aws-lc-rs",
13832 "ring",
13833 "rustls-pki-types",
13834 "untrusted",
13835]
13836
13837[[package]]
13838name = "rustversion"
13839version = "1.0.20"
13840source = "registry+https://github.com/rust-lang/crates.io-index"
13841checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13842
13843[[package]]
13844name = "rustybuzz"
13845version = "0.14.1"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13848dependencies = [
13849 "bitflags 2.9.0",
13850 "bytemuck",
13851 "libm",
13852 "smallvec",
13853 "ttf-parser 0.21.1",
13854 "unicode-bidi-mirroring 0.2.0",
13855 "unicode-ccc 0.2.0",
13856 "unicode-properties",
13857 "unicode-script",
13858]
13859
13860[[package]]
13861name = "rustybuzz"
13862version = "0.20.1"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13865dependencies = [
13866 "bitflags 2.9.0",
13867 "bytemuck",
13868 "core_maths",
13869 "log",
13870 "smallvec",
13871 "ttf-parser 0.25.1",
13872 "unicode-bidi-mirroring 0.4.0",
13873 "unicode-ccc 0.4.0",
13874 "unicode-properties",
13875 "unicode-script",
13876]
13877
13878[[package]]
13879name = "ryu"
13880version = "1.0.20"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13883
13884[[package]]
13885name = "safetensors"
13886version = "0.4.5"
13887source = "registry+https://github.com/rust-lang/crates.io-index"
13888checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13889dependencies = [
13890 "serde",
13891 "serde_json",
13892]
13893
13894[[package]]
13895name = "salsa20"
13896version = "0.10.2"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13899dependencies = [
13900 "cipher",
13901]
13902
13903[[package]]
13904name = "same-file"
13905version = "1.0.6"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13908dependencies = [
13909 "winapi-util",
13910]
13911
13912[[package]]
13913name = "scap"
13914version = "0.0.8"
13915source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13916dependencies = [
13917 "anyhow",
13918 "cocoa 0.25.0",
13919 "core-graphics-helmer-fork",
13920 "log",
13921 "objc",
13922 "rand 0.8.5",
13923 "screencapturekit",
13924 "screencapturekit-sys",
13925 "sysinfo",
13926 "tao-core-video-sys",
13927 "windows 0.61.1",
13928 "windows-capture",
13929 "x11",
13930 "xcb",
13931]
13932
13933[[package]]
13934name = "schannel"
13935version = "0.1.27"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13938dependencies = [
13939 "windows-sys 0.59.0",
13940]
13941
13942[[package]]
13943name = "scheduler"
13944version = "0.1.0"
13945dependencies = [
13946 "async-task",
13947 "backtrace",
13948 "chrono",
13949 "futures 0.3.31",
13950 "parking_lot",
13951 "rand 0.9.1",
13952 "workspace-hack",
13953]
13954
13955[[package]]
13956name = "schema_generator"
13957version = "0.1.0"
13958dependencies = [
13959 "anyhow",
13960 "clap",
13961 "env_logger 0.11.8",
13962 "schemars 1.0.1",
13963 "serde",
13964 "serde_json",
13965 "theme",
13966 "workspace-hack",
13967]
13968
13969[[package]]
13970name = "schemars"
13971version = "0.9.0"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13974dependencies = [
13975 "dyn-clone",
13976 "ref-cast",
13977 "serde",
13978 "serde_json",
13979]
13980
13981[[package]]
13982name = "schemars"
13983version = "1.0.1"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13986dependencies = [
13987 "dyn-clone",
13988 "indexmap 2.9.0",
13989 "ref-cast",
13990 "schemars_derive",
13991 "serde",
13992 "serde_json",
13993]
13994
13995[[package]]
13996name = "schemars_derive"
13997version = "1.0.1"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
14000dependencies = [
14001 "proc-macro2",
14002 "quote",
14003 "serde_derive_internals",
14004 "syn 2.0.101",
14005]
14006
14007[[package]]
14008name = "scoped-tls"
14009version = "1.0.1"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14012
14013[[package]]
14014name = "scopeguard"
14015version = "1.2.0"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14018
14019[[package]]
14020name = "scratch"
14021version = "1.0.8"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14024
14025[[package]]
14026name = "screencapturekit"
14027version = "0.2.8"
14028source = "registry+https://github.com/rust-lang/crates.io-index"
14029checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14030dependencies = [
14031 "screencapturekit-sys",
14032]
14033
14034[[package]]
14035name = "screencapturekit-sys"
14036version = "0.2.8"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14039dependencies = [
14040 "block",
14041 "dispatch",
14042 "objc",
14043 "objc-foundation",
14044 "objc_id",
14045 "once_cell",
14046]
14047
14048[[package]]
14049name = "scroll"
14050version = "0.12.0"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14053dependencies = [
14054 "scroll_derive",
14055]
14056
14057[[package]]
14058name = "scroll_derive"
14059version = "0.12.1"
14060source = "registry+https://github.com/rust-lang/crates.io-index"
14061checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14062dependencies = [
14063 "proc-macro2",
14064 "quote",
14065 "syn 2.0.101",
14066]
14067
14068[[package]]
14069name = "scrypt"
14070version = "0.11.0"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14073dependencies = [
14074 "password-hash 0.5.0",
14075 "pbkdf2 0.12.2",
14076 "salsa20",
14077 "sha2",
14078]
14079
14080[[package]]
14081name = "sct"
14082version = "0.7.1"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14085dependencies = [
14086 "ring",
14087 "untrusted",
14088]
14089
14090[[package]]
14091name = "sea-bae"
14092version = "0.2.1"
14093source = "registry+https://github.com/rust-lang/crates.io-index"
14094checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14095dependencies = [
14096 "heck 0.4.1",
14097 "proc-macro-error2",
14098 "proc-macro2",
14099 "quote",
14100 "syn 2.0.101",
14101]
14102
14103[[package]]
14104name = "sea-orm"
14105version = "1.1.10"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14108dependencies = [
14109 "async-stream",
14110 "async-trait",
14111 "bigdecimal",
14112 "chrono",
14113 "futures-util",
14114 "log",
14115 "ouroboros",
14116 "pgvector",
14117 "rust_decimal",
14118 "sea-orm-macros",
14119 "sea-query",
14120 "sea-query-binder",
14121 "serde",
14122 "serde_json",
14123 "sqlx",
14124 "strum 0.26.3",
14125 "thiserror 2.0.12",
14126 "time",
14127 "tracing",
14128 "url",
14129 "uuid",
14130]
14131
14132[[package]]
14133name = "sea-orm-macros"
14134version = "1.1.10"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14137dependencies = [
14138 "heck 0.4.1",
14139 "proc-macro2",
14140 "quote",
14141 "sea-bae",
14142 "syn 2.0.101",
14143 "unicode-ident",
14144]
14145
14146[[package]]
14147name = "sea-query"
14148version = "0.32.4"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14151dependencies = [
14152 "bigdecimal",
14153 "chrono",
14154 "inherent",
14155 "ordered-float 4.6.0",
14156 "rust_decimal",
14157 "serde_json",
14158 "time",
14159 "uuid",
14160]
14161
14162[[package]]
14163name = "sea-query-binder"
14164version = "0.7.0"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14167dependencies = [
14168 "bigdecimal",
14169 "chrono",
14170 "rust_decimal",
14171 "sea-query",
14172 "serde_json",
14173 "sqlx",
14174 "time",
14175 "uuid",
14176]
14177
14178[[package]]
14179name = "seahash"
14180version = "4.1.0"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14183
14184[[package]]
14185name = "search"
14186version = "0.1.0"
14187dependencies = [
14188 "any_vec",
14189 "anyhow",
14190 "bitflags 2.9.0",
14191 "client",
14192 "collections",
14193 "editor",
14194 "futures 0.3.31",
14195 "gpui",
14196 "language",
14197 "menu",
14198 "project",
14199 "schemars 1.0.1",
14200 "serde",
14201 "serde_json",
14202 "settings",
14203 "smol",
14204 "theme",
14205 "ui",
14206 "unindent",
14207 "util",
14208 "workspace",
14209 "workspace-hack",
14210 "zed_actions",
14211]
14212
14213[[package]]
14214name = "sec1"
14215version = "0.3.0"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14218dependencies = [
14219 "base16ct",
14220 "der 0.6.1",
14221 "generic-array",
14222 "pkcs8 0.9.0",
14223 "subtle",
14224 "zeroize",
14225]
14226
14227[[package]]
14228name = "security-framework"
14229version = "2.11.1"
14230source = "registry+https://github.com/rust-lang/crates.io-index"
14231checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14232dependencies = [
14233 "bitflags 2.9.0",
14234 "core-foundation 0.9.4",
14235 "core-foundation-sys",
14236 "libc",
14237 "security-framework-sys",
14238]
14239
14240[[package]]
14241name = "security-framework"
14242version = "3.2.0"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14245dependencies = [
14246 "bitflags 2.9.0",
14247 "core-foundation 0.10.0",
14248 "core-foundation-sys",
14249 "libc",
14250 "security-framework-sys",
14251]
14252
14253[[package]]
14254name = "security-framework-sys"
14255version = "2.14.0"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14258dependencies = [
14259 "core-foundation-sys",
14260 "libc",
14261]
14262
14263[[package]]
14264name = "self_cell"
14265version = "1.2.0"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14268
14269[[package]]
14270name = "semantic_version"
14271version = "0.1.0"
14272dependencies = [
14273 "anyhow",
14274 "serde",
14275 "workspace-hack",
14276]
14277
14278[[package]]
14279name = "semver"
14280version = "1.0.26"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14283dependencies = [
14284 "serde",
14285]
14286
14287[[package]]
14288name = "seq-macro"
14289version = "0.3.6"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14292
14293[[package]]
14294name = "serde"
14295version = "1.0.221"
14296source = "registry+https://github.com/rust-lang/crates.io-index"
14297checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14298dependencies = [
14299 "serde_core",
14300 "serde_derive",
14301]
14302
14303[[package]]
14304name = "serde_core"
14305version = "1.0.221"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14308dependencies = [
14309 "serde_derive",
14310]
14311
14312[[package]]
14313name = "serde_derive"
14314version = "1.0.221"
14315source = "registry+https://github.com/rust-lang/crates.io-index"
14316checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14317dependencies = [
14318 "proc-macro2",
14319 "quote",
14320 "syn 2.0.101",
14321]
14322
14323[[package]]
14324name = "serde_derive_internals"
14325version = "0.29.1"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14328dependencies = [
14329 "proc-macro2",
14330 "quote",
14331 "syn 2.0.101",
14332]
14333
14334[[package]]
14335name = "serde_fmt"
14336version = "1.0.3"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14339dependencies = [
14340 "serde",
14341]
14342
14343[[package]]
14344name = "serde_json"
14345version = "1.0.144"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14348dependencies = [
14349 "indexmap 2.9.0",
14350 "itoa",
14351 "memchr",
14352 "ryu",
14353 "serde_core",
14354]
14355
14356[[package]]
14357name = "serde_json_lenient"
14358version = "0.2.4"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14361dependencies = [
14362 "indexmap 2.9.0",
14363 "itoa",
14364 "memchr",
14365 "ryu",
14366 "serde",
14367]
14368
14369[[package]]
14370name = "serde_path_to_error"
14371version = "0.1.17"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14374dependencies = [
14375 "itoa",
14376 "serde",
14377]
14378
14379[[package]]
14380name = "serde_repr"
14381version = "0.1.20"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14384dependencies = [
14385 "proc-macro2",
14386 "quote",
14387 "syn 2.0.101",
14388]
14389
14390[[package]]
14391name = "serde_spanned"
14392version = "0.6.8"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14395dependencies = [
14396 "serde",
14397]
14398
14399[[package]]
14400name = "serde_urlencoded"
14401version = "0.7.1"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14404dependencies = [
14405 "form_urlencoded",
14406 "itoa",
14407 "ryu",
14408 "serde",
14409]
14410
14411[[package]]
14412name = "serde_with"
14413version = "3.13.0"
14414source = "registry+https://github.com/rust-lang/crates.io-index"
14415checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14416dependencies = [
14417 "base64 0.22.1",
14418 "chrono",
14419 "hex",
14420 "indexmap 1.9.3",
14421 "indexmap 2.9.0",
14422 "schemars 0.9.0",
14423 "serde",
14424 "serde_derive",
14425 "serde_json",
14426 "serde_with_macros",
14427 "time",
14428]
14429
14430[[package]]
14431name = "serde_with_macros"
14432version = "3.13.0"
14433source = "registry+https://github.com/rust-lang/crates.io-index"
14434checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14435dependencies = [
14436 "darling",
14437 "proc-macro2",
14438 "quote",
14439 "syn 2.0.101",
14440]
14441
14442[[package]]
14443name = "serial2"
14444version = "0.2.29"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14447dependencies = [
14448 "cfg-if",
14449 "libc",
14450 "winapi",
14451]
14452
14453[[package]]
14454name = "session"
14455version = "0.1.0"
14456dependencies = [
14457 "db",
14458 "gpui",
14459 "serde_json",
14460 "util",
14461 "uuid",
14462 "workspace-hack",
14463]
14464
14465[[package]]
14466name = "settings"
14467version = "0.1.0"
14468dependencies = [
14469 "anyhow",
14470 "collections",
14471 "ec4rs",
14472 "fs",
14473 "futures 0.3.31",
14474 "gpui",
14475 "indoc",
14476 "inventory",
14477 "log",
14478 "paths",
14479 "pretty_assertions",
14480 "release_channel",
14481 "rust-embed",
14482 "schemars 1.0.1",
14483 "serde",
14484 "serde_json",
14485 "serde_json_lenient",
14486 "serde_path_to_error",
14487 "serde_repr",
14488 "serde_with",
14489 "settings_macros",
14490 "smallvec",
14491 "strum 0.27.1",
14492 "tree-sitter",
14493 "tree-sitter-json",
14494 "unindent",
14495 "util",
14496 "workspace-hack",
14497 "zlog",
14498]
14499
14500[[package]]
14501name = "settings_macros"
14502version = "0.1.0"
14503dependencies = [
14504 "quote",
14505 "settings",
14506 "syn 2.0.101",
14507 "workspace-hack",
14508]
14509
14510[[package]]
14511name = "settings_profile_selector"
14512version = "0.1.0"
14513dependencies = [
14514 "client",
14515 "editor",
14516 "fuzzy",
14517 "gpui",
14518 "language",
14519 "menu",
14520 "picker",
14521 "project",
14522 "serde_json",
14523 "settings",
14524 "theme",
14525 "ui",
14526 "workspace",
14527 "workspace-hack",
14528 "zed_actions",
14529]
14530
14531[[package]]
14532name = "settings_ui"
14533version = "0.1.0"
14534dependencies = [
14535 "anyhow",
14536 "assets",
14537 "client",
14538 "command_palette_hooks",
14539 "editor",
14540 "feature_flags",
14541 "fs",
14542 "futures 0.3.31",
14543 "gpui",
14544 "language",
14545 "menu",
14546 "node_runtime",
14547 "paths",
14548 "project",
14549 "serde",
14550 "session",
14551 "settings",
14552 "strum 0.27.1",
14553 "theme",
14554 "ui",
14555 "util",
14556 "workspace",
14557 "workspace-hack",
14558 "zlog",
14559]
14560
14561[[package]]
14562name = "sha1"
14563version = "0.10.6"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14566dependencies = [
14567 "cfg-if",
14568 "cpufeatures",
14569 "digest",
14570]
14571
14572[[package]]
14573name = "sha1_smol"
14574version = "1.0.1"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14577
14578[[package]]
14579name = "sha2"
14580version = "0.10.8"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14583dependencies = [
14584 "cfg-if",
14585 "cpufeatures",
14586 "digest",
14587]
14588
14589[[package]]
14590name = "sharded-slab"
14591version = "0.1.7"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14594dependencies = [
14595 "lazy_static",
14596]
14597
14598[[package]]
14599name = "shared_library"
14600version = "0.1.9"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14603dependencies = [
14604 "lazy_static",
14605 "libc",
14606]
14607
14608[[package]]
14609name = "shell-words"
14610version = "1.1.0"
14611source = "registry+https://github.com/rust-lang/crates.io-index"
14612checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14613
14614[[package]]
14615name = "shellexpand"
14616version = "2.1.2"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14619dependencies = [
14620 "dirs 4.0.0",
14621]
14622
14623[[package]]
14624name = "shellexpand"
14625version = "3.1.1"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14628dependencies = [
14629 "dirs 6.0.0",
14630]
14631
14632[[package]]
14633name = "shlex"
14634version = "1.3.0"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14637
14638[[package]]
14639name = "signal-hook"
14640version = "0.3.17"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14643dependencies = [
14644 "libc",
14645 "signal-hook-registry",
14646]
14647
14648[[package]]
14649name = "signal-hook-registry"
14650version = "1.4.5"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14653dependencies = [
14654 "libc",
14655]
14656
14657[[package]]
14658name = "signature"
14659version = "1.6.4"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14662dependencies = [
14663 "digest",
14664 "rand_core 0.6.4",
14665]
14666
14667[[package]]
14668name = "signature"
14669version = "2.2.0"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14672dependencies = [
14673 "digest",
14674 "rand_core 0.6.4",
14675]
14676
14677[[package]]
14678name = "simd-adler32"
14679version = "0.3.7"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14682
14683[[package]]
14684name = "simd_helpers"
14685version = "0.1.0"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14688dependencies = [
14689 "quote",
14690]
14691
14692[[package]]
14693name = "simdutf8"
14694version = "0.1.5"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14697
14698[[package]]
14699name = "simple_asn1"
14700version = "0.6.3"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14703dependencies = [
14704 "num-bigint",
14705 "num-traits",
14706 "thiserror 2.0.12",
14707 "time",
14708]
14709
14710[[package]]
14711name = "simplecss"
14712version = "0.2.2"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14715dependencies = [
14716 "log",
14717]
14718
14719[[package]]
14720name = "simplelog"
14721version = "0.12.2"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14724dependencies = [
14725 "log",
14726 "termcolor",
14727 "time",
14728]
14729
14730[[package]]
14731name = "siphasher"
14732version = "1.0.1"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14735
14736[[package]]
14737name = "skrifa"
14738version = "0.26.6"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14741dependencies = [
14742 "bytemuck",
14743 "read-fonts",
14744]
14745
14746[[package]]
14747name = "slab"
14748version = "0.4.9"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14751dependencies = [
14752 "autocfg",
14753]
14754
14755[[package]]
14756name = "slash_commands_example"
14757version = "0.1.0"
14758dependencies = [
14759 "zed_extension_api 0.1.0",
14760]
14761
14762[[package]]
14763name = "slotmap"
14764version = "1.0.7"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14767dependencies = [
14768 "version_check",
14769]
14770
14771[[package]]
14772name = "smallvec"
14773version = "1.15.0"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14776dependencies = [
14777 "serde",
14778]
14779
14780[[package]]
14781name = "smart-default"
14782version = "0.7.1"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14785dependencies = [
14786 "proc-macro2",
14787 "quote",
14788 "syn 2.0.101",
14789]
14790
14791[[package]]
14792name = "smol"
14793version = "2.0.2"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14796dependencies = [
14797 "async-channel 2.3.1",
14798 "async-executor",
14799 "async-fs",
14800 "async-io",
14801 "async-lock",
14802 "async-net",
14803 "async-process",
14804 "blocking",
14805 "futures-lite 2.6.0",
14806]
14807
14808[[package]]
14809name = "smol_str"
14810version = "0.2.2"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14813
14814[[package]]
14815name = "snippet"
14816version = "0.1.0"
14817dependencies = [
14818 "anyhow",
14819 "smallvec",
14820 "workspace-hack",
14821]
14822
14823[[package]]
14824name = "snippet_provider"
14825version = "0.1.0"
14826dependencies = [
14827 "anyhow",
14828 "collections",
14829 "extension",
14830 "fs",
14831 "futures 0.3.31",
14832 "gpui",
14833 "indoc",
14834 "parking_lot",
14835 "paths",
14836 "schemars 1.0.1",
14837 "serde",
14838 "serde_json",
14839 "serde_json_lenient",
14840 "snippet",
14841 "util",
14842 "workspace-hack",
14843]
14844
14845[[package]]
14846name = "snippets_ui"
14847version = "0.1.0"
14848dependencies = [
14849 "file_finder",
14850 "file_icons",
14851 "fuzzy",
14852 "gpui",
14853 "language",
14854 "paths",
14855 "picker",
14856 "settings",
14857 "ui",
14858 "util",
14859 "workspace",
14860 "workspace-hack",
14861]
14862
14863[[package]]
14864name = "socket2"
14865version = "0.5.9"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14868dependencies = [
14869 "libc",
14870 "windows-sys 0.52.0",
14871]
14872
14873[[package]]
14874name = "spdx"
14875version = "0.10.8"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14878dependencies = [
14879 "smallvec",
14880]
14881
14882[[package]]
14883name = "spin"
14884version = "0.9.8"
14885source = "registry+https://github.com/rust-lang/crates.io-index"
14886checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14887dependencies = [
14888 "lock_api",
14889]
14890
14891[[package]]
14892name = "spirv"
14893version = "0.3.0+sdk-1.3.268.0"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14896dependencies = [
14897 "bitflags 2.9.0",
14898]
14899
14900[[package]]
14901name = "spki"
14902version = "0.6.0"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14905dependencies = [
14906 "base64ct",
14907 "der 0.6.1",
14908]
14909
14910[[package]]
14911name = "spki"
14912version = "0.7.3"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14915dependencies = [
14916 "base64ct",
14917 "der 0.7.10",
14918]
14919
14920[[package]]
14921name = "sptr"
14922version = "0.3.2"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14925
14926[[package]]
14927name = "sqlez"
14928version = "0.1.0"
14929dependencies = [
14930 "anyhow",
14931 "collections",
14932 "futures 0.3.31",
14933 "indoc",
14934 "libsqlite3-sys",
14935 "log",
14936 "parking_lot",
14937 "smol",
14938 "sqlformat",
14939 "thread_local",
14940 "util",
14941 "uuid",
14942 "workspace-hack",
14943]
14944
14945[[package]]
14946name = "sqlez_macros"
14947version = "0.1.0"
14948dependencies = [
14949 "sqlez",
14950 "sqlformat",
14951 "syn 2.0.101",
14952 "workspace-hack",
14953]
14954
14955[[package]]
14956name = "sqlformat"
14957version = "0.2.6"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14960dependencies = [
14961 "nom 7.1.3",
14962 "unicode_categories",
14963]
14964
14965[[package]]
14966name = "sqlx"
14967version = "0.8.5"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14970dependencies = [
14971 "sqlx-core",
14972 "sqlx-macros",
14973 "sqlx-mysql",
14974 "sqlx-postgres",
14975 "sqlx-sqlite",
14976]
14977
14978[[package]]
14979name = "sqlx-core"
14980version = "0.8.5"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14983dependencies = [
14984 "base64 0.22.1",
14985 "bigdecimal",
14986 "bytes 1.10.1",
14987 "chrono",
14988 "crc",
14989 "crossbeam-queue",
14990 "either",
14991 "event-listener 5.4.0",
14992 "futures-core",
14993 "futures-intrusive",
14994 "futures-io",
14995 "futures-util",
14996 "hashbrown 0.15.3",
14997 "hashlink 0.10.0",
14998 "indexmap 2.9.0",
14999 "log",
15000 "memchr",
15001 "once_cell",
15002 "percent-encoding",
15003 "rust_decimal",
15004 "rustls 0.23.26",
15005 "serde",
15006 "serde_json",
15007 "sha2",
15008 "smallvec",
15009 "thiserror 2.0.12",
15010 "time",
15011 "tokio",
15012 "tokio-stream",
15013 "tracing",
15014 "url",
15015 "uuid",
15016 "webpki-roots",
15017]
15018
15019[[package]]
15020name = "sqlx-macros"
15021version = "0.8.5"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15024dependencies = [
15025 "proc-macro2",
15026 "quote",
15027 "sqlx-core",
15028 "sqlx-macros-core",
15029 "syn 2.0.101",
15030]
15031
15032[[package]]
15033name = "sqlx-macros-core"
15034version = "0.8.5"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15037dependencies = [
15038 "dotenvy",
15039 "either",
15040 "heck 0.5.0",
15041 "hex",
15042 "once_cell",
15043 "proc-macro2",
15044 "quote",
15045 "serde",
15046 "serde_json",
15047 "sha2",
15048 "sqlx-core",
15049 "sqlx-mysql",
15050 "sqlx-postgres",
15051 "sqlx-sqlite",
15052 "syn 2.0.101",
15053 "tempfile",
15054 "tokio",
15055 "url",
15056]
15057
15058[[package]]
15059name = "sqlx-mysql"
15060version = "0.8.5"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15063dependencies = [
15064 "atoi",
15065 "base64 0.22.1",
15066 "bigdecimal",
15067 "bitflags 2.9.0",
15068 "byteorder",
15069 "bytes 1.10.1",
15070 "chrono",
15071 "crc",
15072 "digest",
15073 "dotenvy",
15074 "either",
15075 "futures-channel",
15076 "futures-core",
15077 "futures-io",
15078 "futures-util",
15079 "generic-array",
15080 "hex",
15081 "hkdf",
15082 "hmac",
15083 "itoa",
15084 "log",
15085 "md-5",
15086 "memchr",
15087 "once_cell",
15088 "percent-encoding",
15089 "rand 0.8.5",
15090 "rsa",
15091 "rust_decimal",
15092 "serde",
15093 "sha1",
15094 "sha2",
15095 "smallvec",
15096 "sqlx-core",
15097 "stringprep",
15098 "thiserror 2.0.12",
15099 "time",
15100 "tracing",
15101 "uuid",
15102 "whoami",
15103]
15104
15105[[package]]
15106name = "sqlx-postgres"
15107version = "0.8.5"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15110dependencies = [
15111 "atoi",
15112 "base64 0.22.1",
15113 "bigdecimal",
15114 "bitflags 2.9.0",
15115 "byteorder",
15116 "chrono",
15117 "crc",
15118 "dotenvy",
15119 "etcetera",
15120 "futures-channel",
15121 "futures-core",
15122 "futures-util",
15123 "hex",
15124 "hkdf",
15125 "hmac",
15126 "home",
15127 "itoa",
15128 "log",
15129 "md-5",
15130 "memchr",
15131 "num-bigint",
15132 "once_cell",
15133 "rand 0.8.5",
15134 "rust_decimal",
15135 "serde",
15136 "serde_json",
15137 "sha2",
15138 "smallvec",
15139 "sqlx-core",
15140 "stringprep",
15141 "thiserror 2.0.12",
15142 "time",
15143 "tracing",
15144 "uuid",
15145 "whoami",
15146]
15147
15148[[package]]
15149name = "sqlx-sqlite"
15150version = "0.8.5"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15153dependencies = [
15154 "atoi",
15155 "chrono",
15156 "flume",
15157 "futures-channel",
15158 "futures-core",
15159 "futures-executor",
15160 "futures-intrusive",
15161 "futures-util",
15162 "libsqlite3-sys",
15163 "log",
15164 "percent-encoding",
15165 "serde",
15166 "serde_urlencoded",
15167 "sqlx-core",
15168 "thiserror 2.0.12",
15169 "time",
15170 "tracing",
15171 "url",
15172 "uuid",
15173]
15174
15175[[package]]
15176name = "stable_deref_trait"
15177version = "1.2.0"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15180
15181[[package]]
15182name = "stacker"
15183version = "0.1.21"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15186dependencies = [
15187 "cc",
15188 "cfg-if",
15189 "libc",
15190 "psm",
15191 "windows-sys 0.59.0",
15192]
15193
15194[[package]]
15195name = "stacksafe"
15196version = "0.1.4"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15199dependencies = [
15200 "stacker",
15201 "stacksafe-macro",
15202]
15203
15204[[package]]
15205name = "stacksafe-macro"
15206version = "0.1.4"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15209dependencies = [
15210 "proc-macro-error2",
15211 "quote",
15212 "syn 2.0.101",
15213]
15214
15215[[package]]
15216name = "static_assertions"
15217version = "1.1.0"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15220
15221[[package]]
15222name = "story"
15223version = "0.1.0"
15224dependencies = [
15225 "gpui",
15226 "itertools 0.14.0",
15227 "smallvec",
15228 "workspace-hack",
15229]
15230
15231[[package]]
15232name = "storybook"
15233version = "0.1.0"
15234dependencies = [
15235 "anyhow",
15236 "clap",
15237 "collab_ui",
15238 "ctrlc",
15239 "dialoguer",
15240 "editor",
15241 "fuzzy",
15242 "gpui",
15243 "indoc",
15244 "language",
15245 "log",
15246 "menu",
15247 "picker",
15248 "project",
15249 "reqwest_client",
15250 "rust-embed",
15251 "settings",
15252 "simplelog",
15253 "story",
15254 "strum 0.27.1",
15255 "theme",
15256 "title_bar",
15257 "ui",
15258 "workspace",
15259 "workspace-hack",
15260]
15261
15262[[package]]
15263name = "streaming-iterator"
15264version = "0.1.9"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15267
15268[[package]]
15269name = "streaming_diff"
15270version = "0.1.0"
15271dependencies = [
15272 "ordered-float 2.10.1",
15273 "rand 0.9.1",
15274 "rope",
15275 "util",
15276 "workspace-hack",
15277]
15278
15279[[package]]
15280name = "strength_reduce"
15281version = "0.2.4"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15284
15285[[package]]
15286name = "strict-num"
15287version = "0.1.1"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15290dependencies = [
15291 "float-cmp",
15292]
15293
15294[[package]]
15295name = "string_cache"
15296version = "0.8.9"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15299dependencies = [
15300 "new_debug_unreachable",
15301 "parking_lot",
15302 "phf_shared",
15303 "precomputed-hash",
15304 "serde",
15305]
15306
15307[[package]]
15308name = "string_cache_codegen"
15309version = "0.5.4"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15312dependencies = [
15313 "phf_generator",
15314 "phf_shared",
15315 "proc-macro2",
15316 "quote",
15317]
15318
15319[[package]]
15320name = "stringprep"
15321version = "0.1.5"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15324dependencies = [
15325 "unicode-bidi",
15326 "unicode-normalization",
15327 "unicode-properties",
15328]
15329
15330[[package]]
15331name = "strsim"
15332version = "0.11.1"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15335
15336[[package]]
15337name = "strum"
15338version = "0.26.3"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15341dependencies = [
15342 "strum_macros 0.26.4",
15343]
15344
15345[[package]]
15346name = "strum"
15347version = "0.27.1"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15350dependencies = [
15351 "strum_macros 0.27.1",
15352]
15353
15354[[package]]
15355name = "strum_macros"
15356version = "0.26.4"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15359dependencies = [
15360 "heck 0.5.0",
15361 "proc-macro2",
15362 "quote",
15363 "rustversion",
15364 "syn 2.0.101",
15365]
15366
15367[[package]]
15368name = "strum_macros"
15369version = "0.27.1"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15372dependencies = [
15373 "heck 0.5.0",
15374 "proc-macro2",
15375 "quote",
15376 "rustversion",
15377 "syn 2.0.101",
15378]
15379
15380[[package]]
15381name = "subtle"
15382version = "2.6.1"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15385
15386[[package]]
15387name = "sum_tree"
15388version = "0.1.0"
15389dependencies = [
15390 "arrayvec",
15391 "ctor",
15392 "log",
15393 "rand 0.9.1",
15394 "rayon",
15395 "workspace-hack",
15396 "zlog",
15397]
15398
15399[[package]]
15400name = "supermaven"
15401version = "0.1.0"
15402dependencies = [
15403 "anyhow",
15404 "client",
15405 "collections",
15406 "edit_prediction",
15407 "editor",
15408 "env_logger 0.11.8",
15409 "futures 0.3.31",
15410 "gpui",
15411 "http_client",
15412 "language",
15413 "log",
15414 "postage",
15415 "project",
15416 "serde",
15417 "serde_json",
15418 "settings",
15419 "smol",
15420 "supermaven_api",
15421 "text",
15422 "theme",
15423 "ui",
15424 "unicode-segmentation",
15425 "util",
15426 "workspace-hack",
15427]
15428
15429[[package]]
15430name = "supermaven_api"
15431version = "0.1.0"
15432dependencies = [
15433 "anyhow",
15434 "futures 0.3.31",
15435 "http_client",
15436 "paths",
15437 "serde",
15438 "serde_json",
15439 "smol",
15440 "util",
15441 "workspace-hack",
15442]
15443
15444[[package]]
15445name = "sval"
15446version = "2.14.1"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15449
15450[[package]]
15451name = "sval_buffer"
15452version = "2.14.1"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15455dependencies = [
15456 "sval",
15457 "sval_ref",
15458]
15459
15460[[package]]
15461name = "sval_dynamic"
15462version = "2.14.1"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15465dependencies = [
15466 "sval",
15467]
15468
15469[[package]]
15470name = "sval_fmt"
15471version = "2.14.1"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15474dependencies = [
15475 "itoa",
15476 "ryu",
15477 "sval",
15478]
15479
15480[[package]]
15481name = "sval_json"
15482version = "2.14.1"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15485dependencies = [
15486 "itoa",
15487 "ryu",
15488 "sval",
15489]
15490
15491[[package]]
15492name = "sval_nested"
15493version = "2.14.1"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15496dependencies = [
15497 "sval",
15498 "sval_buffer",
15499 "sval_ref",
15500]
15501
15502[[package]]
15503name = "sval_ref"
15504version = "2.14.1"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15507dependencies = [
15508 "sval",
15509]
15510
15511[[package]]
15512name = "sval_serde"
15513version = "2.14.1"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15516dependencies = [
15517 "serde",
15518 "sval",
15519 "sval_nested",
15520]
15521
15522[[package]]
15523name = "svg_fmt"
15524version = "0.4.5"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15527
15528[[package]]
15529name = "svg_preview"
15530version = "0.1.0"
15531dependencies = [
15532 "editor",
15533 "file_icons",
15534 "gpui",
15535 "multi_buffer",
15536 "ui",
15537 "workspace",
15538 "workspace-hack",
15539]
15540
15541[[package]]
15542name = "svgtypes"
15543version = "0.15.3"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15546dependencies = [
15547 "kurbo",
15548 "siphasher",
15549]
15550
15551[[package]]
15552name = "swash"
15553version = "0.2.2"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15556dependencies = [
15557 "skrifa",
15558 "yazi",
15559 "zeno",
15560]
15561
15562[[package]]
15563name = "symphonia"
15564version = "0.5.4"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15567dependencies = [
15568 "lazy_static",
15569 "symphonia-bundle-flac",
15570 "symphonia-bundle-mp3",
15571 "symphonia-codec-aac",
15572 "symphonia-codec-pcm",
15573 "symphonia-codec-vorbis",
15574 "symphonia-core",
15575 "symphonia-format-isomp4",
15576 "symphonia-format-ogg",
15577 "symphonia-format-riff",
15578 "symphonia-metadata",
15579]
15580
15581[[package]]
15582name = "symphonia-bundle-flac"
15583version = "0.5.4"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15586dependencies = [
15587 "log",
15588 "symphonia-core",
15589 "symphonia-metadata",
15590 "symphonia-utils-xiph",
15591]
15592
15593[[package]]
15594name = "symphonia-bundle-mp3"
15595version = "0.5.4"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15598dependencies = [
15599 "lazy_static",
15600 "log",
15601 "symphonia-core",
15602 "symphonia-metadata",
15603]
15604
15605[[package]]
15606name = "symphonia-codec-aac"
15607version = "0.5.4"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15610dependencies = [
15611 "lazy_static",
15612 "log",
15613 "symphonia-core",
15614]
15615
15616[[package]]
15617name = "symphonia-codec-pcm"
15618version = "0.5.4"
15619source = "registry+https://github.com/rust-lang/crates.io-index"
15620checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15621dependencies = [
15622 "log",
15623 "symphonia-core",
15624]
15625
15626[[package]]
15627name = "symphonia-codec-vorbis"
15628version = "0.5.4"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15631dependencies = [
15632 "log",
15633 "symphonia-core",
15634 "symphonia-utils-xiph",
15635]
15636
15637[[package]]
15638name = "symphonia-core"
15639version = "0.5.4"
15640source = "registry+https://github.com/rust-lang/crates.io-index"
15641checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15642dependencies = [
15643 "arrayvec",
15644 "bitflags 1.3.2",
15645 "bytemuck",
15646 "lazy_static",
15647 "log",
15648]
15649
15650[[package]]
15651name = "symphonia-format-isomp4"
15652version = "0.5.4"
15653source = "registry+https://github.com/rust-lang/crates.io-index"
15654checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15655dependencies = [
15656 "encoding_rs",
15657 "log",
15658 "symphonia-core",
15659 "symphonia-metadata",
15660 "symphonia-utils-xiph",
15661]
15662
15663[[package]]
15664name = "symphonia-format-ogg"
15665version = "0.5.4"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15668dependencies = [
15669 "log",
15670 "symphonia-core",
15671 "symphonia-metadata",
15672 "symphonia-utils-xiph",
15673]
15674
15675[[package]]
15676name = "symphonia-format-riff"
15677version = "0.5.4"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15680dependencies = [
15681 "extended",
15682 "log",
15683 "symphonia-core",
15684 "symphonia-metadata",
15685]
15686
15687[[package]]
15688name = "symphonia-metadata"
15689version = "0.5.4"
15690source = "registry+https://github.com/rust-lang/crates.io-index"
15691checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15692dependencies = [
15693 "encoding_rs",
15694 "lazy_static",
15695 "log",
15696 "symphonia-core",
15697]
15698
15699[[package]]
15700name = "symphonia-utils-xiph"
15701version = "0.5.4"
15702source = "registry+https://github.com/rust-lang/crates.io-index"
15703checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15704dependencies = [
15705 "symphonia-core",
15706 "symphonia-metadata",
15707]
15708
15709[[package]]
15710name = "syn"
15711version = "1.0.109"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15714dependencies = [
15715 "proc-macro2",
15716 "quote",
15717 "unicode-ident",
15718]
15719
15720[[package]]
15721name = "syn"
15722version = "2.0.101"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15725dependencies = [
15726 "proc-macro2",
15727 "quote",
15728 "unicode-ident",
15729]
15730
15731[[package]]
15732name = "sync_wrapper"
15733version = "0.1.2"
15734source = "registry+https://github.com/rust-lang/crates.io-index"
15735checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15736
15737[[package]]
15738name = "sync_wrapper"
15739version = "1.0.2"
15740source = "registry+https://github.com/rust-lang/crates.io-index"
15741checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15742dependencies = [
15743 "futures-core",
15744]
15745
15746[[package]]
15747name = "synchronoise"
15748version = "1.0.1"
15749source = "registry+https://github.com/rust-lang/crates.io-index"
15750checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15751dependencies = [
15752 "crossbeam-queue",
15753]
15754
15755[[package]]
15756name = "synstructure"
15757version = "0.13.1"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15760dependencies = [
15761 "proc-macro2",
15762 "quote",
15763 "syn 2.0.101",
15764]
15765
15766[[package]]
15767name = "sys-locale"
15768version = "0.3.2"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15771dependencies = [
15772 "libc",
15773]
15774
15775[[package]]
15776name = "sysctl"
15777version = "0.5.5"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15780dependencies = [
15781 "bitflags 2.9.0",
15782 "byteorder",
15783 "enum-as-inner",
15784 "libc",
15785 "thiserror 1.0.69",
15786 "walkdir",
15787]
15788
15789[[package]]
15790name = "sysctl"
15791version = "0.6.0"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15794dependencies = [
15795 "bitflags 2.9.0",
15796 "byteorder",
15797 "enum-as-inner",
15798 "libc",
15799 "thiserror 1.0.69",
15800 "walkdir",
15801]
15802
15803[[package]]
15804name = "sysinfo"
15805version = "0.31.4"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15808dependencies = [
15809 "core-foundation-sys",
15810 "libc",
15811 "memchr",
15812 "ntapi",
15813 "rayon",
15814 "windows 0.57.0",
15815]
15816
15817[[package]]
15818name = "system-configuration"
15819version = "0.5.1"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15822dependencies = [
15823 "bitflags 1.3.2",
15824 "core-foundation 0.9.4",
15825 "system-configuration-sys 0.5.0",
15826]
15827
15828[[package]]
15829name = "system-configuration"
15830version = "0.6.1"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15833dependencies = [
15834 "bitflags 2.9.0",
15835 "core-foundation 0.9.4",
15836 "system-configuration-sys 0.6.0",
15837]
15838
15839[[package]]
15840name = "system-configuration-sys"
15841version = "0.5.0"
15842source = "registry+https://github.com/rust-lang/crates.io-index"
15843checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15844dependencies = [
15845 "core-foundation-sys",
15846 "libc",
15847]
15848
15849[[package]]
15850name = "system-configuration-sys"
15851version = "0.6.0"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15854dependencies = [
15855 "core-foundation-sys",
15856 "libc",
15857]
15858
15859[[package]]
15860name = "system-deps"
15861version = "6.2.2"
15862source = "registry+https://github.com/rust-lang/crates.io-index"
15863checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15864dependencies = [
15865 "cfg-expr",
15866 "heck 0.5.0",
15867 "pkg-config",
15868 "toml 0.8.20",
15869 "version-compare",
15870]
15871
15872[[package]]
15873name = "system-interface"
15874version = "0.27.3"
15875source = "registry+https://github.com/rust-lang/crates.io-index"
15876checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15877dependencies = [
15878 "bitflags 2.9.0",
15879 "cap-fs-ext",
15880 "cap-std",
15881 "fd-lock",
15882 "io-lifetimes",
15883 "rustix 0.38.44",
15884 "windows-sys 0.59.0",
15885 "winx",
15886]
15887
15888[[package]]
15889name = "system_specs"
15890version = "0.1.0"
15891dependencies = [
15892 "anyhow",
15893 "client",
15894 "gpui",
15895 "human_bytes",
15896 "pciid-parser",
15897 "release_channel",
15898 "serde",
15899 "sysinfo",
15900 "workspace-hack",
15901]
15902
15903[[package]]
15904name = "tab_switcher"
15905version = "0.1.0"
15906dependencies = [
15907 "anyhow",
15908 "collections",
15909 "ctor",
15910 "editor",
15911 "fuzzy",
15912 "gpui",
15913 "language",
15914 "menu",
15915 "picker",
15916 "project",
15917 "schemars 1.0.1",
15918 "serde",
15919 "serde_json",
15920 "settings",
15921 "smol",
15922 "theme",
15923 "ui",
15924 "util",
15925 "workspace",
15926 "workspace-hack",
15927 "zlog",
15928]
15929
15930[[package]]
15931name = "taffy"
15932version = "0.9.0"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15935dependencies = [
15936 "arrayvec",
15937 "grid",
15938 "serde",
15939 "slotmap",
15940]
15941
15942[[package]]
15943name = "tagptr"
15944version = "0.2.0"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15947
15948[[package]]
15949name = "take-until"
15950version = "0.2.0"
15951source = "registry+https://github.com/rust-lang/crates.io-index"
15952checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15953
15954[[package]]
15955name = "tao-core-video-sys"
15956version = "0.2.0"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15959dependencies = [
15960 "cfg-if",
15961 "core-foundation-sys",
15962 "libc",
15963 "objc",
15964]
15965
15966[[package]]
15967name = "tap"
15968version = "1.0.1"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15971
15972[[package]]
15973name = "target-lexicon"
15974version = "0.12.16"
15975source = "registry+https://github.com/rust-lang/crates.io-index"
15976checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15977
15978[[package]]
15979name = "target-lexicon"
15980version = "0.13.2"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15983
15984[[package]]
15985name = "task"
15986version = "0.1.0"
15987dependencies = [
15988 "anyhow",
15989 "collections",
15990 "futures 0.3.31",
15991 "gpui",
15992 "hex",
15993 "log",
15994 "parking_lot",
15995 "pretty_assertions",
15996 "proto",
15997 "schemars 1.0.1",
15998 "serde",
15999 "serde_json",
16000 "serde_json_lenient",
16001 "sha2",
16002 "shellexpand 2.1.2",
16003 "util",
16004 "workspace-hack",
16005 "zed_actions",
16006]
16007
16008[[package]]
16009name = "tasks_ui"
16010version = "0.1.0"
16011dependencies = [
16012 "anyhow",
16013 "collections",
16014 "editor",
16015 "file_icons",
16016 "fuzzy",
16017 "gpui",
16018 "itertools 0.14.0",
16019 "language",
16020 "menu",
16021 "picker",
16022 "project",
16023 "serde",
16024 "serde_json",
16025 "task",
16026 "tree-sitter-rust",
16027 "tree-sitter-typescript",
16028 "ui",
16029 "util",
16030 "workspace",
16031 "workspace-hack",
16032 "zed_actions",
16033]
16034
16035[[package]]
16036name = "telemetry"
16037version = "0.1.0"
16038dependencies = [
16039 "futures 0.3.31",
16040 "serde",
16041 "serde_json",
16042 "telemetry_events",
16043 "workspace-hack",
16044]
16045
16046[[package]]
16047name = "telemetry_events"
16048version = "0.1.0"
16049dependencies = [
16050 "semantic_version",
16051 "serde",
16052 "serde_json",
16053 "workspace-hack",
16054]
16055
16056[[package]]
16057name = "tempfile"
16058version = "3.20.0"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16061dependencies = [
16062 "fastrand 2.3.0",
16063 "getrandom 0.3.2",
16064 "once_cell",
16065 "rustix 1.0.7",
16066 "windows-sys 0.59.0",
16067]
16068
16069[[package]]
16070name = "tendril"
16071version = "0.4.3"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16074dependencies = [
16075 "futf",
16076 "mac",
16077 "utf-8",
16078]
16079
16080[[package]]
16081name = "termcolor"
16082version = "1.4.1"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16085dependencies = [
16086 "winapi-util",
16087]
16088
16089[[package]]
16090name = "terminal"
16091version = "0.1.0"
16092dependencies = [
16093 "alacritty_terminal",
16094 "anyhow",
16095 "collections",
16096 "futures 0.3.31",
16097 "gpui",
16098 "itertools 0.14.0",
16099 "libc",
16100 "log",
16101 "rand 0.9.1",
16102 "regex",
16103 "release_channel",
16104 "schemars 1.0.1",
16105 "serde",
16106 "settings",
16107 "smol",
16108 "sysinfo",
16109 "task",
16110 "theme",
16111 "thiserror 2.0.12",
16112 "url",
16113 "urlencoding",
16114 "util",
16115 "windows 0.61.1",
16116 "workspace-hack",
16117]
16118
16119[[package]]
16120name = "terminal_size"
16121version = "0.4.2"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16124dependencies = [
16125 "rustix 1.0.7",
16126 "windows-sys 0.59.0",
16127]
16128
16129[[package]]
16130name = "terminal_view"
16131version = "0.1.0"
16132dependencies = [
16133 "anyhow",
16134 "assistant_slash_command",
16135 "async-recursion",
16136 "breadcrumbs",
16137 "client",
16138 "collections",
16139 "db",
16140 "dirs 4.0.0",
16141 "editor",
16142 "futures 0.3.31",
16143 "gpui",
16144 "itertools 0.14.0",
16145 "language",
16146 "log",
16147 "pretty_assertions",
16148 "project",
16149 "rand 0.9.1",
16150 "regex",
16151 "schemars 1.0.1",
16152 "search",
16153 "serde",
16154 "serde_json",
16155 "settings",
16156 "shellexpand 2.1.2",
16157 "smol",
16158 "task",
16159 "terminal",
16160 "theme",
16161 "ui",
16162 "util",
16163 "workspace",
16164 "workspace-hack",
16165 "zed_actions",
16166]
16167
16168[[package]]
16169name = "text"
16170version = "0.1.0"
16171dependencies = [
16172 "anyhow",
16173 "clock",
16174 "collections",
16175 "ctor",
16176 "gpui",
16177 "http_client",
16178 "log",
16179 "parking_lot",
16180 "postage",
16181 "rand 0.9.1",
16182 "regex",
16183 "rope",
16184 "smallvec",
16185 "sum_tree",
16186 "util",
16187 "workspace-hack",
16188 "zlog",
16189]
16190
16191[[package]]
16192name = "theme"
16193version = "0.1.0"
16194dependencies = [
16195 "anyhow",
16196 "collections",
16197 "derive_more",
16198 "fs",
16199 "futures 0.3.31",
16200 "gpui",
16201 "log",
16202 "palette",
16203 "parking_lot",
16204 "refineable",
16205 "schemars 1.0.1",
16206 "serde",
16207 "serde_json",
16208 "serde_json_lenient",
16209 "settings",
16210 "strum 0.27.1",
16211 "thiserror 2.0.12",
16212 "util",
16213 "uuid",
16214 "workspace-hack",
16215]
16216
16217[[package]]
16218name = "theme_extension"
16219version = "0.1.0"
16220dependencies = [
16221 "anyhow",
16222 "extension",
16223 "fs",
16224 "gpui",
16225 "theme",
16226 "workspace-hack",
16227]
16228
16229[[package]]
16230name = "theme_importer"
16231version = "0.1.0"
16232dependencies = [
16233 "anyhow",
16234 "clap",
16235 "collections",
16236 "gpui",
16237 "indexmap 2.9.0",
16238 "log",
16239 "palette",
16240 "serde",
16241 "serde_json",
16242 "serde_json_lenient",
16243 "simplelog",
16244 "strum 0.27.1",
16245 "theme",
16246 "vscode_theme",
16247 "workspace-hack",
16248]
16249
16250[[package]]
16251name = "theme_selector"
16252version = "0.1.0"
16253dependencies = [
16254 "fs",
16255 "fuzzy",
16256 "gpui",
16257 "log",
16258 "picker",
16259 "serde",
16260 "settings",
16261 "telemetry",
16262 "theme",
16263 "ui",
16264 "util",
16265 "workspace",
16266 "workspace-hack",
16267 "zed_actions",
16268]
16269
16270[[package]]
16271name = "thiserror"
16272version = "1.0.69"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16275dependencies = [
16276 "thiserror-impl 1.0.69",
16277]
16278
16279[[package]]
16280name = "thiserror"
16281version = "2.0.12"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16284dependencies = [
16285 "thiserror-impl 2.0.12",
16286]
16287
16288[[package]]
16289name = "thiserror-impl"
16290version = "1.0.69"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16293dependencies = [
16294 "proc-macro2",
16295 "quote",
16296 "syn 2.0.101",
16297]
16298
16299[[package]]
16300name = "thiserror-impl"
16301version = "2.0.12"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16304dependencies = [
16305 "proc-macro2",
16306 "quote",
16307 "syn 2.0.101",
16308]
16309
16310[[package]]
16311name = "thread_local"
16312version = "1.1.8"
16313source = "registry+https://github.com/rust-lang/crates.io-index"
16314checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16315dependencies = [
16316 "cfg-if",
16317 "once_cell",
16318]
16319
16320[[package]]
16321name = "tiff"
16322version = "0.9.1"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16325dependencies = [
16326 "flate2",
16327 "jpeg-decoder",
16328 "weezl",
16329]
16330
16331[[package]]
16332name = "tiktoken-rs"
16333version = "0.8.0"
16334source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16335dependencies = [
16336 "anyhow",
16337 "base64 0.22.1",
16338 "bstr",
16339 "fancy-regex 0.13.0",
16340 "lazy_static",
16341 "regex",
16342 "rustc-hash 1.1.0",
16343]
16344
16345[[package]]
16346name = "time"
16347version = "0.3.41"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16350dependencies = [
16351 "deranged",
16352 "itoa",
16353 "libc",
16354 "num-conv",
16355 "num_threads",
16356 "powerfmt",
16357 "serde",
16358 "time-core",
16359 "time-macros",
16360]
16361
16362[[package]]
16363name = "time-core"
16364version = "0.1.4"
16365source = "registry+https://github.com/rust-lang/crates.io-index"
16366checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16367
16368[[package]]
16369name = "time-macros"
16370version = "0.2.22"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16373dependencies = [
16374 "num-conv",
16375 "time-core",
16376]
16377
16378[[package]]
16379name = "time_format"
16380version = "0.1.0"
16381dependencies = [
16382 "core-foundation 0.10.0",
16383 "core-foundation-sys",
16384 "sys-locale",
16385 "time",
16386 "workspace-hack",
16387]
16388
16389[[package]]
16390name = "tiny-keccak"
16391version = "2.0.2"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16394dependencies = [
16395 "crunchy",
16396]
16397
16398[[package]]
16399name = "tiny-skia"
16400version = "0.11.4"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16403dependencies = [
16404 "arrayref",
16405 "arrayvec",
16406 "bytemuck",
16407 "cfg-if",
16408 "log",
16409 "png",
16410 "tiny-skia-path",
16411]
16412
16413[[package]]
16414name = "tiny-skia-path"
16415version = "0.11.4"
16416source = "registry+https://github.com/rust-lang/crates.io-index"
16417checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16418dependencies = [
16419 "arrayref",
16420 "bytemuck",
16421 "strict-num",
16422]
16423
16424[[package]]
16425name = "tiny_http"
16426version = "0.8.2"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16429dependencies = [
16430 "ascii",
16431 "chrono",
16432 "chunked_transfer",
16433 "log",
16434 "url",
16435]
16436
16437[[package]]
16438name = "tinystr"
16439version = "0.7.6"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16442dependencies = [
16443 "displaydoc",
16444 "zerovec",
16445]
16446
16447[[package]]
16448name = "tinytemplate"
16449version = "1.2.1"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16452dependencies = [
16453 "serde",
16454 "serde_json",
16455]
16456
16457[[package]]
16458name = "tinyvec"
16459version = "1.9.0"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16462dependencies = [
16463 "tinyvec_macros",
16464]
16465
16466[[package]]
16467name = "tinyvec_macros"
16468version = "0.1.1"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16471
16472[[package]]
16473name = "title_bar"
16474version = "0.1.0"
16475dependencies = [
16476 "anyhow",
16477 "auto_update",
16478 "call",
16479 "chrono",
16480 "client",
16481 "cloud_llm_client",
16482 "collections",
16483 "db",
16484 "gpui",
16485 "http_client",
16486 "notifications",
16487 "pretty_assertions",
16488 "project",
16489 "remote",
16490 "rpc",
16491 "schemars 1.0.1",
16492 "serde",
16493 "settings",
16494 "smallvec",
16495 "story",
16496 "telemetry",
16497 "theme",
16498 "tree-sitter-md",
16499 "ui",
16500 "util",
16501 "windows 0.61.1",
16502 "workspace",
16503 "workspace-hack",
16504 "zed_actions",
16505]
16506
16507[[package]]
16508name = "tokio"
16509version = "1.44.2"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16512dependencies = [
16513 "backtrace",
16514 "bytes 1.10.1",
16515 "libc",
16516 "mio 1.0.3",
16517 "parking_lot",
16518 "pin-project-lite",
16519 "signal-hook-registry",
16520 "socket2",
16521 "tokio-macros",
16522 "windows-sys 0.52.0",
16523]
16524
16525[[package]]
16526name = "tokio-io"
16527version = "0.1.13"
16528source = "registry+https://github.com/rust-lang/crates.io-index"
16529checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16530dependencies = [
16531 "bytes 0.4.12",
16532 "futures 0.1.31",
16533 "log",
16534]
16535
16536[[package]]
16537name = "tokio-macros"
16538version = "2.5.0"
16539source = "registry+https://github.com/rust-lang/crates.io-index"
16540checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16541dependencies = [
16542 "proc-macro2",
16543 "quote",
16544 "syn 2.0.101",
16545]
16546
16547[[package]]
16548name = "tokio-native-tls"
16549version = "0.3.1"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16552dependencies = [
16553 "native-tls",
16554 "tokio",
16555]
16556
16557[[package]]
16558name = "tokio-rustls"
16559version = "0.24.1"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16562dependencies = [
16563 "rustls 0.21.12",
16564 "tokio",
16565]
16566
16567[[package]]
16568name = "tokio-rustls"
16569version = "0.26.2"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16572dependencies = [
16573 "rustls 0.23.26",
16574 "tokio",
16575]
16576
16577[[package]]
16578name = "tokio-socks"
16579version = "0.5.2"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16582dependencies = [
16583 "either",
16584 "futures-io",
16585 "futures-util",
16586 "thiserror 1.0.69",
16587 "tokio",
16588]
16589
16590[[package]]
16591name = "tokio-stream"
16592version = "0.1.17"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16595dependencies = [
16596 "futures-core",
16597 "pin-project-lite",
16598 "tokio",
16599]
16600
16601[[package]]
16602name = "tokio-tungstenite"
16603version = "0.20.1"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16606dependencies = [
16607 "futures-util",
16608 "log",
16609 "tokio",
16610 "tungstenite 0.20.1",
16611]
16612
16613[[package]]
16614name = "tokio-tungstenite"
16615version = "0.21.0"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16618dependencies = [
16619 "futures-util",
16620 "log",
16621 "tokio",
16622 "tungstenite 0.21.0",
16623]
16624
16625[[package]]
16626name = "tokio-tungstenite"
16627version = "0.26.2"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16630dependencies = [
16631 "futures-util",
16632 "log",
16633 "rustls 0.23.26",
16634 "rustls-pki-types",
16635 "tokio",
16636 "tokio-rustls 0.26.2",
16637 "tungstenite 0.26.2",
16638]
16639
16640[[package]]
16641name = "tokio-util"
16642version = "0.7.14"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16645dependencies = [
16646 "bytes 1.10.1",
16647 "futures-core",
16648 "futures-io",
16649 "futures-sink",
16650 "pin-project-lite",
16651 "tokio",
16652]
16653
16654[[package]]
16655name = "toml"
16656version = "0.5.11"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16659dependencies = [
16660 "serde",
16661]
16662
16663[[package]]
16664name = "toml"
16665version = "0.8.20"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16668dependencies = [
16669 "serde",
16670 "serde_spanned",
16671 "toml_datetime",
16672 "toml_edit",
16673]
16674
16675[[package]]
16676name = "toml_datetime"
16677version = "0.6.9"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16680dependencies = [
16681 "serde",
16682]
16683
16684[[package]]
16685name = "toml_edit"
16686version = "0.22.26"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16689dependencies = [
16690 "indexmap 2.9.0",
16691 "serde",
16692 "serde_spanned",
16693 "toml_datetime",
16694 "toml_write",
16695 "winnow",
16696]
16697
16698[[package]]
16699name = "toml_write"
16700version = "0.1.1"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16703
16704[[package]]
16705name = "toolchain_selector"
16706version = "0.1.0"
16707dependencies = [
16708 "anyhow",
16709 "convert_case 0.8.0",
16710 "editor",
16711 "file_finder",
16712 "futures 0.3.31",
16713 "fuzzy",
16714 "gpui",
16715 "language",
16716 "menu",
16717 "picker",
16718 "project",
16719 "ui",
16720 "util",
16721 "workspace",
16722 "workspace-hack",
16723]
16724
16725[[package]]
16726name = "topological-sort"
16727version = "0.2.2"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16730
16731[[package]]
16732name = "tower"
16733version = "0.4.13"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16736dependencies = [
16737 "futures-core",
16738 "futures-util",
16739 "pin-project",
16740 "pin-project-lite",
16741 "tokio",
16742 "tower-layer",
16743 "tower-service",
16744 "tracing",
16745]
16746
16747[[package]]
16748name = "tower"
16749version = "0.5.2"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16752dependencies = [
16753 "futures-core",
16754 "futures-util",
16755 "pin-project-lite",
16756 "sync_wrapper 1.0.2",
16757 "tokio",
16758 "tower-layer",
16759 "tower-service",
16760]
16761
16762[[package]]
16763name = "tower-http"
16764version = "0.3.5"
16765source = "registry+https://github.com/rust-lang/crates.io-index"
16766checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16767dependencies = [
16768 "bitflags 1.3.2",
16769 "bytes 1.10.1",
16770 "futures-core",
16771 "futures-util",
16772 "http 0.2.12",
16773 "http-body 0.4.6",
16774 "http-range-header",
16775 "pin-project-lite",
16776 "tower-layer",
16777 "tower-service",
16778]
16779
16780[[package]]
16781name = "tower-http"
16782version = "0.4.4"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16785dependencies = [
16786 "bitflags 2.9.0",
16787 "bytes 1.10.1",
16788 "futures-core",
16789 "futures-util",
16790 "http 0.2.12",
16791 "http-body 0.4.6",
16792 "http-range-header",
16793 "pin-project-lite",
16794 "tower-layer",
16795 "tower-service",
16796 "tracing",
16797]
16798
16799[[package]]
16800name = "tower-layer"
16801version = "0.3.3"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16804
16805[[package]]
16806name = "tower-service"
16807version = "0.3.3"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16810
16811[[package]]
16812name = "tracing"
16813version = "0.1.41"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16816dependencies = [
16817 "log",
16818 "pin-project-lite",
16819 "tracing-attributes",
16820 "tracing-core",
16821]
16822
16823[[package]]
16824name = "tracing-attributes"
16825version = "0.1.28"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16828dependencies = [
16829 "proc-macro2",
16830 "quote",
16831 "syn 2.0.101",
16832]
16833
16834[[package]]
16835name = "tracing-core"
16836version = "0.1.33"
16837source = "registry+https://github.com/rust-lang/crates.io-index"
16838checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16839dependencies = [
16840 "once_cell",
16841 "valuable",
16842]
16843
16844[[package]]
16845name = "tracing-log"
16846version = "0.2.0"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16849dependencies = [
16850 "log",
16851 "once_cell",
16852 "tracing-core",
16853]
16854
16855[[package]]
16856name = "tracing-serde"
16857version = "0.2.0"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16860dependencies = [
16861 "serde",
16862 "tracing-core",
16863]
16864
16865[[package]]
16866name = "tracing-subscriber"
16867version = "0.3.20"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16870dependencies = [
16871 "matchers",
16872 "nu-ansi-term",
16873 "once_cell",
16874 "regex-automata",
16875 "serde",
16876 "serde_json",
16877 "sharded-slab",
16878 "smallvec",
16879 "thread_local",
16880 "tracing",
16881 "tracing-core",
16882 "tracing-log",
16883 "tracing-serde",
16884]
16885
16886[[package]]
16887name = "trait-variant"
16888version = "0.1.2"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16891dependencies = [
16892 "proc-macro2",
16893 "quote",
16894 "syn 2.0.101",
16895]
16896
16897[[package]]
16898name = "transpose"
16899version = "0.2.3"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16902dependencies = [
16903 "num-integer",
16904 "strength_reduce",
16905]
16906
16907[[package]]
16908name = "tree-sitter"
16909version = "0.25.6"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "a7cf18d43cbf0bfca51f657132cc616a5097edc4424d538bae6fa60142eaf9f0"
16912dependencies = [
16913 "cc",
16914 "regex",
16915 "regex-syntax",
16916 "serde_json",
16917 "streaming-iterator",
16918 "tree-sitter-language",
16919 "wasmtime-c-api-impl",
16920]
16921
16922[[package]]
16923name = "tree-sitter-bash"
16924version = "0.25.0"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16927dependencies = [
16928 "cc",
16929 "tree-sitter-language",
16930]
16931
16932[[package]]
16933name = "tree-sitter-c"
16934version = "0.23.4"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16937dependencies = [
16938 "cc",
16939 "tree-sitter-language",
16940]
16941
16942[[package]]
16943name = "tree-sitter-cpp"
16944version = "0.23.4"
16945source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16946dependencies = [
16947 "cc",
16948 "tree-sitter-language",
16949]
16950
16951[[package]]
16952name = "tree-sitter-css"
16953version = "0.23.2"
16954source = "registry+https://github.com/rust-lang/crates.io-index"
16955checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16956dependencies = [
16957 "cc",
16958 "tree-sitter-language",
16959]
16960
16961[[package]]
16962name = "tree-sitter-diff"
16963version = "0.1.0"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16966dependencies = [
16967 "cc",
16968 "tree-sitter-language",
16969]
16970
16971[[package]]
16972name = "tree-sitter-elixir"
16973version = "0.3.4"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16976dependencies = [
16977 "cc",
16978 "tree-sitter-language",
16979]
16980
16981[[package]]
16982name = "tree-sitter-embedded-template"
16983version = "0.23.2"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16986dependencies = [
16987 "cc",
16988 "tree-sitter-language",
16989]
16990
16991[[package]]
16992name = "tree-sitter-gitcommit"
16993version = "0.0.1"
16994source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16995dependencies = [
16996 "cc",
16997 "tree-sitter-language",
16998]
16999
17000[[package]]
17001name = "tree-sitter-go"
17002version = "0.23.4"
17003source = "registry+https://github.com/rust-lang/crates.io-index"
17004checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17005dependencies = [
17006 "cc",
17007 "tree-sitter-language",
17008]
17009
17010[[package]]
17011name = "tree-sitter-gomod"
17012version = "1.1.1"
17013source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17014dependencies = [
17015 "cc",
17016 "tree-sitter-language",
17017]
17018
17019[[package]]
17020name = "tree-sitter-gowork"
17021version = "0.0.1"
17022source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17023dependencies = [
17024 "cc",
17025 "tree-sitter-language",
17026]
17027
17028[[package]]
17029name = "tree-sitter-heex"
17030version = "0.0.1"
17031source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17032dependencies = [
17033 "cc",
17034 "tree-sitter-language",
17035]
17036
17037[[package]]
17038name = "tree-sitter-html"
17039version = "0.23.2"
17040source = "registry+https://github.com/rust-lang/crates.io-index"
17041checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17042dependencies = [
17043 "cc",
17044 "tree-sitter-language",
17045]
17046
17047[[package]]
17048name = "tree-sitter-jsdoc"
17049version = "0.23.2"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17052dependencies = [
17053 "cc",
17054 "tree-sitter-language",
17055]
17056
17057[[package]]
17058name = "tree-sitter-json"
17059version = "0.24.8"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17062dependencies = [
17063 "cc",
17064 "tree-sitter-language",
17065]
17066
17067[[package]]
17068name = "tree-sitter-language"
17069version = "0.1.5"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17072
17073[[package]]
17074name = "tree-sitter-md"
17075version = "0.3.2"
17076source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17077dependencies = [
17078 "cc",
17079 "tree-sitter-language",
17080]
17081
17082[[package]]
17083name = "tree-sitter-python"
17084version = "0.25.0"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17087dependencies = [
17088 "cc",
17089 "tree-sitter-language",
17090]
17091
17092[[package]]
17093name = "tree-sitter-regex"
17094version = "0.24.3"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17097dependencies = [
17098 "cc",
17099 "tree-sitter-language",
17100]
17101
17102[[package]]
17103name = "tree-sitter-ruby"
17104version = "0.23.1"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17107dependencies = [
17108 "cc",
17109 "tree-sitter-language",
17110]
17111
17112[[package]]
17113name = "tree-sitter-rust"
17114version = "0.24.0"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17117dependencies = [
17118 "cc",
17119 "tree-sitter-language",
17120]
17121
17122[[package]]
17123name = "tree-sitter-typescript"
17124version = "0.23.2"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17127dependencies = [
17128 "cc",
17129 "tree-sitter-language",
17130]
17131
17132[[package]]
17133name = "tree-sitter-yaml"
17134version = "0.6.1"
17135source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17136dependencies = [
17137 "cc",
17138 "tree-sitter-language",
17139]
17140
17141[[package]]
17142name = "try-lock"
17143version = "0.2.5"
17144source = "registry+https://github.com/rust-lang/crates.io-index"
17145checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17146
17147[[package]]
17148name = "ttf-parser"
17149version = "0.20.0"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17152
17153[[package]]
17154name = "ttf-parser"
17155version = "0.21.1"
17156source = "registry+https://github.com/rust-lang/crates.io-index"
17157checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17158
17159[[package]]
17160name = "ttf-parser"
17161version = "0.25.1"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17164dependencies = [
17165 "core_maths",
17166]
17167
17168[[package]]
17169name = "tungstenite"
17170version = "0.20.1"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17173dependencies = [
17174 "byteorder",
17175 "bytes 1.10.1",
17176 "data-encoding",
17177 "http 0.2.12",
17178 "httparse",
17179 "log",
17180 "rand 0.8.5",
17181 "sha1",
17182 "thiserror 1.0.69",
17183 "url",
17184 "utf-8",
17185]
17186
17187[[package]]
17188name = "tungstenite"
17189version = "0.21.0"
17190source = "registry+https://github.com/rust-lang/crates.io-index"
17191checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17192dependencies = [
17193 "byteorder",
17194 "bytes 1.10.1",
17195 "data-encoding",
17196 "http 1.3.1",
17197 "httparse",
17198 "log",
17199 "rand 0.8.5",
17200 "sha1",
17201 "thiserror 1.0.69",
17202 "url",
17203 "utf-8",
17204]
17205
17206[[package]]
17207name = "tungstenite"
17208version = "0.26.2"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17211dependencies = [
17212 "bytes 1.10.1",
17213 "data-encoding",
17214 "http 1.3.1",
17215 "httparse",
17216 "log",
17217 "rand 0.9.1",
17218 "rustls 0.23.26",
17219 "rustls-pki-types",
17220 "sha1",
17221 "thiserror 2.0.12",
17222 "utf-8",
17223]
17224
17225[[package]]
17226name = "typed-path"
17227version = "0.11.0"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17230
17231[[package]]
17232name = "typeid"
17233version = "1.0.3"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17236
17237[[package]]
17238name = "typenum"
17239version = "1.18.0"
17240source = "registry+https://github.com/rust-lang/crates.io-index"
17241checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17242
17243[[package]]
17244name = "ucd-trie"
17245version = "0.1.7"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17248
17249[[package]]
17250name = "uds"
17251version = "0.4.2"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17254dependencies = [
17255 "libc",
17256]
17257
17258[[package]]
17259name = "uds_windows"
17260version = "1.1.0"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17263dependencies = [
17264 "memoffset",
17265 "tempfile",
17266 "winapi",
17267]
17268
17269[[package]]
17270name = "ug"
17271version = "0.4.0"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17274dependencies = [
17275 "gemm 0.18.2",
17276 "half",
17277 "libloading",
17278 "memmap2",
17279 "num",
17280 "num-traits",
17281 "num_cpus",
17282 "rayon",
17283 "safetensors",
17284 "serde",
17285 "thiserror 1.0.69",
17286 "tracing",
17287 "yoke",
17288]
17289
17290[[package]]
17291name = "ui"
17292version = "0.1.0"
17293dependencies = [
17294 "chrono",
17295 "component",
17296 "documented",
17297 "gpui",
17298 "gpui_macros",
17299 "icons",
17300 "itertools 0.14.0",
17301 "menu",
17302 "schemars 1.0.1",
17303 "serde",
17304 "settings",
17305 "smallvec",
17306 "story",
17307 "strum 0.27.1",
17308 "theme",
17309 "ui_macros",
17310 "util",
17311 "windows 0.61.1",
17312 "workspace-hack",
17313]
17314
17315[[package]]
17316name = "ui_input"
17317version = "0.1.0"
17318dependencies = [
17319 "component",
17320 "editor",
17321 "gpui",
17322 "settings",
17323 "theme",
17324 "ui",
17325 "workspace-hack",
17326]
17327
17328[[package]]
17329name = "ui_macros"
17330version = "0.1.0"
17331dependencies = [
17332 "component",
17333 "quote",
17334 "syn 2.0.101",
17335 "ui",
17336 "workspace-hack",
17337]
17338
17339[[package]]
17340name = "ui_prompt"
17341version = "0.1.0"
17342dependencies = [
17343 "gpui",
17344 "markdown",
17345 "menu",
17346 "settings",
17347 "theme",
17348 "ui",
17349 "workspace",
17350 "workspace-hack",
17351]
17352
17353[[package]]
17354name = "unicase"
17355version = "2.8.1"
17356source = "registry+https://github.com/rust-lang/crates.io-index"
17357checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17358
17359[[package]]
17360name = "unicode-bidi"
17361version = "0.3.18"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17364
17365[[package]]
17366name = "unicode-bidi-mirroring"
17367version = "0.2.0"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17370
17371[[package]]
17372name = "unicode-bidi-mirroring"
17373version = "0.4.0"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17376
17377[[package]]
17378name = "unicode-ccc"
17379version = "0.2.0"
17380source = "registry+https://github.com/rust-lang/crates.io-index"
17381checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17382
17383[[package]]
17384name = "unicode-ccc"
17385version = "0.4.0"
17386source = "registry+https://github.com/rust-lang/crates.io-index"
17387checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17388
17389[[package]]
17390name = "unicode-ident"
17391version = "1.0.18"
17392source = "registry+https://github.com/rust-lang/crates.io-index"
17393checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17394
17395[[package]]
17396name = "unicode-linebreak"
17397version = "0.1.5"
17398source = "registry+https://github.com/rust-lang/crates.io-index"
17399checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17400
17401[[package]]
17402name = "unicode-normalization"
17403version = "0.1.24"
17404source = "registry+https://github.com/rust-lang/crates.io-index"
17405checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17406dependencies = [
17407 "tinyvec",
17408]
17409
17410[[package]]
17411name = "unicode-properties"
17412version = "0.1.3"
17413source = "registry+https://github.com/rust-lang/crates.io-index"
17414checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17415
17416[[package]]
17417name = "unicode-script"
17418version = "0.5.7"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17421
17422[[package]]
17423name = "unicode-segmentation"
17424version = "1.12.0"
17425source = "registry+https://github.com/rust-lang/crates.io-index"
17426checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17427
17428[[package]]
17429name = "unicode-vo"
17430version = "0.1.0"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17433
17434[[package]]
17435name = "unicode-width"
17436version = "0.1.14"
17437source = "registry+https://github.com/rust-lang/crates.io-index"
17438checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
17439
17440[[package]]
17441name = "unicode-width"
17442version = "0.2.0"
17443source = "registry+https://github.com/rust-lang/crates.io-index"
17444checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17445
17446[[package]]
17447name = "unicode-xid"
17448version = "0.2.6"
17449source = "registry+https://github.com/rust-lang/crates.io-index"
17450checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17451
17452[[package]]
17453name = "unicode_categories"
17454version = "0.1.1"
17455source = "registry+https://github.com/rust-lang/crates.io-index"
17456checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17457
17458[[package]]
17459name = "unindent"
17460version = "0.2.4"
17461source = "registry+https://github.com/rust-lang/crates.io-index"
17462checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17463
17464[[package]]
17465name = "untrusted"
17466version = "0.9.0"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17469
17470[[package]]
17471name = "url"
17472version = "2.5.4"
17473source = "registry+https://github.com/rust-lang/crates.io-index"
17474checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17475dependencies = [
17476 "form_urlencoded",
17477 "idna",
17478 "percent-encoding",
17479 "serde",
17480]
17481
17482[[package]]
17483name = "urlencoding"
17484version = "2.1.3"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17487
17488[[package]]
17489name = "usvg"
17490version = "0.45.1"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17493dependencies = [
17494 "base64 0.22.1",
17495 "data-url",
17496 "flate2",
17497 "fontdb 0.23.0",
17498 "imagesize",
17499 "kurbo",
17500 "log",
17501 "pico-args",
17502 "roxmltree",
17503 "rustybuzz 0.20.1",
17504 "simplecss",
17505 "siphasher",
17506 "strict-num",
17507 "svgtypes",
17508 "tiny-skia-path",
17509 "unicode-bidi",
17510 "unicode-script",
17511 "unicode-vo",
17512 "xmlwriter",
17513]
17514
17515[[package]]
17516name = "utf-8"
17517version = "0.7.6"
17518source = "registry+https://github.com/rust-lang/crates.io-index"
17519checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17520
17521[[package]]
17522name = "utf16_iter"
17523version = "1.0.5"
17524source = "registry+https://github.com/rust-lang/crates.io-index"
17525checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17526
17527[[package]]
17528name = "utf8_iter"
17529version = "1.0.4"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17532
17533[[package]]
17534name = "utf8parse"
17535version = "0.2.2"
17536source = "registry+https://github.com/rust-lang/crates.io-index"
17537checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17538
17539[[package]]
17540name = "util"
17541version = "0.1.0"
17542dependencies = [
17543 "anyhow",
17544 "async-fs",
17545 "async_zip",
17546 "collections",
17547 "command-fds",
17548 "dirs 4.0.0",
17549 "dunce",
17550 "futures 0.3.31",
17551 "futures-lite 1.13.0",
17552 "git2",
17553 "globset",
17554 "indoc",
17555 "itertools 0.14.0",
17556 "libc",
17557 "log",
17558 "nix 0.29.0",
17559 "pretty_assertions",
17560 "rand 0.9.1",
17561 "regex",
17562 "rust-embed",
17563 "schemars 1.0.1",
17564 "serde",
17565 "serde_json",
17566 "serde_json_lenient",
17567 "shlex",
17568 "smol",
17569 "take-until",
17570 "tempfile",
17571 "tendril",
17572 "unicase",
17573 "util_macros",
17574 "walkdir",
17575 "workspace-hack",
17576]
17577
17578[[package]]
17579name = "util_macros"
17580version = "0.1.0"
17581dependencies = [
17582 "perf",
17583 "quote",
17584 "syn 2.0.101",
17585 "workspace-hack",
17586]
17587
17588[[package]]
17589name = "uuid"
17590version = "1.16.0"
17591source = "registry+https://github.com/rust-lang/crates.io-index"
17592checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17593dependencies = [
17594 "getrandom 0.3.2",
17595 "serde",
17596 "sha1_smol",
17597]
17598
17599[[package]]
17600name = "uuid-simd"
17601version = "0.8.0"
17602source = "registry+https://github.com/rust-lang/crates.io-index"
17603checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17604dependencies = [
17605 "outref",
17606 "uuid",
17607 "vsimd",
17608]
17609
17610[[package]]
17611name = "v_frame"
17612version = "0.3.8"
17613source = "registry+https://github.com/rust-lang/crates.io-index"
17614checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17615dependencies = [
17616 "aligned-vec",
17617 "num-traits",
17618 "wasm-bindgen",
17619]
17620
17621[[package]]
17622name = "valuable"
17623version = "0.1.1"
17624source = "registry+https://github.com/rust-lang/crates.io-index"
17625checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17626
17627[[package]]
17628name = "value-bag"
17629version = "1.11.1"
17630source = "registry+https://github.com/rust-lang/crates.io-index"
17631checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17632dependencies = [
17633 "value-bag-serde1",
17634 "value-bag-sval2",
17635]
17636
17637[[package]]
17638name = "value-bag-serde1"
17639version = "1.11.1"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17642dependencies = [
17643 "erased-serde",
17644 "serde",
17645 "serde_fmt",
17646]
17647
17648[[package]]
17649name = "value-bag-sval2"
17650version = "1.11.1"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17653dependencies = [
17654 "sval",
17655 "sval_buffer",
17656 "sval_dynamic",
17657 "sval_fmt",
17658 "sval_json",
17659 "sval_ref",
17660 "sval_serde",
17661]
17662
17663[[package]]
17664name = "vcpkg"
17665version = "0.2.15"
17666source = "registry+https://github.com/rust-lang/crates.io-index"
17667checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17668
17669[[package]]
17670name = "vercel"
17671version = "0.1.0"
17672dependencies = [
17673 "anyhow",
17674 "schemars 1.0.1",
17675 "serde",
17676 "strum 0.27.1",
17677 "workspace-hack",
17678]
17679
17680[[package]]
17681name = "version-compare"
17682version = "0.2.0"
17683source = "registry+https://github.com/rust-lang/crates.io-index"
17684checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17685
17686[[package]]
17687name = "version_check"
17688version = "0.9.5"
17689source = "registry+https://github.com/rust-lang/crates.io-index"
17690checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17691
17692[[package]]
17693name = "vim"
17694version = "0.1.0"
17695dependencies = [
17696 "anyhow",
17697 "assets",
17698 "async-compat",
17699 "async-trait",
17700 "collections",
17701 "command_palette",
17702 "command_palette_hooks",
17703 "db",
17704 "editor",
17705 "env_logger 0.11.8",
17706 "futures 0.3.31",
17707 "git_ui",
17708 "gpui",
17709 "indoc",
17710 "itertools 0.14.0",
17711 "language",
17712 "log",
17713 "lsp",
17714 "multi_buffer",
17715 "nvim-rs",
17716 "parking_lot",
17717 "perf",
17718 "picker",
17719 "project",
17720 "project_panel",
17721 "regex",
17722 "release_channel",
17723 "schemars 1.0.1",
17724 "search",
17725 "serde",
17726 "serde_json",
17727 "settings",
17728 "task",
17729 "text",
17730 "theme",
17731 "tokio",
17732 "ui",
17733 "util",
17734 "util_macros",
17735 "vim_mode_setting",
17736 "workspace",
17737 "workspace-hack",
17738 "zed_actions",
17739]
17740
17741[[package]]
17742name = "vim_mode_setting"
17743version = "0.1.0"
17744dependencies = [
17745 "gpui",
17746 "settings",
17747 "workspace-hack",
17748]
17749
17750[[package]]
17751name = "vscode_theme"
17752version = "0.2.0"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17755dependencies = [
17756 "serde",
17757]
17758
17759[[package]]
17760name = "vsimd"
17761version = "0.8.0"
17762source = "registry+https://github.com/rust-lang/crates.io-index"
17763checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17764
17765[[package]]
17766name = "vswhom"
17767version = "0.1.0"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17770dependencies = [
17771 "libc",
17772 "vswhom-sys",
17773]
17774
17775[[package]]
17776name = "vswhom-sys"
17777version = "0.1.3"
17778source = "registry+https://github.com/rust-lang/crates.io-index"
17779checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17780dependencies = [
17781 "cc",
17782 "libc",
17783]
17784
17785[[package]]
17786name = "vte"
17787version = "0.15.0"
17788source = "registry+https://github.com/rust-lang/crates.io-index"
17789checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17790dependencies = [
17791 "arrayvec",
17792 "bitflags 2.9.0",
17793 "cursor-icon",
17794 "log",
17795 "memchr",
17796 "serde",
17797]
17798
17799[[package]]
17800name = "waker-fn"
17801version = "1.2.0"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17804
17805[[package]]
17806name = "walkdir"
17807version = "2.5.0"
17808source = "registry+https://github.com/rust-lang/crates.io-index"
17809checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17810dependencies = [
17811 "same-file",
17812 "winapi-util",
17813]
17814
17815[[package]]
17816name = "want"
17817version = "0.3.1"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17820dependencies = [
17821 "try-lock",
17822]
17823
17824[[package]]
17825name = "warp"
17826version = "0.3.7"
17827source = "registry+https://github.com/rust-lang/crates.io-index"
17828checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17829dependencies = [
17830 "bytes 1.10.1",
17831 "futures-channel",
17832 "futures-util",
17833 "headers",
17834 "http 0.2.12",
17835 "hyper 0.14.32",
17836 "log",
17837 "mime",
17838 "mime_guess",
17839 "percent-encoding",
17840 "pin-project",
17841 "scoped-tls",
17842 "serde",
17843 "serde_json",
17844 "serde_urlencoded",
17845 "tokio",
17846 "tokio-tungstenite 0.21.0",
17847 "tokio-util",
17848 "tower-service",
17849 "tracing",
17850]
17851
17852[[package]]
17853name = "wasi"
17854version = "0.11.0+wasi-snapshot-preview1"
17855source = "registry+https://github.com/rust-lang/crates.io-index"
17856checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17857
17858[[package]]
17859name = "wasi"
17860version = "0.14.2+wasi-0.2.4"
17861source = "registry+https://github.com/rust-lang/crates.io-index"
17862checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17863dependencies = [
17864 "wit-bindgen-rt 0.39.0",
17865]
17866
17867[[package]]
17868name = "wasite"
17869version = "0.1.0"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17872
17873[[package]]
17874name = "wasm-bindgen"
17875version = "0.2.100"
17876source = "registry+https://github.com/rust-lang/crates.io-index"
17877checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17878dependencies = [
17879 "cfg-if",
17880 "once_cell",
17881 "rustversion",
17882 "wasm-bindgen-macro",
17883]
17884
17885[[package]]
17886name = "wasm-bindgen-backend"
17887version = "0.2.100"
17888source = "registry+https://github.com/rust-lang/crates.io-index"
17889checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17890dependencies = [
17891 "bumpalo",
17892 "log",
17893 "proc-macro2",
17894 "quote",
17895 "syn 2.0.101",
17896 "wasm-bindgen-shared",
17897]
17898
17899[[package]]
17900name = "wasm-bindgen-futures"
17901version = "0.4.50"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17904dependencies = [
17905 "cfg-if",
17906 "js-sys",
17907 "once_cell",
17908 "wasm-bindgen",
17909 "web-sys",
17910]
17911
17912[[package]]
17913name = "wasm-bindgen-macro"
17914version = "0.2.100"
17915source = "registry+https://github.com/rust-lang/crates.io-index"
17916checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17917dependencies = [
17918 "quote",
17919 "wasm-bindgen-macro-support",
17920]
17921
17922[[package]]
17923name = "wasm-bindgen-macro-support"
17924version = "0.2.100"
17925source = "registry+https://github.com/rust-lang/crates.io-index"
17926checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17927dependencies = [
17928 "proc-macro2",
17929 "quote",
17930 "syn 2.0.101",
17931 "wasm-bindgen-backend",
17932 "wasm-bindgen-shared",
17933]
17934
17935[[package]]
17936name = "wasm-bindgen-shared"
17937version = "0.2.100"
17938source = "registry+https://github.com/rust-lang/crates.io-index"
17939checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17940dependencies = [
17941 "unicode-ident",
17942]
17943
17944[[package]]
17945name = "wasm-encoder"
17946version = "0.201.0"
17947source = "registry+https://github.com/rust-lang/crates.io-index"
17948checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17949dependencies = [
17950 "leb128",
17951]
17952
17953[[package]]
17954name = "wasm-encoder"
17955version = "0.221.3"
17956source = "registry+https://github.com/rust-lang/crates.io-index"
17957checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17958dependencies = [
17959 "leb128",
17960 "wasmparser 0.221.3",
17961]
17962
17963[[package]]
17964name = "wasm-encoder"
17965version = "0.227.1"
17966source = "registry+https://github.com/rust-lang/crates.io-index"
17967checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17968dependencies = [
17969 "leb128fmt",
17970 "wasmparser 0.227.1",
17971]
17972
17973[[package]]
17974name = "wasm-metadata"
17975version = "0.201.0"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17978dependencies = [
17979 "anyhow",
17980 "indexmap 2.9.0",
17981 "serde",
17982 "serde_derive",
17983 "serde_json",
17984 "spdx",
17985 "wasm-encoder 0.201.0",
17986 "wasmparser 0.201.0",
17987]
17988
17989[[package]]
17990name = "wasm-metadata"
17991version = "0.227.1"
17992source = "registry+https://github.com/rust-lang/crates.io-index"
17993checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17994dependencies = [
17995 "anyhow",
17996 "auditable-serde",
17997 "flate2",
17998 "indexmap 2.9.0",
17999 "serde",
18000 "serde_derive",
18001 "serde_json",
18002 "spdx",
18003 "url",
18004 "wasm-encoder 0.227.1",
18005 "wasmparser 0.227.1",
18006]
18007
18008[[package]]
18009name = "wasm-streams"
18010version = "0.4.2"
18011source = "registry+https://github.com/rust-lang/crates.io-index"
18012checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18013dependencies = [
18014 "futures-util",
18015 "js-sys",
18016 "wasm-bindgen",
18017 "wasm-bindgen-futures",
18018 "web-sys",
18019]
18020
18021[[package]]
18022name = "wasmparser"
18023version = "0.201.0"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18026dependencies = [
18027 "bitflags 2.9.0",
18028 "indexmap 2.9.0",
18029 "semver",
18030]
18031
18032[[package]]
18033name = "wasmparser"
18034version = "0.221.3"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18037dependencies = [
18038 "bitflags 2.9.0",
18039 "hashbrown 0.15.3",
18040 "indexmap 2.9.0",
18041 "semver",
18042 "serde",
18043]
18044
18045[[package]]
18046name = "wasmparser"
18047version = "0.227.1"
18048source = "registry+https://github.com/rust-lang/crates.io-index"
18049checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18050dependencies = [
18051 "bitflags 2.9.0",
18052 "hashbrown 0.15.3",
18053 "indexmap 2.9.0",
18054 "semver",
18055]
18056
18057[[package]]
18058name = "wasmprinter"
18059version = "0.221.3"
18060source = "registry+https://github.com/rust-lang/crates.io-index"
18061checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18062dependencies = [
18063 "anyhow",
18064 "termcolor",
18065 "wasmparser 0.221.3",
18066]
18067
18068[[package]]
18069name = "wasmtime"
18070version = "29.0.1"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18073dependencies = [
18074 "anyhow",
18075 "async-trait",
18076 "bitflags 2.9.0",
18077 "bumpalo",
18078 "cc",
18079 "cfg-if",
18080 "encoding_rs",
18081 "hashbrown 0.14.5",
18082 "indexmap 2.9.0",
18083 "libc",
18084 "log",
18085 "mach2 0.4.2",
18086 "memfd",
18087 "object",
18088 "once_cell",
18089 "paste",
18090 "postcard",
18091 "psm",
18092 "pulley-interpreter",
18093 "rayon",
18094 "rustix 0.38.44",
18095 "semver",
18096 "serde",
18097 "serde_derive",
18098 "smallvec",
18099 "sptr",
18100 "target-lexicon 0.13.2",
18101 "trait-variant",
18102 "wasmparser 0.221.3",
18103 "wasmtime-asm-macros",
18104 "wasmtime-component-macro",
18105 "wasmtime-component-util",
18106 "wasmtime-cranelift",
18107 "wasmtime-environ",
18108 "wasmtime-fiber",
18109 "wasmtime-jit-icache-coherence",
18110 "wasmtime-math",
18111 "wasmtime-slab",
18112 "wasmtime-versioned-export-macros",
18113 "wasmtime-winch",
18114 "windows-sys 0.59.0",
18115]
18116
18117[[package]]
18118name = "wasmtime-asm-macros"
18119version = "29.0.1"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18122dependencies = [
18123 "cfg-if",
18124]
18125
18126[[package]]
18127name = "wasmtime-c-api-impl"
18128version = "29.0.1"
18129source = "registry+https://github.com/rust-lang/crates.io-index"
18130checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18131dependencies = [
18132 "anyhow",
18133 "log",
18134 "tracing",
18135 "wasmtime",
18136 "wasmtime-c-api-macros",
18137]
18138
18139[[package]]
18140name = "wasmtime-c-api-macros"
18141version = "29.0.1"
18142source = "registry+https://github.com/rust-lang/crates.io-index"
18143checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18144dependencies = [
18145 "proc-macro2",
18146 "quote",
18147]
18148
18149[[package]]
18150name = "wasmtime-component-macro"
18151version = "29.0.1"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18154dependencies = [
18155 "anyhow",
18156 "proc-macro2",
18157 "quote",
18158 "syn 2.0.101",
18159 "wasmtime-component-util",
18160 "wasmtime-wit-bindgen",
18161 "wit-parser 0.221.3",
18162]
18163
18164[[package]]
18165name = "wasmtime-component-util"
18166version = "29.0.1"
18167source = "registry+https://github.com/rust-lang/crates.io-index"
18168checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18169
18170[[package]]
18171name = "wasmtime-cranelift"
18172version = "29.0.1"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18175dependencies = [
18176 "anyhow",
18177 "cfg-if",
18178 "cranelift-codegen",
18179 "cranelift-control",
18180 "cranelift-entity",
18181 "cranelift-frontend",
18182 "cranelift-native",
18183 "gimli",
18184 "itertools 0.12.1",
18185 "log",
18186 "object",
18187 "smallvec",
18188 "target-lexicon 0.13.2",
18189 "thiserror 1.0.69",
18190 "wasmparser 0.221.3",
18191 "wasmtime-environ",
18192 "wasmtime-versioned-export-macros",
18193]
18194
18195[[package]]
18196name = "wasmtime-environ"
18197version = "29.0.1"
18198source = "registry+https://github.com/rust-lang/crates.io-index"
18199checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18200dependencies = [
18201 "anyhow",
18202 "cpp_demangle",
18203 "cranelift-bitset",
18204 "cranelift-entity",
18205 "gimli",
18206 "indexmap 2.9.0",
18207 "log",
18208 "object",
18209 "postcard",
18210 "rustc-demangle",
18211 "semver",
18212 "serde",
18213 "serde_derive",
18214 "smallvec",
18215 "target-lexicon 0.13.2",
18216 "wasm-encoder 0.221.3",
18217 "wasmparser 0.221.3",
18218 "wasmprinter",
18219 "wasmtime-component-util",
18220]
18221
18222[[package]]
18223name = "wasmtime-fiber"
18224version = "29.0.1"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18227dependencies = [
18228 "anyhow",
18229 "cc",
18230 "cfg-if",
18231 "rustix 0.38.44",
18232 "wasmtime-asm-macros",
18233 "wasmtime-versioned-export-macros",
18234 "windows-sys 0.59.0",
18235]
18236
18237[[package]]
18238name = "wasmtime-jit-icache-coherence"
18239version = "29.0.1"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18242dependencies = [
18243 "anyhow",
18244 "cfg-if",
18245 "libc",
18246 "windows-sys 0.59.0",
18247]
18248
18249[[package]]
18250name = "wasmtime-math"
18251version = "29.0.1"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18254dependencies = [
18255 "libm",
18256]
18257
18258[[package]]
18259name = "wasmtime-slab"
18260version = "29.0.1"
18261source = "registry+https://github.com/rust-lang/crates.io-index"
18262checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18263
18264[[package]]
18265name = "wasmtime-versioned-export-macros"
18266version = "29.0.1"
18267source = "registry+https://github.com/rust-lang/crates.io-index"
18268checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18269dependencies = [
18270 "proc-macro2",
18271 "quote",
18272 "syn 2.0.101",
18273]
18274
18275[[package]]
18276name = "wasmtime-wasi"
18277version = "29.0.1"
18278source = "registry+https://github.com/rust-lang/crates.io-index"
18279checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18280dependencies = [
18281 "anyhow",
18282 "async-trait",
18283 "bitflags 2.9.0",
18284 "bytes 1.10.1",
18285 "cap-fs-ext",
18286 "cap-net-ext",
18287 "cap-rand",
18288 "cap-std",
18289 "cap-time-ext",
18290 "fs-set-times",
18291 "futures 0.3.31",
18292 "io-extras",
18293 "io-lifetimes",
18294 "rustix 0.38.44",
18295 "system-interface",
18296 "thiserror 1.0.69",
18297 "tokio",
18298 "tracing",
18299 "trait-variant",
18300 "url",
18301 "wasmtime",
18302 "wiggle",
18303 "windows-sys 0.59.0",
18304]
18305
18306[[package]]
18307name = "wasmtime-winch"
18308version = "29.0.1"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18311dependencies = [
18312 "anyhow",
18313 "cranelift-codegen",
18314 "gimli",
18315 "object",
18316 "target-lexicon 0.13.2",
18317 "wasmparser 0.221.3",
18318 "wasmtime-cranelift",
18319 "wasmtime-environ",
18320 "winch-codegen",
18321]
18322
18323[[package]]
18324name = "wasmtime-wit-bindgen"
18325version = "29.0.1"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18328dependencies = [
18329 "anyhow",
18330 "heck 0.5.0",
18331 "indexmap 2.9.0",
18332 "wit-parser 0.221.3",
18333]
18334
18335[[package]]
18336name = "wast"
18337version = "35.0.2"
18338source = "registry+https://github.com/rust-lang/crates.io-index"
18339checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18340dependencies = [
18341 "leb128",
18342]
18343
18344[[package]]
18345name = "watch"
18346version = "0.1.0"
18347dependencies = [
18348 "ctor",
18349 "futures 0.3.31",
18350 "gpui",
18351 "parking_lot",
18352 "rand 0.9.1",
18353 "workspace-hack",
18354 "zlog",
18355]
18356
18357[[package]]
18358name = "wayland-backend"
18359version = "0.3.8"
18360source = "registry+https://github.com/rust-lang/crates.io-index"
18361checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18362dependencies = [
18363 "cc",
18364 "downcast-rs",
18365 "rustix 0.38.44",
18366 "scoped-tls",
18367 "smallvec",
18368 "wayland-sys",
18369]
18370
18371[[package]]
18372name = "wayland-client"
18373version = "0.31.8"
18374source = "registry+https://github.com/rust-lang/crates.io-index"
18375checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18376dependencies = [
18377 "bitflags 2.9.0",
18378 "rustix 0.38.44",
18379 "wayland-backend",
18380 "wayland-scanner",
18381]
18382
18383[[package]]
18384name = "wayland-cursor"
18385version = "0.31.8"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18388dependencies = [
18389 "rustix 0.38.44",
18390 "wayland-client",
18391 "xcursor",
18392]
18393
18394[[package]]
18395name = "wayland-protocols"
18396version = "0.31.2"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18399dependencies = [
18400 "bitflags 2.9.0",
18401 "wayland-backend",
18402 "wayland-client",
18403 "wayland-scanner",
18404]
18405
18406[[package]]
18407name = "wayland-protocols"
18408version = "0.32.6"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc"
18411dependencies = [
18412 "bitflags 2.9.0",
18413 "wayland-backend",
18414 "wayland-client",
18415 "wayland-scanner",
18416]
18417
18418[[package]]
18419name = "wayland-protocols-plasma"
18420version = "0.2.0"
18421source = "registry+https://github.com/rust-lang/crates.io-index"
18422checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18423dependencies = [
18424 "bitflags 2.9.0",
18425 "wayland-backend",
18426 "wayland-client",
18427 "wayland-protocols 0.31.2",
18428 "wayland-scanner",
18429]
18430
18431[[package]]
18432name = "wayland-scanner"
18433version = "0.31.6"
18434source = "registry+https://github.com/rust-lang/crates.io-index"
18435checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18436dependencies = [
18437 "proc-macro2",
18438 "quick-xml 0.37.4",
18439 "quote",
18440]
18441
18442[[package]]
18443name = "wayland-sys"
18444version = "0.31.6"
18445source = "registry+https://github.com/rust-lang/crates.io-index"
18446checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18447dependencies = [
18448 "dlib",
18449 "log",
18450 "once_cell",
18451 "pkg-config",
18452]
18453
18454[[package]]
18455name = "web-sys"
18456version = "0.3.77"
18457source = "registry+https://github.com/rust-lang/crates.io-index"
18458checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18459dependencies = [
18460 "js-sys",
18461 "wasm-bindgen",
18462]
18463
18464[[package]]
18465name = "web-time"
18466version = "1.1.0"
18467source = "registry+https://github.com/rust-lang/crates.io-index"
18468checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18469dependencies = [
18470 "js-sys",
18471 "wasm-bindgen",
18472]
18473
18474[[package]]
18475name = "web_atoms"
18476version = "0.1.0"
18477source = "registry+https://github.com/rust-lang/crates.io-index"
18478checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18479dependencies = [
18480 "phf",
18481 "phf_codegen",
18482 "string_cache",
18483 "string_cache_codegen",
18484]
18485
18486[[package]]
18487name = "web_search"
18488version = "0.1.0"
18489dependencies = [
18490 "anyhow",
18491 "cloud_llm_client",
18492 "collections",
18493 "gpui",
18494 "serde",
18495 "workspace-hack",
18496]
18497
18498[[package]]
18499name = "web_search_providers"
18500version = "0.1.0"
18501dependencies = [
18502 "anyhow",
18503 "client",
18504 "cloud_llm_client",
18505 "futures 0.3.31",
18506 "gpui",
18507 "http_client",
18508 "language_model",
18509 "serde",
18510 "serde_json",
18511 "web_search",
18512 "workspace-hack",
18513]
18514
18515[[package]]
18516name = "webpki-root-certs"
18517version = "0.26.8"
18518source = "registry+https://github.com/rust-lang/crates.io-index"
18519checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18520dependencies = [
18521 "rustls-pki-types",
18522]
18523
18524[[package]]
18525name = "webpki-roots"
18526version = "0.26.8"
18527source = "registry+https://github.com/rust-lang/crates.io-index"
18528checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18529dependencies = [
18530 "rustls-pki-types",
18531]
18532
18533[[package]]
18534name = "webrtc-sys"
18535version = "0.3.7"
18536source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18537dependencies = [
18538 "cc",
18539 "cxx",
18540 "cxx-build",
18541 "glob",
18542 "log",
18543 "webrtc-sys-build",
18544]
18545
18546[[package]]
18547name = "webrtc-sys-build"
18548version = "0.3.6"
18549source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18550dependencies = [
18551 "fs2",
18552 "regex",
18553 "reqwest 0.11.27",
18554 "scratch",
18555 "semver",
18556 "zip 0.6.6",
18557]
18558
18559[[package]]
18560name = "weezl"
18561version = "0.1.8"
18562source = "registry+https://github.com/rust-lang/crates.io-index"
18563checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18564
18565[[package]]
18566name = "which"
18567version = "4.4.2"
18568source = "registry+https://github.com/rust-lang/crates.io-index"
18569checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18570dependencies = [
18571 "either",
18572 "home",
18573 "once_cell",
18574 "rustix 0.38.44",
18575]
18576
18577[[package]]
18578name = "which"
18579version = "6.0.3"
18580source = "registry+https://github.com/rust-lang/crates.io-index"
18581checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18582dependencies = [
18583 "either",
18584 "home",
18585 "rustix 0.38.44",
18586 "winsafe",
18587]
18588
18589[[package]]
18590name = "whoami"
18591version = "1.6.0"
18592source = "registry+https://github.com/rust-lang/crates.io-index"
18593checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18594dependencies = [
18595 "redox_syscall 0.5.11",
18596 "wasite",
18597]
18598
18599[[package]]
18600name = "wiggle"
18601version = "29.0.1"
18602source = "registry+https://github.com/rust-lang/crates.io-index"
18603checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18604dependencies = [
18605 "anyhow",
18606 "async-trait",
18607 "bitflags 2.9.0",
18608 "thiserror 1.0.69",
18609 "tracing",
18610 "wasmtime",
18611 "wiggle-macro",
18612]
18613
18614[[package]]
18615name = "wiggle-generate"
18616version = "29.0.1"
18617source = "registry+https://github.com/rust-lang/crates.io-index"
18618checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18619dependencies = [
18620 "anyhow",
18621 "heck 0.5.0",
18622 "proc-macro2",
18623 "quote",
18624 "shellexpand 2.1.2",
18625 "syn 2.0.101",
18626 "witx",
18627]
18628
18629[[package]]
18630name = "wiggle-macro"
18631version = "29.0.1"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18634dependencies = [
18635 "proc-macro2",
18636 "quote",
18637 "syn 2.0.101",
18638 "wiggle-generate",
18639]
18640
18641[[package]]
18642name = "winapi"
18643version = "0.3.9"
18644source = "registry+https://github.com/rust-lang/crates.io-index"
18645checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18646dependencies = [
18647 "winapi-i686-pc-windows-gnu",
18648 "winapi-x86_64-pc-windows-gnu",
18649]
18650
18651[[package]]
18652name = "winapi-i686-pc-windows-gnu"
18653version = "0.4.0"
18654source = "registry+https://github.com/rust-lang/crates.io-index"
18655checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18656
18657[[package]]
18658name = "winapi-util"
18659version = "0.1.9"
18660source = "registry+https://github.com/rust-lang/crates.io-index"
18661checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18662dependencies = [
18663 "windows-sys 0.59.0",
18664]
18665
18666[[package]]
18667name = "winapi-x86_64-pc-windows-gnu"
18668version = "0.4.0"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18671
18672[[package]]
18673name = "winch-codegen"
18674version = "29.0.1"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18677dependencies = [
18678 "anyhow",
18679 "cranelift-codegen",
18680 "gimli",
18681 "regalloc2",
18682 "smallvec",
18683 "target-lexicon 0.13.2",
18684 "thiserror 1.0.69",
18685 "wasmparser 0.221.3",
18686 "wasmtime-cranelift",
18687 "wasmtime-environ",
18688]
18689
18690[[package]]
18691name = "windows"
18692version = "0.54.0"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18695dependencies = [
18696 "windows-core 0.54.0",
18697 "windows-targets 0.52.6",
18698]
18699
18700[[package]]
18701name = "windows"
18702version = "0.57.0"
18703source = "registry+https://github.com/rust-lang/crates.io-index"
18704checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18705dependencies = [
18706 "windows-core 0.57.0",
18707 "windows-targets 0.52.6",
18708]
18709
18710[[package]]
18711name = "windows"
18712version = "0.58.0"
18713source = "registry+https://github.com/rust-lang/crates.io-index"
18714checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18715dependencies = [
18716 "windows-core 0.58.0",
18717 "windows-targets 0.52.6",
18718]
18719
18720[[package]]
18721name = "windows"
18722version = "0.61.1"
18723source = "registry+https://github.com/rust-lang/crates.io-index"
18724checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18725dependencies = [
18726 "windows-collections",
18727 "windows-core 0.61.0",
18728 "windows-future",
18729 "windows-link 0.1.1",
18730 "windows-numerics",
18731]
18732
18733[[package]]
18734name = "windows-capture"
18735version = "1.4.3"
18736source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18737dependencies = [
18738 "clap",
18739 "ctrlc",
18740 "parking_lot",
18741 "rayon",
18742 "thiserror 2.0.12",
18743 "windows 0.61.1",
18744 "windows-future",
18745]
18746
18747[[package]]
18748name = "windows-collections"
18749version = "0.2.0"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18752dependencies = [
18753 "windows-core 0.61.0",
18754]
18755
18756[[package]]
18757name = "windows-core"
18758version = "0.54.0"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18761dependencies = [
18762 "windows-result 0.1.2",
18763 "windows-targets 0.52.6",
18764]
18765
18766[[package]]
18767name = "windows-core"
18768version = "0.57.0"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18771dependencies = [
18772 "windows-implement 0.57.0",
18773 "windows-interface 0.57.0",
18774 "windows-result 0.1.2",
18775 "windows-targets 0.52.6",
18776]
18777
18778[[package]]
18779name = "windows-core"
18780version = "0.58.0"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18783dependencies = [
18784 "windows-implement 0.58.0",
18785 "windows-interface 0.58.0",
18786 "windows-result 0.2.0",
18787 "windows-strings 0.1.0",
18788 "windows-targets 0.52.6",
18789]
18790
18791[[package]]
18792name = "windows-core"
18793version = "0.61.0"
18794source = "registry+https://github.com/rust-lang/crates.io-index"
18795checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18796dependencies = [
18797 "windows-implement 0.60.0",
18798 "windows-interface 0.59.1",
18799 "windows-link 0.1.1",
18800 "windows-result 0.3.2",
18801 "windows-strings 0.4.0",
18802]
18803
18804[[package]]
18805name = "windows-future"
18806version = "0.2.0"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18809dependencies = [
18810 "windows-core 0.61.0",
18811 "windows-link 0.1.1",
18812]
18813
18814[[package]]
18815name = "windows-implement"
18816version = "0.57.0"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18819dependencies = [
18820 "proc-macro2",
18821 "quote",
18822 "syn 2.0.101",
18823]
18824
18825[[package]]
18826name = "windows-implement"
18827version = "0.58.0"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18830dependencies = [
18831 "proc-macro2",
18832 "quote",
18833 "syn 2.0.101",
18834]
18835
18836[[package]]
18837name = "windows-implement"
18838version = "0.60.0"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18841dependencies = [
18842 "proc-macro2",
18843 "quote",
18844 "syn 2.0.101",
18845]
18846
18847[[package]]
18848name = "windows-interface"
18849version = "0.57.0"
18850source = "registry+https://github.com/rust-lang/crates.io-index"
18851checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18852dependencies = [
18853 "proc-macro2",
18854 "quote",
18855 "syn 2.0.101",
18856]
18857
18858[[package]]
18859name = "windows-interface"
18860version = "0.58.0"
18861source = "registry+https://github.com/rust-lang/crates.io-index"
18862checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18863dependencies = [
18864 "proc-macro2",
18865 "quote",
18866 "syn 2.0.101",
18867]
18868
18869[[package]]
18870name = "windows-interface"
18871version = "0.59.1"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18874dependencies = [
18875 "proc-macro2",
18876 "quote",
18877 "syn 2.0.101",
18878]
18879
18880[[package]]
18881name = "windows-link"
18882version = "0.1.1"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18885
18886[[package]]
18887name = "windows-link"
18888version = "0.2.0"
18889source = "registry+https://github.com/rust-lang/crates.io-index"
18890checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18891
18892[[package]]
18893name = "windows-numerics"
18894version = "0.2.0"
18895source = "registry+https://github.com/rust-lang/crates.io-index"
18896checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18897dependencies = [
18898 "windows-core 0.61.0",
18899 "windows-link 0.1.1",
18900]
18901
18902[[package]]
18903name = "windows-registry"
18904version = "0.4.0"
18905source = "registry+https://github.com/rust-lang/crates.io-index"
18906checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18907dependencies = [
18908 "windows-result 0.3.2",
18909 "windows-strings 0.3.1",
18910 "windows-targets 0.53.2",
18911]
18912
18913[[package]]
18914name = "windows-registry"
18915version = "0.5.1"
18916source = "registry+https://github.com/rust-lang/crates.io-index"
18917checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18918dependencies = [
18919 "windows-link 0.1.1",
18920 "windows-result 0.3.2",
18921 "windows-strings 0.4.0",
18922]
18923
18924[[package]]
18925name = "windows-registry"
18926version = "0.6.0"
18927source = "registry+https://github.com/rust-lang/crates.io-index"
18928checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18929dependencies = [
18930 "windows-link 0.2.0",
18931 "windows-result 0.4.0",
18932 "windows-strings 0.5.0",
18933]
18934
18935[[package]]
18936name = "windows-result"
18937version = "0.1.2"
18938source = "registry+https://github.com/rust-lang/crates.io-index"
18939checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18940dependencies = [
18941 "windows-targets 0.52.6",
18942]
18943
18944[[package]]
18945name = "windows-result"
18946version = "0.2.0"
18947source = "registry+https://github.com/rust-lang/crates.io-index"
18948checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18949dependencies = [
18950 "windows-targets 0.52.6",
18951]
18952
18953[[package]]
18954name = "windows-result"
18955version = "0.3.2"
18956source = "registry+https://github.com/rust-lang/crates.io-index"
18957checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18958dependencies = [
18959 "windows-link 0.1.1",
18960]
18961
18962[[package]]
18963name = "windows-result"
18964version = "0.4.0"
18965source = "registry+https://github.com/rust-lang/crates.io-index"
18966checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18967dependencies = [
18968 "windows-link 0.2.0",
18969]
18970
18971[[package]]
18972name = "windows-strings"
18973version = "0.1.0"
18974source = "registry+https://github.com/rust-lang/crates.io-index"
18975checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18976dependencies = [
18977 "windows-result 0.2.0",
18978 "windows-targets 0.52.6",
18979]
18980
18981[[package]]
18982name = "windows-strings"
18983version = "0.3.1"
18984source = "registry+https://github.com/rust-lang/crates.io-index"
18985checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18986dependencies = [
18987 "windows-link 0.1.1",
18988]
18989
18990[[package]]
18991name = "windows-strings"
18992version = "0.4.0"
18993source = "registry+https://github.com/rust-lang/crates.io-index"
18994checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18995dependencies = [
18996 "windows-link 0.1.1",
18997]
18998
18999[[package]]
19000name = "windows-strings"
19001version = "0.5.0"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
19004dependencies = [
19005 "windows-link 0.2.0",
19006]
19007
19008[[package]]
19009name = "windows-sys"
19010version = "0.45.0"
19011source = "registry+https://github.com/rust-lang/crates.io-index"
19012checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19013dependencies = [
19014 "windows-targets 0.42.2",
19015]
19016
19017[[package]]
19018name = "windows-sys"
19019version = "0.48.0"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19022dependencies = [
19023 "windows-targets 0.48.5",
19024]
19025
19026[[package]]
19027name = "windows-sys"
19028version = "0.52.0"
19029source = "registry+https://github.com/rust-lang/crates.io-index"
19030checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19031dependencies = [
19032 "windows-targets 0.52.6",
19033]
19034
19035[[package]]
19036name = "windows-sys"
19037version = "0.59.0"
19038source = "registry+https://github.com/rust-lang/crates.io-index"
19039checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19040dependencies = [
19041 "windows-targets 0.52.6",
19042]
19043
19044[[package]]
19045name = "windows-sys"
19046version = "0.60.2"
19047source = "registry+https://github.com/rust-lang/crates.io-index"
19048checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19049dependencies = [
19050 "windows-targets 0.53.2",
19051]
19052
19053[[package]]
19054name = "windows-sys"
19055version = "0.61.0"
19056source = "registry+https://github.com/rust-lang/crates.io-index"
19057checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19058dependencies = [
19059 "windows-link 0.2.0",
19060]
19061
19062[[package]]
19063name = "windows-targets"
19064version = "0.42.2"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19067dependencies = [
19068 "windows_aarch64_gnullvm 0.42.2",
19069 "windows_aarch64_msvc 0.42.2",
19070 "windows_i686_gnu 0.42.2",
19071 "windows_i686_msvc 0.42.2",
19072 "windows_x86_64_gnu 0.42.2",
19073 "windows_x86_64_gnullvm 0.42.2",
19074 "windows_x86_64_msvc 0.42.2",
19075]
19076
19077[[package]]
19078name = "windows-targets"
19079version = "0.48.5"
19080source = "registry+https://github.com/rust-lang/crates.io-index"
19081checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19082dependencies = [
19083 "windows_aarch64_gnullvm 0.48.5",
19084 "windows_aarch64_msvc 0.48.5",
19085 "windows_i686_gnu 0.48.5",
19086 "windows_i686_msvc 0.48.5",
19087 "windows_x86_64_gnu 0.48.5",
19088 "windows_x86_64_gnullvm 0.48.5",
19089 "windows_x86_64_msvc 0.48.5",
19090]
19091
19092[[package]]
19093name = "windows-targets"
19094version = "0.52.6"
19095source = "registry+https://github.com/rust-lang/crates.io-index"
19096checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19097dependencies = [
19098 "windows_aarch64_gnullvm 0.52.6",
19099 "windows_aarch64_msvc 0.52.6",
19100 "windows_i686_gnu 0.52.6",
19101 "windows_i686_gnullvm 0.52.6",
19102 "windows_i686_msvc 0.52.6",
19103 "windows_x86_64_gnu 0.52.6",
19104 "windows_x86_64_gnullvm 0.52.6",
19105 "windows_x86_64_msvc 0.52.6",
19106]
19107
19108[[package]]
19109name = "windows-targets"
19110version = "0.53.2"
19111source = "registry+https://github.com/rust-lang/crates.io-index"
19112checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19113dependencies = [
19114 "windows_aarch64_gnullvm 0.53.0",
19115 "windows_aarch64_msvc 0.53.0",
19116 "windows_i686_gnu 0.53.0",
19117 "windows_i686_gnullvm 0.53.0",
19118 "windows_i686_msvc 0.53.0",
19119 "windows_x86_64_gnu 0.53.0",
19120 "windows_x86_64_gnullvm 0.53.0",
19121 "windows_x86_64_msvc 0.53.0",
19122]
19123
19124[[package]]
19125name = "windows_aarch64_gnullvm"
19126version = "0.42.2"
19127source = "registry+https://github.com/rust-lang/crates.io-index"
19128checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19129
19130[[package]]
19131name = "windows_aarch64_gnullvm"
19132version = "0.48.5"
19133source = "registry+https://github.com/rust-lang/crates.io-index"
19134checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19135
19136[[package]]
19137name = "windows_aarch64_gnullvm"
19138version = "0.52.6"
19139source = "registry+https://github.com/rust-lang/crates.io-index"
19140checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19141
19142[[package]]
19143name = "windows_aarch64_gnullvm"
19144version = "0.53.0"
19145source = "registry+https://github.com/rust-lang/crates.io-index"
19146checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19147
19148[[package]]
19149name = "windows_aarch64_msvc"
19150version = "0.42.2"
19151source = "registry+https://github.com/rust-lang/crates.io-index"
19152checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19153
19154[[package]]
19155name = "windows_aarch64_msvc"
19156version = "0.48.5"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19159
19160[[package]]
19161name = "windows_aarch64_msvc"
19162version = "0.52.6"
19163source = "registry+https://github.com/rust-lang/crates.io-index"
19164checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19165
19166[[package]]
19167name = "windows_aarch64_msvc"
19168version = "0.53.0"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19171
19172[[package]]
19173name = "windows_i686_gnu"
19174version = "0.42.2"
19175source = "registry+https://github.com/rust-lang/crates.io-index"
19176checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19177
19178[[package]]
19179name = "windows_i686_gnu"
19180version = "0.48.5"
19181source = "registry+https://github.com/rust-lang/crates.io-index"
19182checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19183
19184[[package]]
19185name = "windows_i686_gnu"
19186version = "0.52.6"
19187source = "registry+https://github.com/rust-lang/crates.io-index"
19188checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19189
19190[[package]]
19191name = "windows_i686_gnu"
19192version = "0.53.0"
19193source = "registry+https://github.com/rust-lang/crates.io-index"
19194checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19195
19196[[package]]
19197name = "windows_i686_gnullvm"
19198version = "0.52.6"
19199source = "registry+https://github.com/rust-lang/crates.io-index"
19200checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19201
19202[[package]]
19203name = "windows_i686_gnullvm"
19204version = "0.53.0"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19207
19208[[package]]
19209name = "windows_i686_msvc"
19210version = "0.42.2"
19211source = "registry+https://github.com/rust-lang/crates.io-index"
19212checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19213
19214[[package]]
19215name = "windows_i686_msvc"
19216version = "0.48.5"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19219
19220[[package]]
19221name = "windows_i686_msvc"
19222version = "0.52.6"
19223source = "registry+https://github.com/rust-lang/crates.io-index"
19224checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19225
19226[[package]]
19227name = "windows_i686_msvc"
19228version = "0.53.0"
19229source = "registry+https://github.com/rust-lang/crates.io-index"
19230checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19231
19232[[package]]
19233name = "windows_x86_64_gnu"
19234version = "0.42.2"
19235source = "registry+https://github.com/rust-lang/crates.io-index"
19236checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19237
19238[[package]]
19239name = "windows_x86_64_gnu"
19240version = "0.48.5"
19241source = "registry+https://github.com/rust-lang/crates.io-index"
19242checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19243
19244[[package]]
19245name = "windows_x86_64_gnu"
19246version = "0.52.6"
19247source = "registry+https://github.com/rust-lang/crates.io-index"
19248checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19249
19250[[package]]
19251name = "windows_x86_64_gnu"
19252version = "0.53.0"
19253source = "registry+https://github.com/rust-lang/crates.io-index"
19254checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19255
19256[[package]]
19257name = "windows_x86_64_gnullvm"
19258version = "0.42.2"
19259source = "registry+https://github.com/rust-lang/crates.io-index"
19260checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19261
19262[[package]]
19263name = "windows_x86_64_gnullvm"
19264version = "0.48.5"
19265source = "registry+https://github.com/rust-lang/crates.io-index"
19266checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19267
19268[[package]]
19269name = "windows_x86_64_gnullvm"
19270version = "0.52.6"
19271source = "registry+https://github.com/rust-lang/crates.io-index"
19272checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19273
19274[[package]]
19275name = "windows_x86_64_gnullvm"
19276version = "0.53.0"
19277source = "registry+https://github.com/rust-lang/crates.io-index"
19278checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19279
19280[[package]]
19281name = "windows_x86_64_msvc"
19282version = "0.42.2"
19283source = "registry+https://github.com/rust-lang/crates.io-index"
19284checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19285
19286[[package]]
19287name = "windows_x86_64_msvc"
19288version = "0.48.5"
19289source = "registry+https://github.com/rust-lang/crates.io-index"
19290checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19291
19292[[package]]
19293name = "windows_x86_64_msvc"
19294version = "0.52.6"
19295source = "registry+https://github.com/rust-lang/crates.io-index"
19296checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19297
19298[[package]]
19299name = "windows_x86_64_msvc"
19300version = "0.53.0"
19301source = "registry+https://github.com/rust-lang/crates.io-index"
19302checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19303
19304[[package]]
19305name = "winnow"
19306version = "0.7.6"
19307source = "registry+https://github.com/rust-lang/crates.io-index"
19308checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19309dependencies = [
19310 "memchr",
19311]
19312
19313[[package]]
19314name = "winreg"
19315version = "0.10.1"
19316source = "registry+https://github.com/rust-lang/crates.io-index"
19317checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19318dependencies = [
19319 "winapi",
19320]
19321
19322[[package]]
19323name = "winreg"
19324version = "0.50.0"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19327dependencies = [
19328 "cfg-if",
19329 "windows-sys 0.48.0",
19330]
19331
19332[[package]]
19333name = "winreg"
19334version = "0.52.0"
19335source = "registry+https://github.com/rust-lang/crates.io-index"
19336checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19337dependencies = [
19338 "cfg-if",
19339 "windows-sys 0.48.0",
19340]
19341
19342[[package]]
19343name = "winreg"
19344version = "0.55.0"
19345source = "registry+https://github.com/rust-lang/crates.io-index"
19346checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19347dependencies = [
19348 "cfg-if",
19349 "windows-sys 0.59.0",
19350]
19351
19352[[package]]
19353name = "winresource"
19354version = "0.1.20"
19355source = "registry+https://github.com/rust-lang/crates.io-index"
19356checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19357dependencies = [
19358 "toml 0.8.20",
19359 "version_check",
19360]
19361
19362[[package]]
19363name = "winsafe"
19364version = "0.0.19"
19365source = "registry+https://github.com/rust-lang/crates.io-index"
19366checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19367
19368[[package]]
19369name = "winx"
19370version = "0.36.4"
19371source = "registry+https://github.com/rust-lang/crates.io-index"
19372checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19373dependencies = [
19374 "bitflags 2.9.0",
19375 "windows-sys 0.59.0",
19376]
19377
19378[[package]]
19379name = "wio"
19380version = "0.2.2"
19381source = "registry+https://github.com/rust-lang/crates.io-index"
19382checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19383dependencies = [
19384 "winapi",
19385]
19386
19387[[package]]
19388name = "wit-bindgen"
19389version = "0.22.0"
19390source = "registry+https://github.com/rust-lang/crates.io-index"
19391checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19392dependencies = [
19393 "bitflags 2.9.0",
19394 "wit-bindgen-rt 0.22.0",
19395 "wit-bindgen-rust-macro 0.22.0",
19396]
19397
19398[[package]]
19399name = "wit-bindgen"
19400version = "0.41.0"
19401source = "registry+https://github.com/rust-lang/crates.io-index"
19402checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19403dependencies = [
19404 "wit-bindgen-rt 0.41.0",
19405 "wit-bindgen-rust-macro 0.41.0",
19406]
19407
19408[[package]]
19409name = "wit-bindgen-core"
19410version = "0.22.0"
19411source = "registry+https://github.com/rust-lang/crates.io-index"
19412checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19413dependencies = [
19414 "anyhow",
19415 "wit-parser 0.201.0",
19416]
19417
19418[[package]]
19419name = "wit-bindgen-core"
19420version = "0.41.0"
19421source = "registry+https://github.com/rust-lang/crates.io-index"
19422checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19423dependencies = [
19424 "anyhow",
19425 "heck 0.5.0",
19426 "wit-parser 0.227.1",
19427]
19428
19429[[package]]
19430name = "wit-bindgen-rt"
19431version = "0.22.0"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19434
19435[[package]]
19436name = "wit-bindgen-rt"
19437version = "0.39.0"
19438source = "registry+https://github.com/rust-lang/crates.io-index"
19439checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19440dependencies = [
19441 "bitflags 2.9.0",
19442]
19443
19444[[package]]
19445name = "wit-bindgen-rt"
19446version = "0.41.0"
19447source = "registry+https://github.com/rust-lang/crates.io-index"
19448checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19449dependencies = [
19450 "bitflags 2.9.0",
19451 "futures 0.3.31",
19452 "once_cell",
19453]
19454
19455[[package]]
19456name = "wit-bindgen-rust"
19457version = "0.22.0"
19458source = "registry+https://github.com/rust-lang/crates.io-index"
19459checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19460dependencies = [
19461 "anyhow",
19462 "heck 0.4.1",
19463 "indexmap 2.9.0",
19464 "wasm-metadata 0.201.0",
19465 "wit-bindgen-core 0.22.0",
19466 "wit-component 0.201.0",
19467]
19468
19469[[package]]
19470name = "wit-bindgen-rust"
19471version = "0.41.0"
19472source = "registry+https://github.com/rust-lang/crates.io-index"
19473checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19474dependencies = [
19475 "anyhow",
19476 "heck 0.5.0",
19477 "indexmap 2.9.0",
19478 "prettyplease",
19479 "syn 2.0.101",
19480 "wasm-metadata 0.227.1",
19481 "wit-bindgen-core 0.41.0",
19482 "wit-component 0.227.1",
19483]
19484
19485[[package]]
19486name = "wit-bindgen-rust-macro"
19487version = "0.22.0"
19488source = "registry+https://github.com/rust-lang/crates.io-index"
19489checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19490dependencies = [
19491 "anyhow",
19492 "proc-macro2",
19493 "quote",
19494 "syn 2.0.101",
19495 "wit-bindgen-core 0.22.0",
19496 "wit-bindgen-rust 0.22.0",
19497]
19498
19499[[package]]
19500name = "wit-bindgen-rust-macro"
19501version = "0.41.0"
19502source = "registry+https://github.com/rust-lang/crates.io-index"
19503checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19504dependencies = [
19505 "anyhow",
19506 "prettyplease",
19507 "proc-macro2",
19508 "quote",
19509 "syn 2.0.101",
19510 "wit-bindgen-core 0.41.0",
19511 "wit-bindgen-rust 0.41.0",
19512]
19513
19514[[package]]
19515name = "wit-component"
19516version = "0.201.0"
19517source = "registry+https://github.com/rust-lang/crates.io-index"
19518checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
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.201.0",
19528 "wasm-metadata 0.201.0",
19529 "wasmparser 0.201.0",
19530 "wit-parser 0.201.0",
19531]
19532
19533[[package]]
19534name = "wit-component"
19535version = "0.227.1"
19536source = "registry+https://github.com/rust-lang/crates.io-index"
19537checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19538dependencies = [
19539 "anyhow",
19540 "bitflags 2.9.0",
19541 "indexmap 2.9.0",
19542 "log",
19543 "serde",
19544 "serde_derive",
19545 "serde_json",
19546 "wasm-encoder 0.227.1",
19547 "wasm-metadata 0.227.1",
19548 "wasmparser 0.227.1",
19549 "wit-parser 0.227.1",
19550]
19551
19552[[package]]
19553name = "wit-parser"
19554version = "0.201.0"
19555source = "registry+https://github.com/rust-lang/crates.io-index"
19556checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19557dependencies = [
19558 "anyhow",
19559 "id-arena",
19560 "indexmap 2.9.0",
19561 "log",
19562 "semver",
19563 "serde",
19564 "serde_derive",
19565 "serde_json",
19566 "unicode-xid",
19567 "wasmparser 0.201.0",
19568]
19569
19570[[package]]
19571name = "wit-parser"
19572version = "0.221.3"
19573source = "registry+https://github.com/rust-lang/crates.io-index"
19574checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19575dependencies = [
19576 "anyhow",
19577 "id-arena",
19578 "indexmap 2.9.0",
19579 "log",
19580 "semver",
19581 "serde",
19582 "serde_derive",
19583 "serde_json",
19584 "unicode-xid",
19585 "wasmparser 0.221.3",
19586]
19587
19588[[package]]
19589name = "wit-parser"
19590version = "0.227.1"
19591source = "registry+https://github.com/rust-lang/crates.io-index"
19592checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19593dependencies = [
19594 "anyhow",
19595 "id-arena",
19596 "indexmap 2.9.0",
19597 "log",
19598 "semver",
19599 "serde",
19600 "serde_derive",
19601 "serde_json",
19602 "unicode-xid",
19603 "wasmparser 0.227.1",
19604]
19605
19606[[package]]
19607name = "witx"
19608version = "0.9.1"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19611dependencies = [
19612 "anyhow",
19613 "log",
19614 "thiserror 1.0.69",
19615 "wast",
19616]
19617
19618[[package]]
19619name = "workspace"
19620version = "0.1.0"
19621dependencies = [
19622 "any_vec",
19623 "anyhow",
19624 "async-recursion",
19625 "call",
19626 "client",
19627 "clock",
19628 "collections",
19629 "component",
19630 "dap",
19631 "db",
19632 "fs",
19633 "futures 0.3.31",
19634 "gpui",
19635 "http_client",
19636 "itertools 0.14.0",
19637 "language",
19638 "log",
19639 "menu",
19640 "node_runtime",
19641 "parking_lot",
19642 "postage",
19643 "pretty_assertions",
19644 "project",
19645 "remote",
19646 "schemars 1.0.1",
19647 "serde",
19648 "serde_json",
19649 "session",
19650 "settings",
19651 "smallvec",
19652 "sqlez",
19653 "strum 0.27.1",
19654 "task",
19655 "telemetry",
19656 "tempfile",
19657 "theme",
19658 "ui",
19659 "util",
19660 "uuid",
19661 "windows 0.61.1",
19662 "workspace-hack",
19663 "zed_actions",
19664 "zlog",
19665]
19666
19667[[package]]
19668name = "workspace-hack"
19669version = "0.1.0"
19670dependencies = [
19671 "aes",
19672 "ahash 0.8.11",
19673 "aho-corasick",
19674 "anstream",
19675 "arrayvec",
19676 "ashpd 0.11.0",
19677 "async-compression",
19678 "async-std",
19679 "async-tungstenite",
19680 "aws-config",
19681 "aws-credential-types",
19682 "aws-runtime",
19683 "aws-sigv4",
19684 "aws-smithy-async",
19685 "aws-smithy-http",
19686 "aws-smithy-runtime",
19687 "aws-smithy-runtime-api",
19688 "aws-smithy-types",
19689 "base64 0.22.1",
19690 "base64ct",
19691 "bigdecimal",
19692 "bit-set 0.8.0",
19693 "bit-vec 0.8.0",
19694 "bitflags 2.9.0",
19695 "bstr",
19696 "bytemuck",
19697 "byteorder",
19698 "bytes 1.10.1",
19699 "cc",
19700 "chrono",
19701 "cipher",
19702 "clap",
19703 "clap_builder",
19704 "codespan-reporting 0.12.0",
19705 "concurrent-queue",
19706 "core-foundation 0.9.4",
19707 "core-foundation-sys",
19708 "cranelift-codegen",
19709 "crc32fast",
19710 "crossbeam-channel",
19711 "crossbeam-epoch",
19712 "crossbeam-utils",
19713 "crypto-common",
19714 "deranged",
19715 "digest",
19716 "either",
19717 "euclid",
19718 "event-listener 5.4.0",
19719 "event-listener-strategy",
19720 "flate2",
19721 "flume",
19722 "foldhash",
19723 "form_urlencoded",
19724 "futures 0.3.31",
19725 "futures-channel",
19726 "futures-core",
19727 "futures-executor",
19728 "futures-io",
19729 "futures-sink",
19730 "futures-task",
19731 "futures-util",
19732 "getrandom 0.2.15",
19733 "getrandom 0.3.2",
19734 "gimli",
19735 "half",
19736 "handlebars 4.5.0",
19737 "hashbrown 0.14.5",
19738 "hashbrown 0.15.3",
19739 "heck 0.4.1",
19740 "hmac",
19741 "hyper 0.14.32",
19742 "hyper-rustls 0.27.5",
19743 "idna",
19744 "indexmap 2.9.0",
19745 "inout",
19746 "itertools 0.12.1",
19747 "itertools 0.13.0",
19748 "lazy_static",
19749 "libc",
19750 "libsqlite3-sys",
19751 "linux-raw-sys 0.4.15",
19752 "linux-raw-sys 0.9.4",
19753 "livekit-runtime",
19754 "log",
19755 "lyon",
19756 "lyon_path",
19757 "md-5",
19758 "memchr",
19759 "memmap2",
19760 "mime_guess",
19761 "miniz_oxide",
19762 "mio 1.0.3",
19763 "naga",
19764 "nix 0.28.0",
19765 "nix 0.29.0",
19766 "nix 0.30.1",
19767 "nom 7.1.3",
19768 "num-bigint",
19769 "num-bigint-dig",
19770 "num-complex",
19771 "num-integer",
19772 "num-iter",
19773 "num-rational",
19774 "num-traits",
19775 "objc2",
19776 "objc2-core-foundation",
19777 "objc2-foundation",
19778 "objc2-metal",
19779 "object",
19780 "once_cell",
19781 "percent-encoding",
19782 "phf",
19783 "phf_shared",
19784 "prettyplease",
19785 "proc-macro2",
19786 "prost 0.12.6",
19787 "prost 0.9.0",
19788 "prost-types 0.9.0",
19789 "quote",
19790 "rand 0.8.5",
19791 "rand 0.9.1",
19792 "rand_chacha 0.3.1",
19793 "rand_core 0.6.4",
19794 "rand_distr",
19795 "regalloc2",
19796 "regex",
19797 "regex-automata",
19798 "regex-syntax",
19799 "ring",
19800 "rust_decimal",
19801 "rustc-hash 1.1.0",
19802 "rustix 0.38.44",
19803 "rustix 1.0.7",
19804 "rustls 0.23.26",
19805 "rustls-webpki 0.103.1",
19806 "scopeguard",
19807 "sea-orm",
19808 "sea-query-binder",
19809 "security-framework 3.2.0",
19810 "security-framework-sys",
19811 "semver",
19812 "serde",
19813 "serde_core",
19814 "serde_json",
19815 "simd-adler32",
19816 "smallvec",
19817 "spin",
19818 "sqlx",
19819 "sqlx-macros",
19820 "sqlx-macros-core",
19821 "sqlx-postgres",
19822 "sqlx-sqlite",
19823 "stable_deref_trait",
19824 "strum 0.26.3",
19825 "subtle",
19826 "syn 1.0.109",
19827 "syn 2.0.101",
19828 "sync_wrapper 1.0.2",
19829 "thiserror 2.0.12",
19830 "time",
19831 "time-macros",
19832 "tokio",
19833 "tokio-rustls 0.26.2",
19834 "tokio-socks",
19835 "tokio-stream",
19836 "tokio-util",
19837 "toml_datetime",
19838 "toml_edit",
19839 "tower 0.5.2",
19840 "tracing",
19841 "tracing-core",
19842 "tungstenite 0.26.2",
19843 "unicode-properties",
19844 "url",
19845 "uuid",
19846 "wasmparser 0.221.3",
19847 "wasmtime",
19848 "wasmtime-cranelift",
19849 "wasmtime-environ",
19850 "wayland-backend",
19851 "wayland-sys",
19852 "winapi",
19853 "windows-core 0.61.0",
19854 "windows-numerics",
19855 "windows-sys 0.48.0",
19856 "windows-sys 0.52.0",
19857 "windows-sys 0.59.0",
19858 "windows-sys 0.61.0",
19859 "zbus_macros",
19860 "zeroize",
19861 "zvariant",
19862]
19863
19864[[package]]
19865name = "worktree"
19866version = "0.1.0"
19867dependencies = [
19868 "anyhow",
19869 "clock",
19870 "collections",
19871 "fs",
19872 "futures 0.3.31",
19873 "fuzzy",
19874 "git",
19875 "git2",
19876 "gpui",
19877 "http_client",
19878 "ignore",
19879 "language",
19880 "log",
19881 "parking_lot",
19882 "paths",
19883 "postage",
19884 "pretty_assertions",
19885 "rand 0.9.1",
19886 "rpc",
19887 "serde",
19888 "serde_json",
19889 "settings",
19890 "smallvec",
19891 "smol",
19892 "sum_tree",
19893 "text",
19894 "util",
19895 "workspace-hack",
19896 "zlog",
19897]
19898
19899[[package]]
19900name = "write16"
19901version = "1.0.0"
19902source = "registry+https://github.com/rust-lang/crates.io-index"
19903checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19904
19905[[package]]
19906name = "writeable"
19907version = "0.5.5"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19910
19911[[package]]
19912name = "wyz"
19913version = "0.5.1"
19914source = "registry+https://github.com/rust-lang/crates.io-index"
19915checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19916dependencies = [
19917 "tap",
19918]
19919
19920[[package]]
19921name = "x11"
19922version = "2.21.0"
19923source = "registry+https://github.com/rust-lang/crates.io-index"
19924checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19925dependencies = [
19926 "libc",
19927 "pkg-config",
19928]
19929
19930[[package]]
19931name = "x11-clipboard"
19932version = "0.9.3"
19933source = "registry+https://github.com/rust-lang/crates.io-index"
19934checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19935dependencies = [
19936 "libc",
19937 "x11rb",
19938]
19939
19940[[package]]
19941name = "x11rb"
19942version = "0.13.1"
19943source = "registry+https://github.com/rust-lang/crates.io-index"
19944checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19945dependencies = [
19946 "as-raw-xcb-connection",
19947 "gethostname",
19948 "libc",
19949 "rustix 0.38.44",
19950 "x11rb-protocol",
19951]
19952
19953[[package]]
19954name = "x11rb-protocol"
19955version = "0.13.1"
19956source = "registry+https://github.com/rust-lang/crates.io-index"
19957checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19958
19959[[package]]
19960name = "x_ai"
19961version = "0.1.0"
19962dependencies = [
19963 "anyhow",
19964 "schemars 1.0.1",
19965 "serde",
19966 "strum 0.27.1",
19967 "workspace-hack",
19968]
19969
19970[[package]]
19971name = "xattr"
19972version = "0.2.3"
19973source = "registry+https://github.com/rust-lang/crates.io-index"
19974checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19975dependencies = [
19976 "libc",
19977]
19978
19979[[package]]
19980name = "xcb"
19981version = "1.6.0"
19982source = "registry+https://github.com/rust-lang/crates.io-index"
19983checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19984dependencies = [
19985 "bitflags 1.3.2",
19986 "libc",
19987 "quick-xml 0.30.0",
19988 "x11",
19989]
19990
19991[[package]]
19992name = "xcursor"
19993version = "0.3.8"
19994source = "registry+https://github.com/rust-lang/crates.io-index"
19995checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19996
19997[[package]]
19998name = "xim"
19999version = "0.4.0"
20000source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20001dependencies = [
20002 "ahash 0.8.11",
20003 "hashbrown 0.14.5",
20004 "log",
20005 "x11rb",
20006 "xim-ctext",
20007 "xim-parser",
20008]
20009
20010[[package]]
20011name = "xim-ctext"
20012version = "0.3.0"
20013source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20014dependencies = [
20015 "encoding_rs",
20016]
20017
20018[[package]]
20019name = "xim-parser"
20020version = "0.2.1"
20021source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20022dependencies = [
20023 "bitflags 2.9.0",
20024]
20025
20026[[package]]
20027name = "xkbcommon"
20028version = "0.8.0"
20029source = "registry+https://github.com/rust-lang/crates.io-index"
20030checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20031dependencies = [
20032 "as-raw-xcb-connection",
20033 "libc",
20034 "memmap2",
20035 "xkeysym",
20036]
20037
20038[[package]]
20039name = "xkeysym"
20040version = "0.2.1"
20041source = "registry+https://github.com/rust-lang/crates.io-index"
20042checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20043
20044[[package]]
20045name = "xml5ever"
20046version = "0.18.1"
20047source = "registry+https://github.com/rust-lang/crates.io-index"
20048checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20049dependencies = [
20050 "log",
20051 "mac",
20052 "markup5ever 0.12.1",
20053]
20054
20055[[package]]
20056name = "xmlparser"
20057version = "0.13.6"
20058source = "registry+https://github.com/rust-lang/crates.io-index"
20059checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20060
20061[[package]]
20062name = "xmlwriter"
20063version = "0.1.0"
20064source = "registry+https://github.com/rust-lang/crates.io-index"
20065checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20066
20067[[package]]
20068name = "xtask"
20069version = "0.1.0"
20070dependencies = [
20071 "anyhow",
20072 "cargo_metadata",
20073 "cargo_toml",
20074 "clap",
20075 "workspace-hack",
20076]
20077
20078[[package]]
20079name = "yaml-rust2"
20080version = "0.8.1"
20081source = "registry+https://github.com/rust-lang/crates.io-index"
20082checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20083dependencies = [
20084 "arraydeque",
20085 "encoding_rs",
20086 "hashlink 0.8.4",
20087]
20088
20089[[package]]
20090name = "yansi"
20091version = "1.0.1"
20092source = "registry+https://github.com/rust-lang/crates.io-index"
20093checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20094
20095[[package]]
20096name = "yawc"
20097version = "0.2.5"
20098source = "registry+https://github.com/rust-lang/crates.io-index"
20099checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20100dependencies = [
20101 "base64 0.22.1",
20102 "bytes 1.10.1",
20103 "flate2",
20104 "futures 0.3.31",
20105 "http-body-util",
20106 "hyper 1.6.0",
20107 "hyper-util",
20108 "js-sys",
20109 "nom 8.0.0",
20110 "pin-project",
20111 "rand 0.8.5",
20112 "sha1",
20113 "thiserror 1.0.69",
20114 "tokio",
20115 "tokio-rustls 0.26.2",
20116 "tokio-util",
20117 "url",
20118 "wasm-bindgen",
20119 "wasm-bindgen-futures",
20120 "web-sys",
20121 "webpki-roots",
20122]
20123
20124[[package]]
20125name = "yazi"
20126version = "0.2.1"
20127source = "registry+https://github.com/rust-lang/crates.io-index"
20128checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20129
20130[[package]]
20131name = "yeslogic-fontconfig-sys"
20132version = "6.0.0"
20133source = "registry+https://github.com/rust-lang/crates.io-index"
20134checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20135dependencies = [
20136 "dlib",
20137 "once_cell",
20138 "pkg-config",
20139]
20140
20141[[package]]
20142name = "yoke"
20143version = "0.7.5"
20144source = "registry+https://github.com/rust-lang/crates.io-index"
20145checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20146dependencies = [
20147 "serde",
20148 "stable_deref_trait",
20149 "yoke-derive",
20150 "zerofrom",
20151]
20152
20153[[package]]
20154name = "yoke-derive"
20155version = "0.7.5"
20156source = "registry+https://github.com/rust-lang/crates.io-index"
20157checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20158dependencies = [
20159 "proc-macro2",
20160 "quote",
20161 "syn 2.0.101",
20162 "synstructure",
20163]
20164
20165[[package]]
20166name = "zbus"
20167version = "5.11.0"
20168source = "registry+https://github.com/rust-lang/crates.io-index"
20169checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20170dependencies = [
20171 "async-broadcast",
20172 "async-executor",
20173 "async-io",
20174 "async-lock",
20175 "async-process",
20176 "async-recursion",
20177 "async-task",
20178 "async-trait",
20179 "blocking",
20180 "enumflags2",
20181 "event-listener 5.4.0",
20182 "futures-core",
20183 "futures-lite 2.6.0",
20184 "hex",
20185 "nix 0.30.1",
20186 "ordered-stream",
20187 "serde",
20188 "serde_repr",
20189 "tracing",
20190 "uds_windows",
20191 "windows-sys 0.60.2",
20192 "winnow",
20193 "zbus_macros",
20194 "zbus_names",
20195 "zvariant",
20196]
20197
20198[[package]]
20199name = "zbus_macros"
20200version = "5.11.0"
20201source = "registry+https://github.com/rust-lang/crates.io-index"
20202checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20203dependencies = [
20204 "proc-macro-crate",
20205 "proc-macro2",
20206 "quote",
20207 "syn 2.0.101",
20208 "zbus_names",
20209 "zvariant",
20210 "zvariant_utils",
20211]
20212
20213[[package]]
20214name = "zbus_names"
20215version = "4.2.0"
20216source = "registry+https://github.com/rust-lang/crates.io-index"
20217checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20218dependencies = [
20219 "serde",
20220 "static_assertions",
20221 "winnow",
20222 "zvariant",
20223]
20224
20225[[package]]
20226name = "zed"
20227version = "0.207.0"
20228dependencies = [
20229 "acp_tools",
20230 "activity_indicator",
20231 "agent",
20232 "agent_settings",
20233 "agent_ui",
20234 "anyhow",
20235 "ashpd 0.11.0",
20236 "askpass",
20237 "assets",
20238 "assistant_tools",
20239 "audio",
20240 "auto_update",
20241 "auto_update_ui",
20242 "backtrace",
20243 "bincode",
20244 "breadcrumbs",
20245 "call",
20246 "channel",
20247 "clap",
20248 "cli",
20249 "client",
20250 "collab_ui",
20251 "collections",
20252 "command_palette",
20253 "component",
20254 "copilot",
20255 "crashes",
20256 "dap",
20257 "dap_adapters",
20258 "db",
20259 "debug_adapter_extension",
20260 "debugger_tools",
20261 "debugger_ui",
20262 "diagnostics",
20263 "edit_prediction_button",
20264 "editor",
20265 "env_logger 0.11.8",
20266 "extension",
20267 "extension_host",
20268 "extensions_ui",
20269 "feature_flags",
20270 "feedback",
20271 "file_finder",
20272 "fs",
20273 "futures 0.3.31",
20274 "git",
20275 "git_hosting_providers",
20276 "git_ui",
20277 "go_to_line",
20278 "gpui",
20279 "gpui_tokio",
20280 "http_client",
20281 "image_viewer",
20282 "inspector_ui",
20283 "install_cli",
20284 "itertools 0.14.0",
20285 "journal",
20286 "json_schema_store",
20287 "keymap_editor",
20288 "language",
20289 "language_extension",
20290 "language_model",
20291 "language_models",
20292 "language_onboarding",
20293 "language_selector",
20294 "language_tools",
20295 "languages",
20296 "line_ending_selector",
20297 "log",
20298 "markdown",
20299 "markdown_preview",
20300 "menu",
20301 "migrator",
20302 "mimalloc",
20303 "nc",
20304 "nix 0.29.0",
20305 "node_runtime",
20306 "notifications",
20307 "onboarding",
20308 "outline",
20309 "outline_panel",
20310 "parking_lot",
20311 "paths",
20312 "picker",
20313 "pretty_assertions",
20314 "profiling",
20315 "project",
20316 "project_panel",
20317 "project_symbols",
20318 "prompt_store",
20319 "proto",
20320 "recent_projects",
20321 "release_channel",
20322 "remote",
20323 "repl",
20324 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20325 "reqwest_client",
20326 "rope",
20327 "search",
20328 "serde",
20329 "serde_json",
20330 "session",
20331 "settings",
20332 "settings_profile_selector",
20333 "settings_ui",
20334 "shellexpand 2.1.2",
20335 "smol",
20336 "snippet_provider",
20337 "snippets_ui",
20338 "supermaven",
20339 "svg_preview",
20340 "sysinfo",
20341 "system_specs",
20342 "tab_switcher",
20343 "task",
20344 "tasks_ui",
20345 "telemetry",
20346 "telemetry_events",
20347 "terminal_view",
20348 "theme",
20349 "theme_extension",
20350 "theme_selector",
20351 "time",
20352 "title_bar",
20353 "toolchain_selector",
20354 "tree-sitter-md",
20355 "tree-sitter-rust",
20356 "ui",
20357 "ui_input",
20358 "ui_prompt",
20359 "url",
20360 "urlencoding",
20361 "util",
20362 "util_macros",
20363 "uuid",
20364 "vim",
20365 "vim_mode_setting",
20366 "watch",
20367 "web_search",
20368 "web_search_providers",
20369 "windows 0.61.1",
20370 "winresource",
20371 "workspace",
20372 "workspace-hack",
20373 "zed_actions",
20374 "zed_env_vars",
20375 "zeta",
20376 "zeta2",
20377 "zeta2_tools",
20378 "zlog",
20379 "zlog_settings",
20380]
20381
20382[[package]]
20383name = "zed_actions"
20384version = "0.1.0"
20385dependencies = [
20386 "gpui",
20387 "schemars 1.0.1",
20388 "serde",
20389 "uuid",
20390 "workspace-hack",
20391]
20392
20393[[package]]
20394name = "zed_env_vars"
20395version = "0.1.0"
20396dependencies = [
20397 "gpui",
20398 "workspace-hack",
20399]
20400
20401[[package]]
20402name = "zed_extension_api"
20403version = "0.1.0"
20404source = "registry+https://github.com/rust-lang/crates.io-index"
20405checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20406dependencies = [
20407 "serde",
20408 "serde_json",
20409 "wit-bindgen 0.22.0",
20410]
20411
20412[[package]]
20413name = "zed_extension_api"
20414version = "0.7.0"
20415dependencies = [
20416 "serde",
20417 "serde_json",
20418 "wit-bindgen 0.41.0",
20419]
20420
20421[[package]]
20422name = "zed_extension_api"
20423version = "0.7.0"
20424source = "registry+https://github.com/rust-lang/crates.io-index"
20425checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20426dependencies = [
20427 "serde",
20428 "serde_json",
20429 "wit-bindgen 0.41.0",
20430]
20431
20432[[package]]
20433name = "zed_glsl"
20434version = "0.1.0"
20435dependencies = [
20436 "zed_extension_api 0.1.0",
20437]
20438
20439[[package]]
20440name = "zed_html"
20441version = "0.2.3"
20442dependencies = [
20443 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20444]
20445
20446[[package]]
20447name = "zed_proto"
20448version = "0.2.2"
20449dependencies = [
20450 "zed_extension_api 0.1.0",
20451]
20452
20453[[package]]
20454name = "zed_ruff"
20455version = "0.1.1"
20456dependencies = [
20457 "zed_extension_api 0.1.0",
20458]
20459
20460[[package]]
20461name = "zed_snippets"
20462version = "0.0.6"
20463dependencies = [
20464 "serde_json",
20465 "zed_extension_api 0.1.0",
20466]
20467
20468[[package]]
20469name = "zed_test_extension"
20470version = "0.1.0"
20471dependencies = [
20472 "zed_extension_api 0.7.0",
20473]
20474
20475[[package]]
20476name = "zeno"
20477version = "0.3.2"
20478source = "registry+https://github.com/rust-lang/crates.io-index"
20479checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20480
20481[[package]]
20482name = "zerocopy"
20483version = "0.7.35"
20484source = "registry+https://github.com/rust-lang/crates.io-index"
20485checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20486dependencies = [
20487 "zerocopy-derive 0.7.35",
20488]
20489
20490[[package]]
20491name = "zerocopy"
20492version = "0.8.24"
20493source = "registry+https://github.com/rust-lang/crates.io-index"
20494checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20495dependencies = [
20496 "zerocopy-derive 0.8.24",
20497]
20498
20499[[package]]
20500name = "zerocopy-derive"
20501version = "0.7.35"
20502source = "registry+https://github.com/rust-lang/crates.io-index"
20503checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20504dependencies = [
20505 "proc-macro2",
20506 "quote",
20507 "syn 2.0.101",
20508]
20509
20510[[package]]
20511name = "zerocopy-derive"
20512version = "0.8.24"
20513source = "registry+https://github.com/rust-lang/crates.io-index"
20514checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20515dependencies = [
20516 "proc-macro2",
20517 "quote",
20518 "syn 2.0.101",
20519]
20520
20521[[package]]
20522name = "zerofrom"
20523version = "0.1.6"
20524source = "registry+https://github.com/rust-lang/crates.io-index"
20525checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20526dependencies = [
20527 "zerofrom-derive",
20528]
20529
20530[[package]]
20531name = "zerofrom-derive"
20532version = "0.1.6"
20533source = "registry+https://github.com/rust-lang/crates.io-index"
20534checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20535dependencies = [
20536 "proc-macro2",
20537 "quote",
20538 "syn 2.0.101",
20539 "synstructure",
20540]
20541
20542[[package]]
20543name = "zeroize"
20544version = "1.8.1"
20545source = "registry+https://github.com/rust-lang/crates.io-index"
20546checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20547dependencies = [
20548 "zeroize_derive",
20549]
20550
20551[[package]]
20552name = "zeroize_derive"
20553version = "1.4.2"
20554source = "registry+https://github.com/rust-lang/crates.io-index"
20555checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20556dependencies = [
20557 "proc-macro2",
20558 "quote",
20559 "syn 2.0.101",
20560]
20561
20562[[package]]
20563name = "zeromq"
20564version = "0.5.0-pre"
20565source = "registry+https://github.com/rust-lang/crates.io-index"
20566checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20567dependencies = [
20568 "async-dispatcher",
20569 "async-std",
20570 "async-trait",
20571 "asynchronous-codec",
20572 "bytes 1.10.1",
20573 "crossbeam-queue",
20574 "dashmap 5.5.3",
20575 "futures 0.3.31",
20576 "log",
20577 "num-traits",
20578 "once_cell",
20579 "parking_lot",
20580 "rand 0.8.5",
20581 "regex",
20582 "thiserror 1.0.69",
20583 "uuid",
20584]
20585
20586[[package]]
20587name = "zerovec"
20588version = "0.10.4"
20589source = "registry+https://github.com/rust-lang/crates.io-index"
20590checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20591dependencies = [
20592 "yoke",
20593 "zerofrom",
20594 "zerovec-derive",
20595]
20596
20597[[package]]
20598name = "zerovec-derive"
20599version = "0.10.3"
20600source = "registry+https://github.com/rust-lang/crates.io-index"
20601checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20602dependencies = [
20603 "proc-macro2",
20604 "quote",
20605 "syn 2.0.101",
20606]
20607
20608[[package]]
20609name = "zeta"
20610version = "0.1.0"
20611dependencies = [
20612 "ai_onboarding",
20613 "anyhow",
20614 "arrayvec",
20615 "call",
20616 "client",
20617 "clock",
20618 "cloud_api_types",
20619 "cloud_llm_client",
20620 "collections",
20621 "command_palette_hooks",
20622 "copilot",
20623 "ctor",
20624 "db",
20625 "edit_prediction",
20626 "editor",
20627 "feature_flags",
20628 "fs",
20629 "futures 0.3.31",
20630 "gpui",
20631 "http_client",
20632 "indoc",
20633 "itertools 0.14.0",
20634 "language",
20635 "language_model",
20636 "log",
20637 "menu",
20638 "parking_lot",
20639 "postage",
20640 "project",
20641 "rand 0.9.1",
20642 "regex",
20643 "release_channel",
20644 "reqwest_client",
20645 "rpc",
20646 "serde",
20647 "serde_json",
20648 "settings",
20649 "strum 0.27.1",
20650 "telemetry",
20651 "telemetry_events",
20652 "theme",
20653 "thiserror 2.0.12",
20654 "tree-sitter-go",
20655 "tree-sitter-rust",
20656 "ui",
20657 "util",
20658 "uuid",
20659 "workspace",
20660 "workspace-hack",
20661 "worktree",
20662 "zed_actions",
20663 "zlog",
20664]
20665
20666[[package]]
20667name = "zeta2"
20668version = "0.1.0"
20669dependencies = [
20670 "anyhow",
20671 "arrayvec",
20672 "chrono",
20673 "client",
20674 "clock",
20675 "cloud_llm_client",
20676 "cloud_zeta2_prompt",
20677 "edit_prediction",
20678 "edit_prediction_context",
20679 "futures 0.3.31",
20680 "gpui",
20681 "indoc",
20682 "language",
20683 "language_model",
20684 "log",
20685 "lsp",
20686 "pretty_assertions",
20687 "project",
20688 "release_channel",
20689 "serde_json",
20690 "settings",
20691 "thiserror 2.0.12",
20692 "util",
20693 "uuid",
20694 "workspace",
20695 "workspace-hack",
20696 "worktree",
20697]
20698
20699[[package]]
20700name = "zeta2_tools"
20701version = "0.1.0"
20702dependencies = [
20703 "chrono",
20704 "clap",
20705 "client",
20706 "cloud_llm_client",
20707 "collections",
20708 "edit_prediction_context",
20709 "editor",
20710 "futures 0.3.31",
20711 "gpui",
20712 "indoc",
20713 "language",
20714 "log",
20715 "pretty_assertions",
20716 "project",
20717 "serde",
20718 "serde_json",
20719 "settings",
20720 "text",
20721 "ui",
20722 "ui_input",
20723 "util",
20724 "workspace",
20725 "workspace-hack",
20726 "zeta2",
20727 "zlog",
20728]
20729
20730[[package]]
20731name = "zeta_cli"
20732version = "0.1.0"
20733dependencies = [
20734 "anyhow",
20735 "clap",
20736 "client",
20737 "cloud_llm_client",
20738 "cloud_zeta2_prompt",
20739 "debug_adapter_extension",
20740 "edit_prediction_context",
20741 "extension",
20742 "fs",
20743 "futures 0.3.31",
20744 "gpui",
20745 "gpui_tokio",
20746 "language",
20747 "language_extension",
20748 "language_model",
20749 "language_models",
20750 "languages",
20751 "node_runtime",
20752 "paths",
20753 "project",
20754 "prompt_store",
20755 "release_channel",
20756 "reqwest_client",
20757 "serde",
20758 "serde_json",
20759 "settings",
20760 "shellexpand 2.1.2",
20761 "smol",
20762 "terminal_view",
20763 "util",
20764 "watch",
20765 "workspace-hack",
20766 "zeta",
20767 "zeta2",
20768]
20769
20770[[package]]
20771name = "zip"
20772version = "0.6.6"
20773source = "registry+https://github.com/rust-lang/crates.io-index"
20774checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20775dependencies = [
20776 "aes",
20777 "byteorder",
20778 "bzip2",
20779 "constant_time_eq",
20780 "crc32fast",
20781 "crossbeam-utils",
20782 "flate2",
20783 "hmac",
20784 "pbkdf2 0.11.0",
20785 "sha1",
20786 "time",
20787 "zstd",
20788]
20789
20790[[package]]
20791name = "zip"
20792version = "1.1.4"
20793source = "registry+https://github.com/rust-lang/crates.io-index"
20794checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20795dependencies = [
20796 "arbitrary",
20797 "crc32fast",
20798 "crossbeam-utils",
20799 "displaydoc",
20800 "indexmap 2.9.0",
20801 "num_enum",
20802 "thiserror 1.0.69",
20803]
20804
20805[[package]]
20806name = "zlog"
20807version = "0.1.0"
20808dependencies = [
20809 "anyhow",
20810 "chrono",
20811 "collections",
20812 "log",
20813 "tempfile",
20814 "workspace-hack",
20815]
20816
20817[[package]]
20818name = "zlog_settings"
20819version = "0.1.0"
20820dependencies = [
20821 "collections",
20822 "gpui",
20823 "settings",
20824 "workspace-hack",
20825 "zlog",
20826]
20827
20828[[package]]
20829name = "zstd"
20830version = "0.11.2+zstd.1.5.2"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20833dependencies = [
20834 "zstd-safe",
20835]
20836
20837[[package]]
20838name = "zstd-safe"
20839version = "5.0.2+zstd.1.5.2"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20842dependencies = [
20843 "libc",
20844 "zstd-sys",
20845]
20846
20847[[package]]
20848name = "zstd-sys"
20849version = "2.0.15+zstd.1.5.7"
20850source = "registry+https://github.com/rust-lang/crates.io-index"
20851checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20852dependencies = [
20853 "cc",
20854 "pkg-config",
20855]
20856
20857[[package]]
20858name = "zune-core"
20859version = "0.4.12"
20860source = "registry+https://github.com/rust-lang/crates.io-index"
20861checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20862
20863[[package]]
20864name = "zune-inflate"
20865version = "0.2.54"
20866source = "registry+https://github.com/rust-lang/crates.io-index"
20867checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20868dependencies = [
20869 "simd-adler32",
20870]
20871
20872[[package]]
20873name = "zune-jpeg"
20874version = "0.4.14"
20875source = "registry+https://github.com/rust-lang/crates.io-index"
20876checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20877dependencies = [
20878 "zune-core",
20879]
20880
20881[[package]]
20882name = "zvariant"
20883version = "5.7.0"
20884source = "registry+https://github.com/rust-lang/crates.io-index"
20885checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20886dependencies = [
20887 "endi",
20888 "enumflags2",
20889 "serde",
20890 "url",
20891 "winnow",
20892 "zvariant_derive",
20893 "zvariant_utils",
20894]
20895
20896[[package]]
20897name = "zvariant_derive"
20898version = "5.7.0"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20901dependencies = [
20902 "proc-macro-crate",
20903 "proc-macro2",
20904 "quote",
20905 "syn 2.0.101",
20906 "zvariant_utils",
20907]
20908
20909[[package]]
20910name = "zvariant_utils"
20911version = "3.2.0"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20914dependencies = [
20915 "proc-macro2",
20916 "quote",
20917 "serde",
20918 "static_assertions",
20919 "syn 2.0.101",
20920 "winnow",
20921]