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 "askpass",
3084 "clap",
3085 "collections",
3086 "core-foundation 0.10.0",
3087 "core-services",
3088 "exec",
3089 "fork",
3090 "ipc-channel",
3091 "parking_lot",
3092 "paths",
3093 "plist",
3094 "release_channel",
3095 "serde",
3096 "tempfile",
3097 "util",
3098 "windows 0.61.1",
3099 "workspace-hack",
3100]
3101
3102[[package]]
3103name = "client"
3104version = "0.1.0"
3105dependencies = [
3106 "anyhow",
3107 "async-tungstenite",
3108 "base64 0.22.1",
3109 "chrono",
3110 "clock",
3111 "cloud_api_client",
3112 "cloud_llm_client",
3113 "collections",
3114 "credentials_provider",
3115 "derive_more",
3116 "feature_flags",
3117 "fs",
3118 "futures 0.3.31",
3119 "gpui",
3120 "gpui_tokio",
3121 "http_client",
3122 "http_client_tls",
3123 "httparse",
3124 "log",
3125 "objc2-foundation",
3126 "parking_lot",
3127 "paths",
3128 "postage",
3129 "rand 0.9.1",
3130 "regex",
3131 "release_channel",
3132 "rpc",
3133 "rustls-pki-types",
3134 "serde",
3135 "serde_json",
3136 "serde_urlencoded",
3137 "settings",
3138 "sha2",
3139 "smol",
3140 "telemetry",
3141 "telemetry_events",
3142 "text",
3143 "thiserror 2.0.12",
3144 "time",
3145 "tiny_http",
3146 "tokio",
3147 "tokio-native-tls",
3148 "tokio-rustls 0.26.2",
3149 "tokio-socks",
3150 "url",
3151 "util",
3152 "windows 0.61.1",
3153 "workspace-hack",
3154 "worktree",
3155]
3156
3157[[package]]
3158name = "clock"
3159version = "0.1.0"
3160dependencies = [
3161 "parking_lot",
3162 "serde",
3163 "smallvec",
3164 "workspace-hack",
3165]
3166
3167[[package]]
3168name = "cloud_api_client"
3169version = "0.1.0"
3170dependencies = [
3171 "anyhow",
3172 "cloud_api_types",
3173 "futures 0.3.31",
3174 "gpui",
3175 "gpui_tokio",
3176 "http_client",
3177 "parking_lot",
3178 "serde_json",
3179 "workspace-hack",
3180 "yawc",
3181]
3182
3183[[package]]
3184name = "cloud_api_types"
3185version = "0.1.0"
3186dependencies = [
3187 "anyhow",
3188 "chrono",
3189 "ciborium",
3190 "cloud_llm_client",
3191 "pretty_assertions",
3192 "serde",
3193 "serde_json",
3194 "workspace-hack",
3195]
3196
3197[[package]]
3198name = "cloud_llm_client"
3199version = "0.1.0"
3200dependencies = [
3201 "anyhow",
3202 "chrono",
3203 "pretty_assertions",
3204 "serde",
3205 "serde_json",
3206 "strum 0.27.1",
3207 "uuid",
3208 "workspace-hack",
3209]
3210
3211[[package]]
3212name = "cloud_zeta2_prompt"
3213version = "0.1.0"
3214dependencies = [
3215 "anyhow",
3216 "cloud_llm_client",
3217 "indoc",
3218 "ordered-float 2.10.1",
3219 "rustc-hash 2.1.1",
3220 "serde",
3221 "strum 0.27.1",
3222 "workspace-hack",
3223]
3224
3225[[package]]
3226name = "cmake"
3227version = "0.1.54"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3230dependencies = [
3231 "cc",
3232]
3233
3234[[package]]
3235name = "cobs"
3236version = "0.2.3"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
3239
3240[[package]]
3241name = "cocoa"
3242version = "0.25.0"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3245dependencies = [
3246 "bitflags 1.3.2",
3247 "block",
3248 "cocoa-foundation 0.1.2",
3249 "core-foundation 0.9.4",
3250 "core-graphics 0.23.2",
3251 "foreign-types 0.5.0",
3252 "libc",
3253 "objc",
3254]
3255
3256[[package]]
3257name = "cocoa"
3258version = "0.26.0"
3259source = "registry+https://github.com/rust-lang/crates.io-index"
3260checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3261dependencies = [
3262 "bitflags 2.9.0",
3263 "block",
3264 "cocoa-foundation 0.2.0",
3265 "core-foundation 0.10.0",
3266 "core-graphics 0.24.0",
3267 "foreign-types 0.5.0",
3268 "libc",
3269 "objc",
3270]
3271
3272[[package]]
3273name = "cocoa-foundation"
3274version = "0.1.2"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3277dependencies = [
3278 "bitflags 1.3.2",
3279 "block",
3280 "core-foundation 0.9.4",
3281 "core-graphics-types 0.1.3",
3282 "libc",
3283 "objc",
3284]
3285
3286[[package]]
3287name = "cocoa-foundation"
3288version = "0.2.0"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3291dependencies = [
3292 "bitflags 2.9.0",
3293 "block",
3294 "core-foundation 0.10.0",
3295 "core-graphics-types 0.2.0",
3296 "libc",
3297 "objc",
3298]
3299
3300[[package]]
3301name = "codespan-reporting"
3302version = "0.11.1"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
3305dependencies = [
3306 "termcolor",
3307 "unicode-width 0.1.14",
3308]
3309
3310[[package]]
3311name = "codespan-reporting"
3312version = "0.12.0"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3315dependencies = [
3316 "serde",
3317 "termcolor",
3318 "unicode-width 0.2.0",
3319]
3320
3321[[package]]
3322name = "collab"
3323version = "0.44.0"
3324dependencies = [
3325 "agent_settings",
3326 "anyhow",
3327 "assistant_context",
3328 "assistant_slash_command",
3329 "async-trait",
3330 "async-tungstenite",
3331 "audio",
3332 "aws-config",
3333 "aws-sdk-kinesis",
3334 "aws-sdk-s3",
3335 "axum",
3336 "axum-extra",
3337 "base64 0.22.1",
3338 "buffer_diff",
3339 "call",
3340 "channel",
3341 "chrono",
3342 "client",
3343 "clock",
3344 "collab_ui",
3345 "collections",
3346 "command_palette_hooks",
3347 "context_server",
3348 "ctor",
3349 "dap",
3350 "dap-types",
3351 "dap_adapters",
3352 "dashmap 6.1.0",
3353 "debugger_ui",
3354 "editor",
3355 "envy",
3356 "extension",
3357 "file_finder",
3358 "fs",
3359 "futures 0.3.31",
3360 "git",
3361 "git_hosting_providers",
3362 "git_ui",
3363 "gpui",
3364 "gpui_tokio",
3365 "hex",
3366 "http_client",
3367 "hyper 0.14.32",
3368 "indoc",
3369 "language",
3370 "language_model",
3371 "livekit_api",
3372 "livekit_client",
3373 "log",
3374 "lsp",
3375 "menu",
3376 "multi_buffer",
3377 "nanoid",
3378 "node_runtime",
3379 "notifications",
3380 "parking_lot",
3381 "pretty_assertions",
3382 "project",
3383 "prometheus",
3384 "prompt_store",
3385 "prost 0.9.0",
3386 "rand 0.9.1",
3387 "recent_projects",
3388 "release_channel",
3389 "remote",
3390 "remote_server",
3391 "reqwest 0.11.27",
3392 "reqwest_client",
3393 "rpc",
3394 "rustc-demangle",
3395 "scrypt",
3396 "sea-orm",
3397 "semantic_version",
3398 "semver",
3399 "serde",
3400 "serde_json",
3401 "session",
3402 "settings",
3403 "sha2",
3404 "smol",
3405 "sqlx",
3406 "strum 0.27.1",
3407 "subtle",
3408 "supermaven_api",
3409 "task",
3410 "telemetry_events",
3411 "text",
3412 "theme",
3413 "time",
3414 "tokio",
3415 "toml 0.8.20",
3416 "tower 0.4.13",
3417 "tower-http 0.4.4",
3418 "tracing",
3419 "tracing-subscriber",
3420 "unindent",
3421 "util",
3422 "uuid",
3423 "workspace",
3424 "workspace-hack",
3425 "worktree",
3426 "zlog",
3427]
3428
3429[[package]]
3430name = "collab_ui"
3431version = "0.1.0"
3432dependencies = [
3433 "anyhow",
3434 "call",
3435 "channel",
3436 "chrono",
3437 "client",
3438 "collections",
3439 "db",
3440 "editor",
3441 "futures 0.3.31",
3442 "fuzzy",
3443 "gpui",
3444 "http_client",
3445 "log",
3446 "menu",
3447 "notifications",
3448 "picker",
3449 "pretty_assertions",
3450 "project",
3451 "release_channel",
3452 "rpc",
3453 "serde",
3454 "serde_json",
3455 "settings",
3456 "smallvec",
3457 "story",
3458 "telemetry",
3459 "theme",
3460 "time",
3461 "time_format",
3462 "title_bar",
3463 "tree-sitter-md",
3464 "ui",
3465 "util",
3466 "workspace",
3467 "workspace-hack",
3468]
3469
3470[[package]]
3471name = "collections"
3472version = "0.1.0"
3473dependencies = [
3474 "indexmap 2.9.0",
3475 "rustc-hash 2.1.1",
3476 "workspace-hack",
3477]
3478
3479[[package]]
3480name = "color_quant"
3481version = "1.1.0"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3484
3485[[package]]
3486name = "colorchoice"
3487version = "1.0.3"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3490
3491[[package]]
3492name = "combine"
3493version = "4.6.7"
3494source = "registry+https://github.com/rust-lang/crates.io-index"
3495checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3496dependencies = [
3497 "bytes 1.10.1",
3498 "memchr",
3499]
3500
3501[[package]]
3502name = "command-fds"
3503version = "0.3.1"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
3506dependencies = [
3507 "nix 0.30.1",
3508 "thiserror 2.0.12",
3509]
3510
3511[[package]]
3512name = "command_palette"
3513version = "0.1.0"
3514dependencies = [
3515 "anyhow",
3516 "client",
3517 "collections",
3518 "command_palette_hooks",
3519 "ctor",
3520 "db",
3521 "editor",
3522 "env_logger 0.11.8",
3523 "fuzzy",
3524 "go_to_line",
3525 "gpui",
3526 "language",
3527 "log",
3528 "menu",
3529 "picker",
3530 "postage",
3531 "project",
3532 "serde",
3533 "serde_json",
3534 "settings",
3535 "telemetry",
3536 "theme",
3537 "time",
3538 "ui",
3539 "util",
3540 "workspace",
3541 "workspace-hack",
3542 "zed_actions",
3543]
3544
3545[[package]]
3546name = "command_palette_hooks"
3547version = "0.1.0"
3548dependencies = [
3549 "collections",
3550 "derive_more",
3551 "gpui",
3552 "workspace-hack",
3553]
3554
3555[[package]]
3556name = "component"
3557version = "0.1.0"
3558dependencies = [
3559 "collections",
3560 "documented",
3561 "gpui",
3562 "inventory",
3563 "parking_lot",
3564 "strum 0.27.1",
3565 "theme",
3566 "workspace-hack",
3567]
3568
3569[[package]]
3570name = "concurrent-queue"
3571version = "2.5.0"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3574dependencies = [
3575 "crossbeam-utils",
3576]
3577
3578[[package]]
3579name = "console"
3580version = "0.15.11"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3583dependencies = [
3584 "encode_unicode",
3585 "libc",
3586 "once_cell",
3587 "unicode-width 0.2.0",
3588 "windows-sys 0.59.0",
3589]
3590
3591[[package]]
3592name = "const-oid"
3593version = "0.9.6"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3596
3597[[package]]
3598name = "const-random"
3599version = "0.1.18"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3602dependencies = [
3603 "const-random-macro",
3604]
3605
3606[[package]]
3607name = "const-random-macro"
3608version = "0.1.16"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3611dependencies = [
3612 "getrandom 0.2.15",
3613 "once_cell",
3614 "tiny-keccak",
3615]
3616
3617[[package]]
3618name = "constant_time_eq"
3619version = "0.1.5"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3622
3623[[package]]
3624name = "context_server"
3625version = "0.1.0"
3626dependencies = [
3627 "anyhow",
3628 "async-trait",
3629 "collections",
3630 "futures 0.3.31",
3631 "gpui",
3632 "log",
3633 "net",
3634 "parking_lot",
3635 "postage",
3636 "schemars 1.0.1",
3637 "serde",
3638 "serde_json",
3639 "settings",
3640 "smol",
3641 "tempfile",
3642 "url",
3643 "util",
3644 "workspace-hack",
3645]
3646
3647[[package]]
3648name = "convert_case"
3649version = "0.4.0"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3652
3653[[package]]
3654name = "convert_case"
3655version = "0.6.0"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3658dependencies = [
3659 "unicode-segmentation",
3660]
3661
3662[[package]]
3663name = "convert_case"
3664version = "0.8.0"
3665source = "registry+https://github.com/rust-lang/crates.io-index"
3666checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3667dependencies = [
3668 "unicode-segmentation",
3669]
3670
3671[[package]]
3672name = "copilot"
3673version = "0.1.0"
3674dependencies = [
3675 "anyhow",
3676 "async-std",
3677 "chrono",
3678 "client",
3679 "clock",
3680 "collections",
3681 "command_palette_hooks",
3682 "ctor",
3683 "dirs 4.0.0",
3684 "edit_prediction",
3685 "editor",
3686 "fs",
3687 "futures 0.3.31",
3688 "gpui",
3689 "http_client",
3690 "indoc",
3691 "itertools 0.14.0",
3692 "language",
3693 "log",
3694 "lsp",
3695 "menu",
3696 "node_runtime",
3697 "parking_lot",
3698 "paths",
3699 "project",
3700 "rpc",
3701 "semver",
3702 "serde",
3703 "serde_json",
3704 "settings",
3705 "sum_tree",
3706 "task",
3707 "theme",
3708 "ui",
3709 "util",
3710 "workspace",
3711 "workspace-hack",
3712 "zlog",
3713]
3714
3715[[package]]
3716name = "core-foundation"
3717version = "0.9.4"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3720dependencies = [
3721 "core-foundation-sys",
3722 "libc",
3723]
3724
3725[[package]]
3726name = "core-foundation"
3727version = "0.10.0"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3730dependencies = [
3731 "core-foundation-sys",
3732 "libc",
3733]
3734
3735[[package]]
3736name = "core-foundation-sys"
3737version = "0.8.7"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3740
3741[[package]]
3742name = "core-graphics"
3743version = "0.23.2"
3744source = "registry+https://github.com/rust-lang/crates.io-index"
3745checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3746dependencies = [
3747 "bitflags 1.3.2",
3748 "core-foundation 0.9.4",
3749 "core-graphics-types 0.1.3",
3750 "foreign-types 0.5.0",
3751 "libc",
3752]
3753
3754[[package]]
3755name = "core-graphics"
3756version = "0.24.0"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3759dependencies = [
3760 "bitflags 2.9.0",
3761 "core-foundation 0.10.0",
3762 "core-graphics-types 0.2.0",
3763 "foreign-types 0.5.0",
3764 "libc",
3765]
3766
3767[[package]]
3768name = "core-graphics-helmer-fork"
3769version = "0.24.0"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3772dependencies = [
3773 "bitflags 2.9.0",
3774 "core-foundation 0.9.4",
3775 "core-graphics-types 0.1.3",
3776 "foreign-types 0.5.0",
3777 "libc",
3778]
3779
3780[[package]]
3781name = "core-graphics-types"
3782version = "0.1.3"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3785dependencies = [
3786 "bitflags 1.3.2",
3787 "core-foundation 0.9.4",
3788 "libc",
3789]
3790
3791[[package]]
3792name = "core-graphics-types"
3793version = "0.2.0"
3794source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3796dependencies = [
3797 "bitflags 2.9.0",
3798 "core-foundation 0.10.0",
3799 "libc",
3800]
3801
3802[[package]]
3803name = "core-graphics2"
3804version = "0.4.1"
3805source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3807dependencies = [
3808 "bitflags 2.9.0",
3809 "block",
3810 "cfg-if",
3811 "core-foundation 0.10.0",
3812 "libc",
3813]
3814
3815[[package]]
3816name = "core-services"
3817version = "0.2.1"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3820dependencies = [
3821 "core-foundation 0.9.4",
3822]
3823
3824[[package]]
3825name = "core-text"
3826version = "21.0.0"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3829dependencies = [
3830 "core-foundation 0.10.0",
3831 "core-graphics 0.24.0",
3832 "foreign-types 0.5.0",
3833 "libc",
3834]
3835
3836[[package]]
3837name = "core-video"
3838version = "0.4.3"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3841dependencies = [
3842 "block",
3843 "core-foundation 0.10.0",
3844 "core-graphics2",
3845 "io-surface",
3846 "libc",
3847 "metal",
3848]
3849
3850[[package]]
3851name = "core_maths"
3852version = "0.1.1"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3855dependencies = [
3856 "libm",
3857]
3858
3859[[package]]
3860name = "coreaudio-rs"
3861version = "0.12.1"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3864dependencies = [
3865 "bitflags 1.3.2",
3866 "core-foundation-sys",
3867 "coreaudio-sys",
3868]
3869
3870[[package]]
3871name = "coreaudio-rs"
3872version = "0.13.0"
3873source = "registry+https://github.com/rust-lang/crates.io-index"
3874checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3875dependencies = [
3876 "bitflags 1.3.2",
3877 "libc",
3878 "objc2-audio-toolbox",
3879 "objc2-core-audio",
3880 "objc2-core-audio-types",
3881 "objc2-core-foundation",
3882]
3883
3884[[package]]
3885name = "coreaudio-sys"
3886version = "0.2.16"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3889dependencies = [
3890 "bindgen 0.70.1",
3891]
3892
3893[[package]]
3894name = "cosmic-text"
3895version = "0.14.0"
3896source = "registry+https://github.com/rust-lang/crates.io-index"
3897checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3898dependencies = [
3899 "bitflags 2.9.0",
3900 "fontdb 0.16.2",
3901 "log",
3902 "rangemap",
3903 "rustc-hash 1.1.0",
3904 "rustybuzz 0.14.1",
3905 "self_cell",
3906 "smol_str",
3907 "swash",
3908 "sys-locale",
3909 "ttf-parser 0.21.1",
3910 "unicode-bidi",
3911 "unicode-linebreak",
3912 "unicode-script",
3913 "unicode-segmentation",
3914]
3915
3916[[package]]
3917name = "cpal"
3918version = "0.16.0"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3921dependencies = [
3922 "alsa",
3923 "coreaudio-rs 0.13.0",
3924 "dasp_sample",
3925 "jni",
3926 "js-sys",
3927 "libc",
3928 "mach2 0.4.2",
3929 "ndk",
3930 "ndk-context",
3931 "num-derive",
3932 "num-traits",
3933 "objc2-audio-toolbox",
3934 "objc2-core-audio",
3935 "objc2-core-audio-types",
3936 "wasm-bindgen",
3937 "wasm-bindgen-futures",
3938 "web-sys",
3939 "windows 0.54.0",
3940]
3941
3942[[package]]
3943name = "cpp_demangle"
3944version = "0.4.4"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3947dependencies = [
3948 "cfg-if",
3949]
3950
3951[[package]]
3952name = "cpufeatures"
3953version = "0.2.17"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3956dependencies = [
3957 "libc",
3958]
3959
3960[[package]]
3961name = "cranelift-bforest"
3962version = "0.116.1"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3965dependencies = [
3966 "cranelift-entity",
3967]
3968
3969[[package]]
3970name = "cranelift-bitset"
3971version = "0.116.1"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3974dependencies = [
3975 "serde",
3976 "serde_derive",
3977]
3978
3979[[package]]
3980name = "cranelift-codegen"
3981version = "0.116.1"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3984dependencies = [
3985 "bumpalo",
3986 "cranelift-bforest",
3987 "cranelift-bitset",
3988 "cranelift-codegen-meta",
3989 "cranelift-codegen-shared",
3990 "cranelift-control",
3991 "cranelift-entity",
3992 "cranelift-isle",
3993 "gimli",
3994 "hashbrown 0.14.5",
3995 "log",
3996 "postcard",
3997 "regalloc2",
3998 "rustc-hash 2.1.1",
3999 "serde",
4000 "serde_derive",
4001 "sha2",
4002 "smallvec",
4003 "target-lexicon 0.13.2",
4004]
4005
4006[[package]]
4007name = "cranelift-codegen-meta"
4008version = "0.116.1"
4009source = "registry+https://github.com/rust-lang/crates.io-index"
4010checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4011dependencies = [
4012 "cranelift-codegen-shared",
4013]
4014
4015[[package]]
4016name = "cranelift-codegen-shared"
4017version = "0.116.1"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4020
4021[[package]]
4022name = "cranelift-control"
4023version = "0.116.1"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4026dependencies = [
4027 "arbitrary",
4028]
4029
4030[[package]]
4031name = "cranelift-entity"
4032version = "0.116.1"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4035dependencies = [
4036 "cranelift-bitset",
4037 "serde",
4038 "serde_derive",
4039]
4040
4041[[package]]
4042name = "cranelift-frontend"
4043version = "0.116.1"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4046dependencies = [
4047 "cranelift-codegen",
4048 "log",
4049 "smallvec",
4050 "target-lexicon 0.13.2",
4051]
4052
4053[[package]]
4054name = "cranelift-isle"
4055version = "0.116.1"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4058
4059[[package]]
4060name = "cranelift-native"
4061version = "0.116.1"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4064dependencies = [
4065 "cranelift-codegen",
4066 "libc",
4067 "target-lexicon 0.13.2",
4068]
4069
4070[[package]]
4071name = "crash-context"
4072version = "0.6.3"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4075dependencies = [
4076 "cfg-if",
4077 "libc",
4078 "mach2 0.4.2",
4079]
4080
4081[[package]]
4082name = "crash-handler"
4083version = "0.6.3"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4086dependencies = [
4087 "cfg-if",
4088 "crash-context",
4089 "libc",
4090 "mach2 0.4.2",
4091 "parking_lot",
4092]
4093
4094[[package]]
4095name = "crashes"
4096version = "0.1.0"
4097dependencies = [
4098 "bincode",
4099 "cfg-if",
4100 "crash-handler",
4101 "log",
4102 "mach2 0.5.0",
4103 "minidumper",
4104 "paths",
4105 "release_channel",
4106 "serde",
4107 "serde_json",
4108 "smol",
4109 "system_specs",
4110 "workspace-hack",
4111 "zstd",
4112]
4113
4114[[package]]
4115name = "crc"
4116version = "3.3.0"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4119dependencies = [
4120 "crc-catalog",
4121]
4122
4123[[package]]
4124name = "crc-catalog"
4125version = "2.4.0"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4128
4129[[package]]
4130name = "crc32c"
4131version = "0.6.8"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
4134dependencies = [
4135 "rustc_version",
4136]
4137
4138[[package]]
4139name = "crc32fast"
4140version = "1.4.2"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
4143dependencies = [
4144 "cfg-if",
4145]
4146
4147[[package]]
4148name = "crc64fast-nvme"
4149version = "1.2.0"
4150source = "registry+https://github.com/rust-lang/crates.io-index"
4151checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
4152dependencies = [
4153 "crc",
4154]
4155
4156[[package]]
4157name = "credentials_provider"
4158version = "0.1.0"
4159dependencies = [
4160 "anyhow",
4161 "futures 0.3.31",
4162 "gpui",
4163 "paths",
4164 "release_channel",
4165 "serde",
4166 "serde_json",
4167 "workspace-hack",
4168]
4169
4170[[package]]
4171name = "criterion"
4172version = "0.5.1"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4175dependencies = [
4176 "anes",
4177 "cast",
4178 "ciborium",
4179 "clap",
4180 "criterion-plot",
4181 "is-terminal",
4182 "itertools 0.10.5",
4183 "num-traits",
4184 "once_cell",
4185 "oorandom",
4186 "plotters",
4187 "rayon",
4188 "regex",
4189 "serde",
4190 "serde_derive",
4191 "serde_json",
4192 "tinytemplate",
4193 "walkdir",
4194]
4195
4196[[package]]
4197name = "criterion-plot"
4198version = "0.5.0"
4199source = "registry+https://github.com/rust-lang/crates.io-index"
4200checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4201dependencies = [
4202 "cast",
4203 "itertools 0.10.5",
4204]
4205
4206[[package]]
4207name = "crossbeam"
4208version = "0.8.4"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4211dependencies = [
4212 "crossbeam-channel",
4213 "crossbeam-deque",
4214 "crossbeam-epoch",
4215 "crossbeam-queue",
4216 "crossbeam-utils",
4217]
4218
4219[[package]]
4220name = "crossbeam-channel"
4221version = "0.5.15"
4222source = "registry+https://github.com/rust-lang/crates.io-index"
4223checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4224dependencies = [
4225 "crossbeam-utils",
4226]
4227
4228[[package]]
4229name = "crossbeam-deque"
4230version = "0.8.6"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4233dependencies = [
4234 "crossbeam-epoch",
4235 "crossbeam-utils",
4236]
4237
4238[[package]]
4239name = "crossbeam-epoch"
4240version = "0.9.18"
4241source = "registry+https://github.com/rust-lang/crates.io-index"
4242checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4243dependencies = [
4244 "crossbeam-utils",
4245]
4246
4247[[package]]
4248name = "crossbeam-queue"
4249version = "0.3.12"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4252dependencies = [
4253 "crossbeam-utils",
4254]
4255
4256[[package]]
4257name = "crossbeam-utils"
4258version = "0.8.21"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4261
4262[[package]]
4263name = "crunchy"
4264version = "0.2.3"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
4267
4268[[package]]
4269name = "crypto-bigint"
4270version = "0.4.9"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4273dependencies = [
4274 "generic-array",
4275 "rand_core 0.6.4",
4276 "subtle",
4277 "zeroize",
4278]
4279
4280[[package]]
4281name = "crypto-bigint"
4282version = "0.5.5"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4285dependencies = [
4286 "rand_core 0.6.4",
4287 "subtle",
4288]
4289
4290[[package]]
4291name = "crypto-common"
4292version = "0.1.6"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4295dependencies = [
4296 "generic-array",
4297 "rand_core 0.6.4",
4298 "typenum",
4299]
4300
4301[[package]]
4302name = "cssparser"
4303version = "0.35.0"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4306dependencies = [
4307 "cssparser-macros",
4308 "dtoa-short",
4309 "itoa",
4310 "phf",
4311 "smallvec",
4312]
4313
4314[[package]]
4315name = "cssparser-macros"
4316version = "0.6.1"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4319dependencies = [
4320 "quote",
4321 "syn 2.0.101",
4322]
4323
4324[[package]]
4325name = "ctor"
4326version = "0.4.2"
4327source = "registry+https://github.com/rust-lang/crates.io-index"
4328checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
4329dependencies = [
4330 "ctor-proc-macro",
4331 "dtor",
4332]
4333
4334[[package]]
4335name = "ctor-proc-macro"
4336version = "0.0.5"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
4339
4340[[package]]
4341name = "ctrlc"
4342version = "3.4.6"
4343source = "registry+https://github.com/rust-lang/crates.io-index"
4344checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
4345dependencies = [
4346 "nix 0.29.0",
4347 "windows-sys 0.59.0",
4348]
4349
4350[[package]]
4351name = "cursor-icon"
4352version = "1.1.0"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
4355
4356[[package]]
4357name = "cxx"
4358version = "1.0.157"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
4361dependencies = [
4362 "cc",
4363 "cxxbridge-cmd",
4364 "cxxbridge-flags",
4365 "cxxbridge-macro",
4366 "foldhash",
4367 "link-cplusplus",
4368]
4369
4370[[package]]
4371name = "cxx-build"
4372version = "1.0.157"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
4375dependencies = [
4376 "cc",
4377 "codespan-reporting 0.12.0",
4378 "proc-macro2",
4379 "quote",
4380 "scratch",
4381 "syn 2.0.101",
4382]
4383
4384[[package]]
4385name = "cxxbridge-cmd"
4386version = "1.0.157"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
4389dependencies = [
4390 "clap",
4391 "codespan-reporting 0.12.0",
4392 "proc-macro2",
4393 "quote",
4394 "syn 2.0.101",
4395]
4396
4397[[package]]
4398name = "cxxbridge-flags"
4399version = "1.0.157"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
4402
4403[[package]]
4404name = "cxxbridge-macro"
4405version = "1.0.157"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
4408dependencies = [
4409 "proc-macro2",
4410 "quote",
4411 "rustversion",
4412 "syn 2.0.101",
4413]
4414
4415[[package]]
4416name = "dap"
4417version = "0.1.0"
4418dependencies = [
4419 "anyhow",
4420 "async-compression",
4421 "async-pipe",
4422 "async-tar",
4423 "async-trait",
4424 "client",
4425 "collections",
4426 "dap-types",
4427 "fs",
4428 "futures 0.3.31",
4429 "gpui",
4430 "http_client",
4431 "language",
4432 "libc",
4433 "log",
4434 "node_runtime",
4435 "parking_lot",
4436 "paths",
4437 "proto",
4438 "schemars 1.0.1",
4439 "serde",
4440 "serde_json",
4441 "settings",
4442 "smallvec",
4443 "smol",
4444 "task",
4445 "telemetry",
4446 "tree-sitter",
4447 "tree-sitter-go",
4448 "util",
4449 "workspace-hack",
4450 "zlog",
4451]
4452
4453[[package]]
4454name = "dap-types"
4455version = "0.0.1"
4456source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4457dependencies = [
4458 "schemars 1.0.1",
4459 "serde",
4460 "serde_json",
4461]
4462
4463[[package]]
4464name = "dap_adapters"
4465version = "0.1.0"
4466dependencies = [
4467 "anyhow",
4468 "async-trait",
4469 "collections",
4470 "dap",
4471 "dotenvy",
4472 "fs",
4473 "futures 0.3.31",
4474 "gpui",
4475 "json_dotpath",
4476 "language",
4477 "log",
4478 "paths",
4479 "serde",
4480 "serde_json",
4481 "shlex",
4482 "smol",
4483 "task",
4484 "util",
4485 "workspace-hack",
4486]
4487
4488[[package]]
4489name = "darling"
4490version = "0.20.11"
4491source = "registry+https://github.com/rust-lang/crates.io-index"
4492checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4493dependencies = [
4494 "darling_core",
4495 "darling_macro",
4496]
4497
4498[[package]]
4499name = "darling_core"
4500version = "0.20.11"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4503dependencies = [
4504 "fnv",
4505 "ident_case",
4506 "proc-macro2",
4507 "quote",
4508 "strsim",
4509 "syn 2.0.101",
4510]
4511
4512[[package]]
4513name = "darling_macro"
4514version = "0.20.11"
4515source = "registry+https://github.com/rust-lang/crates.io-index"
4516checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4517dependencies = [
4518 "darling_core",
4519 "quote",
4520 "syn 2.0.101",
4521]
4522
4523[[package]]
4524name = "dashmap"
4525version = "5.5.3"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4528dependencies = [
4529 "cfg-if",
4530 "hashbrown 0.14.5",
4531 "lock_api",
4532 "once_cell",
4533 "parking_lot_core",
4534]
4535
4536[[package]]
4537name = "dashmap"
4538version = "6.1.0"
4539source = "registry+https://github.com/rust-lang/crates.io-index"
4540checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4541dependencies = [
4542 "cfg-if",
4543 "crossbeam-utils",
4544 "hashbrown 0.14.5",
4545 "lock_api",
4546 "once_cell",
4547 "parking_lot_core",
4548]
4549
4550[[package]]
4551name = "dasp_sample"
4552version = "0.11.0"
4553source = "registry+https://github.com/rust-lang/crates.io-index"
4554checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4555
4556[[package]]
4557name = "data-encoding"
4558version = "2.9.0"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4561
4562[[package]]
4563name = "data-url"
4564version = "0.3.1"
4565source = "registry+https://github.com/rust-lang/crates.io-index"
4566checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4567
4568[[package]]
4569name = "db"
4570version = "0.1.0"
4571dependencies = [
4572 "anyhow",
4573 "gpui",
4574 "indoc",
4575 "log",
4576 "paths",
4577 "release_channel",
4578 "smol",
4579 "sqlez",
4580 "sqlez_macros",
4581 "tempfile",
4582 "util",
4583 "workspace-hack",
4584 "zed_env_vars",
4585]
4586
4587[[package]]
4588name = "dbus"
4589version = "0.9.7"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4592dependencies = [
4593 "libc",
4594 "libdbus-sys",
4595 "winapi",
4596]
4597
4598[[package]]
4599name = "debug_adapter_extension"
4600version = "0.1.0"
4601dependencies = [
4602 "anyhow",
4603 "async-trait",
4604 "dap",
4605 "extension",
4606 "gpui",
4607 "serde_json",
4608 "task",
4609 "util",
4610 "workspace-hack",
4611]
4612
4613[[package]]
4614name = "debugger_tools"
4615version = "0.1.0"
4616dependencies = [
4617 "anyhow",
4618 "dap",
4619 "editor",
4620 "futures 0.3.31",
4621 "gpui",
4622 "project",
4623 "serde_json",
4624 "settings",
4625 "smol",
4626 "util",
4627 "workspace",
4628 "workspace-hack",
4629]
4630
4631[[package]]
4632name = "debugger_ui"
4633version = "0.1.0"
4634dependencies = [
4635 "alacritty_terminal",
4636 "anyhow",
4637 "bitflags 2.9.0",
4638 "client",
4639 "collections",
4640 "command_palette_hooks",
4641 "dap",
4642 "dap_adapters",
4643 "db",
4644 "debugger_tools",
4645 "editor",
4646 "file_icons",
4647 "futures 0.3.31",
4648 "fuzzy",
4649 "gpui",
4650 "hex",
4651 "indoc",
4652 "itertools 0.14.0",
4653 "language",
4654 "log",
4655 "menu",
4656 "notifications",
4657 "parking_lot",
4658 "parse_int",
4659 "paths",
4660 "picker",
4661 "pretty_assertions",
4662 "project",
4663 "rpc",
4664 "schemars 1.0.1",
4665 "serde",
4666 "serde_json",
4667 "serde_json_lenient",
4668 "settings",
4669 "shlex",
4670 "sysinfo",
4671 "task",
4672 "tasks_ui",
4673 "telemetry",
4674 "terminal_view",
4675 "text",
4676 "theme",
4677 "tree-sitter",
4678 "tree-sitter-go",
4679 "tree-sitter-json",
4680 "ui",
4681 "unindent",
4682 "util",
4683 "workspace",
4684 "workspace-hack",
4685 "zed_actions",
4686 "zlog",
4687]
4688
4689[[package]]
4690name = "debugid"
4691version = "0.8.0"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4694dependencies = [
4695 "uuid",
4696]
4697
4698[[package]]
4699name = "deepseek"
4700version = "0.1.0"
4701dependencies = [
4702 "anyhow",
4703 "futures 0.3.31",
4704 "http_client",
4705 "schemars 1.0.1",
4706 "serde",
4707 "serde_json",
4708 "workspace-hack",
4709]
4710
4711[[package]]
4712name = "deflate64"
4713version = "0.1.9"
4714source = "registry+https://github.com/rust-lang/crates.io-index"
4715checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4716
4717[[package]]
4718name = "denoise"
4719version = "0.1.0"
4720dependencies = [
4721 "candle-core",
4722 "candle-onnx",
4723 "log",
4724 "realfft",
4725 "rodio",
4726 "rustfft",
4727 "thiserror 2.0.12",
4728 "workspace-hack",
4729]
4730
4731[[package]]
4732name = "der"
4733version = "0.6.1"
4734source = "registry+https://github.com/rust-lang/crates.io-index"
4735checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4736dependencies = [
4737 "const-oid",
4738 "zeroize",
4739]
4740
4741[[package]]
4742name = "der"
4743version = "0.7.10"
4744source = "registry+https://github.com/rust-lang/crates.io-index"
4745checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4746dependencies = [
4747 "const-oid",
4748 "pem-rfc7468",
4749 "zeroize",
4750]
4751
4752[[package]]
4753name = "deranged"
4754version = "0.4.0"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4757dependencies = [
4758 "powerfmt",
4759 "serde",
4760]
4761
4762[[package]]
4763name = "derive_arbitrary"
4764version = "1.4.2"
4765source = "registry+https://github.com/rust-lang/crates.io-index"
4766checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4767dependencies = [
4768 "proc-macro2",
4769 "quote",
4770 "syn 2.0.101",
4771]
4772
4773[[package]]
4774name = "derive_more"
4775version = "0.99.19"
4776source = "registry+https://github.com/rust-lang/crates.io-index"
4777checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4778dependencies = [
4779 "convert_case 0.4.0",
4780 "proc-macro2",
4781 "quote",
4782 "rustc_version",
4783 "syn 2.0.101",
4784]
4785
4786[[package]]
4787name = "derive_refineable"
4788version = "0.1.0"
4789dependencies = [
4790 "proc-macro2",
4791 "quote",
4792 "syn 2.0.101",
4793 "workspace-hack",
4794]
4795
4796[[package]]
4797name = "diagnostics"
4798version = "0.1.0"
4799dependencies = [
4800 "anyhow",
4801 "client",
4802 "collections",
4803 "component",
4804 "ctor",
4805 "editor",
4806 "gpui",
4807 "indoc",
4808 "language",
4809 "log",
4810 "lsp",
4811 "markdown",
4812 "pretty_assertions",
4813 "project",
4814 "rand 0.9.1",
4815 "serde",
4816 "serde_json",
4817 "settings",
4818 "text",
4819 "theme",
4820 "ui",
4821 "unindent",
4822 "util",
4823 "workspace",
4824 "workspace-hack",
4825 "zlog",
4826]
4827
4828[[package]]
4829name = "dialoguer"
4830version = "0.11.0"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4833dependencies = [
4834 "console",
4835 "fuzzy-matcher",
4836 "shell-words",
4837 "tempfile",
4838 "thiserror 1.0.69",
4839 "zeroize",
4840]
4841
4842[[package]]
4843name = "diff"
4844version = "0.1.13"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4847
4848[[package]]
4849name = "diffy"
4850version = "0.4.2"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4853dependencies = [
4854 "nu-ansi-term",
4855]
4856
4857[[package]]
4858name = "digest"
4859version = "0.10.7"
4860source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4862dependencies = [
4863 "block-buffer",
4864 "const-oid",
4865 "crypto-common",
4866 "subtle",
4867]
4868
4869[[package]]
4870name = "dirs"
4871version = "4.0.0"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4874dependencies = [
4875 "dirs-sys 0.3.7",
4876]
4877
4878[[package]]
4879name = "dirs"
4880version = "5.0.1"
4881source = "registry+https://github.com/rust-lang/crates.io-index"
4882checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4883dependencies = [
4884 "dirs-sys 0.4.1",
4885]
4886
4887[[package]]
4888name = "dirs"
4889version = "6.0.0"
4890source = "registry+https://github.com/rust-lang/crates.io-index"
4891checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4892dependencies = [
4893 "dirs-sys 0.5.0",
4894]
4895
4896[[package]]
4897name = "dirs-sys"
4898version = "0.3.7"
4899source = "registry+https://github.com/rust-lang/crates.io-index"
4900checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4901dependencies = [
4902 "libc",
4903 "redox_users 0.4.6",
4904 "winapi",
4905]
4906
4907[[package]]
4908name = "dirs-sys"
4909version = "0.4.1"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4912dependencies = [
4913 "libc",
4914 "option-ext",
4915 "redox_users 0.4.6",
4916 "windows-sys 0.48.0",
4917]
4918
4919[[package]]
4920name = "dirs-sys"
4921version = "0.5.0"
4922source = "registry+https://github.com/rust-lang/crates.io-index"
4923checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4924dependencies = [
4925 "libc",
4926 "option-ext",
4927 "redox_users 0.5.0",
4928 "windows-sys 0.61.0",
4929]
4930
4931[[package]]
4932name = "dispatch"
4933version = "0.2.0"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4936
4937[[package]]
4938name = "dispatch2"
4939version = "0.3.0"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4942dependencies = [
4943 "bitflags 2.9.0",
4944 "objc2",
4945]
4946
4947[[package]]
4948name = "displaydoc"
4949version = "0.2.5"
4950source = "registry+https://github.com/rust-lang/crates.io-index"
4951checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4952dependencies = [
4953 "proc-macro2",
4954 "quote",
4955 "syn 2.0.101",
4956]
4957
4958[[package]]
4959name = "dlib"
4960version = "0.5.2"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4963dependencies = [
4964 "libloading",
4965]
4966
4967[[package]]
4968name = "docs_preprocessor"
4969version = "0.1.0"
4970dependencies = [
4971 "anyhow",
4972 "command_palette",
4973 "gpui",
4974 "mdbook",
4975 "regex",
4976 "serde",
4977 "serde_json",
4978 "settings",
4979 "util",
4980 "workspace-hack",
4981 "zed",
4982 "zlog",
4983]
4984
4985[[package]]
4986name = "documented"
4987version = "0.9.1"
4988source = "registry+https://github.com/rust-lang/crates.io-index"
4989checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4990dependencies = [
4991 "documented-macros",
4992 "phf",
4993 "thiserror 1.0.69",
4994]
4995
4996[[package]]
4997name = "documented-macros"
4998version = "0.9.1"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
5001dependencies = [
5002 "convert_case 0.6.0",
5003 "itertools 0.13.0",
5004 "optfield",
5005 "proc-macro2",
5006 "quote",
5007 "strum 0.26.3",
5008 "syn 2.0.101",
5009]
5010
5011[[package]]
5012name = "dotenvy"
5013version = "0.15.7"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5016
5017[[package]]
5018name = "downcast-rs"
5019version = "1.2.1"
5020source = "registry+https://github.com/rust-lang/crates.io-index"
5021checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5022
5023[[package]]
5024name = "doxygen-rs"
5025version = "0.4.2"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5028dependencies = [
5029 "phf",
5030]
5031
5032[[package]]
5033name = "dtoa"
5034version = "1.0.10"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5037
5038[[package]]
5039name = "dtoa-short"
5040version = "0.3.5"
5041source = "registry+https://github.com/rust-lang/crates.io-index"
5042checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5043dependencies = [
5044 "dtoa",
5045]
5046
5047[[package]]
5048name = "dtor"
5049version = "0.0.6"
5050source = "registry+https://github.com/rust-lang/crates.io-index"
5051checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5052dependencies = [
5053 "dtor-proc-macro",
5054]
5055
5056[[package]]
5057name = "dtor-proc-macro"
5058version = "0.0.5"
5059source = "registry+https://github.com/rust-lang/crates.io-index"
5060checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5061
5062[[package]]
5063name = "dunce"
5064version = "1.0.5"
5065source = "registry+https://github.com/rust-lang/crates.io-index"
5066checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5067
5068[[package]]
5069name = "dwrote"
5070version = "0.11.3"
5071source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
5073dependencies = [
5074 "lazy_static",
5075 "libc",
5076 "winapi",
5077 "wio",
5078]
5079
5080[[package]]
5081name = "dyn-clone"
5082version = "1.0.19"
5083source = "registry+https://github.com/rust-lang/crates.io-index"
5084checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
5085
5086[[package]]
5087name = "dyn-stack"
5088version = "0.10.0"
5089source = "registry+https://github.com/rust-lang/crates.io-index"
5090checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5091dependencies = [
5092 "bytemuck",
5093 "reborrow",
5094]
5095
5096[[package]]
5097name = "dyn-stack"
5098version = "0.13.0"
5099source = "registry+https://github.com/rust-lang/crates.io-index"
5100checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
5101dependencies = [
5102 "bytemuck",
5103]
5104
5105[[package]]
5106name = "ec4rs"
5107version = "1.2.0"
5108source = "registry+https://github.com/rust-lang/crates.io-index"
5109checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5110
5111[[package]]
5112name = "ecdsa"
5113version = "0.14.8"
5114source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5116dependencies = [
5117 "der 0.6.1",
5118 "elliptic-curve",
5119 "rfc6979",
5120 "signature 1.6.4",
5121]
5122
5123[[package]]
5124name = "edit_prediction"
5125version = "0.1.0"
5126dependencies = [
5127 "client",
5128 "gpui",
5129 "language",
5130 "workspace-hack",
5131]
5132
5133[[package]]
5134name = "edit_prediction_button"
5135version = "0.1.0"
5136dependencies = [
5137 "anyhow",
5138 "client",
5139 "cloud_llm_client",
5140 "copilot",
5141 "edit_prediction",
5142 "editor",
5143 "feature_flags",
5144 "fs",
5145 "futures 0.3.31",
5146 "gpui",
5147 "indoc",
5148 "language",
5149 "lsp",
5150 "paths",
5151 "project",
5152 "regex",
5153 "serde_json",
5154 "settings",
5155 "supermaven",
5156 "telemetry",
5157 "theme",
5158 "ui",
5159 "workspace",
5160 "workspace-hack",
5161 "zed_actions",
5162 "zeta",
5163]
5164
5165[[package]]
5166name = "edit_prediction_context"
5167version = "0.1.0"
5168dependencies = [
5169 "anyhow",
5170 "arrayvec",
5171 "clap",
5172 "cloud_llm_client",
5173 "collections",
5174 "futures 0.3.31",
5175 "gpui",
5176 "hashbrown 0.15.3",
5177 "indoc",
5178 "itertools 0.14.0",
5179 "language",
5180 "log",
5181 "ordered-float 2.10.1",
5182 "postage",
5183 "pretty_assertions",
5184 "project",
5185 "regex",
5186 "serde",
5187 "serde_json",
5188 "settings",
5189 "slotmap",
5190 "strum 0.27.1",
5191 "text",
5192 "tree-sitter",
5193 "util",
5194 "workspace-hack",
5195 "zlog",
5196]
5197
5198[[package]]
5199name = "editor"
5200version = "0.1.0"
5201dependencies = [
5202 "aho-corasick",
5203 "anyhow",
5204 "assets",
5205 "buffer_diff",
5206 "client",
5207 "clock",
5208 "collections",
5209 "convert_case 0.8.0",
5210 "criterion",
5211 "ctor",
5212 "dap",
5213 "db",
5214 "edit_prediction",
5215 "emojis",
5216 "file_icons",
5217 "fs",
5218 "futures 0.3.31",
5219 "fuzzy",
5220 "git",
5221 "gpui",
5222 "http_client",
5223 "indoc",
5224 "itertools 0.14.0",
5225 "language",
5226 "languages",
5227 "linkify",
5228 "log",
5229 "lsp",
5230 "markdown",
5231 "menu",
5232 "multi_buffer",
5233 "ordered-float 2.10.1",
5234 "parking_lot",
5235 "pretty_assertions",
5236 "project",
5237 "rand 0.9.1",
5238 "regex",
5239 "release_channel",
5240 "rpc",
5241 "schemars 1.0.1",
5242 "serde",
5243 "serde_json",
5244 "settings",
5245 "smallvec",
5246 "smol",
5247 "snippet",
5248 "sum_tree",
5249 "task",
5250 "telemetry",
5251 "tempfile",
5252 "text",
5253 "theme",
5254 "time",
5255 "tree-sitter-bash",
5256 "tree-sitter-c",
5257 "tree-sitter-html",
5258 "tree-sitter-python",
5259 "tree-sitter-rust",
5260 "tree-sitter-typescript",
5261 "tree-sitter-yaml",
5262 "ui",
5263 "unicode-script",
5264 "unicode-segmentation",
5265 "unindent",
5266 "url",
5267 "util",
5268 "uuid",
5269 "vim_mode_setting",
5270 "workspace",
5271 "workspace-hack",
5272 "zed_actions",
5273 "zlog",
5274]
5275
5276[[package]]
5277name = "either"
5278version = "1.15.0"
5279source = "registry+https://github.com/rust-lang/crates.io-index"
5280checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5281dependencies = [
5282 "serde",
5283]
5284
5285[[package]]
5286name = "elasticlunr-rs"
5287version = "3.0.2"
5288source = "registry+https://github.com/rust-lang/crates.io-index"
5289checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5290dependencies = [
5291 "regex",
5292 "serde",
5293 "serde_derive",
5294 "serde_json",
5295]
5296
5297[[package]]
5298name = "elliptic-curve"
5299version = "0.12.3"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5302dependencies = [
5303 "base16ct",
5304 "crypto-bigint 0.4.9",
5305 "der 0.6.1",
5306 "digest",
5307 "ff",
5308 "generic-array",
5309 "group",
5310 "pkcs8 0.9.0",
5311 "rand_core 0.6.4",
5312 "sec1",
5313 "subtle",
5314 "zeroize",
5315]
5316
5317[[package]]
5318name = "email_address"
5319version = "0.2.9"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5322dependencies = [
5323 "serde",
5324]
5325
5326[[package]]
5327name = "embed-resource"
5328version = "3.0.2"
5329source = "registry+https://github.com/rust-lang/crates.io-index"
5330checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
5331dependencies = [
5332 "cc",
5333 "memchr",
5334 "rustc_version",
5335 "toml 0.8.20",
5336 "vswhom",
5337 "winreg 0.52.0",
5338]
5339
5340[[package]]
5341name = "embedded-io"
5342version = "0.4.0"
5343source = "registry+https://github.com/rust-lang/crates.io-index"
5344checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5345
5346[[package]]
5347name = "embedded-io"
5348version = "0.6.1"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
5350checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5351
5352[[package]]
5353name = "emojis"
5354version = "0.6.4"
5355source = "registry+https://github.com/rust-lang/crates.io-index"
5356checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5357dependencies = [
5358 "phf",
5359]
5360
5361[[package]]
5362name = "encode_unicode"
5363version = "1.0.0"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5366
5367[[package]]
5368name = "encoding_rs"
5369version = "0.8.35"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5372dependencies = [
5373 "cfg-if",
5374]
5375
5376[[package]]
5377name = "endi"
5378version = "1.1.0"
5379source = "registry+https://github.com/rust-lang/crates.io-index"
5380checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5381
5382[[package]]
5383name = "enum-as-inner"
5384version = "0.6.1"
5385source = "registry+https://github.com/rust-lang/crates.io-index"
5386checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5387dependencies = [
5388 "heck 0.5.0",
5389 "proc-macro2",
5390 "quote",
5391 "syn 2.0.101",
5392]
5393
5394[[package]]
5395name = "enumflags2"
5396version = "0.7.11"
5397source = "registry+https://github.com/rust-lang/crates.io-index"
5398checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
5399dependencies = [
5400 "enumflags2_derive",
5401 "serde",
5402]
5403
5404[[package]]
5405name = "enumflags2_derive"
5406version = "0.7.11"
5407source = "registry+https://github.com/rust-lang/crates.io-index"
5408checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
5409dependencies = [
5410 "proc-macro2",
5411 "quote",
5412 "syn 2.0.101",
5413]
5414
5415[[package]]
5416name = "env_filter"
5417version = "0.1.3"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
5420dependencies = [
5421 "log",
5422 "regex",
5423]
5424
5425[[package]]
5426name = "env_logger"
5427version = "0.10.2"
5428source = "registry+https://github.com/rust-lang/crates.io-index"
5429checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5430dependencies = [
5431 "humantime",
5432 "is-terminal",
5433 "log",
5434 "regex",
5435 "termcolor",
5436]
5437
5438[[package]]
5439name = "env_logger"
5440version = "0.11.8"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5443dependencies = [
5444 "anstream",
5445 "anstyle",
5446 "env_filter",
5447 "jiff",
5448 "log",
5449]
5450
5451[[package]]
5452name = "envy"
5453version = "0.4.2"
5454source = "registry+https://github.com/rust-lang/crates.io-index"
5455checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5456dependencies = [
5457 "serde",
5458]
5459
5460[[package]]
5461name = "equivalent"
5462version = "1.0.2"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5465
5466[[package]]
5467name = "erased-serde"
5468version = "0.4.6"
5469source = "registry+https://github.com/rust-lang/crates.io-index"
5470checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
5471dependencies = [
5472 "serde",
5473 "typeid",
5474]
5475
5476[[package]]
5477name = "errno"
5478version = "0.2.8"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5481dependencies = [
5482 "errno-dragonfly",
5483 "libc",
5484 "winapi",
5485]
5486
5487[[package]]
5488name = "errno"
5489version = "0.3.11"
5490source = "registry+https://github.com/rust-lang/crates.io-index"
5491checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
5492dependencies = [
5493 "libc",
5494 "windows-sys 0.59.0",
5495]
5496
5497[[package]]
5498name = "errno-dragonfly"
5499version = "0.1.2"
5500source = "registry+https://github.com/rust-lang/crates.io-index"
5501checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5502dependencies = [
5503 "cc",
5504 "libc",
5505]
5506
5507[[package]]
5508name = "etagere"
5509version = "0.2.15"
5510source = "registry+https://github.com/rust-lang/crates.io-index"
5511checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5512dependencies = [
5513 "euclid",
5514 "svg_fmt",
5515]
5516
5517[[package]]
5518name = "etcetera"
5519version = "0.8.0"
5520source = "registry+https://github.com/rust-lang/crates.io-index"
5521checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5522dependencies = [
5523 "cfg-if",
5524 "home",
5525 "windows-sys 0.48.0",
5526]
5527
5528[[package]]
5529name = "euclid"
5530version = "0.22.11"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5533dependencies = [
5534 "num-traits",
5535]
5536
5537[[package]]
5538name = "eval"
5539version = "0.1.0"
5540dependencies = [
5541 "agent",
5542 "agent_settings",
5543 "agent_ui",
5544 "anyhow",
5545 "assistant_tool",
5546 "assistant_tools",
5547 "async-trait",
5548 "buffer_diff",
5549 "chrono",
5550 "clap",
5551 "client",
5552 "cloud_llm_client",
5553 "collections",
5554 "debug_adapter_extension",
5555 "dirs 4.0.0",
5556 "dotenvy",
5557 "env_logger 0.11.8",
5558 "extension",
5559 "fs",
5560 "futures 0.3.31",
5561 "gpui",
5562 "gpui_tokio",
5563 "handlebars 4.5.0",
5564 "language",
5565 "language_extension",
5566 "language_model",
5567 "language_models",
5568 "languages",
5569 "markdown",
5570 "node_runtime",
5571 "pathdiff",
5572 "paths",
5573 "pretty_assertions",
5574 "project",
5575 "prompt_store",
5576 "regex",
5577 "release_channel",
5578 "reqwest_client",
5579 "serde",
5580 "serde_json",
5581 "settings",
5582 "shellexpand 2.1.2",
5583 "smol",
5584 "telemetry",
5585 "terminal_view",
5586 "toml 0.8.20",
5587 "unindent",
5588 "util",
5589 "uuid",
5590 "watch",
5591 "workspace-hack",
5592]
5593
5594[[package]]
5595name = "event-listener"
5596version = "2.5.3"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5599
5600[[package]]
5601name = "event-listener"
5602version = "5.4.0"
5603source = "registry+https://github.com/rust-lang/crates.io-index"
5604checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5605dependencies = [
5606 "concurrent-queue",
5607 "parking",
5608 "pin-project-lite",
5609]
5610
5611[[package]]
5612name = "event-listener-strategy"
5613version = "0.5.4"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5616dependencies = [
5617 "event-listener 5.4.0",
5618 "pin-project-lite",
5619]
5620
5621[[package]]
5622name = "exec"
5623version = "0.3.1"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5626dependencies = [
5627 "errno 0.2.8",
5628 "libc",
5629]
5630
5631[[package]]
5632name = "explorer_command_injector"
5633version = "0.1.0"
5634dependencies = [
5635 "windows 0.61.1",
5636 "windows-core 0.61.0",
5637 "windows-registry 0.5.1",
5638 "workspace-hack",
5639]
5640
5641[[package]]
5642name = "exr"
5643version = "1.73.0"
5644source = "registry+https://github.com/rust-lang/crates.io-index"
5645checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5646dependencies = [
5647 "bit_field",
5648 "half",
5649 "lebe",
5650 "miniz_oxide",
5651 "rayon-core",
5652 "smallvec",
5653 "zune-inflate",
5654]
5655
5656[[package]]
5657name = "extended"
5658version = "0.1.0"
5659source = "registry+https://github.com/rust-lang/crates.io-index"
5660checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5661
5662[[package]]
5663name = "extension"
5664version = "0.1.0"
5665dependencies = [
5666 "anyhow",
5667 "async-compression",
5668 "async-tar",
5669 "async-trait",
5670 "collections",
5671 "dap",
5672 "fs",
5673 "futures 0.3.31",
5674 "gpui",
5675 "heck 0.5.0",
5676 "http_client",
5677 "language",
5678 "log",
5679 "lsp",
5680 "parking_lot",
5681 "pretty_assertions",
5682 "semantic_version",
5683 "serde",
5684 "serde_json",
5685 "task",
5686 "toml 0.8.20",
5687 "url",
5688 "util",
5689 "wasm-encoder 0.221.3",
5690 "wasmparser 0.221.3",
5691 "workspace-hack",
5692]
5693
5694[[package]]
5695name = "extension_cli"
5696version = "0.1.0"
5697dependencies = [
5698 "anyhow",
5699 "clap",
5700 "env_logger 0.11.8",
5701 "extension",
5702 "fs",
5703 "gpui",
5704 "language",
5705 "log",
5706 "reqwest_client",
5707 "rpc",
5708 "serde",
5709 "serde_json",
5710 "theme",
5711 "tokio",
5712 "toml 0.8.20",
5713 "tree-sitter",
5714 "wasmtime",
5715 "workspace-hack",
5716]
5717
5718[[package]]
5719name = "extension_host"
5720version = "0.1.0"
5721dependencies = [
5722 "anyhow",
5723 "async-compression",
5724 "async-tar",
5725 "async-trait",
5726 "client",
5727 "collections",
5728 "criterion",
5729 "ctor",
5730 "dap",
5731 "extension",
5732 "fs",
5733 "futures 0.3.31",
5734 "gpui",
5735 "http_client",
5736 "language",
5737 "language_extension",
5738 "log",
5739 "lsp",
5740 "moka",
5741 "node_runtime",
5742 "parking_lot",
5743 "paths",
5744 "project",
5745 "rand 0.9.1",
5746 "release_channel",
5747 "remote",
5748 "reqwest_client",
5749 "semantic_version",
5750 "serde",
5751 "serde_json",
5752 "serde_json_lenient",
5753 "settings",
5754 "task",
5755 "telemetry",
5756 "tempfile",
5757 "theme",
5758 "theme_extension",
5759 "toml 0.8.20",
5760 "url",
5761 "util",
5762 "wasmparser 0.221.3",
5763 "wasmtime",
5764 "wasmtime-wasi",
5765 "workspace-hack",
5766 "zlog",
5767]
5768
5769[[package]]
5770name = "extensions_ui"
5771version = "0.1.0"
5772dependencies = [
5773 "anyhow",
5774 "client",
5775 "collections",
5776 "db",
5777 "editor",
5778 "extension",
5779 "extension_host",
5780 "fs",
5781 "fuzzy",
5782 "gpui",
5783 "language",
5784 "log",
5785 "num-format",
5786 "picker",
5787 "project",
5788 "release_channel",
5789 "semantic_version",
5790 "serde",
5791 "settings",
5792 "smallvec",
5793 "strum 0.27.1",
5794 "telemetry",
5795 "theme",
5796 "ui",
5797 "util",
5798 "vim_mode_setting",
5799 "workspace",
5800 "workspace-hack",
5801 "zed_actions",
5802]
5803
5804[[package]]
5805name = "fallible-iterator"
5806version = "0.3.0"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5809
5810[[package]]
5811name = "fancy-regex"
5812version = "0.13.0"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5815dependencies = [
5816 "bit-set 0.5.3",
5817 "regex-automata",
5818 "regex-syntax",
5819]
5820
5821[[package]]
5822name = "fancy-regex"
5823version = "0.14.0"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5826dependencies = [
5827 "bit-set 0.8.0",
5828 "regex-automata",
5829 "regex-syntax",
5830]
5831
5832[[package]]
5833name = "fast-srgb8"
5834version = "1.0.0"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5837
5838[[package]]
5839name = "fastrand"
5840version = "1.9.0"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5843dependencies = [
5844 "instant",
5845]
5846
5847[[package]]
5848name = "fastrand"
5849version = "2.3.0"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5852
5853[[package]]
5854name = "fd-lock"
5855version = "4.0.4"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5858dependencies = [
5859 "cfg-if",
5860 "rustix 1.0.7",
5861 "windows-sys 0.59.0",
5862]
5863
5864[[package]]
5865name = "fdeflate"
5866version = "0.3.7"
5867source = "registry+https://github.com/rust-lang/crates.io-index"
5868checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5869dependencies = [
5870 "simd-adler32",
5871]
5872
5873[[package]]
5874name = "feature_flags"
5875version = "0.1.0"
5876dependencies = [
5877 "futures 0.3.31",
5878 "gpui",
5879 "smol",
5880 "workspace-hack",
5881]
5882
5883[[package]]
5884name = "feedback"
5885version = "0.1.0"
5886dependencies = [
5887 "editor",
5888 "gpui",
5889 "menu",
5890 "system_specs",
5891 "ui",
5892 "urlencoding",
5893 "util",
5894 "workspace",
5895 "workspace-hack",
5896 "zed_actions",
5897]
5898
5899[[package]]
5900name = "ff"
5901version = "0.12.1"
5902source = "registry+https://github.com/rust-lang/crates.io-index"
5903checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5904dependencies = [
5905 "rand_core 0.6.4",
5906 "subtle",
5907]
5908
5909[[package]]
5910name = "file_finder"
5911version = "0.1.0"
5912dependencies = [
5913 "anyhow",
5914 "collections",
5915 "ctor",
5916 "editor",
5917 "file_icons",
5918 "futures 0.3.31",
5919 "fuzzy",
5920 "gpui",
5921 "language",
5922 "menu",
5923 "picker",
5924 "pretty_assertions",
5925 "project",
5926 "schemars 1.0.1",
5927 "search",
5928 "serde",
5929 "serde_json",
5930 "settings",
5931 "text",
5932 "theme",
5933 "ui",
5934 "util",
5935 "workspace",
5936 "workspace-hack",
5937 "zlog",
5938]
5939
5940[[package]]
5941name = "file_icons"
5942version = "0.1.0"
5943dependencies = [
5944 "gpui",
5945 "serde",
5946 "settings",
5947 "theme",
5948 "util",
5949 "workspace-hack",
5950]
5951
5952[[package]]
5953name = "filedescriptor"
5954version = "0.8.3"
5955source = "registry+https://github.com/rust-lang/crates.io-index"
5956checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5957dependencies = [
5958 "libc",
5959 "thiserror 1.0.69",
5960 "winapi",
5961]
5962
5963[[package]]
5964name = "filetime"
5965version = "0.2.25"
5966source = "registry+https://github.com/rust-lang/crates.io-index"
5967checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5968dependencies = [
5969 "cfg-if",
5970 "libc",
5971 "libredox",
5972 "windows-sys 0.59.0",
5973]
5974
5975[[package]]
5976name = "fixedbitset"
5977version = "0.4.2"
5978source = "registry+https://github.com/rust-lang/crates.io-index"
5979checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5980
5981[[package]]
5982name = "flate2"
5983version = "1.1.1"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5986dependencies = [
5987 "crc32fast",
5988 "miniz_oxide",
5989]
5990
5991[[package]]
5992name = "float-cmp"
5993version = "0.9.0"
5994source = "registry+https://github.com/rust-lang/crates.io-index"
5995checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5996
5997[[package]]
5998name = "float-ord"
5999version = "0.3.2"
6000source = "registry+https://github.com/rust-lang/crates.io-index"
6001checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6002
6003[[package]]
6004name = "float8"
6005version = "0.4.2"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6008dependencies = [
6009 "half",
6010 "num-traits",
6011 "rand 0.9.1",
6012 "rand_distr",
6013]
6014
6015[[package]]
6016name = "float_next_after"
6017version = "1.0.0"
6018source = "registry+https://github.com/rust-lang/crates.io-index"
6019checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6020
6021[[package]]
6022name = "fluent-uri"
6023version = "0.3.2"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
6026dependencies = [
6027 "borrow-or-share",
6028 "ref-cast",
6029 "serde",
6030]
6031
6032[[package]]
6033name = "flume"
6034version = "0.11.1"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6037dependencies = [
6038 "futures-core",
6039 "futures-sink",
6040 "nanorand",
6041 "spin",
6042]
6043
6044[[package]]
6045name = "fnv"
6046version = "1.0.7"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6049
6050[[package]]
6051name = "foldhash"
6052version = "0.1.5"
6053source = "registry+https://github.com/rust-lang/crates.io-index"
6054checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6055
6056[[package]]
6057name = "font-kit"
6058version = "0.14.1"
6059source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
6060dependencies = [
6061 "bitflags 2.9.0",
6062 "byteorder",
6063 "core-foundation 0.10.0",
6064 "core-graphics 0.24.0",
6065 "core-text",
6066 "dirs 5.0.1",
6067 "dwrote",
6068 "float-ord",
6069 "freetype-sys",
6070 "lazy_static",
6071 "libc",
6072 "log",
6073 "pathfinder_geometry",
6074 "pathfinder_simd",
6075 "walkdir",
6076 "winapi",
6077 "yeslogic-fontconfig-sys",
6078]
6079
6080[[package]]
6081name = "font-types"
6082version = "0.8.4"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
6085dependencies = [
6086 "bytemuck",
6087]
6088
6089[[package]]
6090name = "fontconfig-parser"
6091version = "0.5.7"
6092source = "registry+https://github.com/rust-lang/crates.io-index"
6093checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
6094dependencies = [
6095 "roxmltree",
6096]
6097
6098[[package]]
6099name = "fontdb"
6100version = "0.16.2"
6101source = "registry+https://github.com/rust-lang/crates.io-index"
6102checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6103dependencies = [
6104 "fontconfig-parser",
6105 "log",
6106 "memmap2",
6107 "slotmap",
6108 "tinyvec",
6109 "ttf-parser 0.20.0",
6110]
6111
6112[[package]]
6113name = "fontdb"
6114version = "0.23.0"
6115source = "registry+https://github.com/rust-lang/crates.io-index"
6116checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6117dependencies = [
6118 "fontconfig-parser",
6119 "log",
6120 "memmap2",
6121 "slotmap",
6122 "tinyvec",
6123 "ttf-parser 0.25.1",
6124]
6125
6126[[package]]
6127name = "foreign-types"
6128version = "0.3.2"
6129source = "registry+https://github.com/rust-lang/crates.io-index"
6130checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6131dependencies = [
6132 "foreign-types-shared 0.1.1",
6133]
6134
6135[[package]]
6136name = "foreign-types"
6137version = "0.5.0"
6138source = "registry+https://github.com/rust-lang/crates.io-index"
6139checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6140dependencies = [
6141 "foreign-types-macros",
6142 "foreign-types-shared 0.3.1",
6143]
6144
6145[[package]]
6146name = "foreign-types-macros"
6147version = "0.2.3"
6148source = "registry+https://github.com/rust-lang/crates.io-index"
6149checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6150dependencies = [
6151 "proc-macro2",
6152 "quote",
6153 "syn 2.0.101",
6154]
6155
6156[[package]]
6157name = "foreign-types-shared"
6158version = "0.1.1"
6159source = "registry+https://github.com/rust-lang/crates.io-index"
6160checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6161
6162[[package]]
6163name = "foreign-types-shared"
6164version = "0.3.1"
6165source = "registry+https://github.com/rust-lang/crates.io-index"
6166checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6167
6168[[package]]
6169name = "fork"
6170version = "0.2.0"
6171source = "registry+https://github.com/rust-lang/crates.io-index"
6172checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
6173dependencies = [
6174 "libc",
6175]
6176
6177[[package]]
6178name = "form_urlencoded"
6179version = "1.2.1"
6180source = "registry+https://github.com/rust-lang/crates.io-index"
6181checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
6182dependencies = [
6183 "percent-encoding",
6184]
6185
6186[[package]]
6187name = "fraction"
6188version = "0.15.3"
6189source = "registry+https://github.com/rust-lang/crates.io-index"
6190checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6191dependencies = [
6192 "lazy_static",
6193 "num",
6194]
6195
6196[[package]]
6197name = "freetype-sys"
6198version = "0.20.1"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6201dependencies = [
6202 "cc",
6203 "libc",
6204 "pkg-config",
6205]
6206
6207[[package]]
6208name = "fs"
6209version = "0.1.0"
6210dependencies = [
6211 "anyhow",
6212 "ashpd 0.11.0",
6213 "async-tar",
6214 "async-trait",
6215 "cocoa 0.26.0",
6216 "collections",
6217 "fsevent",
6218 "futures 0.3.31",
6219 "git",
6220 "gpui",
6221 "ignore",
6222 "libc",
6223 "log",
6224 "notify 8.0.0",
6225 "objc",
6226 "parking_lot",
6227 "paths",
6228 "proto",
6229 "rope",
6230 "serde",
6231 "serde_json",
6232 "smol",
6233 "tempfile",
6234 "text",
6235 "time",
6236 "util",
6237 "windows 0.61.1",
6238 "workspace-hack",
6239]
6240
6241[[package]]
6242name = "fs-set-times"
6243version = "0.20.3"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6246dependencies = [
6247 "io-lifetimes",
6248 "rustix 1.0.7",
6249 "windows-sys 0.59.0",
6250]
6251
6252[[package]]
6253name = "fs2"
6254version = "0.4.3"
6255source = "registry+https://github.com/rust-lang/crates.io-index"
6256checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6257dependencies = [
6258 "libc",
6259 "winapi",
6260]
6261
6262[[package]]
6263name = "fs_extra"
6264version = "1.3.0"
6265source = "registry+https://github.com/rust-lang/crates.io-index"
6266checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6267
6268[[package]]
6269name = "fsevent"
6270version = "0.1.0"
6271dependencies = [
6272 "bitflags 2.9.0",
6273 "core-foundation 0.10.0",
6274 "fsevent-sys 3.1.0",
6275 "log",
6276 "parking_lot",
6277 "tempfile",
6278 "workspace-hack",
6279]
6280
6281[[package]]
6282name = "fsevent-sys"
6283version = "3.1.0"
6284source = "registry+https://github.com/rust-lang/crates.io-index"
6285checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
6286dependencies = [
6287 "libc",
6288]
6289
6290[[package]]
6291name = "fsevent-sys"
6292version = "4.1.0"
6293source = "registry+https://github.com/rust-lang/crates.io-index"
6294checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6295dependencies = [
6296 "libc",
6297]
6298
6299[[package]]
6300name = "funty"
6301version = "2.0.0"
6302source = "registry+https://github.com/rust-lang/crates.io-index"
6303checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6304
6305[[package]]
6306name = "futf"
6307version = "0.1.5"
6308source = "registry+https://github.com/rust-lang/crates.io-index"
6309checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6310dependencies = [
6311 "mac",
6312 "new_debug_unreachable",
6313]
6314
6315[[package]]
6316name = "futures"
6317version = "0.1.31"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6320
6321[[package]]
6322name = "futures"
6323version = "0.3.31"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6326dependencies = [
6327 "futures-channel",
6328 "futures-core",
6329 "futures-executor",
6330 "futures-io",
6331 "futures-sink",
6332 "futures-task",
6333 "futures-util",
6334]
6335
6336[[package]]
6337name = "futures-channel"
6338version = "0.3.31"
6339source = "registry+https://github.com/rust-lang/crates.io-index"
6340checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6341dependencies = [
6342 "futures-core",
6343 "futures-sink",
6344]
6345
6346[[package]]
6347name = "futures-core"
6348version = "0.3.31"
6349source = "registry+https://github.com/rust-lang/crates.io-index"
6350checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6351
6352[[package]]
6353name = "futures-executor"
6354version = "0.3.31"
6355source = "registry+https://github.com/rust-lang/crates.io-index"
6356checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6357dependencies = [
6358 "futures-core",
6359 "futures-task",
6360 "futures-util",
6361]
6362
6363[[package]]
6364name = "futures-intrusive"
6365version = "0.5.0"
6366source = "registry+https://github.com/rust-lang/crates.io-index"
6367checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6368dependencies = [
6369 "futures-core",
6370 "lock_api",
6371 "parking_lot",
6372]
6373
6374[[package]]
6375name = "futures-io"
6376version = "0.3.31"
6377source = "registry+https://github.com/rust-lang/crates.io-index"
6378checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6379
6380[[package]]
6381name = "futures-lite"
6382version = "1.13.0"
6383source = "registry+https://github.com/rust-lang/crates.io-index"
6384checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6385dependencies = [
6386 "fastrand 1.9.0",
6387 "futures-core",
6388 "futures-io",
6389 "memchr",
6390 "parking",
6391 "pin-project-lite",
6392 "waker-fn",
6393]
6394
6395[[package]]
6396name = "futures-lite"
6397version = "2.6.0"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
6400dependencies = [
6401 "fastrand 2.3.0",
6402 "futures-core",
6403 "futures-io",
6404 "parking",
6405 "pin-project-lite",
6406]
6407
6408[[package]]
6409name = "futures-macro"
6410version = "0.3.31"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6413dependencies = [
6414 "proc-macro2",
6415 "quote",
6416 "syn 2.0.101",
6417]
6418
6419[[package]]
6420name = "futures-sink"
6421version = "0.3.31"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6424
6425[[package]]
6426name = "futures-task"
6427version = "0.3.31"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6430
6431[[package]]
6432name = "futures-util"
6433version = "0.3.31"
6434source = "registry+https://github.com/rust-lang/crates.io-index"
6435checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6436dependencies = [
6437 "futures 0.1.31",
6438 "futures-channel",
6439 "futures-core",
6440 "futures-io",
6441 "futures-macro",
6442 "futures-sink",
6443 "futures-task",
6444 "memchr",
6445 "pin-project-lite",
6446 "pin-utils",
6447 "slab",
6448 "tokio-io",
6449]
6450
6451[[package]]
6452name = "fuzzy"
6453version = "0.1.0"
6454dependencies = [
6455 "gpui",
6456 "log",
6457 "util",
6458 "workspace-hack",
6459]
6460
6461[[package]]
6462name = "fuzzy-matcher"
6463version = "0.3.7"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6466dependencies = [
6467 "thread_local",
6468]
6469
6470[[package]]
6471name = "gemm"
6472version = "0.17.1"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6475dependencies = [
6476 "dyn-stack 0.10.0",
6477 "gemm-c32 0.17.1",
6478 "gemm-c64 0.17.1",
6479 "gemm-common 0.17.1",
6480 "gemm-f16 0.17.1",
6481 "gemm-f32 0.17.1",
6482 "gemm-f64 0.17.1",
6483 "num-complex",
6484 "num-traits",
6485 "paste",
6486 "raw-cpuid 10.7.0",
6487 "seq-macro",
6488]
6489
6490[[package]]
6491name = "gemm"
6492version = "0.18.2"
6493source = "registry+https://github.com/rust-lang/crates.io-index"
6494checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6495dependencies = [
6496 "dyn-stack 0.13.0",
6497 "gemm-c32 0.18.2",
6498 "gemm-c64 0.18.2",
6499 "gemm-common 0.18.2",
6500 "gemm-f16 0.18.2",
6501 "gemm-f32 0.18.2",
6502 "gemm-f64 0.18.2",
6503 "num-complex",
6504 "num-traits",
6505 "paste",
6506 "raw-cpuid 11.6.0",
6507 "seq-macro",
6508]
6509
6510[[package]]
6511name = "gemm-c32"
6512version = "0.17.1"
6513source = "registry+https://github.com/rust-lang/crates.io-index"
6514checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6515dependencies = [
6516 "dyn-stack 0.10.0",
6517 "gemm-common 0.17.1",
6518 "num-complex",
6519 "num-traits",
6520 "paste",
6521 "raw-cpuid 10.7.0",
6522 "seq-macro",
6523]
6524
6525[[package]]
6526name = "gemm-c32"
6527version = "0.18.2"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6530dependencies = [
6531 "dyn-stack 0.13.0",
6532 "gemm-common 0.18.2",
6533 "num-complex",
6534 "num-traits",
6535 "paste",
6536 "raw-cpuid 11.6.0",
6537 "seq-macro",
6538]
6539
6540[[package]]
6541name = "gemm-c64"
6542version = "0.17.1"
6543source = "registry+https://github.com/rust-lang/crates.io-index"
6544checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6545dependencies = [
6546 "dyn-stack 0.10.0",
6547 "gemm-common 0.17.1",
6548 "num-complex",
6549 "num-traits",
6550 "paste",
6551 "raw-cpuid 10.7.0",
6552 "seq-macro",
6553]
6554
6555[[package]]
6556name = "gemm-c64"
6557version = "0.18.2"
6558source = "registry+https://github.com/rust-lang/crates.io-index"
6559checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6560dependencies = [
6561 "dyn-stack 0.13.0",
6562 "gemm-common 0.18.2",
6563 "num-complex",
6564 "num-traits",
6565 "paste",
6566 "raw-cpuid 11.6.0",
6567 "seq-macro",
6568]
6569
6570[[package]]
6571name = "gemm-common"
6572version = "0.17.1"
6573source = "registry+https://github.com/rust-lang/crates.io-index"
6574checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6575dependencies = [
6576 "bytemuck",
6577 "dyn-stack 0.10.0",
6578 "half",
6579 "num-complex",
6580 "num-traits",
6581 "once_cell",
6582 "paste",
6583 "pulp 0.18.22",
6584 "raw-cpuid 10.7.0",
6585 "rayon",
6586 "seq-macro",
6587 "sysctl 0.5.5",
6588]
6589
6590[[package]]
6591name = "gemm-common"
6592version = "0.18.2"
6593source = "registry+https://github.com/rust-lang/crates.io-index"
6594checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6595dependencies = [
6596 "bytemuck",
6597 "dyn-stack 0.13.0",
6598 "half",
6599 "libm",
6600 "num-complex",
6601 "num-traits",
6602 "once_cell",
6603 "paste",
6604 "pulp 0.21.5",
6605 "raw-cpuid 11.6.0",
6606 "rayon",
6607 "seq-macro",
6608 "sysctl 0.6.0",
6609]
6610
6611[[package]]
6612name = "gemm-f16"
6613version = "0.17.1"
6614source = "registry+https://github.com/rust-lang/crates.io-index"
6615checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6616dependencies = [
6617 "dyn-stack 0.10.0",
6618 "gemm-common 0.17.1",
6619 "gemm-f32 0.17.1",
6620 "half",
6621 "num-complex",
6622 "num-traits",
6623 "paste",
6624 "raw-cpuid 10.7.0",
6625 "rayon",
6626 "seq-macro",
6627]
6628
6629[[package]]
6630name = "gemm-f16"
6631version = "0.18.2"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6634dependencies = [
6635 "dyn-stack 0.13.0",
6636 "gemm-common 0.18.2",
6637 "gemm-f32 0.18.2",
6638 "half",
6639 "num-complex",
6640 "num-traits",
6641 "paste",
6642 "raw-cpuid 11.6.0",
6643 "rayon",
6644 "seq-macro",
6645]
6646
6647[[package]]
6648name = "gemm-f32"
6649version = "0.17.1"
6650source = "registry+https://github.com/rust-lang/crates.io-index"
6651checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6652dependencies = [
6653 "dyn-stack 0.10.0",
6654 "gemm-common 0.17.1",
6655 "num-complex",
6656 "num-traits",
6657 "paste",
6658 "raw-cpuid 10.7.0",
6659 "seq-macro",
6660]
6661
6662[[package]]
6663name = "gemm-f32"
6664version = "0.18.2"
6665source = "registry+https://github.com/rust-lang/crates.io-index"
6666checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6667dependencies = [
6668 "dyn-stack 0.13.0",
6669 "gemm-common 0.18.2",
6670 "num-complex",
6671 "num-traits",
6672 "paste",
6673 "raw-cpuid 11.6.0",
6674 "seq-macro",
6675]
6676
6677[[package]]
6678name = "gemm-f64"
6679version = "0.17.1"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6682dependencies = [
6683 "dyn-stack 0.10.0",
6684 "gemm-common 0.17.1",
6685 "num-complex",
6686 "num-traits",
6687 "paste",
6688 "raw-cpuid 10.7.0",
6689 "seq-macro",
6690]
6691
6692[[package]]
6693name = "gemm-f64"
6694version = "0.18.2"
6695source = "registry+https://github.com/rust-lang/crates.io-index"
6696checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6697dependencies = [
6698 "dyn-stack 0.13.0",
6699 "gemm-common 0.18.2",
6700 "num-complex",
6701 "num-traits",
6702 "paste",
6703 "raw-cpuid 11.6.0",
6704 "seq-macro",
6705]
6706
6707[[package]]
6708name = "generator"
6709version = "0.8.5"
6710source = "registry+https://github.com/rust-lang/crates.io-index"
6711checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
6712dependencies = [
6713 "cc",
6714 "cfg-if",
6715 "libc",
6716 "log",
6717 "rustversion",
6718 "windows 0.61.1",
6719]
6720
6721[[package]]
6722name = "generic-array"
6723version = "0.14.7"
6724source = "registry+https://github.com/rust-lang/crates.io-index"
6725checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6726dependencies = [
6727 "typenum",
6728 "version_check",
6729]
6730
6731[[package]]
6732name = "gethostname"
6733version = "0.4.3"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
6736dependencies = [
6737 "libc",
6738 "windows-targets 0.48.5",
6739]
6740
6741[[package]]
6742name = "getrandom"
6743version = "0.2.15"
6744source = "registry+https://github.com/rust-lang/crates.io-index"
6745checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
6746dependencies = [
6747 "cfg-if",
6748 "js-sys",
6749 "libc",
6750 "wasi 0.11.0+wasi-snapshot-preview1",
6751 "wasm-bindgen",
6752]
6753
6754[[package]]
6755name = "getrandom"
6756version = "0.3.2"
6757source = "registry+https://github.com/rust-lang/crates.io-index"
6758checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
6759dependencies = [
6760 "cfg-if",
6761 "js-sys",
6762 "libc",
6763 "r-efi",
6764 "wasi 0.14.2+wasi-0.2.4",
6765 "wasm-bindgen",
6766]
6767
6768[[package]]
6769name = "gif"
6770version = "0.13.1"
6771source = "registry+https://github.com/rust-lang/crates.io-index"
6772checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6773dependencies = [
6774 "color_quant",
6775 "weezl",
6776]
6777
6778[[package]]
6779name = "gimli"
6780version = "0.31.1"
6781source = "registry+https://github.com/rust-lang/crates.io-index"
6782checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6783dependencies = [
6784 "fallible-iterator",
6785 "indexmap 2.9.0",
6786 "stable_deref_trait",
6787]
6788
6789[[package]]
6790name = "git"
6791version = "0.1.0"
6792dependencies = [
6793 "anyhow",
6794 "askpass",
6795 "async-trait",
6796 "collections",
6797 "derive_more",
6798 "futures 0.3.31",
6799 "git2",
6800 "gpui",
6801 "http_client",
6802 "log",
6803 "parking_lot",
6804 "pretty_assertions",
6805 "rand 0.9.1",
6806 "regex",
6807 "rope",
6808 "schemars 1.0.1",
6809 "serde",
6810 "serde_json",
6811 "smol",
6812 "sum_tree",
6813 "tempfile",
6814 "text",
6815 "thiserror 2.0.12",
6816 "time",
6817 "unindent",
6818 "url",
6819 "util",
6820 "uuid",
6821 "workspace-hack",
6822]
6823
6824[[package]]
6825name = "git2"
6826version = "0.20.1"
6827source = "registry+https://github.com/rust-lang/crates.io-index"
6828checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6829dependencies = [
6830 "bitflags 2.9.0",
6831 "libc",
6832 "libgit2-sys",
6833 "log",
6834 "url",
6835]
6836
6837[[package]]
6838name = "git_hosting_providers"
6839version = "0.1.0"
6840dependencies = [
6841 "anyhow",
6842 "async-trait",
6843 "futures 0.3.31",
6844 "git",
6845 "gpui",
6846 "http_client",
6847 "indoc",
6848 "pretty_assertions",
6849 "regex",
6850 "serde",
6851 "serde_json",
6852 "settings",
6853 "url",
6854 "util",
6855 "workspace-hack",
6856]
6857
6858[[package]]
6859name = "git_ui"
6860version = "0.1.0"
6861dependencies = [
6862 "agent_settings",
6863 "anyhow",
6864 "askpass",
6865 "buffer_diff",
6866 "call",
6867 "chrono",
6868 "cloud_llm_client",
6869 "collections",
6870 "command_palette_hooks",
6871 "component",
6872 "ctor",
6873 "db",
6874 "editor",
6875 "futures 0.3.31",
6876 "fuzzy",
6877 "git",
6878 "gpui",
6879 "indoc",
6880 "itertools 0.14.0",
6881 "language",
6882 "language_model",
6883 "linkify",
6884 "log",
6885 "markdown",
6886 "menu",
6887 "multi_buffer",
6888 "notifications",
6889 "panel",
6890 "picker",
6891 "postage",
6892 "pretty_assertions",
6893 "project",
6894 "schemars 1.0.1",
6895 "serde",
6896 "serde_json",
6897 "settings",
6898 "strum 0.27.1",
6899 "telemetry",
6900 "theme",
6901 "time",
6902 "time_format",
6903 "ui",
6904 "unindent",
6905 "util",
6906 "watch",
6907 "windows 0.61.1",
6908 "workspace",
6909 "workspace-hack",
6910 "zed_actions",
6911 "zeroize",
6912 "zlog",
6913]
6914
6915[[package]]
6916name = "glob"
6917version = "0.3.2"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6920
6921[[package]]
6922name = "globset"
6923version = "0.4.16"
6924source = "registry+https://github.com/rust-lang/crates.io-index"
6925checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6926dependencies = [
6927 "aho-corasick",
6928 "bstr",
6929 "log",
6930 "regex-automata",
6931 "regex-syntax",
6932]
6933
6934[[package]]
6935name = "gloo-timers"
6936version = "0.3.0"
6937source = "registry+https://github.com/rust-lang/crates.io-index"
6938checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6939dependencies = [
6940 "futures-channel",
6941 "futures-core",
6942 "js-sys",
6943 "wasm-bindgen",
6944]
6945
6946[[package]]
6947name = "glow"
6948version = "0.14.2"
6949source = "registry+https://github.com/rust-lang/crates.io-index"
6950checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6951dependencies = [
6952 "js-sys",
6953 "slotmap",
6954 "wasm-bindgen",
6955 "web-sys",
6956]
6957
6958[[package]]
6959name = "go_to_line"
6960version = "0.1.0"
6961dependencies = [
6962 "editor",
6963 "gpui",
6964 "indoc",
6965 "language",
6966 "menu",
6967 "project",
6968 "rope",
6969 "serde",
6970 "serde_json",
6971 "settings",
6972 "text",
6973 "theme",
6974 "tree-sitter-rust",
6975 "tree-sitter-typescript",
6976 "ui",
6977 "util",
6978 "workspace",
6979 "workspace-hack",
6980]
6981
6982[[package]]
6983name = "goblin"
6984version = "0.8.2"
6985source = "registry+https://github.com/rust-lang/crates.io-index"
6986checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
6987dependencies = [
6988 "log",
6989 "plain",
6990 "scroll",
6991]
6992
6993[[package]]
6994name = "google_ai"
6995version = "0.1.0"
6996dependencies = [
6997 "anyhow",
6998 "futures 0.3.31",
6999 "http_client",
7000 "schemars 1.0.1",
7001 "serde",
7002 "serde_json",
7003 "settings",
7004 "strum 0.27.1",
7005 "workspace-hack",
7006]
7007
7008[[package]]
7009name = "gpu-alloc"
7010version = "0.6.0"
7011source = "registry+https://github.com/rust-lang/crates.io-index"
7012checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
7013dependencies = [
7014 "bitflags 2.9.0",
7015 "gpu-alloc-types",
7016]
7017
7018[[package]]
7019name = "gpu-alloc-ash"
7020version = "0.7.0"
7021source = "registry+https://github.com/rust-lang/crates.io-index"
7022checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7023dependencies = [
7024 "ash",
7025 "gpu-alloc-types",
7026 "tinyvec",
7027]
7028
7029[[package]]
7030name = "gpu-alloc-types"
7031version = "0.3.0"
7032source = "registry+https://github.com/rust-lang/crates.io-index"
7033checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7034dependencies = [
7035 "bitflags 2.9.0",
7036]
7037
7038[[package]]
7039name = "gpui"
7040version = "0.1.0"
7041dependencies = [
7042 "anyhow",
7043 "as-raw-xcb-connection",
7044 "ashpd 0.11.0",
7045 "async-task",
7046 "backtrace",
7047 "bindgen 0.71.1",
7048 "blade-graphics",
7049 "blade-macros",
7050 "blade-util",
7051 "block",
7052 "bytemuck",
7053 "calloop",
7054 "calloop-wayland-source",
7055 "cbindgen",
7056 "cocoa 0.26.0",
7057 "collections",
7058 "core-foundation 0.10.0",
7059 "core-foundation-sys",
7060 "core-graphics 0.24.0",
7061 "core-text",
7062 "core-video",
7063 "cosmic-text",
7064 "ctor",
7065 "derive_more",
7066 "embed-resource",
7067 "env_logger 0.11.8",
7068 "etagere",
7069 "filedescriptor",
7070 "flume",
7071 "font-kit",
7072 "foreign-types 0.5.0",
7073 "futures 0.3.31",
7074 "gpui_macros",
7075 "http_client",
7076 "image",
7077 "inventory",
7078 "itertools 0.14.0",
7079 "libc",
7080 "log",
7081 "lyon",
7082 "media",
7083 "metal",
7084 "naga",
7085 "num_cpus",
7086 "objc",
7087 "objc2",
7088 "objc2-metal",
7089 "oo7",
7090 "open",
7091 "parking",
7092 "parking_lot",
7093 "pathfinder_geometry",
7094 "postage",
7095 "pretty_assertions",
7096 "profiling",
7097 "rand 0.9.1",
7098 "raw-window-handle",
7099 "refineable",
7100 "reqwest_client",
7101 "resvg",
7102 "scap",
7103 "schemars 1.0.1",
7104 "seahash",
7105 "semantic_version",
7106 "serde",
7107 "serde_json",
7108 "slotmap",
7109 "smallvec",
7110 "smol",
7111 "stacksafe",
7112 "strum 0.27.1",
7113 "sum_tree",
7114 "taffy",
7115 "thiserror 2.0.12",
7116 "unicode-segmentation",
7117 "usvg",
7118 "util",
7119 "util_macros",
7120 "uuid",
7121 "waker-fn",
7122 "wayland-backend",
7123 "wayland-client",
7124 "wayland-cursor",
7125 "wayland-protocols",
7126 "wayland-protocols-plasma",
7127 "windows 0.61.1",
7128 "windows-core 0.61.0",
7129 "windows-numerics",
7130 "windows-registry 0.5.1",
7131 "workspace-hack",
7132 "x11-clipboard",
7133 "x11rb",
7134 "xim",
7135 "xkbcommon",
7136]
7137
7138[[package]]
7139name = "gpui_macros"
7140version = "0.1.0"
7141dependencies = [
7142 "gpui",
7143 "heck 0.5.0",
7144 "proc-macro2",
7145 "quote",
7146 "syn 2.0.101",
7147 "workspace-hack",
7148]
7149
7150[[package]]
7151name = "gpui_tokio"
7152version = "0.1.0"
7153dependencies = [
7154 "anyhow",
7155 "gpui",
7156 "tokio",
7157 "util",
7158 "workspace-hack",
7159]
7160
7161[[package]]
7162name = "grid"
7163version = "0.18.0"
7164source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7166
7167[[package]]
7168name = "group"
7169version = "0.12.1"
7170source = "registry+https://github.com/rust-lang/crates.io-index"
7171checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7172dependencies = [
7173 "ff",
7174 "rand_core 0.6.4",
7175 "subtle",
7176]
7177
7178[[package]]
7179name = "h2"
7180version = "0.3.26"
7181source = "registry+https://github.com/rust-lang/crates.io-index"
7182checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7183dependencies = [
7184 "bytes 1.10.1",
7185 "fnv",
7186 "futures-core",
7187 "futures-sink",
7188 "futures-util",
7189 "http 0.2.12",
7190 "indexmap 2.9.0",
7191 "slab",
7192 "tokio",
7193 "tokio-util",
7194 "tracing",
7195]
7196
7197[[package]]
7198name = "h2"
7199version = "0.4.9"
7200source = "registry+https://github.com/rust-lang/crates.io-index"
7201checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7202dependencies = [
7203 "atomic-waker",
7204 "bytes 1.10.1",
7205 "fnv",
7206 "futures-core",
7207 "futures-sink",
7208 "http 1.3.1",
7209 "indexmap 2.9.0",
7210 "slab",
7211 "tokio",
7212 "tokio-util",
7213 "tracing",
7214]
7215
7216[[package]]
7217name = "half"
7218version = "2.6.0"
7219source = "registry+https://github.com/rust-lang/crates.io-index"
7220checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7221dependencies = [
7222 "bytemuck",
7223 "cfg-if",
7224 "crunchy",
7225 "num-traits",
7226 "rand 0.9.1",
7227 "rand_distr",
7228]
7229
7230[[package]]
7231name = "handlebars"
7232version = "4.5.0"
7233source = "registry+https://github.com/rust-lang/crates.io-index"
7234checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7235dependencies = [
7236 "log",
7237 "pest",
7238 "pest_derive",
7239 "rust-embed",
7240 "serde",
7241 "serde_json",
7242 "thiserror 1.0.69",
7243]
7244
7245[[package]]
7246name = "handlebars"
7247version = "5.1.2"
7248source = "registry+https://github.com/rust-lang/crates.io-index"
7249checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7250dependencies = [
7251 "log",
7252 "pest",
7253 "pest_derive",
7254 "serde",
7255 "serde_json",
7256 "thiserror 1.0.69",
7257]
7258
7259[[package]]
7260name = "hashbrown"
7261version = "0.12.3"
7262source = "registry+https://github.com/rust-lang/crates.io-index"
7263checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7264dependencies = [
7265 "ahash 0.7.8",
7266]
7267
7268[[package]]
7269name = "hashbrown"
7270version = "0.14.5"
7271source = "registry+https://github.com/rust-lang/crates.io-index"
7272checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7273dependencies = [
7274 "ahash 0.8.11",
7275 "allocator-api2",
7276]
7277
7278[[package]]
7279name = "hashbrown"
7280version = "0.15.3"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7283dependencies = [
7284 "allocator-api2",
7285 "equivalent",
7286 "foldhash",
7287 "serde",
7288]
7289
7290[[package]]
7291name = "hashlink"
7292version = "0.8.4"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7295dependencies = [
7296 "hashbrown 0.14.5",
7297]
7298
7299[[package]]
7300name = "hashlink"
7301version = "0.10.0"
7302source = "registry+https://github.com/rust-lang/crates.io-index"
7303checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7304dependencies = [
7305 "hashbrown 0.15.3",
7306]
7307
7308[[package]]
7309name = "headers"
7310version = "0.3.9"
7311source = "registry+https://github.com/rust-lang/crates.io-index"
7312checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7313dependencies = [
7314 "base64 0.21.7",
7315 "bytes 1.10.1",
7316 "headers-core",
7317 "http 0.2.12",
7318 "httpdate",
7319 "mime",
7320 "sha1",
7321]
7322
7323[[package]]
7324name = "headers-core"
7325version = "0.2.0"
7326source = "registry+https://github.com/rust-lang/crates.io-index"
7327checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7328dependencies = [
7329 "http 0.2.12",
7330]
7331
7332[[package]]
7333name = "heck"
7334version = "0.3.3"
7335source = "registry+https://github.com/rust-lang/crates.io-index"
7336checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7337dependencies = [
7338 "unicode-segmentation",
7339]
7340
7341[[package]]
7342name = "heck"
7343version = "0.4.1"
7344source = "registry+https://github.com/rust-lang/crates.io-index"
7345checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7346dependencies = [
7347 "unicode-segmentation",
7348]
7349
7350[[package]]
7351name = "heck"
7352version = "0.5.0"
7353source = "registry+https://github.com/rust-lang/crates.io-index"
7354checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7355
7356[[package]]
7357name = "heed"
7358version = "0.21.0"
7359source = "registry+https://github.com/rust-lang/crates.io-index"
7360checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7361dependencies = [
7362 "bitflags 2.9.0",
7363 "byteorder",
7364 "heed-traits",
7365 "heed-types",
7366 "libc",
7367 "lmdb-master-sys",
7368 "once_cell",
7369 "page_size",
7370 "serde",
7371 "synchronoise",
7372 "url",
7373]
7374
7375[[package]]
7376name = "heed-traits"
7377version = "0.20.0"
7378source = "registry+https://github.com/rust-lang/crates.io-index"
7379checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7380
7381[[package]]
7382name = "heed-types"
7383version = "0.21.0"
7384source = "registry+https://github.com/rust-lang/crates.io-index"
7385checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7386dependencies = [
7387 "bincode",
7388 "byteorder",
7389 "heed-traits",
7390 "serde",
7391 "serde_json",
7392]
7393
7394[[package]]
7395name = "hermit-abi"
7396version = "0.3.9"
7397source = "registry+https://github.com/rust-lang/crates.io-index"
7398checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7399
7400[[package]]
7401name = "hermit-abi"
7402version = "0.5.0"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7405
7406[[package]]
7407name = "hex"
7408version = "0.4.3"
7409source = "registry+https://github.com/rust-lang/crates.io-index"
7410checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7411
7412[[package]]
7413name = "hexf-parse"
7414version = "0.2.1"
7415source = "registry+https://github.com/rust-lang/crates.io-index"
7416checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7417
7418[[package]]
7419name = "hidden-trait"
7420version = "0.1.2"
7421source = "registry+https://github.com/rust-lang/crates.io-index"
7422checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7423dependencies = [
7424 "proc-macro2",
7425 "quote",
7426 "syn 1.0.109",
7427]
7428
7429[[package]]
7430name = "hkdf"
7431version = "0.12.4"
7432source = "registry+https://github.com/rust-lang/crates.io-index"
7433checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7434dependencies = [
7435 "hmac",
7436]
7437
7438[[package]]
7439name = "hmac"
7440version = "0.12.1"
7441source = "registry+https://github.com/rust-lang/crates.io-index"
7442checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7443dependencies = [
7444 "digest",
7445]
7446
7447[[package]]
7448name = "home"
7449version = "0.5.11"
7450source = "registry+https://github.com/rust-lang/crates.io-index"
7451checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7452dependencies = [
7453 "windows-sys 0.59.0",
7454]
7455
7456[[package]]
7457name = "hound"
7458version = "3.5.1"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7461
7462[[package]]
7463name = "html5ever"
7464version = "0.27.0"
7465source = "registry+https://github.com/rust-lang/crates.io-index"
7466checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7467dependencies = [
7468 "log",
7469 "mac",
7470 "markup5ever 0.12.1",
7471 "proc-macro2",
7472 "quote",
7473 "syn 2.0.101",
7474]
7475
7476[[package]]
7477name = "html5ever"
7478version = "0.31.0"
7479source = "registry+https://github.com/rust-lang/crates.io-index"
7480checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7481dependencies = [
7482 "log",
7483 "mac",
7484 "markup5ever 0.16.1",
7485 "match_token",
7486]
7487
7488[[package]]
7489name = "html_to_markdown"
7490version = "0.1.0"
7491dependencies = [
7492 "anyhow",
7493 "html5ever 0.27.0",
7494 "indoc",
7495 "markup5ever_rcdom",
7496 "pretty_assertions",
7497 "regex",
7498 "workspace-hack",
7499]
7500
7501[[package]]
7502name = "http"
7503version = "0.2.12"
7504source = "registry+https://github.com/rust-lang/crates.io-index"
7505checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7506dependencies = [
7507 "bytes 1.10.1",
7508 "fnv",
7509 "itoa",
7510]
7511
7512[[package]]
7513name = "http"
7514version = "1.3.1"
7515source = "registry+https://github.com/rust-lang/crates.io-index"
7516checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7517dependencies = [
7518 "bytes 1.10.1",
7519 "fnv",
7520 "itoa",
7521]
7522
7523[[package]]
7524name = "http-body"
7525version = "0.4.6"
7526source = "registry+https://github.com/rust-lang/crates.io-index"
7527checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7528dependencies = [
7529 "bytes 1.10.1",
7530 "http 0.2.12",
7531 "pin-project-lite",
7532]
7533
7534[[package]]
7535name = "http-body"
7536version = "1.0.1"
7537source = "registry+https://github.com/rust-lang/crates.io-index"
7538checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7539dependencies = [
7540 "bytes 1.10.1",
7541 "http 1.3.1",
7542]
7543
7544[[package]]
7545name = "http-body-util"
7546version = "0.1.3"
7547source = "registry+https://github.com/rust-lang/crates.io-index"
7548checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7549dependencies = [
7550 "bytes 1.10.1",
7551 "futures-core",
7552 "http 1.3.1",
7553 "http-body 1.0.1",
7554 "pin-project-lite",
7555]
7556
7557[[package]]
7558name = "http-range-header"
7559version = "0.3.1"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7562
7563[[package]]
7564name = "http_client"
7565version = "0.1.0"
7566dependencies = [
7567 "anyhow",
7568 "bytes 1.10.1",
7569 "derive_more",
7570 "futures 0.3.31",
7571 "http 1.3.1",
7572 "http-body 1.0.1",
7573 "log",
7574 "parking_lot",
7575 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
7576 "serde",
7577 "serde_json",
7578 "url",
7579 "workspace-hack",
7580]
7581
7582[[package]]
7583name = "http_client_tls"
7584version = "0.1.0"
7585dependencies = [
7586 "rustls 0.23.26",
7587 "rustls-platform-verifier",
7588 "workspace-hack",
7589]
7590
7591[[package]]
7592name = "httparse"
7593version = "1.10.1"
7594source = "registry+https://github.com/rust-lang/crates.io-index"
7595checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7596
7597[[package]]
7598name = "httpdate"
7599version = "1.0.3"
7600source = "registry+https://github.com/rust-lang/crates.io-index"
7601checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7602
7603[[package]]
7604name = "human_bytes"
7605version = "0.4.3"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7608
7609[[package]]
7610name = "humantime"
7611version = "2.2.0"
7612source = "registry+https://github.com/rust-lang/crates.io-index"
7613checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7614
7615[[package]]
7616name = "hyper"
7617version = "0.14.32"
7618source = "registry+https://github.com/rust-lang/crates.io-index"
7619checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7620dependencies = [
7621 "bytes 1.10.1",
7622 "futures-channel",
7623 "futures-core",
7624 "futures-util",
7625 "h2 0.3.26",
7626 "http 0.2.12",
7627 "http-body 0.4.6",
7628 "httparse",
7629 "httpdate",
7630 "itoa",
7631 "pin-project-lite",
7632 "socket2",
7633 "tokio",
7634 "tower-service",
7635 "tracing",
7636 "want",
7637]
7638
7639[[package]]
7640name = "hyper"
7641version = "1.6.0"
7642source = "registry+https://github.com/rust-lang/crates.io-index"
7643checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7644dependencies = [
7645 "bytes 1.10.1",
7646 "futures-channel",
7647 "futures-util",
7648 "h2 0.4.9",
7649 "http 1.3.1",
7650 "http-body 1.0.1",
7651 "httparse",
7652 "itoa",
7653 "pin-project-lite",
7654 "smallvec",
7655 "tokio",
7656 "want",
7657]
7658
7659[[package]]
7660name = "hyper-rustls"
7661version = "0.24.2"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7664dependencies = [
7665 "futures-util",
7666 "http 0.2.12",
7667 "hyper 0.14.32",
7668 "log",
7669 "rustls 0.21.12",
7670 "rustls-native-certs 0.6.3",
7671 "tokio",
7672 "tokio-rustls 0.24.1",
7673]
7674
7675[[package]]
7676name = "hyper-rustls"
7677version = "0.27.5"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7680dependencies = [
7681 "futures-util",
7682 "http 1.3.1",
7683 "hyper 1.6.0",
7684 "hyper-util",
7685 "rustls 0.23.26",
7686 "rustls-native-certs 0.8.1",
7687 "rustls-pki-types",
7688 "tokio",
7689 "tokio-rustls 0.26.2",
7690 "tower-service",
7691]
7692
7693[[package]]
7694name = "hyper-tls"
7695version = "0.5.0"
7696source = "registry+https://github.com/rust-lang/crates.io-index"
7697checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7698dependencies = [
7699 "bytes 1.10.1",
7700 "hyper 0.14.32",
7701 "native-tls",
7702 "tokio",
7703 "tokio-native-tls",
7704]
7705
7706[[package]]
7707name = "hyper-util"
7708version = "0.1.11"
7709source = "registry+https://github.com/rust-lang/crates.io-index"
7710checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7711dependencies = [
7712 "bytes 1.10.1",
7713 "futures-channel",
7714 "futures-util",
7715 "http 1.3.1",
7716 "http-body 1.0.1",
7717 "hyper 1.6.0",
7718 "libc",
7719 "pin-project-lite",
7720 "socket2",
7721 "tokio",
7722 "tower-service",
7723 "tracing",
7724]
7725
7726[[package]]
7727name = "iana-time-zone"
7728version = "0.1.63"
7729source = "registry+https://github.com/rust-lang/crates.io-index"
7730checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7731dependencies = [
7732 "android_system_properties",
7733 "core-foundation-sys",
7734 "iana-time-zone-haiku",
7735 "js-sys",
7736 "log",
7737 "wasm-bindgen",
7738 "windows-core 0.61.0",
7739]
7740
7741[[package]]
7742name = "iana-time-zone-haiku"
7743version = "0.1.2"
7744source = "registry+https://github.com/rust-lang/crates.io-index"
7745checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7746dependencies = [
7747 "cc",
7748]
7749
7750[[package]]
7751name = "icons"
7752version = "0.1.0"
7753dependencies = [
7754 "serde",
7755 "strum 0.27.1",
7756 "workspace-hack",
7757]
7758
7759[[package]]
7760name = "icu_collections"
7761version = "1.5.0"
7762source = "registry+https://github.com/rust-lang/crates.io-index"
7763checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7764dependencies = [
7765 "displaydoc",
7766 "yoke",
7767 "zerofrom",
7768 "zerovec",
7769]
7770
7771[[package]]
7772name = "icu_locid"
7773version = "1.5.0"
7774source = "registry+https://github.com/rust-lang/crates.io-index"
7775checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7776dependencies = [
7777 "displaydoc",
7778 "litemap",
7779 "tinystr",
7780 "writeable",
7781 "zerovec",
7782]
7783
7784[[package]]
7785name = "icu_locid_transform"
7786version = "1.5.0"
7787source = "registry+https://github.com/rust-lang/crates.io-index"
7788checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7789dependencies = [
7790 "displaydoc",
7791 "icu_locid",
7792 "icu_locid_transform_data",
7793 "icu_provider",
7794 "tinystr",
7795 "zerovec",
7796]
7797
7798[[package]]
7799name = "icu_locid_transform_data"
7800version = "1.5.1"
7801source = "registry+https://github.com/rust-lang/crates.io-index"
7802checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7803
7804[[package]]
7805name = "icu_normalizer"
7806version = "1.5.0"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7809dependencies = [
7810 "displaydoc",
7811 "icu_collections",
7812 "icu_normalizer_data",
7813 "icu_properties",
7814 "icu_provider",
7815 "smallvec",
7816 "utf16_iter",
7817 "utf8_iter",
7818 "write16",
7819 "zerovec",
7820]
7821
7822[[package]]
7823name = "icu_normalizer_data"
7824version = "1.5.1"
7825source = "registry+https://github.com/rust-lang/crates.io-index"
7826checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7827
7828[[package]]
7829name = "icu_properties"
7830version = "1.5.1"
7831source = "registry+https://github.com/rust-lang/crates.io-index"
7832checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7833dependencies = [
7834 "displaydoc",
7835 "icu_collections",
7836 "icu_locid_transform",
7837 "icu_properties_data",
7838 "icu_provider",
7839 "tinystr",
7840 "zerovec",
7841]
7842
7843[[package]]
7844name = "icu_properties_data"
7845version = "1.5.1"
7846source = "registry+https://github.com/rust-lang/crates.io-index"
7847checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7848
7849[[package]]
7850name = "icu_provider"
7851version = "1.5.0"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7854dependencies = [
7855 "displaydoc",
7856 "icu_locid",
7857 "icu_provider_macros",
7858 "stable_deref_trait",
7859 "tinystr",
7860 "writeable",
7861 "yoke",
7862 "zerofrom",
7863 "zerovec",
7864]
7865
7866[[package]]
7867name = "icu_provider_macros"
7868version = "1.5.0"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7871dependencies = [
7872 "proc-macro2",
7873 "quote",
7874 "syn 2.0.101",
7875]
7876
7877[[package]]
7878name = "id-arena"
7879version = "2.2.1"
7880source = "registry+https://github.com/rust-lang/crates.io-index"
7881checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7882
7883[[package]]
7884name = "ident_case"
7885version = "1.0.1"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7888
7889[[package]]
7890name = "idna"
7891version = "1.0.3"
7892source = "registry+https://github.com/rust-lang/crates.io-index"
7893checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7894dependencies = [
7895 "idna_adapter",
7896 "smallvec",
7897 "utf8_iter",
7898]
7899
7900[[package]]
7901name = "idna_adapter"
7902version = "1.2.0"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7905dependencies = [
7906 "icu_normalizer",
7907 "icu_properties",
7908]
7909
7910[[package]]
7911name = "ignore"
7912version = "0.4.23"
7913source = "registry+https://github.com/rust-lang/crates.io-index"
7914checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7915dependencies = [
7916 "crossbeam-deque",
7917 "globset",
7918 "log",
7919 "memchr",
7920 "regex-automata",
7921 "same-file",
7922 "walkdir",
7923 "winapi-util",
7924]
7925
7926[[package]]
7927name = "image"
7928version = "0.25.6"
7929source = "registry+https://github.com/rust-lang/crates.io-index"
7930checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7931dependencies = [
7932 "bytemuck",
7933 "byteorder-lite",
7934 "color_quant",
7935 "exr",
7936 "gif",
7937 "image-webp",
7938 "num-traits",
7939 "png",
7940 "qoi",
7941 "ravif",
7942 "rayon",
7943 "rgb",
7944 "tiff",
7945 "zune-core",
7946 "zune-jpeg",
7947]
7948
7949[[package]]
7950name = "image-webp"
7951version = "0.2.1"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7954dependencies = [
7955 "byteorder-lite",
7956 "quick-error",
7957]
7958
7959[[package]]
7960name = "image_viewer"
7961version = "0.1.0"
7962dependencies = [
7963 "anyhow",
7964 "db",
7965 "editor",
7966 "file_icons",
7967 "gpui",
7968 "language",
7969 "log",
7970 "project",
7971 "serde",
7972 "settings",
7973 "theme",
7974 "ui",
7975 "util",
7976 "workspace",
7977 "workspace-hack",
7978]
7979
7980[[package]]
7981name = "imagesize"
7982version = "0.13.0"
7983source = "registry+https://github.com/rust-lang/crates.io-index"
7984checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7985
7986[[package]]
7987name = "imara-diff"
7988version = "0.1.8"
7989source = "registry+https://github.com/rust-lang/crates.io-index"
7990checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7991dependencies = [
7992 "hashbrown 0.15.3",
7993]
7994
7995[[package]]
7996name = "imgref"
7997version = "1.11.0"
7998source = "registry+https://github.com/rust-lang/crates.io-index"
7999checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8000
8001[[package]]
8002name = "indexmap"
8003version = "1.9.3"
8004source = "registry+https://github.com/rust-lang/crates.io-index"
8005checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8006dependencies = [
8007 "autocfg",
8008 "hashbrown 0.12.3",
8009 "serde",
8010]
8011
8012[[package]]
8013name = "indexmap"
8014version = "2.9.0"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8017dependencies = [
8018 "equivalent",
8019 "hashbrown 0.15.3",
8020 "serde",
8021]
8022
8023[[package]]
8024name = "indoc"
8025version = "2.0.6"
8026source = "registry+https://github.com/rust-lang/crates.io-index"
8027checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8028
8029[[package]]
8030name = "inherent"
8031version = "1.0.12"
8032source = "registry+https://github.com/rust-lang/crates.io-index"
8033checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8034dependencies = [
8035 "proc-macro2",
8036 "quote",
8037 "syn 2.0.101",
8038]
8039
8040[[package]]
8041name = "inotify"
8042version = "0.9.6"
8043source = "registry+https://github.com/rust-lang/crates.io-index"
8044checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8045dependencies = [
8046 "bitflags 1.3.2",
8047 "inotify-sys",
8048 "libc",
8049]
8050
8051[[package]]
8052name = "inotify"
8053version = "0.11.0"
8054source = "registry+https://github.com/rust-lang/crates.io-index"
8055checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8056dependencies = [
8057 "bitflags 2.9.0",
8058 "inotify-sys",
8059 "libc",
8060]
8061
8062[[package]]
8063name = "inotify-sys"
8064version = "0.1.5"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8067dependencies = [
8068 "libc",
8069]
8070
8071[[package]]
8072name = "inout"
8073version = "0.1.4"
8074source = "registry+https://github.com/rust-lang/crates.io-index"
8075checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8076dependencies = [
8077 "block-padding",
8078 "generic-array",
8079]
8080
8081[[package]]
8082name = "inspector_ui"
8083version = "0.1.0"
8084dependencies = [
8085 "anyhow",
8086 "command_palette_hooks",
8087 "editor",
8088 "fuzzy",
8089 "gpui",
8090 "language",
8091 "project",
8092 "serde_json",
8093 "serde_json_lenient",
8094 "theme",
8095 "ui",
8096 "util",
8097 "util_macros",
8098 "workspace",
8099 "workspace-hack",
8100 "zed_actions",
8101]
8102
8103[[package]]
8104name = "install_cli"
8105version = "0.1.0"
8106dependencies = [
8107 "anyhow",
8108 "client",
8109 "gpui",
8110 "release_channel",
8111 "smol",
8112 "util",
8113 "workspace",
8114 "workspace-hack",
8115]
8116
8117[[package]]
8118name = "instant"
8119version = "0.1.13"
8120source = "registry+https://github.com/rust-lang/crates.io-index"
8121checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8122dependencies = [
8123 "cfg-if",
8124]
8125
8126[[package]]
8127name = "interpolate_name"
8128version = "0.2.4"
8129source = "registry+https://github.com/rust-lang/crates.io-index"
8130checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8131dependencies = [
8132 "proc-macro2",
8133 "quote",
8134 "syn 2.0.101",
8135]
8136
8137[[package]]
8138name = "inventory"
8139version = "0.3.20"
8140source = "registry+https://github.com/rust-lang/crates.io-index"
8141checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8142dependencies = [
8143 "rustversion",
8144]
8145
8146[[package]]
8147name = "io-extras"
8148version = "0.18.4"
8149source = "registry+https://github.com/rust-lang/crates.io-index"
8150checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8151dependencies = [
8152 "io-lifetimes",
8153 "windows-sys 0.59.0",
8154]
8155
8156[[package]]
8157name = "io-lifetimes"
8158version = "2.0.4"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8161
8162[[package]]
8163name = "io-surface"
8164version = "0.16.0"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8167dependencies = [
8168 "cgl",
8169 "core-foundation 0.10.0",
8170 "core-foundation-sys",
8171 "leaky-cow",
8172 "libc",
8173]
8174
8175[[package]]
8176name = "iovec"
8177version = "0.1.4"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8180dependencies = [
8181 "libc",
8182]
8183
8184[[package]]
8185name = "ipc-channel"
8186version = "0.19.0"
8187source = "registry+https://github.com/rust-lang/crates.io-index"
8188checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8189dependencies = [
8190 "bincode",
8191 "crossbeam-channel",
8192 "fnv",
8193 "lazy_static",
8194 "libc",
8195 "mio 1.0.3",
8196 "rand 0.8.5",
8197 "serde",
8198 "tempfile",
8199 "uuid",
8200 "windows 0.58.0",
8201]
8202
8203[[package]]
8204name = "ipnet"
8205version = "2.11.0"
8206source = "registry+https://github.com/rust-lang/crates.io-index"
8207checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8208
8209[[package]]
8210name = "is-docker"
8211version = "0.2.0"
8212source = "registry+https://github.com/rust-lang/crates.io-index"
8213checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8214dependencies = [
8215 "once_cell",
8216]
8217
8218[[package]]
8219name = "is-terminal"
8220version = "0.4.16"
8221source = "registry+https://github.com/rust-lang/crates.io-index"
8222checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8223dependencies = [
8224 "hermit-abi 0.5.0",
8225 "libc",
8226 "windows-sys 0.59.0",
8227]
8228
8229[[package]]
8230name = "is-wsl"
8231version = "0.4.0"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8234dependencies = [
8235 "is-docker",
8236 "once_cell",
8237]
8238
8239[[package]]
8240name = "is_terminal_polyfill"
8241version = "1.70.1"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8244
8245[[package]]
8246name = "itertools"
8247version = "0.10.5"
8248source = "registry+https://github.com/rust-lang/crates.io-index"
8249checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8250dependencies = [
8251 "either",
8252]
8253
8254[[package]]
8255name = "itertools"
8256version = "0.11.0"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8259dependencies = [
8260 "either",
8261]
8262
8263[[package]]
8264name = "itertools"
8265version = "0.12.1"
8266source = "registry+https://github.com/rust-lang/crates.io-index"
8267checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8268dependencies = [
8269 "either",
8270]
8271
8272[[package]]
8273name = "itertools"
8274version = "0.13.0"
8275source = "registry+https://github.com/rust-lang/crates.io-index"
8276checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8277dependencies = [
8278 "either",
8279]
8280
8281[[package]]
8282name = "itertools"
8283version = "0.14.0"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8286dependencies = [
8287 "either",
8288]
8289
8290[[package]]
8291name = "itoa"
8292version = "1.0.15"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8295
8296[[package]]
8297name = "jiff"
8298version = "0.2.10"
8299source = "registry+https://github.com/rust-lang/crates.io-index"
8300checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8301dependencies = [
8302 "jiff-static",
8303 "log",
8304 "portable-atomic",
8305 "portable-atomic-util",
8306 "serde",
8307]
8308
8309[[package]]
8310name = "jiff-static"
8311version = "0.2.10"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8314dependencies = [
8315 "proc-macro2",
8316 "quote",
8317 "syn 2.0.101",
8318]
8319
8320[[package]]
8321name = "jni"
8322version = "0.21.1"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8325dependencies = [
8326 "cesu8",
8327 "cfg-if",
8328 "combine",
8329 "jni-sys",
8330 "log",
8331 "thiserror 1.0.69",
8332 "walkdir",
8333 "windows-sys 0.45.0",
8334]
8335
8336[[package]]
8337name = "jni-sys"
8338version = "0.3.0"
8339source = "registry+https://github.com/rust-lang/crates.io-index"
8340checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8341
8342[[package]]
8343name = "jobserver"
8344version = "0.1.33"
8345source = "registry+https://github.com/rust-lang/crates.io-index"
8346checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8347dependencies = [
8348 "getrandom 0.3.2",
8349 "libc",
8350]
8351
8352[[package]]
8353name = "journal"
8354version = "0.1.0"
8355dependencies = [
8356 "anyhow",
8357 "chrono",
8358 "editor",
8359 "gpui",
8360 "log",
8361 "serde",
8362 "settings",
8363 "shellexpand 2.1.2",
8364 "workspace",
8365 "workspace-hack",
8366]
8367
8368[[package]]
8369name = "jpeg-decoder"
8370version = "0.3.1"
8371source = "registry+https://github.com/rust-lang/crates.io-index"
8372checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8373
8374[[package]]
8375name = "js-sys"
8376version = "0.3.77"
8377source = "registry+https://github.com/rust-lang/crates.io-index"
8378checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8379dependencies = [
8380 "once_cell",
8381 "wasm-bindgen",
8382]
8383
8384[[package]]
8385name = "json_dotpath"
8386version = "1.1.0"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8389dependencies = [
8390 "serde",
8391 "serde_derive",
8392 "serde_json",
8393 "thiserror 1.0.69",
8394]
8395
8396[[package]]
8397name = "json_schema_store"
8398version = "0.1.0"
8399dependencies = [
8400 "anyhow",
8401 "dap",
8402 "extension",
8403 "gpui",
8404 "language",
8405 "paths",
8406 "project",
8407 "schemars 1.0.1",
8408 "serde",
8409 "serde_json",
8410 "settings",
8411 "snippet_provider",
8412 "task",
8413 "theme",
8414 "util",
8415 "workspace-hack",
8416]
8417
8418[[package]]
8419name = "jsonschema"
8420version = "0.30.0"
8421source = "registry+https://github.com/rust-lang/crates.io-index"
8422checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8423dependencies = [
8424 "ahash 0.8.11",
8425 "base64 0.22.1",
8426 "bytecount",
8427 "email_address",
8428 "fancy-regex 0.14.0",
8429 "fraction",
8430 "idna",
8431 "itoa",
8432 "num-cmp",
8433 "num-traits",
8434 "once_cell",
8435 "percent-encoding",
8436 "referencing",
8437 "regex",
8438 "regex-syntax",
8439 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8440 "serde",
8441 "serde_json",
8442 "uuid-simd",
8443]
8444
8445[[package]]
8446name = "jsonwebtoken"
8447version = "9.3.1"
8448source = "registry+https://github.com/rust-lang/crates.io-index"
8449checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8450dependencies = [
8451 "base64 0.22.1",
8452 "js-sys",
8453 "pem",
8454 "ring",
8455 "serde",
8456 "serde_json",
8457 "simple_asn1",
8458]
8459
8460[[package]]
8461name = "jupyter-protocol"
8462version = "0.6.0"
8463source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8464dependencies = [
8465 "anyhow",
8466 "async-trait",
8467 "bytes 1.10.1",
8468 "chrono",
8469 "futures 0.3.31",
8470 "serde",
8471 "serde_json",
8472 "uuid",
8473]
8474
8475[[package]]
8476name = "jupyter-websocket-client"
8477version = "0.9.0"
8478source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8479dependencies = [
8480 "anyhow",
8481 "async-trait",
8482 "async-tungstenite",
8483 "futures 0.3.31",
8484 "jupyter-protocol",
8485 "serde",
8486 "serde_json",
8487 "url",
8488 "uuid",
8489]
8490
8491[[package]]
8492name = "keymap_editor"
8493version = "0.1.0"
8494dependencies = [
8495 "anyhow",
8496 "collections",
8497 "command_palette",
8498 "component",
8499 "db",
8500 "editor",
8501 "fs",
8502 "fuzzy",
8503 "gpui",
8504 "itertools 0.14.0",
8505 "json_schema_store",
8506 "language",
8507 "log",
8508 "menu",
8509 "notifications",
8510 "paths",
8511 "project",
8512 "search",
8513 "serde",
8514 "serde_json",
8515 "settings",
8516 "telemetry",
8517 "tempfile",
8518 "theme",
8519 "tree-sitter-json",
8520 "tree-sitter-rust",
8521 "ui",
8522 "ui_input",
8523 "util",
8524 "vim",
8525 "workspace",
8526 "workspace-hack",
8527 "zed_actions",
8528]
8529
8530[[package]]
8531name = "khronos-egl"
8532version = "6.0.0"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8535dependencies = [
8536 "libc",
8537 "libloading",
8538]
8539
8540[[package]]
8541name = "kqueue"
8542version = "1.0.8"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8545dependencies = [
8546 "kqueue-sys",
8547 "libc",
8548]
8549
8550[[package]]
8551name = "kqueue-sys"
8552version = "1.0.4"
8553source = "registry+https://github.com/rust-lang/crates.io-index"
8554checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8555dependencies = [
8556 "bitflags 1.3.2",
8557 "libc",
8558]
8559
8560[[package]]
8561name = "kurbo"
8562version = "0.11.1"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8565dependencies = [
8566 "arrayvec",
8567 "smallvec",
8568]
8569
8570[[package]]
8571name = "kv-log-macro"
8572version = "1.0.7"
8573source = "registry+https://github.com/rust-lang/crates.io-index"
8574checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8575dependencies = [
8576 "log",
8577]
8578
8579[[package]]
8580name = "language"
8581version = "0.1.0"
8582dependencies = [
8583 "anyhow",
8584 "async-trait",
8585 "clock",
8586 "collections",
8587 "ctor",
8588 "diffy",
8589 "ec4rs",
8590 "fs",
8591 "futures 0.3.31",
8592 "fuzzy",
8593 "globset",
8594 "gpui",
8595 "http_client",
8596 "imara-diff",
8597 "indoc",
8598 "itertools 0.14.0",
8599 "log",
8600 "lsp",
8601 "parking_lot",
8602 "postage",
8603 "pretty_assertions",
8604 "rand 0.9.1",
8605 "regex",
8606 "rpc",
8607 "schemars 1.0.1",
8608 "serde",
8609 "serde_json",
8610 "settings",
8611 "shellexpand 2.1.2",
8612 "smallvec",
8613 "smol",
8614 "streaming-iterator",
8615 "strsim",
8616 "sum_tree",
8617 "task",
8618 "text",
8619 "theme",
8620 "toml 0.8.20",
8621 "tree-sitter",
8622 "tree-sitter-elixir",
8623 "tree-sitter-embedded-template",
8624 "tree-sitter-heex",
8625 "tree-sitter-html",
8626 "tree-sitter-json",
8627 "tree-sitter-md",
8628 "tree-sitter-python",
8629 "tree-sitter-ruby",
8630 "tree-sitter-rust",
8631 "tree-sitter-typescript",
8632 "unicase",
8633 "unindent",
8634 "util",
8635 "watch",
8636 "workspace-hack",
8637 "zlog",
8638]
8639
8640[[package]]
8641name = "language_extension"
8642version = "0.1.0"
8643dependencies = [
8644 "anyhow",
8645 "async-trait",
8646 "collections",
8647 "extension",
8648 "fs",
8649 "futures 0.3.31",
8650 "gpui",
8651 "language",
8652 "log",
8653 "lsp",
8654 "project",
8655 "serde",
8656 "serde_json",
8657 "util",
8658 "workspace-hack",
8659]
8660
8661[[package]]
8662name = "language_model"
8663version = "0.1.0"
8664dependencies = [
8665 "anthropic",
8666 "anyhow",
8667 "base64 0.22.1",
8668 "client",
8669 "cloud_api_types",
8670 "cloud_llm_client",
8671 "collections",
8672 "futures 0.3.31",
8673 "gpui",
8674 "http_client",
8675 "icons",
8676 "image",
8677 "log",
8678 "open_router",
8679 "parking_lot",
8680 "proto",
8681 "schemars 1.0.1",
8682 "serde",
8683 "serde_json",
8684 "settings",
8685 "smol",
8686 "telemetry_events",
8687 "thiserror 2.0.12",
8688 "util",
8689 "workspace-hack",
8690]
8691
8692[[package]]
8693name = "language_models"
8694version = "0.1.0"
8695dependencies = [
8696 "ai_onboarding",
8697 "anthropic",
8698 "anyhow",
8699 "aws-config",
8700 "aws-credential-types",
8701 "aws_http_client",
8702 "bedrock",
8703 "chrono",
8704 "client",
8705 "cloud_llm_client",
8706 "collections",
8707 "component",
8708 "convert_case 0.8.0",
8709 "copilot",
8710 "credentials_provider",
8711 "deepseek",
8712 "editor",
8713 "fs",
8714 "futures 0.3.31",
8715 "google_ai",
8716 "gpui",
8717 "gpui_tokio",
8718 "http_client",
8719 "language",
8720 "language_model",
8721 "lmstudio",
8722 "log",
8723 "menu",
8724 "mistral",
8725 "ollama",
8726 "open_ai",
8727 "open_router",
8728 "partial-json-fixer",
8729 "project",
8730 "release_channel",
8731 "schemars 1.0.1",
8732 "serde",
8733 "serde_json",
8734 "settings",
8735 "smol",
8736 "strum 0.27.1",
8737 "thiserror 2.0.12",
8738 "tiktoken-rs",
8739 "tokio",
8740 "ui",
8741 "ui_input",
8742 "util",
8743 "vercel",
8744 "workspace-hack",
8745 "x_ai",
8746 "zed_env_vars",
8747]
8748
8749[[package]]
8750name = "language_onboarding"
8751version = "0.1.0"
8752dependencies = [
8753 "db",
8754 "editor",
8755 "gpui",
8756 "project",
8757 "ui",
8758 "workspace",
8759 "workspace-hack",
8760]
8761
8762[[package]]
8763name = "language_selector"
8764version = "0.1.0"
8765dependencies = [
8766 "anyhow",
8767 "editor",
8768 "file_finder",
8769 "file_icons",
8770 "fuzzy",
8771 "gpui",
8772 "language",
8773 "picker",
8774 "project",
8775 "settings",
8776 "ui",
8777 "util",
8778 "workspace",
8779 "workspace-hack",
8780]
8781
8782[[package]]
8783name = "language_tools"
8784version = "0.1.0"
8785dependencies = [
8786 "anyhow",
8787 "client",
8788 "collections",
8789 "command_palette_hooks",
8790 "copilot",
8791 "editor",
8792 "futures 0.3.31",
8793 "gpui",
8794 "itertools 0.14.0",
8795 "language",
8796 "lsp",
8797 "project",
8798 "proto",
8799 "release_channel",
8800 "serde_json",
8801 "settings",
8802 "theme",
8803 "tree-sitter",
8804 "ui",
8805 "util",
8806 "workspace",
8807 "workspace-hack",
8808 "zed_actions",
8809 "zlog",
8810]
8811
8812[[package]]
8813name = "languages"
8814version = "0.1.0"
8815dependencies = [
8816 "anyhow",
8817 "async-compression",
8818 "async-fs",
8819 "async-tar",
8820 "async-trait",
8821 "chrono",
8822 "collections",
8823 "futures 0.3.31",
8824 "gpui",
8825 "http_client",
8826 "itertools 0.14.0",
8827 "json_schema_store",
8828 "language",
8829 "log",
8830 "lsp",
8831 "node_runtime",
8832 "parking_lot",
8833 "pet",
8834 "pet-conda",
8835 "pet-core",
8836 "pet-fs",
8837 "pet-poetry",
8838 "pet-reporter",
8839 "pet-virtualenv",
8840 "pretty_assertions",
8841 "project",
8842 "regex",
8843 "rope",
8844 "rust-embed",
8845 "serde",
8846 "serde_json",
8847 "serde_json_lenient",
8848 "settings",
8849 "sha2",
8850 "shlex",
8851 "smol",
8852 "task",
8853 "tempfile",
8854 "text",
8855 "theme",
8856 "toml 0.8.20",
8857 "tree-sitter",
8858 "tree-sitter-bash",
8859 "tree-sitter-c",
8860 "tree-sitter-cpp",
8861 "tree-sitter-css",
8862 "tree-sitter-diff",
8863 "tree-sitter-gitcommit",
8864 "tree-sitter-go",
8865 "tree-sitter-gomod",
8866 "tree-sitter-gowork",
8867 "tree-sitter-jsdoc",
8868 "tree-sitter-json",
8869 "tree-sitter-md",
8870 "tree-sitter-python",
8871 "tree-sitter-regex",
8872 "tree-sitter-rust",
8873 "tree-sitter-typescript",
8874 "tree-sitter-yaml",
8875 "unindent",
8876 "url",
8877 "util",
8878 "workspace",
8879 "workspace-hack",
8880]
8881
8882[[package]]
8883name = "lazy_static"
8884version = "1.5.0"
8885source = "registry+https://github.com/rust-lang/crates.io-index"
8886checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8887dependencies = [
8888 "spin",
8889]
8890
8891[[package]]
8892name = "lazycell"
8893version = "1.3.0"
8894source = "registry+https://github.com/rust-lang/crates.io-index"
8895checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8896
8897[[package]]
8898name = "leak"
8899version = "0.1.2"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8902
8903[[package]]
8904name = "leaky-cow"
8905version = "0.1.1"
8906source = "registry+https://github.com/rust-lang/crates.io-index"
8907checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8908dependencies = [
8909 "leak",
8910]
8911
8912[[package]]
8913name = "leb128"
8914version = "0.2.5"
8915source = "registry+https://github.com/rust-lang/crates.io-index"
8916checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8917
8918[[package]]
8919name = "leb128fmt"
8920version = "0.1.0"
8921source = "registry+https://github.com/rust-lang/crates.io-index"
8922checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8923
8924[[package]]
8925name = "lebe"
8926version = "0.5.2"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8929
8930[[package]]
8931name = "libc"
8932version = "0.2.172"
8933source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8935
8936[[package]]
8937name = "libdbus-sys"
8938version = "0.2.5"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8941dependencies = [
8942 "cc",
8943 "pkg-config",
8944]
8945
8946[[package]]
8947name = "libfuzzer-sys"
8948version = "0.4.9"
8949source = "registry+https://github.com/rust-lang/crates.io-index"
8950checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
8951dependencies = [
8952 "arbitrary",
8953 "cc",
8954]
8955
8956[[package]]
8957name = "libgit2-sys"
8958version = "0.18.1+1.9.0"
8959source = "registry+https://github.com/rust-lang/crates.io-index"
8960checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
8961dependencies = [
8962 "cc",
8963 "libc",
8964 "libz-sys",
8965 "pkg-config",
8966]
8967
8968[[package]]
8969name = "libloading"
8970version = "0.8.6"
8971source = "registry+https://github.com/rust-lang/crates.io-index"
8972checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
8973dependencies = [
8974 "cfg-if",
8975 "windows-targets 0.52.6",
8976]
8977
8978[[package]]
8979name = "libm"
8980version = "0.2.11"
8981source = "registry+https://github.com/rust-lang/crates.io-index"
8982checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
8983
8984[[package]]
8985name = "libmimalloc-sys"
8986version = "0.1.42"
8987source = "registry+https://github.com/rust-lang/crates.io-index"
8988checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
8989dependencies = [
8990 "cc",
8991 "libc",
8992]
8993
8994[[package]]
8995name = "libredox"
8996version = "0.1.3"
8997source = "registry+https://github.com/rust-lang/crates.io-index"
8998checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
8999dependencies = [
9000 "bitflags 2.9.0",
9001 "libc",
9002 "redox_syscall 0.5.11",
9003]
9004
9005[[package]]
9006name = "libsqlite3-sys"
9007version = "0.30.1"
9008source = "registry+https://github.com/rust-lang/crates.io-index"
9009checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9010dependencies = [
9011 "cc",
9012 "pkg-config",
9013 "vcpkg",
9014]
9015
9016[[package]]
9017name = "libwebrtc"
9018version = "0.3.10"
9019source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9020dependencies = [
9021 "cxx",
9022 "jni",
9023 "js-sys",
9024 "lazy_static",
9025 "livekit-protocol",
9026 "livekit-runtime",
9027 "log",
9028 "parking_lot",
9029 "serde",
9030 "serde_json",
9031 "thiserror 1.0.69",
9032 "tokio",
9033 "wasm-bindgen",
9034 "wasm-bindgen-futures",
9035 "web-sys",
9036 "webrtc-sys",
9037]
9038
9039[[package]]
9040name = "libz-sys"
9041version = "1.1.22"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9044dependencies = [
9045 "cc",
9046 "libc",
9047 "pkg-config",
9048 "vcpkg",
9049]
9050
9051[[package]]
9052name = "line_ending_selector"
9053version = "0.1.0"
9054dependencies = [
9055 "editor",
9056 "gpui",
9057 "language",
9058 "picker",
9059 "project",
9060 "ui",
9061 "util",
9062 "workspace",
9063 "workspace-hack",
9064]
9065
9066[[package]]
9067name = "link-cplusplus"
9068version = "1.0.10"
9069source = "registry+https://github.com/rust-lang/crates.io-index"
9070checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9071dependencies = [
9072 "cc",
9073]
9074
9075[[package]]
9076name = "linkify"
9077version = "0.10.0"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9080dependencies = [
9081 "memchr",
9082]
9083
9084[[package]]
9085name = "linux-raw-sys"
9086version = "0.4.15"
9087source = "registry+https://github.com/rust-lang/crates.io-index"
9088checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9089
9090[[package]]
9091name = "linux-raw-sys"
9092version = "0.9.4"
9093source = "registry+https://github.com/rust-lang/crates.io-index"
9094checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9095
9096[[package]]
9097name = "litemap"
9098version = "0.7.5"
9099source = "registry+https://github.com/rust-lang/crates.io-index"
9100checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9101
9102[[package]]
9103name = "livekit"
9104version = "0.7.8"
9105source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9106dependencies = [
9107 "chrono",
9108 "futures-util",
9109 "lazy_static",
9110 "libloading",
9111 "libwebrtc",
9112 "livekit-api",
9113 "livekit-protocol",
9114 "livekit-runtime",
9115 "log",
9116 "parking_lot",
9117 "prost 0.12.6",
9118 "semver",
9119 "serde",
9120 "serde_json",
9121 "thiserror 1.0.69",
9122 "tokio",
9123]
9124
9125[[package]]
9126name = "livekit-api"
9127version = "0.4.2"
9128source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9129dependencies = [
9130 "futures-util",
9131 "http 0.2.12",
9132 "livekit-protocol",
9133 "livekit-runtime",
9134 "log",
9135 "parking_lot",
9136 "pbjson-types",
9137 "prost 0.12.6",
9138 "rand 0.9.1",
9139 "reqwest 0.11.27",
9140 "scopeguard",
9141 "serde",
9142 "sha2",
9143 "thiserror 1.0.69",
9144 "tokio",
9145 "tokio-tungstenite 0.26.2",
9146 "url",
9147]
9148
9149[[package]]
9150name = "livekit-protocol"
9151version = "0.3.9"
9152source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9153dependencies = [
9154 "futures-util",
9155 "livekit-runtime",
9156 "parking_lot",
9157 "pbjson",
9158 "pbjson-types",
9159 "prost 0.12.6",
9160 "prost-types 0.12.6",
9161 "serde",
9162 "thiserror 1.0.69",
9163 "tokio",
9164]
9165
9166[[package]]
9167name = "livekit-runtime"
9168version = "0.4.0"
9169source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9170dependencies = [
9171 "tokio",
9172 "tokio-stream",
9173]
9174
9175[[package]]
9176name = "livekit_api"
9177version = "0.1.0"
9178dependencies = [
9179 "anyhow",
9180 "async-trait",
9181 "jsonwebtoken",
9182 "log",
9183 "prost 0.9.0",
9184 "prost-build 0.9.0",
9185 "prost-types 0.9.0",
9186 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9187 "serde",
9188 "workspace-hack",
9189]
9190
9191[[package]]
9192name = "livekit_client"
9193version = "0.1.0"
9194dependencies = [
9195 "anyhow",
9196 "async-trait",
9197 "audio",
9198 "collections",
9199 "core-foundation 0.10.0",
9200 "core-video",
9201 "coreaudio-rs 0.12.1",
9202 "cpal",
9203 "futures 0.3.31",
9204 "gpui",
9205 "gpui_tokio",
9206 "http_client_tls",
9207 "image",
9208 "libwebrtc",
9209 "livekit",
9210 "livekit_api",
9211 "log",
9212 "nanoid",
9213 "objc",
9214 "parking_lot",
9215 "postage",
9216 "rodio",
9217 "scap",
9218 "serde",
9219 "serde_json",
9220 "serde_urlencoded",
9221 "settings",
9222 "sha2",
9223 "simplelog",
9224 "smallvec",
9225 "tokio-tungstenite 0.26.2",
9226 "ui",
9227 "util",
9228 "workspace-hack",
9229]
9230
9231[[package]]
9232name = "lmdb-master-sys"
9233version = "0.2.5"
9234source = "registry+https://github.com/rust-lang/crates.io-index"
9235checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9236dependencies = [
9237 "cc",
9238 "doxygen-rs",
9239 "libc",
9240]
9241
9242[[package]]
9243name = "lmstudio"
9244version = "0.1.0"
9245dependencies = [
9246 "anyhow",
9247 "futures 0.3.31",
9248 "http_client",
9249 "schemars 1.0.1",
9250 "serde",
9251 "serde_json",
9252 "workspace-hack",
9253]
9254
9255[[package]]
9256name = "lock_api"
9257version = "0.4.13"
9258source = "registry+https://github.com/rust-lang/crates.io-index"
9259checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9260dependencies = [
9261 "autocfg",
9262 "scopeguard",
9263]
9264
9265[[package]]
9266name = "log"
9267version = "0.4.27"
9268source = "registry+https://github.com/rust-lang/crates.io-index"
9269checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9270dependencies = [
9271 "serde",
9272 "value-bag",
9273]
9274
9275[[package]]
9276name = "loom"
9277version = "0.7.2"
9278source = "registry+https://github.com/rust-lang/crates.io-index"
9279checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9280dependencies = [
9281 "cfg-if",
9282 "generator",
9283 "scoped-tls",
9284 "tracing",
9285 "tracing-subscriber",
9286]
9287
9288[[package]]
9289name = "loop9"
9290version = "0.1.5"
9291source = "registry+https://github.com/rust-lang/crates.io-index"
9292checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9293dependencies = [
9294 "imgref",
9295]
9296
9297[[package]]
9298name = "lru"
9299version = "0.12.5"
9300source = "registry+https://github.com/rust-lang/crates.io-index"
9301checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9302dependencies = [
9303 "hashbrown 0.15.3",
9304]
9305
9306[[package]]
9307name = "lsp"
9308version = "0.1.0"
9309dependencies = [
9310 "anyhow",
9311 "async-pipe",
9312 "collections",
9313 "ctor",
9314 "futures 0.3.31",
9315 "gpui",
9316 "log",
9317 "lsp-types",
9318 "parking_lot",
9319 "postage",
9320 "release_channel",
9321 "schemars 1.0.1",
9322 "serde",
9323 "serde_json",
9324 "smol",
9325 "util",
9326 "workspace-hack",
9327 "zlog",
9328]
9329
9330[[package]]
9331name = "lsp-types"
9332version = "0.95.1"
9333source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9334dependencies = [
9335 "bitflags 1.3.2",
9336 "serde",
9337 "serde_json",
9338 "url",
9339]
9340
9341[[package]]
9342name = "lyon"
9343version = "1.0.1"
9344source = "registry+https://github.com/rust-lang/crates.io-index"
9345checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9346dependencies = [
9347 "lyon_algorithms",
9348 "lyon_extra",
9349 "lyon_tessellation",
9350]
9351
9352[[package]]
9353name = "lyon_algorithms"
9354version = "1.0.5"
9355source = "registry+https://github.com/rust-lang/crates.io-index"
9356checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9357dependencies = [
9358 "lyon_path",
9359 "num-traits",
9360]
9361
9362[[package]]
9363name = "lyon_extra"
9364version = "1.0.3"
9365source = "registry+https://github.com/rust-lang/crates.io-index"
9366checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9367dependencies = [
9368 "lyon_path",
9369 "thiserror 1.0.69",
9370]
9371
9372[[package]]
9373name = "lyon_geom"
9374version = "1.0.6"
9375source = "registry+https://github.com/rust-lang/crates.io-index"
9376checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9377dependencies = [
9378 "arrayvec",
9379 "euclid",
9380 "num-traits",
9381]
9382
9383[[package]]
9384name = "lyon_path"
9385version = "1.0.7"
9386source = "registry+https://github.com/rust-lang/crates.io-index"
9387checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9388dependencies = [
9389 "lyon_geom",
9390 "num-traits",
9391]
9392
9393[[package]]
9394name = "lyon_tessellation"
9395version = "1.0.15"
9396source = "registry+https://github.com/rust-lang/crates.io-index"
9397checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9398dependencies = [
9399 "float_next_after",
9400 "lyon_path",
9401 "num-traits",
9402]
9403
9404[[package]]
9405name = "mac"
9406version = "0.1.1"
9407source = "registry+https://github.com/rust-lang/crates.io-index"
9408checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9409
9410[[package]]
9411name = "mach2"
9412version = "0.4.2"
9413source = "registry+https://github.com/rust-lang/crates.io-index"
9414checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9415dependencies = [
9416 "libc",
9417]
9418
9419[[package]]
9420name = "mach2"
9421version = "0.5.0"
9422source = "registry+https://github.com/rust-lang/crates.io-index"
9423checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9424dependencies = [
9425 "libc",
9426]
9427
9428[[package]]
9429name = "malloc_buf"
9430version = "0.0.6"
9431source = "registry+https://github.com/rust-lang/crates.io-index"
9432checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9433dependencies = [
9434 "libc",
9435]
9436
9437[[package]]
9438name = "maplit"
9439version = "1.0.2"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9442
9443[[package]]
9444name = "markdown"
9445version = "0.1.0"
9446dependencies = [
9447 "assets",
9448 "base64 0.22.1",
9449 "collections",
9450 "env_logger 0.11.8",
9451 "fs",
9452 "futures 0.3.31",
9453 "gpui",
9454 "language",
9455 "languages",
9456 "linkify",
9457 "log",
9458 "node_runtime",
9459 "pulldown-cmark 0.12.2",
9460 "settings",
9461 "sum_tree",
9462 "theme",
9463 "ui",
9464 "util",
9465 "workspace-hack",
9466]
9467
9468[[package]]
9469name = "markdown_preview"
9470version = "0.1.0"
9471dependencies = [
9472 "anyhow",
9473 "async-recursion",
9474 "collections",
9475 "editor",
9476 "fs",
9477 "gpui",
9478 "html5ever 0.27.0",
9479 "language",
9480 "linkify",
9481 "log",
9482 "markup5ever_rcdom",
9483 "pretty_assertions",
9484 "pulldown-cmark 0.12.2",
9485 "settings",
9486 "theme",
9487 "ui",
9488 "util",
9489 "workspace",
9490 "workspace-hack",
9491]
9492
9493[[package]]
9494name = "markup5ever"
9495version = "0.12.1"
9496source = "registry+https://github.com/rust-lang/crates.io-index"
9497checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9498dependencies = [
9499 "log",
9500 "phf",
9501 "phf_codegen",
9502 "string_cache",
9503 "string_cache_codegen",
9504 "tendril",
9505]
9506
9507[[package]]
9508name = "markup5ever"
9509version = "0.16.1"
9510source = "registry+https://github.com/rust-lang/crates.io-index"
9511checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9512dependencies = [
9513 "log",
9514 "tendril",
9515 "web_atoms",
9516]
9517
9518[[package]]
9519name = "markup5ever_rcdom"
9520version = "0.3.0"
9521source = "registry+https://github.com/rust-lang/crates.io-index"
9522checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9523dependencies = [
9524 "html5ever 0.27.0",
9525 "markup5ever 0.12.1",
9526 "tendril",
9527 "xml5ever",
9528]
9529
9530[[package]]
9531name = "match_token"
9532version = "0.1.0"
9533source = "registry+https://github.com/rust-lang/crates.io-index"
9534checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9535dependencies = [
9536 "proc-macro2",
9537 "quote",
9538 "syn 2.0.101",
9539]
9540
9541[[package]]
9542name = "matchers"
9543version = "0.2.0"
9544source = "registry+https://github.com/rust-lang/crates.io-index"
9545checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9546dependencies = [
9547 "regex-automata",
9548]
9549
9550[[package]]
9551name = "matchit"
9552version = "0.7.3"
9553source = "registry+https://github.com/rust-lang/crates.io-index"
9554checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9555
9556[[package]]
9557name = "maybe-owned"
9558version = "0.3.4"
9559source = "registry+https://github.com/rust-lang/crates.io-index"
9560checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9561
9562[[package]]
9563name = "maybe-rayon"
9564version = "0.1.1"
9565source = "registry+https://github.com/rust-lang/crates.io-index"
9566checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9567dependencies = [
9568 "cfg-if",
9569 "rayon",
9570]
9571
9572[[package]]
9573name = "md-5"
9574version = "0.10.6"
9575source = "registry+https://github.com/rust-lang/crates.io-index"
9576checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9577dependencies = [
9578 "cfg-if",
9579 "digest",
9580]
9581
9582[[package]]
9583name = "mdbook"
9584version = "0.4.40"
9585source = "registry+https://github.com/rust-lang/crates.io-index"
9586checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9587dependencies = [
9588 "ammonia",
9589 "anyhow",
9590 "chrono",
9591 "clap",
9592 "clap_complete",
9593 "elasticlunr-rs",
9594 "env_logger 0.11.8",
9595 "futures-util",
9596 "handlebars 5.1.2",
9597 "ignore",
9598 "log",
9599 "memchr",
9600 "notify 6.1.1",
9601 "notify-debouncer-mini",
9602 "once_cell",
9603 "opener",
9604 "pathdiff",
9605 "pulldown-cmark 0.10.3",
9606 "regex",
9607 "serde",
9608 "serde_json",
9609 "shlex",
9610 "tempfile",
9611 "tokio",
9612 "toml 0.5.11",
9613 "topological-sort",
9614 "walkdir",
9615 "warp",
9616]
9617
9618[[package]]
9619name = "media"
9620version = "0.1.0"
9621dependencies = [
9622 "anyhow",
9623 "bindgen 0.71.1",
9624 "core-foundation 0.10.0",
9625 "core-video",
9626 "ctor",
9627 "foreign-types 0.5.0",
9628 "metal",
9629 "objc",
9630 "workspace-hack",
9631]
9632
9633[[package]]
9634name = "memchr"
9635version = "2.7.4"
9636source = "registry+https://github.com/rust-lang/crates.io-index"
9637checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9638
9639[[package]]
9640name = "memfd"
9641version = "0.6.4"
9642source = "registry+https://github.com/rust-lang/crates.io-index"
9643checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9644dependencies = [
9645 "rustix 0.38.44",
9646]
9647
9648[[package]]
9649name = "memmap2"
9650version = "0.9.5"
9651source = "registry+https://github.com/rust-lang/crates.io-index"
9652checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9653dependencies = [
9654 "libc",
9655 "stable_deref_trait",
9656]
9657
9658[[package]]
9659name = "memoffset"
9660version = "0.9.1"
9661source = "registry+https://github.com/rust-lang/crates.io-index"
9662checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9663dependencies = [
9664 "autocfg",
9665]
9666
9667[[package]]
9668name = "menu"
9669version = "0.1.0"
9670dependencies = [
9671 "gpui",
9672 "workspace-hack",
9673]
9674
9675[[package]]
9676name = "metal"
9677version = "0.29.0"
9678source = "registry+https://github.com/rust-lang/crates.io-index"
9679checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9680dependencies = [
9681 "bitflags 2.9.0",
9682 "block",
9683 "core-graphics-types 0.1.3",
9684 "foreign-types 0.5.0",
9685 "log",
9686 "objc",
9687 "paste",
9688]
9689
9690[[package]]
9691name = "migrator"
9692version = "0.1.0"
9693dependencies = [
9694 "anyhow",
9695 "collections",
9696 "convert_case 0.8.0",
9697 "log",
9698 "pretty_assertions",
9699 "streaming-iterator",
9700 "tree-sitter",
9701 "tree-sitter-json",
9702 "workspace-hack",
9703]
9704
9705[[package]]
9706name = "mimalloc"
9707version = "0.1.46"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9710dependencies = [
9711 "libmimalloc-sys",
9712]
9713
9714[[package]]
9715name = "mime"
9716version = "0.3.17"
9717source = "registry+https://github.com/rust-lang/crates.io-index"
9718checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9719
9720[[package]]
9721name = "mime_guess"
9722version = "2.0.5"
9723source = "registry+https://github.com/rust-lang/crates.io-index"
9724checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9725dependencies = [
9726 "mime",
9727 "unicase",
9728]
9729
9730[[package]]
9731name = "minidump-common"
9732version = "0.21.2"
9733source = "registry+https://github.com/rust-lang/crates.io-index"
9734checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9735dependencies = [
9736 "bitflags 2.9.0",
9737 "debugid",
9738 "num-derive",
9739 "num-traits",
9740 "range-map",
9741 "scroll",
9742 "smart-default",
9743]
9744
9745[[package]]
9746name = "minidump-writer"
9747version = "0.8.9"
9748source = "registry+https://github.com/rust-lang/crates.io-index"
9749checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9750dependencies = [
9751 "bitflags 2.9.0",
9752 "byteorder",
9753 "cfg-if",
9754 "crash-context",
9755 "goblin",
9756 "libc",
9757 "log",
9758 "mach2 0.4.2",
9759 "memmap2",
9760 "memoffset",
9761 "minidump-common",
9762 "nix 0.28.0",
9763 "procfs-core",
9764 "scroll",
9765 "tempfile",
9766 "thiserror 1.0.69",
9767]
9768
9769[[package]]
9770name = "minidumper"
9771version = "0.8.3"
9772source = "registry+https://github.com/rust-lang/crates.io-index"
9773checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9774dependencies = [
9775 "cfg-if",
9776 "crash-context",
9777 "libc",
9778 "log",
9779 "minidump-writer",
9780 "parking_lot",
9781 "polling",
9782 "scroll",
9783 "thiserror 1.0.69",
9784 "uds",
9785]
9786
9787[[package]]
9788name = "minimal-lexical"
9789version = "0.2.1"
9790source = "registry+https://github.com/rust-lang/crates.io-index"
9791checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9792
9793[[package]]
9794name = "miniz_oxide"
9795version = "0.8.8"
9796source = "registry+https://github.com/rust-lang/crates.io-index"
9797checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9798dependencies = [
9799 "adler2",
9800 "simd-adler32",
9801]
9802
9803[[package]]
9804name = "mint"
9805version = "0.5.9"
9806source = "registry+https://github.com/rust-lang/crates.io-index"
9807checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9808
9809[[package]]
9810name = "mio"
9811version = "0.8.11"
9812source = "registry+https://github.com/rust-lang/crates.io-index"
9813checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9814dependencies = [
9815 "libc",
9816 "log",
9817 "wasi 0.11.0+wasi-snapshot-preview1",
9818 "windows-sys 0.48.0",
9819]
9820
9821[[package]]
9822name = "mio"
9823version = "1.0.3"
9824source = "registry+https://github.com/rust-lang/crates.io-index"
9825checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9826dependencies = [
9827 "libc",
9828 "log",
9829 "wasi 0.11.0+wasi-snapshot-preview1",
9830 "windows-sys 0.52.0",
9831]
9832
9833[[package]]
9834name = "miow"
9835version = "0.6.0"
9836source = "registry+https://github.com/rust-lang/crates.io-index"
9837checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9838dependencies = [
9839 "windows-sys 0.48.0",
9840]
9841
9842[[package]]
9843name = "mistral"
9844version = "0.1.0"
9845dependencies = [
9846 "anyhow",
9847 "futures 0.3.31",
9848 "http_client",
9849 "schemars 1.0.1",
9850 "serde",
9851 "serde_json",
9852 "strum 0.27.1",
9853 "workspace-hack",
9854]
9855
9856[[package]]
9857name = "moka"
9858version = "0.12.10"
9859source = "registry+https://github.com/rust-lang/crates.io-index"
9860checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9861dependencies = [
9862 "crossbeam-channel",
9863 "crossbeam-epoch",
9864 "crossbeam-utils",
9865 "loom",
9866 "parking_lot",
9867 "portable-atomic",
9868 "rustc_version",
9869 "smallvec",
9870 "tagptr",
9871 "thiserror 1.0.69",
9872 "uuid",
9873]
9874
9875[[package]]
9876name = "msvc_spectre_libs"
9877version = "0.1.3"
9878source = "registry+https://github.com/rust-lang/crates.io-index"
9879checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9880dependencies = [
9881 "cc",
9882]
9883
9884[[package]]
9885name = "multi_buffer"
9886version = "0.1.0"
9887dependencies = [
9888 "anyhow",
9889 "buffer_diff",
9890 "clock",
9891 "collections",
9892 "ctor",
9893 "gpui",
9894 "indoc",
9895 "itertools 0.14.0",
9896 "language",
9897 "log",
9898 "parking_lot",
9899 "pretty_assertions",
9900 "project",
9901 "rand 0.9.1",
9902 "rope",
9903 "serde",
9904 "settings",
9905 "smallvec",
9906 "smol",
9907 "sum_tree",
9908 "text",
9909 "theme",
9910 "tree-sitter",
9911 "util",
9912 "workspace-hack",
9913 "zlog",
9914]
9915
9916[[package]]
9917name = "multimap"
9918version = "0.8.3"
9919source = "registry+https://github.com/rust-lang/crates.io-index"
9920checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9921
9922[[package]]
9923name = "naga"
9924version = "25.0.1"
9925source = "registry+https://github.com/rust-lang/crates.io-index"
9926checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9927dependencies = [
9928 "arrayvec",
9929 "bit-set 0.8.0",
9930 "bitflags 2.9.0",
9931 "cfg_aliases 0.2.1",
9932 "codespan-reporting 0.12.0",
9933 "half",
9934 "hashbrown 0.15.3",
9935 "hexf-parse",
9936 "indexmap 2.9.0",
9937 "log",
9938 "num-traits",
9939 "once_cell",
9940 "rustc-hash 1.1.0",
9941 "spirv",
9942 "strum 0.26.3",
9943 "thiserror 2.0.12",
9944 "unicode-ident",
9945]
9946
9947[[package]]
9948name = "nanoid"
9949version = "0.4.0"
9950source = "registry+https://github.com/rust-lang/crates.io-index"
9951checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9952dependencies = [
9953 "rand 0.8.5",
9954]
9955
9956[[package]]
9957name = "nanorand"
9958version = "0.7.0"
9959source = "registry+https://github.com/rust-lang/crates.io-index"
9960checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9961dependencies = [
9962 "getrandom 0.2.15",
9963]
9964
9965[[package]]
9966name = "native-tls"
9967version = "0.2.14"
9968source = "registry+https://github.com/rust-lang/crates.io-index"
9969checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9970dependencies = [
9971 "libc",
9972 "log",
9973 "openssl",
9974 "openssl-probe",
9975 "openssl-sys",
9976 "schannel",
9977 "security-framework 2.11.1",
9978 "security-framework-sys",
9979 "tempfile",
9980]
9981
9982[[package]]
9983name = "nbformat"
9984version = "0.10.0"
9985source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9986dependencies = [
9987 "anyhow",
9988 "chrono",
9989 "jupyter-protocol",
9990 "serde",
9991 "serde_json",
9992 "thiserror 1.0.69",
9993 "uuid",
9994]
9995
9996[[package]]
9997name = "nc"
9998version = "0.1.0"
9999dependencies = [
10000 "anyhow",
10001 "futures 0.3.31",
10002 "net",
10003 "smol",
10004 "workspace-hack",
10005]
10006
10007[[package]]
10008name = "ndk"
10009version = "0.9.0"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10012dependencies = [
10013 "bitflags 2.9.0",
10014 "jni-sys",
10015 "log",
10016 "ndk-sys",
10017 "num_enum",
10018 "thiserror 1.0.69",
10019]
10020
10021[[package]]
10022name = "ndk-context"
10023version = "0.1.1"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10026
10027[[package]]
10028name = "ndk-sys"
10029version = "0.6.0+11769913"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10032dependencies = [
10033 "jni-sys",
10034]
10035
10036[[package]]
10037name = "net"
10038version = "0.1.0"
10039dependencies = [
10040 "anyhow",
10041 "async-io",
10042 "smol",
10043 "tempfile",
10044 "windows 0.61.1",
10045 "workspace-hack",
10046]
10047
10048[[package]]
10049name = "new_debug_unreachable"
10050version = "1.0.6"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10053
10054[[package]]
10055name = "nix"
10056version = "0.28.0"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10059dependencies = [
10060 "bitflags 2.9.0",
10061 "cfg-if",
10062 "cfg_aliases 0.1.1",
10063 "libc",
10064]
10065
10066[[package]]
10067name = "nix"
10068version = "0.29.0"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10071dependencies = [
10072 "bitflags 2.9.0",
10073 "cfg-if",
10074 "cfg_aliases 0.2.1",
10075 "libc",
10076]
10077
10078[[package]]
10079name = "nix"
10080version = "0.30.1"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10083dependencies = [
10084 "bitflags 2.9.0",
10085 "cfg-if",
10086 "cfg_aliases 0.2.1",
10087 "libc",
10088 "memoffset",
10089]
10090
10091[[package]]
10092name = "node_runtime"
10093version = "0.1.0"
10094dependencies = [
10095 "anyhow",
10096 "async-compression",
10097 "async-std",
10098 "async-tar",
10099 "async-trait",
10100 "futures 0.3.31",
10101 "http_client",
10102 "log",
10103 "paths",
10104 "semver",
10105 "serde",
10106 "serde_json",
10107 "smol",
10108 "util",
10109 "watch",
10110 "which 6.0.3",
10111 "workspace-hack",
10112]
10113
10114[[package]]
10115name = "nom"
10116version = "7.1.3"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10119dependencies = [
10120 "memchr",
10121 "minimal-lexical",
10122]
10123
10124[[package]]
10125name = "nom"
10126version = "8.0.0"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10129dependencies = [
10130 "memchr",
10131]
10132
10133[[package]]
10134name = "noop_proc_macro"
10135version = "0.3.0"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10138
10139[[package]]
10140name = "normpath"
10141version = "1.3.0"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10144dependencies = [
10145 "windows-sys 0.59.0",
10146]
10147
10148[[package]]
10149name = "notifications"
10150version = "0.1.0"
10151dependencies = [
10152 "anyhow",
10153 "channel",
10154 "client",
10155 "collections",
10156 "component",
10157 "db",
10158 "gpui",
10159 "rpc",
10160 "settings",
10161 "sum_tree",
10162 "time",
10163 "ui",
10164 "util",
10165 "workspace",
10166 "workspace-hack",
10167 "zed_actions",
10168]
10169
10170[[package]]
10171name = "notify"
10172version = "6.1.1"
10173source = "registry+https://github.com/rust-lang/crates.io-index"
10174checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10175dependencies = [
10176 "bitflags 2.9.0",
10177 "crossbeam-channel",
10178 "filetime",
10179 "fsevent-sys 4.1.0",
10180 "inotify 0.9.6",
10181 "kqueue",
10182 "libc",
10183 "log",
10184 "mio 0.8.11",
10185 "walkdir",
10186 "windows-sys 0.48.0",
10187]
10188
10189[[package]]
10190name = "notify"
10191version = "8.0.0"
10192source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10193dependencies = [
10194 "bitflags 2.9.0",
10195 "filetime",
10196 "fsevent-sys 4.1.0",
10197 "inotify 0.11.0",
10198 "kqueue",
10199 "libc",
10200 "log",
10201 "mio 1.0.3",
10202 "notify-types",
10203 "walkdir",
10204 "windows-sys 0.59.0",
10205]
10206
10207[[package]]
10208name = "notify-debouncer-mini"
10209version = "0.4.1"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10212dependencies = [
10213 "crossbeam-channel",
10214 "log",
10215 "notify 6.1.1",
10216]
10217
10218[[package]]
10219name = "notify-types"
10220version = "2.0.0"
10221source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10222
10223[[package]]
10224name = "ntapi"
10225version = "0.4.1"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10228dependencies = [
10229 "winapi",
10230]
10231
10232[[package]]
10233name = "nu-ansi-term"
10234version = "0.50.1"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10237dependencies = [
10238 "windows-sys 0.52.0",
10239]
10240
10241[[package]]
10242name = "num"
10243version = "0.4.3"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10246dependencies = [
10247 "num-bigint",
10248 "num-complex",
10249 "num-integer",
10250 "num-iter",
10251 "num-rational",
10252 "num-traits",
10253]
10254
10255[[package]]
10256name = "num-bigint"
10257version = "0.4.6"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10260dependencies = [
10261 "num-integer",
10262 "num-traits",
10263]
10264
10265[[package]]
10266name = "num-bigint-dig"
10267version = "0.8.4"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10270dependencies = [
10271 "byteorder",
10272 "lazy_static",
10273 "libm",
10274 "num-integer",
10275 "num-iter",
10276 "num-traits",
10277 "rand 0.8.5",
10278 "serde",
10279 "smallvec",
10280 "zeroize",
10281]
10282
10283[[package]]
10284name = "num-cmp"
10285version = "0.1.0"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10288
10289[[package]]
10290name = "num-complex"
10291version = "0.4.6"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10294dependencies = [
10295 "bytemuck",
10296 "num-traits",
10297]
10298
10299[[package]]
10300name = "num-conv"
10301version = "0.1.0"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10304
10305[[package]]
10306name = "num-derive"
10307version = "0.4.2"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10310dependencies = [
10311 "proc-macro2",
10312 "quote",
10313 "syn 2.0.101",
10314]
10315
10316[[package]]
10317name = "num-format"
10318version = "0.4.4"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10321dependencies = [
10322 "arrayvec",
10323 "itoa",
10324]
10325
10326[[package]]
10327name = "num-integer"
10328version = "0.1.46"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10331dependencies = [
10332 "num-traits",
10333]
10334
10335[[package]]
10336name = "num-iter"
10337version = "0.1.45"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10340dependencies = [
10341 "autocfg",
10342 "num-integer",
10343 "num-traits",
10344]
10345
10346[[package]]
10347name = "num-rational"
10348version = "0.4.2"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10351dependencies = [
10352 "num-bigint",
10353 "num-integer",
10354 "num-traits",
10355]
10356
10357[[package]]
10358name = "num-traits"
10359version = "0.2.19"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10362dependencies = [
10363 "autocfg",
10364 "libm",
10365]
10366
10367[[package]]
10368name = "num_cpus"
10369version = "1.16.0"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10372dependencies = [
10373 "hermit-abi 0.3.9",
10374 "libc",
10375]
10376
10377[[package]]
10378name = "num_enum"
10379version = "0.7.3"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10382dependencies = [
10383 "num_enum_derive",
10384]
10385
10386[[package]]
10387name = "num_enum_derive"
10388version = "0.7.3"
10389source = "registry+https://github.com/rust-lang/crates.io-index"
10390checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10391dependencies = [
10392 "proc-macro-crate",
10393 "proc-macro2",
10394 "quote",
10395 "syn 2.0.101",
10396]
10397
10398[[package]]
10399name = "num_threads"
10400version = "0.1.7"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10403dependencies = [
10404 "libc",
10405]
10406
10407[[package]]
10408name = "nvim-rs"
10409version = "0.9.2"
10410source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10411dependencies = [
10412 "async-trait",
10413 "futures 0.3.31",
10414 "log",
10415 "rmp",
10416 "rmpv",
10417 "tokio",
10418 "tokio-util",
10419]
10420
10421[[package]]
10422name = "objc"
10423version = "0.2.7"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10426dependencies = [
10427 "malloc_buf",
10428 "objc_exception",
10429]
10430
10431[[package]]
10432name = "objc-foundation"
10433version = "0.1.1"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10436dependencies = [
10437 "block",
10438 "objc",
10439 "objc_id",
10440]
10441
10442[[package]]
10443name = "objc2"
10444version = "0.6.1"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10447dependencies = [
10448 "objc2-encode",
10449]
10450
10451[[package]]
10452name = "objc2-app-kit"
10453version = "0.3.1"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10456dependencies = [
10457 "bitflags 2.9.0",
10458 "objc2",
10459 "objc2-core-foundation",
10460 "objc2-foundation",
10461 "objc2-quartz-core",
10462]
10463
10464[[package]]
10465name = "objc2-audio-toolbox"
10466version = "0.3.1"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10469dependencies = [
10470 "bitflags 2.9.0",
10471 "libc",
10472 "objc2",
10473 "objc2-core-audio",
10474 "objc2-core-audio-types",
10475 "objc2-core-foundation",
10476 "objc2-foundation",
10477]
10478
10479[[package]]
10480name = "objc2-core-audio"
10481version = "0.3.1"
10482source = "registry+https://github.com/rust-lang/crates.io-index"
10483checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10484dependencies = [
10485 "dispatch2",
10486 "objc2",
10487 "objc2-core-audio-types",
10488 "objc2-core-foundation",
10489]
10490
10491[[package]]
10492name = "objc2-core-audio-types"
10493version = "0.3.1"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10496dependencies = [
10497 "bitflags 2.9.0",
10498 "objc2",
10499]
10500
10501[[package]]
10502name = "objc2-core-foundation"
10503version = "0.3.1"
10504source = "registry+https://github.com/rust-lang/crates.io-index"
10505checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10506dependencies = [
10507 "bitflags 2.9.0",
10508 "dispatch2",
10509 "objc2",
10510]
10511
10512[[package]]
10513name = "objc2-encode"
10514version = "4.1.0"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10517
10518[[package]]
10519name = "objc2-foundation"
10520version = "0.3.1"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10523dependencies = [
10524 "bitflags 2.9.0",
10525 "objc2",
10526 "objc2-core-foundation",
10527]
10528
10529[[package]]
10530name = "objc2-metal"
10531version = "0.3.1"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10534dependencies = [
10535 "bitflags 2.9.0",
10536 "block2",
10537 "dispatch2",
10538 "objc2",
10539 "objc2-core-foundation",
10540 "objc2-foundation",
10541]
10542
10543[[package]]
10544name = "objc2-quartz-core"
10545version = "0.3.1"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10548dependencies = [
10549 "bitflags 2.9.0",
10550 "objc2",
10551 "objc2-core-foundation",
10552 "objc2-foundation",
10553 "objc2-metal",
10554]
10555
10556[[package]]
10557name = "objc2-ui-kit"
10558version = "0.3.1"
10559source = "registry+https://github.com/rust-lang/crates.io-index"
10560checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10561dependencies = [
10562 "bitflags 2.9.0",
10563 "objc2",
10564 "objc2-core-foundation",
10565 "objc2-foundation",
10566 "objc2-quartz-core",
10567]
10568
10569[[package]]
10570name = "objc_exception"
10571version = "0.1.2"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10574dependencies = [
10575 "cc",
10576]
10577
10578[[package]]
10579name = "objc_id"
10580version = "0.1.1"
10581source = "registry+https://github.com/rust-lang/crates.io-index"
10582checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10583dependencies = [
10584 "objc",
10585]
10586
10587[[package]]
10588name = "object"
10589version = "0.36.7"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10592dependencies = [
10593 "crc32fast",
10594 "hashbrown 0.15.3",
10595 "indexmap 2.9.0",
10596 "memchr",
10597]
10598
10599[[package]]
10600name = "ollama"
10601version = "0.1.0"
10602dependencies = [
10603 "anyhow",
10604 "futures 0.3.31",
10605 "http_client",
10606 "schemars 1.0.1",
10607 "serde",
10608 "serde_json",
10609 "settings",
10610 "workspace-hack",
10611]
10612
10613[[package]]
10614name = "onboarding"
10615version = "0.1.0"
10616dependencies = [
10617 "ai_onboarding",
10618 "anyhow",
10619 "client",
10620 "component",
10621 "db",
10622 "documented",
10623 "editor",
10624 "fs",
10625 "fuzzy",
10626 "git",
10627 "gpui",
10628 "itertools 0.14.0",
10629 "language",
10630 "language_model",
10631 "menu",
10632 "notifications",
10633 "picker",
10634 "project",
10635 "schemars 1.0.1",
10636 "serde",
10637 "settings",
10638 "telemetry",
10639 "theme",
10640 "ui",
10641 "util",
10642 "vim_mode_setting",
10643 "workspace",
10644 "workspace-hack",
10645 "zed_actions",
10646 "zlog",
10647]
10648
10649[[package]]
10650name = "once_cell"
10651version = "1.21.3"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10654
10655[[package]]
10656name = "oo7"
10657version = "0.5.0"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10660dependencies = [
10661 "aes",
10662 "ashpd 0.12.0",
10663 "async-fs",
10664 "async-io",
10665 "async-lock",
10666 "blocking",
10667 "cbc",
10668 "cipher",
10669 "digest",
10670 "endi",
10671 "futures-lite 2.6.0",
10672 "futures-util",
10673 "getrandom 0.3.2",
10674 "hkdf",
10675 "hmac",
10676 "md-5",
10677 "num",
10678 "num-bigint-dig",
10679 "pbkdf2 0.12.2",
10680 "rand 0.9.1",
10681 "serde",
10682 "sha2",
10683 "subtle",
10684 "zbus",
10685 "zbus_macros",
10686 "zeroize",
10687 "zvariant",
10688]
10689
10690[[package]]
10691name = "oorandom"
10692version = "11.1.5"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10695
10696[[package]]
10697name = "open"
10698version = "5.3.2"
10699source = "registry+https://github.com/rust-lang/crates.io-index"
10700checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10701dependencies = [
10702 "is-wsl",
10703 "libc",
10704 "pathdiff",
10705]
10706
10707[[package]]
10708name = "open_ai"
10709version = "0.1.0"
10710dependencies = [
10711 "anyhow",
10712 "futures 0.3.31",
10713 "http_client",
10714 "log",
10715 "schemars 1.0.1",
10716 "serde",
10717 "serde_json",
10718 "settings",
10719 "strum 0.27.1",
10720 "workspace-hack",
10721]
10722
10723[[package]]
10724name = "open_router"
10725version = "0.1.0"
10726dependencies = [
10727 "anyhow",
10728 "futures 0.3.31",
10729 "http_client",
10730 "schemars 1.0.1",
10731 "serde",
10732 "serde_json",
10733 "settings",
10734 "strum 0.27.1",
10735 "thiserror 2.0.12",
10736 "workspace-hack",
10737]
10738
10739[[package]]
10740name = "opener"
10741version = "0.7.2"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10744dependencies = [
10745 "bstr",
10746 "dbus",
10747 "normpath",
10748 "windows-sys 0.59.0",
10749]
10750
10751[[package]]
10752name = "openssl"
10753version = "0.10.72"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10756dependencies = [
10757 "bitflags 2.9.0",
10758 "cfg-if",
10759 "foreign-types 0.3.2",
10760 "libc",
10761 "once_cell",
10762 "openssl-macros",
10763 "openssl-sys",
10764]
10765
10766[[package]]
10767name = "openssl-macros"
10768version = "0.1.1"
10769source = "registry+https://github.com/rust-lang/crates.io-index"
10770checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10771dependencies = [
10772 "proc-macro2",
10773 "quote",
10774 "syn 2.0.101",
10775]
10776
10777[[package]]
10778name = "openssl-probe"
10779version = "0.1.6"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10782
10783[[package]]
10784name = "openssl-sys"
10785version = "0.9.107"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10788dependencies = [
10789 "cc",
10790 "libc",
10791 "pkg-config",
10792 "vcpkg",
10793]
10794
10795[[package]]
10796name = "optfield"
10797version = "0.3.0"
10798source = "registry+https://github.com/rust-lang/crates.io-index"
10799checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10800dependencies = [
10801 "proc-macro2",
10802 "quote",
10803 "syn 2.0.101",
10804]
10805
10806[[package]]
10807name = "option-ext"
10808version = "0.2.0"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10811
10812[[package]]
10813name = "ordered-float"
10814version = "2.10.1"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10817dependencies = [
10818 "num-traits",
10819]
10820
10821[[package]]
10822name = "ordered-float"
10823version = "4.6.0"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10826dependencies = [
10827 "num-traits",
10828]
10829
10830[[package]]
10831name = "ordered-stream"
10832version = "0.2.0"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10835dependencies = [
10836 "futures-core",
10837 "pin-project-lite",
10838]
10839
10840[[package]]
10841name = "ouroboros"
10842version = "0.18.5"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10845dependencies = [
10846 "aliasable",
10847 "ouroboros_macro",
10848 "static_assertions",
10849]
10850
10851[[package]]
10852name = "ouroboros_macro"
10853version = "0.18.5"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10856dependencies = [
10857 "heck 0.4.1",
10858 "proc-macro2",
10859 "proc-macro2-diagnostics",
10860 "quote",
10861 "syn 2.0.101",
10862]
10863
10864[[package]]
10865name = "outline"
10866version = "0.1.0"
10867dependencies = [
10868 "editor",
10869 "fuzzy",
10870 "gpui",
10871 "indoc",
10872 "language",
10873 "menu",
10874 "ordered-float 2.10.1",
10875 "picker",
10876 "project",
10877 "rope",
10878 "serde_json",
10879 "settings",
10880 "smol",
10881 "theme",
10882 "tree-sitter-rust",
10883 "tree-sitter-typescript",
10884 "ui",
10885 "util",
10886 "workspace",
10887 "workspace-hack",
10888 "zed_actions",
10889]
10890
10891[[package]]
10892name = "outline_panel"
10893version = "0.1.0"
10894dependencies = [
10895 "anyhow",
10896 "collections",
10897 "db",
10898 "editor",
10899 "file_icons",
10900 "fuzzy",
10901 "gpui",
10902 "itertools 0.14.0",
10903 "language",
10904 "log",
10905 "menu",
10906 "outline",
10907 "pretty_assertions",
10908 "project",
10909 "search",
10910 "serde",
10911 "serde_json",
10912 "settings",
10913 "smallvec",
10914 "smol",
10915 "theme",
10916 "ui",
10917 "util",
10918 "workspace",
10919 "workspace-hack",
10920 "worktree",
10921 "zed_actions",
10922]
10923
10924[[package]]
10925name = "outref"
10926version = "0.5.2"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10929
10930[[package]]
10931name = "p256"
10932version = "0.11.1"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10935dependencies = [
10936 "ecdsa",
10937 "elliptic-curve",
10938 "sha2",
10939]
10940
10941[[package]]
10942name = "page_size"
10943version = "0.6.0"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10946dependencies = [
10947 "libc",
10948 "winapi",
10949]
10950
10951[[package]]
10952name = "palette"
10953version = "0.7.6"
10954source = "registry+https://github.com/rust-lang/crates.io-index"
10955checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10956dependencies = [
10957 "approx",
10958 "fast-srgb8",
10959 "palette_derive",
10960]
10961
10962[[package]]
10963name = "palette_derive"
10964version = "0.7.6"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10967dependencies = [
10968 "by_address",
10969 "proc-macro2",
10970 "quote",
10971 "syn 2.0.101",
10972]
10973
10974[[package]]
10975name = "panel"
10976version = "0.1.0"
10977dependencies = [
10978 "editor",
10979 "gpui",
10980 "settings",
10981 "theme",
10982 "ui",
10983 "workspace",
10984 "workspace-hack",
10985]
10986
10987[[package]]
10988name = "parking"
10989version = "2.2.1"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10992
10993[[package]]
10994name = "parking_lot"
10995version = "0.12.4"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10998dependencies = [
10999 "lock_api",
11000 "parking_lot_core",
11001]
11002
11003[[package]]
11004name = "parking_lot_core"
11005version = "0.9.11"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11008dependencies = [
11009 "cfg-if",
11010 "libc",
11011 "redox_syscall 0.5.11",
11012 "smallvec",
11013 "windows-targets 0.52.6",
11014]
11015
11016[[package]]
11017name = "parse_int"
11018version = "0.9.0"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11021dependencies = [
11022 "num-traits",
11023]
11024
11025[[package]]
11026name = "partial-json-fixer"
11027version = "0.5.3"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11030
11031[[package]]
11032name = "password-hash"
11033version = "0.4.2"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11036dependencies = [
11037 "base64ct",
11038 "rand_core 0.6.4",
11039 "subtle",
11040]
11041
11042[[package]]
11043name = "password-hash"
11044version = "0.5.0"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11047dependencies = [
11048 "base64ct",
11049 "rand_core 0.6.4",
11050 "subtle",
11051]
11052
11053[[package]]
11054name = "paste"
11055version = "1.0.15"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11058
11059[[package]]
11060name = "pathdiff"
11061version = "0.2.3"
11062source = "registry+https://github.com/rust-lang/crates.io-index"
11063checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11064
11065[[package]]
11066name = "pathfinder_geometry"
11067version = "0.5.1"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11070dependencies = [
11071 "log",
11072 "pathfinder_simd",
11073]
11074
11075[[package]]
11076name = "pathfinder_simd"
11077version = "0.5.5"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11080dependencies = [
11081 "rustc_version",
11082]
11083
11084[[package]]
11085name = "paths"
11086version = "0.1.0"
11087dependencies = [
11088 "dirs 4.0.0",
11089 "ignore",
11090 "util",
11091 "workspace-hack",
11092]
11093
11094[[package]]
11095name = "pbjson"
11096version = "0.6.0"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11099dependencies = [
11100 "base64 0.21.7",
11101 "serde",
11102]
11103
11104[[package]]
11105name = "pbjson-build"
11106version = "0.6.2"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11109dependencies = [
11110 "heck 0.4.1",
11111 "itertools 0.11.0",
11112 "prost 0.12.6",
11113 "prost-types 0.12.6",
11114]
11115
11116[[package]]
11117name = "pbjson-types"
11118version = "0.6.0"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11121dependencies = [
11122 "bytes 1.10.1",
11123 "chrono",
11124 "pbjson",
11125 "pbjson-build",
11126 "prost 0.12.6",
11127 "prost-build 0.12.6",
11128 "serde",
11129]
11130
11131[[package]]
11132name = "pbkdf2"
11133version = "0.11.0"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11136dependencies = [
11137 "digest",
11138 "hmac",
11139 "password-hash 0.4.2",
11140 "sha2",
11141]
11142
11143[[package]]
11144name = "pbkdf2"
11145version = "0.12.2"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11148dependencies = [
11149 "digest",
11150 "hmac",
11151]
11152
11153[[package]]
11154name = "pciid-parser"
11155version = "0.8.0"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11158
11159[[package]]
11160name = "pem"
11161version = "3.0.5"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11164dependencies = [
11165 "base64 0.22.1",
11166 "serde",
11167]
11168
11169[[package]]
11170name = "pem-rfc7468"
11171version = "0.7.0"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11174dependencies = [
11175 "base64ct",
11176]
11177
11178[[package]]
11179name = "percent-encoding"
11180version = "2.3.1"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11183
11184[[package]]
11185name = "perf"
11186version = "0.1.0"
11187dependencies = [
11188 "collections",
11189 "serde",
11190 "serde_json",
11191 "workspace-hack",
11192]
11193
11194[[package]]
11195name = "pest"
11196version = "2.8.0"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11199dependencies = [
11200 "memchr",
11201 "thiserror 2.0.12",
11202 "ucd-trie",
11203]
11204
11205[[package]]
11206name = "pest_derive"
11207version = "2.8.0"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11210dependencies = [
11211 "pest",
11212 "pest_generator",
11213]
11214
11215[[package]]
11216name = "pest_generator"
11217version = "2.8.0"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11220dependencies = [
11221 "pest",
11222 "pest_meta",
11223 "proc-macro2",
11224 "quote",
11225 "syn 2.0.101",
11226]
11227
11228[[package]]
11229name = "pest_meta"
11230version = "2.8.0"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11233dependencies = [
11234 "once_cell",
11235 "pest",
11236 "sha2",
11237]
11238
11239[[package]]
11240name = "pet"
11241version = "0.1.0"
11242source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11243dependencies = [
11244 "clap",
11245 "env_logger 0.10.2",
11246 "lazy_static",
11247 "log",
11248 "msvc_spectre_libs",
11249 "pet-conda",
11250 "pet-core",
11251 "pet-env-var-path",
11252 "pet-fs",
11253 "pet-global-virtualenvs",
11254 "pet-homebrew",
11255 "pet-jsonrpc",
11256 "pet-linux-global-python",
11257 "pet-mac-commandlinetools",
11258 "pet-mac-python-org",
11259 "pet-mac-xcode",
11260 "pet-pipenv",
11261 "pet-pixi",
11262 "pet-poetry",
11263 "pet-pyenv",
11264 "pet-python-utils",
11265 "pet-reporter",
11266 "pet-telemetry",
11267 "pet-venv",
11268 "pet-virtualenv",
11269 "pet-virtualenvwrapper",
11270 "pet-windows-registry",
11271 "pet-windows-store",
11272 "serde",
11273 "serde_json",
11274]
11275
11276[[package]]
11277name = "pet-conda"
11278version = "0.1.0"
11279source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11280dependencies = [
11281 "env_logger 0.10.2",
11282 "lazy_static",
11283 "log",
11284 "msvc_spectre_libs",
11285 "pet-core",
11286 "pet-fs",
11287 "pet-python-utils",
11288 "pet-reporter",
11289 "regex",
11290 "serde",
11291 "serde_json",
11292 "yaml-rust2",
11293]
11294
11295[[package]]
11296name = "pet-core"
11297version = "0.1.0"
11298source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11299dependencies = [
11300 "clap",
11301 "lazy_static",
11302 "log",
11303 "msvc_spectre_libs",
11304 "pet-fs",
11305 "regex",
11306 "serde",
11307 "serde_json",
11308]
11309
11310[[package]]
11311name = "pet-env-var-path"
11312version = "0.1.0"
11313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11314dependencies = [
11315 "lazy_static",
11316 "log",
11317 "msvc_spectre_libs",
11318 "pet-conda",
11319 "pet-core",
11320 "pet-fs",
11321 "pet-python-utils",
11322 "pet-virtualenv",
11323 "regex",
11324]
11325
11326[[package]]
11327name = "pet-fs"
11328version = "0.1.0"
11329source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11330dependencies = [
11331 "log",
11332 "msvc_spectre_libs",
11333]
11334
11335[[package]]
11336name = "pet-global-virtualenvs"
11337version = "0.1.0"
11338source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11339dependencies = [
11340 "log",
11341 "msvc_spectre_libs",
11342 "pet-conda",
11343 "pet-core",
11344 "pet-fs",
11345 "pet-virtualenv",
11346]
11347
11348[[package]]
11349name = "pet-homebrew"
11350version = "0.1.0"
11351source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11352dependencies = [
11353 "lazy_static",
11354 "log",
11355 "msvc_spectre_libs",
11356 "pet-conda",
11357 "pet-core",
11358 "pet-fs",
11359 "pet-python-utils",
11360 "pet-virtualenv",
11361 "regex",
11362 "serde",
11363 "serde_json",
11364]
11365
11366[[package]]
11367name = "pet-jsonrpc"
11368version = "0.1.0"
11369source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11370dependencies = [
11371 "env_logger 0.10.2",
11372 "log",
11373 "msvc_spectre_libs",
11374 "pet-core",
11375 "serde",
11376 "serde_json",
11377]
11378
11379[[package]]
11380name = "pet-linux-global-python"
11381version = "0.1.0"
11382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11383dependencies = [
11384 "log",
11385 "msvc_spectre_libs",
11386 "pet-core",
11387 "pet-fs",
11388 "pet-python-utils",
11389 "pet-virtualenv",
11390]
11391
11392[[package]]
11393name = "pet-mac-commandlinetools"
11394version = "0.1.0"
11395source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11396dependencies = [
11397 "log",
11398 "msvc_spectre_libs",
11399 "pet-core",
11400 "pet-fs",
11401 "pet-python-utils",
11402 "pet-virtualenv",
11403]
11404
11405[[package]]
11406name = "pet-mac-python-org"
11407version = "0.1.0"
11408source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11409dependencies = [
11410 "log",
11411 "msvc_spectre_libs",
11412 "pet-core",
11413 "pet-fs",
11414 "pet-python-utils",
11415 "pet-virtualenv",
11416]
11417
11418[[package]]
11419name = "pet-mac-xcode"
11420version = "0.1.0"
11421source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11422dependencies = [
11423 "log",
11424 "msvc_spectre_libs",
11425 "pet-core",
11426 "pet-fs",
11427 "pet-python-utils",
11428 "pet-virtualenv",
11429]
11430
11431[[package]]
11432name = "pet-pipenv"
11433version = "0.1.0"
11434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11435dependencies = [
11436 "log",
11437 "msvc_spectre_libs",
11438 "pet-core",
11439 "pet-fs",
11440 "pet-python-utils",
11441 "pet-virtualenv",
11442]
11443
11444[[package]]
11445name = "pet-pixi"
11446version = "0.1.0"
11447source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11448dependencies = [
11449 "log",
11450 "msvc_spectre_libs",
11451 "pet-conda",
11452 "pet-core",
11453 "pet-python-utils",
11454]
11455
11456[[package]]
11457name = "pet-poetry"
11458version = "0.1.0"
11459source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11460dependencies = [
11461 "base64 0.22.1",
11462 "lazy_static",
11463 "log",
11464 "msvc_spectre_libs",
11465 "pet-core",
11466 "pet-fs",
11467 "pet-python-utils",
11468 "pet-reporter",
11469 "pet-virtualenv",
11470 "regex",
11471 "serde",
11472 "serde_json",
11473 "sha2",
11474 "toml 0.8.20",
11475]
11476
11477[[package]]
11478name = "pet-pyenv"
11479version = "0.1.0"
11480source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11481dependencies = [
11482 "lazy_static",
11483 "log",
11484 "msvc_spectre_libs",
11485 "pet-conda",
11486 "pet-core",
11487 "pet-fs",
11488 "pet-python-utils",
11489 "pet-reporter",
11490 "regex",
11491 "serde",
11492 "serde_json",
11493]
11494
11495[[package]]
11496name = "pet-python-utils"
11497version = "0.1.0"
11498source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11499dependencies = [
11500 "env_logger 0.10.2",
11501 "lazy_static",
11502 "log",
11503 "msvc_spectre_libs",
11504 "pet-core",
11505 "pet-fs",
11506 "regex",
11507 "serde",
11508 "serde_json",
11509 "sha2",
11510]
11511
11512[[package]]
11513name = "pet-reporter"
11514version = "0.1.0"
11515source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11516dependencies = [
11517 "env_logger 0.10.2",
11518 "log",
11519 "msvc_spectre_libs",
11520 "pet-core",
11521 "pet-jsonrpc",
11522 "serde",
11523 "serde_json",
11524]
11525
11526[[package]]
11527name = "pet-telemetry"
11528version = "0.1.0"
11529source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11530dependencies = [
11531 "env_logger 0.10.2",
11532 "lazy_static",
11533 "log",
11534 "msvc_spectre_libs",
11535 "pet-core",
11536 "pet-fs",
11537 "pet-python-utils",
11538 "regex",
11539]
11540
11541[[package]]
11542name = "pet-venv"
11543version = "0.1.0"
11544source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11545dependencies = [
11546 "log",
11547 "msvc_spectre_libs",
11548 "pet-core",
11549 "pet-python-utils",
11550 "pet-virtualenv",
11551]
11552
11553[[package]]
11554name = "pet-virtualenv"
11555version = "0.1.0"
11556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11557dependencies = [
11558 "log",
11559 "msvc_spectre_libs",
11560 "pet-core",
11561 "pet-fs",
11562 "pet-python-utils",
11563]
11564
11565[[package]]
11566name = "pet-virtualenvwrapper"
11567version = "0.1.0"
11568source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11569dependencies = [
11570 "log",
11571 "msvc_spectre_libs",
11572 "pet-core",
11573 "pet-fs",
11574 "pet-python-utils",
11575 "pet-virtualenv",
11576]
11577
11578[[package]]
11579name = "pet-windows-registry"
11580version = "0.1.0"
11581source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11582dependencies = [
11583 "lazy_static",
11584 "log",
11585 "msvc_spectre_libs",
11586 "pet-conda",
11587 "pet-core",
11588 "pet-fs",
11589 "pet-python-utils",
11590 "pet-virtualenv",
11591 "pet-windows-store",
11592 "regex",
11593 "winreg 0.55.0",
11594]
11595
11596[[package]]
11597name = "pet-windows-store"
11598version = "0.1.0"
11599source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11600dependencies = [
11601 "lazy_static",
11602 "log",
11603 "msvc_spectre_libs",
11604 "pet-core",
11605 "pet-fs",
11606 "pet-python-utils",
11607 "pet-virtualenv",
11608 "regex",
11609 "winreg 0.55.0",
11610]
11611
11612[[package]]
11613name = "petgraph"
11614version = "0.6.5"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11617dependencies = [
11618 "fixedbitset",
11619 "indexmap 2.9.0",
11620]
11621
11622[[package]]
11623name = "pgvector"
11624version = "0.4.0"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11627dependencies = [
11628 "serde",
11629]
11630
11631[[package]]
11632name = "phf"
11633version = "0.11.3"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11636dependencies = [
11637 "phf_macros",
11638 "phf_shared",
11639]
11640
11641[[package]]
11642name = "phf_codegen"
11643version = "0.11.3"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11646dependencies = [
11647 "phf_generator",
11648 "phf_shared",
11649]
11650
11651[[package]]
11652name = "phf_generator"
11653version = "0.11.3"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11656dependencies = [
11657 "phf_shared",
11658 "rand 0.8.5",
11659]
11660
11661[[package]]
11662name = "phf_macros"
11663version = "0.11.3"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11666dependencies = [
11667 "phf_generator",
11668 "phf_shared",
11669 "proc-macro2",
11670 "quote",
11671 "syn 2.0.101",
11672]
11673
11674[[package]]
11675name = "phf_shared"
11676version = "0.11.3"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11679dependencies = [
11680 "siphasher",
11681]
11682
11683[[package]]
11684name = "picker"
11685version = "0.1.0"
11686dependencies = [
11687 "anyhow",
11688 "ctor",
11689 "editor",
11690 "env_logger 0.11.8",
11691 "gpui",
11692 "menu",
11693 "schemars 1.0.1",
11694 "serde",
11695 "serde_json",
11696 "theme",
11697 "ui",
11698 "workspace",
11699 "workspace-hack",
11700]
11701
11702[[package]]
11703name = "pico-args"
11704version = "0.5.0"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11707
11708[[package]]
11709name = "pin-project"
11710version = "1.1.10"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11713dependencies = [
11714 "pin-project-internal",
11715]
11716
11717[[package]]
11718name = "pin-project-internal"
11719version = "1.1.10"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11722dependencies = [
11723 "proc-macro2",
11724 "quote",
11725 "syn 2.0.101",
11726]
11727
11728[[package]]
11729name = "pin-project-lite"
11730version = "0.2.16"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11733
11734[[package]]
11735name = "pin-utils"
11736version = "0.1.0"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11739
11740[[package]]
11741name = "piper"
11742version = "0.2.4"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11745dependencies = [
11746 "atomic-waker",
11747 "fastrand 2.3.0",
11748 "futures-io",
11749]
11750
11751[[package]]
11752name = "pkcs1"
11753version = "0.7.5"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11756dependencies = [
11757 "der 0.7.10",
11758 "pkcs8 0.10.2",
11759 "spki 0.7.3",
11760]
11761
11762[[package]]
11763name = "pkcs8"
11764version = "0.9.0"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11767dependencies = [
11768 "der 0.6.1",
11769 "spki 0.6.0",
11770]
11771
11772[[package]]
11773name = "pkcs8"
11774version = "0.10.2"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11777dependencies = [
11778 "der 0.7.10",
11779 "spki 0.7.3",
11780]
11781
11782[[package]]
11783name = "pkg-config"
11784version = "0.3.32"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11787
11788[[package]]
11789name = "plain"
11790version = "0.2.3"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11793
11794[[package]]
11795name = "plist"
11796version = "1.7.1"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11799dependencies = [
11800 "base64 0.22.1",
11801 "indexmap 2.9.0",
11802 "quick-xml 0.32.0",
11803 "serde",
11804 "time",
11805]
11806
11807[[package]]
11808name = "plotters"
11809version = "0.3.7"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11812dependencies = [
11813 "num-traits",
11814 "plotters-backend",
11815 "plotters-svg",
11816 "wasm-bindgen",
11817 "web-sys",
11818]
11819
11820[[package]]
11821name = "plotters-backend"
11822version = "0.3.7"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11825
11826[[package]]
11827name = "plotters-svg"
11828version = "0.3.7"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11831dependencies = [
11832 "plotters-backend",
11833]
11834
11835[[package]]
11836name = "png"
11837version = "0.17.16"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11840dependencies = [
11841 "bitflags 1.3.2",
11842 "crc32fast",
11843 "fdeflate",
11844 "flate2",
11845 "miniz_oxide",
11846]
11847
11848[[package]]
11849name = "polling"
11850version = "3.11.0"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11853dependencies = [
11854 "cfg-if",
11855 "concurrent-queue",
11856 "hermit-abi 0.5.0",
11857 "pin-project-lite",
11858 "rustix 1.0.7",
11859 "windows-sys 0.61.0",
11860]
11861
11862[[package]]
11863name = "pollster"
11864version = "0.2.5"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11867
11868[[package]]
11869name = "portable-atomic"
11870version = "1.11.0"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11873
11874[[package]]
11875name = "portable-atomic-util"
11876version = "0.2.4"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11879dependencies = [
11880 "portable-atomic",
11881]
11882
11883[[package]]
11884name = "portable-pty"
11885version = "0.9.0"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11888dependencies = [
11889 "anyhow",
11890 "bitflags 1.3.2",
11891 "downcast-rs",
11892 "filedescriptor",
11893 "lazy_static",
11894 "libc",
11895 "log",
11896 "nix 0.28.0",
11897 "serial2",
11898 "shared_library",
11899 "shell-words",
11900 "winapi",
11901 "winreg 0.10.1",
11902]
11903
11904[[package]]
11905name = "postage"
11906version = "0.5.0"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11909dependencies = [
11910 "atomic",
11911 "crossbeam-queue",
11912 "futures 0.3.31",
11913 "log",
11914 "parking_lot",
11915 "pin-project",
11916 "pollster",
11917 "static_assertions",
11918 "thiserror 1.0.69",
11919]
11920
11921[[package]]
11922name = "postcard"
11923version = "1.1.1"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11926dependencies = [
11927 "cobs",
11928 "embedded-io 0.4.0",
11929 "embedded-io 0.6.1",
11930 "serde",
11931]
11932
11933[[package]]
11934name = "powerfmt"
11935version = "0.2.0"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11938
11939[[package]]
11940name = "ppv-lite86"
11941version = "0.2.21"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11944dependencies = [
11945 "zerocopy 0.8.24",
11946]
11947
11948[[package]]
11949name = "precomputed-hash"
11950version = "0.1.1"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11953
11954[[package]]
11955name = "prettier"
11956version = "0.1.0"
11957dependencies = [
11958 "anyhow",
11959 "collections",
11960 "fs",
11961 "gpui",
11962 "language",
11963 "log",
11964 "lsp",
11965 "node_runtime",
11966 "parking_lot",
11967 "paths",
11968 "serde",
11969 "serde_json",
11970 "util",
11971 "workspace-hack",
11972]
11973
11974[[package]]
11975name = "pretty_assertions"
11976version = "1.4.1"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11979dependencies = [
11980 "diff",
11981 "yansi",
11982]
11983
11984[[package]]
11985name = "prettyplease"
11986version = "0.2.32"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11989dependencies = [
11990 "proc-macro2",
11991 "syn 2.0.101",
11992]
11993
11994[[package]]
11995name = "primal-check"
11996version = "0.3.4"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
11999dependencies = [
12000 "num-integer",
12001]
12002
12003[[package]]
12004name = "proc-macro-crate"
12005version = "3.3.0"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12008dependencies = [
12009 "toml_edit",
12010]
12011
12012[[package]]
12013name = "proc-macro-error-attr2"
12014version = "2.0.0"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12017dependencies = [
12018 "proc-macro2",
12019 "quote",
12020]
12021
12022[[package]]
12023name = "proc-macro-error2"
12024version = "2.0.1"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12027dependencies = [
12028 "proc-macro-error-attr2",
12029 "proc-macro2",
12030 "quote",
12031 "syn 2.0.101",
12032]
12033
12034[[package]]
12035name = "proc-macro2"
12036version = "1.0.95"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12039dependencies = [
12040 "unicode-ident",
12041]
12042
12043[[package]]
12044name = "proc-macro2-diagnostics"
12045version = "0.10.1"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12048dependencies = [
12049 "proc-macro2",
12050 "quote",
12051 "syn 2.0.101",
12052 "version_check",
12053 "yansi",
12054]
12055
12056[[package]]
12057name = "procfs-core"
12058version = "0.16.0"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12061dependencies = [
12062 "bitflags 2.9.0",
12063 "hex",
12064]
12065
12066[[package]]
12067name = "profiling"
12068version = "1.0.16"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12071dependencies = [
12072 "profiling-procmacros",
12073]
12074
12075[[package]]
12076name = "profiling-procmacros"
12077version = "1.0.16"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12080dependencies = [
12081 "quote",
12082 "syn 2.0.101",
12083]
12084
12085[[package]]
12086name = "project"
12087version = "0.1.0"
12088dependencies = [
12089 "aho-corasick",
12090 "anyhow",
12091 "askpass",
12092 "async-trait",
12093 "base64 0.22.1",
12094 "buffer_diff",
12095 "circular-buffer",
12096 "client",
12097 "clock",
12098 "collections",
12099 "context_server",
12100 "dap",
12101 "dap_adapters",
12102 "extension",
12103 "fancy-regex 0.14.0",
12104 "fs",
12105 "futures 0.3.31",
12106 "fuzzy",
12107 "git",
12108 "git2",
12109 "git_hosting_providers",
12110 "globset",
12111 "gpui",
12112 "http_client",
12113 "image",
12114 "indexmap 2.9.0",
12115 "itertools 0.14.0",
12116 "language",
12117 "log",
12118 "lsp",
12119 "markdown",
12120 "node_runtime",
12121 "parking_lot",
12122 "paths",
12123 "postage",
12124 "prettier",
12125 "pretty_assertions",
12126 "rand 0.9.1",
12127 "regex",
12128 "release_channel",
12129 "remote",
12130 "rpc",
12131 "schemars 1.0.1",
12132 "semver",
12133 "serde",
12134 "serde_json",
12135 "settings",
12136 "sha2",
12137 "shellexpand 2.1.2",
12138 "shlex",
12139 "smallvec",
12140 "smol",
12141 "snippet",
12142 "snippet_provider",
12143 "sum_tree",
12144 "task",
12145 "tempfile",
12146 "terminal",
12147 "text",
12148 "toml 0.8.20",
12149 "unindent",
12150 "url",
12151 "util",
12152 "watch",
12153 "which 6.0.3",
12154 "workspace-hack",
12155 "worktree",
12156 "zeroize",
12157 "zlog",
12158]
12159
12160[[package]]
12161name = "project_panel"
12162version = "0.1.0"
12163dependencies = [
12164 "anyhow",
12165 "client",
12166 "collections",
12167 "command_palette_hooks",
12168 "db",
12169 "editor",
12170 "file_icons",
12171 "git",
12172 "git_ui",
12173 "gpui",
12174 "language",
12175 "menu",
12176 "pretty_assertions",
12177 "project",
12178 "schemars 1.0.1",
12179 "search",
12180 "serde",
12181 "serde_json",
12182 "settings",
12183 "smallvec",
12184 "telemetry",
12185 "theme",
12186 "ui",
12187 "util",
12188 "workspace",
12189 "workspace-hack",
12190 "worktree",
12191 "zed_actions",
12192]
12193
12194[[package]]
12195name = "project_symbols"
12196version = "0.1.0"
12197dependencies = [
12198 "anyhow",
12199 "editor",
12200 "futures 0.3.31",
12201 "fuzzy",
12202 "gpui",
12203 "language",
12204 "lsp",
12205 "ordered-float 2.10.1",
12206 "picker",
12207 "project",
12208 "release_channel",
12209 "serde_json",
12210 "settings",
12211 "theme",
12212 "util",
12213 "workspace",
12214 "workspace-hack",
12215]
12216
12217[[package]]
12218name = "prometheus"
12219version = "0.14.0"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12222dependencies = [
12223 "cfg-if",
12224 "fnv",
12225 "lazy_static",
12226 "memchr",
12227 "parking_lot",
12228 "protobuf",
12229 "thiserror 2.0.12",
12230]
12231
12232[[package]]
12233name = "prompt_store"
12234version = "0.1.0"
12235dependencies = [
12236 "anyhow",
12237 "assets",
12238 "chrono",
12239 "collections",
12240 "fs",
12241 "futures 0.3.31",
12242 "fuzzy",
12243 "gpui",
12244 "handlebars 4.5.0",
12245 "heed",
12246 "language",
12247 "log",
12248 "parking_lot",
12249 "paths",
12250 "rope",
12251 "serde",
12252 "serde_json",
12253 "text",
12254 "util",
12255 "uuid",
12256 "workspace-hack",
12257]
12258
12259[[package]]
12260name = "prost"
12261version = "0.9.0"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12264dependencies = [
12265 "bytes 1.10.1",
12266 "prost-derive 0.9.0",
12267]
12268
12269[[package]]
12270name = "prost"
12271version = "0.12.6"
12272source = "registry+https://github.com/rust-lang/crates.io-index"
12273checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12274dependencies = [
12275 "bytes 1.10.1",
12276 "prost-derive 0.12.6",
12277]
12278
12279[[package]]
12280name = "prost-build"
12281version = "0.9.0"
12282source = "registry+https://github.com/rust-lang/crates.io-index"
12283checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12284dependencies = [
12285 "bytes 1.10.1",
12286 "heck 0.3.3",
12287 "itertools 0.10.5",
12288 "lazy_static",
12289 "log",
12290 "multimap",
12291 "petgraph",
12292 "prost 0.9.0",
12293 "prost-types 0.9.0",
12294 "regex",
12295 "tempfile",
12296 "which 4.4.2",
12297]
12298
12299[[package]]
12300name = "prost-build"
12301version = "0.12.6"
12302source = "registry+https://github.com/rust-lang/crates.io-index"
12303checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12304dependencies = [
12305 "bytes 1.10.1",
12306 "heck 0.5.0",
12307 "itertools 0.12.1",
12308 "log",
12309 "multimap",
12310 "once_cell",
12311 "petgraph",
12312 "prettyplease",
12313 "prost 0.12.6",
12314 "prost-types 0.12.6",
12315 "regex",
12316 "syn 2.0.101",
12317 "tempfile",
12318]
12319
12320[[package]]
12321name = "prost-derive"
12322version = "0.9.0"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12325dependencies = [
12326 "anyhow",
12327 "itertools 0.10.5",
12328 "proc-macro2",
12329 "quote",
12330 "syn 1.0.109",
12331]
12332
12333[[package]]
12334name = "prost-derive"
12335version = "0.12.6"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12338dependencies = [
12339 "anyhow",
12340 "itertools 0.12.1",
12341 "proc-macro2",
12342 "quote",
12343 "syn 2.0.101",
12344]
12345
12346[[package]]
12347name = "prost-types"
12348version = "0.9.0"
12349source = "registry+https://github.com/rust-lang/crates.io-index"
12350checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12351dependencies = [
12352 "bytes 1.10.1",
12353 "prost 0.9.0",
12354]
12355
12356[[package]]
12357name = "prost-types"
12358version = "0.12.6"
12359source = "registry+https://github.com/rust-lang/crates.io-index"
12360checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12361dependencies = [
12362 "prost 0.12.6",
12363]
12364
12365[[package]]
12366name = "proto"
12367version = "0.1.0"
12368dependencies = [
12369 "anyhow",
12370 "collections",
12371 "prost 0.9.0",
12372 "prost-build 0.9.0",
12373 "serde",
12374 "typed-path",
12375 "workspace-hack",
12376]
12377
12378[[package]]
12379name = "protobuf"
12380version = "3.7.2"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12383dependencies = [
12384 "once_cell",
12385 "protobuf-support",
12386 "thiserror 1.0.69",
12387]
12388
12389[[package]]
12390name = "protobuf-support"
12391version = "3.7.2"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12394dependencies = [
12395 "thiserror 1.0.69",
12396]
12397
12398[[package]]
12399name = "psm"
12400version = "0.1.25"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12403dependencies = [
12404 "cc",
12405]
12406
12407[[package]]
12408name = "ptr_meta"
12409version = "0.1.4"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12412dependencies = [
12413 "ptr_meta_derive",
12414]
12415
12416[[package]]
12417name = "ptr_meta_derive"
12418version = "0.1.4"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12421dependencies = [
12422 "proc-macro2",
12423 "quote",
12424 "syn 1.0.109",
12425]
12426
12427[[package]]
12428name = "pulldown-cmark"
12429version = "0.10.3"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12432dependencies = [
12433 "bitflags 2.9.0",
12434 "memchr",
12435 "pulldown-cmark-escape",
12436 "unicase",
12437]
12438
12439[[package]]
12440name = "pulldown-cmark"
12441version = "0.12.2"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12444dependencies = [
12445 "bitflags 2.9.0",
12446 "memchr",
12447 "unicase",
12448]
12449
12450[[package]]
12451name = "pulldown-cmark-escape"
12452version = "0.10.1"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12455
12456[[package]]
12457name = "pulley-interpreter"
12458version = "29.0.1"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12461dependencies = [
12462 "cranelift-bitset",
12463 "log",
12464 "sptr",
12465 "wasmtime-math",
12466]
12467
12468[[package]]
12469name = "pulp"
12470version = "0.18.22"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12473dependencies = [
12474 "bytemuck",
12475 "libm",
12476 "num-complex",
12477 "reborrow",
12478]
12479
12480[[package]]
12481name = "pulp"
12482version = "0.21.5"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12485dependencies = [
12486 "bytemuck",
12487 "cfg-if",
12488 "libm",
12489 "num-complex",
12490 "reborrow",
12491 "version_check",
12492]
12493
12494[[package]]
12495name = "qoi"
12496version = "0.4.1"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12499dependencies = [
12500 "bytemuck",
12501]
12502
12503[[package]]
12504name = "quick-error"
12505version = "2.0.1"
12506source = "registry+https://github.com/rust-lang/crates.io-index"
12507checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12508
12509[[package]]
12510name = "quick-xml"
12511version = "0.30.0"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12514dependencies = [
12515 "memchr",
12516]
12517
12518[[package]]
12519name = "quick-xml"
12520version = "0.32.0"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12523dependencies = [
12524 "memchr",
12525]
12526
12527[[package]]
12528name = "quick-xml"
12529version = "0.37.4"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12532dependencies = [
12533 "memchr",
12534]
12535
12536[[package]]
12537name = "quinn"
12538version = "0.11.7"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12541dependencies = [
12542 "bytes 1.10.1",
12543 "cfg_aliases 0.2.1",
12544 "pin-project-lite",
12545 "quinn-proto",
12546 "quinn-udp",
12547 "rustc-hash 2.1.1",
12548 "rustls 0.23.26",
12549 "socket2",
12550 "thiserror 2.0.12",
12551 "tokio",
12552 "tracing",
12553 "web-time",
12554]
12555
12556[[package]]
12557name = "quinn-proto"
12558version = "0.11.10"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12561dependencies = [
12562 "bytes 1.10.1",
12563 "getrandom 0.3.2",
12564 "rand 0.9.1",
12565 "ring",
12566 "rustc-hash 2.1.1",
12567 "rustls 0.23.26",
12568 "rustls-pki-types",
12569 "slab",
12570 "thiserror 2.0.12",
12571 "tinyvec",
12572 "tracing",
12573 "web-time",
12574]
12575
12576[[package]]
12577name = "quinn-udp"
12578version = "0.5.11"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12581dependencies = [
12582 "cfg_aliases 0.2.1",
12583 "libc",
12584 "once_cell",
12585 "socket2",
12586 "tracing",
12587 "windows-sys 0.59.0",
12588]
12589
12590[[package]]
12591name = "quote"
12592version = "1.0.40"
12593source = "registry+https://github.com/rust-lang/crates.io-index"
12594checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12595dependencies = [
12596 "proc-macro2",
12597]
12598
12599[[package]]
12600name = "r-efi"
12601version = "5.2.0"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12604
12605[[package]]
12606name = "radium"
12607version = "0.7.0"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12610
12611[[package]]
12612name = "rand"
12613version = "0.8.5"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12616dependencies = [
12617 "libc",
12618 "rand_chacha 0.3.1",
12619 "rand_core 0.6.4",
12620]
12621
12622[[package]]
12623name = "rand"
12624version = "0.9.1"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12627dependencies = [
12628 "rand_chacha 0.9.0",
12629 "rand_core 0.9.3",
12630]
12631
12632[[package]]
12633name = "rand_chacha"
12634version = "0.3.1"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12637dependencies = [
12638 "ppv-lite86",
12639 "rand_core 0.6.4",
12640]
12641
12642[[package]]
12643name = "rand_chacha"
12644version = "0.9.0"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12647dependencies = [
12648 "ppv-lite86",
12649 "rand_core 0.9.3",
12650]
12651
12652[[package]]
12653name = "rand_core"
12654version = "0.6.4"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12657dependencies = [
12658 "getrandom 0.2.15",
12659]
12660
12661[[package]]
12662name = "rand_core"
12663version = "0.9.3"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12666dependencies = [
12667 "getrandom 0.3.2",
12668]
12669
12670[[package]]
12671name = "rand_distr"
12672version = "0.5.1"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12675dependencies = [
12676 "num-traits",
12677 "rand 0.9.1",
12678]
12679
12680[[package]]
12681name = "range-map"
12682version = "0.2.0"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12685dependencies = [
12686 "num-traits",
12687]
12688
12689[[package]]
12690name = "rangemap"
12691version = "1.5.1"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12694
12695[[package]]
12696name = "rav1e"
12697version = "0.7.1"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12700dependencies = [
12701 "arbitrary",
12702 "arg_enum_proc_macro",
12703 "arrayvec",
12704 "av1-grain",
12705 "bitstream-io",
12706 "built",
12707 "cfg-if",
12708 "interpolate_name",
12709 "itertools 0.12.1",
12710 "libc",
12711 "libfuzzer-sys",
12712 "log",
12713 "maybe-rayon",
12714 "new_debug_unreachable",
12715 "noop_proc_macro",
12716 "num-derive",
12717 "num-traits",
12718 "once_cell",
12719 "paste",
12720 "profiling",
12721 "rand 0.8.5",
12722 "rand_chacha 0.3.1",
12723 "simd_helpers",
12724 "system-deps",
12725 "thiserror 1.0.69",
12726 "v_frame",
12727 "wasm-bindgen",
12728]
12729
12730[[package]]
12731name = "ravif"
12732version = "0.11.12"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12735dependencies = [
12736 "avif-serialize",
12737 "imgref",
12738 "loop9",
12739 "quick-error",
12740 "rav1e",
12741 "rayon",
12742 "rgb",
12743]
12744
12745[[package]]
12746name = "raw-cpuid"
12747version = "10.7.0"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12750dependencies = [
12751 "bitflags 1.3.2",
12752]
12753
12754[[package]]
12755name = "raw-cpuid"
12756version = "11.6.0"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12759dependencies = [
12760 "bitflags 2.9.0",
12761]
12762
12763[[package]]
12764name = "raw-window-handle"
12765version = "0.6.2"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12768
12769[[package]]
12770name = "raw-window-metal"
12771version = "0.4.0"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12774dependencies = [
12775 "cocoa 0.25.0",
12776 "core-graphics 0.23.2",
12777 "objc",
12778 "raw-window-handle",
12779]
12780
12781[[package]]
12782name = "rayon"
12783version = "1.10.0"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12786dependencies = [
12787 "either",
12788 "rayon-core",
12789]
12790
12791[[package]]
12792name = "rayon-core"
12793version = "1.12.1"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12796dependencies = [
12797 "crossbeam-deque",
12798 "crossbeam-utils",
12799]
12800
12801[[package]]
12802name = "read-fonts"
12803version = "0.25.3"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12806dependencies = [
12807 "bytemuck",
12808 "font-types",
12809]
12810
12811[[package]]
12812name = "realfft"
12813version = "3.5.0"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12816dependencies = [
12817 "rustfft",
12818]
12819
12820[[package]]
12821name = "reborrow"
12822version = "0.5.5"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12825
12826[[package]]
12827name = "recent_projects"
12828version = "0.1.0"
12829dependencies = [
12830 "anyhow",
12831 "askpass",
12832 "auto_update",
12833 "dap",
12834 "editor",
12835 "extension_host",
12836 "file_finder",
12837 "futures 0.3.31",
12838 "fuzzy",
12839 "gpui",
12840 "indoc",
12841 "language",
12842 "log",
12843 "markdown",
12844 "menu",
12845 "ordered-float 2.10.1",
12846 "paths",
12847 "picker",
12848 "project",
12849 "release_channel",
12850 "remote",
12851 "serde",
12852 "serde_json",
12853 "settings",
12854 "smol",
12855 "task",
12856 "telemetry",
12857 "theme",
12858 "ui",
12859 "util",
12860 "windows-registry 0.6.0",
12861 "workspace",
12862 "workspace-hack",
12863 "zed_actions",
12864]
12865
12866[[package]]
12867name = "redox_syscall"
12868version = "0.2.16"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12871dependencies = [
12872 "bitflags 1.3.2",
12873]
12874
12875[[package]]
12876name = "redox_syscall"
12877version = "0.5.11"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12880dependencies = [
12881 "bitflags 2.9.0",
12882]
12883
12884[[package]]
12885name = "redox_users"
12886version = "0.4.6"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12889dependencies = [
12890 "getrandom 0.2.15",
12891 "libredox",
12892 "thiserror 1.0.69",
12893]
12894
12895[[package]]
12896name = "redox_users"
12897version = "0.5.0"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12900dependencies = [
12901 "getrandom 0.2.15",
12902 "libredox",
12903 "thiserror 2.0.12",
12904]
12905
12906[[package]]
12907name = "ref-cast"
12908version = "1.0.24"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12911dependencies = [
12912 "ref-cast-impl",
12913]
12914
12915[[package]]
12916name = "ref-cast-impl"
12917version = "1.0.24"
12918source = "registry+https://github.com/rust-lang/crates.io-index"
12919checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12920dependencies = [
12921 "proc-macro2",
12922 "quote",
12923 "syn 2.0.101",
12924]
12925
12926[[package]]
12927name = "referencing"
12928version = "0.30.0"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12931dependencies = [
12932 "ahash 0.8.11",
12933 "fluent-uri",
12934 "once_cell",
12935 "parking_lot",
12936 "percent-encoding",
12937 "serde_json",
12938]
12939
12940[[package]]
12941name = "refineable"
12942version = "0.1.0"
12943dependencies = [
12944 "derive_refineable",
12945 "workspace-hack",
12946]
12947
12948[[package]]
12949name = "regalloc2"
12950version = "0.11.2"
12951source = "registry+https://github.com/rust-lang/crates.io-index"
12952checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12953dependencies = [
12954 "allocator-api2",
12955 "bumpalo",
12956 "hashbrown 0.15.3",
12957 "log",
12958 "rustc-hash 2.1.1",
12959 "serde",
12960 "smallvec",
12961]
12962
12963[[package]]
12964name = "regex"
12965version = "1.11.1"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12968dependencies = [
12969 "aho-corasick",
12970 "memchr",
12971 "regex-automata",
12972 "regex-syntax",
12973]
12974
12975[[package]]
12976name = "regex-automata"
12977version = "0.4.9"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12980dependencies = [
12981 "aho-corasick",
12982 "memchr",
12983 "regex-syntax",
12984]
12985
12986[[package]]
12987name = "regex-lite"
12988version = "0.1.6"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12991
12992[[package]]
12993name = "regex-syntax"
12994version = "0.8.5"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12997
12998[[package]]
12999name = "release_channel"
13000version = "0.1.0"
13001dependencies = [
13002 "gpui",
13003 "workspace-hack",
13004]
13005
13006[[package]]
13007name = "remote"
13008version = "0.1.0"
13009dependencies = [
13010 "anyhow",
13011 "askpass",
13012 "async-trait",
13013 "collections",
13014 "fs",
13015 "futures 0.3.31",
13016 "gpui",
13017 "itertools 0.14.0",
13018 "log",
13019 "parking_lot",
13020 "paths",
13021 "prost 0.9.0",
13022 "release_channel",
13023 "rpc",
13024 "serde",
13025 "serde_json",
13026 "settings",
13027 "shlex",
13028 "smol",
13029 "tempfile",
13030 "thiserror 2.0.12",
13031 "urlencoding",
13032 "util",
13033 "which 6.0.3",
13034 "workspace-hack",
13035]
13036
13037[[package]]
13038name = "remote_server"
13039version = "0.1.0"
13040dependencies = [
13041 "action_log",
13042 "anyhow",
13043 "askpass",
13044 "assistant_tool",
13045 "assistant_tools",
13046 "cargo_toml",
13047 "clap",
13048 "client",
13049 "clock",
13050 "collections",
13051 "crash-handler",
13052 "crashes",
13053 "dap",
13054 "dap_adapters",
13055 "debug_adapter_extension",
13056 "editor",
13057 "env_logger 0.11.8",
13058 "extension",
13059 "extension_host",
13060 "fork",
13061 "fs",
13062 "futures 0.3.31",
13063 "git",
13064 "git2",
13065 "git_hosting_providers",
13066 "gpui",
13067 "gpui_tokio",
13068 "http_client",
13069 "json_schema_store",
13070 "language",
13071 "language_extension",
13072 "language_model",
13073 "languages",
13074 "libc",
13075 "log",
13076 "lsp",
13077 "minidumper",
13078 "node_runtime",
13079 "paths",
13080 "pretty_assertions",
13081 "project",
13082 "proto",
13083 "release_channel",
13084 "remote",
13085 "reqwest_client",
13086 "rpc",
13087 "rust-embed",
13088 "serde",
13089 "serde_json",
13090 "settings",
13091 "shellexpand 2.1.2",
13092 "smol",
13093 "sysinfo",
13094 "thiserror 2.0.12",
13095 "toml 0.8.20",
13096 "unindent",
13097 "util",
13098 "watch",
13099 "workspace",
13100 "worktree",
13101 "zlog",
13102]
13103
13104[[package]]
13105name = "rend"
13106version = "0.4.2"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13109dependencies = [
13110 "bytecheck",
13111]
13112
13113[[package]]
13114name = "repl"
13115version = "0.1.0"
13116dependencies = [
13117 "alacritty_terminal",
13118 "anyhow",
13119 "async-dispatcher",
13120 "async-tungstenite",
13121 "base64 0.22.1",
13122 "client",
13123 "collections",
13124 "command_palette_hooks",
13125 "editor",
13126 "env_logger 0.11.8",
13127 "feature_flags",
13128 "file_icons",
13129 "futures 0.3.31",
13130 "gpui",
13131 "http_client",
13132 "image",
13133 "indoc",
13134 "jupyter-protocol",
13135 "jupyter-websocket-client",
13136 "language",
13137 "languages",
13138 "log",
13139 "markdown_preview",
13140 "menu",
13141 "multi_buffer",
13142 "nbformat",
13143 "picker",
13144 "project",
13145 "runtimelib",
13146 "serde",
13147 "serde_json",
13148 "settings",
13149 "smol",
13150 "telemetry",
13151 "terminal",
13152 "terminal_view",
13153 "theme",
13154 "tree-sitter-md",
13155 "tree-sitter-python",
13156 "tree-sitter-typescript",
13157 "ui",
13158 "util",
13159 "uuid",
13160 "workspace",
13161 "workspace-hack",
13162]
13163
13164[[package]]
13165name = "reqwest"
13166version = "0.11.27"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13169dependencies = [
13170 "base64 0.21.7",
13171 "bytes 1.10.1",
13172 "encoding_rs",
13173 "futures-core",
13174 "futures-util",
13175 "h2 0.3.26",
13176 "http 0.2.12",
13177 "http-body 0.4.6",
13178 "hyper 0.14.32",
13179 "hyper-rustls 0.24.2",
13180 "hyper-tls",
13181 "ipnet",
13182 "js-sys",
13183 "log",
13184 "mime",
13185 "native-tls",
13186 "once_cell",
13187 "percent-encoding",
13188 "pin-project-lite",
13189 "rustls 0.21.12",
13190 "rustls-native-certs 0.6.3",
13191 "rustls-pemfile 1.0.4",
13192 "serde",
13193 "serde_json",
13194 "serde_urlencoded",
13195 "sync_wrapper 0.1.2",
13196 "system-configuration 0.5.1",
13197 "tokio",
13198 "tokio-native-tls",
13199 "tokio-rustls 0.24.1",
13200 "tower-service",
13201 "url",
13202 "wasm-bindgen",
13203 "wasm-bindgen-futures",
13204 "web-sys",
13205 "winreg 0.50.0",
13206]
13207
13208[[package]]
13209name = "reqwest"
13210version = "0.12.15"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13213dependencies = [
13214 "base64 0.22.1",
13215 "bytes 1.10.1",
13216 "futures-channel",
13217 "futures-core",
13218 "futures-util",
13219 "http 1.3.1",
13220 "http-body 1.0.1",
13221 "http-body-util",
13222 "hyper 1.6.0",
13223 "hyper-util",
13224 "ipnet",
13225 "js-sys",
13226 "log",
13227 "mime",
13228 "once_cell",
13229 "percent-encoding",
13230 "pin-project-lite",
13231 "serde",
13232 "serde_json",
13233 "serde_urlencoded",
13234 "sync_wrapper 1.0.2",
13235 "tokio",
13236 "tower 0.5.2",
13237 "tower-service",
13238 "url",
13239 "wasm-bindgen",
13240 "wasm-bindgen-futures",
13241 "web-sys",
13242 "windows-registry 0.4.0",
13243]
13244
13245[[package]]
13246name = "reqwest"
13247version = "0.12.15"
13248source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13249dependencies = [
13250 "base64 0.22.1",
13251 "bytes 1.10.1",
13252 "encoding_rs",
13253 "futures-core",
13254 "futures-util",
13255 "h2 0.4.9",
13256 "http 1.3.1",
13257 "http-body 1.0.1",
13258 "http-body-util",
13259 "hyper 1.6.0",
13260 "hyper-rustls 0.27.5",
13261 "hyper-util",
13262 "ipnet",
13263 "js-sys",
13264 "log",
13265 "mime",
13266 "mime_guess",
13267 "once_cell",
13268 "percent-encoding",
13269 "pin-project-lite",
13270 "quinn",
13271 "rustls 0.23.26",
13272 "rustls-native-certs 0.8.1",
13273 "rustls-pemfile 2.2.0",
13274 "rustls-pki-types",
13275 "serde",
13276 "serde_json",
13277 "serde_urlencoded",
13278 "sync_wrapper 1.0.2",
13279 "system-configuration 0.6.1",
13280 "tokio",
13281 "tokio-rustls 0.26.2",
13282 "tokio-socks",
13283 "tokio-util",
13284 "tower 0.5.2",
13285 "tower-service",
13286 "url",
13287 "wasm-bindgen",
13288 "wasm-bindgen-futures",
13289 "wasm-streams",
13290 "web-sys",
13291 "windows-registry 0.4.0",
13292]
13293
13294[[package]]
13295name = "reqwest_client"
13296version = "0.1.0"
13297dependencies = [
13298 "anyhow",
13299 "bytes 1.10.1",
13300 "futures 0.3.31",
13301 "gpui",
13302 "http_client",
13303 "http_client_tls",
13304 "log",
13305 "regex",
13306 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13307 "serde",
13308 "tokio",
13309 "workspace-hack",
13310]
13311
13312[[package]]
13313name = "resvg"
13314version = "0.45.1"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13317dependencies = [
13318 "log",
13319 "pico-args",
13320 "rgb",
13321 "svgtypes",
13322 "tiny-skia",
13323 "usvg",
13324]
13325
13326[[package]]
13327name = "rfc6979"
13328version = "0.3.1"
13329source = "registry+https://github.com/rust-lang/crates.io-index"
13330checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13331dependencies = [
13332 "crypto-bigint 0.4.9",
13333 "hmac",
13334 "zeroize",
13335]
13336
13337[[package]]
13338name = "rgb"
13339version = "0.8.50"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13342dependencies = [
13343 "bytemuck",
13344]
13345
13346[[package]]
13347name = "rich_text"
13348version = "0.1.0"
13349dependencies = [
13350 "futures 0.3.31",
13351 "gpui",
13352 "language",
13353 "linkify",
13354 "pulldown-cmark 0.12.2",
13355 "theme",
13356 "ui",
13357 "util",
13358 "workspace-hack",
13359]
13360
13361[[package]]
13362name = "ring"
13363version = "0.17.14"
13364source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13366dependencies = [
13367 "cc",
13368 "cfg-if",
13369 "getrandom 0.2.15",
13370 "libc",
13371 "untrusted",
13372 "windows-sys 0.52.0",
13373]
13374
13375[[package]]
13376name = "rkyv"
13377version = "0.7.45"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13380dependencies = [
13381 "bitvec",
13382 "bytecheck",
13383 "bytes 1.10.1",
13384 "hashbrown 0.12.3",
13385 "ptr_meta",
13386 "rend",
13387 "rkyv_derive",
13388 "seahash",
13389 "tinyvec",
13390 "uuid",
13391]
13392
13393[[package]]
13394name = "rkyv_derive"
13395version = "0.7.45"
13396source = "registry+https://github.com/rust-lang/crates.io-index"
13397checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13398dependencies = [
13399 "proc-macro2",
13400 "quote",
13401 "syn 1.0.109",
13402]
13403
13404[[package]]
13405name = "rmp"
13406version = "0.8.14"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13409dependencies = [
13410 "byteorder",
13411 "num-traits",
13412 "paste",
13413]
13414
13415[[package]]
13416name = "rmpv"
13417version = "1.3.0"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13420dependencies = [
13421 "num-traits",
13422 "rmp",
13423]
13424
13425[[package]]
13426name = "rodio"
13427version = "0.21.1"
13428source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13429dependencies = [
13430 "cpal",
13431 "dasp_sample",
13432 "hound",
13433 "num-rational",
13434 "rtrb",
13435 "symphonia",
13436 "thiserror 2.0.12",
13437]
13438
13439[[package]]
13440name = "rope"
13441version = "0.1.0"
13442dependencies = [
13443 "arrayvec",
13444 "criterion",
13445 "ctor",
13446 "gpui",
13447 "log",
13448 "rand 0.9.1",
13449 "rayon",
13450 "smallvec",
13451 "sum_tree",
13452 "unicode-segmentation",
13453 "util",
13454 "workspace-hack",
13455 "zlog",
13456]
13457
13458[[package]]
13459name = "roxmltree"
13460version = "0.20.0"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13463
13464[[package]]
13465name = "rpc"
13466version = "0.1.0"
13467dependencies = [
13468 "anyhow",
13469 "async-tungstenite",
13470 "base64 0.22.1",
13471 "chrono",
13472 "collections",
13473 "futures 0.3.31",
13474 "gpui",
13475 "parking_lot",
13476 "proto",
13477 "rand 0.9.1",
13478 "rsa",
13479 "serde",
13480 "serde_json",
13481 "sha2",
13482 "strum 0.27.1",
13483 "tracing",
13484 "util",
13485 "workspace-hack",
13486 "zlog",
13487 "zstd",
13488]
13489
13490[[package]]
13491name = "rsa"
13492version = "0.9.8"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13495dependencies = [
13496 "const-oid",
13497 "digest",
13498 "num-bigint-dig",
13499 "num-integer",
13500 "num-traits",
13501 "pkcs1",
13502 "pkcs8 0.10.2",
13503 "rand_core 0.6.4",
13504 "signature 2.2.0",
13505 "spki 0.7.3",
13506 "subtle",
13507 "zeroize",
13508]
13509
13510[[package]]
13511name = "rtrb"
13512version = "0.3.2"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13515
13516[[package]]
13517name = "rules_library"
13518version = "0.1.0"
13519dependencies = [
13520 "anyhow",
13521 "collections",
13522 "editor",
13523 "gpui",
13524 "language",
13525 "language_model",
13526 "log",
13527 "menu",
13528 "picker",
13529 "prompt_store",
13530 "release_channel",
13531 "rope",
13532 "serde",
13533 "settings",
13534 "theme",
13535 "title_bar",
13536 "ui",
13537 "util",
13538 "workspace",
13539 "workspace-hack",
13540 "zed_actions",
13541]
13542
13543[[package]]
13544name = "runtimelib"
13545version = "0.25.0"
13546source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13547dependencies = [
13548 "anyhow",
13549 "async-dispatcher",
13550 "async-std",
13551 "base64 0.22.1",
13552 "bytes 1.10.1",
13553 "chrono",
13554 "data-encoding",
13555 "dirs 5.0.1",
13556 "futures 0.3.31",
13557 "glob",
13558 "jupyter-protocol",
13559 "ring",
13560 "serde",
13561 "serde_json",
13562 "shellexpand 3.1.1",
13563 "smol",
13564 "uuid",
13565 "zeromq",
13566]
13567
13568[[package]]
13569name = "rust-embed"
13570version = "8.7.0"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13573dependencies = [
13574 "rust-embed-impl",
13575 "rust-embed-utils",
13576 "walkdir",
13577]
13578
13579[[package]]
13580name = "rust-embed-impl"
13581version = "8.7.0"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13584dependencies = [
13585 "proc-macro2",
13586 "quote",
13587 "rust-embed-utils",
13588 "syn 2.0.101",
13589 "walkdir",
13590]
13591
13592[[package]]
13593name = "rust-embed-utils"
13594version = "8.7.0"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13597dependencies = [
13598 "globset",
13599 "sha2",
13600 "walkdir",
13601]
13602
13603[[package]]
13604name = "rust_decimal"
13605version = "1.37.1"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13608dependencies = [
13609 "arrayvec",
13610 "borsh",
13611 "bytes 1.10.1",
13612 "num-traits",
13613 "rand 0.8.5",
13614 "rkyv",
13615 "serde",
13616 "serde_json",
13617]
13618
13619[[package]]
13620name = "rustc-demangle"
13621version = "0.1.24"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13624
13625[[package]]
13626name = "rustc-hash"
13627version = "1.1.0"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13630
13631[[package]]
13632name = "rustc-hash"
13633version = "2.1.1"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13636
13637[[package]]
13638name = "rustc_version"
13639version = "0.4.1"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13642dependencies = [
13643 "semver",
13644]
13645
13646[[package]]
13647name = "rustfft"
13648version = "6.4.0"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13651dependencies = [
13652 "num-complex",
13653 "num-integer",
13654 "num-traits",
13655 "primal-check",
13656 "strength_reduce",
13657 "transpose",
13658]
13659
13660[[package]]
13661name = "rustix"
13662version = "0.38.44"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13665dependencies = [
13666 "bitflags 2.9.0",
13667 "errno 0.3.11",
13668 "libc",
13669 "linux-raw-sys 0.4.15",
13670 "windows-sys 0.59.0",
13671]
13672
13673[[package]]
13674name = "rustix"
13675version = "1.0.7"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13678dependencies = [
13679 "bitflags 2.9.0",
13680 "errno 0.3.11",
13681 "libc",
13682 "linux-raw-sys 0.9.4",
13683 "windows-sys 0.59.0",
13684]
13685
13686[[package]]
13687name = "rustix-linux-procfs"
13688version = "0.1.1"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13691dependencies = [
13692 "once_cell",
13693 "rustix 1.0.7",
13694]
13695
13696[[package]]
13697name = "rustix-openpty"
13698version = "0.2.0"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13701dependencies = [
13702 "errno 0.3.11",
13703 "libc",
13704 "rustix 1.0.7",
13705]
13706
13707[[package]]
13708name = "rustls"
13709version = "0.21.12"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13712dependencies = [
13713 "log",
13714 "ring",
13715 "rustls-webpki 0.101.7",
13716 "sct",
13717]
13718
13719[[package]]
13720name = "rustls"
13721version = "0.23.26"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13724dependencies = [
13725 "aws-lc-rs",
13726 "log",
13727 "once_cell",
13728 "ring",
13729 "rustls-pki-types",
13730 "rustls-webpki 0.103.1",
13731 "subtle",
13732 "zeroize",
13733]
13734
13735[[package]]
13736name = "rustls-native-certs"
13737version = "0.6.3"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13740dependencies = [
13741 "openssl-probe",
13742 "rustls-pemfile 1.0.4",
13743 "schannel",
13744 "security-framework 2.11.1",
13745]
13746
13747[[package]]
13748name = "rustls-native-certs"
13749version = "0.8.1"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13752dependencies = [
13753 "openssl-probe",
13754 "rustls-pki-types",
13755 "schannel",
13756 "security-framework 3.2.0",
13757]
13758
13759[[package]]
13760name = "rustls-pemfile"
13761version = "1.0.4"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13764dependencies = [
13765 "base64 0.21.7",
13766]
13767
13768[[package]]
13769name = "rustls-pemfile"
13770version = "2.2.0"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13773dependencies = [
13774 "rustls-pki-types",
13775]
13776
13777[[package]]
13778name = "rustls-pki-types"
13779version = "1.12.0"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13782dependencies = [
13783 "web-time",
13784 "zeroize",
13785]
13786
13787[[package]]
13788name = "rustls-platform-verifier"
13789version = "0.5.1"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13792dependencies = [
13793 "core-foundation 0.10.0",
13794 "core-foundation-sys",
13795 "jni",
13796 "log",
13797 "once_cell",
13798 "rustls 0.23.26",
13799 "rustls-native-certs 0.8.1",
13800 "rustls-platform-verifier-android",
13801 "rustls-webpki 0.103.1",
13802 "security-framework 3.2.0",
13803 "security-framework-sys",
13804 "webpki-root-certs",
13805 "windows-sys 0.59.0",
13806]
13807
13808[[package]]
13809name = "rustls-platform-verifier-android"
13810version = "0.1.1"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13813
13814[[package]]
13815name = "rustls-webpki"
13816version = "0.101.7"
13817source = "registry+https://github.com/rust-lang/crates.io-index"
13818checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13819dependencies = [
13820 "ring",
13821 "untrusted",
13822]
13823
13824[[package]]
13825name = "rustls-webpki"
13826version = "0.103.1"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13829dependencies = [
13830 "aws-lc-rs",
13831 "ring",
13832 "rustls-pki-types",
13833 "untrusted",
13834]
13835
13836[[package]]
13837name = "rustversion"
13838version = "1.0.20"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13841
13842[[package]]
13843name = "rustybuzz"
13844version = "0.14.1"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13847dependencies = [
13848 "bitflags 2.9.0",
13849 "bytemuck",
13850 "libm",
13851 "smallvec",
13852 "ttf-parser 0.21.1",
13853 "unicode-bidi-mirroring 0.2.0",
13854 "unicode-ccc 0.2.0",
13855 "unicode-properties",
13856 "unicode-script",
13857]
13858
13859[[package]]
13860name = "rustybuzz"
13861version = "0.20.1"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13864dependencies = [
13865 "bitflags 2.9.0",
13866 "bytemuck",
13867 "core_maths",
13868 "log",
13869 "smallvec",
13870 "ttf-parser 0.25.1",
13871 "unicode-bidi-mirroring 0.4.0",
13872 "unicode-ccc 0.4.0",
13873 "unicode-properties",
13874 "unicode-script",
13875]
13876
13877[[package]]
13878name = "ryu"
13879version = "1.0.20"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13882
13883[[package]]
13884name = "safetensors"
13885version = "0.4.5"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13888dependencies = [
13889 "serde",
13890 "serde_json",
13891]
13892
13893[[package]]
13894name = "salsa20"
13895version = "0.10.2"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13898dependencies = [
13899 "cipher",
13900]
13901
13902[[package]]
13903name = "same-file"
13904version = "1.0.6"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13907dependencies = [
13908 "winapi-util",
13909]
13910
13911[[package]]
13912name = "scap"
13913version = "0.0.8"
13914source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13915dependencies = [
13916 "anyhow",
13917 "cocoa 0.25.0",
13918 "core-graphics-helmer-fork",
13919 "log",
13920 "objc",
13921 "rand 0.8.5",
13922 "screencapturekit",
13923 "screencapturekit-sys",
13924 "sysinfo",
13925 "tao-core-video-sys",
13926 "windows 0.61.1",
13927 "windows-capture",
13928 "x11",
13929 "xcb",
13930]
13931
13932[[package]]
13933name = "schannel"
13934version = "0.1.27"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13937dependencies = [
13938 "windows-sys 0.59.0",
13939]
13940
13941[[package]]
13942name = "scheduler"
13943version = "0.1.0"
13944dependencies = [
13945 "async-task",
13946 "backtrace",
13947 "chrono",
13948 "futures 0.3.31",
13949 "parking_lot",
13950 "rand 0.9.1",
13951 "workspace-hack",
13952]
13953
13954[[package]]
13955name = "schema_generator"
13956version = "0.1.0"
13957dependencies = [
13958 "anyhow",
13959 "clap",
13960 "env_logger 0.11.8",
13961 "schemars 1.0.1",
13962 "serde",
13963 "serde_json",
13964 "theme",
13965 "workspace-hack",
13966]
13967
13968[[package]]
13969name = "schemars"
13970version = "0.9.0"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13973dependencies = [
13974 "dyn-clone",
13975 "ref-cast",
13976 "serde",
13977 "serde_json",
13978]
13979
13980[[package]]
13981name = "schemars"
13982version = "1.0.1"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13985dependencies = [
13986 "dyn-clone",
13987 "indexmap 2.9.0",
13988 "ref-cast",
13989 "schemars_derive",
13990 "serde",
13991 "serde_json",
13992]
13993
13994[[package]]
13995name = "schemars_derive"
13996version = "1.0.1"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
13999dependencies = [
14000 "proc-macro2",
14001 "quote",
14002 "serde_derive_internals",
14003 "syn 2.0.101",
14004]
14005
14006[[package]]
14007name = "scoped-tls"
14008version = "1.0.1"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14011
14012[[package]]
14013name = "scopeguard"
14014version = "1.2.0"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14017
14018[[package]]
14019name = "scratch"
14020version = "1.0.8"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14023
14024[[package]]
14025name = "screencapturekit"
14026version = "0.2.8"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14029dependencies = [
14030 "screencapturekit-sys",
14031]
14032
14033[[package]]
14034name = "screencapturekit-sys"
14035version = "0.2.8"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14038dependencies = [
14039 "block",
14040 "dispatch",
14041 "objc",
14042 "objc-foundation",
14043 "objc_id",
14044 "once_cell",
14045]
14046
14047[[package]]
14048name = "scroll"
14049version = "0.12.0"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14052dependencies = [
14053 "scroll_derive",
14054]
14055
14056[[package]]
14057name = "scroll_derive"
14058version = "0.12.1"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14061dependencies = [
14062 "proc-macro2",
14063 "quote",
14064 "syn 2.0.101",
14065]
14066
14067[[package]]
14068name = "scrypt"
14069version = "0.11.0"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14072dependencies = [
14073 "password-hash 0.5.0",
14074 "pbkdf2 0.12.2",
14075 "salsa20",
14076 "sha2",
14077]
14078
14079[[package]]
14080name = "sct"
14081version = "0.7.1"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14084dependencies = [
14085 "ring",
14086 "untrusted",
14087]
14088
14089[[package]]
14090name = "sea-bae"
14091version = "0.2.1"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14094dependencies = [
14095 "heck 0.4.1",
14096 "proc-macro-error2",
14097 "proc-macro2",
14098 "quote",
14099 "syn 2.0.101",
14100]
14101
14102[[package]]
14103name = "sea-orm"
14104version = "1.1.10"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14107dependencies = [
14108 "async-stream",
14109 "async-trait",
14110 "bigdecimal",
14111 "chrono",
14112 "futures-util",
14113 "log",
14114 "ouroboros",
14115 "pgvector",
14116 "rust_decimal",
14117 "sea-orm-macros",
14118 "sea-query",
14119 "sea-query-binder",
14120 "serde",
14121 "serde_json",
14122 "sqlx",
14123 "strum 0.26.3",
14124 "thiserror 2.0.12",
14125 "time",
14126 "tracing",
14127 "url",
14128 "uuid",
14129]
14130
14131[[package]]
14132name = "sea-orm-macros"
14133version = "1.1.10"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14136dependencies = [
14137 "heck 0.4.1",
14138 "proc-macro2",
14139 "quote",
14140 "sea-bae",
14141 "syn 2.0.101",
14142 "unicode-ident",
14143]
14144
14145[[package]]
14146name = "sea-query"
14147version = "0.32.4"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14150dependencies = [
14151 "bigdecimal",
14152 "chrono",
14153 "inherent",
14154 "ordered-float 4.6.0",
14155 "rust_decimal",
14156 "serde_json",
14157 "time",
14158 "uuid",
14159]
14160
14161[[package]]
14162name = "sea-query-binder"
14163version = "0.7.0"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14166dependencies = [
14167 "bigdecimal",
14168 "chrono",
14169 "rust_decimal",
14170 "sea-query",
14171 "serde_json",
14172 "sqlx",
14173 "time",
14174 "uuid",
14175]
14176
14177[[package]]
14178name = "seahash"
14179version = "4.1.0"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14182
14183[[package]]
14184name = "search"
14185version = "0.1.0"
14186dependencies = [
14187 "any_vec",
14188 "anyhow",
14189 "bitflags 2.9.0",
14190 "client",
14191 "collections",
14192 "editor",
14193 "futures 0.3.31",
14194 "gpui",
14195 "language",
14196 "menu",
14197 "project",
14198 "schemars 1.0.1",
14199 "serde",
14200 "serde_json",
14201 "settings",
14202 "smol",
14203 "theme",
14204 "ui",
14205 "unindent",
14206 "util",
14207 "workspace",
14208 "workspace-hack",
14209 "zed_actions",
14210]
14211
14212[[package]]
14213name = "sec1"
14214version = "0.3.0"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14217dependencies = [
14218 "base16ct",
14219 "der 0.6.1",
14220 "generic-array",
14221 "pkcs8 0.9.0",
14222 "subtle",
14223 "zeroize",
14224]
14225
14226[[package]]
14227name = "security-framework"
14228version = "2.11.1"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14231dependencies = [
14232 "bitflags 2.9.0",
14233 "core-foundation 0.9.4",
14234 "core-foundation-sys",
14235 "libc",
14236 "security-framework-sys",
14237]
14238
14239[[package]]
14240name = "security-framework"
14241version = "3.2.0"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14244dependencies = [
14245 "bitflags 2.9.0",
14246 "core-foundation 0.10.0",
14247 "core-foundation-sys",
14248 "libc",
14249 "security-framework-sys",
14250]
14251
14252[[package]]
14253name = "security-framework-sys"
14254version = "2.14.0"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14257dependencies = [
14258 "core-foundation-sys",
14259 "libc",
14260]
14261
14262[[package]]
14263name = "self_cell"
14264version = "1.2.0"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14267
14268[[package]]
14269name = "semantic_version"
14270version = "0.1.0"
14271dependencies = [
14272 "anyhow",
14273 "serde",
14274 "workspace-hack",
14275]
14276
14277[[package]]
14278name = "semver"
14279version = "1.0.26"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14282dependencies = [
14283 "serde",
14284]
14285
14286[[package]]
14287name = "seq-macro"
14288version = "0.3.6"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14291
14292[[package]]
14293name = "serde"
14294version = "1.0.221"
14295source = "registry+https://github.com/rust-lang/crates.io-index"
14296checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14297dependencies = [
14298 "serde_core",
14299 "serde_derive",
14300]
14301
14302[[package]]
14303name = "serde_core"
14304version = "1.0.221"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14307dependencies = [
14308 "serde_derive",
14309]
14310
14311[[package]]
14312name = "serde_derive"
14313version = "1.0.221"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14316dependencies = [
14317 "proc-macro2",
14318 "quote",
14319 "syn 2.0.101",
14320]
14321
14322[[package]]
14323name = "serde_derive_internals"
14324version = "0.29.1"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14327dependencies = [
14328 "proc-macro2",
14329 "quote",
14330 "syn 2.0.101",
14331]
14332
14333[[package]]
14334name = "serde_fmt"
14335version = "1.0.3"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14338dependencies = [
14339 "serde",
14340]
14341
14342[[package]]
14343name = "serde_json"
14344version = "1.0.144"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14347dependencies = [
14348 "indexmap 2.9.0",
14349 "itoa",
14350 "memchr",
14351 "ryu",
14352 "serde_core",
14353]
14354
14355[[package]]
14356name = "serde_json_lenient"
14357version = "0.2.4"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14360dependencies = [
14361 "indexmap 2.9.0",
14362 "itoa",
14363 "memchr",
14364 "ryu",
14365 "serde",
14366]
14367
14368[[package]]
14369name = "serde_path_to_error"
14370version = "0.1.17"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14373dependencies = [
14374 "itoa",
14375 "serde",
14376]
14377
14378[[package]]
14379name = "serde_repr"
14380version = "0.1.20"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14383dependencies = [
14384 "proc-macro2",
14385 "quote",
14386 "syn 2.0.101",
14387]
14388
14389[[package]]
14390name = "serde_spanned"
14391version = "0.6.8"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14394dependencies = [
14395 "serde",
14396]
14397
14398[[package]]
14399name = "serde_urlencoded"
14400version = "0.7.1"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14403dependencies = [
14404 "form_urlencoded",
14405 "itoa",
14406 "ryu",
14407 "serde",
14408]
14409
14410[[package]]
14411name = "serde_with"
14412version = "3.13.0"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14415dependencies = [
14416 "base64 0.22.1",
14417 "chrono",
14418 "hex",
14419 "indexmap 1.9.3",
14420 "indexmap 2.9.0",
14421 "schemars 0.9.0",
14422 "serde",
14423 "serde_derive",
14424 "serde_json",
14425 "serde_with_macros",
14426 "time",
14427]
14428
14429[[package]]
14430name = "serde_with_macros"
14431version = "3.13.0"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14434dependencies = [
14435 "darling",
14436 "proc-macro2",
14437 "quote",
14438 "syn 2.0.101",
14439]
14440
14441[[package]]
14442name = "serial2"
14443version = "0.2.29"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14446dependencies = [
14447 "cfg-if",
14448 "libc",
14449 "winapi",
14450]
14451
14452[[package]]
14453name = "session"
14454version = "0.1.0"
14455dependencies = [
14456 "db",
14457 "gpui",
14458 "serde_json",
14459 "util",
14460 "uuid",
14461 "workspace-hack",
14462]
14463
14464[[package]]
14465name = "settings"
14466version = "0.1.0"
14467dependencies = [
14468 "anyhow",
14469 "collections",
14470 "ec4rs",
14471 "fs",
14472 "futures 0.3.31",
14473 "gpui",
14474 "indoc",
14475 "inventory",
14476 "log",
14477 "paths",
14478 "pretty_assertions",
14479 "release_channel",
14480 "rust-embed",
14481 "schemars 1.0.1",
14482 "serde",
14483 "serde_json",
14484 "serde_json_lenient",
14485 "serde_path_to_error",
14486 "serde_repr",
14487 "serde_with",
14488 "settings_macros",
14489 "smallvec",
14490 "strum 0.27.1",
14491 "tree-sitter",
14492 "tree-sitter-json",
14493 "unindent",
14494 "util",
14495 "workspace-hack",
14496 "zlog",
14497]
14498
14499[[package]]
14500name = "settings_macros"
14501version = "0.1.0"
14502dependencies = [
14503 "quote",
14504 "settings",
14505 "syn 2.0.101",
14506 "workspace-hack",
14507]
14508
14509[[package]]
14510name = "settings_profile_selector"
14511version = "0.1.0"
14512dependencies = [
14513 "client",
14514 "editor",
14515 "fuzzy",
14516 "gpui",
14517 "language",
14518 "menu",
14519 "picker",
14520 "project",
14521 "serde_json",
14522 "settings",
14523 "theme",
14524 "ui",
14525 "workspace",
14526 "workspace-hack",
14527 "zed_actions",
14528]
14529
14530[[package]]
14531name = "settings_ui"
14532version = "0.1.0"
14533dependencies = [
14534 "anyhow",
14535 "assets",
14536 "client",
14537 "command_palette_hooks",
14538 "editor",
14539 "feature_flags",
14540 "fs",
14541 "futures 0.3.31",
14542 "fuzzy",
14543 "gpui",
14544 "language",
14545 "menu",
14546 "node_runtime",
14547 "paths",
14548 "project",
14549 "serde",
14550 "session",
14551 "settings",
14552 "strum 0.27.1",
14553 "theme",
14554 "ui",
14555 "util",
14556 "workspace",
14557 "workspace-hack",
14558 "zlog",
14559]
14560
14561[[package]]
14562name = "sha1"
14563version = "0.10.6"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14566dependencies = [
14567 "cfg-if",
14568 "cpufeatures",
14569 "digest",
14570]
14571
14572[[package]]
14573name = "sha1_smol"
14574version = "1.0.1"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14577
14578[[package]]
14579name = "sha2"
14580version = "0.10.9"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
14583dependencies = [
14584 "cfg-if",
14585 "cpufeatures",
14586 "digest",
14587]
14588
14589[[package]]
14590name = "sharded-slab"
14591version = "0.1.7"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14594dependencies = [
14595 "lazy_static",
14596]
14597
14598[[package]]
14599name = "shared_library"
14600version = "0.1.9"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14603dependencies = [
14604 "lazy_static",
14605 "libc",
14606]
14607
14608[[package]]
14609name = "shell-words"
14610version = "1.1.0"
14611source = "registry+https://github.com/rust-lang/crates.io-index"
14612checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14613
14614[[package]]
14615name = "shellexpand"
14616version = "2.1.2"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14619dependencies = [
14620 "dirs 4.0.0",
14621]
14622
14623[[package]]
14624name = "shellexpand"
14625version = "3.1.1"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14628dependencies = [
14629 "dirs 6.0.0",
14630]
14631
14632[[package]]
14633name = "shlex"
14634version = "1.3.0"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14637
14638[[package]]
14639name = "signal-hook"
14640version = "0.3.17"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14643dependencies = [
14644 "libc",
14645 "signal-hook-registry",
14646]
14647
14648[[package]]
14649name = "signal-hook-registry"
14650version = "1.4.5"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14653dependencies = [
14654 "libc",
14655]
14656
14657[[package]]
14658name = "signature"
14659version = "1.6.4"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14662dependencies = [
14663 "digest",
14664 "rand_core 0.6.4",
14665]
14666
14667[[package]]
14668name = "signature"
14669version = "2.2.0"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14672dependencies = [
14673 "digest",
14674 "rand_core 0.6.4",
14675]
14676
14677[[package]]
14678name = "simd-adler32"
14679version = "0.3.7"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14682
14683[[package]]
14684name = "simd_helpers"
14685version = "0.1.0"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14688dependencies = [
14689 "quote",
14690]
14691
14692[[package]]
14693name = "simdutf8"
14694version = "0.1.5"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14697
14698[[package]]
14699name = "simple_asn1"
14700version = "0.6.3"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14703dependencies = [
14704 "num-bigint",
14705 "num-traits",
14706 "thiserror 2.0.12",
14707 "time",
14708]
14709
14710[[package]]
14711name = "simplecss"
14712version = "0.2.2"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14715dependencies = [
14716 "log",
14717]
14718
14719[[package]]
14720name = "simplelog"
14721version = "0.12.2"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14724dependencies = [
14725 "log",
14726 "termcolor",
14727 "time",
14728]
14729
14730[[package]]
14731name = "siphasher"
14732version = "1.0.1"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14735
14736[[package]]
14737name = "skrifa"
14738version = "0.26.6"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14741dependencies = [
14742 "bytemuck",
14743 "read-fonts",
14744]
14745
14746[[package]]
14747name = "slab"
14748version = "0.4.9"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14751dependencies = [
14752 "autocfg",
14753]
14754
14755[[package]]
14756name = "slash_commands_example"
14757version = "0.1.0"
14758dependencies = [
14759 "zed_extension_api 0.1.0",
14760]
14761
14762[[package]]
14763name = "slotmap"
14764version = "1.0.7"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14767dependencies = [
14768 "version_check",
14769]
14770
14771[[package]]
14772name = "smallvec"
14773version = "1.15.0"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14776dependencies = [
14777 "serde",
14778]
14779
14780[[package]]
14781name = "smart-default"
14782version = "0.7.1"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14785dependencies = [
14786 "proc-macro2",
14787 "quote",
14788 "syn 2.0.101",
14789]
14790
14791[[package]]
14792name = "smol"
14793version = "2.0.2"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14796dependencies = [
14797 "async-channel 2.3.1",
14798 "async-executor",
14799 "async-fs",
14800 "async-io",
14801 "async-lock",
14802 "async-net",
14803 "async-process",
14804 "blocking",
14805 "futures-lite 2.6.0",
14806]
14807
14808[[package]]
14809name = "smol_str"
14810version = "0.2.2"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14813
14814[[package]]
14815name = "snippet"
14816version = "0.1.0"
14817dependencies = [
14818 "anyhow",
14819 "smallvec",
14820 "workspace-hack",
14821]
14822
14823[[package]]
14824name = "snippet_provider"
14825version = "0.1.0"
14826dependencies = [
14827 "anyhow",
14828 "collections",
14829 "extension",
14830 "fs",
14831 "futures 0.3.31",
14832 "gpui",
14833 "indoc",
14834 "parking_lot",
14835 "paths",
14836 "schemars 1.0.1",
14837 "serde",
14838 "serde_json",
14839 "serde_json_lenient",
14840 "snippet",
14841 "util",
14842 "workspace-hack",
14843]
14844
14845[[package]]
14846name = "snippets_ui"
14847version = "0.1.0"
14848dependencies = [
14849 "file_finder",
14850 "file_icons",
14851 "fuzzy",
14852 "gpui",
14853 "language",
14854 "paths",
14855 "picker",
14856 "settings",
14857 "ui",
14858 "util",
14859 "workspace",
14860 "workspace-hack",
14861]
14862
14863[[package]]
14864name = "socket2"
14865version = "0.5.9"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14868dependencies = [
14869 "libc",
14870 "windows-sys 0.52.0",
14871]
14872
14873[[package]]
14874name = "spdx"
14875version = "0.10.8"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14878dependencies = [
14879 "smallvec",
14880]
14881
14882[[package]]
14883name = "spin"
14884version = "0.9.8"
14885source = "registry+https://github.com/rust-lang/crates.io-index"
14886checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14887dependencies = [
14888 "lock_api",
14889]
14890
14891[[package]]
14892name = "spirv"
14893version = "0.3.0+sdk-1.3.268.0"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14896dependencies = [
14897 "bitflags 2.9.0",
14898]
14899
14900[[package]]
14901name = "spki"
14902version = "0.6.0"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14905dependencies = [
14906 "base64ct",
14907 "der 0.6.1",
14908]
14909
14910[[package]]
14911name = "spki"
14912version = "0.7.3"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14915dependencies = [
14916 "base64ct",
14917 "der 0.7.10",
14918]
14919
14920[[package]]
14921name = "sptr"
14922version = "0.3.2"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14925
14926[[package]]
14927name = "sqlez"
14928version = "0.1.0"
14929dependencies = [
14930 "anyhow",
14931 "collections",
14932 "futures 0.3.31",
14933 "indoc",
14934 "libsqlite3-sys",
14935 "log",
14936 "parking_lot",
14937 "smol",
14938 "sqlformat",
14939 "thread_local",
14940 "util",
14941 "uuid",
14942 "workspace-hack",
14943]
14944
14945[[package]]
14946name = "sqlez_macros"
14947version = "0.1.0"
14948dependencies = [
14949 "sqlez",
14950 "sqlformat",
14951 "syn 2.0.101",
14952 "workspace-hack",
14953]
14954
14955[[package]]
14956name = "sqlformat"
14957version = "0.2.6"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14960dependencies = [
14961 "nom 7.1.3",
14962 "unicode_categories",
14963]
14964
14965[[package]]
14966name = "sqlx"
14967version = "0.8.5"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14970dependencies = [
14971 "sqlx-core",
14972 "sqlx-macros",
14973 "sqlx-mysql",
14974 "sqlx-postgres",
14975 "sqlx-sqlite",
14976]
14977
14978[[package]]
14979name = "sqlx-core"
14980version = "0.8.5"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14983dependencies = [
14984 "base64 0.22.1",
14985 "bigdecimal",
14986 "bytes 1.10.1",
14987 "chrono",
14988 "crc",
14989 "crossbeam-queue",
14990 "either",
14991 "event-listener 5.4.0",
14992 "futures-core",
14993 "futures-intrusive",
14994 "futures-io",
14995 "futures-util",
14996 "hashbrown 0.15.3",
14997 "hashlink 0.10.0",
14998 "indexmap 2.9.0",
14999 "log",
15000 "memchr",
15001 "once_cell",
15002 "percent-encoding",
15003 "rust_decimal",
15004 "rustls 0.23.26",
15005 "serde",
15006 "serde_json",
15007 "sha2",
15008 "smallvec",
15009 "thiserror 2.0.12",
15010 "time",
15011 "tokio",
15012 "tokio-stream",
15013 "tracing",
15014 "url",
15015 "uuid",
15016 "webpki-roots",
15017]
15018
15019[[package]]
15020name = "sqlx-macros"
15021version = "0.8.5"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15024dependencies = [
15025 "proc-macro2",
15026 "quote",
15027 "sqlx-core",
15028 "sqlx-macros-core",
15029 "syn 2.0.101",
15030]
15031
15032[[package]]
15033name = "sqlx-macros-core"
15034version = "0.8.5"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15037dependencies = [
15038 "dotenvy",
15039 "either",
15040 "heck 0.5.0",
15041 "hex",
15042 "once_cell",
15043 "proc-macro2",
15044 "quote",
15045 "serde",
15046 "serde_json",
15047 "sha2",
15048 "sqlx-core",
15049 "sqlx-mysql",
15050 "sqlx-postgres",
15051 "sqlx-sqlite",
15052 "syn 2.0.101",
15053 "tempfile",
15054 "tokio",
15055 "url",
15056]
15057
15058[[package]]
15059name = "sqlx-mysql"
15060version = "0.8.5"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15063dependencies = [
15064 "atoi",
15065 "base64 0.22.1",
15066 "bigdecimal",
15067 "bitflags 2.9.0",
15068 "byteorder",
15069 "bytes 1.10.1",
15070 "chrono",
15071 "crc",
15072 "digest",
15073 "dotenvy",
15074 "either",
15075 "futures-channel",
15076 "futures-core",
15077 "futures-io",
15078 "futures-util",
15079 "generic-array",
15080 "hex",
15081 "hkdf",
15082 "hmac",
15083 "itoa",
15084 "log",
15085 "md-5",
15086 "memchr",
15087 "once_cell",
15088 "percent-encoding",
15089 "rand 0.8.5",
15090 "rsa",
15091 "rust_decimal",
15092 "serde",
15093 "sha1",
15094 "sha2",
15095 "smallvec",
15096 "sqlx-core",
15097 "stringprep",
15098 "thiserror 2.0.12",
15099 "time",
15100 "tracing",
15101 "uuid",
15102 "whoami",
15103]
15104
15105[[package]]
15106name = "sqlx-postgres"
15107version = "0.8.5"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15110dependencies = [
15111 "atoi",
15112 "base64 0.22.1",
15113 "bigdecimal",
15114 "bitflags 2.9.0",
15115 "byteorder",
15116 "chrono",
15117 "crc",
15118 "dotenvy",
15119 "etcetera",
15120 "futures-channel",
15121 "futures-core",
15122 "futures-util",
15123 "hex",
15124 "hkdf",
15125 "hmac",
15126 "home",
15127 "itoa",
15128 "log",
15129 "md-5",
15130 "memchr",
15131 "num-bigint",
15132 "once_cell",
15133 "rand 0.8.5",
15134 "rust_decimal",
15135 "serde",
15136 "serde_json",
15137 "sha2",
15138 "smallvec",
15139 "sqlx-core",
15140 "stringprep",
15141 "thiserror 2.0.12",
15142 "time",
15143 "tracing",
15144 "uuid",
15145 "whoami",
15146]
15147
15148[[package]]
15149name = "sqlx-sqlite"
15150version = "0.8.5"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15153dependencies = [
15154 "atoi",
15155 "chrono",
15156 "flume",
15157 "futures-channel",
15158 "futures-core",
15159 "futures-executor",
15160 "futures-intrusive",
15161 "futures-util",
15162 "libsqlite3-sys",
15163 "log",
15164 "percent-encoding",
15165 "serde",
15166 "serde_urlencoded",
15167 "sqlx-core",
15168 "thiserror 2.0.12",
15169 "time",
15170 "tracing",
15171 "url",
15172 "uuid",
15173]
15174
15175[[package]]
15176name = "stable_deref_trait"
15177version = "1.2.0"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15180
15181[[package]]
15182name = "stacker"
15183version = "0.1.21"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15186dependencies = [
15187 "cc",
15188 "cfg-if",
15189 "libc",
15190 "psm",
15191 "windows-sys 0.59.0",
15192]
15193
15194[[package]]
15195name = "stacksafe"
15196version = "0.1.4"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15199dependencies = [
15200 "stacker",
15201 "stacksafe-macro",
15202]
15203
15204[[package]]
15205name = "stacksafe-macro"
15206version = "0.1.4"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15209dependencies = [
15210 "proc-macro-error2",
15211 "quote",
15212 "syn 2.0.101",
15213]
15214
15215[[package]]
15216name = "static_assertions"
15217version = "1.1.0"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15220
15221[[package]]
15222name = "story"
15223version = "0.1.0"
15224dependencies = [
15225 "gpui",
15226 "itertools 0.14.0",
15227 "smallvec",
15228 "workspace-hack",
15229]
15230
15231[[package]]
15232name = "storybook"
15233version = "0.1.0"
15234dependencies = [
15235 "anyhow",
15236 "clap",
15237 "collab_ui",
15238 "ctrlc",
15239 "dialoguer",
15240 "editor",
15241 "fuzzy",
15242 "gpui",
15243 "indoc",
15244 "language",
15245 "log",
15246 "menu",
15247 "picker",
15248 "project",
15249 "reqwest_client",
15250 "rust-embed",
15251 "settings",
15252 "simplelog",
15253 "story",
15254 "strum 0.27.1",
15255 "theme",
15256 "title_bar",
15257 "ui",
15258 "workspace",
15259 "workspace-hack",
15260]
15261
15262[[package]]
15263name = "streaming-iterator"
15264version = "0.1.9"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15267
15268[[package]]
15269name = "streaming_diff"
15270version = "0.1.0"
15271dependencies = [
15272 "ordered-float 2.10.1",
15273 "rand 0.9.1",
15274 "rope",
15275 "util",
15276 "workspace-hack",
15277]
15278
15279[[package]]
15280name = "strength_reduce"
15281version = "0.2.4"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15284
15285[[package]]
15286name = "strict-num"
15287version = "0.1.1"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15290dependencies = [
15291 "float-cmp",
15292]
15293
15294[[package]]
15295name = "string_cache"
15296version = "0.8.9"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15299dependencies = [
15300 "new_debug_unreachable",
15301 "parking_lot",
15302 "phf_shared",
15303 "precomputed-hash",
15304 "serde",
15305]
15306
15307[[package]]
15308name = "string_cache_codegen"
15309version = "0.5.4"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15312dependencies = [
15313 "phf_generator",
15314 "phf_shared",
15315 "proc-macro2",
15316 "quote",
15317]
15318
15319[[package]]
15320name = "stringprep"
15321version = "0.1.5"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15324dependencies = [
15325 "unicode-bidi",
15326 "unicode-normalization",
15327 "unicode-properties",
15328]
15329
15330[[package]]
15331name = "strsim"
15332version = "0.11.1"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15335
15336[[package]]
15337name = "strum"
15338version = "0.26.3"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15341dependencies = [
15342 "strum_macros 0.26.4",
15343]
15344
15345[[package]]
15346name = "strum"
15347version = "0.27.1"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15350dependencies = [
15351 "strum_macros 0.27.1",
15352]
15353
15354[[package]]
15355name = "strum_macros"
15356version = "0.26.4"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15359dependencies = [
15360 "heck 0.5.0",
15361 "proc-macro2",
15362 "quote",
15363 "rustversion",
15364 "syn 2.0.101",
15365]
15366
15367[[package]]
15368name = "strum_macros"
15369version = "0.27.1"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15372dependencies = [
15373 "heck 0.5.0",
15374 "proc-macro2",
15375 "quote",
15376 "rustversion",
15377 "syn 2.0.101",
15378]
15379
15380[[package]]
15381name = "subtle"
15382version = "2.6.1"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15385
15386[[package]]
15387name = "sum_tree"
15388version = "0.1.0"
15389dependencies = [
15390 "arrayvec",
15391 "ctor",
15392 "log",
15393 "rand 0.9.1",
15394 "rayon",
15395 "workspace-hack",
15396 "zlog",
15397]
15398
15399[[package]]
15400name = "supermaven"
15401version = "0.1.0"
15402dependencies = [
15403 "anyhow",
15404 "client",
15405 "collections",
15406 "edit_prediction",
15407 "editor",
15408 "env_logger 0.11.8",
15409 "futures 0.3.31",
15410 "gpui",
15411 "http_client",
15412 "language",
15413 "log",
15414 "postage",
15415 "project",
15416 "serde",
15417 "serde_json",
15418 "settings",
15419 "smol",
15420 "supermaven_api",
15421 "text",
15422 "theme",
15423 "ui",
15424 "unicode-segmentation",
15425 "util",
15426 "workspace-hack",
15427]
15428
15429[[package]]
15430name = "supermaven_api"
15431version = "0.1.0"
15432dependencies = [
15433 "anyhow",
15434 "futures 0.3.31",
15435 "http_client",
15436 "paths",
15437 "serde",
15438 "serde_json",
15439 "smol",
15440 "util",
15441 "workspace-hack",
15442]
15443
15444[[package]]
15445name = "sval"
15446version = "2.14.1"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15449
15450[[package]]
15451name = "sval_buffer"
15452version = "2.14.1"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15455dependencies = [
15456 "sval",
15457 "sval_ref",
15458]
15459
15460[[package]]
15461name = "sval_dynamic"
15462version = "2.14.1"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15465dependencies = [
15466 "sval",
15467]
15468
15469[[package]]
15470name = "sval_fmt"
15471version = "2.14.1"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15474dependencies = [
15475 "itoa",
15476 "ryu",
15477 "sval",
15478]
15479
15480[[package]]
15481name = "sval_json"
15482version = "2.14.1"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15485dependencies = [
15486 "itoa",
15487 "ryu",
15488 "sval",
15489]
15490
15491[[package]]
15492name = "sval_nested"
15493version = "2.14.1"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15496dependencies = [
15497 "sval",
15498 "sval_buffer",
15499 "sval_ref",
15500]
15501
15502[[package]]
15503name = "sval_ref"
15504version = "2.14.1"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15507dependencies = [
15508 "sval",
15509]
15510
15511[[package]]
15512name = "sval_serde"
15513version = "2.14.1"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15516dependencies = [
15517 "serde",
15518 "sval",
15519 "sval_nested",
15520]
15521
15522[[package]]
15523name = "svg_fmt"
15524version = "0.4.5"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15527
15528[[package]]
15529name = "svg_preview"
15530version = "0.1.0"
15531dependencies = [
15532 "editor",
15533 "file_icons",
15534 "gpui",
15535 "multi_buffer",
15536 "ui",
15537 "workspace",
15538 "workspace-hack",
15539]
15540
15541[[package]]
15542name = "svgtypes"
15543version = "0.15.3"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15546dependencies = [
15547 "kurbo",
15548 "siphasher",
15549]
15550
15551[[package]]
15552name = "swash"
15553version = "0.2.2"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15556dependencies = [
15557 "skrifa",
15558 "yazi",
15559 "zeno",
15560]
15561
15562[[package]]
15563name = "symphonia"
15564version = "0.5.4"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15567dependencies = [
15568 "lazy_static",
15569 "symphonia-bundle-flac",
15570 "symphonia-bundle-mp3",
15571 "symphonia-codec-aac",
15572 "symphonia-codec-pcm",
15573 "symphonia-codec-vorbis",
15574 "symphonia-core",
15575 "symphonia-format-isomp4",
15576 "symphonia-format-ogg",
15577 "symphonia-format-riff",
15578 "symphonia-metadata",
15579]
15580
15581[[package]]
15582name = "symphonia-bundle-flac"
15583version = "0.5.4"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15586dependencies = [
15587 "log",
15588 "symphonia-core",
15589 "symphonia-metadata",
15590 "symphonia-utils-xiph",
15591]
15592
15593[[package]]
15594name = "symphonia-bundle-mp3"
15595version = "0.5.4"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15598dependencies = [
15599 "lazy_static",
15600 "log",
15601 "symphonia-core",
15602 "symphonia-metadata",
15603]
15604
15605[[package]]
15606name = "symphonia-codec-aac"
15607version = "0.5.4"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15610dependencies = [
15611 "lazy_static",
15612 "log",
15613 "symphonia-core",
15614]
15615
15616[[package]]
15617name = "symphonia-codec-pcm"
15618version = "0.5.4"
15619source = "registry+https://github.com/rust-lang/crates.io-index"
15620checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15621dependencies = [
15622 "log",
15623 "symphonia-core",
15624]
15625
15626[[package]]
15627name = "symphonia-codec-vorbis"
15628version = "0.5.4"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15631dependencies = [
15632 "log",
15633 "symphonia-core",
15634 "symphonia-utils-xiph",
15635]
15636
15637[[package]]
15638name = "symphonia-core"
15639version = "0.5.4"
15640source = "registry+https://github.com/rust-lang/crates.io-index"
15641checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15642dependencies = [
15643 "arrayvec",
15644 "bitflags 1.3.2",
15645 "bytemuck",
15646 "lazy_static",
15647 "log",
15648]
15649
15650[[package]]
15651name = "symphonia-format-isomp4"
15652version = "0.5.4"
15653source = "registry+https://github.com/rust-lang/crates.io-index"
15654checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15655dependencies = [
15656 "encoding_rs",
15657 "log",
15658 "symphonia-core",
15659 "symphonia-metadata",
15660 "symphonia-utils-xiph",
15661]
15662
15663[[package]]
15664name = "symphonia-format-ogg"
15665version = "0.5.4"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15668dependencies = [
15669 "log",
15670 "symphonia-core",
15671 "symphonia-metadata",
15672 "symphonia-utils-xiph",
15673]
15674
15675[[package]]
15676name = "symphonia-format-riff"
15677version = "0.5.4"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15680dependencies = [
15681 "extended",
15682 "log",
15683 "symphonia-core",
15684 "symphonia-metadata",
15685]
15686
15687[[package]]
15688name = "symphonia-metadata"
15689version = "0.5.4"
15690source = "registry+https://github.com/rust-lang/crates.io-index"
15691checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15692dependencies = [
15693 "encoding_rs",
15694 "lazy_static",
15695 "log",
15696 "symphonia-core",
15697]
15698
15699[[package]]
15700name = "symphonia-utils-xiph"
15701version = "0.5.4"
15702source = "registry+https://github.com/rust-lang/crates.io-index"
15703checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15704dependencies = [
15705 "symphonia-core",
15706 "symphonia-metadata",
15707]
15708
15709[[package]]
15710name = "syn"
15711version = "1.0.109"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15714dependencies = [
15715 "proc-macro2",
15716 "quote",
15717 "unicode-ident",
15718]
15719
15720[[package]]
15721name = "syn"
15722version = "2.0.101"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15725dependencies = [
15726 "proc-macro2",
15727 "quote",
15728 "unicode-ident",
15729]
15730
15731[[package]]
15732name = "sync_wrapper"
15733version = "0.1.2"
15734source = "registry+https://github.com/rust-lang/crates.io-index"
15735checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15736
15737[[package]]
15738name = "sync_wrapper"
15739version = "1.0.2"
15740source = "registry+https://github.com/rust-lang/crates.io-index"
15741checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15742dependencies = [
15743 "futures-core",
15744]
15745
15746[[package]]
15747name = "synchronoise"
15748version = "1.0.1"
15749source = "registry+https://github.com/rust-lang/crates.io-index"
15750checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15751dependencies = [
15752 "crossbeam-queue",
15753]
15754
15755[[package]]
15756name = "synstructure"
15757version = "0.13.1"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15760dependencies = [
15761 "proc-macro2",
15762 "quote",
15763 "syn 2.0.101",
15764]
15765
15766[[package]]
15767name = "sys-locale"
15768version = "0.3.2"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15771dependencies = [
15772 "libc",
15773]
15774
15775[[package]]
15776name = "sysctl"
15777version = "0.5.5"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15780dependencies = [
15781 "bitflags 2.9.0",
15782 "byteorder",
15783 "enum-as-inner",
15784 "libc",
15785 "thiserror 1.0.69",
15786 "walkdir",
15787]
15788
15789[[package]]
15790name = "sysctl"
15791version = "0.6.0"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15794dependencies = [
15795 "bitflags 2.9.0",
15796 "byteorder",
15797 "enum-as-inner",
15798 "libc",
15799 "thiserror 1.0.69",
15800 "walkdir",
15801]
15802
15803[[package]]
15804name = "sysinfo"
15805version = "0.31.4"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15808dependencies = [
15809 "core-foundation-sys",
15810 "libc",
15811 "memchr",
15812 "ntapi",
15813 "rayon",
15814 "windows 0.57.0",
15815]
15816
15817[[package]]
15818name = "system-configuration"
15819version = "0.5.1"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15822dependencies = [
15823 "bitflags 1.3.2",
15824 "core-foundation 0.9.4",
15825 "system-configuration-sys 0.5.0",
15826]
15827
15828[[package]]
15829name = "system-configuration"
15830version = "0.6.1"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15833dependencies = [
15834 "bitflags 2.9.0",
15835 "core-foundation 0.9.4",
15836 "system-configuration-sys 0.6.0",
15837]
15838
15839[[package]]
15840name = "system-configuration-sys"
15841version = "0.5.0"
15842source = "registry+https://github.com/rust-lang/crates.io-index"
15843checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15844dependencies = [
15845 "core-foundation-sys",
15846 "libc",
15847]
15848
15849[[package]]
15850name = "system-configuration-sys"
15851version = "0.6.0"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15854dependencies = [
15855 "core-foundation-sys",
15856 "libc",
15857]
15858
15859[[package]]
15860name = "system-deps"
15861version = "6.2.2"
15862source = "registry+https://github.com/rust-lang/crates.io-index"
15863checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15864dependencies = [
15865 "cfg-expr",
15866 "heck 0.5.0",
15867 "pkg-config",
15868 "toml 0.8.20",
15869 "version-compare",
15870]
15871
15872[[package]]
15873name = "system-interface"
15874version = "0.27.3"
15875source = "registry+https://github.com/rust-lang/crates.io-index"
15876checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15877dependencies = [
15878 "bitflags 2.9.0",
15879 "cap-fs-ext",
15880 "cap-std",
15881 "fd-lock",
15882 "io-lifetimes",
15883 "rustix 0.38.44",
15884 "windows-sys 0.59.0",
15885 "winx",
15886]
15887
15888[[package]]
15889name = "system_specs"
15890version = "0.1.0"
15891dependencies = [
15892 "anyhow",
15893 "client",
15894 "gpui",
15895 "human_bytes",
15896 "pciid-parser",
15897 "release_channel",
15898 "serde",
15899 "sysinfo",
15900 "workspace-hack",
15901]
15902
15903[[package]]
15904name = "tab_switcher"
15905version = "0.1.0"
15906dependencies = [
15907 "anyhow",
15908 "collections",
15909 "ctor",
15910 "editor",
15911 "fuzzy",
15912 "gpui",
15913 "language",
15914 "menu",
15915 "picker",
15916 "project",
15917 "schemars 1.0.1",
15918 "serde",
15919 "serde_json",
15920 "settings",
15921 "smol",
15922 "theme",
15923 "ui",
15924 "util",
15925 "workspace",
15926 "workspace-hack",
15927 "zlog",
15928]
15929
15930[[package]]
15931name = "taffy"
15932version = "0.9.0"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15935dependencies = [
15936 "arrayvec",
15937 "grid",
15938 "serde",
15939 "slotmap",
15940]
15941
15942[[package]]
15943name = "tagptr"
15944version = "0.2.0"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15947
15948[[package]]
15949name = "take-until"
15950version = "0.2.0"
15951source = "registry+https://github.com/rust-lang/crates.io-index"
15952checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15953
15954[[package]]
15955name = "tao-core-video-sys"
15956version = "0.2.0"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15959dependencies = [
15960 "cfg-if",
15961 "core-foundation-sys",
15962 "libc",
15963 "objc",
15964]
15965
15966[[package]]
15967name = "tap"
15968version = "1.0.1"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15971
15972[[package]]
15973name = "target-lexicon"
15974version = "0.12.16"
15975source = "registry+https://github.com/rust-lang/crates.io-index"
15976checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15977
15978[[package]]
15979name = "target-lexicon"
15980version = "0.13.2"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15983
15984[[package]]
15985name = "task"
15986version = "0.1.0"
15987dependencies = [
15988 "anyhow",
15989 "collections",
15990 "futures 0.3.31",
15991 "gpui",
15992 "hex",
15993 "log",
15994 "parking_lot",
15995 "pretty_assertions",
15996 "proto",
15997 "schemars 1.0.1",
15998 "serde",
15999 "serde_json",
16000 "serde_json_lenient",
16001 "sha2",
16002 "shellexpand 2.1.2",
16003 "util",
16004 "workspace-hack",
16005 "zed_actions",
16006]
16007
16008[[package]]
16009name = "tasks_ui"
16010version = "0.1.0"
16011dependencies = [
16012 "anyhow",
16013 "collections",
16014 "editor",
16015 "file_icons",
16016 "fuzzy",
16017 "gpui",
16018 "itertools 0.14.0",
16019 "language",
16020 "menu",
16021 "picker",
16022 "project",
16023 "serde",
16024 "serde_json",
16025 "task",
16026 "tree-sitter-rust",
16027 "tree-sitter-typescript",
16028 "ui",
16029 "util",
16030 "workspace",
16031 "workspace-hack",
16032 "zed_actions",
16033]
16034
16035[[package]]
16036name = "telemetry"
16037version = "0.1.0"
16038dependencies = [
16039 "futures 0.3.31",
16040 "serde",
16041 "serde_json",
16042 "telemetry_events",
16043 "workspace-hack",
16044]
16045
16046[[package]]
16047name = "telemetry_events"
16048version = "0.1.0"
16049dependencies = [
16050 "semantic_version",
16051 "serde",
16052 "serde_json",
16053 "workspace-hack",
16054]
16055
16056[[package]]
16057name = "tempfile"
16058version = "3.20.0"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16061dependencies = [
16062 "fastrand 2.3.0",
16063 "getrandom 0.3.2",
16064 "once_cell",
16065 "rustix 1.0.7",
16066 "windows-sys 0.59.0",
16067]
16068
16069[[package]]
16070name = "tendril"
16071version = "0.4.3"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16074dependencies = [
16075 "futf",
16076 "mac",
16077 "utf-8",
16078]
16079
16080[[package]]
16081name = "termcolor"
16082version = "1.4.1"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16085dependencies = [
16086 "winapi-util",
16087]
16088
16089[[package]]
16090name = "terminal"
16091version = "0.1.0"
16092dependencies = [
16093 "alacritty_terminal",
16094 "anyhow",
16095 "collections",
16096 "futures 0.3.31",
16097 "gpui",
16098 "itertools 0.14.0",
16099 "libc",
16100 "log",
16101 "rand 0.9.1",
16102 "regex",
16103 "release_channel",
16104 "schemars 1.0.1",
16105 "serde",
16106 "settings",
16107 "smol",
16108 "sysinfo",
16109 "task",
16110 "theme",
16111 "thiserror 2.0.12",
16112 "url",
16113 "urlencoding",
16114 "util",
16115 "windows 0.61.1",
16116 "workspace-hack",
16117]
16118
16119[[package]]
16120name = "terminal_size"
16121version = "0.4.2"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16124dependencies = [
16125 "rustix 1.0.7",
16126 "windows-sys 0.59.0",
16127]
16128
16129[[package]]
16130name = "terminal_view"
16131version = "0.1.0"
16132dependencies = [
16133 "anyhow",
16134 "assistant_slash_command",
16135 "async-recursion",
16136 "breadcrumbs",
16137 "client",
16138 "collections",
16139 "db",
16140 "dirs 4.0.0",
16141 "editor",
16142 "futures 0.3.31",
16143 "gpui",
16144 "itertools 0.14.0",
16145 "language",
16146 "log",
16147 "pretty_assertions",
16148 "project",
16149 "rand 0.9.1",
16150 "regex",
16151 "schemars 1.0.1",
16152 "search",
16153 "serde",
16154 "serde_json",
16155 "settings",
16156 "shellexpand 2.1.2",
16157 "smol",
16158 "task",
16159 "terminal",
16160 "theme",
16161 "ui",
16162 "util",
16163 "workspace",
16164 "workspace-hack",
16165 "zed_actions",
16166]
16167
16168[[package]]
16169name = "text"
16170version = "0.1.0"
16171dependencies = [
16172 "anyhow",
16173 "clock",
16174 "collections",
16175 "ctor",
16176 "gpui",
16177 "http_client",
16178 "log",
16179 "parking_lot",
16180 "postage",
16181 "rand 0.9.1",
16182 "regex",
16183 "rope",
16184 "smallvec",
16185 "sum_tree",
16186 "util",
16187 "workspace-hack",
16188 "zlog",
16189]
16190
16191[[package]]
16192name = "theme"
16193version = "0.1.0"
16194dependencies = [
16195 "anyhow",
16196 "collections",
16197 "derive_more",
16198 "fs",
16199 "futures 0.3.31",
16200 "gpui",
16201 "log",
16202 "palette",
16203 "parking_lot",
16204 "refineable",
16205 "schemars 1.0.1",
16206 "serde",
16207 "serde_json",
16208 "serde_json_lenient",
16209 "settings",
16210 "strum 0.27.1",
16211 "thiserror 2.0.12",
16212 "util",
16213 "uuid",
16214 "workspace-hack",
16215]
16216
16217[[package]]
16218name = "theme_extension"
16219version = "0.1.0"
16220dependencies = [
16221 "anyhow",
16222 "extension",
16223 "fs",
16224 "gpui",
16225 "theme",
16226 "workspace-hack",
16227]
16228
16229[[package]]
16230name = "theme_importer"
16231version = "0.1.0"
16232dependencies = [
16233 "anyhow",
16234 "clap",
16235 "collections",
16236 "gpui",
16237 "indexmap 2.9.0",
16238 "log",
16239 "palette",
16240 "serde",
16241 "serde_json",
16242 "serde_json_lenient",
16243 "simplelog",
16244 "strum 0.27.1",
16245 "theme",
16246 "vscode_theme",
16247 "workspace-hack",
16248]
16249
16250[[package]]
16251name = "theme_selector"
16252version = "0.1.0"
16253dependencies = [
16254 "fs",
16255 "fuzzy",
16256 "gpui",
16257 "log",
16258 "picker",
16259 "serde",
16260 "settings",
16261 "telemetry",
16262 "theme",
16263 "ui",
16264 "util",
16265 "workspace",
16266 "workspace-hack",
16267 "zed_actions",
16268]
16269
16270[[package]]
16271name = "thiserror"
16272version = "1.0.69"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16275dependencies = [
16276 "thiserror-impl 1.0.69",
16277]
16278
16279[[package]]
16280name = "thiserror"
16281version = "2.0.12"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16284dependencies = [
16285 "thiserror-impl 2.0.12",
16286]
16287
16288[[package]]
16289name = "thiserror-impl"
16290version = "1.0.69"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16293dependencies = [
16294 "proc-macro2",
16295 "quote",
16296 "syn 2.0.101",
16297]
16298
16299[[package]]
16300name = "thiserror-impl"
16301version = "2.0.12"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16304dependencies = [
16305 "proc-macro2",
16306 "quote",
16307 "syn 2.0.101",
16308]
16309
16310[[package]]
16311name = "thread_local"
16312version = "1.1.8"
16313source = "registry+https://github.com/rust-lang/crates.io-index"
16314checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16315dependencies = [
16316 "cfg-if",
16317 "once_cell",
16318]
16319
16320[[package]]
16321name = "tiff"
16322version = "0.9.1"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16325dependencies = [
16326 "flate2",
16327 "jpeg-decoder",
16328 "weezl",
16329]
16330
16331[[package]]
16332name = "tiktoken-rs"
16333version = "0.8.0"
16334source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16335dependencies = [
16336 "anyhow",
16337 "base64 0.22.1",
16338 "bstr",
16339 "fancy-regex 0.13.0",
16340 "lazy_static",
16341 "regex",
16342 "rustc-hash 1.1.0",
16343]
16344
16345[[package]]
16346name = "time"
16347version = "0.3.41"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16350dependencies = [
16351 "deranged",
16352 "itoa",
16353 "libc",
16354 "num-conv",
16355 "num_threads",
16356 "powerfmt",
16357 "serde",
16358 "time-core",
16359 "time-macros",
16360]
16361
16362[[package]]
16363name = "time-core"
16364version = "0.1.4"
16365source = "registry+https://github.com/rust-lang/crates.io-index"
16366checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16367
16368[[package]]
16369name = "time-macros"
16370version = "0.2.22"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16373dependencies = [
16374 "num-conv",
16375 "time-core",
16376]
16377
16378[[package]]
16379name = "time_format"
16380version = "0.1.0"
16381dependencies = [
16382 "core-foundation 0.10.0",
16383 "core-foundation-sys",
16384 "sys-locale",
16385 "time",
16386 "workspace-hack",
16387]
16388
16389[[package]]
16390name = "tiny-keccak"
16391version = "2.0.2"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16394dependencies = [
16395 "crunchy",
16396]
16397
16398[[package]]
16399name = "tiny-skia"
16400version = "0.11.4"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16403dependencies = [
16404 "arrayref",
16405 "arrayvec",
16406 "bytemuck",
16407 "cfg-if",
16408 "log",
16409 "png",
16410 "tiny-skia-path",
16411]
16412
16413[[package]]
16414name = "tiny-skia-path"
16415version = "0.11.4"
16416source = "registry+https://github.com/rust-lang/crates.io-index"
16417checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16418dependencies = [
16419 "arrayref",
16420 "bytemuck",
16421 "strict-num",
16422]
16423
16424[[package]]
16425name = "tiny_http"
16426version = "0.8.2"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16429dependencies = [
16430 "ascii",
16431 "chrono",
16432 "chunked_transfer",
16433 "log",
16434 "url",
16435]
16436
16437[[package]]
16438name = "tinystr"
16439version = "0.7.6"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16442dependencies = [
16443 "displaydoc",
16444 "zerovec",
16445]
16446
16447[[package]]
16448name = "tinytemplate"
16449version = "1.2.1"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16452dependencies = [
16453 "serde",
16454 "serde_json",
16455]
16456
16457[[package]]
16458name = "tinyvec"
16459version = "1.9.0"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16462dependencies = [
16463 "tinyvec_macros",
16464]
16465
16466[[package]]
16467name = "tinyvec_macros"
16468version = "0.1.1"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16471
16472[[package]]
16473name = "title_bar"
16474version = "0.1.0"
16475dependencies = [
16476 "anyhow",
16477 "auto_update",
16478 "call",
16479 "chrono",
16480 "client",
16481 "cloud_llm_client",
16482 "collections",
16483 "db",
16484 "gpui",
16485 "http_client",
16486 "notifications",
16487 "pretty_assertions",
16488 "project",
16489 "remote",
16490 "rpc",
16491 "schemars 1.0.1",
16492 "serde",
16493 "settings",
16494 "smallvec",
16495 "story",
16496 "telemetry",
16497 "theme",
16498 "tree-sitter-md",
16499 "ui",
16500 "util",
16501 "windows 0.61.1",
16502 "workspace",
16503 "workspace-hack",
16504 "zed_actions",
16505]
16506
16507[[package]]
16508name = "tokio"
16509version = "1.44.2"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16512dependencies = [
16513 "backtrace",
16514 "bytes 1.10.1",
16515 "libc",
16516 "mio 1.0.3",
16517 "parking_lot",
16518 "pin-project-lite",
16519 "signal-hook-registry",
16520 "socket2",
16521 "tokio-macros",
16522 "windows-sys 0.52.0",
16523]
16524
16525[[package]]
16526name = "tokio-io"
16527version = "0.1.13"
16528source = "registry+https://github.com/rust-lang/crates.io-index"
16529checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16530dependencies = [
16531 "bytes 0.4.12",
16532 "futures 0.1.31",
16533 "log",
16534]
16535
16536[[package]]
16537name = "tokio-macros"
16538version = "2.5.0"
16539source = "registry+https://github.com/rust-lang/crates.io-index"
16540checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16541dependencies = [
16542 "proc-macro2",
16543 "quote",
16544 "syn 2.0.101",
16545]
16546
16547[[package]]
16548name = "tokio-native-tls"
16549version = "0.3.1"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16552dependencies = [
16553 "native-tls",
16554 "tokio",
16555]
16556
16557[[package]]
16558name = "tokio-rustls"
16559version = "0.24.1"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16562dependencies = [
16563 "rustls 0.21.12",
16564 "tokio",
16565]
16566
16567[[package]]
16568name = "tokio-rustls"
16569version = "0.26.2"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16572dependencies = [
16573 "rustls 0.23.26",
16574 "tokio",
16575]
16576
16577[[package]]
16578name = "tokio-socks"
16579version = "0.5.2"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16582dependencies = [
16583 "either",
16584 "futures-io",
16585 "futures-util",
16586 "thiserror 1.0.69",
16587 "tokio",
16588]
16589
16590[[package]]
16591name = "tokio-stream"
16592version = "0.1.17"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16595dependencies = [
16596 "futures-core",
16597 "pin-project-lite",
16598 "tokio",
16599]
16600
16601[[package]]
16602name = "tokio-tungstenite"
16603version = "0.20.1"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16606dependencies = [
16607 "futures-util",
16608 "log",
16609 "tokio",
16610 "tungstenite 0.20.1",
16611]
16612
16613[[package]]
16614name = "tokio-tungstenite"
16615version = "0.21.0"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16618dependencies = [
16619 "futures-util",
16620 "log",
16621 "tokio",
16622 "tungstenite 0.21.0",
16623]
16624
16625[[package]]
16626name = "tokio-tungstenite"
16627version = "0.26.2"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16630dependencies = [
16631 "futures-util",
16632 "log",
16633 "rustls 0.23.26",
16634 "rustls-pki-types",
16635 "tokio",
16636 "tokio-rustls 0.26.2",
16637 "tungstenite 0.26.2",
16638]
16639
16640[[package]]
16641name = "tokio-util"
16642version = "0.7.14"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16645dependencies = [
16646 "bytes 1.10.1",
16647 "futures-core",
16648 "futures-io",
16649 "futures-sink",
16650 "pin-project-lite",
16651 "tokio",
16652]
16653
16654[[package]]
16655name = "toml"
16656version = "0.5.11"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16659dependencies = [
16660 "serde",
16661]
16662
16663[[package]]
16664name = "toml"
16665version = "0.8.20"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16668dependencies = [
16669 "serde",
16670 "serde_spanned",
16671 "toml_datetime",
16672 "toml_edit",
16673]
16674
16675[[package]]
16676name = "toml_datetime"
16677version = "0.6.9"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16680dependencies = [
16681 "serde",
16682]
16683
16684[[package]]
16685name = "toml_edit"
16686version = "0.22.26"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16689dependencies = [
16690 "indexmap 2.9.0",
16691 "serde",
16692 "serde_spanned",
16693 "toml_datetime",
16694 "toml_write",
16695 "winnow",
16696]
16697
16698[[package]]
16699name = "toml_write"
16700version = "0.1.1"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16703
16704[[package]]
16705name = "toolchain_selector"
16706version = "0.1.0"
16707dependencies = [
16708 "anyhow",
16709 "convert_case 0.8.0",
16710 "editor",
16711 "file_finder",
16712 "futures 0.3.31",
16713 "fuzzy",
16714 "gpui",
16715 "language",
16716 "menu",
16717 "picker",
16718 "project",
16719 "ui",
16720 "util",
16721 "workspace",
16722 "workspace-hack",
16723]
16724
16725[[package]]
16726name = "topological-sort"
16727version = "0.2.2"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16730
16731[[package]]
16732name = "tower"
16733version = "0.4.13"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16736dependencies = [
16737 "futures-core",
16738 "futures-util",
16739 "pin-project",
16740 "pin-project-lite",
16741 "tokio",
16742 "tower-layer",
16743 "tower-service",
16744 "tracing",
16745]
16746
16747[[package]]
16748name = "tower"
16749version = "0.5.2"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16752dependencies = [
16753 "futures-core",
16754 "futures-util",
16755 "pin-project-lite",
16756 "sync_wrapper 1.0.2",
16757 "tokio",
16758 "tower-layer",
16759 "tower-service",
16760]
16761
16762[[package]]
16763name = "tower-http"
16764version = "0.3.5"
16765source = "registry+https://github.com/rust-lang/crates.io-index"
16766checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16767dependencies = [
16768 "bitflags 1.3.2",
16769 "bytes 1.10.1",
16770 "futures-core",
16771 "futures-util",
16772 "http 0.2.12",
16773 "http-body 0.4.6",
16774 "http-range-header",
16775 "pin-project-lite",
16776 "tower-layer",
16777 "tower-service",
16778]
16779
16780[[package]]
16781name = "tower-http"
16782version = "0.4.4"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16785dependencies = [
16786 "bitflags 2.9.0",
16787 "bytes 1.10.1",
16788 "futures-core",
16789 "futures-util",
16790 "http 0.2.12",
16791 "http-body 0.4.6",
16792 "http-range-header",
16793 "pin-project-lite",
16794 "tower-layer",
16795 "tower-service",
16796 "tracing",
16797]
16798
16799[[package]]
16800name = "tower-layer"
16801version = "0.3.3"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16804
16805[[package]]
16806name = "tower-service"
16807version = "0.3.3"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16810
16811[[package]]
16812name = "tracing"
16813version = "0.1.41"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16816dependencies = [
16817 "log",
16818 "pin-project-lite",
16819 "tracing-attributes",
16820 "tracing-core",
16821]
16822
16823[[package]]
16824name = "tracing-attributes"
16825version = "0.1.28"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16828dependencies = [
16829 "proc-macro2",
16830 "quote",
16831 "syn 2.0.101",
16832]
16833
16834[[package]]
16835name = "tracing-core"
16836version = "0.1.33"
16837source = "registry+https://github.com/rust-lang/crates.io-index"
16838checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16839dependencies = [
16840 "once_cell",
16841 "valuable",
16842]
16843
16844[[package]]
16845name = "tracing-log"
16846version = "0.2.0"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16849dependencies = [
16850 "log",
16851 "once_cell",
16852 "tracing-core",
16853]
16854
16855[[package]]
16856name = "tracing-serde"
16857version = "0.2.0"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16860dependencies = [
16861 "serde",
16862 "tracing-core",
16863]
16864
16865[[package]]
16866name = "tracing-subscriber"
16867version = "0.3.20"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16870dependencies = [
16871 "matchers",
16872 "nu-ansi-term",
16873 "once_cell",
16874 "regex-automata",
16875 "serde",
16876 "serde_json",
16877 "sharded-slab",
16878 "smallvec",
16879 "thread_local",
16880 "tracing",
16881 "tracing-core",
16882 "tracing-log",
16883 "tracing-serde",
16884]
16885
16886[[package]]
16887name = "trait-variant"
16888version = "0.1.2"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16891dependencies = [
16892 "proc-macro2",
16893 "quote",
16894 "syn 2.0.101",
16895]
16896
16897[[package]]
16898name = "transpose"
16899version = "0.2.3"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16902dependencies = [
16903 "num-integer",
16904 "strength_reduce",
16905]
16906
16907[[package]]
16908name = "tree-sitter"
16909version = "0.25.10"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
16912dependencies = [
16913 "cc",
16914 "regex",
16915 "regex-syntax",
16916 "serde_json",
16917 "streaming-iterator",
16918 "tree-sitter-language",
16919 "wasmtime-c-api-impl",
16920]
16921
16922[[package]]
16923name = "tree-sitter-bash"
16924version = "0.25.0"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16927dependencies = [
16928 "cc",
16929 "tree-sitter-language",
16930]
16931
16932[[package]]
16933name = "tree-sitter-c"
16934version = "0.23.4"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16937dependencies = [
16938 "cc",
16939 "tree-sitter-language",
16940]
16941
16942[[package]]
16943name = "tree-sitter-cpp"
16944version = "0.23.4"
16945source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16946dependencies = [
16947 "cc",
16948 "tree-sitter-language",
16949]
16950
16951[[package]]
16952name = "tree-sitter-css"
16953version = "0.23.2"
16954source = "registry+https://github.com/rust-lang/crates.io-index"
16955checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16956dependencies = [
16957 "cc",
16958 "tree-sitter-language",
16959]
16960
16961[[package]]
16962name = "tree-sitter-diff"
16963version = "0.1.0"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16966dependencies = [
16967 "cc",
16968 "tree-sitter-language",
16969]
16970
16971[[package]]
16972name = "tree-sitter-elixir"
16973version = "0.3.4"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16976dependencies = [
16977 "cc",
16978 "tree-sitter-language",
16979]
16980
16981[[package]]
16982name = "tree-sitter-embedded-template"
16983version = "0.23.2"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16986dependencies = [
16987 "cc",
16988 "tree-sitter-language",
16989]
16990
16991[[package]]
16992name = "tree-sitter-gitcommit"
16993version = "0.0.1"
16994source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16995dependencies = [
16996 "cc",
16997 "tree-sitter-language",
16998]
16999
17000[[package]]
17001name = "tree-sitter-go"
17002version = "0.23.4"
17003source = "registry+https://github.com/rust-lang/crates.io-index"
17004checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17005dependencies = [
17006 "cc",
17007 "tree-sitter-language",
17008]
17009
17010[[package]]
17011name = "tree-sitter-gomod"
17012version = "1.1.1"
17013source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17014dependencies = [
17015 "cc",
17016 "tree-sitter-language",
17017]
17018
17019[[package]]
17020name = "tree-sitter-gowork"
17021version = "0.0.1"
17022source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17023dependencies = [
17024 "cc",
17025 "tree-sitter-language",
17026]
17027
17028[[package]]
17029name = "tree-sitter-heex"
17030version = "0.0.1"
17031source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17032dependencies = [
17033 "cc",
17034 "tree-sitter-language",
17035]
17036
17037[[package]]
17038name = "tree-sitter-html"
17039version = "0.23.2"
17040source = "registry+https://github.com/rust-lang/crates.io-index"
17041checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17042dependencies = [
17043 "cc",
17044 "tree-sitter-language",
17045]
17046
17047[[package]]
17048name = "tree-sitter-jsdoc"
17049version = "0.23.2"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17052dependencies = [
17053 "cc",
17054 "tree-sitter-language",
17055]
17056
17057[[package]]
17058name = "tree-sitter-json"
17059version = "0.24.8"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17062dependencies = [
17063 "cc",
17064 "tree-sitter-language",
17065]
17066
17067[[package]]
17068name = "tree-sitter-language"
17069version = "0.1.5"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17072
17073[[package]]
17074name = "tree-sitter-md"
17075version = "0.3.2"
17076source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17077dependencies = [
17078 "cc",
17079 "tree-sitter-language",
17080]
17081
17082[[package]]
17083name = "tree-sitter-python"
17084version = "0.25.0"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17087dependencies = [
17088 "cc",
17089 "tree-sitter-language",
17090]
17091
17092[[package]]
17093name = "tree-sitter-regex"
17094version = "0.24.3"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17097dependencies = [
17098 "cc",
17099 "tree-sitter-language",
17100]
17101
17102[[package]]
17103name = "tree-sitter-ruby"
17104version = "0.23.1"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17107dependencies = [
17108 "cc",
17109 "tree-sitter-language",
17110]
17111
17112[[package]]
17113name = "tree-sitter-rust"
17114version = "0.24.0"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17117dependencies = [
17118 "cc",
17119 "tree-sitter-language",
17120]
17121
17122[[package]]
17123name = "tree-sitter-typescript"
17124version = "0.23.2"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17127dependencies = [
17128 "cc",
17129 "tree-sitter-language",
17130]
17131
17132[[package]]
17133name = "tree-sitter-yaml"
17134version = "0.6.1"
17135source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17136dependencies = [
17137 "cc",
17138 "tree-sitter-language",
17139]
17140
17141[[package]]
17142name = "try-lock"
17143version = "0.2.5"
17144source = "registry+https://github.com/rust-lang/crates.io-index"
17145checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17146
17147[[package]]
17148name = "ttf-parser"
17149version = "0.20.0"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17152
17153[[package]]
17154name = "ttf-parser"
17155version = "0.21.1"
17156source = "registry+https://github.com/rust-lang/crates.io-index"
17157checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17158
17159[[package]]
17160name = "ttf-parser"
17161version = "0.25.1"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17164dependencies = [
17165 "core_maths",
17166]
17167
17168[[package]]
17169name = "tungstenite"
17170version = "0.20.1"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17173dependencies = [
17174 "byteorder",
17175 "bytes 1.10.1",
17176 "data-encoding",
17177 "http 0.2.12",
17178 "httparse",
17179 "log",
17180 "rand 0.8.5",
17181 "sha1",
17182 "thiserror 1.0.69",
17183 "url",
17184 "utf-8",
17185]
17186
17187[[package]]
17188name = "tungstenite"
17189version = "0.21.0"
17190source = "registry+https://github.com/rust-lang/crates.io-index"
17191checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17192dependencies = [
17193 "byteorder",
17194 "bytes 1.10.1",
17195 "data-encoding",
17196 "http 1.3.1",
17197 "httparse",
17198 "log",
17199 "rand 0.8.5",
17200 "sha1",
17201 "thiserror 1.0.69",
17202 "url",
17203 "utf-8",
17204]
17205
17206[[package]]
17207name = "tungstenite"
17208version = "0.26.2"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17211dependencies = [
17212 "bytes 1.10.1",
17213 "data-encoding",
17214 "http 1.3.1",
17215 "httparse",
17216 "log",
17217 "rand 0.9.1",
17218 "rustls 0.23.26",
17219 "rustls-pki-types",
17220 "sha1",
17221 "thiserror 2.0.12",
17222 "utf-8",
17223]
17224
17225[[package]]
17226name = "typed-path"
17227version = "0.11.0"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17230
17231[[package]]
17232name = "typeid"
17233version = "1.0.3"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17236
17237[[package]]
17238name = "typenum"
17239version = "1.18.0"
17240source = "registry+https://github.com/rust-lang/crates.io-index"
17241checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17242
17243[[package]]
17244name = "ucd-trie"
17245version = "0.1.7"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17248
17249[[package]]
17250name = "uds"
17251version = "0.4.2"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17254dependencies = [
17255 "libc",
17256]
17257
17258[[package]]
17259name = "uds_windows"
17260version = "1.1.0"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17263dependencies = [
17264 "memoffset",
17265 "tempfile",
17266 "winapi",
17267]
17268
17269[[package]]
17270name = "ug"
17271version = "0.4.0"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17274dependencies = [
17275 "gemm 0.18.2",
17276 "half",
17277 "libloading",
17278 "memmap2",
17279 "num",
17280 "num-traits",
17281 "num_cpus",
17282 "rayon",
17283 "safetensors",
17284 "serde",
17285 "thiserror 1.0.69",
17286 "tracing",
17287 "yoke",
17288]
17289
17290[[package]]
17291name = "ui"
17292version = "0.1.0"
17293dependencies = [
17294 "chrono",
17295 "component",
17296 "documented",
17297 "gpui",
17298 "gpui_macros",
17299 "icons",
17300 "itertools 0.14.0",
17301 "menu",
17302 "schemars 1.0.1",
17303 "serde",
17304 "settings",
17305 "smallvec",
17306 "story",
17307 "strum 0.27.1",
17308 "theme",
17309 "ui_macros",
17310 "util",
17311 "windows 0.61.1",
17312 "workspace-hack",
17313]
17314
17315[[package]]
17316name = "ui_input"
17317version = "0.1.0"
17318dependencies = [
17319 "component",
17320 "editor",
17321 "gpui",
17322 "settings",
17323 "theme",
17324 "ui",
17325 "workspace-hack",
17326]
17327
17328[[package]]
17329name = "ui_macros"
17330version = "0.1.0"
17331dependencies = [
17332 "component",
17333 "quote",
17334 "syn 2.0.101",
17335 "ui",
17336 "workspace-hack",
17337]
17338
17339[[package]]
17340name = "ui_prompt"
17341version = "0.1.0"
17342dependencies = [
17343 "gpui",
17344 "markdown",
17345 "menu",
17346 "settings",
17347 "theme",
17348 "ui",
17349 "workspace",
17350 "workspace-hack",
17351]
17352
17353[[package]]
17354name = "unicase"
17355version = "2.8.1"
17356source = "registry+https://github.com/rust-lang/crates.io-index"
17357checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17358
17359[[package]]
17360name = "unicode-bidi"
17361version = "0.3.18"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17364
17365[[package]]
17366name = "unicode-bidi-mirroring"
17367version = "0.2.0"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17370
17371[[package]]
17372name = "unicode-bidi-mirroring"
17373version = "0.4.0"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17376
17377[[package]]
17378name = "unicode-ccc"
17379version = "0.2.0"
17380source = "registry+https://github.com/rust-lang/crates.io-index"
17381checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17382
17383[[package]]
17384name = "unicode-ccc"
17385version = "0.4.0"
17386source = "registry+https://github.com/rust-lang/crates.io-index"
17387checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17388
17389[[package]]
17390name = "unicode-ident"
17391version = "1.0.18"
17392source = "registry+https://github.com/rust-lang/crates.io-index"
17393checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17394
17395[[package]]
17396name = "unicode-linebreak"
17397version = "0.1.5"
17398source = "registry+https://github.com/rust-lang/crates.io-index"
17399checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17400
17401[[package]]
17402name = "unicode-normalization"
17403version = "0.1.24"
17404source = "registry+https://github.com/rust-lang/crates.io-index"
17405checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17406dependencies = [
17407 "tinyvec",
17408]
17409
17410[[package]]
17411name = "unicode-properties"
17412version = "0.1.3"
17413source = "registry+https://github.com/rust-lang/crates.io-index"
17414checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17415
17416[[package]]
17417name = "unicode-script"
17418version = "0.5.7"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17421
17422[[package]]
17423name = "unicode-segmentation"
17424version = "1.12.0"
17425source = "registry+https://github.com/rust-lang/crates.io-index"
17426checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17427
17428[[package]]
17429name = "unicode-vo"
17430version = "0.1.0"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17433
17434[[package]]
17435name = "unicode-width"
17436version = "0.1.14"
17437source = "registry+https://github.com/rust-lang/crates.io-index"
17438checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
17439
17440[[package]]
17441name = "unicode-width"
17442version = "0.2.0"
17443source = "registry+https://github.com/rust-lang/crates.io-index"
17444checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17445
17446[[package]]
17447name = "unicode-xid"
17448version = "0.2.6"
17449source = "registry+https://github.com/rust-lang/crates.io-index"
17450checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17451
17452[[package]]
17453name = "unicode_categories"
17454version = "0.1.1"
17455source = "registry+https://github.com/rust-lang/crates.io-index"
17456checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17457
17458[[package]]
17459name = "unindent"
17460version = "0.2.4"
17461source = "registry+https://github.com/rust-lang/crates.io-index"
17462checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17463
17464[[package]]
17465name = "untrusted"
17466version = "0.9.0"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17469
17470[[package]]
17471name = "url"
17472version = "2.5.4"
17473source = "registry+https://github.com/rust-lang/crates.io-index"
17474checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17475dependencies = [
17476 "form_urlencoded",
17477 "idna",
17478 "percent-encoding",
17479 "serde",
17480]
17481
17482[[package]]
17483name = "urlencoding"
17484version = "2.1.3"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17487
17488[[package]]
17489name = "usvg"
17490version = "0.45.1"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17493dependencies = [
17494 "base64 0.22.1",
17495 "data-url",
17496 "flate2",
17497 "fontdb 0.23.0",
17498 "imagesize",
17499 "kurbo",
17500 "log",
17501 "pico-args",
17502 "roxmltree",
17503 "rustybuzz 0.20.1",
17504 "simplecss",
17505 "siphasher",
17506 "strict-num",
17507 "svgtypes",
17508 "tiny-skia-path",
17509 "unicode-bidi",
17510 "unicode-script",
17511 "unicode-vo",
17512 "xmlwriter",
17513]
17514
17515[[package]]
17516name = "utf-8"
17517version = "0.7.6"
17518source = "registry+https://github.com/rust-lang/crates.io-index"
17519checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17520
17521[[package]]
17522name = "utf16_iter"
17523version = "1.0.5"
17524source = "registry+https://github.com/rust-lang/crates.io-index"
17525checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17526
17527[[package]]
17528name = "utf8_iter"
17529version = "1.0.4"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17532
17533[[package]]
17534name = "utf8parse"
17535version = "0.2.2"
17536source = "registry+https://github.com/rust-lang/crates.io-index"
17537checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17538
17539[[package]]
17540name = "util"
17541version = "0.1.0"
17542dependencies = [
17543 "anyhow",
17544 "async-fs",
17545 "async_zip",
17546 "collections",
17547 "command-fds",
17548 "dirs 4.0.0",
17549 "dunce",
17550 "futures 0.3.31",
17551 "futures-lite 1.13.0",
17552 "git2",
17553 "globset",
17554 "indoc",
17555 "itertools 0.14.0",
17556 "libc",
17557 "log",
17558 "nix 0.29.0",
17559 "pretty_assertions",
17560 "rand 0.9.1",
17561 "regex",
17562 "rust-embed",
17563 "schemars 1.0.1",
17564 "serde",
17565 "serde_json",
17566 "serde_json_lenient",
17567 "shlex",
17568 "smol",
17569 "take-until",
17570 "tempfile",
17571 "tendril",
17572 "unicase",
17573 "util_macros",
17574 "walkdir",
17575 "workspace-hack",
17576]
17577
17578[[package]]
17579name = "util_macros"
17580version = "0.1.0"
17581dependencies = [
17582 "perf",
17583 "quote",
17584 "syn 2.0.101",
17585 "workspace-hack",
17586]
17587
17588[[package]]
17589name = "uuid"
17590version = "1.16.0"
17591source = "registry+https://github.com/rust-lang/crates.io-index"
17592checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17593dependencies = [
17594 "getrandom 0.3.2",
17595 "serde",
17596 "sha1_smol",
17597]
17598
17599[[package]]
17600name = "uuid-simd"
17601version = "0.8.0"
17602source = "registry+https://github.com/rust-lang/crates.io-index"
17603checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17604dependencies = [
17605 "outref",
17606 "uuid",
17607 "vsimd",
17608]
17609
17610[[package]]
17611name = "v_frame"
17612version = "0.3.8"
17613source = "registry+https://github.com/rust-lang/crates.io-index"
17614checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17615dependencies = [
17616 "aligned-vec",
17617 "num-traits",
17618 "wasm-bindgen",
17619]
17620
17621[[package]]
17622name = "valuable"
17623version = "0.1.1"
17624source = "registry+https://github.com/rust-lang/crates.io-index"
17625checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17626
17627[[package]]
17628name = "value-bag"
17629version = "1.11.1"
17630source = "registry+https://github.com/rust-lang/crates.io-index"
17631checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17632dependencies = [
17633 "value-bag-serde1",
17634 "value-bag-sval2",
17635]
17636
17637[[package]]
17638name = "value-bag-serde1"
17639version = "1.11.1"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17642dependencies = [
17643 "erased-serde",
17644 "serde",
17645 "serde_fmt",
17646]
17647
17648[[package]]
17649name = "value-bag-sval2"
17650version = "1.11.1"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17653dependencies = [
17654 "sval",
17655 "sval_buffer",
17656 "sval_dynamic",
17657 "sval_fmt",
17658 "sval_json",
17659 "sval_ref",
17660 "sval_serde",
17661]
17662
17663[[package]]
17664name = "vcpkg"
17665version = "0.2.15"
17666source = "registry+https://github.com/rust-lang/crates.io-index"
17667checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17668
17669[[package]]
17670name = "vercel"
17671version = "0.1.0"
17672dependencies = [
17673 "anyhow",
17674 "schemars 1.0.1",
17675 "serde",
17676 "strum 0.27.1",
17677 "workspace-hack",
17678]
17679
17680[[package]]
17681name = "version-compare"
17682version = "0.2.0"
17683source = "registry+https://github.com/rust-lang/crates.io-index"
17684checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17685
17686[[package]]
17687name = "version_check"
17688version = "0.9.5"
17689source = "registry+https://github.com/rust-lang/crates.io-index"
17690checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17691
17692[[package]]
17693name = "vim"
17694version = "0.1.0"
17695dependencies = [
17696 "anyhow",
17697 "assets",
17698 "async-compat",
17699 "async-trait",
17700 "collections",
17701 "command_palette",
17702 "command_palette_hooks",
17703 "db",
17704 "editor",
17705 "env_logger 0.11.8",
17706 "futures 0.3.31",
17707 "git_ui",
17708 "gpui",
17709 "indoc",
17710 "itertools 0.14.0",
17711 "language",
17712 "log",
17713 "lsp",
17714 "menu",
17715 "multi_buffer",
17716 "nvim-rs",
17717 "parking_lot",
17718 "perf",
17719 "picker",
17720 "project",
17721 "project_panel",
17722 "regex",
17723 "release_channel",
17724 "schemars 1.0.1",
17725 "search",
17726 "serde",
17727 "serde_json",
17728 "settings",
17729 "task",
17730 "text",
17731 "theme",
17732 "tokio",
17733 "ui",
17734 "util",
17735 "util_macros",
17736 "vim_mode_setting",
17737 "workspace",
17738 "workspace-hack",
17739 "zed_actions",
17740]
17741
17742[[package]]
17743name = "vim_mode_setting"
17744version = "0.1.0"
17745dependencies = [
17746 "gpui",
17747 "settings",
17748 "workspace-hack",
17749]
17750
17751[[package]]
17752name = "vscode_theme"
17753version = "0.2.0"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17756dependencies = [
17757 "serde",
17758]
17759
17760[[package]]
17761name = "vsimd"
17762version = "0.8.0"
17763source = "registry+https://github.com/rust-lang/crates.io-index"
17764checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17765
17766[[package]]
17767name = "vswhom"
17768version = "0.1.0"
17769source = "registry+https://github.com/rust-lang/crates.io-index"
17770checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17771dependencies = [
17772 "libc",
17773 "vswhom-sys",
17774]
17775
17776[[package]]
17777name = "vswhom-sys"
17778version = "0.1.3"
17779source = "registry+https://github.com/rust-lang/crates.io-index"
17780checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17781dependencies = [
17782 "cc",
17783 "libc",
17784]
17785
17786[[package]]
17787name = "vte"
17788version = "0.15.0"
17789source = "registry+https://github.com/rust-lang/crates.io-index"
17790checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17791dependencies = [
17792 "arrayvec",
17793 "bitflags 2.9.0",
17794 "cursor-icon",
17795 "log",
17796 "memchr",
17797 "serde",
17798]
17799
17800[[package]]
17801name = "waker-fn"
17802version = "1.2.0"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17805
17806[[package]]
17807name = "walkdir"
17808version = "2.5.0"
17809source = "registry+https://github.com/rust-lang/crates.io-index"
17810checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17811dependencies = [
17812 "same-file",
17813 "winapi-util",
17814]
17815
17816[[package]]
17817name = "want"
17818version = "0.3.1"
17819source = "registry+https://github.com/rust-lang/crates.io-index"
17820checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17821dependencies = [
17822 "try-lock",
17823]
17824
17825[[package]]
17826name = "warp"
17827version = "0.3.7"
17828source = "registry+https://github.com/rust-lang/crates.io-index"
17829checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17830dependencies = [
17831 "bytes 1.10.1",
17832 "futures-channel",
17833 "futures-util",
17834 "headers",
17835 "http 0.2.12",
17836 "hyper 0.14.32",
17837 "log",
17838 "mime",
17839 "mime_guess",
17840 "percent-encoding",
17841 "pin-project",
17842 "scoped-tls",
17843 "serde",
17844 "serde_json",
17845 "serde_urlencoded",
17846 "tokio",
17847 "tokio-tungstenite 0.21.0",
17848 "tokio-util",
17849 "tower-service",
17850 "tracing",
17851]
17852
17853[[package]]
17854name = "wasi"
17855version = "0.11.0+wasi-snapshot-preview1"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17858
17859[[package]]
17860name = "wasi"
17861version = "0.14.2+wasi-0.2.4"
17862source = "registry+https://github.com/rust-lang/crates.io-index"
17863checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17864dependencies = [
17865 "wit-bindgen-rt 0.39.0",
17866]
17867
17868[[package]]
17869name = "wasite"
17870version = "0.1.0"
17871source = "registry+https://github.com/rust-lang/crates.io-index"
17872checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17873
17874[[package]]
17875name = "wasm-bindgen"
17876version = "0.2.100"
17877source = "registry+https://github.com/rust-lang/crates.io-index"
17878checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17879dependencies = [
17880 "cfg-if",
17881 "once_cell",
17882 "rustversion",
17883 "wasm-bindgen-macro",
17884]
17885
17886[[package]]
17887name = "wasm-bindgen-backend"
17888version = "0.2.100"
17889source = "registry+https://github.com/rust-lang/crates.io-index"
17890checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17891dependencies = [
17892 "bumpalo",
17893 "log",
17894 "proc-macro2",
17895 "quote",
17896 "syn 2.0.101",
17897 "wasm-bindgen-shared",
17898]
17899
17900[[package]]
17901name = "wasm-bindgen-futures"
17902version = "0.4.50"
17903source = "registry+https://github.com/rust-lang/crates.io-index"
17904checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17905dependencies = [
17906 "cfg-if",
17907 "js-sys",
17908 "once_cell",
17909 "wasm-bindgen",
17910 "web-sys",
17911]
17912
17913[[package]]
17914name = "wasm-bindgen-macro"
17915version = "0.2.100"
17916source = "registry+https://github.com/rust-lang/crates.io-index"
17917checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17918dependencies = [
17919 "quote",
17920 "wasm-bindgen-macro-support",
17921]
17922
17923[[package]]
17924name = "wasm-bindgen-macro-support"
17925version = "0.2.100"
17926source = "registry+https://github.com/rust-lang/crates.io-index"
17927checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17928dependencies = [
17929 "proc-macro2",
17930 "quote",
17931 "syn 2.0.101",
17932 "wasm-bindgen-backend",
17933 "wasm-bindgen-shared",
17934]
17935
17936[[package]]
17937name = "wasm-bindgen-shared"
17938version = "0.2.100"
17939source = "registry+https://github.com/rust-lang/crates.io-index"
17940checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17941dependencies = [
17942 "unicode-ident",
17943]
17944
17945[[package]]
17946name = "wasm-encoder"
17947version = "0.201.0"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17950dependencies = [
17951 "leb128",
17952]
17953
17954[[package]]
17955name = "wasm-encoder"
17956version = "0.221.3"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17959dependencies = [
17960 "leb128",
17961 "wasmparser 0.221.3",
17962]
17963
17964[[package]]
17965name = "wasm-encoder"
17966version = "0.227.1"
17967source = "registry+https://github.com/rust-lang/crates.io-index"
17968checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17969dependencies = [
17970 "leb128fmt",
17971 "wasmparser 0.227.1",
17972]
17973
17974[[package]]
17975name = "wasm-metadata"
17976version = "0.201.0"
17977source = "registry+https://github.com/rust-lang/crates.io-index"
17978checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17979dependencies = [
17980 "anyhow",
17981 "indexmap 2.9.0",
17982 "serde",
17983 "serde_derive",
17984 "serde_json",
17985 "spdx",
17986 "wasm-encoder 0.201.0",
17987 "wasmparser 0.201.0",
17988]
17989
17990[[package]]
17991name = "wasm-metadata"
17992version = "0.227.1"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17995dependencies = [
17996 "anyhow",
17997 "auditable-serde",
17998 "flate2",
17999 "indexmap 2.9.0",
18000 "serde",
18001 "serde_derive",
18002 "serde_json",
18003 "spdx",
18004 "url",
18005 "wasm-encoder 0.227.1",
18006 "wasmparser 0.227.1",
18007]
18008
18009[[package]]
18010name = "wasm-streams"
18011version = "0.4.2"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18014dependencies = [
18015 "futures-util",
18016 "js-sys",
18017 "wasm-bindgen",
18018 "wasm-bindgen-futures",
18019 "web-sys",
18020]
18021
18022[[package]]
18023name = "wasmparser"
18024version = "0.201.0"
18025source = "registry+https://github.com/rust-lang/crates.io-index"
18026checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18027dependencies = [
18028 "bitflags 2.9.0",
18029 "indexmap 2.9.0",
18030 "semver",
18031]
18032
18033[[package]]
18034name = "wasmparser"
18035version = "0.221.3"
18036source = "registry+https://github.com/rust-lang/crates.io-index"
18037checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18038dependencies = [
18039 "bitflags 2.9.0",
18040 "hashbrown 0.15.3",
18041 "indexmap 2.9.0",
18042 "semver",
18043 "serde",
18044]
18045
18046[[package]]
18047name = "wasmparser"
18048version = "0.227.1"
18049source = "registry+https://github.com/rust-lang/crates.io-index"
18050checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18051dependencies = [
18052 "bitflags 2.9.0",
18053 "hashbrown 0.15.3",
18054 "indexmap 2.9.0",
18055 "semver",
18056]
18057
18058[[package]]
18059name = "wasmprinter"
18060version = "0.221.3"
18061source = "registry+https://github.com/rust-lang/crates.io-index"
18062checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18063dependencies = [
18064 "anyhow",
18065 "termcolor",
18066 "wasmparser 0.221.3",
18067]
18068
18069[[package]]
18070name = "wasmtime"
18071version = "29.0.1"
18072source = "registry+https://github.com/rust-lang/crates.io-index"
18073checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18074dependencies = [
18075 "anyhow",
18076 "async-trait",
18077 "bitflags 2.9.0",
18078 "bumpalo",
18079 "cc",
18080 "cfg-if",
18081 "encoding_rs",
18082 "hashbrown 0.14.5",
18083 "indexmap 2.9.0",
18084 "libc",
18085 "log",
18086 "mach2 0.4.2",
18087 "memfd",
18088 "object",
18089 "once_cell",
18090 "paste",
18091 "postcard",
18092 "psm",
18093 "pulley-interpreter",
18094 "rayon",
18095 "rustix 0.38.44",
18096 "semver",
18097 "serde",
18098 "serde_derive",
18099 "smallvec",
18100 "sptr",
18101 "target-lexicon 0.13.2",
18102 "trait-variant",
18103 "wasmparser 0.221.3",
18104 "wasmtime-asm-macros",
18105 "wasmtime-component-macro",
18106 "wasmtime-component-util",
18107 "wasmtime-cranelift",
18108 "wasmtime-environ",
18109 "wasmtime-fiber",
18110 "wasmtime-jit-icache-coherence",
18111 "wasmtime-math",
18112 "wasmtime-slab",
18113 "wasmtime-versioned-export-macros",
18114 "wasmtime-winch",
18115 "windows-sys 0.59.0",
18116]
18117
18118[[package]]
18119name = "wasmtime-asm-macros"
18120version = "29.0.1"
18121source = "registry+https://github.com/rust-lang/crates.io-index"
18122checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18123dependencies = [
18124 "cfg-if",
18125]
18126
18127[[package]]
18128name = "wasmtime-c-api-impl"
18129version = "29.0.1"
18130source = "registry+https://github.com/rust-lang/crates.io-index"
18131checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18132dependencies = [
18133 "anyhow",
18134 "log",
18135 "tracing",
18136 "wasmtime",
18137 "wasmtime-c-api-macros",
18138]
18139
18140[[package]]
18141name = "wasmtime-c-api-macros"
18142version = "29.0.1"
18143source = "registry+https://github.com/rust-lang/crates.io-index"
18144checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18145dependencies = [
18146 "proc-macro2",
18147 "quote",
18148]
18149
18150[[package]]
18151name = "wasmtime-component-macro"
18152version = "29.0.1"
18153source = "registry+https://github.com/rust-lang/crates.io-index"
18154checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18155dependencies = [
18156 "anyhow",
18157 "proc-macro2",
18158 "quote",
18159 "syn 2.0.101",
18160 "wasmtime-component-util",
18161 "wasmtime-wit-bindgen",
18162 "wit-parser 0.221.3",
18163]
18164
18165[[package]]
18166name = "wasmtime-component-util"
18167version = "29.0.1"
18168source = "registry+https://github.com/rust-lang/crates.io-index"
18169checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18170
18171[[package]]
18172name = "wasmtime-cranelift"
18173version = "29.0.1"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18176dependencies = [
18177 "anyhow",
18178 "cfg-if",
18179 "cranelift-codegen",
18180 "cranelift-control",
18181 "cranelift-entity",
18182 "cranelift-frontend",
18183 "cranelift-native",
18184 "gimli",
18185 "itertools 0.12.1",
18186 "log",
18187 "object",
18188 "smallvec",
18189 "target-lexicon 0.13.2",
18190 "thiserror 1.0.69",
18191 "wasmparser 0.221.3",
18192 "wasmtime-environ",
18193 "wasmtime-versioned-export-macros",
18194]
18195
18196[[package]]
18197name = "wasmtime-environ"
18198version = "29.0.1"
18199source = "registry+https://github.com/rust-lang/crates.io-index"
18200checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18201dependencies = [
18202 "anyhow",
18203 "cpp_demangle",
18204 "cranelift-bitset",
18205 "cranelift-entity",
18206 "gimli",
18207 "indexmap 2.9.0",
18208 "log",
18209 "object",
18210 "postcard",
18211 "rustc-demangle",
18212 "semver",
18213 "serde",
18214 "serde_derive",
18215 "smallvec",
18216 "target-lexicon 0.13.2",
18217 "wasm-encoder 0.221.3",
18218 "wasmparser 0.221.3",
18219 "wasmprinter",
18220 "wasmtime-component-util",
18221]
18222
18223[[package]]
18224name = "wasmtime-fiber"
18225version = "29.0.1"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18228dependencies = [
18229 "anyhow",
18230 "cc",
18231 "cfg-if",
18232 "rustix 0.38.44",
18233 "wasmtime-asm-macros",
18234 "wasmtime-versioned-export-macros",
18235 "windows-sys 0.59.0",
18236]
18237
18238[[package]]
18239name = "wasmtime-jit-icache-coherence"
18240version = "29.0.1"
18241source = "registry+https://github.com/rust-lang/crates.io-index"
18242checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18243dependencies = [
18244 "anyhow",
18245 "cfg-if",
18246 "libc",
18247 "windows-sys 0.59.0",
18248]
18249
18250[[package]]
18251name = "wasmtime-math"
18252version = "29.0.1"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18255dependencies = [
18256 "libm",
18257]
18258
18259[[package]]
18260name = "wasmtime-slab"
18261version = "29.0.1"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18264
18265[[package]]
18266name = "wasmtime-versioned-export-macros"
18267version = "29.0.1"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18270dependencies = [
18271 "proc-macro2",
18272 "quote",
18273 "syn 2.0.101",
18274]
18275
18276[[package]]
18277name = "wasmtime-wasi"
18278version = "29.0.1"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18281dependencies = [
18282 "anyhow",
18283 "async-trait",
18284 "bitflags 2.9.0",
18285 "bytes 1.10.1",
18286 "cap-fs-ext",
18287 "cap-net-ext",
18288 "cap-rand",
18289 "cap-std",
18290 "cap-time-ext",
18291 "fs-set-times",
18292 "futures 0.3.31",
18293 "io-extras",
18294 "io-lifetimes",
18295 "rustix 0.38.44",
18296 "system-interface",
18297 "thiserror 1.0.69",
18298 "tokio",
18299 "tracing",
18300 "trait-variant",
18301 "url",
18302 "wasmtime",
18303 "wiggle",
18304 "windows-sys 0.59.0",
18305]
18306
18307[[package]]
18308name = "wasmtime-winch"
18309version = "29.0.1"
18310source = "registry+https://github.com/rust-lang/crates.io-index"
18311checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18312dependencies = [
18313 "anyhow",
18314 "cranelift-codegen",
18315 "gimli",
18316 "object",
18317 "target-lexicon 0.13.2",
18318 "wasmparser 0.221.3",
18319 "wasmtime-cranelift",
18320 "wasmtime-environ",
18321 "winch-codegen",
18322]
18323
18324[[package]]
18325name = "wasmtime-wit-bindgen"
18326version = "29.0.1"
18327source = "registry+https://github.com/rust-lang/crates.io-index"
18328checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18329dependencies = [
18330 "anyhow",
18331 "heck 0.5.0",
18332 "indexmap 2.9.0",
18333 "wit-parser 0.221.3",
18334]
18335
18336[[package]]
18337name = "wast"
18338version = "35.0.2"
18339source = "registry+https://github.com/rust-lang/crates.io-index"
18340checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18341dependencies = [
18342 "leb128",
18343]
18344
18345[[package]]
18346name = "watch"
18347version = "0.1.0"
18348dependencies = [
18349 "ctor",
18350 "futures 0.3.31",
18351 "gpui",
18352 "parking_lot",
18353 "rand 0.9.1",
18354 "workspace-hack",
18355 "zlog",
18356]
18357
18358[[package]]
18359name = "wayland-backend"
18360version = "0.3.8"
18361source = "registry+https://github.com/rust-lang/crates.io-index"
18362checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18363dependencies = [
18364 "cc",
18365 "downcast-rs",
18366 "rustix 0.38.44",
18367 "scoped-tls",
18368 "smallvec",
18369 "wayland-sys",
18370]
18371
18372[[package]]
18373name = "wayland-client"
18374version = "0.31.8"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18377dependencies = [
18378 "bitflags 2.9.0",
18379 "rustix 0.38.44",
18380 "wayland-backend",
18381 "wayland-scanner",
18382]
18383
18384[[package]]
18385name = "wayland-cursor"
18386version = "0.31.8"
18387source = "registry+https://github.com/rust-lang/crates.io-index"
18388checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18389dependencies = [
18390 "rustix 0.38.44",
18391 "wayland-client",
18392 "xcursor",
18393]
18394
18395[[package]]
18396name = "wayland-protocols"
18397version = "0.31.2"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18400dependencies = [
18401 "bitflags 2.9.0",
18402 "wayland-backend",
18403 "wayland-client",
18404 "wayland-scanner",
18405]
18406
18407[[package]]
18408name = "wayland-protocols-plasma"
18409version = "0.2.0"
18410source = "registry+https://github.com/rust-lang/crates.io-index"
18411checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18412dependencies = [
18413 "bitflags 2.9.0",
18414 "wayland-backend",
18415 "wayland-client",
18416 "wayland-protocols",
18417 "wayland-scanner",
18418]
18419
18420[[package]]
18421name = "wayland-scanner"
18422version = "0.31.6"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18425dependencies = [
18426 "proc-macro2",
18427 "quick-xml 0.37.4",
18428 "quote",
18429]
18430
18431[[package]]
18432name = "wayland-sys"
18433version = "0.31.6"
18434source = "registry+https://github.com/rust-lang/crates.io-index"
18435checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18436dependencies = [
18437 "dlib",
18438 "log",
18439 "once_cell",
18440 "pkg-config",
18441]
18442
18443[[package]]
18444name = "web-sys"
18445version = "0.3.77"
18446source = "registry+https://github.com/rust-lang/crates.io-index"
18447checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18448dependencies = [
18449 "js-sys",
18450 "wasm-bindgen",
18451]
18452
18453[[package]]
18454name = "web-time"
18455version = "1.1.0"
18456source = "registry+https://github.com/rust-lang/crates.io-index"
18457checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18458dependencies = [
18459 "js-sys",
18460 "wasm-bindgen",
18461]
18462
18463[[package]]
18464name = "web_atoms"
18465version = "0.1.0"
18466source = "registry+https://github.com/rust-lang/crates.io-index"
18467checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18468dependencies = [
18469 "phf",
18470 "phf_codegen",
18471 "string_cache",
18472 "string_cache_codegen",
18473]
18474
18475[[package]]
18476name = "web_search"
18477version = "0.1.0"
18478dependencies = [
18479 "anyhow",
18480 "cloud_llm_client",
18481 "collections",
18482 "gpui",
18483 "serde",
18484 "workspace-hack",
18485]
18486
18487[[package]]
18488name = "web_search_providers"
18489version = "0.1.0"
18490dependencies = [
18491 "anyhow",
18492 "client",
18493 "cloud_llm_client",
18494 "futures 0.3.31",
18495 "gpui",
18496 "http_client",
18497 "language_model",
18498 "serde",
18499 "serde_json",
18500 "web_search",
18501 "workspace-hack",
18502]
18503
18504[[package]]
18505name = "webpki-root-certs"
18506version = "0.26.8"
18507source = "registry+https://github.com/rust-lang/crates.io-index"
18508checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18509dependencies = [
18510 "rustls-pki-types",
18511]
18512
18513[[package]]
18514name = "webpki-roots"
18515version = "0.26.8"
18516source = "registry+https://github.com/rust-lang/crates.io-index"
18517checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18518dependencies = [
18519 "rustls-pki-types",
18520]
18521
18522[[package]]
18523name = "webrtc-sys"
18524version = "0.3.7"
18525source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18526dependencies = [
18527 "cc",
18528 "cxx",
18529 "cxx-build",
18530 "glob",
18531 "log",
18532 "webrtc-sys-build",
18533]
18534
18535[[package]]
18536name = "webrtc-sys-build"
18537version = "0.3.6"
18538source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18539dependencies = [
18540 "fs2",
18541 "regex",
18542 "reqwest 0.11.27",
18543 "scratch",
18544 "semver",
18545 "zip 0.6.6",
18546]
18547
18548[[package]]
18549name = "weezl"
18550version = "0.1.8"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18553
18554[[package]]
18555name = "which"
18556version = "4.4.2"
18557source = "registry+https://github.com/rust-lang/crates.io-index"
18558checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18559dependencies = [
18560 "either",
18561 "home",
18562 "once_cell",
18563 "rustix 0.38.44",
18564]
18565
18566[[package]]
18567name = "which"
18568version = "6.0.3"
18569source = "registry+https://github.com/rust-lang/crates.io-index"
18570checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18571dependencies = [
18572 "either",
18573 "home",
18574 "rustix 0.38.44",
18575 "winsafe",
18576]
18577
18578[[package]]
18579name = "whoami"
18580version = "1.6.0"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18583dependencies = [
18584 "redox_syscall 0.5.11",
18585 "wasite",
18586]
18587
18588[[package]]
18589name = "wiggle"
18590version = "29.0.1"
18591source = "registry+https://github.com/rust-lang/crates.io-index"
18592checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18593dependencies = [
18594 "anyhow",
18595 "async-trait",
18596 "bitflags 2.9.0",
18597 "thiserror 1.0.69",
18598 "tracing",
18599 "wasmtime",
18600 "wiggle-macro",
18601]
18602
18603[[package]]
18604name = "wiggle-generate"
18605version = "29.0.1"
18606source = "registry+https://github.com/rust-lang/crates.io-index"
18607checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18608dependencies = [
18609 "anyhow",
18610 "heck 0.5.0",
18611 "proc-macro2",
18612 "quote",
18613 "shellexpand 2.1.2",
18614 "syn 2.0.101",
18615 "witx",
18616]
18617
18618[[package]]
18619name = "wiggle-macro"
18620version = "29.0.1"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18623dependencies = [
18624 "proc-macro2",
18625 "quote",
18626 "syn 2.0.101",
18627 "wiggle-generate",
18628]
18629
18630[[package]]
18631name = "winapi"
18632version = "0.3.9"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18635dependencies = [
18636 "winapi-i686-pc-windows-gnu",
18637 "winapi-x86_64-pc-windows-gnu",
18638]
18639
18640[[package]]
18641name = "winapi-i686-pc-windows-gnu"
18642version = "0.4.0"
18643source = "registry+https://github.com/rust-lang/crates.io-index"
18644checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18645
18646[[package]]
18647name = "winapi-util"
18648version = "0.1.9"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18651dependencies = [
18652 "windows-sys 0.59.0",
18653]
18654
18655[[package]]
18656name = "winapi-x86_64-pc-windows-gnu"
18657version = "0.4.0"
18658source = "registry+https://github.com/rust-lang/crates.io-index"
18659checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18660
18661[[package]]
18662name = "winch-codegen"
18663version = "29.0.1"
18664source = "registry+https://github.com/rust-lang/crates.io-index"
18665checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18666dependencies = [
18667 "anyhow",
18668 "cranelift-codegen",
18669 "gimli",
18670 "regalloc2",
18671 "smallvec",
18672 "target-lexicon 0.13.2",
18673 "thiserror 1.0.69",
18674 "wasmparser 0.221.3",
18675 "wasmtime-cranelift",
18676 "wasmtime-environ",
18677]
18678
18679[[package]]
18680name = "windows"
18681version = "0.54.0"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18684dependencies = [
18685 "windows-core 0.54.0",
18686 "windows-targets 0.52.6",
18687]
18688
18689[[package]]
18690name = "windows"
18691version = "0.57.0"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18694dependencies = [
18695 "windows-core 0.57.0",
18696 "windows-targets 0.52.6",
18697]
18698
18699[[package]]
18700name = "windows"
18701version = "0.58.0"
18702source = "registry+https://github.com/rust-lang/crates.io-index"
18703checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18704dependencies = [
18705 "windows-core 0.58.0",
18706 "windows-targets 0.52.6",
18707]
18708
18709[[package]]
18710name = "windows"
18711version = "0.61.1"
18712source = "registry+https://github.com/rust-lang/crates.io-index"
18713checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18714dependencies = [
18715 "windows-collections",
18716 "windows-core 0.61.0",
18717 "windows-future",
18718 "windows-link 0.1.1",
18719 "windows-numerics",
18720]
18721
18722[[package]]
18723name = "windows-capture"
18724version = "1.4.3"
18725source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18726dependencies = [
18727 "clap",
18728 "ctrlc",
18729 "parking_lot",
18730 "rayon",
18731 "thiserror 2.0.12",
18732 "windows 0.61.1",
18733 "windows-future",
18734]
18735
18736[[package]]
18737name = "windows-collections"
18738version = "0.2.0"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18741dependencies = [
18742 "windows-core 0.61.0",
18743]
18744
18745[[package]]
18746name = "windows-core"
18747version = "0.54.0"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18750dependencies = [
18751 "windows-result 0.1.2",
18752 "windows-targets 0.52.6",
18753]
18754
18755[[package]]
18756name = "windows-core"
18757version = "0.57.0"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18760dependencies = [
18761 "windows-implement 0.57.0",
18762 "windows-interface 0.57.0",
18763 "windows-result 0.1.2",
18764 "windows-targets 0.52.6",
18765]
18766
18767[[package]]
18768name = "windows-core"
18769version = "0.58.0"
18770source = "registry+https://github.com/rust-lang/crates.io-index"
18771checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18772dependencies = [
18773 "windows-implement 0.58.0",
18774 "windows-interface 0.58.0",
18775 "windows-result 0.2.0",
18776 "windows-strings 0.1.0",
18777 "windows-targets 0.52.6",
18778]
18779
18780[[package]]
18781name = "windows-core"
18782version = "0.61.0"
18783source = "registry+https://github.com/rust-lang/crates.io-index"
18784checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18785dependencies = [
18786 "windows-implement 0.60.0",
18787 "windows-interface 0.59.1",
18788 "windows-link 0.1.1",
18789 "windows-result 0.3.2",
18790 "windows-strings 0.4.0",
18791]
18792
18793[[package]]
18794name = "windows-future"
18795version = "0.2.0"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18798dependencies = [
18799 "windows-core 0.61.0",
18800 "windows-link 0.1.1",
18801]
18802
18803[[package]]
18804name = "windows-implement"
18805version = "0.57.0"
18806source = "registry+https://github.com/rust-lang/crates.io-index"
18807checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18808dependencies = [
18809 "proc-macro2",
18810 "quote",
18811 "syn 2.0.101",
18812]
18813
18814[[package]]
18815name = "windows-implement"
18816version = "0.58.0"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18819dependencies = [
18820 "proc-macro2",
18821 "quote",
18822 "syn 2.0.101",
18823]
18824
18825[[package]]
18826name = "windows-implement"
18827version = "0.60.0"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18830dependencies = [
18831 "proc-macro2",
18832 "quote",
18833 "syn 2.0.101",
18834]
18835
18836[[package]]
18837name = "windows-interface"
18838version = "0.57.0"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18841dependencies = [
18842 "proc-macro2",
18843 "quote",
18844 "syn 2.0.101",
18845]
18846
18847[[package]]
18848name = "windows-interface"
18849version = "0.58.0"
18850source = "registry+https://github.com/rust-lang/crates.io-index"
18851checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18852dependencies = [
18853 "proc-macro2",
18854 "quote",
18855 "syn 2.0.101",
18856]
18857
18858[[package]]
18859name = "windows-interface"
18860version = "0.59.1"
18861source = "registry+https://github.com/rust-lang/crates.io-index"
18862checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18863dependencies = [
18864 "proc-macro2",
18865 "quote",
18866 "syn 2.0.101",
18867]
18868
18869[[package]]
18870name = "windows-link"
18871version = "0.1.1"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18874
18875[[package]]
18876name = "windows-link"
18877version = "0.2.0"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18880
18881[[package]]
18882name = "windows-numerics"
18883version = "0.2.0"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18886dependencies = [
18887 "windows-core 0.61.0",
18888 "windows-link 0.1.1",
18889]
18890
18891[[package]]
18892name = "windows-registry"
18893version = "0.4.0"
18894source = "registry+https://github.com/rust-lang/crates.io-index"
18895checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18896dependencies = [
18897 "windows-result 0.3.2",
18898 "windows-strings 0.3.1",
18899 "windows-targets 0.53.2",
18900]
18901
18902[[package]]
18903name = "windows-registry"
18904version = "0.5.1"
18905source = "registry+https://github.com/rust-lang/crates.io-index"
18906checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18907dependencies = [
18908 "windows-link 0.1.1",
18909 "windows-result 0.3.2",
18910 "windows-strings 0.4.0",
18911]
18912
18913[[package]]
18914name = "windows-registry"
18915version = "0.6.0"
18916source = "registry+https://github.com/rust-lang/crates.io-index"
18917checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18918dependencies = [
18919 "windows-link 0.2.0",
18920 "windows-result 0.4.0",
18921 "windows-strings 0.5.0",
18922]
18923
18924[[package]]
18925name = "windows-result"
18926version = "0.1.2"
18927source = "registry+https://github.com/rust-lang/crates.io-index"
18928checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18929dependencies = [
18930 "windows-targets 0.52.6",
18931]
18932
18933[[package]]
18934name = "windows-result"
18935version = "0.2.0"
18936source = "registry+https://github.com/rust-lang/crates.io-index"
18937checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18938dependencies = [
18939 "windows-targets 0.52.6",
18940]
18941
18942[[package]]
18943name = "windows-result"
18944version = "0.3.2"
18945source = "registry+https://github.com/rust-lang/crates.io-index"
18946checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18947dependencies = [
18948 "windows-link 0.1.1",
18949]
18950
18951[[package]]
18952name = "windows-result"
18953version = "0.4.0"
18954source = "registry+https://github.com/rust-lang/crates.io-index"
18955checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18956dependencies = [
18957 "windows-link 0.2.0",
18958]
18959
18960[[package]]
18961name = "windows-strings"
18962version = "0.1.0"
18963source = "registry+https://github.com/rust-lang/crates.io-index"
18964checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18965dependencies = [
18966 "windows-result 0.2.0",
18967 "windows-targets 0.52.6",
18968]
18969
18970[[package]]
18971name = "windows-strings"
18972version = "0.3.1"
18973source = "registry+https://github.com/rust-lang/crates.io-index"
18974checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18975dependencies = [
18976 "windows-link 0.1.1",
18977]
18978
18979[[package]]
18980name = "windows-strings"
18981version = "0.4.0"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18984dependencies = [
18985 "windows-link 0.1.1",
18986]
18987
18988[[package]]
18989name = "windows-strings"
18990version = "0.5.0"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18993dependencies = [
18994 "windows-link 0.2.0",
18995]
18996
18997[[package]]
18998name = "windows-sys"
18999version = "0.45.0"
19000source = "registry+https://github.com/rust-lang/crates.io-index"
19001checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19002dependencies = [
19003 "windows-targets 0.42.2",
19004]
19005
19006[[package]]
19007name = "windows-sys"
19008version = "0.48.0"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19011dependencies = [
19012 "windows-targets 0.48.5",
19013]
19014
19015[[package]]
19016name = "windows-sys"
19017version = "0.52.0"
19018source = "registry+https://github.com/rust-lang/crates.io-index"
19019checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19020dependencies = [
19021 "windows-targets 0.52.6",
19022]
19023
19024[[package]]
19025name = "windows-sys"
19026version = "0.59.0"
19027source = "registry+https://github.com/rust-lang/crates.io-index"
19028checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19029dependencies = [
19030 "windows-targets 0.52.6",
19031]
19032
19033[[package]]
19034name = "windows-sys"
19035version = "0.60.2"
19036source = "registry+https://github.com/rust-lang/crates.io-index"
19037checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19038dependencies = [
19039 "windows-targets 0.53.2",
19040]
19041
19042[[package]]
19043name = "windows-sys"
19044version = "0.61.0"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19047dependencies = [
19048 "windows-link 0.2.0",
19049]
19050
19051[[package]]
19052name = "windows-targets"
19053version = "0.42.2"
19054source = "registry+https://github.com/rust-lang/crates.io-index"
19055checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19056dependencies = [
19057 "windows_aarch64_gnullvm 0.42.2",
19058 "windows_aarch64_msvc 0.42.2",
19059 "windows_i686_gnu 0.42.2",
19060 "windows_i686_msvc 0.42.2",
19061 "windows_x86_64_gnu 0.42.2",
19062 "windows_x86_64_gnullvm 0.42.2",
19063 "windows_x86_64_msvc 0.42.2",
19064]
19065
19066[[package]]
19067name = "windows-targets"
19068version = "0.48.5"
19069source = "registry+https://github.com/rust-lang/crates.io-index"
19070checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19071dependencies = [
19072 "windows_aarch64_gnullvm 0.48.5",
19073 "windows_aarch64_msvc 0.48.5",
19074 "windows_i686_gnu 0.48.5",
19075 "windows_i686_msvc 0.48.5",
19076 "windows_x86_64_gnu 0.48.5",
19077 "windows_x86_64_gnullvm 0.48.5",
19078 "windows_x86_64_msvc 0.48.5",
19079]
19080
19081[[package]]
19082name = "windows-targets"
19083version = "0.52.6"
19084source = "registry+https://github.com/rust-lang/crates.io-index"
19085checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19086dependencies = [
19087 "windows_aarch64_gnullvm 0.52.6",
19088 "windows_aarch64_msvc 0.52.6",
19089 "windows_i686_gnu 0.52.6",
19090 "windows_i686_gnullvm 0.52.6",
19091 "windows_i686_msvc 0.52.6",
19092 "windows_x86_64_gnu 0.52.6",
19093 "windows_x86_64_gnullvm 0.52.6",
19094 "windows_x86_64_msvc 0.52.6",
19095]
19096
19097[[package]]
19098name = "windows-targets"
19099version = "0.53.2"
19100source = "registry+https://github.com/rust-lang/crates.io-index"
19101checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19102dependencies = [
19103 "windows_aarch64_gnullvm 0.53.0",
19104 "windows_aarch64_msvc 0.53.0",
19105 "windows_i686_gnu 0.53.0",
19106 "windows_i686_gnullvm 0.53.0",
19107 "windows_i686_msvc 0.53.0",
19108 "windows_x86_64_gnu 0.53.0",
19109 "windows_x86_64_gnullvm 0.53.0",
19110 "windows_x86_64_msvc 0.53.0",
19111]
19112
19113[[package]]
19114name = "windows_aarch64_gnullvm"
19115version = "0.42.2"
19116source = "registry+https://github.com/rust-lang/crates.io-index"
19117checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19118
19119[[package]]
19120name = "windows_aarch64_gnullvm"
19121version = "0.48.5"
19122source = "registry+https://github.com/rust-lang/crates.io-index"
19123checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19124
19125[[package]]
19126name = "windows_aarch64_gnullvm"
19127version = "0.52.6"
19128source = "registry+https://github.com/rust-lang/crates.io-index"
19129checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19130
19131[[package]]
19132name = "windows_aarch64_gnullvm"
19133version = "0.53.0"
19134source = "registry+https://github.com/rust-lang/crates.io-index"
19135checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19136
19137[[package]]
19138name = "windows_aarch64_msvc"
19139version = "0.42.2"
19140source = "registry+https://github.com/rust-lang/crates.io-index"
19141checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19142
19143[[package]]
19144name = "windows_aarch64_msvc"
19145version = "0.48.5"
19146source = "registry+https://github.com/rust-lang/crates.io-index"
19147checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19148
19149[[package]]
19150name = "windows_aarch64_msvc"
19151version = "0.52.6"
19152source = "registry+https://github.com/rust-lang/crates.io-index"
19153checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19154
19155[[package]]
19156name = "windows_aarch64_msvc"
19157version = "0.53.0"
19158source = "registry+https://github.com/rust-lang/crates.io-index"
19159checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19160
19161[[package]]
19162name = "windows_i686_gnu"
19163version = "0.42.2"
19164source = "registry+https://github.com/rust-lang/crates.io-index"
19165checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19166
19167[[package]]
19168name = "windows_i686_gnu"
19169version = "0.48.5"
19170source = "registry+https://github.com/rust-lang/crates.io-index"
19171checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19172
19173[[package]]
19174name = "windows_i686_gnu"
19175version = "0.52.6"
19176source = "registry+https://github.com/rust-lang/crates.io-index"
19177checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19178
19179[[package]]
19180name = "windows_i686_gnu"
19181version = "0.53.0"
19182source = "registry+https://github.com/rust-lang/crates.io-index"
19183checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19184
19185[[package]]
19186name = "windows_i686_gnullvm"
19187version = "0.52.6"
19188source = "registry+https://github.com/rust-lang/crates.io-index"
19189checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19190
19191[[package]]
19192name = "windows_i686_gnullvm"
19193version = "0.53.0"
19194source = "registry+https://github.com/rust-lang/crates.io-index"
19195checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19196
19197[[package]]
19198name = "windows_i686_msvc"
19199version = "0.42.2"
19200source = "registry+https://github.com/rust-lang/crates.io-index"
19201checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19202
19203[[package]]
19204name = "windows_i686_msvc"
19205version = "0.48.5"
19206source = "registry+https://github.com/rust-lang/crates.io-index"
19207checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19208
19209[[package]]
19210name = "windows_i686_msvc"
19211version = "0.52.6"
19212source = "registry+https://github.com/rust-lang/crates.io-index"
19213checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19214
19215[[package]]
19216name = "windows_i686_msvc"
19217version = "0.53.0"
19218source = "registry+https://github.com/rust-lang/crates.io-index"
19219checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19220
19221[[package]]
19222name = "windows_x86_64_gnu"
19223version = "0.42.2"
19224source = "registry+https://github.com/rust-lang/crates.io-index"
19225checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19226
19227[[package]]
19228name = "windows_x86_64_gnu"
19229version = "0.48.5"
19230source = "registry+https://github.com/rust-lang/crates.io-index"
19231checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19232
19233[[package]]
19234name = "windows_x86_64_gnu"
19235version = "0.52.6"
19236source = "registry+https://github.com/rust-lang/crates.io-index"
19237checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19238
19239[[package]]
19240name = "windows_x86_64_gnu"
19241version = "0.53.0"
19242source = "registry+https://github.com/rust-lang/crates.io-index"
19243checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19244
19245[[package]]
19246name = "windows_x86_64_gnullvm"
19247version = "0.42.2"
19248source = "registry+https://github.com/rust-lang/crates.io-index"
19249checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19250
19251[[package]]
19252name = "windows_x86_64_gnullvm"
19253version = "0.48.5"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19256
19257[[package]]
19258name = "windows_x86_64_gnullvm"
19259version = "0.52.6"
19260source = "registry+https://github.com/rust-lang/crates.io-index"
19261checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19262
19263[[package]]
19264name = "windows_x86_64_gnullvm"
19265version = "0.53.0"
19266source = "registry+https://github.com/rust-lang/crates.io-index"
19267checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19268
19269[[package]]
19270name = "windows_x86_64_msvc"
19271version = "0.42.2"
19272source = "registry+https://github.com/rust-lang/crates.io-index"
19273checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19274
19275[[package]]
19276name = "windows_x86_64_msvc"
19277version = "0.48.5"
19278source = "registry+https://github.com/rust-lang/crates.io-index"
19279checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19280
19281[[package]]
19282name = "windows_x86_64_msvc"
19283version = "0.52.6"
19284source = "registry+https://github.com/rust-lang/crates.io-index"
19285checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19286
19287[[package]]
19288name = "windows_x86_64_msvc"
19289version = "0.53.0"
19290source = "registry+https://github.com/rust-lang/crates.io-index"
19291checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19292
19293[[package]]
19294name = "winnow"
19295version = "0.7.6"
19296source = "registry+https://github.com/rust-lang/crates.io-index"
19297checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19298dependencies = [
19299 "memchr",
19300]
19301
19302[[package]]
19303name = "winreg"
19304version = "0.10.1"
19305source = "registry+https://github.com/rust-lang/crates.io-index"
19306checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19307dependencies = [
19308 "winapi",
19309]
19310
19311[[package]]
19312name = "winreg"
19313version = "0.50.0"
19314source = "registry+https://github.com/rust-lang/crates.io-index"
19315checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19316dependencies = [
19317 "cfg-if",
19318 "windows-sys 0.48.0",
19319]
19320
19321[[package]]
19322name = "winreg"
19323version = "0.52.0"
19324source = "registry+https://github.com/rust-lang/crates.io-index"
19325checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19326dependencies = [
19327 "cfg-if",
19328 "windows-sys 0.48.0",
19329]
19330
19331[[package]]
19332name = "winreg"
19333version = "0.55.0"
19334source = "registry+https://github.com/rust-lang/crates.io-index"
19335checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19336dependencies = [
19337 "cfg-if",
19338 "windows-sys 0.59.0",
19339]
19340
19341[[package]]
19342name = "winresource"
19343version = "0.1.20"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19346dependencies = [
19347 "toml 0.8.20",
19348 "version_check",
19349]
19350
19351[[package]]
19352name = "winsafe"
19353version = "0.0.19"
19354source = "registry+https://github.com/rust-lang/crates.io-index"
19355checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19356
19357[[package]]
19358name = "winx"
19359version = "0.36.4"
19360source = "registry+https://github.com/rust-lang/crates.io-index"
19361checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19362dependencies = [
19363 "bitflags 2.9.0",
19364 "windows-sys 0.59.0",
19365]
19366
19367[[package]]
19368name = "wio"
19369version = "0.2.2"
19370source = "registry+https://github.com/rust-lang/crates.io-index"
19371checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19372dependencies = [
19373 "winapi",
19374]
19375
19376[[package]]
19377name = "wit-bindgen"
19378version = "0.22.0"
19379source = "registry+https://github.com/rust-lang/crates.io-index"
19380checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19381dependencies = [
19382 "bitflags 2.9.0",
19383 "wit-bindgen-rt 0.22.0",
19384 "wit-bindgen-rust-macro 0.22.0",
19385]
19386
19387[[package]]
19388name = "wit-bindgen"
19389version = "0.41.0"
19390source = "registry+https://github.com/rust-lang/crates.io-index"
19391checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19392dependencies = [
19393 "wit-bindgen-rt 0.41.0",
19394 "wit-bindgen-rust-macro 0.41.0",
19395]
19396
19397[[package]]
19398name = "wit-bindgen-core"
19399version = "0.22.0"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19402dependencies = [
19403 "anyhow",
19404 "wit-parser 0.201.0",
19405]
19406
19407[[package]]
19408name = "wit-bindgen-core"
19409version = "0.41.0"
19410source = "registry+https://github.com/rust-lang/crates.io-index"
19411checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19412dependencies = [
19413 "anyhow",
19414 "heck 0.5.0",
19415 "wit-parser 0.227.1",
19416]
19417
19418[[package]]
19419name = "wit-bindgen-rt"
19420version = "0.22.0"
19421source = "registry+https://github.com/rust-lang/crates.io-index"
19422checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19423
19424[[package]]
19425name = "wit-bindgen-rt"
19426version = "0.39.0"
19427source = "registry+https://github.com/rust-lang/crates.io-index"
19428checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19429dependencies = [
19430 "bitflags 2.9.0",
19431]
19432
19433[[package]]
19434name = "wit-bindgen-rt"
19435version = "0.41.0"
19436source = "registry+https://github.com/rust-lang/crates.io-index"
19437checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19438dependencies = [
19439 "bitflags 2.9.0",
19440 "futures 0.3.31",
19441 "once_cell",
19442]
19443
19444[[package]]
19445name = "wit-bindgen-rust"
19446version = "0.22.0"
19447source = "registry+https://github.com/rust-lang/crates.io-index"
19448checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19449dependencies = [
19450 "anyhow",
19451 "heck 0.4.1",
19452 "indexmap 2.9.0",
19453 "wasm-metadata 0.201.0",
19454 "wit-bindgen-core 0.22.0",
19455 "wit-component 0.201.0",
19456]
19457
19458[[package]]
19459name = "wit-bindgen-rust"
19460version = "0.41.0"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19463dependencies = [
19464 "anyhow",
19465 "heck 0.5.0",
19466 "indexmap 2.9.0",
19467 "prettyplease",
19468 "syn 2.0.101",
19469 "wasm-metadata 0.227.1",
19470 "wit-bindgen-core 0.41.0",
19471 "wit-component 0.227.1",
19472]
19473
19474[[package]]
19475name = "wit-bindgen-rust-macro"
19476version = "0.22.0"
19477source = "registry+https://github.com/rust-lang/crates.io-index"
19478checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19479dependencies = [
19480 "anyhow",
19481 "proc-macro2",
19482 "quote",
19483 "syn 2.0.101",
19484 "wit-bindgen-core 0.22.0",
19485 "wit-bindgen-rust 0.22.0",
19486]
19487
19488[[package]]
19489name = "wit-bindgen-rust-macro"
19490version = "0.41.0"
19491source = "registry+https://github.com/rust-lang/crates.io-index"
19492checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19493dependencies = [
19494 "anyhow",
19495 "prettyplease",
19496 "proc-macro2",
19497 "quote",
19498 "syn 2.0.101",
19499 "wit-bindgen-core 0.41.0",
19500 "wit-bindgen-rust 0.41.0",
19501]
19502
19503[[package]]
19504name = "wit-component"
19505version = "0.201.0"
19506source = "registry+https://github.com/rust-lang/crates.io-index"
19507checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19508dependencies = [
19509 "anyhow",
19510 "bitflags 2.9.0",
19511 "indexmap 2.9.0",
19512 "log",
19513 "serde",
19514 "serde_derive",
19515 "serde_json",
19516 "wasm-encoder 0.201.0",
19517 "wasm-metadata 0.201.0",
19518 "wasmparser 0.201.0",
19519 "wit-parser 0.201.0",
19520]
19521
19522[[package]]
19523name = "wit-component"
19524version = "0.227.1"
19525source = "registry+https://github.com/rust-lang/crates.io-index"
19526checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19527dependencies = [
19528 "anyhow",
19529 "bitflags 2.9.0",
19530 "indexmap 2.9.0",
19531 "log",
19532 "serde",
19533 "serde_derive",
19534 "serde_json",
19535 "wasm-encoder 0.227.1",
19536 "wasm-metadata 0.227.1",
19537 "wasmparser 0.227.1",
19538 "wit-parser 0.227.1",
19539]
19540
19541[[package]]
19542name = "wit-parser"
19543version = "0.201.0"
19544source = "registry+https://github.com/rust-lang/crates.io-index"
19545checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19546dependencies = [
19547 "anyhow",
19548 "id-arena",
19549 "indexmap 2.9.0",
19550 "log",
19551 "semver",
19552 "serde",
19553 "serde_derive",
19554 "serde_json",
19555 "unicode-xid",
19556 "wasmparser 0.201.0",
19557]
19558
19559[[package]]
19560name = "wit-parser"
19561version = "0.221.3"
19562source = "registry+https://github.com/rust-lang/crates.io-index"
19563checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19564dependencies = [
19565 "anyhow",
19566 "id-arena",
19567 "indexmap 2.9.0",
19568 "log",
19569 "semver",
19570 "serde",
19571 "serde_derive",
19572 "serde_json",
19573 "unicode-xid",
19574 "wasmparser 0.221.3",
19575]
19576
19577[[package]]
19578name = "wit-parser"
19579version = "0.227.1"
19580source = "registry+https://github.com/rust-lang/crates.io-index"
19581checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19582dependencies = [
19583 "anyhow",
19584 "id-arena",
19585 "indexmap 2.9.0",
19586 "log",
19587 "semver",
19588 "serde",
19589 "serde_derive",
19590 "serde_json",
19591 "unicode-xid",
19592 "wasmparser 0.227.1",
19593]
19594
19595[[package]]
19596name = "witx"
19597version = "0.9.1"
19598source = "registry+https://github.com/rust-lang/crates.io-index"
19599checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19600dependencies = [
19601 "anyhow",
19602 "log",
19603 "thiserror 1.0.69",
19604 "wast",
19605]
19606
19607[[package]]
19608name = "workspace"
19609version = "0.1.0"
19610dependencies = [
19611 "any_vec",
19612 "anyhow",
19613 "async-recursion",
19614 "call",
19615 "client",
19616 "clock",
19617 "collections",
19618 "component",
19619 "dap",
19620 "db",
19621 "fs",
19622 "futures 0.3.31",
19623 "gpui",
19624 "http_client",
19625 "itertools 0.14.0",
19626 "language",
19627 "log",
19628 "menu",
19629 "node_runtime",
19630 "parking_lot",
19631 "postage",
19632 "pretty_assertions",
19633 "project",
19634 "remote",
19635 "schemars 1.0.1",
19636 "serde",
19637 "serde_json",
19638 "session",
19639 "settings",
19640 "smallvec",
19641 "sqlez",
19642 "strum 0.27.1",
19643 "task",
19644 "telemetry",
19645 "tempfile",
19646 "theme",
19647 "ui",
19648 "util",
19649 "uuid",
19650 "windows 0.61.1",
19651 "workspace-hack",
19652 "zed_actions",
19653 "zlog",
19654]
19655
19656[[package]]
19657name = "workspace-hack"
19658version = "0.1.0"
19659dependencies = [
19660 "aes",
19661 "ahash 0.8.11",
19662 "aho-corasick",
19663 "anstream",
19664 "arrayvec",
19665 "async-compression",
19666 "async-std",
19667 "async-tungstenite",
19668 "aws-config",
19669 "aws-credential-types",
19670 "aws-runtime",
19671 "aws-sigv4",
19672 "aws-smithy-async",
19673 "aws-smithy-http",
19674 "aws-smithy-runtime",
19675 "aws-smithy-runtime-api",
19676 "aws-smithy-types",
19677 "base64 0.22.1",
19678 "base64ct",
19679 "bigdecimal",
19680 "bit-set 0.8.0",
19681 "bit-vec 0.8.0",
19682 "bitflags 2.9.0",
19683 "bstr",
19684 "bytemuck",
19685 "byteorder",
19686 "bytes 1.10.1",
19687 "cc",
19688 "chrono",
19689 "cipher",
19690 "clap",
19691 "clap_builder",
19692 "codespan-reporting 0.12.0",
19693 "concurrent-queue",
19694 "core-foundation 0.9.4",
19695 "core-foundation-sys",
19696 "cranelift-codegen",
19697 "crc32fast",
19698 "crossbeam-channel",
19699 "crossbeam-epoch",
19700 "crossbeam-utils",
19701 "crypto-common",
19702 "deranged",
19703 "digest",
19704 "either",
19705 "euclid",
19706 "event-listener 5.4.0",
19707 "event-listener-strategy",
19708 "flate2",
19709 "flume",
19710 "foldhash",
19711 "form_urlencoded",
19712 "futures 0.3.31",
19713 "futures-channel",
19714 "futures-core",
19715 "futures-executor",
19716 "futures-io",
19717 "futures-sink",
19718 "futures-task",
19719 "futures-util",
19720 "getrandom 0.2.15",
19721 "getrandom 0.3.2",
19722 "gimli",
19723 "half",
19724 "handlebars 4.5.0",
19725 "hashbrown 0.14.5",
19726 "hashbrown 0.15.3",
19727 "heck 0.4.1",
19728 "hmac",
19729 "hyper 0.14.32",
19730 "hyper-rustls 0.27.5",
19731 "idna",
19732 "indexmap 2.9.0",
19733 "inout",
19734 "itertools 0.12.1",
19735 "itertools 0.13.0",
19736 "lazy_static",
19737 "libc",
19738 "libsqlite3-sys",
19739 "linux-raw-sys 0.4.15",
19740 "linux-raw-sys 0.9.4",
19741 "livekit-runtime",
19742 "log",
19743 "lyon",
19744 "lyon_path",
19745 "md-5",
19746 "memchr",
19747 "memmap2",
19748 "mime_guess",
19749 "miniz_oxide",
19750 "mio 1.0.3",
19751 "naga",
19752 "nix 0.28.0",
19753 "nix 0.29.0",
19754 "nix 0.30.1",
19755 "nom 7.1.3",
19756 "num-bigint",
19757 "num-bigint-dig",
19758 "num-complex",
19759 "num-integer",
19760 "num-iter",
19761 "num-rational",
19762 "num-traits",
19763 "objc2",
19764 "objc2-core-foundation",
19765 "objc2-foundation",
19766 "objc2-metal",
19767 "object",
19768 "once_cell",
19769 "percent-encoding",
19770 "phf",
19771 "phf_shared",
19772 "prettyplease",
19773 "proc-macro2",
19774 "prost 0.12.6",
19775 "prost 0.9.0",
19776 "prost-types 0.9.0",
19777 "quote",
19778 "rand 0.8.5",
19779 "rand 0.9.1",
19780 "rand_chacha 0.3.1",
19781 "rand_core 0.6.4",
19782 "rand_distr",
19783 "regalloc2",
19784 "regex",
19785 "regex-automata",
19786 "regex-syntax",
19787 "ring",
19788 "rust_decimal",
19789 "rustc-hash 1.1.0",
19790 "rustix 0.38.44",
19791 "rustix 1.0.7",
19792 "rustls 0.23.26",
19793 "rustls-webpki 0.103.1",
19794 "scopeguard",
19795 "sea-orm",
19796 "sea-query-binder",
19797 "security-framework 3.2.0",
19798 "security-framework-sys",
19799 "semver",
19800 "serde",
19801 "serde_core",
19802 "serde_json",
19803 "simd-adler32",
19804 "smallvec",
19805 "spin",
19806 "sqlx",
19807 "sqlx-macros",
19808 "sqlx-macros-core",
19809 "sqlx-postgres",
19810 "sqlx-sqlite",
19811 "stable_deref_trait",
19812 "strum 0.26.3",
19813 "subtle",
19814 "syn 1.0.109",
19815 "syn 2.0.101",
19816 "sync_wrapper 1.0.2",
19817 "thiserror 2.0.12",
19818 "time",
19819 "time-macros",
19820 "tokio",
19821 "tokio-rustls 0.26.2",
19822 "tokio-socks",
19823 "tokio-stream",
19824 "tokio-util",
19825 "toml_datetime",
19826 "toml_edit",
19827 "tower 0.5.2",
19828 "tracing",
19829 "tracing-core",
19830 "tungstenite 0.26.2",
19831 "unicode-properties",
19832 "url",
19833 "uuid",
19834 "wasmparser 0.221.3",
19835 "wasmtime",
19836 "wasmtime-cranelift",
19837 "wasmtime-environ",
19838 "winapi",
19839 "windows-core 0.61.0",
19840 "windows-numerics",
19841 "windows-sys 0.48.0",
19842 "windows-sys 0.52.0",
19843 "windows-sys 0.59.0",
19844 "windows-sys 0.61.0",
19845 "zeroize",
19846 "zvariant",
19847]
19848
19849[[package]]
19850name = "worktree"
19851version = "0.1.0"
19852dependencies = [
19853 "anyhow",
19854 "clock",
19855 "collections",
19856 "fs",
19857 "futures 0.3.31",
19858 "fuzzy",
19859 "git",
19860 "git2",
19861 "gpui",
19862 "http_client",
19863 "ignore",
19864 "language",
19865 "log",
19866 "parking_lot",
19867 "paths",
19868 "postage",
19869 "pretty_assertions",
19870 "rand 0.9.1",
19871 "rpc",
19872 "serde",
19873 "serde_json",
19874 "settings",
19875 "smallvec",
19876 "smol",
19877 "sum_tree",
19878 "text",
19879 "util",
19880 "workspace-hack",
19881 "zlog",
19882]
19883
19884[[package]]
19885name = "write16"
19886version = "1.0.0"
19887source = "registry+https://github.com/rust-lang/crates.io-index"
19888checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19889
19890[[package]]
19891name = "writeable"
19892version = "0.5.5"
19893source = "registry+https://github.com/rust-lang/crates.io-index"
19894checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19895
19896[[package]]
19897name = "wyz"
19898version = "0.5.1"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19901dependencies = [
19902 "tap",
19903]
19904
19905[[package]]
19906name = "x11"
19907version = "2.21.0"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19910dependencies = [
19911 "libc",
19912 "pkg-config",
19913]
19914
19915[[package]]
19916name = "x11-clipboard"
19917version = "0.9.3"
19918source = "registry+https://github.com/rust-lang/crates.io-index"
19919checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19920dependencies = [
19921 "libc",
19922 "x11rb",
19923]
19924
19925[[package]]
19926name = "x11rb"
19927version = "0.13.1"
19928source = "registry+https://github.com/rust-lang/crates.io-index"
19929checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19930dependencies = [
19931 "as-raw-xcb-connection",
19932 "gethostname",
19933 "libc",
19934 "rustix 0.38.44",
19935 "x11rb-protocol",
19936]
19937
19938[[package]]
19939name = "x11rb-protocol"
19940version = "0.13.1"
19941source = "registry+https://github.com/rust-lang/crates.io-index"
19942checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19943
19944[[package]]
19945name = "x_ai"
19946version = "0.1.0"
19947dependencies = [
19948 "anyhow",
19949 "schemars 1.0.1",
19950 "serde",
19951 "strum 0.27.1",
19952 "workspace-hack",
19953]
19954
19955[[package]]
19956name = "xattr"
19957version = "0.2.3"
19958source = "registry+https://github.com/rust-lang/crates.io-index"
19959checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19960dependencies = [
19961 "libc",
19962]
19963
19964[[package]]
19965name = "xcb"
19966version = "1.6.0"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19969dependencies = [
19970 "bitflags 1.3.2",
19971 "libc",
19972 "quick-xml 0.30.0",
19973 "x11",
19974]
19975
19976[[package]]
19977name = "xcursor"
19978version = "0.3.8"
19979source = "registry+https://github.com/rust-lang/crates.io-index"
19980checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19981
19982[[package]]
19983name = "xim"
19984version = "0.4.0"
19985source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19986dependencies = [
19987 "ahash 0.8.11",
19988 "hashbrown 0.14.5",
19989 "log",
19990 "x11rb",
19991 "xim-ctext",
19992 "xim-parser",
19993]
19994
19995[[package]]
19996name = "xim-ctext"
19997version = "0.3.0"
19998source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19999dependencies = [
20000 "encoding_rs",
20001]
20002
20003[[package]]
20004name = "xim-parser"
20005version = "0.2.1"
20006source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20007dependencies = [
20008 "bitflags 2.9.0",
20009]
20010
20011[[package]]
20012name = "xkbcommon"
20013version = "0.8.0"
20014source = "registry+https://github.com/rust-lang/crates.io-index"
20015checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20016dependencies = [
20017 "as-raw-xcb-connection",
20018 "libc",
20019 "memmap2",
20020 "xkeysym",
20021]
20022
20023[[package]]
20024name = "xkeysym"
20025version = "0.2.1"
20026source = "registry+https://github.com/rust-lang/crates.io-index"
20027checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20028
20029[[package]]
20030name = "xml5ever"
20031version = "0.18.1"
20032source = "registry+https://github.com/rust-lang/crates.io-index"
20033checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20034dependencies = [
20035 "log",
20036 "mac",
20037 "markup5ever 0.12.1",
20038]
20039
20040[[package]]
20041name = "xmlparser"
20042version = "0.13.6"
20043source = "registry+https://github.com/rust-lang/crates.io-index"
20044checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20045
20046[[package]]
20047name = "xmlwriter"
20048version = "0.1.0"
20049source = "registry+https://github.com/rust-lang/crates.io-index"
20050checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20051
20052[[package]]
20053name = "xtask"
20054version = "0.1.0"
20055dependencies = [
20056 "anyhow",
20057 "cargo_metadata",
20058 "cargo_toml",
20059 "clap",
20060 "workspace-hack",
20061]
20062
20063[[package]]
20064name = "yaml-rust2"
20065version = "0.8.1"
20066source = "registry+https://github.com/rust-lang/crates.io-index"
20067checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20068dependencies = [
20069 "arraydeque",
20070 "encoding_rs",
20071 "hashlink 0.8.4",
20072]
20073
20074[[package]]
20075name = "yansi"
20076version = "1.0.1"
20077source = "registry+https://github.com/rust-lang/crates.io-index"
20078checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20079
20080[[package]]
20081name = "yawc"
20082version = "0.2.5"
20083source = "registry+https://github.com/rust-lang/crates.io-index"
20084checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20085dependencies = [
20086 "base64 0.22.1",
20087 "bytes 1.10.1",
20088 "flate2",
20089 "futures 0.3.31",
20090 "http-body-util",
20091 "hyper 1.6.0",
20092 "hyper-util",
20093 "js-sys",
20094 "nom 8.0.0",
20095 "pin-project",
20096 "rand 0.8.5",
20097 "sha1",
20098 "thiserror 1.0.69",
20099 "tokio",
20100 "tokio-rustls 0.26.2",
20101 "tokio-util",
20102 "url",
20103 "wasm-bindgen",
20104 "wasm-bindgen-futures",
20105 "web-sys",
20106 "webpki-roots",
20107]
20108
20109[[package]]
20110name = "yazi"
20111version = "0.2.1"
20112source = "registry+https://github.com/rust-lang/crates.io-index"
20113checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20114
20115[[package]]
20116name = "yeslogic-fontconfig-sys"
20117version = "6.0.0"
20118source = "registry+https://github.com/rust-lang/crates.io-index"
20119checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20120dependencies = [
20121 "dlib",
20122 "once_cell",
20123 "pkg-config",
20124]
20125
20126[[package]]
20127name = "yoke"
20128version = "0.7.5"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20131dependencies = [
20132 "serde",
20133 "stable_deref_trait",
20134 "yoke-derive",
20135 "zerofrom",
20136]
20137
20138[[package]]
20139name = "yoke-derive"
20140version = "0.7.5"
20141source = "registry+https://github.com/rust-lang/crates.io-index"
20142checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20143dependencies = [
20144 "proc-macro2",
20145 "quote",
20146 "syn 2.0.101",
20147 "synstructure",
20148]
20149
20150[[package]]
20151name = "zbus"
20152version = "5.11.0"
20153source = "registry+https://github.com/rust-lang/crates.io-index"
20154checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20155dependencies = [
20156 "async-broadcast",
20157 "async-executor",
20158 "async-io",
20159 "async-lock",
20160 "async-process",
20161 "async-recursion",
20162 "async-task",
20163 "async-trait",
20164 "blocking",
20165 "enumflags2",
20166 "event-listener 5.4.0",
20167 "futures-core",
20168 "futures-lite 2.6.0",
20169 "hex",
20170 "nix 0.30.1",
20171 "ordered-stream",
20172 "serde",
20173 "serde_repr",
20174 "tracing",
20175 "uds_windows",
20176 "windows-sys 0.60.2",
20177 "winnow",
20178 "zbus_macros",
20179 "zbus_names",
20180 "zvariant",
20181]
20182
20183[[package]]
20184name = "zbus_macros"
20185version = "5.11.0"
20186source = "registry+https://github.com/rust-lang/crates.io-index"
20187checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20188dependencies = [
20189 "proc-macro-crate",
20190 "proc-macro2",
20191 "quote",
20192 "syn 2.0.101",
20193 "zbus_names",
20194 "zvariant",
20195 "zvariant_utils",
20196]
20197
20198[[package]]
20199name = "zbus_names"
20200version = "4.2.0"
20201source = "registry+https://github.com/rust-lang/crates.io-index"
20202checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20203dependencies = [
20204 "serde",
20205 "static_assertions",
20206 "winnow",
20207 "zvariant",
20208]
20209
20210[[package]]
20211name = "zed"
20212version = "0.207.0"
20213dependencies = [
20214 "acp_tools",
20215 "activity_indicator",
20216 "agent",
20217 "agent_settings",
20218 "agent_ui",
20219 "anyhow",
20220 "ashpd 0.11.0",
20221 "assets",
20222 "assistant_tools",
20223 "audio",
20224 "auto_update",
20225 "auto_update_ui",
20226 "backtrace",
20227 "bincode",
20228 "breadcrumbs",
20229 "call",
20230 "channel",
20231 "clap",
20232 "cli",
20233 "client",
20234 "collab_ui",
20235 "collections",
20236 "command_palette",
20237 "component",
20238 "copilot",
20239 "crashes",
20240 "dap",
20241 "dap_adapters",
20242 "db",
20243 "debug_adapter_extension",
20244 "debugger_tools",
20245 "debugger_ui",
20246 "diagnostics",
20247 "edit_prediction_button",
20248 "editor",
20249 "env_logger 0.11.8",
20250 "extension",
20251 "extension_host",
20252 "extensions_ui",
20253 "feature_flags",
20254 "feedback",
20255 "file_finder",
20256 "fs",
20257 "futures 0.3.31",
20258 "git",
20259 "git_hosting_providers",
20260 "git_ui",
20261 "go_to_line",
20262 "gpui",
20263 "gpui_tokio",
20264 "http_client",
20265 "image_viewer",
20266 "inspector_ui",
20267 "install_cli",
20268 "itertools 0.14.0",
20269 "journal",
20270 "json_schema_store",
20271 "keymap_editor",
20272 "language",
20273 "language_extension",
20274 "language_model",
20275 "language_models",
20276 "language_onboarding",
20277 "language_selector",
20278 "language_tools",
20279 "languages",
20280 "line_ending_selector",
20281 "log",
20282 "markdown",
20283 "markdown_preview",
20284 "menu",
20285 "migrator",
20286 "mimalloc",
20287 "nc",
20288 "nix 0.29.0",
20289 "node_runtime",
20290 "notifications",
20291 "onboarding",
20292 "outline",
20293 "outline_panel",
20294 "parking_lot",
20295 "paths",
20296 "picker",
20297 "pretty_assertions",
20298 "profiling",
20299 "project",
20300 "project_panel",
20301 "project_symbols",
20302 "prompt_store",
20303 "proto",
20304 "recent_projects",
20305 "release_channel",
20306 "remote",
20307 "repl",
20308 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20309 "reqwest_client",
20310 "rope",
20311 "search",
20312 "serde",
20313 "serde_json",
20314 "session",
20315 "settings",
20316 "settings_profile_selector",
20317 "settings_ui",
20318 "shellexpand 2.1.2",
20319 "smol",
20320 "snippet_provider",
20321 "snippets_ui",
20322 "supermaven",
20323 "svg_preview",
20324 "sysinfo",
20325 "system_specs",
20326 "tab_switcher",
20327 "task",
20328 "tasks_ui",
20329 "telemetry",
20330 "telemetry_events",
20331 "terminal_view",
20332 "theme",
20333 "theme_extension",
20334 "theme_selector",
20335 "time",
20336 "title_bar",
20337 "toolchain_selector",
20338 "tree-sitter-md",
20339 "tree-sitter-rust",
20340 "ui",
20341 "ui_input",
20342 "ui_prompt",
20343 "url",
20344 "urlencoding",
20345 "util",
20346 "uuid",
20347 "vim",
20348 "vim_mode_setting",
20349 "watch",
20350 "web_search",
20351 "web_search_providers",
20352 "windows 0.61.1",
20353 "winresource",
20354 "workspace",
20355 "workspace-hack",
20356 "zed_actions",
20357 "zed_env_vars",
20358 "zeta",
20359 "zeta2",
20360 "zeta2_tools",
20361 "zlog",
20362 "zlog_settings",
20363]
20364
20365[[package]]
20366name = "zed_actions"
20367version = "0.1.0"
20368dependencies = [
20369 "gpui",
20370 "schemars 1.0.1",
20371 "serde",
20372 "uuid",
20373 "workspace-hack",
20374]
20375
20376[[package]]
20377name = "zed_env_vars"
20378version = "0.1.0"
20379dependencies = [
20380 "gpui",
20381 "workspace-hack",
20382]
20383
20384[[package]]
20385name = "zed_extension_api"
20386version = "0.1.0"
20387source = "registry+https://github.com/rust-lang/crates.io-index"
20388checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20389dependencies = [
20390 "serde",
20391 "serde_json",
20392 "wit-bindgen 0.22.0",
20393]
20394
20395[[package]]
20396name = "zed_extension_api"
20397version = "0.7.0"
20398dependencies = [
20399 "serde",
20400 "serde_json",
20401 "wit-bindgen 0.41.0",
20402]
20403
20404[[package]]
20405name = "zed_extension_api"
20406version = "0.7.0"
20407source = "registry+https://github.com/rust-lang/crates.io-index"
20408checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20409dependencies = [
20410 "serde",
20411 "serde_json",
20412 "wit-bindgen 0.41.0",
20413]
20414
20415[[package]]
20416name = "zed_glsl"
20417version = "0.1.0"
20418dependencies = [
20419 "zed_extension_api 0.1.0",
20420]
20421
20422[[package]]
20423name = "zed_html"
20424version = "0.2.3"
20425dependencies = [
20426 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20427]
20428
20429[[package]]
20430name = "zed_proto"
20431version = "0.2.2"
20432dependencies = [
20433 "zed_extension_api 0.1.0",
20434]
20435
20436[[package]]
20437name = "zed_ruff"
20438version = "0.1.1"
20439dependencies = [
20440 "zed_extension_api 0.1.0",
20441]
20442
20443[[package]]
20444name = "zed_snippets"
20445version = "0.0.6"
20446dependencies = [
20447 "serde_json",
20448 "zed_extension_api 0.1.0",
20449]
20450
20451[[package]]
20452name = "zed_test_extension"
20453version = "0.1.0"
20454dependencies = [
20455 "zed_extension_api 0.7.0",
20456]
20457
20458[[package]]
20459name = "zeno"
20460version = "0.3.2"
20461source = "registry+https://github.com/rust-lang/crates.io-index"
20462checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20463
20464[[package]]
20465name = "zerocopy"
20466version = "0.7.35"
20467source = "registry+https://github.com/rust-lang/crates.io-index"
20468checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20469dependencies = [
20470 "zerocopy-derive 0.7.35",
20471]
20472
20473[[package]]
20474name = "zerocopy"
20475version = "0.8.24"
20476source = "registry+https://github.com/rust-lang/crates.io-index"
20477checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20478dependencies = [
20479 "zerocopy-derive 0.8.24",
20480]
20481
20482[[package]]
20483name = "zerocopy-derive"
20484version = "0.7.35"
20485source = "registry+https://github.com/rust-lang/crates.io-index"
20486checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20487dependencies = [
20488 "proc-macro2",
20489 "quote",
20490 "syn 2.0.101",
20491]
20492
20493[[package]]
20494name = "zerocopy-derive"
20495version = "0.8.24"
20496source = "registry+https://github.com/rust-lang/crates.io-index"
20497checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20498dependencies = [
20499 "proc-macro2",
20500 "quote",
20501 "syn 2.0.101",
20502]
20503
20504[[package]]
20505name = "zerofrom"
20506version = "0.1.6"
20507source = "registry+https://github.com/rust-lang/crates.io-index"
20508checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20509dependencies = [
20510 "zerofrom-derive",
20511]
20512
20513[[package]]
20514name = "zerofrom-derive"
20515version = "0.1.6"
20516source = "registry+https://github.com/rust-lang/crates.io-index"
20517checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20518dependencies = [
20519 "proc-macro2",
20520 "quote",
20521 "syn 2.0.101",
20522 "synstructure",
20523]
20524
20525[[package]]
20526name = "zeroize"
20527version = "1.8.1"
20528source = "registry+https://github.com/rust-lang/crates.io-index"
20529checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20530dependencies = [
20531 "zeroize_derive",
20532]
20533
20534[[package]]
20535name = "zeroize_derive"
20536version = "1.4.2"
20537source = "registry+https://github.com/rust-lang/crates.io-index"
20538checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20539dependencies = [
20540 "proc-macro2",
20541 "quote",
20542 "syn 2.0.101",
20543]
20544
20545[[package]]
20546name = "zeromq"
20547version = "0.5.0-pre"
20548source = "registry+https://github.com/rust-lang/crates.io-index"
20549checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20550dependencies = [
20551 "async-dispatcher",
20552 "async-std",
20553 "async-trait",
20554 "asynchronous-codec",
20555 "bytes 1.10.1",
20556 "crossbeam-queue",
20557 "dashmap 5.5.3",
20558 "futures 0.3.31",
20559 "log",
20560 "num-traits",
20561 "once_cell",
20562 "parking_lot",
20563 "rand 0.8.5",
20564 "regex",
20565 "thiserror 1.0.69",
20566 "uuid",
20567]
20568
20569[[package]]
20570name = "zerovec"
20571version = "0.10.4"
20572source = "registry+https://github.com/rust-lang/crates.io-index"
20573checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20574dependencies = [
20575 "yoke",
20576 "zerofrom",
20577 "zerovec-derive",
20578]
20579
20580[[package]]
20581name = "zerovec-derive"
20582version = "0.10.3"
20583source = "registry+https://github.com/rust-lang/crates.io-index"
20584checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20585dependencies = [
20586 "proc-macro2",
20587 "quote",
20588 "syn 2.0.101",
20589]
20590
20591[[package]]
20592name = "zeta"
20593version = "0.1.0"
20594dependencies = [
20595 "ai_onboarding",
20596 "anyhow",
20597 "arrayvec",
20598 "call",
20599 "client",
20600 "clock",
20601 "cloud_api_types",
20602 "cloud_llm_client",
20603 "collections",
20604 "command_palette_hooks",
20605 "copilot",
20606 "ctor",
20607 "db",
20608 "edit_prediction",
20609 "editor",
20610 "feature_flags",
20611 "fs",
20612 "futures 0.3.31",
20613 "gpui",
20614 "http_client",
20615 "indoc",
20616 "itertools 0.14.0",
20617 "language",
20618 "language_model",
20619 "log",
20620 "menu",
20621 "parking_lot",
20622 "postage",
20623 "project",
20624 "rand 0.9.1",
20625 "regex",
20626 "release_channel",
20627 "reqwest_client",
20628 "rpc",
20629 "serde",
20630 "serde_json",
20631 "settings",
20632 "strum 0.27.1",
20633 "telemetry",
20634 "telemetry_events",
20635 "theme",
20636 "thiserror 2.0.12",
20637 "tree-sitter-go",
20638 "tree-sitter-rust",
20639 "ui",
20640 "util",
20641 "uuid",
20642 "workspace",
20643 "workspace-hack",
20644 "worktree",
20645 "zed_actions",
20646 "zlog",
20647]
20648
20649[[package]]
20650name = "zeta2"
20651version = "0.1.0"
20652dependencies = [
20653 "anyhow",
20654 "arrayvec",
20655 "chrono",
20656 "client",
20657 "clock",
20658 "cloud_llm_client",
20659 "cloud_zeta2_prompt",
20660 "edit_prediction",
20661 "edit_prediction_context",
20662 "futures 0.3.31",
20663 "gpui",
20664 "indoc",
20665 "language",
20666 "language_model",
20667 "log",
20668 "lsp",
20669 "pretty_assertions",
20670 "project",
20671 "release_channel",
20672 "serde_json",
20673 "settings",
20674 "thiserror 2.0.12",
20675 "util",
20676 "uuid",
20677 "workspace",
20678 "workspace-hack",
20679 "worktree",
20680]
20681
20682[[package]]
20683name = "zeta2_tools"
20684version = "0.1.0"
20685dependencies = [
20686 "chrono",
20687 "clap",
20688 "client",
20689 "cloud_llm_client",
20690 "collections",
20691 "edit_prediction_context",
20692 "editor",
20693 "futures 0.3.31",
20694 "gpui",
20695 "indoc",
20696 "language",
20697 "log",
20698 "pretty_assertions",
20699 "project",
20700 "serde",
20701 "serde_json",
20702 "settings",
20703 "text",
20704 "ui",
20705 "ui_input",
20706 "util",
20707 "workspace",
20708 "workspace-hack",
20709 "zeta2",
20710 "zlog",
20711]
20712
20713[[package]]
20714name = "zeta_cli"
20715version = "0.1.0"
20716dependencies = [
20717 "anyhow",
20718 "clap",
20719 "client",
20720 "cloud_llm_client",
20721 "cloud_zeta2_prompt",
20722 "debug_adapter_extension",
20723 "edit_prediction_context",
20724 "extension",
20725 "fs",
20726 "futures 0.3.31",
20727 "gpui",
20728 "gpui_tokio",
20729 "language",
20730 "language_extension",
20731 "language_model",
20732 "language_models",
20733 "languages",
20734 "log",
20735 "node_runtime",
20736 "ordered-float 2.10.1",
20737 "paths",
20738 "project",
20739 "prompt_store",
20740 "release_channel",
20741 "reqwest_client",
20742 "serde",
20743 "serde_json",
20744 "settings",
20745 "shellexpand 2.1.2",
20746 "smol",
20747 "terminal_view",
20748 "util",
20749 "watch",
20750 "workspace-hack",
20751 "zeta",
20752 "zeta2",
20753 "zlog",
20754]
20755
20756[[package]]
20757name = "zip"
20758version = "0.6.6"
20759source = "registry+https://github.com/rust-lang/crates.io-index"
20760checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20761dependencies = [
20762 "aes",
20763 "byteorder",
20764 "bzip2",
20765 "constant_time_eq",
20766 "crc32fast",
20767 "crossbeam-utils",
20768 "flate2",
20769 "hmac",
20770 "pbkdf2 0.11.0",
20771 "sha1",
20772 "time",
20773 "zstd",
20774]
20775
20776[[package]]
20777name = "zip"
20778version = "1.1.4"
20779source = "registry+https://github.com/rust-lang/crates.io-index"
20780checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20781dependencies = [
20782 "arbitrary",
20783 "crc32fast",
20784 "crossbeam-utils",
20785 "displaydoc",
20786 "indexmap 2.9.0",
20787 "num_enum",
20788 "thiserror 1.0.69",
20789]
20790
20791[[package]]
20792name = "zlog"
20793version = "0.1.0"
20794dependencies = [
20795 "anyhow",
20796 "chrono",
20797 "collections",
20798 "log",
20799 "tempfile",
20800 "workspace-hack",
20801]
20802
20803[[package]]
20804name = "zlog_settings"
20805version = "0.1.0"
20806dependencies = [
20807 "collections",
20808 "gpui",
20809 "settings",
20810 "workspace-hack",
20811 "zlog",
20812]
20813
20814[[package]]
20815name = "zstd"
20816version = "0.11.2+zstd.1.5.2"
20817source = "registry+https://github.com/rust-lang/crates.io-index"
20818checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20819dependencies = [
20820 "zstd-safe",
20821]
20822
20823[[package]]
20824name = "zstd-safe"
20825version = "5.0.2+zstd.1.5.2"
20826source = "registry+https://github.com/rust-lang/crates.io-index"
20827checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20828dependencies = [
20829 "libc",
20830 "zstd-sys",
20831]
20832
20833[[package]]
20834name = "zstd-sys"
20835version = "2.0.15+zstd.1.5.7"
20836source = "registry+https://github.com/rust-lang/crates.io-index"
20837checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20838dependencies = [
20839 "cc",
20840 "pkg-config",
20841]
20842
20843[[package]]
20844name = "zune-core"
20845version = "0.4.12"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20848
20849[[package]]
20850name = "zune-inflate"
20851version = "0.2.54"
20852source = "registry+https://github.com/rust-lang/crates.io-index"
20853checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20854dependencies = [
20855 "simd-adler32",
20856]
20857
20858[[package]]
20859name = "zune-jpeg"
20860version = "0.4.14"
20861source = "registry+https://github.com/rust-lang/crates.io-index"
20862checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20863dependencies = [
20864 "zune-core",
20865]
20866
20867[[package]]
20868name = "zvariant"
20869version = "5.7.0"
20870source = "registry+https://github.com/rust-lang/crates.io-index"
20871checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20872dependencies = [
20873 "endi",
20874 "enumflags2",
20875 "serde",
20876 "url",
20877 "winnow",
20878 "zvariant_derive",
20879 "zvariant_utils",
20880]
20881
20882[[package]]
20883name = "zvariant_derive"
20884version = "5.7.0"
20885source = "registry+https://github.com/rust-lang/crates.io-index"
20886checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20887dependencies = [
20888 "proc-macro-crate",
20889 "proc-macro2",
20890 "quote",
20891 "syn 2.0.101",
20892 "zvariant_utils",
20893]
20894
20895[[package]]
20896name = "zvariant_utils"
20897version = "3.2.0"
20898source = "registry+https://github.com/rust-lang/crates.io-index"
20899checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20900dependencies = [
20901 "proc-macro2",
20902 "quote",
20903 "serde",
20904 "static_assertions",
20905 "syn 2.0.101",
20906 "winnow",
20907]