1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "acp_thread"
7version = "0.1.0"
8dependencies = [
9 "action_log",
10 "agent-client-protocol",
11 "agent_settings",
12 "anyhow",
13 "buffer_diff",
14 "collections",
15 "editor",
16 "env_logger 0.11.8",
17 "file_icons",
18 "futures 0.3.31",
19 "gpui",
20 "indoc",
21 "itertools 0.14.0",
22 "language",
23 "language_model",
24 "markdown",
25 "parking_lot",
26 "portable-pty",
27 "project",
28 "prompt_store",
29 "rand 0.9.1",
30 "serde",
31 "serde_json",
32 "settings",
33 "smol",
34 "task",
35 "tempfile",
36 "terminal",
37 "ui",
38 "url",
39 "util",
40 "uuid",
41 "watch",
42 "workspace-hack",
43]
44
45[[package]]
46name = "acp_tools"
47version = "0.1.0"
48dependencies = [
49 "agent-client-protocol",
50 "collections",
51 "gpui",
52 "language",
53 "markdown",
54 "project",
55 "serde",
56 "serde_json",
57 "settings",
58 "theme",
59 "ui",
60 "util",
61 "workspace",
62 "workspace-hack",
63]
64
65[[package]]
66name = "action_log"
67version = "0.1.0"
68dependencies = [
69 "anyhow",
70 "buffer_diff",
71 "clock",
72 "collections",
73 "ctor",
74 "futures 0.3.31",
75 "gpui",
76 "indoc",
77 "language",
78 "log",
79 "pretty_assertions",
80 "project",
81 "rand 0.9.1",
82 "serde_json",
83 "settings",
84 "text",
85 "util",
86 "watch",
87 "workspace-hack",
88 "zlog",
89]
90
91[[package]]
92name = "activity_indicator"
93version = "0.1.0"
94dependencies = [
95 "anyhow",
96 "auto_update",
97 "editor",
98 "extension_host",
99 "futures 0.3.31",
100 "gpui",
101 "language",
102 "project",
103 "proto",
104 "release_channel",
105 "smallvec",
106 "ui",
107 "util",
108 "workspace",
109 "workspace-hack",
110]
111
112[[package]]
113name = "addr2line"
114version = "0.24.2"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
117dependencies = [
118 "gimli",
119]
120
121[[package]]
122name = "adler2"
123version = "2.0.0"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
126
127[[package]]
128name = "aes"
129version = "0.8.4"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
132dependencies = [
133 "cfg-if",
134 "cipher",
135 "cpufeatures",
136 "zeroize",
137]
138
139[[package]]
140name = "agent"
141version = "0.1.0"
142dependencies = [
143 "action_log",
144 "agent_settings",
145 "anyhow",
146 "assistant_context",
147 "assistant_tool",
148 "assistant_tools",
149 "chrono",
150 "client",
151 "cloud_llm_client",
152 "collections",
153 "component",
154 "context_server",
155 "convert_case 0.8.0",
156 "fs",
157 "futures 0.3.31",
158 "git",
159 "gpui",
160 "heed",
161 "http_client",
162 "icons",
163 "indoc",
164 "itertools 0.14.0",
165 "language",
166 "language_model",
167 "log",
168 "parking_lot",
169 "paths",
170 "postage",
171 "pretty_assertions",
172 "project",
173 "prompt_store",
174 "rand 0.9.1",
175 "ref-cast",
176 "rope",
177 "schemars 1.0.1",
178 "serde",
179 "serde_json",
180 "settings",
181 "smol",
182 "sqlez",
183 "telemetry",
184 "text",
185 "theme",
186 "thiserror 2.0.12",
187 "time",
188 "util",
189 "uuid",
190 "workspace",
191 "workspace-hack",
192 "zed_env_vars",
193 "zstd",
194]
195
196[[package]]
197name = "agent-client-protocol"
198version = "0.4.3"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "3aaa2bd05a2401887945f8bfd70026e90bc3cf96c62ab9eba2779835bf21dc60"
201dependencies = [
202 "anyhow",
203 "async-broadcast",
204 "async-trait",
205 "futures 0.3.31",
206 "log",
207 "parking_lot",
208 "schemars 1.0.1",
209 "serde",
210 "serde_json",
211]
212
213[[package]]
214name = "agent2"
215version = "0.1.0"
216dependencies = [
217 "acp_thread",
218 "action_log",
219 "agent",
220 "agent-client-protocol",
221 "agent_servers",
222 "agent_settings",
223 "anyhow",
224 "assistant_context",
225 "assistant_tool",
226 "assistant_tools",
227 "chrono",
228 "client",
229 "clock",
230 "cloud_llm_client",
231 "collections",
232 "context_server",
233 "ctor",
234 "db",
235 "editor",
236 "env_logger 0.11.8",
237 "fs",
238 "futures 0.3.31",
239 "git",
240 "gpui",
241 "gpui_tokio",
242 "handlebars 4.5.0",
243 "html_to_markdown",
244 "http_client",
245 "indoc",
246 "itertools 0.14.0",
247 "language",
248 "language_model",
249 "language_models",
250 "log",
251 "lsp",
252 "open",
253 "parking_lot",
254 "paths",
255 "pretty_assertions",
256 "project",
257 "prompt_store",
258 "reqwest_client",
259 "rust-embed",
260 "schemars 1.0.1",
261 "serde",
262 "serde_json",
263 "settings",
264 "smol",
265 "sqlez",
266 "task",
267 "telemetry",
268 "tempfile",
269 "terminal",
270 "text",
271 "theme",
272 "thiserror 2.0.12",
273 "tree-sitter-rust",
274 "ui",
275 "unindent",
276 "util",
277 "uuid",
278 "watch",
279 "web_search",
280 "workspace-hack",
281 "worktree",
282 "zed_env_vars",
283 "zlog",
284 "zstd",
285]
286
287[[package]]
288name = "agent_servers"
289version = "0.1.0"
290dependencies = [
291 "acp_thread",
292 "acp_tools",
293 "action_log",
294 "agent-client-protocol",
295 "agent_settings",
296 "anyhow",
297 "async-trait",
298 "client",
299 "collections",
300 "env_logger 0.11.8",
301 "fs",
302 "futures 0.3.31",
303 "gpui",
304 "gpui_tokio",
305 "http_client",
306 "indoc",
307 "language",
308 "language_model",
309 "language_models",
310 "libc",
311 "log",
312 "nix 0.29.0",
313 "project",
314 "reqwest_client",
315 "serde",
316 "serde_json",
317 "settings",
318 "smol",
319 "task",
320 "tempfile",
321 "thiserror 2.0.12",
322 "ui",
323 "util",
324 "watch",
325 "workspace-hack",
326]
327
328[[package]]
329name = "agent_settings"
330version = "0.1.0"
331dependencies = [
332 "anyhow",
333 "cloud_llm_client",
334 "collections",
335 "convert_case 0.8.0",
336 "fs",
337 "gpui",
338 "language_model",
339 "paths",
340 "project",
341 "schemars 1.0.1",
342 "serde",
343 "serde_json",
344 "serde_json_lenient",
345 "settings",
346 "util",
347 "workspace-hack",
348]
349
350[[package]]
351name = "agent_ui"
352version = "0.1.0"
353dependencies = [
354 "acp_thread",
355 "action_log",
356 "agent",
357 "agent-client-protocol",
358 "agent2",
359 "agent_servers",
360 "agent_settings",
361 "ai_onboarding",
362 "anyhow",
363 "arrayvec",
364 "assistant_context",
365 "assistant_slash_command",
366 "assistant_slash_commands",
367 "assistant_tool",
368 "assistant_tools",
369 "audio",
370 "buffer_diff",
371 "chrono",
372 "client",
373 "cloud_llm_client",
374 "collections",
375 "command_palette_hooks",
376 "component",
377 "context_server",
378 "db",
379 "editor",
380 "extension",
381 "extension_host",
382 "feature_flags",
383 "file_icons",
384 "fs",
385 "futures 0.3.31",
386 "fuzzy",
387 "gpui",
388 "html_to_markdown",
389 "http_client",
390 "indoc",
391 "itertools 0.14.0",
392 "jsonschema",
393 "language",
394 "language_model",
395 "language_models",
396 "languages",
397 "log",
398 "lsp",
399 "markdown",
400 "menu",
401 "multi_buffer",
402 "notifications",
403 "ordered-float 2.10.1",
404 "parking_lot",
405 "paths",
406 "picker",
407 "postage",
408 "pretty_assertions",
409 "project",
410 "prompt_store",
411 "proto",
412 "rand 0.9.1",
413 "release_channel",
414 "rope",
415 "rules_library",
416 "schemars 1.0.1",
417 "search",
418 "serde",
419 "serde_json",
420 "serde_json_lenient",
421 "settings",
422 "shlex",
423 "smol",
424 "streaming_diff",
425 "task",
426 "telemetry",
427 "telemetry_events",
428 "terminal",
429 "terminal_view",
430 "text",
431 "theme",
432 "time",
433 "time_format",
434 "tree-sitter-md",
435 "ui",
436 "ui_input",
437 "unindent",
438 "url",
439 "urlencoding",
440 "util",
441 "watch",
442 "workspace",
443 "workspace-hack",
444 "zed_actions",
445]
446
447[[package]]
448name = "ahash"
449version = "0.7.8"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
452dependencies = [
453 "getrandom 0.2.15",
454 "once_cell",
455 "version_check",
456]
457
458[[package]]
459name = "ahash"
460version = "0.8.11"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
463dependencies = [
464 "cfg-if",
465 "const-random",
466 "getrandom 0.2.15",
467 "once_cell",
468 "serde",
469 "version_check",
470 "zerocopy 0.7.35",
471]
472
473[[package]]
474name = "aho-corasick"
475version = "1.1.3"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
478dependencies = [
479 "memchr",
480]
481
482[[package]]
483name = "ai_onboarding"
484version = "0.1.0"
485dependencies = [
486 "client",
487 "cloud_llm_client",
488 "component",
489 "gpui",
490 "language_model",
491 "serde",
492 "smallvec",
493 "telemetry",
494 "ui",
495 "workspace-hack",
496 "zed_actions",
497]
498
499[[package]]
500name = "alacritty_terminal"
501version = "0.25.1-rc1"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
504dependencies = [
505 "base64 0.22.1",
506 "bitflags 2.9.0",
507 "home",
508 "libc",
509 "log",
510 "miow",
511 "parking_lot",
512 "piper",
513 "polling",
514 "regex-automata",
515 "rustix 1.0.7",
516 "rustix-openpty",
517 "serde",
518 "signal-hook",
519 "unicode-width 0.2.0",
520 "vte",
521 "windows-sys 0.59.0",
522]
523
524[[package]]
525name = "aliasable"
526version = "0.1.3"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
529
530[[package]]
531name = "aligned-vec"
532version = "0.5.0"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
535
536[[package]]
537name = "allocator-api2"
538version = "0.2.21"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
541
542[[package]]
543name = "alsa"
544version = "0.9.1"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
547dependencies = [
548 "alsa-sys",
549 "bitflags 2.9.0",
550 "cfg-if",
551 "libc",
552]
553
554[[package]]
555name = "alsa-sys"
556version = "0.3.1"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
559dependencies = [
560 "libc",
561 "pkg-config",
562]
563
564[[package]]
565name = "ambient-authority"
566version = "0.0.2"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
569
570[[package]]
571name = "ammonia"
572version = "4.1.0"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
575dependencies = [
576 "cssparser",
577 "html5ever 0.31.0",
578 "maplit",
579 "tendril",
580 "url",
581]
582
583[[package]]
584name = "android-tzdata"
585version = "0.1.1"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
588
589[[package]]
590name = "android_system_properties"
591version = "0.1.5"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
594dependencies = [
595 "libc",
596]
597
598[[package]]
599name = "anes"
600version = "0.1.6"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
603
604[[package]]
605name = "anstream"
606version = "0.6.18"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
609dependencies = [
610 "anstyle",
611 "anstyle-parse",
612 "anstyle-query",
613 "anstyle-wincon",
614 "colorchoice",
615 "is_terminal_polyfill",
616 "utf8parse",
617]
618
619[[package]]
620name = "anstyle"
621version = "1.0.10"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
624
625[[package]]
626name = "anstyle-parse"
627version = "0.2.6"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
630dependencies = [
631 "utf8parse",
632]
633
634[[package]]
635name = "anstyle-query"
636version = "1.1.2"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
639dependencies = [
640 "windows-sys 0.59.0",
641]
642
643[[package]]
644name = "anstyle-wincon"
645version = "3.0.7"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
648dependencies = [
649 "anstyle",
650 "once_cell",
651 "windows-sys 0.59.0",
652]
653
654[[package]]
655name = "anthropic"
656version = "0.1.0"
657dependencies = [
658 "anyhow",
659 "chrono",
660 "futures 0.3.31",
661 "http_client",
662 "schemars 1.0.1",
663 "serde",
664 "serde_json",
665 "settings",
666 "strum 0.27.1",
667 "thiserror 2.0.12",
668 "workspace-hack",
669]
670
671[[package]]
672name = "any_vec"
673version = "0.14.0"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
676
677[[package]]
678name = "anyhow"
679version = "1.0.98"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
682
683[[package]]
684name = "approx"
685version = "0.5.1"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
688dependencies = [
689 "num-traits",
690]
691
692[[package]]
693name = "arbitrary"
694version = "1.4.1"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
697dependencies = [
698 "derive_arbitrary",
699]
700
701[[package]]
702name = "arg_enum_proc_macro"
703version = "0.3.4"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
706dependencies = [
707 "proc-macro2",
708 "quote",
709 "syn 2.0.101",
710]
711
712[[package]]
713name = "arraydeque"
714version = "0.5.1"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
717
718[[package]]
719name = "arrayref"
720version = "0.3.9"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
723
724[[package]]
725name = "arrayvec"
726version = "0.7.6"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
729dependencies = [
730 "serde",
731]
732
733[[package]]
734name = "as-raw-xcb-connection"
735version = "1.0.1"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
738
739[[package]]
740name = "ascii"
741version = "1.1.0"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
744
745[[package]]
746name = "ash"
747version = "0.38.0+1.3.281"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
750dependencies = [
751 "libloading",
752]
753
754[[package]]
755name = "ash-window"
756version = "0.13.0"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
759dependencies = [
760 "ash",
761 "raw-window-handle",
762 "raw-window-metal",
763]
764
765[[package]]
766name = "ashpd"
767version = "0.11.0"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
770dependencies = [
771 "async-fs",
772 "async-net",
773 "enumflags2",
774 "futures-channel",
775 "futures-util",
776 "rand 0.9.1",
777 "serde",
778 "serde_repr",
779 "url",
780 "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.6.0"
2311source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
2312dependencies = [
2313 "ash",
2314 "ash-window",
2315 "bitflags 2.9.0",
2316 "bytemuck",
2317 "codespan-reporting 0.11.1",
2318 "glow",
2319 "gpu-alloc",
2320 "gpu-alloc-ash",
2321 "hidden-trait",
2322 "js-sys",
2323 "khronos-egl",
2324 "libloading",
2325 "log",
2326 "mint",
2327 "naga",
2328 "objc2",
2329 "objc2-app-kit",
2330 "objc2-core-foundation",
2331 "objc2-foundation",
2332 "objc2-metal",
2333 "objc2-quartz-core",
2334 "objc2-ui-kit",
2335 "raw-window-handle",
2336 "slab",
2337 "wasm-bindgen",
2338 "web-sys",
2339]
2340
2341[[package]]
2342name = "blade-macros"
2343version = "0.3.0"
2344source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
2345dependencies = [
2346 "proc-macro2",
2347 "quote",
2348 "syn 2.0.101",
2349]
2350
2351[[package]]
2352name = "blade-util"
2353version = "0.2.0"
2354source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
2355dependencies = [
2356 "blade-graphics",
2357 "bytemuck",
2358 "log",
2359 "profiling",
2360]
2361
2362[[package]]
2363name = "block"
2364version = "0.1.6"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2367
2368[[package]]
2369name = "block-buffer"
2370version = "0.10.4"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2373dependencies = [
2374 "generic-array",
2375]
2376
2377[[package]]
2378name = "block-padding"
2379version = "0.3.3"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2382dependencies = [
2383 "generic-array",
2384]
2385
2386[[package]]
2387name = "block2"
2388version = "0.6.1"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2391dependencies = [
2392 "objc2",
2393]
2394
2395[[package]]
2396name = "blocking"
2397version = "1.6.1"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2400dependencies = [
2401 "async-channel 2.3.1",
2402 "async-task",
2403 "futures-io",
2404 "futures-lite 2.6.0",
2405 "piper",
2406]
2407
2408[[package]]
2409name = "borrow-or-share"
2410version = "0.2.2"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2413
2414[[package]]
2415name = "borsh"
2416version = "1.5.7"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2419dependencies = [
2420 "borsh-derive",
2421 "cfg_aliases 0.2.1",
2422]
2423
2424[[package]]
2425name = "borsh-derive"
2426version = "1.5.7"
2427source = "registry+https://github.com/rust-lang/crates.io-index"
2428checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2429dependencies = [
2430 "once_cell",
2431 "proc-macro-crate",
2432 "proc-macro2",
2433 "quote",
2434 "syn 2.0.101",
2435]
2436
2437[[package]]
2438name = "breadcrumbs"
2439version = "0.1.0"
2440dependencies = [
2441 "editor",
2442 "gpui",
2443 "itertools 0.14.0",
2444 "settings",
2445 "theme",
2446 "ui",
2447 "workspace",
2448 "workspace-hack",
2449 "zed_actions",
2450]
2451
2452[[package]]
2453name = "bstr"
2454version = "1.12.0"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2457dependencies = [
2458 "memchr",
2459 "regex-automata",
2460 "serde",
2461]
2462
2463[[package]]
2464name = "buffer_diff"
2465version = "0.1.0"
2466dependencies = [
2467 "anyhow",
2468 "clock",
2469 "ctor",
2470 "futures 0.3.31",
2471 "git2",
2472 "gpui",
2473 "language",
2474 "log",
2475 "pretty_assertions",
2476 "rand 0.9.1",
2477 "rope",
2478 "serde_json",
2479 "sum_tree",
2480 "text",
2481 "unindent",
2482 "util",
2483 "workspace-hack",
2484 "zlog",
2485]
2486
2487[[package]]
2488name = "built"
2489version = "0.7.7"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2492
2493[[package]]
2494name = "bumpalo"
2495version = "3.17.0"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2498dependencies = [
2499 "allocator-api2",
2500]
2501
2502[[package]]
2503name = "by_address"
2504version = "1.2.1"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2507
2508[[package]]
2509name = "bytecheck"
2510version = "0.6.12"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2513dependencies = [
2514 "bytecheck_derive",
2515 "ptr_meta",
2516 "simdutf8",
2517]
2518
2519[[package]]
2520name = "bytecheck_derive"
2521version = "0.6.12"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2524dependencies = [
2525 "proc-macro2",
2526 "quote",
2527 "syn 1.0.109",
2528]
2529
2530[[package]]
2531name = "bytecount"
2532version = "0.6.8"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2535
2536[[package]]
2537name = "bytemuck"
2538version = "1.22.0"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2541dependencies = [
2542 "bytemuck_derive",
2543]
2544
2545[[package]]
2546name = "bytemuck_derive"
2547version = "1.9.3"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2550dependencies = [
2551 "proc-macro2",
2552 "quote",
2553 "syn 2.0.101",
2554]
2555
2556[[package]]
2557name = "byteorder"
2558version = "1.5.0"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2561
2562[[package]]
2563name = "byteorder-lite"
2564version = "0.1.0"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2567
2568[[package]]
2569name = "bytes"
2570version = "0.4.12"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2573dependencies = [
2574 "byteorder",
2575 "iovec",
2576]
2577
2578[[package]]
2579name = "bytes"
2580version = "1.10.1"
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2583
2584[[package]]
2585name = "bytes-utils"
2586version = "0.1.4"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2589dependencies = [
2590 "bytes 1.10.1",
2591 "either",
2592]
2593
2594[[package]]
2595name = "bzip2"
2596version = "0.4.4"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2599dependencies = [
2600 "bzip2-sys",
2601 "libc",
2602]
2603
2604[[package]]
2605name = "bzip2-sys"
2606version = "0.1.13+1.0.8"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2609dependencies = [
2610 "cc",
2611 "pkg-config",
2612]
2613
2614[[package]]
2615name = "call"
2616version = "0.1.0"
2617dependencies = [
2618 "anyhow",
2619 "audio",
2620 "client",
2621 "collections",
2622 "feature_flags",
2623 "fs",
2624 "futures 0.3.31",
2625 "gpui",
2626 "gpui_tokio",
2627 "http_client",
2628 "language",
2629 "livekit_client",
2630 "log",
2631 "postage",
2632 "project",
2633 "serde",
2634 "settings",
2635 "telemetry",
2636 "util",
2637 "workspace-hack",
2638]
2639
2640[[package]]
2641name = "calloop"
2642version = "0.13.0"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2645dependencies = [
2646 "bitflags 2.9.0",
2647 "log",
2648 "polling",
2649 "rustix 0.38.44",
2650 "slab",
2651 "thiserror 1.0.69",
2652]
2653
2654[[package]]
2655name = "calloop-wayland-source"
2656version = "0.3.0"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2659dependencies = [
2660 "calloop",
2661 "rustix 0.38.44",
2662 "wayland-backend",
2663 "wayland-client",
2664]
2665
2666[[package]]
2667name = "camino"
2668version = "1.1.9"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2671dependencies = [
2672 "serde",
2673]
2674
2675[[package]]
2676name = "candle-core"
2677version = "0.9.1"
2678source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2679dependencies = [
2680 "byteorder",
2681 "float8",
2682 "gemm 0.17.1",
2683 "half",
2684 "memmap2",
2685 "num-traits",
2686 "num_cpus",
2687 "rand 0.9.1",
2688 "rand_distr",
2689 "rayon",
2690 "safetensors",
2691 "thiserror 1.0.69",
2692 "ug",
2693 "yoke",
2694 "zip 1.1.4",
2695]
2696
2697[[package]]
2698name = "candle-nn"
2699version = "0.9.1"
2700source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2701dependencies = [
2702 "candle-core",
2703 "half",
2704 "libc",
2705 "num-traits",
2706 "rayon",
2707 "safetensors",
2708 "serde",
2709 "thiserror 1.0.69",
2710]
2711
2712[[package]]
2713name = "candle-onnx"
2714version = "0.9.1"
2715source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2716dependencies = [
2717 "candle-core",
2718 "candle-nn",
2719 "prost 0.12.6",
2720]
2721
2722[[package]]
2723name = "cap-fs-ext"
2724version = "3.4.4"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2727dependencies = [
2728 "cap-primitives",
2729 "cap-std",
2730 "io-lifetimes",
2731 "windows-sys 0.59.0",
2732]
2733
2734[[package]]
2735name = "cap-net-ext"
2736version = "3.4.4"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2739dependencies = [
2740 "cap-primitives",
2741 "cap-std",
2742 "rustix 1.0.7",
2743 "smallvec",
2744]
2745
2746[[package]]
2747name = "cap-primitives"
2748version = "3.4.4"
2749source = "registry+https://github.com/rust-lang/crates.io-index"
2750checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2751dependencies = [
2752 "ambient-authority",
2753 "fs-set-times",
2754 "io-extras",
2755 "io-lifetimes",
2756 "ipnet",
2757 "maybe-owned",
2758 "rustix 1.0.7",
2759 "rustix-linux-procfs",
2760 "windows-sys 0.59.0",
2761 "winx",
2762]
2763
2764[[package]]
2765name = "cap-rand"
2766version = "3.4.4"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2769dependencies = [
2770 "ambient-authority",
2771 "rand 0.8.5",
2772]
2773
2774[[package]]
2775name = "cap-std"
2776version = "3.4.4"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2779dependencies = [
2780 "cap-primitives",
2781 "io-extras",
2782 "io-lifetimes",
2783 "rustix 1.0.7",
2784]
2785
2786[[package]]
2787name = "cap-time-ext"
2788version = "3.4.4"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2791dependencies = [
2792 "ambient-authority",
2793 "cap-primitives",
2794 "iana-time-zone",
2795 "once_cell",
2796 "rustix 1.0.7",
2797 "winx",
2798]
2799
2800[[package]]
2801name = "cargo-platform"
2802version = "0.1.9"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2805dependencies = [
2806 "serde",
2807]
2808
2809[[package]]
2810name = "cargo_metadata"
2811version = "0.19.2"
2812source = "registry+https://github.com/rust-lang/crates.io-index"
2813checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2814dependencies = [
2815 "camino",
2816 "cargo-platform",
2817 "semver",
2818 "serde",
2819 "serde_json",
2820 "thiserror 2.0.12",
2821]
2822
2823[[package]]
2824name = "cargo_toml"
2825version = "0.21.0"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2828dependencies = [
2829 "serde",
2830 "toml 0.8.20",
2831]
2832
2833[[package]]
2834name = "cast"
2835version = "0.3.0"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2838
2839[[package]]
2840name = "cbc"
2841version = "0.1.2"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2844dependencies = [
2845 "cipher",
2846]
2847
2848[[package]]
2849name = "cbindgen"
2850version = "0.28.0"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2853dependencies = [
2854 "heck 0.4.1",
2855 "indexmap 2.9.0",
2856 "log",
2857 "proc-macro2",
2858 "quote",
2859 "serde",
2860 "serde_json",
2861 "syn 2.0.101",
2862 "tempfile",
2863 "toml 0.8.20",
2864]
2865
2866[[package]]
2867name = "cc"
2868version = "1.2.19"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2871dependencies = [
2872 "jobserver",
2873 "libc",
2874 "shlex",
2875]
2876
2877[[package]]
2878name = "cesu8"
2879version = "1.1.0"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2882
2883[[package]]
2884name = "cexpr"
2885version = "0.6.0"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2888dependencies = [
2889 "nom 7.1.3",
2890]
2891
2892[[package]]
2893name = "cfg-expr"
2894version = "0.15.8"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2897dependencies = [
2898 "smallvec",
2899 "target-lexicon 0.12.16",
2900]
2901
2902[[package]]
2903name = "cfg-if"
2904version = "1.0.3"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
2907
2908[[package]]
2909name = "cfg_aliases"
2910version = "0.1.1"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2913
2914[[package]]
2915name = "cfg_aliases"
2916version = "0.2.1"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2919
2920[[package]]
2921name = "cgl"
2922version = "0.3.2"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2925dependencies = [
2926 "libc",
2927]
2928
2929[[package]]
2930name = "channel"
2931version = "0.1.0"
2932dependencies = [
2933 "anyhow",
2934 "client",
2935 "clock",
2936 "collections",
2937 "futures 0.3.31",
2938 "gpui",
2939 "http_client",
2940 "language",
2941 "log",
2942 "postage",
2943 "release_channel",
2944 "rpc",
2945 "settings",
2946 "text",
2947 "time",
2948 "util",
2949 "workspace-hack",
2950]
2951
2952[[package]]
2953name = "chrono"
2954version = "0.4.41"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2957dependencies = [
2958 "android-tzdata",
2959 "iana-time-zone",
2960 "js-sys",
2961 "num-traits",
2962 "serde",
2963 "wasm-bindgen",
2964 "windows-link 0.1.1",
2965]
2966
2967[[package]]
2968name = "chunked_transfer"
2969version = "1.5.0"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2972
2973[[package]]
2974name = "ciborium"
2975version = "0.2.2"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2978dependencies = [
2979 "ciborium-io",
2980 "ciborium-ll",
2981 "serde",
2982]
2983
2984[[package]]
2985name = "ciborium-io"
2986version = "0.2.2"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2989
2990[[package]]
2991name = "ciborium-ll"
2992version = "0.2.2"
2993source = "registry+https://github.com/rust-lang/crates.io-index"
2994checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2995dependencies = [
2996 "ciborium-io",
2997 "half",
2998]
2999
3000[[package]]
3001name = "cipher"
3002version = "0.4.4"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
3005dependencies = [
3006 "crypto-common",
3007 "inout",
3008 "zeroize",
3009]
3010
3011[[package]]
3012name = "circular-buffer"
3013version = "1.1.0"
3014source = "registry+https://github.com/rust-lang/crates.io-index"
3015checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
3016
3017[[package]]
3018name = "clang-sys"
3019version = "1.8.1"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
3022dependencies = [
3023 "glob",
3024 "libc",
3025 "libloading",
3026]
3027
3028[[package]]
3029name = "clap"
3030version = "4.5.37"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
3033dependencies = [
3034 "clap_builder",
3035 "clap_derive",
3036]
3037
3038[[package]]
3039name = "clap_builder"
3040version = "4.5.37"
3041source = "registry+https://github.com/rust-lang/crates.io-index"
3042checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
3043dependencies = [
3044 "anstream",
3045 "anstyle",
3046 "clap_lex",
3047 "strsim",
3048 "terminal_size",
3049]
3050
3051[[package]]
3052name = "clap_complete"
3053version = "4.5.47"
3054source = "registry+https://github.com/rust-lang/crates.io-index"
3055checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
3056dependencies = [
3057 "clap",
3058]
3059
3060[[package]]
3061name = "clap_derive"
3062version = "4.5.32"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
3065dependencies = [
3066 "heck 0.5.0",
3067 "proc-macro2",
3068 "quote",
3069 "syn 2.0.101",
3070]
3071
3072[[package]]
3073name = "clap_lex"
3074version = "0.7.4"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
3077
3078[[package]]
3079name = "cli"
3080version = "0.1.0"
3081dependencies = [
3082 "anyhow",
3083 "clap",
3084 "collections",
3085 "core-foundation 0.10.0",
3086 "core-services",
3087 "exec",
3088 "fork",
3089 "ipc-channel",
3090 "parking_lot",
3091 "paths",
3092 "plist",
3093 "release_channel",
3094 "serde",
3095 "tempfile",
3096 "util",
3097 "windows 0.61.1",
3098 "workspace-hack",
3099]
3100
3101[[package]]
3102name = "client"
3103version = "0.1.0"
3104dependencies = [
3105 "anyhow",
3106 "async-tungstenite",
3107 "base64 0.22.1",
3108 "chrono",
3109 "clock",
3110 "cloud_api_client",
3111 "cloud_llm_client",
3112 "collections",
3113 "credentials_provider",
3114 "derive_more",
3115 "feature_flags",
3116 "fs",
3117 "futures 0.3.31",
3118 "gpui",
3119 "gpui_tokio",
3120 "http_client",
3121 "http_client_tls",
3122 "httparse",
3123 "log",
3124 "objc2-foundation",
3125 "parking_lot",
3126 "paths",
3127 "postage",
3128 "rand 0.9.1",
3129 "regex",
3130 "release_channel",
3131 "rpc",
3132 "rustls-pki-types",
3133 "serde",
3134 "serde_json",
3135 "serde_urlencoded",
3136 "settings",
3137 "sha2",
3138 "smol",
3139 "telemetry",
3140 "telemetry_events",
3141 "text",
3142 "thiserror 2.0.12",
3143 "time",
3144 "tiny_http",
3145 "tokio",
3146 "tokio-native-tls",
3147 "tokio-rustls 0.26.2",
3148 "tokio-socks",
3149 "url",
3150 "util",
3151 "windows 0.61.1",
3152 "workspace-hack",
3153 "worktree",
3154]
3155
3156[[package]]
3157name = "clock"
3158version = "0.1.0"
3159dependencies = [
3160 "parking_lot",
3161 "serde",
3162 "smallvec",
3163 "workspace-hack",
3164]
3165
3166[[package]]
3167name = "cloud_api_client"
3168version = "0.1.0"
3169dependencies = [
3170 "anyhow",
3171 "cloud_api_types",
3172 "futures 0.3.31",
3173 "gpui",
3174 "gpui_tokio",
3175 "http_client",
3176 "parking_lot",
3177 "serde_json",
3178 "workspace-hack",
3179 "yawc",
3180]
3181
3182[[package]]
3183name = "cloud_api_types"
3184version = "0.1.0"
3185dependencies = [
3186 "anyhow",
3187 "chrono",
3188 "ciborium",
3189 "cloud_llm_client",
3190 "pretty_assertions",
3191 "serde",
3192 "serde_json",
3193 "workspace-hack",
3194]
3195
3196[[package]]
3197name = "cloud_llm_client"
3198version = "0.1.0"
3199dependencies = [
3200 "anyhow",
3201 "chrono",
3202 "pretty_assertions",
3203 "serde",
3204 "serde_json",
3205 "strum 0.27.1",
3206 "uuid",
3207 "workspace-hack",
3208]
3209
3210[[package]]
3211name = "cloud_zeta2_prompt"
3212version = "0.1.0"
3213dependencies = [
3214 "anyhow",
3215 "cloud_llm_client",
3216 "indoc",
3217 "ordered-float 2.10.1",
3218 "rustc-hash 2.1.1",
3219 "strum 0.27.1",
3220 "workspace-hack",
3221]
3222
3223[[package]]
3224name = "cmake"
3225version = "0.1.54"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3228dependencies = [
3229 "cc",
3230]
3231
3232[[package]]
3233name = "cobs"
3234version = "0.2.3"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
3237
3238[[package]]
3239name = "cocoa"
3240version = "0.25.0"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3243dependencies = [
3244 "bitflags 1.3.2",
3245 "block",
3246 "cocoa-foundation 0.1.2",
3247 "core-foundation 0.9.4",
3248 "core-graphics 0.23.2",
3249 "foreign-types 0.5.0",
3250 "libc",
3251 "objc",
3252]
3253
3254[[package]]
3255name = "cocoa"
3256version = "0.26.0"
3257source = "registry+https://github.com/rust-lang/crates.io-index"
3258checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3259dependencies = [
3260 "bitflags 2.9.0",
3261 "block",
3262 "cocoa-foundation 0.2.0",
3263 "core-foundation 0.10.0",
3264 "core-graphics 0.24.0",
3265 "foreign-types 0.5.0",
3266 "libc",
3267 "objc",
3268]
3269
3270[[package]]
3271name = "cocoa-foundation"
3272version = "0.1.2"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3275dependencies = [
3276 "bitflags 1.3.2",
3277 "block",
3278 "core-foundation 0.9.4",
3279 "core-graphics-types 0.1.3",
3280 "libc",
3281 "objc",
3282]
3283
3284[[package]]
3285name = "cocoa-foundation"
3286version = "0.2.0"
3287source = "registry+https://github.com/rust-lang/crates.io-index"
3288checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3289dependencies = [
3290 "bitflags 2.9.0",
3291 "block",
3292 "core-foundation 0.10.0",
3293 "core-graphics-types 0.2.0",
3294 "libc",
3295 "objc",
3296]
3297
3298[[package]]
3299name = "codespan-reporting"
3300version = "0.11.1"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
3303dependencies = [
3304 "termcolor",
3305 "unicode-width 0.1.14",
3306]
3307
3308[[package]]
3309name = "codespan-reporting"
3310version = "0.12.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3313dependencies = [
3314 "serde",
3315 "termcolor",
3316 "unicode-width 0.2.0",
3317]
3318
3319[[package]]
3320name = "collab"
3321version = "0.44.0"
3322dependencies = [
3323 "agent_settings",
3324 "anyhow",
3325 "assistant_context",
3326 "assistant_slash_command",
3327 "async-trait",
3328 "async-tungstenite",
3329 "audio",
3330 "aws-config",
3331 "aws-sdk-kinesis",
3332 "aws-sdk-s3",
3333 "axum",
3334 "axum-extra",
3335 "base64 0.22.1",
3336 "buffer_diff",
3337 "call",
3338 "channel",
3339 "chrono",
3340 "client",
3341 "clock",
3342 "collab_ui",
3343 "collections",
3344 "command_palette_hooks",
3345 "context_server",
3346 "ctor",
3347 "dap",
3348 "dap-types",
3349 "dap_adapters",
3350 "dashmap 6.1.0",
3351 "debugger_ui",
3352 "editor",
3353 "envy",
3354 "extension",
3355 "file_finder",
3356 "fs",
3357 "futures 0.3.31",
3358 "git",
3359 "git_hosting_providers",
3360 "git_ui",
3361 "gpui",
3362 "gpui_tokio",
3363 "hex",
3364 "http_client",
3365 "hyper 0.14.32",
3366 "indoc",
3367 "language",
3368 "language_model",
3369 "livekit_api",
3370 "livekit_client",
3371 "log",
3372 "lsp",
3373 "menu",
3374 "multi_buffer",
3375 "nanoid",
3376 "node_runtime",
3377 "notifications",
3378 "parking_lot",
3379 "pretty_assertions",
3380 "project",
3381 "prometheus",
3382 "prompt_store",
3383 "prost 0.9.0",
3384 "rand 0.9.1",
3385 "recent_projects",
3386 "release_channel",
3387 "remote",
3388 "remote_server",
3389 "reqwest 0.11.27",
3390 "reqwest_client",
3391 "rpc",
3392 "rustc-demangle",
3393 "scrypt",
3394 "sea-orm",
3395 "semantic_version",
3396 "semver",
3397 "serde",
3398 "serde_json",
3399 "session",
3400 "settings",
3401 "sha2",
3402 "smol",
3403 "sqlx",
3404 "strum 0.27.1",
3405 "subtle",
3406 "supermaven_api",
3407 "task",
3408 "telemetry_events",
3409 "text",
3410 "theme",
3411 "time",
3412 "tokio",
3413 "toml 0.8.20",
3414 "tower 0.4.13",
3415 "tower-http 0.4.4",
3416 "tracing",
3417 "tracing-subscriber",
3418 "unindent",
3419 "util",
3420 "uuid",
3421 "workspace",
3422 "workspace-hack",
3423 "worktree",
3424 "zlog",
3425]
3426
3427[[package]]
3428name = "collab_ui"
3429version = "0.1.0"
3430dependencies = [
3431 "anyhow",
3432 "call",
3433 "channel",
3434 "chrono",
3435 "client",
3436 "collections",
3437 "db",
3438 "editor",
3439 "futures 0.3.31",
3440 "fuzzy",
3441 "gpui",
3442 "http_client",
3443 "log",
3444 "menu",
3445 "notifications",
3446 "picker",
3447 "pretty_assertions",
3448 "project",
3449 "release_channel",
3450 "rpc",
3451 "serde",
3452 "serde_json",
3453 "settings",
3454 "smallvec",
3455 "story",
3456 "telemetry",
3457 "theme",
3458 "time",
3459 "time_format",
3460 "title_bar",
3461 "tree-sitter-md",
3462 "ui",
3463 "util",
3464 "workspace",
3465 "workspace-hack",
3466]
3467
3468[[package]]
3469name = "collections"
3470version = "0.1.0"
3471dependencies = [
3472 "indexmap 2.9.0",
3473 "rustc-hash 2.1.1",
3474 "workspace-hack",
3475]
3476
3477[[package]]
3478name = "color_quant"
3479version = "1.1.0"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3482
3483[[package]]
3484name = "colorchoice"
3485version = "1.0.3"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3488
3489[[package]]
3490name = "combine"
3491version = "4.6.7"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3494dependencies = [
3495 "bytes 1.10.1",
3496 "memchr",
3497]
3498
3499[[package]]
3500name = "command-fds"
3501version = "0.3.1"
3502source = "registry+https://github.com/rust-lang/crates.io-index"
3503checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
3504dependencies = [
3505 "nix 0.30.1",
3506 "thiserror 2.0.12",
3507]
3508
3509[[package]]
3510name = "command_palette"
3511version = "0.1.0"
3512dependencies = [
3513 "anyhow",
3514 "client",
3515 "collections",
3516 "command_palette_hooks",
3517 "ctor",
3518 "db",
3519 "editor",
3520 "env_logger 0.11.8",
3521 "fuzzy",
3522 "go_to_line",
3523 "gpui",
3524 "language",
3525 "log",
3526 "menu",
3527 "picker",
3528 "postage",
3529 "project",
3530 "serde",
3531 "serde_json",
3532 "settings",
3533 "telemetry",
3534 "theme",
3535 "time",
3536 "ui",
3537 "util",
3538 "workspace",
3539 "workspace-hack",
3540 "zed_actions",
3541]
3542
3543[[package]]
3544name = "command_palette_hooks"
3545version = "0.1.0"
3546dependencies = [
3547 "collections",
3548 "derive_more",
3549 "gpui",
3550 "workspace-hack",
3551]
3552
3553[[package]]
3554name = "component"
3555version = "0.1.0"
3556dependencies = [
3557 "collections",
3558 "documented",
3559 "gpui",
3560 "inventory",
3561 "parking_lot",
3562 "strum 0.27.1",
3563 "theme",
3564 "workspace-hack",
3565]
3566
3567[[package]]
3568name = "concurrent-queue"
3569version = "2.5.0"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3572dependencies = [
3573 "crossbeam-utils",
3574]
3575
3576[[package]]
3577name = "console"
3578version = "0.15.11"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3581dependencies = [
3582 "encode_unicode",
3583 "libc",
3584 "once_cell",
3585 "unicode-width 0.2.0",
3586 "windows-sys 0.59.0",
3587]
3588
3589[[package]]
3590name = "const-oid"
3591version = "0.9.6"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3594
3595[[package]]
3596name = "const-random"
3597version = "0.1.18"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3600dependencies = [
3601 "const-random-macro",
3602]
3603
3604[[package]]
3605name = "const-random-macro"
3606version = "0.1.16"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3609dependencies = [
3610 "getrandom 0.2.15",
3611 "once_cell",
3612 "tiny-keccak",
3613]
3614
3615[[package]]
3616name = "constant_time_eq"
3617version = "0.1.5"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3620
3621[[package]]
3622name = "context_server"
3623version = "0.1.0"
3624dependencies = [
3625 "anyhow",
3626 "async-trait",
3627 "collections",
3628 "futures 0.3.31",
3629 "gpui",
3630 "log",
3631 "net",
3632 "parking_lot",
3633 "postage",
3634 "schemars 1.0.1",
3635 "serde",
3636 "serde_json",
3637 "settings",
3638 "smol",
3639 "tempfile",
3640 "url",
3641 "util",
3642 "workspace-hack",
3643]
3644
3645[[package]]
3646name = "convert_case"
3647version = "0.4.0"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3650
3651[[package]]
3652name = "convert_case"
3653version = "0.6.0"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3656dependencies = [
3657 "unicode-segmentation",
3658]
3659
3660[[package]]
3661name = "convert_case"
3662version = "0.8.0"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3665dependencies = [
3666 "unicode-segmentation",
3667]
3668
3669[[package]]
3670name = "copilot"
3671version = "0.1.0"
3672dependencies = [
3673 "anyhow",
3674 "async-std",
3675 "chrono",
3676 "client",
3677 "clock",
3678 "collections",
3679 "command_palette_hooks",
3680 "ctor",
3681 "dirs 4.0.0",
3682 "edit_prediction",
3683 "editor",
3684 "fs",
3685 "futures 0.3.31",
3686 "gpui",
3687 "http_client",
3688 "indoc",
3689 "itertools 0.14.0",
3690 "language",
3691 "log",
3692 "lsp",
3693 "menu",
3694 "node_runtime",
3695 "parking_lot",
3696 "paths",
3697 "project",
3698 "rpc",
3699 "semver",
3700 "serde",
3701 "serde_json",
3702 "settings",
3703 "sum_tree",
3704 "task",
3705 "theme",
3706 "ui",
3707 "util",
3708 "workspace",
3709 "workspace-hack",
3710 "zlog",
3711]
3712
3713[[package]]
3714name = "core-foundation"
3715version = "0.9.4"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3718dependencies = [
3719 "core-foundation-sys",
3720 "libc",
3721]
3722
3723[[package]]
3724name = "core-foundation"
3725version = "0.10.0"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3728dependencies = [
3729 "core-foundation-sys",
3730 "libc",
3731]
3732
3733[[package]]
3734name = "core-foundation-sys"
3735version = "0.8.7"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3738
3739[[package]]
3740name = "core-graphics"
3741version = "0.23.2"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3744dependencies = [
3745 "bitflags 1.3.2",
3746 "core-foundation 0.9.4",
3747 "core-graphics-types 0.1.3",
3748 "foreign-types 0.5.0",
3749 "libc",
3750]
3751
3752[[package]]
3753name = "core-graphics"
3754version = "0.24.0"
3755source = "registry+https://github.com/rust-lang/crates.io-index"
3756checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3757dependencies = [
3758 "bitflags 2.9.0",
3759 "core-foundation 0.10.0",
3760 "core-graphics-types 0.2.0",
3761 "foreign-types 0.5.0",
3762 "libc",
3763]
3764
3765[[package]]
3766name = "core-graphics-helmer-fork"
3767version = "0.24.0"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3770dependencies = [
3771 "bitflags 2.9.0",
3772 "core-foundation 0.9.4",
3773 "core-graphics-types 0.1.3",
3774 "foreign-types 0.5.0",
3775 "libc",
3776]
3777
3778[[package]]
3779name = "core-graphics-types"
3780version = "0.1.3"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3783dependencies = [
3784 "bitflags 1.3.2",
3785 "core-foundation 0.9.4",
3786 "libc",
3787]
3788
3789[[package]]
3790name = "core-graphics-types"
3791version = "0.2.0"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3794dependencies = [
3795 "bitflags 2.9.0",
3796 "core-foundation 0.10.0",
3797 "libc",
3798]
3799
3800[[package]]
3801name = "core-graphics2"
3802version = "0.4.1"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3805dependencies = [
3806 "bitflags 2.9.0",
3807 "block",
3808 "cfg-if",
3809 "core-foundation 0.10.0",
3810 "libc",
3811]
3812
3813[[package]]
3814name = "core-services"
3815version = "0.2.1"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3818dependencies = [
3819 "core-foundation 0.9.4",
3820]
3821
3822[[package]]
3823name = "core-text"
3824version = "21.0.0"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3827dependencies = [
3828 "core-foundation 0.10.0",
3829 "core-graphics 0.24.0",
3830 "foreign-types 0.5.0",
3831 "libc",
3832]
3833
3834[[package]]
3835name = "core-video"
3836version = "0.4.3"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3839dependencies = [
3840 "block",
3841 "core-foundation 0.10.0",
3842 "core-graphics2",
3843 "io-surface",
3844 "libc",
3845 "metal",
3846]
3847
3848[[package]]
3849name = "core_maths"
3850version = "0.1.1"
3851source = "registry+https://github.com/rust-lang/crates.io-index"
3852checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3853dependencies = [
3854 "libm",
3855]
3856
3857[[package]]
3858name = "coreaudio-rs"
3859version = "0.12.1"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3862dependencies = [
3863 "bitflags 1.3.2",
3864 "core-foundation-sys",
3865 "coreaudio-sys",
3866]
3867
3868[[package]]
3869name = "coreaudio-rs"
3870version = "0.13.0"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3873dependencies = [
3874 "bitflags 1.3.2",
3875 "libc",
3876 "objc2-audio-toolbox",
3877 "objc2-core-audio",
3878 "objc2-core-audio-types",
3879 "objc2-core-foundation",
3880]
3881
3882[[package]]
3883name = "coreaudio-sys"
3884version = "0.2.16"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3887dependencies = [
3888 "bindgen 0.70.1",
3889]
3890
3891[[package]]
3892name = "cosmic-text"
3893version = "0.14.0"
3894source = "registry+https://github.com/rust-lang/crates.io-index"
3895checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3896dependencies = [
3897 "bitflags 2.9.0",
3898 "fontdb 0.16.2",
3899 "log",
3900 "rangemap",
3901 "rustc-hash 1.1.0",
3902 "rustybuzz 0.14.1",
3903 "self_cell",
3904 "smol_str",
3905 "swash",
3906 "sys-locale",
3907 "ttf-parser 0.21.1",
3908 "unicode-bidi",
3909 "unicode-linebreak",
3910 "unicode-script",
3911 "unicode-segmentation",
3912]
3913
3914[[package]]
3915name = "cpal"
3916version = "0.16.0"
3917source = "registry+https://github.com/rust-lang/crates.io-index"
3918checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3919dependencies = [
3920 "alsa",
3921 "coreaudio-rs 0.13.0",
3922 "dasp_sample",
3923 "jni",
3924 "js-sys",
3925 "libc",
3926 "mach2 0.4.2",
3927 "ndk",
3928 "ndk-context",
3929 "num-derive",
3930 "num-traits",
3931 "objc2-audio-toolbox",
3932 "objc2-core-audio",
3933 "objc2-core-audio-types",
3934 "wasm-bindgen",
3935 "wasm-bindgen-futures",
3936 "web-sys",
3937 "windows 0.54.0",
3938]
3939
3940[[package]]
3941name = "cpp_demangle"
3942version = "0.4.4"
3943source = "registry+https://github.com/rust-lang/crates.io-index"
3944checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3945dependencies = [
3946 "cfg-if",
3947]
3948
3949[[package]]
3950name = "cpufeatures"
3951version = "0.2.17"
3952source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3954dependencies = [
3955 "libc",
3956]
3957
3958[[package]]
3959name = "cranelift-bforest"
3960version = "0.116.1"
3961source = "registry+https://github.com/rust-lang/crates.io-index"
3962checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3963dependencies = [
3964 "cranelift-entity",
3965]
3966
3967[[package]]
3968name = "cranelift-bitset"
3969version = "0.116.1"
3970source = "registry+https://github.com/rust-lang/crates.io-index"
3971checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3972dependencies = [
3973 "serde",
3974 "serde_derive",
3975]
3976
3977[[package]]
3978name = "cranelift-codegen"
3979version = "0.116.1"
3980source = "registry+https://github.com/rust-lang/crates.io-index"
3981checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3982dependencies = [
3983 "bumpalo",
3984 "cranelift-bforest",
3985 "cranelift-bitset",
3986 "cranelift-codegen-meta",
3987 "cranelift-codegen-shared",
3988 "cranelift-control",
3989 "cranelift-entity",
3990 "cranelift-isle",
3991 "gimli",
3992 "hashbrown 0.14.5",
3993 "log",
3994 "postcard",
3995 "regalloc2",
3996 "rustc-hash 2.1.1",
3997 "serde",
3998 "serde_derive",
3999 "sha2",
4000 "smallvec",
4001 "target-lexicon 0.13.2",
4002]
4003
4004[[package]]
4005name = "cranelift-codegen-meta"
4006version = "0.116.1"
4007source = "registry+https://github.com/rust-lang/crates.io-index"
4008checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4009dependencies = [
4010 "cranelift-codegen-shared",
4011]
4012
4013[[package]]
4014name = "cranelift-codegen-shared"
4015version = "0.116.1"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4018
4019[[package]]
4020name = "cranelift-control"
4021version = "0.116.1"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4024dependencies = [
4025 "arbitrary",
4026]
4027
4028[[package]]
4029name = "cranelift-entity"
4030version = "0.116.1"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4033dependencies = [
4034 "cranelift-bitset",
4035 "serde",
4036 "serde_derive",
4037]
4038
4039[[package]]
4040name = "cranelift-frontend"
4041version = "0.116.1"
4042source = "registry+https://github.com/rust-lang/crates.io-index"
4043checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4044dependencies = [
4045 "cranelift-codegen",
4046 "log",
4047 "smallvec",
4048 "target-lexicon 0.13.2",
4049]
4050
4051[[package]]
4052name = "cranelift-isle"
4053version = "0.116.1"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4056
4057[[package]]
4058name = "cranelift-native"
4059version = "0.116.1"
4060source = "registry+https://github.com/rust-lang/crates.io-index"
4061checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4062dependencies = [
4063 "cranelift-codegen",
4064 "libc",
4065 "target-lexicon 0.13.2",
4066]
4067
4068[[package]]
4069name = "crash-context"
4070version = "0.6.3"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4073dependencies = [
4074 "cfg-if",
4075 "libc",
4076 "mach2 0.4.2",
4077]
4078
4079[[package]]
4080name = "crash-handler"
4081version = "0.6.3"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4084dependencies = [
4085 "cfg-if",
4086 "crash-context",
4087 "libc",
4088 "mach2 0.4.2",
4089 "parking_lot",
4090]
4091
4092[[package]]
4093name = "crashes"
4094version = "0.1.0"
4095dependencies = [
4096 "bincode",
4097 "cfg-if",
4098 "crash-handler",
4099 "log",
4100 "mach2 0.5.0",
4101 "minidumper",
4102 "paths",
4103 "release_channel",
4104 "serde",
4105 "serde_json",
4106 "smol",
4107 "system_specs",
4108 "workspace-hack",
4109 "zstd",
4110]
4111
4112[[package]]
4113name = "crc"
4114version = "3.2.1"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
4117dependencies = [
4118 "crc-catalog",
4119]
4120
4121[[package]]
4122name = "crc-catalog"
4123version = "2.4.0"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4126
4127[[package]]
4128name = "crc32c"
4129version = "0.6.8"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
4132dependencies = [
4133 "rustc_version",
4134]
4135
4136[[package]]
4137name = "crc32fast"
4138version = "1.4.2"
4139source = "registry+https://github.com/rust-lang/crates.io-index"
4140checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
4141dependencies = [
4142 "cfg-if",
4143]
4144
4145[[package]]
4146name = "crc64fast-nvme"
4147version = "1.2.0"
4148source = "registry+https://github.com/rust-lang/crates.io-index"
4149checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
4150dependencies = [
4151 "crc",
4152]
4153
4154[[package]]
4155name = "credentials_provider"
4156version = "0.1.0"
4157dependencies = [
4158 "anyhow",
4159 "futures 0.3.31",
4160 "gpui",
4161 "paths",
4162 "release_channel",
4163 "serde",
4164 "serde_json",
4165 "workspace-hack",
4166]
4167
4168[[package]]
4169name = "criterion"
4170version = "0.5.1"
4171source = "registry+https://github.com/rust-lang/crates.io-index"
4172checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4173dependencies = [
4174 "anes",
4175 "cast",
4176 "ciborium",
4177 "clap",
4178 "criterion-plot",
4179 "is-terminal",
4180 "itertools 0.10.5",
4181 "num-traits",
4182 "once_cell",
4183 "oorandom",
4184 "plotters",
4185 "rayon",
4186 "regex",
4187 "serde",
4188 "serde_derive",
4189 "serde_json",
4190 "tinytemplate",
4191 "walkdir",
4192]
4193
4194[[package]]
4195name = "criterion-plot"
4196version = "0.5.0"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4199dependencies = [
4200 "cast",
4201 "itertools 0.10.5",
4202]
4203
4204[[package]]
4205name = "crossbeam"
4206version = "0.8.4"
4207source = "registry+https://github.com/rust-lang/crates.io-index"
4208checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4209dependencies = [
4210 "crossbeam-channel",
4211 "crossbeam-deque",
4212 "crossbeam-epoch",
4213 "crossbeam-queue",
4214 "crossbeam-utils",
4215]
4216
4217[[package]]
4218name = "crossbeam-channel"
4219version = "0.5.15"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4222dependencies = [
4223 "crossbeam-utils",
4224]
4225
4226[[package]]
4227name = "crossbeam-deque"
4228version = "0.8.6"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4231dependencies = [
4232 "crossbeam-epoch",
4233 "crossbeam-utils",
4234]
4235
4236[[package]]
4237name = "crossbeam-epoch"
4238version = "0.9.18"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4241dependencies = [
4242 "crossbeam-utils",
4243]
4244
4245[[package]]
4246name = "crossbeam-queue"
4247version = "0.3.12"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4250dependencies = [
4251 "crossbeam-utils",
4252]
4253
4254[[package]]
4255name = "crossbeam-utils"
4256version = "0.8.21"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4259
4260[[package]]
4261name = "crunchy"
4262version = "0.2.3"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
4265
4266[[package]]
4267name = "crypto-bigint"
4268version = "0.4.9"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4271dependencies = [
4272 "generic-array",
4273 "rand_core 0.6.4",
4274 "subtle",
4275 "zeroize",
4276]
4277
4278[[package]]
4279name = "crypto-bigint"
4280version = "0.5.5"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4283dependencies = [
4284 "rand_core 0.6.4",
4285 "subtle",
4286]
4287
4288[[package]]
4289name = "crypto-common"
4290version = "0.1.6"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4293dependencies = [
4294 "generic-array",
4295 "rand_core 0.6.4",
4296 "typenum",
4297]
4298
4299[[package]]
4300name = "cssparser"
4301version = "0.35.0"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4304dependencies = [
4305 "cssparser-macros",
4306 "dtoa-short",
4307 "itoa",
4308 "phf",
4309 "smallvec",
4310]
4311
4312[[package]]
4313name = "cssparser-macros"
4314version = "0.6.1"
4315source = "registry+https://github.com/rust-lang/crates.io-index"
4316checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4317dependencies = [
4318 "quote",
4319 "syn 2.0.101",
4320]
4321
4322[[package]]
4323name = "ctor"
4324version = "0.4.2"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
4327dependencies = [
4328 "ctor-proc-macro",
4329 "dtor",
4330]
4331
4332[[package]]
4333name = "ctor-proc-macro"
4334version = "0.0.5"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
4337
4338[[package]]
4339name = "ctrlc"
4340version = "3.4.6"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
4343dependencies = [
4344 "nix 0.29.0",
4345 "windows-sys 0.59.0",
4346]
4347
4348[[package]]
4349name = "cursor-icon"
4350version = "1.1.0"
4351source = "registry+https://github.com/rust-lang/crates.io-index"
4352checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
4353
4354[[package]]
4355name = "cxx"
4356version = "1.0.157"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
4359dependencies = [
4360 "cc",
4361 "cxxbridge-cmd",
4362 "cxxbridge-flags",
4363 "cxxbridge-macro",
4364 "foldhash",
4365 "link-cplusplus",
4366]
4367
4368[[package]]
4369name = "cxx-build"
4370version = "1.0.157"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
4373dependencies = [
4374 "cc",
4375 "codespan-reporting 0.12.0",
4376 "proc-macro2",
4377 "quote",
4378 "scratch",
4379 "syn 2.0.101",
4380]
4381
4382[[package]]
4383name = "cxxbridge-cmd"
4384version = "1.0.157"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
4387dependencies = [
4388 "clap",
4389 "codespan-reporting 0.12.0",
4390 "proc-macro2",
4391 "quote",
4392 "syn 2.0.101",
4393]
4394
4395[[package]]
4396name = "cxxbridge-flags"
4397version = "1.0.157"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
4400
4401[[package]]
4402name = "cxxbridge-macro"
4403version = "1.0.157"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
4406dependencies = [
4407 "proc-macro2",
4408 "quote",
4409 "rustversion",
4410 "syn 2.0.101",
4411]
4412
4413[[package]]
4414name = "dap"
4415version = "0.1.0"
4416dependencies = [
4417 "anyhow",
4418 "async-compression",
4419 "async-pipe",
4420 "async-tar",
4421 "async-trait",
4422 "client",
4423 "collections",
4424 "dap-types",
4425 "fs",
4426 "futures 0.3.31",
4427 "gpui",
4428 "http_client",
4429 "language",
4430 "libc",
4431 "log",
4432 "node_runtime",
4433 "parking_lot",
4434 "paths",
4435 "proto",
4436 "schemars 1.0.1",
4437 "serde",
4438 "serde_json",
4439 "settings",
4440 "smallvec",
4441 "smol",
4442 "task",
4443 "telemetry",
4444 "tree-sitter",
4445 "tree-sitter-go",
4446 "util",
4447 "workspace-hack",
4448 "zlog",
4449]
4450
4451[[package]]
4452name = "dap-types"
4453version = "0.0.1"
4454source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4455dependencies = [
4456 "schemars 1.0.1",
4457 "serde",
4458 "serde_json",
4459]
4460
4461[[package]]
4462name = "dap_adapters"
4463version = "0.1.0"
4464dependencies = [
4465 "anyhow",
4466 "async-trait",
4467 "collections",
4468 "dap",
4469 "dotenvy",
4470 "fs",
4471 "futures 0.3.31",
4472 "gpui",
4473 "json_dotpath",
4474 "language",
4475 "log",
4476 "paths",
4477 "serde",
4478 "serde_json",
4479 "shlex",
4480 "smol",
4481 "task",
4482 "util",
4483 "workspace-hack",
4484]
4485
4486[[package]]
4487name = "darling"
4488version = "0.20.11"
4489source = "registry+https://github.com/rust-lang/crates.io-index"
4490checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4491dependencies = [
4492 "darling_core",
4493 "darling_macro",
4494]
4495
4496[[package]]
4497name = "darling_core"
4498version = "0.20.11"
4499source = "registry+https://github.com/rust-lang/crates.io-index"
4500checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4501dependencies = [
4502 "fnv",
4503 "ident_case",
4504 "proc-macro2",
4505 "quote",
4506 "strsim",
4507 "syn 2.0.101",
4508]
4509
4510[[package]]
4511name = "darling_macro"
4512version = "0.20.11"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4515dependencies = [
4516 "darling_core",
4517 "quote",
4518 "syn 2.0.101",
4519]
4520
4521[[package]]
4522name = "dashmap"
4523version = "5.5.3"
4524source = "registry+https://github.com/rust-lang/crates.io-index"
4525checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4526dependencies = [
4527 "cfg-if",
4528 "hashbrown 0.14.5",
4529 "lock_api",
4530 "once_cell",
4531 "parking_lot_core",
4532]
4533
4534[[package]]
4535name = "dashmap"
4536version = "6.1.0"
4537source = "registry+https://github.com/rust-lang/crates.io-index"
4538checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4539dependencies = [
4540 "cfg-if",
4541 "crossbeam-utils",
4542 "hashbrown 0.14.5",
4543 "lock_api",
4544 "once_cell",
4545 "parking_lot_core",
4546]
4547
4548[[package]]
4549name = "dasp_sample"
4550version = "0.11.0"
4551source = "registry+https://github.com/rust-lang/crates.io-index"
4552checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4553
4554[[package]]
4555name = "data-encoding"
4556version = "2.9.0"
4557source = "registry+https://github.com/rust-lang/crates.io-index"
4558checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4559
4560[[package]]
4561name = "data-url"
4562version = "0.3.1"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4565
4566[[package]]
4567name = "db"
4568version = "0.1.0"
4569dependencies = [
4570 "anyhow",
4571 "gpui",
4572 "indoc",
4573 "log",
4574 "paths",
4575 "release_channel",
4576 "smol",
4577 "sqlez",
4578 "sqlez_macros",
4579 "tempfile",
4580 "util",
4581 "workspace-hack",
4582 "zed_env_vars",
4583]
4584
4585[[package]]
4586name = "dbus"
4587version = "0.9.7"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4590dependencies = [
4591 "libc",
4592 "libdbus-sys",
4593 "winapi",
4594]
4595
4596[[package]]
4597name = "debug_adapter_extension"
4598version = "0.1.0"
4599dependencies = [
4600 "anyhow",
4601 "async-trait",
4602 "dap",
4603 "extension",
4604 "gpui",
4605 "serde_json",
4606 "task",
4607 "util",
4608 "workspace-hack",
4609]
4610
4611[[package]]
4612name = "debugger_tools"
4613version = "0.1.0"
4614dependencies = [
4615 "anyhow",
4616 "dap",
4617 "editor",
4618 "futures 0.3.31",
4619 "gpui",
4620 "project",
4621 "serde_json",
4622 "settings",
4623 "smol",
4624 "util",
4625 "workspace",
4626 "workspace-hack",
4627]
4628
4629[[package]]
4630name = "debugger_ui"
4631version = "0.1.0"
4632dependencies = [
4633 "alacritty_terminal",
4634 "anyhow",
4635 "bitflags 2.9.0",
4636 "client",
4637 "collections",
4638 "command_palette_hooks",
4639 "dap",
4640 "dap_adapters",
4641 "db",
4642 "debugger_tools",
4643 "editor",
4644 "file_icons",
4645 "futures 0.3.31",
4646 "fuzzy",
4647 "gpui",
4648 "hex",
4649 "indoc",
4650 "itertools 0.14.0",
4651 "language",
4652 "log",
4653 "menu",
4654 "notifications",
4655 "parking_lot",
4656 "parse_int",
4657 "paths",
4658 "picker",
4659 "pretty_assertions",
4660 "project",
4661 "rpc",
4662 "schemars 1.0.1",
4663 "serde",
4664 "serde_json",
4665 "serde_json_lenient",
4666 "settings",
4667 "shlex",
4668 "sysinfo",
4669 "task",
4670 "tasks_ui",
4671 "telemetry",
4672 "terminal_view",
4673 "text",
4674 "theme",
4675 "tree-sitter",
4676 "tree-sitter-go",
4677 "tree-sitter-json",
4678 "ui",
4679 "unindent",
4680 "util",
4681 "workspace",
4682 "workspace-hack",
4683 "zed_actions",
4684 "zlog",
4685]
4686
4687[[package]]
4688name = "debugid"
4689version = "0.8.0"
4690source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4692dependencies = [
4693 "uuid",
4694]
4695
4696[[package]]
4697name = "deepseek"
4698version = "0.1.0"
4699dependencies = [
4700 "anyhow",
4701 "futures 0.3.31",
4702 "http_client",
4703 "schemars 1.0.1",
4704 "serde",
4705 "serde_json",
4706 "workspace-hack",
4707]
4708
4709[[package]]
4710name = "deflate64"
4711version = "0.1.9"
4712source = "registry+https://github.com/rust-lang/crates.io-index"
4713checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4714
4715[[package]]
4716name = "denoise"
4717version = "0.1.0"
4718dependencies = [
4719 "candle-core",
4720 "candle-onnx",
4721 "log",
4722 "realfft",
4723 "rodio",
4724 "rustfft",
4725 "thiserror 2.0.12",
4726 "workspace-hack",
4727]
4728
4729[[package]]
4730name = "der"
4731version = "0.6.1"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4734dependencies = [
4735 "const-oid",
4736 "zeroize",
4737]
4738
4739[[package]]
4740name = "der"
4741version = "0.7.10"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4744dependencies = [
4745 "const-oid",
4746 "pem-rfc7468",
4747 "zeroize",
4748]
4749
4750[[package]]
4751name = "deranged"
4752version = "0.4.0"
4753source = "registry+https://github.com/rust-lang/crates.io-index"
4754checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4755dependencies = [
4756 "powerfmt",
4757 "serde",
4758]
4759
4760[[package]]
4761name = "derive_arbitrary"
4762version = "1.4.2"
4763source = "registry+https://github.com/rust-lang/crates.io-index"
4764checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4765dependencies = [
4766 "proc-macro2",
4767 "quote",
4768 "syn 2.0.101",
4769]
4770
4771[[package]]
4772name = "derive_more"
4773version = "0.99.19"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4776dependencies = [
4777 "convert_case 0.4.0",
4778 "proc-macro2",
4779 "quote",
4780 "rustc_version",
4781 "syn 2.0.101",
4782]
4783
4784[[package]]
4785name = "derive_refineable"
4786version = "0.1.0"
4787dependencies = [
4788 "proc-macro2",
4789 "quote",
4790 "syn 2.0.101",
4791 "workspace-hack",
4792]
4793
4794[[package]]
4795name = "diagnostics"
4796version = "0.1.0"
4797dependencies = [
4798 "anyhow",
4799 "client",
4800 "collections",
4801 "component",
4802 "ctor",
4803 "editor",
4804 "gpui",
4805 "indoc",
4806 "language",
4807 "log",
4808 "lsp",
4809 "markdown",
4810 "pretty_assertions",
4811 "project",
4812 "rand 0.9.1",
4813 "serde",
4814 "serde_json",
4815 "settings",
4816 "text",
4817 "theme",
4818 "ui",
4819 "unindent",
4820 "util",
4821 "workspace",
4822 "workspace-hack",
4823 "zlog",
4824]
4825
4826[[package]]
4827name = "dialoguer"
4828version = "0.11.0"
4829source = "registry+https://github.com/rust-lang/crates.io-index"
4830checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4831dependencies = [
4832 "console",
4833 "fuzzy-matcher",
4834 "shell-words",
4835 "tempfile",
4836 "thiserror 1.0.69",
4837 "zeroize",
4838]
4839
4840[[package]]
4841name = "diff"
4842version = "0.1.13"
4843source = "registry+https://github.com/rust-lang/crates.io-index"
4844checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4845
4846[[package]]
4847name = "diffy"
4848version = "0.4.2"
4849source = "registry+https://github.com/rust-lang/crates.io-index"
4850checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4851dependencies = [
4852 "nu-ansi-term",
4853]
4854
4855[[package]]
4856name = "digest"
4857version = "0.10.7"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4860dependencies = [
4861 "block-buffer",
4862 "const-oid",
4863 "crypto-common",
4864 "subtle",
4865]
4866
4867[[package]]
4868name = "dirs"
4869version = "4.0.0"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4872dependencies = [
4873 "dirs-sys 0.3.7",
4874]
4875
4876[[package]]
4877name = "dirs"
4878version = "5.0.1"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4881dependencies = [
4882 "dirs-sys 0.4.1",
4883]
4884
4885[[package]]
4886name = "dirs"
4887version = "6.0.0"
4888source = "registry+https://github.com/rust-lang/crates.io-index"
4889checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4890dependencies = [
4891 "dirs-sys 0.5.0",
4892]
4893
4894[[package]]
4895name = "dirs-sys"
4896version = "0.3.7"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4899dependencies = [
4900 "libc",
4901 "redox_users 0.4.6",
4902 "winapi",
4903]
4904
4905[[package]]
4906name = "dirs-sys"
4907version = "0.4.1"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4910dependencies = [
4911 "libc",
4912 "option-ext",
4913 "redox_users 0.4.6",
4914 "windows-sys 0.48.0",
4915]
4916
4917[[package]]
4918name = "dirs-sys"
4919version = "0.5.0"
4920source = "registry+https://github.com/rust-lang/crates.io-index"
4921checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4922dependencies = [
4923 "libc",
4924 "option-ext",
4925 "redox_users 0.5.0",
4926 "windows-sys 0.61.0",
4927]
4928
4929[[package]]
4930name = "dispatch"
4931version = "0.2.0"
4932source = "registry+https://github.com/rust-lang/crates.io-index"
4933checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4934
4935[[package]]
4936name = "dispatch2"
4937version = "0.3.0"
4938source = "registry+https://github.com/rust-lang/crates.io-index"
4939checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4940dependencies = [
4941 "bitflags 2.9.0",
4942 "objc2",
4943]
4944
4945[[package]]
4946name = "displaydoc"
4947version = "0.2.5"
4948source = "registry+https://github.com/rust-lang/crates.io-index"
4949checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4950dependencies = [
4951 "proc-macro2",
4952 "quote",
4953 "syn 2.0.101",
4954]
4955
4956[[package]]
4957name = "dlib"
4958version = "0.5.2"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4961dependencies = [
4962 "libloading",
4963]
4964
4965[[package]]
4966name = "docs_preprocessor"
4967version = "0.1.0"
4968dependencies = [
4969 "anyhow",
4970 "command_palette",
4971 "gpui",
4972 "mdbook",
4973 "regex",
4974 "serde",
4975 "serde_json",
4976 "settings",
4977 "util",
4978 "workspace-hack",
4979 "zed",
4980 "zlog",
4981]
4982
4983[[package]]
4984name = "documented"
4985version = "0.9.1"
4986source = "registry+https://github.com/rust-lang/crates.io-index"
4987checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4988dependencies = [
4989 "documented-macros",
4990 "phf",
4991 "thiserror 1.0.69",
4992]
4993
4994[[package]]
4995name = "documented-macros"
4996version = "0.9.1"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4999dependencies = [
5000 "convert_case 0.6.0",
5001 "itertools 0.13.0",
5002 "optfield",
5003 "proc-macro2",
5004 "quote",
5005 "strum 0.26.3",
5006 "syn 2.0.101",
5007]
5008
5009[[package]]
5010name = "dotenvy"
5011version = "0.15.7"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5014
5015[[package]]
5016name = "downcast-rs"
5017version = "1.2.1"
5018source = "registry+https://github.com/rust-lang/crates.io-index"
5019checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5020
5021[[package]]
5022name = "doxygen-rs"
5023version = "0.4.2"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5026dependencies = [
5027 "phf",
5028]
5029
5030[[package]]
5031name = "dtoa"
5032version = "1.0.10"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5035
5036[[package]]
5037name = "dtoa-short"
5038version = "0.3.5"
5039source = "registry+https://github.com/rust-lang/crates.io-index"
5040checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5041dependencies = [
5042 "dtoa",
5043]
5044
5045[[package]]
5046name = "dtor"
5047version = "0.0.6"
5048source = "registry+https://github.com/rust-lang/crates.io-index"
5049checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5050dependencies = [
5051 "dtor-proc-macro",
5052]
5053
5054[[package]]
5055name = "dtor-proc-macro"
5056version = "0.0.5"
5057source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5059
5060[[package]]
5061name = "dunce"
5062version = "1.0.5"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5065
5066[[package]]
5067name = "dwrote"
5068version = "0.11.3"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
5071dependencies = [
5072 "lazy_static",
5073 "libc",
5074 "winapi",
5075 "wio",
5076]
5077
5078[[package]]
5079name = "dyn-clone"
5080version = "1.0.19"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
5083
5084[[package]]
5085name = "dyn-stack"
5086version = "0.10.0"
5087source = "registry+https://github.com/rust-lang/crates.io-index"
5088checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5089dependencies = [
5090 "bytemuck",
5091 "reborrow",
5092]
5093
5094[[package]]
5095name = "dyn-stack"
5096version = "0.13.0"
5097source = "registry+https://github.com/rust-lang/crates.io-index"
5098checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
5099dependencies = [
5100 "bytemuck",
5101]
5102
5103[[package]]
5104name = "ec4rs"
5105version = "1.2.0"
5106source = "registry+https://github.com/rust-lang/crates.io-index"
5107checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5108
5109[[package]]
5110name = "ecdsa"
5111version = "0.14.8"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5114dependencies = [
5115 "der 0.6.1",
5116 "elliptic-curve",
5117 "rfc6979",
5118 "signature 1.6.4",
5119]
5120
5121[[package]]
5122name = "edit_prediction"
5123version = "0.1.0"
5124dependencies = [
5125 "client",
5126 "gpui",
5127 "language",
5128 "project",
5129 "workspace-hack",
5130]
5131
5132[[package]]
5133name = "edit_prediction_button"
5134version = "0.1.0"
5135dependencies = [
5136 "anyhow",
5137 "client",
5138 "cloud_llm_client",
5139 "copilot",
5140 "edit_prediction",
5141 "editor",
5142 "feature_flags",
5143 "fs",
5144 "futures 0.3.31",
5145 "gpui",
5146 "indoc",
5147 "language",
5148 "lsp",
5149 "paths",
5150 "project",
5151 "regex",
5152 "serde_json",
5153 "settings",
5154 "supermaven",
5155 "telemetry",
5156 "theme",
5157 "ui",
5158 "workspace",
5159 "workspace-hack",
5160 "zed_actions",
5161 "zeta",
5162]
5163
5164[[package]]
5165name = "edit_prediction_context"
5166version = "0.1.0"
5167dependencies = [
5168 "anyhow",
5169 "arrayvec",
5170 "clap",
5171 "cloud_llm_client",
5172 "collections",
5173 "futures 0.3.31",
5174 "gpui",
5175 "hashbrown 0.15.3",
5176 "indoc",
5177 "itertools 0.14.0",
5178 "language",
5179 "log",
5180 "ordered-float 2.10.1",
5181 "pretty_assertions",
5182 "project",
5183 "regex",
5184 "serde",
5185 "serde_json",
5186 "settings",
5187 "slotmap",
5188 "strum 0.27.1",
5189 "text",
5190 "tree-sitter",
5191 "util",
5192 "workspace-hack",
5193 "zlog",
5194]
5195
5196[[package]]
5197name = "editor"
5198version = "0.1.0"
5199dependencies = [
5200 "aho-corasick",
5201 "anyhow",
5202 "assets",
5203 "buffer_diff",
5204 "client",
5205 "clock",
5206 "collections",
5207 "convert_case 0.8.0",
5208 "criterion",
5209 "ctor",
5210 "dap",
5211 "db",
5212 "edit_prediction",
5213 "emojis",
5214 "file_icons",
5215 "fs",
5216 "futures 0.3.31",
5217 "fuzzy",
5218 "git",
5219 "gpui",
5220 "http_client",
5221 "indoc",
5222 "itertools 0.14.0",
5223 "language",
5224 "languages",
5225 "linkify",
5226 "log",
5227 "lsp",
5228 "markdown",
5229 "menu",
5230 "multi_buffer",
5231 "ordered-float 2.10.1",
5232 "parking_lot",
5233 "pretty_assertions",
5234 "project",
5235 "rand 0.9.1",
5236 "regex",
5237 "release_channel",
5238 "rpc",
5239 "schemars 1.0.1",
5240 "serde",
5241 "serde_json",
5242 "settings",
5243 "smallvec",
5244 "smol",
5245 "snippet",
5246 "sum_tree",
5247 "task",
5248 "telemetry",
5249 "tempfile",
5250 "text",
5251 "theme",
5252 "time",
5253 "tree-sitter-bash",
5254 "tree-sitter-c",
5255 "tree-sitter-html",
5256 "tree-sitter-python",
5257 "tree-sitter-rust",
5258 "tree-sitter-typescript",
5259 "tree-sitter-yaml",
5260 "ui",
5261 "unicode-script",
5262 "unicode-segmentation",
5263 "unindent",
5264 "url",
5265 "util",
5266 "uuid",
5267 "vim_mode_setting",
5268 "workspace",
5269 "workspace-hack",
5270 "zed_actions",
5271 "zlog",
5272]
5273
5274[[package]]
5275name = "either"
5276version = "1.15.0"
5277source = "registry+https://github.com/rust-lang/crates.io-index"
5278checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5279dependencies = [
5280 "serde",
5281]
5282
5283[[package]]
5284name = "elasticlunr-rs"
5285version = "3.0.2"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5288dependencies = [
5289 "regex",
5290 "serde",
5291 "serde_derive",
5292 "serde_json",
5293]
5294
5295[[package]]
5296name = "elliptic-curve"
5297version = "0.12.3"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5300dependencies = [
5301 "base16ct",
5302 "crypto-bigint 0.4.9",
5303 "der 0.6.1",
5304 "digest",
5305 "ff",
5306 "generic-array",
5307 "group",
5308 "pkcs8 0.9.0",
5309 "rand_core 0.6.4",
5310 "sec1",
5311 "subtle",
5312 "zeroize",
5313]
5314
5315[[package]]
5316name = "email_address"
5317version = "0.2.9"
5318source = "registry+https://github.com/rust-lang/crates.io-index"
5319checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5320dependencies = [
5321 "serde",
5322]
5323
5324[[package]]
5325name = "embed-resource"
5326version = "3.0.2"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
5329dependencies = [
5330 "cc",
5331 "memchr",
5332 "rustc_version",
5333 "toml 0.8.20",
5334 "vswhom",
5335 "winreg 0.52.0",
5336]
5337
5338[[package]]
5339name = "embedded-io"
5340version = "0.4.0"
5341source = "registry+https://github.com/rust-lang/crates.io-index"
5342checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5343
5344[[package]]
5345name = "embedded-io"
5346version = "0.6.1"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5349
5350[[package]]
5351name = "emojis"
5352version = "0.6.4"
5353source = "registry+https://github.com/rust-lang/crates.io-index"
5354checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5355dependencies = [
5356 "phf",
5357]
5358
5359[[package]]
5360name = "encode_unicode"
5361version = "1.0.0"
5362source = "registry+https://github.com/rust-lang/crates.io-index"
5363checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5364
5365[[package]]
5366name = "encoding_rs"
5367version = "0.8.35"
5368source = "registry+https://github.com/rust-lang/crates.io-index"
5369checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5370dependencies = [
5371 "cfg-if",
5372]
5373
5374[[package]]
5375name = "endi"
5376version = "1.1.0"
5377source = "registry+https://github.com/rust-lang/crates.io-index"
5378checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5379
5380[[package]]
5381name = "enum-as-inner"
5382version = "0.6.1"
5383source = "registry+https://github.com/rust-lang/crates.io-index"
5384checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5385dependencies = [
5386 "heck 0.5.0",
5387 "proc-macro2",
5388 "quote",
5389 "syn 2.0.101",
5390]
5391
5392[[package]]
5393name = "enumflags2"
5394version = "0.7.11"
5395source = "registry+https://github.com/rust-lang/crates.io-index"
5396checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
5397dependencies = [
5398 "enumflags2_derive",
5399 "serde",
5400]
5401
5402[[package]]
5403name = "enumflags2_derive"
5404version = "0.7.11"
5405source = "registry+https://github.com/rust-lang/crates.io-index"
5406checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
5407dependencies = [
5408 "proc-macro2",
5409 "quote",
5410 "syn 2.0.101",
5411]
5412
5413[[package]]
5414name = "env_filter"
5415version = "0.1.3"
5416source = "registry+https://github.com/rust-lang/crates.io-index"
5417checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
5418dependencies = [
5419 "log",
5420 "regex",
5421]
5422
5423[[package]]
5424name = "env_logger"
5425version = "0.10.2"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5428dependencies = [
5429 "humantime",
5430 "is-terminal",
5431 "log",
5432 "regex",
5433 "termcolor",
5434]
5435
5436[[package]]
5437name = "env_logger"
5438version = "0.11.8"
5439source = "registry+https://github.com/rust-lang/crates.io-index"
5440checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5441dependencies = [
5442 "anstream",
5443 "anstyle",
5444 "env_filter",
5445 "jiff",
5446 "log",
5447]
5448
5449[[package]]
5450name = "envy"
5451version = "0.4.2"
5452source = "registry+https://github.com/rust-lang/crates.io-index"
5453checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5454dependencies = [
5455 "serde",
5456]
5457
5458[[package]]
5459name = "equivalent"
5460version = "1.0.2"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5463
5464[[package]]
5465name = "erased-serde"
5466version = "0.4.6"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
5469dependencies = [
5470 "serde",
5471 "typeid",
5472]
5473
5474[[package]]
5475name = "errno"
5476version = "0.2.8"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5479dependencies = [
5480 "errno-dragonfly",
5481 "libc",
5482 "winapi",
5483]
5484
5485[[package]]
5486name = "errno"
5487version = "0.3.11"
5488source = "registry+https://github.com/rust-lang/crates.io-index"
5489checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
5490dependencies = [
5491 "libc",
5492 "windows-sys 0.59.0",
5493]
5494
5495[[package]]
5496name = "errno-dragonfly"
5497version = "0.1.2"
5498source = "registry+https://github.com/rust-lang/crates.io-index"
5499checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5500dependencies = [
5501 "cc",
5502 "libc",
5503]
5504
5505[[package]]
5506name = "etagere"
5507version = "0.2.15"
5508source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5510dependencies = [
5511 "euclid",
5512 "svg_fmt",
5513]
5514
5515[[package]]
5516name = "etcetera"
5517version = "0.8.0"
5518source = "registry+https://github.com/rust-lang/crates.io-index"
5519checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5520dependencies = [
5521 "cfg-if",
5522 "home",
5523 "windows-sys 0.48.0",
5524]
5525
5526[[package]]
5527name = "euclid"
5528version = "0.22.11"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
5530checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5531dependencies = [
5532 "num-traits",
5533]
5534
5535[[package]]
5536name = "eval"
5537version = "0.1.0"
5538dependencies = [
5539 "agent",
5540 "agent_settings",
5541 "agent_ui",
5542 "anyhow",
5543 "assistant_tool",
5544 "assistant_tools",
5545 "async-trait",
5546 "buffer_diff",
5547 "chrono",
5548 "clap",
5549 "client",
5550 "cloud_llm_client",
5551 "collections",
5552 "debug_adapter_extension",
5553 "dirs 4.0.0",
5554 "dotenvy",
5555 "env_logger 0.11.8",
5556 "extension",
5557 "fs",
5558 "futures 0.3.31",
5559 "gpui",
5560 "gpui_tokio",
5561 "handlebars 4.5.0",
5562 "language",
5563 "language_extension",
5564 "language_model",
5565 "language_models",
5566 "languages",
5567 "markdown",
5568 "node_runtime",
5569 "pathdiff",
5570 "paths",
5571 "pretty_assertions",
5572 "project",
5573 "prompt_store",
5574 "regex",
5575 "release_channel",
5576 "reqwest_client",
5577 "serde",
5578 "serde_json",
5579 "settings",
5580 "shellexpand 2.1.2",
5581 "smol",
5582 "telemetry",
5583 "terminal_view",
5584 "toml 0.8.20",
5585 "unindent",
5586 "util",
5587 "uuid",
5588 "watch",
5589 "workspace-hack",
5590]
5591
5592[[package]]
5593name = "event-listener"
5594version = "2.5.3"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5597
5598[[package]]
5599name = "event-listener"
5600version = "5.4.0"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5603dependencies = [
5604 "concurrent-queue",
5605 "parking",
5606 "pin-project-lite",
5607]
5608
5609[[package]]
5610name = "event-listener-strategy"
5611version = "0.5.4"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5614dependencies = [
5615 "event-listener 5.4.0",
5616 "pin-project-lite",
5617]
5618
5619[[package]]
5620name = "exec"
5621version = "0.3.1"
5622source = "registry+https://github.com/rust-lang/crates.io-index"
5623checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5624dependencies = [
5625 "errno 0.2.8",
5626 "libc",
5627]
5628
5629[[package]]
5630name = "explorer_command_injector"
5631version = "0.1.0"
5632dependencies = [
5633 "windows 0.61.1",
5634 "windows-core 0.61.0",
5635 "windows-registry 0.5.1",
5636 "workspace-hack",
5637]
5638
5639[[package]]
5640name = "exr"
5641version = "1.73.0"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5644dependencies = [
5645 "bit_field",
5646 "half",
5647 "lebe",
5648 "miniz_oxide",
5649 "rayon-core",
5650 "smallvec",
5651 "zune-inflate",
5652]
5653
5654[[package]]
5655name = "extended"
5656version = "0.1.0"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5659
5660[[package]]
5661name = "extension"
5662version = "0.1.0"
5663dependencies = [
5664 "anyhow",
5665 "async-compression",
5666 "async-tar",
5667 "async-trait",
5668 "collections",
5669 "dap",
5670 "fs",
5671 "futures 0.3.31",
5672 "gpui",
5673 "heck 0.5.0",
5674 "http_client",
5675 "language",
5676 "log",
5677 "lsp",
5678 "parking_lot",
5679 "pretty_assertions",
5680 "semantic_version",
5681 "serde",
5682 "serde_json",
5683 "task",
5684 "toml 0.8.20",
5685 "url",
5686 "util",
5687 "wasm-encoder 0.221.3",
5688 "wasmparser 0.221.3",
5689 "workspace-hack",
5690]
5691
5692[[package]]
5693name = "extension_cli"
5694version = "0.1.0"
5695dependencies = [
5696 "anyhow",
5697 "clap",
5698 "env_logger 0.11.8",
5699 "extension",
5700 "fs",
5701 "gpui",
5702 "language",
5703 "log",
5704 "reqwest_client",
5705 "rpc",
5706 "serde",
5707 "serde_json",
5708 "theme",
5709 "tokio",
5710 "toml 0.8.20",
5711 "tree-sitter",
5712 "wasmtime",
5713 "workspace-hack",
5714]
5715
5716[[package]]
5717name = "extension_host"
5718version = "0.1.0"
5719dependencies = [
5720 "anyhow",
5721 "async-compression",
5722 "async-tar",
5723 "async-trait",
5724 "client",
5725 "collections",
5726 "criterion",
5727 "ctor",
5728 "dap",
5729 "extension",
5730 "fs",
5731 "futures 0.3.31",
5732 "gpui",
5733 "http_client",
5734 "language",
5735 "language_extension",
5736 "log",
5737 "lsp",
5738 "moka",
5739 "node_runtime",
5740 "parking_lot",
5741 "paths",
5742 "project",
5743 "rand 0.9.1",
5744 "release_channel",
5745 "remote",
5746 "reqwest_client",
5747 "semantic_version",
5748 "serde",
5749 "serde_json",
5750 "serde_json_lenient",
5751 "settings",
5752 "task",
5753 "telemetry",
5754 "tempfile",
5755 "theme",
5756 "theme_extension",
5757 "toml 0.8.20",
5758 "url",
5759 "util",
5760 "wasmparser 0.221.3",
5761 "wasmtime",
5762 "wasmtime-wasi",
5763 "workspace-hack",
5764 "zlog",
5765]
5766
5767[[package]]
5768name = "extensions_ui"
5769version = "0.1.0"
5770dependencies = [
5771 "anyhow",
5772 "client",
5773 "collections",
5774 "db",
5775 "editor",
5776 "extension",
5777 "extension_host",
5778 "fs",
5779 "fuzzy",
5780 "gpui",
5781 "language",
5782 "log",
5783 "num-format",
5784 "picker",
5785 "project",
5786 "release_channel",
5787 "semantic_version",
5788 "serde",
5789 "settings",
5790 "smallvec",
5791 "strum 0.27.1",
5792 "telemetry",
5793 "theme",
5794 "ui",
5795 "util",
5796 "vim_mode_setting",
5797 "workspace",
5798 "workspace-hack",
5799 "zed_actions",
5800]
5801
5802[[package]]
5803name = "fallible-iterator"
5804version = "0.3.0"
5805source = "registry+https://github.com/rust-lang/crates.io-index"
5806checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5807
5808[[package]]
5809name = "fancy-regex"
5810version = "0.13.0"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5813dependencies = [
5814 "bit-set 0.5.3",
5815 "regex-automata",
5816 "regex-syntax",
5817]
5818
5819[[package]]
5820name = "fancy-regex"
5821version = "0.14.0"
5822source = "registry+https://github.com/rust-lang/crates.io-index"
5823checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5824dependencies = [
5825 "bit-set 0.8.0",
5826 "regex-automata",
5827 "regex-syntax",
5828]
5829
5830[[package]]
5831name = "fast-srgb8"
5832version = "1.0.0"
5833source = "registry+https://github.com/rust-lang/crates.io-index"
5834checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5835
5836[[package]]
5837name = "fastrand"
5838version = "1.9.0"
5839source = "registry+https://github.com/rust-lang/crates.io-index"
5840checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5841dependencies = [
5842 "instant",
5843]
5844
5845[[package]]
5846name = "fastrand"
5847version = "2.3.0"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5850
5851[[package]]
5852name = "fd-lock"
5853version = "4.0.4"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5856dependencies = [
5857 "cfg-if",
5858 "rustix 1.0.7",
5859 "windows-sys 0.59.0",
5860]
5861
5862[[package]]
5863name = "fdeflate"
5864version = "0.3.7"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5867dependencies = [
5868 "simd-adler32",
5869]
5870
5871[[package]]
5872name = "feature_flags"
5873version = "0.1.0"
5874dependencies = [
5875 "futures 0.3.31",
5876 "gpui",
5877 "smol",
5878 "workspace-hack",
5879]
5880
5881[[package]]
5882name = "feedback"
5883version = "0.1.0"
5884dependencies = [
5885 "editor",
5886 "gpui",
5887 "menu",
5888 "system_specs",
5889 "ui",
5890 "urlencoding",
5891 "util",
5892 "workspace",
5893 "workspace-hack",
5894 "zed_actions",
5895]
5896
5897[[package]]
5898name = "ff"
5899version = "0.12.1"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5902dependencies = [
5903 "rand_core 0.6.4",
5904 "subtle",
5905]
5906
5907[[package]]
5908name = "file_finder"
5909version = "0.1.0"
5910dependencies = [
5911 "anyhow",
5912 "collections",
5913 "ctor",
5914 "editor",
5915 "file_icons",
5916 "futures 0.3.31",
5917 "fuzzy",
5918 "gpui",
5919 "language",
5920 "menu",
5921 "picker",
5922 "pretty_assertions",
5923 "project",
5924 "schemars 1.0.1",
5925 "search",
5926 "serde",
5927 "serde_json",
5928 "settings",
5929 "text",
5930 "theme",
5931 "ui",
5932 "util",
5933 "workspace",
5934 "workspace-hack",
5935 "zlog",
5936]
5937
5938[[package]]
5939name = "file_icons"
5940version = "0.1.0"
5941dependencies = [
5942 "gpui",
5943 "serde",
5944 "settings",
5945 "theme",
5946 "util",
5947 "workspace-hack",
5948]
5949
5950[[package]]
5951name = "filedescriptor"
5952version = "0.8.3"
5953source = "registry+https://github.com/rust-lang/crates.io-index"
5954checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5955dependencies = [
5956 "libc",
5957 "thiserror 1.0.69",
5958 "winapi",
5959]
5960
5961[[package]]
5962name = "filetime"
5963version = "0.2.25"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5966dependencies = [
5967 "cfg-if",
5968 "libc",
5969 "libredox",
5970 "windows-sys 0.59.0",
5971]
5972
5973[[package]]
5974name = "fixedbitset"
5975version = "0.4.2"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5978
5979[[package]]
5980name = "flate2"
5981version = "1.1.1"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5984dependencies = [
5985 "crc32fast",
5986 "miniz_oxide",
5987]
5988
5989[[package]]
5990name = "float-cmp"
5991version = "0.9.0"
5992source = "registry+https://github.com/rust-lang/crates.io-index"
5993checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5994
5995[[package]]
5996name = "float-ord"
5997version = "0.3.2"
5998source = "registry+https://github.com/rust-lang/crates.io-index"
5999checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6000
6001[[package]]
6002name = "float8"
6003version = "0.4.2"
6004source = "registry+https://github.com/rust-lang/crates.io-index"
6005checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6006dependencies = [
6007 "half",
6008 "num-traits",
6009 "rand 0.9.1",
6010 "rand_distr",
6011]
6012
6013[[package]]
6014name = "float_next_after"
6015version = "1.0.0"
6016source = "registry+https://github.com/rust-lang/crates.io-index"
6017checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6018
6019[[package]]
6020name = "fluent-uri"
6021version = "0.3.2"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
6024dependencies = [
6025 "borrow-or-share",
6026 "ref-cast",
6027 "serde",
6028]
6029
6030[[package]]
6031name = "flume"
6032version = "0.11.1"
6033source = "registry+https://github.com/rust-lang/crates.io-index"
6034checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6035dependencies = [
6036 "futures-core",
6037 "futures-sink",
6038 "nanorand",
6039 "spin",
6040]
6041
6042[[package]]
6043name = "fnv"
6044version = "1.0.7"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6047
6048[[package]]
6049name = "foldhash"
6050version = "0.1.5"
6051source = "registry+https://github.com/rust-lang/crates.io-index"
6052checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6053
6054[[package]]
6055name = "font-kit"
6056version = "0.14.1"
6057source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
6058dependencies = [
6059 "bitflags 2.9.0",
6060 "byteorder",
6061 "core-foundation 0.10.0",
6062 "core-graphics 0.24.0",
6063 "core-text",
6064 "dirs 5.0.1",
6065 "dwrote",
6066 "float-ord",
6067 "freetype-sys",
6068 "lazy_static",
6069 "libc",
6070 "log",
6071 "pathfinder_geometry",
6072 "pathfinder_simd",
6073 "walkdir",
6074 "winapi",
6075 "yeslogic-fontconfig-sys",
6076]
6077
6078[[package]]
6079name = "font-types"
6080version = "0.8.4"
6081source = "registry+https://github.com/rust-lang/crates.io-index"
6082checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
6083dependencies = [
6084 "bytemuck",
6085]
6086
6087[[package]]
6088name = "fontconfig-parser"
6089version = "0.5.7"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
6092dependencies = [
6093 "roxmltree",
6094]
6095
6096[[package]]
6097name = "fontdb"
6098version = "0.16.2"
6099source = "registry+https://github.com/rust-lang/crates.io-index"
6100checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6101dependencies = [
6102 "fontconfig-parser",
6103 "log",
6104 "memmap2",
6105 "slotmap",
6106 "tinyvec",
6107 "ttf-parser 0.20.0",
6108]
6109
6110[[package]]
6111name = "fontdb"
6112version = "0.23.0"
6113source = "registry+https://github.com/rust-lang/crates.io-index"
6114checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6115dependencies = [
6116 "fontconfig-parser",
6117 "log",
6118 "memmap2",
6119 "slotmap",
6120 "tinyvec",
6121 "ttf-parser 0.25.1",
6122]
6123
6124[[package]]
6125name = "foreign-types"
6126version = "0.3.2"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6129dependencies = [
6130 "foreign-types-shared 0.1.1",
6131]
6132
6133[[package]]
6134name = "foreign-types"
6135version = "0.5.0"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6138dependencies = [
6139 "foreign-types-macros",
6140 "foreign-types-shared 0.3.1",
6141]
6142
6143[[package]]
6144name = "foreign-types-macros"
6145version = "0.2.3"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6148dependencies = [
6149 "proc-macro2",
6150 "quote",
6151 "syn 2.0.101",
6152]
6153
6154[[package]]
6155name = "foreign-types-shared"
6156version = "0.1.1"
6157source = "registry+https://github.com/rust-lang/crates.io-index"
6158checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6159
6160[[package]]
6161name = "foreign-types-shared"
6162version = "0.3.1"
6163source = "registry+https://github.com/rust-lang/crates.io-index"
6164checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6165
6166[[package]]
6167name = "fork"
6168version = "0.2.0"
6169source = "registry+https://github.com/rust-lang/crates.io-index"
6170checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
6171dependencies = [
6172 "libc",
6173]
6174
6175[[package]]
6176name = "form_urlencoded"
6177version = "1.2.1"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
6180dependencies = [
6181 "percent-encoding",
6182]
6183
6184[[package]]
6185name = "fraction"
6186version = "0.15.3"
6187source = "registry+https://github.com/rust-lang/crates.io-index"
6188checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6189dependencies = [
6190 "lazy_static",
6191 "num",
6192]
6193
6194[[package]]
6195name = "freetype-sys"
6196version = "0.20.1"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6199dependencies = [
6200 "cc",
6201 "libc",
6202 "pkg-config",
6203]
6204
6205[[package]]
6206name = "fs"
6207version = "0.1.0"
6208dependencies = [
6209 "anyhow",
6210 "ashpd 0.11.0",
6211 "async-tar",
6212 "async-trait",
6213 "cocoa 0.26.0",
6214 "collections",
6215 "fsevent",
6216 "futures 0.3.31",
6217 "git",
6218 "gpui",
6219 "ignore",
6220 "libc",
6221 "log",
6222 "notify 8.0.0",
6223 "objc",
6224 "parking_lot",
6225 "paths",
6226 "proto",
6227 "rope",
6228 "serde",
6229 "serde_json",
6230 "smol",
6231 "tempfile",
6232 "text",
6233 "time",
6234 "util",
6235 "windows 0.61.1",
6236 "workspace-hack",
6237]
6238
6239[[package]]
6240name = "fs-set-times"
6241version = "0.20.3"
6242source = "registry+https://github.com/rust-lang/crates.io-index"
6243checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6244dependencies = [
6245 "io-lifetimes",
6246 "rustix 1.0.7",
6247 "windows-sys 0.59.0",
6248]
6249
6250[[package]]
6251name = "fs2"
6252version = "0.4.3"
6253source = "registry+https://github.com/rust-lang/crates.io-index"
6254checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6255dependencies = [
6256 "libc",
6257 "winapi",
6258]
6259
6260[[package]]
6261name = "fs_extra"
6262version = "1.3.0"
6263source = "registry+https://github.com/rust-lang/crates.io-index"
6264checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6265
6266[[package]]
6267name = "fsevent"
6268version = "0.1.0"
6269dependencies = [
6270 "bitflags 2.9.0",
6271 "core-foundation 0.10.0",
6272 "fsevent-sys 3.1.0",
6273 "log",
6274 "parking_lot",
6275 "tempfile",
6276 "workspace-hack",
6277]
6278
6279[[package]]
6280name = "fsevent-sys"
6281version = "3.1.0"
6282source = "registry+https://github.com/rust-lang/crates.io-index"
6283checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
6284dependencies = [
6285 "libc",
6286]
6287
6288[[package]]
6289name = "fsevent-sys"
6290version = "4.1.0"
6291source = "registry+https://github.com/rust-lang/crates.io-index"
6292checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6293dependencies = [
6294 "libc",
6295]
6296
6297[[package]]
6298name = "funty"
6299version = "2.0.0"
6300source = "registry+https://github.com/rust-lang/crates.io-index"
6301checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6302
6303[[package]]
6304name = "futf"
6305version = "0.1.5"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6308dependencies = [
6309 "mac",
6310 "new_debug_unreachable",
6311]
6312
6313[[package]]
6314name = "futures"
6315version = "0.1.31"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6318
6319[[package]]
6320name = "futures"
6321version = "0.3.31"
6322source = "registry+https://github.com/rust-lang/crates.io-index"
6323checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6324dependencies = [
6325 "futures-channel",
6326 "futures-core",
6327 "futures-executor",
6328 "futures-io",
6329 "futures-sink",
6330 "futures-task",
6331 "futures-util",
6332]
6333
6334[[package]]
6335name = "futures-channel"
6336version = "0.3.31"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6339dependencies = [
6340 "futures-core",
6341 "futures-sink",
6342]
6343
6344[[package]]
6345name = "futures-core"
6346version = "0.3.31"
6347source = "registry+https://github.com/rust-lang/crates.io-index"
6348checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6349
6350[[package]]
6351name = "futures-executor"
6352version = "0.3.31"
6353source = "registry+https://github.com/rust-lang/crates.io-index"
6354checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6355dependencies = [
6356 "futures-core",
6357 "futures-task",
6358 "futures-util",
6359]
6360
6361[[package]]
6362name = "futures-intrusive"
6363version = "0.5.0"
6364source = "registry+https://github.com/rust-lang/crates.io-index"
6365checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6366dependencies = [
6367 "futures-core",
6368 "lock_api",
6369 "parking_lot",
6370]
6371
6372[[package]]
6373name = "futures-io"
6374version = "0.3.31"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6377
6378[[package]]
6379name = "futures-lite"
6380version = "1.13.0"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6383dependencies = [
6384 "fastrand 1.9.0",
6385 "futures-core",
6386 "futures-io",
6387 "memchr",
6388 "parking",
6389 "pin-project-lite",
6390 "waker-fn",
6391]
6392
6393[[package]]
6394name = "futures-lite"
6395version = "2.6.0"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
6398dependencies = [
6399 "fastrand 2.3.0",
6400 "futures-core",
6401 "futures-io",
6402 "parking",
6403 "pin-project-lite",
6404]
6405
6406[[package]]
6407name = "futures-macro"
6408version = "0.3.31"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6411dependencies = [
6412 "proc-macro2",
6413 "quote",
6414 "syn 2.0.101",
6415]
6416
6417[[package]]
6418name = "futures-sink"
6419version = "0.3.31"
6420source = "registry+https://github.com/rust-lang/crates.io-index"
6421checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6422
6423[[package]]
6424name = "futures-task"
6425version = "0.3.31"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6428
6429[[package]]
6430name = "futures-util"
6431version = "0.3.31"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6434dependencies = [
6435 "futures 0.1.31",
6436 "futures-channel",
6437 "futures-core",
6438 "futures-io",
6439 "futures-macro",
6440 "futures-sink",
6441 "futures-task",
6442 "memchr",
6443 "pin-project-lite",
6444 "pin-utils",
6445 "slab",
6446 "tokio-io",
6447]
6448
6449[[package]]
6450name = "fuzzy"
6451version = "0.1.0"
6452dependencies = [
6453 "gpui",
6454 "log",
6455 "util",
6456 "workspace-hack",
6457]
6458
6459[[package]]
6460name = "fuzzy-matcher"
6461version = "0.3.7"
6462source = "registry+https://github.com/rust-lang/crates.io-index"
6463checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6464dependencies = [
6465 "thread_local",
6466]
6467
6468[[package]]
6469name = "gemm"
6470version = "0.17.1"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6473dependencies = [
6474 "dyn-stack 0.10.0",
6475 "gemm-c32 0.17.1",
6476 "gemm-c64 0.17.1",
6477 "gemm-common 0.17.1",
6478 "gemm-f16 0.17.1",
6479 "gemm-f32 0.17.1",
6480 "gemm-f64 0.17.1",
6481 "num-complex",
6482 "num-traits",
6483 "paste",
6484 "raw-cpuid 10.7.0",
6485 "seq-macro",
6486]
6487
6488[[package]]
6489name = "gemm"
6490version = "0.18.2"
6491source = "registry+https://github.com/rust-lang/crates.io-index"
6492checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6493dependencies = [
6494 "dyn-stack 0.13.0",
6495 "gemm-c32 0.18.2",
6496 "gemm-c64 0.18.2",
6497 "gemm-common 0.18.2",
6498 "gemm-f16 0.18.2",
6499 "gemm-f32 0.18.2",
6500 "gemm-f64 0.18.2",
6501 "num-complex",
6502 "num-traits",
6503 "paste",
6504 "raw-cpuid 11.6.0",
6505 "seq-macro",
6506]
6507
6508[[package]]
6509name = "gemm-c32"
6510version = "0.17.1"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6513dependencies = [
6514 "dyn-stack 0.10.0",
6515 "gemm-common 0.17.1",
6516 "num-complex",
6517 "num-traits",
6518 "paste",
6519 "raw-cpuid 10.7.0",
6520 "seq-macro",
6521]
6522
6523[[package]]
6524name = "gemm-c32"
6525version = "0.18.2"
6526source = "registry+https://github.com/rust-lang/crates.io-index"
6527checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6528dependencies = [
6529 "dyn-stack 0.13.0",
6530 "gemm-common 0.18.2",
6531 "num-complex",
6532 "num-traits",
6533 "paste",
6534 "raw-cpuid 11.6.0",
6535 "seq-macro",
6536]
6537
6538[[package]]
6539name = "gemm-c64"
6540version = "0.17.1"
6541source = "registry+https://github.com/rust-lang/crates.io-index"
6542checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6543dependencies = [
6544 "dyn-stack 0.10.0",
6545 "gemm-common 0.17.1",
6546 "num-complex",
6547 "num-traits",
6548 "paste",
6549 "raw-cpuid 10.7.0",
6550 "seq-macro",
6551]
6552
6553[[package]]
6554name = "gemm-c64"
6555version = "0.18.2"
6556source = "registry+https://github.com/rust-lang/crates.io-index"
6557checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6558dependencies = [
6559 "dyn-stack 0.13.0",
6560 "gemm-common 0.18.2",
6561 "num-complex",
6562 "num-traits",
6563 "paste",
6564 "raw-cpuid 11.6.0",
6565 "seq-macro",
6566]
6567
6568[[package]]
6569name = "gemm-common"
6570version = "0.17.1"
6571source = "registry+https://github.com/rust-lang/crates.io-index"
6572checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6573dependencies = [
6574 "bytemuck",
6575 "dyn-stack 0.10.0",
6576 "half",
6577 "num-complex",
6578 "num-traits",
6579 "once_cell",
6580 "paste",
6581 "pulp 0.18.22",
6582 "raw-cpuid 10.7.0",
6583 "rayon",
6584 "seq-macro",
6585 "sysctl 0.5.5",
6586]
6587
6588[[package]]
6589name = "gemm-common"
6590version = "0.18.2"
6591source = "registry+https://github.com/rust-lang/crates.io-index"
6592checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6593dependencies = [
6594 "bytemuck",
6595 "dyn-stack 0.13.0",
6596 "half",
6597 "libm",
6598 "num-complex",
6599 "num-traits",
6600 "once_cell",
6601 "paste",
6602 "pulp 0.21.5",
6603 "raw-cpuid 11.6.0",
6604 "rayon",
6605 "seq-macro",
6606 "sysctl 0.6.0",
6607]
6608
6609[[package]]
6610name = "gemm-f16"
6611version = "0.17.1"
6612source = "registry+https://github.com/rust-lang/crates.io-index"
6613checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6614dependencies = [
6615 "dyn-stack 0.10.0",
6616 "gemm-common 0.17.1",
6617 "gemm-f32 0.17.1",
6618 "half",
6619 "num-complex",
6620 "num-traits",
6621 "paste",
6622 "raw-cpuid 10.7.0",
6623 "rayon",
6624 "seq-macro",
6625]
6626
6627[[package]]
6628name = "gemm-f16"
6629version = "0.18.2"
6630source = "registry+https://github.com/rust-lang/crates.io-index"
6631checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6632dependencies = [
6633 "dyn-stack 0.13.0",
6634 "gemm-common 0.18.2",
6635 "gemm-f32 0.18.2",
6636 "half",
6637 "num-complex",
6638 "num-traits",
6639 "paste",
6640 "raw-cpuid 11.6.0",
6641 "rayon",
6642 "seq-macro",
6643]
6644
6645[[package]]
6646name = "gemm-f32"
6647version = "0.17.1"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6650dependencies = [
6651 "dyn-stack 0.10.0",
6652 "gemm-common 0.17.1",
6653 "num-complex",
6654 "num-traits",
6655 "paste",
6656 "raw-cpuid 10.7.0",
6657 "seq-macro",
6658]
6659
6660[[package]]
6661name = "gemm-f32"
6662version = "0.18.2"
6663source = "registry+https://github.com/rust-lang/crates.io-index"
6664checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6665dependencies = [
6666 "dyn-stack 0.13.0",
6667 "gemm-common 0.18.2",
6668 "num-complex",
6669 "num-traits",
6670 "paste",
6671 "raw-cpuid 11.6.0",
6672 "seq-macro",
6673]
6674
6675[[package]]
6676name = "gemm-f64"
6677version = "0.17.1"
6678source = "registry+https://github.com/rust-lang/crates.io-index"
6679checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6680dependencies = [
6681 "dyn-stack 0.10.0",
6682 "gemm-common 0.17.1",
6683 "num-complex",
6684 "num-traits",
6685 "paste",
6686 "raw-cpuid 10.7.0",
6687 "seq-macro",
6688]
6689
6690[[package]]
6691name = "gemm-f64"
6692version = "0.18.2"
6693source = "registry+https://github.com/rust-lang/crates.io-index"
6694checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6695dependencies = [
6696 "dyn-stack 0.13.0",
6697 "gemm-common 0.18.2",
6698 "num-complex",
6699 "num-traits",
6700 "paste",
6701 "raw-cpuid 11.6.0",
6702 "seq-macro",
6703]
6704
6705[[package]]
6706name = "generator"
6707version = "0.8.5"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
6710dependencies = [
6711 "cc",
6712 "cfg-if",
6713 "libc",
6714 "log",
6715 "rustversion",
6716 "windows 0.61.1",
6717]
6718
6719[[package]]
6720name = "generic-array"
6721version = "0.14.7"
6722source = "registry+https://github.com/rust-lang/crates.io-index"
6723checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6724dependencies = [
6725 "typenum",
6726 "version_check",
6727]
6728
6729[[package]]
6730name = "gethostname"
6731version = "0.4.3"
6732source = "registry+https://github.com/rust-lang/crates.io-index"
6733checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
6734dependencies = [
6735 "libc",
6736 "windows-targets 0.48.5",
6737]
6738
6739[[package]]
6740name = "getrandom"
6741version = "0.2.15"
6742source = "registry+https://github.com/rust-lang/crates.io-index"
6743checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
6744dependencies = [
6745 "cfg-if",
6746 "js-sys",
6747 "libc",
6748 "wasi 0.11.0+wasi-snapshot-preview1",
6749 "wasm-bindgen",
6750]
6751
6752[[package]]
6753name = "getrandom"
6754version = "0.3.2"
6755source = "registry+https://github.com/rust-lang/crates.io-index"
6756checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
6757dependencies = [
6758 "cfg-if",
6759 "js-sys",
6760 "libc",
6761 "r-efi",
6762 "wasi 0.14.2+wasi-0.2.4",
6763 "wasm-bindgen",
6764]
6765
6766[[package]]
6767name = "gif"
6768version = "0.13.1"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6771dependencies = [
6772 "color_quant",
6773 "weezl",
6774]
6775
6776[[package]]
6777name = "gimli"
6778version = "0.31.1"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6781dependencies = [
6782 "fallible-iterator",
6783 "indexmap 2.9.0",
6784 "stable_deref_trait",
6785]
6786
6787[[package]]
6788name = "git"
6789version = "0.1.0"
6790dependencies = [
6791 "anyhow",
6792 "askpass",
6793 "async-trait",
6794 "collections",
6795 "derive_more",
6796 "futures 0.3.31",
6797 "git2",
6798 "gpui",
6799 "http_client",
6800 "log",
6801 "parking_lot",
6802 "pretty_assertions",
6803 "rand 0.9.1",
6804 "regex",
6805 "rope",
6806 "schemars 1.0.1",
6807 "serde",
6808 "serde_json",
6809 "smol",
6810 "sum_tree",
6811 "tempfile",
6812 "text",
6813 "thiserror 2.0.12",
6814 "time",
6815 "unindent",
6816 "url",
6817 "util",
6818 "uuid",
6819 "workspace-hack",
6820]
6821
6822[[package]]
6823name = "git2"
6824version = "0.20.1"
6825source = "registry+https://github.com/rust-lang/crates.io-index"
6826checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6827dependencies = [
6828 "bitflags 2.9.0",
6829 "libc",
6830 "libgit2-sys",
6831 "log",
6832 "url",
6833]
6834
6835[[package]]
6836name = "git_hosting_providers"
6837version = "0.1.0"
6838dependencies = [
6839 "anyhow",
6840 "async-trait",
6841 "futures 0.3.31",
6842 "git",
6843 "gpui",
6844 "http_client",
6845 "indoc",
6846 "pretty_assertions",
6847 "regex",
6848 "serde",
6849 "serde_json",
6850 "settings",
6851 "url",
6852 "util",
6853 "workspace-hack",
6854]
6855
6856[[package]]
6857name = "git_ui"
6858version = "0.1.0"
6859dependencies = [
6860 "agent_settings",
6861 "anyhow",
6862 "askpass",
6863 "buffer_diff",
6864 "call",
6865 "chrono",
6866 "cloud_llm_client",
6867 "collections",
6868 "command_palette_hooks",
6869 "component",
6870 "ctor",
6871 "db",
6872 "editor",
6873 "futures 0.3.31",
6874 "fuzzy",
6875 "git",
6876 "gpui",
6877 "indoc",
6878 "itertools 0.14.0",
6879 "language",
6880 "language_model",
6881 "linkify",
6882 "log",
6883 "markdown",
6884 "menu",
6885 "multi_buffer",
6886 "notifications",
6887 "panel",
6888 "picker",
6889 "postage",
6890 "pretty_assertions",
6891 "project",
6892 "schemars 1.0.1",
6893 "serde",
6894 "serde_json",
6895 "settings",
6896 "strum 0.27.1",
6897 "telemetry",
6898 "theme",
6899 "time",
6900 "time_format",
6901 "ui",
6902 "unindent",
6903 "util",
6904 "watch",
6905 "windows 0.61.1",
6906 "workspace",
6907 "workspace-hack",
6908 "zed_actions",
6909 "zeroize",
6910 "zlog",
6911]
6912
6913[[package]]
6914name = "glob"
6915version = "0.3.2"
6916source = "registry+https://github.com/rust-lang/crates.io-index"
6917checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6918
6919[[package]]
6920name = "globset"
6921version = "0.4.16"
6922source = "registry+https://github.com/rust-lang/crates.io-index"
6923checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6924dependencies = [
6925 "aho-corasick",
6926 "bstr",
6927 "log",
6928 "regex-automata",
6929 "regex-syntax",
6930]
6931
6932[[package]]
6933name = "gloo-timers"
6934version = "0.3.0"
6935source = "registry+https://github.com/rust-lang/crates.io-index"
6936checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6937dependencies = [
6938 "futures-channel",
6939 "futures-core",
6940 "js-sys",
6941 "wasm-bindgen",
6942]
6943
6944[[package]]
6945name = "glow"
6946version = "0.14.2"
6947source = "registry+https://github.com/rust-lang/crates.io-index"
6948checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6949dependencies = [
6950 "js-sys",
6951 "slotmap",
6952 "wasm-bindgen",
6953 "web-sys",
6954]
6955
6956[[package]]
6957name = "go_to_line"
6958version = "0.1.0"
6959dependencies = [
6960 "editor",
6961 "gpui",
6962 "indoc",
6963 "language",
6964 "menu",
6965 "project",
6966 "rope",
6967 "serde",
6968 "serde_json",
6969 "settings",
6970 "text",
6971 "theme",
6972 "tree-sitter-rust",
6973 "tree-sitter-typescript",
6974 "ui",
6975 "util",
6976 "workspace",
6977 "workspace-hack",
6978]
6979
6980[[package]]
6981name = "goblin"
6982version = "0.8.2"
6983source = "registry+https://github.com/rust-lang/crates.io-index"
6984checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
6985dependencies = [
6986 "log",
6987 "plain",
6988 "scroll",
6989]
6990
6991[[package]]
6992name = "google_ai"
6993version = "0.1.0"
6994dependencies = [
6995 "anyhow",
6996 "futures 0.3.31",
6997 "http_client",
6998 "schemars 1.0.1",
6999 "serde",
7000 "serde_json",
7001 "settings",
7002 "strum 0.27.1",
7003 "workspace-hack",
7004]
7005
7006[[package]]
7007name = "gpu-alloc"
7008version = "0.6.0"
7009source = "registry+https://github.com/rust-lang/crates.io-index"
7010checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
7011dependencies = [
7012 "bitflags 2.9.0",
7013 "gpu-alloc-types",
7014]
7015
7016[[package]]
7017name = "gpu-alloc-ash"
7018version = "0.7.0"
7019source = "registry+https://github.com/rust-lang/crates.io-index"
7020checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7021dependencies = [
7022 "ash",
7023 "gpu-alloc-types",
7024 "tinyvec",
7025]
7026
7027[[package]]
7028name = "gpu-alloc-types"
7029version = "0.3.0"
7030source = "registry+https://github.com/rust-lang/crates.io-index"
7031checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7032dependencies = [
7033 "bitflags 2.9.0",
7034]
7035
7036[[package]]
7037name = "gpui"
7038version = "0.1.0"
7039dependencies = [
7040 "anyhow",
7041 "as-raw-xcb-connection",
7042 "ashpd 0.11.0",
7043 "async-task",
7044 "backtrace",
7045 "bindgen 0.71.1",
7046 "blade-graphics",
7047 "blade-macros",
7048 "blade-util",
7049 "block",
7050 "bytemuck",
7051 "calloop",
7052 "calloop-wayland-source",
7053 "cbindgen",
7054 "cocoa 0.26.0",
7055 "collections",
7056 "core-foundation 0.10.0",
7057 "core-foundation-sys",
7058 "core-graphics 0.24.0",
7059 "core-text",
7060 "core-video",
7061 "cosmic-text",
7062 "ctor",
7063 "derive_more",
7064 "embed-resource",
7065 "env_logger 0.11.8",
7066 "etagere",
7067 "filedescriptor",
7068 "flume",
7069 "font-kit",
7070 "foreign-types 0.5.0",
7071 "futures 0.3.31",
7072 "gpui_macros",
7073 "http_client",
7074 "image",
7075 "inventory",
7076 "itertools 0.14.0",
7077 "libc",
7078 "log",
7079 "lyon",
7080 "media",
7081 "metal",
7082 "naga",
7083 "num_cpus",
7084 "objc",
7085 "objc2",
7086 "objc2-metal",
7087 "oo7",
7088 "open",
7089 "parking",
7090 "parking_lot",
7091 "pathfinder_geometry",
7092 "postage",
7093 "pretty_assertions",
7094 "profiling",
7095 "rand 0.9.1",
7096 "raw-window-handle",
7097 "refineable",
7098 "reqwest_client",
7099 "resvg",
7100 "scap",
7101 "schemars 1.0.1",
7102 "seahash",
7103 "semantic_version",
7104 "serde",
7105 "serde_json",
7106 "slotmap",
7107 "smallvec",
7108 "smol",
7109 "stacksafe",
7110 "strum 0.27.1",
7111 "sum_tree",
7112 "taffy",
7113 "thiserror 2.0.12",
7114 "unicode-segmentation",
7115 "usvg",
7116 "util",
7117 "util_macros",
7118 "uuid",
7119 "waker-fn",
7120 "wayland-backend",
7121 "wayland-client",
7122 "wayland-cursor",
7123 "wayland-protocols",
7124 "wayland-protocols-plasma",
7125 "windows 0.61.1",
7126 "windows-core 0.61.0",
7127 "windows-numerics",
7128 "windows-registry 0.5.1",
7129 "workspace-hack",
7130 "x11-clipboard",
7131 "x11rb",
7132 "xim",
7133 "xkbcommon",
7134]
7135
7136[[package]]
7137name = "gpui_macros"
7138version = "0.1.0"
7139dependencies = [
7140 "gpui",
7141 "heck 0.5.0",
7142 "proc-macro2",
7143 "quote",
7144 "syn 2.0.101",
7145 "workspace-hack",
7146]
7147
7148[[package]]
7149name = "gpui_tokio"
7150version = "0.1.0"
7151dependencies = [
7152 "anyhow",
7153 "gpui",
7154 "tokio",
7155 "util",
7156 "workspace-hack",
7157]
7158
7159[[package]]
7160name = "grid"
7161version = "0.18.0"
7162source = "registry+https://github.com/rust-lang/crates.io-index"
7163checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7164
7165[[package]]
7166name = "group"
7167version = "0.12.1"
7168source = "registry+https://github.com/rust-lang/crates.io-index"
7169checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7170dependencies = [
7171 "ff",
7172 "rand_core 0.6.4",
7173 "subtle",
7174]
7175
7176[[package]]
7177name = "h2"
7178version = "0.3.26"
7179source = "registry+https://github.com/rust-lang/crates.io-index"
7180checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7181dependencies = [
7182 "bytes 1.10.1",
7183 "fnv",
7184 "futures-core",
7185 "futures-sink",
7186 "futures-util",
7187 "http 0.2.12",
7188 "indexmap 2.9.0",
7189 "slab",
7190 "tokio",
7191 "tokio-util",
7192 "tracing",
7193]
7194
7195[[package]]
7196name = "h2"
7197version = "0.4.9"
7198source = "registry+https://github.com/rust-lang/crates.io-index"
7199checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7200dependencies = [
7201 "atomic-waker",
7202 "bytes 1.10.1",
7203 "fnv",
7204 "futures-core",
7205 "futures-sink",
7206 "http 1.3.1",
7207 "indexmap 2.9.0",
7208 "slab",
7209 "tokio",
7210 "tokio-util",
7211 "tracing",
7212]
7213
7214[[package]]
7215name = "half"
7216version = "2.6.0"
7217source = "registry+https://github.com/rust-lang/crates.io-index"
7218checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7219dependencies = [
7220 "bytemuck",
7221 "cfg-if",
7222 "crunchy",
7223 "num-traits",
7224 "rand 0.9.1",
7225 "rand_distr",
7226]
7227
7228[[package]]
7229name = "handlebars"
7230version = "4.5.0"
7231source = "registry+https://github.com/rust-lang/crates.io-index"
7232checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7233dependencies = [
7234 "log",
7235 "pest",
7236 "pest_derive",
7237 "rust-embed",
7238 "serde",
7239 "serde_json",
7240 "thiserror 1.0.69",
7241]
7242
7243[[package]]
7244name = "handlebars"
7245version = "5.1.2"
7246source = "registry+https://github.com/rust-lang/crates.io-index"
7247checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7248dependencies = [
7249 "log",
7250 "pest",
7251 "pest_derive",
7252 "serde",
7253 "serde_json",
7254 "thiserror 1.0.69",
7255]
7256
7257[[package]]
7258name = "hashbrown"
7259version = "0.12.3"
7260source = "registry+https://github.com/rust-lang/crates.io-index"
7261checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7262dependencies = [
7263 "ahash 0.7.8",
7264]
7265
7266[[package]]
7267name = "hashbrown"
7268version = "0.14.5"
7269source = "registry+https://github.com/rust-lang/crates.io-index"
7270checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7271dependencies = [
7272 "ahash 0.8.11",
7273 "allocator-api2",
7274]
7275
7276[[package]]
7277name = "hashbrown"
7278version = "0.15.3"
7279source = "registry+https://github.com/rust-lang/crates.io-index"
7280checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7281dependencies = [
7282 "allocator-api2",
7283 "equivalent",
7284 "foldhash",
7285 "serde",
7286]
7287
7288[[package]]
7289name = "hashlink"
7290version = "0.8.4"
7291source = "registry+https://github.com/rust-lang/crates.io-index"
7292checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7293dependencies = [
7294 "hashbrown 0.14.5",
7295]
7296
7297[[package]]
7298name = "hashlink"
7299version = "0.10.0"
7300source = "registry+https://github.com/rust-lang/crates.io-index"
7301checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7302dependencies = [
7303 "hashbrown 0.15.3",
7304]
7305
7306[[package]]
7307name = "headers"
7308version = "0.3.9"
7309source = "registry+https://github.com/rust-lang/crates.io-index"
7310checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7311dependencies = [
7312 "base64 0.21.7",
7313 "bytes 1.10.1",
7314 "headers-core",
7315 "http 0.2.12",
7316 "httpdate",
7317 "mime",
7318 "sha1",
7319]
7320
7321[[package]]
7322name = "headers-core"
7323version = "0.2.0"
7324source = "registry+https://github.com/rust-lang/crates.io-index"
7325checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7326dependencies = [
7327 "http 0.2.12",
7328]
7329
7330[[package]]
7331name = "heck"
7332version = "0.3.3"
7333source = "registry+https://github.com/rust-lang/crates.io-index"
7334checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7335dependencies = [
7336 "unicode-segmentation",
7337]
7338
7339[[package]]
7340name = "heck"
7341version = "0.4.1"
7342source = "registry+https://github.com/rust-lang/crates.io-index"
7343checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7344dependencies = [
7345 "unicode-segmentation",
7346]
7347
7348[[package]]
7349name = "heck"
7350version = "0.5.0"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7353
7354[[package]]
7355name = "heed"
7356version = "0.21.0"
7357source = "registry+https://github.com/rust-lang/crates.io-index"
7358checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7359dependencies = [
7360 "bitflags 2.9.0",
7361 "byteorder",
7362 "heed-traits",
7363 "heed-types",
7364 "libc",
7365 "lmdb-master-sys",
7366 "once_cell",
7367 "page_size",
7368 "serde",
7369 "synchronoise",
7370 "url",
7371]
7372
7373[[package]]
7374name = "heed-traits"
7375version = "0.20.0"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7378
7379[[package]]
7380name = "heed-types"
7381version = "0.21.0"
7382source = "registry+https://github.com/rust-lang/crates.io-index"
7383checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7384dependencies = [
7385 "bincode",
7386 "byteorder",
7387 "heed-traits",
7388 "serde",
7389 "serde_json",
7390]
7391
7392[[package]]
7393name = "hermit-abi"
7394version = "0.3.9"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7397
7398[[package]]
7399name = "hermit-abi"
7400version = "0.5.0"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7403
7404[[package]]
7405name = "hex"
7406version = "0.4.3"
7407source = "registry+https://github.com/rust-lang/crates.io-index"
7408checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7409
7410[[package]]
7411name = "hexf-parse"
7412version = "0.2.1"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7415
7416[[package]]
7417name = "hidden-trait"
7418version = "0.1.2"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7421dependencies = [
7422 "proc-macro2",
7423 "quote",
7424 "syn 1.0.109",
7425]
7426
7427[[package]]
7428name = "hkdf"
7429version = "0.12.4"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7432dependencies = [
7433 "hmac",
7434]
7435
7436[[package]]
7437name = "hmac"
7438version = "0.12.1"
7439source = "registry+https://github.com/rust-lang/crates.io-index"
7440checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7441dependencies = [
7442 "digest",
7443]
7444
7445[[package]]
7446name = "home"
7447version = "0.5.11"
7448source = "registry+https://github.com/rust-lang/crates.io-index"
7449checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7450dependencies = [
7451 "windows-sys 0.59.0",
7452]
7453
7454[[package]]
7455name = "hound"
7456version = "3.5.1"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7459
7460[[package]]
7461name = "html5ever"
7462version = "0.27.0"
7463source = "registry+https://github.com/rust-lang/crates.io-index"
7464checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7465dependencies = [
7466 "log",
7467 "mac",
7468 "markup5ever 0.12.1",
7469 "proc-macro2",
7470 "quote",
7471 "syn 2.0.101",
7472]
7473
7474[[package]]
7475name = "html5ever"
7476version = "0.31.0"
7477source = "registry+https://github.com/rust-lang/crates.io-index"
7478checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7479dependencies = [
7480 "log",
7481 "mac",
7482 "markup5ever 0.16.1",
7483 "match_token",
7484]
7485
7486[[package]]
7487name = "html_to_markdown"
7488version = "0.1.0"
7489dependencies = [
7490 "anyhow",
7491 "html5ever 0.27.0",
7492 "indoc",
7493 "markup5ever_rcdom",
7494 "pretty_assertions",
7495 "regex",
7496 "workspace-hack",
7497]
7498
7499[[package]]
7500name = "http"
7501version = "0.2.12"
7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7504dependencies = [
7505 "bytes 1.10.1",
7506 "fnv",
7507 "itoa",
7508]
7509
7510[[package]]
7511name = "http"
7512version = "1.3.1"
7513source = "registry+https://github.com/rust-lang/crates.io-index"
7514checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7515dependencies = [
7516 "bytes 1.10.1",
7517 "fnv",
7518 "itoa",
7519]
7520
7521[[package]]
7522name = "http-body"
7523version = "0.4.6"
7524source = "registry+https://github.com/rust-lang/crates.io-index"
7525checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7526dependencies = [
7527 "bytes 1.10.1",
7528 "http 0.2.12",
7529 "pin-project-lite",
7530]
7531
7532[[package]]
7533name = "http-body"
7534version = "1.0.1"
7535source = "registry+https://github.com/rust-lang/crates.io-index"
7536checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7537dependencies = [
7538 "bytes 1.10.1",
7539 "http 1.3.1",
7540]
7541
7542[[package]]
7543name = "http-body-util"
7544version = "0.1.3"
7545source = "registry+https://github.com/rust-lang/crates.io-index"
7546checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7547dependencies = [
7548 "bytes 1.10.1",
7549 "futures-core",
7550 "http 1.3.1",
7551 "http-body 1.0.1",
7552 "pin-project-lite",
7553]
7554
7555[[package]]
7556name = "http-range-header"
7557version = "0.3.1"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7560
7561[[package]]
7562name = "http_client"
7563version = "0.1.0"
7564dependencies = [
7565 "anyhow",
7566 "bytes 1.10.1",
7567 "derive_more",
7568 "futures 0.3.31",
7569 "http 1.3.1",
7570 "http-body 1.0.1",
7571 "log",
7572 "parking_lot",
7573 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
7574 "serde",
7575 "serde_json",
7576 "url",
7577 "workspace-hack",
7578]
7579
7580[[package]]
7581name = "http_client_tls"
7582version = "0.1.0"
7583dependencies = [
7584 "rustls 0.23.26",
7585 "rustls-platform-verifier",
7586 "workspace-hack",
7587]
7588
7589[[package]]
7590name = "httparse"
7591version = "1.10.1"
7592source = "registry+https://github.com/rust-lang/crates.io-index"
7593checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7594
7595[[package]]
7596name = "httpdate"
7597version = "1.0.3"
7598source = "registry+https://github.com/rust-lang/crates.io-index"
7599checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7600
7601[[package]]
7602name = "human_bytes"
7603version = "0.4.3"
7604source = "registry+https://github.com/rust-lang/crates.io-index"
7605checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7606
7607[[package]]
7608name = "humantime"
7609version = "2.2.0"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7612
7613[[package]]
7614name = "hyper"
7615version = "0.14.32"
7616source = "registry+https://github.com/rust-lang/crates.io-index"
7617checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7618dependencies = [
7619 "bytes 1.10.1",
7620 "futures-channel",
7621 "futures-core",
7622 "futures-util",
7623 "h2 0.3.26",
7624 "http 0.2.12",
7625 "http-body 0.4.6",
7626 "httparse",
7627 "httpdate",
7628 "itoa",
7629 "pin-project-lite",
7630 "socket2",
7631 "tokio",
7632 "tower-service",
7633 "tracing",
7634 "want",
7635]
7636
7637[[package]]
7638name = "hyper"
7639version = "1.6.0"
7640source = "registry+https://github.com/rust-lang/crates.io-index"
7641checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7642dependencies = [
7643 "bytes 1.10.1",
7644 "futures-channel",
7645 "futures-util",
7646 "h2 0.4.9",
7647 "http 1.3.1",
7648 "http-body 1.0.1",
7649 "httparse",
7650 "itoa",
7651 "pin-project-lite",
7652 "smallvec",
7653 "tokio",
7654 "want",
7655]
7656
7657[[package]]
7658name = "hyper-rustls"
7659version = "0.24.2"
7660source = "registry+https://github.com/rust-lang/crates.io-index"
7661checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7662dependencies = [
7663 "futures-util",
7664 "http 0.2.12",
7665 "hyper 0.14.32",
7666 "log",
7667 "rustls 0.21.12",
7668 "rustls-native-certs 0.6.3",
7669 "tokio",
7670 "tokio-rustls 0.24.1",
7671]
7672
7673[[package]]
7674name = "hyper-rustls"
7675version = "0.27.5"
7676source = "registry+https://github.com/rust-lang/crates.io-index"
7677checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7678dependencies = [
7679 "futures-util",
7680 "http 1.3.1",
7681 "hyper 1.6.0",
7682 "hyper-util",
7683 "rustls 0.23.26",
7684 "rustls-native-certs 0.8.1",
7685 "rustls-pki-types",
7686 "tokio",
7687 "tokio-rustls 0.26.2",
7688 "tower-service",
7689]
7690
7691[[package]]
7692name = "hyper-tls"
7693version = "0.5.0"
7694source = "registry+https://github.com/rust-lang/crates.io-index"
7695checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7696dependencies = [
7697 "bytes 1.10.1",
7698 "hyper 0.14.32",
7699 "native-tls",
7700 "tokio",
7701 "tokio-native-tls",
7702]
7703
7704[[package]]
7705name = "hyper-util"
7706version = "0.1.11"
7707source = "registry+https://github.com/rust-lang/crates.io-index"
7708checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7709dependencies = [
7710 "bytes 1.10.1",
7711 "futures-channel",
7712 "futures-util",
7713 "http 1.3.1",
7714 "http-body 1.0.1",
7715 "hyper 1.6.0",
7716 "libc",
7717 "pin-project-lite",
7718 "socket2",
7719 "tokio",
7720 "tower-service",
7721 "tracing",
7722]
7723
7724[[package]]
7725name = "iana-time-zone"
7726version = "0.1.63"
7727source = "registry+https://github.com/rust-lang/crates.io-index"
7728checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7729dependencies = [
7730 "android_system_properties",
7731 "core-foundation-sys",
7732 "iana-time-zone-haiku",
7733 "js-sys",
7734 "log",
7735 "wasm-bindgen",
7736 "windows-core 0.61.0",
7737]
7738
7739[[package]]
7740name = "iana-time-zone-haiku"
7741version = "0.1.2"
7742source = "registry+https://github.com/rust-lang/crates.io-index"
7743checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7744dependencies = [
7745 "cc",
7746]
7747
7748[[package]]
7749name = "icons"
7750version = "0.1.0"
7751dependencies = [
7752 "serde",
7753 "strum 0.27.1",
7754 "workspace-hack",
7755]
7756
7757[[package]]
7758name = "icu_collections"
7759version = "1.5.0"
7760source = "registry+https://github.com/rust-lang/crates.io-index"
7761checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7762dependencies = [
7763 "displaydoc",
7764 "yoke",
7765 "zerofrom",
7766 "zerovec",
7767]
7768
7769[[package]]
7770name = "icu_locid"
7771version = "1.5.0"
7772source = "registry+https://github.com/rust-lang/crates.io-index"
7773checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7774dependencies = [
7775 "displaydoc",
7776 "litemap",
7777 "tinystr",
7778 "writeable",
7779 "zerovec",
7780]
7781
7782[[package]]
7783name = "icu_locid_transform"
7784version = "1.5.0"
7785source = "registry+https://github.com/rust-lang/crates.io-index"
7786checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7787dependencies = [
7788 "displaydoc",
7789 "icu_locid",
7790 "icu_locid_transform_data",
7791 "icu_provider",
7792 "tinystr",
7793 "zerovec",
7794]
7795
7796[[package]]
7797name = "icu_locid_transform_data"
7798version = "1.5.1"
7799source = "registry+https://github.com/rust-lang/crates.io-index"
7800checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7801
7802[[package]]
7803name = "icu_normalizer"
7804version = "1.5.0"
7805source = "registry+https://github.com/rust-lang/crates.io-index"
7806checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7807dependencies = [
7808 "displaydoc",
7809 "icu_collections",
7810 "icu_normalizer_data",
7811 "icu_properties",
7812 "icu_provider",
7813 "smallvec",
7814 "utf16_iter",
7815 "utf8_iter",
7816 "write16",
7817 "zerovec",
7818]
7819
7820[[package]]
7821name = "icu_normalizer_data"
7822version = "1.5.1"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7825
7826[[package]]
7827name = "icu_properties"
7828version = "1.5.1"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7831dependencies = [
7832 "displaydoc",
7833 "icu_collections",
7834 "icu_locid_transform",
7835 "icu_properties_data",
7836 "icu_provider",
7837 "tinystr",
7838 "zerovec",
7839]
7840
7841[[package]]
7842name = "icu_properties_data"
7843version = "1.5.1"
7844source = "registry+https://github.com/rust-lang/crates.io-index"
7845checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7846
7847[[package]]
7848name = "icu_provider"
7849version = "1.5.0"
7850source = "registry+https://github.com/rust-lang/crates.io-index"
7851checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7852dependencies = [
7853 "displaydoc",
7854 "icu_locid",
7855 "icu_provider_macros",
7856 "stable_deref_trait",
7857 "tinystr",
7858 "writeable",
7859 "yoke",
7860 "zerofrom",
7861 "zerovec",
7862]
7863
7864[[package]]
7865name = "icu_provider_macros"
7866version = "1.5.0"
7867source = "registry+https://github.com/rust-lang/crates.io-index"
7868checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7869dependencies = [
7870 "proc-macro2",
7871 "quote",
7872 "syn 2.0.101",
7873]
7874
7875[[package]]
7876name = "id-arena"
7877version = "2.2.1"
7878source = "registry+https://github.com/rust-lang/crates.io-index"
7879checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7880
7881[[package]]
7882name = "ident_case"
7883version = "1.0.1"
7884source = "registry+https://github.com/rust-lang/crates.io-index"
7885checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7886
7887[[package]]
7888name = "idna"
7889version = "1.0.3"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7892dependencies = [
7893 "idna_adapter",
7894 "smallvec",
7895 "utf8_iter",
7896]
7897
7898[[package]]
7899name = "idna_adapter"
7900version = "1.2.0"
7901source = "registry+https://github.com/rust-lang/crates.io-index"
7902checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7903dependencies = [
7904 "icu_normalizer",
7905 "icu_properties",
7906]
7907
7908[[package]]
7909name = "ignore"
7910version = "0.4.23"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7913dependencies = [
7914 "crossbeam-deque",
7915 "globset",
7916 "log",
7917 "memchr",
7918 "regex-automata",
7919 "same-file",
7920 "walkdir",
7921 "winapi-util",
7922]
7923
7924[[package]]
7925name = "image"
7926version = "0.25.6"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7929dependencies = [
7930 "bytemuck",
7931 "byteorder-lite",
7932 "color_quant",
7933 "exr",
7934 "gif",
7935 "image-webp",
7936 "num-traits",
7937 "png",
7938 "qoi",
7939 "ravif",
7940 "rayon",
7941 "rgb",
7942 "tiff",
7943 "zune-core",
7944 "zune-jpeg",
7945]
7946
7947[[package]]
7948name = "image-webp"
7949version = "0.2.1"
7950source = "registry+https://github.com/rust-lang/crates.io-index"
7951checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7952dependencies = [
7953 "byteorder-lite",
7954 "quick-error",
7955]
7956
7957[[package]]
7958name = "image_viewer"
7959version = "0.1.0"
7960dependencies = [
7961 "anyhow",
7962 "db",
7963 "editor",
7964 "file_icons",
7965 "gpui",
7966 "language",
7967 "log",
7968 "project",
7969 "serde",
7970 "settings",
7971 "theme",
7972 "ui",
7973 "util",
7974 "workspace",
7975 "workspace-hack",
7976]
7977
7978[[package]]
7979name = "imagesize"
7980version = "0.13.0"
7981source = "registry+https://github.com/rust-lang/crates.io-index"
7982checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7983
7984[[package]]
7985name = "imara-diff"
7986version = "0.1.8"
7987source = "registry+https://github.com/rust-lang/crates.io-index"
7988checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7989dependencies = [
7990 "hashbrown 0.15.3",
7991]
7992
7993[[package]]
7994name = "imgref"
7995version = "1.11.0"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
7998
7999[[package]]
8000name = "indexmap"
8001version = "1.9.3"
8002source = "registry+https://github.com/rust-lang/crates.io-index"
8003checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8004dependencies = [
8005 "autocfg",
8006 "hashbrown 0.12.3",
8007 "serde",
8008]
8009
8010[[package]]
8011name = "indexmap"
8012version = "2.9.0"
8013source = "registry+https://github.com/rust-lang/crates.io-index"
8014checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8015dependencies = [
8016 "equivalent",
8017 "hashbrown 0.15.3",
8018 "serde",
8019]
8020
8021[[package]]
8022name = "indoc"
8023version = "2.0.6"
8024source = "registry+https://github.com/rust-lang/crates.io-index"
8025checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8026
8027[[package]]
8028name = "inherent"
8029version = "1.0.12"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8032dependencies = [
8033 "proc-macro2",
8034 "quote",
8035 "syn 2.0.101",
8036]
8037
8038[[package]]
8039name = "inotify"
8040version = "0.9.6"
8041source = "registry+https://github.com/rust-lang/crates.io-index"
8042checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8043dependencies = [
8044 "bitflags 1.3.2",
8045 "inotify-sys",
8046 "libc",
8047]
8048
8049[[package]]
8050name = "inotify"
8051version = "0.11.0"
8052source = "registry+https://github.com/rust-lang/crates.io-index"
8053checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8054dependencies = [
8055 "bitflags 2.9.0",
8056 "inotify-sys",
8057 "libc",
8058]
8059
8060[[package]]
8061name = "inotify-sys"
8062version = "0.1.5"
8063source = "registry+https://github.com/rust-lang/crates.io-index"
8064checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8065dependencies = [
8066 "libc",
8067]
8068
8069[[package]]
8070name = "inout"
8071version = "0.1.4"
8072source = "registry+https://github.com/rust-lang/crates.io-index"
8073checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8074dependencies = [
8075 "block-padding",
8076 "generic-array",
8077]
8078
8079[[package]]
8080name = "inspector_ui"
8081version = "0.1.0"
8082dependencies = [
8083 "anyhow",
8084 "command_palette_hooks",
8085 "editor",
8086 "fuzzy",
8087 "gpui",
8088 "language",
8089 "project",
8090 "serde_json",
8091 "serde_json_lenient",
8092 "theme",
8093 "ui",
8094 "util",
8095 "util_macros",
8096 "workspace",
8097 "workspace-hack",
8098 "zed_actions",
8099]
8100
8101[[package]]
8102name = "install_cli"
8103version = "0.1.0"
8104dependencies = [
8105 "anyhow",
8106 "client",
8107 "gpui",
8108 "release_channel",
8109 "smol",
8110 "util",
8111 "workspace",
8112 "workspace-hack",
8113]
8114
8115[[package]]
8116name = "instant"
8117version = "0.1.13"
8118source = "registry+https://github.com/rust-lang/crates.io-index"
8119checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8120dependencies = [
8121 "cfg-if",
8122]
8123
8124[[package]]
8125name = "interpolate_name"
8126version = "0.2.4"
8127source = "registry+https://github.com/rust-lang/crates.io-index"
8128checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8129dependencies = [
8130 "proc-macro2",
8131 "quote",
8132 "syn 2.0.101",
8133]
8134
8135[[package]]
8136name = "inventory"
8137version = "0.3.20"
8138source = "registry+https://github.com/rust-lang/crates.io-index"
8139checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8140dependencies = [
8141 "rustversion",
8142]
8143
8144[[package]]
8145name = "io-extras"
8146version = "0.18.4"
8147source = "registry+https://github.com/rust-lang/crates.io-index"
8148checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8149dependencies = [
8150 "io-lifetimes",
8151 "windows-sys 0.59.0",
8152]
8153
8154[[package]]
8155name = "io-lifetimes"
8156version = "2.0.4"
8157source = "registry+https://github.com/rust-lang/crates.io-index"
8158checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8159
8160[[package]]
8161name = "io-surface"
8162version = "0.16.0"
8163source = "registry+https://github.com/rust-lang/crates.io-index"
8164checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8165dependencies = [
8166 "cgl",
8167 "core-foundation 0.10.0",
8168 "core-foundation-sys",
8169 "leaky-cow",
8170 "libc",
8171]
8172
8173[[package]]
8174name = "iovec"
8175version = "0.1.4"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8178dependencies = [
8179 "libc",
8180]
8181
8182[[package]]
8183name = "ipc-channel"
8184version = "0.19.0"
8185source = "registry+https://github.com/rust-lang/crates.io-index"
8186checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8187dependencies = [
8188 "bincode",
8189 "crossbeam-channel",
8190 "fnv",
8191 "lazy_static",
8192 "libc",
8193 "mio 1.0.3",
8194 "rand 0.8.5",
8195 "serde",
8196 "tempfile",
8197 "uuid",
8198 "windows 0.58.0",
8199]
8200
8201[[package]]
8202name = "ipnet"
8203version = "2.11.0"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8206
8207[[package]]
8208name = "is-docker"
8209version = "0.2.0"
8210source = "registry+https://github.com/rust-lang/crates.io-index"
8211checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8212dependencies = [
8213 "once_cell",
8214]
8215
8216[[package]]
8217name = "is-terminal"
8218version = "0.4.16"
8219source = "registry+https://github.com/rust-lang/crates.io-index"
8220checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8221dependencies = [
8222 "hermit-abi 0.5.0",
8223 "libc",
8224 "windows-sys 0.59.0",
8225]
8226
8227[[package]]
8228name = "is-wsl"
8229version = "0.4.0"
8230source = "registry+https://github.com/rust-lang/crates.io-index"
8231checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8232dependencies = [
8233 "is-docker",
8234 "once_cell",
8235]
8236
8237[[package]]
8238name = "is_terminal_polyfill"
8239version = "1.70.1"
8240source = "registry+https://github.com/rust-lang/crates.io-index"
8241checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8242
8243[[package]]
8244name = "itertools"
8245version = "0.10.5"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8248dependencies = [
8249 "either",
8250]
8251
8252[[package]]
8253name = "itertools"
8254version = "0.11.0"
8255source = "registry+https://github.com/rust-lang/crates.io-index"
8256checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8257dependencies = [
8258 "either",
8259]
8260
8261[[package]]
8262name = "itertools"
8263version = "0.12.1"
8264source = "registry+https://github.com/rust-lang/crates.io-index"
8265checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8266dependencies = [
8267 "either",
8268]
8269
8270[[package]]
8271name = "itertools"
8272version = "0.13.0"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8275dependencies = [
8276 "either",
8277]
8278
8279[[package]]
8280name = "itertools"
8281version = "0.14.0"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8284dependencies = [
8285 "either",
8286]
8287
8288[[package]]
8289name = "itoa"
8290version = "1.0.15"
8291source = "registry+https://github.com/rust-lang/crates.io-index"
8292checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8293
8294[[package]]
8295name = "jiff"
8296version = "0.2.10"
8297source = "registry+https://github.com/rust-lang/crates.io-index"
8298checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8299dependencies = [
8300 "jiff-static",
8301 "log",
8302 "portable-atomic",
8303 "portable-atomic-util",
8304 "serde",
8305]
8306
8307[[package]]
8308name = "jiff-static"
8309version = "0.2.10"
8310source = "registry+https://github.com/rust-lang/crates.io-index"
8311checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8312dependencies = [
8313 "proc-macro2",
8314 "quote",
8315 "syn 2.0.101",
8316]
8317
8318[[package]]
8319name = "jni"
8320version = "0.21.1"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8323dependencies = [
8324 "cesu8",
8325 "cfg-if",
8326 "combine",
8327 "jni-sys",
8328 "log",
8329 "thiserror 1.0.69",
8330 "walkdir",
8331 "windows-sys 0.45.0",
8332]
8333
8334[[package]]
8335name = "jni-sys"
8336version = "0.3.0"
8337source = "registry+https://github.com/rust-lang/crates.io-index"
8338checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8339
8340[[package]]
8341name = "jobserver"
8342version = "0.1.33"
8343source = "registry+https://github.com/rust-lang/crates.io-index"
8344checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8345dependencies = [
8346 "getrandom 0.3.2",
8347 "libc",
8348]
8349
8350[[package]]
8351name = "journal"
8352version = "0.1.0"
8353dependencies = [
8354 "anyhow",
8355 "chrono",
8356 "editor",
8357 "gpui",
8358 "log",
8359 "serde",
8360 "settings",
8361 "shellexpand 2.1.2",
8362 "workspace",
8363 "workspace-hack",
8364]
8365
8366[[package]]
8367name = "jpeg-decoder"
8368version = "0.3.1"
8369source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8371
8372[[package]]
8373name = "js-sys"
8374version = "0.3.77"
8375source = "registry+https://github.com/rust-lang/crates.io-index"
8376checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8377dependencies = [
8378 "once_cell",
8379 "wasm-bindgen",
8380]
8381
8382[[package]]
8383name = "json_dotpath"
8384version = "1.1.0"
8385source = "registry+https://github.com/rust-lang/crates.io-index"
8386checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8387dependencies = [
8388 "serde",
8389 "serde_derive",
8390 "serde_json",
8391 "thiserror 1.0.69",
8392]
8393
8394[[package]]
8395name = "json_schema_store"
8396version = "0.1.0"
8397dependencies = [
8398 "anyhow",
8399 "dap",
8400 "extension",
8401 "gpui",
8402 "language",
8403 "paths",
8404 "project",
8405 "schemars 1.0.1",
8406 "serde",
8407 "serde_json",
8408 "settings",
8409 "snippet_provider",
8410 "task",
8411 "theme",
8412 "util",
8413 "workspace-hack",
8414]
8415
8416[[package]]
8417name = "jsonschema"
8418version = "0.30.0"
8419source = "registry+https://github.com/rust-lang/crates.io-index"
8420checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8421dependencies = [
8422 "ahash 0.8.11",
8423 "base64 0.22.1",
8424 "bytecount",
8425 "email_address",
8426 "fancy-regex 0.14.0",
8427 "fraction",
8428 "idna",
8429 "itoa",
8430 "num-cmp",
8431 "num-traits",
8432 "once_cell",
8433 "percent-encoding",
8434 "referencing",
8435 "regex",
8436 "regex-syntax",
8437 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8438 "serde",
8439 "serde_json",
8440 "uuid-simd",
8441]
8442
8443[[package]]
8444name = "jsonwebtoken"
8445version = "9.3.1"
8446source = "registry+https://github.com/rust-lang/crates.io-index"
8447checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8448dependencies = [
8449 "base64 0.22.1",
8450 "js-sys",
8451 "pem",
8452 "ring",
8453 "serde",
8454 "serde_json",
8455 "simple_asn1",
8456]
8457
8458[[package]]
8459name = "jupyter-protocol"
8460version = "0.6.0"
8461source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8462dependencies = [
8463 "anyhow",
8464 "async-trait",
8465 "bytes 1.10.1",
8466 "chrono",
8467 "futures 0.3.31",
8468 "serde",
8469 "serde_json",
8470 "uuid",
8471]
8472
8473[[package]]
8474name = "jupyter-websocket-client"
8475version = "0.9.0"
8476source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8477dependencies = [
8478 "anyhow",
8479 "async-trait",
8480 "async-tungstenite",
8481 "futures 0.3.31",
8482 "jupyter-protocol",
8483 "serde",
8484 "serde_json",
8485 "url",
8486 "uuid",
8487]
8488
8489[[package]]
8490name = "keymap_editor"
8491version = "0.1.0"
8492dependencies = [
8493 "anyhow",
8494 "collections",
8495 "command_palette",
8496 "component",
8497 "db",
8498 "editor",
8499 "fs",
8500 "fuzzy",
8501 "gpui",
8502 "itertools 0.14.0",
8503 "json_schema_store",
8504 "language",
8505 "log",
8506 "menu",
8507 "notifications",
8508 "paths",
8509 "project",
8510 "search",
8511 "serde",
8512 "serde_json",
8513 "settings",
8514 "telemetry",
8515 "tempfile",
8516 "theme",
8517 "tree-sitter-json",
8518 "tree-sitter-rust",
8519 "ui",
8520 "ui_input",
8521 "util",
8522 "vim",
8523 "workspace",
8524 "workspace-hack",
8525 "zed_actions",
8526]
8527
8528[[package]]
8529name = "khronos-egl"
8530version = "6.0.0"
8531source = "registry+https://github.com/rust-lang/crates.io-index"
8532checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8533dependencies = [
8534 "libc",
8535 "libloading",
8536]
8537
8538[[package]]
8539name = "kqueue"
8540version = "1.0.8"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8543dependencies = [
8544 "kqueue-sys",
8545 "libc",
8546]
8547
8548[[package]]
8549name = "kqueue-sys"
8550version = "1.0.4"
8551source = "registry+https://github.com/rust-lang/crates.io-index"
8552checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8553dependencies = [
8554 "bitflags 1.3.2",
8555 "libc",
8556]
8557
8558[[package]]
8559name = "kurbo"
8560version = "0.11.1"
8561source = "registry+https://github.com/rust-lang/crates.io-index"
8562checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8563dependencies = [
8564 "arrayvec",
8565 "smallvec",
8566]
8567
8568[[package]]
8569name = "kv-log-macro"
8570version = "1.0.7"
8571source = "registry+https://github.com/rust-lang/crates.io-index"
8572checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8573dependencies = [
8574 "log",
8575]
8576
8577[[package]]
8578name = "language"
8579version = "0.1.0"
8580dependencies = [
8581 "anyhow",
8582 "async-trait",
8583 "clock",
8584 "collections",
8585 "ctor",
8586 "diffy",
8587 "ec4rs",
8588 "fs",
8589 "futures 0.3.31",
8590 "fuzzy",
8591 "globset",
8592 "gpui",
8593 "http_client",
8594 "imara-diff",
8595 "indoc",
8596 "itertools 0.14.0",
8597 "log",
8598 "lsp",
8599 "parking_lot",
8600 "postage",
8601 "pretty_assertions",
8602 "rand 0.9.1",
8603 "regex",
8604 "rpc",
8605 "schemars 1.0.1",
8606 "serde",
8607 "serde_json",
8608 "settings",
8609 "shellexpand 2.1.2",
8610 "smallvec",
8611 "smol",
8612 "streaming-iterator",
8613 "strsim",
8614 "sum_tree",
8615 "task",
8616 "text",
8617 "theme",
8618 "toml 0.8.20",
8619 "tree-sitter",
8620 "tree-sitter-elixir",
8621 "tree-sitter-embedded-template",
8622 "tree-sitter-heex",
8623 "tree-sitter-html",
8624 "tree-sitter-json",
8625 "tree-sitter-md",
8626 "tree-sitter-python",
8627 "tree-sitter-ruby",
8628 "tree-sitter-rust",
8629 "tree-sitter-typescript",
8630 "unicase",
8631 "unindent",
8632 "util",
8633 "watch",
8634 "workspace-hack",
8635 "zlog",
8636]
8637
8638[[package]]
8639name = "language_extension"
8640version = "0.1.0"
8641dependencies = [
8642 "anyhow",
8643 "async-trait",
8644 "collections",
8645 "extension",
8646 "fs",
8647 "futures 0.3.31",
8648 "gpui",
8649 "language",
8650 "log",
8651 "lsp",
8652 "project",
8653 "serde",
8654 "serde_json",
8655 "util",
8656 "workspace-hack",
8657]
8658
8659[[package]]
8660name = "language_model"
8661version = "0.1.0"
8662dependencies = [
8663 "anthropic",
8664 "anyhow",
8665 "base64 0.22.1",
8666 "client",
8667 "cloud_api_types",
8668 "cloud_llm_client",
8669 "collections",
8670 "futures 0.3.31",
8671 "gpui",
8672 "http_client",
8673 "icons",
8674 "image",
8675 "log",
8676 "open_router",
8677 "parking_lot",
8678 "proto",
8679 "schemars 1.0.1",
8680 "serde",
8681 "serde_json",
8682 "settings",
8683 "smol",
8684 "telemetry_events",
8685 "thiserror 2.0.12",
8686 "util",
8687 "workspace-hack",
8688]
8689
8690[[package]]
8691name = "language_models"
8692version = "0.1.0"
8693dependencies = [
8694 "ai_onboarding",
8695 "anthropic",
8696 "anyhow",
8697 "aws-config",
8698 "aws-credential-types",
8699 "aws_http_client",
8700 "bedrock",
8701 "chrono",
8702 "client",
8703 "cloud_llm_client",
8704 "collections",
8705 "component",
8706 "convert_case 0.8.0",
8707 "copilot",
8708 "credentials_provider",
8709 "deepseek",
8710 "editor",
8711 "fs",
8712 "futures 0.3.31",
8713 "google_ai",
8714 "gpui",
8715 "gpui_tokio",
8716 "http_client",
8717 "language",
8718 "language_model",
8719 "lmstudio",
8720 "log",
8721 "menu",
8722 "mistral",
8723 "ollama",
8724 "open_ai",
8725 "open_router",
8726 "partial-json-fixer",
8727 "project",
8728 "release_channel",
8729 "schemars 1.0.1",
8730 "serde",
8731 "serde_json",
8732 "settings",
8733 "smol",
8734 "strum 0.27.1",
8735 "thiserror 2.0.12",
8736 "tiktoken-rs",
8737 "tokio",
8738 "ui",
8739 "ui_input",
8740 "util",
8741 "vercel",
8742 "workspace-hack",
8743 "x_ai",
8744 "zed_env_vars",
8745]
8746
8747[[package]]
8748name = "language_onboarding"
8749version = "0.1.0"
8750dependencies = [
8751 "db",
8752 "editor",
8753 "gpui",
8754 "project",
8755 "ui",
8756 "workspace",
8757 "workspace-hack",
8758]
8759
8760[[package]]
8761name = "language_selector"
8762version = "0.1.0"
8763dependencies = [
8764 "anyhow",
8765 "editor",
8766 "file_finder",
8767 "file_icons",
8768 "fuzzy",
8769 "gpui",
8770 "language",
8771 "picker",
8772 "project",
8773 "settings",
8774 "ui",
8775 "util",
8776 "workspace",
8777 "workspace-hack",
8778]
8779
8780[[package]]
8781name = "language_tools"
8782version = "0.1.0"
8783dependencies = [
8784 "anyhow",
8785 "client",
8786 "collections",
8787 "command_palette_hooks",
8788 "copilot",
8789 "editor",
8790 "futures 0.3.31",
8791 "gpui",
8792 "itertools 0.14.0",
8793 "language",
8794 "lsp",
8795 "project",
8796 "proto",
8797 "release_channel",
8798 "serde_json",
8799 "settings",
8800 "theme",
8801 "tree-sitter",
8802 "ui",
8803 "util",
8804 "workspace",
8805 "workspace-hack",
8806 "zed_actions",
8807 "zlog",
8808]
8809
8810[[package]]
8811name = "languages"
8812version = "0.1.0"
8813dependencies = [
8814 "anyhow",
8815 "async-compression",
8816 "async-fs",
8817 "async-tar",
8818 "async-trait",
8819 "chrono",
8820 "collections",
8821 "futures 0.3.31",
8822 "gpui",
8823 "http_client",
8824 "itertools 0.14.0",
8825 "json_schema_store",
8826 "language",
8827 "log",
8828 "lsp",
8829 "node_runtime",
8830 "parking_lot",
8831 "pet",
8832 "pet-conda",
8833 "pet-core",
8834 "pet-fs",
8835 "pet-poetry",
8836 "pet-reporter",
8837 "pet-virtualenv",
8838 "pretty_assertions",
8839 "project",
8840 "regex",
8841 "rope",
8842 "rust-embed",
8843 "serde",
8844 "serde_json",
8845 "serde_json_lenient",
8846 "settings",
8847 "sha2",
8848 "shlex",
8849 "smol",
8850 "task",
8851 "tempfile",
8852 "text",
8853 "theme",
8854 "toml 0.8.20",
8855 "tree-sitter",
8856 "tree-sitter-bash",
8857 "tree-sitter-c",
8858 "tree-sitter-cpp",
8859 "tree-sitter-css",
8860 "tree-sitter-diff",
8861 "tree-sitter-gitcommit",
8862 "tree-sitter-go",
8863 "tree-sitter-gomod",
8864 "tree-sitter-gowork",
8865 "tree-sitter-jsdoc",
8866 "tree-sitter-json",
8867 "tree-sitter-md",
8868 "tree-sitter-python",
8869 "tree-sitter-regex",
8870 "tree-sitter-rust",
8871 "tree-sitter-typescript",
8872 "tree-sitter-yaml",
8873 "unindent",
8874 "url",
8875 "util",
8876 "workspace",
8877 "workspace-hack",
8878]
8879
8880[[package]]
8881name = "lazy_static"
8882version = "1.5.0"
8883source = "registry+https://github.com/rust-lang/crates.io-index"
8884checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8885dependencies = [
8886 "spin",
8887]
8888
8889[[package]]
8890name = "lazycell"
8891version = "1.3.0"
8892source = "registry+https://github.com/rust-lang/crates.io-index"
8893checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8894
8895[[package]]
8896name = "leak"
8897version = "0.1.2"
8898source = "registry+https://github.com/rust-lang/crates.io-index"
8899checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8900
8901[[package]]
8902name = "leaky-cow"
8903version = "0.1.1"
8904source = "registry+https://github.com/rust-lang/crates.io-index"
8905checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8906dependencies = [
8907 "leak",
8908]
8909
8910[[package]]
8911name = "leb128"
8912version = "0.2.5"
8913source = "registry+https://github.com/rust-lang/crates.io-index"
8914checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8915
8916[[package]]
8917name = "leb128fmt"
8918version = "0.1.0"
8919source = "registry+https://github.com/rust-lang/crates.io-index"
8920checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8921
8922[[package]]
8923name = "lebe"
8924version = "0.5.2"
8925source = "registry+https://github.com/rust-lang/crates.io-index"
8926checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8927
8928[[package]]
8929name = "libc"
8930version = "0.2.172"
8931source = "registry+https://github.com/rust-lang/crates.io-index"
8932checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8933
8934[[package]]
8935name = "libdbus-sys"
8936version = "0.2.5"
8937source = "registry+https://github.com/rust-lang/crates.io-index"
8938checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8939dependencies = [
8940 "cc",
8941 "pkg-config",
8942]
8943
8944[[package]]
8945name = "libfuzzer-sys"
8946version = "0.4.9"
8947source = "registry+https://github.com/rust-lang/crates.io-index"
8948checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
8949dependencies = [
8950 "arbitrary",
8951 "cc",
8952]
8953
8954[[package]]
8955name = "libgit2-sys"
8956version = "0.18.1+1.9.0"
8957source = "registry+https://github.com/rust-lang/crates.io-index"
8958checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
8959dependencies = [
8960 "cc",
8961 "libc",
8962 "libz-sys",
8963 "pkg-config",
8964]
8965
8966[[package]]
8967name = "libloading"
8968version = "0.8.6"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
8971dependencies = [
8972 "cfg-if",
8973 "windows-targets 0.52.6",
8974]
8975
8976[[package]]
8977name = "libm"
8978version = "0.2.11"
8979source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
8981
8982[[package]]
8983name = "libmimalloc-sys"
8984version = "0.1.42"
8985source = "registry+https://github.com/rust-lang/crates.io-index"
8986checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
8987dependencies = [
8988 "cc",
8989 "libc",
8990]
8991
8992[[package]]
8993name = "libredox"
8994version = "0.1.3"
8995source = "registry+https://github.com/rust-lang/crates.io-index"
8996checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
8997dependencies = [
8998 "bitflags 2.9.0",
8999 "libc",
9000 "redox_syscall 0.5.11",
9001]
9002
9003[[package]]
9004name = "libsqlite3-sys"
9005version = "0.30.1"
9006source = "registry+https://github.com/rust-lang/crates.io-index"
9007checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9008dependencies = [
9009 "cc",
9010 "pkg-config",
9011 "vcpkg",
9012]
9013
9014[[package]]
9015name = "libwebrtc"
9016version = "0.3.10"
9017source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9018dependencies = [
9019 "cxx",
9020 "jni",
9021 "js-sys",
9022 "lazy_static",
9023 "livekit-protocol",
9024 "livekit-runtime",
9025 "log",
9026 "parking_lot",
9027 "serde",
9028 "serde_json",
9029 "thiserror 1.0.69",
9030 "tokio",
9031 "wasm-bindgen",
9032 "wasm-bindgen-futures",
9033 "web-sys",
9034 "webrtc-sys",
9035]
9036
9037[[package]]
9038name = "libz-sys"
9039version = "1.1.22"
9040source = "registry+https://github.com/rust-lang/crates.io-index"
9041checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9042dependencies = [
9043 "cc",
9044 "libc",
9045 "pkg-config",
9046 "vcpkg",
9047]
9048
9049[[package]]
9050name = "line_ending_selector"
9051version = "0.1.0"
9052dependencies = [
9053 "editor",
9054 "gpui",
9055 "language",
9056 "picker",
9057 "project",
9058 "ui",
9059 "util",
9060 "workspace",
9061 "workspace-hack",
9062]
9063
9064[[package]]
9065name = "link-cplusplus"
9066version = "1.0.10"
9067source = "registry+https://github.com/rust-lang/crates.io-index"
9068checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9069dependencies = [
9070 "cc",
9071]
9072
9073[[package]]
9074name = "linkify"
9075version = "0.10.0"
9076source = "registry+https://github.com/rust-lang/crates.io-index"
9077checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9078dependencies = [
9079 "memchr",
9080]
9081
9082[[package]]
9083name = "linux-raw-sys"
9084version = "0.4.15"
9085source = "registry+https://github.com/rust-lang/crates.io-index"
9086checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9087
9088[[package]]
9089name = "linux-raw-sys"
9090version = "0.9.4"
9091source = "registry+https://github.com/rust-lang/crates.io-index"
9092checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9093
9094[[package]]
9095name = "litemap"
9096version = "0.7.5"
9097source = "registry+https://github.com/rust-lang/crates.io-index"
9098checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9099
9100[[package]]
9101name = "livekit"
9102version = "0.7.8"
9103source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9104dependencies = [
9105 "chrono",
9106 "futures-util",
9107 "lazy_static",
9108 "libloading",
9109 "libwebrtc",
9110 "livekit-api",
9111 "livekit-protocol",
9112 "livekit-runtime",
9113 "log",
9114 "parking_lot",
9115 "prost 0.12.6",
9116 "semver",
9117 "serde",
9118 "serde_json",
9119 "thiserror 1.0.69",
9120 "tokio",
9121]
9122
9123[[package]]
9124name = "livekit-api"
9125version = "0.4.2"
9126source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9127dependencies = [
9128 "futures-util",
9129 "http 0.2.12",
9130 "livekit-protocol",
9131 "livekit-runtime",
9132 "log",
9133 "parking_lot",
9134 "pbjson-types",
9135 "prost 0.12.6",
9136 "rand 0.9.1",
9137 "reqwest 0.11.27",
9138 "scopeguard",
9139 "serde",
9140 "sha2",
9141 "thiserror 1.0.69",
9142 "tokio",
9143 "tokio-tungstenite 0.26.2",
9144 "url",
9145]
9146
9147[[package]]
9148name = "livekit-protocol"
9149version = "0.3.9"
9150source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9151dependencies = [
9152 "futures-util",
9153 "livekit-runtime",
9154 "parking_lot",
9155 "pbjson",
9156 "pbjson-types",
9157 "prost 0.12.6",
9158 "prost-types 0.12.6",
9159 "serde",
9160 "thiserror 1.0.69",
9161 "tokio",
9162]
9163
9164[[package]]
9165name = "livekit-runtime"
9166version = "0.4.0"
9167source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9168dependencies = [
9169 "tokio",
9170 "tokio-stream",
9171]
9172
9173[[package]]
9174name = "livekit_api"
9175version = "0.1.0"
9176dependencies = [
9177 "anyhow",
9178 "async-trait",
9179 "jsonwebtoken",
9180 "log",
9181 "prost 0.9.0",
9182 "prost-build 0.9.0",
9183 "prost-types 0.9.0",
9184 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9185 "serde",
9186 "workspace-hack",
9187]
9188
9189[[package]]
9190name = "livekit_client"
9191version = "0.1.0"
9192dependencies = [
9193 "anyhow",
9194 "async-trait",
9195 "audio",
9196 "collections",
9197 "core-foundation 0.10.0",
9198 "core-video",
9199 "coreaudio-rs 0.12.1",
9200 "cpal",
9201 "futures 0.3.31",
9202 "gpui",
9203 "gpui_tokio",
9204 "http_client_tls",
9205 "image",
9206 "libwebrtc",
9207 "livekit",
9208 "livekit_api",
9209 "log",
9210 "nanoid",
9211 "objc",
9212 "parking_lot",
9213 "postage",
9214 "rodio",
9215 "scap",
9216 "serde",
9217 "serde_json",
9218 "serde_urlencoded",
9219 "settings",
9220 "sha2",
9221 "simplelog",
9222 "smallvec",
9223 "tokio-tungstenite 0.26.2",
9224 "ui",
9225 "util",
9226 "workspace-hack",
9227]
9228
9229[[package]]
9230name = "lmdb-master-sys"
9231version = "0.2.5"
9232source = "registry+https://github.com/rust-lang/crates.io-index"
9233checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9234dependencies = [
9235 "cc",
9236 "doxygen-rs",
9237 "libc",
9238]
9239
9240[[package]]
9241name = "lmstudio"
9242version = "0.1.0"
9243dependencies = [
9244 "anyhow",
9245 "futures 0.3.31",
9246 "http_client",
9247 "schemars 1.0.1",
9248 "serde",
9249 "serde_json",
9250 "workspace-hack",
9251]
9252
9253[[package]]
9254name = "lock_api"
9255version = "0.4.13"
9256source = "registry+https://github.com/rust-lang/crates.io-index"
9257checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9258dependencies = [
9259 "autocfg",
9260 "scopeguard",
9261]
9262
9263[[package]]
9264name = "log"
9265version = "0.4.27"
9266source = "registry+https://github.com/rust-lang/crates.io-index"
9267checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9268dependencies = [
9269 "serde",
9270 "value-bag",
9271]
9272
9273[[package]]
9274name = "loom"
9275version = "0.7.2"
9276source = "registry+https://github.com/rust-lang/crates.io-index"
9277checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9278dependencies = [
9279 "cfg-if",
9280 "generator",
9281 "scoped-tls",
9282 "tracing",
9283 "tracing-subscriber",
9284]
9285
9286[[package]]
9287name = "loop9"
9288version = "0.1.5"
9289source = "registry+https://github.com/rust-lang/crates.io-index"
9290checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9291dependencies = [
9292 "imgref",
9293]
9294
9295[[package]]
9296name = "lru"
9297version = "0.12.5"
9298source = "registry+https://github.com/rust-lang/crates.io-index"
9299checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9300dependencies = [
9301 "hashbrown 0.15.3",
9302]
9303
9304[[package]]
9305name = "lsp"
9306version = "0.1.0"
9307dependencies = [
9308 "anyhow",
9309 "async-pipe",
9310 "collections",
9311 "ctor",
9312 "futures 0.3.31",
9313 "gpui",
9314 "log",
9315 "lsp-types",
9316 "parking_lot",
9317 "postage",
9318 "release_channel",
9319 "schemars 1.0.1",
9320 "serde",
9321 "serde_json",
9322 "smol",
9323 "util",
9324 "workspace-hack",
9325 "zlog",
9326]
9327
9328[[package]]
9329name = "lsp-types"
9330version = "0.95.1"
9331source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9332dependencies = [
9333 "bitflags 1.3.2",
9334 "serde",
9335 "serde_json",
9336 "url",
9337]
9338
9339[[package]]
9340name = "lyon"
9341version = "1.0.1"
9342source = "registry+https://github.com/rust-lang/crates.io-index"
9343checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9344dependencies = [
9345 "lyon_algorithms",
9346 "lyon_extra",
9347 "lyon_tessellation",
9348]
9349
9350[[package]]
9351name = "lyon_algorithms"
9352version = "1.0.5"
9353source = "registry+https://github.com/rust-lang/crates.io-index"
9354checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9355dependencies = [
9356 "lyon_path",
9357 "num-traits",
9358]
9359
9360[[package]]
9361name = "lyon_extra"
9362version = "1.0.3"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9365dependencies = [
9366 "lyon_path",
9367 "thiserror 1.0.69",
9368]
9369
9370[[package]]
9371name = "lyon_geom"
9372version = "1.0.6"
9373source = "registry+https://github.com/rust-lang/crates.io-index"
9374checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9375dependencies = [
9376 "arrayvec",
9377 "euclid",
9378 "num-traits",
9379]
9380
9381[[package]]
9382name = "lyon_path"
9383version = "1.0.7"
9384source = "registry+https://github.com/rust-lang/crates.io-index"
9385checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9386dependencies = [
9387 "lyon_geom",
9388 "num-traits",
9389]
9390
9391[[package]]
9392name = "lyon_tessellation"
9393version = "1.0.15"
9394source = "registry+https://github.com/rust-lang/crates.io-index"
9395checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9396dependencies = [
9397 "float_next_after",
9398 "lyon_path",
9399 "num-traits",
9400]
9401
9402[[package]]
9403name = "mac"
9404version = "0.1.1"
9405source = "registry+https://github.com/rust-lang/crates.io-index"
9406checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9407
9408[[package]]
9409name = "mach2"
9410version = "0.4.2"
9411source = "registry+https://github.com/rust-lang/crates.io-index"
9412checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9413dependencies = [
9414 "libc",
9415]
9416
9417[[package]]
9418name = "mach2"
9419version = "0.5.0"
9420source = "registry+https://github.com/rust-lang/crates.io-index"
9421checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9422dependencies = [
9423 "libc",
9424]
9425
9426[[package]]
9427name = "malloc_buf"
9428version = "0.0.6"
9429source = "registry+https://github.com/rust-lang/crates.io-index"
9430checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9431dependencies = [
9432 "libc",
9433]
9434
9435[[package]]
9436name = "maplit"
9437version = "1.0.2"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9440
9441[[package]]
9442name = "markdown"
9443version = "0.1.0"
9444dependencies = [
9445 "assets",
9446 "base64 0.22.1",
9447 "collections",
9448 "env_logger 0.11.8",
9449 "fs",
9450 "futures 0.3.31",
9451 "gpui",
9452 "language",
9453 "languages",
9454 "linkify",
9455 "log",
9456 "node_runtime",
9457 "pulldown-cmark 0.12.2",
9458 "settings",
9459 "sum_tree",
9460 "theme",
9461 "ui",
9462 "util",
9463 "workspace-hack",
9464]
9465
9466[[package]]
9467name = "markdown_preview"
9468version = "0.1.0"
9469dependencies = [
9470 "anyhow",
9471 "async-recursion",
9472 "collections",
9473 "editor",
9474 "fs",
9475 "gpui",
9476 "html5ever 0.27.0",
9477 "language",
9478 "linkify",
9479 "log",
9480 "markup5ever_rcdom",
9481 "pretty_assertions",
9482 "pulldown-cmark 0.12.2",
9483 "settings",
9484 "theme",
9485 "ui",
9486 "util",
9487 "workspace",
9488 "workspace-hack",
9489]
9490
9491[[package]]
9492name = "markup5ever"
9493version = "0.12.1"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9496dependencies = [
9497 "log",
9498 "phf",
9499 "phf_codegen",
9500 "string_cache",
9501 "string_cache_codegen",
9502 "tendril",
9503]
9504
9505[[package]]
9506name = "markup5ever"
9507version = "0.16.1"
9508source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9510dependencies = [
9511 "log",
9512 "tendril",
9513 "web_atoms",
9514]
9515
9516[[package]]
9517name = "markup5ever_rcdom"
9518version = "0.3.0"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9521dependencies = [
9522 "html5ever 0.27.0",
9523 "markup5ever 0.12.1",
9524 "tendril",
9525 "xml5ever",
9526]
9527
9528[[package]]
9529name = "match_token"
9530version = "0.1.0"
9531source = "registry+https://github.com/rust-lang/crates.io-index"
9532checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9533dependencies = [
9534 "proc-macro2",
9535 "quote",
9536 "syn 2.0.101",
9537]
9538
9539[[package]]
9540name = "matchers"
9541version = "0.2.0"
9542source = "registry+https://github.com/rust-lang/crates.io-index"
9543checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9544dependencies = [
9545 "regex-automata",
9546]
9547
9548[[package]]
9549name = "matchit"
9550version = "0.7.3"
9551source = "registry+https://github.com/rust-lang/crates.io-index"
9552checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9553
9554[[package]]
9555name = "maybe-owned"
9556version = "0.3.4"
9557source = "registry+https://github.com/rust-lang/crates.io-index"
9558checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9559
9560[[package]]
9561name = "maybe-rayon"
9562version = "0.1.1"
9563source = "registry+https://github.com/rust-lang/crates.io-index"
9564checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9565dependencies = [
9566 "cfg-if",
9567 "rayon",
9568]
9569
9570[[package]]
9571name = "md-5"
9572version = "0.10.6"
9573source = "registry+https://github.com/rust-lang/crates.io-index"
9574checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9575dependencies = [
9576 "cfg-if",
9577 "digest",
9578]
9579
9580[[package]]
9581name = "mdbook"
9582version = "0.4.40"
9583source = "registry+https://github.com/rust-lang/crates.io-index"
9584checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9585dependencies = [
9586 "ammonia",
9587 "anyhow",
9588 "chrono",
9589 "clap",
9590 "clap_complete",
9591 "elasticlunr-rs",
9592 "env_logger 0.11.8",
9593 "futures-util",
9594 "handlebars 5.1.2",
9595 "ignore",
9596 "log",
9597 "memchr",
9598 "notify 6.1.1",
9599 "notify-debouncer-mini",
9600 "once_cell",
9601 "opener",
9602 "pathdiff",
9603 "pulldown-cmark 0.10.3",
9604 "regex",
9605 "serde",
9606 "serde_json",
9607 "shlex",
9608 "tempfile",
9609 "tokio",
9610 "toml 0.5.11",
9611 "topological-sort",
9612 "walkdir",
9613 "warp",
9614]
9615
9616[[package]]
9617name = "media"
9618version = "0.1.0"
9619dependencies = [
9620 "anyhow",
9621 "bindgen 0.71.1",
9622 "core-foundation 0.10.0",
9623 "core-video",
9624 "ctor",
9625 "foreign-types 0.5.0",
9626 "metal",
9627 "objc",
9628 "workspace-hack",
9629]
9630
9631[[package]]
9632name = "memchr"
9633version = "2.7.4"
9634source = "registry+https://github.com/rust-lang/crates.io-index"
9635checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9636
9637[[package]]
9638name = "memfd"
9639version = "0.6.4"
9640source = "registry+https://github.com/rust-lang/crates.io-index"
9641checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9642dependencies = [
9643 "rustix 0.38.44",
9644]
9645
9646[[package]]
9647name = "memmap2"
9648version = "0.9.5"
9649source = "registry+https://github.com/rust-lang/crates.io-index"
9650checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9651dependencies = [
9652 "libc",
9653 "stable_deref_trait",
9654]
9655
9656[[package]]
9657name = "memoffset"
9658version = "0.9.1"
9659source = "registry+https://github.com/rust-lang/crates.io-index"
9660checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9661dependencies = [
9662 "autocfg",
9663]
9664
9665[[package]]
9666name = "menu"
9667version = "0.1.0"
9668dependencies = [
9669 "gpui",
9670 "workspace-hack",
9671]
9672
9673[[package]]
9674name = "metal"
9675version = "0.29.0"
9676source = "registry+https://github.com/rust-lang/crates.io-index"
9677checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9678dependencies = [
9679 "bitflags 2.9.0",
9680 "block",
9681 "core-graphics-types 0.1.3",
9682 "foreign-types 0.5.0",
9683 "log",
9684 "objc",
9685 "paste",
9686]
9687
9688[[package]]
9689name = "migrator"
9690version = "0.1.0"
9691dependencies = [
9692 "anyhow",
9693 "collections",
9694 "convert_case 0.8.0",
9695 "log",
9696 "pretty_assertions",
9697 "streaming-iterator",
9698 "tree-sitter",
9699 "tree-sitter-json",
9700 "workspace-hack",
9701]
9702
9703[[package]]
9704name = "mimalloc"
9705version = "0.1.46"
9706source = "registry+https://github.com/rust-lang/crates.io-index"
9707checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9708dependencies = [
9709 "libmimalloc-sys",
9710]
9711
9712[[package]]
9713name = "mime"
9714version = "0.3.17"
9715source = "registry+https://github.com/rust-lang/crates.io-index"
9716checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9717
9718[[package]]
9719name = "mime_guess"
9720version = "2.0.5"
9721source = "registry+https://github.com/rust-lang/crates.io-index"
9722checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9723dependencies = [
9724 "mime",
9725 "unicase",
9726]
9727
9728[[package]]
9729name = "minidump-common"
9730version = "0.21.2"
9731source = "registry+https://github.com/rust-lang/crates.io-index"
9732checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9733dependencies = [
9734 "bitflags 2.9.0",
9735 "debugid",
9736 "num-derive",
9737 "num-traits",
9738 "range-map",
9739 "scroll",
9740 "smart-default",
9741]
9742
9743[[package]]
9744name = "minidump-writer"
9745version = "0.8.9"
9746source = "registry+https://github.com/rust-lang/crates.io-index"
9747checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9748dependencies = [
9749 "bitflags 2.9.0",
9750 "byteorder",
9751 "cfg-if",
9752 "crash-context",
9753 "goblin",
9754 "libc",
9755 "log",
9756 "mach2 0.4.2",
9757 "memmap2",
9758 "memoffset",
9759 "minidump-common",
9760 "nix 0.28.0",
9761 "procfs-core",
9762 "scroll",
9763 "tempfile",
9764 "thiserror 1.0.69",
9765]
9766
9767[[package]]
9768name = "minidumper"
9769version = "0.8.3"
9770source = "registry+https://github.com/rust-lang/crates.io-index"
9771checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9772dependencies = [
9773 "cfg-if",
9774 "crash-context",
9775 "libc",
9776 "log",
9777 "minidump-writer",
9778 "parking_lot",
9779 "polling",
9780 "scroll",
9781 "thiserror 1.0.69",
9782 "uds",
9783]
9784
9785[[package]]
9786name = "minimal-lexical"
9787version = "0.2.1"
9788source = "registry+https://github.com/rust-lang/crates.io-index"
9789checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9790
9791[[package]]
9792name = "miniz_oxide"
9793version = "0.8.8"
9794source = "registry+https://github.com/rust-lang/crates.io-index"
9795checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9796dependencies = [
9797 "adler2",
9798 "simd-adler32",
9799]
9800
9801[[package]]
9802name = "mint"
9803version = "0.5.9"
9804source = "registry+https://github.com/rust-lang/crates.io-index"
9805checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9806
9807[[package]]
9808name = "mio"
9809version = "0.8.11"
9810source = "registry+https://github.com/rust-lang/crates.io-index"
9811checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9812dependencies = [
9813 "libc",
9814 "log",
9815 "wasi 0.11.0+wasi-snapshot-preview1",
9816 "windows-sys 0.48.0",
9817]
9818
9819[[package]]
9820name = "mio"
9821version = "1.0.3"
9822source = "registry+https://github.com/rust-lang/crates.io-index"
9823checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9824dependencies = [
9825 "libc",
9826 "log",
9827 "wasi 0.11.0+wasi-snapshot-preview1",
9828 "windows-sys 0.52.0",
9829]
9830
9831[[package]]
9832name = "miow"
9833version = "0.6.0"
9834source = "registry+https://github.com/rust-lang/crates.io-index"
9835checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9836dependencies = [
9837 "windows-sys 0.48.0",
9838]
9839
9840[[package]]
9841name = "mistral"
9842version = "0.1.0"
9843dependencies = [
9844 "anyhow",
9845 "futures 0.3.31",
9846 "http_client",
9847 "schemars 1.0.1",
9848 "serde",
9849 "serde_json",
9850 "strum 0.27.1",
9851 "workspace-hack",
9852]
9853
9854[[package]]
9855name = "moka"
9856version = "0.12.10"
9857source = "registry+https://github.com/rust-lang/crates.io-index"
9858checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9859dependencies = [
9860 "crossbeam-channel",
9861 "crossbeam-epoch",
9862 "crossbeam-utils",
9863 "loom",
9864 "parking_lot",
9865 "portable-atomic",
9866 "rustc_version",
9867 "smallvec",
9868 "tagptr",
9869 "thiserror 1.0.69",
9870 "uuid",
9871]
9872
9873[[package]]
9874name = "msvc_spectre_libs"
9875version = "0.1.3"
9876source = "registry+https://github.com/rust-lang/crates.io-index"
9877checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9878dependencies = [
9879 "cc",
9880]
9881
9882[[package]]
9883name = "multi_buffer"
9884version = "0.1.0"
9885dependencies = [
9886 "anyhow",
9887 "buffer_diff",
9888 "clock",
9889 "collections",
9890 "ctor",
9891 "gpui",
9892 "indoc",
9893 "itertools 0.14.0",
9894 "language",
9895 "log",
9896 "parking_lot",
9897 "pretty_assertions",
9898 "project",
9899 "rand 0.9.1",
9900 "rope",
9901 "serde",
9902 "settings",
9903 "smallvec",
9904 "smol",
9905 "sum_tree",
9906 "text",
9907 "theme",
9908 "tree-sitter",
9909 "util",
9910 "workspace-hack",
9911 "zlog",
9912]
9913
9914[[package]]
9915name = "multimap"
9916version = "0.8.3"
9917source = "registry+https://github.com/rust-lang/crates.io-index"
9918checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9919
9920[[package]]
9921name = "naga"
9922version = "25.0.1"
9923source = "registry+https://github.com/rust-lang/crates.io-index"
9924checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9925dependencies = [
9926 "arrayvec",
9927 "bit-set 0.8.0",
9928 "bitflags 2.9.0",
9929 "cfg_aliases 0.2.1",
9930 "codespan-reporting 0.12.0",
9931 "half",
9932 "hashbrown 0.15.3",
9933 "hexf-parse",
9934 "indexmap 2.9.0",
9935 "log",
9936 "num-traits",
9937 "once_cell",
9938 "rustc-hash 1.1.0",
9939 "spirv",
9940 "strum 0.26.3",
9941 "thiserror 2.0.12",
9942 "unicode-ident",
9943]
9944
9945[[package]]
9946name = "nanoid"
9947version = "0.4.0"
9948source = "registry+https://github.com/rust-lang/crates.io-index"
9949checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9950dependencies = [
9951 "rand 0.8.5",
9952]
9953
9954[[package]]
9955name = "nanorand"
9956version = "0.7.0"
9957source = "registry+https://github.com/rust-lang/crates.io-index"
9958checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9959dependencies = [
9960 "getrandom 0.2.15",
9961]
9962
9963[[package]]
9964name = "native-tls"
9965version = "0.2.14"
9966source = "registry+https://github.com/rust-lang/crates.io-index"
9967checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9968dependencies = [
9969 "libc",
9970 "log",
9971 "openssl",
9972 "openssl-probe",
9973 "openssl-sys",
9974 "schannel",
9975 "security-framework 2.11.1",
9976 "security-framework-sys",
9977 "tempfile",
9978]
9979
9980[[package]]
9981name = "nbformat"
9982version = "0.10.0"
9983source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9984dependencies = [
9985 "anyhow",
9986 "chrono",
9987 "jupyter-protocol",
9988 "serde",
9989 "serde_json",
9990 "thiserror 1.0.69",
9991 "uuid",
9992]
9993
9994[[package]]
9995name = "nc"
9996version = "0.1.0"
9997dependencies = [
9998 "anyhow",
9999 "futures 0.3.31",
10000 "net",
10001 "smol",
10002 "workspace-hack",
10003]
10004
10005[[package]]
10006name = "ndk"
10007version = "0.9.0"
10008source = "registry+https://github.com/rust-lang/crates.io-index"
10009checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10010dependencies = [
10011 "bitflags 2.9.0",
10012 "jni-sys",
10013 "log",
10014 "ndk-sys",
10015 "num_enum",
10016 "thiserror 1.0.69",
10017]
10018
10019[[package]]
10020name = "ndk-context"
10021version = "0.1.1"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10024
10025[[package]]
10026name = "ndk-sys"
10027version = "0.6.0+11769913"
10028source = "registry+https://github.com/rust-lang/crates.io-index"
10029checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10030dependencies = [
10031 "jni-sys",
10032]
10033
10034[[package]]
10035name = "net"
10036version = "0.1.0"
10037dependencies = [
10038 "anyhow",
10039 "async-io",
10040 "smol",
10041 "tempfile",
10042 "windows 0.61.1",
10043 "workspace-hack",
10044]
10045
10046[[package]]
10047name = "new_debug_unreachable"
10048version = "1.0.6"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10051
10052[[package]]
10053name = "nix"
10054version = "0.28.0"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10057dependencies = [
10058 "bitflags 2.9.0",
10059 "cfg-if",
10060 "cfg_aliases 0.1.1",
10061 "libc",
10062]
10063
10064[[package]]
10065name = "nix"
10066version = "0.29.0"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10069dependencies = [
10070 "bitflags 2.9.0",
10071 "cfg-if",
10072 "cfg_aliases 0.2.1",
10073 "libc",
10074]
10075
10076[[package]]
10077name = "nix"
10078version = "0.30.1"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10081dependencies = [
10082 "bitflags 2.9.0",
10083 "cfg-if",
10084 "cfg_aliases 0.2.1",
10085 "libc",
10086 "memoffset",
10087]
10088
10089[[package]]
10090name = "node_runtime"
10091version = "0.1.0"
10092dependencies = [
10093 "anyhow",
10094 "async-compression",
10095 "async-std",
10096 "async-tar",
10097 "async-trait",
10098 "futures 0.3.31",
10099 "http_client",
10100 "log",
10101 "paths",
10102 "semver",
10103 "serde",
10104 "serde_json",
10105 "smol",
10106 "util",
10107 "watch",
10108 "which 6.0.3",
10109 "workspace-hack",
10110]
10111
10112[[package]]
10113name = "nom"
10114version = "7.1.3"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10117dependencies = [
10118 "memchr",
10119 "minimal-lexical",
10120]
10121
10122[[package]]
10123name = "nom"
10124version = "8.0.0"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10127dependencies = [
10128 "memchr",
10129]
10130
10131[[package]]
10132name = "noop_proc_macro"
10133version = "0.3.0"
10134source = "registry+https://github.com/rust-lang/crates.io-index"
10135checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10136
10137[[package]]
10138name = "normpath"
10139version = "1.3.0"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10142dependencies = [
10143 "windows-sys 0.59.0",
10144]
10145
10146[[package]]
10147name = "notifications"
10148version = "0.1.0"
10149dependencies = [
10150 "anyhow",
10151 "channel",
10152 "client",
10153 "collections",
10154 "component",
10155 "db",
10156 "gpui",
10157 "rpc",
10158 "settings",
10159 "sum_tree",
10160 "time",
10161 "ui",
10162 "util",
10163 "workspace",
10164 "workspace-hack",
10165 "zed_actions",
10166]
10167
10168[[package]]
10169name = "notify"
10170version = "6.1.1"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10173dependencies = [
10174 "bitflags 2.9.0",
10175 "crossbeam-channel",
10176 "filetime",
10177 "fsevent-sys 4.1.0",
10178 "inotify 0.9.6",
10179 "kqueue",
10180 "libc",
10181 "log",
10182 "mio 0.8.11",
10183 "walkdir",
10184 "windows-sys 0.48.0",
10185]
10186
10187[[package]]
10188name = "notify"
10189version = "8.0.0"
10190source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10191dependencies = [
10192 "bitflags 2.9.0",
10193 "filetime",
10194 "fsevent-sys 4.1.0",
10195 "inotify 0.11.0",
10196 "kqueue",
10197 "libc",
10198 "log",
10199 "mio 1.0.3",
10200 "notify-types",
10201 "walkdir",
10202 "windows-sys 0.59.0",
10203]
10204
10205[[package]]
10206name = "notify-debouncer-mini"
10207version = "0.4.1"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10210dependencies = [
10211 "crossbeam-channel",
10212 "log",
10213 "notify 6.1.1",
10214]
10215
10216[[package]]
10217name = "notify-types"
10218version = "2.0.0"
10219source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10220
10221[[package]]
10222name = "ntapi"
10223version = "0.4.1"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10226dependencies = [
10227 "winapi",
10228]
10229
10230[[package]]
10231name = "nu-ansi-term"
10232version = "0.50.1"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10235dependencies = [
10236 "windows-sys 0.52.0",
10237]
10238
10239[[package]]
10240name = "num"
10241version = "0.4.3"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10244dependencies = [
10245 "num-bigint",
10246 "num-complex",
10247 "num-integer",
10248 "num-iter",
10249 "num-rational",
10250 "num-traits",
10251]
10252
10253[[package]]
10254name = "num-bigint"
10255version = "0.4.6"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10258dependencies = [
10259 "num-integer",
10260 "num-traits",
10261]
10262
10263[[package]]
10264name = "num-bigint-dig"
10265version = "0.8.4"
10266source = "registry+https://github.com/rust-lang/crates.io-index"
10267checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10268dependencies = [
10269 "byteorder",
10270 "lazy_static",
10271 "libm",
10272 "num-integer",
10273 "num-iter",
10274 "num-traits",
10275 "rand 0.8.5",
10276 "serde",
10277 "smallvec",
10278 "zeroize",
10279]
10280
10281[[package]]
10282name = "num-cmp"
10283version = "0.1.0"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10286
10287[[package]]
10288name = "num-complex"
10289version = "0.4.6"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10292dependencies = [
10293 "bytemuck",
10294 "num-traits",
10295]
10296
10297[[package]]
10298name = "num-conv"
10299version = "0.1.0"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10302
10303[[package]]
10304name = "num-derive"
10305version = "0.4.2"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10308dependencies = [
10309 "proc-macro2",
10310 "quote",
10311 "syn 2.0.101",
10312]
10313
10314[[package]]
10315name = "num-format"
10316version = "0.4.4"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10319dependencies = [
10320 "arrayvec",
10321 "itoa",
10322]
10323
10324[[package]]
10325name = "num-integer"
10326version = "0.1.46"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10329dependencies = [
10330 "num-traits",
10331]
10332
10333[[package]]
10334name = "num-iter"
10335version = "0.1.45"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10338dependencies = [
10339 "autocfg",
10340 "num-integer",
10341 "num-traits",
10342]
10343
10344[[package]]
10345name = "num-rational"
10346version = "0.4.2"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10349dependencies = [
10350 "num-bigint",
10351 "num-integer",
10352 "num-traits",
10353]
10354
10355[[package]]
10356name = "num-traits"
10357version = "0.2.19"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10360dependencies = [
10361 "autocfg",
10362 "libm",
10363]
10364
10365[[package]]
10366name = "num_cpus"
10367version = "1.16.0"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10370dependencies = [
10371 "hermit-abi 0.3.9",
10372 "libc",
10373]
10374
10375[[package]]
10376name = "num_enum"
10377version = "0.7.3"
10378source = "registry+https://github.com/rust-lang/crates.io-index"
10379checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10380dependencies = [
10381 "num_enum_derive",
10382]
10383
10384[[package]]
10385name = "num_enum_derive"
10386version = "0.7.3"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10389dependencies = [
10390 "proc-macro-crate",
10391 "proc-macro2",
10392 "quote",
10393 "syn 2.0.101",
10394]
10395
10396[[package]]
10397name = "num_threads"
10398version = "0.1.7"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10401dependencies = [
10402 "libc",
10403]
10404
10405[[package]]
10406name = "nvim-rs"
10407version = "0.9.2"
10408source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10409dependencies = [
10410 "async-trait",
10411 "futures 0.3.31",
10412 "log",
10413 "rmp",
10414 "rmpv",
10415 "tokio",
10416 "tokio-util",
10417]
10418
10419[[package]]
10420name = "objc"
10421version = "0.2.7"
10422source = "registry+https://github.com/rust-lang/crates.io-index"
10423checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10424dependencies = [
10425 "malloc_buf",
10426 "objc_exception",
10427]
10428
10429[[package]]
10430name = "objc-foundation"
10431version = "0.1.1"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10434dependencies = [
10435 "block",
10436 "objc",
10437 "objc_id",
10438]
10439
10440[[package]]
10441name = "objc2"
10442version = "0.6.1"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10445dependencies = [
10446 "objc2-encode",
10447]
10448
10449[[package]]
10450name = "objc2-app-kit"
10451version = "0.3.1"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10454dependencies = [
10455 "bitflags 2.9.0",
10456 "objc2",
10457 "objc2-core-foundation",
10458 "objc2-foundation",
10459 "objc2-quartz-core",
10460]
10461
10462[[package]]
10463name = "objc2-audio-toolbox"
10464version = "0.3.1"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10467dependencies = [
10468 "bitflags 2.9.0",
10469 "libc",
10470 "objc2",
10471 "objc2-core-audio",
10472 "objc2-core-audio-types",
10473 "objc2-core-foundation",
10474 "objc2-foundation",
10475]
10476
10477[[package]]
10478name = "objc2-core-audio"
10479version = "0.3.1"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10482dependencies = [
10483 "dispatch2",
10484 "objc2",
10485 "objc2-core-audio-types",
10486 "objc2-core-foundation",
10487]
10488
10489[[package]]
10490name = "objc2-core-audio-types"
10491version = "0.3.1"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10494dependencies = [
10495 "bitflags 2.9.0",
10496 "objc2",
10497]
10498
10499[[package]]
10500name = "objc2-core-foundation"
10501version = "0.3.1"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10504dependencies = [
10505 "bitflags 2.9.0",
10506 "dispatch2",
10507 "objc2",
10508]
10509
10510[[package]]
10511name = "objc2-encode"
10512version = "4.1.0"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10515
10516[[package]]
10517name = "objc2-foundation"
10518version = "0.3.1"
10519source = "registry+https://github.com/rust-lang/crates.io-index"
10520checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10521dependencies = [
10522 "bitflags 2.9.0",
10523 "objc2",
10524 "objc2-core-foundation",
10525]
10526
10527[[package]]
10528name = "objc2-metal"
10529version = "0.3.1"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10532dependencies = [
10533 "bitflags 2.9.0",
10534 "block2",
10535 "dispatch2",
10536 "objc2",
10537 "objc2-core-foundation",
10538 "objc2-foundation",
10539]
10540
10541[[package]]
10542name = "objc2-quartz-core"
10543version = "0.3.1"
10544source = "registry+https://github.com/rust-lang/crates.io-index"
10545checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10546dependencies = [
10547 "bitflags 2.9.0",
10548 "objc2",
10549 "objc2-core-foundation",
10550 "objc2-foundation",
10551 "objc2-metal",
10552]
10553
10554[[package]]
10555name = "objc2-ui-kit"
10556version = "0.3.1"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10559dependencies = [
10560 "bitflags 2.9.0",
10561 "objc2",
10562 "objc2-core-foundation",
10563 "objc2-foundation",
10564 "objc2-quartz-core",
10565]
10566
10567[[package]]
10568name = "objc_exception"
10569version = "0.1.2"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10572dependencies = [
10573 "cc",
10574]
10575
10576[[package]]
10577name = "objc_id"
10578version = "0.1.1"
10579source = "registry+https://github.com/rust-lang/crates.io-index"
10580checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10581dependencies = [
10582 "objc",
10583]
10584
10585[[package]]
10586name = "object"
10587version = "0.36.7"
10588source = "registry+https://github.com/rust-lang/crates.io-index"
10589checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10590dependencies = [
10591 "crc32fast",
10592 "hashbrown 0.15.3",
10593 "indexmap 2.9.0",
10594 "memchr",
10595]
10596
10597[[package]]
10598name = "ollama"
10599version = "0.1.0"
10600dependencies = [
10601 "anyhow",
10602 "futures 0.3.31",
10603 "http_client",
10604 "schemars 1.0.1",
10605 "serde",
10606 "serde_json",
10607 "settings",
10608 "workspace-hack",
10609]
10610
10611[[package]]
10612name = "onboarding"
10613version = "0.1.0"
10614dependencies = [
10615 "ai_onboarding",
10616 "anyhow",
10617 "client",
10618 "component",
10619 "db",
10620 "documented",
10621 "editor",
10622 "fs",
10623 "fuzzy",
10624 "git",
10625 "gpui",
10626 "itertools 0.14.0",
10627 "language",
10628 "language_model",
10629 "menu",
10630 "notifications",
10631 "picker",
10632 "project",
10633 "schemars 1.0.1",
10634 "serde",
10635 "settings",
10636 "telemetry",
10637 "theme",
10638 "ui",
10639 "util",
10640 "vim_mode_setting",
10641 "workspace",
10642 "workspace-hack",
10643 "zed_actions",
10644 "zlog",
10645]
10646
10647[[package]]
10648name = "once_cell"
10649version = "1.21.3"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10652
10653[[package]]
10654name = "oo7"
10655version = "0.5.0"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10658dependencies = [
10659 "aes",
10660 "ashpd 0.12.0",
10661 "async-fs",
10662 "async-io",
10663 "async-lock",
10664 "blocking",
10665 "cbc",
10666 "cipher",
10667 "digest",
10668 "endi",
10669 "futures-lite 2.6.0",
10670 "futures-util",
10671 "getrandom 0.3.2",
10672 "hkdf",
10673 "hmac",
10674 "md-5",
10675 "num",
10676 "num-bigint-dig",
10677 "pbkdf2 0.12.2",
10678 "rand 0.9.1",
10679 "serde",
10680 "sha2",
10681 "subtle",
10682 "zbus",
10683 "zbus_macros",
10684 "zeroize",
10685 "zvariant",
10686]
10687
10688[[package]]
10689name = "oorandom"
10690version = "11.1.5"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10693
10694[[package]]
10695name = "open"
10696version = "5.3.2"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10699dependencies = [
10700 "is-wsl",
10701 "libc",
10702 "pathdiff",
10703]
10704
10705[[package]]
10706name = "open_ai"
10707version = "0.1.0"
10708dependencies = [
10709 "anyhow",
10710 "futures 0.3.31",
10711 "http_client",
10712 "log",
10713 "schemars 1.0.1",
10714 "serde",
10715 "serde_json",
10716 "settings",
10717 "strum 0.27.1",
10718 "workspace-hack",
10719]
10720
10721[[package]]
10722name = "open_router"
10723version = "0.1.0"
10724dependencies = [
10725 "anyhow",
10726 "futures 0.3.31",
10727 "http_client",
10728 "schemars 1.0.1",
10729 "serde",
10730 "serde_json",
10731 "settings",
10732 "strum 0.27.1",
10733 "thiserror 2.0.12",
10734 "workspace-hack",
10735]
10736
10737[[package]]
10738name = "opener"
10739version = "0.7.2"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10742dependencies = [
10743 "bstr",
10744 "dbus",
10745 "normpath",
10746 "windows-sys 0.59.0",
10747]
10748
10749[[package]]
10750name = "openssl"
10751version = "0.10.72"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10754dependencies = [
10755 "bitflags 2.9.0",
10756 "cfg-if",
10757 "foreign-types 0.3.2",
10758 "libc",
10759 "once_cell",
10760 "openssl-macros",
10761 "openssl-sys",
10762]
10763
10764[[package]]
10765name = "openssl-macros"
10766version = "0.1.1"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10769dependencies = [
10770 "proc-macro2",
10771 "quote",
10772 "syn 2.0.101",
10773]
10774
10775[[package]]
10776name = "openssl-probe"
10777version = "0.1.6"
10778source = "registry+https://github.com/rust-lang/crates.io-index"
10779checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10780
10781[[package]]
10782name = "openssl-sys"
10783version = "0.9.107"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10786dependencies = [
10787 "cc",
10788 "libc",
10789 "pkg-config",
10790 "vcpkg",
10791]
10792
10793[[package]]
10794name = "optfield"
10795version = "0.3.0"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10798dependencies = [
10799 "proc-macro2",
10800 "quote",
10801 "syn 2.0.101",
10802]
10803
10804[[package]]
10805name = "option-ext"
10806version = "0.2.0"
10807source = "registry+https://github.com/rust-lang/crates.io-index"
10808checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10809
10810[[package]]
10811name = "ordered-float"
10812version = "2.10.1"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10815dependencies = [
10816 "num-traits",
10817]
10818
10819[[package]]
10820name = "ordered-float"
10821version = "4.6.0"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10824dependencies = [
10825 "num-traits",
10826]
10827
10828[[package]]
10829name = "ordered-stream"
10830version = "0.2.0"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10833dependencies = [
10834 "futures-core",
10835 "pin-project-lite",
10836]
10837
10838[[package]]
10839name = "ouroboros"
10840version = "0.18.5"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10843dependencies = [
10844 "aliasable",
10845 "ouroboros_macro",
10846 "static_assertions",
10847]
10848
10849[[package]]
10850name = "ouroboros_macro"
10851version = "0.18.5"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10854dependencies = [
10855 "heck 0.4.1",
10856 "proc-macro2",
10857 "proc-macro2-diagnostics",
10858 "quote",
10859 "syn 2.0.101",
10860]
10861
10862[[package]]
10863name = "outline"
10864version = "0.1.0"
10865dependencies = [
10866 "editor",
10867 "fuzzy",
10868 "gpui",
10869 "indoc",
10870 "language",
10871 "menu",
10872 "ordered-float 2.10.1",
10873 "picker",
10874 "project",
10875 "rope",
10876 "serde_json",
10877 "settings",
10878 "smol",
10879 "theme",
10880 "tree-sitter-rust",
10881 "tree-sitter-typescript",
10882 "ui",
10883 "util",
10884 "workspace",
10885 "workspace-hack",
10886 "zed_actions",
10887]
10888
10889[[package]]
10890name = "outline_panel"
10891version = "0.1.0"
10892dependencies = [
10893 "anyhow",
10894 "collections",
10895 "db",
10896 "editor",
10897 "file_icons",
10898 "fuzzy",
10899 "gpui",
10900 "itertools 0.14.0",
10901 "language",
10902 "log",
10903 "menu",
10904 "outline",
10905 "pretty_assertions",
10906 "project",
10907 "search",
10908 "serde",
10909 "serde_json",
10910 "settings",
10911 "smallvec",
10912 "smol",
10913 "theme",
10914 "ui",
10915 "util",
10916 "workspace",
10917 "workspace-hack",
10918 "worktree",
10919 "zed_actions",
10920]
10921
10922[[package]]
10923name = "outref"
10924version = "0.5.2"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10927
10928[[package]]
10929name = "p256"
10930version = "0.11.1"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10933dependencies = [
10934 "ecdsa",
10935 "elliptic-curve",
10936 "sha2",
10937]
10938
10939[[package]]
10940name = "page_size"
10941version = "0.6.0"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10944dependencies = [
10945 "libc",
10946 "winapi",
10947]
10948
10949[[package]]
10950name = "palette"
10951version = "0.7.6"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10954dependencies = [
10955 "approx",
10956 "fast-srgb8",
10957 "palette_derive",
10958]
10959
10960[[package]]
10961name = "palette_derive"
10962version = "0.7.6"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10965dependencies = [
10966 "by_address",
10967 "proc-macro2",
10968 "quote",
10969 "syn 2.0.101",
10970]
10971
10972[[package]]
10973name = "panel"
10974version = "0.1.0"
10975dependencies = [
10976 "editor",
10977 "gpui",
10978 "settings",
10979 "theme",
10980 "ui",
10981 "workspace",
10982 "workspace-hack",
10983]
10984
10985[[package]]
10986name = "parking"
10987version = "2.2.1"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10990
10991[[package]]
10992name = "parking_lot"
10993version = "0.12.4"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10996dependencies = [
10997 "lock_api",
10998 "parking_lot_core",
10999]
11000
11001[[package]]
11002name = "parking_lot_core"
11003version = "0.9.11"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11006dependencies = [
11007 "cfg-if",
11008 "libc",
11009 "redox_syscall 0.5.11",
11010 "smallvec",
11011 "windows-targets 0.52.6",
11012]
11013
11014[[package]]
11015name = "parse_int"
11016version = "0.9.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11019dependencies = [
11020 "num-traits",
11021]
11022
11023[[package]]
11024name = "partial-json-fixer"
11025version = "0.5.3"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11028
11029[[package]]
11030name = "password-hash"
11031version = "0.4.2"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11034dependencies = [
11035 "base64ct",
11036 "rand_core 0.6.4",
11037 "subtle",
11038]
11039
11040[[package]]
11041name = "password-hash"
11042version = "0.5.0"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11045dependencies = [
11046 "base64ct",
11047 "rand_core 0.6.4",
11048 "subtle",
11049]
11050
11051[[package]]
11052name = "paste"
11053version = "1.0.15"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11056
11057[[package]]
11058name = "pathdiff"
11059version = "0.2.3"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11062
11063[[package]]
11064name = "pathfinder_geometry"
11065version = "0.5.1"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11068dependencies = [
11069 "log",
11070 "pathfinder_simd",
11071]
11072
11073[[package]]
11074name = "pathfinder_simd"
11075version = "0.5.5"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11078dependencies = [
11079 "rustc_version",
11080]
11081
11082[[package]]
11083name = "paths"
11084version = "0.1.0"
11085dependencies = [
11086 "dirs 4.0.0",
11087 "ignore",
11088 "util",
11089 "workspace-hack",
11090]
11091
11092[[package]]
11093name = "pbjson"
11094version = "0.6.0"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11097dependencies = [
11098 "base64 0.21.7",
11099 "serde",
11100]
11101
11102[[package]]
11103name = "pbjson-build"
11104version = "0.6.2"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11107dependencies = [
11108 "heck 0.4.1",
11109 "itertools 0.11.0",
11110 "prost 0.12.6",
11111 "prost-types 0.12.6",
11112]
11113
11114[[package]]
11115name = "pbjson-types"
11116version = "0.6.0"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11119dependencies = [
11120 "bytes 1.10.1",
11121 "chrono",
11122 "pbjson",
11123 "pbjson-build",
11124 "prost 0.12.6",
11125 "prost-build 0.12.6",
11126 "serde",
11127]
11128
11129[[package]]
11130name = "pbkdf2"
11131version = "0.11.0"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11134dependencies = [
11135 "digest",
11136 "hmac",
11137 "password-hash 0.4.2",
11138 "sha2",
11139]
11140
11141[[package]]
11142name = "pbkdf2"
11143version = "0.12.2"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11146dependencies = [
11147 "digest",
11148 "hmac",
11149]
11150
11151[[package]]
11152name = "pciid-parser"
11153version = "0.8.0"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11156
11157[[package]]
11158name = "pem"
11159version = "3.0.5"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11162dependencies = [
11163 "base64 0.22.1",
11164 "serde",
11165]
11166
11167[[package]]
11168name = "pem-rfc7468"
11169version = "0.7.0"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11172dependencies = [
11173 "base64ct",
11174]
11175
11176[[package]]
11177name = "percent-encoding"
11178version = "2.3.1"
11179source = "registry+https://github.com/rust-lang/crates.io-index"
11180checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11181
11182[[package]]
11183name = "perf"
11184version = "0.1.0"
11185dependencies = [
11186 "collections",
11187 "serde",
11188 "serde_json",
11189 "workspace-hack",
11190]
11191
11192[[package]]
11193name = "pest"
11194version = "2.8.0"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11197dependencies = [
11198 "memchr",
11199 "thiserror 2.0.12",
11200 "ucd-trie",
11201]
11202
11203[[package]]
11204name = "pest_derive"
11205version = "2.8.0"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11208dependencies = [
11209 "pest",
11210 "pest_generator",
11211]
11212
11213[[package]]
11214name = "pest_generator"
11215version = "2.8.0"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11218dependencies = [
11219 "pest",
11220 "pest_meta",
11221 "proc-macro2",
11222 "quote",
11223 "syn 2.0.101",
11224]
11225
11226[[package]]
11227name = "pest_meta"
11228version = "2.8.0"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11231dependencies = [
11232 "once_cell",
11233 "pest",
11234 "sha2",
11235]
11236
11237[[package]]
11238name = "pet"
11239version = "0.1.0"
11240source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11241dependencies = [
11242 "clap",
11243 "env_logger 0.10.2",
11244 "lazy_static",
11245 "log",
11246 "msvc_spectre_libs",
11247 "pet-conda",
11248 "pet-core",
11249 "pet-env-var-path",
11250 "pet-fs",
11251 "pet-global-virtualenvs",
11252 "pet-homebrew",
11253 "pet-jsonrpc",
11254 "pet-linux-global-python",
11255 "pet-mac-commandlinetools",
11256 "pet-mac-python-org",
11257 "pet-mac-xcode",
11258 "pet-pipenv",
11259 "pet-pixi",
11260 "pet-poetry",
11261 "pet-pyenv",
11262 "pet-python-utils",
11263 "pet-reporter",
11264 "pet-telemetry",
11265 "pet-venv",
11266 "pet-virtualenv",
11267 "pet-virtualenvwrapper",
11268 "pet-windows-registry",
11269 "pet-windows-store",
11270 "serde",
11271 "serde_json",
11272]
11273
11274[[package]]
11275name = "pet-conda"
11276version = "0.1.0"
11277source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11278dependencies = [
11279 "env_logger 0.10.2",
11280 "lazy_static",
11281 "log",
11282 "msvc_spectre_libs",
11283 "pet-core",
11284 "pet-fs",
11285 "pet-python-utils",
11286 "pet-reporter",
11287 "regex",
11288 "serde",
11289 "serde_json",
11290 "yaml-rust2",
11291]
11292
11293[[package]]
11294name = "pet-core"
11295version = "0.1.0"
11296source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11297dependencies = [
11298 "clap",
11299 "lazy_static",
11300 "log",
11301 "msvc_spectre_libs",
11302 "pet-fs",
11303 "regex",
11304 "serde",
11305 "serde_json",
11306]
11307
11308[[package]]
11309name = "pet-env-var-path"
11310version = "0.1.0"
11311source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11312dependencies = [
11313 "lazy_static",
11314 "log",
11315 "msvc_spectre_libs",
11316 "pet-conda",
11317 "pet-core",
11318 "pet-fs",
11319 "pet-python-utils",
11320 "pet-virtualenv",
11321 "regex",
11322]
11323
11324[[package]]
11325name = "pet-fs"
11326version = "0.1.0"
11327source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11328dependencies = [
11329 "log",
11330 "msvc_spectre_libs",
11331]
11332
11333[[package]]
11334name = "pet-global-virtualenvs"
11335version = "0.1.0"
11336source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11337dependencies = [
11338 "log",
11339 "msvc_spectre_libs",
11340 "pet-conda",
11341 "pet-core",
11342 "pet-fs",
11343 "pet-virtualenv",
11344]
11345
11346[[package]]
11347name = "pet-homebrew"
11348version = "0.1.0"
11349source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11350dependencies = [
11351 "lazy_static",
11352 "log",
11353 "msvc_spectre_libs",
11354 "pet-conda",
11355 "pet-core",
11356 "pet-fs",
11357 "pet-python-utils",
11358 "pet-virtualenv",
11359 "regex",
11360 "serde",
11361 "serde_json",
11362]
11363
11364[[package]]
11365name = "pet-jsonrpc"
11366version = "0.1.0"
11367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11368dependencies = [
11369 "env_logger 0.10.2",
11370 "log",
11371 "msvc_spectre_libs",
11372 "pet-core",
11373 "serde",
11374 "serde_json",
11375]
11376
11377[[package]]
11378name = "pet-linux-global-python"
11379version = "0.1.0"
11380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11381dependencies = [
11382 "log",
11383 "msvc_spectre_libs",
11384 "pet-core",
11385 "pet-fs",
11386 "pet-python-utils",
11387 "pet-virtualenv",
11388]
11389
11390[[package]]
11391name = "pet-mac-commandlinetools"
11392version = "0.1.0"
11393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11394dependencies = [
11395 "log",
11396 "msvc_spectre_libs",
11397 "pet-core",
11398 "pet-fs",
11399 "pet-python-utils",
11400 "pet-virtualenv",
11401]
11402
11403[[package]]
11404name = "pet-mac-python-org"
11405version = "0.1.0"
11406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11407dependencies = [
11408 "log",
11409 "msvc_spectre_libs",
11410 "pet-core",
11411 "pet-fs",
11412 "pet-python-utils",
11413 "pet-virtualenv",
11414]
11415
11416[[package]]
11417name = "pet-mac-xcode"
11418version = "0.1.0"
11419source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11420dependencies = [
11421 "log",
11422 "msvc_spectre_libs",
11423 "pet-core",
11424 "pet-fs",
11425 "pet-python-utils",
11426 "pet-virtualenv",
11427]
11428
11429[[package]]
11430name = "pet-pipenv"
11431version = "0.1.0"
11432source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11433dependencies = [
11434 "log",
11435 "msvc_spectre_libs",
11436 "pet-core",
11437 "pet-fs",
11438 "pet-python-utils",
11439 "pet-virtualenv",
11440]
11441
11442[[package]]
11443name = "pet-pixi"
11444version = "0.1.0"
11445source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11446dependencies = [
11447 "log",
11448 "msvc_spectre_libs",
11449 "pet-conda",
11450 "pet-core",
11451 "pet-python-utils",
11452]
11453
11454[[package]]
11455name = "pet-poetry"
11456version = "0.1.0"
11457source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11458dependencies = [
11459 "base64 0.22.1",
11460 "lazy_static",
11461 "log",
11462 "msvc_spectre_libs",
11463 "pet-core",
11464 "pet-fs",
11465 "pet-python-utils",
11466 "pet-reporter",
11467 "pet-virtualenv",
11468 "regex",
11469 "serde",
11470 "serde_json",
11471 "sha2",
11472 "toml 0.8.20",
11473]
11474
11475[[package]]
11476name = "pet-pyenv"
11477version = "0.1.0"
11478source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11479dependencies = [
11480 "lazy_static",
11481 "log",
11482 "msvc_spectre_libs",
11483 "pet-conda",
11484 "pet-core",
11485 "pet-fs",
11486 "pet-python-utils",
11487 "pet-reporter",
11488 "regex",
11489 "serde",
11490 "serde_json",
11491]
11492
11493[[package]]
11494name = "pet-python-utils"
11495version = "0.1.0"
11496source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11497dependencies = [
11498 "env_logger 0.10.2",
11499 "lazy_static",
11500 "log",
11501 "msvc_spectre_libs",
11502 "pet-core",
11503 "pet-fs",
11504 "regex",
11505 "serde",
11506 "serde_json",
11507 "sha2",
11508]
11509
11510[[package]]
11511name = "pet-reporter"
11512version = "0.1.0"
11513source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11514dependencies = [
11515 "env_logger 0.10.2",
11516 "log",
11517 "msvc_spectre_libs",
11518 "pet-core",
11519 "pet-jsonrpc",
11520 "serde",
11521 "serde_json",
11522]
11523
11524[[package]]
11525name = "pet-telemetry"
11526version = "0.1.0"
11527source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11528dependencies = [
11529 "env_logger 0.10.2",
11530 "lazy_static",
11531 "log",
11532 "msvc_spectre_libs",
11533 "pet-core",
11534 "pet-fs",
11535 "pet-python-utils",
11536 "regex",
11537]
11538
11539[[package]]
11540name = "pet-venv"
11541version = "0.1.0"
11542source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11543dependencies = [
11544 "log",
11545 "msvc_spectre_libs",
11546 "pet-core",
11547 "pet-python-utils",
11548 "pet-virtualenv",
11549]
11550
11551[[package]]
11552name = "pet-virtualenv"
11553version = "0.1.0"
11554source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11555dependencies = [
11556 "log",
11557 "msvc_spectre_libs",
11558 "pet-core",
11559 "pet-fs",
11560 "pet-python-utils",
11561]
11562
11563[[package]]
11564name = "pet-virtualenvwrapper"
11565version = "0.1.0"
11566source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11567dependencies = [
11568 "log",
11569 "msvc_spectre_libs",
11570 "pet-core",
11571 "pet-fs",
11572 "pet-python-utils",
11573 "pet-virtualenv",
11574]
11575
11576[[package]]
11577name = "pet-windows-registry"
11578version = "0.1.0"
11579source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11580dependencies = [
11581 "lazy_static",
11582 "log",
11583 "msvc_spectre_libs",
11584 "pet-conda",
11585 "pet-core",
11586 "pet-fs",
11587 "pet-python-utils",
11588 "pet-virtualenv",
11589 "pet-windows-store",
11590 "regex",
11591 "winreg 0.55.0",
11592]
11593
11594[[package]]
11595name = "pet-windows-store"
11596version = "0.1.0"
11597source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11598dependencies = [
11599 "lazy_static",
11600 "log",
11601 "msvc_spectre_libs",
11602 "pet-core",
11603 "pet-fs",
11604 "pet-python-utils",
11605 "pet-virtualenv",
11606 "regex",
11607 "winreg 0.55.0",
11608]
11609
11610[[package]]
11611name = "petgraph"
11612version = "0.6.5"
11613source = "registry+https://github.com/rust-lang/crates.io-index"
11614checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11615dependencies = [
11616 "fixedbitset",
11617 "indexmap 2.9.0",
11618]
11619
11620[[package]]
11621name = "pgvector"
11622version = "0.4.0"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11625dependencies = [
11626 "serde",
11627]
11628
11629[[package]]
11630name = "phf"
11631version = "0.11.3"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11634dependencies = [
11635 "phf_macros",
11636 "phf_shared",
11637]
11638
11639[[package]]
11640name = "phf_codegen"
11641version = "0.11.3"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11644dependencies = [
11645 "phf_generator",
11646 "phf_shared",
11647]
11648
11649[[package]]
11650name = "phf_generator"
11651version = "0.11.3"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11654dependencies = [
11655 "phf_shared",
11656 "rand 0.8.5",
11657]
11658
11659[[package]]
11660name = "phf_macros"
11661version = "0.11.3"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11664dependencies = [
11665 "phf_generator",
11666 "phf_shared",
11667 "proc-macro2",
11668 "quote",
11669 "syn 2.0.101",
11670]
11671
11672[[package]]
11673name = "phf_shared"
11674version = "0.11.3"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11677dependencies = [
11678 "siphasher",
11679]
11680
11681[[package]]
11682name = "picker"
11683version = "0.1.0"
11684dependencies = [
11685 "anyhow",
11686 "ctor",
11687 "editor",
11688 "env_logger 0.11.8",
11689 "gpui",
11690 "menu",
11691 "schemars 1.0.1",
11692 "serde",
11693 "serde_json",
11694 "theme",
11695 "ui",
11696 "workspace",
11697 "workspace-hack",
11698]
11699
11700[[package]]
11701name = "pico-args"
11702version = "0.5.0"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11705
11706[[package]]
11707name = "pin-project"
11708version = "1.1.10"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11711dependencies = [
11712 "pin-project-internal",
11713]
11714
11715[[package]]
11716name = "pin-project-internal"
11717version = "1.1.10"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11720dependencies = [
11721 "proc-macro2",
11722 "quote",
11723 "syn 2.0.101",
11724]
11725
11726[[package]]
11727name = "pin-project-lite"
11728version = "0.2.16"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11731
11732[[package]]
11733name = "pin-utils"
11734version = "0.1.0"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11737
11738[[package]]
11739name = "piper"
11740version = "0.2.4"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11743dependencies = [
11744 "atomic-waker",
11745 "fastrand 2.3.0",
11746 "futures-io",
11747]
11748
11749[[package]]
11750name = "pkcs1"
11751version = "0.7.5"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11754dependencies = [
11755 "der 0.7.10",
11756 "pkcs8 0.10.2",
11757 "spki 0.7.3",
11758]
11759
11760[[package]]
11761name = "pkcs8"
11762version = "0.9.0"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11765dependencies = [
11766 "der 0.6.1",
11767 "spki 0.6.0",
11768]
11769
11770[[package]]
11771name = "pkcs8"
11772version = "0.10.2"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11775dependencies = [
11776 "der 0.7.10",
11777 "spki 0.7.3",
11778]
11779
11780[[package]]
11781name = "pkg-config"
11782version = "0.3.32"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11785
11786[[package]]
11787name = "plain"
11788version = "0.2.3"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11791
11792[[package]]
11793name = "plist"
11794version = "1.7.1"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11797dependencies = [
11798 "base64 0.22.1",
11799 "indexmap 2.9.0",
11800 "quick-xml 0.32.0",
11801 "serde",
11802 "time",
11803]
11804
11805[[package]]
11806name = "plotters"
11807version = "0.3.7"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11810dependencies = [
11811 "num-traits",
11812 "plotters-backend",
11813 "plotters-svg",
11814 "wasm-bindgen",
11815 "web-sys",
11816]
11817
11818[[package]]
11819name = "plotters-backend"
11820version = "0.3.7"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11823
11824[[package]]
11825name = "plotters-svg"
11826version = "0.3.7"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11829dependencies = [
11830 "plotters-backend",
11831]
11832
11833[[package]]
11834name = "png"
11835version = "0.17.16"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11838dependencies = [
11839 "bitflags 1.3.2",
11840 "crc32fast",
11841 "fdeflate",
11842 "flate2",
11843 "miniz_oxide",
11844]
11845
11846[[package]]
11847name = "polling"
11848version = "3.11.0"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11851dependencies = [
11852 "cfg-if",
11853 "concurrent-queue",
11854 "hermit-abi 0.5.0",
11855 "pin-project-lite",
11856 "rustix 1.0.7",
11857 "windows-sys 0.61.0",
11858]
11859
11860[[package]]
11861name = "pollster"
11862version = "0.2.5"
11863source = "registry+https://github.com/rust-lang/crates.io-index"
11864checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11865
11866[[package]]
11867name = "portable-atomic"
11868version = "1.11.0"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11871
11872[[package]]
11873name = "portable-atomic-util"
11874version = "0.2.4"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11877dependencies = [
11878 "portable-atomic",
11879]
11880
11881[[package]]
11882name = "portable-pty"
11883version = "0.9.0"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11886dependencies = [
11887 "anyhow",
11888 "bitflags 1.3.2",
11889 "downcast-rs",
11890 "filedescriptor",
11891 "lazy_static",
11892 "libc",
11893 "log",
11894 "nix 0.28.0",
11895 "serial2",
11896 "shared_library",
11897 "shell-words",
11898 "winapi",
11899 "winreg 0.10.1",
11900]
11901
11902[[package]]
11903name = "postage"
11904version = "0.5.0"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11907dependencies = [
11908 "atomic",
11909 "crossbeam-queue",
11910 "futures 0.3.31",
11911 "log",
11912 "parking_lot",
11913 "pin-project",
11914 "pollster",
11915 "static_assertions",
11916 "thiserror 1.0.69",
11917]
11918
11919[[package]]
11920name = "postcard"
11921version = "1.1.1"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11924dependencies = [
11925 "cobs",
11926 "embedded-io 0.4.0",
11927 "embedded-io 0.6.1",
11928 "serde",
11929]
11930
11931[[package]]
11932name = "powerfmt"
11933version = "0.2.0"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11936
11937[[package]]
11938name = "ppv-lite86"
11939version = "0.2.21"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11942dependencies = [
11943 "zerocopy 0.8.24",
11944]
11945
11946[[package]]
11947name = "precomputed-hash"
11948version = "0.1.1"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11951
11952[[package]]
11953name = "prettier"
11954version = "0.1.0"
11955dependencies = [
11956 "anyhow",
11957 "collections",
11958 "fs",
11959 "gpui",
11960 "language",
11961 "log",
11962 "lsp",
11963 "node_runtime",
11964 "parking_lot",
11965 "paths",
11966 "serde",
11967 "serde_json",
11968 "util",
11969 "workspace-hack",
11970]
11971
11972[[package]]
11973name = "pretty_assertions"
11974version = "1.4.1"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11977dependencies = [
11978 "diff",
11979 "yansi",
11980]
11981
11982[[package]]
11983name = "prettyplease"
11984version = "0.2.32"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11987dependencies = [
11988 "proc-macro2",
11989 "syn 2.0.101",
11990]
11991
11992[[package]]
11993name = "primal-check"
11994version = "0.3.4"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
11997dependencies = [
11998 "num-integer",
11999]
12000
12001[[package]]
12002name = "proc-macro-crate"
12003version = "3.3.0"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12006dependencies = [
12007 "toml_edit",
12008]
12009
12010[[package]]
12011name = "proc-macro-error-attr2"
12012version = "2.0.0"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12015dependencies = [
12016 "proc-macro2",
12017 "quote",
12018]
12019
12020[[package]]
12021name = "proc-macro-error2"
12022version = "2.0.1"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12025dependencies = [
12026 "proc-macro-error-attr2",
12027 "proc-macro2",
12028 "quote",
12029 "syn 2.0.101",
12030]
12031
12032[[package]]
12033name = "proc-macro2"
12034version = "1.0.95"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12037dependencies = [
12038 "unicode-ident",
12039]
12040
12041[[package]]
12042name = "proc-macro2-diagnostics"
12043version = "0.10.1"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12046dependencies = [
12047 "proc-macro2",
12048 "quote",
12049 "syn 2.0.101",
12050 "version_check",
12051 "yansi",
12052]
12053
12054[[package]]
12055name = "procfs-core"
12056version = "0.16.0"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12059dependencies = [
12060 "bitflags 2.9.0",
12061 "hex",
12062]
12063
12064[[package]]
12065name = "profiling"
12066version = "1.0.16"
12067source = "registry+https://github.com/rust-lang/crates.io-index"
12068checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12069dependencies = [
12070 "profiling-procmacros",
12071]
12072
12073[[package]]
12074name = "profiling-procmacros"
12075version = "1.0.16"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12078dependencies = [
12079 "quote",
12080 "syn 2.0.101",
12081]
12082
12083[[package]]
12084name = "project"
12085version = "0.1.0"
12086dependencies = [
12087 "aho-corasick",
12088 "anyhow",
12089 "askpass",
12090 "async-trait",
12091 "base64 0.22.1",
12092 "buffer_diff",
12093 "circular-buffer",
12094 "client",
12095 "clock",
12096 "collections",
12097 "context_server",
12098 "dap",
12099 "dap_adapters",
12100 "extension",
12101 "fancy-regex 0.14.0",
12102 "fs",
12103 "futures 0.3.31",
12104 "fuzzy",
12105 "git",
12106 "git2",
12107 "git_hosting_providers",
12108 "globset",
12109 "gpui",
12110 "http_client",
12111 "image",
12112 "indexmap 2.9.0",
12113 "itertools 0.14.0",
12114 "language",
12115 "log",
12116 "lsp",
12117 "markdown",
12118 "node_runtime",
12119 "parking_lot",
12120 "paths",
12121 "postage",
12122 "prettier",
12123 "pretty_assertions",
12124 "rand 0.9.1",
12125 "regex",
12126 "release_channel",
12127 "remote",
12128 "rpc",
12129 "schemars 1.0.1",
12130 "semver",
12131 "serde",
12132 "serde_json",
12133 "settings",
12134 "sha2",
12135 "shellexpand 2.1.2",
12136 "shlex",
12137 "smallvec",
12138 "smol",
12139 "snippet",
12140 "snippet_provider",
12141 "sum_tree",
12142 "task",
12143 "tempfile",
12144 "terminal",
12145 "text",
12146 "toml 0.8.20",
12147 "unindent",
12148 "url",
12149 "util",
12150 "watch",
12151 "which 6.0.3",
12152 "workspace-hack",
12153 "worktree",
12154 "zeroize",
12155 "zlog",
12156]
12157
12158[[package]]
12159name = "project_panel"
12160version = "0.1.0"
12161dependencies = [
12162 "anyhow",
12163 "client",
12164 "collections",
12165 "command_palette_hooks",
12166 "db",
12167 "editor",
12168 "file_icons",
12169 "git",
12170 "git_ui",
12171 "gpui",
12172 "language",
12173 "menu",
12174 "pretty_assertions",
12175 "project",
12176 "schemars 1.0.1",
12177 "search",
12178 "serde",
12179 "serde_json",
12180 "settings",
12181 "smallvec",
12182 "telemetry",
12183 "theme",
12184 "ui",
12185 "util",
12186 "workspace",
12187 "workspace-hack",
12188 "worktree",
12189 "zed_actions",
12190]
12191
12192[[package]]
12193name = "project_symbols"
12194version = "0.1.0"
12195dependencies = [
12196 "anyhow",
12197 "editor",
12198 "futures 0.3.31",
12199 "fuzzy",
12200 "gpui",
12201 "language",
12202 "lsp",
12203 "ordered-float 2.10.1",
12204 "picker",
12205 "project",
12206 "release_channel",
12207 "serde_json",
12208 "settings",
12209 "theme",
12210 "util",
12211 "workspace",
12212 "workspace-hack",
12213]
12214
12215[[package]]
12216name = "prometheus"
12217version = "0.14.0"
12218source = "registry+https://github.com/rust-lang/crates.io-index"
12219checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12220dependencies = [
12221 "cfg-if",
12222 "fnv",
12223 "lazy_static",
12224 "memchr",
12225 "parking_lot",
12226 "protobuf",
12227 "thiserror 2.0.12",
12228]
12229
12230[[package]]
12231name = "prompt_store"
12232version = "0.1.0"
12233dependencies = [
12234 "anyhow",
12235 "assets",
12236 "chrono",
12237 "collections",
12238 "fs",
12239 "futures 0.3.31",
12240 "fuzzy",
12241 "gpui",
12242 "handlebars 4.5.0",
12243 "heed",
12244 "language",
12245 "log",
12246 "parking_lot",
12247 "paths",
12248 "rope",
12249 "serde",
12250 "serde_json",
12251 "text",
12252 "util",
12253 "uuid",
12254 "workspace-hack",
12255]
12256
12257[[package]]
12258name = "prost"
12259version = "0.9.0"
12260source = "registry+https://github.com/rust-lang/crates.io-index"
12261checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12262dependencies = [
12263 "bytes 1.10.1",
12264 "prost-derive 0.9.0",
12265]
12266
12267[[package]]
12268name = "prost"
12269version = "0.12.6"
12270source = "registry+https://github.com/rust-lang/crates.io-index"
12271checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12272dependencies = [
12273 "bytes 1.10.1",
12274 "prost-derive 0.12.6",
12275]
12276
12277[[package]]
12278name = "prost-build"
12279version = "0.9.0"
12280source = "registry+https://github.com/rust-lang/crates.io-index"
12281checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12282dependencies = [
12283 "bytes 1.10.1",
12284 "heck 0.3.3",
12285 "itertools 0.10.5",
12286 "lazy_static",
12287 "log",
12288 "multimap",
12289 "petgraph",
12290 "prost 0.9.0",
12291 "prost-types 0.9.0",
12292 "regex",
12293 "tempfile",
12294 "which 4.4.2",
12295]
12296
12297[[package]]
12298name = "prost-build"
12299version = "0.12.6"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12302dependencies = [
12303 "bytes 1.10.1",
12304 "heck 0.5.0",
12305 "itertools 0.12.1",
12306 "log",
12307 "multimap",
12308 "once_cell",
12309 "petgraph",
12310 "prettyplease",
12311 "prost 0.12.6",
12312 "prost-types 0.12.6",
12313 "regex",
12314 "syn 2.0.101",
12315 "tempfile",
12316]
12317
12318[[package]]
12319name = "prost-derive"
12320version = "0.9.0"
12321source = "registry+https://github.com/rust-lang/crates.io-index"
12322checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12323dependencies = [
12324 "anyhow",
12325 "itertools 0.10.5",
12326 "proc-macro2",
12327 "quote",
12328 "syn 1.0.109",
12329]
12330
12331[[package]]
12332name = "prost-derive"
12333version = "0.12.6"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12336dependencies = [
12337 "anyhow",
12338 "itertools 0.12.1",
12339 "proc-macro2",
12340 "quote",
12341 "syn 2.0.101",
12342]
12343
12344[[package]]
12345name = "prost-types"
12346version = "0.9.0"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12349dependencies = [
12350 "bytes 1.10.1",
12351 "prost 0.9.0",
12352]
12353
12354[[package]]
12355name = "prost-types"
12356version = "0.12.6"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12359dependencies = [
12360 "prost 0.12.6",
12361]
12362
12363[[package]]
12364name = "proto"
12365version = "0.1.0"
12366dependencies = [
12367 "anyhow",
12368 "collections",
12369 "prost 0.9.0",
12370 "prost-build 0.9.0",
12371 "serde",
12372 "typed-path",
12373 "workspace-hack",
12374]
12375
12376[[package]]
12377name = "protobuf"
12378version = "3.7.2"
12379source = "registry+https://github.com/rust-lang/crates.io-index"
12380checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12381dependencies = [
12382 "once_cell",
12383 "protobuf-support",
12384 "thiserror 1.0.69",
12385]
12386
12387[[package]]
12388name = "protobuf-support"
12389version = "3.7.2"
12390source = "registry+https://github.com/rust-lang/crates.io-index"
12391checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12392dependencies = [
12393 "thiserror 1.0.69",
12394]
12395
12396[[package]]
12397name = "psm"
12398version = "0.1.25"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12401dependencies = [
12402 "cc",
12403]
12404
12405[[package]]
12406name = "ptr_meta"
12407version = "0.1.4"
12408source = "registry+https://github.com/rust-lang/crates.io-index"
12409checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12410dependencies = [
12411 "ptr_meta_derive",
12412]
12413
12414[[package]]
12415name = "ptr_meta_derive"
12416version = "0.1.4"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12419dependencies = [
12420 "proc-macro2",
12421 "quote",
12422 "syn 1.0.109",
12423]
12424
12425[[package]]
12426name = "pulldown-cmark"
12427version = "0.10.3"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12430dependencies = [
12431 "bitflags 2.9.0",
12432 "memchr",
12433 "pulldown-cmark-escape",
12434 "unicase",
12435]
12436
12437[[package]]
12438name = "pulldown-cmark"
12439version = "0.12.2"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12442dependencies = [
12443 "bitflags 2.9.0",
12444 "memchr",
12445 "unicase",
12446]
12447
12448[[package]]
12449name = "pulldown-cmark-escape"
12450version = "0.10.1"
12451source = "registry+https://github.com/rust-lang/crates.io-index"
12452checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12453
12454[[package]]
12455name = "pulley-interpreter"
12456version = "29.0.1"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12459dependencies = [
12460 "cranelift-bitset",
12461 "log",
12462 "sptr",
12463 "wasmtime-math",
12464]
12465
12466[[package]]
12467name = "pulp"
12468version = "0.18.22"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12471dependencies = [
12472 "bytemuck",
12473 "libm",
12474 "num-complex",
12475 "reborrow",
12476]
12477
12478[[package]]
12479name = "pulp"
12480version = "0.21.5"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12483dependencies = [
12484 "bytemuck",
12485 "cfg-if",
12486 "libm",
12487 "num-complex",
12488 "reborrow",
12489 "version_check",
12490]
12491
12492[[package]]
12493name = "qoi"
12494version = "0.4.1"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12497dependencies = [
12498 "bytemuck",
12499]
12500
12501[[package]]
12502name = "quick-error"
12503version = "2.0.1"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12506
12507[[package]]
12508name = "quick-xml"
12509version = "0.30.0"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12512dependencies = [
12513 "memchr",
12514]
12515
12516[[package]]
12517name = "quick-xml"
12518version = "0.32.0"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12521dependencies = [
12522 "memchr",
12523]
12524
12525[[package]]
12526name = "quick-xml"
12527version = "0.37.4"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12530dependencies = [
12531 "memchr",
12532]
12533
12534[[package]]
12535name = "quinn"
12536version = "0.11.7"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12539dependencies = [
12540 "bytes 1.10.1",
12541 "cfg_aliases 0.2.1",
12542 "pin-project-lite",
12543 "quinn-proto",
12544 "quinn-udp",
12545 "rustc-hash 2.1.1",
12546 "rustls 0.23.26",
12547 "socket2",
12548 "thiserror 2.0.12",
12549 "tokio",
12550 "tracing",
12551 "web-time",
12552]
12553
12554[[package]]
12555name = "quinn-proto"
12556version = "0.11.10"
12557source = "registry+https://github.com/rust-lang/crates.io-index"
12558checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12559dependencies = [
12560 "bytes 1.10.1",
12561 "getrandom 0.3.2",
12562 "rand 0.9.1",
12563 "ring",
12564 "rustc-hash 2.1.1",
12565 "rustls 0.23.26",
12566 "rustls-pki-types",
12567 "slab",
12568 "thiserror 2.0.12",
12569 "tinyvec",
12570 "tracing",
12571 "web-time",
12572]
12573
12574[[package]]
12575name = "quinn-udp"
12576version = "0.5.11"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12579dependencies = [
12580 "cfg_aliases 0.2.1",
12581 "libc",
12582 "once_cell",
12583 "socket2",
12584 "tracing",
12585 "windows-sys 0.59.0",
12586]
12587
12588[[package]]
12589name = "quote"
12590version = "1.0.40"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12593dependencies = [
12594 "proc-macro2",
12595]
12596
12597[[package]]
12598name = "r-efi"
12599version = "5.2.0"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12602
12603[[package]]
12604name = "radium"
12605version = "0.7.0"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12608
12609[[package]]
12610name = "rand"
12611version = "0.8.5"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12614dependencies = [
12615 "libc",
12616 "rand_chacha 0.3.1",
12617 "rand_core 0.6.4",
12618]
12619
12620[[package]]
12621name = "rand"
12622version = "0.9.1"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12625dependencies = [
12626 "rand_chacha 0.9.0",
12627 "rand_core 0.9.3",
12628]
12629
12630[[package]]
12631name = "rand_chacha"
12632version = "0.3.1"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12635dependencies = [
12636 "ppv-lite86",
12637 "rand_core 0.6.4",
12638]
12639
12640[[package]]
12641name = "rand_chacha"
12642version = "0.9.0"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12645dependencies = [
12646 "ppv-lite86",
12647 "rand_core 0.9.3",
12648]
12649
12650[[package]]
12651name = "rand_core"
12652version = "0.6.4"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12655dependencies = [
12656 "getrandom 0.2.15",
12657]
12658
12659[[package]]
12660name = "rand_core"
12661version = "0.9.3"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12664dependencies = [
12665 "getrandom 0.3.2",
12666]
12667
12668[[package]]
12669name = "rand_distr"
12670version = "0.5.1"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12673dependencies = [
12674 "num-traits",
12675 "rand 0.9.1",
12676]
12677
12678[[package]]
12679name = "range-map"
12680version = "0.2.0"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12683dependencies = [
12684 "num-traits",
12685]
12686
12687[[package]]
12688name = "rangemap"
12689version = "1.5.1"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12692
12693[[package]]
12694name = "rav1e"
12695version = "0.7.1"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12698dependencies = [
12699 "arbitrary",
12700 "arg_enum_proc_macro",
12701 "arrayvec",
12702 "av1-grain",
12703 "bitstream-io",
12704 "built",
12705 "cfg-if",
12706 "interpolate_name",
12707 "itertools 0.12.1",
12708 "libc",
12709 "libfuzzer-sys",
12710 "log",
12711 "maybe-rayon",
12712 "new_debug_unreachable",
12713 "noop_proc_macro",
12714 "num-derive",
12715 "num-traits",
12716 "once_cell",
12717 "paste",
12718 "profiling",
12719 "rand 0.8.5",
12720 "rand_chacha 0.3.1",
12721 "simd_helpers",
12722 "system-deps",
12723 "thiserror 1.0.69",
12724 "v_frame",
12725 "wasm-bindgen",
12726]
12727
12728[[package]]
12729name = "ravif"
12730version = "0.11.12"
12731source = "registry+https://github.com/rust-lang/crates.io-index"
12732checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12733dependencies = [
12734 "avif-serialize",
12735 "imgref",
12736 "loop9",
12737 "quick-error",
12738 "rav1e",
12739 "rayon",
12740 "rgb",
12741]
12742
12743[[package]]
12744name = "raw-cpuid"
12745version = "10.7.0"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12748dependencies = [
12749 "bitflags 1.3.2",
12750]
12751
12752[[package]]
12753name = "raw-cpuid"
12754version = "11.6.0"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12757dependencies = [
12758 "bitflags 2.9.0",
12759]
12760
12761[[package]]
12762name = "raw-window-handle"
12763version = "0.6.2"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12766
12767[[package]]
12768name = "raw-window-metal"
12769version = "0.4.0"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12772dependencies = [
12773 "cocoa 0.25.0",
12774 "core-graphics 0.23.2",
12775 "objc",
12776 "raw-window-handle",
12777]
12778
12779[[package]]
12780name = "rayon"
12781version = "1.10.0"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12784dependencies = [
12785 "either",
12786 "rayon-core",
12787]
12788
12789[[package]]
12790name = "rayon-core"
12791version = "1.12.1"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12794dependencies = [
12795 "crossbeam-deque",
12796 "crossbeam-utils",
12797]
12798
12799[[package]]
12800name = "read-fonts"
12801version = "0.25.3"
12802source = "registry+https://github.com/rust-lang/crates.io-index"
12803checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12804dependencies = [
12805 "bytemuck",
12806 "font-types",
12807]
12808
12809[[package]]
12810name = "realfft"
12811version = "3.5.0"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12814dependencies = [
12815 "rustfft",
12816]
12817
12818[[package]]
12819name = "reborrow"
12820version = "0.5.5"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12823
12824[[package]]
12825name = "recent_projects"
12826version = "0.1.0"
12827dependencies = [
12828 "anyhow",
12829 "askpass",
12830 "auto_update",
12831 "dap",
12832 "editor",
12833 "extension_host",
12834 "file_finder",
12835 "futures 0.3.31",
12836 "fuzzy",
12837 "gpui",
12838 "indoc",
12839 "language",
12840 "log",
12841 "markdown",
12842 "menu",
12843 "ordered-float 2.10.1",
12844 "paths",
12845 "picker",
12846 "project",
12847 "release_channel",
12848 "remote",
12849 "serde",
12850 "serde_json",
12851 "settings",
12852 "smol",
12853 "task",
12854 "telemetry",
12855 "theme",
12856 "ui",
12857 "util",
12858 "windows-registry 0.6.0",
12859 "workspace",
12860 "workspace-hack",
12861 "zed_actions",
12862]
12863
12864[[package]]
12865name = "redox_syscall"
12866version = "0.2.16"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12869dependencies = [
12870 "bitflags 1.3.2",
12871]
12872
12873[[package]]
12874name = "redox_syscall"
12875version = "0.5.11"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12878dependencies = [
12879 "bitflags 2.9.0",
12880]
12881
12882[[package]]
12883name = "redox_users"
12884version = "0.4.6"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12887dependencies = [
12888 "getrandom 0.2.15",
12889 "libredox",
12890 "thiserror 1.0.69",
12891]
12892
12893[[package]]
12894name = "redox_users"
12895version = "0.5.0"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12898dependencies = [
12899 "getrandom 0.2.15",
12900 "libredox",
12901 "thiserror 2.0.12",
12902]
12903
12904[[package]]
12905name = "ref-cast"
12906version = "1.0.24"
12907source = "registry+https://github.com/rust-lang/crates.io-index"
12908checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12909dependencies = [
12910 "ref-cast-impl",
12911]
12912
12913[[package]]
12914name = "ref-cast-impl"
12915version = "1.0.24"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12918dependencies = [
12919 "proc-macro2",
12920 "quote",
12921 "syn 2.0.101",
12922]
12923
12924[[package]]
12925name = "referencing"
12926version = "0.30.0"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12929dependencies = [
12930 "ahash 0.8.11",
12931 "fluent-uri",
12932 "once_cell",
12933 "parking_lot",
12934 "percent-encoding",
12935 "serde_json",
12936]
12937
12938[[package]]
12939name = "refineable"
12940version = "0.1.0"
12941dependencies = [
12942 "derive_refineable",
12943 "workspace-hack",
12944]
12945
12946[[package]]
12947name = "regalloc2"
12948version = "0.11.2"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12951dependencies = [
12952 "allocator-api2",
12953 "bumpalo",
12954 "hashbrown 0.15.3",
12955 "log",
12956 "rustc-hash 2.1.1",
12957 "serde",
12958 "smallvec",
12959]
12960
12961[[package]]
12962name = "regex"
12963version = "1.11.1"
12964source = "registry+https://github.com/rust-lang/crates.io-index"
12965checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12966dependencies = [
12967 "aho-corasick",
12968 "memchr",
12969 "regex-automata",
12970 "regex-syntax",
12971]
12972
12973[[package]]
12974name = "regex-automata"
12975version = "0.4.9"
12976source = "registry+https://github.com/rust-lang/crates.io-index"
12977checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12978dependencies = [
12979 "aho-corasick",
12980 "memchr",
12981 "regex-syntax",
12982]
12983
12984[[package]]
12985name = "regex-lite"
12986version = "0.1.6"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12989
12990[[package]]
12991name = "regex-syntax"
12992version = "0.8.5"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12995
12996[[package]]
12997name = "release_channel"
12998version = "0.1.0"
12999dependencies = [
13000 "gpui",
13001 "workspace-hack",
13002]
13003
13004[[package]]
13005name = "remote"
13006version = "0.1.0"
13007dependencies = [
13008 "anyhow",
13009 "askpass",
13010 "async-trait",
13011 "collections",
13012 "fs",
13013 "futures 0.3.31",
13014 "gpui",
13015 "itertools 0.14.0",
13016 "log",
13017 "parking_lot",
13018 "paths",
13019 "prost 0.9.0",
13020 "release_channel",
13021 "rpc",
13022 "serde",
13023 "serde_json",
13024 "settings",
13025 "shlex",
13026 "smol",
13027 "tempfile",
13028 "thiserror 2.0.12",
13029 "urlencoding",
13030 "util",
13031 "which 6.0.3",
13032 "workspace-hack",
13033]
13034
13035[[package]]
13036name = "remote_server"
13037version = "0.1.0"
13038dependencies = [
13039 "action_log",
13040 "anyhow",
13041 "askpass",
13042 "assistant_tool",
13043 "assistant_tools",
13044 "cargo_toml",
13045 "clap",
13046 "client",
13047 "clock",
13048 "collections",
13049 "crash-handler",
13050 "crashes",
13051 "dap",
13052 "dap_adapters",
13053 "debug_adapter_extension",
13054 "editor",
13055 "env_logger 0.11.8",
13056 "extension",
13057 "extension_host",
13058 "fork",
13059 "fs",
13060 "futures 0.3.31",
13061 "git",
13062 "git2",
13063 "git_hosting_providers",
13064 "gpui",
13065 "gpui_tokio",
13066 "http_client",
13067 "json_schema_store",
13068 "language",
13069 "language_extension",
13070 "language_model",
13071 "languages",
13072 "libc",
13073 "log",
13074 "lsp",
13075 "minidumper",
13076 "node_runtime",
13077 "paths",
13078 "pretty_assertions",
13079 "project",
13080 "proto",
13081 "release_channel",
13082 "remote",
13083 "reqwest_client",
13084 "rpc",
13085 "rust-embed",
13086 "serde",
13087 "serde_json",
13088 "settings",
13089 "shellexpand 2.1.2",
13090 "smol",
13091 "sysinfo",
13092 "thiserror 2.0.12",
13093 "toml 0.8.20",
13094 "unindent",
13095 "util",
13096 "watch",
13097 "workspace",
13098 "worktree",
13099 "zlog",
13100]
13101
13102[[package]]
13103name = "rend"
13104version = "0.4.2"
13105source = "registry+https://github.com/rust-lang/crates.io-index"
13106checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13107dependencies = [
13108 "bytecheck",
13109]
13110
13111[[package]]
13112name = "repl"
13113version = "0.1.0"
13114dependencies = [
13115 "alacritty_terminal",
13116 "anyhow",
13117 "async-dispatcher",
13118 "async-tungstenite",
13119 "base64 0.22.1",
13120 "client",
13121 "collections",
13122 "command_palette_hooks",
13123 "editor",
13124 "env_logger 0.11.8",
13125 "feature_flags",
13126 "file_icons",
13127 "futures 0.3.31",
13128 "gpui",
13129 "http_client",
13130 "image",
13131 "indoc",
13132 "jupyter-protocol",
13133 "jupyter-websocket-client",
13134 "language",
13135 "languages",
13136 "log",
13137 "markdown_preview",
13138 "menu",
13139 "multi_buffer",
13140 "nbformat",
13141 "picker",
13142 "project",
13143 "runtimelib",
13144 "serde",
13145 "serde_json",
13146 "settings",
13147 "smol",
13148 "telemetry",
13149 "terminal",
13150 "terminal_view",
13151 "theme",
13152 "tree-sitter-md",
13153 "tree-sitter-python",
13154 "tree-sitter-typescript",
13155 "ui",
13156 "util",
13157 "uuid",
13158 "workspace",
13159 "workspace-hack",
13160]
13161
13162[[package]]
13163name = "reqwest"
13164version = "0.11.27"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13167dependencies = [
13168 "base64 0.21.7",
13169 "bytes 1.10.1",
13170 "encoding_rs",
13171 "futures-core",
13172 "futures-util",
13173 "h2 0.3.26",
13174 "http 0.2.12",
13175 "http-body 0.4.6",
13176 "hyper 0.14.32",
13177 "hyper-rustls 0.24.2",
13178 "hyper-tls",
13179 "ipnet",
13180 "js-sys",
13181 "log",
13182 "mime",
13183 "native-tls",
13184 "once_cell",
13185 "percent-encoding",
13186 "pin-project-lite",
13187 "rustls 0.21.12",
13188 "rustls-native-certs 0.6.3",
13189 "rustls-pemfile 1.0.4",
13190 "serde",
13191 "serde_json",
13192 "serde_urlencoded",
13193 "sync_wrapper 0.1.2",
13194 "system-configuration 0.5.1",
13195 "tokio",
13196 "tokio-native-tls",
13197 "tokio-rustls 0.24.1",
13198 "tower-service",
13199 "url",
13200 "wasm-bindgen",
13201 "wasm-bindgen-futures",
13202 "web-sys",
13203 "winreg 0.50.0",
13204]
13205
13206[[package]]
13207name = "reqwest"
13208version = "0.12.15"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13211dependencies = [
13212 "base64 0.22.1",
13213 "bytes 1.10.1",
13214 "futures-channel",
13215 "futures-core",
13216 "futures-util",
13217 "http 1.3.1",
13218 "http-body 1.0.1",
13219 "http-body-util",
13220 "hyper 1.6.0",
13221 "hyper-util",
13222 "ipnet",
13223 "js-sys",
13224 "log",
13225 "mime",
13226 "once_cell",
13227 "percent-encoding",
13228 "pin-project-lite",
13229 "serde",
13230 "serde_json",
13231 "serde_urlencoded",
13232 "sync_wrapper 1.0.2",
13233 "tokio",
13234 "tower 0.5.2",
13235 "tower-service",
13236 "url",
13237 "wasm-bindgen",
13238 "wasm-bindgen-futures",
13239 "web-sys",
13240 "windows-registry 0.4.0",
13241]
13242
13243[[package]]
13244name = "reqwest"
13245version = "0.12.15"
13246source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13247dependencies = [
13248 "base64 0.22.1",
13249 "bytes 1.10.1",
13250 "encoding_rs",
13251 "futures-core",
13252 "futures-util",
13253 "h2 0.4.9",
13254 "http 1.3.1",
13255 "http-body 1.0.1",
13256 "http-body-util",
13257 "hyper 1.6.0",
13258 "hyper-rustls 0.27.5",
13259 "hyper-util",
13260 "ipnet",
13261 "js-sys",
13262 "log",
13263 "mime",
13264 "mime_guess",
13265 "once_cell",
13266 "percent-encoding",
13267 "pin-project-lite",
13268 "quinn",
13269 "rustls 0.23.26",
13270 "rustls-native-certs 0.8.1",
13271 "rustls-pemfile 2.2.0",
13272 "rustls-pki-types",
13273 "serde",
13274 "serde_json",
13275 "serde_urlencoded",
13276 "sync_wrapper 1.0.2",
13277 "system-configuration 0.6.1",
13278 "tokio",
13279 "tokio-rustls 0.26.2",
13280 "tokio-socks",
13281 "tokio-util",
13282 "tower 0.5.2",
13283 "tower-service",
13284 "url",
13285 "wasm-bindgen",
13286 "wasm-bindgen-futures",
13287 "wasm-streams",
13288 "web-sys",
13289 "windows-registry 0.4.0",
13290]
13291
13292[[package]]
13293name = "reqwest_client"
13294version = "0.1.0"
13295dependencies = [
13296 "anyhow",
13297 "bytes 1.10.1",
13298 "futures 0.3.31",
13299 "gpui",
13300 "http_client",
13301 "http_client_tls",
13302 "log",
13303 "regex",
13304 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13305 "serde",
13306 "tokio",
13307 "workspace-hack",
13308]
13309
13310[[package]]
13311name = "resvg"
13312version = "0.45.1"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13315dependencies = [
13316 "log",
13317 "pico-args",
13318 "rgb",
13319 "svgtypes",
13320 "tiny-skia",
13321 "usvg",
13322]
13323
13324[[package]]
13325name = "rfc6979"
13326version = "0.3.1"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13329dependencies = [
13330 "crypto-bigint 0.4.9",
13331 "hmac",
13332 "zeroize",
13333]
13334
13335[[package]]
13336name = "rgb"
13337version = "0.8.50"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13340dependencies = [
13341 "bytemuck",
13342]
13343
13344[[package]]
13345name = "rich_text"
13346version = "0.1.0"
13347dependencies = [
13348 "futures 0.3.31",
13349 "gpui",
13350 "language",
13351 "linkify",
13352 "pulldown-cmark 0.12.2",
13353 "theme",
13354 "ui",
13355 "util",
13356 "workspace-hack",
13357]
13358
13359[[package]]
13360name = "ring"
13361version = "0.17.14"
13362source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13364dependencies = [
13365 "cc",
13366 "cfg-if",
13367 "getrandom 0.2.15",
13368 "libc",
13369 "untrusted",
13370 "windows-sys 0.52.0",
13371]
13372
13373[[package]]
13374name = "rkyv"
13375version = "0.7.45"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13378dependencies = [
13379 "bitvec",
13380 "bytecheck",
13381 "bytes 1.10.1",
13382 "hashbrown 0.12.3",
13383 "ptr_meta",
13384 "rend",
13385 "rkyv_derive",
13386 "seahash",
13387 "tinyvec",
13388 "uuid",
13389]
13390
13391[[package]]
13392name = "rkyv_derive"
13393version = "0.7.45"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13396dependencies = [
13397 "proc-macro2",
13398 "quote",
13399 "syn 1.0.109",
13400]
13401
13402[[package]]
13403name = "rmp"
13404version = "0.8.14"
13405source = "registry+https://github.com/rust-lang/crates.io-index"
13406checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13407dependencies = [
13408 "byteorder",
13409 "num-traits",
13410 "paste",
13411]
13412
13413[[package]]
13414name = "rmpv"
13415version = "1.3.0"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13418dependencies = [
13419 "num-traits",
13420 "rmp",
13421]
13422
13423[[package]]
13424name = "rodio"
13425version = "0.21.1"
13426source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13427dependencies = [
13428 "cpal",
13429 "dasp_sample",
13430 "hound",
13431 "num-rational",
13432 "rtrb",
13433 "symphonia",
13434 "thiserror 2.0.12",
13435]
13436
13437[[package]]
13438name = "rope"
13439version = "0.1.0"
13440dependencies = [
13441 "arrayvec",
13442 "criterion",
13443 "ctor",
13444 "gpui",
13445 "log",
13446 "rand 0.9.1",
13447 "rayon",
13448 "smallvec",
13449 "sum_tree",
13450 "unicode-segmentation",
13451 "util",
13452 "workspace-hack",
13453 "zlog",
13454]
13455
13456[[package]]
13457name = "roxmltree"
13458version = "0.20.0"
13459source = "registry+https://github.com/rust-lang/crates.io-index"
13460checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13461
13462[[package]]
13463name = "rpc"
13464version = "0.1.0"
13465dependencies = [
13466 "anyhow",
13467 "async-tungstenite",
13468 "base64 0.22.1",
13469 "chrono",
13470 "collections",
13471 "futures 0.3.31",
13472 "gpui",
13473 "parking_lot",
13474 "proto",
13475 "rand 0.9.1",
13476 "rsa",
13477 "serde",
13478 "serde_json",
13479 "sha2",
13480 "strum 0.27.1",
13481 "tracing",
13482 "util",
13483 "workspace-hack",
13484 "zlog",
13485 "zstd",
13486]
13487
13488[[package]]
13489name = "rsa"
13490version = "0.9.8"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13493dependencies = [
13494 "const-oid",
13495 "digest",
13496 "num-bigint-dig",
13497 "num-integer",
13498 "num-traits",
13499 "pkcs1",
13500 "pkcs8 0.10.2",
13501 "rand_core 0.6.4",
13502 "signature 2.2.0",
13503 "spki 0.7.3",
13504 "subtle",
13505 "zeroize",
13506]
13507
13508[[package]]
13509name = "rtrb"
13510version = "0.3.2"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13513
13514[[package]]
13515name = "rules_library"
13516version = "0.1.0"
13517dependencies = [
13518 "anyhow",
13519 "collections",
13520 "editor",
13521 "gpui",
13522 "language",
13523 "language_model",
13524 "log",
13525 "menu",
13526 "picker",
13527 "prompt_store",
13528 "release_channel",
13529 "rope",
13530 "serde",
13531 "settings",
13532 "theme",
13533 "title_bar",
13534 "ui",
13535 "util",
13536 "workspace",
13537 "workspace-hack",
13538 "zed_actions",
13539]
13540
13541[[package]]
13542name = "runtimelib"
13543version = "0.25.0"
13544source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13545dependencies = [
13546 "anyhow",
13547 "async-dispatcher",
13548 "async-std",
13549 "base64 0.22.1",
13550 "bytes 1.10.1",
13551 "chrono",
13552 "data-encoding",
13553 "dirs 5.0.1",
13554 "futures 0.3.31",
13555 "glob",
13556 "jupyter-protocol",
13557 "ring",
13558 "serde",
13559 "serde_json",
13560 "shellexpand 3.1.1",
13561 "smol",
13562 "uuid",
13563 "zeromq",
13564]
13565
13566[[package]]
13567name = "rust-embed"
13568version = "8.7.0"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13571dependencies = [
13572 "rust-embed-impl",
13573 "rust-embed-utils",
13574 "walkdir",
13575]
13576
13577[[package]]
13578name = "rust-embed-impl"
13579version = "8.7.0"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13582dependencies = [
13583 "proc-macro2",
13584 "quote",
13585 "rust-embed-utils",
13586 "syn 2.0.101",
13587 "walkdir",
13588]
13589
13590[[package]]
13591name = "rust-embed-utils"
13592version = "8.7.0"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13595dependencies = [
13596 "globset",
13597 "sha2",
13598 "walkdir",
13599]
13600
13601[[package]]
13602name = "rust_decimal"
13603version = "1.37.1"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13606dependencies = [
13607 "arrayvec",
13608 "borsh",
13609 "bytes 1.10.1",
13610 "num-traits",
13611 "rand 0.8.5",
13612 "rkyv",
13613 "serde",
13614 "serde_json",
13615]
13616
13617[[package]]
13618name = "rustc-demangle"
13619version = "0.1.24"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13622
13623[[package]]
13624name = "rustc-hash"
13625version = "1.1.0"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13628
13629[[package]]
13630name = "rustc-hash"
13631version = "2.1.1"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13634
13635[[package]]
13636name = "rustc_version"
13637version = "0.4.1"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13640dependencies = [
13641 "semver",
13642]
13643
13644[[package]]
13645name = "rustfft"
13646version = "6.4.0"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13649dependencies = [
13650 "num-complex",
13651 "num-integer",
13652 "num-traits",
13653 "primal-check",
13654 "strength_reduce",
13655 "transpose",
13656]
13657
13658[[package]]
13659name = "rustix"
13660version = "0.38.44"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13663dependencies = [
13664 "bitflags 2.9.0",
13665 "errno 0.3.11",
13666 "libc",
13667 "linux-raw-sys 0.4.15",
13668 "windows-sys 0.59.0",
13669]
13670
13671[[package]]
13672name = "rustix"
13673version = "1.0.7"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13676dependencies = [
13677 "bitflags 2.9.0",
13678 "errno 0.3.11",
13679 "libc",
13680 "linux-raw-sys 0.9.4",
13681 "windows-sys 0.59.0",
13682]
13683
13684[[package]]
13685name = "rustix-linux-procfs"
13686version = "0.1.1"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13689dependencies = [
13690 "once_cell",
13691 "rustix 1.0.7",
13692]
13693
13694[[package]]
13695name = "rustix-openpty"
13696version = "0.2.0"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13699dependencies = [
13700 "errno 0.3.11",
13701 "libc",
13702 "rustix 1.0.7",
13703]
13704
13705[[package]]
13706name = "rustls"
13707version = "0.21.12"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13710dependencies = [
13711 "log",
13712 "ring",
13713 "rustls-webpki 0.101.7",
13714 "sct",
13715]
13716
13717[[package]]
13718name = "rustls"
13719version = "0.23.26"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13722dependencies = [
13723 "aws-lc-rs",
13724 "log",
13725 "once_cell",
13726 "ring",
13727 "rustls-pki-types",
13728 "rustls-webpki 0.103.1",
13729 "subtle",
13730 "zeroize",
13731]
13732
13733[[package]]
13734name = "rustls-native-certs"
13735version = "0.6.3"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13738dependencies = [
13739 "openssl-probe",
13740 "rustls-pemfile 1.0.4",
13741 "schannel",
13742 "security-framework 2.11.1",
13743]
13744
13745[[package]]
13746name = "rustls-native-certs"
13747version = "0.8.1"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13750dependencies = [
13751 "openssl-probe",
13752 "rustls-pki-types",
13753 "schannel",
13754 "security-framework 3.2.0",
13755]
13756
13757[[package]]
13758name = "rustls-pemfile"
13759version = "1.0.4"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13762dependencies = [
13763 "base64 0.21.7",
13764]
13765
13766[[package]]
13767name = "rustls-pemfile"
13768version = "2.2.0"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13771dependencies = [
13772 "rustls-pki-types",
13773]
13774
13775[[package]]
13776name = "rustls-pki-types"
13777version = "1.12.0"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13780dependencies = [
13781 "web-time",
13782 "zeroize",
13783]
13784
13785[[package]]
13786name = "rustls-platform-verifier"
13787version = "0.5.1"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13790dependencies = [
13791 "core-foundation 0.10.0",
13792 "core-foundation-sys",
13793 "jni",
13794 "log",
13795 "once_cell",
13796 "rustls 0.23.26",
13797 "rustls-native-certs 0.8.1",
13798 "rustls-platform-verifier-android",
13799 "rustls-webpki 0.103.1",
13800 "security-framework 3.2.0",
13801 "security-framework-sys",
13802 "webpki-root-certs",
13803 "windows-sys 0.59.0",
13804]
13805
13806[[package]]
13807name = "rustls-platform-verifier-android"
13808version = "0.1.1"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13811
13812[[package]]
13813name = "rustls-webpki"
13814version = "0.101.7"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13817dependencies = [
13818 "ring",
13819 "untrusted",
13820]
13821
13822[[package]]
13823name = "rustls-webpki"
13824version = "0.103.1"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13827dependencies = [
13828 "aws-lc-rs",
13829 "ring",
13830 "rustls-pki-types",
13831 "untrusted",
13832]
13833
13834[[package]]
13835name = "rustversion"
13836version = "1.0.20"
13837source = "registry+https://github.com/rust-lang/crates.io-index"
13838checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13839
13840[[package]]
13841name = "rustybuzz"
13842version = "0.14.1"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13845dependencies = [
13846 "bitflags 2.9.0",
13847 "bytemuck",
13848 "libm",
13849 "smallvec",
13850 "ttf-parser 0.21.1",
13851 "unicode-bidi-mirroring 0.2.0",
13852 "unicode-ccc 0.2.0",
13853 "unicode-properties",
13854 "unicode-script",
13855]
13856
13857[[package]]
13858name = "rustybuzz"
13859version = "0.20.1"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13862dependencies = [
13863 "bitflags 2.9.0",
13864 "bytemuck",
13865 "core_maths",
13866 "log",
13867 "smallvec",
13868 "ttf-parser 0.25.1",
13869 "unicode-bidi-mirroring 0.4.0",
13870 "unicode-ccc 0.4.0",
13871 "unicode-properties",
13872 "unicode-script",
13873]
13874
13875[[package]]
13876name = "ryu"
13877version = "1.0.20"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13880
13881[[package]]
13882name = "safetensors"
13883version = "0.4.5"
13884source = "registry+https://github.com/rust-lang/crates.io-index"
13885checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13886dependencies = [
13887 "serde",
13888 "serde_json",
13889]
13890
13891[[package]]
13892name = "salsa20"
13893version = "0.10.2"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13896dependencies = [
13897 "cipher",
13898]
13899
13900[[package]]
13901name = "same-file"
13902version = "1.0.6"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13905dependencies = [
13906 "winapi-util",
13907]
13908
13909[[package]]
13910name = "scap"
13911version = "0.0.8"
13912source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13913dependencies = [
13914 "anyhow",
13915 "cocoa 0.25.0",
13916 "core-graphics-helmer-fork",
13917 "log",
13918 "objc",
13919 "rand 0.8.5",
13920 "screencapturekit",
13921 "screencapturekit-sys",
13922 "sysinfo",
13923 "tao-core-video-sys",
13924 "windows 0.61.1",
13925 "windows-capture",
13926 "x11",
13927 "xcb",
13928]
13929
13930[[package]]
13931name = "schannel"
13932version = "0.1.27"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13935dependencies = [
13936 "windows-sys 0.59.0",
13937]
13938
13939[[package]]
13940name = "scheduler"
13941version = "0.1.0"
13942dependencies = [
13943 "async-task",
13944 "backtrace",
13945 "chrono",
13946 "futures 0.3.31",
13947 "parking_lot",
13948 "rand 0.9.1",
13949 "workspace-hack",
13950]
13951
13952[[package]]
13953name = "schema_generator"
13954version = "0.1.0"
13955dependencies = [
13956 "anyhow",
13957 "clap",
13958 "env_logger 0.11.8",
13959 "schemars 1.0.1",
13960 "serde",
13961 "serde_json",
13962 "theme",
13963 "workspace-hack",
13964]
13965
13966[[package]]
13967name = "schemars"
13968version = "0.9.0"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13971dependencies = [
13972 "dyn-clone",
13973 "ref-cast",
13974 "serde",
13975 "serde_json",
13976]
13977
13978[[package]]
13979name = "schemars"
13980version = "1.0.1"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13983dependencies = [
13984 "dyn-clone",
13985 "indexmap 2.9.0",
13986 "ref-cast",
13987 "schemars_derive",
13988 "serde",
13989 "serde_json",
13990]
13991
13992[[package]]
13993name = "schemars_derive"
13994version = "1.0.1"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
13997dependencies = [
13998 "proc-macro2",
13999 "quote",
14000 "serde_derive_internals",
14001 "syn 2.0.101",
14002]
14003
14004[[package]]
14005name = "scoped-tls"
14006version = "1.0.1"
14007source = "registry+https://github.com/rust-lang/crates.io-index"
14008checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14009
14010[[package]]
14011name = "scopeguard"
14012version = "1.2.0"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14015
14016[[package]]
14017name = "scratch"
14018version = "1.0.8"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14021
14022[[package]]
14023name = "screencapturekit"
14024version = "0.2.8"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14027dependencies = [
14028 "screencapturekit-sys",
14029]
14030
14031[[package]]
14032name = "screencapturekit-sys"
14033version = "0.2.8"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14036dependencies = [
14037 "block",
14038 "dispatch",
14039 "objc",
14040 "objc-foundation",
14041 "objc_id",
14042 "once_cell",
14043]
14044
14045[[package]]
14046name = "scroll"
14047version = "0.12.0"
14048source = "registry+https://github.com/rust-lang/crates.io-index"
14049checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14050dependencies = [
14051 "scroll_derive",
14052]
14053
14054[[package]]
14055name = "scroll_derive"
14056version = "0.12.1"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14059dependencies = [
14060 "proc-macro2",
14061 "quote",
14062 "syn 2.0.101",
14063]
14064
14065[[package]]
14066name = "scrypt"
14067version = "0.11.0"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14070dependencies = [
14071 "password-hash 0.5.0",
14072 "pbkdf2 0.12.2",
14073 "salsa20",
14074 "sha2",
14075]
14076
14077[[package]]
14078name = "sct"
14079version = "0.7.1"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14082dependencies = [
14083 "ring",
14084 "untrusted",
14085]
14086
14087[[package]]
14088name = "sea-bae"
14089version = "0.2.1"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14092dependencies = [
14093 "heck 0.4.1",
14094 "proc-macro-error2",
14095 "proc-macro2",
14096 "quote",
14097 "syn 2.0.101",
14098]
14099
14100[[package]]
14101name = "sea-orm"
14102version = "1.1.10"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14105dependencies = [
14106 "async-stream",
14107 "async-trait",
14108 "bigdecimal",
14109 "chrono",
14110 "futures-util",
14111 "log",
14112 "ouroboros",
14113 "pgvector",
14114 "rust_decimal",
14115 "sea-orm-macros",
14116 "sea-query",
14117 "sea-query-binder",
14118 "serde",
14119 "serde_json",
14120 "sqlx",
14121 "strum 0.26.3",
14122 "thiserror 2.0.12",
14123 "time",
14124 "tracing",
14125 "url",
14126 "uuid",
14127]
14128
14129[[package]]
14130name = "sea-orm-macros"
14131version = "1.1.10"
14132source = "registry+https://github.com/rust-lang/crates.io-index"
14133checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14134dependencies = [
14135 "heck 0.4.1",
14136 "proc-macro2",
14137 "quote",
14138 "sea-bae",
14139 "syn 2.0.101",
14140 "unicode-ident",
14141]
14142
14143[[package]]
14144name = "sea-query"
14145version = "0.32.4"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14148dependencies = [
14149 "bigdecimal",
14150 "chrono",
14151 "inherent",
14152 "ordered-float 4.6.0",
14153 "rust_decimal",
14154 "serde_json",
14155 "time",
14156 "uuid",
14157]
14158
14159[[package]]
14160name = "sea-query-binder"
14161version = "0.7.0"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14164dependencies = [
14165 "bigdecimal",
14166 "chrono",
14167 "rust_decimal",
14168 "sea-query",
14169 "serde_json",
14170 "sqlx",
14171 "time",
14172 "uuid",
14173]
14174
14175[[package]]
14176name = "seahash"
14177version = "4.1.0"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14180
14181[[package]]
14182name = "search"
14183version = "0.1.0"
14184dependencies = [
14185 "any_vec",
14186 "anyhow",
14187 "bitflags 2.9.0",
14188 "client",
14189 "collections",
14190 "editor",
14191 "futures 0.3.31",
14192 "gpui",
14193 "language",
14194 "menu",
14195 "project",
14196 "schemars 1.0.1",
14197 "serde",
14198 "serde_json",
14199 "settings",
14200 "smol",
14201 "theme",
14202 "ui",
14203 "unindent",
14204 "util",
14205 "workspace",
14206 "workspace-hack",
14207 "zed_actions",
14208]
14209
14210[[package]]
14211name = "sec1"
14212version = "0.3.0"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14215dependencies = [
14216 "base16ct",
14217 "der 0.6.1",
14218 "generic-array",
14219 "pkcs8 0.9.0",
14220 "subtle",
14221 "zeroize",
14222]
14223
14224[[package]]
14225name = "security-framework"
14226version = "2.11.1"
14227source = "registry+https://github.com/rust-lang/crates.io-index"
14228checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14229dependencies = [
14230 "bitflags 2.9.0",
14231 "core-foundation 0.9.4",
14232 "core-foundation-sys",
14233 "libc",
14234 "security-framework-sys",
14235]
14236
14237[[package]]
14238name = "security-framework"
14239version = "3.2.0"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14242dependencies = [
14243 "bitflags 2.9.0",
14244 "core-foundation 0.10.0",
14245 "core-foundation-sys",
14246 "libc",
14247 "security-framework-sys",
14248]
14249
14250[[package]]
14251name = "security-framework-sys"
14252version = "2.14.0"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14255dependencies = [
14256 "core-foundation-sys",
14257 "libc",
14258]
14259
14260[[package]]
14261name = "self_cell"
14262version = "1.2.0"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14265
14266[[package]]
14267name = "semantic_version"
14268version = "0.1.0"
14269dependencies = [
14270 "anyhow",
14271 "serde",
14272 "workspace-hack",
14273]
14274
14275[[package]]
14276name = "semver"
14277version = "1.0.26"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14280dependencies = [
14281 "serde",
14282]
14283
14284[[package]]
14285name = "seq-macro"
14286version = "0.3.6"
14287source = "registry+https://github.com/rust-lang/crates.io-index"
14288checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14289
14290[[package]]
14291name = "serde"
14292version = "1.0.221"
14293source = "registry+https://github.com/rust-lang/crates.io-index"
14294checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14295dependencies = [
14296 "serde_core",
14297 "serde_derive",
14298]
14299
14300[[package]]
14301name = "serde_core"
14302version = "1.0.221"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14305dependencies = [
14306 "serde_derive",
14307]
14308
14309[[package]]
14310name = "serde_derive"
14311version = "1.0.221"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14314dependencies = [
14315 "proc-macro2",
14316 "quote",
14317 "syn 2.0.101",
14318]
14319
14320[[package]]
14321name = "serde_derive_internals"
14322version = "0.29.1"
14323source = "registry+https://github.com/rust-lang/crates.io-index"
14324checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14325dependencies = [
14326 "proc-macro2",
14327 "quote",
14328 "syn 2.0.101",
14329]
14330
14331[[package]]
14332name = "serde_fmt"
14333version = "1.0.3"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14336dependencies = [
14337 "serde",
14338]
14339
14340[[package]]
14341name = "serde_json"
14342version = "1.0.144"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14345dependencies = [
14346 "indexmap 2.9.0",
14347 "itoa",
14348 "memchr",
14349 "ryu",
14350 "serde_core",
14351]
14352
14353[[package]]
14354name = "serde_json_lenient"
14355version = "0.2.4"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14358dependencies = [
14359 "indexmap 2.9.0",
14360 "itoa",
14361 "memchr",
14362 "ryu",
14363 "serde",
14364]
14365
14366[[package]]
14367name = "serde_path_to_error"
14368version = "0.1.17"
14369source = "registry+https://github.com/rust-lang/crates.io-index"
14370checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14371dependencies = [
14372 "itoa",
14373 "serde",
14374]
14375
14376[[package]]
14377name = "serde_repr"
14378version = "0.1.20"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14381dependencies = [
14382 "proc-macro2",
14383 "quote",
14384 "syn 2.0.101",
14385]
14386
14387[[package]]
14388name = "serde_spanned"
14389version = "0.6.8"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14392dependencies = [
14393 "serde",
14394]
14395
14396[[package]]
14397name = "serde_urlencoded"
14398version = "0.7.1"
14399source = "registry+https://github.com/rust-lang/crates.io-index"
14400checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14401dependencies = [
14402 "form_urlencoded",
14403 "itoa",
14404 "ryu",
14405 "serde",
14406]
14407
14408[[package]]
14409name = "serde_with"
14410version = "3.13.0"
14411source = "registry+https://github.com/rust-lang/crates.io-index"
14412checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14413dependencies = [
14414 "base64 0.22.1",
14415 "chrono",
14416 "hex",
14417 "indexmap 1.9.3",
14418 "indexmap 2.9.0",
14419 "schemars 0.9.0",
14420 "serde",
14421 "serde_derive",
14422 "serde_json",
14423 "serde_with_macros",
14424 "time",
14425]
14426
14427[[package]]
14428name = "serde_with_macros"
14429version = "3.13.0"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14432dependencies = [
14433 "darling",
14434 "proc-macro2",
14435 "quote",
14436 "syn 2.0.101",
14437]
14438
14439[[package]]
14440name = "serial2"
14441version = "0.2.29"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14444dependencies = [
14445 "cfg-if",
14446 "libc",
14447 "winapi",
14448]
14449
14450[[package]]
14451name = "session"
14452version = "0.1.0"
14453dependencies = [
14454 "db",
14455 "gpui",
14456 "serde_json",
14457 "util",
14458 "uuid",
14459 "workspace-hack",
14460]
14461
14462[[package]]
14463name = "settings"
14464version = "0.1.0"
14465dependencies = [
14466 "anyhow",
14467 "collections",
14468 "ec4rs",
14469 "fs",
14470 "futures 0.3.31",
14471 "gpui",
14472 "indoc",
14473 "inventory",
14474 "log",
14475 "paths",
14476 "pretty_assertions",
14477 "release_channel",
14478 "rust-embed",
14479 "schemars 1.0.1",
14480 "serde",
14481 "serde_json",
14482 "serde_json_lenient",
14483 "serde_path_to_error",
14484 "serde_repr",
14485 "serde_with",
14486 "settings_macros",
14487 "smallvec",
14488 "strum 0.27.1",
14489 "tree-sitter",
14490 "tree-sitter-json",
14491 "unindent",
14492 "util",
14493 "workspace-hack",
14494 "zlog",
14495]
14496
14497[[package]]
14498name = "settings_macros"
14499version = "0.1.0"
14500dependencies = [
14501 "quote",
14502 "settings",
14503 "syn 2.0.101",
14504 "workspace-hack",
14505]
14506
14507[[package]]
14508name = "settings_profile_selector"
14509version = "0.1.0"
14510dependencies = [
14511 "client",
14512 "editor",
14513 "fuzzy",
14514 "gpui",
14515 "language",
14516 "menu",
14517 "picker",
14518 "project",
14519 "serde_json",
14520 "settings",
14521 "theme",
14522 "ui",
14523 "workspace",
14524 "workspace-hack",
14525 "zed_actions",
14526]
14527
14528[[package]]
14529name = "settings_ui"
14530version = "0.1.0"
14531dependencies = [
14532 "anyhow",
14533 "assets",
14534 "client",
14535 "command_palette_hooks",
14536 "editor",
14537 "feature_flags",
14538 "fs",
14539 "futures 0.3.31",
14540 "gpui",
14541 "language",
14542 "menu",
14543 "node_runtime",
14544 "paths",
14545 "project",
14546 "serde",
14547 "session",
14548 "settings",
14549 "strum 0.27.1",
14550 "theme",
14551 "ui",
14552 "util",
14553 "workspace",
14554 "workspace-hack",
14555 "zlog",
14556]
14557
14558[[package]]
14559name = "sha1"
14560version = "0.10.6"
14561source = "registry+https://github.com/rust-lang/crates.io-index"
14562checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14563dependencies = [
14564 "cfg-if",
14565 "cpufeatures",
14566 "digest",
14567]
14568
14569[[package]]
14570name = "sha1_smol"
14571version = "1.0.1"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14574
14575[[package]]
14576name = "sha2"
14577version = "0.10.8"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14580dependencies = [
14581 "cfg-if",
14582 "cpufeatures",
14583 "digest",
14584]
14585
14586[[package]]
14587name = "sharded-slab"
14588version = "0.1.7"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14591dependencies = [
14592 "lazy_static",
14593]
14594
14595[[package]]
14596name = "shared_library"
14597version = "0.1.9"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14600dependencies = [
14601 "lazy_static",
14602 "libc",
14603]
14604
14605[[package]]
14606name = "shell-words"
14607version = "1.1.0"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14610
14611[[package]]
14612name = "shellexpand"
14613version = "2.1.2"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14616dependencies = [
14617 "dirs 4.0.0",
14618]
14619
14620[[package]]
14621name = "shellexpand"
14622version = "3.1.1"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14625dependencies = [
14626 "dirs 6.0.0",
14627]
14628
14629[[package]]
14630name = "shlex"
14631version = "1.3.0"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14634
14635[[package]]
14636name = "signal-hook"
14637version = "0.3.17"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14640dependencies = [
14641 "libc",
14642 "signal-hook-registry",
14643]
14644
14645[[package]]
14646name = "signal-hook-registry"
14647version = "1.4.5"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14650dependencies = [
14651 "libc",
14652]
14653
14654[[package]]
14655name = "signature"
14656version = "1.6.4"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14659dependencies = [
14660 "digest",
14661 "rand_core 0.6.4",
14662]
14663
14664[[package]]
14665name = "signature"
14666version = "2.2.0"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14669dependencies = [
14670 "digest",
14671 "rand_core 0.6.4",
14672]
14673
14674[[package]]
14675name = "simd-adler32"
14676version = "0.3.7"
14677source = "registry+https://github.com/rust-lang/crates.io-index"
14678checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14679
14680[[package]]
14681name = "simd_helpers"
14682version = "0.1.0"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14685dependencies = [
14686 "quote",
14687]
14688
14689[[package]]
14690name = "simdutf8"
14691version = "0.1.5"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14694
14695[[package]]
14696name = "simple_asn1"
14697version = "0.6.3"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14700dependencies = [
14701 "num-bigint",
14702 "num-traits",
14703 "thiserror 2.0.12",
14704 "time",
14705]
14706
14707[[package]]
14708name = "simplecss"
14709version = "0.2.2"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14712dependencies = [
14713 "log",
14714]
14715
14716[[package]]
14717name = "simplelog"
14718version = "0.12.2"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14721dependencies = [
14722 "log",
14723 "termcolor",
14724 "time",
14725]
14726
14727[[package]]
14728name = "siphasher"
14729version = "1.0.1"
14730source = "registry+https://github.com/rust-lang/crates.io-index"
14731checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14732
14733[[package]]
14734name = "skrifa"
14735version = "0.26.6"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14738dependencies = [
14739 "bytemuck",
14740 "read-fonts",
14741]
14742
14743[[package]]
14744name = "slab"
14745version = "0.4.9"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14748dependencies = [
14749 "autocfg",
14750]
14751
14752[[package]]
14753name = "slash_commands_example"
14754version = "0.1.0"
14755dependencies = [
14756 "zed_extension_api 0.1.0",
14757]
14758
14759[[package]]
14760name = "slotmap"
14761version = "1.0.7"
14762source = "registry+https://github.com/rust-lang/crates.io-index"
14763checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14764dependencies = [
14765 "version_check",
14766]
14767
14768[[package]]
14769name = "smallvec"
14770version = "1.15.0"
14771source = "registry+https://github.com/rust-lang/crates.io-index"
14772checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14773dependencies = [
14774 "serde",
14775]
14776
14777[[package]]
14778name = "smart-default"
14779version = "0.7.1"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14782dependencies = [
14783 "proc-macro2",
14784 "quote",
14785 "syn 2.0.101",
14786]
14787
14788[[package]]
14789name = "smol"
14790version = "2.0.2"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14793dependencies = [
14794 "async-channel 2.3.1",
14795 "async-executor",
14796 "async-fs",
14797 "async-io",
14798 "async-lock",
14799 "async-net",
14800 "async-process",
14801 "blocking",
14802 "futures-lite 2.6.0",
14803]
14804
14805[[package]]
14806name = "smol_str"
14807version = "0.2.2"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14810
14811[[package]]
14812name = "snippet"
14813version = "0.1.0"
14814dependencies = [
14815 "anyhow",
14816 "smallvec",
14817 "workspace-hack",
14818]
14819
14820[[package]]
14821name = "snippet_provider"
14822version = "0.1.0"
14823dependencies = [
14824 "anyhow",
14825 "collections",
14826 "extension",
14827 "fs",
14828 "futures 0.3.31",
14829 "gpui",
14830 "indoc",
14831 "parking_lot",
14832 "paths",
14833 "schemars 1.0.1",
14834 "serde",
14835 "serde_json",
14836 "serde_json_lenient",
14837 "snippet",
14838 "util",
14839 "workspace-hack",
14840]
14841
14842[[package]]
14843name = "snippets_ui"
14844version = "0.1.0"
14845dependencies = [
14846 "file_finder",
14847 "file_icons",
14848 "fuzzy",
14849 "gpui",
14850 "language",
14851 "paths",
14852 "picker",
14853 "settings",
14854 "ui",
14855 "util",
14856 "workspace",
14857 "workspace-hack",
14858]
14859
14860[[package]]
14861name = "socket2"
14862version = "0.5.9"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14865dependencies = [
14866 "libc",
14867 "windows-sys 0.52.0",
14868]
14869
14870[[package]]
14871name = "spdx"
14872version = "0.10.8"
14873source = "registry+https://github.com/rust-lang/crates.io-index"
14874checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14875dependencies = [
14876 "smallvec",
14877]
14878
14879[[package]]
14880name = "spin"
14881version = "0.9.8"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14884dependencies = [
14885 "lock_api",
14886]
14887
14888[[package]]
14889name = "spirv"
14890version = "0.3.0+sdk-1.3.268.0"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14893dependencies = [
14894 "bitflags 2.9.0",
14895]
14896
14897[[package]]
14898name = "spki"
14899version = "0.6.0"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14902dependencies = [
14903 "base64ct",
14904 "der 0.6.1",
14905]
14906
14907[[package]]
14908name = "spki"
14909version = "0.7.3"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14912dependencies = [
14913 "base64ct",
14914 "der 0.7.10",
14915]
14916
14917[[package]]
14918name = "sptr"
14919version = "0.3.2"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14922
14923[[package]]
14924name = "sqlez"
14925version = "0.1.0"
14926dependencies = [
14927 "anyhow",
14928 "collections",
14929 "futures 0.3.31",
14930 "indoc",
14931 "libsqlite3-sys",
14932 "log",
14933 "parking_lot",
14934 "smol",
14935 "sqlformat",
14936 "thread_local",
14937 "util",
14938 "uuid",
14939 "workspace-hack",
14940]
14941
14942[[package]]
14943name = "sqlez_macros"
14944version = "0.1.0"
14945dependencies = [
14946 "sqlez",
14947 "sqlformat",
14948 "syn 2.0.101",
14949 "workspace-hack",
14950]
14951
14952[[package]]
14953name = "sqlformat"
14954version = "0.2.6"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14957dependencies = [
14958 "nom 7.1.3",
14959 "unicode_categories",
14960]
14961
14962[[package]]
14963name = "sqlx"
14964version = "0.8.5"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14967dependencies = [
14968 "sqlx-core",
14969 "sqlx-macros",
14970 "sqlx-mysql",
14971 "sqlx-postgres",
14972 "sqlx-sqlite",
14973]
14974
14975[[package]]
14976name = "sqlx-core"
14977version = "0.8.5"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14980dependencies = [
14981 "base64 0.22.1",
14982 "bigdecimal",
14983 "bytes 1.10.1",
14984 "chrono",
14985 "crc",
14986 "crossbeam-queue",
14987 "either",
14988 "event-listener 5.4.0",
14989 "futures-core",
14990 "futures-intrusive",
14991 "futures-io",
14992 "futures-util",
14993 "hashbrown 0.15.3",
14994 "hashlink 0.10.0",
14995 "indexmap 2.9.0",
14996 "log",
14997 "memchr",
14998 "once_cell",
14999 "percent-encoding",
15000 "rust_decimal",
15001 "rustls 0.23.26",
15002 "serde",
15003 "serde_json",
15004 "sha2",
15005 "smallvec",
15006 "thiserror 2.0.12",
15007 "time",
15008 "tokio",
15009 "tokio-stream",
15010 "tracing",
15011 "url",
15012 "uuid",
15013 "webpki-roots",
15014]
15015
15016[[package]]
15017name = "sqlx-macros"
15018version = "0.8.5"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15021dependencies = [
15022 "proc-macro2",
15023 "quote",
15024 "sqlx-core",
15025 "sqlx-macros-core",
15026 "syn 2.0.101",
15027]
15028
15029[[package]]
15030name = "sqlx-macros-core"
15031version = "0.8.5"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15034dependencies = [
15035 "dotenvy",
15036 "either",
15037 "heck 0.5.0",
15038 "hex",
15039 "once_cell",
15040 "proc-macro2",
15041 "quote",
15042 "serde",
15043 "serde_json",
15044 "sha2",
15045 "sqlx-core",
15046 "sqlx-mysql",
15047 "sqlx-postgres",
15048 "sqlx-sqlite",
15049 "syn 2.0.101",
15050 "tempfile",
15051 "tokio",
15052 "url",
15053]
15054
15055[[package]]
15056name = "sqlx-mysql"
15057version = "0.8.5"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15060dependencies = [
15061 "atoi",
15062 "base64 0.22.1",
15063 "bigdecimal",
15064 "bitflags 2.9.0",
15065 "byteorder",
15066 "bytes 1.10.1",
15067 "chrono",
15068 "crc",
15069 "digest",
15070 "dotenvy",
15071 "either",
15072 "futures-channel",
15073 "futures-core",
15074 "futures-io",
15075 "futures-util",
15076 "generic-array",
15077 "hex",
15078 "hkdf",
15079 "hmac",
15080 "itoa",
15081 "log",
15082 "md-5",
15083 "memchr",
15084 "once_cell",
15085 "percent-encoding",
15086 "rand 0.8.5",
15087 "rsa",
15088 "rust_decimal",
15089 "serde",
15090 "sha1",
15091 "sha2",
15092 "smallvec",
15093 "sqlx-core",
15094 "stringprep",
15095 "thiserror 2.0.12",
15096 "time",
15097 "tracing",
15098 "uuid",
15099 "whoami",
15100]
15101
15102[[package]]
15103name = "sqlx-postgres"
15104version = "0.8.5"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15107dependencies = [
15108 "atoi",
15109 "base64 0.22.1",
15110 "bigdecimal",
15111 "bitflags 2.9.0",
15112 "byteorder",
15113 "chrono",
15114 "crc",
15115 "dotenvy",
15116 "etcetera",
15117 "futures-channel",
15118 "futures-core",
15119 "futures-util",
15120 "hex",
15121 "hkdf",
15122 "hmac",
15123 "home",
15124 "itoa",
15125 "log",
15126 "md-5",
15127 "memchr",
15128 "num-bigint",
15129 "once_cell",
15130 "rand 0.8.5",
15131 "rust_decimal",
15132 "serde",
15133 "serde_json",
15134 "sha2",
15135 "smallvec",
15136 "sqlx-core",
15137 "stringprep",
15138 "thiserror 2.0.12",
15139 "time",
15140 "tracing",
15141 "uuid",
15142 "whoami",
15143]
15144
15145[[package]]
15146name = "sqlx-sqlite"
15147version = "0.8.5"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15150dependencies = [
15151 "atoi",
15152 "chrono",
15153 "flume",
15154 "futures-channel",
15155 "futures-core",
15156 "futures-executor",
15157 "futures-intrusive",
15158 "futures-util",
15159 "libsqlite3-sys",
15160 "log",
15161 "percent-encoding",
15162 "serde",
15163 "serde_urlencoded",
15164 "sqlx-core",
15165 "thiserror 2.0.12",
15166 "time",
15167 "tracing",
15168 "url",
15169 "uuid",
15170]
15171
15172[[package]]
15173name = "stable_deref_trait"
15174version = "1.2.0"
15175source = "registry+https://github.com/rust-lang/crates.io-index"
15176checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15177
15178[[package]]
15179name = "stacker"
15180version = "0.1.21"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15183dependencies = [
15184 "cc",
15185 "cfg-if",
15186 "libc",
15187 "psm",
15188 "windows-sys 0.59.0",
15189]
15190
15191[[package]]
15192name = "stacksafe"
15193version = "0.1.4"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15196dependencies = [
15197 "stacker",
15198 "stacksafe-macro",
15199]
15200
15201[[package]]
15202name = "stacksafe-macro"
15203version = "0.1.4"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15206dependencies = [
15207 "proc-macro-error2",
15208 "quote",
15209 "syn 2.0.101",
15210]
15211
15212[[package]]
15213name = "static_assertions"
15214version = "1.1.0"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15217
15218[[package]]
15219name = "story"
15220version = "0.1.0"
15221dependencies = [
15222 "gpui",
15223 "itertools 0.14.0",
15224 "smallvec",
15225 "workspace-hack",
15226]
15227
15228[[package]]
15229name = "storybook"
15230version = "0.1.0"
15231dependencies = [
15232 "anyhow",
15233 "clap",
15234 "collab_ui",
15235 "ctrlc",
15236 "dialoguer",
15237 "editor",
15238 "fuzzy",
15239 "gpui",
15240 "indoc",
15241 "language",
15242 "log",
15243 "menu",
15244 "picker",
15245 "project",
15246 "reqwest_client",
15247 "rust-embed",
15248 "settings",
15249 "simplelog",
15250 "story",
15251 "strum 0.27.1",
15252 "theme",
15253 "title_bar",
15254 "ui",
15255 "workspace",
15256 "workspace-hack",
15257]
15258
15259[[package]]
15260name = "streaming-iterator"
15261version = "0.1.9"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15264
15265[[package]]
15266name = "streaming_diff"
15267version = "0.1.0"
15268dependencies = [
15269 "ordered-float 2.10.1",
15270 "rand 0.9.1",
15271 "rope",
15272 "util",
15273 "workspace-hack",
15274]
15275
15276[[package]]
15277name = "strength_reduce"
15278version = "0.2.4"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15281
15282[[package]]
15283name = "strict-num"
15284version = "0.1.1"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15287dependencies = [
15288 "float-cmp",
15289]
15290
15291[[package]]
15292name = "string_cache"
15293version = "0.8.9"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15296dependencies = [
15297 "new_debug_unreachable",
15298 "parking_lot",
15299 "phf_shared",
15300 "precomputed-hash",
15301 "serde",
15302]
15303
15304[[package]]
15305name = "string_cache_codegen"
15306version = "0.5.4"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15309dependencies = [
15310 "phf_generator",
15311 "phf_shared",
15312 "proc-macro2",
15313 "quote",
15314]
15315
15316[[package]]
15317name = "stringprep"
15318version = "0.1.5"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15321dependencies = [
15322 "unicode-bidi",
15323 "unicode-normalization",
15324 "unicode-properties",
15325]
15326
15327[[package]]
15328name = "strsim"
15329version = "0.11.1"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15332
15333[[package]]
15334name = "strum"
15335version = "0.26.3"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15338dependencies = [
15339 "strum_macros 0.26.4",
15340]
15341
15342[[package]]
15343name = "strum"
15344version = "0.27.1"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15347dependencies = [
15348 "strum_macros 0.27.1",
15349]
15350
15351[[package]]
15352name = "strum_macros"
15353version = "0.26.4"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15356dependencies = [
15357 "heck 0.5.0",
15358 "proc-macro2",
15359 "quote",
15360 "rustversion",
15361 "syn 2.0.101",
15362]
15363
15364[[package]]
15365name = "strum_macros"
15366version = "0.27.1"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15369dependencies = [
15370 "heck 0.5.0",
15371 "proc-macro2",
15372 "quote",
15373 "rustversion",
15374 "syn 2.0.101",
15375]
15376
15377[[package]]
15378name = "subtle"
15379version = "2.6.1"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15382
15383[[package]]
15384name = "sum_tree"
15385version = "0.1.0"
15386dependencies = [
15387 "arrayvec",
15388 "ctor",
15389 "log",
15390 "rand 0.9.1",
15391 "rayon",
15392 "workspace-hack",
15393 "zlog",
15394]
15395
15396[[package]]
15397name = "supermaven"
15398version = "0.1.0"
15399dependencies = [
15400 "anyhow",
15401 "client",
15402 "collections",
15403 "edit_prediction",
15404 "editor",
15405 "env_logger 0.11.8",
15406 "futures 0.3.31",
15407 "gpui",
15408 "http_client",
15409 "language",
15410 "log",
15411 "postage",
15412 "project",
15413 "serde",
15414 "serde_json",
15415 "settings",
15416 "smol",
15417 "supermaven_api",
15418 "text",
15419 "theme",
15420 "ui",
15421 "unicode-segmentation",
15422 "util",
15423 "workspace-hack",
15424]
15425
15426[[package]]
15427name = "supermaven_api"
15428version = "0.1.0"
15429dependencies = [
15430 "anyhow",
15431 "futures 0.3.31",
15432 "http_client",
15433 "paths",
15434 "serde",
15435 "serde_json",
15436 "smol",
15437 "util",
15438 "workspace-hack",
15439]
15440
15441[[package]]
15442name = "sval"
15443version = "2.14.1"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15446
15447[[package]]
15448name = "sval_buffer"
15449version = "2.14.1"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15452dependencies = [
15453 "sval",
15454 "sval_ref",
15455]
15456
15457[[package]]
15458name = "sval_dynamic"
15459version = "2.14.1"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15462dependencies = [
15463 "sval",
15464]
15465
15466[[package]]
15467name = "sval_fmt"
15468version = "2.14.1"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15471dependencies = [
15472 "itoa",
15473 "ryu",
15474 "sval",
15475]
15476
15477[[package]]
15478name = "sval_json"
15479version = "2.14.1"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15482dependencies = [
15483 "itoa",
15484 "ryu",
15485 "sval",
15486]
15487
15488[[package]]
15489name = "sval_nested"
15490version = "2.14.1"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15493dependencies = [
15494 "sval",
15495 "sval_buffer",
15496 "sval_ref",
15497]
15498
15499[[package]]
15500name = "sval_ref"
15501version = "2.14.1"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15504dependencies = [
15505 "sval",
15506]
15507
15508[[package]]
15509name = "sval_serde"
15510version = "2.14.1"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15513dependencies = [
15514 "serde",
15515 "sval",
15516 "sval_nested",
15517]
15518
15519[[package]]
15520name = "svg_fmt"
15521version = "0.4.5"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15524
15525[[package]]
15526name = "svg_preview"
15527version = "0.1.0"
15528dependencies = [
15529 "editor",
15530 "file_icons",
15531 "gpui",
15532 "multi_buffer",
15533 "ui",
15534 "workspace",
15535 "workspace-hack",
15536]
15537
15538[[package]]
15539name = "svgtypes"
15540version = "0.15.3"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15543dependencies = [
15544 "kurbo",
15545 "siphasher",
15546]
15547
15548[[package]]
15549name = "swash"
15550version = "0.2.2"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15553dependencies = [
15554 "skrifa",
15555 "yazi",
15556 "zeno",
15557]
15558
15559[[package]]
15560name = "symphonia"
15561version = "0.5.4"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15564dependencies = [
15565 "lazy_static",
15566 "symphonia-bundle-flac",
15567 "symphonia-bundle-mp3",
15568 "symphonia-codec-aac",
15569 "symphonia-codec-pcm",
15570 "symphonia-codec-vorbis",
15571 "symphonia-core",
15572 "symphonia-format-isomp4",
15573 "symphonia-format-ogg",
15574 "symphonia-format-riff",
15575 "symphonia-metadata",
15576]
15577
15578[[package]]
15579name = "symphonia-bundle-flac"
15580version = "0.5.4"
15581source = "registry+https://github.com/rust-lang/crates.io-index"
15582checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15583dependencies = [
15584 "log",
15585 "symphonia-core",
15586 "symphonia-metadata",
15587 "symphonia-utils-xiph",
15588]
15589
15590[[package]]
15591name = "symphonia-bundle-mp3"
15592version = "0.5.4"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15595dependencies = [
15596 "lazy_static",
15597 "log",
15598 "symphonia-core",
15599 "symphonia-metadata",
15600]
15601
15602[[package]]
15603name = "symphonia-codec-aac"
15604version = "0.5.4"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15607dependencies = [
15608 "lazy_static",
15609 "log",
15610 "symphonia-core",
15611]
15612
15613[[package]]
15614name = "symphonia-codec-pcm"
15615version = "0.5.4"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15618dependencies = [
15619 "log",
15620 "symphonia-core",
15621]
15622
15623[[package]]
15624name = "symphonia-codec-vorbis"
15625version = "0.5.4"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15628dependencies = [
15629 "log",
15630 "symphonia-core",
15631 "symphonia-utils-xiph",
15632]
15633
15634[[package]]
15635name = "symphonia-core"
15636version = "0.5.4"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15639dependencies = [
15640 "arrayvec",
15641 "bitflags 1.3.2",
15642 "bytemuck",
15643 "lazy_static",
15644 "log",
15645]
15646
15647[[package]]
15648name = "symphonia-format-isomp4"
15649version = "0.5.4"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15652dependencies = [
15653 "encoding_rs",
15654 "log",
15655 "symphonia-core",
15656 "symphonia-metadata",
15657 "symphonia-utils-xiph",
15658]
15659
15660[[package]]
15661name = "symphonia-format-ogg"
15662version = "0.5.4"
15663source = "registry+https://github.com/rust-lang/crates.io-index"
15664checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15665dependencies = [
15666 "log",
15667 "symphonia-core",
15668 "symphonia-metadata",
15669 "symphonia-utils-xiph",
15670]
15671
15672[[package]]
15673name = "symphonia-format-riff"
15674version = "0.5.4"
15675source = "registry+https://github.com/rust-lang/crates.io-index"
15676checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15677dependencies = [
15678 "extended",
15679 "log",
15680 "symphonia-core",
15681 "symphonia-metadata",
15682]
15683
15684[[package]]
15685name = "symphonia-metadata"
15686version = "0.5.4"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15689dependencies = [
15690 "encoding_rs",
15691 "lazy_static",
15692 "log",
15693 "symphonia-core",
15694]
15695
15696[[package]]
15697name = "symphonia-utils-xiph"
15698version = "0.5.4"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15701dependencies = [
15702 "symphonia-core",
15703 "symphonia-metadata",
15704]
15705
15706[[package]]
15707name = "syn"
15708version = "1.0.109"
15709source = "registry+https://github.com/rust-lang/crates.io-index"
15710checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15711dependencies = [
15712 "proc-macro2",
15713 "quote",
15714 "unicode-ident",
15715]
15716
15717[[package]]
15718name = "syn"
15719version = "2.0.101"
15720source = "registry+https://github.com/rust-lang/crates.io-index"
15721checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15722dependencies = [
15723 "proc-macro2",
15724 "quote",
15725 "unicode-ident",
15726]
15727
15728[[package]]
15729name = "sync_wrapper"
15730version = "0.1.2"
15731source = "registry+https://github.com/rust-lang/crates.io-index"
15732checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15733
15734[[package]]
15735name = "sync_wrapper"
15736version = "1.0.2"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15739dependencies = [
15740 "futures-core",
15741]
15742
15743[[package]]
15744name = "synchronoise"
15745version = "1.0.1"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15748dependencies = [
15749 "crossbeam-queue",
15750]
15751
15752[[package]]
15753name = "synstructure"
15754version = "0.13.1"
15755source = "registry+https://github.com/rust-lang/crates.io-index"
15756checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15757dependencies = [
15758 "proc-macro2",
15759 "quote",
15760 "syn 2.0.101",
15761]
15762
15763[[package]]
15764name = "sys-locale"
15765version = "0.3.2"
15766source = "registry+https://github.com/rust-lang/crates.io-index"
15767checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15768dependencies = [
15769 "libc",
15770]
15771
15772[[package]]
15773name = "sysctl"
15774version = "0.5.5"
15775source = "registry+https://github.com/rust-lang/crates.io-index"
15776checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15777dependencies = [
15778 "bitflags 2.9.0",
15779 "byteorder",
15780 "enum-as-inner",
15781 "libc",
15782 "thiserror 1.0.69",
15783 "walkdir",
15784]
15785
15786[[package]]
15787name = "sysctl"
15788version = "0.6.0"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15791dependencies = [
15792 "bitflags 2.9.0",
15793 "byteorder",
15794 "enum-as-inner",
15795 "libc",
15796 "thiserror 1.0.69",
15797 "walkdir",
15798]
15799
15800[[package]]
15801name = "sysinfo"
15802version = "0.31.4"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15805dependencies = [
15806 "core-foundation-sys",
15807 "libc",
15808 "memchr",
15809 "ntapi",
15810 "rayon",
15811 "windows 0.57.0",
15812]
15813
15814[[package]]
15815name = "system-configuration"
15816version = "0.5.1"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15819dependencies = [
15820 "bitflags 1.3.2",
15821 "core-foundation 0.9.4",
15822 "system-configuration-sys 0.5.0",
15823]
15824
15825[[package]]
15826name = "system-configuration"
15827version = "0.6.1"
15828source = "registry+https://github.com/rust-lang/crates.io-index"
15829checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15830dependencies = [
15831 "bitflags 2.9.0",
15832 "core-foundation 0.9.4",
15833 "system-configuration-sys 0.6.0",
15834]
15835
15836[[package]]
15837name = "system-configuration-sys"
15838version = "0.5.0"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15841dependencies = [
15842 "core-foundation-sys",
15843 "libc",
15844]
15845
15846[[package]]
15847name = "system-configuration-sys"
15848version = "0.6.0"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15851dependencies = [
15852 "core-foundation-sys",
15853 "libc",
15854]
15855
15856[[package]]
15857name = "system-deps"
15858version = "6.2.2"
15859source = "registry+https://github.com/rust-lang/crates.io-index"
15860checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15861dependencies = [
15862 "cfg-expr",
15863 "heck 0.5.0",
15864 "pkg-config",
15865 "toml 0.8.20",
15866 "version-compare",
15867]
15868
15869[[package]]
15870name = "system-interface"
15871version = "0.27.3"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15874dependencies = [
15875 "bitflags 2.9.0",
15876 "cap-fs-ext",
15877 "cap-std",
15878 "fd-lock",
15879 "io-lifetimes",
15880 "rustix 0.38.44",
15881 "windows-sys 0.59.0",
15882 "winx",
15883]
15884
15885[[package]]
15886name = "system_specs"
15887version = "0.1.0"
15888dependencies = [
15889 "anyhow",
15890 "client",
15891 "gpui",
15892 "human_bytes",
15893 "pciid-parser",
15894 "release_channel",
15895 "serde",
15896 "sysinfo",
15897 "workspace-hack",
15898]
15899
15900[[package]]
15901name = "tab_switcher"
15902version = "0.1.0"
15903dependencies = [
15904 "anyhow",
15905 "collections",
15906 "ctor",
15907 "editor",
15908 "fuzzy",
15909 "gpui",
15910 "language",
15911 "menu",
15912 "picker",
15913 "project",
15914 "schemars 1.0.1",
15915 "serde",
15916 "serde_json",
15917 "settings",
15918 "smol",
15919 "theme",
15920 "ui",
15921 "util",
15922 "workspace",
15923 "workspace-hack",
15924 "zlog",
15925]
15926
15927[[package]]
15928name = "taffy"
15929version = "0.9.0"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15932dependencies = [
15933 "arrayvec",
15934 "grid",
15935 "serde",
15936 "slotmap",
15937]
15938
15939[[package]]
15940name = "tagptr"
15941version = "0.2.0"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15944
15945[[package]]
15946name = "take-until"
15947version = "0.2.0"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15950
15951[[package]]
15952name = "tao-core-video-sys"
15953version = "0.2.0"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15956dependencies = [
15957 "cfg-if",
15958 "core-foundation-sys",
15959 "libc",
15960 "objc",
15961]
15962
15963[[package]]
15964name = "tap"
15965version = "1.0.1"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15968
15969[[package]]
15970name = "target-lexicon"
15971version = "0.12.16"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15974
15975[[package]]
15976name = "target-lexicon"
15977version = "0.13.2"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15980
15981[[package]]
15982name = "task"
15983version = "0.1.0"
15984dependencies = [
15985 "anyhow",
15986 "collections",
15987 "futures 0.3.31",
15988 "gpui",
15989 "hex",
15990 "log",
15991 "parking_lot",
15992 "pretty_assertions",
15993 "proto",
15994 "schemars 1.0.1",
15995 "serde",
15996 "serde_json",
15997 "serde_json_lenient",
15998 "sha2",
15999 "shellexpand 2.1.2",
16000 "util",
16001 "workspace-hack",
16002 "zed_actions",
16003]
16004
16005[[package]]
16006name = "tasks_ui"
16007version = "0.1.0"
16008dependencies = [
16009 "anyhow",
16010 "collections",
16011 "editor",
16012 "file_icons",
16013 "fuzzy",
16014 "gpui",
16015 "itertools 0.14.0",
16016 "language",
16017 "menu",
16018 "picker",
16019 "project",
16020 "serde",
16021 "serde_json",
16022 "task",
16023 "tree-sitter-rust",
16024 "tree-sitter-typescript",
16025 "ui",
16026 "util",
16027 "workspace",
16028 "workspace-hack",
16029 "zed_actions",
16030]
16031
16032[[package]]
16033name = "telemetry"
16034version = "0.1.0"
16035dependencies = [
16036 "futures 0.3.31",
16037 "serde",
16038 "serde_json",
16039 "telemetry_events",
16040 "workspace-hack",
16041]
16042
16043[[package]]
16044name = "telemetry_events"
16045version = "0.1.0"
16046dependencies = [
16047 "semantic_version",
16048 "serde",
16049 "serde_json",
16050 "workspace-hack",
16051]
16052
16053[[package]]
16054name = "tempfile"
16055version = "3.20.0"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16058dependencies = [
16059 "fastrand 2.3.0",
16060 "getrandom 0.3.2",
16061 "once_cell",
16062 "rustix 1.0.7",
16063 "windows-sys 0.59.0",
16064]
16065
16066[[package]]
16067name = "tendril"
16068version = "0.4.3"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16071dependencies = [
16072 "futf",
16073 "mac",
16074 "utf-8",
16075]
16076
16077[[package]]
16078name = "termcolor"
16079version = "1.4.1"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16082dependencies = [
16083 "winapi-util",
16084]
16085
16086[[package]]
16087name = "terminal"
16088version = "0.1.0"
16089dependencies = [
16090 "alacritty_terminal",
16091 "anyhow",
16092 "collections",
16093 "futures 0.3.31",
16094 "gpui",
16095 "itertools 0.14.0",
16096 "libc",
16097 "log",
16098 "rand 0.9.1",
16099 "regex",
16100 "release_channel",
16101 "schemars 1.0.1",
16102 "serde",
16103 "settings",
16104 "smol",
16105 "sysinfo",
16106 "task",
16107 "theme",
16108 "thiserror 2.0.12",
16109 "url",
16110 "urlencoding",
16111 "util",
16112 "windows 0.61.1",
16113 "workspace-hack",
16114]
16115
16116[[package]]
16117name = "terminal_size"
16118version = "0.4.2"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16121dependencies = [
16122 "rustix 1.0.7",
16123 "windows-sys 0.59.0",
16124]
16125
16126[[package]]
16127name = "terminal_view"
16128version = "0.1.0"
16129dependencies = [
16130 "anyhow",
16131 "assistant_slash_command",
16132 "async-recursion",
16133 "breadcrumbs",
16134 "client",
16135 "collections",
16136 "db",
16137 "dirs 4.0.0",
16138 "editor",
16139 "futures 0.3.31",
16140 "gpui",
16141 "itertools 0.14.0",
16142 "language",
16143 "log",
16144 "pretty_assertions",
16145 "project",
16146 "rand 0.9.1",
16147 "regex",
16148 "schemars 1.0.1",
16149 "search",
16150 "serde",
16151 "serde_json",
16152 "settings",
16153 "shellexpand 2.1.2",
16154 "smol",
16155 "task",
16156 "terminal",
16157 "theme",
16158 "ui",
16159 "util",
16160 "workspace",
16161 "workspace-hack",
16162 "zed_actions",
16163]
16164
16165[[package]]
16166name = "text"
16167version = "0.1.0"
16168dependencies = [
16169 "anyhow",
16170 "clock",
16171 "collections",
16172 "ctor",
16173 "gpui",
16174 "http_client",
16175 "log",
16176 "parking_lot",
16177 "postage",
16178 "rand 0.9.1",
16179 "regex",
16180 "rope",
16181 "smallvec",
16182 "sum_tree",
16183 "util",
16184 "workspace-hack",
16185 "zlog",
16186]
16187
16188[[package]]
16189name = "theme"
16190version = "0.1.0"
16191dependencies = [
16192 "anyhow",
16193 "collections",
16194 "derive_more",
16195 "fs",
16196 "futures 0.3.31",
16197 "gpui",
16198 "log",
16199 "palette",
16200 "parking_lot",
16201 "refineable",
16202 "schemars 1.0.1",
16203 "serde",
16204 "serde_json",
16205 "serde_json_lenient",
16206 "settings",
16207 "strum 0.27.1",
16208 "thiserror 2.0.12",
16209 "util",
16210 "uuid",
16211 "workspace-hack",
16212]
16213
16214[[package]]
16215name = "theme_extension"
16216version = "0.1.0"
16217dependencies = [
16218 "anyhow",
16219 "extension",
16220 "fs",
16221 "gpui",
16222 "theme",
16223 "workspace-hack",
16224]
16225
16226[[package]]
16227name = "theme_importer"
16228version = "0.1.0"
16229dependencies = [
16230 "anyhow",
16231 "clap",
16232 "collections",
16233 "gpui",
16234 "indexmap 2.9.0",
16235 "log",
16236 "palette",
16237 "serde",
16238 "serde_json",
16239 "serde_json_lenient",
16240 "simplelog",
16241 "strum 0.27.1",
16242 "theme",
16243 "vscode_theme",
16244 "workspace-hack",
16245]
16246
16247[[package]]
16248name = "theme_selector"
16249version = "0.1.0"
16250dependencies = [
16251 "fs",
16252 "fuzzy",
16253 "gpui",
16254 "log",
16255 "picker",
16256 "serde",
16257 "settings",
16258 "telemetry",
16259 "theme",
16260 "ui",
16261 "util",
16262 "workspace",
16263 "workspace-hack",
16264 "zed_actions",
16265]
16266
16267[[package]]
16268name = "thiserror"
16269version = "1.0.69"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16272dependencies = [
16273 "thiserror-impl 1.0.69",
16274]
16275
16276[[package]]
16277name = "thiserror"
16278version = "2.0.12"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16281dependencies = [
16282 "thiserror-impl 2.0.12",
16283]
16284
16285[[package]]
16286name = "thiserror-impl"
16287version = "1.0.69"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16290dependencies = [
16291 "proc-macro2",
16292 "quote",
16293 "syn 2.0.101",
16294]
16295
16296[[package]]
16297name = "thiserror-impl"
16298version = "2.0.12"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16301dependencies = [
16302 "proc-macro2",
16303 "quote",
16304 "syn 2.0.101",
16305]
16306
16307[[package]]
16308name = "thread_local"
16309version = "1.1.8"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16312dependencies = [
16313 "cfg-if",
16314 "once_cell",
16315]
16316
16317[[package]]
16318name = "tiff"
16319version = "0.9.1"
16320source = "registry+https://github.com/rust-lang/crates.io-index"
16321checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16322dependencies = [
16323 "flate2",
16324 "jpeg-decoder",
16325 "weezl",
16326]
16327
16328[[package]]
16329name = "tiktoken-rs"
16330version = "0.8.0"
16331source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16332dependencies = [
16333 "anyhow",
16334 "base64 0.22.1",
16335 "bstr",
16336 "fancy-regex 0.13.0",
16337 "lazy_static",
16338 "regex",
16339 "rustc-hash 1.1.0",
16340]
16341
16342[[package]]
16343name = "time"
16344version = "0.3.41"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16347dependencies = [
16348 "deranged",
16349 "itoa",
16350 "libc",
16351 "num-conv",
16352 "num_threads",
16353 "powerfmt",
16354 "serde",
16355 "time-core",
16356 "time-macros",
16357]
16358
16359[[package]]
16360name = "time-core"
16361version = "0.1.4"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16364
16365[[package]]
16366name = "time-macros"
16367version = "0.2.22"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16370dependencies = [
16371 "num-conv",
16372 "time-core",
16373]
16374
16375[[package]]
16376name = "time_format"
16377version = "0.1.0"
16378dependencies = [
16379 "core-foundation 0.10.0",
16380 "core-foundation-sys",
16381 "sys-locale",
16382 "time",
16383 "workspace-hack",
16384]
16385
16386[[package]]
16387name = "tiny-keccak"
16388version = "2.0.2"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16391dependencies = [
16392 "crunchy",
16393]
16394
16395[[package]]
16396name = "tiny-skia"
16397version = "0.11.4"
16398source = "registry+https://github.com/rust-lang/crates.io-index"
16399checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16400dependencies = [
16401 "arrayref",
16402 "arrayvec",
16403 "bytemuck",
16404 "cfg-if",
16405 "log",
16406 "png",
16407 "tiny-skia-path",
16408]
16409
16410[[package]]
16411name = "tiny-skia-path"
16412version = "0.11.4"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16415dependencies = [
16416 "arrayref",
16417 "bytemuck",
16418 "strict-num",
16419]
16420
16421[[package]]
16422name = "tiny_http"
16423version = "0.8.2"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16426dependencies = [
16427 "ascii",
16428 "chrono",
16429 "chunked_transfer",
16430 "log",
16431 "url",
16432]
16433
16434[[package]]
16435name = "tinystr"
16436version = "0.7.6"
16437source = "registry+https://github.com/rust-lang/crates.io-index"
16438checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16439dependencies = [
16440 "displaydoc",
16441 "zerovec",
16442]
16443
16444[[package]]
16445name = "tinytemplate"
16446version = "1.2.1"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16449dependencies = [
16450 "serde",
16451 "serde_json",
16452]
16453
16454[[package]]
16455name = "tinyvec"
16456version = "1.9.0"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16459dependencies = [
16460 "tinyvec_macros",
16461]
16462
16463[[package]]
16464name = "tinyvec_macros"
16465version = "0.1.1"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16468
16469[[package]]
16470name = "title_bar"
16471version = "0.1.0"
16472dependencies = [
16473 "anyhow",
16474 "auto_update",
16475 "call",
16476 "chrono",
16477 "client",
16478 "cloud_llm_client",
16479 "collections",
16480 "db",
16481 "gpui",
16482 "http_client",
16483 "notifications",
16484 "pretty_assertions",
16485 "project",
16486 "remote",
16487 "rpc",
16488 "schemars 1.0.1",
16489 "serde",
16490 "settings",
16491 "smallvec",
16492 "story",
16493 "telemetry",
16494 "theme",
16495 "tree-sitter-md",
16496 "ui",
16497 "util",
16498 "windows 0.61.1",
16499 "workspace",
16500 "workspace-hack",
16501 "zed_actions",
16502]
16503
16504[[package]]
16505name = "tokio"
16506version = "1.44.2"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16509dependencies = [
16510 "backtrace",
16511 "bytes 1.10.1",
16512 "libc",
16513 "mio 1.0.3",
16514 "parking_lot",
16515 "pin-project-lite",
16516 "signal-hook-registry",
16517 "socket2",
16518 "tokio-macros",
16519 "windows-sys 0.52.0",
16520]
16521
16522[[package]]
16523name = "tokio-io"
16524version = "0.1.13"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16527dependencies = [
16528 "bytes 0.4.12",
16529 "futures 0.1.31",
16530 "log",
16531]
16532
16533[[package]]
16534name = "tokio-macros"
16535version = "2.5.0"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16538dependencies = [
16539 "proc-macro2",
16540 "quote",
16541 "syn 2.0.101",
16542]
16543
16544[[package]]
16545name = "tokio-native-tls"
16546version = "0.3.1"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16549dependencies = [
16550 "native-tls",
16551 "tokio",
16552]
16553
16554[[package]]
16555name = "tokio-rustls"
16556version = "0.24.1"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16559dependencies = [
16560 "rustls 0.21.12",
16561 "tokio",
16562]
16563
16564[[package]]
16565name = "tokio-rustls"
16566version = "0.26.2"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16569dependencies = [
16570 "rustls 0.23.26",
16571 "tokio",
16572]
16573
16574[[package]]
16575name = "tokio-socks"
16576version = "0.5.2"
16577source = "registry+https://github.com/rust-lang/crates.io-index"
16578checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16579dependencies = [
16580 "either",
16581 "futures-io",
16582 "futures-util",
16583 "thiserror 1.0.69",
16584 "tokio",
16585]
16586
16587[[package]]
16588name = "tokio-stream"
16589version = "0.1.17"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16592dependencies = [
16593 "futures-core",
16594 "pin-project-lite",
16595 "tokio",
16596]
16597
16598[[package]]
16599name = "tokio-tungstenite"
16600version = "0.20.1"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16603dependencies = [
16604 "futures-util",
16605 "log",
16606 "tokio",
16607 "tungstenite 0.20.1",
16608]
16609
16610[[package]]
16611name = "tokio-tungstenite"
16612version = "0.21.0"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16615dependencies = [
16616 "futures-util",
16617 "log",
16618 "tokio",
16619 "tungstenite 0.21.0",
16620]
16621
16622[[package]]
16623name = "tokio-tungstenite"
16624version = "0.26.2"
16625source = "registry+https://github.com/rust-lang/crates.io-index"
16626checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16627dependencies = [
16628 "futures-util",
16629 "log",
16630 "rustls 0.23.26",
16631 "rustls-pki-types",
16632 "tokio",
16633 "tokio-rustls 0.26.2",
16634 "tungstenite 0.26.2",
16635]
16636
16637[[package]]
16638name = "tokio-util"
16639version = "0.7.14"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16642dependencies = [
16643 "bytes 1.10.1",
16644 "futures-core",
16645 "futures-io",
16646 "futures-sink",
16647 "pin-project-lite",
16648 "tokio",
16649]
16650
16651[[package]]
16652name = "toml"
16653version = "0.5.11"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16656dependencies = [
16657 "serde",
16658]
16659
16660[[package]]
16661name = "toml"
16662version = "0.8.20"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16665dependencies = [
16666 "serde",
16667 "serde_spanned",
16668 "toml_datetime",
16669 "toml_edit",
16670]
16671
16672[[package]]
16673name = "toml_datetime"
16674version = "0.6.9"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16677dependencies = [
16678 "serde",
16679]
16680
16681[[package]]
16682name = "toml_edit"
16683version = "0.22.26"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16686dependencies = [
16687 "indexmap 2.9.0",
16688 "serde",
16689 "serde_spanned",
16690 "toml_datetime",
16691 "toml_write",
16692 "winnow",
16693]
16694
16695[[package]]
16696name = "toml_write"
16697version = "0.1.1"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16700
16701[[package]]
16702name = "toolchain_selector"
16703version = "0.1.0"
16704dependencies = [
16705 "anyhow",
16706 "convert_case 0.8.0",
16707 "editor",
16708 "file_finder",
16709 "futures 0.3.31",
16710 "fuzzy",
16711 "gpui",
16712 "language",
16713 "menu",
16714 "picker",
16715 "project",
16716 "ui",
16717 "util",
16718 "workspace",
16719 "workspace-hack",
16720]
16721
16722[[package]]
16723name = "topological-sort"
16724version = "0.2.2"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16727
16728[[package]]
16729name = "tower"
16730version = "0.4.13"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16733dependencies = [
16734 "futures-core",
16735 "futures-util",
16736 "pin-project",
16737 "pin-project-lite",
16738 "tokio",
16739 "tower-layer",
16740 "tower-service",
16741 "tracing",
16742]
16743
16744[[package]]
16745name = "tower"
16746version = "0.5.2"
16747source = "registry+https://github.com/rust-lang/crates.io-index"
16748checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16749dependencies = [
16750 "futures-core",
16751 "futures-util",
16752 "pin-project-lite",
16753 "sync_wrapper 1.0.2",
16754 "tokio",
16755 "tower-layer",
16756 "tower-service",
16757]
16758
16759[[package]]
16760name = "tower-http"
16761version = "0.3.5"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16764dependencies = [
16765 "bitflags 1.3.2",
16766 "bytes 1.10.1",
16767 "futures-core",
16768 "futures-util",
16769 "http 0.2.12",
16770 "http-body 0.4.6",
16771 "http-range-header",
16772 "pin-project-lite",
16773 "tower-layer",
16774 "tower-service",
16775]
16776
16777[[package]]
16778name = "tower-http"
16779version = "0.4.4"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16782dependencies = [
16783 "bitflags 2.9.0",
16784 "bytes 1.10.1",
16785 "futures-core",
16786 "futures-util",
16787 "http 0.2.12",
16788 "http-body 0.4.6",
16789 "http-range-header",
16790 "pin-project-lite",
16791 "tower-layer",
16792 "tower-service",
16793 "tracing",
16794]
16795
16796[[package]]
16797name = "tower-layer"
16798version = "0.3.3"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16801
16802[[package]]
16803name = "tower-service"
16804version = "0.3.3"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16807
16808[[package]]
16809name = "tracing"
16810version = "0.1.41"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16813dependencies = [
16814 "log",
16815 "pin-project-lite",
16816 "tracing-attributes",
16817 "tracing-core",
16818]
16819
16820[[package]]
16821name = "tracing-attributes"
16822version = "0.1.28"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16825dependencies = [
16826 "proc-macro2",
16827 "quote",
16828 "syn 2.0.101",
16829]
16830
16831[[package]]
16832name = "tracing-core"
16833version = "0.1.33"
16834source = "registry+https://github.com/rust-lang/crates.io-index"
16835checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16836dependencies = [
16837 "once_cell",
16838 "valuable",
16839]
16840
16841[[package]]
16842name = "tracing-log"
16843version = "0.2.0"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16846dependencies = [
16847 "log",
16848 "once_cell",
16849 "tracing-core",
16850]
16851
16852[[package]]
16853name = "tracing-serde"
16854version = "0.2.0"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16857dependencies = [
16858 "serde",
16859 "tracing-core",
16860]
16861
16862[[package]]
16863name = "tracing-subscriber"
16864version = "0.3.20"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16867dependencies = [
16868 "matchers",
16869 "nu-ansi-term",
16870 "once_cell",
16871 "regex-automata",
16872 "serde",
16873 "serde_json",
16874 "sharded-slab",
16875 "smallvec",
16876 "thread_local",
16877 "tracing",
16878 "tracing-core",
16879 "tracing-log",
16880 "tracing-serde",
16881]
16882
16883[[package]]
16884name = "trait-variant"
16885version = "0.1.2"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16888dependencies = [
16889 "proc-macro2",
16890 "quote",
16891 "syn 2.0.101",
16892]
16893
16894[[package]]
16895name = "transpose"
16896version = "0.2.3"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16899dependencies = [
16900 "num-integer",
16901 "strength_reduce",
16902]
16903
16904[[package]]
16905name = "tree-sitter"
16906version = "0.25.6"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "a7cf18d43cbf0bfca51f657132cc616a5097edc4424d538bae6fa60142eaf9f0"
16909dependencies = [
16910 "cc",
16911 "regex",
16912 "regex-syntax",
16913 "serde_json",
16914 "streaming-iterator",
16915 "tree-sitter-language",
16916 "wasmtime-c-api-impl",
16917]
16918
16919[[package]]
16920name = "tree-sitter-bash"
16921version = "0.25.0"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16924dependencies = [
16925 "cc",
16926 "tree-sitter-language",
16927]
16928
16929[[package]]
16930name = "tree-sitter-c"
16931version = "0.23.4"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16934dependencies = [
16935 "cc",
16936 "tree-sitter-language",
16937]
16938
16939[[package]]
16940name = "tree-sitter-cpp"
16941version = "0.23.4"
16942source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16943dependencies = [
16944 "cc",
16945 "tree-sitter-language",
16946]
16947
16948[[package]]
16949name = "tree-sitter-css"
16950version = "0.23.2"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16953dependencies = [
16954 "cc",
16955 "tree-sitter-language",
16956]
16957
16958[[package]]
16959name = "tree-sitter-diff"
16960version = "0.1.0"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16963dependencies = [
16964 "cc",
16965 "tree-sitter-language",
16966]
16967
16968[[package]]
16969name = "tree-sitter-elixir"
16970version = "0.3.4"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16973dependencies = [
16974 "cc",
16975 "tree-sitter-language",
16976]
16977
16978[[package]]
16979name = "tree-sitter-embedded-template"
16980version = "0.23.2"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16983dependencies = [
16984 "cc",
16985 "tree-sitter-language",
16986]
16987
16988[[package]]
16989name = "tree-sitter-gitcommit"
16990version = "0.0.1"
16991source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16992dependencies = [
16993 "cc",
16994 "tree-sitter-language",
16995]
16996
16997[[package]]
16998name = "tree-sitter-go"
16999version = "0.23.4"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17002dependencies = [
17003 "cc",
17004 "tree-sitter-language",
17005]
17006
17007[[package]]
17008name = "tree-sitter-gomod"
17009version = "1.1.1"
17010source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17011dependencies = [
17012 "cc",
17013 "tree-sitter-language",
17014]
17015
17016[[package]]
17017name = "tree-sitter-gowork"
17018version = "0.0.1"
17019source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17020dependencies = [
17021 "cc",
17022 "tree-sitter-language",
17023]
17024
17025[[package]]
17026name = "tree-sitter-heex"
17027version = "0.0.1"
17028source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17029dependencies = [
17030 "cc",
17031 "tree-sitter-language",
17032]
17033
17034[[package]]
17035name = "tree-sitter-html"
17036version = "0.23.2"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17039dependencies = [
17040 "cc",
17041 "tree-sitter-language",
17042]
17043
17044[[package]]
17045name = "tree-sitter-jsdoc"
17046version = "0.23.2"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17049dependencies = [
17050 "cc",
17051 "tree-sitter-language",
17052]
17053
17054[[package]]
17055name = "tree-sitter-json"
17056version = "0.24.8"
17057source = "registry+https://github.com/rust-lang/crates.io-index"
17058checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17059dependencies = [
17060 "cc",
17061 "tree-sitter-language",
17062]
17063
17064[[package]]
17065name = "tree-sitter-language"
17066version = "0.1.5"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17069
17070[[package]]
17071name = "tree-sitter-md"
17072version = "0.3.2"
17073source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17074dependencies = [
17075 "cc",
17076 "tree-sitter-language",
17077]
17078
17079[[package]]
17080name = "tree-sitter-python"
17081version = "0.25.0"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17084dependencies = [
17085 "cc",
17086 "tree-sitter-language",
17087]
17088
17089[[package]]
17090name = "tree-sitter-regex"
17091version = "0.24.3"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17094dependencies = [
17095 "cc",
17096 "tree-sitter-language",
17097]
17098
17099[[package]]
17100name = "tree-sitter-ruby"
17101version = "0.23.1"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17104dependencies = [
17105 "cc",
17106 "tree-sitter-language",
17107]
17108
17109[[package]]
17110name = "tree-sitter-rust"
17111version = "0.24.0"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17114dependencies = [
17115 "cc",
17116 "tree-sitter-language",
17117]
17118
17119[[package]]
17120name = "tree-sitter-typescript"
17121version = "0.23.2"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17124dependencies = [
17125 "cc",
17126 "tree-sitter-language",
17127]
17128
17129[[package]]
17130name = "tree-sitter-yaml"
17131version = "0.6.1"
17132source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17133dependencies = [
17134 "cc",
17135 "tree-sitter-language",
17136]
17137
17138[[package]]
17139name = "try-lock"
17140version = "0.2.5"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17143
17144[[package]]
17145name = "ttf-parser"
17146version = "0.20.0"
17147source = "registry+https://github.com/rust-lang/crates.io-index"
17148checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17149
17150[[package]]
17151name = "ttf-parser"
17152version = "0.21.1"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17155
17156[[package]]
17157name = "ttf-parser"
17158version = "0.25.1"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17161dependencies = [
17162 "core_maths",
17163]
17164
17165[[package]]
17166name = "tungstenite"
17167version = "0.20.1"
17168source = "registry+https://github.com/rust-lang/crates.io-index"
17169checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17170dependencies = [
17171 "byteorder",
17172 "bytes 1.10.1",
17173 "data-encoding",
17174 "http 0.2.12",
17175 "httparse",
17176 "log",
17177 "rand 0.8.5",
17178 "sha1",
17179 "thiserror 1.0.69",
17180 "url",
17181 "utf-8",
17182]
17183
17184[[package]]
17185name = "tungstenite"
17186version = "0.21.0"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17189dependencies = [
17190 "byteorder",
17191 "bytes 1.10.1",
17192 "data-encoding",
17193 "http 1.3.1",
17194 "httparse",
17195 "log",
17196 "rand 0.8.5",
17197 "sha1",
17198 "thiserror 1.0.69",
17199 "url",
17200 "utf-8",
17201]
17202
17203[[package]]
17204name = "tungstenite"
17205version = "0.26.2"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17208dependencies = [
17209 "bytes 1.10.1",
17210 "data-encoding",
17211 "http 1.3.1",
17212 "httparse",
17213 "log",
17214 "rand 0.9.1",
17215 "rustls 0.23.26",
17216 "rustls-pki-types",
17217 "sha1",
17218 "thiserror 2.0.12",
17219 "utf-8",
17220]
17221
17222[[package]]
17223name = "typed-path"
17224version = "0.11.0"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17227
17228[[package]]
17229name = "typeid"
17230version = "1.0.3"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17233
17234[[package]]
17235name = "typenum"
17236version = "1.18.0"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17239
17240[[package]]
17241name = "ucd-trie"
17242version = "0.1.7"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17245
17246[[package]]
17247name = "uds"
17248version = "0.4.2"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17251dependencies = [
17252 "libc",
17253]
17254
17255[[package]]
17256name = "uds_windows"
17257version = "1.1.0"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17260dependencies = [
17261 "memoffset",
17262 "tempfile",
17263 "winapi",
17264]
17265
17266[[package]]
17267name = "ug"
17268version = "0.4.0"
17269source = "registry+https://github.com/rust-lang/crates.io-index"
17270checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17271dependencies = [
17272 "gemm 0.18.2",
17273 "half",
17274 "libloading",
17275 "memmap2",
17276 "num",
17277 "num-traits",
17278 "num_cpus",
17279 "rayon",
17280 "safetensors",
17281 "serde",
17282 "thiserror 1.0.69",
17283 "tracing",
17284 "yoke",
17285]
17286
17287[[package]]
17288name = "ui"
17289version = "0.1.0"
17290dependencies = [
17291 "chrono",
17292 "component",
17293 "documented",
17294 "gpui",
17295 "gpui_macros",
17296 "icons",
17297 "itertools 0.14.0",
17298 "menu",
17299 "schemars 1.0.1",
17300 "serde",
17301 "settings",
17302 "smallvec",
17303 "story",
17304 "strum 0.27.1",
17305 "theme",
17306 "ui_macros",
17307 "util",
17308 "windows 0.61.1",
17309 "workspace-hack",
17310]
17311
17312[[package]]
17313name = "ui_input"
17314version = "0.1.0"
17315dependencies = [
17316 "component",
17317 "editor",
17318 "gpui",
17319 "settings",
17320 "theme",
17321 "ui",
17322 "workspace-hack",
17323]
17324
17325[[package]]
17326name = "ui_macros"
17327version = "0.1.0"
17328dependencies = [
17329 "component",
17330 "quote",
17331 "syn 2.0.101",
17332 "ui",
17333 "workspace-hack",
17334]
17335
17336[[package]]
17337name = "ui_prompt"
17338version = "0.1.0"
17339dependencies = [
17340 "gpui",
17341 "markdown",
17342 "menu",
17343 "settings",
17344 "theme",
17345 "ui",
17346 "workspace",
17347 "workspace-hack",
17348]
17349
17350[[package]]
17351name = "unicase"
17352version = "2.8.1"
17353source = "registry+https://github.com/rust-lang/crates.io-index"
17354checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17355
17356[[package]]
17357name = "unicode-bidi"
17358version = "0.3.18"
17359source = "registry+https://github.com/rust-lang/crates.io-index"
17360checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17361
17362[[package]]
17363name = "unicode-bidi-mirroring"
17364version = "0.2.0"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17367
17368[[package]]
17369name = "unicode-bidi-mirroring"
17370version = "0.4.0"
17371source = "registry+https://github.com/rust-lang/crates.io-index"
17372checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17373
17374[[package]]
17375name = "unicode-ccc"
17376version = "0.2.0"
17377source = "registry+https://github.com/rust-lang/crates.io-index"
17378checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17379
17380[[package]]
17381name = "unicode-ccc"
17382version = "0.4.0"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17385
17386[[package]]
17387name = "unicode-ident"
17388version = "1.0.18"
17389source = "registry+https://github.com/rust-lang/crates.io-index"
17390checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17391
17392[[package]]
17393name = "unicode-linebreak"
17394version = "0.1.5"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17397
17398[[package]]
17399name = "unicode-normalization"
17400version = "0.1.24"
17401source = "registry+https://github.com/rust-lang/crates.io-index"
17402checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17403dependencies = [
17404 "tinyvec",
17405]
17406
17407[[package]]
17408name = "unicode-properties"
17409version = "0.1.3"
17410source = "registry+https://github.com/rust-lang/crates.io-index"
17411checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17412
17413[[package]]
17414name = "unicode-script"
17415version = "0.5.7"
17416source = "registry+https://github.com/rust-lang/crates.io-index"
17417checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17418
17419[[package]]
17420name = "unicode-segmentation"
17421version = "1.12.0"
17422source = "registry+https://github.com/rust-lang/crates.io-index"
17423checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17424
17425[[package]]
17426name = "unicode-vo"
17427version = "0.1.0"
17428source = "registry+https://github.com/rust-lang/crates.io-index"
17429checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17430
17431[[package]]
17432name = "unicode-width"
17433version = "0.1.14"
17434source = "registry+https://github.com/rust-lang/crates.io-index"
17435checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
17436
17437[[package]]
17438name = "unicode-width"
17439version = "0.2.0"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17442
17443[[package]]
17444name = "unicode-xid"
17445version = "0.2.6"
17446source = "registry+https://github.com/rust-lang/crates.io-index"
17447checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17448
17449[[package]]
17450name = "unicode_categories"
17451version = "0.1.1"
17452source = "registry+https://github.com/rust-lang/crates.io-index"
17453checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17454
17455[[package]]
17456name = "unindent"
17457version = "0.2.4"
17458source = "registry+https://github.com/rust-lang/crates.io-index"
17459checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17460
17461[[package]]
17462name = "untrusted"
17463version = "0.9.0"
17464source = "registry+https://github.com/rust-lang/crates.io-index"
17465checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17466
17467[[package]]
17468name = "url"
17469version = "2.5.4"
17470source = "registry+https://github.com/rust-lang/crates.io-index"
17471checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17472dependencies = [
17473 "form_urlencoded",
17474 "idna",
17475 "percent-encoding",
17476 "serde",
17477]
17478
17479[[package]]
17480name = "urlencoding"
17481version = "2.1.3"
17482source = "registry+https://github.com/rust-lang/crates.io-index"
17483checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17484
17485[[package]]
17486name = "usvg"
17487version = "0.45.1"
17488source = "registry+https://github.com/rust-lang/crates.io-index"
17489checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17490dependencies = [
17491 "base64 0.22.1",
17492 "data-url",
17493 "flate2",
17494 "fontdb 0.23.0",
17495 "imagesize",
17496 "kurbo",
17497 "log",
17498 "pico-args",
17499 "roxmltree",
17500 "rustybuzz 0.20.1",
17501 "simplecss",
17502 "siphasher",
17503 "strict-num",
17504 "svgtypes",
17505 "tiny-skia-path",
17506 "unicode-bidi",
17507 "unicode-script",
17508 "unicode-vo",
17509 "xmlwriter",
17510]
17511
17512[[package]]
17513name = "utf-8"
17514version = "0.7.6"
17515source = "registry+https://github.com/rust-lang/crates.io-index"
17516checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17517
17518[[package]]
17519name = "utf16_iter"
17520version = "1.0.5"
17521source = "registry+https://github.com/rust-lang/crates.io-index"
17522checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17523
17524[[package]]
17525name = "utf8_iter"
17526version = "1.0.4"
17527source = "registry+https://github.com/rust-lang/crates.io-index"
17528checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17529
17530[[package]]
17531name = "utf8parse"
17532version = "0.2.2"
17533source = "registry+https://github.com/rust-lang/crates.io-index"
17534checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17535
17536[[package]]
17537name = "util"
17538version = "0.1.0"
17539dependencies = [
17540 "anyhow",
17541 "async-fs",
17542 "async_zip",
17543 "collections",
17544 "command-fds",
17545 "dirs 4.0.0",
17546 "dunce",
17547 "futures 0.3.31",
17548 "futures-lite 1.13.0",
17549 "git2",
17550 "globset",
17551 "indoc",
17552 "itertools 0.14.0",
17553 "libc",
17554 "log",
17555 "nix 0.29.0",
17556 "pretty_assertions",
17557 "rand 0.9.1",
17558 "regex",
17559 "rust-embed",
17560 "schemars 1.0.1",
17561 "serde",
17562 "serde_json",
17563 "serde_json_lenient",
17564 "shlex",
17565 "smol",
17566 "take-until",
17567 "tempfile",
17568 "tendril",
17569 "unicase",
17570 "util_macros",
17571 "walkdir",
17572 "workspace-hack",
17573]
17574
17575[[package]]
17576name = "util_macros"
17577version = "0.1.0"
17578dependencies = [
17579 "perf",
17580 "quote",
17581 "syn 2.0.101",
17582 "workspace-hack",
17583]
17584
17585[[package]]
17586name = "uuid"
17587version = "1.16.0"
17588source = "registry+https://github.com/rust-lang/crates.io-index"
17589checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17590dependencies = [
17591 "getrandom 0.3.2",
17592 "serde",
17593 "sha1_smol",
17594]
17595
17596[[package]]
17597name = "uuid-simd"
17598version = "0.8.0"
17599source = "registry+https://github.com/rust-lang/crates.io-index"
17600checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17601dependencies = [
17602 "outref",
17603 "uuid",
17604 "vsimd",
17605]
17606
17607[[package]]
17608name = "v_frame"
17609version = "0.3.8"
17610source = "registry+https://github.com/rust-lang/crates.io-index"
17611checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17612dependencies = [
17613 "aligned-vec",
17614 "num-traits",
17615 "wasm-bindgen",
17616]
17617
17618[[package]]
17619name = "valuable"
17620version = "0.1.1"
17621source = "registry+https://github.com/rust-lang/crates.io-index"
17622checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17623
17624[[package]]
17625name = "value-bag"
17626version = "1.11.1"
17627source = "registry+https://github.com/rust-lang/crates.io-index"
17628checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17629dependencies = [
17630 "value-bag-serde1",
17631 "value-bag-sval2",
17632]
17633
17634[[package]]
17635name = "value-bag-serde1"
17636version = "1.11.1"
17637source = "registry+https://github.com/rust-lang/crates.io-index"
17638checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17639dependencies = [
17640 "erased-serde",
17641 "serde",
17642 "serde_fmt",
17643]
17644
17645[[package]]
17646name = "value-bag-sval2"
17647version = "1.11.1"
17648source = "registry+https://github.com/rust-lang/crates.io-index"
17649checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17650dependencies = [
17651 "sval",
17652 "sval_buffer",
17653 "sval_dynamic",
17654 "sval_fmt",
17655 "sval_json",
17656 "sval_ref",
17657 "sval_serde",
17658]
17659
17660[[package]]
17661name = "vcpkg"
17662version = "0.2.15"
17663source = "registry+https://github.com/rust-lang/crates.io-index"
17664checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17665
17666[[package]]
17667name = "vercel"
17668version = "0.1.0"
17669dependencies = [
17670 "anyhow",
17671 "schemars 1.0.1",
17672 "serde",
17673 "strum 0.27.1",
17674 "workspace-hack",
17675]
17676
17677[[package]]
17678name = "version-compare"
17679version = "0.2.0"
17680source = "registry+https://github.com/rust-lang/crates.io-index"
17681checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17682
17683[[package]]
17684name = "version_check"
17685version = "0.9.5"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17688
17689[[package]]
17690name = "vim"
17691version = "0.1.0"
17692dependencies = [
17693 "anyhow",
17694 "assets",
17695 "async-compat",
17696 "async-trait",
17697 "collections",
17698 "command_palette",
17699 "command_palette_hooks",
17700 "db",
17701 "editor",
17702 "env_logger 0.11.8",
17703 "futures 0.3.31",
17704 "git_ui",
17705 "gpui",
17706 "indoc",
17707 "itertools 0.14.0",
17708 "language",
17709 "log",
17710 "lsp",
17711 "multi_buffer",
17712 "nvim-rs",
17713 "parking_lot",
17714 "perf",
17715 "picker",
17716 "project",
17717 "project_panel",
17718 "regex",
17719 "release_channel",
17720 "schemars 1.0.1",
17721 "search",
17722 "serde",
17723 "serde_json",
17724 "settings",
17725 "task",
17726 "text",
17727 "theme",
17728 "tokio",
17729 "ui",
17730 "util",
17731 "util_macros",
17732 "vim_mode_setting",
17733 "workspace",
17734 "workspace-hack",
17735 "zed_actions",
17736]
17737
17738[[package]]
17739name = "vim_mode_setting"
17740version = "0.1.0"
17741dependencies = [
17742 "gpui",
17743 "settings",
17744 "workspace-hack",
17745]
17746
17747[[package]]
17748name = "vscode_theme"
17749version = "0.2.0"
17750source = "registry+https://github.com/rust-lang/crates.io-index"
17751checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17752dependencies = [
17753 "serde",
17754]
17755
17756[[package]]
17757name = "vsimd"
17758version = "0.8.0"
17759source = "registry+https://github.com/rust-lang/crates.io-index"
17760checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17761
17762[[package]]
17763name = "vswhom"
17764version = "0.1.0"
17765source = "registry+https://github.com/rust-lang/crates.io-index"
17766checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17767dependencies = [
17768 "libc",
17769 "vswhom-sys",
17770]
17771
17772[[package]]
17773name = "vswhom-sys"
17774version = "0.1.3"
17775source = "registry+https://github.com/rust-lang/crates.io-index"
17776checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17777dependencies = [
17778 "cc",
17779 "libc",
17780]
17781
17782[[package]]
17783name = "vte"
17784version = "0.15.0"
17785source = "registry+https://github.com/rust-lang/crates.io-index"
17786checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17787dependencies = [
17788 "arrayvec",
17789 "bitflags 2.9.0",
17790 "cursor-icon",
17791 "log",
17792 "memchr",
17793 "serde",
17794]
17795
17796[[package]]
17797name = "waker-fn"
17798version = "1.2.0"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17801
17802[[package]]
17803name = "walkdir"
17804version = "2.5.0"
17805source = "registry+https://github.com/rust-lang/crates.io-index"
17806checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17807dependencies = [
17808 "same-file",
17809 "winapi-util",
17810]
17811
17812[[package]]
17813name = "want"
17814version = "0.3.1"
17815source = "registry+https://github.com/rust-lang/crates.io-index"
17816checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17817dependencies = [
17818 "try-lock",
17819]
17820
17821[[package]]
17822name = "warp"
17823version = "0.3.7"
17824source = "registry+https://github.com/rust-lang/crates.io-index"
17825checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17826dependencies = [
17827 "bytes 1.10.1",
17828 "futures-channel",
17829 "futures-util",
17830 "headers",
17831 "http 0.2.12",
17832 "hyper 0.14.32",
17833 "log",
17834 "mime",
17835 "mime_guess",
17836 "percent-encoding",
17837 "pin-project",
17838 "scoped-tls",
17839 "serde",
17840 "serde_json",
17841 "serde_urlencoded",
17842 "tokio",
17843 "tokio-tungstenite 0.21.0",
17844 "tokio-util",
17845 "tower-service",
17846 "tracing",
17847]
17848
17849[[package]]
17850name = "wasi"
17851version = "0.11.0+wasi-snapshot-preview1"
17852source = "registry+https://github.com/rust-lang/crates.io-index"
17853checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17854
17855[[package]]
17856name = "wasi"
17857version = "0.14.2+wasi-0.2.4"
17858source = "registry+https://github.com/rust-lang/crates.io-index"
17859checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17860dependencies = [
17861 "wit-bindgen-rt 0.39.0",
17862]
17863
17864[[package]]
17865name = "wasite"
17866version = "0.1.0"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17869
17870[[package]]
17871name = "wasm-bindgen"
17872version = "0.2.100"
17873source = "registry+https://github.com/rust-lang/crates.io-index"
17874checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17875dependencies = [
17876 "cfg-if",
17877 "once_cell",
17878 "rustversion",
17879 "wasm-bindgen-macro",
17880]
17881
17882[[package]]
17883name = "wasm-bindgen-backend"
17884version = "0.2.100"
17885source = "registry+https://github.com/rust-lang/crates.io-index"
17886checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17887dependencies = [
17888 "bumpalo",
17889 "log",
17890 "proc-macro2",
17891 "quote",
17892 "syn 2.0.101",
17893 "wasm-bindgen-shared",
17894]
17895
17896[[package]]
17897name = "wasm-bindgen-futures"
17898version = "0.4.50"
17899source = "registry+https://github.com/rust-lang/crates.io-index"
17900checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17901dependencies = [
17902 "cfg-if",
17903 "js-sys",
17904 "once_cell",
17905 "wasm-bindgen",
17906 "web-sys",
17907]
17908
17909[[package]]
17910name = "wasm-bindgen-macro"
17911version = "0.2.100"
17912source = "registry+https://github.com/rust-lang/crates.io-index"
17913checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17914dependencies = [
17915 "quote",
17916 "wasm-bindgen-macro-support",
17917]
17918
17919[[package]]
17920name = "wasm-bindgen-macro-support"
17921version = "0.2.100"
17922source = "registry+https://github.com/rust-lang/crates.io-index"
17923checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17924dependencies = [
17925 "proc-macro2",
17926 "quote",
17927 "syn 2.0.101",
17928 "wasm-bindgen-backend",
17929 "wasm-bindgen-shared",
17930]
17931
17932[[package]]
17933name = "wasm-bindgen-shared"
17934version = "0.2.100"
17935source = "registry+https://github.com/rust-lang/crates.io-index"
17936checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17937dependencies = [
17938 "unicode-ident",
17939]
17940
17941[[package]]
17942name = "wasm-encoder"
17943version = "0.201.0"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17946dependencies = [
17947 "leb128",
17948]
17949
17950[[package]]
17951name = "wasm-encoder"
17952version = "0.221.3"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17955dependencies = [
17956 "leb128",
17957 "wasmparser 0.221.3",
17958]
17959
17960[[package]]
17961name = "wasm-encoder"
17962version = "0.227.1"
17963source = "registry+https://github.com/rust-lang/crates.io-index"
17964checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17965dependencies = [
17966 "leb128fmt",
17967 "wasmparser 0.227.1",
17968]
17969
17970[[package]]
17971name = "wasm-metadata"
17972version = "0.201.0"
17973source = "registry+https://github.com/rust-lang/crates.io-index"
17974checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17975dependencies = [
17976 "anyhow",
17977 "indexmap 2.9.0",
17978 "serde",
17979 "serde_derive",
17980 "serde_json",
17981 "spdx",
17982 "wasm-encoder 0.201.0",
17983 "wasmparser 0.201.0",
17984]
17985
17986[[package]]
17987name = "wasm-metadata"
17988version = "0.227.1"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17991dependencies = [
17992 "anyhow",
17993 "auditable-serde",
17994 "flate2",
17995 "indexmap 2.9.0",
17996 "serde",
17997 "serde_derive",
17998 "serde_json",
17999 "spdx",
18000 "url",
18001 "wasm-encoder 0.227.1",
18002 "wasmparser 0.227.1",
18003]
18004
18005[[package]]
18006name = "wasm-streams"
18007version = "0.4.2"
18008source = "registry+https://github.com/rust-lang/crates.io-index"
18009checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18010dependencies = [
18011 "futures-util",
18012 "js-sys",
18013 "wasm-bindgen",
18014 "wasm-bindgen-futures",
18015 "web-sys",
18016]
18017
18018[[package]]
18019name = "wasmparser"
18020version = "0.201.0"
18021source = "registry+https://github.com/rust-lang/crates.io-index"
18022checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18023dependencies = [
18024 "bitflags 2.9.0",
18025 "indexmap 2.9.0",
18026 "semver",
18027]
18028
18029[[package]]
18030name = "wasmparser"
18031version = "0.221.3"
18032source = "registry+https://github.com/rust-lang/crates.io-index"
18033checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18034dependencies = [
18035 "bitflags 2.9.0",
18036 "hashbrown 0.15.3",
18037 "indexmap 2.9.0",
18038 "semver",
18039 "serde",
18040]
18041
18042[[package]]
18043name = "wasmparser"
18044version = "0.227.1"
18045source = "registry+https://github.com/rust-lang/crates.io-index"
18046checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18047dependencies = [
18048 "bitflags 2.9.0",
18049 "hashbrown 0.15.3",
18050 "indexmap 2.9.0",
18051 "semver",
18052]
18053
18054[[package]]
18055name = "wasmprinter"
18056version = "0.221.3"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18059dependencies = [
18060 "anyhow",
18061 "termcolor",
18062 "wasmparser 0.221.3",
18063]
18064
18065[[package]]
18066name = "wasmtime"
18067version = "29.0.1"
18068source = "registry+https://github.com/rust-lang/crates.io-index"
18069checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18070dependencies = [
18071 "anyhow",
18072 "async-trait",
18073 "bitflags 2.9.0",
18074 "bumpalo",
18075 "cc",
18076 "cfg-if",
18077 "encoding_rs",
18078 "hashbrown 0.14.5",
18079 "indexmap 2.9.0",
18080 "libc",
18081 "log",
18082 "mach2 0.4.2",
18083 "memfd",
18084 "object",
18085 "once_cell",
18086 "paste",
18087 "postcard",
18088 "psm",
18089 "pulley-interpreter",
18090 "rayon",
18091 "rustix 0.38.44",
18092 "semver",
18093 "serde",
18094 "serde_derive",
18095 "smallvec",
18096 "sptr",
18097 "target-lexicon 0.13.2",
18098 "trait-variant",
18099 "wasmparser 0.221.3",
18100 "wasmtime-asm-macros",
18101 "wasmtime-component-macro",
18102 "wasmtime-component-util",
18103 "wasmtime-cranelift",
18104 "wasmtime-environ",
18105 "wasmtime-fiber",
18106 "wasmtime-jit-icache-coherence",
18107 "wasmtime-math",
18108 "wasmtime-slab",
18109 "wasmtime-versioned-export-macros",
18110 "wasmtime-winch",
18111 "windows-sys 0.59.0",
18112]
18113
18114[[package]]
18115name = "wasmtime-asm-macros"
18116version = "29.0.1"
18117source = "registry+https://github.com/rust-lang/crates.io-index"
18118checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18119dependencies = [
18120 "cfg-if",
18121]
18122
18123[[package]]
18124name = "wasmtime-c-api-impl"
18125version = "29.0.1"
18126source = "registry+https://github.com/rust-lang/crates.io-index"
18127checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18128dependencies = [
18129 "anyhow",
18130 "log",
18131 "tracing",
18132 "wasmtime",
18133 "wasmtime-c-api-macros",
18134]
18135
18136[[package]]
18137name = "wasmtime-c-api-macros"
18138version = "29.0.1"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18141dependencies = [
18142 "proc-macro2",
18143 "quote",
18144]
18145
18146[[package]]
18147name = "wasmtime-component-macro"
18148version = "29.0.1"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18151dependencies = [
18152 "anyhow",
18153 "proc-macro2",
18154 "quote",
18155 "syn 2.0.101",
18156 "wasmtime-component-util",
18157 "wasmtime-wit-bindgen",
18158 "wit-parser 0.221.3",
18159]
18160
18161[[package]]
18162name = "wasmtime-component-util"
18163version = "29.0.1"
18164source = "registry+https://github.com/rust-lang/crates.io-index"
18165checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18166
18167[[package]]
18168name = "wasmtime-cranelift"
18169version = "29.0.1"
18170source = "registry+https://github.com/rust-lang/crates.io-index"
18171checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18172dependencies = [
18173 "anyhow",
18174 "cfg-if",
18175 "cranelift-codegen",
18176 "cranelift-control",
18177 "cranelift-entity",
18178 "cranelift-frontend",
18179 "cranelift-native",
18180 "gimli",
18181 "itertools 0.12.1",
18182 "log",
18183 "object",
18184 "smallvec",
18185 "target-lexicon 0.13.2",
18186 "thiserror 1.0.69",
18187 "wasmparser 0.221.3",
18188 "wasmtime-environ",
18189 "wasmtime-versioned-export-macros",
18190]
18191
18192[[package]]
18193name = "wasmtime-environ"
18194version = "29.0.1"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18197dependencies = [
18198 "anyhow",
18199 "cpp_demangle",
18200 "cranelift-bitset",
18201 "cranelift-entity",
18202 "gimli",
18203 "indexmap 2.9.0",
18204 "log",
18205 "object",
18206 "postcard",
18207 "rustc-demangle",
18208 "semver",
18209 "serde",
18210 "serde_derive",
18211 "smallvec",
18212 "target-lexicon 0.13.2",
18213 "wasm-encoder 0.221.3",
18214 "wasmparser 0.221.3",
18215 "wasmprinter",
18216 "wasmtime-component-util",
18217]
18218
18219[[package]]
18220name = "wasmtime-fiber"
18221version = "29.0.1"
18222source = "registry+https://github.com/rust-lang/crates.io-index"
18223checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18224dependencies = [
18225 "anyhow",
18226 "cc",
18227 "cfg-if",
18228 "rustix 0.38.44",
18229 "wasmtime-asm-macros",
18230 "wasmtime-versioned-export-macros",
18231 "windows-sys 0.59.0",
18232]
18233
18234[[package]]
18235name = "wasmtime-jit-icache-coherence"
18236version = "29.0.1"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18239dependencies = [
18240 "anyhow",
18241 "cfg-if",
18242 "libc",
18243 "windows-sys 0.59.0",
18244]
18245
18246[[package]]
18247name = "wasmtime-math"
18248version = "29.0.1"
18249source = "registry+https://github.com/rust-lang/crates.io-index"
18250checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18251dependencies = [
18252 "libm",
18253]
18254
18255[[package]]
18256name = "wasmtime-slab"
18257version = "29.0.1"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18260
18261[[package]]
18262name = "wasmtime-versioned-export-macros"
18263version = "29.0.1"
18264source = "registry+https://github.com/rust-lang/crates.io-index"
18265checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18266dependencies = [
18267 "proc-macro2",
18268 "quote",
18269 "syn 2.0.101",
18270]
18271
18272[[package]]
18273name = "wasmtime-wasi"
18274version = "29.0.1"
18275source = "registry+https://github.com/rust-lang/crates.io-index"
18276checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18277dependencies = [
18278 "anyhow",
18279 "async-trait",
18280 "bitflags 2.9.0",
18281 "bytes 1.10.1",
18282 "cap-fs-ext",
18283 "cap-net-ext",
18284 "cap-rand",
18285 "cap-std",
18286 "cap-time-ext",
18287 "fs-set-times",
18288 "futures 0.3.31",
18289 "io-extras",
18290 "io-lifetimes",
18291 "rustix 0.38.44",
18292 "system-interface",
18293 "thiserror 1.0.69",
18294 "tokio",
18295 "tracing",
18296 "trait-variant",
18297 "url",
18298 "wasmtime",
18299 "wiggle",
18300 "windows-sys 0.59.0",
18301]
18302
18303[[package]]
18304name = "wasmtime-winch"
18305version = "29.0.1"
18306source = "registry+https://github.com/rust-lang/crates.io-index"
18307checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18308dependencies = [
18309 "anyhow",
18310 "cranelift-codegen",
18311 "gimli",
18312 "object",
18313 "target-lexicon 0.13.2",
18314 "wasmparser 0.221.3",
18315 "wasmtime-cranelift",
18316 "wasmtime-environ",
18317 "winch-codegen",
18318]
18319
18320[[package]]
18321name = "wasmtime-wit-bindgen"
18322version = "29.0.1"
18323source = "registry+https://github.com/rust-lang/crates.io-index"
18324checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18325dependencies = [
18326 "anyhow",
18327 "heck 0.5.0",
18328 "indexmap 2.9.0",
18329 "wit-parser 0.221.3",
18330]
18331
18332[[package]]
18333name = "wast"
18334version = "35.0.2"
18335source = "registry+https://github.com/rust-lang/crates.io-index"
18336checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18337dependencies = [
18338 "leb128",
18339]
18340
18341[[package]]
18342name = "watch"
18343version = "0.1.0"
18344dependencies = [
18345 "ctor",
18346 "futures 0.3.31",
18347 "gpui",
18348 "parking_lot",
18349 "rand 0.9.1",
18350 "workspace-hack",
18351 "zlog",
18352]
18353
18354[[package]]
18355name = "wayland-backend"
18356version = "0.3.8"
18357source = "registry+https://github.com/rust-lang/crates.io-index"
18358checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18359dependencies = [
18360 "cc",
18361 "downcast-rs",
18362 "rustix 0.38.44",
18363 "scoped-tls",
18364 "smallvec",
18365 "wayland-sys",
18366]
18367
18368[[package]]
18369name = "wayland-client"
18370version = "0.31.8"
18371source = "registry+https://github.com/rust-lang/crates.io-index"
18372checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18373dependencies = [
18374 "bitflags 2.9.0",
18375 "rustix 0.38.44",
18376 "wayland-backend",
18377 "wayland-scanner",
18378]
18379
18380[[package]]
18381name = "wayland-cursor"
18382version = "0.31.8"
18383source = "registry+https://github.com/rust-lang/crates.io-index"
18384checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18385dependencies = [
18386 "rustix 0.38.44",
18387 "wayland-client",
18388 "xcursor",
18389]
18390
18391[[package]]
18392name = "wayland-protocols"
18393version = "0.31.2"
18394source = "registry+https://github.com/rust-lang/crates.io-index"
18395checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18396dependencies = [
18397 "bitflags 2.9.0",
18398 "wayland-backend",
18399 "wayland-client",
18400 "wayland-scanner",
18401]
18402
18403[[package]]
18404name = "wayland-protocols-plasma"
18405version = "0.2.0"
18406source = "registry+https://github.com/rust-lang/crates.io-index"
18407checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18408dependencies = [
18409 "bitflags 2.9.0",
18410 "wayland-backend",
18411 "wayland-client",
18412 "wayland-protocols",
18413 "wayland-scanner",
18414]
18415
18416[[package]]
18417name = "wayland-scanner"
18418version = "0.31.6"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18421dependencies = [
18422 "proc-macro2",
18423 "quick-xml 0.37.4",
18424 "quote",
18425]
18426
18427[[package]]
18428name = "wayland-sys"
18429version = "0.31.6"
18430source = "registry+https://github.com/rust-lang/crates.io-index"
18431checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18432dependencies = [
18433 "dlib",
18434 "log",
18435 "once_cell",
18436 "pkg-config",
18437]
18438
18439[[package]]
18440name = "web-sys"
18441version = "0.3.77"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18444dependencies = [
18445 "js-sys",
18446 "wasm-bindgen",
18447]
18448
18449[[package]]
18450name = "web-time"
18451version = "1.1.0"
18452source = "registry+https://github.com/rust-lang/crates.io-index"
18453checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18454dependencies = [
18455 "js-sys",
18456 "wasm-bindgen",
18457]
18458
18459[[package]]
18460name = "web_atoms"
18461version = "0.1.0"
18462source = "registry+https://github.com/rust-lang/crates.io-index"
18463checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18464dependencies = [
18465 "phf",
18466 "phf_codegen",
18467 "string_cache",
18468 "string_cache_codegen",
18469]
18470
18471[[package]]
18472name = "web_search"
18473version = "0.1.0"
18474dependencies = [
18475 "anyhow",
18476 "cloud_llm_client",
18477 "collections",
18478 "gpui",
18479 "serde",
18480 "workspace-hack",
18481]
18482
18483[[package]]
18484name = "web_search_providers"
18485version = "0.1.0"
18486dependencies = [
18487 "anyhow",
18488 "client",
18489 "cloud_llm_client",
18490 "futures 0.3.31",
18491 "gpui",
18492 "http_client",
18493 "language_model",
18494 "serde",
18495 "serde_json",
18496 "web_search",
18497 "workspace-hack",
18498]
18499
18500[[package]]
18501name = "webpki-root-certs"
18502version = "0.26.8"
18503source = "registry+https://github.com/rust-lang/crates.io-index"
18504checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18505dependencies = [
18506 "rustls-pki-types",
18507]
18508
18509[[package]]
18510name = "webpki-roots"
18511version = "0.26.8"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18514dependencies = [
18515 "rustls-pki-types",
18516]
18517
18518[[package]]
18519name = "webrtc-sys"
18520version = "0.3.7"
18521source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18522dependencies = [
18523 "cc",
18524 "cxx",
18525 "cxx-build",
18526 "glob",
18527 "log",
18528 "webrtc-sys-build",
18529]
18530
18531[[package]]
18532name = "webrtc-sys-build"
18533version = "0.3.6"
18534source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18535dependencies = [
18536 "fs2",
18537 "regex",
18538 "reqwest 0.11.27",
18539 "scratch",
18540 "semver",
18541 "zip 0.6.6",
18542]
18543
18544[[package]]
18545name = "weezl"
18546version = "0.1.8"
18547source = "registry+https://github.com/rust-lang/crates.io-index"
18548checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18549
18550[[package]]
18551name = "which"
18552version = "4.4.2"
18553source = "registry+https://github.com/rust-lang/crates.io-index"
18554checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18555dependencies = [
18556 "either",
18557 "home",
18558 "once_cell",
18559 "rustix 0.38.44",
18560]
18561
18562[[package]]
18563name = "which"
18564version = "6.0.3"
18565source = "registry+https://github.com/rust-lang/crates.io-index"
18566checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18567dependencies = [
18568 "either",
18569 "home",
18570 "rustix 0.38.44",
18571 "winsafe",
18572]
18573
18574[[package]]
18575name = "whoami"
18576version = "1.6.0"
18577source = "registry+https://github.com/rust-lang/crates.io-index"
18578checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18579dependencies = [
18580 "redox_syscall 0.5.11",
18581 "wasite",
18582]
18583
18584[[package]]
18585name = "wiggle"
18586version = "29.0.1"
18587source = "registry+https://github.com/rust-lang/crates.io-index"
18588checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18589dependencies = [
18590 "anyhow",
18591 "async-trait",
18592 "bitflags 2.9.0",
18593 "thiserror 1.0.69",
18594 "tracing",
18595 "wasmtime",
18596 "wiggle-macro",
18597]
18598
18599[[package]]
18600name = "wiggle-generate"
18601version = "29.0.1"
18602source = "registry+https://github.com/rust-lang/crates.io-index"
18603checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18604dependencies = [
18605 "anyhow",
18606 "heck 0.5.0",
18607 "proc-macro2",
18608 "quote",
18609 "shellexpand 2.1.2",
18610 "syn 2.0.101",
18611 "witx",
18612]
18613
18614[[package]]
18615name = "wiggle-macro"
18616version = "29.0.1"
18617source = "registry+https://github.com/rust-lang/crates.io-index"
18618checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18619dependencies = [
18620 "proc-macro2",
18621 "quote",
18622 "syn 2.0.101",
18623 "wiggle-generate",
18624]
18625
18626[[package]]
18627name = "winapi"
18628version = "0.3.9"
18629source = "registry+https://github.com/rust-lang/crates.io-index"
18630checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18631dependencies = [
18632 "winapi-i686-pc-windows-gnu",
18633 "winapi-x86_64-pc-windows-gnu",
18634]
18635
18636[[package]]
18637name = "winapi-i686-pc-windows-gnu"
18638version = "0.4.0"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18641
18642[[package]]
18643name = "winapi-util"
18644version = "0.1.9"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18647dependencies = [
18648 "windows-sys 0.59.0",
18649]
18650
18651[[package]]
18652name = "winapi-x86_64-pc-windows-gnu"
18653version = "0.4.0"
18654source = "registry+https://github.com/rust-lang/crates.io-index"
18655checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18656
18657[[package]]
18658name = "winch-codegen"
18659version = "29.0.1"
18660source = "registry+https://github.com/rust-lang/crates.io-index"
18661checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18662dependencies = [
18663 "anyhow",
18664 "cranelift-codegen",
18665 "gimli",
18666 "regalloc2",
18667 "smallvec",
18668 "target-lexicon 0.13.2",
18669 "thiserror 1.0.69",
18670 "wasmparser 0.221.3",
18671 "wasmtime-cranelift",
18672 "wasmtime-environ",
18673]
18674
18675[[package]]
18676name = "windows"
18677version = "0.54.0"
18678source = "registry+https://github.com/rust-lang/crates.io-index"
18679checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18680dependencies = [
18681 "windows-core 0.54.0",
18682 "windows-targets 0.52.6",
18683]
18684
18685[[package]]
18686name = "windows"
18687version = "0.57.0"
18688source = "registry+https://github.com/rust-lang/crates.io-index"
18689checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18690dependencies = [
18691 "windows-core 0.57.0",
18692 "windows-targets 0.52.6",
18693]
18694
18695[[package]]
18696name = "windows"
18697version = "0.58.0"
18698source = "registry+https://github.com/rust-lang/crates.io-index"
18699checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18700dependencies = [
18701 "windows-core 0.58.0",
18702 "windows-targets 0.52.6",
18703]
18704
18705[[package]]
18706name = "windows"
18707version = "0.61.1"
18708source = "registry+https://github.com/rust-lang/crates.io-index"
18709checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18710dependencies = [
18711 "windows-collections",
18712 "windows-core 0.61.0",
18713 "windows-future",
18714 "windows-link 0.1.1",
18715 "windows-numerics",
18716]
18717
18718[[package]]
18719name = "windows-capture"
18720version = "1.4.3"
18721source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18722dependencies = [
18723 "clap",
18724 "ctrlc",
18725 "parking_lot",
18726 "rayon",
18727 "thiserror 2.0.12",
18728 "windows 0.61.1",
18729 "windows-future",
18730]
18731
18732[[package]]
18733name = "windows-collections"
18734version = "0.2.0"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18737dependencies = [
18738 "windows-core 0.61.0",
18739]
18740
18741[[package]]
18742name = "windows-core"
18743version = "0.54.0"
18744source = "registry+https://github.com/rust-lang/crates.io-index"
18745checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18746dependencies = [
18747 "windows-result 0.1.2",
18748 "windows-targets 0.52.6",
18749]
18750
18751[[package]]
18752name = "windows-core"
18753version = "0.57.0"
18754source = "registry+https://github.com/rust-lang/crates.io-index"
18755checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18756dependencies = [
18757 "windows-implement 0.57.0",
18758 "windows-interface 0.57.0",
18759 "windows-result 0.1.2",
18760 "windows-targets 0.52.6",
18761]
18762
18763[[package]]
18764name = "windows-core"
18765version = "0.58.0"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18768dependencies = [
18769 "windows-implement 0.58.0",
18770 "windows-interface 0.58.0",
18771 "windows-result 0.2.0",
18772 "windows-strings 0.1.0",
18773 "windows-targets 0.52.6",
18774]
18775
18776[[package]]
18777name = "windows-core"
18778version = "0.61.0"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18781dependencies = [
18782 "windows-implement 0.60.0",
18783 "windows-interface 0.59.1",
18784 "windows-link 0.1.1",
18785 "windows-result 0.3.2",
18786 "windows-strings 0.4.0",
18787]
18788
18789[[package]]
18790name = "windows-future"
18791version = "0.2.0"
18792source = "registry+https://github.com/rust-lang/crates.io-index"
18793checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18794dependencies = [
18795 "windows-core 0.61.0",
18796 "windows-link 0.1.1",
18797]
18798
18799[[package]]
18800name = "windows-implement"
18801version = "0.57.0"
18802source = "registry+https://github.com/rust-lang/crates.io-index"
18803checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18804dependencies = [
18805 "proc-macro2",
18806 "quote",
18807 "syn 2.0.101",
18808]
18809
18810[[package]]
18811name = "windows-implement"
18812version = "0.58.0"
18813source = "registry+https://github.com/rust-lang/crates.io-index"
18814checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18815dependencies = [
18816 "proc-macro2",
18817 "quote",
18818 "syn 2.0.101",
18819]
18820
18821[[package]]
18822name = "windows-implement"
18823version = "0.60.0"
18824source = "registry+https://github.com/rust-lang/crates.io-index"
18825checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18826dependencies = [
18827 "proc-macro2",
18828 "quote",
18829 "syn 2.0.101",
18830]
18831
18832[[package]]
18833name = "windows-interface"
18834version = "0.57.0"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18837dependencies = [
18838 "proc-macro2",
18839 "quote",
18840 "syn 2.0.101",
18841]
18842
18843[[package]]
18844name = "windows-interface"
18845version = "0.58.0"
18846source = "registry+https://github.com/rust-lang/crates.io-index"
18847checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18848dependencies = [
18849 "proc-macro2",
18850 "quote",
18851 "syn 2.0.101",
18852]
18853
18854[[package]]
18855name = "windows-interface"
18856version = "0.59.1"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18859dependencies = [
18860 "proc-macro2",
18861 "quote",
18862 "syn 2.0.101",
18863]
18864
18865[[package]]
18866name = "windows-link"
18867version = "0.1.1"
18868source = "registry+https://github.com/rust-lang/crates.io-index"
18869checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18870
18871[[package]]
18872name = "windows-link"
18873version = "0.2.0"
18874source = "registry+https://github.com/rust-lang/crates.io-index"
18875checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18876
18877[[package]]
18878name = "windows-numerics"
18879version = "0.2.0"
18880source = "registry+https://github.com/rust-lang/crates.io-index"
18881checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18882dependencies = [
18883 "windows-core 0.61.0",
18884 "windows-link 0.1.1",
18885]
18886
18887[[package]]
18888name = "windows-registry"
18889version = "0.4.0"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18892dependencies = [
18893 "windows-result 0.3.2",
18894 "windows-strings 0.3.1",
18895 "windows-targets 0.53.2",
18896]
18897
18898[[package]]
18899name = "windows-registry"
18900version = "0.5.1"
18901source = "registry+https://github.com/rust-lang/crates.io-index"
18902checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18903dependencies = [
18904 "windows-link 0.1.1",
18905 "windows-result 0.3.2",
18906 "windows-strings 0.4.0",
18907]
18908
18909[[package]]
18910name = "windows-registry"
18911version = "0.6.0"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18914dependencies = [
18915 "windows-link 0.2.0",
18916 "windows-result 0.4.0",
18917 "windows-strings 0.5.0",
18918]
18919
18920[[package]]
18921name = "windows-result"
18922version = "0.1.2"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18925dependencies = [
18926 "windows-targets 0.52.6",
18927]
18928
18929[[package]]
18930name = "windows-result"
18931version = "0.2.0"
18932source = "registry+https://github.com/rust-lang/crates.io-index"
18933checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18934dependencies = [
18935 "windows-targets 0.52.6",
18936]
18937
18938[[package]]
18939name = "windows-result"
18940version = "0.3.2"
18941source = "registry+https://github.com/rust-lang/crates.io-index"
18942checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18943dependencies = [
18944 "windows-link 0.1.1",
18945]
18946
18947[[package]]
18948name = "windows-result"
18949version = "0.4.0"
18950source = "registry+https://github.com/rust-lang/crates.io-index"
18951checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18952dependencies = [
18953 "windows-link 0.2.0",
18954]
18955
18956[[package]]
18957name = "windows-strings"
18958version = "0.1.0"
18959source = "registry+https://github.com/rust-lang/crates.io-index"
18960checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18961dependencies = [
18962 "windows-result 0.2.0",
18963 "windows-targets 0.52.6",
18964]
18965
18966[[package]]
18967name = "windows-strings"
18968version = "0.3.1"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18971dependencies = [
18972 "windows-link 0.1.1",
18973]
18974
18975[[package]]
18976name = "windows-strings"
18977version = "0.4.0"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18980dependencies = [
18981 "windows-link 0.1.1",
18982]
18983
18984[[package]]
18985name = "windows-strings"
18986version = "0.5.0"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18989dependencies = [
18990 "windows-link 0.2.0",
18991]
18992
18993[[package]]
18994name = "windows-sys"
18995version = "0.45.0"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18998dependencies = [
18999 "windows-targets 0.42.2",
19000]
19001
19002[[package]]
19003name = "windows-sys"
19004version = "0.48.0"
19005source = "registry+https://github.com/rust-lang/crates.io-index"
19006checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19007dependencies = [
19008 "windows-targets 0.48.5",
19009]
19010
19011[[package]]
19012name = "windows-sys"
19013version = "0.52.0"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19016dependencies = [
19017 "windows-targets 0.52.6",
19018]
19019
19020[[package]]
19021name = "windows-sys"
19022version = "0.59.0"
19023source = "registry+https://github.com/rust-lang/crates.io-index"
19024checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19025dependencies = [
19026 "windows-targets 0.52.6",
19027]
19028
19029[[package]]
19030name = "windows-sys"
19031version = "0.60.2"
19032source = "registry+https://github.com/rust-lang/crates.io-index"
19033checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19034dependencies = [
19035 "windows-targets 0.53.2",
19036]
19037
19038[[package]]
19039name = "windows-sys"
19040version = "0.61.0"
19041source = "registry+https://github.com/rust-lang/crates.io-index"
19042checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19043dependencies = [
19044 "windows-link 0.2.0",
19045]
19046
19047[[package]]
19048name = "windows-targets"
19049version = "0.42.2"
19050source = "registry+https://github.com/rust-lang/crates.io-index"
19051checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19052dependencies = [
19053 "windows_aarch64_gnullvm 0.42.2",
19054 "windows_aarch64_msvc 0.42.2",
19055 "windows_i686_gnu 0.42.2",
19056 "windows_i686_msvc 0.42.2",
19057 "windows_x86_64_gnu 0.42.2",
19058 "windows_x86_64_gnullvm 0.42.2",
19059 "windows_x86_64_msvc 0.42.2",
19060]
19061
19062[[package]]
19063name = "windows-targets"
19064version = "0.48.5"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19067dependencies = [
19068 "windows_aarch64_gnullvm 0.48.5",
19069 "windows_aarch64_msvc 0.48.5",
19070 "windows_i686_gnu 0.48.5",
19071 "windows_i686_msvc 0.48.5",
19072 "windows_x86_64_gnu 0.48.5",
19073 "windows_x86_64_gnullvm 0.48.5",
19074 "windows_x86_64_msvc 0.48.5",
19075]
19076
19077[[package]]
19078name = "windows-targets"
19079version = "0.52.6"
19080source = "registry+https://github.com/rust-lang/crates.io-index"
19081checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19082dependencies = [
19083 "windows_aarch64_gnullvm 0.52.6",
19084 "windows_aarch64_msvc 0.52.6",
19085 "windows_i686_gnu 0.52.6",
19086 "windows_i686_gnullvm 0.52.6",
19087 "windows_i686_msvc 0.52.6",
19088 "windows_x86_64_gnu 0.52.6",
19089 "windows_x86_64_gnullvm 0.52.6",
19090 "windows_x86_64_msvc 0.52.6",
19091]
19092
19093[[package]]
19094name = "windows-targets"
19095version = "0.53.2"
19096source = "registry+https://github.com/rust-lang/crates.io-index"
19097checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19098dependencies = [
19099 "windows_aarch64_gnullvm 0.53.0",
19100 "windows_aarch64_msvc 0.53.0",
19101 "windows_i686_gnu 0.53.0",
19102 "windows_i686_gnullvm 0.53.0",
19103 "windows_i686_msvc 0.53.0",
19104 "windows_x86_64_gnu 0.53.0",
19105 "windows_x86_64_gnullvm 0.53.0",
19106 "windows_x86_64_msvc 0.53.0",
19107]
19108
19109[[package]]
19110name = "windows_aarch64_gnullvm"
19111version = "0.42.2"
19112source = "registry+https://github.com/rust-lang/crates.io-index"
19113checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19114
19115[[package]]
19116name = "windows_aarch64_gnullvm"
19117version = "0.48.5"
19118source = "registry+https://github.com/rust-lang/crates.io-index"
19119checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19120
19121[[package]]
19122name = "windows_aarch64_gnullvm"
19123version = "0.52.6"
19124source = "registry+https://github.com/rust-lang/crates.io-index"
19125checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19126
19127[[package]]
19128name = "windows_aarch64_gnullvm"
19129version = "0.53.0"
19130source = "registry+https://github.com/rust-lang/crates.io-index"
19131checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19132
19133[[package]]
19134name = "windows_aarch64_msvc"
19135version = "0.42.2"
19136source = "registry+https://github.com/rust-lang/crates.io-index"
19137checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19138
19139[[package]]
19140name = "windows_aarch64_msvc"
19141version = "0.48.5"
19142source = "registry+https://github.com/rust-lang/crates.io-index"
19143checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19144
19145[[package]]
19146name = "windows_aarch64_msvc"
19147version = "0.52.6"
19148source = "registry+https://github.com/rust-lang/crates.io-index"
19149checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19150
19151[[package]]
19152name = "windows_aarch64_msvc"
19153version = "0.53.0"
19154source = "registry+https://github.com/rust-lang/crates.io-index"
19155checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19156
19157[[package]]
19158name = "windows_i686_gnu"
19159version = "0.42.2"
19160source = "registry+https://github.com/rust-lang/crates.io-index"
19161checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19162
19163[[package]]
19164name = "windows_i686_gnu"
19165version = "0.48.5"
19166source = "registry+https://github.com/rust-lang/crates.io-index"
19167checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19168
19169[[package]]
19170name = "windows_i686_gnu"
19171version = "0.52.6"
19172source = "registry+https://github.com/rust-lang/crates.io-index"
19173checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19174
19175[[package]]
19176name = "windows_i686_gnu"
19177version = "0.53.0"
19178source = "registry+https://github.com/rust-lang/crates.io-index"
19179checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19180
19181[[package]]
19182name = "windows_i686_gnullvm"
19183version = "0.52.6"
19184source = "registry+https://github.com/rust-lang/crates.io-index"
19185checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19186
19187[[package]]
19188name = "windows_i686_gnullvm"
19189version = "0.53.0"
19190source = "registry+https://github.com/rust-lang/crates.io-index"
19191checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19192
19193[[package]]
19194name = "windows_i686_msvc"
19195version = "0.42.2"
19196source = "registry+https://github.com/rust-lang/crates.io-index"
19197checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19198
19199[[package]]
19200name = "windows_i686_msvc"
19201version = "0.48.5"
19202source = "registry+https://github.com/rust-lang/crates.io-index"
19203checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19204
19205[[package]]
19206name = "windows_i686_msvc"
19207version = "0.52.6"
19208source = "registry+https://github.com/rust-lang/crates.io-index"
19209checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19210
19211[[package]]
19212name = "windows_i686_msvc"
19213version = "0.53.0"
19214source = "registry+https://github.com/rust-lang/crates.io-index"
19215checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19216
19217[[package]]
19218name = "windows_x86_64_gnu"
19219version = "0.42.2"
19220source = "registry+https://github.com/rust-lang/crates.io-index"
19221checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19222
19223[[package]]
19224name = "windows_x86_64_gnu"
19225version = "0.48.5"
19226source = "registry+https://github.com/rust-lang/crates.io-index"
19227checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19228
19229[[package]]
19230name = "windows_x86_64_gnu"
19231version = "0.52.6"
19232source = "registry+https://github.com/rust-lang/crates.io-index"
19233checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19234
19235[[package]]
19236name = "windows_x86_64_gnu"
19237version = "0.53.0"
19238source = "registry+https://github.com/rust-lang/crates.io-index"
19239checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19240
19241[[package]]
19242name = "windows_x86_64_gnullvm"
19243version = "0.42.2"
19244source = "registry+https://github.com/rust-lang/crates.io-index"
19245checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19246
19247[[package]]
19248name = "windows_x86_64_gnullvm"
19249version = "0.48.5"
19250source = "registry+https://github.com/rust-lang/crates.io-index"
19251checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19252
19253[[package]]
19254name = "windows_x86_64_gnullvm"
19255version = "0.52.6"
19256source = "registry+https://github.com/rust-lang/crates.io-index"
19257checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19258
19259[[package]]
19260name = "windows_x86_64_gnullvm"
19261version = "0.53.0"
19262source = "registry+https://github.com/rust-lang/crates.io-index"
19263checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19264
19265[[package]]
19266name = "windows_x86_64_msvc"
19267version = "0.42.2"
19268source = "registry+https://github.com/rust-lang/crates.io-index"
19269checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19270
19271[[package]]
19272name = "windows_x86_64_msvc"
19273version = "0.48.5"
19274source = "registry+https://github.com/rust-lang/crates.io-index"
19275checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19276
19277[[package]]
19278name = "windows_x86_64_msvc"
19279version = "0.52.6"
19280source = "registry+https://github.com/rust-lang/crates.io-index"
19281checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19282
19283[[package]]
19284name = "windows_x86_64_msvc"
19285version = "0.53.0"
19286source = "registry+https://github.com/rust-lang/crates.io-index"
19287checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19288
19289[[package]]
19290name = "winnow"
19291version = "0.7.6"
19292source = "registry+https://github.com/rust-lang/crates.io-index"
19293checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19294dependencies = [
19295 "memchr",
19296]
19297
19298[[package]]
19299name = "winreg"
19300version = "0.10.1"
19301source = "registry+https://github.com/rust-lang/crates.io-index"
19302checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19303dependencies = [
19304 "winapi",
19305]
19306
19307[[package]]
19308name = "winreg"
19309version = "0.50.0"
19310source = "registry+https://github.com/rust-lang/crates.io-index"
19311checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19312dependencies = [
19313 "cfg-if",
19314 "windows-sys 0.48.0",
19315]
19316
19317[[package]]
19318name = "winreg"
19319version = "0.52.0"
19320source = "registry+https://github.com/rust-lang/crates.io-index"
19321checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19322dependencies = [
19323 "cfg-if",
19324 "windows-sys 0.48.0",
19325]
19326
19327[[package]]
19328name = "winreg"
19329version = "0.55.0"
19330source = "registry+https://github.com/rust-lang/crates.io-index"
19331checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19332dependencies = [
19333 "cfg-if",
19334 "windows-sys 0.59.0",
19335]
19336
19337[[package]]
19338name = "winresource"
19339version = "0.1.20"
19340source = "registry+https://github.com/rust-lang/crates.io-index"
19341checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19342dependencies = [
19343 "toml 0.8.20",
19344 "version_check",
19345]
19346
19347[[package]]
19348name = "winsafe"
19349version = "0.0.19"
19350source = "registry+https://github.com/rust-lang/crates.io-index"
19351checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19352
19353[[package]]
19354name = "winx"
19355version = "0.36.4"
19356source = "registry+https://github.com/rust-lang/crates.io-index"
19357checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19358dependencies = [
19359 "bitflags 2.9.0",
19360 "windows-sys 0.59.0",
19361]
19362
19363[[package]]
19364name = "wio"
19365version = "0.2.2"
19366source = "registry+https://github.com/rust-lang/crates.io-index"
19367checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19368dependencies = [
19369 "winapi",
19370]
19371
19372[[package]]
19373name = "wit-bindgen"
19374version = "0.22.0"
19375source = "registry+https://github.com/rust-lang/crates.io-index"
19376checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19377dependencies = [
19378 "bitflags 2.9.0",
19379 "wit-bindgen-rt 0.22.0",
19380 "wit-bindgen-rust-macro 0.22.0",
19381]
19382
19383[[package]]
19384name = "wit-bindgen"
19385version = "0.41.0"
19386source = "registry+https://github.com/rust-lang/crates.io-index"
19387checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19388dependencies = [
19389 "wit-bindgen-rt 0.41.0",
19390 "wit-bindgen-rust-macro 0.41.0",
19391]
19392
19393[[package]]
19394name = "wit-bindgen-core"
19395version = "0.22.0"
19396source = "registry+https://github.com/rust-lang/crates.io-index"
19397checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19398dependencies = [
19399 "anyhow",
19400 "wit-parser 0.201.0",
19401]
19402
19403[[package]]
19404name = "wit-bindgen-core"
19405version = "0.41.0"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19408dependencies = [
19409 "anyhow",
19410 "heck 0.5.0",
19411 "wit-parser 0.227.1",
19412]
19413
19414[[package]]
19415name = "wit-bindgen-rt"
19416version = "0.22.0"
19417source = "registry+https://github.com/rust-lang/crates.io-index"
19418checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19419
19420[[package]]
19421name = "wit-bindgen-rt"
19422version = "0.39.0"
19423source = "registry+https://github.com/rust-lang/crates.io-index"
19424checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19425dependencies = [
19426 "bitflags 2.9.0",
19427]
19428
19429[[package]]
19430name = "wit-bindgen-rt"
19431version = "0.41.0"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19434dependencies = [
19435 "bitflags 2.9.0",
19436 "futures 0.3.31",
19437 "once_cell",
19438]
19439
19440[[package]]
19441name = "wit-bindgen-rust"
19442version = "0.22.0"
19443source = "registry+https://github.com/rust-lang/crates.io-index"
19444checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19445dependencies = [
19446 "anyhow",
19447 "heck 0.4.1",
19448 "indexmap 2.9.0",
19449 "wasm-metadata 0.201.0",
19450 "wit-bindgen-core 0.22.0",
19451 "wit-component 0.201.0",
19452]
19453
19454[[package]]
19455name = "wit-bindgen-rust"
19456version = "0.41.0"
19457source = "registry+https://github.com/rust-lang/crates.io-index"
19458checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19459dependencies = [
19460 "anyhow",
19461 "heck 0.5.0",
19462 "indexmap 2.9.0",
19463 "prettyplease",
19464 "syn 2.0.101",
19465 "wasm-metadata 0.227.1",
19466 "wit-bindgen-core 0.41.0",
19467 "wit-component 0.227.1",
19468]
19469
19470[[package]]
19471name = "wit-bindgen-rust-macro"
19472version = "0.22.0"
19473source = "registry+https://github.com/rust-lang/crates.io-index"
19474checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19475dependencies = [
19476 "anyhow",
19477 "proc-macro2",
19478 "quote",
19479 "syn 2.0.101",
19480 "wit-bindgen-core 0.22.0",
19481 "wit-bindgen-rust 0.22.0",
19482]
19483
19484[[package]]
19485name = "wit-bindgen-rust-macro"
19486version = "0.41.0"
19487source = "registry+https://github.com/rust-lang/crates.io-index"
19488checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19489dependencies = [
19490 "anyhow",
19491 "prettyplease",
19492 "proc-macro2",
19493 "quote",
19494 "syn 2.0.101",
19495 "wit-bindgen-core 0.41.0",
19496 "wit-bindgen-rust 0.41.0",
19497]
19498
19499[[package]]
19500name = "wit-component"
19501version = "0.201.0"
19502source = "registry+https://github.com/rust-lang/crates.io-index"
19503checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19504dependencies = [
19505 "anyhow",
19506 "bitflags 2.9.0",
19507 "indexmap 2.9.0",
19508 "log",
19509 "serde",
19510 "serde_derive",
19511 "serde_json",
19512 "wasm-encoder 0.201.0",
19513 "wasm-metadata 0.201.0",
19514 "wasmparser 0.201.0",
19515 "wit-parser 0.201.0",
19516]
19517
19518[[package]]
19519name = "wit-component"
19520version = "0.227.1"
19521source = "registry+https://github.com/rust-lang/crates.io-index"
19522checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19523dependencies = [
19524 "anyhow",
19525 "bitflags 2.9.0",
19526 "indexmap 2.9.0",
19527 "log",
19528 "serde",
19529 "serde_derive",
19530 "serde_json",
19531 "wasm-encoder 0.227.1",
19532 "wasm-metadata 0.227.1",
19533 "wasmparser 0.227.1",
19534 "wit-parser 0.227.1",
19535]
19536
19537[[package]]
19538name = "wit-parser"
19539version = "0.201.0"
19540source = "registry+https://github.com/rust-lang/crates.io-index"
19541checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19542dependencies = [
19543 "anyhow",
19544 "id-arena",
19545 "indexmap 2.9.0",
19546 "log",
19547 "semver",
19548 "serde",
19549 "serde_derive",
19550 "serde_json",
19551 "unicode-xid",
19552 "wasmparser 0.201.0",
19553]
19554
19555[[package]]
19556name = "wit-parser"
19557version = "0.221.3"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19560dependencies = [
19561 "anyhow",
19562 "id-arena",
19563 "indexmap 2.9.0",
19564 "log",
19565 "semver",
19566 "serde",
19567 "serde_derive",
19568 "serde_json",
19569 "unicode-xid",
19570 "wasmparser 0.221.3",
19571]
19572
19573[[package]]
19574name = "wit-parser"
19575version = "0.227.1"
19576source = "registry+https://github.com/rust-lang/crates.io-index"
19577checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19578dependencies = [
19579 "anyhow",
19580 "id-arena",
19581 "indexmap 2.9.0",
19582 "log",
19583 "semver",
19584 "serde",
19585 "serde_derive",
19586 "serde_json",
19587 "unicode-xid",
19588 "wasmparser 0.227.1",
19589]
19590
19591[[package]]
19592name = "witx"
19593version = "0.9.1"
19594source = "registry+https://github.com/rust-lang/crates.io-index"
19595checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19596dependencies = [
19597 "anyhow",
19598 "log",
19599 "thiserror 1.0.69",
19600 "wast",
19601]
19602
19603[[package]]
19604name = "workspace"
19605version = "0.1.0"
19606dependencies = [
19607 "any_vec",
19608 "anyhow",
19609 "async-recursion",
19610 "call",
19611 "client",
19612 "clock",
19613 "collections",
19614 "component",
19615 "dap",
19616 "db",
19617 "fs",
19618 "futures 0.3.31",
19619 "gpui",
19620 "http_client",
19621 "itertools 0.14.0",
19622 "language",
19623 "log",
19624 "menu",
19625 "node_runtime",
19626 "parking_lot",
19627 "postage",
19628 "pretty_assertions",
19629 "project",
19630 "remote",
19631 "schemars 1.0.1",
19632 "serde",
19633 "serde_json",
19634 "session",
19635 "settings",
19636 "smallvec",
19637 "sqlez",
19638 "strum 0.27.1",
19639 "task",
19640 "telemetry",
19641 "tempfile",
19642 "theme",
19643 "ui",
19644 "util",
19645 "uuid",
19646 "windows 0.61.1",
19647 "workspace-hack",
19648 "zed_actions",
19649 "zlog",
19650]
19651
19652[[package]]
19653name = "workspace-hack"
19654version = "0.1.0"
19655dependencies = [
19656 "aes",
19657 "ahash 0.8.11",
19658 "aho-corasick",
19659 "anstream",
19660 "arrayvec",
19661 "async-compression",
19662 "async-std",
19663 "async-tungstenite",
19664 "aws-config",
19665 "aws-credential-types",
19666 "aws-runtime",
19667 "aws-sigv4",
19668 "aws-smithy-async",
19669 "aws-smithy-http",
19670 "aws-smithy-runtime",
19671 "aws-smithy-runtime-api",
19672 "aws-smithy-types",
19673 "base64 0.22.1",
19674 "base64ct",
19675 "bigdecimal",
19676 "bit-set 0.8.0",
19677 "bit-vec 0.8.0",
19678 "bitflags 2.9.0",
19679 "bstr",
19680 "bytemuck",
19681 "byteorder",
19682 "bytes 1.10.1",
19683 "cc",
19684 "chrono",
19685 "cipher",
19686 "clap",
19687 "clap_builder",
19688 "codespan-reporting 0.12.0",
19689 "concurrent-queue",
19690 "core-foundation 0.9.4",
19691 "core-foundation-sys",
19692 "cranelift-codegen",
19693 "crc32fast",
19694 "crossbeam-channel",
19695 "crossbeam-epoch",
19696 "crossbeam-utils",
19697 "crypto-common",
19698 "deranged",
19699 "digest",
19700 "either",
19701 "euclid",
19702 "event-listener 5.4.0",
19703 "event-listener-strategy",
19704 "flate2",
19705 "flume",
19706 "foldhash",
19707 "form_urlencoded",
19708 "futures 0.3.31",
19709 "futures-channel",
19710 "futures-core",
19711 "futures-executor",
19712 "futures-io",
19713 "futures-sink",
19714 "futures-task",
19715 "futures-util",
19716 "getrandom 0.2.15",
19717 "getrandom 0.3.2",
19718 "gimli",
19719 "half",
19720 "handlebars 4.5.0",
19721 "hashbrown 0.14.5",
19722 "hashbrown 0.15.3",
19723 "heck 0.4.1",
19724 "hmac",
19725 "hyper 0.14.32",
19726 "hyper-rustls 0.27.5",
19727 "idna",
19728 "indexmap 2.9.0",
19729 "inout",
19730 "itertools 0.12.1",
19731 "itertools 0.13.0",
19732 "lazy_static",
19733 "libc",
19734 "libsqlite3-sys",
19735 "linux-raw-sys 0.4.15",
19736 "linux-raw-sys 0.9.4",
19737 "livekit-runtime",
19738 "log",
19739 "lyon",
19740 "lyon_path",
19741 "md-5",
19742 "memchr",
19743 "memmap2",
19744 "mime_guess",
19745 "miniz_oxide",
19746 "mio 1.0.3",
19747 "naga",
19748 "nix 0.28.0",
19749 "nix 0.29.0",
19750 "nix 0.30.1",
19751 "nom 7.1.3",
19752 "num-bigint",
19753 "num-bigint-dig",
19754 "num-complex",
19755 "num-integer",
19756 "num-iter",
19757 "num-rational",
19758 "num-traits",
19759 "objc2",
19760 "objc2-core-foundation",
19761 "objc2-foundation",
19762 "objc2-metal",
19763 "object",
19764 "once_cell",
19765 "percent-encoding",
19766 "phf",
19767 "phf_shared",
19768 "prettyplease",
19769 "proc-macro2",
19770 "prost 0.12.6",
19771 "prost 0.9.0",
19772 "prost-types 0.9.0",
19773 "quote",
19774 "rand 0.8.5",
19775 "rand 0.9.1",
19776 "rand_chacha 0.3.1",
19777 "rand_core 0.6.4",
19778 "rand_distr",
19779 "regalloc2",
19780 "regex",
19781 "regex-automata",
19782 "regex-syntax",
19783 "ring",
19784 "rust_decimal",
19785 "rustc-hash 1.1.0",
19786 "rustix 0.38.44",
19787 "rustix 1.0.7",
19788 "rustls 0.23.26",
19789 "rustls-webpki 0.103.1",
19790 "scopeguard",
19791 "sea-orm",
19792 "sea-query-binder",
19793 "security-framework 3.2.0",
19794 "security-framework-sys",
19795 "semver",
19796 "serde",
19797 "serde_core",
19798 "serde_json",
19799 "simd-adler32",
19800 "smallvec",
19801 "spin",
19802 "sqlx",
19803 "sqlx-macros",
19804 "sqlx-macros-core",
19805 "sqlx-postgres",
19806 "sqlx-sqlite",
19807 "stable_deref_trait",
19808 "strum 0.26.3",
19809 "subtle",
19810 "syn 1.0.109",
19811 "syn 2.0.101",
19812 "sync_wrapper 1.0.2",
19813 "thiserror 2.0.12",
19814 "time",
19815 "time-macros",
19816 "tokio",
19817 "tokio-rustls 0.26.2",
19818 "tokio-socks",
19819 "tokio-stream",
19820 "tokio-util",
19821 "toml_datetime",
19822 "toml_edit",
19823 "tower 0.5.2",
19824 "tracing",
19825 "tracing-core",
19826 "tungstenite 0.26.2",
19827 "unicode-properties",
19828 "url",
19829 "uuid",
19830 "wasmparser 0.221.3",
19831 "wasmtime",
19832 "wasmtime-cranelift",
19833 "wasmtime-environ",
19834 "winapi",
19835 "windows-core 0.61.0",
19836 "windows-numerics",
19837 "windows-sys 0.48.0",
19838 "windows-sys 0.52.0",
19839 "windows-sys 0.59.0",
19840 "windows-sys 0.61.0",
19841 "zeroize",
19842 "zvariant",
19843]
19844
19845[[package]]
19846name = "worktree"
19847version = "0.1.0"
19848dependencies = [
19849 "anyhow",
19850 "clock",
19851 "collections",
19852 "fs",
19853 "futures 0.3.31",
19854 "fuzzy",
19855 "git",
19856 "git2",
19857 "gpui",
19858 "http_client",
19859 "ignore",
19860 "language",
19861 "log",
19862 "parking_lot",
19863 "paths",
19864 "postage",
19865 "pretty_assertions",
19866 "rand 0.9.1",
19867 "rpc",
19868 "serde",
19869 "serde_json",
19870 "settings",
19871 "smallvec",
19872 "smol",
19873 "sum_tree",
19874 "text",
19875 "util",
19876 "workspace-hack",
19877 "zlog",
19878]
19879
19880[[package]]
19881name = "write16"
19882version = "1.0.0"
19883source = "registry+https://github.com/rust-lang/crates.io-index"
19884checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19885
19886[[package]]
19887name = "writeable"
19888version = "0.5.5"
19889source = "registry+https://github.com/rust-lang/crates.io-index"
19890checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19891
19892[[package]]
19893name = "wyz"
19894version = "0.5.1"
19895source = "registry+https://github.com/rust-lang/crates.io-index"
19896checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19897dependencies = [
19898 "tap",
19899]
19900
19901[[package]]
19902name = "x11"
19903version = "2.21.0"
19904source = "registry+https://github.com/rust-lang/crates.io-index"
19905checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19906dependencies = [
19907 "libc",
19908 "pkg-config",
19909]
19910
19911[[package]]
19912name = "x11-clipboard"
19913version = "0.9.3"
19914source = "registry+https://github.com/rust-lang/crates.io-index"
19915checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19916dependencies = [
19917 "libc",
19918 "x11rb",
19919]
19920
19921[[package]]
19922name = "x11rb"
19923version = "0.13.1"
19924source = "registry+https://github.com/rust-lang/crates.io-index"
19925checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19926dependencies = [
19927 "as-raw-xcb-connection",
19928 "gethostname",
19929 "libc",
19930 "rustix 0.38.44",
19931 "x11rb-protocol",
19932]
19933
19934[[package]]
19935name = "x11rb-protocol"
19936version = "0.13.1"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19939
19940[[package]]
19941name = "x_ai"
19942version = "0.1.0"
19943dependencies = [
19944 "anyhow",
19945 "schemars 1.0.1",
19946 "serde",
19947 "strum 0.27.1",
19948 "workspace-hack",
19949]
19950
19951[[package]]
19952name = "xattr"
19953version = "0.2.3"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19956dependencies = [
19957 "libc",
19958]
19959
19960[[package]]
19961name = "xcb"
19962version = "1.6.0"
19963source = "registry+https://github.com/rust-lang/crates.io-index"
19964checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19965dependencies = [
19966 "bitflags 1.3.2",
19967 "libc",
19968 "quick-xml 0.30.0",
19969 "x11",
19970]
19971
19972[[package]]
19973name = "xcursor"
19974version = "0.3.8"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19977
19978[[package]]
19979name = "xim"
19980version = "0.4.0"
19981source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19982dependencies = [
19983 "ahash 0.8.11",
19984 "hashbrown 0.14.5",
19985 "log",
19986 "x11rb",
19987 "xim-ctext",
19988 "xim-parser",
19989]
19990
19991[[package]]
19992name = "xim-ctext"
19993version = "0.3.0"
19994source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19995dependencies = [
19996 "encoding_rs",
19997]
19998
19999[[package]]
20000name = "xim-parser"
20001version = "0.2.1"
20002source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20003dependencies = [
20004 "bitflags 2.9.0",
20005]
20006
20007[[package]]
20008name = "xkbcommon"
20009version = "0.8.0"
20010source = "registry+https://github.com/rust-lang/crates.io-index"
20011checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20012dependencies = [
20013 "as-raw-xcb-connection",
20014 "libc",
20015 "memmap2",
20016 "xkeysym",
20017]
20018
20019[[package]]
20020name = "xkeysym"
20021version = "0.2.1"
20022source = "registry+https://github.com/rust-lang/crates.io-index"
20023checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20024
20025[[package]]
20026name = "xml5ever"
20027version = "0.18.1"
20028source = "registry+https://github.com/rust-lang/crates.io-index"
20029checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20030dependencies = [
20031 "log",
20032 "mac",
20033 "markup5ever 0.12.1",
20034]
20035
20036[[package]]
20037name = "xmlparser"
20038version = "0.13.6"
20039source = "registry+https://github.com/rust-lang/crates.io-index"
20040checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20041
20042[[package]]
20043name = "xmlwriter"
20044version = "0.1.0"
20045source = "registry+https://github.com/rust-lang/crates.io-index"
20046checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20047
20048[[package]]
20049name = "xtask"
20050version = "0.1.0"
20051dependencies = [
20052 "anyhow",
20053 "cargo_metadata",
20054 "cargo_toml",
20055 "clap",
20056 "workspace-hack",
20057]
20058
20059[[package]]
20060name = "yaml-rust2"
20061version = "0.8.1"
20062source = "registry+https://github.com/rust-lang/crates.io-index"
20063checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20064dependencies = [
20065 "arraydeque",
20066 "encoding_rs",
20067 "hashlink 0.8.4",
20068]
20069
20070[[package]]
20071name = "yansi"
20072version = "1.0.1"
20073source = "registry+https://github.com/rust-lang/crates.io-index"
20074checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20075
20076[[package]]
20077name = "yawc"
20078version = "0.2.5"
20079source = "registry+https://github.com/rust-lang/crates.io-index"
20080checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20081dependencies = [
20082 "base64 0.22.1",
20083 "bytes 1.10.1",
20084 "flate2",
20085 "futures 0.3.31",
20086 "http-body-util",
20087 "hyper 1.6.0",
20088 "hyper-util",
20089 "js-sys",
20090 "nom 8.0.0",
20091 "pin-project",
20092 "rand 0.8.5",
20093 "sha1",
20094 "thiserror 1.0.69",
20095 "tokio",
20096 "tokio-rustls 0.26.2",
20097 "tokio-util",
20098 "url",
20099 "wasm-bindgen",
20100 "wasm-bindgen-futures",
20101 "web-sys",
20102 "webpki-roots",
20103]
20104
20105[[package]]
20106name = "yazi"
20107version = "0.2.1"
20108source = "registry+https://github.com/rust-lang/crates.io-index"
20109checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20110
20111[[package]]
20112name = "yeslogic-fontconfig-sys"
20113version = "6.0.0"
20114source = "registry+https://github.com/rust-lang/crates.io-index"
20115checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20116dependencies = [
20117 "dlib",
20118 "once_cell",
20119 "pkg-config",
20120]
20121
20122[[package]]
20123name = "yoke"
20124version = "0.7.5"
20125source = "registry+https://github.com/rust-lang/crates.io-index"
20126checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20127dependencies = [
20128 "serde",
20129 "stable_deref_trait",
20130 "yoke-derive",
20131 "zerofrom",
20132]
20133
20134[[package]]
20135name = "yoke-derive"
20136version = "0.7.5"
20137source = "registry+https://github.com/rust-lang/crates.io-index"
20138checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20139dependencies = [
20140 "proc-macro2",
20141 "quote",
20142 "syn 2.0.101",
20143 "synstructure",
20144]
20145
20146[[package]]
20147name = "zbus"
20148version = "5.11.0"
20149source = "registry+https://github.com/rust-lang/crates.io-index"
20150checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20151dependencies = [
20152 "async-broadcast",
20153 "async-executor",
20154 "async-io",
20155 "async-lock",
20156 "async-process",
20157 "async-recursion",
20158 "async-task",
20159 "async-trait",
20160 "blocking",
20161 "enumflags2",
20162 "event-listener 5.4.0",
20163 "futures-core",
20164 "futures-lite 2.6.0",
20165 "hex",
20166 "nix 0.30.1",
20167 "ordered-stream",
20168 "serde",
20169 "serde_repr",
20170 "tracing",
20171 "uds_windows",
20172 "windows-sys 0.60.2",
20173 "winnow",
20174 "zbus_macros",
20175 "zbus_names",
20176 "zvariant",
20177]
20178
20179[[package]]
20180name = "zbus_macros"
20181version = "5.11.0"
20182source = "registry+https://github.com/rust-lang/crates.io-index"
20183checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20184dependencies = [
20185 "proc-macro-crate",
20186 "proc-macro2",
20187 "quote",
20188 "syn 2.0.101",
20189 "zbus_names",
20190 "zvariant",
20191 "zvariant_utils",
20192]
20193
20194[[package]]
20195name = "zbus_names"
20196version = "4.2.0"
20197source = "registry+https://github.com/rust-lang/crates.io-index"
20198checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20199dependencies = [
20200 "serde",
20201 "static_assertions",
20202 "winnow",
20203 "zvariant",
20204]
20205
20206[[package]]
20207name = "zed"
20208version = "0.207.0"
20209dependencies = [
20210 "acp_tools",
20211 "activity_indicator",
20212 "agent",
20213 "agent_settings",
20214 "agent_ui",
20215 "anyhow",
20216 "ashpd 0.11.0",
20217 "askpass",
20218 "assets",
20219 "assistant_tools",
20220 "audio",
20221 "auto_update",
20222 "auto_update_ui",
20223 "backtrace",
20224 "bincode",
20225 "breadcrumbs",
20226 "call",
20227 "channel",
20228 "clap",
20229 "cli",
20230 "client",
20231 "collab_ui",
20232 "collections",
20233 "command_palette",
20234 "component",
20235 "copilot",
20236 "crashes",
20237 "dap",
20238 "dap_adapters",
20239 "db",
20240 "debug_adapter_extension",
20241 "debugger_tools",
20242 "debugger_ui",
20243 "diagnostics",
20244 "edit_prediction_button",
20245 "editor",
20246 "env_logger 0.11.8",
20247 "extension",
20248 "extension_host",
20249 "extensions_ui",
20250 "feature_flags",
20251 "feedback",
20252 "file_finder",
20253 "fs",
20254 "futures 0.3.31",
20255 "git",
20256 "git_hosting_providers",
20257 "git_ui",
20258 "go_to_line",
20259 "gpui",
20260 "gpui_tokio",
20261 "http_client",
20262 "image_viewer",
20263 "inspector_ui",
20264 "install_cli",
20265 "itertools 0.14.0",
20266 "journal",
20267 "json_schema_store",
20268 "keymap_editor",
20269 "language",
20270 "language_extension",
20271 "language_model",
20272 "language_models",
20273 "language_onboarding",
20274 "language_selector",
20275 "language_tools",
20276 "languages",
20277 "line_ending_selector",
20278 "log",
20279 "markdown",
20280 "markdown_preview",
20281 "menu",
20282 "migrator",
20283 "mimalloc",
20284 "nc",
20285 "nix 0.29.0",
20286 "node_runtime",
20287 "notifications",
20288 "onboarding",
20289 "outline",
20290 "outline_panel",
20291 "parking_lot",
20292 "paths",
20293 "picker",
20294 "pretty_assertions",
20295 "profiling",
20296 "project",
20297 "project_panel",
20298 "project_symbols",
20299 "prompt_store",
20300 "proto",
20301 "recent_projects",
20302 "release_channel",
20303 "remote",
20304 "repl",
20305 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20306 "reqwest_client",
20307 "rope",
20308 "search",
20309 "serde",
20310 "serde_json",
20311 "session",
20312 "settings",
20313 "settings_profile_selector",
20314 "settings_ui",
20315 "shellexpand 2.1.2",
20316 "smol",
20317 "snippet_provider",
20318 "snippets_ui",
20319 "supermaven",
20320 "svg_preview",
20321 "sysinfo",
20322 "system_specs",
20323 "tab_switcher",
20324 "task",
20325 "tasks_ui",
20326 "telemetry",
20327 "telemetry_events",
20328 "terminal_view",
20329 "theme",
20330 "theme_extension",
20331 "theme_selector",
20332 "time",
20333 "title_bar",
20334 "toolchain_selector",
20335 "tree-sitter-md",
20336 "tree-sitter-rust",
20337 "ui",
20338 "ui_input",
20339 "ui_prompt",
20340 "url",
20341 "urlencoding",
20342 "util",
20343 "util_macros",
20344 "uuid",
20345 "vim",
20346 "vim_mode_setting",
20347 "watch",
20348 "web_search",
20349 "web_search_providers",
20350 "windows 0.61.1",
20351 "winresource",
20352 "workspace",
20353 "workspace-hack",
20354 "zed_actions",
20355 "zed_env_vars",
20356 "zeta",
20357 "zeta2",
20358 "zeta2_tools",
20359 "zlog",
20360 "zlog_settings",
20361]
20362
20363[[package]]
20364name = "zed_actions"
20365version = "0.1.0"
20366dependencies = [
20367 "gpui",
20368 "schemars 1.0.1",
20369 "serde",
20370 "uuid",
20371 "workspace-hack",
20372]
20373
20374[[package]]
20375name = "zed_env_vars"
20376version = "0.1.0"
20377dependencies = [
20378 "gpui",
20379 "workspace-hack",
20380]
20381
20382[[package]]
20383name = "zed_extension_api"
20384version = "0.1.0"
20385source = "registry+https://github.com/rust-lang/crates.io-index"
20386checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20387dependencies = [
20388 "serde",
20389 "serde_json",
20390 "wit-bindgen 0.22.0",
20391]
20392
20393[[package]]
20394name = "zed_extension_api"
20395version = "0.7.0"
20396dependencies = [
20397 "serde",
20398 "serde_json",
20399 "wit-bindgen 0.41.0",
20400]
20401
20402[[package]]
20403name = "zed_extension_api"
20404version = "0.7.0"
20405source = "registry+https://github.com/rust-lang/crates.io-index"
20406checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20407dependencies = [
20408 "serde",
20409 "serde_json",
20410 "wit-bindgen 0.41.0",
20411]
20412
20413[[package]]
20414name = "zed_glsl"
20415version = "0.1.0"
20416dependencies = [
20417 "zed_extension_api 0.1.0",
20418]
20419
20420[[package]]
20421name = "zed_html"
20422version = "0.2.3"
20423dependencies = [
20424 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20425]
20426
20427[[package]]
20428name = "zed_proto"
20429version = "0.2.2"
20430dependencies = [
20431 "zed_extension_api 0.1.0",
20432]
20433
20434[[package]]
20435name = "zed_ruff"
20436version = "0.1.1"
20437dependencies = [
20438 "zed_extension_api 0.1.0",
20439]
20440
20441[[package]]
20442name = "zed_snippets"
20443version = "0.0.6"
20444dependencies = [
20445 "serde_json",
20446 "zed_extension_api 0.1.0",
20447]
20448
20449[[package]]
20450name = "zed_test_extension"
20451version = "0.1.0"
20452dependencies = [
20453 "zed_extension_api 0.7.0",
20454]
20455
20456[[package]]
20457name = "zeno"
20458version = "0.3.2"
20459source = "registry+https://github.com/rust-lang/crates.io-index"
20460checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20461
20462[[package]]
20463name = "zerocopy"
20464version = "0.7.35"
20465source = "registry+https://github.com/rust-lang/crates.io-index"
20466checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20467dependencies = [
20468 "zerocopy-derive 0.7.35",
20469]
20470
20471[[package]]
20472name = "zerocopy"
20473version = "0.8.24"
20474source = "registry+https://github.com/rust-lang/crates.io-index"
20475checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20476dependencies = [
20477 "zerocopy-derive 0.8.24",
20478]
20479
20480[[package]]
20481name = "zerocopy-derive"
20482version = "0.7.35"
20483source = "registry+https://github.com/rust-lang/crates.io-index"
20484checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20485dependencies = [
20486 "proc-macro2",
20487 "quote",
20488 "syn 2.0.101",
20489]
20490
20491[[package]]
20492name = "zerocopy-derive"
20493version = "0.8.24"
20494source = "registry+https://github.com/rust-lang/crates.io-index"
20495checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20496dependencies = [
20497 "proc-macro2",
20498 "quote",
20499 "syn 2.0.101",
20500]
20501
20502[[package]]
20503name = "zerofrom"
20504version = "0.1.6"
20505source = "registry+https://github.com/rust-lang/crates.io-index"
20506checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20507dependencies = [
20508 "zerofrom-derive",
20509]
20510
20511[[package]]
20512name = "zerofrom-derive"
20513version = "0.1.6"
20514source = "registry+https://github.com/rust-lang/crates.io-index"
20515checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20516dependencies = [
20517 "proc-macro2",
20518 "quote",
20519 "syn 2.0.101",
20520 "synstructure",
20521]
20522
20523[[package]]
20524name = "zeroize"
20525version = "1.8.1"
20526source = "registry+https://github.com/rust-lang/crates.io-index"
20527checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20528dependencies = [
20529 "zeroize_derive",
20530]
20531
20532[[package]]
20533name = "zeroize_derive"
20534version = "1.4.2"
20535source = "registry+https://github.com/rust-lang/crates.io-index"
20536checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20537dependencies = [
20538 "proc-macro2",
20539 "quote",
20540 "syn 2.0.101",
20541]
20542
20543[[package]]
20544name = "zeromq"
20545version = "0.5.0-pre"
20546source = "registry+https://github.com/rust-lang/crates.io-index"
20547checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20548dependencies = [
20549 "async-dispatcher",
20550 "async-std",
20551 "async-trait",
20552 "asynchronous-codec",
20553 "bytes 1.10.1",
20554 "crossbeam-queue",
20555 "dashmap 5.5.3",
20556 "futures 0.3.31",
20557 "log",
20558 "num-traits",
20559 "once_cell",
20560 "parking_lot",
20561 "rand 0.8.5",
20562 "regex",
20563 "thiserror 1.0.69",
20564 "uuid",
20565]
20566
20567[[package]]
20568name = "zerovec"
20569version = "0.10.4"
20570source = "registry+https://github.com/rust-lang/crates.io-index"
20571checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20572dependencies = [
20573 "yoke",
20574 "zerofrom",
20575 "zerovec-derive",
20576]
20577
20578[[package]]
20579name = "zerovec-derive"
20580version = "0.10.3"
20581source = "registry+https://github.com/rust-lang/crates.io-index"
20582checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20583dependencies = [
20584 "proc-macro2",
20585 "quote",
20586 "syn 2.0.101",
20587]
20588
20589[[package]]
20590name = "zeta"
20591version = "0.1.0"
20592dependencies = [
20593 "ai_onboarding",
20594 "anyhow",
20595 "arrayvec",
20596 "call",
20597 "client",
20598 "clock",
20599 "cloud_api_types",
20600 "cloud_llm_client",
20601 "collections",
20602 "command_palette_hooks",
20603 "copilot",
20604 "ctor",
20605 "db",
20606 "edit_prediction",
20607 "editor",
20608 "feature_flags",
20609 "fs",
20610 "futures 0.3.31",
20611 "gpui",
20612 "http_client",
20613 "indoc",
20614 "itertools 0.14.0",
20615 "language",
20616 "language_model",
20617 "log",
20618 "menu",
20619 "parking_lot",
20620 "postage",
20621 "project",
20622 "rand 0.9.1",
20623 "regex",
20624 "release_channel",
20625 "reqwest_client",
20626 "rpc",
20627 "serde",
20628 "serde_json",
20629 "settings",
20630 "strum 0.27.1",
20631 "telemetry",
20632 "telemetry_events",
20633 "theme",
20634 "thiserror 2.0.12",
20635 "tree-sitter-go",
20636 "tree-sitter-rust",
20637 "ui",
20638 "util",
20639 "uuid",
20640 "workspace",
20641 "workspace-hack",
20642 "worktree",
20643 "zed_actions",
20644 "zlog",
20645]
20646
20647[[package]]
20648name = "zeta2"
20649version = "0.1.0"
20650dependencies = [
20651 "anyhow",
20652 "arrayvec",
20653 "chrono",
20654 "client",
20655 "clock",
20656 "cloud_llm_client",
20657 "cloud_zeta2_prompt",
20658 "edit_prediction",
20659 "edit_prediction_context",
20660 "futures 0.3.31",
20661 "gpui",
20662 "indoc",
20663 "language",
20664 "language_model",
20665 "log",
20666 "lsp",
20667 "pretty_assertions",
20668 "project",
20669 "release_channel",
20670 "serde_json",
20671 "settings",
20672 "thiserror 2.0.12",
20673 "util",
20674 "uuid",
20675 "workspace",
20676 "workspace-hack",
20677 "worktree",
20678]
20679
20680[[package]]
20681name = "zeta2_tools"
20682version = "0.1.0"
20683dependencies = [
20684 "chrono",
20685 "clap",
20686 "client",
20687 "cloud_llm_client",
20688 "collections",
20689 "edit_prediction_context",
20690 "editor",
20691 "futures 0.3.31",
20692 "gpui",
20693 "indoc",
20694 "language",
20695 "log",
20696 "pretty_assertions",
20697 "project",
20698 "serde",
20699 "serde_json",
20700 "settings",
20701 "text",
20702 "ui",
20703 "ui_input",
20704 "util",
20705 "workspace",
20706 "workspace-hack",
20707 "zeta2",
20708 "zlog",
20709]
20710
20711[[package]]
20712name = "zeta_cli"
20713version = "0.1.0"
20714dependencies = [
20715 "anyhow",
20716 "clap",
20717 "client",
20718 "cloud_llm_client",
20719 "cloud_zeta2_prompt",
20720 "debug_adapter_extension",
20721 "edit_prediction_context",
20722 "extension",
20723 "fs",
20724 "futures 0.3.31",
20725 "gpui",
20726 "gpui_tokio",
20727 "language",
20728 "language_extension",
20729 "language_model",
20730 "language_models",
20731 "languages",
20732 "node_runtime",
20733 "paths",
20734 "project",
20735 "prompt_store",
20736 "release_channel",
20737 "reqwest_client",
20738 "serde",
20739 "serde_json",
20740 "settings",
20741 "shellexpand 2.1.2",
20742 "smol",
20743 "terminal_view",
20744 "util",
20745 "watch",
20746 "workspace-hack",
20747 "zeta",
20748 "zeta2",
20749]
20750
20751[[package]]
20752name = "zip"
20753version = "0.6.6"
20754source = "registry+https://github.com/rust-lang/crates.io-index"
20755checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20756dependencies = [
20757 "aes",
20758 "byteorder",
20759 "bzip2",
20760 "constant_time_eq",
20761 "crc32fast",
20762 "crossbeam-utils",
20763 "flate2",
20764 "hmac",
20765 "pbkdf2 0.11.0",
20766 "sha1",
20767 "time",
20768 "zstd",
20769]
20770
20771[[package]]
20772name = "zip"
20773version = "1.1.4"
20774source = "registry+https://github.com/rust-lang/crates.io-index"
20775checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20776dependencies = [
20777 "arbitrary",
20778 "crc32fast",
20779 "crossbeam-utils",
20780 "displaydoc",
20781 "indexmap 2.9.0",
20782 "num_enum",
20783 "thiserror 1.0.69",
20784]
20785
20786[[package]]
20787name = "zlog"
20788version = "0.1.0"
20789dependencies = [
20790 "anyhow",
20791 "chrono",
20792 "collections",
20793 "log",
20794 "tempfile",
20795 "workspace-hack",
20796]
20797
20798[[package]]
20799name = "zlog_settings"
20800version = "0.1.0"
20801dependencies = [
20802 "collections",
20803 "gpui",
20804 "settings",
20805 "workspace-hack",
20806 "zlog",
20807]
20808
20809[[package]]
20810name = "zstd"
20811version = "0.11.2+zstd.1.5.2"
20812source = "registry+https://github.com/rust-lang/crates.io-index"
20813checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20814dependencies = [
20815 "zstd-safe",
20816]
20817
20818[[package]]
20819name = "zstd-safe"
20820version = "5.0.2+zstd.1.5.2"
20821source = "registry+https://github.com/rust-lang/crates.io-index"
20822checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20823dependencies = [
20824 "libc",
20825 "zstd-sys",
20826]
20827
20828[[package]]
20829name = "zstd-sys"
20830version = "2.0.15+zstd.1.5.7"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20833dependencies = [
20834 "cc",
20835 "pkg-config",
20836]
20837
20838[[package]]
20839name = "zune-core"
20840version = "0.4.12"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20843
20844[[package]]
20845name = "zune-inflate"
20846version = "0.2.54"
20847source = "registry+https://github.com/rust-lang/crates.io-index"
20848checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20849dependencies = [
20850 "simd-adler32",
20851]
20852
20853[[package]]
20854name = "zune-jpeg"
20855version = "0.4.14"
20856source = "registry+https://github.com/rust-lang/crates.io-index"
20857checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20858dependencies = [
20859 "zune-core",
20860]
20861
20862[[package]]
20863name = "zvariant"
20864version = "5.7.0"
20865source = "registry+https://github.com/rust-lang/crates.io-index"
20866checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20867dependencies = [
20868 "endi",
20869 "enumflags2",
20870 "serde",
20871 "url",
20872 "winnow",
20873 "zvariant_derive",
20874 "zvariant_utils",
20875]
20876
20877[[package]]
20878name = "zvariant_derive"
20879version = "5.7.0"
20880source = "registry+https://github.com/rust-lang/crates.io-index"
20881checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20882dependencies = [
20883 "proc-macro-crate",
20884 "proc-macro2",
20885 "quote",
20886 "syn 2.0.101",
20887 "zvariant_utils",
20888]
20889
20890[[package]]
20891name = "zvariant_utils"
20892version = "3.2.0"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20895dependencies = [
20896 "proc-macro2",
20897 "quote",
20898 "serde",
20899 "static_assertions",
20900 "syn 2.0.101",
20901 "winnow",
20902]