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",
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 "zbus",
781]
782
783[[package]]
784name = "ashpd"
785version = "0.12.0"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
788dependencies = [
789 "async-fs",
790 "async-net",
791 "enumflags2",
792 "futures-channel",
793 "futures-util",
794 "rand 0.9.1",
795 "serde",
796 "serde_repr",
797 "url",
798 "zbus",
799]
800
801[[package]]
802name = "askpass"
803version = "0.1.0"
804dependencies = [
805 "anyhow",
806 "futures 0.3.31",
807 "gpui",
808 "net",
809 "proto",
810 "smol",
811 "tempfile",
812 "util",
813 "windows 0.61.1",
814 "workspace-hack",
815 "zeroize",
816]
817
818[[package]]
819name = "assets"
820version = "0.1.0"
821dependencies = [
822 "anyhow",
823 "gpui",
824 "rust-embed",
825 "workspace-hack",
826]
827
828[[package]]
829name = "assistant_context"
830version = "0.1.0"
831dependencies = [
832 "agent_settings",
833 "anyhow",
834 "assistant_slash_command",
835 "assistant_slash_commands",
836 "chrono",
837 "client",
838 "clock",
839 "cloud_llm_client",
840 "collections",
841 "context_server",
842 "fs",
843 "futures 0.3.31",
844 "fuzzy",
845 "gpui",
846 "indoc",
847 "language",
848 "language_model",
849 "log",
850 "open_ai",
851 "parking_lot",
852 "paths",
853 "pretty_assertions",
854 "project",
855 "prompt_store",
856 "proto",
857 "rand 0.9.1",
858 "regex",
859 "rpc",
860 "serde",
861 "serde_json",
862 "settings",
863 "smallvec",
864 "smol",
865 "telemetry_events",
866 "text",
867 "ui",
868 "unindent",
869 "util",
870 "uuid",
871 "workspace",
872 "workspace-hack",
873 "zed_env_vars",
874]
875
876[[package]]
877name = "assistant_slash_command"
878version = "0.1.0"
879dependencies = [
880 "anyhow",
881 "async-trait",
882 "collections",
883 "derive_more",
884 "extension",
885 "futures 0.3.31",
886 "gpui",
887 "language",
888 "language_model",
889 "parking_lot",
890 "pretty_assertions",
891 "serde",
892 "serde_json",
893 "ui",
894 "util",
895 "workspace",
896 "workspace-hack",
897]
898
899[[package]]
900name = "assistant_slash_commands"
901version = "0.1.0"
902dependencies = [
903 "anyhow",
904 "assistant_slash_command",
905 "chrono",
906 "collections",
907 "context_server",
908 "editor",
909 "feature_flags",
910 "fs",
911 "futures 0.3.31",
912 "fuzzy",
913 "globset",
914 "gpui",
915 "html_to_markdown",
916 "http_client",
917 "language",
918 "pretty_assertions",
919 "project",
920 "prompt_store",
921 "rope",
922 "serde",
923 "serde_json",
924 "settings",
925 "smol",
926 "text",
927 "ui",
928 "util",
929 "workspace",
930 "workspace-hack",
931 "worktree",
932 "zlog",
933]
934
935[[package]]
936name = "assistant_tool"
937version = "0.1.0"
938dependencies = [
939 "action_log",
940 "anyhow",
941 "buffer_diff",
942 "clock",
943 "collections",
944 "ctor",
945 "derive_more",
946 "gpui",
947 "icons",
948 "indoc",
949 "language",
950 "language_model",
951 "log",
952 "parking_lot",
953 "pretty_assertions",
954 "project",
955 "rand 0.9.1",
956 "regex",
957 "serde",
958 "serde_json",
959 "settings",
960 "text",
961 "util",
962 "workspace",
963 "workspace-hack",
964 "zlog",
965]
966
967[[package]]
968name = "assistant_tools"
969version = "0.1.0"
970dependencies = [
971 "action_log",
972 "agent_settings",
973 "anyhow",
974 "assistant_tool",
975 "buffer_diff",
976 "chrono",
977 "client",
978 "clock",
979 "cloud_llm_client",
980 "collections",
981 "component",
982 "derive_more",
983 "diffy",
984 "editor",
985 "feature_flags",
986 "fs",
987 "futures 0.3.31",
988 "gpui",
989 "gpui_tokio",
990 "handlebars 4.5.0",
991 "html_to_markdown",
992 "http_client",
993 "indoc",
994 "itertools 0.14.0",
995 "language",
996 "language_model",
997 "language_models",
998 "log",
999 "lsp",
1000 "markdown",
1001 "open",
1002 "paths",
1003 "portable-pty",
1004 "pretty_assertions",
1005 "project",
1006 "prompt_store",
1007 "rand 0.9.1",
1008 "regex",
1009 "reqwest_client",
1010 "rust-embed",
1011 "schemars 1.0.1",
1012 "serde",
1013 "serde_json",
1014 "settings",
1015 "smallvec",
1016 "smol",
1017 "streaming_diff",
1018 "strsim",
1019 "task",
1020 "tempfile",
1021 "terminal",
1022 "terminal_view",
1023 "theme",
1024 "tree-sitter-rust",
1025 "ui",
1026 "unindent",
1027 "util",
1028 "watch",
1029 "web_search",
1030 "workspace",
1031 "workspace-hack",
1032 "zlog",
1033]
1034
1035[[package]]
1036name = "async-attributes"
1037version = "1.1.2"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
1040dependencies = [
1041 "quote",
1042 "syn 1.0.109",
1043]
1044
1045[[package]]
1046name = "async-broadcast"
1047version = "0.7.2"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
1050dependencies = [
1051 "event-listener 5.4.0",
1052 "event-listener-strategy",
1053 "futures-core",
1054 "pin-project-lite",
1055]
1056
1057[[package]]
1058name = "async-channel"
1059version = "1.9.0"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
1062dependencies = [
1063 "concurrent-queue",
1064 "event-listener 2.5.3",
1065 "futures-core",
1066]
1067
1068[[package]]
1069name = "async-channel"
1070version = "2.3.1"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
1073dependencies = [
1074 "concurrent-queue",
1075 "event-listener-strategy",
1076 "futures-core",
1077 "pin-project-lite",
1078]
1079
1080[[package]]
1081name = "async-compat"
1082version = "0.2.4"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
1085dependencies = [
1086 "futures-core",
1087 "futures-io",
1088 "once_cell",
1089 "pin-project-lite",
1090 "tokio",
1091]
1092
1093[[package]]
1094name = "async-compression"
1095version = "0.4.22"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
1098dependencies = [
1099 "deflate64",
1100 "flate2",
1101 "futures-core",
1102 "futures-io",
1103 "memchr",
1104 "pin-project-lite",
1105]
1106
1107[[package]]
1108name = "async-dispatcher"
1109version = "0.1.2"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
1112dependencies = [
1113 "async-task",
1114 "futures-lite 1.13.0",
1115]
1116
1117[[package]]
1118name = "async-executor"
1119version = "1.13.1"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
1122dependencies = [
1123 "async-task",
1124 "concurrent-queue",
1125 "fastrand 2.3.0",
1126 "futures-lite 2.6.0",
1127 "slab",
1128]
1129
1130[[package]]
1131name = "async-fs"
1132version = "2.1.3"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
1135dependencies = [
1136 "async-lock",
1137 "blocking",
1138 "futures-lite 2.6.0",
1139]
1140
1141[[package]]
1142name = "async-global-executor"
1143version = "2.4.1"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1146dependencies = [
1147 "async-channel 2.3.1",
1148 "async-executor",
1149 "async-io",
1150 "async-lock",
1151 "blocking",
1152 "futures-lite 2.6.0",
1153 "once_cell",
1154]
1155
1156[[package]]
1157name = "async-io"
1158version = "2.5.0"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
1161dependencies = [
1162 "async-lock",
1163 "cfg-if",
1164 "concurrent-queue",
1165 "futures-io",
1166 "futures-lite 2.6.0",
1167 "parking",
1168 "polling",
1169 "rustix 1.0.7",
1170 "slab",
1171 "windows-sys 0.60.2",
1172]
1173
1174[[package]]
1175name = "async-lock"
1176version = "3.4.1"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
1179dependencies = [
1180 "event-listener 5.4.0",
1181 "event-listener-strategy",
1182 "pin-project-lite",
1183]
1184
1185[[package]]
1186name = "async-net"
1187version = "2.0.0"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1190dependencies = [
1191 "async-io",
1192 "blocking",
1193 "futures-lite 2.6.0",
1194]
1195
1196[[package]]
1197name = "async-pipe"
1198version = "0.1.3"
1199source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1200dependencies = [
1201 "futures 0.3.31",
1202 "log",
1203]
1204
1205[[package]]
1206name = "async-process"
1207version = "2.3.0"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
1210dependencies = [
1211 "async-channel 2.3.1",
1212 "async-io",
1213 "async-lock",
1214 "async-signal",
1215 "async-task",
1216 "blocking",
1217 "cfg-if",
1218 "event-listener 5.4.0",
1219 "futures-lite 2.6.0",
1220 "rustix 0.38.44",
1221 "tracing",
1222]
1223
1224[[package]]
1225name = "async-recursion"
1226version = "1.1.1"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1229dependencies = [
1230 "proc-macro2",
1231 "quote",
1232 "syn 2.0.101",
1233]
1234
1235[[package]]
1236name = "async-signal"
1237version = "0.2.10"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
1240dependencies = [
1241 "async-io",
1242 "async-lock",
1243 "atomic-waker",
1244 "cfg-if",
1245 "futures-core",
1246 "futures-io",
1247 "rustix 0.38.44",
1248 "signal-hook-registry",
1249 "slab",
1250 "windows-sys 0.59.0",
1251]
1252
1253[[package]]
1254name = "async-std"
1255version = "1.13.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
1258dependencies = [
1259 "async-attributes",
1260 "async-channel 1.9.0",
1261 "async-global-executor",
1262 "async-io",
1263 "async-lock",
1264 "async-process",
1265 "crossbeam-utils",
1266 "futures-channel",
1267 "futures-core",
1268 "futures-io",
1269 "futures-lite 2.6.0",
1270 "gloo-timers",
1271 "kv-log-macro",
1272 "log",
1273 "memchr",
1274 "once_cell",
1275 "pin-project-lite",
1276 "pin-utils",
1277 "slab",
1278 "wasm-bindgen-futures",
1279]
1280
1281[[package]]
1282name = "async-stream"
1283version = "0.3.6"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1286dependencies = [
1287 "async-stream-impl",
1288 "futures-core",
1289 "pin-project-lite",
1290]
1291
1292[[package]]
1293name = "async-stream-impl"
1294version = "0.3.6"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1297dependencies = [
1298 "proc-macro2",
1299 "quote",
1300 "syn 2.0.101",
1301]
1302
1303[[package]]
1304name = "async-tar"
1305version = "0.5.0"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1308dependencies = [
1309 "async-std",
1310 "filetime",
1311 "libc",
1312 "pin-project",
1313 "redox_syscall 0.2.16",
1314 "xattr",
1315]
1316
1317[[package]]
1318name = "async-task"
1319version = "4.7.1"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1322
1323[[package]]
1324name = "async-trait"
1325version = "0.1.89"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1328dependencies = [
1329 "proc-macro2",
1330 "quote",
1331 "syn 2.0.101",
1332]
1333
1334[[package]]
1335name = "async-tungstenite"
1336version = "0.29.1"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1339dependencies = [
1340 "atomic-waker",
1341 "futures-core",
1342 "futures-io",
1343 "futures-task",
1344 "futures-util",
1345 "log",
1346 "pin-project-lite",
1347 "rustls-pki-types",
1348 "tokio",
1349 "tokio-rustls 0.26.2",
1350 "tungstenite 0.26.2",
1351]
1352
1353[[package]]
1354name = "async_zip"
1355version = "0.0.17"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1358dependencies = [
1359 "async-compression",
1360 "crc32fast",
1361 "futures-lite 2.6.0",
1362 "pin-project",
1363 "thiserror 1.0.69",
1364]
1365
1366[[package]]
1367name = "asynchronous-codec"
1368version = "0.7.0"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1371dependencies = [
1372 "bytes 1.10.1",
1373 "futures-sink",
1374 "futures-util",
1375 "memchr",
1376 "pin-project-lite",
1377]
1378
1379[[package]]
1380name = "atoi"
1381version = "2.0.0"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1384dependencies = [
1385 "num-traits",
1386]
1387
1388[[package]]
1389name = "atomic"
1390version = "0.5.3"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1393
1394[[package]]
1395name = "atomic-waker"
1396version = "1.1.2"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1399
1400[[package]]
1401name = "audio"
1402version = "0.1.0"
1403dependencies = [
1404 "anyhow",
1405 "async-tar",
1406 "collections",
1407 "crossbeam",
1408 "denoise",
1409 "gpui",
1410 "libwebrtc",
1411 "log",
1412 "parking_lot",
1413 "rodio",
1414 "serde",
1415 "settings",
1416 "smol",
1417 "thiserror 2.0.12",
1418 "util",
1419 "workspace-hack",
1420]
1421
1422[[package]]
1423name = "auditable-serde"
1424version = "0.8.0"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1427dependencies = [
1428 "semver",
1429 "serde",
1430 "serde_json",
1431 "topological-sort",
1432]
1433
1434[[package]]
1435name = "auto_update"
1436version = "0.1.0"
1437dependencies = [
1438 "anyhow",
1439 "client",
1440 "db",
1441 "gpui",
1442 "http_client",
1443 "log",
1444 "paths",
1445 "release_channel",
1446 "serde",
1447 "serde_json",
1448 "settings",
1449 "smol",
1450 "tempfile",
1451 "which 6.0.3",
1452 "workspace",
1453 "workspace-hack",
1454]
1455
1456[[package]]
1457name = "auto_update_helper"
1458version = "0.1.0"
1459dependencies = [
1460 "anyhow",
1461 "log",
1462 "simplelog",
1463 "windows 0.61.1",
1464 "winresource",
1465 "workspace-hack",
1466]
1467
1468[[package]]
1469name = "auto_update_ui"
1470version = "0.1.0"
1471dependencies = [
1472 "anyhow",
1473 "auto_update",
1474 "client",
1475 "editor",
1476 "gpui",
1477 "http_client",
1478 "markdown_preview",
1479 "release_channel",
1480 "serde",
1481 "serde_json",
1482 "smol",
1483 "util",
1484 "workspace",
1485 "workspace-hack",
1486]
1487
1488[[package]]
1489name = "autocfg"
1490version = "1.4.0"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1493
1494[[package]]
1495name = "av1-grain"
1496version = "0.2.3"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1499dependencies = [
1500 "anyhow",
1501 "arrayvec",
1502 "log",
1503 "nom 7.1.3",
1504 "num-rational",
1505 "v_frame",
1506]
1507
1508[[package]]
1509name = "avif-serialize"
1510version = "0.8.3"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1513dependencies = [
1514 "arrayvec",
1515]
1516
1517[[package]]
1518name = "aws-config"
1519version = "1.6.1"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1522dependencies = [
1523 "aws-credential-types",
1524 "aws-runtime",
1525 "aws-sdk-sso",
1526 "aws-sdk-ssooidc",
1527 "aws-sdk-sts",
1528 "aws-smithy-async",
1529 "aws-smithy-http",
1530 "aws-smithy-json",
1531 "aws-smithy-runtime",
1532 "aws-smithy-runtime-api",
1533 "aws-smithy-types",
1534 "aws-types",
1535 "bytes 1.10.1",
1536 "fastrand 2.3.0",
1537 "hex",
1538 "http 1.3.1",
1539 "ring",
1540 "time",
1541 "tokio",
1542 "tracing",
1543 "url",
1544 "zeroize",
1545]
1546
1547[[package]]
1548name = "aws-credential-types"
1549version = "1.2.2"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1552dependencies = [
1553 "aws-smithy-async",
1554 "aws-smithy-runtime-api",
1555 "aws-smithy-types",
1556 "zeroize",
1557]
1558
1559[[package]]
1560name = "aws-lc-rs"
1561version = "1.13.1"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1564dependencies = [
1565 "aws-lc-sys",
1566 "zeroize",
1567]
1568
1569[[package]]
1570name = "aws-lc-sys"
1571version = "0.29.0"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1574dependencies = [
1575 "bindgen 0.69.5",
1576 "cc",
1577 "cmake",
1578 "dunce",
1579 "fs_extra",
1580]
1581
1582[[package]]
1583name = "aws-runtime"
1584version = "1.5.6"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1587dependencies = [
1588 "aws-credential-types",
1589 "aws-sigv4",
1590 "aws-smithy-async",
1591 "aws-smithy-eventstream",
1592 "aws-smithy-http",
1593 "aws-smithy-runtime",
1594 "aws-smithy-runtime-api",
1595 "aws-smithy-types",
1596 "aws-types",
1597 "bytes 1.10.1",
1598 "fastrand 2.3.0",
1599 "http 0.2.12",
1600 "http-body 0.4.6",
1601 "once_cell",
1602 "percent-encoding",
1603 "pin-project-lite",
1604 "tracing",
1605 "uuid",
1606]
1607
1608[[package]]
1609name = "aws-sdk-bedrockruntime"
1610version = "1.82.0"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1613dependencies = [
1614 "aws-credential-types",
1615 "aws-runtime",
1616 "aws-sigv4",
1617 "aws-smithy-async",
1618 "aws-smithy-eventstream",
1619 "aws-smithy-http",
1620 "aws-smithy-json",
1621 "aws-smithy-runtime",
1622 "aws-smithy-runtime-api",
1623 "aws-smithy-types",
1624 "aws-types",
1625 "bytes 1.10.1",
1626 "fastrand 2.3.0",
1627 "http 0.2.12",
1628 "hyper 0.14.32",
1629 "once_cell",
1630 "regex-lite",
1631 "tracing",
1632]
1633
1634[[package]]
1635name = "aws-sdk-kinesis"
1636version = "1.66.0"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1639dependencies = [
1640 "aws-credential-types",
1641 "aws-runtime",
1642 "aws-smithy-async",
1643 "aws-smithy-eventstream",
1644 "aws-smithy-http",
1645 "aws-smithy-json",
1646 "aws-smithy-runtime",
1647 "aws-smithy-runtime-api",
1648 "aws-smithy-types",
1649 "aws-types",
1650 "bytes 1.10.1",
1651 "fastrand 2.3.0",
1652 "http 0.2.12",
1653 "once_cell",
1654 "regex-lite",
1655 "tracing",
1656]
1657
1658[[package]]
1659name = "aws-sdk-s3"
1660version = "1.82.0"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1663dependencies = [
1664 "aws-credential-types",
1665 "aws-runtime",
1666 "aws-sigv4",
1667 "aws-smithy-async",
1668 "aws-smithy-checksums",
1669 "aws-smithy-eventstream",
1670 "aws-smithy-http",
1671 "aws-smithy-json",
1672 "aws-smithy-runtime",
1673 "aws-smithy-runtime-api",
1674 "aws-smithy-types",
1675 "aws-smithy-xml",
1676 "aws-types",
1677 "bytes 1.10.1",
1678 "fastrand 2.3.0",
1679 "hex",
1680 "hmac",
1681 "http 0.2.12",
1682 "http 1.3.1",
1683 "http-body 0.4.6",
1684 "lru",
1685 "once_cell",
1686 "percent-encoding",
1687 "regex-lite",
1688 "sha2",
1689 "tracing",
1690 "url",
1691]
1692
1693[[package]]
1694name = "aws-sdk-sso"
1695version = "1.64.0"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1698dependencies = [
1699 "aws-credential-types",
1700 "aws-runtime",
1701 "aws-smithy-async",
1702 "aws-smithy-http",
1703 "aws-smithy-json",
1704 "aws-smithy-runtime",
1705 "aws-smithy-runtime-api",
1706 "aws-smithy-types",
1707 "aws-types",
1708 "bytes 1.10.1",
1709 "fastrand 2.3.0",
1710 "http 0.2.12",
1711 "once_cell",
1712 "regex-lite",
1713 "tracing",
1714]
1715
1716[[package]]
1717name = "aws-sdk-ssooidc"
1718version = "1.65.0"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1721dependencies = [
1722 "aws-credential-types",
1723 "aws-runtime",
1724 "aws-smithy-async",
1725 "aws-smithy-http",
1726 "aws-smithy-json",
1727 "aws-smithy-runtime",
1728 "aws-smithy-runtime-api",
1729 "aws-smithy-types",
1730 "aws-types",
1731 "bytes 1.10.1",
1732 "fastrand 2.3.0",
1733 "http 0.2.12",
1734 "once_cell",
1735 "regex-lite",
1736 "tracing",
1737]
1738
1739[[package]]
1740name = "aws-sdk-sts"
1741version = "1.65.0"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1744dependencies = [
1745 "aws-credential-types",
1746 "aws-runtime",
1747 "aws-smithy-async",
1748 "aws-smithy-http",
1749 "aws-smithy-json",
1750 "aws-smithy-query",
1751 "aws-smithy-runtime",
1752 "aws-smithy-runtime-api",
1753 "aws-smithy-types",
1754 "aws-smithy-xml",
1755 "aws-types",
1756 "fastrand 2.3.0",
1757 "http 0.2.12",
1758 "once_cell",
1759 "regex-lite",
1760 "tracing",
1761]
1762
1763[[package]]
1764name = "aws-sigv4"
1765version = "1.3.0"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1768dependencies = [
1769 "aws-credential-types",
1770 "aws-smithy-eventstream",
1771 "aws-smithy-http",
1772 "aws-smithy-runtime-api",
1773 "aws-smithy-types",
1774 "bytes 1.10.1",
1775 "crypto-bigint 0.5.5",
1776 "form_urlencoded",
1777 "hex",
1778 "hmac",
1779 "http 0.2.12",
1780 "http 1.3.1",
1781 "once_cell",
1782 "p256",
1783 "percent-encoding",
1784 "ring",
1785 "sha2",
1786 "subtle",
1787 "time",
1788 "tracing",
1789 "zeroize",
1790]
1791
1792[[package]]
1793name = "aws-smithy-async"
1794version = "1.2.5"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1797dependencies = [
1798 "futures-util",
1799 "pin-project-lite",
1800 "tokio",
1801]
1802
1803[[package]]
1804name = "aws-smithy-checksums"
1805version = "0.63.1"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1808dependencies = [
1809 "aws-smithy-http",
1810 "aws-smithy-types",
1811 "bytes 1.10.1",
1812 "crc32c",
1813 "crc32fast",
1814 "crc64fast-nvme",
1815 "hex",
1816 "http 0.2.12",
1817 "http-body 0.4.6",
1818 "md-5",
1819 "pin-project-lite",
1820 "sha1",
1821 "sha2",
1822 "tracing",
1823]
1824
1825[[package]]
1826name = "aws-smithy-eventstream"
1827version = "0.60.8"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1830dependencies = [
1831 "aws-smithy-types",
1832 "bytes 1.10.1",
1833 "crc32fast",
1834]
1835
1836[[package]]
1837name = "aws-smithy-http"
1838version = "0.62.0"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1841dependencies = [
1842 "aws-smithy-eventstream",
1843 "aws-smithy-runtime-api",
1844 "aws-smithy-types",
1845 "bytes 1.10.1",
1846 "bytes-utils",
1847 "futures-core",
1848 "http 0.2.12",
1849 "http 1.3.1",
1850 "http-body 0.4.6",
1851 "once_cell",
1852 "percent-encoding",
1853 "pin-project-lite",
1854 "pin-utils",
1855 "tracing",
1856]
1857
1858[[package]]
1859name = "aws-smithy-http-client"
1860version = "1.0.1"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1863dependencies = [
1864 "aws-smithy-async",
1865 "aws-smithy-runtime-api",
1866 "aws-smithy-types",
1867 "h2 0.4.9",
1868 "http 0.2.12",
1869 "http 1.3.1",
1870 "http-body 0.4.6",
1871 "hyper 0.14.32",
1872 "hyper 1.6.0",
1873 "hyper-rustls 0.24.2",
1874 "hyper-rustls 0.27.5",
1875 "hyper-util",
1876 "pin-project-lite",
1877 "rustls 0.21.12",
1878 "rustls 0.23.26",
1879 "rustls-native-certs 0.8.1",
1880 "rustls-pki-types",
1881 "tokio",
1882 "tower 0.5.2",
1883 "tracing",
1884]
1885
1886[[package]]
1887name = "aws-smithy-json"
1888version = "0.61.3"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1891dependencies = [
1892 "aws-smithy-types",
1893]
1894
1895[[package]]
1896name = "aws-smithy-observability"
1897version = "0.1.2"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1900dependencies = [
1901 "aws-smithy-runtime-api",
1902 "once_cell",
1903]
1904
1905[[package]]
1906name = "aws-smithy-query"
1907version = "0.60.7"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1910dependencies = [
1911 "aws-smithy-types",
1912 "urlencoding",
1913]
1914
1915[[package]]
1916name = "aws-smithy-runtime"
1917version = "1.8.1"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1920dependencies = [
1921 "aws-smithy-async",
1922 "aws-smithy-http",
1923 "aws-smithy-http-client",
1924 "aws-smithy-observability",
1925 "aws-smithy-runtime-api",
1926 "aws-smithy-types",
1927 "bytes 1.10.1",
1928 "fastrand 2.3.0",
1929 "http 0.2.12",
1930 "http 1.3.1",
1931 "http-body 0.4.6",
1932 "http-body 1.0.1",
1933 "once_cell",
1934 "pin-project-lite",
1935 "pin-utils",
1936 "tokio",
1937 "tracing",
1938]
1939
1940[[package]]
1941name = "aws-smithy-runtime-api"
1942version = "1.7.4"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1945dependencies = [
1946 "aws-smithy-async",
1947 "aws-smithy-types",
1948 "bytes 1.10.1",
1949 "http 0.2.12",
1950 "http 1.3.1",
1951 "pin-project-lite",
1952 "tokio",
1953 "tracing",
1954 "zeroize",
1955]
1956
1957[[package]]
1958name = "aws-smithy-types"
1959version = "1.3.0"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1962dependencies = [
1963 "base64-simd",
1964 "bytes 1.10.1",
1965 "bytes-utils",
1966 "futures-core",
1967 "http 0.2.12",
1968 "http 1.3.1",
1969 "http-body 0.4.6",
1970 "http-body 1.0.1",
1971 "http-body-util",
1972 "itoa",
1973 "num-integer",
1974 "pin-project-lite",
1975 "pin-utils",
1976 "ryu",
1977 "serde",
1978 "time",
1979 "tokio",
1980 "tokio-util",
1981]
1982
1983[[package]]
1984name = "aws-smithy-xml"
1985version = "0.60.9"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1988dependencies = [
1989 "xmlparser",
1990]
1991
1992[[package]]
1993name = "aws-types"
1994version = "1.3.6"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
1997dependencies = [
1998 "aws-credential-types",
1999 "aws-smithy-async",
2000 "aws-smithy-runtime-api",
2001 "aws-smithy-types",
2002 "rustc_version",
2003 "tracing",
2004]
2005
2006[[package]]
2007name = "aws_http_client"
2008version = "0.1.0"
2009dependencies = [
2010 "aws-smithy-runtime-api",
2011 "aws-smithy-types",
2012 "http_client",
2013 "workspace-hack",
2014]
2015
2016[[package]]
2017name = "axum"
2018version = "0.6.20"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2021dependencies = [
2022 "async-trait",
2023 "axum-core",
2024 "base64 0.21.7",
2025 "bitflags 1.3.2",
2026 "bytes 1.10.1",
2027 "futures-util",
2028 "headers",
2029 "http 0.2.12",
2030 "http-body 0.4.6",
2031 "hyper 0.14.32",
2032 "itoa",
2033 "matchit",
2034 "memchr",
2035 "mime",
2036 "percent-encoding",
2037 "pin-project-lite",
2038 "rustversion",
2039 "serde",
2040 "serde_json",
2041 "serde_path_to_error",
2042 "serde_urlencoded",
2043 "sha1",
2044 "sync_wrapper 0.1.2",
2045 "tokio",
2046 "tokio-tungstenite 0.20.1",
2047 "tower 0.4.13",
2048 "tower-layer",
2049 "tower-service",
2050]
2051
2052[[package]]
2053name = "axum-core"
2054version = "0.3.4"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2057dependencies = [
2058 "async-trait",
2059 "bytes 1.10.1",
2060 "futures-util",
2061 "http 0.2.12",
2062 "http-body 0.4.6",
2063 "mime",
2064 "rustversion",
2065 "tower-layer",
2066 "tower-service",
2067]
2068
2069[[package]]
2070name = "axum-extra"
2071version = "0.4.2"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
2074dependencies = [
2075 "axum",
2076 "bytes 1.10.1",
2077 "futures-util",
2078 "http 0.2.12",
2079 "mime",
2080 "pin-project-lite",
2081 "serde",
2082 "serde_json",
2083 "tokio",
2084 "tower 0.4.13",
2085 "tower-http 0.3.5",
2086 "tower-layer",
2087 "tower-service",
2088]
2089
2090[[package]]
2091name = "backtrace"
2092version = "0.3.74"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2095dependencies = [
2096 "addr2line",
2097 "cfg-if",
2098 "libc",
2099 "miniz_oxide",
2100 "object",
2101 "rustc-demangle",
2102 "windows-targets 0.52.6",
2103]
2104
2105[[package]]
2106name = "base16ct"
2107version = "0.1.1"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
2110
2111[[package]]
2112name = "base64"
2113version = "0.21.7"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2116
2117[[package]]
2118name = "base64"
2119version = "0.22.1"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2122
2123[[package]]
2124name = "base64-simd"
2125version = "0.8.0"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
2128dependencies = [
2129 "outref",
2130 "vsimd",
2131]
2132
2133[[package]]
2134name = "base64ct"
2135version = "1.7.3"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
2138
2139[[package]]
2140name = "bedrock"
2141version = "0.1.0"
2142dependencies = [
2143 "anyhow",
2144 "aws-sdk-bedrockruntime",
2145 "aws-smithy-types",
2146 "futures 0.3.31",
2147 "schemars 1.0.1",
2148 "serde",
2149 "serde_json",
2150 "strum 0.27.1",
2151 "thiserror 2.0.12",
2152 "workspace-hack",
2153]
2154
2155[[package]]
2156name = "bigdecimal"
2157version = "0.4.8"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2160dependencies = [
2161 "autocfg",
2162 "libm",
2163 "num-bigint",
2164 "num-integer",
2165 "num-traits",
2166 "serde",
2167]
2168
2169[[package]]
2170name = "bincode"
2171version = "1.3.3"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2174dependencies = [
2175 "serde",
2176]
2177
2178[[package]]
2179name = "bindgen"
2180version = "0.69.5"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
2183dependencies = [
2184 "bitflags 2.9.0",
2185 "cexpr",
2186 "clang-sys",
2187 "itertools 0.12.1",
2188 "lazy_static",
2189 "lazycell",
2190 "log",
2191 "prettyplease",
2192 "proc-macro2",
2193 "quote",
2194 "regex",
2195 "rustc-hash 1.1.0",
2196 "shlex",
2197 "syn 2.0.101",
2198 "which 4.4.2",
2199]
2200
2201[[package]]
2202name = "bindgen"
2203version = "0.70.1"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
2206dependencies = [
2207 "bitflags 2.9.0",
2208 "cexpr",
2209 "clang-sys",
2210 "itertools 0.13.0",
2211 "proc-macro2",
2212 "quote",
2213 "regex",
2214 "rustc-hash 1.1.0",
2215 "shlex",
2216 "syn 2.0.101",
2217]
2218
2219[[package]]
2220name = "bindgen"
2221version = "0.71.1"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2224dependencies = [
2225 "bitflags 2.9.0",
2226 "cexpr",
2227 "clang-sys",
2228 "itertools 0.13.0",
2229 "log",
2230 "prettyplease",
2231 "proc-macro2",
2232 "quote",
2233 "regex",
2234 "rustc-hash 2.1.1",
2235 "shlex",
2236 "syn 2.0.101",
2237]
2238
2239[[package]]
2240name = "bit-set"
2241version = "0.5.3"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2244dependencies = [
2245 "bit-vec 0.6.3",
2246]
2247
2248[[package]]
2249name = "bit-set"
2250version = "0.8.0"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2253dependencies = [
2254 "bit-vec 0.8.0",
2255]
2256
2257[[package]]
2258name = "bit-vec"
2259version = "0.6.3"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2262
2263[[package]]
2264name = "bit-vec"
2265version = "0.8.0"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2268
2269[[package]]
2270name = "bit_field"
2271version = "0.10.2"
2272source = "registry+https://github.com/rust-lang/crates.io-index"
2273checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2274
2275[[package]]
2276name = "bitflags"
2277version = "1.3.2"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2280
2281[[package]]
2282name = "bitflags"
2283version = "2.9.0"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2286dependencies = [
2287 "serde",
2288]
2289
2290[[package]]
2291name = "bitstream-io"
2292version = "2.6.0"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2295
2296[[package]]
2297name = "bitvec"
2298version = "1.0.1"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2301dependencies = [
2302 "funty",
2303 "radium",
2304 "tap",
2305 "wyz",
2306]
2307
2308[[package]]
2309name = "blade-graphics"
2310version = "0.7.0"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "e4deb8f595ce7f00dee3543ebf6fd9a20ea86fc421ab79600dac30876250bdae"
2313dependencies = [
2314 "ash",
2315 "ash-window",
2316 "bitflags 2.9.0",
2317 "bytemuck",
2318 "codespan-reporting",
2319 "glow",
2320 "gpu-alloc",
2321 "gpu-alloc-ash",
2322 "hidden-trait",
2323 "js-sys",
2324 "khronos-egl",
2325 "libloading",
2326 "log",
2327 "mint",
2328 "naga",
2329 "objc2",
2330 "objc2-app-kit",
2331 "objc2-core-foundation",
2332 "objc2-foundation",
2333 "objc2-metal",
2334 "objc2-quartz-core",
2335 "objc2-ui-kit",
2336 "once_cell",
2337 "raw-window-handle",
2338 "slab",
2339 "wasm-bindgen",
2340 "web-sys",
2341]
2342
2343[[package]]
2344name = "blade-macros"
2345version = "0.3.0"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "27142319e2f4c264581067eaccb9f80acccdde60d8b4bf57cc50cd3152f109ca"
2348dependencies = [
2349 "proc-macro2",
2350 "quote",
2351 "syn 2.0.101",
2352]
2353
2354[[package]]
2355name = "blade-util"
2356version = "0.3.0"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "3a6be3a82c001ba7a17b6f8e413ede5d1004e6047213f8efaf0ffc15b5c4904c"
2359dependencies = [
2360 "blade-graphics",
2361 "bytemuck",
2362 "log",
2363 "profiling",
2364]
2365
2366[[package]]
2367name = "block"
2368version = "0.1.6"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2371
2372[[package]]
2373name = "block-buffer"
2374version = "0.10.4"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2377dependencies = [
2378 "generic-array",
2379]
2380
2381[[package]]
2382name = "block-padding"
2383version = "0.3.3"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2386dependencies = [
2387 "generic-array",
2388]
2389
2390[[package]]
2391name = "block2"
2392version = "0.6.1"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2395dependencies = [
2396 "objc2",
2397]
2398
2399[[package]]
2400name = "blocking"
2401version = "1.6.1"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2404dependencies = [
2405 "async-channel 2.3.1",
2406 "async-task",
2407 "futures-io",
2408 "futures-lite 2.6.0",
2409 "piper",
2410]
2411
2412[[package]]
2413name = "borrow-or-share"
2414version = "0.2.2"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2417
2418[[package]]
2419name = "borsh"
2420version = "1.5.7"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2423dependencies = [
2424 "borsh-derive",
2425 "cfg_aliases 0.2.1",
2426]
2427
2428[[package]]
2429name = "borsh-derive"
2430version = "1.5.7"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2433dependencies = [
2434 "once_cell",
2435 "proc-macro-crate",
2436 "proc-macro2",
2437 "quote",
2438 "syn 2.0.101",
2439]
2440
2441[[package]]
2442name = "breadcrumbs"
2443version = "0.1.0"
2444dependencies = [
2445 "editor",
2446 "gpui",
2447 "itertools 0.14.0",
2448 "settings",
2449 "theme",
2450 "ui",
2451 "workspace",
2452 "workspace-hack",
2453 "zed_actions",
2454]
2455
2456[[package]]
2457name = "bstr"
2458version = "1.12.0"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2461dependencies = [
2462 "memchr",
2463 "regex-automata",
2464 "serde",
2465]
2466
2467[[package]]
2468name = "buffer_diff"
2469version = "0.1.0"
2470dependencies = [
2471 "anyhow",
2472 "clock",
2473 "ctor",
2474 "futures 0.3.31",
2475 "git2",
2476 "gpui",
2477 "language",
2478 "log",
2479 "pretty_assertions",
2480 "rand 0.9.1",
2481 "rope",
2482 "serde_json",
2483 "sum_tree",
2484 "text",
2485 "unindent",
2486 "util",
2487 "workspace-hack",
2488 "zlog",
2489]
2490
2491[[package]]
2492name = "built"
2493version = "0.7.7"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2496
2497[[package]]
2498name = "bumpalo"
2499version = "3.17.0"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2502dependencies = [
2503 "allocator-api2",
2504]
2505
2506[[package]]
2507name = "by_address"
2508version = "1.2.1"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2511
2512[[package]]
2513name = "bytecheck"
2514version = "0.6.12"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2517dependencies = [
2518 "bytecheck_derive",
2519 "ptr_meta",
2520 "simdutf8",
2521]
2522
2523[[package]]
2524name = "bytecheck_derive"
2525version = "0.6.12"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2528dependencies = [
2529 "proc-macro2",
2530 "quote",
2531 "syn 1.0.109",
2532]
2533
2534[[package]]
2535name = "bytecount"
2536version = "0.6.8"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2539
2540[[package]]
2541name = "bytemuck"
2542version = "1.22.0"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2545dependencies = [
2546 "bytemuck_derive",
2547]
2548
2549[[package]]
2550name = "bytemuck_derive"
2551version = "1.9.3"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2554dependencies = [
2555 "proc-macro2",
2556 "quote",
2557 "syn 2.0.101",
2558]
2559
2560[[package]]
2561name = "byteorder"
2562version = "1.5.0"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2565
2566[[package]]
2567name = "byteorder-lite"
2568version = "0.1.0"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2571
2572[[package]]
2573name = "bytes"
2574version = "0.4.12"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2577dependencies = [
2578 "byteorder",
2579 "iovec",
2580]
2581
2582[[package]]
2583name = "bytes"
2584version = "1.10.1"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2587
2588[[package]]
2589name = "bytes-utils"
2590version = "0.1.4"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2593dependencies = [
2594 "bytes 1.10.1",
2595 "either",
2596]
2597
2598[[package]]
2599name = "bzip2"
2600version = "0.4.4"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2603dependencies = [
2604 "bzip2-sys",
2605 "libc",
2606]
2607
2608[[package]]
2609name = "bzip2-sys"
2610version = "0.1.13+1.0.8"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2613dependencies = [
2614 "cc",
2615 "pkg-config",
2616]
2617
2618[[package]]
2619name = "call"
2620version = "0.1.0"
2621dependencies = [
2622 "anyhow",
2623 "audio",
2624 "client",
2625 "collections",
2626 "feature_flags",
2627 "fs",
2628 "futures 0.3.31",
2629 "gpui",
2630 "gpui_tokio",
2631 "http_client",
2632 "language",
2633 "livekit_client",
2634 "log",
2635 "postage",
2636 "project",
2637 "serde",
2638 "settings",
2639 "telemetry",
2640 "util",
2641 "workspace-hack",
2642]
2643
2644[[package]]
2645name = "calloop"
2646version = "0.13.0"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2649dependencies = [
2650 "bitflags 2.9.0",
2651 "log",
2652 "polling",
2653 "rustix 0.38.44",
2654 "slab",
2655 "thiserror 1.0.69",
2656]
2657
2658[[package]]
2659name = "calloop-wayland-source"
2660version = "0.3.0"
2661source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2663dependencies = [
2664 "calloop",
2665 "rustix 0.38.44",
2666 "wayland-backend",
2667 "wayland-client",
2668]
2669
2670[[package]]
2671name = "camino"
2672version = "1.1.9"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2675dependencies = [
2676 "serde",
2677]
2678
2679[[package]]
2680name = "candle-core"
2681version = "0.9.1"
2682source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2683dependencies = [
2684 "byteorder",
2685 "float8",
2686 "gemm 0.17.1",
2687 "half",
2688 "memmap2",
2689 "num-traits",
2690 "num_cpus",
2691 "rand 0.9.1",
2692 "rand_distr",
2693 "rayon",
2694 "safetensors",
2695 "thiserror 1.0.69",
2696 "ug",
2697 "yoke",
2698 "zip 1.1.4",
2699]
2700
2701[[package]]
2702name = "candle-nn"
2703version = "0.9.1"
2704source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2705dependencies = [
2706 "candle-core",
2707 "half",
2708 "libc",
2709 "num-traits",
2710 "rayon",
2711 "safetensors",
2712 "serde",
2713 "thiserror 1.0.69",
2714]
2715
2716[[package]]
2717name = "candle-onnx"
2718version = "0.9.1"
2719source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2720dependencies = [
2721 "candle-core",
2722 "candle-nn",
2723 "prost 0.12.6",
2724]
2725
2726[[package]]
2727name = "cap-fs-ext"
2728version = "3.4.4"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2731dependencies = [
2732 "cap-primitives",
2733 "cap-std",
2734 "io-lifetimes",
2735 "windows-sys 0.59.0",
2736]
2737
2738[[package]]
2739name = "cap-net-ext"
2740version = "3.4.4"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2743dependencies = [
2744 "cap-primitives",
2745 "cap-std",
2746 "rustix 1.0.7",
2747 "smallvec",
2748]
2749
2750[[package]]
2751name = "cap-primitives"
2752version = "3.4.4"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2755dependencies = [
2756 "ambient-authority",
2757 "fs-set-times",
2758 "io-extras",
2759 "io-lifetimes",
2760 "ipnet",
2761 "maybe-owned",
2762 "rustix 1.0.7",
2763 "rustix-linux-procfs",
2764 "windows-sys 0.59.0",
2765 "winx",
2766]
2767
2768[[package]]
2769name = "cap-rand"
2770version = "3.4.4"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2773dependencies = [
2774 "ambient-authority",
2775 "rand 0.8.5",
2776]
2777
2778[[package]]
2779name = "cap-std"
2780version = "3.4.4"
2781source = "registry+https://github.com/rust-lang/crates.io-index"
2782checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2783dependencies = [
2784 "cap-primitives",
2785 "io-extras",
2786 "io-lifetimes",
2787 "rustix 1.0.7",
2788]
2789
2790[[package]]
2791name = "cap-time-ext"
2792version = "3.4.4"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2795dependencies = [
2796 "ambient-authority",
2797 "cap-primitives",
2798 "iana-time-zone",
2799 "once_cell",
2800 "rustix 1.0.7",
2801 "winx",
2802]
2803
2804[[package]]
2805name = "cargo-platform"
2806version = "0.1.9"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2809dependencies = [
2810 "serde",
2811]
2812
2813[[package]]
2814name = "cargo_metadata"
2815version = "0.19.2"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2818dependencies = [
2819 "camino",
2820 "cargo-platform",
2821 "semver",
2822 "serde",
2823 "serde_json",
2824 "thiserror 2.0.12",
2825]
2826
2827[[package]]
2828name = "cargo_toml"
2829version = "0.21.0"
2830source = "registry+https://github.com/rust-lang/crates.io-index"
2831checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2832dependencies = [
2833 "serde",
2834 "toml 0.8.20",
2835]
2836
2837[[package]]
2838name = "cast"
2839version = "0.3.0"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2842
2843[[package]]
2844name = "cbc"
2845version = "0.1.2"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2848dependencies = [
2849 "cipher",
2850]
2851
2852[[package]]
2853name = "cbindgen"
2854version = "0.28.0"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2857dependencies = [
2858 "heck 0.4.1",
2859 "indexmap 2.9.0",
2860 "log",
2861 "proc-macro2",
2862 "quote",
2863 "serde",
2864 "serde_json",
2865 "syn 2.0.101",
2866 "tempfile",
2867 "toml 0.8.20",
2868]
2869
2870[[package]]
2871name = "cc"
2872version = "1.2.19"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2875dependencies = [
2876 "jobserver",
2877 "libc",
2878 "shlex",
2879]
2880
2881[[package]]
2882name = "cesu8"
2883version = "1.1.0"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2886
2887[[package]]
2888name = "cexpr"
2889version = "0.6.0"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2892dependencies = [
2893 "nom 7.1.3",
2894]
2895
2896[[package]]
2897name = "cfg-expr"
2898version = "0.15.8"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2901dependencies = [
2902 "smallvec",
2903 "target-lexicon 0.12.16",
2904]
2905
2906[[package]]
2907name = "cfg-if"
2908version = "1.0.3"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
2911
2912[[package]]
2913name = "cfg_aliases"
2914version = "0.1.1"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2917
2918[[package]]
2919name = "cfg_aliases"
2920version = "0.2.1"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2923
2924[[package]]
2925name = "cgl"
2926version = "0.3.2"
2927source = "registry+https://github.com/rust-lang/crates.io-index"
2928checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2929dependencies = [
2930 "libc",
2931]
2932
2933[[package]]
2934name = "channel"
2935version = "0.1.0"
2936dependencies = [
2937 "anyhow",
2938 "client",
2939 "clock",
2940 "collections",
2941 "futures 0.3.31",
2942 "gpui",
2943 "http_client",
2944 "language",
2945 "log",
2946 "postage",
2947 "release_channel",
2948 "rpc",
2949 "settings",
2950 "text",
2951 "time",
2952 "util",
2953 "workspace-hack",
2954]
2955
2956[[package]]
2957name = "chrono"
2958version = "0.4.41"
2959source = "registry+https://github.com/rust-lang/crates.io-index"
2960checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2961dependencies = [
2962 "android-tzdata",
2963 "iana-time-zone",
2964 "js-sys",
2965 "num-traits",
2966 "serde",
2967 "wasm-bindgen",
2968 "windows-link 0.1.1",
2969]
2970
2971[[package]]
2972name = "chunked_transfer"
2973version = "1.5.0"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2976
2977[[package]]
2978name = "ciborium"
2979version = "0.2.2"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2982dependencies = [
2983 "ciborium-io",
2984 "ciborium-ll",
2985 "serde",
2986]
2987
2988[[package]]
2989name = "ciborium-io"
2990version = "0.2.2"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2993
2994[[package]]
2995name = "ciborium-ll"
2996version = "0.2.2"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2999dependencies = [
3000 "ciborium-io",
3001 "half",
3002]
3003
3004[[package]]
3005name = "cipher"
3006version = "0.4.4"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
3009dependencies = [
3010 "crypto-common",
3011 "inout",
3012 "zeroize",
3013]
3014
3015[[package]]
3016name = "circular-buffer"
3017version = "1.1.0"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
3020
3021[[package]]
3022name = "clang-sys"
3023version = "1.8.1"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
3026dependencies = [
3027 "glob",
3028 "libc",
3029 "libloading",
3030]
3031
3032[[package]]
3033name = "clap"
3034version = "4.5.37"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
3037dependencies = [
3038 "clap_builder",
3039 "clap_derive",
3040]
3041
3042[[package]]
3043name = "clap_builder"
3044version = "4.5.37"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
3047dependencies = [
3048 "anstream",
3049 "anstyle",
3050 "clap_lex",
3051 "strsim",
3052 "terminal_size",
3053]
3054
3055[[package]]
3056name = "clap_complete"
3057version = "4.5.47"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
3060dependencies = [
3061 "clap",
3062]
3063
3064[[package]]
3065name = "clap_derive"
3066version = "4.5.32"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
3069dependencies = [
3070 "heck 0.5.0",
3071 "proc-macro2",
3072 "quote",
3073 "syn 2.0.101",
3074]
3075
3076[[package]]
3077name = "clap_lex"
3078version = "0.7.4"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
3081
3082[[package]]
3083name = "cli"
3084version = "0.1.0"
3085dependencies = [
3086 "anyhow",
3087 "askpass",
3088 "clap",
3089 "collections",
3090 "core-foundation 0.10.0",
3091 "core-services",
3092 "exec",
3093 "fork",
3094 "ipc-channel",
3095 "parking_lot",
3096 "paths",
3097 "plist",
3098 "release_channel",
3099 "serde",
3100 "tempfile",
3101 "util",
3102 "windows 0.61.1",
3103 "workspace-hack",
3104]
3105
3106[[package]]
3107name = "client"
3108version = "0.1.0"
3109dependencies = [
3110 "anyhow",
3111 "async-tungstenite",
3112 "base64 0.22.1",
3113 "chrono",
3114 "clock",
3115 "cloud_api_client",
3116 "cloud_llm_client",
3117 "collections",
3118 "credentials_provider",
3119 "derive_more",
3120 "feature_flags",
3121 "fs",
3122 "futures 0.3.31",
3123 "gpui",
3124 "gpui_tokio",
3125 "http_client",
3126 "http_client_tls",
3127 "httparse",
3128 "log",
3129 "objc2-foundation",
3130 "parking_lot",
3131 "paths",
3132 "postage",
3133 "rand 0.9.1",
3134 "regex",
3135 "release_channel",
3136 "rpc",
3137 "rustls-pki-types",
3138 "serde",
3139 "serde_json",
3140 "serde_urlencoded",
3141 "settings",
3142 "sha2",
3143 "smol",
3144 "telemetry",
3145 "telemetry_events",
3146 "text",
3147 "thiserror 2.0.12",
3148 "time",
3149 "tiny_http",
3150 "tokio",
3151 "tokio-native-tls",
3152 "tokio-rustls 0.26.2",
3153 "tokio-socks",
3154 "url",
3155 "util",
3156 "windows 0.61.1",
3157 "workspace-hack",
3158 "worktree",
3159]
3160
3161[[package]]
3162name = "clock"
3163version = "0.1.0"
3164dependencies = [
3165 "parking_lot",
3166 "serde",
3167 "smallvec",
3168 "workspace-hack",
3169]
3170
3171[[package]]
3172name = "cloud_api_client"
3173version = "0.1.0"
3174dependencies = [
3175 "anyhow",
3176 "cloud_api_types",
3177 "futures 0.3.31",
3178 "gpui",
3179 "gpui_tokio",
3180 "http_client",
3181 "parking_lot",
3182 "serde_json",
3183 "workspace-hack",
3184 "yawc",
3185]
3186
3187[[package]]
3188name = "cloud_api_types"
3189version = "0.1.0"
3190dependencies = [
3191 "anyhow",
3192 "chrono",
3193 "ciborium",
3194 "cloud_llm_client",
3195 "pretty_assertions",
3196 "serde",
3197 "serde_json",
3198 "workspace-hack",
3199]
3200
3201[[package]]
3202name = "cloud_llm_client"
3203version = "0.1.0"
3204dependencies = [
3205 "anyhow",
3206 "chrono",
3207 "pretty_assertions",
3208 "serde",
3209 "serde_json",
3210 "strum 0.27.1",
3211 "uuid",
3212 "workspace-hack",
3213]
3214
3215[[package]]
3216name = "cloud_zeta2_prompt"
3217version = "0.1.0"
3218dependencies = [
3219 "anyhow",
3220 "cloud_llm_client",
3221 "indoc",
3222 "ordered-float 2.10.1",
3223 "rustc-hash 2.1.1",
3224 "serde",
3225 "strum 0.27.1",
3226 "workspace-hack",
3227]
3228
3229[[package]]
3230name = "cmake"
3231version = "0.1.54"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3234dependencies = [
3235 "cc",
3236]
3237
3238[[package]]
3239name = "cobs"
3240version = "0.2.3"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
3243
3244[[package]]
3245name = "cocoa"
3246version = "0.25.0"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3249dependencies = [
3250 "bitflags 1.3.2",
3251 "block",
3252 "cocoa-foundation 0.1.2",
3253 "core-foundation 0.9.4",
3254 "core-graphics 0.23.2",
3255 "foreign-types 0.5.0",
3256 "libc",
3257 "objc",
3258]
3259
3260[[package]]
3261name = "cocoa"
3262version = "0.26.0"
3263source = "registry+https://github.com/rust-lang/crates.io-index"
3264checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3265dependencies = [
3266 "bitflags 2.9.0",
3267 "block",
3268 "cocoa-foundation 0.2.0",
3269 "core-foundation 0.10.0",
3270 "core-graphics 0.24.0",
3271 "foreign-types 0.5.0",
3272 "libc",
3273 "objc",
3274]
3275
3276[[package]]
3277name = "cocoa-foundation"
3278version = "0.1.2"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3281dependencies = [
3282 "bitflags 1.3.2",
3283 "block",
3284 "core-foundation 0.9.4",
3285 "core-graphics-types 0.1.3",
3286 "libc",
3287 "objc",
3288]
3289
3290[[package]]
3291name = "cocoa-foundation"
3292version = "0.2.0"
3293source = "registry+https://github.com/rust-lang/crates.io-index"
3294checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3295dependencies = [
3296 "bitflags 2.9.0",
3297 "block",
3298 "core-foundation 0.10.0",
3299 "core-graphics-types 0.2.0",
3300 "libc",
3301 "objc",
3302]
3303
3304[[package]]
3305name = "codespan-reporting"
3306version = "0.12.0"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3309dependencies = [
3310 "serde",
3311 "termcolor",
3312 "unicode-width",
3313]
3314
3315[[package]]
3316name = "collab"
3317version = "0.44.0"
3318dependencies = [
3319 "agent_settings",
3320 "anyhow",
3321 "assistant_context",
3322 "assistant_slash_command",
3323 "async-trait",
3324 "async-tungstenite",
3325 "audio",
3326 "aws-config",
3327 "aws-sdk-kinesis",
3328 "aws-sdk-s3",
3329 "axum",
3330 "axum-extra",
3331 "base64 0.22.1",
3332 "buffer_diff",
3333 "call",
3334 "channel",
3335 "chrono",
3336 "client",
3337 "clock",
3338 "collab_ui",
3339 "collections",
3340 "command_palette_hooks",
3341 "context_server",
3342 "ctor",
3343 "dap",
3344 "dap-types",
3345 "dap_adapters",
3346 "dashmap 6.1.0",
3347 "debugger_ui",
3348 "editor",
3349 "envy",
3350 "extension",
3351 "file_finder",
3352 "fs",
3353 "futures 0.3.31",
3354 "git",
3355 "git_hosting_providers",
3356 "git_ui",
3357 "gpui",
3358 "gpui_tokio",
3359 "hex",
3360 "http_client",
3361 "hyper 0.14.32",
3362 "indoc",
3363 "language",
3364 "language_model",
3365 "livekit_api",
3366 "livekit_client",
3367 "log",
3368 "lsp",
3369 "menu",
3370 "multi_buffer",
3371 "nanoid",
3372 "node_runtime",
3373 "notifications",
3374 "parking_lot",
3375 "pretty_assertions",
3376 "project",
3377 "prometheus",
3378 "prompt_store",
3379 "prost 0.9.0",
3380 "rand 0.9.1",
3381 "recent_projects",
3382 "release_channel",
3383 "remote",
3384 "remote_server",
3385 "reqwest 0.11.27",
3386 "reqwest_client",
3387 "rpc",
3388 "scrypt",
3389 "sea-orm",
3390 "semantic_version",
3391 "semver",
3392 "serde",
3393 "serde_json",
3394 "session",
3395 "settings",
3396 "sha2",
3397 "smol",
3398 "sqlx",
3399 "strum 0.27.1",
3400 "subtle",
3401 "supermaven_api",
3402 "task",
3403 "telemetry_events",
3404 "text",
3405 "theme",
3406 "time",
3407 "tokio",
3408 "toml 0.8.20",
3409 "tower 0.4.13",
3410 "tower-http 0.4.4",
3411 "tracing",
3412 "tracing-subscriber",
3413 "unindent",
3414 "util",
3415 "uuid",
3416 "workspace",
3417 "workspace-hack",
3418 "worktree",
3419 "zlog",
3420]
3421
3422[[package]]
3423name = "collab_ui"
3424version = "0.1.0"
3425dependencies = [
3426 "anyhow",
3427 "call",
3428 "channel",
3429 "chrono",
3430 "client",
3431 "collections",
3432 "db",
3433 "editor",
3434 "futures 0.3.31",
3435 "fuzzy",
3436 "gpui",
3437 "http_client",
3438 "log",
3439 "menu",
3440 "notifications",
3441 "picker",
3442 "pretty_assertions",
3443 "project",
3444 "release_channel",
3445 "rpc",
3446 "serde",
3447 "serde_json",
3448 "settings",
3449 "smallvec",
3450 "story",
3451 "telemetry",
3452 "theme",
3453 "time",
3454 "time_format",
3455 "title_bar",
3456 "tree-sitter-md",
3457 "ui",
3458 "util",
3459 "workspace",
3460 "workspace-hack",
3461]
3462
3463[[package]]
3464name = "collections"
3465version = "0.1.0"
3466dependencies = [
3467 "indexmap 2.9.0",
3468 "rustc-hash 2.1.1",
3469 "workspace-hack",
3470]
3471
3472[[package]]
3473name = "color_quant"
3474version = "1.1.0"
3475source = "registry+https://github.com/rust-lang/crates.io-index"
3476checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3477
3478[[package]]
3479name = "colorchoice"
3480version = "1.0.3"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3483
3484[[package]]
3485name = "combine"
3486version = "4.6.7"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3489dependencies = [
3490 "bytes 1.10.1",
3491 "memchr",
3492]
3493
3494[[package]]
3495name = "command-fds"
3496version = "0.3.1"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
3499dependencies = [
3500 "nix 0.30.1",
3501 "thiserror 2.0.12",
3502]
3503
3504[[package]]
3505name = "command_palette"
3506version = "0.1.0"
3507dependencies = [
3508 "anyhow",
3509 "client",
3510 "collections",
3511 "command_palette_hooks",
3512 "ctor",
3513 "db",
3514 "editor",
3515 "env_logger 0.11.8",
3516 "fuzzy",
3517 "go_to_line",
3518 "gpui",
3519 "language",
3520 "log",
3521 "menu",
3522 "picker",
3523 "postage",
3524 "project",
3525 "serde",
3526 "serde_json",
3527 "settings",
3528 "telemetry",
3529 "theme",
3530 "time",
3531 "ui",
3532 "util",
3533 "workspace",
3534 "workspace-hack",
3535 "zed_actions",
3536]
3537
3538[[package]]
3539name = "command_palette_hooks"
3540version = "0.1.0"
3541dependencies = [
3542 "collections",
3543 "derive_more",
3544 "gpui",
3545 "workspace-hack",
3546]
3547
3548[[package]]
3549name = "component"
3550version = "0.1.0"
3551dependencies = [
3552 "collections",
3553 "documented",
3554 "gpui",
3555 "inventory",
3556 "parking_lot",
3557 "strum 0.27.1",
3558 "theme",
3559 "workspace-hack",
3560]
3561
3562[[package]]
3563name = "concurrent-queue"
3564version = "2.5.0"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3567dependencies = [
3568 "crossbeam-utils",
3569]
3570
3571[[package]]
3572name = "console"
3573version = "0.15.11"
3574source = "registry+https://github.com/rust-lang/crates.io-index"
3575checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3576dependencies = [
3577 "encode_unicode",
3578 "libc",
3579 "once_cell",
3580 "unicode-width",
3581 "windows-sys 0.59.0",
3582]
3583
3584[[package]]
3585name = "const-oid"
3586version = "0.9.6"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3589
3590[[package]]
3591name = "const-random"
3592version = "0.1.18"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3595dependencies = [
3596 "const-random-macro",
3597]
3598
3599[[package]]
3600name = "const-random-macro"
3601version = "0.1.16"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3604dependencies = [
3605 "getrandom 0.2.15",
3606 "once_cell",
3607 "tiny-keccak",
3608]
3609
3610[[package]]
3611name = "constant_time_eq"
3612version = "0.1.5"
3613source = "registry+https://github.com/rust-lang/crates.io-index"
3614checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3615
3616[[package]]
3617name = "context_server"
3618version = "0.1.0"
3619dependencies = [
3620 "anyhow",
3621 "async-trait",
3622 "collections",
3623 "futures 0.3.31",
3624 "gpui",
3625 "log",
3626 "net",
3627 "parking_lot",
3628 "postage",
3629 "schemars 1.0.1",
3630 "serde",
3631 "serde_json",
3632 "settings",
3633 "smol",
3634 "tempfile",
3635 "url",
3636 "util",
3637 "workspace-hack",
3638]
3639
3640[[package]]
3641name = "convert_case"
3642version = "0.4.0"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3645
3646[[package]]
3647name = "convert_case"
3648version = "0.6.0"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3651dependencies = [
3652 "unicode-segmentation",
3653]
3654
3655[[package]]
3656name = "convert_case"
3657version = "0.8.0"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3660dependencies = [
3661 "unicode-segmentation",
3662]
3663
3664[[package]]
3665name = "copilot"
3666version = "0.1.0"
3667dependencies = [
3668 "anyhow",
3669 "async-std",
3670 "chrono",
3671 "client",
3672 "clock",
3673 "collections",
3674 "command_palette_hooks",
3675 "ctor",
3676 "dirs 4.0.0",
3677 "edit_prediction",
3678 "editor",
3679 "fs",
3680 "futures 0.3.31",
3681 "gpui",
3682 "http_client",
3683 "indoc",
3684 "itertools 0.14.0",
3685 "language",
3686 "log",
3687 "lsp",
3688 "menu",
3689 "node_runtime",
3690 "parking_lot",
3691 "paths",
3692 "project",
3693 "rpc",
3694 "semver",
3695 "serde",
3696 "serde_json",
3697 "settings",
3698 "sum_tree",
3699 "task",
3700 "theme",
3701 "ui",
3702 "util",
3703 "workspace",
3704 "workspace-hack",
3705 "zlog",
3706]
3707
3708[[package]]
3709name = "core-foundation"
3710version = "0.9.4"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3713dependencies = [
3714 "core-foundation-sys",
3715 "libc",
3716]
3717
3718[[package]]
3719name = "core-foundation"
3720version = "0.10.0"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3723dependencies = [
3724 "core-foundation-sys",
3725 "libc",
3726]
3727
3728[[package]]
3729name = "core-foundation-sys"
3730version = "0.8.7"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3733
3734[[package]]
3735name = "core-graphics"
3736version = "0.23.2"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3739dependencies = [
3740 "bitflags 1.3.2",
3741 "core-foundation 0.9.4",
3742 "core-graphics-types 0.1.3",
3743 "foreign-types 0.5.0",
3744 "libc",
3745]
3746
3747[[package]]
3748name = "core-graphics"
3749version = "0.24.0"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3752dependencies = [
3753 "bitflags 2.9.0",
3754 "core-foundation 0.10.0",
3755 "core-graphics-types 0.2.0",
3756 "foreign-types 0.5.0",
3757 "libc",
3758]
3759
3760[[package]]
3761name = "core-graphics-helmer-fork"
3762version = "0.24.0"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3765dependencies = [
3766 "bitflags 2.9.0",
3767 "core-foundation 0.9.4",
3768 "core-graphics-types 0.1.3",
3769 "foreign-types 0.5.0",
3770 "libc",
3771]
3772
3773[[package]]
3774name = "core-graphics-types"
3775version = "0.1.3"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3778dependencies = [
3779 "bitflags 1.3.2",
3780 "core-foundation 0.9.4",
3781 "libc",
3782]
3783
3784[[package]]
3785name = "core-graphics-types"
3786version = "0.2.0"
3787source = "registry+https://github.com/rust-lang/crates.io-index"
3788checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3789dependencies = [
3790 "bitflags 2.9.0",
3791 "core-foundation 0.10.0",
3792 "libc",
3793]
3794
3795[[package]]
3796name = "core-graphics2"
3797version = "0.4.1"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3800dependencies = [
3801 "bitflags 2.9.0",
3802 "block",
3803 "cfg-if",
3804 "core-foundation 0.10.0",
3805 "libc",
3806]
3807
3808[[package]]
3809name = "core-services"
3810version = "0.2.1"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3813dependencies = [
3814 "core-foundation 0.9.4",
3815]
3816
3817[[package]]
3818name = "core-text"
3819version = "21.0.0"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3822dependencies = [
3823 "core-foundation 0.10.0",
3824 "core-graphics 0.24.0",
3825 "foreign-types 0.5.0",
3826 "libc",
3827]
3828
3829[[package]]
3830name = "core-video"
3831version = "0.4.3"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3834dependencies = [
3835 "block",
3836 "core-foundation 0.10.0",
3837 "core-graphics2",
3838 "io-surface",
3839 "libc",
3840 "metal",
3841]
3842
3843[[package]]
3844name = "core_maths"
3845version = "0.1.1"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3848dependencies = [
3849 "libm",
3850]
3851
3852[[package]]
3853name = "coreaudio-rs"
3854version = "0.12.1"
3855source = "registry+https://github.com/rust-lang/crates.io-index"
3856checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3857dependencies = [
3858 "bitflags 1.3.2",
3859 "core-foundation-sys",
3860 "coreaudio-sys",
3861]
3862
3863[[package]]
3864name = "coreaudio-rs"
3865version = "0.13.0"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3868dependencies = [
3869 "bitflags 1.3.2",
3870 "libc",
3871 "objc2-audio-toolbox",
3872 "objc2-core-audio",
3873 "objc2-core-audio-types",
3874 "objc2-core-foundation",
3875]
3876
3877[[package]]
3878name = "coreaudio-sys"
3879version = "0.2.16"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3882dependencies = [
3883 "bindgen 0.70.1",
3884]
3885
3886[[package]]
3887name = "cosmic-text"
3888version = "0.14.0"
3889source = "registry+https://github.com/rust-lang/crates.io-index"
3890checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3891dependencies = [
3892 "bitflags 2.9.0",
3893 "fontdb 0.16.2",
3894 "log",
3895 "rangemap",
3896 "rustc-hash 1.1.0",
3897 "rustybuzz 0.14.1",
3898 "self_cell",
3899 "smol_str",
3900 "swash",
3901 "sys-locale",
3902 "ttf-parser 0.21.1",
3903 "unicode-bidi",
3904 "unicode-linebreak",
3905 "unicode-script",
3906 "unicode-segmentation",
3907]
3908
3909[[package]]
3910name = "cpal"
3911version = "0.16.0"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3914dependencies = [
3915 "alsa",
3916 "coreaudio-rs 0.13.0",
3917 "dasp_sample",
3918 "jni",
3919 "js-sys",
3920 "libc",
3921 "mach2 0.4.2",
3922 "ndk",
3923 "ndk-context",
3924 "num-derive",
3925 "num-traits",
3926 "objc2-audio-toolbox",
3927 "objc2-core-audio",
3928 "objc2-core-audio-types",
3929 "wasm-bindgen",
3930 "wasm-bindgen-futures",
3931 "web-sys",
3932 "windows 0.54.0",
3933]
3934
3935[[package]]
3936name = "cpp_demangle"
3937version = "0.4.4"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3940dependencies = [
3941 "cfg-if",
3942]
3943
3944[[package]]
3945name = "cpufeatures"
3946version = "0.2.17"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3949dependencies = [
3950 "libc",
3951]
3952
3953[[package]]
3954name = "cranelift-bforest"
3955version = "0.116.1"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3958dependencies = [
3959 "cranelift-entity",
3960]
3961
3962[[package]]
3963name = "cranelift-bitset"
3964version = "0.116.1"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3967dependencies = [
3968 "serde",
3969 "serde_derive",
3970]
3971
3972[[package]]
3973name = "cranelift-codegen"
3974version = "0.116.1"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3977dependencies = [
3978 "bumpalo",
3979 "cranelift-bforest",
3980 "cranelift-bitset",
3981 "cranelift-codegen-meta",
3982 "cranelift-codegen-shared",
3983 "cranelift-control",
3984 "cranelift-entity",
3985 "cranelift-isle",
3986 "gimli",
3987 "hashbrown 0.14.5",
3988 "log",
3989 "postcard",
3990 "regalloc2",
3991 "rustc-hash 2.1.1",
3992 "serde",
3993 "serde_derive",
3994 "sha2",
3995 "smallvec",
3996 "target-lexicon 0.13.2",
3997]
3998
3999[[package]]
4000name = "cranelift-codegen-meta"
4001version = "0.116.1"
4002source = "registry+https://github.com/rust-lang/crates.io-index"
4003checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4004dependencies = [
4005 "cranelift-codegen-shared",
4006]
4007
4008[[package]]
4009name = "cranelift-codegen-shared"
4010version = "0.116.1"
4011source = "registry+https://github.com/rust-lang/crates.io-index"
4012checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4013
4014[[package]]
4015name = "cranelift-control"
4016version = "0.116.1"
4017source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4019dependencies = [
4020 "arbitrary",
4021]
4022
4023[[package]]
4024name = "cranelift-entity"
4025version = "0.116.1"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4028dependencies = [
4029 "cranelift-bitset",
4030 "serde",
4031 "serde_derive",
4032]
4033
4034[[package]]
4035name = "cranelift-frontend"
4036version = "0.116.1"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4039dependencies = [
4040 "cranelift-codegen",
4041 "log",
4042 "smallvec",
4043 "target-lexicon 0.13.2",
4044]
4045
4046[[package]]
4047name = "cranelift-isle"
4048version = "0.116.1"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4051
4052[[package]]
4053name = "cranelift-native"
4054version = "0.116.1"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4057dependencies = [
4058 "cranelift-codegen",
4059 "libc",
4060 "target-lexicon 0.13.2",
4061]
4062
4063[[package]]
4064name = "crash-context"
4065version = "0.6.3"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4068dependencies = [
4069 "cfg-if",
4070 "libc",
4071 "mach2 0.4.2",
4072]
4073
4074[[package]]
4075name = "crash-handler"
4076version = "0.6.3"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4079dependencies = [
4080 "cfg-if",
4081 "crash-context",
4082 "libc",
4083 "mach2 0.4.2",
4084 "parking_lot",
4085]
4086
4087[[package]]
4088name = "crashes"
4089version = "0.1.0"
4090dependencies = [
4091 "bincode",
4092 "cfg-if",
4093 "crash-handler",
4094 "log",
4095 "mach2 0.5.0",
4096 "minidumper",
4097 "paths",
4098 "release_channel",
4099 "serde",
4100 "serde_json",
4101 "smol",
4102 "system_specs",
4103 "workspace-hack",
4104 "zstd",
4105]
4106
4107[[package]]
4108name = "crc"
4109version = "3.3.0"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4112dependencies = [
4113 "crc-catalog",
4114]
4115
4116[[package]]
4117name = "crc-catalog"
4118version = "2.4.0"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4121
4122[[package]]
4123name = "crc32c"
4124version = "0.6.8"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
4127dependencies = [
4128 "rustc_version",
4129]
4130
4131[[package]]
4132name = "crc32fast"
4133version = "1.4.2"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
4136dependencies = [
4137 "cfg-if",
4138]
4139
4140[[package]]
4141name = "crc64fast-nvme"
4142version = "1.2.0"
4143source = "registry+https://github.com/rust-lang/crates.io-index"
4144checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
4145dependencies = [
4146 "crc",
4147]
4148
4149[[package]]
4150name = "credentials_provider"
4151version = "0.1.0"
4152dependencies = [
4153 "anyhow",
4154 "futures 0.3.31",
4155 "gpui",
4156 "paths",
4157 "release_channel",
4158 "serde",
4159 "serde_json",
4160 "workspace-hack",
4161]
4162
4163[[package]]
4164name = "criterion"
4165version = "0.5.1"
4166source = "registry+https://github.com/rust-lang/crates.io-index"
4167checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4168dependencies = [
4169 "anes",
4170 "cast",
4171 "ciborium",
4172 "clap",
4173 "criterion-plot",
4174 "is-terminal",
4175 "itertools 0.10.5",
4176 "num-traits",
4177 "once_cell",
4178 "oorandom",
4179 "plotters",
4180 "rayon",
4181 "regex",
4182 "serde",
4183 "serde_derive",
4184 "serde_json",
4185 "tinytemplate",
4186 "walkdir",
4187]
4188
4189[[package]]
4190name = "criterion-plot"
4191version = "0.5.0"
4192source = "registry+https://github.com/rust-lang/crates.io-index"
4193checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4194dependencies = [
4195 "cast",
4196 "itertools 0.10.5",
4197]
4198
4199[[package]]
4200name = "crossbeam"
4201version = "0.8.4"
4202source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4204dependencies = [
4205 "crossbeam-channel",
4206 "crossbeam-deque",
4207 "crossbeam-epoch",
4208 "crossbeam-queue",
4209 "crossbeam-utils",
4210]
4211
4212[[package]]
4213name = "crossbeam-channel"
4214version = "0.5.15"
4215source = "registry+https://github.com/rust-lang/crates.io-index"
4216checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4217dependencies = [
4218 "crossbeam-utils",
4219]
4220
4221[[package]]
4222name = "crossbeam-deque"
4223version = "0.8.6"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4226dependencies = [
4227 "crossbeam-epoch",
4228 "crossbeam-utils",
4229]
4230
4231[[package]]
4232name = "crossbeam-epoch"
4233version = "0.9.18"
4234source = "registry+https://github.com/rust-lang/crates.io-index"
4235checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4236dependencies = [
4237 "crossbeam-utils",
4238]
4239
4240[[package]]
4241name = "crossbeam-queue"
4242version = "0.3.12"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4245dependencies = [
4246 "crossbeam-utils",
4247]
4248
4249[[package]]
4250name = "crossbeam-utils"
4251version = "0.8.21"
4252source = "registry+https://github.com/rust-lang/crates.io-index"
4253checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4254
4255[[package]]
4256name = "crunchy"
4257version = "0.2.3"
4258source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
4260
4261[[package]]
4262name = "crypto-bigint"
4263version = "0.4.9"
4264source = "registry+https://github.com/rust-lang/crates.io-index"
4265checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4266dependencies = [
4267 "generic-array",
4268 "rand_core 0.6.4",
4269 "subtle",
4270 "zeroize",
4271]
4272
4273[[package]]
4274name = "crypto-bigint"
4275version = "0.5.5"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4278dependencies = [
4279 "rand_core 0.6.4",
4280 "subtle",
4281]
4282
4283[[package]]
4284name = "crypto-common"
4285version = "0.1.6"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4288dependencies = [
4289 "generic-array",
4290 "rand_core 0.6.4",
4291 "typenum",
4292]
4293
4294[[package]]
4295name = "cssparser"
4296version = "0.35.0"
4297source = "registry+https://github.com/rust-lang/crates.io-index"
4298checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4299dependencies = [
4300 "cssparser-macros",
4301 "dtoa-short",
4302 "itoa",
4303 "phf",
4304 "smallvec",
4305]
4306
4307[[package]]
4308name = "cssparser-macros"
4309version = "0.6.1"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4312dependencies = [
4313 "quote",
4314 "syn 2.0.101",
4315]
4316
4317[[package]]
4318name = "ctor"
4319version = "0.4.2"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
4322dependencies = [
4323 "ctor-proc-macro",
4324 "dtor",
4325]
4326
4327[[package]]
4328name = "ctor-proc-macro"
4329version = "0.0.5"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
4332
4333[[package]]
4334name = "ctrlc"
4335version = "3.4.6"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
4338dependencies = [
4339 "nix 0.29.0",
4340 "windows-sys 0.59.0",
4341]
4342
4343[[package]]
4344name = "cursor-icon"
4345version = "1.1.0"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
4348
4349[[package]]
4350name = "cxx"
4351version = "1.0.157"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
4354dependencies = [
4355 "cc",
4356 "cxxbridge-cmd",
4357 "cxxbridge-flags",
4358 "cxxbridge-macro",
4359 "foldhash",
4360 "link-cplusplus",
4361]
4362
4363[[package]]
4364name = "cxx-build"
4365version = "1.0.157"
4366source = "registry+https://github.com/rust-lang/crates.io-index"
4367checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
4368dependencies = [
4369 "cc",
4370 "codespan-reporting",
4371 "proc-macro2",
4372 "quote",
4373 "scratch",
4374 "syn 2.0.101",
4375]
4376
4377[[package]]
4378name = "cxxbridge-cmd"
4379version = "1.0.157"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
4382dependencies = [
4383 "clap",
4384 "codespan-reporting",
4385 "proc-macro2",
4386 "quote",
4387 "syn 2.0.101",
4388]
4389
4390[[package]]
4391name = "cxxbridge-flags"
4392version = "1.0.157"
4393source = "registry+https://github.com/rust-lang/crates.io-index"
4394checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
4395
4396[[package]]
4397name = "cxxbridge-macro"
4398version = "1.0.157"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
4401dependencies = [
4402 "proc-macro2",
4403 "quote",
4404 "rustversion",
4405 "syn 2.0.101",
4406]
4407
4408[[package]]
4409name = "dap"
4410version = "0.1.0"
4411dependencies = [
4412 "anyhow",
4413 "async-compression",
4414 "async-pipe",
4415 "async-tar",
4416 "async-trait",
4417 "client",
4418 "collections",
4419 "dap-types",
4420 "fs",
4421 "futures 0.3.31",
4422 "gpui",
4423 "http_client",
4424 "language",
4425 "libc",
4426 "log",
4427 "node_runtime",
4428 "parking_lot",
4429 "paths",
4430 "proto",
4431 "schemars 1.0.1",
4432 "serde",
4433 "serde_json",
4434 "settings",
4435 "smallvec",
4436 "smol",
4437 "task",
4438 "telemetry",
4439 "tree-sitter",
4440 "tree-sitter-go",
4441 "util",
4442 "workspace-hack",
4443 "zlog",
4444]
4445
4446[[package]]
4447name = "dap-types"
4448version = "0.0.1"
4449source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4450dependencies = [
4451 "schemars 1.0.1",
4452 "serde",
4453 "serde_json",
4454]
4455
4456[[package]]
4457name = "dap_adapters"
4458version = "0.1.0"
4459dependencies = [
4460 "anyhow",
4461 "async-trait",
4462 "collections",
4463 "dap",
4464 "dotenvy",
4465 "fs",
4466 "futures 0.3.31",
4467 "gpui",
4468 "json_dotpath",
4469 "language",
4470 "log",
4471 "paths",
4472 "serde",
4473 "serde_json",
4474 "shlex",
4475 "smol",
4476 "task",
4477 "util",
4478 "workspace-hack",
4479]
4480
4481[[package]]
4482name = "darling"
4483version = "0.20.11"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4486dependencies = [
4487 "darling_core",
4488 "darling_macro",
4489]
4490
4491[[package]]
4492name = "darling_core"
4493version = "0.20.11"
4494source = "registry+https://github.com/rust-lang/crates.io-index"
4495checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4496dependencies = [
4497 "fnv",
4498 "ident_case",
4499 "proc-macro2",
4500 "quote",
4501 "strsim",
4502 "syn 2.0.101",
4503]
4504
4505[[package]]
4506name = "darling_macro"
4507version = "0.20.11"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4510dependencies = [
4511 "darling_core",
4512 "quote",
4513 "syn 2.0.101",
4514]
4515
4516[[package]]
4517name = "dashmap"
4518version = "5.5.3"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4521dependencies = [
4522 "cfg-if",
4523 "hashbrown 0.14.5",
4524 "lock_api",
4525 "once_cell",
4526 "parking_lot_core",
4527]
4528
4529[[package]]
4530name = "dashmap"
4531version = "6.1.0"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4534dependencies = [
4535 "cfg-if",
4536 "crossbeam-utils",
4537 "hashbrown 0.14.5",
4538 "lock_api",
4539 "once_cell",
4540 "parking_lot_core",
4541]
4542
4543[[package]]
4544name = "dasp_sample"
4545version = "0.11.0"
4546source = "registry+https://github.com/rust-lang/crates.io-index"
4547checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4548
4549[[package]]
4550name = "data-encoding"
4551version = "2.9.0"
4552source = "registry+https://github.com/rust-lang/crates.io-index"
4553checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4554
4555[[package]]
4556name = "data-url"
4557version = "0.3.1"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4560
4561[[package]]
4562name = "db"
4563version = "0.1.0"
4564dependencies = [
4565 "anyhow",
4566 "gpui",
4567 "indoc",
4568 "log",
4569 "paths",
4570 "release_channel",
4571 "smol",
4572 "sqlez",
4573 "sqlez_macros",
4574 "tempfile",
4575 "util",
4576 "workspace-hack",
4577 "zed_env_vars",
4578]
4579
4580[[package]]
4581name = "dbus"
4582version = "0.9.7"
4583source = "registry+https://github.com/rust-lang/crates.io-index"
4584checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4585dependencies = [
4586 "libc",
4587 "libdbus-sys",
4588 "winapi",
4589]
4590
4591[[package]]
4592name = "debug_adapter_extension"
4593version = "0.1.0"
4594dependencies = [
4595 "anyhow",
4596 "async-trait",
4597 "dap",
4598 "extension",
4599 "gpui",
4600 "serde_json",
4601 "task",
4602 "util",
4603 "workspace-hack",
4604]
4605
4606[[package]]
4607name = "debugger_tools"
4608version = "0.1.0"
4609dependencies = [
4610 "anyhow",
4611 "dap",
4612 "editor",
4613 "futures 0.3.31",
4614 "gpui",
4615 "project",
4616 "serde_json",
4617 "settings",
4618 "smol",
4619 "util",
4620 "workspace",
4621 "workspace-hack",
4622]
4623
4624[[package]]
4625name = "debugger_ui"
4626version = "0.1.0"
4627dependencies = [
4628 "alacritty_terminal",
4629 "anyhow",
4630 "bitflags 2.9.0",
4631 "client",
4632 "collections",
4633 "command_palette_hooks",
4634 "dap",
4635 "dap_adapters",
4636 "db",
4637 "debugger_tools",
4638 "editor",
4639 "file_icons",
4640 "futures 0.3.31",
4641 "fuzzy",
4642 "gpui",
4643 "hex",
4644 "indoc",
4645 "itertools 0.14.0",
4646 "language",
4647 "log",
4648 "menu",
4649 "notifications",
4650 "parking_lot",
4651 "parse_int",
4652 "paths",
4653 "picker",
4654 "pretty_assertions",
4655 "project",
4656 "rpc",
4657 "schemars 1.0.1",
4658 "serde",
4659 "serde_json",
4660 "serde_json_lenient",
4661 "settings",
4662 "shlex",
4663 "sysinfo",
4664 "task",
4665 "tasks_ui",
4666 "telemetry",
4667 "terminal_view",
4668 "text",
4669 "theme",
4670 "tree-sitter",
4671 "tree-sitter-go",
4672 "tree-sitter-json",
4673 "ui",
4674 "unindent",
4675 "util",
4676 "workspace",
4677 "workspace-hack",
4678 "zed_actions",
4679 "zlog",
4680]
4681
4682[[package]]
4683name = "debugid"
4684version = "0.8.0"
4685source = "registry+https://github.com/rust-lang/crates.io-index"
4686checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4687dependencies = [
4688 "uuid",
4689]
4690
4691[[package]]
4692name = "deepseek"
4693version = "0.1.0"
4694dependencies = [
4695 "anyhow",
4696 "futures 0.3.31",
4697 "http_client",
4698 "schemars 1.0.1",
4699 "serde",
4700 "serde_json",
4701 "workspace-hack",
4702]
4703
4704[[package]]
4705name = "deflate64"
4706version = "0.1.9"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4709
4710[[package]]
4711name = "denoise"
4712version = "0.1.0"
4713dependencies = [
4714 "candle-core",
4715 "candle-onnx",
4716 "log",
4717 "realfft",
4718 "rodio",
4719 "rustfft",
4720 "thiserror 2.0.12",
4721 "workspace-hack",
4722]
4723
4724[[package]]
4725name = "der"
4726version = "0.6.1"
4727source = "registry+https://github.com/rust-lang/crates.io-index"
4728checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4729dependencies = [
4730 "const-oid",
4731 "zeroize",
4732]
4733
4734[[package]]
4735name = "der"
4736version = "0.7.10"
4737source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4739dependencies = [
4740 "const-oid",
4741 "pem-rfc7468",
4742 "zeroize",
4743]
4744
4745[[package]]
4746name = "deranged"
4747version = "0.4.0"
4748source = "registry+https://github.com/rust-lang/crates.io-index"
4749checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4750dependencies = [
4751 "powerfmt",
4752 "serde",
4753]
4754
4755[[package]]
4756name = "derive_arbitrary"
4757version = "1.4.2"
4758source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4760dependencies = [
4761 "proc-macro2",
4762 "quote",
4763 "syn 2.0.101",
4764]
4765
4766[[package]]
4767name = "derive_more"
4768version = "0.99.19"
4769source = "registry+https://github.com/rust-lang/crates.io-index"
4770checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4771dependencies = [
4772 "convert_case 0.4.0",
4773 "proc-macro2",
4774 "quote",
4775 "rustc_version",
4776 "syn 2.0.101",
4777]
4778
4779[[package]]
4780name = "derive_refineable"
4781version = "0.1.0"
4782dependencies = [
4783 "proc-macro2",
4784 "quote",
4785 "syn 2.0.101",
4786 "workspace-hack",
4787]
4788
4789[[package]]
4790name = "diagnostics"
4791version = "0.1.0"
4792dependencies = [
4793 "anyhow",
4794 "client",
4795 "collections",
4796 "component",
4797 "ctor",
4798 "editor",
4799 "gpui",
4800 "indoc",
4801 "language",
4802 "log",
4803 "lsp",
4804 "markdown",
4805 "pretty_assertions",
4806 "project",
4807 "rand 0.9.1",
4808 "serde",
4809 "serde_json",
4810 "settings",
4811 "text",
4812 "theme",
4813 "ui",
4814 "unindent",
4815 "util",
4816 "workspace",
4817 "workspace-hack",
4818 "zlog",
4819]
4820
4821[[package]]
4822name = "dialoguer"
4823version = "0.11.0"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4826dependencies = [
4827 "console",
4828 "fuzzy-matcher",
4829 "shell-words",
4830 "tempfile",
4831 "thiserror 1.0.69",
4832 "zeroize",
4833]
4834
4835[[package]]
4836name = "diff"
4837version = "0.1.13"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4840
4841[[package]]
4842name = "diffy"
4843version = "0.4.2"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4846dependencies = [
4847 "nu-ansi-term",
4848]
4849
4850[[package]]
4851name = "digest"
4852version = "0.10.7"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4855dependencies = [
4856 "block-buffer",
4857 "const-oid",
4858 "crypto-common",
4859 "subtle",
4860]
4861
4862[[package]]
4863name = "dirs"
4864version = "4.0.0"
4865source = "registry+https://github.com/rust-lang/crates.io-index"
4866checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4867dependencies = [
4868 "dirs-sys 0.3.7",
4869]
4870
4871[[package]]
4872name = "dirs"
4873version = "5.0.1"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4876dependencies = [
4877 "dirs-sys 0.4.1",
4878]
4879
4880[[package]]
4881name = "dirs"
4882version = "6.0.0"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4885dependencies = [
4886 "dirs-sys 0.5.0",
4887]
4888
4889[[package]]
4890name = "dirs-sys"
4891version = "0.3.7"
4892source = "registry+https://github.com/rust-lang/crates.io-index"
4893checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4894dependencies = [
4895 "libc",
4896 "redox_users 0.4.6",
4897 "winapi",
4898]
4899
4900[[package]]
4901name = "dirs-sys"
4902version = "0.4.1"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4905dependencies = [
4906 "libc",
4907 "option-ext",
4908 "redox_users 0.4.6",
4909 "windows-sys 0.48.0",
4910]
4911
4912[[package]]
4913name = "dirs-sys"
4914version = "0.5.0"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4917dependencies = [
4918 "libc",
4919 "option-ext",
4920 "redox_users 0.5.0",
4921 "windows-sys 0.61.0",
4922]
4923
4924[[package]]
4925name = "dispatch"
4926version = "0.2.0"
4927source = "registry+https://github.com/rust-lang/crates.io-index"
4928checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4929
4930[[package]]
4931name = "dispatch2"
4932version = "0.3.0"
4933source = "registry+https://github.com/rust-lang/crates.io-index"
4934checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4935dependencies = [
4936 "bitflags 2.9.0",
4937 "objc2",
4938]
4939
4940[[package]]
4941name = "displaydoc"
4942version = "0.2.5"
4943source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4945dependencies = [
4946 "proc-macro2",
4947 "quote",
4948 "syn 2.0.101",
4949]
4950
4951[[package]]
4952name = "dlib"
4953version = "0.5.2"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4956dependencies = [
4957 "libloading",
4958]
4959
4960[[package]]
4961name = "docs_preprocessor"
4962version = "0.1.0"
4963dependencies = [
4964 "anyhow",
4965 "command_palette",
4966 "gpui",
4967 "mdbook",
4968 "regex",
4969 "serde",
4970 "serde_json",
4971 "settings",
4972 "util",
4973 "workspace-hack",
4974 "zed",
4975 "zlog",
4976]
4977
4978[[package]]
4979name = "documented"
4980version = "0.9.1"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4983dependencies = [
4984 "documented-macros",
4985 "phf",
4986 "thiserror 1.0.69",
4987]
4988
4989[[package]]
4990name = "documented-macros"
4991version = "0.9.1"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4994dependencies = [
4995 "convert_case 0.6.0",
4996 "itertools 0.13.0",
4997 "optfield",
4998 "proc-macro2",
4999 "quote",
5000 "strum 0.26.3",
5001 "syn 2.0.101",
5002]
5003
5004[[package]]
5005name = "dotenvy"
5006version = "0.15.7"
5007source = "registry+https://github.com/rust-lang/crates.io-index"
5008checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5009
5010[[package]]
5011name = "downcast-rs"
5012version = "1.2.1"
5013source = "registry+https://github.com/rust-lang/crates.io-index"
5014checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5015
5016[[package]]
5017name = "doxygen-rs"
5018version = "0.4.2"
5019source = "registry+https://github.com/rust-lang/crates.io-index"
5020checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5021dependencies = [
5022 "phf",
5023]
5024
5025[[package]]
5026name = "dtoa"
5027version = "1.0.10"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5030
5031[[package]]
5032name = "dtoa-short"
5033version = "0.3.5"
5034source = "registry+https://github.com/rust-lang/crates.io-index"
5035checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5036dependencies = [
5037 "dtoa",
5038]
5039
5040[[package]]
5041name = "dtor"
5042version = "0.0.6"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5045dependencies = [
5046 "dtor-proc-macro",
5047]
5048
5049[[package]]
5050name = "dtor-proc-macro"
5051version = "0.0.5"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5054
5055[[package]]
5056name = "dunce"
5057version = "1.0.5"
5058source = "registry+https://github.com/rust-lang/crates.io-index"
5059checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5060
5061[[package]]
5062name = "dwrote"
5063version = "0.11.3"
5064source = "registry+https://github.com/rust-lang/crates.io-index"
5065checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
5066dependencies = [
5067 "lazy_static",
5068 "libc",
5069 "winapi",
5070 "wio",
5071]
5072
5073[[package]]
5074name = "dyn-clone"
5075version = "1.0.19"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
5078
5079[[package]]
5080name = "dyn-stack"
5081version = "0.10.0"
5082source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5084dependencies = [
5085 "bytemuck",
5086 "reborrow",
5087]
5088
5089[[package]]
5090name = "dyn-stack"
5091version = "0.13.0"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
5094dependencies = [
5095 "bytemuck",
5096]
5097
5098[[package]]
5099name = "ec4rs"
5100version = "1.2.0"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5103
5104[[package]]
5105name = "ecdsa"
5106version = "0.14.8"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
5108checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5109dependencies = [
5110 "der 0.6.1",
5111 "elliptic-curve",
5112 "rfc6979",
5113 "signature 1.6.4",
5114]
5115
5116[[package]]
5117name = "edit_prediction"
5118version = "0.1.0"
5119dependencies = [
5120 "client",
5121 "gpui",
5122 "language",
5123 "workspace-hack",
5124]
5125
5126[[package]]
5127name = "edit_prediction_button"
5128version = "0.1.0"
5129dependencies = [
5130 "anyhow",
5131 "client",
5132 "cloud_llm_client",
5133 "copilot",
5134 "edit_prediction",
5135 "editor",
5136 "feature_flags",
5137 "fs",
5138 "futures 0.3.31",
5139 "gpui",
5140 "indoc",
5141 "language",
5142 "lsp",
5143 "paths",
5144 "project",
5145 "regex",
5146 "serde_json",
5147 "settings",
5148 "supermaven",
5149 "telemetry",
5150 "theme",
5151 "ui",
5152 "workspace",
5153 "workspace-hack",
5154 "zed_actions",
5155 "zeta",
5156]
5157
5158[[package]]
5159name = "edit_prediction_context"
5160version = "0.1.0"
5161dependencies = [
5162 "anyhow",
5163 "arrayvec",
5164 "clap",
5165 "cloud_llm_client",
5166 "collections",
5167 "futures 0.3.31",
5168 "gpui",
5169 "hashbrown 0.15.3",
5170 "indoc",
5171 "itertools 0.14.0",
5172 "language",
5173 "log",
5174 "ordered-float 2.10.1",
5175 "postage",
5176 "pretty_assertions",
5177 "project",
5178 "regex",
5179 "serde",
5180 "serde_json",
5181 "settings",
5182 "slotmap",
5183 "strum 0.27.1",
5184 "text",
5185 "tree-sitter",
5186 "util",
5187 "workspace-hack",
5188 "zlog",
5189]
5190
5191[[package]]
5192name = "editor"
5193version = "0.1.0"
5194dependencies = [
5195 "aho-corasick",
5196 "anyhow",
5197 "assets",
5198 "buffer_diff",
5199 "client",
5200 "clock",
5201 "collections",
5202 "convert_case 0.8.0",
5203 "criterion",
5204 "ctor",
5205 "dap",
5206 "db",
5207 "edit_prediction",
5208 "emojis",
5209 "file_icons",
5210 "fs",
5211 "futures 0.3.31",
5212 "fuzzy",
5213 "git",
5214 "gpui",
5215 "http_client",
5216 "indoc",
5217 "itertools 0.14.0",
5218 "language",
5219 "languages",
5220 "linkify",
5221 "log",
5222 "lsp",
5223 "markdown",
5224 "menu",
5225 "multi_buffer",
5226 "ordered-float 2.10.1",
5227 "parking_lot",
5228 "pretty_assertions",
5229 "project",
5230 "rand 0.9.1",
5231 "regex",
5232 "release_channel",
5233 "rpc",
5234 "schemars 1.0.1",
5235 "serde",
5236 "serde_json",
5237 "settings",
5238 "smallvec",
5239 "smol",
5240 "snippet",
5241 "sum_tree",
5242 "task",
5243 "telemetry",
5244 "tempfile",
5245 "text",
5246 "theme",
5247 "time",
5248 "tree-sitter-bash",
5249 "tree-sitter-c",
5250 "tree-sitter-html",
5251 "tree-sitter-python",
5252 "tree-sitter-rust",
5253 "tree-sitter-typescript",
5254 "tree-sitter-yaml",
5255 "ui",
5256 "unicode-script",
5257 "unicode-segmentation",
5258 "unindent",
5259 "url",
5260 "util",
5261 "uuid",
5262 "vim_mode_setting",
5263 "workspace",
5264 "workspace-hack",
5265 "zed_actions",
5266 "zlog",
5267]
5268
5269[[package]]
5270name = "either"
5271version = "1.15.0"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5274dependencies = [
5275 "serde",
5276]
5277
5278[[package]]
5279name = "elasticlunr-rs"
5280version = "3.0.2"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5283dependencies = [
5284 "regex",
5285 "serde",
5286 "serde_derive",
5287 "serde_json",
5288]
5289
5290[[package]]
5291name = "elliptic-curve"
5292version = "0.12.3"
5293source = "registry+https://github.com/rust-lang/crates.io-index"
5294checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5295dependencies = [
5296 "base16ct",
5297 "crypto-bigint 0.4.9",
5298 "der 0.6.1",
5299 "digest",
5300 "ff",
5301 "generic-array",
5302 "group",
5303 "pkcs8 0.9.0",
5304 "rand_core 0.6.4",
5305 "sec1",
5306 "subtle",
5307 "zeroize",
5308]
5309
5310[[package]]
5311name = "email_address"
5312version = "0.2.9"
5313source = "registry+https://github.com/rust-lang/crates.io-index"
5314checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5315dependencies = [
5316 "serde",
5317]
5318
5319[[package]]
5320name = "embed-resource"
5321version = "3.0.2"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
5324dependencies = [
5325 "cc",
5326 "memchr",
5327 "rustc_version",
5328 "toml 0.8.20",
5329 "vswhom",
5330 "winreg 0.52.0",
5331]
5332
5333[[package]]
5334name = "embedded-io"
5335version = "0.4.0"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5338
5339[[package]]
5340name = "embedded-io"
5341version = "0.6.1"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5344
5345[[package]]
5346name = "emojis"
5347version = "0.6.4"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5350dependencies = [
5351 "phf",
5352]
5353
5354[[package]]
5355name = "encode_unicode"
5356version = "1.0.0"
5357source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5359
5360[[package]]
5361name = "encoding_rs"
5362version = "0.8.35"
5363source = "registry+https://github.com/rust-lang/crates.io-index"
5364checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5365dependencies = [
5366 "cfg-if",
5367]
5368
5369[[package]]
5370name = "endi"
5371version = "1.1.0"
5372source = "registry+https://github.com/rust-lang/crates.io-index"
5373checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5374
5375[[package]]
5376name = "enum-as-inner"
5377version = "0.6.1"
5378source = "registry+https://github.com/rust-lang/crates.io-index"
5379checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5380dependencies = [
5381 "heck 0.5.0",
5382 "proc-macro2",
5383 "quote",
5384 "syn 2.0.101",
5385]
5386
5387[[package]]
5388name = "enumflags2"
5389version = "0.7.11"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
5392dependencies = [
5393 "enumflags2_derive",
5394 "serde",
5395]
5396
5397[[package]]
5398name = "enumflags2_derive"
5399version = "0.7.11"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
5402dependencies = [
5403 "proc-macro2",
5404 "quote",
5405 "syn 2.0.101",
5406]
5407
5408[[package]]
5409name = "env_filter"
5410version = "0.1.3"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
5413dependencies = [
5414 "log",
5415 "regex",
5416]
5417
5418[[package]]
5419name = "env_logger"
5420version = "0.10.2"
5421source = "registry+https://github.com/rust-lang/crates.io-index"
5422checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5423dependencies = [
5424 "humantime",
5425 "is-terminal",
5426 "log",
5427 "regex",
5428 "termcolor",
5429]
5430
5431[[package]]
5432name = "env_logger"
5433version = "0.11.8"
5434source = "registry+https://github.com/rust-lang/crates.io-index"
5435checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5436dependencies = [
5437 "anstream",
5438 "anstyle",
5439 "env_filter",
5440 "jiff",
5441 "log",
5442]
5443
5444[[package]]
5445name = "envy"
5446version = "0.4.2"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5449dependencies = [
5450 "serde",
5451]
5452
5453[[package]]
5454name = "equivalent"
5455version = "1.0.2"
5456source = "registry+https://github.com/rust-lang/crates.io-index"
5457checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5458
5459[[package]]
5460name = "erased-serde"
5461version = "0.4.6"
5462source = "registry+https://github.com/rust-lang/crates.io-index"
5463checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
5464dependencies = [
5465 "serde",
5466 "typeid",
5467]
5468
5469[[package]]
5470name = "errno"
5471version = "0.2.8"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5474dependencies = [
5475 "errno-dragonfly",
5476 "libc",
5477 "winapi",
5478]
5479
5480[[package]]
5481name = "errno"
5482version = "0.3.11"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
5485dependencies = [
5486 "libc",
5487 "windows-sys 0.59.0",
5488]
5489
5490[[package]]
5491name = "errno-dragonfly"
5492version = "0.1.2"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5495dependencies = [
5496 "cc",
5497 "libc",
5498]
5499
5500[[package]]
5501name = "etagere"
5502version = "0.2.15"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5505dependencies = [
5506 "euclid",
5507 "svg_fmt",
5508]
5509
5510[[package]]
5511name = "etcetera"
5512version = "0.8.0"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
5514checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5515dependencies = [
5516 "cfg-if",
5517 "home",
5518 "windows-sys 0.48.0",
5519]
5520
5521[[package]]
5522name = "euclid"
5523version = "0.22.11"
5524source = "registry+https://github.com/rust-lang/crates.io-index"
5525checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5526dependencies = [
5527 "num-traits",
5528]
5529
5530[[package]]
5531name = "eval"
5532version = "0.1.0"
5533dependencies = [
5534 "agent",
5535 "agent_settings",
5536 "agent_ui",
5537 "anyhow",
5538 "assistant_tool",
5539 "assistant_tools",
5540 "async-trait",
5541 "buffer_diff",
5542 "chrono",
5543 "clap",
5544 "client",
5545 "cloud_llm_client",
5546 "collections",
5547 "debug_adapter_extension",
5548 "dirs 4.0.0",
5549 "dotenvy",
5550 "env_logger 0.11.8",
5551 "extension",
5552 "fs",
5553 "futures 0.3.31",
5554 "gpui",
5555 "gpui_tokio",
5556 "handlebars 4.5.0",
5557 "language",
5558 "language_extension",
5559 "language_model",
5560 "language_models",
5561 "languages",
5562 "markdown",
5563 "node_runtime",
5564 "pathdiff",
5565 "paths",
5566 "pretty_assertions",
5567 "project",
5568 "prompt_store",
5569 "regex",
5570 "release_channel",
5571 "reqwest_client",
5572 "serde",
5573 "serde_json",
5574 "settings",
5575 "shellexpand 2.1.2",
5576 "smol",
5577 "telemetry",
5578 "terminal_view",
5579 "toml 0.8.20",
5580 "unindent",
5581 "util",
5582 "uuid",
5583 "watch",
5584 "workspace-hack",
5585]
5586
5587[[package]]
5588name = "event-listener"
5589version = "2.5.3"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5592
5593[[package]]
5594name = "event-listener"
5595version = "5.4.0"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5598dependencies = [
5599 "concurrent-queue",
5600 "parking",
5601 "pin-project-lite",
5602]
5603
5604[[package]]
5605name = "event-listener-strategy"
5606version = "0.5.4"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5609dependencies = [
5610 "event-listener 5.4.0",
5611 "pin-project-lite",
5612]
5613
5614[[package]]
5615name = "exec"
5616version = "0.3.1"
5617source = "registry+https://github.com/rust-lang/crates.io-index"
5618checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5619dependencies = [
5620 "errno 0.2.8",
5621 "libc",
5622]
5623
5624[[package]]
5625name = "explorer_command_injector"
5626version = "0.1.0"
5627dependencies = [
5628 "windows 0.61.1",
5629 "windows-core 0.61.0",
5630 "windows-registry 0.5.1",
5631 "workspace-hack",
5632]
5633
5634[[package]]
5635name = "exr"
5636version = "1.73.0"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5639dependencies = [
5640 "bit_field",
5641 "half",
5642 "lebe",
5643 "miniz_oxide",
5644 "rayon-core",
5645 "smallvec",
5646 "zune-inflate",
5647]
5648
5649[[package]]
5650name = "extended"
5651version = "0.1.0"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5654
5655[[package]]
5656name = "extension"
5657version = "0.1.0"
5658dependencies = [
5659 "anyhow",
5660 "async-compression",
5661 "async-tar",
5662 "async-trait",
5663 "collections",
5664 "dap",
5665 "fs",
5666 "futures 0.3.31",
5667 "gpui",
5668 "heck 0.5.0",
5669 "http_client",
5670 "language",
5671 "log",
5672 "lsp",
5673 "parking_lot",
5674 "pretty_assertions",
5675 "semantic_version",
5676 "serde",
5677 "serde_json",
5678 "task",
5679 "toml 0.8.20",
5680 "url",
5681 "util",
5682 "wasm-encoder 0.221.3",
5683 "wasmparser 0.221.3",
5684 "workspace-hack",
5685]
5686
5687[[package]]
5688name = "extension_cli"
5689version = "0.1.0"
5690dependencies = [
5691 "anyhow",
5692 "clap",
5693 "env_logger 0.11.8",
5694 "extension",
5695 "fs",
5696 "gpui",
5697 "language",
5698 "log",
5699 "reqwest_client",
5700 "rpc",
5701 "serde",
5702 "serde_json",
5703 "theme",
5704 "tokio",
5705 "toml 0.8.20",
5706 "tree-sitter",
5707 "wasmtime",
5708 "workspace-hack",
5709]
5710
5711[[package]]
5712name = "extension_host"
5713version = "0.1.0"
5714dependencies = [
5715 "anyhow",
5716 "async-compression",
5717 "async-tar",
5718 "async-trait",
5719 "client",
5720 "collections",
5721 "criterion",
5722 "ctor",
5723 "dap",
5724 "extension",
5725 "fs",
5726 "futures 0.3.31",
5727 "gpui",
5728 "http_client",
5729 "language",
5730 "language_extension",
5731 "log",
5732 "lsp",
5733 "moka",
5734 "node_runtime",
5735 "parking_lot",
5736 "paths",
5737 "project",
5738 "rand 0.9.1",
5739 "release_channel",
5740 "remote",
5741 "reqwest_client",
5742 "semantic_version",
5743 "serde",
5744 "serde_json",
5745 "serde_json_lenient",
5746 "settings",
5747 "task",
5748 "telemetry",
5749 "tempfile",
5750 "theme",
5751 "theme_extension",
5752 "toml 0.8.20",
5753 "url",
5754 "util",
5755 "wasmparser 0.221.3",
5756 "wasmtime",
5757 "wasmtime-wasi",
5758 "workspace-hack",
5759 "zlog",
5760]
5761
5762[[package]]
5763name = "extensions_ui"
5764version = "0.1.0"
5765dependencies = [
5766 "anyhow",
5767 "client",
5768 "collections",
5769 "db",
5770 "editor",
5771 "extension",
5772 "extension_host",
5773 "fs",
5774 "fuzzy",
5775 "gpui",
5776 "language",
5777 "log",
5778 "num-format",
5779 "picker",
5780 "project",
5781 "release_channel",
5782 "semantic_version",
5783 "serde",
5784 "settings",
5785 "smallvec",
5786 "strum 0.27.1",
5787 "telemetry",
5788 "theme",
5789 "ui",
5790 "util",
5791 "vim_mode_setting",
5792 "workspace",
5793 "workspace-hack",
5794 "zed_actions",
5795]
5796
5797[[package]]
5798name = "fallible-iterator"
5799version = "0.3.0"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5802
5803[[package]]
5804name = "fancy-regex"
5805version = "0.13.0"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5808dependencies = [
5809 "bit-set 0.5.3",
5810 "regex-automata",
5811 "regex-syntax",
5812]
5813
5814[[package]]
5815name = "fancy-regex"
5816version = "0.14.0"
5817source = "registry+https://github.com/rust-lang/crates.io-index"
5818checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5819dependencies = [
5820 "bit-set 0.8.0",
5821 "regex-automata",
5822 "regex-syntax",
5823]
5824
5825[[package]]
5826name = "fast-srgb8"
5827version = "1.0.0"
5828source = "registry+https://github.com/rust-lang/crates.io-index"
5829checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5830
5831[[package]]
5832name = "fastrand"
5833version = "1.9.0"
5834source = "registry+https://github.com/rust-lang/crates.io-index"
5835checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5836dependencies = [
5837 "instant",
5838]
5839
5840[[package]]
5841name = "fastrand"
5842version = "2.3.0"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5845
5846[[package]]
5847name = "fd-lock"
5848version = "4.0.4"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5851dependencies = [
5852 "cfg-if",
5853 "rustix 1.0.7",
5854 "windows-sys 0.59.0",
5855]
5856
5857[[package]]
5858name = "fdeflate"
5859version = "0.3.7"
5860source = "registry+https://github.com/rust-lang/crates.io-index"
5861checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5862dependencies = [
5863 "simd-adler32",
5864]
5865
5866[[package]]
5867name = "feature_flags"
5868version = "0.1.0"
5869dependencies = [
5870 "futures 0.3.31",
5871 "gpui",
5872 "smol",
5873 "workspace-hack",
5874]
5875
5876[[package]]
5877name = "feedback"
5878version = "0.1.0"
5879dependencies = [
5880 "editor",
5881 "gpui",
5882 "menu",
5883 "system_specs",
5884 "ui",
5885 "urlencoding",
5886 "util",
5887 "workspace",
5888 "workspace-hack",
5889 "zed_actions",
5890]
5891
5892[[package]]
5893name = "ff"
5894version = "0.12.1"
5895source = "registry+https://github.com/rust-lang/crates.io-index"
5896checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5897dependencies = [
5898 "rand_core 0.6.4",
5899 "subtle",
5900]
5901
5902[[package]]
5903name = "file_finder"
5904version = "0.1.0"
5905dependencies = [
5906 "anyhow",
5907 "collections",
5908 "ctor",
5909 "editor",
5910 "file_icons",
5911 "futures 0.3.31",
5912 "fuzzy",
5913 "gpui",
5914 "language",
5915 "menu",
5916 "picker",
5917 "pretty_assertions",
5918 "project",
5919 "schemars 1.0.1",
5920 "search",
5921 "serde",
5922 "serde_json",
5923 "settings",
5924 "text",
5925 "theme",
5926 "ui",
5927 "util",
5928 "workspace",
5929 "workspace-hack",
5930 "zlog",
5931]
5932
5933[[package]]
5934name = "file_icons"
5935version = "0.1.0"
5936dependencies = [
5937 "gpui",
5938 "serde",
5939 "settings",
5940 "theme",
5941 "util",
5942 "workspace-hack",
5943]
5944
5945[[package]]
5946name = "filedescriptor"
5947version = "0.8.3"
5948source = "registry+https://github.com/rust-lang/crates.io-index"
5949checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5950dependencies = [
5951 "libc",
5952 "thiserror 1.0.69",
5953 "winapi",
5954]
5955
5956[[package]]
5957name = "filetime"
5958version = "0.2.25"
5959source = "registry+https://github.com/rust-lang/crates.io-index"
5960checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5961dependencies = [
5962 "cfg-if",
5963 "libc",
5964 "libredox",
5965 "windows-sys 0.59.0",
5966]
5967
5968[[package]]
5969name = "fixedbitset"
5970version = "0.4.2"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5973
5974[[package]]
5975name = "flate2"
5976version = "1.1.1"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5979dependencies = [
5980 "crc32fast",
5981 "miniz_oxide",
5982]
5983
5984[[package]]
5985name = "float-cmp"
5986version = "0.9.0"
5987source = "registry+https://github.com/rust-lang/crates.io-index"
5988checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5989
5990[[package]]
5991name = "float-ord"
5992version = "0.3.2"
5993source = "registry+https://github.com/rust-lang/crates.io-index"
5994checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5995
5996[[package]]
5997name = "float8"
5998version = "0.4.2"
5999source = "registry+https://github.com/rust-lang/crates.io-index"
6000checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6001dependencies = [
6002 "half",
6003 "num-traits",
6004 "rand 0.9.1",
6005 "rand_distr",
6006]
6007
6008[[package]]
6009name = "float_next_after"
6010version = "1.0.0"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6013
6014[[package]]
6015name = "fluent-uri"
6016version = "0.3.2"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
6019dependencies = [
6020 "borrow-or-share",
6021 "ref-cast",
6022 "serde",
6023]
6024
6025[[package]]
6026name = "flume"
6027version = "0.11.1"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6030dependencies = [
6031 "futures-core",
6032 "futures-sink",
6033 "nanorand",
6034 "spin",
6035]
6036
6037[[package]]
6038name = "fnv"
6039version = "1.0.7"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6042
6043[[package]]
6044name = "foldhash"
6045version = "0.1.5"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6048
6049[[package]]
6050name = "font-kit"
6051version = "0.14.1"
6052source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
6053dependencies = [
6054 "bitflags 2.9.0",
6055 "byteorder",
6056 "core-foundation 0.10.0",
6057 "core-graphics 0.24.0",
6058 "core-text",
6059 "dirs 5.0.1",
6060 "dwrote",
6061 "float-ord",
6062 "freetype-sys",
6063 "lazy_static",
6064 "libc",
6065 "log",
6066 "pathfinder_geometry",
6067 "pathfinder_simd",
6068 "walkdir",
6069 "winapi",
6070 "yeslogic-fontconfig-sys",
6071]
6072
6073[[package]]
6074name = "font-types"
6075version = "0.8.4"
6076source = "registry+https://github.com/rust-lang/crates.io-index"
6077checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
6078dependencies = [
6079 "bytemuck",
6080]
6081
6082[[package]]
6083name = "fontconfig-parser"
6084version = "0.5.7"
6085source = "registry+https://github.com/rust-lang/crates.io-index"
6086checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
6087dependencies = [
6088 "roxmltree",
6089]
6090
6091[[package]]
6092name = "fontdb"
6093version = "0.16.2"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6096dependencies = [
6097 "fontconfig-parser",
6098 "log",
6099 "memmap2",
6100 "slotmap",
6101 "tinyvec",
6102 "ttf-parser 0.20.0",
6103]
6104
6105[[package]]
6106name = "fontdb"
6107version = "0.23.0"
6108source = "registry+https://github.com/rust-lang/crates.io-index"
6109checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6110dependencies = [
6111 "fontconfig-parser",
6112 "log",
6113 "memmap2",
6114 "slotmap",
6115 "tinyvec",
6116 "ttf-parser 0.25.1",
6117]
6118
6119[[package]]
6120name = "foreign-types"
6121version = "0.3.2"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6124dependencies = [
6125 "foreign-types-shared 0.1.1",
6126]
6127
6128[[package]]
6129name = "foreign-types"
6130version = "0.5.0"
6131source = "registry+https://github.com/rust-lang/crates.io-index"
6132checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6133dependencies = [
6134 "foreign-types-macros",
6135 "foreign-types-shared 0.3.1",
6136]
6137
6138[[package]]
6139name = "foreign-types-macros"
6140version = "0.2.3"
6141source = "registry+https://github.com/rust-lang/crates.io-index"
6142checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6143dependencies = [
6144 "proc-macro2",
6145 "quote",
6146 "syn 2.0.101",
6147]
6148
6149[[package]]
6150name = "foreign-types-shared"
6151version = "0.1.1"
6152source = "registry+https://github.com/rust-lang/crates.io-index"
6153checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6154
6155[[package]]
6156name = "foreign-types-shared"
6157version = "0.3.1"
6158source = "registry+https://github.com/rust-lang/crates.io-index"
6159checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6160
6161[[package]]
6162name = "fork"
6163version = "0.2.0"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
6166dependencies = [
6167 "libc",
6168]
6169
6170[[package]]
6171name = "form_urlencoded"
6172version = "1.2.1"
6173source = "registry+https://github.com/rust-lang/crates.io-index"
6174checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
6175dependencies = [
6176 "percent-encoding",
6177]
6178
6179[[package]]
6180name = "fraction"
6181version = "0.15.3"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6184dependencies = [
6185 "lazy_static",
6186 "num",
6187]
6188
6189[[package]]
6190name = "freetype-sys"
6191version = "0.20.1"
6192source = "registry+https://github.com/rust-lang/crates.io-index"
6193checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6194dependencies = [
6195 "cc",
6196 "libc",
6197 "pkg-config",
6198]
6199
6200[[package]]
6201name = "fs"
6202version = "0.1.0"
6203dependencies = [
6204 "anyhow",
6205 "ashpd 0.11.0",
6206 "async-tar",
6207 "async-trait",
6208 "cocoa 0.26.0",
6209 "collections",
6210 "fsevent",
6211 "futures 0.3.31",
6212 "git",
6213 "gpui",
6214 "ignore",
6215 "libc",
6216 "log",
6217 "notify 8.0.0",
6218 "objc",
6219 "parking_lot",
6220 "paths",
6221 "proto",
6222 "rope",
6223 "serde",
6224 "serde_json",
6225 "smol",
6226 "tempfile",
6227 "text",
6228 "time",
6229 "util",
6230 "windows 0.61.1",
6231 "workspace-hack",
6232]
6233
6234[[package]]
6235name = "fs-set-times"
6236version = "0.20.3"
6237source = "registry+https://github.com/rust-lang/crates.io-index"
6238checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6239dependencies = [
6240 "io-lifetimes",
6241 "rustix 1.0.7",
6242 "windows-sys 0.59.0",
6243]
6244
6245[[package]]
6246name = "fs2"
6247version = "0.4.3"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6250dependencies = [
6251 "libc",
6252 "winapi",
6253]
6254
6255[[package]]
6256name = "fs_extra"
6257version = "1.3.0"
6258source = "registry+https://github.com/rust-lang/crates.io-index"
6259checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6260
6261[[package]]
6262name = "fsevent"
6263version = "0.1.0"
6264dependencies = [
6265 "bitflags 2.9.0",
6266 "core-foundation 0.10.0",
6267 "fsevent-sys 3.1.0",
6268 "log",
6269 "parking_lot",
6270 "tempfile",
6271 "workspace-hack",
6272]
6273
6274[[package]]
6275name = "fsevent-sys"
6276version = "3.1.0"
6277source = "registry+https://github.com/rust-lang/crates.io-index"
6278checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
6279dependencies = [
6280 "libc",
6281]
6282
6283[[package]]
6284name = "fsevent-sys"
6285version = "4.1.0"
6286source = "registry+https://github.com/rust-lang/crates.io-index"
6287checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6288dependencies = [
6289 "libc",
6290]
6291
6292[[package]]
6293name = "funty"
6294version = "2.0.0"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6297
6298[[package]]
6299name = "futf"
6300version = "0.1.5"
6301source = "registry+https://github.com/rust-lang/crates.io-index"
6302checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6303dependencies = [
6304 "mac",
6305 "new_debug_unreachable",
6306]
6307
6308[[package]]
6309name = "futures"
6310version = "0.1.31"
6311source = "registry+https://github.com/rust-lang/crates.io-index"
6312checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6313
6314[[package]]
6315name = "futures"
6316version = "0.3.31"
6317source = "registry+https://github.com/rust-lang/crates.io-index"
6318checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6319dependencies = [
6320 "futures-channel",
6321 "futures-core",
6322 "futures-executor",
6323 "futures-io",
6324 "futures-sink",
6325 "futures-task",
6326 "futures-util",
6327]
6328
6329[[package]]
6330name = "futures-channel"
6331version = "0.3.31"
6332source = "registry+https://github.com/rust-lang/crates.io-index"
6333checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6334dependencies = [
6335 "futures-core",
6336 "futures-sink",
6337]
6338
6339[[package]]
6340name = "futures-core"
6341version = "0.3.31"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6344
6345[[package]]
6346name = "futures-executor"
6347version = "0.3.31"
6348source = "registry+https://github.com/rust-lang/crates.io-index"
6349checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6350dependencies = [
6351 "futures-core",
6352 "futures-task",
6353 "futures-util",
6354]
6355
6356[[package]]
6357name = "futures-intrusive"
6358version = "0.5.0"
6359source = "registry+https://github.com/rust-lang/crates.io-index"
6360checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6361dependencies = [
6362 "futures-core",
6363 "lock_api",
6364 "parking_lot",
6365]
6366
6367[[package]]
6368name = "futures-io"
6369version = "0.3.31"
6370source = "registry+https://github.com/rust-lang/crates.io-index"
6371checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6372
6373[[package]]
6374name = "futures-lite"
6375version = "1.13.0"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6378dependencies = [
6379 "fastrand 1.9.0",
6380 "futures-core",
6381 "futures-io",
6382 "memchr",
6383 "parking",
6384 "pin-project-lite",
6385 "waker-fn",
6386]
6387
6388[[package]]
6389name = "futures-lite"
6390version = "2.6.0"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
6393dependencies = [
6394 "fastrand 2.3.0",
6395 "futures-core",
6396 "futures-io",
6397 "parking",
6398 "pin-project-lite",
6399]
6400
6401[[package]]
6402name = "futures-macro"
6403version = "0.3.31"
6404source = "registry+https://github.com/rust-lang/crates.io-index"
6405checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6406dependencies = [
6407 "proc-macro2",
6408 "quote",
6409 "syn 2.0.101",
6410]
6411
6412[[package]]
6413name = "futures-sink"
6414version = "0.3.31"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6417
6418[[package]]
6419name = "futures-task"
6420version = "0.3.31"
6421source = "registry+https://github.com/rust-lang/crates.io-index"
6422checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6423
6424[[package]]
6425name = "futures-util"
6426version = "0.3.31"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6429dependencies = [
6430 "futures 0.1.31",
6431 "futures-channel",
6432 "futures-core",
6433 "futures-io",
6434 "futures-macro",
6435 "futures-sink",
6436 "futures-task",
6437 "memchr",
6438 "pin-project-lite",
6439 "pin-utils",
6440 "slab",
6441 "tokio-io",
6442]
6443
6444[[package]]
6445name = "fuzzy"
6446version = "0.1.0"
6447dependencies = [
6448 "gpui",
6449 "log",
6450 "util",
6451 "workspace-hack",
6452]
6453
6454[[package]]
6455name = "fuzzy-matcher"
6456version = "0.3.7"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6459dependencies = [
6460 "thread_local",
6461]
6462
6463[[package]]
6464name = "gemm"
6465version = "0.17.1"
6466source = "registry+https://github.com/rust-lang/crates.io-index"
6467checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6468dependencies = [
6469 "dyn-stack 0.10.0",
6470 "gemm-c32 0.17.1",
6471 "gemm-c64 0.17.1",
6472 "gemm-common 0.17.1",
6473 "gemm-f16 0.17.1",
6474 "gemm-f32 0.17.1",
6475 "gemm-f64 0.17.1",
6476 "num-complex",
6477 "num-traits",
6478 "paste",
6479 "raw-cpuid 10.7.0",
6480 "seq-macro",
6481]
6482
6483[[package]]
6484name = "gemm"
6485version = "0.18.2"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6488dependencies = [
6489 "dyn-stack 0.13.0",
6490 "gemm-c32 0.18.2",
6491 "gemm-c64 0.18.2",
6492 "gemm-common 0.18.2",
6493 "gemm-f16 0.18.2",
6494 "gemm-f32 0.18.2",
6495 "gemm-f64 0.18.2",
6496 "num-complex",
6497 "num-traits",
6498 "paste",
6499 "raw-cpuid 11.6.0",
6500 "seq-macro",
6501]
6502
6503[[package]]
6504name = "gemm-c32"
6505version = "0.17.1"
6506source = "registry+https://github.com/rust-lang/crates.io-index"
6507checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6508dependencies = [
6509 "dyn-stack 0.10.0",
6510 "gemm-common 0.17.1",
6511 "num-complex",
6512 "num-traits",
6513 "paste",
6514 "raw-cpuid 10.7.0",
6515 "seq-macro",
6516]
6517
6518[[package]]
6519name = "gemm-c32"
6520version = "0.18.2"
6521source = "registry+https://github.com/rust-lang/crates.io-index"
6522checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6523dependencies = [
6524 "dyn-stack 0.13.0",
6525 "gemm-common 0.18.2",
6526 "num-complex",
6527 "num-traits",
6528 "paste",
6529 "raw-cpuid 11.6.0",
6530 "seq-macro",
6531]
6532
6533[[package]]
6534name = "gemm-c64"
6535version = "0.17.1"
6536source = "registry+https://github.com/rust-lang/crates.io-index"
6537checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6538dependencies = [
6539 "dyn-stack 0.10.0",
6540 "gemm-common 0.17.1",
6541 "num-complex",
6542 "num-traits",
6543 "paste",
6544 "raw-cpuid 10.7.0",
6545 "seq-macro",
6546]
6547
6548[[package]]
6549name = "gemm-c64"
6550version = "0.18.2"
6551source = "registry+https://github.com/rust-lang/crates.io-index"
6552checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6553dependencies = [
6554 "dyn-stack 0.13.0",
6555 "gemm-common 0.18.2",
6556 "num-complex",
6557 "num-traits",
6558 "paste",
6559 "raw-cpuid 11.6.0",
6560 "seq-macro",
6561]
6562
6563[[package]]
6564name = "gemm-common"
6565version = "0.17.1"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6568dependencies = [
6569 "bytemuck",
6570 "dyn-stack 0.10.0",
6571 "half",
6572 "num-complex",
6573 "num-traits",
6574 "once_cell",
6575 "paste",
6576 "pulp 0.18.22",
6577 "raw-cpuid 10.7.0",
6578 "rayon",
6579 "seq-macro",
6580 "sysctl 0.5.5",
6581]
6582
6583[[package]]
6584name = "gemm-common"
6585version = "0.18.2"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6588dependencies = [
6589 "bytemuck",
6590 "dyn-stack 0.13.0",
6591 "half",
6592 "libm",
6593 "num-complex",
6594 "num-traits",
6595 "once_cell",
6596 "paste",
6597 "pulp 0.21.5",
6598 "raw-cpuid 11.6.0",
6599 "rayon",
6600 "seq-macro",
6601 "sysctl 0.6.0",
6602]
6603
6604[[package]]
6605name = "gemm-f16"
6606version = "0.17.1"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6609dependencies = [
6610 "dyn-stack 0.10.0",
6611 "gemm-common 0.17.1",
6612 "gemm-f32 0.17.1",
6613 "half",
6614 "num-complex",
6615 "num-traits",
6616 "paste",
6617 "raw-cpuid 10.7.0",
6618 "rayon",
6619 "seq-macro",
6620]
6621
6622[[package]]
6623name = "gemm-f16"
6624version = "0.18.2"
6625source = "registry+https://github.com/rust-lang/crates.io-index"
6626checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6627dependencies = [
6628 "dyn-stack 0.13.0",
6629 "gemm-common 0.18.2",
6630 "gemm-f32 0.18.2",
6631 "half",
6632 "num-complex",
6633 "num-traits",
6634 "paste",
6635 "raw-cpuid 11.6.0",
6636 "rayon",
6637 "seq-macro",
6638]
6639
6640[[package]]
6641name = "gemm-f32"
6642version = "0.17.1"
6643source = "registry+https://github.com/rust-lang/crates.io-index"
6644checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6645dependencies = [
6646 "dyn-stack 0.10.0",
6647 "gemm-common 0.17.1",
6648 "num-complex",
6649 "num-traits",
6650 "paste",
6651 "raw-cpuid 10.7.0",
6652 "seq-macro",
6653]
6654
6655[[package]]
6656name = "gemm-f32"
6657version = "0.18.2"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6660dependencies = [
6661 "dyn-stack 0.13.0",
6662 "gemm-common 0.18.2",
6663 "num-complex",
6664 "num-traits",
6665 "paste",
6666 "raw-cpuid 11.6.0",
6667 "seq-macro",
6668]
6669
6670[[package]]
6671name = "gemm-f64"
6672version = "0.17.1"
6673source = "registry+https://github.com/rust-lang/crates.io-index"
6674checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6675dependencies = [
6676 "dyn-stack 0.10.0",
6677 "gemm-common 0.17.1",
6678 "num-complex",
6679 "num-traits",
6680 "paste",
6681 "raw-cpuid 10.7.0",
6682 "seq-macro",
6683]
6684
6685[[package]]
6686name = "gemm-f64"
6687version = "0.18.2"
6688source = "registry+https://github.com/rust-lang/crates.io-index"
6689checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6690dependencies = [
6691 "dyn-stack 0.13.0",
6692 "gemm-common 0.18.2",
6693 "num-complex",
6694 "num-traits",
6695 "paste",
6696 "raw-cpuid 11.6.0",
6697 "seq-macro",
6698]
6699
6700[[package]]
6701name = "generator"
6702version = "0.8.5"
6703source = "registry+https://github.com/rust-lang/crates.io-index"
6704checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
6705dependencies = [
6706 "cc",
6707 "cfg-if",
6708 "libc",
6709 "log",
6710 "rustversion",
6711 "windows 0.61.1",
6712]
6713
6714[[package]]
6715name = "generic-array"
6716version = "0.14.7"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6719dependencies = [
6720 "typenum",
6721 "version_check",
6722]
6723
6724[[package]]
6725name = "gethostname"
6726version = "0.4.3"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
6729dependencies = [
6730 "libc",
6731 "windows-targets 0.48.5",
6732]
6733
6734[[package]]
6735name = "getrandom"
6736version = "0.2.15"
6737source = "registry+https://github.com/rust-lang/crates.io-index"
6738checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
6739dependencies = [
6740 "cfg-if",
6741 "js-sys",
6742 "libc",
6743 "wasi 0.11.0+wasi-snapshot-preview1",
6744 "wasm-bindgen",
6745]
6746
6747[[package]]
6748name = "getrandom"
6749version = "0.3.2"
6750source = "registry+https://github.com/rust-lang/crates.io-index"
6751checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
6752dependencies = [
6753 "cfg-if",
6754 "js-sys",
6755 "libc",
6756 "r-efi",
6757 "wasi 0.14.2+wasi-0.2.4",
6758 "wasm-bindgen",
6759]
6760
6761[[package]]
6762name = "gif"
6763version = "0.13.1"
6764source = "registry+https://github.com/rust-lang/crates.io-index"
6765checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6766dependencies = [
6767 "color_quant",
6768 "weezl",
6769]
6770
6771[[package]]
6772name = "gimli"
6773version = "0.31.1"
6774source = "registry+https://github.com/rust-lang/crates.io-index"
6775checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6776dependencies = [
6777 "fallible-iterator",
6778 "indexmap 2.9.0",
6779 "stable_deref_trait",
6780]
6781
6782[[package]]
6783name = "git"
6784version = "0.1.0"
6785dependencies = [
6786 "anyhow",
6787 "askpass",
6788 "async-trait",
6789 "collections",
6790 "derive_more",
6791 "futures 0.3.31",
6792 "git2",
6793 "gpui",
6794 "http_client",
6795 "log",
6796 "parking_lot",
6797 "pretty_assertions",
6798 "rand 0.9.1",
6799 "regex",
6800 "rope",
6801 "schemars 1.0.1",
6802 "serde",
6803 "serde_json",
6804 "smol",
6805 "sum_tree",
6806 "tempfile",
6807 "text",
6808 "thiserror 2.0.12",
6809 "time",
6810 "unindent",
6811 "url",
6812 "util",
6813 "uuid",
6814 "workspace-hack",
6815]
6816
6817[[package]]
6818name = "git2"
6819version = "0.20.1"
6820source = "registry+https://github.com/rust-lang/crates.io-index"
6821checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6822dependencies = [
6823 "bitflags 2.9.0",
6824 "libc",
6825 "libgit2-sys",
6826 "log",
6827 "url",
6828]
6829
6830[[package]]
6831name = "git_hosting_providers"
6832version = "0.1.0"
6833dependencies = [
6834 "anyhow",
6835 "async-trait",
6836 "futures 0.3.31",
6837 "git",
6838 "gpui",
6839 "http_client",
6840 "indoc",
6841 "pretty_assertions",
6842 "regex",
6843 "serde",
6844 "serde_json",
6845 "settings",
6846 "url",
6847 "util",
6848 "workspace-hack",
6849]
6850
6851[[package]]
6852name = "git_ui"
6853version = "0.1.0"
6854dependencies = [
6855 "agent_settings",
6856 "anyhow",
6857 "askpass",
6858 "buffer_diff",
6859 "call",
6860 "chrono",
6861 "cloud_llm_client",
6862 "collections",
6863 "command_palette_hooks",
6864 "component",
6865 "ctor",
6866 "db",
6867 "editor",
6868 "futures 0.3.31",
6869 "fuzzy",
6870 "git",
6871 "gpui",
6872 "indoc",
6873 "itertools 0.14.0",
6874 "language",
6875 "language_model",
6876 "linkify",
6877 "log",
6878 "markdown",
6879 "menu",
6880 "multi_buffer",
6881 "notifications",
6882 "panel",
6883 "picker",
6884 "postage",
6885 "pretty_assertions",
6886 "project",
6887 "schemars 1.0.1",
6888 "serde",
6889 "serde_json",
6890 "settings",
6891 "strum 0.27.1",
6892 "telemetry",
6893 "theme",
6894 "time",
6895 "time_format",
6896 "ui",
6897 "unindent",
6898 "util",
6899 "watch",
6900 "windows 0.61.1",
6901 "workspace",
6902 "workspace-hack",
6903 "zed_actions",
6904 "zeroize",
6905 "zlog",
6906]
6907
6908[[package]]
6909name = "glob"
6910version = "0.3.2"
6911source = "registry+https://github.com/rust-lang/crates.io-index"
6912checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6913
6914[[package]]
6915name = "globset"
6916version = "0.4.16"
6917source = "registry+https://github.com/rust-lang/crates.io-index"
6918checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6919dependencies = [
6920 "aho-corasick",
6921 "bstr",
6922 "log",
6923 "regex-automata",
6924 "regex-syntax",
6925]
6926
6927[[package]]
6928name = "gloo-timers"
6929version = "0.3.0"
6930source = "registry+https://github.com/rust-lang/crates.io-index"
6931checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6932dependencies = [
6933 "futures-channel",
6934 "futures-core",
6935 "js-sys",
6936 "wasm-bindgen",
6937]
6938
6939[[package]]
6940name = "glow"
6941version = "0.16.0"
6942source = "registry+https://github.com/rust-lang/crates.io-index"
6943checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
6944dependencies = [
6945 "js-sys",
6946 "slotmap",
6947 "wasm-bindgen",
6948 "web-sys",
6949]
6950
6951[[package]]
6952name = "go_to_line"
6953version = "0.1.0"
6954dependencies = [
6955 "editor",
6956 "gpui",
6957 "indoc",
6958 "language",
6959 "menu",
6960 "project",
6961 "rope",
6962 "serde",
6963 "serde_json",
6964 "settings",
6965 "text",
6966 "theme",
6967 "tree-sitter-rust",
6968 "tree-sitter-typescript",
6969 "ui",
6970 "util",
6971 "workspace",
6972 "workspace-hack",
6973]
6974
6975[[package]]
6976name = "goblin"
6977version = "0.8.2"
6978source = "registry+https://github.com/rust-lang/crates.io-index"
6979checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
6980dependencies = [
6981 "log",
6982 "plain",
6983 "scroll",
6984]
6985
6986[[package]]
6987name = "google_ai"
6988version = "0.1.0"
6989dependencies = [
6990 "anyhow",
6991 "futures 0.3.31",
6992 "http_client",
6993 "schemars 1.0.1",
6994 "serde",
6995 "serde_json",
6996 "settings",
6997 "strum 0.27.1",
6998 "workspace-hack",
6999]
7000
7001[[package]]
7002name = "gpu-alloc"
7003version = "0.6.0"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
7006dependencies = [
7007 "bitflags 2.9.0",
7008 "gpu-alloc-types",
7009]
7010
7011[[package]]
7012name = "gpu-alloc-ash"
7013version = "0.7.0"
7014source = "registry+https://github.com/rust-lang/crates.io-index"
7015checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7016dependencies = [
7017 "ash",
7018 "gpu-alloc-types",
7019 "tinyvec",
7020]
7021
7022[[package]]
7023name = "gpu-alloc-types"
7024version = "0.3.0"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7027dependencies = [
7028 "bitflags 2.9.0",
7029]
7030
7031[[package]]
7032name = "gpui"
7033version = "0.1.0"
7034dependencies = [
7035 "anyhow",
7036 "as-raw-xcb-connection",
7037 "ashpd 0.11.0",
7038 "async-task",
7039 "backtrace",
7040 "bindgen 0.71.1",
7041 "blade-graphics",
7042 "blade-macros",
7043 "blade-util",
7044 "block",
7045 "bytemuck",
7046 "calloop",
7047 "calloop-wayland-source",
7048 "cbindgen",
7049 "cocoa 0.26.0",
7050 "collections",
7051 "core-foundation 0.10.0",
7052 "core-foundation-sys",
7053 "core-graphics 0.24.0",
7054 "core-text",
7055 "core-video",
7056 "cosmic-text",
7057 "ctor",
7058 "derive_more",
7059 "embed-resource",
7060 "env_logger 0.11.8",
7061 "etagere",
7062 "filedescriptor",
7063 "flume",
7064 "font-kit",
7065 "foreign-types 0.5.0",
7066 "futures 0.3.31",
7067 "gpui_macros",
7068 "http_client",
7069 "image",
7070 "inventory",
7071 "itertools 0.14.0",
7072 "libc",
7073 "log",
7074 "lyon",
7075 "media",
7076 "metal",
7077 "naga",
7078 "num_cpus",
7079 "objc",
7080 "objc2",
7081 "objc2-metal",
7082 "oo7",
7083 "open",
7084 "parking",
7085 "parking_lot",
7086 "pathfinder_geometry",
7087 "postage",
7088 "pretty_assertions",
7089 "profiling",
7090 "rand 0.9.1",
7091 "raw-window-handle",
7092 "refineable",
7093 "reqwest_client",
7094 "resvg",
7095 "scap",
7096 "schemars 1.0.1",
7097 "seahash",
7098 "semantic_version",
7099 "serde",
7100 "serde_json",
7101 "slotmap",
7102 "smallvec",
7103 "smol",
7104 "stacksafe",
7105 "strum 0.27.1",
7106 "sum_tree",
7107 "taffy",
7108 "thiserror 2.0.12",
7109 "unicode-segmentation",
7110 "usvg",
7111 "util",
7112 "util_macros",
7113 "uuid",
7114 "waker-fn",
7115 "wayland-backend",
7116 "wayland-client",
7117 "wayland-cursor",
7118 "wayland-protocols",
7119 "wayland-protocols-plasma",
7120 "windows 0.61.1",
7121 "windows-core 0.61.0",
7122 "windows-numerics",
7123 "windows-registry 0.5.1",
7124 "workspace-hack",
7125 "x11-clipboard",
7126 "x11rb",
7127 "xim",
7128 "xkbcommon",
7129]
7130
7131[[package]]
7132name = "gpui_macros"
7133version = "0.1.0"
7134dependencies = [
7135 "gpui",
7136 "heck 0.5.0",
7137 "proc-macro2",
7138 "quote",
7139 "syn 2.0.101",
7140 "workspace-hack",
7141]
7142
7143[[package]]
7144name = "gpui_tokio"
7145version = "0.1.0"
7146dependencies = [
7147 "anyhow",
7148 "gpui",
7149 "tokio",
7150 "util",
7151 "workspace-hack",
7152]
7153
7154[[package]]
7155name = "grid"
7156version = "0.18.0"
7157source = "registry+https://github.com/rust-lang/crates.io-index"
7158checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7159
7160[[package]]
7161name = "group"
7162version = "0.12.1"
7163source = "registry+https://github.com/rust-lang/crates.io-index"
7164checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7165dependencies = [
7166 "ff",
7167 "rand_core 0.6.4",
7168 "subtle",
7169]
7170
7171[[package]]
7172name = "h2"
7173version = "0.3.26"
7174source = "registry+https://github.com/rust-lang/crates.io-index"
7175checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7176dependencies = [
7177 "bytes 1.10.1",
7178 "fnv",
7179 "futures-core",
7180 "futures-sink",
7181 "futures-util",
7182 "http 0.2.12",
7183 "indexmap 2.9.0",
7184 "slab",
7185 "tokio",
7186 "tokio-util",
7187 "tracing",
7188]
7189
7190[[package]]
7191name = "h2"
7192version = "0.4.9"
7193source = "registry+https://github.com/rust-lang/crates.io-index"
7194checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7195dependencies = [
7196 "atomic-waker",
7197 "bytes 1.10.1",
7198 "fnv",
7199 "futures-core",
7200 "futures-sink",
7201 "http 1.3.1",
7202 "indexmap 2.9.0",
7203 "slab",
7204 "tokio",
7205 "tokio-util",
7206 "tracing",
7207]
7208
7209[[package]]
7210name = "half"
7211version = "2.6.0"
7212source = "registry+https://github.com/rust-lang/crates.io-index"
7213checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7214dependencies = [
7215 "bytemuck",
7216 "cfg-if",
7217 "crunchy",
7218 "num-traits",
7219 "rand 0.9.1",
7220 "rand_distr",
7221]
7222
7223[[package]]
7224name = "handlebars"
7225version = "4.5.0"
7226source = "registry+https://github.com/rust-lang/crates.io-index"
7227checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7228dependencies = [
7229 "log",
7230 "pest",
7231 "pest_derive",
7232 "rust-embed",
7233 "serde",
7234 "serde_json",
7235 "thiserror 1.0.69",
7236]
7237
7238[[package]]
7239name = "handlebars"
7240version = "5.1.2"
7241source = "registry+https://github.com/rust-lang/crates.io-index"
7242checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7243dependencies = [
7244 "log",
7245 "pest",
7246 "pest_derive",
7247 "serde",
7248 "serde_json",
7249 "thiserror 1.0.69",
7250]
7251
7252[[package]]
7253name = "hashbrown"
7254version = "0.12.3"
7255source = "registry+https://github.com/rust-lang/crates.io-index"
7256checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7257dependencies = [
7258 "ahash 0.7.8",
7259]
7260
7261[[package]]
7262name = "hashbrown"
7263version = "0.14.5"
7264source = "registry+https://github.com/rust-lang/crates.io-index"
7265checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7266dependencies = [
7267 "ahash 0.8.11",
7268 "allocator-api2",
7269]
7270
7271[[package]]
7272name = "hashbrown"
7273version = "0.15.3"
7274source = "registry+https://github.com/rust-lang/crates.io-index"
7275checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7276dependencies = [
7277 "allocator-api2",
7278 "equivalent",
7279 "foldhash",
7280 "serde",
7281]
7282
7283[[package]]
7284name = "hashlink"
7285version = "0.8.4"
7286source = "registry+https://github.com/rust-lang/crates.io-index"
7287checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7288dependencies = [
7289 "hashbrown 0.14.5",
7290]
7291
7292[[package]]
7293name = "hashlink"
7294version = "0.10.0"
7295source = "registry+https://github.com/rust-lang/crates.io-index"
7296checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7297dependencies = [
7298 "hashbrown 0.15.3",
7299]
7300
7301[[package]]
7302name = "headers"
7303version = "0.3.9"
7304source = "registry+https://github.com/rust-lang/crates.io-index"
7305checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7306dependencies = [
7307 "base64 0.21.7",
7308 "bytes 1.10.1",
7309 "headers-core",
7310 "http 0.2.12",
7311 "httpdate",
7312 "mime",
7313 "sha1",
7314]
7315
7316[[package]]
7317name = "headers-core"
7318version = "0.2.0"
7319source = "registry+https://github.com/rust-lang/crates.io-index"
7320checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7321dependencies = [
7322 "http 0.2.12",
7323]
7324
7325[[package]]
7326name = "heck"
7327version = "0.3.3"
7328source = "registry+https://github.com/rust-lang/crates.io-index"
7329checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7330dependencies = [
7331 "unicode-segmentation",
7332]
7333
7334[[package]]
7335name = "heck"
7336version = "0.4.1"
7337source = "registry+https://github.com/rust-lang/crates.io-index"
7338checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7339dependencies = [
7340 "unicode-segmentation",
7341]
7342
7343[[package]]
7344name = "heck"
7345version = "0.5.0"
7346source = "registry+https://github.com/rust-lang/crates.io-index"
7347checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7348
7349[[package]]
7350name = "heed"
7351version = "0.21.0"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7354dependencies = [
7355 "bitflags 2.9.0",
7356 "byteorder",
7357 "heed-traits",
7358 "heed-types",
7359 "libc",
7360 "lmdb-master-sys",
7361 "once_cell",
7362 "page_size",
7363 "serde",
7364 "synchronoise",
7365 "url",
7366]
7367
7368[[package]]
7369name = "heed-traits"
7370version = "0.20.0"
7371source = "registry+https://github.com/rust-lang/crates.io-index"
7372checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7373
7374[[package]]
7375name = "heed-types"
7376version = "0.21.0"
7377source = "registry+https://github.com/rust-lang/crates.io-index"
7378checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7379dependencies = [
7380 "bincode",
7381 "byteorder",
7382 "heed-traits",
7383 "serde",
7384 "serde_json",
7385]
7386
7387[[package]]
7388name = "hermit-abi"
7389version = "0.3.9"
7390source = "registry+https://github.com/rust-lang/crates.io-index"
7391checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7392
7393[[package]]
7394name = "hermit-abi"
7395version = "0.5.0"
7396source = "registry+https://github.com/rust-lang/crates.io-index"
7397checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7398
7399[[package]]
7400name = "hex"
7401version = "0.4.3"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7404
7405[[package]]
7406name = "hexf-parse"
7407version = "0.2.1"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7410
7411[[package]]
7412name = "hidden-trait"
7413version = "0.1.2"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7416dependencies = [
7417 "proc-macro2",
7418 "quote",
7419 "syn 1.0.109",
7420]
7421
7422[[package]]
7423name = "hkdf"
7424version = "0.12.4"
7425source = "registry+https://github.com/rust-lang/crates.io-index"
7426checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7427dependencies = [
7428 "hmac",
7429]
7430
7431[[package]]
7432name = "hmac"
7433version = "0.12.1"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7436dependencies = [
7437 "digest",
7438]
7439
7440[[package]]
7441name = "home"
7442version = "0.5.11"
7443source = "registry+https://github.com/rust-lang/crates.io-index"
7444checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7445dependencies = [
7446 "windows-sys 0.59.0",
7447]
7448
7449[[package]]
7450name = "hound"
7451version = "3.5.1"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7454
7455[[package]]
7456name = "html5ever"
7457version = "0.27.0"
7458source = "registry+https://github.com/rust-lang/crates.io-index"
7459checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7460dependencies = [
7461 "log",
7462 "mac",
7463 "markup5ever 0.12.1",
7464 "proc-macro2",
7465 "quote",
7466 "syn 2.0.101",
7467]
7468
7469[[package]]
7470name = "html5ever"
7471version = "0.31.0"
7472source = "registry+https://github.com/rust-lang/crates.io-index"
7473checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7474dependencies = [
7475 "log",
7476 "mac",
7477 "markup5ever 0.16.1",
7478 "match_token",
7479]
7480
7481[[package]]
7482name = "html_to_markdown"
7483version = "0.1.0"
7484dependencies = [
7485 "anyhow",
7486 "html5ever 0.27.0",
7487 "indoc",
7488 "markup5ever_rcdom",
7489 "pretty_assertions",
7490 "regex",
7491 "workspace-hack",
7492]
7493
7494[[package]]
7495name = "http"
7496version = "0.2.12"
7497source = "registry+https://github.com/rust-lang/crates.io-index"
7498checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7499dependencies = [
7500 "bytes 1.10.1",
7501 "fnv",
7502 "itoa",
7503]
7504
7505[[package]]
7506name = "http"
7507version = "1.3.1"
7508source = "registry+https://github.com/rust-lang/crates.io-index"
7509checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7510dependencies = [
7511 "bytes 1.10.1",
7512 "fnv",
7513 "itoa",
7514]
7515
7516[[package]]
7517name = "http-body"
7518version = "0.4.6"
7519source = "registry+https://github.com/rust-lang/crates.io-index"
7520checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7521dependencies = [
7522 "bytes 1.10.1",
7523 "http 0.2.12",
7524 "pin-project-lite",
7525]
7526
7527[[package]]
7528name = "http-body"
7529version = "1.0.1"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7532dependencies = [
7533 "bytes 1.10.1",
7534 "http 1.3.1",
7535]
7536
7537[[package]]
7538name = "http-body-util"
7539version = "0.1.3"
7540source = "registry+https://github.com/rust-lang/crates.io-index"
7541checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7542dependencies = [
7543 "bytes 1.10.1",
7544 "futures-core",
7545 "http 1.3.1",
7546 "http-body 1.0.1",
7547 "pin-project-lite",
7548]
7549
7550[[package]]
7551name = "http-range-header"
7552version = "0.3.1"
7553source = "registry+https://github.com/rust-lang/crates.io-index"
7554checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7555
7556[[package]]
7557name = "http_client"
7558version = "0.1.0"
7559dependencies = [
7560 "anyhow",
7561 "bytes 1.10.1",
7562 "derive_more",
7563 "futures 0.3.31",
7564 "http 1.3.1",
7565 "http-body 1.0.1",
7566 "log",
7567 "parking_lot",
7568 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
7569 "serde",
7570 "serde_json",
7571 "url",
7572 "workspace-hack",
7573]
7574
7575[[package]]
7576name = "http_client_tls"
7577version = "0.1.0"
7578dependencies = [
7579 "rustls 0.23.26",
7580 "rustls-platform-verifier",
7581 "workspace-hack",
7582]
7583
7584[[package]]
7585name = "httparse"
7586version = "1.10.1"
7587source = "registry+https://github.com/rust-lang/crates.io-index"
7588checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7589
7590[[package]]
7591name = "httpdate"
7592version = "1.0.3"
7593source = "registry+https://github.com/rust-lang/crates.io-index"
7594checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7595
7596[[package]]
7597name = "human_bytes"
7598version = "0.4.3"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7601
7602[[package]]
7603name = "humantime"
7604version = "2.2.0"
7605source = "registry+https://github.com/rust-lang/crates.io-index"
7606checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7607
7608[[package]]
7609name = "hyper"
7610version = "0.14.32"
7611source = "registry+https://github.com/rust-lang/crates.io-index"
7612checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7613dependencies = [
7614 "bytes 1.10.1",
7615 "futures-channel",
7616 "futures-core",
7617 "futures-util",
7618 "h2 0.3.26",
7619 "http 0.2.12",
7620 "http-body 0.4.6",
7621 "httparse",
7622 "httpdate",
7623 "itoa",
7624 "pin-project-lite",
7625 "socket2",
7626 "tokio",
7627 "tower-service",
7628 "tracing",
7629 "want",
7630]
7631
7632[[package]]
7633name = "hyper"
7634version = "1.6.0"
7635source = "registry+https://github.com/rust-lang/crates.io-index"
7636checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7637dependencies = [
7638 "bytes 1.10.1",
7639 "futures-channel",
7640 "futures-util",
7641 "h2 0.4.9",
7642 "http 1.3.1",
7643 "http-body 1.0.1",
7644 "httparse",
7645 "itoa",
7646 "pin-project-lite",
7647 "smallvec",
7648 "tokio",
7649 "want",
7650]
7651
7652[[package]]
7653name = "hyper-rustls"
7654version = "0.24.2"
7655source = "registry+https://github.com/rust-lang/crates.io-index"
7656checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7657dependencies = [
7658 "futures-util",
7659 "http 0.2.12",
7660 "hyper 0.14.32",
7661 "log",
7662 "rustls 0.21.12",
7663 "rustls-native-certs 0.6.3",
7664 "tokio",
7665 "tokio-rustls 0.24.1",
7666]
7667
7668[[package]]
7669name = "hyper-rustls"
7670version = "0.27.5"
7671source = "registry+https://github.com/rust-lang/crates.io-index"
7672checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7673dependencies = [
7674 "futures-util",
7675 "http 1.3.1",
7676 "hyper 1.6.0",
7677 "hyper-util",
7678 "rustls 0.23.26",
7679 "rustls-native-certs 0.8.1",
7680 "rustls-pki-types",
7681 "tokio",
7682 "tokio-rustls 0.26.2",
7683 "tower-service",
7684]
7685
7686[[package]]
7687name = "hyper-tls"
7688version = "0.5.0"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7691dependencies = [
7692 "bytes 1.10.1",
7693 "hyper 0.14.32",
7694 "native-tls",
7695 "tokio",
7696 "tokio-native-tls",
7697]
7698
7699[[package]]
7700name = "hyper-util"
7701version = "0.1.11"
7702source = "registry+https://github.com/rust-lang/crates.io-index"
7703checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7704dependencies = [
7705 "bytes 1.10.1",
7706 "futures-channel",
7707 "futures-util",
7708 "http 1.3.1",
7709 "http-body 1.0.1",
7710 "hyper 1.6.0",
7711 "libc",
7712 "pin-project-lite",
7713 "socket2",
7714 "tokio",
7715 "tower-service",
7716 "tracing",
7717]
7718
7719[[package]]
7720name = "iana-time-zone"
7721version = "0.1.63"
7722source = "registry+https://github.com/rust-lang/crates.io-index"
7723checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7724dependencies = [
7725 "android_system_properties",
7726 "core-foundation-sys",
7727 "iana-time-zone-haiku",
7728 "js-sys",
7729 "log",
7730 "wasm-bindgen",
7731 "windows-core 0.61.0",
7732]
7733
7734[[package]]
7735name = "iana-time-zone-haiku"
7736version = "0.1.2"
7737source = "registry+https://github.com/rust-lang/crates.io-index"
7738checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7739dependencies = [
7740 "cc",
7741]
7742
7743[[package]]
7744name = "icons"
7745version = "0.1.0"
7746dependencies = [
7747 "serde",
7748 "strum 0.27.1",
7749 "workspace-hack",
7750]
7751
7752[[package]]
7753name = "icu_collections"
7754version = "1.5.0"
7755source = "registry+https://github.com/rust-lang/crates.io-index"
7756checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7757dependencies = [
7758 "displaydoc",
7759 "yoke",
7760 "zerofrom",
7761 "zerovec",
7762]
7763
7764[[package]]
7765name = "icu_locid"
7766version = "1.5.0"
7767source = "registry+https://github.com/rust-lang/crates.io-index"
7768checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7769dependencies = [
7770 "displaydoc",
7771 "litemap",
7772 "tinystr",
7773 "writeable",
7774 "zerovec",
7775]
7776
7777[[package]]
7778name = "icu_locid_transform"
7779version = "1.5.0"
7780source = "registry+https://github.com/rust-lang/crates.io-index"
7781checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7782dependencies = [
7783 "displaydoc",
7784 "icu_locid",
7785 "icu_locid_transform_data",
7786 "icu_provider",
7787 "tinystr",
7788 "zerovec",
7789]
7790
7791[[package]]
7792name = "icu_locid_transform_data"
7793version = "1.5.1"
7794source = "registry+https://github.com/rust-lang/crates.io-index"
7795checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7796
7797[[package]]
7798name = "icu_normalizer"
7799version = "1.5.0"
7800source = "registry+https://github.com/rust-lang/crates.io-index"
7801checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7802dependencies = [
7803 "displaydoc",
7804 "icu_collections",
7805 "icu_normalizer_data",
7806 "icu_properties",
7807 "icu_provider",
7808 "smallvec",
7809 "utf16_iter",
7810 "utf8_iter",
7811 "write16",
7812 "zerovec",
7813]
7814
7815[[package]]
7816name = "icu_normalizer_data"
7817version = "1.5.1"
7818source = "registry+https://github.com/rust-lang/crates.io-index"
7819checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7820
7821[[package]]
7822name = "icu_properties"
7823version = "1.5.1"
7824source = "registry+https://github.com/rust-lang/crates.io-index"
7825checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7826dependencies = [
7827 "displaydoc",
7828 "icu_collections",
7829 "icu_locid_transform",
7830 "icu_properties_data",
7831 "icu_provider",
7832 "tinystr",
7833 "zerovec",
7834]
7835
7836[[package]]
7837name = "icu_properties_data"
7838version = "1.5.1"
7839source = "registry+https://github.com/rust-lang/crates.io-index"
7840checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7841
7842[[package]]
7843name = "icu_provider"
7844version = "1.5.0"
7845source = "registry+https://github.com/rust-lang/crates.io-index"
7846checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7847dependencies = [
7848 "displaydoc",
7849 "icu_locid",
7850 "icu_provider_macros",
7851 "stable_deref_trait",
7852 "tinystr",
7853 "writeable",
7854 "yoke",
7855 "zerofrom",
7856 "zerovec",
7857]
7858
7859[[package]]
7860name = "icu_provider_macros"
7861version = "1.5.0"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7864dependencies = [
7865 "proc-macro2",
7866 "quote",
7867 "syn 2.0.101",
7868]
7869
7870[[package]]
7871name = "id-arena"
7872version = "2.2.1"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7875
7876[[package]]
7877name = "ident_case"
7878version = "1.0.1"
7879source = "registry+https://github.com/rust-lang/crates.io-index"
7880checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7881
7882[[package]]
7883name = "idna"
7884version = "1.0.3"
7885source = "registry+https://github.com/rust-lang/crates.io-index"
7886checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7887dependencies = [
7888 "idna_adapter",
7889 "smallvec",
7890 "utf8_iter",
7891]
7892
7893[[package]]
7894name = "idna_adapter"
7895version = "1.2.0"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7898dependencies = [
7899 "icu_normalizer",
7900 "icu_properties",
7901]
7902
7903[[package]]
7904name = "ignore"
7905version = "0.4.23"
7906source = "registry+https://github.com/rust-lang/crates.io-index"
7907checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7908dependencies = [
7909 "crossbeam-deque",
7910 "globset",
7911 "log",
7912 "memchr",
7913 "regex-automata",
7914 "same-file",
7915 "walkdir",
7916 "winapi-util",
7917]
7918
7919[[package]]
7920name = "image"
7921version = "0.25.6"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7924dependencies = [
7925 "bytemuck",
7926 "byteorder-lite",
7927 "color_quant",
7928 "exr",
7929 "gif",
7930 "image-webp",
7931 "num-traits",
7932 "png",
7933 "qoi",
7934 "ravif",
7935 "rayon",
7936 "rgb",
7937 "tiff",
7938 "zune-core",
7939 "zune-jpeg",
7940]
7941
7942[[package]]
7943name = "image-webp"
7944version = "0.2.1"
7945source = "registry+https://github.com/rust-lang/crates.io-index"
7946checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7947dependencies = [
7948 "byteorder-lite",
7949 "quick-error",
7950]
7951
7952[[package]]
7953name = "image_viewer"
7954version = "0.1.0"
7955dependencies = [
7956 "anyhow",
7957 "db",
7958 "editor",
7959 "file_icons",
7960 "gpui",
7961 "language",
7962 "log",
7963 "project",
7964 "serde",
7965 "settings",
7966 "theme",
7967 "ui",
7968 "util",
7969 "workspace",
7970 "workspace-hack",
7971]
7972
7973[[package]]
7974name = "imagesize"
7975version = "0.13.0"
7976source = "registry+https://github.com/rust-lang/crates.io-index"
7977checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7978
7979[[package]]
7980name = "imara-diff"
7981version = "0.1.8"
7982source = "registry+https://github.com/rust-lang/crates.io-index"
7983checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7984dependencies = [
7985 "hashbrown 0.15.3",
7986]
7987
7988[[package]]
7989name = "imgref"
7990version = "1.11.0"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
7993
7994[[package]]
7995name = "indexmap"
7996version = "1.9.3"
7997source = "registry+https://github.com/rust-lang/crates.io-index"
7998checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
7999dependencies = [
8000 "autocfg",
8001 "hashbrown 0.12.3",
8002 "serde",
8003]
8004
8005[[package]]
8006name = "indexmap"
8007version = "2.9.0"
8008source = "registry+https://github.com/rust-lang/crates.io-index"
8009checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8010dependencies = [
8011 "equivalent",
8012 "hashbrown 0.15.3",
8013 "serde",
8014]
8015
8016[[package]]
8017name = "indoc"
8018version = "2.0.6"
8019source = "registry+https://github.com/rust-lang/crates.io-index"
8020checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8021
8022[[package]]
8023name = "inherent"
8024version = "1.0.12"
8025source = "registry+https://github.com/rust-lang/crates.io-index"
8026checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8027dependencies = [
8028 "proc-macro2",
8029 "quote",
8030 "syn 2.0.101",
8031]
8032
8033[[package]]
8034name = "inotify"
8035version = "0.9.6"
8036source = "registry+https://github.com/rust-lang/crates.io-index"
8037checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8038dependencies = [
8039 "bitflags 1.3.2",
8040 "inotify-sys",
8041 "libc",
8042]
8043
8044[[package]]
8045name = "inotify"
8046version = "0.11.0"
8047source = "registry+https://github.com/rust-lang/crates.io-index"
8048checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8049dependencies = [
8050 "bitflags 2.9.0",
8051 "inotify-sys",
8052 "libc",
8053]
8054
8055[[package]]
8056name = "inotify-sys"
8057version = "0.1.5"
8058source = "registry+https://github.com/rust-lang/crates.io-index"
8059checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8060dependencies = [
8061 "libc",
8062]
8063
8064[[package]]
8065name = "inout"
8066version = "0.1.4"
8067source = "registry+https://github.com/rust-lang/crates.io-index"
8068checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8069dependencies = [
8070 "block-padding",
8071 "generic-array",
8072]
8073
8074[[package]]
8075name = "inspector_ui"
8076version = "0.1.0"
8077dependencies = [
8078 "anyhow",
8079 "command_palette_hooks",
8080 "editor",
8081 "fuzzy",
8082 "gpui",
8083 "language",
8084 "project",
8085 "serde_json",
8086 "serde_json_lenient",
8087 "theme",
8088 "ui",
8089 "util",
8090 "util_macros",
8091 "workspace",
8092 "workspace-hack",
8093 "zed_actions",
8094]
8095
8096[[package]]
8097name = "install_cli"
8098version = "0.1.0"
8099dependencies = [
8100 "anyhow",
8101 "client",
8102 "gpui",
8103 "release_channel",
8104 "smol",
8105 "util",
8106 "workspace",
8107 "workspace-hack",
8108]
8109
8110[[package]]
8111name = "instant"
8112version = "0.1.13"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8115dependencies = [
8116 "cfg-if",
8117]
8118
8119[[package]]
8120name = "interpolate_name"
8121version = "0.2.4"
8122source = "registry+https://github.com/rust-lang/crates.io-index"
8123checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8124dependencies = [
8125 "proc-macro2",
8126 "quote",
8127 "syn 2.0.101",
8128]
8129
8130[[package]]
8131name = "inventory"
8132version = "0.3.20"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8135dependencies = [
8136 "rustversion",
8137]
8138
8139[[package]]
8140name = "io-extras"
8141version = "0.18.4"
8142source = "registry+https://github.com/rust-lang/crates.io-index"
8143checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8144dependencies = [
8145 "io-lifetimes",
8146 "windows-sys 0.59.0",
8147]
8148
8149[[package]]
8150name = "io-lifetimes"
8151version = "2.0.4"
8152source = "registry+https://github.com/rust-lang/crates.io-index"
8153checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8154
8155[[package]]
8156name = "io-surface"
8157version = "0.16.0"
8158source = "registry+https://github.com/rust-lang/crates.io-index"
8159checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8160dependencies = [
8161 "cgl",
8162 "core-foundation 0.10.0",
8163 "core-foundation-sys",
8164 "leaky-cow",
8165 "libc",
8166]
8167
8168[[package]]
8169name = "iovec"
8170version = "0.1.4"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8173dependencies = [
8174 "libc",
8175]
8176
8177[[package]]
8178name = "ipc-channel"
8179version = "0.19.0"
8180source = "registry+https://github.com/rust-lang/crates.io-index"
8181checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8182dependencies = [
8183 "bincode",
8184 "crossbeam-channel",
8185 "fnv",
8186 "lazy_static",
8187 "libc",
8188 "mio 1.0.3",
8189 "rand 0.8.5",
8190 "serde",
8191 "tempfile",
8192 "uuid",
8193 "windows 0.58.0",
8194]
8195
8196[[package]]
8197name = "ipnet"
8198version = "2.11.0"
8199source = "registry+https://github.com/rust-lang/crates.io-index"
8200checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8201
8202[[package]]
8203name = "is-docker"
8204version = "0.2.0"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8207dependencies = [
8208 "once_cell",
8209]
8210
8211[[package]]
8212name = "is-terminal"
8213version = "0.4.16"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8216dependencies = [
8217 "hermit-abi 0.5.0",
8218 "libc",
8219 "windows-sys 0.59.0",
8220]
8221
8222[[package]]
8223name = "is-wsl"
8224version = "0.4.0"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8227dependencies = [
8228 "is-docker",
8229 "once_cell",
8230]
8231
8232[[package]]
8233name = "is_terminal_polyfill"
8234version = "1.70.1"
8235source = "registry+https://github.com/rust-lang/crates.io-index"
8236checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8237
8238[[package]]
8239name = "itertools"
8240version = "0.10.5"
8241source = "registry+https://github.com/rust-lang/crates.io-index"
8242checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8243dependencies = [
8244 "either",
8245]
8246
8247[[package]]
8248name = "itertools"
8249version = "0.11.0"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8252dependencies = [
8253 "either",
8254]
8255
8256[[package]]
8257name = "itertools"
8258version = "0.12.1"
8259source = "registry+https://github.com/rust-lang/crates.io-index"
8260checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8261dependencies = [
8262 "either",
8263]
8264
8265[[package]]
8266name = "itertools"
8267version = "0.13.0"
8268source = "registry+https://github.com/rust-lang/crates.io-index"
8269checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8270dependencies = [
8271 "either",
8272]
8273
8274[[package]]
8275name = "itertools"
8276version = "0.14.0"
8277source = "registry+https://github.com/rust-lang/crates.io-index"
8278checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8279dependencies = [
8280 "either",
8281]
8282
8283[[package]]
8284name = "itoa"
8285version = "1.0.15"
8286source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8288
8289[[package]]
8290name = "jiff"
8291version = "0.2.10"
8292source = "registry+https://github.com/rust-lang/crates.io-index"
8293checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8294dependencies = [
8295 "jiff-static",
8296 "log",
8297 "portable-atomic",
8298 "portable-atomic-util",
8299 "serde",
8300]
8301
8302[[package]]
8303name = "jiff-static"
8304version = "0.2.10"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8307dependencies = [
8308 "proc-macro2",
8309 "quote",
8310 "syn 2.0.101",
8311]
8312
8313[[package]]
8314name = "jni"
8315version = "0.21.1"
8316source = "registry+https://github.com/rust-lang/crates.io-index"
8317checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8318dependencies = [
8319 "cesu8",
8320 "cfg-if",
8321 "combine",
8322 "jni-sys",
8323 "log",
8324 "thiserror 1.0.69",
8325 "walkdir",
8326 "windows-sys 0.45.0",
8327]
8328
8329[[package]]
8330name = "jni-sys"
8331version = "0.3.0"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8334
8335[[package]]
8336name = "jobserver"
8337version = "0.1.33"
8338source = "registry+https://github.com/rust-lang/crates.io-index"
8339checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8340dependencies = [
8341 "getrandom 0.3.2",
8342 "libc",
8343]
8344
8345[[package]]
8346name = "journal"
8347version = "0.1.0"
8348dependencies = [
8349 "anyhow",
8350 "chrono",
8351 "editor",
8352 "gpui",
8353 "log",
8354 "serde",
8355 "settings",
8356 "shellexpand 2.1.2",
8357 "workspace",
8358 "workspace-hack",
8359]
8360
8361[[package]]
8362name = "jpeg-decoder"
8363version = "0.3.1"
8364source = "registry+https://github.com/rust-lang/crates.io-index"
8365checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8366
8367[[package]]
8368name = "js-sys"
8369version = "0.3.77"
8370source = "registry+https://github.com/rust-lang/crates.io-index"
8371checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8372dependencies = [
8373 "once_cell",
8374 "wasm-bindgen",
8375]
8376
8377[[package]]
8378name = "json_dotpath"
8379version = "1.1.0"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8382dependencies = [
8383 "serde",
8384 "serde_derive",
8385 "serde_json",
8386 "thiserror 1.0.69",
8387]
8388
8389[[package]]
8390name = "json_schema_store"
8391version = "0.1.0"
8392dependencies = [
8393 "anyhow",
8394 "dap",
8395 "extension",
8396 "gpui",
8397 "language",
8398 "paths",
8399 "project",
8400 "schemars 1.0.1",
8401 "serde",
8402 "serde_json",
8403 "settings",
8404 "snippet_provider",
8405 "task",
8406 "theme",
8407 "util",
8408 "workspace-hack",
8409]
8410
8411[[package]]
8412name = "jsonschema"
8413version = "0.30.0"
8414source = "registry+https://github.com/rust-lang/crates.io-index"
8415checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8416dependencies = [
8417 "ahash 0.8.11",
8418 "base64 0.22.1",
8419 "bytecount",
8420 "email_address",
8421 "fancy-regex 0.14.0",
8422 "fraction",
8423 "idna",
8424 "itoa",
8425 "num-cmp",
8426 "num-traits",
8427 "once_cell",
8428 "percent-encoding",
8429 "referencing",
8430 "regex",
8431 "regex-syntax",
8432 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8433 "serde",
8434 "serde_json",
8435 "uuid-simd",
8436]
8437
8438[[package]]
8439name = "jsonwebtoken"
8440version = "9.3.1"
8441source = "registry+https://github.com/rust-lang/crates.io-index"
8442checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8443dependencies = [
8444 "base64 0.22.1",
8445 "js-sys",
8446 "pem",
8447 "ring",
8448 "serde",
8449 "serde_json",
8450 "simple_asn1",
8451]
8452
8453[[package]]
8454name = "jupyter-protocol"
8455version = "0.6.0"
8456source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8457dependencies = [
8458 "anyhow",
8459 "async-trait",
8460 "bytes 1.10.1",
8461 "chrono",
8462 "futures 0.3.31",
8463 "serde",
8464 "serde_json",
8465 "uuid",
8466]
8467
8468[[package]]
8469name = "jupyter-websocket-client"
8470version = "0.9.0"
8471source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8472dependencies = [
8473 "anyhow",
8474 "async-trait",
8475 "async-tungstenite",
8476 "futures 0.3.31",
8477 "jupyter-protocol",
8478 "serde",
8479 "serde_json",
8480 "url",
8481 "uuid",
8482]
8483
8484[[package]]
8485name = "keymap_editor"
8486version = "0.1.0"
8487dependencies = [
8488 "anyhow",
8489 "collections",
8490 "command_palette",
8491 "component",
8492 "db",
8493 "editor",
8494 "fs",
8495 "fuzzy",
8496 "gpui",
8497 "itertools 0.14.0",
8498 "json_schema_store",
8499 "language",
8500 "log",
8501 "menu",
8502 "notifications",
8503 "paths",
8504 "project",
8505 "search",
8506 "serde",
8507 "serde_json",
8508 "settings",
8509 "telemetry",
8510 "tempfile",
8511 "theme",
8512 "tree-sitter-json",
8513 "tree-sitter-rust",
8514 "ui",
8515 "ui_input",
8516 "util",
8517 "vim",
8518 "workspace",
8519 "workspace-hack",
8520 "zed_actions",
8521]
8522
8523[[package]]
8524name = "khronos-egl"
8525version = "6.0.0"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8528dependencies = [
8529 "libc",
8530 "libloading",
8531]
8532
8533[[package]]
8534name = "kqueue"
8535version = "1.0.8"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8538dependencies = [
8539 "kqueue-sys",
8540 "libc",
8541]
8542
8543[[package]]
8544name = "kqueue-sys"
8545version = "1.0.4"
8546source = "registry+https://github.com/rust-lang/crates.io-index"
8547checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8548dependencies = [
8549 "bitflags 1.3.2",
8550 "libc",
8551]
8552
8553[[package]]
8554name = "kurbo"
8555version = "0.11.1"
8556source = "registry+https://github.com/rust-lang/crates.io-index"
8557checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8558dependencies = [
8559 "arrayvec",
8560 "smallvec",
8561]
8562
8563[[package]]
8564name = "kv-log-macro"
8565version = "1.0.7"
8566source = "registry+https://github.com/rust-lang/crates.io-index"
8567checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8568dependencies = [
8569 "log",
8570]
8571
8572[[package]]
8573name = "language"
8574version = "0.1.0"
8575dependencies = [
8576 "anyhow",
8577 "async-trait",
8578 "clock",
8579 "collections",
8580 "ctor",
8581 "diffy",
8582 "ec4rs",
8583 "fs",
8584 "futures 0.3.31",
8585 "fuzzy",
8586 "globset",
8587 "gpui",
8588 "http_client",
8589 "imara-diff",
8590 "indoc",
8591 "itertools 0.14.0",
8592 "log",
8593 "lsp",
8594 "parking_lot",
8595 "postage",
8596 "pretty_assertions",
8597 "rand 0.9.1",
8598 "regex",
8599 "rpc",
8600 "schemars 1.0.1",
8601 "serde",
8602 "serde_json",
8603 "settings",
8604 "shellexpand 2.1.2",
8605 "smallvec",
8606 "smol",
8607 "streaming-iterator",
8608 "strsim",
8609 "sum_tree",
8610 "task",
8611 "text",
8612 "theme",
8613 "toml 0.8.20",
8614 "tree-sitter",
8615 "tree-sitter-elixir",
8616 "tree-sitter-embedded-template",
8617 "tree-sitter-heex",
8618 "tree-sitter-html",
8619 "tree-sitter-json",
8620 "tree-sitter-md",
8621 "tree-sitter-python",
8622 "tree-sitter-ruby",
8623 "tree-sitter-rust",
8624 "tree-sitter-typescript",
8625 "unicase",
8626 "unindent",
8627 "util",
8628 "watch",
8629 "workspace-hack",
8630 "zlog",
8631]
8632
8633[[package]]
8634name = "language_extension"
8635version = "0.1.0"
8636dependencies = [
8637 "anyhow",
8638 "async-trait",
8639 "collections",
8640 "extension",
8641 "fs",
8642 "futures 0.3.31",
8643 "gpui",
8644 "language",
8645 "log",
8646 "lsp",
8647 "project",
8648 "serde",
8649 "serde_json",
8650 "util",
8651 "workspace-hack",
8652]
8653
8654[[package]]
8655name = "language_model"
8656version = "0.1.0"
8657dependencies = [
8658 "anthropic",
8659 "anyhow",
8660 "base64 0.22.1",
8661 "client",
8662 "cloud_api_types",
8663 "cloud_llm_client",
8664 "collections",
8665 "futures 0.3.31",
8666 "gpui",
8667 "http_client",
8668 "icons",
8669 "image",
8670 "log",
8671 "open_router",
8672 "parking_lot",
8673 "proto",
8674 "schemars 1.0.1",
8675 "serde",
8676 "serde_json",
8677 "settings",
8678 "smol",
8679 "telemetry_events",
8680 "thiserror 2.0.12",
8681 "util",
8682 "workspace-hack",
8683]
8684
8685[[package]]
8686name = "language_models"
8687version = "0.1.0"
8688dependencies = [
8689 "ai_onboarding",
8690 "anthropic",
8691 "anyhow",
8692 "aws-config",
8693 "aws-credential-types",
8694 "aws_http_client",
8695 "bedrock",
8696 "chrono",
8697 "client",
8698 "cloud_llm_client",
8699 "collections",
8700 "component",
8701 "convert_case 0.8.0",
8702 "copilot",
8703 "credentials_provider",
8704 "deepseek",
8705 "editor",
8706 "fs",
8707 "futures 0.3.31",
8708 "google_ai",
8709 "gpui",
8710 "gpui_tokio",
8711 "http_client",
8712 "language",
8713 "language_model",
8714 "lmstudio",
8715 "log",
8716 "menu",
8717 "mistral",
8718 "ollama",
8719 "open_ai",
8720 "open_router",
8721 "partial-json-fixer",
8722 "project",
8723 "release_channel",
8724 "schemars 1.0.1",
8725 "serde",
8726 "serde_json",
8727 "settings",
8728 "smol",
8729 "strum 0.27.1",
8730 "thiserror 2.0.12",
8731 "tiktoken-rs",
8732 "tokio",
8733 "ui",
8734 "ui_input",
8735 "util",
8736 "vercel",
8737 "workspace-hack",
8738 "x_ai",
8739 "zed_env_vars",
8740]
8741
8742[[package]]
8743name = "language_onboarding"
8744version = "0.1.0"
8745dependencies = [
8746 "db",
8747 "editor",
8748 "gpui",
8749 "project",
8750 "ui",
8751 "workspace",
8752 "workspace-hack",
8753]
8754
8755[[package]]
8756name = "language_selector"
8757version = "0.1.0"
8758dependencies = [
8759 "anyhow",
8760 "editor",
8761 "file_finder",
8762 "file_icons",
8763 "fuzzy",
8764 "gpui",
8765 "language",
8766 "picker",
8767 "project",
8768 "settings",
8769 "ui",
8770 "util",
8771 "workspace",
8772 "workspace-hack",
8773]
8774
8775[[package]]
8776name = "language_tools"
8777version = "0.1.0"
8778dependencies = [
8779 "anyhow",
8780 "client",
8781 "collections",
8782 "command_palette_hooks",
8783 "copilot",
8784 "editor",
8785 "futures 0.3.31",
8786 "gpui",
8787 "itertools 0.14.0",
8788 "language",
8789 "lsp",
8790 "project",
8791 "proto",
8792 "release_channel",
8793 "serde_json",
8794 "settings",
8795 "theme",
8796 "tree-sitter",
8797 "ui",
8798 "util",
8799 "workspace",
8800 "workspace-hack",
8801 "zed_actions",
8802 "zlog",
8803]
8804
8805[[package]]
8806name = "languages"
8807version = "0.1.0"
8808dependencies = [
8809 "anyhow",
8810 "async-compression",
8811 "async-fs",
8812 "async-tar",
8813 "async-trait",
8814 "chrono",
8815 "collections",
8816 "futures 0.3.31",
8817 "gpui",
8818 "http_client",
8819 "itertools 0.14.0",
8820 "json_schema_store",
8821 "language",
8822 "log",
8823 "lsp",
8824 "node_runtime",
8825 "parking_lot",
8826 "pet",
8827 "pet-conda",
8828 "pet-core",
8829 "pet-fs",
8830 "pet-poetry",
8831 "pet-reporter",
8832 "pet-virtualenv",
8833 "pretty_assertions",
8834 "project",
8835 "regex",
8836 "rope",
8837 "rust-embed",
8838 "serde",
8839 "serde_json",
8840 "serde_json_lenient",
8841 "settings",
8842 "sha2",
8843 "shlex",
8844 "smol",
8845 "task",
8846 "tempfile",
8847 "text",
8848 "theme",
8849 "toml 0.8.20",
8850 "tree-sitter",
8851 "tree-sitter-bash",
8852 "tree-sitter-c",
8853 "tree-sitter-cpp",
8854 "tree-sitter-css",
8855 "tree-sitter-diff",
8856 "tree-sitter-gitcommit",
8857 "tree-sitter-go",
8858 "tree-sitter-gomod",
8859 "tree-sitter-gowork",
8860 "tree-sitter-jsdoc",
8861 "tree-sitter-json",
8862 "tree-sitter-md",
8863 "tree-sitter-python",
8864 "tree-sitter-regex",
8865 "tree-sitter-rust",
8866 "tree-sitter-typescript",
8867 "tree-sitter-yaml",
8868 "unindent",
8869 "url",
8870 "util",
8871 "workspace",
8872 "workspace-hack",
8873]
8874
8875[[package]]
8876name = "lazy_static"
8877version = "1.5.0"
8878source = "registry+https://github.com/rust-lang/crates.io-index"
8879checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8880dependencies = [
8881 "spin",
8882]
8883
8884[[package]]
8885name = "lazycell"
8886version = "1.3.0"
8887source = "registry+https://github.com/rust-lang/crates.io-index"
8888checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8889
8890[[package]]
8891name = "leak"
8892version = "0.1.2"
8893source = "registry+https://github.com/rust-lang/crates.io-index"
8894checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8895
8896[[package]]
8897name = "leaky-cow"
8898version = "0.1.1"
8899source = "registry+https://github.com/rust-lang/crates.io-index"
8900checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8901dependencies = [
8902 "leak",
8903]
8904
8905[[package]]
8906name = "leb128"
8907version = "0.2.5"
8908source = "registry+https://github.com/rust-lang/crates.io-index"
8909checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8910
8911[[package]]
8912name = "leb128fmt"
8913version = "0.1.0"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8916
8917[[package]]
8918name = "lebe"
8919version = "0.5.2"
8920source = "registry+https://github.com/rust-lang/crates.io-index"
8921checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8922
8923[[package]]
8924name = "libc"
8925version = "0.2.172"
8926source = "registry+https://github.com/rust-lang/crates.io-index"
8927checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8928
8929[[package]]
8930name = "libdbus-sys"
8931version = "0.2.5"
8932source = "registry+https://github.com/rust-lang/crates.io-index"
8933checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8934dependencies = [
8935 "cc",
8936 "pkg-config",
8937]
8938
8939[[package]]
8940name = "libfuzzer-sys"
8941version = "0.4.9"
8942source = "registry+https://github.com/rust-lang/crates.io-index"
8943checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
8944dependencies = [
8945 "arbitrary",
8946 "cc",
8947]
8948
8949[[package]]
8950name = "libgit2-sys"
8951version = "0.18.1+1.9.0"
8952source = "registry+https://github.com/rust-lang/crates.io-index"
8953checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
8954dependencies = [
8955 "cc",
8956 "libc",
8957 "libz-sys",
8958 "pkg-config",
8959]
8960
8961[[package]]
8962name = "libloading"
8963version = "0.8.6"
8964source = "registry+https://github.com/rust-lang/crates.io-index"
8965checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
8966dependencies = [
8967 "cfg-if",
8968 "windows-targets 0.52.6",
8969]
8970
8971[[package]]
8972name = "libm"
8973version = "0.2.11"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
8976
8977[[package]]
8978name = "libmimalloc-sys"
8979version = "0.1.42"
8980source = "registry+https://github.com/rust-lang/crates.io-index"
8981checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
8982dependencies = [
8983 "cc",
8984 "libc",
8985]
8986
8987[[package]]
8988name = "libredox"
8989version = "0.1.3"
8990source = "registry+https://github.com/rust-lang/crates.io-index"
8991checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
8992dependencies = [
8993 "bitflags 2.9.0",
8994 "libc",
8995 "redox_syscall 0.5.11",
8996]
8997
8998[[package]]
8999name = "libsqlite3-sys"
9000version = "0.30.1"
9001source = "registry+https://github.com/rust-lang/crates.io-index"
9002checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9003dependencies = [
9004 "cc",
9005 "pkg-config",
9006 "vcpkg",
9007]
9008
9009[[package]]
9010name = "libwebrtc"
9011version = "0.3.10"
9012source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9013dependencies = [
9014 "cxx",
9015 "jni",
9016 "js-sys",
9017 "lazy_static",
9018 "livekit-protocol",
9019 "livekit-runtime",
9020 "log",
9021 "parking_lot",
9022 "serde",
9023 "serde_json",
9024 "thiserror 1.0.69",
9025 "tokio",
9026 "wasm-bindgen",
9027 "wasm-bindgen-futures",
9028 "web-sys",
9029 "webrtc-sys",
9030]
9031
9032[[package]]
9033name = "libz-sys"
9034version = "1.1.22"
9035source = "registry+https://github.com/rust-lang/crates.io-index"
9036checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9037dependencies = [
9038 "cc",
9039 "libc",
9040 "pkg-config",
9041 "vcpkg",
9042]
9043
9044[[package]]
9045name = "line_ending_selector"
9046version = "0.1.0"
9047dependencies = [
9048 "editor",
9049 "gpui",
9050 "language",
9051 "picker",
9052 "project",
9053 "ui",
9054 "util",
9055 "workspace",
9056 "workspace-hack",
9057]
9058
9059[[package]]
9060name = "link-cplusplus"
9061version = "1.0.10"
9062source = "registry+https://github.com/rust-lang/crates.io-index"
9063checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9064dependencies = [
9065 "cc",
9066]
9067
9068[[package]]
9069name = "linkify"
9070version = "0.10.0"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9073dependencies = [
9074 "memchr",
9075]
9076
9077[[package]]
9078name = "linux-raw-sys"
9079version = "0.4.15"
9080source = "registry+https://github.com/rust-lang/crates.io-index"
9081checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9082
9083[[package]]
9084name = "linux-raw-sys"
9085version = "0.9.4"
9086source = "registry+https://github.com/rust-lang/crates.io-index"
9087checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9088
9089[[package]]
9090name = "litemap"
9091version = "0.7.5"
9092source = "registry+https://github.com/rust-lang/crates.io-index"
9093checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9094
9095[[package]]
9096name = "livekit"
9097version = "0.7.8"
9098source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9099dependencies = [
9100 "chrono",
9101 "futures-util",
9102 "lazy_static",
9103 "libloading",
9104 "libwebrtc",
9105 "livekit-api",
9106 "livekit-protocol",
9107 "livekit-runtime",
9108 "log",
9109 "parking_lot",
9110 "prost 0.12.6",
9111 "semver",
9112 "serde",
9113 "serde_json",
9114 "thiserror 1.0.69",
9115 "tokio",
9116]
9117
9118[[package]]
9119name = "livekit-api"
9120version = "0.4.2"
9121source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9122dependencies = [
9123 "futures-util",
9124 "http 0.2.12",
9125 "livekit-protocol",
9126 "livekit-runtime",
9127 "log",
9128 "parking_lot",
9129 "pbjson-types",
9130 "prost 0.12.6",
9131 "rand 0.9.1",
9132 "reqwest 0.11.27",
9133 "scopeguard",
9134 "serde",
9135 "sha2",
9136 "thiserror 1.0.69",
9137 "tokio",
9138 "tokio-tungstenite 0.26.2",
9139 "url",
9140]
9141
9142[[package]]
9143name = "livekit-protocol"
9144version = "0.3.9"
9145source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9146dependencies = [
9147 "futures-util",
9148 "livekit-runtime",
9149 "parking_lot",
9150 "pbjson",
9151 "pbjson-types",
9152 "prost 0.12.6",
9153 "prost-types 0.12.6",
9154 "serde",
9155 "thiserror 1.0.69",
9156 "tokio",
9157]
9158
9159[[package]]
9160name = "livekit-runtime"
9161version = "0.4.0"
9162source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9163dependencies = [
9164 "tokio",
9165 "tokio-stream",
9166]
9167
9168[[package]]
9169name = "livekit_api"
9170version = "0.1.0"
9171dependencies = [
9172 "anyhow",
9173 "async-trait",
9174 "jsonwebtoken",
9175 "log",
9176 "prost 0.9.0",
9177 "prost-build 0.9.0",
9178 "prost-types 0.9.0",
9179 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9180 "serde",
9181 "workspace-hack",
9182]
9183
9184[[package]]
9185name = "livekit_client"
9186version = "0.1.0"
9187dependencies = [
9188 "anyhow",
9189 "async-trait",
9190 "audio",
9191 "collections",
9192 "core-foundation 0.10.0",
9193 "core-video",
9194 "coreaudio-rs 0.12.1",
9195 "cpal",
9196 "futures 0.3.31",
9197 "gpui",
9198 "gpui_tokio",
9199 "http_client_tls",
9200 "image",
9201 "libwebrtc",
9202 "livekit",
9203 "livekit_api",
9204 "log",
9205 "nanoid",
9206 "objc",
9207 "parking_lot",
9208 "postage",
9209 "rodio",
9210 "scap",
9211 "serde",
9212 "serde_json",
9213 "serde_urlencoded",
9214 "settings",
9215 "sha2",
9216 "simplelog",
9217 "smallvec",
9218 "tokio-tungstenite 0.26.2",
9219 "ui",
9220 "util",
9221 "workspace-hack",
9222]
9223
9224[[package]]
9225name = "lmdb-master-sys"
9226version = "0.2.5"
9227source = "registry+https://github.com/rust-lang/crates.io-index"
9228checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9229dependencies = [
9230 "cc",
9231 "doxygen-rs",
9232 "libc",
9233]
9234
9235[[package]]
9236name = "lmstudio"
9237version = "0.1.0"
9238dependencies = [
9239 "anyhow",
9240 "futures 0.3.31",
9241 "http_client",
9242 "schemars 1.0.1",
9243 "serde",
9244 "serde_json",
9245 "workspace-hack",
9246]
9247
9248[[package]]
9249name = "lock_api"
9250version = "0.4.13"
9251source = "registry+https://github.com/rust-lang/crates.io-index"
9252checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9253dependencies = [
9254 "autocfg",
9255 "scopeguard",
9256]
9257
9258[[package]]
9259name = "log"
9260version = "0.4.27"
9261source = "registry+https://github.com/rust-lang/crates.io-index"
9262checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9263dependencies = [
9264 "serde",
9265 "value-bag",
9266]
9267
9268[[package]]
9269name = "loom"
9270version = "0.7.2"
9271source = "registry+https://github.com/rust-lang/crates.io-index"
9272checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9273dependencies = [
9274 "cfg-if",
9275 "generator",
9276 "scoped-tls",
9277 "tracing",
9278 "tracing-subscriber",
9279]
9280
9281[[package]]
9282name = "loop9"
9283version = "0.1.5"
9284source = "registry+https://github.com/rust-lang/crates.io-index"
9285checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9286dependencies = [
9287 "imgref",
9288]
9289
9290[[package]]
9291name = "lru"
9292version = "0.12.5"
9293source = "registry+https://github.com/rust-lang/crates.io-index"
9294checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9295dependencies = [
9296 "hashbrown 0.15.3",
9297]
9298
9299[[package]]
9300name = "lsp"
9301version = "0.1.0"
9302dependencies = [
9303 "anyhow",
9304 "async-pipe",
9305 "collections",
9306 "ctor",
9307 "futures 0.3.31",
9308 "gpui",
9309 "log",
9310 "lsp-types",
9311 "parking_lot",
9312 "postage",
9313 "release_channel",
9314 "schemars 1.0.1",
9315 "serde",
9316 "serde_json",
9317 "smol",
9318 "util",
9319 "workspace-hack",
9320 "zlog",
9321]
9322
9323[[package]]
9324name = "lsp-types"
9325version = "0.95.1"
9326source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9327dependencies = [
9328 "bitflags 1.3.2",
9329 "serde",
9330 "serde_json",
9331 "url",
9332]
9333
9334[[package]]
9335name = "lyon"
9336version = "1.0.1"
9337source = "registry+https://github.com/rust-lang/crates.io-index"
9338checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9339dependencies = [
9340 "lyon_algorithms",
9341 "lyon_extra",
9342 "lyon_tessellation",
9343]
9344
9345[[package]]
9346name = "lyon_algorithms"
9347version = "1.0.5"
9348source = "registry+https://github.com/rust-lang/crates.io-index"
9349checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9350dependencies = [
9351 "lyon_path",
9352 "num-traits",
9353]
9354
9355[[package]]
9356name = "lyon_extra"
9357version = "1.0.3"
9358source = "registry+https://github.com/rust-lang/crates.io-index"
9359checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9360dependencies = [
9361 "lyon_path",
9362 "thiserror 1.0.69",
9363]
9364
9365[[package]]
9366name = "lyon_geom"
9367version = "1.0.6"
9368source = "registry+https://github.com/rust-lang/crates.io-index"
9369checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9370dependencies = [
9371 "arrayvec",
9372 "euclid",
9373 "num-traits",
9374]
9375
9376[[package]]
9377name = "lyon_path"
9378version = "1.0.7"
9379source = "registry+https://github.com/rust-lang/crates.io-index"
9380checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9381dependencies = [
9382 "lyon_geom",
9383 "num-traits",
9384]
9385
9386[[package]]
9387name = "lyon_tessellation"
9388version = "1.0.15"
9389source = "registry+https://github.com/rust-lang/crates.io-index"
9390checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9391dependencies = [
9392 "float_next_after",
9393 "lyon_path",
9394 "num-traits",
9395]
9396
9397[[package]]
9398name = "mac"
9399version = "0.1.1"
9400source = "registry+https://github.com/rust-lang/crates.io-index"
9401checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9402
9403[[package]]
9404name = "mach2"
9405version = "0.4.2"
9406source = "registry+https://github.com/rust-lang/crates.io-index"
9407checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9408dependencies = [
9409 "libc",
9410]
9411
9412[[package]]
9413name = "mach2"
9414version = "0.5.0"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9417dependencies = [
9418 "libc",
9419]
9420
9421[[package]]
9422name = "malloc_buf"
9423version = "0.0.6"
9424source = "registry+https://github.com/rust-lang/crates.io-index"
9425checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9426dependencies = [
9427 "libc",
9428]
9429
9430[[package]]
9431name = "maplit"
9432version = "1.0.2"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9435
9436[[package]]
9437name = "markdown"
9438version = "0.1.0"
9439dependencies = [
9440 "assets",
9441 "base64 0.22.1",
9442 "collections",
9443 "env_logger 0.11.8",
9444 "fs",
9445 "futures 0.3.31",
9446 "gpui",
9447 "language",
9448 "languages",
9449 "linkify",
9450 "log",
9451 "node_runtime",
9452 "pulldown-cmark 0.12.2",
9453 "settings",
9454 "sum_tree",
9455 "theme",
9456 "ui",
9457 "util",
9458 "workspace-hack",
9459]
9460
9461[[package]]
9462name = "markdown_preview"
9463version = "0.1.0"
9464dependencies = [
9465 "anyhow",
9466 "async-recursion",
9467 "collections",
9468 "editor",
9469 "fs",
9470 "gpui",
9471 "html5ever 0.27.0",
9472 "language",
9473 "linkify",
9474 "log",
9475 "markup5ever_rcdom",
9476 "pretty_assertions",
9477 "pulldown-cmark 0.12.2",
9478 "settings",
9479 "theme",
9480 "ui",
9481 "util",
9482 "workspace",
9483 "workspace-hack",
9484]
9485
9486[[package]]
9487name = "markup5ever"
9488version = "0.12.1"
9489source = "registry+https://github.com/rust-lang/crates.io-index"
9490checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9491dependencies = [
9492 "log",
9493 "phf",
9494 "phf_codegen",
9495 "string_cache",
9496 "string_cache_codegen",
9497 "tendril",
9498]
9499
9500[[package]]
9501name = "markup5ever"
9502version = "0.16.1"
9503source = "registry+https://github.com/rust-lang/crates.io-index"
9504checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9505dependencies = [
9506 "log",
9507 "tendril",
9508 "web_atoms",
9509]
9510
9511[[package]]
9512name = "markup5ever_rcdom"
9513version = "0.3.0"
9514source = "registry+https://github.com/rust-lang/crates.io-index"
9515checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9516dependencies = [
9517 "html5ever 0.27.0",
9518 "markup5ever 0.12.1",
9519 "tendril",
9520 "xml5ever",
9521]
9522
9523[[package]]
9524name = "match_token"
9525version = "0.1.0"
9526source = "registry+https://github.com/rust-lang/crates.io-index"
9527checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9528dependencies = [
9529 "proc-macro2",
9530 "quote",
9531 "syn 2.0.101",
9532]
9533
9534[[package]]
9535name = "matchers"
9536version = "0.2.0"
9537source = "registry+https://github.com/rust-lang/crates.io-index"
9538checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9539dependencies = [
9540 "regex-automata",
9541]
9542
9543[[package]]
9544name = "matchit"
9545version = "0.7.3"
9546source = "registry+https://github.com/rust-lang/crates.io-index"
9547checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9548
9549[[package]]
9550name = "maybe-owned"
9551version = "0.3.4"
9552source = "registry+https://github.com/rust-lang/crates.io-index"
9553checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9554
9555[[package]]
9556name = "maybe-rayon"
9557version = "0.1.1"
9558source = "registry+https://github.com/rust-lang/crates.io-index"
9559checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9560dependencies = [
9561 "cfg-if",
9562 "rayon",
9563]
9564
9565[[package]]
9566name = "md-5"
9567version = "0.10.6"
9568source = "registry+https://github.com/rust-lang/crates.io-index"
9569checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9570dependencies = [
9571 "cfg-if",
9572 "digest",
9573]
9574
9575[[package]]
9576name = "mdbook"
9577version = "0.4.40"
9578source = "registry+https://github.com/rust-lang/crates.io-index"
9579checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9580dependencies = [
9581 "ammonia",
9582 "anyhow",
9583 "chrono",
9584 "clap",
9585 "clap_complete",
9586 "elasticlunr-rs",
9587 "env_logger 0.11.8",
9588 "futures-util",
9589 "handlebars 5.1.2",
9590 "ignore",
9591 "log",
9592 "memchr",
9593 "notify 6.1.1",
9594 "notify-debouncer-mini",
9595 "once_cell",
9596 "opener",
9597 "pathdiff",
9598 "pulldown-cmark 0.10.3",
9599 "regex",
9600 "serde",
9601 "serde_json",
9602 "shlex",
9603 "tempfile",
9604 "tokio",
9605 "toml 0.5.11",
9606 "topological-sort",
9607 "walkdir",
9608 "warp",
9609]
9610
9611[[package]]
9612name = "media"
9613version = "0.1.0"
9614dependencies = [
9615 "anyhow",
9616 "bindgen 0.71.1",
9617 "core-foundation 0.10.0",
9618 "core-video",
9619 "ctor",
9620 "foreign-types 0.5.0",
9621 "metal",
9622 "objc",
9623 "workspace-hack",
9624]
9625
9626[[package]]
9627name = "memchr"
9628version = "2.7.4"
9629source = "registry+https://github.com/rust-lang/crates.io-index"
9630checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9631
9632[[package]]
9633name = "memfd"
9634version = "0.6.4"
9635source = "registry+https://github.com/rust-lang/crates.io-index"
9636checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9637dependencies = [
9638 "rustix 0.38.44",
9639]
9640
9641[[package]]
9642name = "memmap2"
9643version = "0.9.5"
9644source = "registry+https://github.com/rust-lang/crates.io-index"
9645checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9646dependencies = [
9647 "libc",
9648 "stable_deref_trait",
9649]
9650
9651[[package]]
9652name = "memoffset"
9653version = "0.9.1"
9654source = "registry+https://github.com/rust-lang/crates.io-index"
9655checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9656dependencies = [
9657 "autocfg",
9658]
9659
9660[[package]]
9661name = "menu"
9662version = "0.1.0"
9663dependencies = [
9664 "gpui",
9665 "workspace-hack",
9666]
9667
9668[[package]]
9669name = "metal"
9670version = "0.29.0"
9671source = "registry+https://github.com/rust-lang/crates.io-index"
9672checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9673dependencies = [
9674 "bitflags 2.9.0",
9675 "block",
9676 "core-graphics-types 0.1.3",
9677 "foreign-types 0.5.0",
9678 "log",
9679 "objc",
9680 "paste",
9681]
9682
9683[[package]]
9684name = "migrator"
9685version = "0.1.0"
9686dependencies = [
9687 "anyhow",
9688 "collections",
9689 "convert_case 0.8.0",
9690 "log",
9691 "pretty_assertions",
9692 "streaming-iterator",
9693 "tree-sitter",
9694 "tree-sitter-json",
9695 "workspace-hack",
9696]
9697
9698[[package]]
9699name = "mimalloc"
9700version = "0.1.46"
9701source = "registry+https://github.com/rust-lang/crates.io-index"
9702checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9703dependencies = [
9704 "libmimalloc-sys",
9705]
9706
9707[[package]]
9708name = "mime"
9709version = "0.3.17"
9710source = "registry+https://github.com/rust-lang/crates.io-index"
9711checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9712
9713[[package]]
9714name = "mime_guess"
9715version = "2.0.5"
9716source = "registry+https://github.com/rust-lang/crates.io-index"
9717checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9718dependencies = [
9719 "mime",
9720 "unicase",
9721]
9722
9723[[package]]
9724name = "minidump-common"
9725version = "0.21.2"
9726source = "registry+https://github.com/rust-lang/crates.io-index"
9727checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9728dependencies = [
9729 "bitflags 2.9.0",
9730 "debugid",
9731 "num-derive",
9732 "num-traits",
9733 "range-map",
9734 "scroll",
9735 "smart-default",
9736]
9737
9738[[package]]
9739name = "minidump-writer"
9740version = "0.8.9"
9741source = "registry+https://github.com/rust-lang/crates.io-index"
9742checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9743dependencies = [
9744 "bitflags 2.9.0",
9745 "byteorder",
9746 "cfg-if",
9747 "crash-context",
9748 "goblin",
9749 "libc",
9750 "log",
9751 "mach2 0.4.2",
9752 "memmap2",
9753 "memoffset",
9754 "minidump-common",
9755 "nix 0.28.0",
9756 "procfs-core",
9757 "scroll",
9758 "tempfile",
9759 "thiserror 1.0.69",
9760]
9761
9762[[package]]
9763name = "minidumper"
9764version = "0.8.3"
9765source = "registry+https://github.com/rust-lang/crates.io-index"
9766checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9767dependencies = [
9768 "cfg-if",
9769 "crash-context",
9770 "libc",
9771 "log",
9772 "minidump-writer",
9773 "parking_lot",
9774 "polling",
9775 "scroll",
9776 "thiserror 1.0.69",
9777 "uds",
9778]
9779
9780[[package]]
9781name = "minimal-lexical"
9782version = "0.2.1"
9783source = "registry+https://github.com/rust-lang/crates.io-index"
9784checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9785
9786[[package]]
9787name = "miniz_oxide"
9788version = "0.8.8"
9789source = "registry+https://github.com/rust-lang/crates.io-index"
9790checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9791dependencies = [
9792 "adler2",
9793 "simd-adler32",
9794]
9795
9796[[package]]
9797name = "mint"
9798version = "0.5.9"
9799source = "registry+https://github.com/rust-lang/crates.io-index"
9800checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9801
9802[[package]]
9803name = "mio"
9804version = "0.8.11"
9805source = "registry+https://github.com/rust-lang/crates.io-index"
9806checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9807dependencies = [
9808 "libc",
9809 "log",
9810 "wasi 0.11.0+wasi-snapshot-preview1",
9811 "windows-sys 0.48.0",
9812]
9813
9814[[package]]
9815name = "mio"
9816version = "1.0.3"
9817source = "registry+https://github.com/rust-lang/crates.io-index"
9818checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9819dependencies = [
9820 "libc",
9821 "log",
9822 "wasi 0.11.0+wasi-snapshot-preview1",
9823 "windows-sys 0.52.0",
9824]
9825
9826[[package]]
9827name = "miow"
9828version = "0.6.0"
9829source = "registry+https://github.com/rust-lang/crates.io-index"
9830checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9831dependencies = [
9832 "windows-sys 0.48.0",
9833]
9834
9835[[package]]
9836name = "mistral"
9837version = "0.1.0"
9838dependencies = [
9839 "anyhow",
9840 "futures 0.3.31",
9841 "http_client",
9842 "schemars 1.0.1",
9843 "serde",
9844 "serde_json",
9845 "strum 0.27.1",
9846 "workspace-hack",
9847]
9848
9849[[package]]
9850name = "moka"
9851version = "0.12.10"
9852source = "registry+https://github.com/rust-lang/crates.io-index"
9853checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9854dependencies = [
9855 "crossbeam-channel",
9856 "crossbeam-epoch",
9857 "crossbeam-utils",
9858 "loom",
9859 "parking_lot",
9860 "portable-atomic",
9861 "rustc_version",
9862 "smallvec",
9863 "tagptr",
9864 "thiserror 1.0.69",
9865 "uuid",
9866]
9867
9868[[package]]
9869name = "msvc_spectre_libs"
9870version = "0.1.3"
9871source = "registry+https://github.com/rust-lang/crates.io-index"
9872checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9873dependencies = [
9874 "cc",
9875]
9876
9877[[package]]
9878name = "multi_buffer"
9879version = "0.1.0"
9880dependencies = [
9881 "anyhow",
9882 "buffer_diff",
9883 "clock",
9884 "collections",
9885 "ctor",
9886 "gpui",
9887 "indoc",
9888 "itertools 0.14.0",
9889 "language",
9890 "log",
9891 "parking_lot",
9892 "pretty_assertions",
9893 "project",
9894 "rand 0.9.1",
9895 "rope",
9896 "serde",
9897 "settings",
9898 "smallvec",
9899 "smol",
9900 "sum_tree",
9901 "text",
9902 "theme",
9903 "tree-sitter",
9904 "util",
9905 "workspace-hack",
9906 "zlog",
9907]
9908
9909[[package]]
9910name = "multimap"
9911version = "0.8.3"
9912source = "registry+https://github.com/rust-lang/crates.io-index"
9913checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9914
9915[[package]]
9916name = "naga"
9917version = "25.0.1"
9918source = "registry+https://github.com/rust-lang/crates.io-index"
9919checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9920dependencies = [
9921 "arrayvec",
9922 "bit-set 0.8.0",
9923 "bitflags 2.9.0",
9924 "cfg_aliases 0.2.1",
9925 "codespan-reporting",
9926 "half",
9927 "hashbrown 0.15.3",
9928 "hexf-parse",
9929 "indexmap 2.9.0",
9930 "log",
9931 "num-traits",
9932 "once_cell",
9933 "rustc-hash 1.1.0",
9934 "spirv",
9935 "strum 0.26.3",
9936 "thiserror 2.0.12",
9937 "unicode-ident",
9938]
9939
9940[[package]]
9941name = "nanoid"
9942version = "0.4.0"
9943source = "registry+https://github.com/rust-lang/crates.io-index"
9944checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9945dependencies = [
9946 "rand 0.8.5",
9947]
9948
9949[[package]]
9950name = "nanorand"
9951version = "0.7.0"
9952source = "registry+https://github.com/rust-lang/crates.io-index"
9953checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9954dependencies = [
9955 "getrandom 0.2.15",
9956]
9957
9958[[package]]
9959name = "native-tls"
9960version = "0.2.14"
9961source = "registry+https://github.com/rust-lang/crates.io-index"
9962checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9963dependencies = [
9964 "libc",
9965 "log",
9966 "openssl",
9967 "openssl-probe",
9968 "openssl-sys",
9969 "schannel",
9970 "security-framework 2.11.1",
9971 "security-framework-sys",
9972 "tempfile",
9973]
9974
9975[[package]]
9976name = "nbformat"
9977version = "0.10.0"
9978source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9979dependencies = [
9980 "anyhow",
9981 "chrono",
9982 "jupyter-protocol",
9983 "serde",
9984 "serde_json",
9985 "thiserror 1.0.69",
9986 "uuid",
9987]
9988
9989[[package]]
9990name = "nc"
9991version = "0.1.0"
9992dependencies = [
9993 "anyhow",
9994 "futures 0.3.31",
9995 "net",
9996 "smol",
9997 "workspace-hack",
9998]
9999
10000[[package]]
10001name = "ndk"
10002version = "0.9.0"
10003source = "registry+https://github.com/rust-lang/crates.io-index"
10004checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10005dependencies = [
10006 "bitflags 2.9.0",
10007 "jni-sys",
10008 "log",
10009 "ndk-sys",
10010 "num_enum",
10011 "thiserror 1.0.69",
10012]
10013
10014[[package]]
10015name = "ndk-context"
10016version = "0.1.1"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10019
10020[[package]]
10021name = "ndk-sys"
10022version = "0.6.0+11769913"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10025dependencies = [
10026 "jni-sys",
10027]
10028
10029[[package]]
10030name = "net"
10031version = "0.1.0"
10032dependencies = [
10033 "anyhow",
10034 "async-io",
10035 "smol",
10036 "tempfile",
10037 "windows 0.61.1",
10038 "workspace-hack",
10039]
10040
10041[[package]]
10042name = "new_debug_unreachable"
10043version = "1.0.6"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10046
10047[[package]]
10048name = "nix"
10049version = "0.28.0"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10052dependencies = [
10053 "bitflags 2.9.0",
10054 "cfg-if",
10055 "cfg_aliases 0.1.1",
10056 "libc",
10057]
10058
10059[[package]]
10060name = "nix"
10061version = "0.29.0"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10064dependencies = [
10065 "bitflags 2.9.0",
10066 "cfg-if",
10067 "cfg_aliases 0.2.1",
10068 "libc",
10069]
10070
10071[[package]]
10072name = "nix"
10073version = "0.30.1"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10076dependencies = [
10077 "bitflags 2.9.0",
10078 "cfg-if",
10079 "cfg_aliases 0.2.1",
10080 "libc",
10081 "memoffset",
10082]
10083
10084[[package]]
10085name = "node_runtime"
10086version = "0.1.0"
10087dependencies = [
10088 "anyhow",
10089 "async-compression",
10090 "async-std",
10091 "async-tar",
10092 "async-trait",
10093 "futures 0.3.31",
10094 "http_client",
10095 "log",
10096 "paths",
10097 "semver",
10098 "serde",
10099 "serde_json",
10100 "smol",
10101 "util",
10102 "watch",
10103 "which 6.0.3",
10104 "workspace-hack",
10105]
10106
10107[[package]]
10108name = "nom"
10109version = "7.1.3"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10112dependencies = [
10113 "memchr",
10114 "minimal-lexical",
10115]
10116
10117[[package]]
10118name = "nom"
10119version = "8.0.0"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10122dependencies = [
10123 "memchr",
10124]
10125
10126[[package]]
10127name = "noop_proc_macro"
10128version = "0.3.0"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10131
10132[[package]]
10133name = "normpath"
10134version = "1.3.0"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10137dependencies = [
10138 "windows-sys 0.59.0",
10139]
10140
10141[[package]]
10142name = "notifications"
10143version = "0.1.0"
10144dependencies = [
10145 "anyhow",
10146 "channel",
10147 "client",
10148 "collections",
10149 "component",
10150 "db",
10151 "gpui",
10152 "rpc",
10153 "settings",
10154 "sum_tree",
10155 "time",
10156 "ui",
10157 "util",
10158 "workspace",
10159 "workspace-hack",
10160 "zed_actions",
10161]
10162
10163[[package]]
10164name = "notify"
10165version = "6.1.1"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10168dependencies = [
10169 "bitflags 2.9.0",
10170 "crossbeam-channel",
10171 "filetime",
10172 "fsevent-sys 4.1.0",
10173 "inotify 0.9.6",
10174 "kqueue",
10175 "libc",
10176 "log",
10177 "mio 0.8.11",
10178 "walkdir",
10179 "windows-sys 0.48.0",
10180]
10181
10182[[package]]
10183name = "notify"
10184version = "8.0.0"
10185source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10186dependencies = [
10187 "bitflags 2.9.0",
10188 "filetime",
10189 "fsevent-sys 4.1.0",
10190 "inotify 0.11.0",
10191 "kqueue",
10192 "libc",
10193 "log",
10194 "mio 1.0.3",
10195 "notify-types",
10196 "walkdir",
10197 "windows-sys 0.59.0",
10198]
10199
10200[[package]]
10201name = "notify-debouncer-mini"
10202version = "0.4.1"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10205dependencies = [
10206 "crossbeam-channel",
10207 "log",
10208 "notify 6.1.1",
10209]
10210
10211[[package]]
10212name = "notify-types"
10213version = "2.0.0"
10214source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10215
10216[[package]]
10217name = "ntapi"
10218version = "0.4.1"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10221dependencies = [
10222 "winapi",
10223]
10224
10225[[package]]
10226name = "nu-ansi-term"
10227version = "0.50.1"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10230dependencies = [
10231 "windows-sys 0.52.0",
10232]
10233
10234[[package]]
10235name = "num"
10236version = "0.4.3"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10239dependencies = [
10240 "num-bigint",
10241 "num-complex",
10242 "num-integer",
10243 "num-iter",
10244 "num-rational",
10245 "num-traits",
10246]
10247
10248[[package]]
10249name = "num-bigint"
10250version = "0.4.6"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10253dependencies = [
10254 "num-integer",
10255 "num-traits",
10256]
10257
10258[[package]]
10259name = "num-bigint-dig"
10260version = "0.8.4"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10263dependencies = [
10264 "byteorder",
10265 "lazy_static",
10266 "libm",
10267 "num-integer",
10268 "num-iter",
10269 "num-traits",
10270 "rand 0.8.5",
10271 "serde",
10272 "smallvec",
10273 "zeroize",
10274]
10275
10276[[package]]
10277name = "num-cmp"
10278version = "0.1.0"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10281
10282[[package]]
10283name = "num-complex"
10284version = "0.4.6"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10287dependencies = [
10288 "bytemuck",
10289 "num-traits",
10290]
10291
10292[[package]]
10293name = "num-conv"
10294version = "0.1.0"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10297
10298[[package]]
10299name = "num-derive"
10300version = "0.4.2"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10303dependencies = [
10304 "proc-macro2",
10305 "quote",
10306 "syn 2.0.101",
10307]
10308
10309[[package]]
10310name = "num-format"
10311version = "0.4.4"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10314dependencies = [
10315 "arrayvec",
10316 "itoa",
10317]
10318
10319[[package]]
10320name = "num-integer"
10321version = "0.1.46"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10324dependencies = [
10325 "num-traits",
10326]
10327
10328[[package]]
10329name = "num-iter"
10330version = "0.1.45"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10333dependencies = [
10334 "autocfg",
10335 "num-integer",
10336 "num-traits",
10337]
10338
10339[[package]]
10340name = "num-rational"
10341version = "0.4.2"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10344dependencies = [
10345 "num-bigint",
10346 "num-integer",
10347 "num-traits",
10348]
10349
10350[[package]]
10351name = "num-traits"
10352version = "0.2.19"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10355dependencies = [
10356 "autocfg",
10357 "libm",
10358]
10359
10360[[package]]
10361name = "num_cpus"
10362version = "1.16.0"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10365dependencies = [
10366 "hermit-abi 0.3.9",
10367 "libc",
10368]
10369
10370[[package]]
10371name = "num_enum"
10372version = "0.7.3"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10375dependencies = [
10376 "num_enum_derive",
10377]
10378
10379[[package]]
10380name = "num_enum_derive"
10381version = "0.7.3"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10384dependencies = [
10385 "proc-macro-crate",
10386 "proc-macro2",
10387 "quote",
10388 "syn 2.0.101",
10389]
10390
10391[[package]]
10392name = "num_threads"
10393version = "0.1.7"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10396dependencies = [
10397 "libc",
10398]
10399
10400[[package]]
10401name = "nvim-rs"
10402version = "0.9.2"
10403source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10404dependencies = [
10405 "async-trait",
10406 "futures 0.3.31",
10407 "log",
10408 "rmp",
10409 "rmpv",
10410 "tokio",
10411 "tokio-util",
10412]
10413
10414[[package]]
10415name = "objc"
10416version = "0.2.7"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10419dependencies = [
10420 "malloc_buf",
10421 "objc_exception",
10422]
10423
10424[[package]]
10425name = "objc-foundation"
10426version = "0.1.1"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10429dependencies = [
10430 "block",
10431 "objc",
10432 "objc_id",
10433]
10434
10435[[package]]
10436name = "objc2"
10437version = "0.6.1"
10438source = "registry+https://github.com/rust-lang/crates.io-index"
10439checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10440dependencies = [
10441 "objc2-encode",
10442]
10443
10444[[package]]
10445name = "objc2-app-kit"
10446version = "0.3.1"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10449dependencies = [
10450 "bitflags 2.9.0",
10451 "objc2",
10452 "objc2-core-foundation",
10453 "objc2-foundation",
10454 "objc2-quartz-core",
10455]
10456
10457[[package]]
10458name = "objc2-audio-toolbox"
10459version = "0.3.1"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10462dependencies = [
10463 "bitflags 2.9.0",
10464 "libc",
10465 "objc2",
10466 "objc2-core-audio",
10467 "objc2-core-audio-types",
10468 "objc2-core-foundation",
10469 "objc2-foundation",
10470]
10471
10472[[package]]
10473name = "objc2-core-audio"
10474version = "0.3.1"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10477dependencies = [
10478 "dispatch2",
10479 "objc2",
10480 "objc2-core-audio-types",
10481 "objc2-core-foundation",
10482]
10483
10484[[package]]
10485name = "objc2-core-audio-types"
10486version = "0.3.1"
10487source = "registry+https://github.com/rust-lang/crates.io-index"
10488checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10489dependencies = [
10490 "bitflags 2.9.0",
10491 "objc2",
10492]
10493
10494[[package]]
10495name = "objc2-core-foundation"
10496version = "0.3.1"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10499dependencies = [
10500 "bitflags 2.9.0",
10501 "dispatch2",
10502 "objc2",
10503]
10504
10505[[package]]
10506name = "objc2-encode"
10507version = "4.1.0"
10508source = "registry+https://github.com/rust-lang/crates.io-index"
10509checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10510
10511[[package]]
10512name = "objc2-foundation"
10513version = "0.3.1"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10516dependencies = [
10517 "bitflags 2.9.0",
10518 "objc2",
10519 "objc2-core-foundation",
10520]
10521
10522[[package]]
10523name = "objc2-metal"
10524version = "0.3.1"
10525source = "registry+https://github.com/rust-lang/crates.io-index"
10526checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10527dependencies = [
10528 "bitflags 2.9.0",
10529 "block2",
10530 "dispatch2",
10531 "objc2",
10532 "objc2-core-foundation",
10533 "objc2-foundation",
10534]
10535
10536[[package]]
10537name = "objc2-quartz-core"
10538version = "0.3.1"
10539source = "registry+https://github.com/rust-lang/crates.io-index"
10540checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10541dependencies = [
10542 "bitflags 2.9.0",
10543 "objc2",
10544 "objc2-core-foundation",
10545 "objc2-foundation",
10546 "objc2-metal",
10547]
10548
10549[[package]]
10550name = "objc2-ui-kit"
10551version = "0.3.1"
10552source = "registry+https://github.com/rust-lang/crates.io-index"
10553checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10554dependencies = [
10555 "bitflags 2.9.0",
10556 "objc2",
10557 "objc2-core-foundation",
10558 "objc2-foundation",
10559 "objc2-quartz-core",
10560]
10561
10562[[package]]
10563name = "objc_exception"
10564version = "0.1.2"
10565source = "registry+https://github.com/rust-lang/crates.io-index"
10566checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10567dependencies = [
10568 "cc",
10569]
10570
10571[[package]]
10572name = "objc_id"
10573version = "0.1.1"
10574source = "registry+https://github.com/rust-lang/crates.io-index"
10575checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10576dependencies = [
10577 "objc",
10578]
10579
10580[[package]]
10581name = "object"
10582version = "0.36.7"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10585dependencies = [
10586 "crc32fast",
10587 "hashbrown 0.15.3",
10588 "indexmap 2.9.0",
10589 "memchr",
10590]
10591
10592[[package]]
10593name = "ollama"
10594version = "0.1.0"
10595dependencies = [
10596 "anyhow",
10597 "futures 0.3.31",
10598 "http_client",
10599 "schemars 1.0.1",
10600 "serde",
10601 "serde_json",
10602 "settings",
10603 "workspace-hack",
10604]
10605
10606[[package]]
10607name = "onboarding"
10608version = "0.1.0"
10609dependencies = [
10610 "ai_onboarding",
10611 "anyhow",
10612 "client",
10613 "component",
10614 "db",
10615 "documented",
10616 "editor",
10617 "fs",
10618 "fuzzy",
10619 "git",
10620 "gpui",
10621 "itertools 0.14.0",
10622 "language",
10623 "language_model",
10624 "menu",
10625 "notifications",
10626 "picker",
10627 "project",
10628 "schemars 1.0.1",
10629 "serde",
10630 "settings",
10631 "telemetry",
10632 "theme",
10633 "ui",
10634 "util",
10635 "vim_mode_setting",
10636 "workspace",
10637 "workspace-hack",
10638 "zed_actions",
10639 "zlog",
10640]
10641
10642[[package]]
10643name = "once_cell"
10644version = "1.21.3"
10645source = "registry+https://github.com/rust-lang/crates.io-index"
10646checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10647
10648[[package]]
10649name = "oo7"
10650version = "0.5.0"
10651source = "registry+https://github.com/rust-lang/crates.io-index"
10652checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10653dependencies = [
10654 "aes",
10655 "ashpd 0.12.0",
10656 "async-fs",
10657 "async-io",
10658 "async-lock",
10659 "blocking",
10660 "cbc",
10661 "cipher",
10662 "digest",
10663 "endi",
10664 "futures-lite 2.6.0",
10665 "futures-util",
10666 "getrandom 0.3.2",
10667 "hkdf",
10668 "hmac",
10669 "md-5",
10670 "num",
10671 "num-bigint-dig",
10672 "pbkdf2 0.12.2",
10673 "rand 0.9.1",
10674 "serde",
10675 "sha2",
10676 "subtle",
10677 "zbus",
10678 "zbus_macros",
10679 "zeroize",
10680 "zvariant",
10681]
10682
10683[[package]]
10684name = "oorandom"
10685version = "11.1.5"
10686source = "registry+https://github.com/rust-lang/crates.io-index"
10687checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10688
10689[[package]]
10690name = "open"
10691version = "5.3.2"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10694dependencies = [
10695 "is-wsl",
10696 "libc",
10697 "pathdiff",
10698]
10699
10700[[package]]
10701name = "open_ai"
10702version = "0.1.0"
10703dependencies = [
10704 "anyhow",
10705 "futures 0.3.31",
10706 "http_client",
10707 "log",
10708 "schemars 1.0.1",
10709 "serde",
10710 "serde_json",
10711 "settings",
10712 "strum 0.27.1",
10713 "workspace-hack",
10714]
10715
10716[[package]]
10717name = "open_router"
10718version = "0.1.0"
10719dependencies = [
10720 "anyhow",
10721 "futures 0.3.31",
10722 "http_client",
10723 "schemars 1.0.1",
10724 "serde",
10725 "serde_json",
10726 "settings",
10727 "strum 0.27.1",
10728 "thiserror 2.0.12",
10729 "workspace-hack",
10730]
10731
10732[[package]]
10733name = "opener"
10734version = "0.7.2"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10737dependencies = [
10738 "bstr",
10739 "dbus",
10740 "normpath",
10741 "windows-sys 0.59.0",
10742]
10743
10744[[package]]
10745name = "openssl"
10746version = "0.10.72"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10749dependencies = [
10750 "bitflags 2.9.0",
10751 "cfg-if",
10752 "foreign-types 0.3.2",
10753 "libc",
10754 "once_cell",
10755 "openssl-macros",
10756 "openssl-sys",
10757]
10758
10759[[package]]
10760name = "openssl-macros"
10761version = "0.1.1"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10764dependencies = [
10765 "proc-macro2",
10766 "quote",
10767 "syn 2.0.101",
10768]
10769
10770[[package]]
10771name = "openssl-probe"
10772version = "0.1.6"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10775
10776[[package]]
10777name = "openssl-sys"
10778version = "0.9.107"
10779source = "registry+https://github.com/rust-lang/crates.io-index"
10780checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10781dependencies = [
10782 "cc",
10783 "libc",
10784 "pkg-config",
10785 "vcpkg",
10786]
10787
10788[[package]]
10789name = "optfield"
10790version = "0.3.0"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10793dependencies = [
10794 "proc-macro2",
10795 "quote",
10796 "syn 2.0.101",
10797]
10798
10799[[package]]
10800name = "option-ext"
10801version = "0.2.0"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10804
10805[[package]]
10806name = "ordered-float"
10807version = "2.10.1"
10808source = "registry+https://github.com/rust-lang/crates.io-index"
10809checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10810dependencies = [
10811 "num-traits",
10812]
10813
10814[[package]]
10815name = "ordered-float"
10816version = "4.6.0"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10819dependencies = [
10820 "num-traits",
10821]
10822
10823[[package]]
10824name = "ordered-stream"
10825version = "0.2.0"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10828dependencies = [
10829 "futures-core",
10830 "pin-project-lite",
10831]
10832
10833[[package]]
10834name = "ouroboros"
10835version = "0.18.5"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10838dependencies = [
10839 "aliasable",
10840 "ouroboros_macro",
10841 "static_assertions",
10842]
10843
10844[[package]]
10845name = "ouroboros_macro"
10846version = "0.18.5"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10849dependencies = [
10850 "heck 0.4.1",
10851 "proc-macro2",
10852 "proc-macro2-diagnostics",
10853 "quote",
10854 "syn 2.0.101",
10855]
10856
10857[[package]]
10858name = "outline"
10859version = "0.1.0"
10860dependencies = [
10861 "editor",
10862 "fuzzy",
10863 "gpui",
10864 "indoc",
10865 "language",
10866 "menu",
10867 "ordered-float 2.10.1",
10868 "picker",
10869 "project",
10870 "rope",
10871 "serde_json",
10872 "settings",
10873 "smol",
10874 "theme",
10875 "tree-sitter-rust",
10876 "tree-sitter-typescript",
10877 "ui",
10878 "util",
10879 "workspace",
10880 "workspace-hack",
10881 "zed_actions",
10882]
10883
10884[[package]]
10885name = "outline_panel"
10886version = "0.1.0"
10887dependencies = [
10888 "anyhow",
10889 "collections",
10890 "db",
10891 "editor",
10892 "file_icons",
10893 "fuzzy",
10894 "gpui",
10895 "itertools 0.14.0",
10896 "language",
10897 "log",
10898 "menu",
10899 "outline",
10900 "pretty_assertions",
10901 "project",
10902 "search",
10903 "serde",
10904 "serde_json",
10905 "settings",
10906 "smallvec",
10907 "smol",
10908 "theme",
10909 "ui",
10910 "util",
10911 "workspace",
10912 "workspace-hack",
10913 "worktree",
10914 "zed_actions",
10915]
10916
10917[[package]]
10918name = "outref"
10919version = "0.5.2"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10922
10923[[package]]
10924name = "p256"
10925version = "0.11.1"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10928dependencies = [
10929 "ecdsa",
10930 "elliptic-curve",
10931 "sha2",
10932]
10933
10934[[package]]
10935name = "page_size"
10936version = "0.6.0"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10939dependencies = [
10940 "libc",
10941 "winapi",
10942]
10943
10944[[package]]
10945name = "palette"
10946version = "0.7.6"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10949dependencies = [
10950 "approx",
10951 "fast-srgb8",
10952 "palette_derive",
10953]
10954
10955[[package]]
10956name = "palette_derive"
10957version = "0.7.6"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10960dependencies = [
10961 "by_address",
10962 "proc-macro2",
10963 "quote",
10964 "syn 2.0.101",
10965]
10966
10967[[package]]
10968name = "panel"
10969version = "0.1.0"
10970dependencies = [
10971 "editor",
10972 "gpui",
10973 "settings",
10974 "theme",
10975 "ui",
10976 "workspace",
10977 "workspace-hack",
10978]
10979
10980[[package]]
10981name = "parking"
10982version = "2.2.1"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10985
10986[[package]]
10987name = "parking_lot"
10988version = "0.12.4"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10991dependencies = [
10992 "lock_api",
10993 "parking_lot_core",
10994]
10995
10996[[package]]
10997name = "parking_lot_core"
10998version = "0.9.11"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11001dependencies = [
11002 "cfg-if",
11003 "libc",
11004 "redox_syscall 0.5.11",
11005 "smallvec",
11006 "windows-targets 0.52.6",
11007]
11008
11009[[package]]
11010name = "parse_int"
11011version = "0.9.0"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11014dependencies = [
11015 "num-traits",
11016]
11017
11018[[package]]
11019name = "partial-json-fixer"
11020version = "0.5.3"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11023
11024[[package]]
11025name = "password-hash"
11026version = "0.4.2"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11029dependencies = [
11030 "base64ct",
11031 "rand_core 0.6.4",
11032 "subtle",
11033]
11034
11035[[package]]
11036name = "password-hash"
11037version = "0.5.0"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11040dependencies = [
11041 "base64ct",
11042 "rand_core 0.6.4",
11043 "subtle",
11044]
11045
11046[[package]]
11047name = "paste"
11048version = "1.0.15"
11049source = "registry+https://github.com/rust-lang/crates.io-index"
11050checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11051
11052[[package]]
11053name = "pathdiff"
11054version = "0.2.3"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11057
11058[[package]]
11059name = "pathfinder_geometry"
11060version = "0.5.1"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11063dependencies = [
11064 "log",
11065 "pathfinder_simd",
11066]
11067
11068[[package]]
11069name = "pathfinder_simd"
11070version = "0.5.5"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11073dependencies = [
11074 "rustc_version",
11075]
11076
11077[[package]]
11078name = "paths"
11079version = "0.1.0"
11080dependencies = [
11081 "dirs 4.0.0",
11082 "ignore",
11083 "util",
11084 "workspace-hack",
11085]
11086
11087[[package]]
11088name = "pbjson"
11089version = "0.6.0"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11092dependencies = [
11093 "base64 0.21.7",
11094 "serde",
11095]
11096
11097[[package]]
11098name = "pbjson-build"
11099version = "0.6.2"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11102dependencies = [
11103 "heck 0.4.1",
11104 "itertools 0.11.0",
11105 "prost 0.12.6",
11106 "prost-types 0.12.6",
11107]
11108
11109[[package]]
11110name = "pbjson-types"
11111version = "0.6.0"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11114dependencies = [
11115 "bytes 1.10.1",
11116 "chrono",
11117 "pbjson",
11118 "pbjson-build",
11119 "prost 0.12.6",
11120 "prost-build 0.12.6",
11121 "serde",
11122]
11123
11124[[package]]
11125name = "pbkdf2"
11126version = "0.11.0"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11129dependencies = [
11130 "digest",
11131 "hmac",
11132 "password-hash 0.4.2",
11133 "sha2",
11134]
11135
11136[[package]]
11137name = "pbkdf2"
11138version = "0.12.2"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11141dependencies = [
11142 "digest",
11143 "hmac",
11144]
11145
11146[[package]]
11147name = "pciid-parser"
11148version = "0.8.0"
11149source = "registry+https://github.com/rust-lang/crates.io-index"
11150checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11151
11152[[package]]
11153name = "pem"
11154version = "3.0.5"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11157dependencies = [
11158 "base64 0.22.1",
11159 "serde",
11160]
11161
11162[[package]]
11163name = "pem-rfc7468"
11164version = "0.7.0"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11167dependencies = [
11168 "base64ct",
11169]
11170
11171[[package]]
11172name = "percent-encoding"
11173version = "2.3.1"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11176
11177[[package]]
11178name = "perf"
11179version = "0.1.0"
11180dependencies = [
11181 "collections",
11182 "serde",
11183 "serde_json",
11184 "workspace-hack",
11185]
11186
11187[[package]]
11188name = "pest"
11189version = "2.8.0"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11192dependencies = [
11193 "memchr",
11194 "thiserror 2.0.12",
11195 "ucd-trie",
11196]
11197
11198[[package]]
11199name = "pest_derive"
11200version = "2.8.0"
11201source = "registry+https://github.com/rust-lang/crates.io-index"
11202checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11203dependencies = [
11204 "pest",
11205 "pest_generator",
11206]
11207
11208[[package]]
11209name = "pest_generator"
11210version = "2.8.0"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11213dependencies = [
11214 "pest",
11215 "pest_meta",
11216 "proc-macro2",
11217 "quote",
11218 "syn 2.0.101",
11219]
11220
11221[[package]]
11222name = "pest_meta"
11223version = "2.8.0"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11226dependencies = [
11227 "once_cell",
11228 "pest",
11229 "sha2",
11230]
11231
11232[[package]]
11233name = "pet"
11234version = "0.1.0"
11235source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11236dependencies = [
11237 "clap",
11238 "env_logger 0.10.2",
11239 "lazy_static",
11240 "log",
11241 "msvc_spectre_libs",
11242 "pet-conda",
11243 "pet-core",
11244 "pet-env-var-path",
11245 "pet-fs",
11246 "pet-global-virtualenvs",
11247 "pet-homebrew",
11248 "pet-jsonrpc",
11249 "pet-linux-global-python",
11250 "pet-mac-commandlinetools",
11251 "pet-mac-python-org",
11252 "pet-mac-xcode",
11253 "pet-pipenv",
11254 "pet-pixi",
11255 "pet-poetry",
11256 "pet-pyenv",
11257 "pet-python-utils",
11258 "pet-reporter",
11259 "pet-telemetry",
11260 "pet-venv",
11261 "pet-virtualenv",
11262 "pet-virtualenvwrapper",
11263 "pet-windows-registry",
11264 "pet-windows-store",
11265 "serde",
11266 "serde_json",
11267]
11268
11269[[package]]
11270name = "pet-conda"
11271version = "0.1.0"
11272source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11273dependencies = [
11274 "env_logger 0.10.2",
11275 "lazy_static",
11276 "log",
11277 "msvc_spectre_libs",
11278 "pet-core",
11279 "pet-fs",
11280 "pet-python-utils",
11281 "pet-reporter",
11282 "regex",
11283 "serde",
11284 "serde_json",
11285 "yaml-rust2",
11286]
11287
11288[[package]]
11289name = "pet-core"
11290version = "0.1.0"
11291source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11292dependencies = [
11293 "clap",
11294 "lazy_static",
11295 "log",
11296 "msvc_spectre_libs",
11297 "pet-fs",
11298 "regex",
11299 "serde",
11300 "serde_json",
11301]
11302
11303[[package]]
11304name = "pet-env-var-path"
11305version = "0.1.0"
11306source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11307dependencies = [
11308 "lazy_static",
11309 "log",
11310 "msvc_spectre_libs",
11311 "pet-conda",
11312 "pet-core",
11313 "pet-fs",
11314 "pet-python-utils",
11315 "pet-virtualenv",
11316 "regex",
11317]
11318
11319[[package]]
11320name = "pet-fs"
11321version = "0.1.0"
11322source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11323dependencies = [
11324 "log",
11325 "msvc_spectre_libs",
11326]
11327
11328[[package]]
11329name = "pet-global-virtualenvs"
11330version = "0.1.0"
11331source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11332dependencies = [
11333 "log",
11334 "msvc_spectre_libs",
11335 "pet-conda",
11336 "pet-core",
11337 "pet-fs",
11338 "pet-virtualenv",
11339]
11340
11341[[package]]
11342name = "pet-homebrew"
11343version = "0.1.0"
11344source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11345dependencies = [
11346 "lazy_static",
11347 "log",
11348 "msvc_spectre_libs",
11349 "pet-conda",
11350 "pet-core",
11351 "pet-fs",
11352 "pet-python-utils",
11353 "pet-virtualenv",
11354 "regex",
11355 "serde",
11356 "serde_json",
11357]
11358
11359[[package]]
11360name = "pet-jsonrpc"
11361version = "0.1.0"
11362source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11363dependencies = [
11364 "env_logger 0.10.2",
11365 "log",
11366 "msvc_spectre_libs",
11367 "pet-core",
11368 "serde",
11369 "serde_json",
11370]
11371
11372[[package]]
11373name = "pet-linux-global-python"
11374version = "0.1.0"
11375source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11376dependencies = [
11377 "log",
11378 "msvc_spectre_libs",
11379 "pet-core",
11380 "pet-fs",
11381 "pet-python-utils",
11382 "pet-virtualenv",
11383]
11384
11385[[package]]
11386name = "pet-mac-commandlinetools"
11387version = "0.1.0"
11388source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11389dependencies = [
11390 "log",
11391 "msvc_spectre_libs",
11392 "pet-core",
11393 "pet-fs",
11394 "pet-python-utils",
11395 "pet-virtualenv",
11396]
11397
11398[[package]]
11399name = "pet-mac-python-org"
11400version = "0.1.0"
11401source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11402dependencies = [
11403 "log",
11404 "msvc_spectre_libs",
11405 "pet-core",
11406 "pet-fs",
11407 "pet-python-utils",
11408 "pet-virtualenv",
11409]
11410
11411[[package]]
11412name = "pet-mac-xcode"
11413version = "0.1.0"
11414source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11415dependencies = [
11416 "log",
11417 "msvc_spectre_libs",
11418 "pet-core",
11419 "pet-fs",
11420 "pet-python-utils",
11421 "pet-virtualenv",
11422]
11423
11424[[package]]
11425name = "pet-pipenv"
11426version = "0.1.0"
11427source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11428dependencies = [
11429 "log",
11430 "msvc_spectre_libs",
11431 "pet-core",
11432 "pet-fs",
11433 "pet-python-utils",
11434 "pet-virtualenv",
11435]
11436
11437[[package]]
11438name = "pet-pixi"
11439version = "0.1.0"
11440source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11441dependencies = [
11442 "log",
11443 "msvc_spectre_libs",
11444 "pet-conda",
11445 "pet-core",
11446 "pet-python-utils",
11447]
11448
11449[[package]]
11450name = "pet-poetry"
11451version = "0.1.0"
11452source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11453dependencies = [
11454 "base64 0.22.1",
11455 "lazy_static",
11456 "log",
11457 "msvc_spectre_libs",
11458 "pet-core",
11459 "pet-fs",
11460 "pet-python-utils",
11461 "pet-reporter",
11462 "pet-virtualenv",
11463 "regex",
11464 "serde",
11465 "serde_json",
11466 "sha2",
11467 "toml 0.8.20",
11468]
11469
11470[[package]]
11471name = "pet-pyenv"
11472version = "0.1.0"
11473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11474dependencies = [
11475 "lazy_static",
11476 "log",
11477 "msvc_spectre_libs",
11478 "pet-conda",
11479 "pet-core",
11480 "pet-fs",
11481 "pet-python-utils",
11482 "pet-reporter",
11483 "regex",
11484 "serde",
11485 "serde_json",
11486]
11487
11488[[package]]
11489name = "pet-python-utils"
11490version = "0.1.0"
11491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11492dependencies = [
11493 "env_logger 0.10.2",
11494 "lazy_static",
11495 "log",
11496 "msvc_spectre_libs",
11497 "pet-core",
11498 "pet-fs",
11499 "regex",
11500 "serde",
11501 "serde_json",
11502 "sha2",
11503]
11504
11505[[package]]
11506name = "pet-reporter"
11507version = "0.1.0"
11508source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11509dependencies = [
11510 "env_logger 0.10.2",
11511 "log",
11512 "msvc_spectre_libs",
11513 "pet-core",
11514 "pet-jsonrpc",
11515 "serde",
11516 "serde_json",
11517]
11518
11519[[package]]
11520name = "pet-telemetry"
11521version = "0.1.0"
11522source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11523dependencies = [
11524 "env_logger 0.10.2",
11525 "lazy_static",
11526 "log",
11527 "msvc_spectre_libs",
11528 "pet-core",
11529 "pet-fs",
11530 "pet-python-utils",
11531 "regex",
11532]
11533
11534[[package]]
11535name = "pet-venv"
11536version = "0.1.0"
11537source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11538dependencies = [
11539 "log",
11540 "msvc_spectre_libs",
11541 "pet-core",
11542 "pet-python-utils",
11543 "pet-virtualenv",
11544]
11545
11546[[package]]
11547name = "pet-virtualenv"
11548version = "0.1.0"
11549source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11550dependencies = [
11551 "log",
11552 "msvc_spectre_libs",
11553 "pet-core",
11554 "pet-fs",
11555 "pet-python-utils",
11556]
11557
11558[[package]]
11559name = "pet-virtualenvwrapper"
11560version = "0.1.0"
11561source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11562dependencies = [
11563 "log",
11564 "msvc_spectre_libs",
11565 "pet-core",
11566 "pet-fs",
11567 "pet-python-utils",
11568 "pet-virtualenv",
11569]
11570
11571[[package]]
11572name = "pet-windows-registry"
11573version = "0.1.0"
11574source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11575dependencies = [
11576 "lazy_static",
11577 "log",
11578 "msvc_spectre_libs",
11579 "pet-conda",
11580 "pet-core",
11581 "pet-fs",
11582 "pet-python-utils",
11583 "pet-virtualenv",
11584 "pet-windows-store",
11585 "regex",
11586 "winreg 0.55.0",
11587]
11588
11589[[package]]
11590name = "pet-windows-store"
11591version = "0.1.0"
11592source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11593dependencies = [
11594 "lazy_static",
11595 "log",
11596 "msvc_spectre_libs",
11597 "pet-core",
11598 "pet-fs",
11599 "pet-python-utils",
11600 "pet-virtualenv",
11601 "regex",
11602 "winreg 0.55.0",
11603]
11604
11605[[package]]
11606name = "petgraph"
11607version = "0.6.5"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11610dependencies = [
11611 "fixedbitset",
11612 "indexmap 2.9.0",
11613]
11614
11615[[package]]
11616name = "pgvector"
11617version = "0.4.0"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11620dependencies = [
11621 "serde",
11622]
11623
11624[[package]]
11625name = "phf"
11626version = "0.11.3"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11629dependencies = [
11630 "phf_macros",
11631 "phf_shared",
11632]
11633
11634[[package]]
11635name = "phf_codegen"
11636version = "0.11.3"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11639dependencies = [
11640 "phf_generator",
11641 "phf_shared",
11642]
11643
11644[[package]]
11645name = "phf_generator"
11646version = "0.11.3"
11647source = "registry+https://github.com/rust-lang/crates.io-index"
11648checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11649dependencies = [
11650 "phf_shared",
11651 "rand 0.8.5",
11652]
11653
11654[[package]]
11655name = "phf_macros"
11656version = "0.11.3"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11659dependencies = [
11660 "phf_generator",
11661 "phf_shared",
11662 "proc-macro2",
11663 "quote",
11664 "syn 2.0.101",
11665]
11666
11667[[package]]
11668name = "phf_shared"
11669version = "0.11.3"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11672dependencies = [
11673 "siphasher",
11674]
11675
11676[[package]]
11677name = "picker"
11678version = "0.1.0"
11679dependencies = [
11680 "anyhow",
11681 "ctor",
11682 "editor",
11683 "env_logger 0.11.8",
11684 "gpui",
11685 "menu",
11686 "schemars 1.0.1",
11687 "serde",
11688 "serde_json",
11689 "theme",
11690 "ui",
11691 "workspace",
11692 "workspace-hack",
11693]
11694
11695[[package]]
11696name = "pico-args"
11697version = "0.5.0"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11700
11701[[package]]
11702name = "pin-project"
11703version = "1.1.10"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11706dependencies = [
11707 "pin-project-internal",
11708]
11709
11710[[package]]
11711name = "pin-project-internal"
11712version = "1.1.10"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11715dependencies = [
11716 "proc-macro2",
11717 "quote",
11718 "syn 2.0.101",
11719]
11720
11721[[package]]
11722name = "pin-project-lite"
11723version = "0.2.16"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11726
11727[[package]]
11728name = "pin-utils"
11729version = "0.1.0"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11732
11733[[package]]
11734name = "piper"
11735version = "0.2.4"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11738dependencies = [
11739 "atomic-waker",
11740 "fastrand 2.3.0",
11741 "futures-io",
11742]
11743
11744[[package]]
11745name = "pkcs1"
11746version = "0.7.5"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11749dependencies = [
11750 "der 0.7.10",
11751 "pkcs8 0.10.2",
11752 "spki 0.7.3",
11753]
11754
11755[[package]]
11756name = "pkcs8"
11757version = "0.9.0"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11760dependencies = [
11761 "der 0.6.1",
11762 "spki 0.6.0",
11763]
11764
11765[[package]]
11766name = "pkcs8"
11767version = "0.10.2"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11770dependencies = [
11771 "der 0.7.10",
11772 "spki 0.7.3",
11773]
11774
11775[[package]]
11776name = "pkg-config"
11777version = "0.3.32"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11780
11781[[package]]
11782name = "plain"
11783version = "0.2.3"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11786
11787[[package]]
11788name = "plist"
11789version = "1.7.1"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11792dependencies = [
11793 "base64 0.22.1",
11794 "indexmap 2.9.0",
11795 "quick-xml 0.32.0",
11796 "serde",
11797 "time",
11798]
11799
11800[[package]]
11801name = "plotters"
11802version = "0.3.7"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11805dependencies = [
11806 "num-traits",
11807 "plotters-backend",
11808 "plotters-svg",
11809 "wasm-bindgen",
11810 "web-sys",
11811]
11812
11813[[package]]
11814name = "plotters-backend"
11815version = "0.3.7"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11818
11819[[package]]
11820name = "plotters-svg"
11821version = "0.3.7"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11824dependencies = [
11825 "plotters-backend",
11826]
11827
11828[[package]]
11829name = "png"
11830version = "0.17.16"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11833dependencies = [
11834 "bitflags 1.3.2",
11835 "crc32fast",
11836 "fdeflate",
11837 "flate2",
11838 "miniz_oxide",
11839]
11840
11841[[package]]
11842name = "polling"
11843version = "3.11.0"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11846dependencies = [
11847 "cfg-if",
11848 "concurrent-queue",
11849 "hermit-abi 0.5.0",
11850 "pin-project-lite",
11851 "rustix 1.0.7",
11852 "windows-sys 0.61.0",
11853]
11854
11855[[package]]
11856name = "pollster"
11857version = "0.2.5"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11860
11861[[package]]
11862name = "portable-atomic"
11863version = "1.11.0"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11866
11867[[package]]
11868name = "portable-atomic-util"
11869version = "0.2.4"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11872dependencies = [
11873 "portable-atomic",
11874]
11875
11876[[package]]
11877name = "portable-pty"
11878version = "0.9.0"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11881dependencies = [
11882 "anyhow",
11883 "bitflags 1.3.2",
11884 "downcast-rs",
11885 "filedescriptor",
11886 "lazy_static",
11887 "libc",
11888 "log",
11889 "nix 0.28.0",
11890 "serial2",
11891 "shared_library",
11892 "shell-words",
11893 "winapi",
11894 "winreg 0.10.1",
11895]
11896
11897[[package]]
11898name = "postage"
11899version = "0.5.0"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11902dependencies = [
11903 "atomic",
11904 "crossbeam-queue",
11905 "futures 0.3.31",
11906 "log",
11907 "parking_lot",
11908 "pin-project",
11909 "pollster",
11910 "static_assertions",
11911 "thiserror 1.0.69",
11912]
11913
11914[[package]]
11915name = "postcard"
11916version = "1.1.1"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11919dependencies = [
11920 "cobs",
11921 "embedded-io 0.4.0",
11922 "embedded-io 0.6.1",
11923 "serde",
11924]
11925
11926[[package]]
11927name = "powerfmt"
11928version = "0.2.0"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11931
11932[[package]]
11933name = "ppv-lite86"
11934version = "0.2.21"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11937dependencies = [
11938 "zerocopy 0.8.24",
11939]
11940
11941[[package]]
11942name = "precomputed-hash"
11943version = "0.1.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11946
11947[[package]]
11948name = "prettier"
11949version = "0.1.0"
11950dependencies = [
11951 "anyhow",
11952 "collections",
11953 "fs",
11954 "gpui",
11955 "language",
11956 "log",
11957 "lsp",
11958 "node_runtime",
11959 "parking_lot",
11960 "paths",
11961 "serde",
11962 "serde_json",
11963 "util",
11964 "workspace-hack",
11965]
11966
11967[[package]]
11968name = "pretty_assertions"
11969version = "1.4.1"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11972dependencies = [
11973 "diff",
11974 "yansi",
11975]
11976
11977[[package]]
11978name = "prettyplease"
11979version = "0.2.32"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11982dependencies = [
11983 "proc-macro2",
11984 "syn 2.0.101",
11985]
11986
11987[[package]]
11988name = "primal-check"
11989version = "0.3.4"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
11992dependencies = [
11993 "num-integer",
11994]
11995
11996[[package]]
11997name = "proc-macro-crate"
11998version = "3.3.0"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12001dependencies = [
12002 "toml_edit",
12003]
12004
12005[[package]]
12006name = "proc-macro-error-attr2"
12007version = "2.0.0"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12010dependencies = [
12011 "proc-macro2",
12012 "quote",
12013]
12014
12015[[package]]
12016name = "proc-macro-error2"
12017version = "2.0.1"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12020dependencies = [
12021 "proc-macro-error-attr2",
12022 "proc-macro2",
12023 "quote",
12024 "syn 2.0.101",
12025]
12026
12027[[package]]
12028name = "proc-macro2"
12029version = "1.0.95"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12032dependencies = [
12033 "unicode-ident",
12034]
12035
12036[[package]]
12037name = "proc-macro2-diagnostics"
12038version = "0.10.1"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12041dependencies = [
12042 "proc-macro2",
12043 "quote",
12044 "syn 2.0.101",
12045 "version_check",
12046 "yansi",
12047]
12048
12049[[package]]
12050name = "procfs-core"
12051version = "0.16.0"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12054dependencies = [
12055 "bitflags 2.9.0",
12056 "hex",
12057]
12058
12059[[package]]
12060name = "profiling"
12061version = "1.0.16"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12064dependencies = [
12065 "profiling-procmacros",
12066]
12067
12068[[package]]
12069name = "profiling-procmacros"
12070version = "1.0.16"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12073dependencies = [
12074 "quote",
12075 "syn 2.0.101",
12076]
12077
12078[[package]]
12079name = "project"
12080version = "0.1.0"
12081dependencies = [
12082 "aho-corasick",
12083 "anyhow",
12084 "askpass",
12085 "async-compression",
12086 "async-tar",
12087 "async-trait",
12088 "base64 0.22.1",
12089 "buffer_diff",
12090 "circular-buffer",
12091 "client",
12092 "clock",
12093 "collections",
12094 "context_server",
12095 "dap",
12096 "dap_adapters",
12097 "extension",
12098 "fancy-regex 0.14.0",
12099 "feature_flags",
12100 "fs",
12101 "futures 0.3.31",
12102 "fuzzy",
12103 "git",
12104 "git2",
12105 "git_hosting_providers",
12106 "globset",
12107 "gpui",
12108 "http_client",
12109 "image",
12110 "indexmap 2.9.0",
12111 "itertools 0.14.0",
12112 "language",
12113 "log",
12114 "lsp",
12115 "markdown",
12116 "node_runtime",
12117 "parking_lot",
12118 "paths",
12119 "postage",
12120 "prettier",
12121 "pretty_assertions",
12122 "rand 0.9.1",
12123 "regex",
12124 "release_channel",
12125 "remote",
12126 "rpc",
12127 "schemars 1.0.1",
12128 "semver",
12129 "serde",
12130 "serde_json",
12131 "settings",
12132 "sha2",
12133 "shellexpand 2.1.2",
12134 "shlex",
12135 "smallvec",
12136 "smol",
12137 "snippet",
12138 "snippet_provider",
12139 "sum_tree",
12140 "task",
12141 "tempfile",
12142 "terminal",
12143 "text",
12144 "toml 0.8.20",
12145 "unindent",
12146 "url",
12147 "util",
12148 "watch",
12149 "which 6.0.3",
12150 "workspace-hack",
12151 "worktree",
12152 "zeroize",
12153 "zlog",
12154]
12155
12156[[package]]
12157name = "project_panel"
12158version = "0.1.0"
12159dependencies = [
12160 "anyhow",
12161 "client",
12162 "collections",
12163 "command_palette_hooks",
12164 "db",
12165 "editor",
12166 "file_icons",
12167 "git",
12168 "git_ui",
12169 "gpui",
12170 "language",
12171 "menu",
12172 "pretty_assertions",
12173 "project",
12174 "schemars 1.0.1",
12175 "search",
12176 "serde",
12177 "serde_json",
12178 "settings",
12179 "smallvec",
12180 "telemetry",
12181 "theme",
12182 "ui",
12183 "util",
12184 "workspace",
12185 "workspace-hack",
12186 "worktree",
12187 "zed_actions",
12188]
12189
12190[[package]]
12191name = "project_symbols"
12192version = "0.1.0"
12193dependencies = [
12194 "anyhow",
12195 "editor",
12196 "futures 0.3.31",
12197 "fuzzy",
12198 "gpui",
12199 "language",
12200 "lsp",
12201 "ordered-float 2.10.1",
12202 "picker",
12203 "project",
12204 "release_channel",
12205 "serde_json",
12206 "settings",
12207 "theme",
12208 "util",
12209 "workspace",
12210 "workspace-hack",
12211]
12212
12213[[package]]
12214name = "prometheus"
12215version = "0.14.0"
12216source = "registry+https://github.com/rust-lang/crates.io-index"
12217checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12218dependencies = [
12219 "cfg-if",
12220 "fnv",
12221 "lazy_static",
12222 "memchr",
12223 "parking_lot",
12224 "protobuf",
12225 "thiserror 2.0.12",
12226]
12227
12228[[package]]
12229name = "prompt_store"
12230version = "0.1.0"
12231dependencies = [
12232 "anyhow",
12233 "assets",
12234 "chrono",
12235 "collections",
12236 "fs",
12237 "futures 0.3.31",
12238 "fuzzy",
12239 "gpui",
12240 "handlebars 4.5.0",
12241 "heed",
12242 "language",
12243 "log",
12244 "parking_lot",
12245 "paths",
12246 "rope",
12247 "serde",
12248 "serde_json",
12249 "text",
12250 "util",
12251 "uuid",
12252 "workspace-hack",
12253]
12254
12255[[package]]
12256name = "prost"
12257version = "0.9.0"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12260dependencies = [
12261 "bytes 1.10.1",
12262 "prost-derive 0.9.0",
12263]
12264
12265[[package]]
12266name = "prost"
12267version = "0.12.6"
12268source = "registry+https://github.com/rust-lang/crates.io-index"
12269checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12270dependencies = [
12271 "bytes 1.10.1",
12272 "prost-derive 0.12.6",
12273]
12274
12275[[package]]
12276name = "prost-build"
12277version = "0.9.0"
12278source = "registry+https://github.com/rust-lang/crates.io-index"
12279checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12280dependencies = [
12281 "bytes 1.10.1",
12282 "heck 0.3.3",
12283 "itertools 0.10.5",
12284 "lazy_static",
12285 "log",
12286 "multimap",
12287 "petgraph",
12288 "prost 0.9.0",
12289 "prost-types 0.9.0",
12290 "regex",
12291 "tempfile",
12292 "which 4.4.2",
12293]
12294
12295[[package]]
12296name = "prost-build"
12297version = "0.12.6"
12298source = "registry+https://github.com/rust-lang/crates.io-index"
12299checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12300dependencies = [
12301 "bytes 1.10.1",
12302 "heck 0.5.0",
12303 "itertools 0.12.1",
12304 "log",
12305 "multimap",
12306 "once_cell",
12307 "petgraph",
12308 "prettyplease",
12309 "prost 0.12.6",
12310 "prost-types 0.12.6",
12311 "regex",
12312 "syn 2.0.101",
12313 "tempfile",
12314]
12315
12316[[package]]
12317name = "prost-derive"
12318version = "0.9.0"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12321dependencies = [
12322 "anyhow",
12323 "itertools 0.10.5",
12324 "proc-macro2",
12325 "quote",
12326 "syn 1.0.109",
12327]
12328
12329[[package]]
12330name = "prost-derive"
12331version = "0.12.6"
12332source = "registry+https://github.com/rust-lang/crates.io-index"
12333checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12334dependencies = [
12335 "anyhow",
12336 "itertools 0.12.1",
12337 "proc-macro2",
12338 "quote",
12339 "syn 2.0.101",
12340]
12341
12342[[package]]
12343name = "prost-types"
12344version = "0.9.0"
12345source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12347dependencies = [
12348 "bytes 1.10.1",
12349 "prost 0.9.0",
12350]
12351
12352[[package]]
12353name = "prost-types"
12354version = "0.12.6"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12357dependencies = [
12358 "prost 0.12.6",
12359]
12360
12361[[package]]
12362name = "proto"
12363version = "0.1.0"
12364dependencies = [
12365 "anyhow",
12366 "collections",
12367 "prost 0.9.0",
12368 "prost-build 0.9.0",
12369 "serde",
12370 "typed-path",
12371 "workspace-hack",
12372]
12373
12374[[package]]
12375name = "protobuf"
12376version = "3.7.2"
12377source = "registry+https://github.com/rust-lang/crates.io-index"
12378checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12379dependencies = [
12380 "once_cell",
12381 "protobuf-support",
12382 "thiserror 1.0.69",
12383]
12384
12385[[package]]
12386name = "protobuf-support"
12387version = "3.7.2"
12388source = "registry+https://github.com/rust-lang/crates.io-index"
12389checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12390dependencies = [
12391 "thiserror 1.0.69",
12392]
12393
12394[[package]]
12395name = "psm"
12396version = "0.1.25"
12397source = "registry+https://github.com/rust-lang/crates.io-index"
12398checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12399dependencies = [
12400 "cc",
12401]
12402
12403[[package]]
12404name = "ptr_meta"
12405version = "0.1.4"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12408dependencies = [
12409 "ptr_meta_derive",
12410]
12411
12412[[package]]
12413name = "ptr_meta_derive"
12414version = "0.1.4"
12415source = "registry+https://github.com/rust-lang/crates.io-index"
12416checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12417dependencies = [
12418 "proc-macro2",
12419 "quote",
12420 "syn 1.0.109",
12421]
12422
12423[[package]]
12424name = "pulldown-cmark"
12425version = "0.10.3"
12426source = "registry+https://github.com/rust-lang/crates.io-index"
12427checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12428dependencies = [
12429 "bitflags 2.9.0",
12430 "memchr",
12431 "pulldown-cmark-escape",
12432 "unicase",
12433]
12434
12435[[package]]
12436name = "pulldown-cmark"
12437version = "0.12.2"
12438source = "registry+https://github.com/rust-lang/crates.io-index"
12439checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12440dependencies = [
12441 "bitflags 2.9.0",
12442 "memchr",
12443 "unicase",
12444]
12445
12446[[package]]
12447name = "pulldown-cmark-escape"
12448version = "0.10.1"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12451
12452[[package]]
12453name = "pulley-interpreter"
12454version = "29.0.1"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12457dependencies = [
12458 "cranelift-bitset",
12459 "log",
12460 "sptr",
12461 "wasmtime-math",
12462]
12463
12464[[package]]
12465name = "pulp"
12466version = "0.18.22"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12469dependencies = [
12470 "bytemuck",
12471 "libm",
12472 "num-complex",
12473 "reborrow",
12474]
12475
12476[[package]]
12477name = "pulp"
12478version = "0.21.5"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12481dependencies = [
12482 "bytemuck",
12483 "cfg-if",
12484 "libm",
12485 "num-complex",
12486 "reborrow",
12487 "version_check",
12488]
12489
12490[[package]]
12491name = "qoi"
12492version = "0.4.1"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12495dependencies = [
12496 "bytemuck",
12497]
12498
12499[[package]]
12500name = "quick-error"
12501version = "2.0.1"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12504
12505[[package]]
12506name = "quick-xml"
12507version = "0.30.0"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12510dependencies = [
12511 "memchr",
12512]
12513
12514[[package]]
12515name = "quick-xml"
12516version = "0.32.0"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12519dependencies = [
12520 "memchr",
12521]
12522
12523[[package]]
12524name = "quick-xml"
12525version = "0.37.4"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12528dependencies = [
12529 "memchr",
12530]
12531
12532[[package]]
12533name = "quinn"
12534version = "0.11.7"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12537dependencies = [
12538 "bytes 1.10.1",
12539 "cfg_aliases 0.2.1",
12540 "pin-project-lite",
12541 "quinn-proto",
12542 "quinn-udp",
12543 "rustc-hash 2.1.1",
12544 "rustls 0.23.26",
12545 "socket2",
12546 "thiserror 2.0.12",
12547 "tokio",
12548 "tracing",
12549 "web-time",
12550]
12551
12552[[package]]
12553name = "quinn-proto"
12554version = "0.11.10"
12555source = "registry+https://github.com/rust-lang/crates.io-index"
12556checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12557dependencies = [
12558 "bytes 1.10.1",
12559 "getrandom 0.3.2",
12560 "rand 0.9.1",
12561 "ring",
12562 "rustc-hash 2.1.1",
12563 "rustls 0.23.26",
12564 "rustls-pki-types",
12565 "slab",
12566 "thiserror 2.0.12",
12567 "tinyvec",
12568 "tracing",
12569 "web-time",
12570]
12571
12572[[package]]
12573name = "quinn-udp"
12574version = "0.5.11"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12577dependencies = [
12578 "cfg_aliases 0.2.1",
12579 "libc",
12580 "once_cell",
12581 "socket2",
12582 "tracing",
12583 "windows-sys 0.59.0",
12584]
12585
12586[[package]]
12587name = "quote"
12588version = "1.0.40"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12591dependencies = [
12592 "proc-macro2",
12593]
12594
12595[[package]]
12596name = "r-efi"
12597version = "5.2.0"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12600
12601[[package]]
12602name = "radium"
12603version = "0.7.0"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12606
12607[[package]]
12608name = "rand"
12609version = "0.8.5"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12612dependencies = [
12613 "libc",
12614 "rand_chacha 0.3.1",
12615 "rand_core 0.6.4",
12616]
12617
12618[[package]]
12619name = "rand"
12620version = "0.9.1"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12623dependencies = [
12624 "rand_chacha 0.9.0",
12625 "rand_core 0.9.3",
12626]
12627
12628[[package]]
12629name = "rand_chacha"
12630version = "0.3.1"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12633dependencies = [
12634 "ppv-lite86",
12635 "rand_core 0.6.4",
12636]
12637
12638[[package]]
12639name = "rand_chacha"
12640version = "0.9.0"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12643dependencies = [
12644 "ppv-lite86",
12645 "rand_core 0.9.3",
12646]
12647
12648[[package]]
12649name = "rand_core"
12650version = "0.6.4"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12653dependencies = [
12654 "getrandom 0.2.15",
12655]
12656
12657[[package]]
12658name = "rand_core"
12659version = "0.9.3"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12662dependencies = [
12663 "getrandom 0.3.2",
12664]
12665
12666[[package]]
12667name = "rand_distr"
12668version = "0.5.1"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12671dependencies = [
12672 "num-traits",
12673 "rand 0.9.1",
12674]
12675
12676[[package]]
12677name = "range-map"
12678version = "0.2.0"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12681dependencies = [
12682 "num-traits",
12683]
12684
12685[[package]]
12686name = "rangemap"
12687version = "1.5.1"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12690
12691[[package]]
12692name = "rav1e"
12693version = "0.7.1"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12696dependencies = [
12697 "arbitrary",
12698 "arg_enum_proc_macro",
12699 "arrayvec",
12700 "av1-grain",
12701 "bitstream-io",
12702 "built",
12703 "cfg-if",
12704 "interpolate_name",
12705 "itertools 0.12.1",
12706 "libc",
12707 "libfuzzer-sys",
12708 "log",
12709 "maybe-rayon",
12710 "new_debug_unreachable",
12711 "noop_proc_macro",
12712 "num-derive",
12713 "num-traits",
12714 "once_cell",
12715 "paste",
12716 "profiling",
12717 "rand 0.8.5",
12718 "rand_chacha 0.3.1",
12719 "simd_helpers",
12720 "system-deps",
12721 "thiserror 1.0.69",
12722 "v_frame",
12723 "wasm-bindgen",
12724]
12725
12726[[package]]
12727name = "ravif"
12728version = "0.11.12"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12731dependencies = [
12732 "avif-serialize",
12733 "imgref",
12734 "loop9",
12735 "quick-error",
12736 "rav1e",
12737 "rayon",
12738 "rgb",
12739]
12740
12741[[package]]
12742name = "raw-cpuid"
12743version = "10.7.0"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12746dependencies = [
12747 "bitflags 1.3.2",
12748]
12749
12750[[package]]
12751name = "raw-cpuid"
12752version = "11.6.0"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12755dependencies = [
12756 "bitflags 2.9.0",
12757]
12758
12759[[package]]
12760name = "raw-window-handle"
12761version = "0.6.2"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12764
12765[[package]]
12766name = "raw-window-metal"
12767version = "0.4.0"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12770dependencies = [
12771 "cocoa 0.25.0",
12772 "core-graphics 0.23.2",
12773 "objc",
12774 "raw-window-handle",
12775]
12776
12777[[package]]
12778name = "rayon"
12779version = "1.10.0"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12782dependencies = [
12783 "either",
12784 "rayon-core",
12785]
12786
12787[[package]]
12788name = "rayon-core"
12789version = "1.12.1"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12792dependencies = [
12793 "crossbeam-deque",
12794 "crossbeam-utils",
12795]
12796
12797[[package]]
12798name = "read-fonts"
12799version = "0.25.3"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12802dependencies = [
12803 "bytemuck",
12804 "font-types",
12805]
12806
12807[[package]]
12808name = "realfft"
12809version = "3.5.0"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12812dependencies = [
12813 "rustfft",
12814]
12815
12816[[package]]
12817name = "reborrow"
12818version = "0.5.5"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12821
12822[[package]]
12823name = "recent_projects"
12824version = "0.1.0"
12825dependencies = [
12826 "anyhow",
12827 "askpass",
12828 "auto_update",
12829 "dap",
12830 "editor",
12831 "extension_host",
12832 "file_finder",
12833 "futures 0.3.31",
12834 "fuzzy",
12835 "gpui",
12836 "indoc",
12837 "language",
12838 "log",
12839 "markdown",
12840 "menu",
12841 "ordered-float 2.10.1",
12842 "paths",
12843 "picker",
12844 "project",
12845 "release_channel",
12846 "remote",
12847 "serde",
12848 "serde_json",
12849 "settings",
12850 "smol",
12851 "task",
12852 "telemetry",
12853 "theme",
12854 "ui",
12855 "util",
12856 "windows-registry 0.6.0",
12857 "workspace",
12858 "workspace-hack",
12859 "zed_actions",
12860]
12861
12862[[package]]
12863name = "redox_syscall"
12864version = "0.2.16"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12867dependencies = [
12868 "bitflags 1.3.2",
12869]
12870
12871[[package]]
12872name = "redox_syscall"
12873version = "0.5.11"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12876dependencies = [
12877 "bitflags 2.9.0",
12878]
12879
12880[[package]]
12881name = "redox_users"
12882version = "0.4.6"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12885dependencies = [
12886 "getrandom 0.2.15",
12887 "libredox",
12888 "thiserror 1.0.69",
12889]
12890
12891[[package]]
12892name = "redox_users"
12893version = "0.5.0"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12896dependencies = [
12897 "getrandom 0.2.15",
12898 "libredox",
12899 "thiserror 2.0.12",
12900]
12901
12902[[package]]
12903name = "ref-cast"
12904version = "1.0.24"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12907dependencies = [
12908 "ref-cast-impl",
12909]
12910
12911[[package]]
12912name = "ref-cast-impl"
12913version = "1.0.24"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12916dependencies = [
12917 "proc-macro2",
12918 "quote",
12919 "syn 2.0.101",
12920]
12921
12922[[package]]
12923name = "referencing"
12924version = "0.30.0"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12927dependencies = [
12928 "ahash 0.8.11",
12929 "fluent-uri",
12930 "once_cell",
12931 "parking_lot",
12932 "percent-encoding",
12933 "serde_json",
12934]
12935
12936[[package]]
12937name = "refineable"
12938version = "0.1.0"
12939dependencies = [
12940 "derive_refineable",
12941 "workspace-hack",
12942]
12943
12944[[package]]
12945name = "regalloc2"
12946version = "0.11.2"
12947source = "registry+https://github.com/rust-lang/crates.io-index"
12948checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12949dependencies = [
12950 "allocator-api2",
12951 "bumpalo",
12952 "hashbrown 0.15.3",
12953 "log",
12954 "rustc-hash 2.1.1",
12955 "serde",
12956 "smallvec",
12957]
12958
12959[[package]]
12960name = "regex"
12961version = "1.11.1"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12964dependencies = [
12965 "aho-corasick",
12966 "memchr",
12967 "regex-automata",
12968 "regex-syntax",
12969]
12970
12971[[package]]
12972name = "regex-automata"
12973version = "0.4.9"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12976dependencies = [
12977 "aho-corasick",
12978 "memchr",
12979 "regex-syntax",
12980]
12981
12982[[package]]
12983name = "regex-lite"
12984version = "0.1.6"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12987
12988[[package]]
12989name = "regex-syntax"
12990version = "0.8.5"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12993
12994[[package]]
12995name = "release_channel"
12996version = "0.1.0"
12997dependencies = [
12998 "gpui",
12999 "workspace-hack",
13000]
13001
13002[[package]]
13003name = "remote"
13004version = "0.1.0"
13005dependencies = [
13006 "anyhow",
13007 "askpass",
13008 "async-trait",
13009 "collections",
13010 "fs",
13011 "futures 0.3.31",
13012 "gpui",
13013 "itertools 0.14.0",
13014 "log",
13015 "parking_lot",
13016 "paths",
13017 "prost 0.9.0",
13018 "release_channel",
13019 "rpc",
13020 "serde",
13021 "serde_json",
13022 "settings",
13023 "shlex",
13024 "smol",
13025 "tempfile",
13026 "thiserror 2.0.12",
13027 "urlencoding",
13028 "util",
13029 "which 6.0.3",
13030 "workspace-hack",
13031]
13032
13033[[package]]
13034name = "remote_server"
13035version = "0.1.0"
13036dependencies = [
13037 "action_log",
13038 "anyhow",
13039 "askpass",
13040 "assistant_tool",
13041 "assistant_tools",
13042 "cargo_toml",
13043 "clap",
13044 "client",
13045 "clock",
13046 "collections",
13047 "crash-handler",
13048 "crashes",
13049 "dap",
13050 "dap_adapters",
13051 "debug_adapter_extension",
13052 "editor",
13053 "env_logger 0.11.8",
13054 "extension",
13055 "extension_host",
13056 "fork",
13057 "fs",
13058 "futures 0.3.31",
13059 "git",
13060 "git2",
13061 "git_hosting_providers",
13062 "gpui",
13063 "gpui_tokio",
13064 "http_client",
13065 "json_schema_store",
13066 "language",
13067 "language_extension",
13068 "language_model",
13069 "languages",
13070 "libc",
13071 "log",
13072 "lsp",
13073 "minidumper",
13074 "node_runtime",
13075 "paths",
13076 "pretty_assertions",
13077 "project",
13078 "proto",
13079 "release_channel",
13080 "remote",
13081 "reqwest_client",
13082 "rpc",
13083 "rust-embed",
13084 "serde",
13085 "serde_json",
13086 "settings",
13087 "shellexpand 2.1.2",
13088 "smol",
13089 "sysinfo",
13090 "thiserror 2.0.12",
13091 "toml 0.8.20",
13092 "unindent",
13093 "util",
13094 "watch",
13095 "workspace",
13096 "worktree",
13097 "zlog",
13098]
13099
13100[[package]]
13101name = "rend"
13102version = "0.4.2"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13105dependencies = [
13106 "bytecheck",
13107]
13108
13109[[package]]
13110name = "repl"
13111version = "0.1.0"
13112dependencies = [
13113 "alacritty_terminal",
13114 "anyhow",
13115 "async-dispatcher",
13116 "async-tungstenite",
13117 "base64 0.22.1",
13118 "client",
13119 "collections",
13120 "command_palette_hooks",
13121 "editor",
13122 "env_logger 0.11.8",
13123 "feature_flags",
13124 "file_icons",
13125 "futures 0.3.31",
13126 "gpui",
13127 "http_client",
13128 "image",
13129 "indoc",
13130 "jupyter-protocol",
13131 "jupyter-websocket-client",
13132 "language",
13133 "languages",
13134 "log",
13135 "markdown_preview",
13136 "menu",
13137 "multi_buffer",
13138 "nbformat",
13139 "picker",
13140 "project",
13141 "runtimelib",
13142 "serde",
13143 "serde_json",
13144 "settings",
13145 "smol",
13146 "telemetry",
13147 "terminal",
13148 "terminal_view",
13149 "theme",
13150 "tree-sitter-md",
13151 "tree-sitter-python",
13152 "tree-sitter-typescript",
13153 "ui",
13154 "util",
13155 "uuid",
13156 "workspace",
13157 "workspace-hack",
13158]
13159
13160[[package]]
13161name = "reqwest"
13162version = "0.11.27"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13165dependencies = [
13166 "base64 0.21.7",
13167 "bytes 1.10.1",
13168 "encoding_rs",
13169 "futures-core",
13170 "futures-util",
13171 "h2 0.3.26",
13172 "http 0.2.12",
13173 "http-body 0.4.6",
13174 "hyper 0.14.32",
13175 "hyper-rustls 0.24.2",
13176 "hyper-tls",
13177 "ipnet",
13178 "js-sys",
13179 "log",
13180 "mime",
13181 "native-tls",
13182 "once_cell",
13183 "percent-encoding",
13184 "pin-project-lite",
13185 "rustls 0.21.12",
13186 "rustls-native-certs 0.6.3",
13187 "rustls-pemfile 1.0.4",
13188 "serde",
13189 "serde_json",
13190 "serde_urlencoded",
13191 "sync_wrapper 0.1.2",
13192 "system-configuration 0.5.1",
13193 "tokio",
13194 "tokio-native-tls",
13195 "tokio-rustls 0.24.1",
13196 "tower-service",
13197 "url",
13198 "wasm-bindgen",
13199 "wasm-bindgen-futures",
13200 "web-sys",
13201 "winreg 0.50.0",
13202]
13203
13204[[package]]
13205name = "reqwest"
13206version = "0.12.15"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13209dependencies = [
13210 "base64 0.22.1",
13211 "bytes 1.10.1",
13212 "futures-channel",
13213 "futures-core",
13214 "futures-util",
13215 "http 1.3.1",
13216 "http-body 1.0.1",
13217 "http-body-util",
13218 "hyper 1.6.0",
13219 "hyper-util",
13220 "ipnet",
13221 "js-sys",
13222 "log",
13223 "mime",
13224 "once_cell",
13225 "percent-encoding",
13226 "pin-project-lite",
13227 "serde",
13228 "serde_json",
13229 "serde_urlencoded",
13230 "sync_wrapper 1.0.2",
13231 "tokio",
13232 "tower 0.5.2",
13233 "tower-service",
13234 "url",
13235 "wasm-bindgen",
13236 "wasm-bindgen-futures",
13237 "web-sys",
13238 "windows-registry 0.4.0",
13239]
13240
13241[[package]]
13242name = "reqwest"
13243version = "0.12.15"
13244source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13245dependencies = [
13246 "base64 0.22.1",
13247 "bytes 1.10.1",
13248 "encoding_rs",
13249 "futures-core",
13250 "futures-util",
13251 "h2 0.4.9",
13252 "http 1.3.1",
13253 "http-body 1.0.1",
13254 "http-body-util",
13255 "hyper 1.6.0",
13256 "hyper-rustls 0.27.5",
13257 "hyper-util",
13258 "ipnet",
13259 "js-sys",
13260 "log",
13261 "mime",
13262 "mime_guess",
13263 "once_cell",
13264 "percent-encoding",
13265 "pin-project-lite",
13266 "quinn",
13267 "rustls 0.23.26",
13268 "rustls-native-certs 0.8.1",
13269 "rustls-pemfile 2.2.0",
13270 "rustls-pki-types",
13271 "serde",
13272 "serde_json",
13273 "serde_urlencoded",
13274 "sync_wrapper 1.0.2",
13275 "system-configuration 0.6.1",
13276 "tokio",
13277 "tokio-rustls 0.26.2",
13278 "tokio-socks",
13279 "tokio-util",
13280 "tower 0.5.2",
13281 "tower-service",
13282 "url",
13283 "wasm-bindgen",
13284 "wasm-bindgen-futures",
13285 "wasm-streams",
13286 "web-sys",
13287 "windows-registry 0.4.0",
13288]
13289
13290[[package]]
13291name = "reqwest_client"
13292version = "0.1.0"
13293dependencies = [
13294 "anyhow",
13295 "bytes 1.10.1",
13296 "futures 0.3.31",
13297 "gpui",
13298 "http_client",
13299 "http_client_tls",
13300 "log",
13301 "regex",
13302 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13303 "serde",
13304 "tokio",
13305 "workspace-hack",
13306]
13307
13308[[package]]
13309name = "resvg"
13310version = "0.45.1"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13313dependencies = [
13314 "log",
13315 "pico-args",
13316 "rgb",
13317 "svgtypes",
13318 "tiny-skia",
13319 "usvg",
13320]
13321
13322[[package]]
13323name = "rfc6979"
13324version = "0.3.1"
13325source = "registry+https://github.com/rust-lang/crates.io-index"
13326checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13327dependencies = [
13328 "crypto-bigint 0.4.9",
13329 "hmac",
13330 "zeroize",
13331]
13332
13333[[package]]
13334name = "rgb"
13335version = "0.8.50"
13336source = "registry+https://github.com/rust-lang/crates.io-index"
13337checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13338dependencies = [
13339 "bytemuck",
13340]
13341
13342[[package]]
13343name = "rich_text"
13344version = "0.1.0"
13345dependencies = [
13346 "futures 0.3.31",
13347 "gpui",
13348 "language",
13349 "linkify",
13350 "pulldown-cmark 0.12.2",
13351 "theme",
13352 "ui",
13353 "util",
13354 "workspace-hack",
13355]
13356
13357[[package]]
13358name = "ring"
13359version = "0.17.14"
13360source = "registry+https://github.com/rust-lang/crates.io-index"
13361checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13362dependencies = [
13363 "cc",
13364 "cfg-if",
13365 "getrandom 0.2.15",
13366 "libc",
13367 "untrusted",
13368 "windows-sys 0.52.0",
13369]
13370
13371[[package]]
13372name = "rkyv"
13373version = "0.7.45"
13374source = "registry+https://github.com/rust-lang/crates.io-index"
13375checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13376dependencies = [
13377 "bitvec",
13378 "bytecheck",
13379 "bytes 1.10.1",
13380 "hashbrown 0.12.3",
13381 "ptr_meta",
13382 "rend",
13383 "rkyv_derive",
13384 "seahash",
13385 "tinyvec",
13386 "uuid",
13387]
13388
13389[[package]]
13390name = "rkyv_derive"
13391version = "0.7.45"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13394dependencies = [
13395 "proc-macro2",
13396 "quote",
13397 "syn 1.0.109",
13398]
13399
13400[[package]]
13401name = "rmp"
13402version = "0.8.14"
13403source = "registry+https://github.com/rust-lang/crates.io-index"
13404checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13405dependencies = [
13406 "byteorder",
13407 "num-traits",
13408 "paste",
13409]
13410
13411[[package]]
13412name = "rmpv"
13413version = "1.3.0"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13416dependencies = [
13417 "num-traits",
13418 "rmp",
13419]
13420
13421[[package]]
13422name = "rodio"
13423version = "0.21.1"
13424source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13425dependencies = [
13426 "cpal",
13427 "dasp_sample",
13428 "hound",
13429 "num-rational",
13430 "rtrb",
13431 "symphonia",
13432 "thiserror 2.0.12",
13433]
13434
13435[[package]]
13436name = "rope"
13437version = "0.1.0"
13438dependencies = [
13439 "arrayvec",
13440 "criterion",
13441 "ctor",
13442 "gpui",
13443 "log",
13444 "rand 0.9.1",
13445 "rayon",
13446 "smallvec",
13447 "sum_tree",
13448 "unicode-segmentation",
13449 "util",
13450 "workspace-hack",
13451 "zlog",
13452]
13453
13454[[package]]
13455name = "roxmltree"
13456version = "0.20.0"
13457source = "registry+https://github.com/rust-lang/crates.io-index"
13458checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13459
13460[[package]]
13461name = "rpc"
13462version = "0.1.0"
13463dependencies = [
13464 "anyhow",
13465 "async-tungstenite",
13466 "base64 0.22.1",
13467 "chrono",
13468 "collections",
13469 "futures 0.3.31",
13470 "gpui",
13471 "parking_lot",
13472 "proto",
13473 "rand 0.9.1",
13474 "rsa",
13475 "serde",
13476 "serde_json",
13477 "sha2",
13478 "strum 0.27.1",
13479 "tracing",
13480 "util",
13481 "workspace-hack",
13482 "zlog",
13483 "zstd",
13484]
13485
13486[[package]]
13487name = "rsa"
13488version = "0.9.8"
13489source = "registry+https://github.com/rust-lang/crates.io-index"
13490checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13491dependencies = [
13492 "const-oid",
13493 "digest",
13494 "num-bigint-dig",
13495 "num-integer",
13496 "num-traits",
13497 "pkcs1",
13498 "pkcs8 0.10.2",
13499 "rand_core 0.6.4",
13500 "signature 2.2.0",
13501 "spki 0.7.3",
13502 "subtle",
13503 "zeroize",
13504]
13505
13506[[package]]
13507name = "rtrb"
13508version = "0.3.2"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13511
13512[[package]]
13513name = "rules_library"
13514version = "0.1.0"
13515dependencies = [
13516 "anyhow",
13517 "collections",
13518 "editor",
13519 "gpui",
13520 "language",
13521 "language_model",
13522 "log",
13523 "menu",
13524 "picker",
13525 "prompt_store",
13526 "release_channel",
13527 "rope",
13528 "serde",
13529 "settings",
13530 "theme",
13531 "title_bar",
13532 "ui",
13533 "util",
13534 "workspace",
13535 "workspace-hack",
13536 "zed_actions",
13537]
13538
13539[[package]]
13540name = "runtimelib"
13541version = "0.25.0"
13542source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13543dependencies = [
13544 "anyhow",
13545 "async-dispatcher",
13546 "async-std",
13547 "base64 0.22.1",
13548 "bytes 1.10.1",
13549 "chrono",
13550 "data-encoding",
13551 "dirs 5.0.1",
13552 "futures 0.3.31",
13553 "glob",
13554 "jupyter-protocol",
13555 "ring",
13556 "serde",
13557 "serde_json",
13558 "shellexpand 3.1.1",
13559 "smol",
13560 "uuid",
13561 "zeromq",
13562]
13563
13564[[package]]
13565name = "rust-embed"
13566version = "8.7.0"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13569dependencies = [
13570 "rust-embed-impl",
13571 "rust-embed-utils",
13572 "walkdir",
13573]
13574
13575[[package]]
13576name = "rust-embed-impl"
13577version = "8.7.0"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13580dependencies = [
13581 "proc-macro2",
13582 "quote",
13583 "rust-embed-utils",
13584 "syn 2.0.101",
13585 "walkdir",
13586]
13587
13588[[package]]
13589name = "rust-embed-utils"
13590version = "8.7.0"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13593dependencies = [
13594 "globset",
13595 "sha2",
13596 "walkdir",
13597]
13598
13599[[package]]
13600name = "rust_decimal"
13601version = "1.37.1"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13604dependencies = [
13605 "arrayvec",
13606 "borsh",
13607 "bytes 1.10.1",
13608 "num-traits",
13609 "rand 0.8.5",
13610 "rkyv",
13611 "serde",
13612 "serde_json",
13613]
13614
13615[[package]]
13616name = "rustc-demangle"
13617version = "0.1.24"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13620
13621[[package]]
13622name = "rustc-hash"
13623version = "1.1.0"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13626
13627[[package]]
13628name = "rustc-hash"
13629version = "2.1.1"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13632
13633[[package]]
13634name = "rustc_version"
13635version = "0.4.1"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13638dependencies = [
13639 "semver",
13640]
13641
13642[[package]]
13643name = "rustfft"
13644version = "6.4.0"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13647dependencies = [
13648 "num-complex",
13649 "num-integer",
13650 "num-traits",
13651 "primal-check",
13652 "strength_reduce",
13653 "transpose",
13654]
13655
13656[[package]]
13657name = "rustix"
13658version = "0.38.44"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13661dependencies = [
13662 "bitflags 2.9.0",
13663 "errno 0.3.11",
13664 "libc",
13665 "linux-raw-sys 0.4.15",
13666 "windows-sys 0.59.0",
13667]
13668
13669[[package]]
13670name = "rustix"
13671version = "1.0.7"
13672source = "registry+https://github.com/rust-lang/crates.io-index"
13673checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13674dependencies = [
13675 "bitflags 2.9.0",
13676 "errno 0.3.11",
13677 "libc",
13678 "linux-raw-sys 0.9.4",
13679 "windows-sys 0.59.0",
13680]
13681
13682[[package]]
13683name = "rustix-linux-procfs"
13684version = "0.1.1"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13687dependencies = [
13688 "once_cell",
13689 "rustix 1.0.7",
13690]
13691
13692[[package]]
13693name = "rustix-openpty"
13694version = "0.2.0"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13697dependencies = [
13698 "errno 0.3.11",
13699 "libc",
13700 "rustix 1.0.7",
13701]
13702
13703[[package]]
13704name = "rustls"
13705version = "0.21.12"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13708dependencies = [
13709 "log",
13710 "ring",
13711 "rustls-webpki 0.101.7",
13712 "sct",
13713]
13714
13715[[package]]
13716name = "rustls"
13717version = "0.23.26"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13720dependencies = [
13721 "aws-lc-rs",
13722 "log",
13723 "once_cell",
13724 "ring",
13725 "rustls-pki-types",
13726 "rustls-webpki 0.103.1",
13727 "subtle",
13728 "zeroize",
13729]
13730
13731[[package]]
13732name = "rustls-native-certs"
13733version = "0.6.3"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13736dependencies = [
13737 "openssl-probe",
13738 "rustls-pemfile 1.0.4",
13739 "schannel",
13740 "security-framework 2.11.1",
13741]
13742
13743[[package]]
13744name = "rustls-native-certs"
13745version = "0.8.1"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13748dependencies = [
13749 "openssl-probe",
13750 "rustls-pki-types",
13751 "schannel",
13752 "security-framework 3.2.0",
13753]
13754
13755[[package]]
13756name = "rustls-pemfile"
13757version = "1.0.4"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13760dependencies = [
13761 "base64 0.21.7",
13762]
13763
13764[[package]]
13765name = "rustls-pemfile"
13766version = "2.2.0"
13767source = "registry+https://github.com/rust-lang/crates.io-index"
13768checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13769dependencies = [
13770 "rustls-pki-types",
13771]
13772
13773[[package]]
13774name = "rustls-pki-types"
13775version = "1.12.0"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13778dependencies = [
13779 "web-time",
13780 "zeroize",
13781]
13782
13783[[package]]
13784name = "rustls-platform-verifier"
13785version = "0.5.1"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13788dependencies = [
13789 "core-foundation 0.10.0",
13790 "core-foundation-sys",
13791 "jni",
13792 "log",
13793 "once_cell",
13794 "rustls 0.23.26",
13795 "rustls-native-certs 0.8.1",
13796 "rustls-platform-verifier-android",
13797 "rustls-webpki 0.103.1",
13798 "security-framework 3.2.0",
13799 "security-framework-sys",
13800 "webpki-root-certs",
13801 "windows-sys 0.59.0",
13802]
13803
13804[[package]]
13805name = "rustls-platform-verifier-android"
13806version = "0.1.1"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13809
13810[[package]]
13811name = "rustls-webpki"
13812version = "0.101.7"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13815dependencies = [
13816 "ring",
13817 "untrusted",
13818]
13819
13820[[package]]
13821name = "rustls-webpki"
13822version = "0.103.1"
13823source = "registry+https://github.com/rust-lang/crates.io-index"
13824checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13825dependencies = [
13826 "aws-lc-rs",
13827 "ring",
13828 "rustls-pki-types",
13829 "untrusted",
13830]
13831
13832[[package]]
13833name = "rustversion"
13834version = "1.0.20"
13835source = "registry+https://github.com/rust-lang/crates.io-index"
13836checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13837
13838[[package]]
13839name = "rustybuzz"
13840version = "0.14.1"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13843dependencies = [
13844 "bitflags 2.9.0",
13845 "bytemuck",
13846 "libm",
13847 "smallvec",
13848 "ttf-parser 0.21.1",
13849 "unicode-bidi-mirroring 0.2.0",
13850 "unicode-ccc 0.2.0",
13851 "unicode-properties",
13852 "unicode-script",
13853]
13854
13855[[package]]
13856name = "rustybuzz"
13857version = "0.20.1"
13858source = "registry+https://github.com/rust-lang/crates.io-index"
13859checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13860dependencies = [
13861 "bitflags 2.9.0",
13862 "bytemuck",
13863 "core_maths",
13864 "log",
13865 "smallvec",
13866 "ttf-parser 0.25.1",
13867 "unicode-bidi-mirroring 0.4.0",
13868 "unicode-ccc 0.4.0",
13869 "unicode-properties",
13870 "unicode-script",
13871]
13872
13873[[package]]
13874name = "ryu"
13875version = "1.0.20"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13878
13879[[package]]
13880name = "safetensors"
13881version = "0.4.5"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13884dependencies = [
13885 "serde",
13886 "serde_json",
13887]
13888
13889[[package]]
13890name = "salsa20"
13891version = "0.10.2"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13894dependencies = [
13895 "cipher",
13896]
13897
13898[[package]]
13899name = "same-file"
13900version = "1.0.6"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13903dependencies = [
13904 "winapi-util",
13905]
13906
13907[[package]]
13908name = "scap"
13909version = "0.0.8"
13910source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13911dependencies = [
13912 "anyhow",
13913 "cocoa 0.25.0",
13914 "core-graphics-helmer-fork",
13915 "log",
13916 "objc",
13917 "rand 0.8.5",
13918 "screencapturekit",
13919 "screencapturekit-sys",
13920 "sysinfo",
13921 "tao-core-video-sys",
13922 "windows 0.61.1",
13923 "windows-capture",
13924 "x11",
13925 "xcb",
13926]
13927
13928[[package]]
13929name = "schannel"
13930version = "0.1.27"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13933dependencies = [
13934 "windows-sys 0.59.0",
13935]
13936
13937[[package]]
13938name = "scheduler"
13939version = "0.1.0"
13940dependencies = [
13941 "async-task",
13942 "backtrace",
13943 "chrono",
13944 "futures 0.3.31",
13945 "parking_lot",
13946 "rand 0.9.1",
13947 "workspace-hack",
13948]
13949
13950[[package]]
13951name = "schema_generator"
13952version = "0.1.0"
13953dependencies = [
13954 "anyhow",
13955 "clap",
13956 "env_logger 0.11.8",
13957 "schemars 1.0.1",
13958 "serde",
13959 "serde_json",
13960 "theme",
13961 "workspace-hack",
13962]
13963
13964[[package]]
13965name = "schemars"
13966version = "0.9.0"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13969dependencies = [
13970 "dyn-clone",
13971 "ref-cast",
13972 "serde",
13973 "serde_json",
13974]
13975
13976[[package]]
13977name = "schemars"
13978version = "1.0.1"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13981dependencies = [
13982 "dyn-clone",
13983 "indexmap 2.9.0",
13984 "ref-cast",
13985 "schemars_derive",
13986 "serde",
13987 "serde_json",
13988]
13989
13990[[package]]
13991name = "schemars_derive"
13992version = "1.0.1"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
13995dependencies = [
13996 "proc-macro2",
13997 "quote",
13998 "serde_derive_internals",
13999 "syn 2.0.101",
14000]
14001
14002[[package]]
14003name = "scoped-tls"
14004version = "1.0.1"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14007
14008[[package]]
14009name = "scopeguard"
14010version = "1.2.0"
14011source = "registry+https://github.com/rust-lang/crates.io-index"
14012checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14013
14014[[package]]
14015name = "scratch"
14016version = "1.0.8"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14019
14020[[package]]
14021name = "screencapturekit"
14022version = "0.2.8"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14025dependencies = [
14026 "screencapturekit-sys",
14027]
14028
14029[[package]]
14030name = "screencapturekit-sys"
14031version = "0.2.8"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14034dependencies = [
14035 "block",
14036 "dispatch",
14037 "objc",
14038 "objc-foundation",
14039 "objc_id",
14040 "once_cell",
14041]
14042
14043[[package]]
14044name = "scroll"
14045version = "0.12.0"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14048dependencies = [
14049 "scroll_derive",
14050]
14051
14052[[package]]
14053name = "scroll_derive"
14054version = "0.12.1"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14057dependencies = [
14058 "proc-macro2",
14059 "quote",
14060 "syn 2.0.101",
14061]
14062
14063[[package]]
14064name = "scrypt"
14065version = "0.11.0"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14068dependencies = [
14069 "password-hash 0.5.0",
14070 "pbkdf2 0.12.2",
14071 "salsa20",
14072 "sha2",
14073]
14074
14075[[package]]
14076name = "sct"
14077version = "0.7.1"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14080dependencies = [
14081 "ring",
14082 "untrusted",
14083]
14084
14085[[package]]
14086name = "sea-bae"
14087version = "0.2.1"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14090dependencies = [
14091 "heck 0.4.1",
14092 "proc-macro-error2",
14093 "proc-macro2",
14094 "quote",
14095 "syn 2.0.101",
14096]
14097
14098[[package]]
14099name = "sea-orm"
14100version = "1.1.10"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14103dependencies = [
14104 "async-stream",
14105 "async-trait",
14106 "bigdecimal",
14107 "chrono",
14108 "futures-util",
14109 "log",
14110 "ouroboros",
14111 "pgvector",
14112 "rust_decimal",
14113 "sea-orm-macros",
14114 "sea-query",
14115 "sea-query-binder",
14116 "serde",
14117 "serde_json",
14118 "sqlx",
14119 "strum 0.26.3",
14120 "thiserror 2.0.12",
14121 "time",
14122 "tracing",
14123 "url",
14124 "uuid",
14125]
14126
14127[[package]]
14128name = "sea-orm-macros"
14129version = "1.1.10"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14132dependencies = [
14133 "heck 0.4.1",
14134 "proc-macro2",
14135 "quote",
14136 "sea-bae",
14137 "syn 2.0.101",
14138 "unicode-ident",
14139]
14140
14141[[package]]
14142name = "sea-query"
14143version = "0.32.4"
14144source = "registry+https://github.com/rust-lang/crates.io-index"
14145checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14146dependencies = [
14147 "bigdecimal",
14148 "chrono",
14149 "inherent",
14150 "ordered-float 4.6.0",
14151 "rust_decimal",
14152 "serde_json",
14153 "time",
14154 "uuid",
14155]
14156
14157[[package]]
14158name = "sea-query-binder"
14159version = "0.7.0"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14162dependencies = [
14163 "bigdecimal",
14164 "chrono",
14165 "rust_decimal",
14166 "sea-query",
14167 "serde_json",
14168 "sqlx",
14169 "time",
14170 "uuid",
14171]
14172
14173[[package]]
14174name = "seahash"
14175version = "4.1.0"
14176source = "registry+https://github.com/rust-lang/crates.io-index"
14177checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14178
14179[[package]]
14180name = "search"
14181version = "0.1.0"
14182dependencies = [
14183 "any_vec",
14184 "anyhow",
14185 "bitflags 2.9.0",
14186 "client",
14187 "collections",
14188 "editor",
14189 "futures 0.3.31",
14190 "gpui",
14191 "language",
14192 "menu",
14193 "project",
14194 "schemars 1.0.1",
14195 "serde",
14196 "serde_json",
14197 "settings",
14198 "smol",
14199 "theme",
14200 "ui",
14201 "unindent",
14202 "util",
14203 "workspace",
14204 "workspace-hack",
14205 "zed_actions",
14206]
14207
14208[[package]]
14209name = "sec1"
14210version = "0.3.0"
14211source = "registry+https://github.com/rust-lang/crates.io-index"
14212checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14213dependencies = [
14214 "base16ct",
14215 "der 0.6.1",
14216 "generic-array",
14217 "pkcs8 0.9.0",
14218 "subtle",
14219 "zeroize",
14220]
14221
14222[[package]]
14223name = "security-framework"
14224version = "2.11.1"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14227dependencies = [
14228 "bitflags 2.9.0",
14229 "core-foundation 0.9.4",
14230 "core-foundation-sys",
14231 "libc",
14232 "security-framework-sys",
14233]
14234
14235[[package]]
14236name = "security-framework"
14237version = "3.2.0"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14240dependencies = [
14241 "bitflags 2.9.0",
14242 "core-foundation 0.10.0",
14243 "core-foundation-sys",
14244 "libc",
14245 "security-framework-sys",
14246]
14247
14248[[package]]
14249name = "security-framework-sys"
14250version = "2.14.0"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14253dependencies = [
14254 "core-foundation-sys",
14255 "libc",
14256]
14257
14258[[package]]
14259name = "self_cell"
14260version = "1.2.0"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14263
14264[[package]]
14265name = "semantic_version"
14266version = "0.1.0"
14267dependencies = [
14268 "anyhow",
14269 "serde",
14270 "workspace-hack",
14271]
14272
14273[[package]]
14274name = "semver"
14275version = "1.0.26"
14276source = "registry+https://github.com/rust-lang/crates.io-index"
14277checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14278dependencies = [
14279 "serde",
14280]
14281
14282[[package]]
14283name = "seq-macro"
14284version = "0.3.6"
14285source = "registry+https://github.com/rust-lang/crates.io-index"
14286checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14287
14288[[package]]
14289name = "serde"
14290version = "1.0.221"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14293dependencies = [
14294 "serde_core",
14295 "serde_derive",
14296]
14297
14298[[package]]
14299name = "serde_core"
14300version = "1.0.221"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14303dependencies = [
14304 "serde_derive",
14305]
14306
14307[[package]]
14308name = "serde_derive"
14309version = "1.0.221"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14312dependencies = [
14313 "proc-macro2",
14314 "quote",
14315 "syn 2.0.101",
14316]
14317
14318[[package]]
14319name = "serde_derive_internals"
14320version = "0.29.1"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14323dependencies = [
14324 "proc-macro2",
14325 "quote",
14326 "syn 2.0.101",
14327]
14328
14329[[package]]
14330name = "serde_fmt"
14331version = "1.0.3"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14334dependencies = [
14335 "serde",
14336]
14337
14338[[package]]
14339name = "serde_json"
14340version = "1.0.144"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14343dependencies = [
14344 "indexmap 2.9.0",
14345 "itoa",
14346 "memchr",
14347 "ryu",
14348 "serde_core",
14349]
14350
14351[[package]]
14352name = "serde_json_lenient"
14353version = "0.2.4"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14356dependencies = [
14357 "indexmap 2.9.0",
14358 "itoa",
14359 "memchr",
14360 "ryu",
14361 "serde",
14362]
14363
14364[[package]]
14365name = "serde_path_to_error"
14366version = "0.1.17"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14369dependencies = [
14370 "itoa",
14371 "serde",
14372]
14373
14374[[package]]
14375name = "serde_repr"
14376version = "0.1.20"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14379dependencies = [
14380 "proc-macro2",
14381 "quote",
14382 "syn 2.0.101",
14383]
14384
14385[[package]]
14386name = "serde_spanned"
14387version = "0.6.8"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14390dependencies = [
14391 "serde",
14392]
14393
14394[[package]]
14395name = "serde_urlencoded"
14396version = "0.7.1"
14397source = "registry+https://github.com/rust-lang/crates.io-index"
14398checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14399dependencies = [
14400 "form_urlencoded",
14401 "itoa",
14402 "ryu",
14403 "serde",
14404]
14405
14406[[package]]
14407name = "serde_with"
14408version = "3.13.0"
14409source = "registry+https://github.com/rust-lang/crates.io-index"
14410checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14411dependencies = [
14412 "base64 0.22.1",
14413 "chrono",
14414 "hex",
14415 "indexmap 1.9.3",
14416 "indexmap 2.9.0",
14417 "schemars 0.9.0",
14418 "serde",
14419 "serde_derive",
14420 "serde_json",
14421 "serde_with_macros",
14422 "time",
14423]
14424
14425[[package]]
14426name = "serde_with_macros"
14427version = "3.13.0"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14430dependencies = [
14431 "darling",
14432 "proc-macro2",
14433 "quote",
14434 "syn 2.0.101",
14435]
14436
14437[[package]]
14438name = "serial2"
14439version = "0.2.29"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14442dependencies = [
14443 "cfg-if",
14444 "libc",
14445 "winapi",
14446]
14447
14448[[package]]
14449name = "session"
14450version = "0.1.0"
14451dependencies = [
14452 "db",
14453 "gpui",
14454 "serde_json",
14455 "util",
14456 "uuid",
14457 "workspace-hack",
14458]
14459
14460[[package]]
14461name = "settings"
14462version = "0.1.0"
14463dependencies = [
14464 "anyhow",
14465 "collections",
14466 "ec4rs",
14467 "fs",
14468 "futures 0.3.31",
14469 "gpui",
14470 "indoc",
14471 "inventory",
14472 "log",
14473 "paths",
14474 "pretty_assertions",
14475 "release_channel",
14476 "rust-embed",
14477 "schemars 1.0.1",
14478 "serde",
14479 "serde_json",
14480 "serde_json_lenient",
14481 "serde_path_to_error",
14482 "serde_repr",
14483 "serde_with",
14484 "settings_macros",
14485 "smallvec",
14486 "strum 0.27.1",
14487 "tree-sitter",
14488 "tree-sitter-json",
14489 "unindent",
14490 "util",
14491 "workspace-hack",
14492 "zlog",
14493]
14494
14495[[package]]
14496name = "settings_macros"
14497version = "0.1.0"
14498dependencies = [
14499 "quote",
14500 "settings",
14501 "syn 2.0.101",
14502 "workspace-hack",
14503]
14504
14505[[package]]
14506name = "settings_profile_selector"
14507version = "0.1.0"
14508dependencies = [
14509 "client",
14510 "editor",
14511 "fuzzy",
14512 "gpui",
14513 "language",
14514 "menu",
14515 "picker",
14516 "project",
14517 "serde_json",
14518 "settings",
14519 "theme",
14520 "ui",
14521 "workspace",
14522 "workspace-hack",
14523 "zed_actions",
14524]
14525
14526[[package]]
14527name = "settings_ui"
14528version = "0.1.0"
14529dependencies = [
14530 "anyhow",
14531 "assets",
14532 "client",
14533 "command_palette_hooks",
14534 "editor",
14535 "feature_flags",
14536 "fs",
14537 "futures 0.3.31",
14538 "fuzzy",
14539 "gpui",
14540 "language",
14541 "menu",
14542 "node_runtime",
14543 "paths",
14544 "project",
14545 "serde",
14546 "session",
14547 "settings",
14548 "strum 0.27.1",
14549 "theme",
14550 "ui",
14551 "util",
14552 "workspace",
14553 "workspace-hack",
14554 "zlog",
14555]
14556
14557[[package]]
14558name = "sha1"
14559version = "0.10.6"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14562dependencies = [
14563 "cfg-if",
14564 "cpufeatures",
14565 "digest",
14566]
14567
14568[[package]]
14569name = "sha1_smol"
14570version = "1.0.1"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14573
14574[[package]]
14575name = "sha2"
14576version = "0.10.9"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
14579dependencies = [
14580 "cfg-if",
14581 "cpufeatures",
14582 "digest",
14583]
14584
14585[[package]]
14586name = "sharded-slab"
14587version = "0.1.7"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14590dependencies = [
14591 "lazy_static",
14592]
14593
14594[[package]]
14595name = "shared_library"
14596version = "0.1.9"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14599dependencies = [
14600 "lazy_static",
14601 "libc",
14602]
14603
14604[[package]]
14605name = "shell-words"
14606version = "1.1.0"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14609
14610[[package]]
14611name = "shellexpand"
14612version = "2.1.2"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14615dependencies = [
14616 "dirs 4.0.0",
14617]
14618
14619[[package]]
14620name = "shellexpand"
14621version = "3.1.1"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14624dependencies = [
14625 "dirs 6.0.0",
14626]
14627
14628[[package]]
14629name = "shlex"
14630version = "1.3.0"
14631source = "registry+https://github.com/rust-lang/crates.io-index"
14632checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14633
14634[[package]]
14635name = "signal-hook"
14636version = "0.3.17"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14639dependencies = [
14640 "libc",
14641 "signal-hook-registry",
14642]
14643
14644[[package]]
14645name = "signal-hook-registry"
14646version = "1.4.5"
14647source = "registry+https://github.com/rust-lang/crates.io-index"
14648checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14649dependencies = [
14650 "libc",
14651]
14652
14653[[package]]
14654name = "signature"
14655version = "1.6.4"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14658dependencies = [
14659 "digest",
14660 "rand_core 0.6.4",
14661]
14662
14663[[package]]
14664name = "signature"
14665version = "2.2.0"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14668dependencies = [
14669 "digest",
14670 "rand_core 0.6.4",
14671]
14672
14673[[package]]
14674name = "simd-adler32"
14675version = "0.3.7"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14678
14679[[package]]
14680name = "simd_helpers"
14681version = "0.1.0"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14684dependencies = [
14685 "quote",
14686]
14687
14688[[package]]
14689name = "simdutf8"
14690version = "0.1.5"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14693
14694[[package]]
14695name = "simple_asn1"
14696version = "0.6.3"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14699dependencies = [
14700 "num-bigint",
14701 "num-traits",
14702 "thiserror 2.0.12",
14703 "time",
14704]
14705
14706[[package]]
14707name = "simplecss"
14708version = "0.2.2"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14711dependencies = [
14712 "log",
14713]
14714
14715[[package]]
14716name = "simplelog"
14717version = "0.12.2"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14720dependencies = [
14721 "log",
14722 "termcolor",
14723 "time",
14724]
14725
14726[[package]]
14727name = "siphasher"
14728version = "1.0.1"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14731
14732[[package]]
14733name = "skrifa"
14734version = "0.26.6"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14737dependencies = [
14738 "bytemuck",
14739 "read-fonts",
14740]
14741
14742[[package]]
14743name = "slab"
14744version = "0.4.9"
14745source = "registry+https://github.com/rust-lang/crates.io-index"
14746checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14747dependencies = [
14748 "autocfg",
14749]
14750
14751[[package]]
14752name = "slash_commands_example"
14753version = "0.1.0"
14754dependencies = [
14755 "zed_extension_api 0.1.0",
14756]
14757
14758[[package]]
14759name = "slotmap"
14760version = "1.0.7"
14761source = "registry+https://github.com/rust-lang/crates.io-index"
14762checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14763dependencies = [
14764 "version_check",
14765]
14766
14767[[package]]
14768name = "smallvec"
14769version = "1.15.0"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14772dependencies = [
14773 "serde",
14774]
14775
14776[[package]]
14777name = "smart-default"
14778version = "0.7.1"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14781dependencies = [
14782 "proc-macro2",
14783 "quote",
14784 "syn 2.0.101",
14785]
14786
14787[[package]]
14788name = "smol"
14789version = "2.0.2"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14792dependencies = [
14793 "async-channel 2.3.1",
14794 "async-executor",
14795 "async-fs",
14796 "async-io",
14797 "async-lock",
14798 "async-net",
14799 "async-process",
14800 "blocking",
14801 "futures-lite 2.6.0",
14802]
14803
14804[[package]]
14805name = "smol_str"
14806version = "0.2.2"
14807source = "registry+https://github.com/rust-lang/crates.io-index"
14808checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14809
14810[[package]]
14811name = "snippet"
14812version = "0.1.0"
14813dependencies = [
14814 "anyhow",
14815 "smallvec",
14816 "workspace-hack",
14817]
14818
14819[[package]]
14820name = "snippet_provider"
14821version = "0.1.0"
14822dependencies = [
14823 "anyhow",
14824 "collections",
14825 "extension",
14826 "fs",
14827 "futures 0.3.31",
14828 "gpui",
14829 "indoc",
14830 "parking_lot",
14831 "paths",
14832 "schemars 1.0.1",
14833 "serde",
14834 "serde_json",
14835 "serde_json_lenient",
14836 "snippet",
14837 "util",
14838 "workspace-hack",
14839]
14840
14841[[package]]
14842name = "snippets_ui"
14843version = "0.1.0"
14844dependencies = [
14845 "file_finder",
14846 "file_icons",
14847 "fuzzy",
14848 "gpui",
14849 "language",
14850 "paths",
14851 "picker",
14852 "settings",
14853 "ui",
14854 "util",
14855 "workspace",
14856 "workspace-hack",
14857]
14858
14859[[package]]
14860name = "socket2"
14861version = "0.5.9"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14864dependencies = [
14865 "libc",
14866 "windows-sys 0.52.0",
14867]
14868
14869[[package]]
14870name = "spdx"
14871version = "0.10.8"
14872source = "registry+https://github.com/rust-lang/crates.io-index"
14873checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14874dependencies = [
14875 "smallvec",
14876]
14877
14878[[package]]
14879name = "spin"
14880version = "0.9.8"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14883dependencies = [
14884 "lock_api",
14885]
14886
14887[[package]]
14888name = "spirv"
14889version = "0.3.0+sdk-1.3.268.0"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14892dependencies = [
14893 "bitflags 2.9.0",
14894]
14895
14896[[package]]
14897name = "spki"
14898version = "0.6.0"
14899source = "registry+https://github.com/rust-lang/crates.io-index"
14900checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14901dependencies = [
14902 "base64ct",
14903 "der 0.6.1",
14904]
14905
14906[[package]]
14907name = "spki"
14908version = "0.7.3"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14911dependencies = [
14912 "base64ct",
14913 "der 0.7.10",
14914]
14915
14916[[package]]
14917name = "sptr"
14918version = "0.3.2"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14921
14922[[package]]
14923name = "sqlez"
14924version = "0.1.0"
14925dependencies = [
14926 "anyhow",
14927 "collections",
14928 "futures 0.3.31",
14929 "indoc",
14930 "libsqlite3-sys",
14931 "log",
14932 "parking_lot",
14933 "smol",
14934 "sqlformat",
14935 "thread_local",
14936 "util",
14937 "uuid",
14938 "workspace-hack",
14939]
14940
14941[[package]]
14942name = "sqlez_macros"
14943version = "0.1.0"
14944dependencies = [
14945 "sqlez",
14946 "sqlformat",
14947 "syn 2.0.101",
14948 "workspace-hack",
14949]
14950
14951[[package]]
14952name = "sqlformat"
14953version = "0.2.6"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14956dependencies = [
14957 "nom 7.1.3",
14958 "unicode_categories",
14959]
14960
14961[[package]]
14962name = "sqlx"
14963version = "0.8.5"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14966dependencies = [
14967 "sqlx-core",
14968 "sqlx-macros",
14969 "sqlx-mysql",
14970 "sqlx-postgres",
14971 "sqlx-sqlite",
14972]
14973
14974[[package]]
14975name = "sqlx-core"
14976version = "0.8.5"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14979dependencies = [
14980 "base64 0.22.1",
14981 "bigdecimal",
14982 "bytes 1.10.1",
14983 "chrono",
14984 "crc",
14985 "crossbeam-queue",
14986 "either",
14987 "event-listener 5.4.0",
14988 "futures-core",
14989 "futures-intrusive",
14990 "futures-io",
14991 "futures-util",
14992 "hashbrown 0.15.3",
14993 "hashlink 0.10.0",
14994 "indexmap 2.9.0",
14995 "log",
14996 "memchr",
14997 "once_cell",
14998 "percent-encoding",
14999 "rust_decimal",
15000 "rustls 0.23.26",
15001 "serde",
15002 "serde_json",
15003 "sha2",
15004 "smallvec",
15005 "thiserror 2.0.12",
15006 "time",
15007 "tokio",
15008 "tokio-stream",
15009 "tracing",
15010 "url",
15011 "uuid",
15012 "webpki-roots",
15013]
15014
15015[[package]]
15016name = "sqlx-macros"
15017version = "0.8.5"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15020dependencies = [
15021 "proc-macro2",
15022 "quote",
15023 "sqlx-core",
15024 "sqlx-macros-core",
15025 "syn 2.0.101",
15026]
15027
15028[[package]]
15029name = "sqlx-macros-core"
15030version = "0.8.5"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15033dependencies = [
15034 "dotenvy",
15035 "either",
15036 "heck 0.5.0",
15037 "hex",
15038 "once_cell",
15039 "proc-macro2",
15040 "quote",
15041 "serde",
15042 "serde_json",
15043 "sha2",
15044 "sqlx-core",
15045 "sqlx-mysql",
15046 "sqlx-postgres",
15047 "sqlx-sqlite",
15048 "syn 2.0.101",
15049 "tempfile",
15050 "tokio",
15051 "url",
15052]
15053
15054[[package]]
15055name = "sqlx-mysql"
15056version = "0.8.5"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15059dependencies = [
15060 "atoi",
15061 "base64 0.22.1",
15062 "bigdecimal",
15063 "bitflags 2.9.0",
15064 "byteorder",
15065 "bytes 1.10.1",
15066 "chrono",
15067 "crc",
15068 "digest",
15069 "dotenvy",
15070 "either",
15071 "futures-channel",
15072 "futures-core",
15073 "futures-io",
15074 "futures-util",
15075 "generic-array",
15076 "hex",
15077 "hkdf",
15078 "hmac",
15079 "itoa",
15080 "log",
15081 "md-5",
15082 "memchr",
15083 "once_cell",
15084 "percent-encoding",
15085 "rand 0.8.5",
15086 "rsa",
15087 "rust_decimal",
15088 "serde",
15089 "sha1",
15090 "sha2",
15091 "smallvec",
15092 "sqlx-core",
15093 "stringprep",
15094 "thiserror 2.0.12",
15095 "time",
15096 "tracing",
15097 "uuid",
15098 "whoami",
15099]
15100
15101[[package]]
15102name = "sqlx-postgres"
15103version = "0.8.5"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15106dependencies = [
15107 "atoi",
15108 "base64 0.22.1",
15109 "bigdecimal",
15110 "bitflags 2.9.0",
15111 "byteorder",
15112 "chrono",
15113 "crc",
15114 "dotenvy",
15115 "etcetera",
15116 "futures-channel",
15117 "futures-core",
15118 "futures-util",
15119 "hex",
15120 "hkdf",
15121 "hmac",
15122 "home",
15123 "itoa",
15124 "log",
15125 "md-5",
15126 "memchr",
15127 "num-bigint",
15128 "once_cell",
15129 "rand 0.8.5",
15130 "rust_decimal",
15131 "serde",
15132 "serde_json",
15133 "sha2",
15134 "smallvec",
15135 "sqlx-core",
15136 "stringprep",
15137 "thiserror 2.0.12",
15138 "time",
15139 "tracing",
15140 "uuid",
15141 "whoami",
15142]
15143
15144[[package]]
15145name = "sqlx-sqlite"
15146version = "0.8.5"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15149dependencies = [
15150 "atoi",
15151 "chrono",
15152 "flume",
15153 "futures-channel",
15154 "futures-core",
15155 "futures-executor",
15156 "futures-intrusive",
15157 "futures-util",
15158 "libsqlite3-sys",
15159 "log",
15160 "percent-encoding",
15161 "serde",
15162 "serde_urlencoded",
15163 "sqlx-core",
15164 "thiserror 2.0.12",
15165 "time",
15166 "tracing",
15167 "url",
15168 "uuid",
15169]
15170
15171[[package]]
15172name = "stable_deref_trait"
15173version = "1.2.0"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15176
15177[[package]]
15178name = "stacker"
15179version = "0.1.21"
15180source = "registry+https://github.com/rust-lang/crates.io-index"
15181checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15182dependencies = [
15183 "cc",
15184 "cfg-if",
15185 "libc",
15186 "psm",
15187 "windows-sys 0.59.0",
15188]
15189
15190[[package]]
15191name = "stacksafe"
15192version = "0.1.4"
15193source = "registry+https://github.com/rust-lang/crates.io-index"
15194checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15195dependencies = [
15196 "stacker",
15197 "stacksafe-macro",
15198]
15199
15200[[package]]
15201name = "stacksafe-macro"
15202version = "0.1.4"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15205dependencies = [
15206 "proc-macro-error2",
15207 "quote",
15208 "syn 2.0.101",
15209]
15210
15211[[package]]
15212name = "static_assertions"
15213version = "1.1.0"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15216
15217[[package]]
15218name = "story"
15219version = "0.1.0"
15220dependencies = [
15221 "gpui",
15222 "itertools 0.14.0",
15223 "smallvec",
15224 "workspace-hack",
15225]
15226
15227[[package]]
15228name = "storybook"
15229version = "0.1.0"
15230dependencies = [
15231 "anyhow",
15232 "clap",
15233 "collab_ui",
15234 "ctrlc",
15235 "dialoguer",
15236 "editor",
15237 "fuzzy",
15238 "gpui",
15239 "indoc",
15240 "language",
15241 "log",
15242 "menu",
15243 "picker",
15244 "project",
15245 "reqwest_client",
15246 "rust-embed",
15247 "settings",
15248 "simplelog",
15249 "story",
15250 "strum 0.27.1",
15251 "theme",
15252 "title_bar",
15253 "ui",
15254 "workspace",
15255 "workspace-hack",
15256]
15257
15258[[package]]
15259name = "streaming-iterator"
15260version = "0.1.9"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15263
15264[[package]]
15265name = "streaming_diff"
15266version = "0.1.0"
15267dependencies = [
15268 "ordered-float 2.10.1",
15269 "rand 0.9.1",
15270 "rope",
15271 "util",
15272 "workspace-hack",
15273]
15274
15275[[package]]
15276name = "strength_reduce"
15277version = "0.2.4"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15280
15281[[package]]
15282name = "strict-num"
15283version = "0.1.1"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15286dependencies = [
15287 "float-cmp",
15288]
15289
15290[[package]]
15291name = "string_cache"
15292version = "0.8.9"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15295dependencies = [
15296 "new_debug_unreachable",
15297 "parking_lot",
15298 "phf_shared",
15299 "precomputed-hash",
15300 "serde",
15301]
15302
15303[[package]]
15304name = "string_cache_codegen"
15305version = "0.5.4"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15308dependencies = [
15309 "phf_generator",
15310 "phf_shared",
15311 "proc-macro2",
15312 "quote",
15313]
15314
15315[[package]]
15316name = "stringprep"
15317version = "0.1.5"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15320dependencies = [
15321 "unicode-bidi",
15322 "unicode-normalization",
15323 "unicode-properties",
15324]
15325
15326[[package]]
15327name = "strsim"
15328version = "0.11.1"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15331
15332[[package]]
15333name = "strum"
15334version = "0.26.3"
15335source = "registry+https://github.com/rust-lang/crates.io-index"
15336checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15337dependencies = [
15338 "strum_macros 0.26.4",
15339]
15340
15341[[package]]
15342name = "strum"
15343version = "0.27.1"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15346dependencies = [
15347 "strum_macros 0.27.1",
15348]
15349
15350[[package]]
15351name = "strum_macros"
15352version = "0.26.4"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15355dependencies = [
15356 "heck 0.5.0",
15357 "proc-macro2",
15358 "quote",
15359 "rustversion",
15360 "syn 2.0.101",
15361]
15362
15363[[package]]
15364name = "strum_macros"
15365version = "0.27.1"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15368dependencies = [
15369 "heck 0.5.0",
15370 "proc-macro2",
15371 "quote",
15372 "rustversion",
15373 "syn 2.0.101",
15374]
15375
15376[[package]]
15377name = "subtle"
15378version = "2.6.1"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15381
15382[[package]]
15383name = "sum_tree"
15384version = "0.1.0"
15385dependencies = [
15386 "arrayvec",
15387 "ctor",
15388 "log",
15389 "rand 0.9.1",
15390 "rayon",
15391 "workspace-hack",
15392 "zlog",
15393]
15394
15395[[package]]
15396name = "supermaven"
15397version = "0.1.0"
15398dependencies = [
15399 "anyhow",
15400 "client",
15401 "collections",
15402 "edit_prediction",
15403 "editor",
15404 "env_logger 0.11.8",
15405 "futures 0.3.31",
15406 "gpui",
15407 "http_client",
15408 "language",
15409 "log",
15410 "postage",
15411 "project",
15412 "serde",
15413 "serde_json",
15414 "settings",
15415 "smol",
15416 "supermaven_api",
15417 "text",
15418 "theme",
15419 "ui",
15420 "unicode-segmentation",
15421 "util",
15422 "workspace-hack",
15423]
15424
15425[[package]]
15426name = "supermaven_api"
15427version = "0.1.0"
15428dependencies = [
15429 "anyhow",
15430 "futures 0.3.31",
15431 "http_client",
15432 "paths",
15433 "serde",
15434 "serde_json",
15435 "smol",
15436 "util",
15437 "workspace-hack",
15438]
15439
15440[[package]]
15441name = "sval"
15442version = "2.14.1"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15445
15446[[package]]
15447name = "sval_buffer"
15448version = "2.14.1"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15451dependencies = [
15452 "sval",
15453 "sval_ref",
15454]
15455
15456[[package]]
15457name = "sval_dynamic"
15458version = "2.14.1"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15461dependencies = [
15462 "sval",
15463]
15464
15465[[package]]
15466name = "sval_fmt"
15467version = "2.14.1"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15470dependencies = [
15471 "itoa",
15472 "ryu",
15473 "sval",
15474]
15475
15476[[package]]
15477name = "sval_json"
15478version = "2.14.1"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15481dependencies = [
15482 "itoa",
15483 "ryu",
15484 "sval",
15485]
15486
15487[[package]]
15488name = "sval_nested"
15489version = "2.14.1"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15492dependencies = [
15493 "sval",
15494 "sval_buffer",
15495 "sval_ref",
15496]
15497
15498[[package]]
15499name = "sval_ref"
15500version = "2.14.1"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15503dependencies = [
15504 "sval",
15505]
15506
15507[[package]]
15508name = "sval_serde"
15509version = "2.14.1"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15512dependencies = [
15513 "serde",
15514 "sval",
15515 "sval_nested",
15516]
15517
15518[[package]]
15519name = "svg_fmt"
15520version = "0.4.5"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15523
15524[[package]]
15525name = "svg_preview"
15526version = "0.1.0"
15527dependencies = [
15528 "editor",
15529 "file_icons",
15530 "gpui",
15531 "multi_buffer",
15532 "ui",
15533 "workspace",
15534 "workspace-hack",
15535]
15536
15537[[package]]
15538name = "svgtypes"
15539version = "0.15.3"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15542dependencies = [
15543 "kurbo",
15544 "siphasher",
15545]
15546
15547[[package]]
15548name = "swash"
15549version = "0.2.2"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15552dependencies = [
15553 "skrifa",
15554 "yazi",
15555 "zeno",
15556]
15557
15558[[package]]
15559name = "symphonia"
15560version = "0.5.4"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15563dependencies = [
15564 "lazy_static",
15565 "symphonia-bundle-flac",
15566 "symphonia-bundle-mp3",
15567 "symphonia-codec-aac",
15568 "symphonia-codec-pcm",
15569 "symphonia-codec-vorbis",
15570 "symphonia-core",
15571 "symphonia-format-isomp4",
15572 "symphonia-format-ogg",
15573 "symphonia-format-riff",
15574 "symphonia-metadata",
15575]
15576
15577[[package]]
15578name = "symphonia-bundle-flac"
15579version = "0.5.4"
15580source = "registry+https://github.com/rust-lang/crates.io-index"
15581checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15582dependencies = [
15583 "log",
15584 "symphonia-core",
15585 "symphonia-metadata",
15586 "symphonia-utils-xiph",
15587]
15588
15589[[package]]
15590name = "symphonia-bundle-mp3"
15591version = "0.5.4"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15594dependencies = [
15595 "lazy_static",
15596 "log",
15597 "symphonia-core",
15598 "symphonia-metadata",
15599]
15600
15601[[package]]
15602name = "symphonia-codec-aac"
15603version = "0.5.4"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15606dependencies = [
15607 "lazy_static",
15608 "log",
15609 "symphonia-core",
15610]
15611
15612[[package]]
15613name = "symphonia-codec-pcm"
15614version = "0.5.4"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15617dependencies = [
15618 "log",
15619 "symphonia-core",
15620]
15621
15622[[package]]
15623name = "symphonia-codec-vorbis"
15624version = "0.5.4"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15627dependencies = [
15628 "log",
15629 "symphonia-core",
15630 "symphonia-utils-xiph",
15631]
15632
15633[[package]]
15634name = "symphonia-core"
15635version = "0.5.4"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15638dependencies = [
15639 "arrayvec",
15640 "bitflags 1.3.2",
15641 "bytemuck",
15642 "lazy_static",
15643 "log",
15644]
15645
15646[[package]]
15647name = "symphonia-format-isomp4"
15648version = "0.5.4"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15651dependencies = [
15652 "encoding_rs",
15653 "log",
15654 "symphonia-core",
15655 "symphonia-metadata",
15656 "symphonia-utils-xiph",
15657]
15658
15659[[package]]
15660name = "symphonia-format-ogg"
15661version = "0.5.4"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15664dependencies = [
15665 "log",
15666 "symphonia-core",
15667 "symphonia-metadata",
15668 "symphonia-utils-xiph",
15669]
15670
15671[[package]]
15672name = "symphonia-format-riff"
15673version = "0.5.4"
15674source = "registry+https://github.com/rust-lang/crates.io-index"
15675checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15676dependencies = [
15677 "extended",
15678 "log",
15679 "symphonia-core",
15680 "symphonia-metadata",
15681]
15682
15683[[package]]
15684name = "symphonia-metadata"
15685version = "0.5.4"
15686source = "registry+https://github.com/rust-lang/crates.io-index"
15687checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15688dependencies = [
15689 "encoding_rs",
15690 "lazy_static",
15691 "log",
15692 "symphonia-core",
15693]
15694
15695[[package]]
15696name = "symphonia-utils-xiph"
15697version = "0.5.4"
15698source = "registry+https://github.com/rust-lang/crates.io-index"
15699checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15700dependencies = [
15701 "symphonia-core",
15702 "symphonia-metadata",
15703]
15704
15705[[package]]
15706name = "syn"
15707version = "1.0.109"
15708source = "registry+https://github.com/rust-lang/crates.io-index"
15709checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15710dependencies = [
15711 "proc-macro2",
15712 "quote",
15713 "unicode-ident",
15714]
15715
15716[[package]]
15717name = "syn"
15718version = "2.0.101"
15719source = "registry+https://github.com/rust-lang/crates.io-index"
15720checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15721dependencies = [
15722 "proc-macro2",
15723 "quote",
15724 "unicode-ident",
15725]
15726
15727[[package]]
15728name = "sync_wrapper"
15729version = "0.1.2"
15730source = "registry+https://github.com/rust-lang/crates.io-index"
15731checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15732
15733[[package]]
15734name = "sync_wrapper"
15735version = "1.0.2"
15736source = "registry+https://github.com/rust-lang/crates.io-index"
15737checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15738dependencies = [
15739 "futures-core",
15740]
15741
15742[[package]]
15743name = "synchronoise"
15744version = "1.0.1"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15747dependencies = [
15748 "crossbeam-queue",
15749]
15750
15751[[package]]
15752name = "synstructure"
15753version = "0.13.1"
15754source = "registry+https://github.com/rust-lang/crates.io-index"
15755checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15756dependencies = [
15757 "proc-macro2",
15758 "quote",
15759 "syn 2.0.101",
15760]
15761
15762[[package]]
15763name = "sys-locale"
15764version = "0.3.2"
15765source = "registry+https://github.com/rust-lang/crates.io-index"
15766checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15767dependencies = [
15768 "libc",
15769]
15770
15771[[package]]
15772name = "sysctl"
15773version = "0.5.5"
15774source = "registry+https://github.com/rust-lang/crates.io-index"
15775checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15776dependencies = [
15777 "bitflags 2.9.0",
15778 "byteorder",
15779 "enum-as-inner",
15780 "libc",
15781 "thiserror 1.0.69",
15782 "walkdir",
15783]
15784
15785[[package]]
15786name = "sysctl"
15787version = "0.6.0"
15788source = "registry+https://github.com/rust-lang/crates.io-index"
15789checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15790dependencies = [
15791 "bitflags 2.9.0",
15792 "byteorder",
15793 "enum-as-inner",
15794 "libc",
15795 "thiserror 1.0.69",
15796 "walkdir",
15797]
15798
15799[[package]]
15800name = "sysinfo"
15801version = "0.31.4"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15804dependencies = [
15805 "core-foundation-sys",
15806 "libc",
15807 "memchr",
15808 "ntapi",
15809 "rayon",
15810 "windows 0.57.0",
15811]
15812
15813[[package]]
15814name = "system-configuration"
15815version = "0.5.1"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15818dependencies = [
15819 "bitflags 1.3.2",
15820 "core-foundation 0.9.4",
15821 "system-configuration-sys 0.5.0",
15822]
15823
15824[[package]]
15825name = "system-configuration"
15826version = "0.6.1"
15827source = "registry+https://github.com/rust-lang/crates.io-index"
15828checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15829dependencies = [
15830 "bitflags 2.9.0",
15831 "core-foundation 0.9.4",
15832 "system-configuration-sys 0.6.0",
15833]
15834
15835[[package]]
15836name = "system-configuration-sys"
15837version = "0.5.0"
15838source = "registry+https://github.com/rust-lang/crates.io-index"
15839checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15840dependencies = [
15841 "core-foundation-sys",
15842 "libc",
15843]
15844
15845[[package]]
15846name = "system-configuration-sys"
15847version = "0.6.0"
15848source = "registry+https://github.com/rust-lang/crates.io-index"
15849checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15850dependencies = [
15851 "core-foundation-sys",
15852 "libc",
15853]
15854
15855[[package]]
15856name = "system-deps"
15857version = "6.2.2"
15858source = "registry+https://github.com/rust-lang/crates.io-index"
15859checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15860dependencies = [
15861 "cfg-expr",
15862 "heck 0.5.0",
15863 "pkg-config",
15864 "toml 0.8.20",
15865 "version-compare",
15866]
15867
15868[[package]]
15869name = "system-interface"
15870version = "0.27.3"
15871source = "registry+https://github.com/rust-lang/crates.io-index"
15872checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15873dependencies = [
15874 "bitflags 2.9.0",
15875 "cap-fs-ext",
15876 "cap-std",
15877 "fd-lock",
15878 "io-lifetimes",
15879 "rustix 0.38.44",
15880 "windows-sys 0.59.0",
15881 "winx",
15882]
15883
15884[[package]]
15885name = "system_specs"
15886version = "0.1.0"
15887dependencies = [
15888 "anyhow",
15889 "client",
15890 "gpui",
15891 "human_bytes",
15892 "pciid-parser",
15893 "release_channel",
15894 "serde",
15895 "sysinfo",
15896 "workspace-hack",
15897]
15898
15899[[package]]
15900name = "tab_switcher"
15901version = "0.1.0"
15902dependencies = [
15903 "anyhow",
15904 "collections",
15905 "ctor",
15906 "editor",
15907 "fuzzy",
15908 "gpui",
15909 "language",
15910 "menu",
15911 "picker",
15912 "project",
15913 "schemars 1.0.1",
15914 "serde",
15915 "serde_json",
15916 "settings",
15917 "smol",
15918 "theme",
15919 "ui",
15920 "util",
15921 "workspace",
15922 "workspace-hack",
15923 "zlog",
15924]
15925
15926[[package]]
15927name = "taffy"
15928version = "0.9.0"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15931dependencies = [
15932 "arrayvec",
15933 "grid",
15934 "serde",
15935 "slotmap",
15936]
15937
15938[[package]]
15939name = "tagptr"
15940version = "0.2.0"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15943
15944[[package]]
15945name = "take-until"
15946version = "0.2.0"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15949
15950[[package]]
15951name = "tao-core-video-sys"
15952version = "0.2.0"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15955dependencies = [
15956 "cfg-if",
15957 "core-foundation-sys",
15958 "libc",
15959 "objc",
15960]
15961
15962[[package]]
15963name = "tap"
15964version = "1.0.1"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15967
15968[[package]]
15969name = "target-lexicon"
15970version = "0.12.16"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15973
15974[[package]]
15975name = "target-lexicon"
15976version = "0.13.2"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15979
15980[[package]]
15981name = "task"
15982version = "0.1.0"
15983dependencies = [
15984 "anyhow",
15985 "collections",
15986 "futures 0.3.31",
15987 "gpui",
15988 "hex",
15989 "log",
15990 "parking_lot",
15991 "pretty_assertions",
15992 "proto",
15993 "schemars 1.0.1",
15994 "serde",
15995 "serde_json",
15996 "serde_json_lenient",
15997 "sha2",
15998 "shellexpand 2.1.2",
15999 "util",
16000 "workspace-hack",
16001 "zed_actions",
16002]
16003
16004[[package]]
16005name = "tasks_ui"
16006version = "0.1.0"
16007dependencies = [
16008 "anyhow",
16009 "collections",
16010 "editor",
16011 "file_icons",
16012 "fuzzy",
16013 "gpui",
16014 "itertools 0.14.0",
16015 "language",
16016 "menu",
16017 "picker",
16018 "project",
16019 "serde",
16020 "serde_json",
16021 "task",
16022 "tree-sitter-rust",
16023 "tree-sitter-typescript",
16024 "ui",
16025 "util",
16026 "workspace",
16027 "workspace-hack",
16028 "zed_actions",
16029]
16030
16031[[package]]
16032name = "telemetry"
16033version = "0.1.0"
16034dependencies = [
16035 "futures 0.3.31",
16036 "serde",
16037 "serde_json",
16038 "telemetry_events",
16039 "workspace-hack",
16040]
16041
16042[[package]]
16043name = "telemetry_events"
16044version = "0.1.0"
16045dependencies = [
16046 "semantic_version",
16047 "serde",
16048 "serde_json",
16049 "workspace-hack",
16050]
16051
16052[[package]]
16053name = "tempfile"
16054version = "3.20.0"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16057dependencies = [
16058 "fastrand 2.3.0",
16059 "getrandom 0.3.2",
16060 "once_cell",
16061 "rustix 1.0.7",
16062 "windows-sys 0.59.0",
16063]
16064
16065[[package]]
16066name = "tendril"
16067version = "0.4.3"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16070dependencies = [
16071 "futf",
16072 "mac",
16073 "utf-8",
16074]
16075
16076[[package]]
16077name = "termcolor"
16078version = "1.4.1"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16081dependencies = [
16082 "winapi-util",
16083]
16084
16085[[package]]
16086name = "terminal"
16087version = "0.1.0"
16088dependencies = [
16089 "alacritty_terminal",
16090 "anyhow",
16091 "collections",
16092 "futures 0.3.31",
16093 "gpui",
16094 "itertools 0.14.0",
16095 "libc",
16096 "log",
16097 "rand 0.9.1",
16098 "regex",
16099 "release_channel",
16100 "schemars 1.0.1",
16101 "serde",
16102 "settings",
16103 "smol",
16104 "sysinfo",
16105 "task",
16106 "theme",
16107 "thiserror 2.0.12",
16108 "url",
16109 "urlencoding",
16110 "util",
16111 "windows 0.61.1",
16112 "workspace-hack",
16113]
16114
16115[[package]]
16116name = "terminal_size"
16117version = "0.4.2"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16120dependencies = [
16121 "rustix 1.0.7",
16122 "windows-sys 0.59.0",
16123]
16124
16125[[package]]
16126name = "terminal_view"
16127version = "0.1.0"
16128dependencies = [
16129 "anyhow",
16130 "assistant_slash_command",
16131 "async-recursion",
16132 "breadcrumbs",
16133 "client",
16134 "collections",
16135 "db",
16136 "dirs 4.0.0",
16137 "editor",
16138 "futures 0.3.31",
16139 "gpui",
16140 "itertools 0.14.0",
16141 "language",
16142 "log",
16143 "pretty_assertions",
16144 "project",
16145 "rand 0.9.1",
16146 "regex",
16147 "schemars 1.0.1",
16148 "search",
16149 "serde",
16150 "serde_json",
16151 "settings",
16152 "shellexpand 2.1.2",
16153 "smol",
16154 "task",
16155 "terminal",
16156 "theme",
16157 "ui",
16158 "util",
16159 "workspace",
16160 "workspace-hack",
16161 "zed_actions",
16162]
16163
16164[[package]]
16165name = "text"
16166version = "0.1.0"
16167dependencies = [
16168 "anyhow",
16169 "clock",
16170 "collections",
16171 "ctor",
16172 "gpui",
16173 "http_client",
16174 "log",
16175 "parking_lot",
16176 "postage",
16177 "rand 0.9.1",
16178 "regex",
16179 "rope",
16180 "smallvec",
16181 "sum_tree",
16182 "util",
16183 "workspace-hack",
16184 "zlog",
16185]
16186
16187[[package]]
16188name = "theme"
16189version = "0.1.0"
16190dependencies = [
16191 "anyhow",
16192 "collections",
16193 "derive_more",
16194 "fs",
16195 "futures 0.3.31",
16196 "gpui",
16197 "log",
16198 "palette",
16199 "parking_lot",
16200 "refineable",
16201 "schemars 1.0.1",
16202 "serde",
16203 "serde_json",
16204 "serde_json_lenient",
16205 "settings",
16206 "strum 0.27.1",
16207 "thiserror 2.0.12",
16208 "util",
16209 "uuid",
16210 "workspace-hack",
16211]
16212
16213[[package]]
16214name = "theme_extension"
16215version = "0.1.0"
16216dependencies = [
16217 "anyhow",
16218 "extension",
16219 "fs",
16220 "gpui",
16221 "theme",
16222 "workspace-hack",
16223]
16224
16225[[package]]
16226name = "theme_importer"
16227version = "0.1.0"
16228dependencies = [
16229 "anyhow",
16230 "clap",
16231 "collections",
16232 "gpui",
16233 "indexmap 2.9.0",
16234 "log",
16235 "palette",
16236 "serde",
16237 "serde_json",
16238 "serde_json_lenient",
16239 "simplelog",
16240 "strum 0.27.1",
16241 "theme",
16242 "vscode_theme",
16243 "workspace-hack",
16244]
16245
16246[[package]]
16247name = "theme_selector"
16248version = "0.1.0"
16249dependencies = [
16250 "fs",
16251 "fuzzy",
16252 "gpui",
16253 "log",
16254 "picker",
16255 "serde",
16256 "settings",
16257 "telemetry",
16258 "theme",
16259 "ui",
16260 "util",
16261 "workspace",
16262 "workspace-hack",
16263 "zed_actions",
16264]
16265
16266[[package]]
16267name = "thiserror"
16268version = "1.0.69"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16271dependencies = [
16272 "thiserror-impl 1.0.69",
16273]
16274
16275[[package]]
16276name = "thiserror"
16277version = "2.0.12"
16278source = "registry+https://github.com/rust-lang/crates.io-index"
16279checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16280dependencies = [
16281 "thiserror-impl 2.0.12",
16282]
16283
16284[[package]]
16285name = "thiserror-impl"
16286version = "1.0.69"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16289dependencies = [
16290 "proc-macro2",
16291 "quote",
16292 "syn 2.0.101",
16293]
16294
16295[[package]]
16296name = "thiserror-impl"
16297version = "2.0.12"
16298source = "registry+https://github.com/rust-lang/crates.io-index"
16299checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16300dependencies = [
16301 "proc-macro2",
16302 "quote",
16303 "syn 2.0.101",
16304]
16305
16306[[package]]
16307name = "thread_local"
16308version = "1.1.8"
16309source = "registry+https://github.com/rust-lang/crates.io-index"
16310checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16311dependencies = [
16312 "cfg-if",
16313 "once_cell",
16314]
16315
16316[[package]]
16317name = "tiff"
16318version = "0.9.1"
16319source = "registry+https://github.com/rust-lang/crates.io-index"
16320checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16321dependencies = [
16322 "flate2",
16323 "jpeg-decoder",
16324 "weezl",
16325]
16326
16327[[package]]
16328name = "tiktoken-rs"
16329version = "0.8.0"
16330source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16331dependencies = [
16332 "anyhow",
16333 "base64 0.22.1",
16334 "bstr",
16335 "fancy-regex 0.13.0",
16336 "lazy_static",
16337 "regex",
16338 "rustc-hash 1.1.0",
16339]
16340
16341[[package]]
16342name = "time"
16343version = "0.3.41"
16344source = "registry+https://github.com/rust-lang/crates.io-index"
16345checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16346dependencies = [
16347 "deranged",
16348 "itoa",
16349 "libc",
16350 "num-conv",
16351 "num_threads",
16352 "powerfmt",
16353 "serde",
16354 "time-core",
16355 "time-macros",
16356]
16357
16358[[package]]
16359name = "time-core"
16360version = "0.1.4"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16363
16364[[package]]
16365name = "time-macros"
16366version = "0.2.22"
16367source = "registry+https://github.com/rust-lang/crates.io-index"
16368checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16369dependencies = [
16370 "num-conv",
16371 "time-core",
16372]
16373
16374[[package]]
16375name = "time_format"
16376version = "0.1.0"
16377dependencies = [
16378 "core-foundation 0.10.0",
16379 "core-foundation-sys",
16380 "sys-locale",
16381 "time",
16382 "workspace-hack",
16383]
16384
16385[[package]]
16386name = "tiny-keccak"
16387version = "2.0.2"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16390dependencies = [
16391 "crunchy",
16392]
16393
16394[[package]]
16395name = "tiny-skia"
16396version = "0.11.4"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16399dependencies = [
16400 "arrayref",
16401 "arrayvec",
16402 "bytemuck",
16403 "cfg-if",
16404 "log",
16405 "png",
16406 "tiny-skia-path",
16407]
16408
16409[[package]]
16410name = "tiny-skia-path"
16411version = "0.11.4"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16414dependencies = [
16415 "arrayref",
16416 "bytemuck",
16417 "strict-num",
16418]
16419
16420[[package]]
16421name = "tiny_http"
16422version = "0.8.2"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16425dependencies = [
16426 "ascii",
16427 "chrono",
16428 "chunked_transfer",
16429 "log",
16430 "url",
16431]
16432
16433[[package]]
16434name = "tinystr"
16435version = "0.7.6"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16438dependencies = [
16439 "displaydoc",
16440 "zerovec",
16441]
16442
16443[[package]]
16444name = "tinytemplate"
16445version = "1.2.1"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16448dependencies = [
16449 "serde",
16450 "serde_json",
16451]
16452
16453[[package]]
16454name = "tinyvec"
16455version = "1.9.0"
16456source = "registry+https://github.com/rust-lang/crates.io-index"
16457checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16458dependencies = [
16459 "tinyvec_macros",
16460]
16461
16462[[package]]
16463name = "tinyvec_macros"
16464version = "0.1.1"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16467
16468[[package]]
16469name = "title_bar"
16470version = "0.1.0"
16471dependencies = [
16472 "anyhow",
16473 "auto_update",
16474 "call",
16475 "chrono",
16476 "client",
16477 "cloud_llm_client",
16478 "collections",
16479 "db",
16480 "gpui",
16481 "http_client",
16482 "notifications",
16483 "pretty_assertions",
16484 "project",
16485 "remote",
16486 "rpc",
16487 "schemars 1.0.1",
16488 "serde",
16489 "settings",
16490 "smallvec",
16491 "story",
16492 "telemetry",
16493 "theme",
16494 "tree-sitter-md",
16495 "ui",
16496 "util",
16497 "windows 0.61.1",
16498 "workspace",
16499 "workspace-hack",
16500 "zed_actions",
16501]
16502
16503[[package]]
16504name = "tokio"
16505version = "1.44.2"
16506source = "registry+https://github.com/rust-lang/crates.io-index"
16507checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16508dependencies = [
16509 "backtrace",
16510 "bytes 1.10.1",
16511 "libc",
16512 "mio 1.0.3",
16513 "parking_lot",
16514 "pin-project-lite",
16515 "signal-hook-registry",
16516 "socket2",
16517 "tokio-macros",
16518 "windows-sys 0.52.0",
16519]
16520
16521[[package]]
16522name = "tokio-io"
16523version = "0.1.13"
16524source = "registry+https://github.com/rust-lang/crates.io-index"
16525checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16526dependencies = [
16527 "bytes 0.4.12",
16528 "futures 0.1.31",
16529 "log",
16530]
16531
16532[[package]]
16533name = "tokio-macros"
16534version = "2.5.0"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16537dependencies = [
16538 "proc-macro2",
16539 "quote",
16540 "syn 2.0.101",
16541]
16542
16543[[package]]
16544name = "tokio-native-tls"
16545version = "0.3.1"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16548dependencies = [
16549 "native-tls",
16550 "tokio",
16551]
16552
16553[[package]]
16554name = "tokio-rustls"
16555version = "0.24.1"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16558dependencies = [
16559 "rustls 0.21.12",
16560 "tokio",
16561]
16562
16563[[package]]
16564name = "tokio-rustls"
16565version = "0.26.2"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16568dependencies = [
16569 "rustls 0.23.26",
16570 "tokio",
16571]
16572
16573[[package]]
16574name = "tokio-socks"
16575version = "0.5.2"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16578dependencies = [
16579 "either",
16580 "futures-io",
16581 "futures-util",
16582 "thiserror 1.0.69",
16583 "tokio",
16584]
16585
16586[[package]]
16587name = "tokio-stream"
16588version = "0.1.17"
16589source = "registry+https://github.com/rust-lang/crates.io-index"
16590checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16591dependencies = [
16592 "futures-core",
16593 "pin-project-lite",
16594 "tokio",
16595]
16596
16597[[package]]
16598name = "tokio-tungstenite"
16599version = "0.20.1"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16602dependencies = [
16603 "futures-util",
16604 "log",
16605 "tokio",
16606 "tungstenite 0.20.1",
16607]
16608
16609[[package]]
16610name = "tokio-tungstenite"
16611version = "0.21.0"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16614dependencies = [
16615 "futures-util",
16616 "log",
16617 "tokio",
16618 "tungstenite 0.21.0",
16619]
16620
16621[[package]]
16622name = "tokio-tungstenite"
16623version = "0.26.2"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16626dependencies = [
16627 "futures-util",
16628 "log",
16629 "rustls 0.23.26",
16630 "rustls-pki-types",
16631 "tokio",
16632 "tokio-rustls 0.26.2",
16633 "tungstenite 0.26.2",
16634]
16635
16636[[package]]
16637name = "tokio-util"
16638version = "0.7.14"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16641dependencies = [
16642 "bytes 1.10.1",
16643 "futures-core",
16644 "futures-io",
16645 "futures-sink",
16646 "pin-project-lite",
16647 "tokio",
16648]
16649
16650[[package]]
16651name = "toml"
16652version = "0.5.11"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16655dependencies = [
16656 "serde",
16657]
16658
16659[[package]]
16660name = "toml"
16661version = "0.8.20"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16664dependencies = [
16665 "serde",
16666 "serde_spanned",
16667 "toml_datetime",
16668 "toml_edit",
16669]
16670
16671[[package]]
16672name = "toml_datetime"
16673version = "0.6.9"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16676dependencies = [
16677 "serde",
16678]
16679
16680[[package]]
16681name = "toml_edit"
16682version = "0.22.26"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16685dependencies = [
16686 "indexmap 2.9.0",
16687 "serde",
16688 "serde_spanned",
16689 "toml_datetime",
16690 "toml_write",
16691 "winnow",
16692]
16693
16694[[package]]
16695name = "toml_write"
16696version = "0.1.1"
16697source = "registry+https://github.com/rust-lang/crates.io-index"
16698checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16699
16700[[package]]
16701name = "toolchain_selector"
16702version = "0.1.0"
16703dependencies = [
16704 "anyhow",
16705 "convert_case 0.8.0",
16706 "editor",
16707 "file_finder",
16708 "futures 0.3.31",
16709 "fuzzy",
16710 "gpui",
16711 "language",
16712 "menu",
16713 "picker",
16714 "project",
16715 "ui",
16716 "util",
16717 "workspace",
16718 "workspace-hack",
16719]
16720
16721[[package]]
16722name = "topological-sort"
16723version = "0.2.2"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16726
16727[[package]]
16728name = "tower"
16729version = "0.4.13"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16732dependencies = [
16733 "futures-core",
16734 "futures-util",
16735 "pin-project",
16736 "pin-project-lite",
16737 "tokio",
16738 "tower-layer",
16739 "tower-service",
16740 "tracing",
16741]
16742
16743[[package]]
16744name = "tower"
16745version = "0.5.2"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16748dependencies = [
16749 "futures-core",
16750 "futures-util",
16751 "pin-project-lite",
16752 "sync_wrapper 1.0.2",
16753 "tokio",
16754 "tower-layer",
16755 "tower-service",
16756]
16757
16758[[package]]
16759name = "tower-http"
16760version = "0.3.5"
16761source = "registry+https://github.com/rust-lang/crates.io-index"
16762checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16763dependencies = [
16764 "bitflags 1.3.2",
16765 "bytes 1.10.1",
16766 "futures-core",
16767 "futures-util",
16768 "http 0.2.12",
16769 "http-body 0.4.6",
16770 "http-range-header",
16771 "pin-project-lite",
16772 "tower-layer",
16773 "tower-service",
16774]
16775
16776[[package]]
16777name = "tower-http"
16778version = "0.4.4"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16781dependencies = [
16782 "bitflags 2.9.0",
16783 "bytes 1.10.1",
16784 "futures-core",
16785 "futures-util",
16786 "http 0.2.12",
16787 "http-body 0.4.6",
16788 "http-range-header",
16789 "pin-project-lite",
16790 "tower-layer",
16791 "tower-service",
16792 "tracing",
16793]
16794
16795[[package]]
16796name = "tower-layer"
16797version = "0.3.3"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16800
16801[[package]]
16802name = "tower-service"
16803version = "0.3.3"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16806
16807[[package]]
16808name = "tracing"
16809version = "0.1.41"
16810source = "registry+https://github.com/rust-lang/crates.io-index"
16811checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16812dependencies = [
16813 "log",
16814 "pin-project-lite",
16815 "tracing-attributes",
16816 "tracing-core",
16817]
16818
16819[[package]]
16820name = "tracing-attributes"
16821version = "0.1.28"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16824dependencies = [
16825 "proc-macro2",
16826 "quote",
16827 "syn 2.0.101",
16828]
16829
16830[[package]]
16831name = "tracing-core"
16832version = "0.1.33"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16835dependencies = [
16836 "once_cell",
16837 "valuable",
16838]
16839
16840[[package]]
16841name = "tracing-log"
16842version = "0.2.0"
16843source = "registry+https://github.com/rust-lang/crates.io-index"
16844checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16845dependencies = [
16846 "log",
16847 "once_cell",
16848 "tracing-core",
16849]
16850
16851[[package]]
16852name = "tracing-serde"
16853version = "0.2.0"
16854source = "registry+https://github.com/rust-lang/crates.io-index"
16855checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16856dependencies = [
16857 "serde",
16858 "tracing-core",
16859]
16860
16861[[package]]
16862name = "tracing-subscriber"
16863version = "0.3.20"
16864source = "registry+https://github.com/rust-lang/crates.io-index"
16865checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16866dependencies = [
16867 "matchers",
16868 "nu-ansi-term",
16869 "once_cell",
16870 "regex-automata",
16871 "serde",
16872 "serde_json",
16873 "sharded-slab",
16874 "smallvec",
16875 "thread_local",
16876 "tracing",
16877 "tracing-core",
16878 "tracing-log",
16879 "tracing-serde",
16880]
16881
16882[[package]]
16883name = "trait-variant"
16884version = "0.1.2"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16887dependencies = [
16888 "proc-macro2",
16889 "quote",
16890 "syn 2.0.101",
16891]
16892
16893[[package]]
16894name = "transpose"
16895version = "0.2.3"
16896source = "registry+https://github.com/rust-lang/crates.io-index"
16897checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16898dependencies = [
16899 "num-integer",
16900 "strength_reduce",
16901]
16902
16903[[package]]
16904name = "tree-sitter"
16905version = "0.25.10"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
16908dependencies = [
16909 "cc",
16910 "regex",
16911 "regex-syntax",
16912 "serde_json",
16913 "streaming-iterator",
16914 "tree-sitter-language",
16915 "wasmtime-c-api-impl",
16916]
16917
16918[[package]]
16919name = "tree-sitter-bash"
16920version = "0.25.0"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16923dependencies = [
16924 "cc",
16925 "tree-sitter-language",
16926]
16927
16928[[package]]
16929name = "tree-sitter-c"
16930version = "0.23.4"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16933dependencies = [
16934 "cc",
16935 "tree-sitter-language",
16936]
16937
16938[[package]]
16939name = "tree-sitter-cpp"
16940version = "0.23.4"
16941source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16942dependencies = [
16943 "cc",
16944 "tree-sitter-language",
16945]
16946
16947[[package]]
16948name = "tree-sitter-css"
16949version = "0.23.2"
16950source = "registry+https://github.com/rust-lang/crates.io-index"
16951checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16952dependencies = [
16953 "cc",
16954 "tree-sitter-language",
16955]
16956
16957[[package]]
16958name = "tree-sitter-diff"
16959version = "0.1.0"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16962dependencies = [
16963 "cc",
16964 "tree-sitter-language",
16965]
16966
16967[[package]]
16968name = "tree-sitter-elixir"
16969version = "0.3.4"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16972dependencies = [
16973 "cc",
16974 "tree-sitter-language",
16975]
16976
16977[[package]]
16978name = "tree-sitter-embedded-template"
16979version = "0.23.2"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16982dependencies = [
16983 "cc",
16984 "tree-sitter-language",
16985]
16986
16987[[package]]
16988name = "tree-sitter-gitcommit"
16989version = "0.0.1"
16990source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16991dependencies = [
16992 "cc",
16993 "tree-sitter-language",
16994]
16995
16996[[package]]
16997name = "tree-sitter-go"
16998version = "0.23.4"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17001dependencies = [
17002 "cc",
17003 "tree-sitter-language",
17004]
17005
17006[[package]]
17007name = "tree-sitter-gomod"
17008version = "1.1.1"
17009source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17010dependencies = [
17011 "cc",
17012 "tree-sitter-language",
17013]
17014
17015[[package]]
17016name = "tree-sitter-gowork"
17017version = "0.0.1"
17018source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17019dependencies = [
17020 "cc",
17021 "tree-sitter-language",
17022]
17023
17024[[package]]
17025name = "tree-sitter-heex"
17026version = "0.0.1"
17027source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17028dependencies = [
17029 "cc",
17030 "tree-sitter-language",
17031]
17032
17033[[package]]
17034name = "tree-sitter-html"
17035version = "0.23.2"
17036source = "registry+https://github.com/rust-lang/crates.io-index"
17037checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17038dependencies = [
17039 "cc",
17040 "tree-sitter-language",
17041]
17042
17043[[package]]
17044name = "tree-sitter-jsdoc"
17045version = "0.23.2"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17048dependencies = [
17049 "cc",
17050 "tree-sitter-language",
17051]
17052
17053[[package]]
17054name = "tree-sitter-json"
17055version = "0.24.8"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17058dependencies = [
17059 "cc",
17060 "tree-sitter-language",
17061]
17062
17063[[package]]
17064name = "tree-sitter-language"
17065version = "0.1.5"
17066source = "registry+https://github.com/rust-lang/crates.io-index"
17067checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17068
17069[[package]]
17070name = "tree-sitter-md"
17071version = "0.3.2"
17072source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17073dependencies = [
17074 "cc",
17075 "tree-sitter-language",
17076]
17077
17078[[package]]
17079name = "tree-sitter-python"
17080version = "0.25.0"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17083dependencies = [
17084 "cc",
17085 "tree-sitter-language",
17086]
17087
17088[[package]]
17089name = "tree-sitter-regex"
17090version = "0.24.3"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17093dependencies = [
17094 "cc",
17095 "tree-sitter-language",
17096]
17097
17098[[package]]
17099name = "tree-sitter-ruby"
17100version = "0.23.1"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17103dependencies = [
17104 "cc",
17105 "tree-sitter-language",
17106]
17107
17108[[package]]
17109name = "tree-sitter-rust"
17110version = "0.24.0"
17111source = "registry+https://github.com/rust-lang/crates.io-index"
17112checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17113dependencies = [
17114 "cc",
17115 "tree-sitter-language",
17116]
17117
17118[[package]]
17119name = "tree-sitter-typescript"
17120version = "0.23.2"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17123dependencies = [
17124 "cc",
17125 "tree-sitter-language",
17126]
17127
17128[[package]]
17129name = "tree-sitter-yaml"
17130version = "0.6.1"
17131source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17132dependencies = [
17133 "cc",
17134 "tree-sitter-language",
17135]
17136
17137[[package]]
17138name = "try-lock"
17139version = "0.2.5"
17140source = "registry+https://github.com/rust-lang/crates.io-index"
17141checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17142
17143[[package]]
17144name = "ttf-parser"
17145version = "0.20.0"
17146source = "registry+https://github.com/rust-lang/crates.io-index"
17147checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17148
17149[[package]]
17150name = "ttf-parser"
17151version = "0.21.1"
17152source = "registry+https://github.com/rust-lang/crates.io-index"
17153checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17154
17155[[package]]
17156name = "ttf-parser"
17157version = "0.25.1"
17158source = "registry+https://github.com/rust-lang/crates.io-index"
17159checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17160dependencies = [
17161 "core_maths",
17162]
17163
17164[[package]]
17165name = "tungstenite"
17166version = "0.20.1"
17167source = "registry+https://github.com/rust-lang/crates.io-index"
17168checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17169dependencies = [
17170 "byteorder",
17171 "bytes 1.10.1",
17172 "data-encoding",
17173 "http 0.2.12",
17174 "httparse",
17175 "log",
17176 "rand 0.8.5",
17177 "sha1",
17178 "thiserror 1.0.69",
17179 "url",
17180 "utf-8",
17181]
17182
17183[[package]]
17184name = "tungstenite"
17185version = "0.21.0"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17188dependencies = [
17189 "byteorder",
17190 "bytes 1.10.1",
17191 "data-encoding",
17192 "http 1.3.1",
17193 "httparse",
17194 "log",
17195 "rand 0.8.5",
17196 "sha1",
17197 "thiserror 1.0.69",
17198 "url",
17199 "utf-8",
17200]
17201
17202[[package]]
17203name = "tungstenite"
17204version = "0.26.2"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17207dependencies = [
17208 "bytes 1.10.1",
17209 "data-encoding",
17210 "http 1.3.1",
17211 "httparse",
17212 "log",
17213 "rand 0.9.1",
17214 "rustls 0.23.26",
17215 "rustls-pki-types",
17216 "sha1",
17217 "thiserror 2.0.12",
17218 "utf-8",
17219]
17220
17221[[package]]
17222name = "typed-path"
17223version = "0.11.0"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17226
17227[[package]]
17228name = "typeid"
17229version = "1.0.3"
17230source = "registry+https://github.com/rust-lang/crates.io-index"
17231checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17232
17233[[package]]
17234name = "typenum"
17235version = "1.18.0"
17236source = "registry+https://github.com/rust-lang/crates.io-index"
17237checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17238
17239[[package]]
17240name = "ucd-trie"
17241version = "0.1.7"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17244
17245[[package]]
17246name = "uds"
17247version = "0.4.2"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17250dependencies = [
17251 "libc",
17252]
17253
17254[[package]]
17255name = "uds_windows"
17256version = "1.1.0"
17257source = "registry+https://github.com/rust-lang/crates.io-index"
17258checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17259dependencies = [
17260 "memoffset",
17261 "tempfile",
17262 "winapi",
17263]
17264
17265[[package]]
17266name = "ug"
17267version = "0.4.0"
17268source = "registry+https://github.com/rust-lang/crates.io-index"
17269checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17270dependencies = [
17271 "gemm 0.18.2",
17272 "half",
17273 "libloading",
17274 "memmap2",
17275 "num",
17276 "num-traits",
17277 "num_cpus",
17278 "rayon",
17279 "safetensors",
17280 "serde",
17281 "thiserror 1.0.69",
17282 "tracing",
17283 "yoke",
17284]
17285
17286[[package]]
17287name = "ui"
17288version = "0.1.0"
17289dependencies = [
17290 "chrono",
17291 "component",
17292 "documented",
17293 "gpui",
17294 "gpui_macros",
17295 "icons",
17296 "itertools 0.14.0",
17297 "menu",
17298 "schemars 1.0.1",
17299 "serde",
17300 "settings",
17301 "smallvec",
17302 "story",
17303 "strum 0.27.1",
17304 "theme",
17305 "ui_macros",
17306 "util",
17307 "windows 0.61.1",
17308 "workspace-hack",
17309]
17310
17311[[package]]
17312name = "ui_input"
17313version = "0.1.0"
17314dependencies = [
17315 "component",
17316 "editor",
17317 "gpui",
17318 "settings",
17319 "theme",
17320 "ui",
17321 "workspace-hack",
17322]
17323
17324[[package]]
17325name = "ui_macros"
17326version = "0.1.0"
17327dependencies = [
17328 "component",
17329 "quote",
17330 "syn 2.0.101",
17331 "ui",
17332 "workspace-hack",
17333]
17334
17335[[package]]
17336name = "ui_prompt"
17337version = "0.1.0"
17338dependencies = [
17339 "gpui",
17340 "markdown",
17341 "menu",
17342 "settings",
17343 "theme",
17344 "ui",
17345 "workspace",
17346 "workspace-hack",
17347]
17348
17349[[package]]
17350name = "unicase"
17351version = "2.8.1"
17352source = "registry+https://github.com/rust-lang/crates.io-index"
17353checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17354
17355[[package]]
17356name = "unicode-bidi"
17357version = "0.3.18"
17358source = "registry+https://github.com/rust-lang/crates.io-index"
17359checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17360
17361[[package]]
17362name = "unicode-bidi-mirroring"
17363version = "0.2.0"
17364source = "registry+https://github.com/rust-lang/crates.io-index"
17365checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17366
17367[[package]]
17368name = "unicode-bidi-mirroring"
17369version = "0.4.0"
17370source = "registry+https://github.com/rust-lang/crates.io-index"
17371checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17372
17373[[package]]
17374name = "unicode-ccc"
17375version = "0.2.0"
17376source = "registry+https://github.com/rust-lang/crates.io-index"
17377checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17378
17379[[package]]
17380name = "unicode-ccc"
17381version = "0.4.0"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17384
17385[[package]]
17386name = "unicode-ident"
17387version = "1.0.18"
17388source = "registry+https://github.com/rust-lang/crates.io-index"
17389checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17390
17391[[package]]
17392name = "unicode-linebreak"
17393version = "0.1.5"
17394source = "registry+https://github.com/rust-lang/crates.io-index"
17395checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17396
17397[[package]]
17398name = "unicode-normalization"
17399version = "0.1.24"
17400source = "registry+https://github.com/rust-lang/crates.io-index"
17401checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17402dependencies = [
17403 "tinyvec",
17404]
17405
17406[[package]]
17407name = "unicode-properties"
17408version = "0.1.3"
17409source = "registry+https://github.com/rust-lang/crates.io-index"
17410checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17411
17412[[package]]
17413name = "unicode-script"
17414version = "0.5.7"
17415source = "registry+https://github.com/rust-lang/crates.io-index"
17416checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17417
17418[[package]]
17419name = "unicode-segmentation"
17420version = "1.12.0"
17421source = "registry+https://github.com/rust-lang/crates.io-index"
17422checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17423
17424[[package]]
17425name = "unicode-vo"
17426version = "0.1.0"
17427source = "registry+https://github.com/rust-lang/crates.io-index"
17428checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17429
17430[[package]]
17431name = "unicode-width"
17432version = "0.2.0"
17433source = "registry+https://github.com/rust-lang/crates.io-index"
17434checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17435
17436[[package]]
17437name = "unicode-xid"
17438version = "0.2.6"
17439source = "registry+https://github.com/rust-lang/crates.io-index"
17440checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17441
17442[[package]]
17443name = "unicode_categories"
17444version = "0.1.1"
17445source = "registry+https://github.com/rust-lang/crates.io-index"
17446checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17447
17448[[package]]
17449name = "unindent"
17450version = "0.2.4"
17451source = "registry+https://github.com/rust-lang/crates.io-index"
17452checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17453
17454[[package]]
17455name = "untrusted"
17456version = "0.9.0"
17457source = "registry+https://github.com/rust-lang/crates.io-index"
17458checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17459
17460[[package]]
17461name = "url"
17462version = "2.5.4"
17463source = "registry+https://github.com/rust-lang/crates.io-index"
17464checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17465dependencies = [
17466 "form_urlencoded",
17467 "idna",
17468 "percent-encoding",
17469 "serde",
17470]
17471
17472[[package]]
17473name = "urlencoding"
17474version = "2.1.3"
17475source = "registry+https://github.com/rust-lang/crates.io-index"
17476checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17477
17478[[package]]
17479name = "usvg"
17480version = "0.45.1"
17481source = "registry+https://github.com/rust-lang/crates.io-index"
17482checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17483dependencies = [
17484 "base64 0.22.1",
17485 "data-url",
17486 "flate2",
17487 "fontdb 0.23.0",
17488 "imagesize",
17489 "kurbo",
17490 "log",
17491 "pico-args",
17492 "roxmltree",
17493 "rustybuzz 0.20.1",
17494 "simplecss",
17495 "siphasher",
17496 "strict-num",
17497 "svgtypes",
17498 "tiny-skia-path",
17499 "unicode-bidi",
17500 "unicode-script",
17501 "unicode-vo",
17502 "xmlwriter",
17503]
17504
17505[[package]]
17506name = "utf-8"
17507version = "0.7.6"
17508source = "registry+https://github.com/rust-lang/crates.io-index"
17509checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17510
17511[[package]]
17512name = "utf16_iter"
17513version = "1.0.5"
17514source = "registry+https://github.com/rust-lang/crates.io-index"
17515checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17516
17517[[package]]
17518name = "utf8_iter"
17519version = "1.0.4"
17520source = "registry+https://github.com/rust-lang/crates.io-index"
17521checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17522
17523[[package]]
17524name = "utf8parse"
17525version = "0.2.2"
17526source = "registry+https://github.com/rust-lang/crates.io-index"
17527checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17528
17529[[package]]
17530name = "util"
17531version = "0.1.0"
17532dependencies = [
17533 "anyhow",
17534 "async-fs",
17535 "async_zip",
17536 "collections",
17537 "command-fds",
17538 "dirs 4.0.0",
17539 "dunce",
17540 "futures 0.3.31",
17541 "futures-lite 1.13.0",
17542 "git2",
17543 "globset",
17544 "indoc",
17545 "itertools 0.14.0",
17546 "libc",
17547 "log",
17548 "nix 0.29.0",
17549 "pretty_assertions",
17550 "rand 0.9.1",
17551 "regex",
17552 "rust-embed",
17553 "schemars 1.0.1",
17554 "serde",
17555 "serde_json",
17556 "serde_json_lenient",
17557 "shlex",
17558 "smol",
17559 "take-until",
17560 "tempfile",
17561 "tendril",
17562 "unicase",
17563 "util_macros",
17564 "walkdir",
17565 "workspace-hack",
17566]
17567
17568[[package]]
17569name = "util_macros"
17570version = "0.1.0"
17571dependencies = [
17572 "perf",
17573 "quote",
17574 "syn 2.0.101",
17575 "workspace-hack",
17576]
17577
17578[[package]]
17579name = "uuid"
17580version = "1.16.0"
17581source = "registry+https://github.com/rust-lang/crates.io-index"
17582checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17583dependencies = [
17584 "getrandom 0.3.2",
17585 "serde",
17586 "sha1_smol",
17587]
17588
17589[[package]]
17590name = "uuid-simd"
17591version = "0.8.0"
17592source = "registry+https://github.com/rust-lang/crates.io-index"
17593checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17594dependencies = [
17595 "outref",
17596 "uuid",
17597 "vsimd",
17598]
17599
17600[[package]]
17601name = "v_frame"
17602version = "0.3.8"
17603source = "registry+https://github.com/rust-lang/crates.io-index"
17604checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17605dependencies = [
17606 "aligned-vec",
17607 "num-traits",
17608 "wasm-bindgen",
17609]
17610
17611[[package]]
17612name = "valuable"
17613version = "0.1.1"
17614source = "registry+https://github.com/rust-lang/crates.io-index"
17615checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17616
17617[[package]]
17618name = "value-bag"
17619version = "1.11.1"
17620source = "registry+https://github.com/rust-lang/crates.io-index"
17621checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17622dependencies = [
17623 "value-bag-serde1",
17624 "value-bag-sval2",
17625]
17626
17627[[package]]
17628name = "value-bag-serde1"
17629version = "1.11.1"
17630source = "registry+https://github.com/rust-lang/crates.io-index"
17631checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17632dependencies = [
17633 "erased-serde",
17634 "serde",
17635 "serde_fmt",
17636]
17637
17638[[package]]
17639name = "value-bag-sval2"
17640version = "1.11.1"
17641source = "registry+https://github.com/rust-lang/crates.io-index"
17642checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17643dependencies = [
17644 "sval",
17645 "sval_buffer",
17646 "sval_dynamic",
17647 "sval_fmt",
17648 "sval_json",
17649 "sval_ref",
17650 "sval_serde",
17651]
17652
17653[[package]]
17654name = "vcpkg"
17655version = "0.2.15"
17656source = "registry+https://github.com/rust-lang/crates.io-index"
17657checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17658
17659[[package]]
17660name = "vercel"
17661version = "0.1.0"
17662dependencies = [
17663 "anyhow",
17664 "schemars 1.0.1",
17665 "serde",
17666 "strum 0.27.1",
17667 "workspace-hack",
17668]
17669
17670[[package]]
17671name = "version-compare"
17672version = "0.2.0"
17673source = "registry+https://github.com/rust-lang/crates.io-index"
17674checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17675
17676[[package]]
17677name = "version_check"
17678version = "0.9.5"
17679source = "registry+https://github.com/rust-lang/crates.io-index"
17680checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17681
17682[[package]]
17683name = "vim"
17684version = "0.1.0"
17685dependencies = [
17686 "anyhow",
17687 "assets",
17688 "async-compat",
17689 "async-trait",
17690 "collections",
17691 "command_palette",
17692 "command_palette_hooks",
17693 "db",
17694 "editor",
17695 "env_logger 0.11.8",
17696 "futures 0.3.31",
17697 "git_ui",
17698 "gpui",
17699 "indoc",
17700 "itertools 0.14.0",
17701 "language",
17702 "log",
17703 "lsp",
17704 "menu",
17705 "multi_buffer",
17706 "nvim-rs",
17707 "parking_lot",
17708 "perf",
17709 "picker",
17710 "project",
17711 "project_panel",
17712 "regex",
17713 "release_channel",
17714 "schemars 1.0.1",
17715 "search",
17716 "serde",
17717 "serde_json",
17718 "settings",
17719 "task",
17720 "text",
17721 "theme",
17722 "tokio",
17723 "ui",
17724 "util",
17725 "util_macros",
17726 "vim_mode_setting",
17727 "workspace",
17728 "workspace-hack",
17729 "zed_actions",
17730]
17731
17732[[package]]
17733name = "vim_mode_setting"
17734version = "0.1.0"
17735dependencies = [
17736 "gpui",
17737 "settings",
17738 "workspace-hack",
17739]
17740
17741[[package]]
17742name = "vscode_theme"
17743version = "0.2.0"
17744source = "registry+https://github.com/rust-lang/crates.io-index"
17745checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17746dependencies = [
17747 "serde",
17748]
17749
17750[[package]]
17751name = "vsimd"
17752version = "0.8.0"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17755
17756[[package]]
17757name = "vswhom"
17758version = "0.1.0"
17759source = "registry+https://github.com/rust-lang/crates.io-index"
17760checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17761dependencies = [
17762 "libc",
17763 "vswhom-sys",
17764]
17765
17766[[package]]
17767name = "vswhom-sys"
17768version = "0.1.3"
17769source = "registry+https://github.com/rust-lang/crates.io-index"
17770checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17771dependencies = [
17772 "cc",
17773 "libc",
17774]
17775
17776[[package]]
17777name = "vte"
17778version = "0.15.0"
17779source = "registry+https://github.com/rust-lang/crates.io-index"
17780checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17781dependencies = [
17782 "arrayvec",
17783 "bitflags 2.9.0",
17784 "cursor-icon",
17785 "log",
17786 "memchr",
17787 "serde",
17788]
17789
17790[[package]]
17791name = "waker-fn"
17792version = "1.2.0"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17795
17796[[package]]
17797name = "walkdir"
17798version = "2.5.0"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17801dependencies = [
17802 "same-file",
17803 "winapi-util",
17804]
17805
17806[[package]]
17807name = "want"
17808version = "0.3.1"
17809source = "registry+https://github.com/rust-lang/crates.io-index"
17810checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17811dependencies = [
17812 "try-lock",
17813]
17814
17815[[package]]
17816name = "warp"
17817version = "0.3.7"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17820dependencies = [
17821 "bytes 1.10.1",
17822 "futures-channel",
17823 "futures-util",
17824 "headers",
17825 "http 0.2.12",
17826 "hyper 0.14.32",
17827 "log",
17828 "mime",
17829 "mime_guess",
17830 "percent-encoding",
17831 "pin-project",
17832 "scoped-tls",
17833 "serde",
17834 "serde_json",
17835 "serde_urlencoded",
17836 "tokio",
17837 "tokio-tungstenite 0.21.0",
17838 "tokio-util",
17839 "tower-service",
17840 "tracing",
17841]
17842
17843[[package]]
17844name = "wasi"
17845version = "0.11.0+wasi-snapshot-preview1"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17848
17849[[package]]
17850name = "wasi"
17851version = "0.14.2+wasi-0.2.4"
17852source = "registry+https://github.com/rust-lang/crates.io-index"
17853checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17854dependencies = [
17855 "wit-bindgen-rt 0.39.0",
17856]
17857
17858[[package]]
17859name = "wasite"
17860version = "0.1.0"
17861source = "registry+https://github.com/rust-lang/crates.io-index"
17862checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17863
17864[[package]]
17865name = "wasm-bindgen"
17866version = "0.2.100"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17869dependencies = [
17870 "cfg-if",
17871 "once_cell",
17872 "rustversion",
17873 "wasm-bindgen-macro",
17874]
17875
17876[[package]]
17877name = "wasm-bindgen-backend"
17878version = "0.2.100"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17881dependencies = [
17882 "bumpalo",
17883 "log",
17884 "proc-macro2",
17885 "quote",
17886 "syn 2.0.101",
17887 "wasm-bindgen-shared",
17888]
17889
17890[[package]]
17891name = "wasm-bindgen-futures"
17892version = "0.4.50"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17895dependencies = [
17896 "cfg-if",
17897 "js-sys",
17898 "once_cell",
17899 "wasm-bindgen",
17900 "web-sys",
17901]
17902
17903[[package]]
17904name = "wasm-bindgen-macro"
17905version = "0.2.100"
17906source = "registry+https://github.com/rust-lang/crates.io-index"
17907checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17908dependencies = [
17909 "quote",
17910 "wasm-bindgen-macro-support",
17911]
17912
17913[[package]]
17914name = "wasm-bindgen-macro-support"
17915version = "0.2.100"
17916source = "registry+https://github.com/rust-lang/crates.io-index"
17917checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17918dependencies = [
17919 "proc-macro2",
17920 "quote",
17921 "syn 2.0.101",
17922 "wasm-bindgen-backend",
17923 "wasm-bindgen-shared",
17924]
17925
17926[[package]]
17927name = "wasm-bindgen-shared"
17928version = "0.2.100"
17929source = "registry+https://github.com/rust-lang/crates.io-index"
17930checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17931dependencies = [
17932 "unicode-ident",
17933]
17934
17935[[package]]
17936name = "wasm-encoder"
17937version = "0.201.0"
17938source = "registry+https://github.com/rust-lang/crates.io-index"
17939checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17940dependencies = [
17941 "leb128",
17942]
17943
17944[[package]]
17945name = "wasm-encoder"
17946version = "0.221.3"
17947source = "registry+https://github.com/rust-lang/crates.io-index"
17948checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17949dependencies = [
17950 "leb128",
17951 "wasmparser 0.221.3",
17952]
17953
17954[[package]]
17955name = "wasm-encoder"
17956version = "0.227.1"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17959dependencies = [
17960 "leb128fmt",
17961 "wasmparser 0.227.1",
17962]
17963
17964[[package]]
17965name = "wasm-metadata"
17966version = "0.201.0"
17967source = "registry+https://github.com/rust-lang/crates.io-index"
17968checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17969dependencies = [
17970 "anyhow",
17971 "indexmap 2.9.0",
17972 "serde",
17973 "serde_derive",
17974 "serde_json",
17975 "spdx",
17976 "wasm-encoder 0.201.0",
17977 "wasmparser 0.201.0",
17978]
17979
17980[[package]]
17981name = "wasm-metadata"
17982version = "0.227.1"
17983source = "registry+https://github.com/rust-lang/crates.io-index"
17984checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17985dependencies = [
17986 "anyhow",
17987 "auditable-serde",
17988 "flate2",
17989 "indexmap 2.9.0",
17990 "serde",
17991 "serde_derive",
17992 "serde_json",
17993 "spdx",
17994 "url",
17995 "wasm-encoder 0.227.1",
17996 "wasmparser 0.227.1",
17997]
17998
17999[[package]]
18000name = "wasm-streams"
18001version = "0.4.2"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18004dependencies = [
18005 "futures-util",
18006 "js-sys",
18007 "wasm-bindgen",
18008 "wasm-bindgen-futures",
18009 "web-sys",
18010]
18011
18012[[package]]
18013name = "wasmparser"
18014version = "0.201.0"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18017dependencies = [
18018 "bitflags 2.9.0",
18019 "indexmap 2.9.0",
18020 "semver",
18021]
18022
18023[[package]]
18024name = "wasmparser"
18025version = "0.221.3"
18026source = "registry+https://github.com/rust-lang/crates.io-index"
18027checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18028dependencies = [
18029 "bitflags 2.9.0",
18030 "hashbrown 0.15.3",
18031 "indexmap 2.9.0",
18032 "semver",
18033 "serde",
18034]
18035
18036[[package]]
18037name = "wasmparser"
18038version = "0.227.1"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18041dependencies = [
18042 "bitflags 2.9.0",
18043 "hashbrown 0.15.3",
18044 "indexmap 2.9.0",
18045 "semver",
18046]
18047
18048[[package]]
18049name = "wasmprinter"
18050version = "0.221.3"
18051source = "registry+https://github.com/rust-lang/crates.io-index"
18052checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18053dependencies = [
18054 "anyhow",
18055 "termcolor",
18056 "wasmparser 0.221.3",
18057]
18058
18059[[package]]
18060name = "wasmtime"
18061version = "29.0.1"
18062source = "registry+https://github.com/rust-lang/crates.io-index"
18063checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18064dependencies = [
18065 "anyhow",
18066 "async-trait",
18067 "bitflags 2.9.0",
18068 "bumpalo",
18069 "cc",
18070 "cfg-if",
18071 "encoding_rs",
18072 "hashbrown 0.14.5",
18073 "indexmap 2.9.0",
18074 "libc",
18075 "log",
18076 "mach2 0.4.2",
18077 "memfd",
18078 "object",
18079 "once_cell",
18080 "paste",
18081 "postcard",
18082 "psm",
18083 "pulley-interpreter",
18084 "rayon",
18085 "rustix 0.38.44",
18086 "semver",
18087 "serde",
18088 "serde_derive",
18089 "smallvec",
18090 "sptr",
18091 "target-lexicon 0.13.2",
18092 "trait-variant",
18093 "wasmparser 0.221.3",
18094 "wasmtime-asm-macros",
18095 "wasmtime-component-macro",
18096 "wasmtime-component-util",
18097 "wasmtime-cranelift",
18098 "wasmtime-environ",
18099 "wasmtime-fiber",
18100 "wasmtime-jit-icache-coherence",
18101 "wasmtime-math",
18102 "wasmtime-slab",
18103 "wasmtime-versioned-export-macros",
18104 "wasmtime-winch",
18105 "windows-sys 0.59.0",
18106]
18107
18108[[package]]
18109name = "wasmtime-asm-macros"
18110version = "29.0.1"
18111source = "registry+https://github.com/rust-lang/crates.io-index"
18112checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18113dependencies = [
18114 "cfg-if",
18115]
18116
18117[[package]]
18118name = "wasmtime-c-api-impl"
18119version = "29.0.1"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18122dependencies = [
18123 "anyhow",
18124 "log",
18125 "tracing",
18126 "wasmtime",
18127 "wasmtime-c-api-macros",
18128]
18129
18130[[package]]
18131name = "wasmtime-c-api-macros"
18132version = "29.0.1"
18133source = "registry+https://github.com/rust-lang/crates.io-index"
18134checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18135dependencies = [
18136 "proc-macro2",
18137 "quote",
18138]
18139
18140[[package]]
18141name = "wasmtime-component-macro"
18142version = "29.0.1"
18143source = "registry+https://github.com/rust-lang/crates.io-index"
18144checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18145dependencies = [
18146 "anyhow",
18147 "proc-macro2",
18148 "quote",
18149 "syn 2.0.101",
18150 "wasmtime-component-util",
18151 "wasmtime-wit-bindgen",
18152 "wit-parser 0.221.3",
18153]
18154
18155[[package]]
18156name = "wasmtime-component-util"
18157version = "29.0.1"
18158source = "registry+https://github.com/rust-lang/crates.io-index"
18159checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18160
18161[[package]]
18162name = "wasmtime-cranelift"
18163version = "29.0.1"
18164source = "registry+https://github.com/rust-lang/crates.io-index"
18165checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18166dependencies = [
18167 "anyhow",
18168 "cfg-if",
18169 "cranelift-codegen",
18170 "cranelift-control",
18171 "cranelift-entity",
18172 "cranelift-frontend",
18173 "cranelift-native",
18174 "gimli",
18175 "itertools 0.12.1",
18176 "log",
18177 "object",
18178 "smallvec",
18179 "target-lexicon 0.13.2",
18180 "thiserror 1.0.69",
18181 "wasmparser 0.221.3",
18182 "wasmtime-environ",
18183 "wasmtime-versioned-export-macros",
18184]
18185
18186[[package]]
18187name = "wasmtime-environ"
18188version = "29.0.1"
18189source = "registry+https://github.com/rust-lang/crates.io-index"
18190checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18191dependencies = [
18192 "anyhow",
18193 "cpp_demangle",
18194 "cranelift-bitset",
18195 "cranelift-entity",
18196 "gimli",
18197 "indexmap 2.9.0",
18198 "log",
18199 "object",
18200 "postcard",
18201 "rustc-demangle",
18202 "semver",
18203 "serde",
18204 "serde_derive",
18205 "smallvec",
18206 "target-lexicon 0.13.2",
18207 "wasm-encoder 0.221.3",
18208 "wasmparser 0.221.3",
18209 "wasmprinter",
18210 "wasmtime-component-util",
18211]
18212
18213[[package]]
18214name = "wasmtime-fiber"
18215version = "29.0.1"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18218dependencies = [
18219 "anyhow",
18220 "cc",
18221 "cfg-if",
18222 "rustix 0.38.44",
18223 "wasmtime-asm-macros",
18224 "wasmtime-versioned-export-macros",
18225 "windows-sys 0.59.0",
18226]
18227
18228[[package]]
18229name = "wasmtime-jit-icache-coherence"
18230version = "29.0.1"
18231source = "registry+https://github.com/rust-lang/crates.io-index"
18232checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18233dependencies = [
18234 "anyhow",
18235 "cfg-if",
18236 "libc",
18237 "windows-sys 0.59.0",
18238]
18239
18240[[package]]
18241name = "wasmtime-math"
18242version = "29.0.1"
18243source = "registry+https://github.com/rust-lang/crates.io-index"
18244checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18245dependencies = [
18246 "libm",
18247]
18248
18249[[package]]
18250name = "wasmtime-slab"
18251version = "29.0.1"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18254
18255[[package]]
18256name = "wasmtime-versioned-export-macros"
18257version = "29.0.1"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18260dependencies = [
18261 "proc-macro2",
18262 "quote",
18263 "syn 2.0.101",
18264]
18265
18266[[package]]
18267name = "wasmtime-wasi"
18268version = "29.0.1"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18271dependencies = [
18272 "anyhow",
18273 "async-trait",
18274 "bitflags 2.9.0",
18275 "bytes 1.10.1",
18276 "cap-fs-ext",
18277 "cap-net-ext",
18278 "cap-rand",
18279 "cap-std",
18280 "cap-time-ext",
18281 "fs-set-times",
18282 "futures 0.3.31",
18283 "io-extras",
18284 "io-lifetimes",
18285 "rustix 0.38.44",
18286 "system-interface",
18287 "thiserror 1.0.69",
18288 "tokio",
18289 "tracing",
18290 "trait-variant",
18291 "url",
18292 "wasmtime",
18293 "wiggle",
18294 "windows-sys 0.59.0",
18295]
18296
18297[[package]]
18298name = "wasmtime-winch"
18299version = "29.0.1"
18300source = "registry+https://github.com/rust-lang/crates.io-index"
18301checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18302dependencies = [
18303 "anyhow",
18304 "cranelift-codegen",
18305 "gimli",
18306 "object",
18307 "target-lexicon 0.13.2",
18308 "wasmparser 0.221.3",
18309 "wasmtime-cranelift",
18310 "wasmtime-environ",
18311 "winch-codegen",
18312]
18313
18314[[package]]
18315name = "wasmtime-wit-bindgen"
18316version = "29.0.1"
18317source = "registry+https://github.com/rust-lang/crates.io-index"
18318checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18319dependencies = [
18320 "anyhow",
18321 "heck 0.5.0",
18322 "indexmap 2.9.0",
18323 "wit-parser 0.221.3",
18324]
18325
18326[[package]]
18327name = "wast"
18328version = "35.0.2"
18329source = "registry+https://github.com/rust-lang/crates.io-index"
18330checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18331dependencies = [
18332 "leb128",
18333]
18334
18335[[package]]
18336name = "watch"
18337version = "0.1.0"
18338dependencies = [
18339 "ctor",
18340 "futures 0.3.31",
18341 "gpui",
18342 "parking_lot",
18343 "rand 0.9.1",
18344 "workspace-hack",
18345 "zlog",
18346]
18347
18348[[package]]
18349name = "wayland-backend"
18350version = "0.3.8"
18351source = "registry+https://github.com/rust-lang/crates.io-index"
18352checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18353dependencies = [
18354 "cc",
18355 "downcast-rs",
18356 "rustix 0.38.44",
18357 "scoped-tls",
18358 "smallvec",
18359 "wayland-sys",
18360]
18361
18362[[package]]
18363name = "wayland-client"
18364version = "0.31.8"
18365source = "registry+https://github.com/rust-lang/crates.io-index"
18366checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18367dependencies = [
18368 "bitflags 2.9.0",
18369 "rustix 0.38.44",
18370 "wayland-backend",
18371 "wayland-scanner",
18372]
18373
18374[[package]]
18375name = "wayland-cursor"
18376version = "0.31.8"
18377source = "registry+https://github.com/rust-lang/crates.io-index"
18378checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18379dependencies = [
18380 "rustix 0.38.44",
18381 "wayland-client",
18382 "xcursor",
18383]
18384
18385[[package]]
18386name = "wayland-protocols"
18387version = "0.31.2"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18390dependencies = [
18391 "bitflags 2.9.0",
18392 "wayland-backend",
18393 "wayland-client",
18394 "wayland-scanner",
18395]
18396
18397[[package]]
18398name = "wayland-protocols-plasma"
18399version = "0.2.0"
18400source = "registry+https://github.com/rust-lang/crates.io-index"
18401checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18402dependencies = [
18403 "bitflags 2.9.0",
18404 "wayland-backend",
18405 "wayland-client",
18406 "wayland-protocols",
18407 "wayland-scanner",
18408]
18409
18410[[package]]
18411name = "wayland-scanner"
18412version = "0.31.6"
18413source = "registry+https://github.com/rust-lang/crates.io-index"
18414checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18415dependencies = [
18416 "proc-macro2",
18417 "quick-xml 0.37.4",
18418 "quote",
18419]
18420
18421[[package]]
18422name = "wayland-sys"
18423version = "0.31.6"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18426dependencies = [
18427 "dlib",
18428 "log",
18429 "once_cell",
18430 "pkg-config",
18431]
18432
18433[[package]]
18434name = "web-sys"
18435version = "0.3.77"
18436source = "registry+https://github.com/rust-lang/crates.io-index"
18437checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18438dependencies = [
18439 "js-sys",
18440 "wasm-bindgen",
18441]
18442
18443[[package]]
18444name = "web-time"
18445version = "1.1.0"
18446source = "registry+https://github.com/rust-lang/crates.io-index"
18447checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18448dependencies = [
18449 "js-sys",
18450 "wasm-bindgen",
18451]
18452
18453[[package]]
18454name = "web_atoms"
18455version = "0.1.0"
18456source = "registry+https://github.com/rust-lang/crates.io-index"
18457checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18458dependencies = [
18459 "phf",
18460 "phf_codegen",
18461 "string_cache",
18462 "string_cache_codegen",
18463]
18464
18465[[package]]
18466name = "web_search"
18467version = "0.1.0"
18468dependencies = [
18469 "anyhow",
18470 "cloud_llm_client",
18471 "collections",
18472 "gpui",
18473 "serde",
18474 "workspace-hack",
18475]
18476
18477[[package]]
18478name = "web_search_providers"
18479version = "0.1.0"
18480dependencies = [
18481 "anyhow",
18482 "client",
18483 "cloud_llm_client",
18484 "futures 0.3.31",
18485 "gpui",
18486 "http_client",
18487 "language_model",
18488 "serde",
18489 "serde_json",
18490 "web_search",
18491 "workspace-hack",
18492]
18493
18494[[package]]
18495name = "webpki-root-certs"
18496version = "0.26.8"
18497source = "registry+https://github.com/rust-lang/crates.io-index"
18498checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18499dependencies = [
18500 "rustls-pki-types",
18501]
18502
18503[[package]]
18504name = "webpki-roots"
18505version = "0.26.8"
18506source = "registry+https://github.com/rust-lang/crates.io-index"
18507checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18508dependencies = [
18509 "rustls-pki-types",
18510]
18511
18512[[package]]
18513name = "webrtc-sys"
18514version = "0.3.7"
18515source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18516dependencies = [
18517 "cc",
18518 "cxx",
18519 "cxx-build",
18520 "glob",
18521 "log",
18522 "webrtc-sys-build",
18523]
18524
18525[[package]]
18526name = "webrtc-sys-build"
18527version = "0.3.6"
18528source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18529dependencies = [
18530 "fs2",
18531 "regex",
18532 "reqwest 0.11.27",
18533 "scratch",
18534 "semver",
18535 "zip 0.6.6",
18536]
18537
18538[[package]]
18539name = "weezl"
18540version = "0.1.8"
18541source = "registry+https://github.com/rust-lang/crates.io-index"
18542checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18543
18544[[package]]
18545name = "which"
18546version = "4.4.2"
18547source = "registry+https://github.com/rust-lang/crates.io-index"
18548checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18549dependencies = [
18550 "either",
18551 "home",
18552 "once_cell",
18553 "rustix 0.38.44",
18554]
18555
18556[[package]]
18557name = "which"
18558version = "6.0.3"
18559source = "registry+https://github.com/rust-lang/crates.io-index"
18560checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18561dependencies = [
18562 "either",
18563 "home",
18564 "rustix 0.38.44",
18565 "winsafe",
18566]
18567
18568[[package]]
18569name = "whoami"
18570version = "1.6.0"
18571source = "registry+https://github.com/rust-lang/crates.io-index"
18572checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18573dependencies = [
18574 "redox_syscall 0.5.11",
18575 "wasite",
18576]
18577
18578[[package]]
18579name = "wiggle"
18580version = "29.0.1"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18583dependencies = [
18584 "anyhow",
18585 "async-trait",
18586 "bitflags 2.9.0",
18587 "thiserror 1.0.69",
18588 "tracing",
18589 "wasmtime",
18590 "wiggle-macro",
18591]
18592
18593[[package]]
18594name = "wiggle-generate"
18595version = "29.0.1"
18596source = "registry+https://github.com/rust-lang/crates.io-index"
18597checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18598dependencies = [
18599 "anyhow",
18600 "heck 0.5.0",
18601 "proc-macro2",
18602 "quote",
18603 "shellexpand 2.1.2",
18604 "syn 2.0.101",
18605 "witx",
18606]
18607
18608[[package]]
18609name = "wiggle-macro"
18610version = "29.0.1"
18611source = "registry+https://github.com/rust-lang/crates.io-index"
18612checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18613dependencies = [
18614 "proc-macro2",
18615 "quote",
18616 "syn 2.0.101",
18617 "wiggle-generate",
18618]
18619
18620[[package]]
18621name = "winapi"
18622version = "0.3.9"
18623source = "registry+https://github.com/rust-lang/crates.io-index"
18624checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18625dependencies = [
18626 "winapi-i686-pc-windows-gnu",
18627 "winapi-x86_64-pc-windows-gnu",
18628]
18629
18630[[package]]
18631name = "winapi-i686-pc-windows-gnu"
18632version = "0.4.0"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18635
18636[[package]]
18637name = "winapi-util"
18638version = "0.1.9"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18641dependencies = [
18642 "windows-sys 0.59.0",
18643]
18644
18645[[package]]
18646name = "winapi-x86_64-pc-windows-gnu"
18647version = "0.4.0"
18648source = "registry+https://github.com/rust-lang/crates.io-index"
18649checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18650
18651[[package]]
18652name = "winch-codegen"
18653version = "29.0.1"
18654source = "registry+https://github.com/rust-lang/crates.io-index"
18655checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18656dependencies = [
18657 "anyhow",
18658 "cranelift-codegen",
18659 "gimli",
18660 "regalloc2",
18661 "smallvec",
18662 "target-lexicon 0.13.2",
18663 "thiserror 1.0.69",
18664 "wasmparser 0.221.3",
18665 "wasmtime-cranelift",
18666 "wasmtime-environ",
18667]
18668
18669[[package]]
18670name = "windows"
18671version = "0.54.0"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18674dependencies = [
18675 "windows-core 0.54.0",
18676 "windows-targets 0.52.6",
18677]
18678
18679[[package]]
18680name = "windows"
18681version = "0.57.0"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18684dependencies = [
18685 "windows-core 0.57.0",
18686 "windows-targets 0.52.6",
18687]
18688
18689[[package]]
18690name = "windows"
18691version = "0.58.0"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18694dependencies = [
18695 "windows-core 0.58.0",
18696 "windows-targets 0.52.6",
18697]
18698
18699[[package]]
18700name = "windows"
18701version = "0.61.1"
18702source = "registry+https://github.com/rust-lang/crates.io-index"
18703checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18704dependencies = [
18705 "windows-collections",
18706 "windows-core 0.61.0",
18707 "windows-future",
18708 "windows-link 0.1.1",
18709 "windows-numerics",
18710]
18711
18712[[package]]
18713name = "windows-capture"
18714version = "1.4.3"
18715source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18716dependencies = [
18717 "clap",
18718 "ctrlc",
18719 "parking_lot",
18720 "rayon",
18721 "thiserror 2.0.12",
18722 "windows 0.61.1",
18723 "windows-future",
18724]
18725
18726[[package]]
18727name = "windows-collections"
18728version = "0.2.0"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18731dependencies = [
18732 "windows-core 0.61.0",
18733]
18734
18735[[package]]
18736name = "windows-core"
18737version = "0.54.0"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18740dependencies = [
18741 "windows-result 0.1.2",
18742 "windows-targets 0.52.6",
18743]
18744
18745[[package]]
18746name = "windows-core"
18747version = "0.57.0"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18750dependencies = [
18751 "windows-implement 0.57.0",
18752 "windows-interface 0.57.0",
18753 "windows-result 0.1.2",
18754 "windows-targets 0.52.6",
18755]
18756
18757[[package]]
18758name = "windows-core"
18759version = "0.58.0"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18762dependencies = [
18763 "windows-implement 0.58.0",
18764 "windows-interface 0.58.0",
18765 "windows-result 0.2.0",
18766 "windows-strings 0.1.0",
18767 "windows-targets 0.52.6",
18768]
18769
18770[[package]]
18771name = "windows-core"
18772version = "0.61.0"
18773source = "registry+https://github.com/rust-lang/crates.io-index"
18774checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18775dependencies = [
18776 "windows-implement 0.60.0",
18777 "windows-interface 0.59.1",
18778 "windows-link 0.1.1",
18779 "windows-result 0.3.2",
18780 "windows-strings 0.4.0",
18781]
18782
18783[[package]]
18784name = "windows-future"
18785version = "0.2.0"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18788dependencies = [
18789 "windows-core 0.61.0",
18790 "windows-link 0.1.1",
18791]
18792
18793[[package]]
18794name = "windows-implement"
18795version = "0.57.0"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18798dependencies = [
18799 "proc-macro2",
18800 "quote",
18801 "syn 2.0.101",
18802]
18803
18804[[package]]
18805name = "windows-implement"
18806version = "0.58.0"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18809dependencies = [
18810 "proc-macro2",
18811 "quote",
18812 "syn 2.0.101",
18813]
18814
18815[[package]]
18816name = "windows-implement"
18817version = "0.60.0"
18818source = "registry+https://github.com/rust-lang/crates.io-index"
18819checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18820dependencies = [
18821 "proc-macro2",
18822 "quote",
18823 "syn 2.0.101",
18824]
18825
18826[[package]]
18827name = "windows-interface"
18828version = "0.57.0"
18829source = "registry+https://github.com/rust-lang/crates.io-index"
18830checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18831dependencies = [
18832 "proc-macro2",
18833 "quote",
18834 "syn 2.0.101",
18835]
18836
18837[[package]]
18838name = "windows-interface"
18839version = "0.58.0"
18840source = "registry+https://github.com/rust-lang/crates.io-index"
18841checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18842dependencies = [
18843 "proc-macro2",
18844 "quote",
18845 "syn 2.0.101",
18846]
18847
18848[[package]]
18849name = "windows-interface"
18850version = "0.59.1"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18853dependencies = [
18854 "proc-macro2",
18855 "quote",
18856 "syn 2.0.101",
18857]
18858
18859[[package]]
18860name = "windows-link"
18861version = "0.1.1"
18862source = "registry+https://github.com/rust-lang/crates.io-index"
18863checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18864
18865[[package]]
18866name = "windows-link"
18867version = "0.2.0"
18868source = "registry+https://github.com/rust-lang/crates.io-index"
18869checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18870
18871[[package]]
18872name = "windows-numerics"
18873version = "0.2.0"
18874source = "registry+https://github.com/rust-lang/crates.io-index"
18875checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18876dependencies = [
18877 "windows-core 0.61.0",
18878 "windows-link 0.1.1",
18879]
18880
18881[[package]]
18882name = "windows-registry"
18883version = "0.4.0"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18886dependencies = [
18887 "windows-result 0.3.2",
18888 "windows-strings 0.3.1",
18889 "windows-targets 0.53.2",
18890]
18891
18892[[package]]
18893name = "windows-registry"
18894version = "0.5.1"
18895source = "registry+https://github.com/rust-lang/crates.io-index"
18896checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18897dependencies = [
18898 "windows-link 0.1.1",
18899 "windows-result 0.3.2",
18900 "windows-strings 0.4.0",
18901]
18902
18903[[package]]
18904name = "windows-registry"
18905version = "0.6.0"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18908dependencies = [
18909 "windows-link 0.2.0",
18910 "windows-result 0.4.0",
18911 "windows-strings 0.5.0",
18912]
18913
18914[[package]]
18915name = "windows-result"
18916version = "0.1.2"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18919dependencies = [
18920 "windows-targets 0.52.6",
18921]
18922
18923[[package]]
18924name = "windows-result"
18925version = "0.2.0"
18926source = "registry+https://github.com/rust-lang/crates.io-index"
18927checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18928dependencies = [
18929 "windows-targets 0.52.6",
18930]
18931
18932[[package]]
18933name = "windows-result"
18934version = "0.3.2"
18935source = "registry+https://github.com/rust-lang/crates.io-index"
18936checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18937dependencies = [
18938 "windows-link 0.1.1",
18939]
18940
18941[[package]]
18942name = "windows-result"
18943version = "0.4.0"
18944source = "registry+https://github.com/rust-lang/crates.io-index"
18945checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18946dependencies = [
18947 "windows-link 0.2.0",
18948]
18949
18950[[package]]
18951name = "windows-strings"
18952version = "0.1.0"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18955dependencies = [
18956 "windows-result 0.2.0",
18957 "windows-targets 0.52.6",
18958]
18959
18960[[package]]
18961name = "windows-strings"
18962version = "0.3.1"
18963source = "registry+https://github.com/rust-lang/crates.io-index"
18964checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18965dependencies = [
18966 "windows-link 0.1.1",
18967]
18968
18969[[package]]
18970name = "windows-strings"
18971version = "0.4.0"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18974dependencies = [
18975 "windows-link 0.1.1",
18976]
18977
18978[[package]]
18979name = "windows-strings"
18980version = "0.5.0"
18981source = "registry+https://github.com/rust-lang/crates.io-index"
18982checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18983dependencies = [
18984 "windows-link 0.2.0",
18985]
18986
18987[[package]]
18988name = "windows-sys"
18989version = "0.45.0"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18992dependencies = [
18993 "windows-targets 0.42.2",
18994]
18995
18996[[package]]
18997name = "windows-sys"
18998version = "0.48.0"
18999source = "registry+https://github.com/rust-lang/crates.io-index"
19000checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19001dependencies = [
19002 "windows-targets 0.48.5",
19003]
19004
19005[[package]]
19006name = "windows-sys"
19007version = "0.52.0"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19010dependencies = [
19011 "windows-targets 0.52.6",
19012]
19013
19014[[package]]
19015name = "windows-sys"
19016version = "0.59.0"
19017source = "registry+https://github.com/rust-lang/crates.io-index"
19018checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19019dependencies = [
19020 "windows-targets 0.52.6",
19021]
19022
19023[[package]]
19024name = "windows-sys"
19025version = "0.60.2"
19026source = "registry+https://github.com/rust-lang/crates.io-index"
19027checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19028dependencies = [
19029 "windows-targets 0.53.2",
19030]
19031
19032[[package]]
19033name = "windows-sys"
19034version = "0.61.0"
19035source = "registry+https://github.com/rust-lang/crates.io-index"
19036checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19037dependencies = [
19038 "windows-link 0.2.0",
19039]
19040
19041[[package]]
19042name = "windows-targets"
19043version = "0.42.2"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19046dependencies = [
19047 "windows_aarch64_gnullvm 0.42.2",
19048 "windows_aarch64_msvc 0.42.2",
19049 "windows_i686_gnu 0.42.2",
19050 "windows_i686_msvc 0.42.2",
19051 "windows_x86_64_gnu 0.42.2",
19052 "windows_x86_64_gnullvm 0.42.2",
19053 "windows_x86_64_msvc 0.42.2",
19054]
19055
19056[[package]]
19057name = "windows-targets"
19058version = "0.48.5"
19059source = "registry+https://github.com/rust-lang/crates.io-index"
19060checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19061dependencies = [
19062 "windows_aarch64_gnullvm 0.48.5",
19063 "windows_aarch64_msvc 0.48.5",
19064 "windows_i686_gnu 0.48.5",
19065 "windows_i686_msvc 0.48.5",
19066 "windows_x86_64_gnu 0.48.5",
19067 "windows_x86_64_gnullvm 0.48.5",
19068 "windows_x86_64_msvc 0.48.5",
19069]
19070
19071[[package]]
19072name = "windows-targets"
19073version = "0.52.6"
19074source = "registry+https://github.com/rust-lang/crates.io-index"
19075checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19076dependencies = [
19077 "windows_aarch64_gnullvm 0.52.6",
19078 "windows_aarch64_msvc 0.52.6",
19079 "windows_i686_gnu 0.52.6",
19080 "windows_i686_gnullvm 0.52.6",
19081 "windows_i686_msvc 0.52.6",
19082 "windows_x86_64_gnu 0.52.6",
19083 "windows_x86_64_gnullvm 0.52.6",
19084 "windows_x86_64_msvc 0.52.6",
19085]
19086
19087[[package]]
19088name = "windows-targets"
19089version = "0.53.2"
19090source = "registry+https://github.com/rust-lang/crates.io-index"
19091checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19092dependencies = [
19093 "windows_aarch64_gnullvm 0.53.0",
19094 "windows_aarch64_msvc 0.53.0",
19095 "windows_i686_gnu 0.53.0",
19096 "windows_i686_gnullvm 0.53.0",
19097 "windows_i686_msvc 0.53.0",
19098 "windows_x86_64_gnu 0.53.0",
19099 "windows_x86_64_gnullvm 0.53.0",
19100 "windows_x86_64_msvc 0.53.0",
19101]
19102
19103[[package]]
19104name = "windows_aarch64_gnullvm"
19105version = "0.42.2"
19106source = "registry+https://github.com/rust-lang/crates.io-index"
19107checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19108
19109[[package]]
19110name = "windows_aarch64_gnullvm"
19111version = "0.48.5"
19112source = "registry+https://github.com/rust-lang/crates.io-index"
19113checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19114
19115[[package]]
19116name = "windows_aarch64_gnullvm"
19117version = "0.52.6"
19118source = "registry+https://github.com/rust-lang/crates.io-index"
19119checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19120
19121[[package]]
19122name = "windows_aarch64_gnullvm"
19123version = "0.53.0"
19124source = "registry+https://github.com/rust-lang/crates.io-index"
19125checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19126
19127[[package]]
19128name = "windows_aarch64_msvc"
19129version = "0.42.2"
19130source = "registry+https://github.com/rust-lang/crates.io-index"
19131checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19132
19133[[package]]
19134name = "windows_aarch64_msvc"
19135version = "0.48.5"
19136source = "registry+https://github.com/rust-lang/crates.io-index"
19137checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19138
19139[[package]]
19140name = "windows_aarch64_msvc"
19141version = "0.52.6"
19142source = "registry+https://github.com/rust-lang/crates.io-index"
19143checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19144
19145[[package]]
19146name = "windows_aarch64_msvc"
19147version = "0.53.0"
19148source = "registry+https://github.com/rust-lang/crates.io-index"
19149checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19150
19151[[package]]
19152name = "windows_i686_gnu"
19153version = "0.42.2"
19154source = "registry+https://github.com/rust-lang/crates.io-index"
19155checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19156
19157[[package]]
19158name = "windows_i686_gnu"
19159version = "0.48.5"
19160source = "registry+https://github.com/rust-lang/crates.io-index"
19161checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19162
19163[[package]]
19164name = "windows_i686_gnu"
19165version = "0.52.6"
19166source = "registry+https://github.com/rust-lang/crates.io-index"
19167checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19168
19169[[package]]
19170name = "windows_i686_gnu"
19171version = "0.53.0"
19172source = "registry+https://github.com/rust-lang/crates.io-index"
19173checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19174
19175[[package]]
19176name = "windows_i686_gnullvm"
19177version = "0.52.6"
19178source = "registry+https://github.com/rust-lang/crates.io-index"
19179checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19180
19181[[package]]
19182name = "windows_i686_gnullvm"
19183version = "0.53.0"
19184source = "registry+https://github.com/rust-lang/crates.io-index"
19185checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19186
19187[[package]]
19188name = "windows_i686_msvc"
19189version = "0.42.2"
19190source = "registry+https://github.com/rust-lang/crates.io-index"
19191checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19192
19193[[package]]
19194name = "windows_i686_msvc"
19195version = "0.48.5"
19196source = "registry+https://github.com/rust-lang/crates.io-index"
19197checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19198
19199[[package]]
19200name = "windows_i686_msvc"
19201version = "0.52.6"
19202source = "registry+https://github.com/rust-lang/crates.io-index"
19203checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19204
19205[[package]]
19206name = "windows_i686_msvc"
19207version = "0.53.0"
19208source = "registry+https://github.com/rust-lang/crates.io-index"
19209checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19210
19211[[package]]
19212name = "windows_x86_64_gnu"
19213version = "0.42.2"
19214source = "registry+https://github.com/rust-lang/crates.io-index"
19215checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19216
19217[[package]]
19218name = "windows_x86_64_gnu"
19219version = "0.48.5"
19220source = "registry+https://github.com/rust-lang/crates.io-index"
19221checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19222
19223[[package]]
19224name = "windows_x86_64_gnu"
19225version = "0.52.6"
19226source = "registry+https://github.com/rust-lang/crates.io-index"
19227checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19228
19229[[package]]
19230name = "windows_x86_64_gnu"
19231version = "0.53.0"
19232source = "registry+https://github.com/rust-lang/crates.io-index"
19233checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19234
19235[[package]]
19236name = "windows_x86_64_gnullvm"
19237version = "0.42.2"
19238source = "registry+https://github.com/rust-lang/crates.io-index"
19239checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19240
19241[[package]]
19242name = "windows_x86_64_gnullvm"
19243version = "0.48.5"
19244source = "registry+https://github.com/rust-lang/crates.io-index"
19245checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19246
19247[[package]]
19248name = "windows_x86_64_gnullvm"
19249version = "0.52.6"
19250source = "registry+https://github.com/rust-lang/crates.io-index"
19251checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19252
19253[[package]]
19254name = "windows_x86_64_gnullvm"
19255version = "0.53.0"
19256source = "registry+https://github.com/rust-lang/crates.io-index"
19257checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19258
19259[[package]]
19260name = "windows_x86_64_msvc"
19261version = "0.42.2"
19262source = "registry+https://github.com/rust-lang/crates.io-index"
19263checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19264
19265[[package]]
19266name = "windows_x86_64_msvc"
19267version = "0.48.5"
19268source = "registry+https://github.com/rust-lang/crates.io-index"
19269checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19270
19271[[package]]
19272name = "windows_x86_64_msvc"
19273version = "0.52.6"
19274source = "registry+https://github.com/rust-lang/crates.io-index"
19275checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19276
19277[[package]]
19278name = "windows_x86_64_msvc"
19279version = "0.53.0"
19280source = "registry+https://github.com/rust-lang/crates.io-index"
19281checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19282
19283[[package]]
19284name = "winnow"
19285version = "0.7.6"
19286source = "registry+https://github.com/rust-lang/crates.io-index"
19287checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19288dependencies = [
19289 "memchr",
19290]
19291
19292[[package]]
19293name = "winreg"
19294version = "0.10.1"
19295source = "registry+https://github.com/rust-lang/crates.io-index"
19296checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19297dependencies = [
19298 "winapi",
19299]
19300
19301[[package]]
19302name = "winreg"
19303version = "0.50.0"
19304source = "registry+https://github.com/rust-lang/crates.io-index"
19305checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19306dependencies = [
19307 "cfg-if",
19308 "windows-sys 0.48.0",
19309]
19310
19311[[package]]
19312name = "winreg"
19313version = "0.52.0"
19314source = "registry+https://github.com/rust-lang/crates.io-index"
19315checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19316dependencies = [
19317 "cfg-if",
19318 "windows-sys 0.48.0",
19319]
19320
19321[[package]]
19322name = "winreg"
19323version = "0.55.0"
19324source = "registry+https://github.com/rust-lang/crates.io-index"
19325checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19326dependencies = [
19327 "cfg-if",
19328 "windows-sys 0.59.0",
19329]
19330
19331[[package]]
19332name = "winresource"
19333version = "0.1.20"
19334source = "registry+https://github.com/rust-lang/crates.io-index"
19335checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19336dependencies = [
19337 "toml 0.8.20",
19338 "version_check",
19339]
19340
19341[[package]]
19342name = "winsafe"
19343version = "0.0.19"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19346
19347[[package]]
19348name = "winx"
19349version = "0.36.4"
19350source = "registry+https://github.com/rust-lang/crates.io-index"
19351checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19352dependencies = [
19353 "bitflags 2.9.0",
19354 "windows-sys 0.59.0",
19355]
19356
19357[[package]]
19358name = "wio"
19359version = "0.2.2"
19360source = "registry+https://github.com/rust-lang/crates.io-index"
19361checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19362dependencies = [
19363 "winapi",
19364]
19365
19366[[package]]
19367name = "wit-bindgen"
19368version = "0.22.0"
19369source = "registry+https://github.com/rust-lang/crates.io-index"
19370checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19371dependencies = [
19372 "bitflags 2.9.0",
19373 "wit-bindgen-rt 0.22.0",
19374 "wit-bindgen-rust-macro 0.22.0",
19375]
19376
19377[[package]]
19378name = "wit-bindgen"
19379version = "0.41.0"
19380source = "registry+https://github.com/rust-lang/crates.io-index"
19381checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19382dependencies = [
19383 "wit-bindgen-rt 0.41.0",
19384 "wit-bindgen-rust-macro 0.41.0",
19385]
19386
19387[[package]]
19388name = "wit-bindgen-core"
19389version = "0.22.0"
19390source = "registry+https://github.com/rust-lang/crates.io-index"
19391checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19392dependencies = [
19393 "anyhow",
19394 "wit-parser 0.201.0",
19395]
19396
19397[[package]]
19398name = "wit-bindgen-core"
19399version = "0.41.0"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19402dependencies = [
19403 "anyhow",
19404 "heck 0.5.0",
19405 "wit-parser 0.227.1",
19406]
19407
19408[[package]]
19409name = "wit-bindgen-rt"
19410version = "0.22.0"
19411source = "registry+https://github.com/rust-lang/crates.io-index"
19412checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19413
19414[[package]]
19415name = "wit-bindgen-rt"
19416version = "0.39.0"
19417source = "registry+https://github.com/rust-lang/crates.io-index"
19418checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19419dependencies = [
19420 "bitflags 2.9.0",
19421]
19422
19423[[package]]
19424name = "wit-bindgen-rt"
19425version = "0.41.0"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19428dependencies = [
19429 "bitflags 2.9.0",
19430 "futures 0.3.31",
19431 "once_cell",
19432]
19433
19434[[package]]
19435name = "wit-bindgen-rust"
19436version = "0.22.0"
19437source = "registry+https://github.com/rust-lang/crates.io-index"
19438checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19439dependencies = [
19440 "anyhow",
19441 "heck 0.4.1",
19442 "indexmap 2.9.0",
19443 "wasm-metadata 0.201.0",
19444 "wit-bindgen-core 0.22.0",
19445 "wit-component 0.201.0",
19446]
19447
19448[[package]]
19449name = "wit-bindgen-rust"
19450version = "0.41.0"
19451source = "registry+https://github.com/rust-lang/crates.io-index"
19452checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19453dependencies = [
19454 "anyhow",
19455 "heck 0.5.0",
19456 "indexmap 2.9.0",
19457 "prettyplease",
19458 "syn 2.0.101",
19459 "wasm-metadata 0.227.1",
19460 "wit-bindgen-core 0.41.0",
19461 "wit-component 0.227.1",
19462]
19463
19464[[package]]
19465name = "wit-bindgen-rust-macro"
19466version = "0.22.0"
19467source = "registry+https://github.com/rust-lang/crates.io-index"
19468checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19469dependencies = [
19470 "anyhow",
19471 "proc-macro2",
19472 "quote",
19473 "syn 2.0.101",
19474 "wit-bindgen-core 0.22.0",
19475 "wit-bindgen-rust 0.22.0",
19476]
19477
19478[[package]]
19479name = "wit-bindgen-rust-macro"
19480version = "0.41.0"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19483dependencies = [
19484 "anyhow",
19485 "prettyplease",
19486 "proc-macro2",
19487 "quote",
19488 "syn 2.0.101",
19489 "wit-bindgen-core 0.41.0",
19490 "wit-bindgen-rust 0.41.0",
19491]
19492
19493[[package]]
19494name = "wit-component"
19495version = "0.201.0"
19496source = "registry+https://github.com/rust-lang/crates.io-index"
19497checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19498dependencies = [
19499 "anyhow",
19500 "bitflags 2.9.0",
19501 "indexmap 2.9.0",
19502 "log",
19503 "serde",
19504 "serde_derive",
19505 "serde_json",
19506 "wasm-encoder 0.201.0",
19507 "wasm-metadata 0.201.0",
19508 "wasmparser 0.201.0",
19509 "wit-parser 0.201.0",
19510]
19511
19512[[package]]
19513name = "wit-component"
19514version = "0.227.1"
19515source = "registry+https://github.com/rust-lang/crates.io-index"
19516checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19517dependencies = [
19518 "anyhow",
19519 "bitflags 2.9.0",
19520 "indexmap 2.9.0",
19521 "log",
19522 "serde",
19523 "serde_derive",
19524 "serde_json",
19525 "wasm-encoder 0.227.1",
19526 "wasm-metadata 0.227.1",
19527 "wasmparser 0.227.1",
19528 "wit-parser 0.227.1",
19529]
19530
19531[[package]]
19532name = "wit-parser"
19533version = "0.201.0"
19534source = "registry+https://github.com/rust-lang/crates.io-index"
19535checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19536dependencies = [
19537 "anyhow",
19538 "id-arena",
19539 "indexmap 2.9.0",
19540 "log",
19541 "semver",
19542 "serde",
19543 "serde_derive",
19544 "serde_json",
19545 "unicode-xid",
19546 "wasmparser 0.201.0",
19547]
19548
19549[[package]]
19550name = "wit-parser"
19551version = "0.221.3"
19552source = "registry+https://github.com/rust-lang/crates.io-index"
19553checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19554dependencies = [
19555 "anyhow",
19556 "id-arena",
19557 "indexmap 2.9.0",
19558 "log",
19559 "semver",
19560 "serde",
19561 "serde_derive",
19562 "serde_json",
19563 "unicode-xid",
19564 "wasmparser 0.221.3",
19565]
19566
19567[[package]]
19568name = "wit-parser"
19569version = "0.227.1"
19570source = "registry+https://github.com/rust-lang/crates.io-index"
19571checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19572dependencies = [
19573 "anyhow",
19574 "id-arena",
19575 "indexmap 2.9.0",
19576 "log",
19577 "semver",
19578 "serde",
19579 "serde_derive",
19580 "serde_json",
19581 "unicode-xid",
19582 "wasmparser 0.227.1",
19583]
19584
19585[[package]]
19586name = "witx"
19587version = "0.9.1"
19588source = "registry+https://github.com/rust-lang/crates.io-index"
19589checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19590dependencies = [
19591 "anyhow",
19592 "log",
19593 "thiserror 1.0.69",
19594 "wast",
19595]
19596
19597[[package]]
19598name = "workspace"
19599version = "0.1.0"
19600dependencies = [
19601 "any_vec",
19602 "anyhow",
19603 "async-recursion",
19604 "call",
19605 "client",
19606 "clock",
19607 "collections",
19608 "component",
19609 "dap",
19610 "db",
19611 "fs",
19612 "futures 0.3.31",
19613 "gpui",
19614 "http_client",
19615 "itertools 0.14.0",
19616 "language",
19617 "log",
19618 "menu",
19619 "node_runtime",
19620 "parking_lot",
19621 "postage",
19622 "pretty_assertions",
19623 "project",
19624 "remote",
19625 "schemars 1.0.1",
19626 "serde",
19627 "serde_json",
19628 "session",
19629 "settings",
19630 "smallvec",
19631 "sqlez",
19632 "strum 0.27.1",
19633 "task",
19634 "telemetry",
19635 "tempfile",
19636 "theme",
19637 "ui",
19638 "util",
19639 "uuid",
19640 "windows 0.61.1",
19641 "workspace-hack",
19642 "zed_actions",
19643 "zlog",
19644]
19645
19646[[package]]
19647name = "workspace-hack"
19648version = "0.1.0"
19649dependencies = [
19650 "aes",
19651 "ahash 0.8.11",
19652 "aho-corasick",
19653 "anstream",
19654 "arrayvec",
19655 "async-compression",
19656 "async-std",
19657 "async-tungstenite",
19658 "aws-config",
19659 "aws-credential-types",
19660 "aws-runtime",
19661 "aws-sigv4",
19662 "aws-smithy-async",
19663 "aws-smithy-http",
19664 "aws-smithy-runtime",
19665 "aws-smithy-runtime-api",
19666 "aws-smithy-types",
19667 "base64 0.22.1",
19668 "base64ct",
19669 "bigdecimal",
19670 "bit-set 0.8.0",
19671 "bit-vec 0.8.0",
19672 "bitflags 2.9.0",
19673 "bstr",
19674 "bytemuck",
19675 "byteorder",
19676 "bytes 1.10.1",
19677 "cc",
19678 "chrono",
19679 "cipher",
19680 "clap",
19681 "clap_builder",
19682 "codespan-reporting",
19683 "concurrent-queue",
19684 "core-foundation 0.9.4",
19685 "core-foundation-sys",
19686 "cranelift-codegen",
19687 "crc32fast",
19688 "crossbeam-channel",
19689 "crossbeam-epoch",
19690 "crossbeam-utils",
19691 "crypto-common",
19692 "deranged",
19693 "digest",
19694 "either",
19695 "euclid",
19696 "event-listener 5.4.0",
19697 "event-listener-strategy",
19698 "flate2",
19699 "flume",
19700 "foldhash",
19701 "form_urlencoded",
19702 "futures 0.3.31",
19703 "futures-channel",
19704 "futures-core",
19705 "futures-executor",
19706 "futures-io",
19707 "futures-sink",
19708 "futures-task",
19709 "futures-util",
19710 "getrandom 0.2.15",
19711 "getrandom 0.3.2",
19712 "gimli",
19713 "half",
19714 "handlebars 4.5.0",
19715 "hashbrown 0.14.5",
19716 "hashbrown 0.15.3",
19717 "heck 0.4.1",
19718 "hmac",
19719 "hyper 0.14.32",
19720 "hyper-rustls 0.27.5",
19721 "idna",
19722 "indexmap 2.9.0",
19723 "inout",
19724 "itertools 0.12.1",
19725 "itertools 0.13.0",
19726 "lazy_static",
19727 "libc",
19728 "libsqlite3-sys",
19729 "linux-raw-sys 0.4.15",
19730 "linux-raw-sys 0.9.4",
19731 "livekit-runtime",
19732 "log",
19733 "lyon",
19734 "lyon_path",
19735 "md-5",
19736 "memchr",
19737 "memmap2",
19738 "mime_guess",
19739 "miniz_oxide",
19740 "mio 1.0.3",
19741 "naga",
19742 "nix 0.28.0",
19743 "nix 0.29.0",
19744 "nix 0.30.1",
19745 "nom 7.1.3",
19746 "num-bigint",
19747 "num-bigint-dig",
19748 "num-complex",
19749 "num-integer",
19750 "num-iter",
19751 "num-rational",
19752 "num-traits",
19753 "objc2",
19754 "objc2-core-foundation",
19755 "objc2-foundation",
19756 "objc2-metal",
19757 "object",
19758 "once_cell",
19759 "percent-encoding",
19760 "phf",
19761 "phf_shared",
19762 "prettyplease",
19763 "proc-macro2",
19764 "prost 0.12.6",
19765 "prost 0.9.0",
19766 "prost-types 0.9.0",
19767 "quote",
19768 "rand 0.8.5",
19769 "rand 0.9.1",
19770 "rand_chacha 0.3.1",
19771 "rand_core 0.6.4",
19772 "rand_distr",
19773 "regalloc2",
19774 "regex",
19775 "regex-automata",
19776 "regex-syntax",
19777 "ring",
19778 "rust_decimal",
19779 "rustc-hash 1.1.0",
19780 "rustix 0.38.44",
19781 "rustix 1.0.7",
19782 "rustls 0.23.26",
19783 "rustls-webpki 0.103.1",
19784 "scopeguard",
19785 "sea-orm",
19786 "sea-query-binder",
19787 "security-framework 3.2.0",
19788 "security-framework-sys",
19789 "semver",
19790 "serde",
19791 "serde_core",
19792 "serde_json",
19793 "simd-adler32",
19794 "smallvec",
19795 "spin",
19796 "sqlx",
19797 "sqlx-macros",
19798 "sqlx-macros-core",
19799 "sqlx-postgres",
19800 "sqlx-sqlite",
19801 "stable_deref_trait",
19802 "strum 0.26.3",
19803 "subtle",
19804 "syn 1.0.109",
19805 "syn 2.0.101",
19806 "sync_wrapper 1.0.2",
19807 "thiserror 2.0.12",
19808 "time",
19809 "time-macros",
19810 "tokio",
19811 "tokio-rustls 0.26.2",
19812 "tokio-socks",
19813 "tokio-stream",
19814 "tokio-util",
19815 "toml_datetime",
19816 "toml_edit",
19817 "tower 0.5.2",
19818 "tracing",
19819 "tracing-core",
19820 "tungstenite 0.26.2",
19821 "unicode-properties",
19822 "url",
19823 "uuid",
19824 "wasmparser 0.221.3",
19825 "wasmtime",
19826 "wasmtime-cranelift",
19827 "wasmtime-environ",
19828 "winapi",
19829 "windows-core 0.61.0",
19830 "windows-numerics",
19831 "windows-sys 0.48.0",
19832 "windows-sys 0.52.0",
19833 "windows-sys 0.59.0",
19834 "windows-sys 0.61.0",
19835 "zeroize",
19836 "zvariant",
19837]
19838
19839[[package]]
19840name = "worktree"
19841version = "0.1.0"
19842dependencies = [
19843 "anyhow",
19844 "clock",
19845 "collections",
19846 "fs",
19847 "futures 0.3.31",
19848 "fuzzy",
19849 "git",
19850 "git2",
19851 "gpui",
19852 "http_client",
19853 "ignore",
19854 "language",
19855 "log",
19856 "parking_lot",
19857 "paths",
19858 "postage",
19859 "pretty_assertions",
19860 "rand 0.9.1",
19861 "rpc",
19862 "serde",
19863 "serde_json",
19864 "settings",
19865 "smallvec",
19866 "smol",
19867 "sum_tree",
19868 "text",
19869 "util",
19870 "workspace-hack",
19871 "zlog",
19872]
19873
19874[[package]]
19875name = "write16"
19876version = "1.0.0"
19877source = "registry+https://github.com/rust-lang/crates.io-index"
19878checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19879
19880[[package]]
19881name = "writeable"
19882version = "0.5.5"
19883source = "registry+https://github.com/rust-lang/crates.io-index"
19884checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19885
19886[[package]]
19887name = "wyz"
19888version = "0.5.1"
19889source = "registry+https://github.com/rust-lang/crates.io-index"
19890checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19891dependencies = [
19892 "tap",
19893]
19894
19895[[package]]
19896name = "x11"
19897version = "2.21.0"
19898source = "registry+https://github.com/rust-lang/crates.io-index"
19899checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19900dependencies = [
19901 "libc",
19902 "pkg-config",
19903]
19904
19905[[package]]
19906name = "x11-clipboard"
19907version = "0.9.3"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19910dependencies = [
19911 "libc",
19912 "x11rb",
19913]
19914
19915[[package]]
19916name = "x11rb"
19917version = "0.13.1"
19918source = "registry+https://github.com/rust-lang/crates.io-index"
19919checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19920dependencies = [
19921 "as-raw-xcb-connection",
19922 "gethostname",
19923 "libc",
19924 "rustix 0.38.44",
19925 "x11rb-protocol",
19926]
19927
19928[[package]]
19929name = "x11rb-protocol"
19930version = "0.13.1"
19931source = "registry+https://github.com/rust-lang/crates.io-index"
19932checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19933
19934[[package]]
19935name = "x_ai"
19936version = "0.1.0"
19937dependencies = [
19938 "anyhow",
19939 "schemars 1.0.1",
19940 "serde",
19941 "strum 0.27.1",
19942 "workspace-hack",
19943]
19944
19945[[package]]
19946name = "xattr"
19947version = "0.2.3"
19948source = "registry+https://github.com/rust-lang/crates.io-index"
19949checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19950dependencies = [
19951 "libc",
19952]
19953
19954[[package]]
19955name = "xcb"
19956version = "1.6.0"
19957source = "registry+https://github.com/rust-lang/crates.io-index"
19958checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19959dependencies = [
19960 "bitflags 1.3.2",
19961 "libc",
19962 "quick-xml 0.30.0",
19963 "x11",
19964]
19965
19966[[package]]
19967name = "xcursor"
19968version = "0.3.8"
19969source = "registry+https://github.com/rust-lang/crates.io-index"
19970checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19971
19972[[package]]
19973name = "xim"
19974version = "0.4.0"
19975source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19976dependencies = [
19977 "ahash 0.8.11",
19978 "hashbrown 0.14.5",
19979 "log",
19980 "x11rb",
19981 "xim-ctext",
19982 "xim-parser",
19983]
19984
19985[[package]]
19986name = "xim-ctext"
19987version = "0.3.0"
19988source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19989dependencies = [
19990 "encoding_rs",
19991]
19992
19993[[package]]
19994name = "xim-parser"
19995version = "0.2.1"
19996source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19997dependencies = [
19998 "bitflags 2.9.0",
19999]
20000
20001[[package]]
20002name = "xkbcommon"
20003version = "0.8.0"
20004source = "registry+https://github.com/rust-lang/crates.io-index"
20005checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20006dependencies = [
20007 "as-raw-xcb-connection",
20008 "libc",
20009 "memmap2",
20010 "xkeysym",
20011]
20012
20013[[package]]
20014name = "xkeysym"
20015version = "0.2.1"
20016source = "registry+https://github.com/rust-lang/crates.io-index"
20017checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20018
20019[[package]]
20020name = "xml5ever"
20021version = "0.18.1"
20022source = "registry+https://github.com/rust-lang/crates.io-index"
20023checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20024dependencies = [
20025 "log",
20026 "mac",
20027 "markup5ever 0.12.1",
20028]
20029
20030[[package]]
20031name = "xmlparser"
20032version = "0.13.6"
20033source = "registry+https://github.com/rust-lang/crates.io-index"
20034checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20035
20036[[package]]
20037name = "xmlwriter"
20038version = "0.1.0"
20039source = "registry+https://github.com/rust-lang/crates.io-index"
20040checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20041
20042[[package]]
20043name = "xtask"
20044version = "0.1.0"
20045dependencies = [
20046 "anyhow",
20047 "cargo_metadata",
20048 "cargo_toml",
20049 "clap",
20050 "workspace-hack",
20051]
20052
20053[[package]]
20054name = "yaml-rust2"
20055version = "0.8.1"
20056source = "registry+https://github.com/rust-lang/crates.io-index"
20057checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20058dependencies = [
20059 "arraydeque",
20060 "encoding_rs",
20061 "hashlink 0.8.4",
20062]
20063
20064[[package]]
20065name = "yansi"
20066version = "1.0.1"
20067source = "registry+https://github.com/rust-lang/crates.io-index"
20068checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20069
20070[[package]]
20071name = "yawc"
20072version = "0.2.5"
20073source = "registry+https://github.com/rust-lang/crates.io-index"
20074checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20075dependencies = [
20076 "base64 0.22.1",
20077 "bytes 1.10.1",
20078 "flate2",
20079 "futures 0.3.31",
20080 "http-body-util",
20081 "hyper 1.6.0",
20082 "hyper-util",
20083 "js-sys",
20084 "nom 8.0.0",
20085 "pin-project",
20086 "rand 0.8.5",
20087 "sha1",
20088 "thiserror 1.0.69",
20089 "tokio",
20090 "tokio-rustls 0.26.2",
20091 "tokio-util",
20092 "url",
20093 "wasm-bindgen",
20094 "wasm-bindgen-futures",
20095 "web-sys",
20096 "webpki-roots",
20097]
20098
20099[[package]]
20100name = "yazi"
20101version = "0.2.1"
20102source = "registry+https://github.com/rust-lang/crates.io-index"
20103checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20104
20105[[package]]
20106name = "yeslogic-fontconfig-sys"
20107version = "6.0.0"
20108source = "registry+https://github.com/rust-lang/crates.io-index"
20109checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20110dependencies = [
20111 "dlib",
20112 "once_cell",
20113 "pkg-config",
20114]
20115
20116[[package]]
20117name = "yoke"
20118version = "0.7.5"
20119source = "registry+https://github.com/rust-lang/crates.io-index"
20120checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20121dependencies = [
20122 "serde",
20123 "stable_deref_trait",
20124 "yoke-derive",
20125 "zerofrom",
20126]
20127
20128[[package]]
20129name = "yoke-derive"
20130version = "0.7.5"
20131source = "registry+https://github.com/rust-lang/crates.io-index"
20132checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20133dependencies = [
20134 "proc-macro2",
20135 "quote",
20136 "syn 2.0.101",
20137 "synstructure",
20138]
20139
20140[[package]]
20141name = "zbus"
20142version = "5.11.0"
20143source = "registry+https://github.com/rust-lang/crates.io-index"
20144checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20145dependencies = [
20146 "async-broadcast",
20147 "async-executor",
20148 "async-io",
20149 "async-lock",
20150 "async-process",
20151 "async-recursion",
20152 "async-task",
20153 "async-trait",
20154 "blocking",
20155 "enumflags2",
20156 "event-listener 5.4.0",
20157 "futures-core",
20158 "futures-lite 2.6.0",
20159 "hex",
20160 "nix 0.30.1",
20161 "ordered-stream",
20162 "serde",
20163 "serde_repr",
20164 "tracing",
20165 "uds_windows",
20166 "windows-sys 0.60.2",
20167 "winnow",
20168 "zbus_macros",
20169 "zbus_names",
20170 "zvariant",
20171]
20172
20173[[package]]
20174name = "zbus_macros"
20175version = "5.11.0"
20176source = "registry+https://github.com/rust-lang/crates.io-index"
20177checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20178dependencies = [
20179 "proc-macro-crate",
20180 "proc-macro2",
20181 "quote",
20182 "syn 2.0.101",
20183 "zbus_names",
20184 "zvariant",
20185 "zvariant_utils",
20186]
20187
20188[[package]]
20189name = "zbus_names"
20190version = "4.2.0"
20191source = "registry+https://github.com/rust-lang/crates.io-index"
20192checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20193dependencies = [
20194 "serde",
20195 "static_assertions",
20196 "winnow",
20197 "zvariant",
20198]
20199
20200[[package]]
20201name = "zed"
20202version = "0.208.0"
20203dependencies = [
20204 "acp_tools",
20205 "activity_indicator",
20206 "agent",
20207 "agent_settings",
20208 "agent_ui",
20209 "anyhow",
20210 "ashpd 0.11.0",
20211 "assets",
20212 "assistant_tools",
20213 "audio",
20214 "auto_update",
20215 "auto_update_ui",
20216 "backtrace",
20217 "bincode",
20218 "breadcrumbs",
20219 "call",
20220 "channel",
20221 "clap",
20222 "cli",
20223 "client",
20224 "collab_ui",
20225 "collections",
20226 "command_palette",
20227 "component",
20228 "copilot",
20229 "crashes",
20230 "dap",
20231 "dap_adapters",
20232 "db",
20233 "debug_adapter_extension",
20234 "debugger_tools",
20235 "debugger_ui",
20236 "diagnostics",
20237 "edit_prediction_button",
20238 "editor",
20239 "env_logger 0.11.8",
20240 "extension",
20241 "extension_host",
20242 "extensions_ui",
20243 "feature_flags",
20244 "feedback",
20245 "file_finder",
20246 "fs",
20247 "futures 0.3.31",
20248 "git",
20249 "git_hosting_providers",
20250 "git_ui",
20251 "go_to_line",
20252 "gpui",
20253 "gpui_tokio",
20254 "http_client",
20255 "image_viewer",
20256 "inspector_ui",
20257 "install_cli",
20258 "itertools 0.14.0",
20259 "journal",
20260 "json_schema_store",
20261 "keymap_editor",
20262 "language",
20263 "language_extension",
20264 "language_model",
20265 "language_models",
20266 "language_onboarding",
20267 "language_selector",
20268 "language_tools",
20269 "languages",
20270 "line_ending_selector",
20271 "log",
20272 "markdown",
20273 "markdown_preview",
20274 "menu",
20275 "migrator",
20276 "mimalloc",
20277 "nc",
20278 "nix 0.29.0",
20279 "node_runtime",
20280 "notifications",
20281 "onboarding",
20282 "outline",
20283 "outline_panel",
20284 "parking_lot",
20285 "paths",
20286 "picker",
20287 "pretty_assertions",
20288 "profiling",
20289 "project",
20290 "project_panel",
20291 "project_symbols",
20292 "prompt_store",
20293 "proto",
20294 "recent_projects",
20295 "release_channel",
20296 "remote",
20297 "repl",
20298 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20299 "reqwest_client",
20300 "rope",
20301 "search",
20302 "serde",
20303 "serde_json",
20304 "session",
20305 "settings",
20306 "settings_profile_selector",
20307 "settings_ui",
20308 "shellexpand 2.1.2",
20309 "smol",
20310 "snippet_provider",
20311 "snippets_ui",
20312 "supermaven",
20313 "svg_preview",
20314 "sysinfo",
20315 "system_specs",
20316 "tab_switcher",
20317 "task",
20318 "tasks_ui",
20319 "telemetry",
20320 "telemetry_events",
20321 "terminal_view",
20322 "theme",
20323 "theme_extension",
20324 "theme_selector",
20325 "time",
20326 "title_bar",
20327 "toolchain_selector",
20328 "tree-sitter-md",
20329 "tree-sitter-rust",
20330 "ui",
20331 "ui_input",
20332 "ui_prompt",
20333 "url",
20334 "urlencoding",
20335 "util",
20336 "uuid",
20337 "vim",
20338 "vim_mode_setting",
20339 "watch",
20340 "web_search",
20341 "web_search_providers",
20342 "windows 0.61.1",
20343 "winresource",
20344 "workspace",
20345 "workspace-hack",
20346 "zed_actions",
20347 "zed_env_vars",
20348 "zeta",
20349 "zeta2",
20350 "zeta2_tools",
20351 "zlog",
20352 "zlog_settings",
20353]
20354
20355[[package]]
20356name = "zed_actions"
20357version = "0.1.0"
20358dependencies = [
20359 "gpui",
20360 "schemars 1.0.1",
20361 "serde",
20362 "uuid",
20363 "workspace-hack",
20364]
20365
20366[[package]]
20367name = "zed_env_vars"
20368version = "0.1.0"
20369dependencies = [
20370 "gpui",
20371 "workspace-hack",
20372]
20373
20374[[package]]
20375name = "zed_extension_api"
20376version = "0.1.0"
20377source = "registry+https://github.com/rust-lang/crates.io-index"
20378checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20379dependencies = [
20380 "serde",
20381 "serde_json",
20382 "wit-bindgen 0.22.0",
20383]
20384
20385[[package]]
20386name = "zed_extension_api"
20387version = "0.7.0"
20388dependencies = [
20389 "serde",
20390 "serde_json",
20391 "wit-bindgen 0.41.0",
20392]
20393
20394[[package]]
20395name = "zed_extension_api"
20396version = "0.7.0"
20397source = "registry+https://github.com/rust-lang/crates.io-index"
20398checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20399dependencies = [
20400 "serde",
20401 "serde_json",
20402 "wit-bindgen 0.41.0",
20403]
20404
20405[[package]]
20406name = "zed_glsl"
20407version = "0.1.0"
20408dependencies = [
20409 "zed_extension_api 0.1.0",
20410]
20411
20412[[package]]
20413name = "zed_html"
20414version = "0.2.3"
20415dependencies = [
20416 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20417]
20418
20419[[package]]
20420name = "zed_proto"
20421version = "0.2.2"
20422dependencies = [
20423 "zed_extension_api 0.1.0",
20424]
20425
20426[[package]]
20427name = "zed_test_extension"
20428version = "0.1.0"
20429dependencies = [
20430 "zed_extension_api 0.7.0",
20431]
20432
20433[[package]]
20434name = "zeno"
20435version = "0.3.2"
20436source = "registry+https://github.com/rust-lang/crates.io-index"
20437checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20438
20439[[package]]
20440name = "zerocopy"
20441version = "0.7.35"
20442source = "registry+https://github.com/rust-lang/crates.io-index"
20443checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20444dependencies = [
20445 "zerocopy-derive 0.7.35",
20446]
20447
20448[[package]]
20449name = "zerocopy"
20450version = "0.8.24"
20451source = "registry+https://github.com/rust-lang/crates.io-index"
20452checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20453dependencies = [
20454 "zerocopy-derive 0.8.24",
20455]
20456
20457[[package]]
20458name = "zerocopy-derive"
20459version = "0.7.35"
20460source = "registry+https://github.com/rust-lang/crates.io-index"
20461checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20462dependencies = [
20463 "proc-macro2",
20464 "quote",
20465 "syn 2.0.101",
20466]
20467
20468[[package]]
20469name = "zerocopy-derive"
20470version = "0.8.24"
20471source = "registry+https://github.com/rust-lang/crates.io-index"
20472checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20473dependencies = [
20474 "proc-macro2",
20475 "quote",
20476 "syn 2.0.101",
20477]
20478
20479[[package]]
20480name = "zerofrom"
20481version = "0.1.6"
20482source = "registry+https://github.com/rust-lang/crates.io-index"
20483checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20484dependencies = [
20485 "zerofrom-derive",
20486]
20487
20488[[package]]
20489name = "zerofrom-derive"
20490version = "0.1.6"
20491source = "registry+https://github.com/rust-lang/crates.io-index"
20492checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20493dependencies = [
20494 "proc-macro2",
20495 "quote",
20496 "syn 2.0.101",
20497 "synstructure",
20498]
20499
20500[[package]]
20501name = "zeroize"
20502version = "1.8.1"
20503source = "registry+https://github.com/rust-lang/crates.io-index"
20504checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20505dependencies = [
20506 "zeroize_derive",
20507]
20508
20509[[package]]
20510name = "zeroize_derive"
20511version = "1.4.2"
20512source = "registry+https://github.com/rust-lang/crates.io-index"
20513checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20514dependencies = [
20515 "proc-macro2",
20516 "quote",
20517 "syn 2.0.101",
20518]
20519
20520[[package]]
20521name = "zeromq"
20522version = "0.5.0-pre"
20523source = "registry+https://github.com/rust-lang/crates.io-index"
20524checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20525dependencies = [
20526 "async-dispatcher",
20527 "async-std",
20528 "async-trait",
20529 "asynchronous-codec",
20530 "bytes 1.10.1",
20531 "crossbeam-queue",
20532 "dashmap 5.5.3",
20533 "futures 0.3.31",
20534 "log",
20535 "num-traits",
20536 "once_cell",
20537 "parking_lot",
20538 "rand 0.8.5",
20539 "regex",
20540 "thiserror 1.0.69",
20541 "uuid",
20542]
20543
20544[[package]]
20545name = "zerovec"
20546version = "0.10.4"
20547source = "registry+https://github.com/rust-lang/crates.io-index"
20548checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20549dependencies = [
20550 "yoke",
20551 "zerofrom",
20552 "zerovec-derive",
20553]
20554
20555[[package]]
20556name = "zerovec-derive"
20557version = "0.10.3"
20558source = "registry+https://github.com/rust-lang/crates.io-index"
20559checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20560dependencies = [
20561 "proc-macro2",
20562 "quote",
20563 "syn 2.0.101",
20564]
20565
20566[[package]]
20567name = "zeta"
20568version = "0.1.0"
20569dependencies = [
20570 "ai_onboarding",
20571 "anyhow",
20572 "arrayvec",
20573 "call",
20574 "client",
20575 "clock",
20576 "cloud_api_types",
20577 "cloud_llm_client",
20578 "collections",
20579 "command_palette_hooks",
20580 "copilot",
20581 "ctor",
20582 "db",
20583 "edit_prediction",
20584 "editor",
20585 "feature_flags",
20586 "fs",
20587 "futures 0.3.31",
20588 "gpui",
20589 "http_client",
20590 "indoc",
20591 "itertools 0.14.0",
20592 "language",
20593 "language_model",
20594 "log",
20595 "menu",
20596 "parking_lot",
20597 "postage",
20598 "project",
20599 "rand 0.9.1",
20600 "regex",
20601 "release_channel",
20602 "reqwest_client",
20603 "rpc",
20604 "serde",
20605 "serde_json",
20606 "settings",
20607 "strum 0.27.1",
20608 "telemetry",
20609 "telemetry_events",
20610 "theme",
20611 "thiserror 2.0.12",
20612 "tree-sitter-go",
20613 "tree-sitter-rust",
20614 "ui",
20615 "util",
20616 "uuid",
20617 "workspace",
20618 "workspace-hack",
20619 "worktree",
20620 "zed_actions",
20621 "zlog",
20622]
20623
20624[[package]]
20625name = "zeta2"
20626version = "0.1.0"
20627dependencies = [
20628 "anyhow",
20629 "arrayvec",
20630 "chrono",
20631 "client",
20632 "clock",
20633 "cloud_llm_client",
20634 "cloud_zeta2_prompt",
20635 "edit_prediction",
20636 "edit_prediction_context",
20637 "futures 0.3.31",
20638 "gpui",
20639 "indoc",
20640 "language",
20641 "language_model",
20642 "log",
20643 "lsp",
20644 "pretty_assertions",
20645 "project",
20646 "release_channel",
20647 "serde_json",
20648 "settings",
20649 "thiserror 2.0.12",
20650 "util",
20651 "uuid",
20652 "workspace",
20653 "workspace-hack",
20654 "worktree",
20655]
20656
20657[[package]]
20658name = "zeta2_tools"
20659version = "0.1.0"
20660dependencies = [
20661 "chrono",
20662 "clap",
20663 "client",
20664 "cloud_llm_client",
20665 "collections",
20666 "edit_prediction_context",
20667 "editor",
20668 "futures 0.3.31",
20669 "gpui",
20670 "indoc",
20671 "language",
20672 "log",
20673 "pretty_assertions",
20674 "project",
20675 "serde",
20676 "serde_json",
20677 "settings",
20678 "text",
20679 "ui",
20680 "ui_input",
20681 "util",
20682 "workspace",
20683 "workspace-hack",
20684 "zeta2",
20685 "zlog",
20686]
20687
20688[[package]]
20689name = "zeta_cli"
20690version = "0.1.0"
20691dependencies = [
20692 "anyhow",
20693 "clap",
20694 "client",
20695 "cloud_llm_client",
20696 "cloud_zeta2_prompt",
20697 "debug_adapter_extension",
20698 "edit_prediction_context",
20699 "extension",
20700 "fs",
20701 "futures 0.3.31",
20702 "gpui",
20703 "gpui_tokio",
20704 "language",
20705 "language_extension",
20706 "language_model",
20707 "language_models",
20708 "languages",
20709 "log",
20710 "node_runtime",
20711 "ordered-float 2.10.1",
20712 "paths",
20713 "project",
20714 "prompt_store",
20715 "release_channel",
20716 "reqwest_client",
20717 "serde",
20718 "serde_json",
20719 "settings",
20720 "shellexpand 2.1.2",
20721 "smol",
20722 "terminal_view",
20723 "util",
20724 "watch",
20725 "workspace-hack",
20726 "zeta",
20727 "zeta2",
20728 "zlog",
20729]
20730
20731[[package]]
20732name = "zip"
20733version = "0.6.6"
20734source = "registry+https://github.com/rust-lang/crates.io-index"
20735checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20736dependencies = [
20737 "aes",
20738 "byteorder",
20739 "bzip2",
20740 "constant_time_eq",
20741 "crc32fast",
20742 "crossbeam-utils",
20743 "flate2",
20744 "hmac",
20745 "pbkdf2 0.11.0",
20746 "sha1",
20747 "time",
20748 "zstd",
20749]
20750
20751[[package]]
20752name = "zip"
20753version = "1.1.4"
20754source = "registry+https://github.com/rust-lang/crates.io-index"
20755checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20756dependencies = [
20757 "arbitrary",
20758 "crc32fast",
20759 "crossbeam-utils",
20760 "displaydoc",
20761 "indexmap 2.9.0",
20762 "num_enum",
20763 "thiserror 1.0.69",
20764]
20765
20766[[package]]
20767name = "zlog"
20768version = "0.1.0"
20769dependencies = [
20770 "anyhow",
20771 "chrono",
20772 "collections",
20773 "log",
20774 "tempfile",
20775 "workspace-hack",
20776]
20777
20778[[package]]
20779name = "zlog_settings"
20780version = "0.1.0"
20781dependencies = [
20782 "collections",
20783 "gpui",
20784 "settings",
20785 "workspace-hack",
20786 "zlog",
20787]
20788
20789[[package]]
20790name = "zstd"
20791version = "0.11.2+zstd.1.5.2"
20792source = "registry+https://github.com/rust-lang/crates.io-index"
20793checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20794dependencies = [
20795 "zstd-safe",
20796]
20797
20798[[package]]
20799name = "zstd-safe"
20800version = "5.0.2+zstd.1.5.2"
20801source = "registry+https://github.com/rust-lang/crates.io-index"
20802checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20803dependencies = [
20804 "libc",
20805 "zstd-sys",
20806]
20807
20808[[package]]
20809name = "zstd-sys"
20810version = "2.0.15+zstd.1.5.7"
20811source = "registry+https://github.com/rust-lang/crates.io-index"
20812checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20813dependencies = [
20814 "cc",
20815 "pkg-config",
20816]
20817
20818[[package]]
20819name = "zune-core"
20820version = "0.4.12"
20821source = "registry+https://github.com/rust-lang/crates.io-index"
20822checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20823
20824[[package]]
20825name = "zune-inflate"
20826version = "0.2.54"
20827source = "registry+https://github.com/rust-lang/crates.io-index"
20828checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20829dependencies = [
20830 "simd-adler32",
20831]
20832
20833[[package]]
20834name = "zune-jpeg"
20835version = "0.4.14"
20836source = "registry+https://github.com/rust-lang/crates.io-index"
20837checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20838dependencies = [
20839 "zune-core",
20840]
20841
20842[[package]]
20843name = "zvariant"
20844version = "5.7.0"
20845source = "registry+https://github.com/rust-lang/crates.io-index"
20846checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20847dependencies = [
20848 "endi",
20849 "enumflags2",
20850 "serde",
20851 "url",
20852 "winnow",
20853 "zvariant_derive",
20854 "zvariant_utils",
20855]
20856
20857[[package]]
20858name = "zvariant_derive"
20859version = "5.7.0"
20860source = "registry+https://github.com/rust-lang/crates.io-index"
20861checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20862dependencies = [
20863 "proc-macro-crate",
20864 "proc-macro2",
20865 "quote",
20866 "syn 2.0.101",
20867 "zvariant_utils",
20868]
20869
20870[[package]]
20871name = "zvariant_utils"
20872version = "3.2.0"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20875dependencies = [
20876 "proc-macro2",
20877 "quote",
20878 "serde",
20879 "static_assertions",
20880 "syn 2.0.101",
20881 "winnow",
20882]