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.52.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.52.0",
2761 "winx",
2762]
2763
2764[[package]]
2765name = "cap-rand"
2766version = "3.4.4"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2769dependencies = [
2770 "ambient-authority",
2771 "rand 0.8.5",
2772]
2773
2774[[package]]
2775name = "cap-std"
2776version = "3.4.4"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2779dependencies = [
2780 "cap-primitives",
2781 "io-extras",
2782 "io-lifetimes",
2783 "rustix 1.0.7",
2784]
2785
2786[[package]]
2787name = "cap-time-ext"
2788version = "3.4.4"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2791dependencies = [
2792 "ambient-authority",
2793 "cap-primitives",
2794 "iana-time-zone",
2795 "once_cell",
2796 "rustix 1.0.7",
2797 "winx",
2798]
2799
2800[[package]]
2801name = "cargo-platform"
2802version = "0.1.9"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2805dependencies = [
2806 "serde",
2807]
2808
2809[[package]]
2810name = "cargo_metadata"
2811version = "0.19.2"
2812source = "registry+https://github.com/rust-lang/crates.io-index"
2813checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2814dependencies = [
2815 "camino",
2816 "cargo-platform",
2817 "semver",
2818 "serde",
2819 "serde_json",
2820 "thiserror 2.0.12",
2821]
2822
2823[[package]]
2824name = "cargo_toml"
2825version = "0.21.0"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2828dependencies = [
2829 "serde",
2830 "toml 0.8.20",
2831]
2832
2833[[package]]
2834name = "cast"
2835version = "0.3.0"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2838
2839[[package]]
2840name = "cbc"
2841version = "0.1.2"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2844dependencies = [
2845 "cipher",
2846]
2847
2848[[package]]
2849name = "cbindgen"
2850version = "0.28.0"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2853dependencies = [
2854 "heck 0.4.1",
2855 "indexmap 2.9.0",
2856 "log",
2857 "proc-macro2",
2858 "quote",
2859 "serde",
2860 "serde_json",
2861 "syn 2.0.101",
2862 "tempfile",
2863 "toml 0.8.20",
2864]
2865
2866[[package]]
2867name = "cc"
2868version = "1.2.19"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2871dependencies = [
2872 "jobserver",
2873 "libc",
2874 "shlex",
2875]
2876
2877[[package]]
2878name = "cesu8"
2879version = "1.1.0"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2882
2883[[package]]
2884name = "cexpr"
2885version = "0.6.0"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2888dependencies = [
2889 "nom 7.1.3",
2890]
2891
2892[[package]]
2893name = "cfg-expr"
2894version = "0.15.8"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2897dependencies = [
2898 "smallvec",
2899 "target-lexicon 0.12.16",
2900]
2901
2902[[package]]
2903name = "cfg-if"
2904version = "1.0.3"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
2907
2908[[package]]
2909name = "cfg_aliases"
2910version = "0.1.1"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2913
2914[[package]]
2915name = "cfg_aliases"
2916version = "0.2.1"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2919
2920[[package]]
2921name = "cgl"
2922version = "0.3.2"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2925dependencies = [
2926 "libc",
2927]
2928
2929[[package]]
2930name = "channel"
2931version = "0.1.0"
2932dependencies = [
2933 "anyhow",
2934 "client",
2935 "clock",
2936 "collections",
2937 "futures 0.3.31",
2938 "gpui",
2939 "http_client",
2940 "language",
2941 "log",
2942 "postage",
2943 "release_channel",
2944 "rpc",
2945 "settings",
2946 "text",
2947 "time",
2948 "util",
2949 "workspace-hack",
2950]
2951
2952[[package]]
2953name = "chrono"
2954version = "0.4.41"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2957dependencies = [
2958 "android-tzdata",
2959 "iana-time-zone",
2960 "js-sys",
2961 "num-traits",
2962 "serde",
2963 "wasm-bindgen",
2964 "windows-link 0.1.1",
2965]
2966
2967[[package]]
2968name = "chunked_transfer"
2969version = "1.5.0"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2972
2973[[package]]
2974name = "ciborium"
2975version = "0.2.2"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2978dependencies = [
2979 "ciborium-io",
2980 "ciborium-ll",
2981 "serde",
2982]
2983
2984[[package]]
2985name = "ciborium-io"
2986version = "0.2.2"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2989
2990[[package]]
2991name = "ciborium-ll"
2992version = "0.2.2"
2993source = "registry+https://github.com/rust-lang/crates.io-index"
2994checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2995dependencies = [
2996 "ciborium-io",
2997 "half",
2998]
2999
3000[[package]]
3001name = "cipher"
3002version = "0.4.4"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
3005dependencies = [
3006 "crypto-common",
3007 "inout",
3008 "zeroize",
3009]
3010
3011[[package]]
3012name = "circular-buffer"
3013version = "1.1.0"
3014source = "registry+https://github.com/rust-lang/crates.io-index"
3015checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
3016
3017[[package]]
3018name = "clang-sys"
3019version = "1.8.1"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
3022dependencies = [
3023 "glob",
3024 "libc",
3025 "libloading",
3026]
3027
3028[[package]]
3029name = "clap"
3030version = "4.5.37"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
3033dependencies = [
3034 "clap_builder",
3035 "clap_derive",
3036]
3037
3038[[package]]
3039name = "clap_builder"
3040version = "4.5.37"
3041source = "registry+https://github.com/rust-lang/crates.io-index"
3042checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
3043dependencies = [
3044 "anstream",
3045 "anstyle",
3046 "clap_lex",
3047 "strsim",
3048 "terminal_size",
3049]
3050
3051[[package]]
3052name = "clap_complete"
3053version = "4.5.47"
3054source = "registry+https://github.com/rust-lang/crates.io-index"
3055checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
3056dependencies = [
3057 "clap",
3058]
3059
3060[[package]]
3061name = "clap_derive"
3062version = "4.5.32"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
3065dependencies = [
3066 "heck 0.5.0",
3067 "proc-macro2",
3068 "quote",
3069 "syn 2.0.101",
3070]
3071
3072[[package]]
3073name = "clap_lex"
3074version = "0.7.4"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
3077
3078[[package]]
3079name = "cli"
3080version = "0.1.0"
3081dependencies = [
3082 "anyhow",
3083 "clap",
3084 "collections",
3085 "core-foundation 0.10.0",
3086 "core-services",
3087 "exec",
3088 "fork",
3089 "ipc-channel",
3090 "parking_lot",
3091 "paths",
3092 "plist",
3093 "release_channel",
3094 "serde",
3095 "tempfile",
3096 "util",
3097 "windows 0.61.1",
3098 "workspace-hack",
3099]
3100
3101[[package]]
3102name = "client"
3103version = "0.1.0"
3104dependencies = [
3105 "anyhow",
3106 "async-tungstenite",
3107 "base64 0.22.1",
3108 "chrono",
3109 "clock",
3110 "cloud_api_client",
3111 "cloud_llm_client",
3112 "collections",
3113 "credentials_provider",
3114 "derive_more",
3115 "feature_flags",
3116 "fs",
3117 "futures 0.3.31",
3118 "gpui",
3119 "gpui_tokio",
3120 "http_client",
3121 "http_client_tls",
3122 "httparse",
3123 "log",
3124 "objc2-foundation",
3125 "parking_lot",
3126 "paths",
3127 "postage",
3128 "rand 0.9.1",
3129 "regex",
3130 "release_channel",
3131 "rpc",
3132 "rustls-pki-types",
3133 "serde",
3134 "serde_json",
3135 "serde_urlencoded",
3136 "settings",
3137 "sha2",
3138 "smol",
3139 "telemetry",
3140 "telemetry_events",
3141 "text",
3142 "thiserror 2.0.12",
3143 "time",
3144 "tiny_http",
3145 "tokio",
3146 "tokio-native-tls",
3147 "tokio-rustls 0.26.2",
3148 "tokio-socks",
3149 "url",
3150 "util",
3151 "windows 0.61.1",
3152 "workspace-hack",
3153 "worktree",
3154]
3155
3156[[package]]
3157name = "clock"
3158version = "0.1.0"
3159dependencies = [
3160 "parking_lot",
3161 "serde",
3162 "smallvec",
3163 "workspace-hack",
3164]
3165
3166[[package]]
3167name = "cloud_api_client"
3168version = "0.1.0"
3169dependencies = [
3170 "anyhow",
3171 "cloud_api_types",
3172 "futures 0.3.31",
3173 "gpui",
3174 "gpui_tokio",
3175 "http_client",
3176 "parking_lot",
3177 "serde_json",
3178 "workspace-hack",
3179 "yawc",
3180]
3181
3182[[package]]
3183name = "cloud_api_types"
3184version = "0.1.0"
3185dependencies = [
3186 "anyhow",
3187 "chrono",
3188 "ciborium",
3189 "cloud_llm_client",
3190 "pretty_assertions",
3191 "serde",
3192 "serde_json",
3193 "workspace-hack",
3194]
3195
3196[[package]]
3197name = "cloud_llm_client"
3198version = "0.1.0"
3199dependencies = [
3200 "anyhow",
3201 "chrono",
3202 "pretty_assertions",
3203 "serde",
3204 "serde_json",
3205 "strum 0.27.1",
3206 "uuid",
3207 "workspace-hack",
3208]
3209
3210[[package]]
3211name = "cloud_zeta2_prompt"
3212version = "0.1.0"
3213dependencies = [
3214 "anyhow",
3215 "cloud_llm_client",
3216 "indoc",
3217 "ordered-float 2.10.1",
3218 "rustc-hash 2.1.1",
3219 "strum 0.27.1",
3220 "workspace-hack",
3221]
3222
3223[[package]]
3224name = "cmake"
3225version = "0.1.54"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3228dependencies = [
3229 "cc",
3230]
3231
3232[[package]]
3233name = "cobs"
3234version = "0.2.3"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
3237
3238[[package]]
3239name = "cocoa"
3240version = "0.25.0"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3243dependencies = [
3244 "bitflags 1.3.2",
3245 "block",
3246 "cocoa-foundation 0.1.2",
3247 "core-foundation 0.9.4",
3248 "core-graphics 0.23.2",
3249 "foreign-types 0.5.0",
3250 "libc",
3251 "objc",
3252]
3253
3254[[package]]
3255name = "cocoa"
3256version = "0.26.0"
3257source = "registry+https://github.com/rust-lang/crates.io-index"
3258checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3259dependencies = [
3260 "bitflags 2.9.0",
3261 "block",
3262 "cocoa-foundation 0.2.0",
3263 "core-foundation 0.10.0",
3264 "core-graphics 0.24.0",
3265 "foreign-types 0.5.0",
3266 "libc",
3267 "objc",
3268]
3269
3270[[package]]
3271name = "cocoa-foundation"
3272version = "0.1.2"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3275dependencies = [
3276 "bitflags 1.3.2",
3277 "block",
3278 "core-foundation 0.9.4",
3279 "core-graphics-types 0.1.3",
3280 "libc",
3281 "objc",
3282]
3283
3284[[package]]
3285name = "cocoa-foundation"
3286version = "0.2.0"
3287source = "registry+https://github.com/rust-lang/crates.io-index"
3288checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3289dependencies = [
3290 "bitflags 2.9.0",
3291 "block",
3292 "core-foundation 0.10.0",
3293 "core-graphics-types 0.2.0",
3294 "libc",
3295 "objc",
3296]
3297
3298[[package]]
3299name = "codespan-reporting"
3300version = "0.11.1"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
3303dependencies = [
3304 "termcolor",
3305 "unicode-width 0.1.14",
3306]
3307
3308[[package]]
3309name = "codespan-reporting"
3310version = "0.12.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3313dependencies = [
3314 "serde",
3315 "termcolor",
3316 "unicode-width 0.2.0",
3317]
3318
3319[[package]]
3320name = "collab"
3321version = "0.44.0"
3322dependencies = [
3323 "agent_settings",
3324 "anyhow",
3325 "assistant_context",
3326 "assistant_slash_command",
3327 "async-trait",
3328 "async-tungstenite",
3329 "audio",
3330 "aws-config",
3331 "aws-sdk-kinesis",
3332 "aws-sdk-s3",
3333 "axum",
3334 "axum-extra",
3335 "base64 0.22.1",
3336 "buffer_diff",
3337 "call",
3338 "channel",
3339 "chrono",
3340 "client",
3341 "clock",
3342 "collab_ui",
3343 "collections",
3344 "command_palette_hooks",
3345 "context_server",
3346 "ctor",
3347 "dap",
3348 "dap-types",
3349 "dap_adapters",
3350 "dashmap 6.1.0",
3351 "debugger_ui",
3352 "editor",
3353 "envy",
3354 "extension",
3355 "file_finder",
3356 "fs",
3357 "futures 0.3.31",
3358 "git",
3359 "git_hosting_providers",
3360 "git_ui",
3361 "gpui",
3362 "gpui_tokio",
3363 "hex",
3364 "http_client",
3365 "hyper 0.14.32",
3366 "indoc",
3367 "language",
3368 "language_model",
3369 "livekit_api",
3370 "livekit_client",
3371 "log",
3372 "lsp",
3373 "menu",
3374 "multi_buffer",
3375 "nanoid",
3376 "node_runtime",
3377 "notifications",
3378 "parking_lot",
3379 "pretty_assertions",
3380 "project",
3381 "prometheus",
3382 "prompt_store",
3383 "prost 0.9.0",
3384 "rand 0.9.1",
3385 "recent_projects",
3386 "release_channel",
3387 "remote",
3388 "remote_server",
3389 "reqwest 0.11.27",
3390 "reqwest_client",
3391 "rpc",
3392 "rustc-demangle",
3393 "scrypt",
3394 "sea-orm",
3395 "semantic_version",
3396 "semver",
3397 "serde",
3398 "serde_json",
3399 "session",
3400 "settings",
3401 "sha2",
3402 "smol",
3403 "sqlx",
3404 "strum 0.27.1",
3405 "subtle",
3406 "supermaven_api",
3407 "task",
3408 "telemetry_events",
3409 "text",
3410 "theme",
3411 "time",
3412 "tokio",
3413 "toml 0.8.20",
3414 "tower 0.4.13",
3415 "tower-http 0.4.4",
3416 "tracing",
3417 "tracing-subscriber",
3418 "unindent",
3419 "util",
3420 "uuid",
3421 "workspace",
3422 "workspace-hack",
3423 "worktree",
3424 "zlog",
3425]
3426
3427[[package]]
3428name = "collab_ui"
3429version = "0.1.0"
3430dependencies = [
3431 "anyhow",
3432 "call",
3433 "channel",
3434 "chrono",
3435 "client",
3436 "collections",
3437 "db",
3438 "editor",
3439 "futures 0.3.31",
3440 "fuzzy",
3441 "gpui",
3442 "http_client",
3443 "log",
3444 "menu",
3445 "notifications",
3446 "picker",
3447 "pretty_assertions",
3448 "project",
3449 "release_channel",
3450 "rpc",
3451 "serde",
3452 "serde_json",
3453 "settings",
3454 "smallvec",
3455 "story",
3456 "telemetry",
3457 "theme",
3458 "time",
3459 "time_format",
3460 "title_bar",
3461 "tree-sitter-md",
3462 "ui",
3463 "util",
3464 "workspace",
3465 "workspace-hack",
3466]
3467
3468[[package]]
3469name = "collections"
3470version = "0.1.0"
3471dependencies = [
3472 "indexmap 2.9.0",
3473 "rustc-hash 2.1.1",
3474 "workspace-hack",
3475]
3476
3477[[package]]
3478name = "color_quant"
3479version = "1.1.0"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3482
3483[[package]]
3484name = "colorchoice"
3485version = "1.0.3"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3488
3489[[package]]
3490name = "combine"
3491version = "4.6.7"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3494dependencies = [
3495 "bytes 1.10.1",
3496 "memchr",
3497]
3498
3499[[package]]
3500name = "command-fds"
3501version = "0.3.1"
3502source = "registry+https://github.com/rust-lang/crates.io-index"
3503checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
3504dependencies = [
3505 "nix 0.30.1",
3506 "thiserror 2.0.12",
3507]
3508
3509[[package]]
3510name = "command_palette"
3511version = "0.1.0"
3512dependencies = [
3513 "anyhow",
3514 "client",
3515 "collections",
3516 "command_palette_hooks",
3517 "ctor",
3518 "db",
3519 "editor",
3520 "env_logger 0.11.8",
3521 "fuzzy",
3522 "go_to_line",
3523 "gpui",
3524 "language",
3525 "log",
3526 "menu",
3527 "picker",
3528 "postage",
3529 "project",
3530 "serde",
3531 "serde_json",
3532 "settings",
3533 "telemetry",
3534 "theme",
3535 "time",
3536 "ui",
3537 "util",
3538 "workspace",
3539 "workspace-hack",
3540 "zed_actions",
3541]
3542
3543[[package]]
3544name = "command_palette_hooks"
3545version = "0.1.0"
3546dependencies = [
3547 "collections",
3548 "derive_more",
3549 "gpui",
3550 "workspace-hack",
3551]
3552
3553[[package]]
3554name = "component"
3555version = "0.1.0"
3556dependencies = [
3557 "collections",
3558 "documented",
3559 "gpui",
3560 "inventory",
3561 "parking_lot",
3562 "strum 0.27.1",
3563 "theme",
3564 "workspace-hack",
3565]
3566
3567[[package]]
3568name = "concurrent-queue"
3569version = "2.5.0"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3572dependencies = [
3573 "crossbeam-utils",
3574]
3575
3576[[package]]
3577name = "console"
3578version = "0.15.11"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3581dependencies = [
3582 "encode_unicode",
3583 "libc",
3584 "once_cell",
3585 "unicode-width 0.2.0",
3586 "windows-sys 0.59.0",
3587]
3588
3589[[package]]
3590name = "const-oid"
3591version = "0.9.6"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3594
3595[[package]]
3596name = "const-random"
3597version = "0.1.18"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3600dependencies = [
3601 "const-random-macro",
3602]
3603
3604[[package]]
3605name = "const-random-macro"
3606version = "0.1.16"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3609dependencies = [
3610 "getrandom 0.2.15",
3611 "once_cell",
3612 "tiny-keccak",
3613]
3614
3615[[package]]
3616name = "constant_time_eq"
3617version = "0.1.5"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3620
3621[[package]]
3622name = "context_server"
3623version = "0.1.0"
3624dependencies = [
3625 "anyhow",
3626 "async-trait",
3627 "collections",
3628 "futures 0.3.31",
3629 "gpui",
3630 "log",
3631 "net",
3632 "parking_lot",
3633 "postage",
3634 "schemars 1.0.1",
3635 "serde",
3636 "serde_json",
3637 "settings",
3638 "smol",
3639 "tempfile",
3640 "url",
3641 "util",
3642 "workspace-hack",
3643]
3644
3645[[package]]
3646name = "convert_case"
3647version = "0.4.0"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3650
3651[[package]]
3652name = "convert_case"
3653version = "0.6.0"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3656dependencies = [
3657 "unicode-segmentation",
3658]
3659
3660[[package]]
3661name = "convert_case"
3662version = "0.8.0"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3665dependencies = [
3666 "unicode-segmentation",
3667]
3668
3669[[package]]
3670name = "copilot"
3671version = "0.1.0"
3672dependencies = [
3673 "anyhow",
3674 "async-std",
3675 "chrono",
3676 "client",
3677 "clock",
3678 "collections",
3679 "command_palette_hooks",
3680 "ctor",
3681 "dirs 4.0.0",
3682 "edit_prediction",
3683 "editor",
3684 "fs",
3685 "futures 0.3.31",
3686 "gpui",
3687 "http_client",
3688 "indoc",
3689 "itertools 0.14.0",
3690 "language",
3691 "log",
3692 "lsp",
3693 "menu",
3694 "node_runtime",
3695 "parking_lot",
3696 "paths",
3697 "project",
3698 "rpc",
3699 "serde",
3700 "serde_json",
3701 "settings",
3702 "sum_tree",
3703 "task",
3704 "theme",
3705 "ui",
3706 "util",
3707 "workspace",
3708 "workspace-hack",
3709 "zlog",
3710]
3711
3712[[package]]
3713name = "core-foundation"
3714version = "0.9.4"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3717dependencies = [
3718 "core-foundation-sys",
3719 "libc",
3720]
3721
3722[[package]]
3723name = "core-foundation"
3724version = "0.10.0"
3725source = "registry+https://github.com/rust-lang/crates.io-index"
3726checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3727dependencies = [
3728 "core-foundation-sys",
3729 "libc",
3730]
3731
3732[[package]]
3733name = "core-foundation-sys"
3734version = "0.8.7"
3735source = "registry+https://github.com/rust-lang/crates.io-index"
3736checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3737
3738[[package]]
3739name = "core-graphics"
3740version = "0.23.2"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3743dependencies = [
3744 "bitflags 1.3.2",
3745 "core-foundation 0.9.4",
3746 "core-graphics-types 0.1.3",
3747 "foreign-types 0.5.0",
3748 "libc",
3749]
3750
3751[[package]]
3752name = "core-graphics"
3753version = "0.24.0"
3754source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3756dependencies = [
3757 "bitflags 2.9.0",
3758 "core-foundation 0.10.0",
3759 "core-graphics-types 0.2.0",
3760 "foreign-types 0.5.0",
3761 "libc",
3762]
3763
3764[[package]]
3765name = "core-graphics-helmer-fork"
3766version = "0.24.0"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3769dependencies = [
3770 "bitflags 2.9.0",
3771 "core-foundation 0.9.4",
3772 "core-graphics-types 0.1.3",
3773 "foreign-types 0.5.0",
3774 "libc",
3775]
3776
3777[[package]]
3778name = "core-graphics-types"
3779version = "0.1.3"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3782dependencies = [
3783 "bitflags 1.3.2",
3784 "core-foundation 0.9.4",
3785 "libc",
3786]
3787
3788[[package]]
3789name = "core-graphics-types"
3790version = "0.2.0"
3791source = "registry+https://github.com/rust-lang/crates.io-index"
3792checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3793dependencies = [
3794 "bitflags 2.9.0",
3795 "core-foundation 0.10.0",
3796 "libc",
3797]
3798
3799[[package]]
3800name = "core-graphics2"
3801version = "0.4.1"
3802source = "registry+https://github.com/rust-lang/crates.io-index"
3803checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3804dependencies = [
3805 "bitflags 2.9.0",
3806 "block",
3807 "cfg-if",
3808 "core-foundation 0.10.0",
3809 "libc",
3810]
3811
3812[[package]]
3813name = "core-services"
3814version = "0.2.1"
3815source = "registry+https://github.com/rust-lang/crates.io-index"
3816checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3817dependencies = [
3818 "core-foundation 0.9.4",
3819]
3820
3821[[package]]
3822name = "core-text"
3823version = "21.0.0"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3826dependencies = [
3827 "core-foundation 0.10.0",
3828 "core-graphics 0.24.0",
3829 "foreign-types 0.5.0",
3830 "libc",
3831]
3832
3833[[package]]
3834name = "core-video"
3835version = "0.4.3"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3838dependencies = [
3839 "block",
3840 "core-foundation 0.10.0",
3841 "core-graphics2",
3842 "io-surface",
3843 "libc",
3844 "metal",
3845]
3846
3847[[package]]
3848name = "core_maths"
3849version = "0.1.1"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3852dependencies = [
3853 "libm",
3854]
3855
3856[[package]]
3857name = "coreaudio-rs"
3858version = "0.12.1"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3861dependencies = [
3862 "bitflags 1.3.2",
3863 "core-foundation-sys",
3864 "coreaudio-sys",
3865]
3866
3867[[package]]
3868name = "coreaudio-rs"
3869version = "0.13.0"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3872dependencies = [
3873 "bitflags 1.3.2",
3874 "libc",
3875 "objc2-audio-toolbox",
3876 "objc2-core-audio",
3877 "objc2-core-audio-types",
3878 "objc2-core-foundation",
3879]
3880
3881[[package]]
3882name = "coreaudio-sys"
3883version = "0.2.16"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3886dependencies = [
3887 "bindgen 0.70.1",
3888]
3889
3890[[package]]
3891name = "cosmic-text"
3892version = "0.14.0"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3895dependencies = [
3896 "bitflags 2.9.0",
3897 "fontdb 0.16.2",
3898 "log",
3899 "rangemap",
3900 "rustc-hash 1.1.0",
3901 "rustybuzz 0.14.1",
3902 "self_cell",
3903 "smol_str",
3904 "swash",
3905 "sys-locale",
3906 "ttf-parser 0.21.1",
3907 "unicode-bidi",
3908 "unicode-linebreak",
3909 "unicode-script",
3910 "unicode-segmentation",
3911]
3912
3913[[package]]
3914name = "cpal"
3915version = "0.16.0"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3918dependencies = [
3919 "alsa",
3920 "coreaudio-rs 0.13.0",
3921 "dasp_sample",
3922 "jni",
3923 "js-sys",
3924 "libc",
3925 "mach2 0.4.2",
3926 "ndk",
3927 "ndk-context",
3928 "num-derive",
3929 "num-traits",
3930 "objc2-audio-toolbox",
3931 "objc2-core-audio",
3932 "objc2-core-audio-types",
3933 "wasm-bindgen",
3934 "wasm-bindgen-futures",
3935 "web-sys",
3936 "windows 0.54.0",
3937]
3938
3939[[package]]
3940name = "cpp_demangle"
3941version = "0.4.4"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3944dependencies = [
3945 "cfg-if",
3946]
3947
3948[[package]]
3949name = "cpufeatures"
3950version = "0.2.17"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3953dependencies = [
3954 "libc",
3955]
3956
3957[[package]]
3958name = "cranelift-bforest"
3959version = "0.116.1"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3962dependencies = [
3963 "cranelift-entity",
3964]
3965
3966[[package]]
3967name = "cranelift-bitset"
3968version = "0.116.1"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3971dependencies = [
3972 "serde",
3973 "serde_derive",
3974]
3975
3976[[package]]
3977name = "cranelift-codegen"
3978version = "0.116.1"
3979source = "registry+https://github.com/rust-lang/crates.io-index"
3980checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3981dependencies = [
3982 "bumpalo",
3983 "cranelift-bforest",
3984 "cranelift-bitset",
3985 "cranelift-codegen-meta",
3986 "cranelift-codegen-shared",
3987 "cranelift-control",
3988 "cranelift-entity",
3989 "cranelift-isle",
3990 "gimli",
3991 "hashbrown 0.14.5",
3992 "log",
3993 "postcard",
3994 "regalloc2",
3995 "rustc-hash 2.1.1",
3996 "serde",
3997 "serde_derive",
3998 "sha2",
3999 "smallvec",
4000 "target-lexicon 0.13.2",
4001]
4002
4003[[package]]
4004name = "cranelift-codegen-meta"
4005version = "0.116.1"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4008dependencies = [
4009 "cranelift-codegen-shared",
4010]
4011
4012[[package]]
4013name = "cranelift-codegen-shared"
4014version = "0.116.1"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4017
4018[[package]]
4019name = "cranelift-control"
4020version = "0.116.1"
4021source = "registry+https://github.com/rust-lang/crates.io-index"
4022checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4023dependencies = [
4024 "arbitrary",
4025]
4026
4027[[package]]
4028name = "cranelift-entity"
4029version = "0.116.1"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4032dependencies = [
4033 "cranelift-bitset",
4034 "serde",
4035 "serde_derive",
4036]
4037
4038[[package]]
4039name = "cranelift-frontend"
4040version = "0.116.1"
4041source = "registry+https://github.com/rust-lang/crates.io-index"
4042checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4043dependencies = [
4044 "cranelift-codegen",
4045 "log",
4046 "smallvec",
4047 "target-lexicon 0.13.2",
4048]
4049
4050[[package]]
4051name = "cranelift-isle"
4052version = "0.116.1"
4053source = "registry+https://github.com/rust-lang/crates.io-index"
4054checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4055
4056[[package]]
4057name = "cranelift-native"
4058version = "0.116.1"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4061dependencies = [
4062 "cranelift-codegen",
4063 "libc",
4064 "target-lexicon 0.13.2",
4065]
4066
4067[[package]]
4068name = "crash-context"
4069version = "0.6.3"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4072dependencies = [
4073 "cfg-if",
4074 "libc",
4075 "mach2 0.4.2",
4076]
4077
4078[[package]]
4079name = "crash-handler"
4080version = "0.6.3"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4083dependencies = [
4084 "cfg-if",
4085 "crash-context",
4086 "libc",
4087 "mach2 0.4.2",
4088 "parking_lot",
4089]
4090
4091[[package]]
4092name = "crashes"
4093version = "0.1.0"
4094dependencies = [
4095 "bincode",
4096 "cfg-if",
4097 "crash-handler",
4098 "log",
4099 "mach2 0.5.0",
4100 "minidumper",
4101 "paths",
4102 "release_channel",
4103 "serde",
4104 "serde_json",
4105 "smol",
4106 "system_specs",
4107 "workspace-hack",
4108 "zstd",
4109]
4110
4111[[package]]
4112name = "crc"
4113version = "3.2.1"
4114source = "registry+https://github.com/rust-lang/crates.io-index"
4115checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
4116dependencies = [
4117 "crc-catalog",
4118]
4119
4120[[package]]
4121name = "crc-catalog"
4122version = "2.4.0"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4125
4126[[package]]
4127name = "crc32c"
4128version = "0.6.8"
4129source = "registry+https://github.com/rust-lang/crates.io-index"
4130checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
4131dependencies = [
4132 "rustc_version",
4133]
4134
4135[[package]]
4136name = "crc32fast"
4137version = "1.4.2"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
4140dependencies = [
4141 "cfg-if",
4142]
4143
4144[[package]]
4145name = "crc64fast-nvme"
4146version = "1.2.0"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
4149dependencies = [
4150 "crc",
4151]
4152
4153[[package]]
4154name = "credentials_provider"
4155version = "0.1.0"
4156dependencies = [
4157 "anyhow",
4158 "futures 0.3.31",
4159 "gpui",
4160 "paths",
4161 "release_channel",
4162 "serde",
4163 "serde_json",
4164 "workspace-hack",
4165]
4166
4167[[package]]
4168name = "criterion"
4169version = "0.5.1"
4170source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4172dependencies = [
4173 "anes",
4174 "cast",
4175 "ciborium",
4176 "clap",
4177 "criterion-plot",
4178 "is-terminal",
4179 "itertools 0.10.5",
4180 "num-traits",
4181 "once_cell",
4182 "oorandom",
4183 "plotters",
4184 "rayon",
4185 "regex",
4186 "serde",
4187 "serde_derive",
4188 "serde_json",
4189 "tinytemplate",
4190 "walkdir",
4191]
4192
4193[[package]]
4194name = "criterion-plot"
4195version = "0.5.0"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4198dependencies = [
4199 "cast",
4200 "itertools 0.10.5",
4201]
4202
4203[[package]]
4204name = "crossbeam"
4205version = "0.8.4"
4206source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4208dependencies = [
4209 "crossbeam-channel",
4210 "crossbeam-deque",
4211 "crossbeam-epoch",
4212 "crossbeam-queue",
4213 "crossbeam-utils",
4214]
4215
4216[[package]]
4217name = "crossbeam-channel"
4218version = "0.5.15"
4219source = "registry+https://github.com/rust-lang/crates.io-index"
4220checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4221dependencies = [
4222 "crossbeam-utils",
4223]
4224
4225[[package]]
4226name = "crossbeam-deque"
4227version = "0.8.6"
4228source = "registry+https://github.com/rust-lang/crates.io-index"
4229checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4230dependencies = [
4231 "crossbeam-epoch",
4232 "crossbeam-utils",
4233]
4234
4235[[package]]
4236name = "crossbeam-epoch"
4237version = "0.9.18"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4240dependencies = [
4241 "crossbeam-utils",
4242]
4243
4244[[package]]
4245name = "crossbeam-queue"
4246version = "0.3.12"
4247source = "registry+https://github.com/rust-lang/crates.io-index"
4248checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4249dependencies = [
4250 "crossbeam-utils",
4251]
4252
4253[[package]]
4254name = "crossbeam-utils"
4255version = "0.8.21"
4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4258
4259[[package]]
4260name = "crunchy"
4261version = "0.2.3"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
4264
4265[[package]]
4266name = "crypto-bigint"
4267version = "0.4.9"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4270dependencies = [
4271 "generic-array",
4272 "rand_core 0.6.4",
4273 "subtle",
4274 "zeroize",
4275]
4276
4277[[package]]
4278name = "crypto-bigint"
4279version = "0.5.5"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4282dependencies = [
4283 "rand_core 0.6.4",
4284 "subtle",
4285]
4286
4287[[package]]
4288name = "crypto-common"
4289version = "0.1.6"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4292dependencies = [
4293 "generic-array",
4294 "rand_core 0.6.4",
4295 "typenum",
4296]
4297
4298[[package]]
4299name = "cssparser"
4300version = "0.35.0"
4301source = "registry+https://github.com/rust-lang/crates.io-index"
4302checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4303dependencies = [
4304 "cssparser-macros",
4305 "dtoa-short",
4306 "itoa",
4307 "phf",
4308 "smallvec",
4309]
4310
4311[[package]]
4312name = "cssparser-macros"
4313version = "0.6.1"
4314source = "registry+https://github.com/rust-lang/crates.io-index"
4315checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4316dependencies = [
4317 "quote",
4318 "syn 2.0.101",
4319]
4320
4321[[package]]
4322name = "ctor"
4323version = "0.4.2"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
4326dependencies = [
4327 "ctor-proc-macro",
4328 "dtor",
4329]
4330
4331[[package]]
4332name = "ctor-proc-macro"
4333version = "0.0.5"
4334source = "registry+https://github.com/rust-lang/crates.io-index"
4335checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
4336
4337[[package]]
4338name = "ctrlc"
4339version = "3.4.6"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
4342dependencies = [
4343 "nix 0.29.0",
4344 "windows-sys 0.59.0",
4345]
4346
4347[[package]]
4348name = "cursor-icon"
4349version = "1.1.0"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
4352
4353[[package]]
4354name = "cxx"
4355version = "1.0.157"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
4358dependencies = [
4359 "cc",
4360 "cxxbridge-cmd",
4361 "cxxbridge-flags",
4362 "cxxbridge-macro",
4363 "foldhash",
4364 "link-cplusplus",
4365]
4366
4367[[package]]
4368name = "cxx-build"
4369version = "1.0.157"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
4372dependencies = [
4373 "cc",
4374 "codespan-reporting 0.12.0",
4375 "proc-macro2",
4376 "quote",
4377 "scratch",
4378 "syn 2.0.101",
4379]
4380
4381[[package]]
4382name = "cxxbridge-cmd"
4383version = "1.0.157"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
4386dependencies = [
4387 "clap",
4388 "codespan-reporting 0.12.0",
4389 "proc-macro2",
4390 "quote",
4391 "syn 2.0.101",
4392]
4393
4394[[package]]
4395name = "cxxbridge-flags"
4396version = "1.0.157"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
4399
4400[[package]]
4401name = "cxxbridge-macro"
4402version = "1.0.157"
4403source = "registry+https://github.com/rust-lang/crates.io-index"
4404checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
4405dependencies = [
4406 "proc-macro2",
4407 "quote",
4408 "rustversion",
4409 "syn 2.0.101",
4410]
4411
4412[[package]]
4413name = "dap"
4414version = "0.1.0"
4415dependencies = [
4416 "anyhow",
4417 "async-compression",
4418 "async-pipe",
4419 "async-tar",
4420 "async-trait",
4421 "client",
4422 "collections",
4423 "dap-types",
4424 "fs",
4425 "futures 0.3.31",
4426 "gpui",
4427 "http_client",
4428 "language",
4429 "libc",
4430 "log",
4431 "node_runtime",
4432 "parking_lot",
4433 "paths",
4434 "proto",
4435 "schemars 1.0.1",
4436 "serde",
4437 "serde_json",
4438 "settings",
4439 "smallvec",
4440 "smol",
4441 "task",
4442 "telemetry",
4443 "tree-sitter",
4444 "tree-sitter-go",
4445 "util",
4446 "workspace-hack",
4447 "zlog",
4448]
4449
4450[[package]]
4451name = "dap-types"
4452version = "0.0.1"
4453source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4454dependencies = [
4455 "schemars 1.0.1",
4456 "serde",
4457 "serde_json",
4458]
4459
4460[[package]]
4461name = "dap_adapters"
4462version = "0.1.0"
4463dependencies = [
4464 "anyhow",
4465 "async-trait",
4466 "collections",
4467 "dap",
4468 "dotenvy",
4469 "fs",
4470 "futures 0.3.31",
4471 "gpui",
4472 "json_dotpath",
4473 "language",
4474 "log",
4475 "paths",
4476 "serde",
4477 "serde_json",
4478 "shlex",
4479 "smol",
4480 "task",
4481 "util",
4482 "workspace-hack",
4483]
4484
4485[[package]]
4486name = "darling"
4487version = "0.20.11"
4488source = "registry+https://github.com/rust-lang/crates.io-index"
4489checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4490dependencies = [
4491 "darling_core",
4492 "darling_macro",
4493]
4494
4495[[package]]
4496name = "darling_core"
4497version = "0.20.11"
4498source = "registry+https://github.com/rust-lang/crates.io-index"
4499checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4500dependencies = [
4501 "fnv",
4502 "ident_case",
4503 "proc-macro2",
4504 "quote",
4505 "strsim",
4506 "syn 2.0.101",
4507]
4508
4509[[package]]
4510name = "darling_macro"
4511version = "0.20.11"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4514dependencies = [
4515 "darling_core",
4516 "quote",
4517 "syn 2.0.101",
4518]
4519
4520[[package]]
4521name = "dashmap"
4522version = "5.5.3"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4525dependencies = [
4526 "cfg-if",
4527 "hashbrown 0.14.5",
4528 "lock_api",
4529 "once_cell",
4530 "parking_lot_core",
4531]
4532
4533[[package]]
4534name = "dashmap"
4535version = "6.1.0"
4536source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4538dependencies = [
4539 "cfg-if",
4540 "crossbeam-utils",
4541 "hashbrown 0.14.5",
4542 "lock_api",
4543 "once_cell",
4544 "parking_lot_core",
4545]
4546
4547[[package]]
4548name = "dasp_sample"
4549version = "0.11.0"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4552
4553[[package]]
4554name = "data-encoding"
4555version = "2.9.0"
4556source = "registry+https://github.com/rust-lang/crates.io-index"
4557checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4558
4559[[package]]
4560name = "data-url"
4561version = "0.3.1"
4562source = "registry+https://github.com/rust-lang/crates.io-index"
4563checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4564
4565[[package]]
4566name = "db"
4567version = "0.1.0"
4568dependencies = [
4569 "anyhow",
4570 "gpui",
4571 "indoc",
4572 "log",
4573 "paths",
4574 "release_channel",
4575 "smol",
4576 "sqlez",
4577 "sqlez_macros",
4578 "tempfile",
4579 "util",
4580 "workspace-hack",
4581 "zed_env_vars",
4582]
4583
4584[[package]]
4585name = "dbus"
4586version = "0.9.7"
4587source = "registry+https://github.com/rust-lang/crates.io-index"
4588checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4589dependencies = [
4590 "libc",
4591 "libdbus-sys",
4592 "winapi",
4593]
4594
4595[[package]]
4596name = "debug_adapter_extension"
4597version = "0.1.0"
4598dependencies = [
4599 "anyhow",
4600 "async-trait",
4601 "dap",
4602 "extension",
4603 "gpui",
4604 "serde_json",
4605 "task",
4606 "util",
4607 "workspace-hack",
4608]
4609
4610[[package]]
4611name = "debugger_tools"
4612version = "0.1.0"
4613dependencies = [
4614 "anyhow",
4615 "dap",
4616 "editor",
4617 "futures 0.3.31",
4618 "gpui",
4619 "project",
4620 "serde_json",
4621 "settings",
4622 "smol",
4623 "util",
4624 "workspace",
4625 "workspace-hack",
4626]
4627
4628[[package]]
4629name = "debugger_ui"
4630version = "0.1.0"
4631dependencies = [
4632 "alacritty_terminal",
4633 "anyhow",
4634 "bitflags 2.9.0",
4635 "client",
4636 "collections",
4637 "command_palette_hooks",
4638 "dap",
4639 "dap_adapters",
4640 "db",
4641 "debugger_tools",
4642 "editor",
4643 "file_icons",
4644 "futures 0.3.31",
4645 "fuzzy",
4646 "gpui",
4647 "hex",
4648 "indoc",
4649 "itertools 0.14.0",
4650 "language",
4651 "log",
4652 "menu",
4653 "notifications",
4654 "parking_lot",
4655 "parse_int",
4656 "paths",
4657 "picker",
4658 "pretty_assertions",
4659 "project",
4660 "rpc",
4661 "schemars 1.0.1",
4662 "serde",
4663 "serde_json",
4664 "serde_json_lenient",
4665 "settings",
4666 "shlex",
4667 "sysinfo",
4668 "task",
4669 "tasks_ui",
4670 "telemetry",
4671 "terminal_view",
4672 "text",
4673 "theme",
4674 "tree-sitter",
4675 "tree-sitter-go",
4676 "tree-sitter-json",
4677 "ui",
4678 "unindent",
4679 "util",
4680 "workspace",
4681 "workspace-hack",
4682 "zed_actions",
4683 "zlog",
4684]
4685
4686[[package]]
4687name = "debugid"
4688version = "0.8.0"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4691dependencies = [
4692 "uuid",
4693]
4694
4695[[package]]
4696name = "deepseek"
4697version = "0.1.0"
4698dependencies = [
4699 "anyhow",
4700 "futures 0.3.31",
4701 "http_client",
4702 "schemars 1.0.1",
4703 "serde",
4704 "serde_json",
4705 "workspace-hack",
4706]
4707
4708[[package]]
4709name = "deflate64"
4710version = "0.1.9"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4713
4714[[package]]
4715name = "denoise"
4716version = "0.1.0"
4717dependencies = [
4718 "candle-core",
4719 "candle-onnx",
4720 "log",
4721 "realfft",
4722 "rodio",
4723 "rustfft",
4724 "thiserror 2.0.12",
4725 "workspace-hack",
4726]
4727
4728[[package]]
4729name = "der"
4730version = "0.6.1"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4733dependencies = [
4734 "const-oid",
4735 "zeroize",
4736]
4737
4738[[package]]
4739name = "der"
4740version = "0.7.10"
4741source = "registry+https://github.com/rust-lang/crates.io-index"
4742checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4743dependencies = [
4744 "const-oid",
4745 "pem-rfc7468",
4746 "zeroize",
4747]
4748
4749[[package]]
4750name = "deranged"
4751version = "0.4.0"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4754dependencies = [
4755 "powerfmt",
4756 "serde",
4757]
4758
4759[[package]]
4760name = "derive_arbitrary"
4761version = "1.4.2"
4762source = "registry+https://github.com/rust-lang/crates.io-index"
4763checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4764dependencies = [
4765 "proc-macro2",
4766 "quote",
4767 "syn 2.0.101",
4768]
4769
4770[[package]]
4771name = "derive_more"
4772version = "0.99.19"
4773source = "registry+https://github.com/rust-lang/crates.io-index"
4774checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4775dependencies = [
4776 "convert_case 0.4.0",
4777 "proc-macro2",
4778 "quote",
4779 "rustc_version",
4780 "syn 2.0.101",
4781]
4782
4783[[package]]
4784name = "derive_refineable"
4785version = "0.1.0"
4786dependencies = [
4787 "proc-macro2",
4788 "quote",
4789 "syn 2.0.101",
4790 "workspace-hack",
4791]
4792
4793[[package]]
4794name = "diagnostics"
4795version = "0.1.0"
4796dependencies = [
4797 "anyhow",
4798 "client",
4799 "collections",
4800 "component",
4801 "ctor",
4802 "editor",
4803 "gpui",
4804 "indoc",
4805 "language",
4806 "log",
4807 "lsp",
4808 "markdown",
4809 "pretty_assertions",
4810 "project",
4811 "rand 0.9.1",
4812 "serde",
4813 "serde_json",
4814 "settings",
4815 "text",
4816 "theme",
4817 "ui",
4818 "unindent",
4819 "util",
4820 "workspace",
4821 "workspace-hack",
4822 "zlog",
4823]
4824
4825[[package]]
4826name = "dialoguer"
4827version = "0.11.0"
4828source = "registry+https://github.com/rust-lang/crates.io-index"
4829checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4830dependencies = [
4831 "console",
4832 "fuzzy-matcher",
4833 "shell-words",
4834 "tempfile",
4835 "thiserror 1.0.69",
4836 "zeroize",
4837]
4838
4839[[package]]
4840name = "diff"
4841version = "0.1.13"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4844
4845[[package]]
4846name = "diffy"
4847version = "0.4.2"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4850dependencies = [
4851 "nu-ansi-term",
4852]
4853
4854[[package]]
4855name = "digest"
4856version = "0.10.7"
4857source = "registry+https://github.com/rust-lang/crates.io-index"
4858checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4859dependencies = [
4860 "block-buffer",
4861 "const-oid",
4862 "crypto-common",
4863 "subtle",
4864]
4865
4866[[package]]
4867name = "dirs"
4868version = "4.0.0"
4869source = "registry+https://github.com/rust-lang/crates.io-index"
4870checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4871dependencies = [
4872 "dirs-sys 0.3.7",
4873]
4874
4875[[package]]
4876name = "dirs"
4877version = "5.0.1"
4878source = "registry+https://github.com/rust-lang/crates.io-index"
4879checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4880dependencies = [
4881 "dirs-sys 0.4.1",
4882]
4883
4884[[package]]
4885name = "dirs"
4886version = "6.0.0"
4887source = "registry+https://github.com/rust-lang/crates.io-index"
4888checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4889dependencies = [
4890 "dirs-sys 0.5.0",
4891]
4892
4893[[package]]
4894name = "dirs-sys"
4895version = "0.3.7"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4898dependencies = [
4899 "libc",
4900 "redox_users 0.4.6",
4901 "winapi",
4902]
4903
4904[[package]]
4905name = "dirs-sys"
4906version = "0.4.1"
4907source = "registry+https://github.com/rust-lang/crates.io-index"
4908checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4909dependencies = [
4910 "libc",
4911 "option-ext",
4912 "redox_users 0.4.6",
4913 "windows-sys 0.48.0",
4914]
4915
4916[[package]]
4917name = "dirs-sys"
4918version = "0.5.0"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4921dependencies = [
4922 "libc",
4923 "option-ext",
4924 "redox_users 0.5.0",
4925 "windows-sys 0.61.0",
4926]
4927
4928[[package]]
4929name = "dispatch"
4930version = "0.2.0"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4933
4934[[package]]
4935name = "dispatch2"
4936version = "0.3.0"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4939dependencies = [
4940 "bitflags 2.9.0",
4941 "objc2",
4942]
4943
4944[[package]]
4945name = "displaydoc"
4946version = "0.2.5"
4947source = "registry+https://github.com/rust-lang/crates.io-index"
4948checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4949dependencies = [
4950 "proc-macro2",
4951 "quote",
4952 "syn 2.0.101",
4953]
4954
4955[[package]]
4956name = "dlib"
4957version = "0.5.2"
4958source = "registry+https://github.com/rust-lang/crates.io-index"
4959checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4960dependencies = [
4961 "libloading",
4962]
4963
4964[[package]]
4965name = "docs_preprocessor"
4966version = "0.1.0"
4967dependencies = [
4968 "anyhow",
4969 "command_palette",
4970 "gpui",
4971 "mdbook",
4972 "regex",
4973 "serde",
4974 "serde_json",
4975 "settings",
4976 "util",
4977 "workspace-hack",
4978 "zed",
4979 "zlog",
4980]
4981
4982[[package]]
4983name = "documented"
4984version = "0.9.1"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4987dependencies = [
4988 "documented-macros",
4989 "phf",
4990 "thiserror 1.0.69",
4991]
4992
4993[[package]]
4994name = "documented-macros"
4995version = "0.9.1"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4998dependencies = [
4999 "convert_case 0.6.0",
5000 "itertools 0.13.0",
5001 "optfield",
5002 "proc-macro2",
5003 "quote",
5004 "strum 0.26.3",
5005 "syn 2.0.101",
5006]
5007
5008[[package]]
5009name = "dotenvy"
5010version = "0.15.7"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5013
5014[[package]]
5015name = "downcast-rs"
5016version = "1.2.1"
5017source = "registry+https://github.com/rust-lang/crates.io-index"
5018checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5019
5020[[package]]
5021name = "doxygen-rs"
5022version = "0.4.2"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5025dependencies = [
5026 "phf",
5027]
5028
5029[[package]]
5030name = "dtoa"
5031version = "1.0.10"
5032source = "registry+https://github.com/rust-lang/crates.io-index"
5033checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5034
5035[[package]]
5036name = "dtoa-short"
5037version = "0.3.5"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5040dependencies = [
5041 "dtoa",
5042]
5043
5044[[package]]
5045name = "dtor"
5046version = "0.0.6"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5049dependencies = [
5050 "dtor-proc-macro",
5051]
5052
5053[[package]]
5054name = "dtor-proc-macro"
5055version = "0.0.5"
5056source = "registry+https://github.com/rust-lang/crates.io-index"
5057checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5058
5059[[package]]
5060name = "dunce"
5061version = "1.0.5"
5062source = "registry+https://github.com/rust-lang/crates.io-index"
5063checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5064
5065[[package]]
5066name = "dwrote"
5067version = "0.11.3"
5068source = "registry+https://github.com/rust-lang/crates.io-index"
5069checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
5070dependencies = [
5071 "lazy_static",
5072 "libc",
5073 "winapi",
5074 "wio",
5075]
5076
5077[[package]]
5078name = "dyn-clone"
5079version = "1.0.19"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
5082
5083[[package]]
5084name = "dyn-stack"
5085version = "0.10.0"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5088dependencies = [
5089 "bytemuck",
5090 "reborrow",
5091]
5092
5093[[package]]
5094name = "dyn-stack"
5095version = "0.13.0"
5096source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
5098dependencies = [
5099 "bytemuck",
5100]
5101
5102[[package]]
5103name = "ec4rs"
5104version = "1.2.0"
5105source = "registry+https://github.com/rust-lang/crates.io-index"
5106checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5107
5108[[package]]
5109name = "ecdsa"
5110version = "0.14.8"
5111source = "registry+https://github.com/rust-lang/crates.io-index"
5112checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5113dependencies = [
5114 "der 0.6.1",
5115 "elliptic-curve",
5116 "rfc6979",
5117 "signature 1.6.4",
5118]
5119
5120[[package]]
5121name = "edit_prediction"
5122version = "0.1.0"
5123dependencies = [
5124 "client",
5125 "gpui",
5126 "language",
5127 "project",
5128 "workspace-hack",
5129]
5130
5131[[package]]
5132name = "edit_prediction_button"
5133version = "0.1.0"
5134dependencies = [
5135 "anyhow",
5136 "client",
5137 "cloud_llm_client",
5138 "copilot",
5139 "edit_prediction",
5140 "editor",
5141 "feature_flags",
5142 "fs",
5143 "futures 0.3.31",
5144 "gpui",
5145 "indoc",
5146 "language",
5147 "lsp",
5148 "paths",
5149 "project",
5150 "regex",
5151 "serde_json",
5152 "settings",
5153 "supermaven",
5154 "telemetry",
5155 "theme",
5156 "ui",
5157 "workspace",
5158 "workspace-hack",
5159 "zed_actions",
5160 "zeta",
5161]
5162
5163[[package]]
5164name = "edit_prediction_context"
5165version = "0.1.0"
5166dependencies = [
5167 "anyhow",
5168 "arrayvec",
5169 "clap",
5170 "cloud_llm_client",
5171 "collections",
5172 "futures 0.3.31",
5173 "gpui",
5174 "indoc",
5175 "itertools 0.14.0",
5176 "language",
5177 "log",
5178 "ordered-float 2.10.1",
5179 "pretty_assertions",
5180 "project",
5181 "regex",
5182 "serde",
5183 "serde_json",
5184 "settings",
5185 "slotmap",
5186 "strum 0.27.1",
5187 "text",
5188 "tree-sitter",
5189 "util",
5190 "workspace-hack",
5191 "zlog",
5192]
5193
5194[[package]]
5195name = "editor"
5196version = "0.1.0"
5197dependencies = [
5198 "aho-corasick",
5199 "anyhow",
5200 "assets",
5201 "buffer_diff",
5202 "client",
5203 "clock",
5204 "collections",
5205 "convert_case 0.8.0",
5206 "criterion",
5207 "ctor",
5208 "dap",
5209 "db",
5210 "edit_prediction",
5211 "emojis",
5212 "file_icons",
5213 "fs",
5214 "futures 0.3.31",
5215 "fuzzy",
5216 "git",
5217 "gpui",
5218 "http_client",
5219 "indoc",
5220 "itertools 0.14.0",
5221 "language",
5222 "languages",
5223 "linkify",
5224 "log",
5225 "lsp",
5226 "markdown",
5227 "menu",
5228 "multi_buffer",
5229 "ordered-float 2.10.1",
5230 "parking_lot",
5231 "pretty_assertions",
5232 "project",
5233 "rand 0.9.1",
5234 "regex",
5235 "release_channel",
5236 "rpc",
5237 "schemars 1.0.1",
5238 "serde",
5239 "serde_json",
5240 "settings",
5241 "smallvec",
5242 "smol",
5243 "snippet",
5244 "sum_tree",
5245 "task",
5246 "telemetry",
5247 "tempfile",
5248 "text",
5249 "theme",
5250 "time",
5251 "tree-sitter-bash",
5252 "tree-sitter-c",
5253 "tree-sitter-html",
5254 "tree-sitter-python",
5255 "tree-sitter-rust",
5256 "tree-sitter-typescript",
5257 "tree-sitter-yaml",
5258 "ui",
5259 "unicode-script",
5260 "unicode-segmentation",
5261 "unindent",
5262 "url",
5263 "util",
5264 "uuid",
5265 "vim_mode_setting",
5266 "workspace",
5267 "workspace-hack",
5268 "zed_actions",
5269 "zlog",
5270]
5271
5272[[package]]
5273name = "either"
5274version = "1.15.0"
5275source = "registry+https://github.com/rust-lang/crates.io-index"
5276checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5277dependencies = [
5278 "serde",
5279]
5280
5281[[package]]
5282name = "elasticlunr-rs"
5283version = "3.0.2"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5286dependencies = [
5287 "regex",
5288 "serde",
5289 "serde_derive",
5290 "serde_json",
5291]
5292
5293[[package]]
5294name = "elliptic-curve"
5295version = "0.12.3"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5298dependencies = [
5299 "base16ct",
5300 "crypto-bigint 0.4.9",
5301 "der 0.6.1",
5302 "digest",
5303 "ff",
5304 "generic-array",
5305 "group",
5306 "pkcs8 0.9.0",
5307 "rand_core 0.6.4",
5308 "sec1",
5309 "subtle",
5310 "zeroize",
5311]
5312
5313[[package]]
5314name = "email_address"
5315version = "0.2.9"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5318dependencies = [
5319 "serde",
5320]
5321
5322[[package]]
5323name = "embed-resource"
5324version = "3.0.2"
5325source = "registry+https://github.com/rust-lang/crates.io-index"
5326checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
5327dependencies = [
5328 "cc",
5329 "memchr",
5330 "rustc_version",
5331 "toml 0.8.20",
5332 "vswhom",
5333 "winreg 0.52.0",
5334]
5335
5336[[package]]
5337name = "embedded-io"
5338version = "0.4.0"
5339source = "registry+https://github.com/rust-lang/crates.io-index"
5340checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5341
5342[[package]]
5343name = "embedded-io"
5344version = "0.6.1"
5345source = "registry+https://github.com/rust-lang/crates.io-index"
5346checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5347
5348[[package]]
5349name = "emojis"
5350version = "0.6.4"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5353dependencies = [
5354 "phf",
5355]
5356
5357[[package]]
5358name = "encode_unicode"
5359version = "1.0.0"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5362
5363[[package]]
5364name = "encoding_rs"
5365version = "0.8.35"
5366source = "registry+https://github.com/rust-lang/crates.io-index"
5367checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5368dependencies = [
5369 "cfg-if",
5370]
5371
5372[[package]]
5373name = "endi"
5374version = "1.1.0"
5375source = "registry+https://github.com/rust-lang/crates.io-index"
5376checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5377
5378[[package]]
5379name = "enum-as-inner"
5380version = "0.6.1"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5383dependencies = [
5384 "heck 0.5.0",
5385 "proc-macro2",
5386 "quote",
5387 "syn 2.0.101",
5388]
5389
5390[[package]]
5391name = "enumflags2"
5392version = "0.7.11"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
5395dependencies = [
5396 "enumflags2_derive",
5397 "serde",
5398]
5399
5400[[package]]
5401name = "enumflags2_derive"
5402version = "0.7.11"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
5405dependencies = [
5406 "proc-macro2",
5407 "quote",
5408 "syn 2.0.101",
5409]
5410
5411[[package]]
5412name = "env_filter"
5413version = "0.1.3"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
5416dependencies = [
5417 "log",
5418 "regex",
5419]
5420
5421[[package]]
5422name = "env_logger"
5423version = "0.10.2"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5426dependencies = [
5427 "humantime",
5428 "is-terminal",
5429 "log",
5430 "regex",
5431 "termcolor",
5432]
5433
5434[[package]]
5435name = "env_logger"
5436version = "0.11.8"
5437source = "registry+https://github.com/rust-lang/crates.io-index"
5438checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5439dependencies = [
5440 "anstream",
5441 "anstyle",
5442 "env_filter",
5443 "jiff",
5444 "log",
5445]
5446
5447[[package]]
5448name = "envy"
5449version = "0.4.2"
5450source = "registry+https://github.com/rust-lang/crates.io-index"
5451checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5452dependencies = [
5453 "serde",
5454]
5455
5456[[package]]
5457name = "equivalent"
5458version = "1.0.2"
5459source = "registry+https://github.com/rust-lang/crates.io-index"
5460checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5461
5462[[package]]
5463name = "erased-serde"
5464version = "0.4.6"
5465source = "registry+https://github.com/rust-lang/crates.io-index"
5466checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
5467dependencies = [
5468 "serde",
5469 "typeid",
5470]
5471
5472[[package]]
5473name = "errno"
5474version = "0.2.8"
5475source = "registry+https://github.com/rust-lang/crates.io-index"
5476checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5477dependencies = [
5478 "errno-dragonfly",
5479 "libc",
5480 "winapi",
5481]
5482
5483[[package]]
5484name = "errno"
5485version = "0.3.11"
5486source = "registry+https://github.com/rust-lang/crates.io-index"
5487checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
5488dependencies = [
5489 "libc",
5490 "windows-sys 0.52.0",
5491]
5492
5493[[package]]
5494name = "errno-dragonfly"
5495version = "0.1.2"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5498dependencies = [
5499 "cc",
5500 "libc",
5501]
5502
5503[[package]]
5504name = "etagere"
5505version = "0.2.15"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5508dependencies = [
5509 "euclid",
5510 "svg_fmt",
5511]
5512
5513[[package]]
5514name = "etcetera"
5515version = "0.8.0"
5516source = "registry+https://github.com/rust-lang/crates.io-index"
5517checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5518dependencies = [
5519 "cfg-if",
5520 "home",
5521 "windows-sys 0.48.0",
5522]
5523
5524[[package]]
5525name = "euclid"
5526version = "0.22.11"
5527source = "registry+https://github.com/rust-lang/crates.io-index"
5528checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5529dependencies = [
5530 "num-traits",
5531]
5532
5533[[package]]
5534name = "eval"
5535version = "0.1.0"
5536dependencies = [
5537 "agent",
5538 "agent_settings",
5539 "agent_ui",
5540 "anyhow",
5541 "assistant_tool",
5542 "assistant_tools",
5543 "async-trait",
5544 "buffer_diff",
5545 "chrono",
5546 "clap",
5547 "client",
5548 "cloud_llm_client",
5549 "collections",
5550 "debug_adapter_extension",
5551 "dirs 4.0.0",
5552 "dotenvy",
5553 "env_logger 0.11.8",
5554 "extension",
5555 "fs",
5556 "futures 0.3.31",
5557 "gpui",
5558 "gpui_tokio",
5559 "handlebars 4.5.0",
5560 "language",
5561 "language_extension",
5562 "language_model",
5563 "language_models",
5564 "languages",
5565 "markdown",
5566 "node_runtime",
5567 "pathdiff",
5568 "paths",
5569 "pretty_assertions",
5570 "project",
5571 "prompt_store",
5572 "regex",
5573 "release_channel",
5574 "reqwest_client",
5575 "serde",
5576 "serde_json",
5577 "settings",
5578 "shellexpand 2.1.2",
5579 "smol",
5580 "telemetry",
5581 "terminal_view",
5582 "toml 0.8.20",
5583 "unindent",
5584 "util",
5585 "uuid",
5586 "watch",
5587 "workspace-hack",
5588]
5589
5590[[package]]
5591name = "event-listener"
5592version = "2.5.3"
5593source = "registry+https://github.com/rust-lang/crates.io-index"
5594checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5595
5596[[package]]
5597name = "event-listener"
5598version = "5.4.0"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5601dependencies = [
5602 "concurrent-queue",
5603 "parking",
5604 "pin-project-lite",
5605]
5606
5607[[package]]
5608name = "event-listener-strategy"
5609version = "0.5.4"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5612dependencies = [
5613 "event-listener 5.4.0",
5614 "pin-project-lite",
5615]
5616
5617[[package]]
5618name = "exec"
5619version = "0.3.1"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
5621checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5622dependencies = [
5623 "errno 0.2.8",
5624 "libc",
5625]
5626
5627[[package]]
5628name = "explorer_command_injector"
5629version = "0.1.0"
5630dependencies = [
5631 "windows 0.61.1",
5632 "windows-core 0.61.0",
5633 "windows-registry 0.5.1",
5634 "workspace-hack",
5635]
5636
5637[[package]]
5638name = "exr"
5639version = "1.73.0"
5640source = "registry+https://github.com/rust-lang/crates.io-index"
5641checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5642dependencies = [
5643 "bit_field",
5644 "half",
5645 "lebe",
5646 "miniz_oxide",
5647 "rayon-core",
5648 "smallvec",
5649 "zune-inflate",
5650]
5651
5652[[package]]
5653name = "extended"
5654version = "0.1.0"
5655source = "registry+https://github.com/rust-lang/crates.io-index"
5656checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5657
5658[[package]]
5659name = "extension"
5660version = "0.1.0"
5661dependencies = [
5662 "anyhow",
5663 "async-compression",
5664 "async-tar",
5665 "async-trait",
5666 "collections",
5667 "dap",
5668 "fs",
5669 "futures 0.3.31",
5670 "gpui",
5671 "heck 0.5.0",
5672 "http_client",
5673 "language",
5674 "log",
5675 "lsp",
5676 "parking_lot",
5677 "pretty_assertions",
5678 "semantic_version",
5679 "serde",
5680 "serde_json",
5681 "task",
5682 "toml 0.8.20",
5683 "url",
5684 "util",
5685 "wasm-encoder 0.221.3",
5686 "wasmparser 0.221.3",
5687 "workspace-hack",
5688]
5689
5690[[package]]
5691name = "extension_cli"
5692version = "0.1.0"
5693dependencies = [
5694 "anyhow",
5695 "clap",
5696 "env_logger 0.11.8",
5697 "extension",
5698 "fs",
5699 "gpui",
5700 "language",
5701 "log",
5702 "reqwest_client",
5703 "rpc",
5704 "serde",
5705 "serde_json",
5706 "theme",
5707 "tokio",
5708 "toml 0.8.20",
5709 "tree-sitter",
5710 "wasmtime",
5711 "workspace-hack",
5712]
5713
5714[[package]]
5715name = "extension_host"
5716version = "0.1.0"
5717dependencies = [
5718 "anyhow",
5719 "async-compression",
5720 "async-tar",
5721 "async-trait",
5722 "client",
5723 "collections",
5724 "criterion",
5725 "ctor",
5726 "dap",
5727 "extension",
5728 "fs",
5729 "futures 0.3.31",
5730 "gpui",
5731 "http_client",
5732 "language",
5733 "language_extension",
5734 "log",
5735 "lsp",
5736 "moka",
5737 "node_runtime",
5738 "parking_lot",
5739 "paths",
5740 "project",
5741 "rand 0.9.1",
5742 "release_channel",
5743 "remote",
5744 "reqwest_client",
5745 "semantic_version",
5746 "serde",
5747 "serde_json",
5748 "serde_json_lenient",
5749 "settings",
5750 "task",
5751 "telemetry",
5752 "tempfile",
5753 "theme",
5754 "theme_extension",
5755 "toml 0.8.20",
5756 "url",
5757 "util",
5758 "wasmparser 0.221.3",
5759 "wasmtime",
5760 "wasmtime-wasi",
5761 "workspace-hack",
5762 "zlog",
5763]
5764
5765[[package]]
5766name = "extensions_ui"
5767version = "0.1.0"
5768dependencies = [
5769 "anyhow",
5770 "client",
5771 "collections",
5772 "db",
5773 "editor",
5774 "extension",
5775 "extension_host",
5776 "fs",
5777 "fuzzy",
5778 "gpui",
5779 "language",
5780 "log",
5781 "num-format",
5782 "picker",
5783 "project",
5784 "release_channel",
5785 "semantic_version",
5786 "serde",
5787 "settings",
5788 "smallvec",
5789 "strum 0.27.1",
5790 "telemetry",
5791 "theme",
5792 "ui",
5793 "util",
5794 "vim_mode_setting",
5795 "workspace",
5796 "workspace-hack",
5797 "zed_actions",
5798]
5799
5800[[package]]
5801name = "fallible-iterator"
5802version = "0.3.0"
5803source = "registry+https://github.com/rust-lang/crates.io-index"
5804checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5805
5806[[package]]
5807name = "fancy-regex"
5808version = "0.13.0"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5811dependencies = [
5812 "bit-set 0.5.3",
5813 "regex-automata",
5814 "regex-syntax",
5815]
5816
5817[[package]]
5818name = "fancy-regex"
5819version = "0.14.0"
5820source = "registry+https://github.com/rust-lang/crates.io-index"
5821checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5822dependencies = [
5823 "bit-set 0.8.0",
5824 "regex-automata",
5825 "regex-syntax",
5826]
5827
5828[[package]]
5829name = "fast-srgb8"
5830version = "1.0.0"
5831source = "registry+https://github.com/rust-lang/crates.io-index"
5832checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5833
5834[[package]]
5835name = "fastrand"
5836version = "1.9.0"
5837source = "registry+https://github.com/rust-lang/crates.io-index"
5838checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5839dependencies = [
5840 "instant",
5841]
5842
5843[[package]]
5844name = "fastrand"
5845version = "2.3.0"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5848
5849[[package]]
5850name = "fd-lock"
5851version = "4.0.4"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5854dependencies = [
5855 "cfg-if",
5856 "rustix 1.0.7",
5857 "windows-sys 0.52.0",
5858]
5859
5860[[package]]
5861name = "fdeflate"
5862version = "0.3.7"
5863source = "registry+https://github.com/rust-lang/crates.io-index"
5864checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5865dependencies = [
5866 "simd-adler32",
5867]
5868
5869[[package]]
5870name = "feature_flags"
5871version = "0.1.0"
5872dependencies = [
5873 "futures 0.3.31",
5874 "gpui",
5875 "smol",
5876 "workspace-hack",
5877]
5878
5879[[package]]
5880name = "feedback"
5881version = "0.1.0"
5882dependencies = [
5883 "editor",
5884 "gpui",
5885 "menu",
5886 "system_specs",
5887 "ui",
5888 "urlencoding",
5889 "util",
5890 "workspace",
5891 "workspace-hack",
5892 "zed_actions",
5893]
5894
5895[[package]]
5896name = "ff"
5897version = "0.12.1"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5900dependencies = [
5901 "rand_core 0.6.4",
5902 "subtle",
5903]
5904
5905[[package]]
5906name = "file_finder"
5907version = "0.1.0"
5908dependencies = [
5909 "anyhow",
5910 "collections",
5911 "ctor",
5912 "editor",
5913 "file_icons",
5914 "futures 0.3.31",
5915 "fuzzy",
5916 "gpui",
5917 "language",
5918 "menu",
5919 "picker",
5920 "pretty_assertions",
5921 "project",
5922 "schemars 1.0.1",
5923 "search",
5924 "serde",
5925 "serde_json",
5926 "settings",
5927 "text",
5928 "theme",
5929 "ui",
5930 "util",
5931 "workspace",
5932 "workspace-hack",
5933 "zlog",
5934]
5935
5936[[package]]
5937name = "file_icons"
5938version = "0.1.0"
5939dependencies = [
5940 "gpui",
5941 "serde",
5942 "settings",
5943 "theme",
5944 "util",
5945 "workspace-hack",
5946]
5947
5948[[package]]
5949name = "filedescriptor"
5950version = "0.8.3"
5951source = "registry+https://github.com/rust-lang/crates.io-index"
5952checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5953dependencies = [
5954 "libc",
5955 "thiserror 1.0.69",
5956 "winapi",
5957]
5958
5959[[package]]
5960name = "filetime"
5961version = "0.2.25"
5962source = "registry+https://github.com/rust-lang/crates.io-index"
5963checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5964dependencies = [
5965 "cfg-if",
5966 "libc",
5967 "libredox",
5968 "windows-sys 0.59.0",
5969]
5970
5971[[package]]
5972name = "fixedbitset"
5973version = "0.4.2"
5974source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5976
5977[[package]]
5978name = "flate2"
5979version = "1.1.1"
5980source = "registry+https://github.com/rust-lang/crates.io-index"
5981checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5982dependencies = [
5983 "crc32fast",
5984 "miniz_oxide",
5985]
5986
5987[[package]]
5988name = "float-cmp"
5989version = "0.9.0"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5992
5993[[package]]
5994name = "float-ord"
5995version = "0.3.2"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5998
5999[[package]]
6000name = "float8"
6001version = "0.4.2"
6002source = "registry+https://github.com/rust-lang/crates.io-index"
6003checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6004dependencies = [
6005 "half",
6006 "num-traits",
6007 "rand 0.9.1",
6008 "rand_distr",
6009]
6010
6011[[package]]
6012name = "float_next_after"
6013version = "1.0.0"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6016
6017[[package]]
6018name = "fluent-uri"
6019version = "0.3.2"
6020source = "registry+https://github.com/rust-lang/crates.io-index"
6021checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
6022dependencies = [
6023 "borrow-or-share",
6024 "ref-cast",
6025 "serde",
6026]
6027
6028[[package]]
6029name = "flume"
6030version = "0.11.1"
6031source = "registry+https://github.com/rust-lang/crates.io-index"
6032checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6033dependencies = [
6034 "futures-core",
6035 "futures-sink",
6036 "nanorand",
6037 "spin",
6038]
6039
6040[[package]]
6041name = "fnv"
6042version = "1.0.7"
6043source = "registry+https://github.com/rust-lang/crates.io-index"
6044checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6045
6046[[package]]
6047name = "foldhash"
6048version = "0.1.5"
6049source = "registry+https://github.com/rust-lang/crates.io-index"
6050checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6051
6052[[package]]
6053name = "font-kit"
6054version = "0.14.1"
6055source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
6056dependencies = [
6057 "bitflags 2.9.0",
6058 "byteorder",
6059 "core-foundation 0.10.0",
6060 "core-graphics 0.24.0",
6061 "core-text",
6062 "dirs 5.0.1",
6063 "dwrote",
6064 "float-ord",
6065 "freetype-sys",
6066 "lazy_static",
6067 "libc",
6068 "log",
6069 "pathfinder_geometry",
6070 "pathfinder_simd",
6071 "walkdir",
6072 "winapi",
6073 "yeslogic-fontconfig-sys",
6074]
6075
6076[[package]]
6077name = "font-types"
6078version = "0.8.4"
6079source = "registry+https://github.com/rust-lang/crates.io-index"
6080checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
6081dependencies = [
6082 "bytemuck",
6083]
6084
6085[[package]]
6086name = "fontconfig-parser"
6087version = "0.5.7"
6088source = "registry+https://github.com/rust-lang/crates.io-index"
6089checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
6090dependencies = [
6091 "roxmltree",
6092]
6093
6094[[package]]
6095name = "fontdb"
6096version = "0.16.2"
6097source = "registry+https://github.com/rust-lang/crates.io-index"
6098checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6099dependencies = [
6100 "fontconfig-parser",
6101 "log",
6102 "memmap2",
6103 "slotmap",
6104 "tinyvec",
6105 "ttf-parser 0.20.0",
6106]
6107
6108[[package]]
6109name = "fontdb"
6110version = "0.23.0"
6111source = "registry+https://github.com/rust-lang/crates.io-index"
6112checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6113dependencies = [
6114 "fontconfig-parser",
6115 "log",
6116 "memmap2",
6117 "slotmap",
6118 "tinyvec",
6119 "ttf-parser 0.25.1",
6120]
6121
6122[[package]]
6123name = "foreign-types"
6124version = "0.3.2"
6125source = "registry+https://github.com/rust-lang/crates.io-index"
6126checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6127dependencies = [
6128 "foreign-types-shared 0.1.1",
6129]
6130
6131[[package]]
6132name = "foreign-types"
6133version = "0.5.0"
6134source = "registry+https://github.com/rust-lang/crates.io-index"
6135checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6136dependencies = [
6137 "foreign-types-macros",
6138 "foreign-types-shared 0.3.1",
6139]
6140
6141[[package]]
6142name = "foreign-types-macros"
6143version = "0.2.3"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6146dependencies = [
6147 "proc-macro2",
6148 "quote",
6149 "syn 2.0.101",
6150]
6151
6152[[package]]
6153name = "foreign-types-shared"
6154version = "0.1.1"
6155source = "registry+https://github.com/rust-lang/crates.io-index"
6156checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6157
6158[[package]]
6159name = "foreign-types-shared"
6160version = "0.3.1"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6163
6164[[package]]
6165name = "fork"
6166version = "0.2.0"
6167source = "registry+https://github.com/rust-lang/crates.io-index"
6168checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
6169dependencies = [
6170 "libc",
6171]
6172
6173[[package]]
6174name = "form_urlencoded"
6175version = "1.2.1"
6176source = "registry+https://github.com/rust-lang/crates.io-index"
6177checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
6178dependencies = [
6179 "percent-encoding",
6180]
6181
6182[[package]]
6183name = "fraction"
6184version = "0.15.3"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6187dependencies = [
6188 "lazy_static",
6189 "num",
6190]
6191
6192[[package]]
6193name = "freetype-sys"
6194version = "0.20.1"
6195source = "registry+https://github.com/rust-lang/crates.io-index"
6196checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6197dependencies = [
6198 "cc",
6199 "libc",
6200 "pkg-config",
6201]
6202
6203[[package]]
6204name = "fs"
6205version = "0.1.0"
6206dependencies = [
6207 "anyhow",
6208 "ashpd 0.11.0",
6209 "async-tar",
6210 "async-trait",
6211 "cocoa 0.26.0",
6212 "collections",
6213 "fsevent",
6214 "futures 0.3.31",
6215 "git",
6216 "gpui",
6217 "ignore",
6218 "libc",
6219 "log",
6220 "notify 8.0.0",
6221 "objc",
6222 "parking_lot",
6223 "paths",
6224 "proto",
6225 "rope",
6226 "serde",
6227 "serde_json",
6228 "smol",
6229 "tempfile",
6230 "text",
6231 "time",
6232 "util",
6233 "windows 0.61.1",
6234 "workspace-hack",
6235]
6236
6237[[package]]
6238name = "fs-set-times"
6239version = "0.20.3"
6240source = "registry+https://github.com/rust-lang/crates.io-index"
6241checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6242dependencies = [
6243 "io-lifetimes",
6244 "rustix 1.0.7",
6245 "windows-sys 0.52.0",
6246]
6247
6248[[package]]
6249name = "fs2"
6250version = "0.4.3"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6253dependencies = [
6254 "libc",
6255 "winapi",
6256]
6257
6258[[package]]
6259name = "fs_extra"
6260version = "1.3.0"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6263
6264[[package]]
6265name = "fsevent"
6266version = "0.1.0"
6267dependencies = [
6268 "bitflags 2.9.0",
6269 "core-foundation 0.10.0",
6270 "fsevent-sys 3.1.0",
6271 "parking_lot",
6272 "tempfile",
6273 "workspace-hack",
6274]
6275
6276[[package]]
6277name = "fsevent-sys"
6278version = "3.1.0"
6279source = "registry+https://github.com/rust-lang/crates.io-index"
6280checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
6281dependencies = [
6282 "libc",
6283]
6284
6285[[package]]
6286name = "fsevent-sys"
6287version = "4.1.0"
6288source = "registry+https://github.com/rust-lang/crates.io-index"
6289checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6290dependencies = [
6291 "libc",
6292]
6293
6294[[package]]
6295name = "funty"
6296version = "2.0.0"
6297source = "registry+https://github.com/rust-lang/crates.io-index"
6298checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6299
6300[[package]]
6301name = "futf"
6302version = "0.1.5"
6303source = "registry+https://github.com/rust-lang/crates.io-index"
6304checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6305dependencies = [
6306 "mac",
6307 "new_debug_unreachable",
6308]
6309
6310[[package]]
6311name = "futures"
6312version = "0.1.31"
6313source = "registry+https://github.com/rust-lang/crates.io-index"
6314checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6315
6316[[package]]
6317name = "futures"
6318version = "0.3.31"
6319source = "registry+https://github.com/rust-lang/crates.io-index"
6320checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6321dependencies = [
6322 "futures-channel",
6323 "futures-core",
6324 "futures-executor",
6325 "futures-io",
6326 "futures-sink",
6327 "futures-task",
6328 "futures-util",
6329]
6330
6331[[package]]
6332name = "futures-channel"
6333version = "0.3.31"
6334source = "registry+https://github.com/rust-lang/crates.io-index"
6335checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6336dependencies = [
6337 "futures-core",
6338 "futures-sink",
6339]
6340
6341[[package]]
6342name = "futures-core"
6343version = "0.3.31"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6346
6347[[package]]
6348name = "futures-executor"
6349version = "0.3.31"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6352dependencies = [
6353 "futures-core",
6354 "futures-task",
6355 "futures-util",
6356]
6357
6358[[package]]
6359name = "futures-intrusive"
6360version = "0.5.0"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6363dependencies = [
6364 "futures-core",
6365 "lock_api",
6366 "parking_lot",
6367]
6368
6369[[package]]
6370name = "futures-io"
6371version = "0.3.31"
6372source = "registry+https://github.com/rust-lang/crates.io-index"
6373checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6374
6375[[package]]
6376name = "futures-lite"
6377version = "1.13.0"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6380dependencies = [
6381 "fastrand 1.9.0",
6382 "futures-core",
6383 "futures-io",
6384 "memchr",
6385 "parking",
6386 "pin-project-lite",
6387 "waker-fn",
6388]
6389
6390[[package]]
6391name = "futures-lite"
6392version = "2.6.0"
6393source = "registry+https://github.com/rust-lang/crates.io-index"
6394checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
6395dependencies = [
6396 "fastrand 2.3.0",
6397 "futures-core",
6398 "futures-io",
6399 "parking",
6400 "pin-project-lite",
6401]
6402
6403[[package]]
6404name = "futures-macro"
6405version = "0.3.31"
6406source = "registry+https://github.com/rust-lang/crates.io-index"
6407checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6408dependencies = [
6409 "proc-macro2",
6410 "quote",
6411 "syn 2.0.101",
6412]
6413
6414[[package]]
6415name = "futures-sink"
6416version = "0.3.31"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6419
6420[[package]]
6421name = "futures-task"
6422version = "0.3.31"
6423source = "registry+https://github.com/rust-lang/crates.io-index"
6424checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6425
6426[[package]]
6427name = "futures-util"
6428version = "0.3.31"
6429source = "registry+https://github.com/rust-lang/crates.io-index"
6430checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6431dependencies = [
6432 "futures 0.1.31",
6433 "futures-channel",
6434 "futures-core",
6435 "futures-io",
6436 "futures-macro",
6437 "futures-sink",
6438 "futures-task",
6439 "memchr",
6440 "pin-project-lite",
6441 "pin-utils",
6442 "slab",
6443 "tokio-io",
6444]
6445
6446[[package]]
6447name = "fuzzy"
6448version = "0.1.0"
6449dependencies = [
6450 "gpui",
6451 "log",
6452 "util",
6453 "workspace-hack",
6454]
6455
6456[[package]]
6457name = "fuzzy-matcher"
6458version = "0.3.7"
6459source = "registry+https://github.com/rust-lang/crates.io-index"
6460checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6461dependencies = [
6462 "thread_local",
6463]
6464
6465[[package]]
6466name = "gemm"
6467version = "0.17.1"
6468source = "registry+https://github.com/rust-lang/crates.io-index"
6469checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6470dependencies = [
6471 "dyn-stack 0.10.0",
6472 "gemm-c32 0.17.1",
6473 "gemm-c64 0.17.1",
6474 "gemm-common 0.17.1",
6475 "gemm-f16 0.17.1",
6476 "gemm-f32 0.17.1",
6477 "gemm-f64 0.17.1",
6478 "num-complex",
6479 "num-traits",
6480 "paste",
6481 "raw-cpuid 10.7.0",
6482 "seq-macro",
6483]
6484
6485[[package]]
6486name = "gemm"
6487version = "0.18.2"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6490dependencies = [
6491 "dyn-stack 0.13.0",
6492 "gemm-c32 0.18.2",
6493 "gemm-c64 0.18.2",
6494 "gemm-common 0.18.2",
6495 "gemm-f16 0.18.2",
6496 "gemm-f32 0.18.2",
6497 "gemm-f64 0.18.2",
6498 "num-complex",
6499 "num-traits",
6500 "paste",
6501 "raw-cpuid 11.6.0",
6502 "seq-macro",
6503]
6504
6505[[package]]
6506name = "gemm-c32"
6507version = "0.17.1"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6510dependencies = [
6511 "dyn-stack 0.10.0",
6512 "gemm-common 0.17.1",
6513 "num-complex",
6514 "num-traits",
6515 "paste",
6516 "raw-cpuid 10.7.0",
6517 "seq-macro",
6518]
6519
6520[[package]]
6521name = "gemm-c32"
6522version = "0.18.2"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6525dependencies = [
6526 "dyn-stack 0.13.0",
6527 "gemm-common 0.18.2",
6528 "num-complex",
6529 "num-traits",
6530 "paste",
6531 "raw-cpuid 11.6.0",
6532 "seq-macro",
6533]
6534
6535[[package]]
6536name = "gemm-c64"
6537version = "0.17.1"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6540dependencies = [
6541 "dyn-stack 0.10.0",
6542 "gemm-common 0.17.1",
6543 "num-complex",
6544 "num-traits",
6545 "paste",
6546 "raw-cpuid 10.7.0",
6547 "seq-macro",
6548]
6549
6550[[package]]
6551name = "gemm-c64"
6552version = "0.18.2"
6553source = "registry+https://github.com/rust-lang/crates.io-index"
6554checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6555dependencies = [
6556 "dyn-stack 0.13.0",
6557 "gemm-common 0.18.2",
6558 "num-complex",
6559 "num-traits",
6560 "paste",
6561 "raw-cpuid 11.6.0",
6562 "seq-macro",
6563]
6564
6565[[package]]
6566name = "gemm-common"
6567version = "0.17.1"
6568source = "registry+https://github.com/rust-lang/crates.io-index"
6569checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6570dependencies = [
6571 "bytemuck",
6572 "dyn-stack 0.10.0",
6573 "half",
6574 "num-complex",
6575 "num-traits",
6576 "once_cell",
6577 "paste",
6578 "pulp 0.18.22",
6579 "raw-cpuid 10.7.0",
6580 "rayon",
6581 "seq-macro",
6582 "sysctl 0.5.5",
6583]
6584
6585[[package]]
6586name = "gemm-common"
6587version = "0.18.2"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6590dependencies = [
6591 "bytemuck",
6592 "dyn-stack 0.13.0",
6593 "half",
6594 "libm",
6595 "num-complex",
6596 "num-traits",
6597 "once_cell",
6598 "paste",
6599 "pulp 0.21.5",
6600 "raw-cpuid 11.6.0",
6601 "rayon",
6602 "seq-macro",
6603 "sysctl 0.6.0",
6604]
6605
6606[[package]]
6607name = "gemm-f16"
6608version = "0.17.1"
6609source = "registry+https://github.com/rust-lang/crates.io-index"
6610checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6611dependencies = [
6612 "dyn-stack 0.10.0",
6613 "gemm-common 0.17.1",
6614 "gemm-f32 0.17.1",
6615 "half",
6616 "num-complex",
6617 "num-traits",
6618 "paste",
6619 "raw-cpuid 10.7.0",
6620 "rayon",
6621 "seq-macro",
6622]
6623
6624[[package]]
6625name = "gemm-f16"
6626version = "0.18.2"
6627source = "registry+https://github.com/rust-lang/crates.io-index"
6628checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6629dependencies = [
6630 "dyn-stack 0.13.0",
6631 "gemm-common 0.18.2",
6632 "gemm-f32 0.18.2",
6633 "half",
6634 "num-complex",
6635 "num-traits",
6636 "paste",
6637 "raw-cpuid 11.6.0",
6638 "rayon",
6639 "seq-macro",
6640]
6641
6642[[package]]
6643name = "gemm-f32"
6644version = "0.17.1"
6645source = "registry+https://github.com/rust-lang/crates.io-index"
6646checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6647dependencies = [
6648 "dyn-stack 0.10.0",
6649 "gemm-common 0.17.1",
6650 "num-complex",
6651 "num-traits",
6652 "paste",
6653 "raw-cpuid 10.7.0",
6654 "seq-macro",
6655]
6656
6657[[package]]
6658name = "gemm-f32"
6659version = "0.18.2"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6662dependencies = [
6663 "dyn-stack 0.13.0",
6664 "gemm-common 0.18.2",
6665 "num-complex",
6666 "num-traits",
6667 "paste",
6668 "raw-cpuid 11.6.0",
6669 "seq-macro",
6670]
6671
6672[[package]]
6673name = "gemm-f64"
6674version = "0.17.1"
6675source = "registry+https://github.com/rust-lang/crates.io-index"
6676checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6677dependencies = [
6678 "dyn-stack 0.10.0",
6679 "gemm-common 0.17.1",
6680 "num-complex",
6681 "num-traits",
6682 "paste",
6683 "raw-cpuid 10.7.0",
6684 "seq-macro",
6685]
6686
6687[[package]]
6688name = "gemm-f64"
6689version = "0.18.2"
6690source = "registry+https://github.com/rust-lang/crates.io-index"
6691checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6692dependencies = [
6693 "dyn-stack 0.13.0",
6694 "gemm-common 0.18.2",
6695 "num-complex",
6696 "num-traits",
6697 "paste",
6698 "raw-cpuid 11.6.0",
6699 "seq-macro",
6700]
6701
6702[[package]]
6703name = "generator"
6704version = "0.8.5"
6705source = "registry+https://github.com/rust-lang/crates.io-index"
6706checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
6707dependencies = [
6708 "cc",
6709 "cfg-if",
6710 "libc",
6711 "log",
6712 "rustversion",
6713 "windows 0.61.1",
6714]
6715
6716[[package]]
6717name = "generic-array"
6718version = "0.14.7"
6719source = "registry+https://github.com/rust-lang/crates.io-index"
6720checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6721dependencies = [
6722 "typenum",
6723 "version_check",
6724]
6725
6726[[package]]
6727name = "gethostname"
6728version = "0.4.3"
6729source = "registry+https://github.com/rust-lang/crates.io-index"
6730checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
6731dependencies = [
6732 "libc",
6733 "windows-targets 0.48.5",
6734]
6735
6736[[package]]
6737name = "getrandom"
6738version = "0.2.15"
6739source = "registry+https://github.com/rust-lang/crates.io-index"
6740checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
6741dependencies = [
6742 "cfg-if",
6743 "js-sys",
6744 "libc",
6745 "wasi 0.11.0+wasi-snapshot-preview1",
6746 "wasm-bindgen",
6747]
6748
6749[[package]]
6750name = "getrandom"
6751version = "0.3.2"
6752source = "registry+https://github.com/rust-lang/crates.io-index"
6753checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
6754dependencies = [
6755 "cfg-if",
6756 "js-sys",
6757 "libc",
6758 "r-efi",
6759 "wasi 0.14.2+wasi-0.2.4",
6760 "wasm-bindgen",
6761]
6762
6763[[package]]
6764name = "gif"
6765version = "0.13.1"
6766source = "registry+https://github.com/rust-lang/crates.io-index"
6767checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6768dependencies = [
6769 "color_quant",
6770 "weezl",
6771]
6772
6773[[package]]
6774name = "gimli"
6775version = "0.31.1"
6776source = "registry+https://github.com/rust-lang/crates.io-index"
6777checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6778dependencies = [
6779 "fallible-iterator",
6780 "indexmap 2.9.0",
6781 "stable_deref_trait",
6782]
6783
6784[[package]]
6785name = "git"
6786version = "0.1.0"
6787dependencies = [
6788 "anyhow",
6789 "askpass",
6790 "async-trait",
6791 "collections",
6792 "derive_more",
6793 "futures 0.3.31",
6794 "git2",
6795 "gpui",
6796 "http_client",
6797 "log",
6798 "parking_lot",
6799 "pretty_assertions",
6800 "rand 0.9.1",
6801 "regex",
6802 "rope",
6803 "schemars 1.0.1",
6804 "serde",
6805 "serde_json",
6806 "smol",
6807 "sum_tree",
6808 "tempfile",
6809 "text",
6810 "thiserror 2.0.12",
6811 "time",
6812 "unindent",
6813 "url",
6814 "util",
6815 "uuid",
6816 "workspace-hack",
6817]
6818
6819[[package]]
6820name = "git2"
6821version = "0.20.1"
6822source = "registry+https://github.com/rust-lang/crates.io-index"
6823checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6824dependencies = [
6825 "bitflags 2.9.0",
6826 "libc",
6827 "libgit2-sys",
6828 "log",
6829 "url",
6830]
6831
6832[[package]]
6833name = "git_hosting_providers"
6834version = "0.1.0"
6835dependencies = [
6836 "anyhow",
6837 "async-trait",
6838 "futures 0.3.31",
6839 "git",
6840 "gpui",
6841 "http_client",
6842 "indoc",
6843 "pretty_assertions",
6844 "regex",
6845 "serde",
6846 "serde_json",
6847 "settings",
6848 "url",
6849 "util",
6850 "workspace-hack",
6851]
6852
6853[[package]]
6854name = "git_ui"
6855version = "0.1.0"
6856dependencies = [
6857 "agent_settings",
6858 "anyhow",
6859 "askpass",
6860 "buffer_diff",
6861 "call",
6862 "chrono",
6863 "cloud_llm_client",
6864 "collections",
6865 "command_palette_hooks",
6866 "component",
6867 "ctor",
6868 "db",
6869 "editor",
6870 "futures 0.3.31",
6871 "fuzzy",
6872 "git",
6873 "gpui",
6874 "indoc",
6875 "itertools 0.14.0",
6876 "language",
6877 "language_model",
6878 "linkify",
6879 "log",
6880 "markdown",
6881 "menu",
6882 "multi_buffer",
6883 "notifications",
6884 "panel",
6885 "picker",
6886 "postage",
6887 "pretty_assertions",
6888 "project",
6889 "schemars 1.0.1",
6890 "serde",
6891 "serde_json",
6892 "settings",
6893 "strum 0.27.1",
6894 "telemetry",
6895 "theme",
6896 "time",
6897 "time_format",
6898 "ui",
6899 "unindent",
6900 "util",
6901 "watch",
6902 "windows 0.61.1",
6903 "workspace",
6904 "workspace-hack",
6905 "zed_actions",
6906 "zeroize",
6907 "zlog",
6908]
6909
6910[[package]]
6911name = "glob"
6912version = "0.3.2"
6913source = "registry+https://github.com/rust-lang/crates.io-index"
6914checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6915
6916[[package]]
6917name = "globset"
6918version = "0.4.16"
6919source = "registry+https://github.com/rust-lang/crates.io-index"
6920checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6921dependencies = [
6922 "aho-corasick",
6923 "bstr",
6924 "log",
6925 "regex-automata",
6926 "regex-syntax",
6927]
6928
6929[[package]]
6930name = "gloo-timers"
6931version = "0.3.0"
6932source = "registry+https://github.com/rust-lang/crates.io-index"
6933checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6934dependencies = [
6935 "futures-channel",
6936 "futures-core",
6937 "js-sys",
6938 "wasm-bindgen",
6939]
6940
6941[[package]]
6942name = "glow"
6943version = "0.14.2"
6944source = "registry+https://github.com/rust-lang/crates.io-index"
6945checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6946dependencies = [
6947 "js-sys",
6948 "slotmap",
6949 "wasm-bindgen",
6950 "web-sys",
6951]
6952
6953[[package]]
6954name = "go_to_line"
6955version = "0.1.0"
6956dependencies = [
6957 "editor",
6958 "gpui",
6959 "indoc",
6960 "language",
6961 "menu",
6962 "project",
6963 "rope",
6964 "serde",
6965 "serde_json",
6966 "settings",
6967 "text",
6968 "theme",
6969 "tree-sitter-rust",
6970 "tree-sitter-typescript",
6971 "ui",
6972 "util",
6973 "workspace",
6974 "workspace-hack",
6975]
6976
6977[[package]]
6978name = "goblin"
6979version = "0.8.2"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
6982dependencies = [
6983 "log",
6984 "plain",
6985 "scroll",
6986]
6987
6988[[package]]
6989name = "google_ai"
6990version = "0.1.0"
6991dependencies = [
6992 "anyhow",
6993 "futures 0.3.31",
6994 "http_client",
6995 "schemars 1.0.1",
6996 "serde",
6997 "serde_json",
6998 "settings",
6999 "strum 0.27.1",
7000 "workspace-hack",
7001]
7002
7003[[package]]
7004name = "gpu-alloc"
7005version = "0.6.0"
7006source = "registry+https://github.com/rust-lang/crates.io-index"
7007checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
7008dependencies = [
7009 "bitflags 2.9.0",
7010 "gpu-alloc-types",
7011]
7012
7013[[package]]
7014name = "gpu-alloc-ash"
7015version = "0.7.0"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7018dependencies = [
7019 "ash",
7020 "gpu-alloc-types",
7021 "tinyvec",
7022]
7023
7024[[package]]
7025name = "gpu-alloc-types"
7026version = "0.3.0"
7027source = "registry+https://github.com/rust-lang/crates.io-index"
7028checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7029dependencies = [
7030 "bitflags 2.9.0",
7031]
7032
7033[[package]]
7034name = "gpui"
7035version = "0.1.0"
7036dependencies = [
7037 "anyhow",
7038 "as-raw-xcb-connection",
7039 "ashpd 0.11.0",
7040 "async-task",
7041 "backtrace",
7042 "bindgen 0.71.1",
7043 "blade-graphics",
7044 "blade-macros",
7045 "blade-util",
7046 "block",
7047 "bytemuck",
7048 "calloop",
7049 "calloop-wayland-source",
7050 "cbindgen",
7051 "cocoa 0.26.0",
7052 "collections",
7053 "core-foundation 0.10.0",
7054 "core-foundation-sys",
7055 "core-graphics 0.24.0",
7056 "core-text",
7057 "core-video",
7058 "cosmic-text",
7059 "ctor",
7060 "derive_more",
7061 "embed-resource",
7062 "env_logger 0.11.8",
7063 "etagere",
7064 "filedescriptor",
7065 "flume",
7066 "font-kit",
7067 "foreign-types 0.5.0",
7068 "futures 0.3.31",
7069 "gpui_macros",
7070 "http_client",
7071 "image",
7072 "inventory",
7073 "itertools 0.14.0",
7074 "libc",
7075 "log",
7076 "lyon",
7077 "media",
7078 "metal",
7079 "naga",
7080 "num_cpus",
7081 "objc",
7082 "objc2",
7083 "objc2-metal",
7084 "oo7",
7085 "open",
7086 "parking",
7087 "parking_lot",
7088 "pathfinder_geometry",
7089 "postage",
7090 "pretty_assertions",
7091 "profiling",
7092 "rand 0.9.1",
7093 "raw-window-handle",
7094 "refineable",
7095 "reqwest_client",
7096 "resvg",
7097 "scap",
7098 "schemars 1.0.1",
7099 "seahash",
7100 "semantic_version",
7101 "serde",
7102 "serde_json",
7103 "slotmap",
7104 "smallvec",
7105 "smol",
7106 "stacksafe",
7107 "strum 0.27.1",
7108 "sum_tree",
7109 "taffy",
7110 "thiserror 2.0.12",
7111 "unicode-segmentation",
7112 "usvg",
7113 "util",
7114 "util_macros",
7115 "uuid",
7116 "waker-fn",
7117 "wayland-backend",
7118 "wayland-client",
7119 "wayland-cursor",
7120 "wayland-protocols",
7121 "wayland-protocols-plasma",
7122 "windows 0.61.1",
7123 "windows-core 0.61.0",
7124 "windows-numerics",
7125 "windows-registry 0.5.1",
7126 "workspace-hack",
7127 "x11-clipboard",
7128 "x11rb",
7129 "xim",
7130 "xkbcommon",
7131]
7132
7133[[package]]
7134name = "gpui_macros"
7135version = "0.1.0"
7136dependencies = [
7137 "gpui",
7138 "heck 0.5.0",
7139 "proc-macro2",
7140 "quote",
7141 "syn 2.0.101",
7142 "workspace-hack",
7143]
7144
7145[[package]]
7146name = "gpui_tokio"
7147version = "0.1.0"
7148dependencies = [
7149 "anyhow",
7150 "gpui",
7151 "tokio",
7152 "util",
7153 "workspace-hack",
7154]
7155
7156[[package]]
7157name = "grid"
7158version = "0.18.0"
7159source = "registry+https://github.com/rust-lang/crates.io-index"
7160checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7161
7162[[package]]
7163name = "group"
7164version = "0.12.1"
7165source = "registry+https://github.com/rust-lang/crates.io-index"
7166checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7167dependencies = [
7168 "ff",
7169 "rand_core 0.6.4",
7170 "subtle",
7171]
7172
7173[[package]]
7174name = "h2"
7175version = "0.3.26"
7176source = "registry+https://github.com/rust-lang/crates.io-index"
7177checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7178dependencies = [
7179 "bytes 1.10.1",
7180 "fnv",
7181 "futures-core",
7182 "futures-sink",
7183 "futures-util",
7184 "http 0.2.12",
7185 "indexmap 2.9.0",
7186 "slab",
7187 "tokio",
7188 "tokio-util",
7189 "tracing",
7190]
7191
7192[[package]]
7193name = "h2"
7194version = "0.4.9"
7195source = "registry+https://github.com/rust-lang/crates.io-index"
7196checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7197dependencies = [
7198 "atomic-waker",
7199 "bytes 1.10.1",
7200 "fnv",
7201 "futures-core",
7202 "futures-sink",
7203 "http 1.3.1",
7204 "indexmap 2.9.0",
7205 "slab",
7206 "tokio",
7207 "tokio-util",
7208 "tracing",
7209]
7210
7211[[package]]
7212name = "half"
7213version = "2.6.0"
7214source = "registry+https://github.com/rust-lang/crates.io-index"
7215checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7216dependencies = [
7217 "bytemuck",
7218 "cfg-if",
7219 "crunchy",
7220 "num-traits",
7221 "rand 0.9.1",
7222 "rand_distr",
7223]
7224
7225[[package]]
7226name = "handlebars"
7227version = "4.5.0"
7228source = "registry+https://github.com/rust-lang/crates.io-index"
7229checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7230dependencies = [
7231 "log",
7232 "pest",
7233 "pest_derive",
7234 "rust-embed",
7235 "serde",
7236 "serde_json",
7237 "thiserror 1.0.69",
7238]
7239
7240[[package]]
7241name = "handlebars"
7242version = "5.1.2"
7243source = "registry+https://github.com/rust-lang/crates.io-index"
7244checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7245dependencies = [
7246 "log",
7247 "pest",
7248 "pest_derive",
7249 "serde",
7250 "serde_json",
7251 "thiserror 1.0.69",
7252]
7253
7254[[package]]
7255name = "hashbrown"
7256version = "0.12.3"
7257source = "registry+https://github.com/rust-lang/crates.io-index"
7258checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7259dependencies = [
7260 "ahash 0.7.8",
7261]
7262
7263[[package]]
7264name = "hashbrown"
7265version = "0.14.5"
7266source = "registry+https://github.com/rust-lang/crates.io-index"
7267checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7268dependencies = [
7269 "ahash 0.8.11",
7270 "allocator-api2",
7271]
7272
7273[[package]]
7274name = "hashbrown"
7275version = "0.15.3"
7276source = "registry+https://github.com/rust-lang/crates.io-index"
7277checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7278dependencies = [
7279 "allocator-api2",
7280 "equivalent",
7281 "foldhash",
7282 "serde",
7283]
7284
7285[[package]]
7286name = "hashlink"
7287version = "0.8.4"
7288source = "registry+https://github.com/rust-lang/crates.io-index"
7289checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7290dependencies = [
7291 "hashbrown 0.14.5",
7292]
7293
7294[[package]]
7295name = "hashlink"
7296version = "0.10.0"
7297source = "registry+https://github.com/rust-lang/crates.io-index"
7298checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7299dependencies = [
7300 "hashbrown 0.15.3",
7301]
7302
7303[[package]]
7304name = "headers"
7305version = "0.3.9"
7306source = "registry+https://github.com/rust-lang/crates.io-index"
7307checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7308dependencies = [
7309 "base64 0.21.7",
7310 "bytes 1.10.1",
7311 "headers-core",
7312 "http 0.2.12",
7313 "httpdate",
7314 "mime",
7315 "sha1",
7316]
7317
7318[[package]]
7319name = "headers-core"
7320version = "0.2.0"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7323dependencies = [
7324 "http 0.2.12",
7325]
7326
7327[[package]]
7328name = "heck"
7329version = "0.3.3"
7330source = "registry+https://github.com/rust-lang/crates.io-index"
7331checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7332dependencies = [
7333 "unicode-segmentation",
7334]
7335
7336[[package]]
7337name = "heck"
7338version = "0.4.1"
7339source = "registry+https://github.com/rust-lang/crates.io-index"
7340checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7341dependencies = [
7342 "unicode-segmentation",
7343]
7344
7345[[package]]
7346name = "heck"
7347version = "0.5.0"
7348source = "registry+https://github.com/rust-lang/crates.io-index"
7349checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7350
7351[[package]]
7352name = "heed"
7353version = "0.21.0"
7354source = "registry+https://github.com/rust-lang/crates.io-index"
7355checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7356dependencies = [
7357 "bitflags 2.9.0",
7358 "byteorder",
7359 "heed-traits",
7360 "heed-types",
7361 "libc",
7362 "lmdb-master-sys",
7363 "once_cell",
7364 "page_size",
7365 "serde",
7366 "synchronoise",
7367 "url",
7368]
7369
7370[[package]]
7371name = "heed-traits"
7372version = "0.20.0"
7373source = "registry+https://github.com/rust-lang/crates.io-index"
7374checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7375
7376[[package]]
7377name = "heed-types"
7378version = "0.21.0"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7381dependencies = [
7382 "bincode",
7383 "byteorder",
7384 "heed-traits",
7385 "serde",
7386 "serde_json",
7387]
7388
7389[[package]]
7390name = "hermit-abi"
7391version = "0.3.9"
7392source = "registry+https://github.com/rust-lang/crates.io-index"
7393checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7394
7395[[package]]
7396name = "hermit-abi"
7397version = "0.5.0"
7398source = "registry+https://github.com/rust-lang/crates.io-index"
7399checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7400
7401[[package]]
7402name = "hex"
7403version = "0.4.3"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7406
7407[[package]]
7408name = "hexf-parse"
7409version = "0.2.1"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7412
7413[[package]]
7414name = "hidden-trait"
7415version = "0.1.2"
7416source = "registry+https://github.com/rust-lang/crates.io-index"
7417checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7418dependencies = [
7419 "proc-macro2",
7420 "quote",
7421 "syn 1.0.109",
7422]
7423
7424[[package]]
7425name = "hkdf"
7426version = "0.12.4"
7427source = "registry+https://github.com/rust-lang/crates.io-index"
7428checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7429dependencies = [
7430 "hmac",
7431]
7432
7433[[package]]
7434name = "hmac"
7435version = "0.12.1"
7436source = "registry+https://github.com/rust-lang/crates.io-index"
7437checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7438dependencies = [
7439 "digest",
7440]
7441
7442[[package]]
7443name = "home"
7444version = "0.5.11"
7445source = "registry+https://github.com/rust-lang/crates.io-index"
7446checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7447dependencies = [
7448 "windows-sys 0.59.0",
7449]
7450
7451[[package]]
7452name = "hound"
7453version = "3.5.1"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7456
7457[[package]]
7458name = "html5ever"
7459version = "0.27.0"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7462dependencies = [
7463 "log",
7464 "mac",
7465 "markup5ever 0.12.1",
7466 "proc-macro2",
7467 "quote",
7468 "syn 2.0.101",
7469]
7470
7471[[package]]
7472name = "html5ever"
7473version = "0.31.0"
7474source = "registry+https://github.com/rust-lang/crates.io-index"
7475checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7476dependencies = [
7477 "log",
7478 "mac",
7479 "markup5ever 0.16.1",
7480 "match_token",
7481]
7482
7483[[package]]
7484name = "html_to_markdown"
7485version = "0.1.0"
7486dependencies = [
7487 "anyhow",
7488 "html5ever 0.27.0",
7489 "indoc",
7490 "markup5ever_rcdom",
7491 "pretty_assertions",
7492 "regex",
7493 "workspace-hack",
7494]
7495
7496[[package]]
7497name = "http"
7498version = "0.2.12"
7499source = "registry+https://github.com/rust-lang/crates.io-index"
7500checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7501dependencies = [
7502 "bytes 1.10.1",
7503 "fnv",
7504 "itoa",
7505]
7506
7507[[package]]
7508name = "http"
7509version = "1.3.1"
7510source = "registry+https://github.com/rust-lang/crates.io-index"
7511checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7512dependencies = [
7513 "bytes 1.10.1",
7514 "fnv",
7515 "itoa",
7516]
7517
7518[[package]]
7519name = "http-body"
7520version = "0.4.6"
7521source = "registry+https://github.com/rust-lang/crates.io-index"
7522checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7523dependencies = [
7524 "bytes 1.10.1",
7525 "http 0.2.12",
7526 "pin-project-lite",
7527]
7528
7529[[package]]
7530name = "http-body"
7531version = "1.0.1"
7532source = "registry+https://github.com/rust-lang/crates.io-index"
7533checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7534dependencies = [
7535 "bytes 1.10.1",
7536 "http 1.3.1",
7537]
7538
7539[[package]]
7540name = "http-body-util"
7541version = "0.1.3"
7542source = "registry+https://github.com/rust-lang/crates.io-index"
7543checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7544dependencies = [
7545 "bytes 1.10.1",
7546 "futures-core",
7547 "http 1.3.1",
7548 "http-body 1.0.1",
7549 "pin-project-lite",
7550]
7551
7552[[package]]
7553name = "http-range-header"
7554version = "0.3.1"
7555source = "registry+https://github.com/rust-lang/crates.io-index"
7556checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7557
7558[[package]]
7559name = "http_client"
7560version = "0.1.0"
7561dependencies = [
7562 "anyhow",
7563 "bytes 1.10.1",
7564 "derive_more",
7565 "futures 0.3.31",
7566 "http 1.3.1",
7567 "http-body 1.0.1",
7568 "log",
7569 "parking_lot",
7570 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
7571 "serde",
7572 "serde_json",
7573 "url",
7574 "workspace-hack",
7575]
7576
7577[[package]]
7578name = "http_client_tls"
7579version = "0.1.0"
7580dependencies = [
7581 "rustls 0.23.26",
7582 "rustls-platform-verifier",
7583 "workspace-hack",
7584]
7585
7586[[package]]
7587name = "httparse"
7588version = "1.10.1"
7589source = "registry+https://github.com/rust-lang/crates.io-index"
7590checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7591
7592[[package]]
7593name = "httpdate"
7594version = "1.0.3"
7595source = "registry+https://github.com/rust-lang/crates.io-index"
7596checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7597
7598[[package]]
7599name = "human_bytes"
7600version = "0.4.3"
7601source = "registry+https://github.com/rust-lang/crates.io-index"
7602checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7603
7604[[package]]
7605name = "humantime"
7606version = "2.2.0"
7607source = "registry+https://github.com/rust-lang/crates.io-index"
7608checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7609
7610[[package]]
7611name = "hyper"
7612version = "0.14.32"
7613source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7615dependencies = [
7616 "bytes 1.10.1",
7617 "futures-channel",
7618 "futures-core",
7619 "futures-util",
7620 "h2 0.3.26",
7621 "http 0.2.12",
7622 "http-body 0.4.6",
7623 "httparse",
7624 "httpdate",
7625 "itoa",
7626 "pin-project-lite",
7627 "socket2",
7628 "tokio",
7629 "tower-service",
7630 "tracing",
7631 "want",
7632]
7633
7634[[package]]
7635name = "hyper"
7636version = "1.6.0"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7639dependencies = [
7640 "bytes 1.10.1",
7641 "futures-channel",
7642 "futures-util",
7643 "h2 0.4.9",
7644 "http 1.3.1",
7645 "http-body 1.0.1",
7646 "httparse",
7647 "itoa",
7648 "pin-project-lite",
7649 "smallvec",
7650 "tokio",
7651 "want",
7652]
7653
7654[[package]]
7655name = "hyper-rustls"
7656version = "0.24.2"
7657source = "registry+https://github.com/rust-lang/crates.io-index"
7658checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7659dependencies = [
7660 "futures-util",
7661 "http 0.2.12",
7662 "hyper 0.14.32",
7663 "log",
7664 "rustls 0.21.12",
7665 "rustls-native-certs 0.6.3",
7666 "tokio",
7667 "tokio-rustls 0.24.1",
7668]
7669
7670[[package]]
7671name = "hyper-rustls"
7672version = "0.27.5"
7673source = "registry+https://github.com/rust-lang/crates.io-index"
7674checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7675dependencies = [
7676 "futures-util",
7677 "http 1.3.1",
7678 "hyper 1.6.0",
7679 "hyper-util",
7680 "rustls 0.23.26",
7681 "rustls-native-certs 0.8.1",
7682 "rustls-pki-types",
7683 "tokio",
7684 "tokio-rustls 0.26.2",
7685 "tower-service",
7686]
7687
7688[[package]]
7689name = "hyper-tls"
7690version = "0.5.0"
7691source = "registry+https://github.com/rust-lang/crates.io-index"
7692checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7693dependencies = [
7694 "bytes 1.10.1",
7695 "hyper 0.14.32",
7696 "native-tls",
7697 "tokio",
7698 "tokio-native-tls",
7699]
7700
7701[[package]]
7702name = "hyper-util"
7703version = "0.1.11"
7704source = "registry+https://github.com/rust-lang/crates.io-index"
7705checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7706dependencies = [
7707 "bytes 1.10.1",
7708 "futures-channel",
7709 "futures-util",
7710 "http 1.3.1",
7711 "http-body 1.0.1",
7712 "hyper 1.6.0",
7713 "libc",
7714 "pin-project-lite",
7715 "socket2",
7716 "tokio",
7717 "tower-service",
7718 "tracing",
7719]
7720
7721[[package]]
7722name = "iana-time-zone"
7723version = "0.1.63"
7724source = "registry+https://github.com/rust-lang/crates.io-index"
7725checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7726dependencies = [
7727 "android_system_properties",
7728 "core-foundation-sys",
7729 "iana-time-zone-haiku",
7730 "js-sys",
7731 "log",
7732 "wasm-bindgen",
7733 "windows-core 0.61.0",
7734]
7735
7736[[package]]
7737name = "iana-time-zone-haiku"
7738version = "0.1.2"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7741dependencies = [
7742 "cc",
7743]
7744
7745[[package]]
7746name = "icons"
7747version = "0.1.0"
7748dependencies = [
7749 "serde",
7750 "strum 0.27.1",
7751 "workspace-hack",
7752]
7753
7754[[package]]
7755name = "icu_collections"
7756version = "1.5.0"
7757source = "registry+https://github.com/rust-lang/crates.io-index"
7758checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7759dependencies = [
7760 "displaydoc",
7761 "yoke",
7762 "zerofrom",
7763 "zerovec",
7764]
7765
7766[[package]]
7767name = "icu_locid"
7768version = "1.5.0"
7769source = "registry+https://github.com/rust-lang/crates.io-index"
7770checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7771dependencies = [
7772 "displaydoc",
7773 "litemap",
7774 "tinystr",
7775 "writeable",
7776 "zerovec",
7777]
7778
7779[[package]]
7780name = "icu_locid_transform"
7781version = "1.5.0"
7782source = "registry+https://github.com/rust-lang/crates.io-index"
7783checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7784dependencies = [
7785 "displaydoc",
7786 "icu_locid",
7787 "icu_locid_transform_data",
7788 "icu_provider",
7789 "tinystr",
7790 "zerovec",
7791]
7792
7793[[package]]
7794name = "icu_locid_transform_data"
7795version = "1.5.1"
7796source = "registry+https://github.com/rust-lang/crates.io-index"
7797checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7798
7799[[package]]
7800name = "icu_normalizer"
7801version = "1.5.0"
7802source = "registry+https://github.com/rust-lang/crates.io-index"
7803checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7804dependencies = [
7805 "displaydoc",
7806 "icu_collections",
7807 "icu_normalizer_data",
7808 "icu_properties",
7809 "icu_provider",
7810 "smallvec",
7811 "utf16_iter",
7812 "utf8_iter",
7813 "write16",
7814 "zerovec",
7815]
7816
7817[[package]]
7818name = "icu_normalizer_data"
7819version = "1.5.1"
7820source = "registry+https://github.com/rust-lang/crates.io-index"
7821checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7822
7823[[package]]
7824name = "icu_properties"
7825version = "1.5.1"
7826source = "registry+https://github.com/rust-lang/crates.io-index"
7827checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7828dependencies = [
7829 "displaydoc",
7830 "icu_collections",
7831 "icu_locid_transform",
7832 "icu_properties_data",
7833 "icu_provider",
7834 "tinystr",
7835 "zerovec",
7836]
7837
7838[[package]]
7839name = "icu_properties_data"
7840version = "1.5.1"
7841source = "registry+https://github.com/rust-lang/crates.io-index"
7842checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7843
7844[[package]]
7845name = "icu_provider"
7846version = "1.5.0"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7849dependencies = [
7850 "displaydoc",
7851 "icu_locid",
7852 "icu_provider_macros",
7853 "stable_deref_trait",
7854 "tinystr",
7855 "writeable",
7856 "yoke",
7857 "zerofrom",
7858 "zerovec",
7859]
7860
7861[[package]]
7862name = "icu_provider_macros"
7863version = "1.5.0"
7864source = "registry+https://github.com/rust-lang/crates.io-index"
7865checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7866dependencies = [
7867 "proc-macro2",
7868 "quote",
7869 "syn 2.0.101",
7870]
7871
7872[[package]]
7873name = "id-arena"
7874version = "2.2.1"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7877
7878[[package]]
7879name = "ident_case"
7880version = "1.0.1"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7883
7884[[package]]
7885name = "idna"
7886version = "1.0.3"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7889dependencies = [
7890 "idna_adapter",
7891 "smallvec",
7892 "utf8_iter",
7893]
7894
7895[[package]]
7896name = "idna_adapter"
7897version = "1.2.0"
7898source = "registry+https://github.com/rust-lang/crates.io-index"
7899checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7900dependencies = [
7901 "icu_normalizer",
7902 "icu_properties",
7903]
7904
7905[[package]]
7906name = "ignore"
7907version = "0.4.23"
7908source = "registry+https://github.com/rust-lang/crates.io-index"
7909checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7910dependencies = [
7911 "crossbeam-deque",
7912 "globset",
7913 "log",
7914 "memchr",
7915 "regex-automata",
7916 "same-file",
7917 "walkdir",
7918 "winapi-util",
7919]
7920
7921[[package]]
7922name = "image"
7923version = "0.25.6"
7924source = "registry+https://github.com/rust-lang/crates.io-index"
7925checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7926dependencies = [
7927 "bytemuck",
7928 "byteorder-lite",
7929 "color_quant",
7930 "exr",
7931 "gif",
7932 "image-webp",
7933 "num-traits",
7934 "png",
7935 "qoi",
7936 "ravif",
7937 "rayon",
7938 "rgb",
7939 "tiff",
7940 "zune-core",
7941 "zune-jpeg",
7942]
7943
7944[[package]]
7945name = "image-webp"
7946version = "0.2.1"
7947source = "registry+https://github.com/rust-lang/crates.io-index"
7948checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7949dependencies = [
7950 "byteorder-lite",
7951 "quick-error",
7952]
7953
7954[[package]]
7955name = "image_viewer"
7956version = "0.1.0"
7957dependencies = [
7958 "anyhow",
7959 "db",
7960 "editor",
7961 "file_icons",
7962 "gpui",
7963 "language",
7964 "log",
7965 "project",
7966 "serde",
7967 "settings",
7968 "theme",
7969 "ui",
7970 "util",
7971 "workspace",
7972 "workspace-hack",
7973]
7974
7975[[package]]
7976name = "imagesize"
7977version = "0.13.0"
7978source = "registry+https://github.com/rust-lang/crates.io-index"
7979checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7980
7981[[package]]
7982name = "imara-diff"
7983version = "0.1.8"
7984source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7986dependencies = [
7987 "hashbrown 0.15.3",
7988]
7989
7990[[package]]
7991name = "imgref"
7992version = "1.11.0"
7993source = "registry+https://github.com/rust-lang/crates.io-index"
7994checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
7995
7996[[package]]
7997name = "indexmap"
7998version = "1.9.3"
7999source = "registry+https://github.com/rust-lang/crates.io-index"
8000checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8001dependencies = [
8002 "autocfg",
8003 "hashbrown 0.12.3",
8004 "serde",
8005]
8006
8007[[package]]
8008name = "indexmap"
8009version = "2.9.0"
8010source = "registry+https://github.com/rust-lang/crates.io-index"
8011checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8012dependencies = [
8013 "equivalent",
8014 "hashbrown 0.15.3",
8015 "serde",
8016]
8017
8018[[package]]
8019name = "indoc"
8020version = "2.0.6"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8023
8024[[package]]
8025name = "inherent"
8026version = "1.0.12"
8027source = "registry+https://github.com/rust-lang/crates.io-index"
8028checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8029dependencies = [
8030 "proc-macro2",
8031 "quote",
8032 "syn 2.0.101",
8033]
8034
8035[[package]]
8036name = "inotify"
8037version = "0.9.6"
8038source = "registry+https://github.com/rust-lang/crates.io-index"
8039checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8040dependencies = [
8041 "bitflags 1.3.2",
8042 "inotify-sys",
8043 "libc",
8044]
8045
8046[[package]]
8047name = "inotify"
8048version = "0.11.0"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8051dependencies = [
8052 "bitflags 2.9.0",
8053 "inotify-sys",
8054 "libc",
8055]
8056
8057[[package]]
8058name = "inotify-sys"
8059version = "0.1.5"
8060source = "registry+https://github.com/rust-lang/crates.io-index"
8061checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8062dependencies = [
8063 "libc",
8064]
8065
8066[[package]]
8067name = "inout"
8068version = "0.1.4"
8069source = "registry+https://github.com/rust-lang/crates.io-index"
8070checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8071dependencies = [
8072 "block-padding",
8073 "generic-array",
8074]
8075
8076[[package]]
8077name = "inspector_ui"
8078version = "0.1.0"
8079dependencies = [
8080 "anyhow",
8081 "command_palette_hooks",
8082 "editor",
8083 "fuzzy",
8084 "gpui",
8085 "language",
8086 "project",
8087 "serde_json",
8088 "serde_json_lenient",
8089 "theme",
8090 "ui",
8091 "util",
8092 "util_macros",
8093 "workspace",
8094 "workspace-hack",
8095 "zed_actions",
8096]
8097
8098[[package]]
8099name = "install_cli"
8100version = "0.1.0"
8101dependencies = [
8102 "anyhow",
8103 "client",
8104 "gpui",
8105 "release_channel",
8106 "smol",
8107 "util",
8108 "workspace",
8109 "workspace-hack",
8110]
8111
8112[[package]]
8113name = "instant"
8114version = "0.1.13"
8115source = "registry+https://github.com/rust-lang/crates.io-index"
8116checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8117dependencies = [
8118 "cfg-if",
8119]
8120
8121[[package]]
8122name = "interpolate_name"
8123version = "0.2.4"
8124source = "registry+https://github.com/rust-lang/crates.io-index"
8125checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8126dependencies = [
8127 "proc-macro2",
8128 "quote",
8129 "syn 2.0.101",
8130]
8131
8132[[package]]
8133name = "inventory"
8134version = "0.3.20"
8135source = "registry+https://github.com/rust-lang/crates.io-index"
8136checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8137dependencies = [
8138 "rustversion",
8139]
8140
8141[[package]]
8142name = "io-extras"
8143version = "0.18.4"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8146dependencies = [
8147 "io-lifetimes",
8148 "windows-sys 0.52.0",
8149]
8150
8151[[package]]
8152name = "io-lifetimes"
8153version = "2.0.4"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8156
8157[[package]]
8158name = "io-surface"
8159version = "0.16.0"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8162dependencies = [
8163 "cgl",
8164 "core-foundation 0.10.0",
8165 "core-foundation-sys",
8166 "leaky-cow",
8167 "libc",
8168]
8169
8170[[package]]
8171name = "iovec"
8172version = "0.1.4"
8173source = "registry+https://github.com/rust-lang/crates.io-index"
8174checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8175dependencies = [
8176 "libc",
8177]
8178
8179[[package]]
8180name = "ipc-channel"
8181version = "0.19.0"
8182source = "registry+https://github.com/rust-lang/crates.io-index"
8183checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8184dependencies = [
8185 "bincode",
8186 "crossbeam-channel",
8187 "fnv",
8188 "lazy_static",
8189 "libc",
8190 "mio 1.0.3",
8191 "rand 0.8.5",
8192 "serde",
8193 "tempfile",
8194 "uuid",
8195 "windows 0.58.0",
8196]
8197
8198[[package]]
8199name = "ipnet"
8200version = "2.11.0"
8201source = "registry+https://github.com/rust-lang/crates.io-index"
8202checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8203
8204[[package]]
8205name = "is-docker"
8206version = "0.2.0"
8207source = "registry+https://github.com/rust-lang/crates.io-index"
8208checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8209dependencies = [
8210 "once_cell",
8211]
8212
8213[[package]]
8214name = "is-terminal"
8215version = "0.4.16"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8218dependencies = [
8219 "hermit-abi 0.5.0",
8220 "libc",
8221 "windows-sys 0.52.0",
8222]
8223
8224[[package]]
8225name = "is-wsl"
8226version = "0.4.0"
8227source = "registry+https://github.com/rust-lang/crates.io-index"
8228checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8229dependencies = [
8230 "is-docker",
8231 "once_cell",
8232]
8233
8234[[package]]
8235name = "is_terminal_polyfill"
8236version = "1.70.1"
8237source = "registry+https://github.com/rust-lang/crates.io-index"
8238checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8239
8240[[package]]
8241name = "itertools"
8242version = "0.10.5"
8243source = "registry+https://github.com/rust-lang/crates.io-index"
8244checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8245dependencies = [
8246 "either",
8247]
8248
8249[[package]]
8250name = "itertools"
8251version = "0.11.0"
8252source = "registry+https://github.com/rust-lang/crates.io-index"
8253checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8254dependencies = [
8255 "either",
8256]
8257
8258[[package]]
8259name = "itertools"
8260version = "0.12.1"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8263dependencies = [
8264 "either",
8265]
8266
8267[[package]]
8268name = "itertools"
8269version = "0.13.0"
8270source = "registry+https://github.com/rust-lang/crates.io-index"
8271checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8272dependencies = [
8273 "either",
8274]
8275
8276[[package]]
8277name = "itertools"
8278version = "0.14.0"
8279source = "registry+https://github.com/rust-lang/crates.io-index"
8280checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8281dependencies = [
8282 "either",
8283]
8284
8285[[package]]
8286name = "itoa"
8287version = "1.0.15"
8288source = "registry+https://github.com/rust-lang/crates.io-index"
8289checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8290
8291[[package]]
8292name = "jiff"
8293version = "0.2.10"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8296dependencies = [
8297 "jiff-static",
8298 "log",
8299 "portable-atomic",
8300 "portable-atomic-util",
8301 "serde",
8302]
8303
8304[[package]]
8305name = "jiff-static"
8306version = "0.2.10"
8307source = "registry+https://github.com/rust-lang/crates.io-index"
8308checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8309dependencies = [
8310 "proc-macro2",
8311 "quote",
8312 "syn 2.0.101",
8313]
8314
8315[[package]]
8316name = "jni"
8317version = "0.21.1"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8320dependencies = [
8321 "cesu8",
8322 "cfg-if",
8323 "combine",
8324 "jni-sys",
8325 "log",
8326 "thiserror 1.0.69",
8327 "walkdir",
8328 "windows-sys 0.45.0",
8329]
8330
8331[[package]]
8332name = "jni-sys"
8333version = "0.3.0"
8334source = "registry+https://github.com/rust-lang/crates.io-index"
8335checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8336
8337[[package]]
8338name = "jobserver"
8339version = "0.1.33"
8340source = "registry+https://github.com/rust-lang/crates.io-index"
8341checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8342dependencies = [
8343 "getrandom 0.3.2",
8344 "libc",
8345]
8346
8347[[package]]
8348name = "journal"
8349version = "0.1.0"
8350dependencies = [
8351 "anyhow",
8352 "chrono",
8353 "editor",
8354 "gpui",
8355 "log",
8356 "serde",
8357 "settings",
8358 "shellexpand 2.1.2",
8359 "workspace",
8360 "workspace-hack",
8361]
8362
8363[[package]]
8364name = "jpeg-decoder"
8365version = "0.3.1"
8366source = "registry+https://github.com/rust-lang/crates.io-index"
8367checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8368
8369[[package]]
8370name = "js-sys"
8371version = "0.3.77"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8374dependencies = [
8375 "once_cell",
8376 "wasm-bindgen",
8377]
8378
8379[[package]]
8380name = "json_dotpath"
8381version = "1.1.0"
8382source = "registry+https://github.com/rust-lang/crates.io-index"
8383checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8384dependencies = [
8385 "serde",
8386 "serde_derive",
8387 "serde_json",
8388 "thiserror 1.0.69",
8389]
8390
8391[[package]]
8392name = "jsonschema"
8393version = "0.30.0"
8394source = "registry+https://github.com/rust-lang/crates.io-index"
8395checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8396dependencies = [
8397 "ahash 0.8.11",
8398 "base64 0.22.1",
8399 "bytecount",
8400 "email_address",
8401 "fancy-regex 0.14.0",
8402 "fraction",
8403 "idna",
8404 "itoa",
8405 "num-cmp",
8406 "num-traits",
8407 "once_cell",
8408 "percent-encoding",
8409 "referencing",
8410 "regex",
8411 "regex-syntax",
8412 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8413 "serde",
8414 "serde_json",
8415 "uuid-simd",
8416]
8417
8418[[package]]
8419name = "jsonwebtoken"
8420version = "9.3.1"
8421source = "registry+https://github.com/rust-lang/crates.io-index"
8422checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8423dependencies = [
8424 "base64 0.22.1",
8425 "js-sys",
8426 "pem",
8427 "ring",
8428 "serde",
8429 "serde_json",
8430 "simple_asn1",
8431]
8432
8433[[package]]
8434name = "jupyter-protocol"
8435version = "0.6.0"
8436source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8437dependencies = [
8438 "anyhow",
8439 "async-trait",
8440 "bytes 1.10.1",
8441 "chrono",
8442 "futures 0.3.31",
8443 "serde",
8444 "serde_json",
8445 "uuid",
8446]
8447
8448[[package]]
8449name = "jupyter-websocket-client"
8450version = "0.9.0"
8451source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8452dependencies = [
8453 "anyhow",
8454 "async-trait",
8455 "async-tungstenite",
8456 "futures 0.3.31",
8457 "jupyter-protocol",
8458 "serde",
8459 "serde_json",
8460 "url",
8461 "uuid",
8462]
8463
8464[[package]]
8465name = "keymap_editor"
8466version = "0.1.0"
8467dependencies = [
8468 "anyhow",
8469 "collections",
8470 "command_palette",
8471 "component",
8472 "db",
8473 "editor",
8474 "fs",
8475 "fuzzy",
8476 "gpui",
8477 "itertools 0.14.0",
8478 "language",
8479 "log",
8480 "menu",
8481 "notifications",
8482 "paths",
8483 "project",
8484 "search",
8485 "serde",
8486 "serde_json",
8487 "settings",
8488 "telemetry",
8489 "tempfile",
8490 "theme",
8491 "tree-sitter-json",
8492 "tree-sitter-rust",
8493 "ui",
8494 "ui_input",
8495 "util",
8496 "vim",
8497 "workspace",
8498 "workspace-hack",
8499 "zed_actions",
8500]
8501
8502[[package]]
8503name = "khronos-egl"
8504version = "6.0.0"
8505source = "registry+https://github.com/rust-lang/crates.io-index"
8506checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8507dependencies = [
8508 "libc",
8509 "libloading",
8510]
8511
8512[[package]]
8513name = "kqueue"
8514version = "1.0.8"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8517dependencies = [
8518 "kqueue-sys",
8519 "libc",
8520]
8521
8522[[package]]
8523name = "kqueue-sys"
8524version = "1.0.4"
8525source = "registry+https://github.com/rust-lang/crates.io-index"
8526checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8527dependencies = [
8528 "bitflags 1.3.2",
8529 "libc",
8530]
8531
8532[[package]]
8533name = "kurbo"
8534version = "0.11.1"
8535source = "registry+https://github.com/rust-lang/crates.io-index"
8536checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8537dependencies = [
8538 "arrayvec",
8539 "smallvec",
8540]
8541
8542[[package]]
8543name = "kv-log-macro"
8544version = "1.0.7"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8547dependencies = [
8548 "log",
8549]
8550
8551[[package]]
8552name = "language"
8553version = "0.1.0"
8554dependencies = [
8555 "anyhow",
8556 "async-trait",
8557 "clock",
8558 "collections",
8559 "ctor",
8560 "diffy",
8561 "ec4rs",
8562 "fs",
8563 "futures 0.3.31",
8564 "fuzzy",
8565 "globset",
8566 "gpui",
8567 "http_client",
8568 "imara-diff",
8569 "indoc",
8570 "itertools 0.14.0",
8571 "log",
8572 "lsp",
8573 "parking_lot",
8574 "postage",
8575 "pretty_assertions",
8576 "rand 0.9.1",
8577 "regex",
8578 "rpc",
8579 "schemars 1.0.1",
8580 "serde",
8581 "serde_json",
8582 "settings",
8583 "shellexpand 2.1.2",
8584 "smallvec",
8585 "smol",
8586 "streaming-iterator",
8587 "strsim",
8588 "sum_tree",
8589 "task",
8590 "text",
8591 "theme",
8592 "toml 0.8.20",
8593 "tree-sitter",
8594 "tree-sitter-elixir",
8595 "tree-sitter-embedded-template",
8596 "tree-sitter-heex",
8597 "tree-sitter-html",
8598 "tree-sitter-json",
8599 "tree-sitter-md",
8600 "tree-sitter-python",
8601 "tree-sitter-ruby",
8602 "tree-sitter-rust",
8603 "tree-sitter-typescript",
8604 "unicase",
8605 "unindent",
8606 "util",
8607 "watch",
8608 "workspace-hack",
8609 "zlog",
8610]
8611
8612[[package]]
8613name = "language_extension"
8614version = "0.1.0"
8615dependencies = [
8616 "anyhow",
8617 "async-trait",
8618 "collections",
8619 "extension",
8620 "fs",
8621 "futures 0.3.31",
8622 "gpui",
8623 "language",
8624 "log",
8625 "lsp",
8626 "project",
8627 "serde",
8628 "serde_json",
8629 "util",
8630 "workspace-hack",
8631]
8632
8633[[package]]
8634name = "language_model"
8635version = "0.1.0"
8636dependencies = [
8637 "anthropic",
8638 "anyhow",
8639 "base64 0.22.1",
8640 "client",
8641 "cloud_api_types",
8642 "cloud_llm_client",
8643 "collections",
8644 "futures 0.3.31",
8645 "gpui",
8646 "http_client",
8647 "icons",
8648 "image",
8649 "log",
8650 "open_router",
8651 "parking_lot",
8652 "proto",
8653 "schemars 1.0.1",
8654 "serde",
8655 "serde_json",
8656 "settings",
8657 "smol",
8658 "telemetry_events",
8659 "thiserror 2.0.12",
8660 "util",
8661 "workspace-hack",
8662]
8663
8664[[package]]
8665name = "language_models"
8666version = "0.1.0"
8667dependencies = [
8668 "ai_onboarding",
8669 "anthropic",
8670 "anyhow",
8671 "aws-config",
8672 "aws-credential-types",
8673 "aws_http_client",
8674 "bedrock",
8675 "chrono",
8676 "client",
8677 "cloud_llm_client",
8678 "collections",
8679 "component",
8680 "convert_case 0.8.0",
8681 "copilot",
8682 "credentials_provider",
8683 "deepseek",
8684 "editor",
8685 "fs",
8686 "futures 0.3.31",
8687 "google_ai",
8688 "gpui",
8689 "gpui_tokio",
8690 "http_client",
8691 "language",
8692 "language_model",
8693 "lmstudio",
8694 "log",
8695 "menu",
8696 "mistral",
8697 "ollama",
8698 "open_ai",
8699 "open_router",
8700 "partial-json-fixer",
8701 "project",
8702 "release_channel",
8703 "schemars 1.0.1",
8704 "serde",
8705 "serde_json",
8706 "settings",
8707 "smol",
8708 "strum 0.27.1",
8709 "thiserror 2.0.12",
8710 "tiktoken-rs",
8711 "tokio",
8712 "ui",
8713 "ui_input",
8714 "util",
8715 "vercel",
8716 "workspace-hack",
8717 "x_ai",
8718 "zed_env_vars",
8719]
8720
8721[[package]]
8722name = "language_onboarding"
8723version = "0.1.0"
8724dependencies = [
8725 "db",
8726 "editor",
8727 "gpui",
8728 "project",
8729 "ui",
8730 "workspace",
8731 "workspace-hack",
8732]
8733
8734[[package]]
8735name = "language_selector"
8736version = "0.1.0"
8737dependencies = [
8738 "anyhow",
8739 "editor",
8740 "file_finder",
8741 "file_icons",
8742 "fuzzy",
8743 "gpui",
8744 "language",
8745 "picker",
8746 "project",
8747 "settings",
8748 "ui",
8749 "util",
8750 "workspace",
8751 "workspace-hack",
8752]
8753
8754[[package]]
8755name = "language_tools"
8756version = "0.1.0"
8757dependencies = [
8758 "anyhow",
8759 "client",
8760 "collections",
8761 "command_palette_hooks",
8762 "copilot",
8763 "editor",
8764 "futures 0.3.31",
8765 "gpui",
8766 "itertools 0.14.0",
8767 "language",
8768 "lsp",
8769 "project",
8770 "proto",
8771 "release_channel",
8772 "serde_json",
8773 "settings",
8774 "theme",
8775 "tree-sitter",
8776 "ui",
8777 "util",
8778 "workspace",
8779 "workspace-hack",
8780 "zed_actions",
8781 "zlog",
8782]
8783
8784[[package]]
8785name = "languages"
8786version = "0.1.0"
8787dependencies = [
8788 "anyhow",
8789 "async-compression",
8790 "async-fs",
8791 "async-tar",
8792 "async-trait",
8793 "chrono",
8794 "collections",
8795 "dap",
8796 "futures 0.3.31",
8797 "gpui",
8798 "http_client",
8799 "itertools 0.14.0",
8800 "language",
8801 "log",
8802 "lsp",
8803 "node_runtime",
8804 "parking_lot",
8805 "paths",
8806 "pet",
8807 "pet-conda",
8808 "pet-core",
8809 "pet-fs",
8810 "pet-poetry",
8811 "pet-reporter",
8812 "pet-virtualenv",
8813 "pretty_assertions",
8814 "project",
8815 "regex",
8816 "rope",
8817 "rust-embed",
8818 "schemars 1.0.1",
8819 "serde",
8820 "serde_json",
8821 "serde_json_lenient",
8822 "settings",
8823 "sha2",
8824 "shlex",
8825 "smol",
8826 "snippet_provider",
8827 "task",
8828 "tempfile",
8829 "text",
8830 "theme",
8831 "toml 0.8.20",
8832 "tree-sitter",
8833 "tree-sitter-bash",
8834 "tree-sitter-c",
8835 "tree-sitter-cpp",
8836 "tree-sitter-css",
8837 "tree-sitter-diff",
8838 "tree-sitter-gitcommit",
8839 "tree-sitter-go",
8840 "tree-sitter-gomod",
8841 "tree-sitter-gowork",
8842 "tree-sitter-jsdoc",
8843 "tree-sitter-json",
8844 "tree-sitter-md",
8845 "tree-sitter-python",
8846 "tree-sitter-regex",
8847 "tree-sitter-rust",
8848 "tree-sitter-typescript",
8849 "tree-sitter-yaml",
8850 "unindent",
8851 "url",
8852 "util",
8853 "workspace",
8854 "workspace-hack",
8855]
8856
8857[[package]]
8858name = "lazy_static"
8859version = "1.5.0"
8860source = "registry+https://github.com/rust-lang/crates.io-index"
8861checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8862dependencies = [
8863 "spin",
8864]
8865
8866[[package]]
8867name = "lazycell"
8868version = "1.3.0"
8869source = "registry+https://github.com/rust-lang/crates.io-index"
8870checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8871
8872[[package]]
8873name = "leak"
8874version = "0.1.2"
8875source = "registry+https://github.com/rust-lang/crates.io-index"
8876checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8877
8878[[package]]
8879name = "leaky-cow"
8880version = "0.1.1"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8883dependencies = [
8884 "leak",
8885]
8886
8887[[package]]
8888name = "leb128"
8889version = "0.2.5"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8892
8893[[package]]
8894name = "leb128fmt"
8895version = "0.1.0"
8896source = "registry+https://github.com/rust-lang/crates.io-index"
8897checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8898
8899[[package]]
8900name = "lebe"
8901version = "0.5.2"
8902source = "registry+https://github.com/rust-lang/crates.io-index"
8903checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8904
8905[[package]]
8906name = "libc"
8907version = "0.2.172"
8908source = "registry+https://github.com/rust-lang/crates.io-index"
8909checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8910
8911[[package]]
8912name = "libdbus-sys"
8913version = "0.2.5"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8916dependencies = [
8917 "cc",
8918 "pkg-config",
8919]
8920
8921[[package]]
8922name = "libfuzzer-sys"
8923version = "0.4.9"
8924source = "registry+https://github.com/rust-lang/crates.io-index"
8925checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
8926dependencies = [
8927 "arbitrary",
8928 "cc",
8929]
8930
8931[[package]]
8932name = "libgit2-sys"
8933version = "0.18.1+1.9.0"
8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
8936dependencies = [
8937 "cc",
8938 "libc",
8939 "libz-sys",
8940 "pkg-config",
8941]
8942
8943[[package]]
8944name = "libloading"
8945version = "0.8.6"
8946source = "registry+https://github.com/rust-lang/crates.io-index"
8947checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
8948dependencies = [
8949 "cfg-if",
8950 "windows-targets 0.52.6",
8951]
8952
8953[[package]]
8954name = "libm"
8955version = "0.2.11"
8956source = "registry+https://github.com/rust-lang/crates.io-index"
8957checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
8958
8959[[package]]
8960name = "libmimalloc-sys"
8961version = "0.1.42"
8962source = "registry+https://github.com/rust-lang/crates.io-index"
8963checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
8964dependencies = [
8965 "cc",
8966 "libc",
8967]
8968
8969[[package]]
8970name = "libredox"
8971version = "0.1.3"
8972source = "registry+https://github.com/rust-lang/crates.io-index"
8973checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
8974dependencies = [
8975 "bitflags 2.9.0",
8976 "libc",
8977 "redox_syscall 0.5.11",
8978]
8979
8980[[package]]
8981name = "libsqlite3-sys"
8982version = "0.30.1"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
8985dependencies = [
8986 "cc",
8987 "pkg-config",
8988 "vcpkg",
8989]
8990
8991[[package]]
8992name = "libwebrtc"
8993version = "0.3.10"
8994source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
8995dependencies = [
8996 "cxx",
8997 "jni",
8998 "js-sys",
8999 "lazy_static",
9000 "livekit-protocol",
9001 "livekit-runtime",
9002 "log",
9003 "parking_lot",
9004 "serde",
9005 "serde_json",
9006 "thiserror 1.0.69",
9007 "tokio",
9008 "wasm-bindgen",
9009 "wasm-bindgen-futures",
9010 "web-sys",
9011 "webrtc-sys",
9012]
9013
9014[[package]]
9015name = "libz-sys"
9016version = "1.1.22"
9017source = "registry+https://github.com/rust-lang/crates.io-index"
9018checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9019dependencies = [
9020 "cc",
9021 "libc",
9022 "pkg-config",
9023 "vcpkg",
9024]
9025
9026[[package]]
9027name = "line_ending_selector"
9028version = "0.1.0"
9029dependencies = [
9030 "editor",
9031 "gpui",
9032 "language",
9033 "picker",
9034 "project",
9035 "ui",
9036 "util",
9037 "workspace",
9038 "workspace-hack",
9039]
9040
9041[[package]]
9042name = "link-cplusplus"
9043version = "1.0.10"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9046dependencies = [
9047 "cc",
9048]
9049
9050[[package]]
9051name = "linkify"
9052version = "0.10.0"
9053source = "registry+https://github.com/rust-lang/crates.io-index"
9054checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9055dependencies = [
9056 "memchr",
9057]
9058
9059[[package]]
9060name = "linux-raw-sys"
9061version = "0.4.15"
9062source = "registry+https://github.com/rust-lang/crates.io-index"
9063checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9064
9065[[package]]
9066name = "linux-raw-sys"
9067version = "0.9.4"
9068source = "registry+https://github.com/rust-lang/crates.io-index"
9069checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9070
9071[[package]]
9072name = "litemap"
9073version = "0.7.5"
9074source = "registry+https://github.com/rust-lang/crates.io-index"
9075checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9076
9077[[package]]
9078name = "livekit"
9079version = "0.7.8"
9080source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9081dependencies = [
9082 "chrono",
9083 "futures-util",
9084 "lazy_static",
9085 "libloading",
9086 "libwebrtc",
9087 "livekit-api",
9088 "livekit-protocol",
9089 "livekit-runtime",
9090 "log",
9091 "parking_lot",
9092 "prost 0.12.6",
9093 "semver",
9094 "serde",
9095 "serde_json",
9096 "thiserror 1.0.69",
9097 "tokio",
9098]
9099
9100[[package]]
9101name = "livekit-api"
9102version = "0.4.2"
9103source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9104dependencies = [
9105 "futures-util",
9106 "http 0.2.12",
9107 "livekit-protocol",
9108 "livekit-runtime",
9109 "log",
9110 "parking_lot",
9111 "pbjson-types",
9112 "prost 0.12.6",
9113 "rand 0.9.1",
9114 "reqwest 0.11.27",
9115 "scopeguard",
9116 "serde",
9117 "sha2",
9118 "thiserror 1.0.69",
9119 "tokio",
9120 "tokio-tungstenite 0.26.2",
9121 "url",
9122]
9123
9124[[package]]
9125name = "livekit-protocol"
9126version = "0.3.9"
9127source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9128dependencies = [
9129 "futures-util",
9130 "livekit-runtime",
9131 "parking_lot",
9132 "pbjson",
9133 "pbjson-types",
9134 "prost 0.12.6",
9135 "prost-types 0.12.6",
9136 "serde",
9137 "thiserror 1.0.69",
9138 "tokio",
9139]
9140
9141[[package]]
9142name = "livekit-runtime"
9143version = "0.4.0"
9144source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9145dependencies = [
9146 "tokio",
9147 "tokio-stream",
9148]
9149
9150[[package]]
9151name = "livekit_api"
9152version = "0.1.0"
9153dependencies = [
9154 "anyhow",
9155 "async-trait",
9156 "jsonwebtoken",
9157 "log",
9158 "prost 0.9.0",
9159 "prost-build 0.9.0",
9160 "prost-types 0.9.0",
9161 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9162 "serde",
9163 "workspace-hack",
9164]
9165
9166[[package]]
9167name = "livekit_client"
9168version = "0.1.0"
9169dependencies = [
9170 "anyhow",
9171 "async-trait",
9172 "audio",
9173 "collections",
9174 "core-foundation 0.10.0",
9175 "core-video",
9176 "coreaudio-rs 0.12.1",
9177 "cpal",
9178 "futures 0.3.31",
9179 "gpui",
9180 "gpui_tokio",
9181 "http_client_tls",
9182 "image",
9183 "libwebrtc",
9184 "livekit",
9185 "livekit_api",
9186 "log",
9187 "nanoid",
9188 "objc",
9189 "parking_lot",
9190 "postage",
9191 "rodio",
9192 "scap",
9193 "serde",
9194 "serde_json",
9195 "serde_urlencoded",
9196 "settings",
9197 "sha2",
9198 "simplelog",
9199 "smallvec",
9200 "tokio-tungstenite 0.26.2",
9201 "ui",
9202 "util",
9203 "workspace-hack",
9204]
9205
9206[[package]]
9207name = "lmdb-master-sys"
9208version = "0.2.5"
9209source = "registry+https://github.com/rust-lang/crates.io-index"
9210checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9211dependencies = [
9212 "cc",
9213 "doxygen-rs",
9214 "libc",
9215]
9216
9217[[package]]
9218name = "lmstudio"
9219version = "0.1.0"
9220dependencies = [
9221 "anyhow",
9222 "futures 0.3.31",
9223 "http_client",
9224 "schemars 1.0.1",
9225 "serde",
9226 "serde_json",
9227 "workspace-hack",
9228]
9229
9230[[package]]
9231name = "lock_api"
9232version = "0.4.13"
9233source = "registry+https://github.com/rust-lang/crates.io-index"
9234checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9235dependencies = [
9236 "autocfg",
9237 "scopeguard",
9238]
9239
9240[[package]]
9241name = "log"
9242version = "0.4.27"
9243source = "registry+https://github.com/rust-lang/crates.io-index"
9244checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9245dependencies = [
9246 "serde",
9247 "value-bag",
9248]
9249
9250[[package]]
9251name = "loom"
9252version = "0.7.2"
9253source = "registry+https://github.com/rust-lang/crates.io-index"
9254checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9255dependencies = [
9256 "cfg-if",
9257 "generator",
9258 "scoped-tls",
9259 "tracing",
9260 "tracing-subscriber",
9261]
9262
9263[[package]]
9264name = "loop9"
9265version = "0.1.5"
9266source = "registry+https://github.com/rust-lang/crates.io-index"
9267checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9268dependencies = [
9269 "imgref",
9270]
9271
9272[[package]]
9273name = "lru"
9274version = "0.12.5"
9275source = "registry+https://github.com/rust-lang/crates.io-index"
9276checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9277dependencies = [
9278 "hashbrown 0.15.3",
9279]
9280
9281[[package]]
9282name = "lsp"
9283version = "0.1.0"
9284dependencies = [
9285 "anyhow",
9286 "async-pipe",
9287 "collections",
9288 "ctor",
9289 "futures 0.3.31",
9290 "gpui",
9291 "log",
9292 "lsp-types",
9293 "parking_lot",
9294 "postage",
9295 "release_channel",
9296 "schemars 1.0.1",
9297 "serde",
9298 "serde_json",
9299 "smol",
9300 "util",
9301 "workspace-hack",
9302 "zlog",
9303]
9304
9305[[package]]
9306name = "lsp-types"
9307version = "0.95.1"
9308source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9309dependencies = [
9310 "bitflags 1.3.2",
9311 "serde",
9312 "serde_json",
9313 "url",
9314]
9315
9316[[package]]
9317name = "lyon"
9318version = "1.0.1"
9319source = "registry+https://github.com/rust-lang/crates.io-index"
9320checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9321dependencies = [
9322 "lyon_algorithms",
9323 "lyon_extra",
9324 "lyon_tessellation",
9325]
9326
9327[[package]]
9328name = "lyon_algorithms"
9329version = "1.0.5"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9332dependencies = [
9333 "lyon_path",
9334 "num-traits",
9335]
9336
9337[[package]]
9338name = "lyon_extra"
9339version = "1.0.3"
9340source = "registry+https://github.com/rust-lang/crates.io-index"
9341checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9342dependencies = [
9343 "lyon_path",
9344 "thiserror 1.0.69",
9345]
9346
9347[[package]]
9348name = "lyon_geom"
9349version = "1.0.6"
9350source = "registry+https://github.com/rust-lang/crates.io-index"
9351checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9352dependencies = [
9353 "arrayvec",
9354 "euclid",
9355 "num-traits",
9356]
9357
9358[[package]]
9359name = "lyon_path"
9360version = "1.0.7"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9363dependencies = [
9364 "lyon_geom",
9365 "num-traits",
9366]
9367
9368[[package]]
9369name = "lyon_tessellation"
9370version = "1.0.15"
9371source = "registry+https://github.com/rust-lang/crates.io-index"
9372checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9373dependencies = [
9374 "float_next_after",
9375 "lyon_path",
9376 "num-traits",
9377]
9378
9379[[package]]
9380name = "mac"
9381version = "0.1.1"
9382source = "registry+https://github.com/rust-lang/crates.io-index"
9383checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9384
9385[[package]]
9386name = "mach2"
9387version = "0.4.2"
9388source = "registry+https://github.com/rust-lang/crates.io-index"
9389checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9390dependencies = [
9391 "libc",
9392]
9393
9394[[package]]
9395name = "mach2"
9396version = "0.5.0"
9397source = "registry+https://github.com/rust-lang/crates.io-index"
9398checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9399dependencies = [
9400 "libc",
9401]
9402
9403[[package]]
9404name = "malloc_buf"
9405version = "0.0.6"
9406source = "registry+https://github.com/rust-lang/crates.io-index"
9407checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9408dependencies = [
9409 "libc",
9410]
9411
9412[[package]]
9413name = "maplit"
9414version = "1.0.2"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9417
9418[[package]]
9419name = "markdown"
9420version = "0.1.0"
9421dependencies = [
9422 "assets",
9423 "base64 0.22.1",
9424 "collections",
9425 "env_logger 0.11.8",
9426 "fs",
9427 "futures 0.3.31",
9428 "gpui",
9429 "language",
9430 "languages",
9431 "linkify",
9432 "log",
9433 "node_runtime",
9434 "pulldown-cmark 0.12.2",
9435 "settings",
9436 "sum_tree",
9437 "theme",
9438 "ui",
9439 "util",
9440 "workspace-hack",
9441]
9442
9443[[package]]
9444name = "markdown_preview"
9445version = "0.1.0"
9446dependencies = [
9447 "anyhow",
9448 "async-recursion",
9449 "collections",
9450 "editor",
9451 "fs",
9452 "gpui",
9453 "html5ever 0.27.0",
9454 "language",
9455 "linkify",
9456 "log",
9457 "markup5ever_rcdom",
9458 "pretty_assertions",
9459 "pulldown-cmark 0.12.2",
9460 "settings",
9461 "theme",
9462 "ui",
9463 "util",
9464 "workspace",
9465 "workspace-hack",
9466]
9467
9468[[package]]
9469name = "markup5ever"
9470version = "0.12.1"
9471source = "registry+https://github.com/rust-lang/crates.io-index"
9472checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9473dependencies = [
9474 "log",
9475 "phf",
9476 "phf_codegen",
9477 "string_cache",
9478 "string_cache_codegen",
9479 "tendril",
9480]
9481
9482[[package]]
9483name = "markup5ever"
9484version = "0.16.1"
9485source = "registry+https://github.com/rust-lang/crates.io-index"
9486checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9487dependencies = [
9488 "log",
9489 "tendril",
9490 "web_atoms",
9491]
9492
9493[[package]]
9494name = "markup5ever_rcdom"
9495version = "0.3.0"
9496source = "registry+https://github.com/rust-lang/crates.io-index"
9497checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9498dependencies = [
9499 "html5ever 0.27.0",
9500 "markup5ever 0.12.1",
9501 "tendril",
9502 "xml5ever",
9503]
9504
9505[[package]]
9506name = "match_token"
9507version = "0.1.0"
9508source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9510dependencies = [
9511 "proc-macro2",
9512 "quote",
9513 "syn 2.0.101",
9514]
9515
9516[[package]]
9517name = "matchers"
9518version = "0.2.0"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9521dependencies = [
9522 "regex-automata",
9523]
9524
9525[[package]]
9526name = "matchit"
9527version = "0.7.3"
9528source = "registry+https://github.com/rust-lang/crates.io-index"
9529checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9530
9531[[package]]
9532name = "maybe-owned"
9533version = "0.3.4"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9536
9537[[package]]
9538name = "maybe-rayon"
9539version = "0.1.1"
9540source = "registry+https://github.com/rust-lang/crates.io-index"
9541checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9542dependencies = [
9543 "cfg-if",
9544 "rayon",
9545]
9546
9547[[package]]
9548name = "md-5"
9549version = "0.10.6"
9550source = "registry+https://github.com/rust-lang/crates.io-index"
9551checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9552dependencies = [
9553 "cfg-if",
9554 "digest",
9555]
9556
9557[[package]]
9558name = "mdbook"
9559version = "0.4.40"
9560source = "registry+https://github.com/rust-lang/crates.io-index"
9561checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9562dependencies = [
9563 "ammonia",
9564 "anyhow",
9565 "chrono",
9566 "clap",
9567 "clap_complete",
9568 "elasticlunr-rs",
9569 "env_logger 0.11.8",
9570 "futures-util",
9571 "handlebars 5.1.2",
9572 "ignore",
9573 "log",
9574 "memchr",
9575 "notify 6.1.1",
9576 "notify-debouncer-mini",
9577 "once_cell",
9578 "opener",
9579 "pathdiff",
9580 "pulldown-cmark 0.10.3",
9581 "regex",
9582 "serde",
9583 "serde_json",
9584 "shlex",
9585 "tempfile",
9586 "tokio",
9587 "toml 0.5.11",
9588 "topological-sort",
9589 "walkdir",
9590 "warp",
9591]
9592
9593[[package]]
9594name = "media"
9595version = "0.1.0"
9596dependencies = [
9597 "anyhow",
9598 "bindgen 0.71.1",
9599 "core-foundation 0.10.0",
9600 "core-video",
9601 "ctor",
9602 "foreign-types 0.5.0",
9603 "metal",
9604 "objc",
9605 "workspace-hack",
9606]
9607
9608[[package]]
9609name = "memchr"
9610version = "2.7.4"
9611source = "registry+https://github.com/rust-lang/crates.io-index"
9612checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9613
9614[[package]]
9615name = "memfd"
9616version = "0.6.4"
9617source = "registry+https://github.com/rust-lang/crates.io-index"
9618checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9619dependencies = [
9620 "rustix 0.38.44",
9621]
9622
9623[[package]]
9624name = "memmap2"
9625version = "0.9.5"
9626source = "registry+https://github.com/rust-lang/crates.io-index"
9627checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9628dependencies = [
9629 "libc",
9630 "stable_deref_trait",
9631]
9632
9633[[package]]
9634name = "memoffset"
9635version = "0.9.1"
9636source = "registry+https://github.com/rust-lang/crates.io-index"
9637checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9638dependencies = [
9639 "autocfg",
9640]
9641
9642[[package]]
9643name = "menu"
9644version = "0.1.0"
9645dependencies = [
9646 "gpui",
9647 "workspace-hack",
9648]
9649
9650[[package]]
9651name = "metal"
9652version = "0.29.0"
9653source = "registry+https://github.com/rust-lang/crates.io-index"
9654checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9655dependencies = [
9656 "bitflags 2.9.0",
9657 "block",
9658 "core-graphics-types 0.1.3",
9659 "foreign-types 0.5.0",
9660 "log",
9661 "objc",
9662 "paste",
9663]
9664
9665[[package]]
9666name = "migrator"
9667version = "0.1.0"
9668dependencies = [
9669 "anyhow",
9670 "collections",
9671 "convert_case 0.8.0",
9672 "log",
9673 "pretty_assertions",
9674 "streaming-iterator",
9675 "tree-sitter",
9676 "tree-sitter-json",
9677 "workspace-hack",
9678]
9679
9680[[package]]
9681name = "mimalloc"
9682version = "0.1.46"
9683source = "registry+https://github.com/rust-lang/crates.io-index"
9684checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9685dependencies = [
9686 "libmimalloc-sys",
9687]
9688
9689[[package]]
9690name = "mime"
9691version = "0.3.17"
9692source = "registry+https://github.com/rust-lang/crates.io-index"
9693checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9694
9695[[package]]
9696name = "mime_guess"
9697version = "2.0.5"
9698source = "registry+https://github.com/rust-lang/crates.io-index"
9699checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9700dependencies = [
9701 "mime",
9702 "unicase",
9703]
9704
9705[[package]]
9706name = "minidump-common"
9707version = "0.21.2"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9710dependencies = [
9711 "bitflags 2.9.0",
9712 "debugid",
9713 "num-derive",
9714 "num-traits",
9715 "range-map",
9716 "scroll",
9717 "smart-default",
9718]
9719
9720[[package]]
9721name = "minidump-writer"
9722version = "0.8.9"
9723source = "registry+https://github.com/rust-lang/crates.io-index"
9724checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9725dependencies = [
9726 "bitflags 2.9.0",
9727 "byteorder",
9728 "cfg-if",
9729 "crash-context",
9730 "goblin",
9731 "libc",
9732 "log",
9733 "mach2 0.4.2",
9734 "memmap2",
9735 "memoffset",
9736 "minidump-common",
9737 "nix 0.28.0",
9738 "procfs-core",
9739 "scroll",
9740 "tempfile",
9741 "thiserror 1.0.69",
9742]
9743
9744[[package]]
9745name = "minidumper"
9746version = "0.8.3"
9747source = "registry+https://github.com/rust-lang/crates.io-index"
9748checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9749dependencies = [
9750 "cfg-if",
9751 "crash-context",
9752 "libc",
9753 "log",
9754 "minidump-writer",
9755 "parking_lot",
9756 "polling",
9757 "scroll",
9758 "thiserror 1.0.69",
9759 "uds",
9760]
9761
9762[[package]]
9763name = "minimal-lexical"
9764version = "0.2.1"
9765source = "registry+https://github.com/rust-lang/crates.io-index"
9766checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9767
9768[[package]]
9769name = "miniz_oxide"
9770version = "0.8.8"
9771source = "registry+https://github.com/rust-lang/crates.io-index"
9772checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9773dependencies = [
9774 "adler2",
9775 "simd-adler32",
9776]
9777
9778[[package]]
9779name = "mint"
9780version = "0.5.9"
9781source = "registry+https://github.com/rust-lang/crates.io-index"
9782checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9783
9784[[package]]
9785name = "mio"
9786version = "0.8.11"
9787source = "registry+https://github.com/rust-lang/crates.io-index"
9788checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9789dependencies = [
9790 "libc",
9791 "log",
9792 "wasi 0.11.0+wasi-snapshot-preview1",
9793 "windows-sys 0.48.0",
9794]
9795
9796[[package]]
9797name = "mio"
9798version = "1.0.3"
9799source = "registry+https://github.com/rust-lang/crates.io-index"
9800checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9801dependencies = [
9802 "libc",
9803 "log",
9804 "wasi 0.11.0+wasi-snapshot-preview1",
9805 "windows-sys 0.52.0",
9806]
9807
9808[[package]]
9809name = "miow"
9810version = "0.6.0"
9811source = "registry+https://github.com/rust-lang/crates.io-index"
9812checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9813dependencies = [
9814 "windows-sys 0.48.0",
9815]
9816
9817[[package]]
9818name = "mistral"
9819version = "0.1.0"
9820dependencies = [
9821 "anyhow",
9822 "futures 0.3.31",
9823 "http_client",
9824 "schemars 1.0.1",
9825 "serde",
9826 "serde_json",
9827 "strum 0.27.1",
9828 "workspace-hack",
9829]
9830
9831[[package]]
9832name = "moka"
9833version = "0.12.10"
9834source = "registry+https://github.com/rust-lang/crates.io-index"
9835checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9836dependencies = [
9837 "crossbeam-channel",
9838 "crossbeam-epoch",
9839 "crossbeam-utils",
9840 "loom",
9841 "parking_lot",
9842 "portable-atomic",
9843 "rustc_version",
9844 "smallvec",
9845 "tagptr",
9846 "thiserror 1.0.69",
9847 "uuid",
9848]
9849
9850[[package]]
9851name = "msvc_spectre_libs"
9852version = "0.1.3"
9853source = "registry+https://github.com/rust-lang/crates.io-index"
9854checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9855dependencies = [
9856 "cc",
9857]
9858
9859[[package]]
9860name = "multi_buffer"
9861version = "0.1.0"
9862dependencies = [
9863 "anyhow",
9864 "buffer_diff",
9865 "clock",
9866 "collections",
9867 "ctor",
9868 "gpui",
9869 "indoc",
9870 "itertools 0.14.0",
9871 "language",
9872 "log",
9873 "parking_lot",
9874 "pretty_assertions",
9875 "project",
9876 "rand 0.9.1",
9877 "rope",
9878 "serde",
9879 "settings",
9880 "smallvec",
9881 "smol",
9882 "sum_tree",
9883 "text",
9884 "theme",
9885 "tree-sitter",
9886 "util",
9887 "workspace-hack",
9888 "zlog",
9889]
9890
9891[[package]]
9892name = "multimap"
9893version = "0.8.3"
9894source = "registry+https://github.com/rust-lang/crates.io-index"
9895checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9896
9897[[package]]
9898name = "naga"
9899version = "25.0.1"
9900source = "registry+https://github.com/rust-lang/crates.io-index"
9901checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9902dependencies = [
9903 "arrayvec",
9904 "bit-set 0.8.0",
9905 "bitflags 2.9.0",
9906 "cfg_aliases 0.2.1",
9907 "codespan-reporting 0.12.0",
9908 "half",
9909 "hashbrown 0.15.3",
9910 "hexf-parse",
9911 "indexmap 2.9.0",
9912 "log",
9913 "num-traits",
9914 "once_cell",
9915 "rustc-hash 1.1.0",
9916 "spirv",
9917 "strum 0.26.3",
9918 "thiserror 2.0.12",
9919 "unicode-ident",
9920]
9921
9922[[package]]
9923name = "nanoid"
9924version = "0.4.0"
9925source = "registry+https://github.com/rust-lang/crates.io-index"
9926checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9927dependencies = [
9928 "rand 0.8.5",
9929]
9930
9931[[package]]
9932name = "nanorand"
9933version = "0.7.0"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9936dependencies = [
9937 "getrandom 0.2.15",
9938]
9939
9940[[package]]
9941name = "native-tls"
9942version = "0.2.14"
9943source = "registry+https://github.com/rust-lang/crates.io-index"
9944checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9945dependencies = [
9946 "libc",
9947 "log",
9948 "openssl",
9949 "openssl-probe",
9950 "openssl-sys",
9951 "schannel",
9952 "security-framework 2.11.1",
9953 "security-framework-sys",
9954 "tempfile",
9955]
9956
9957[[package]]
9958name = "nbformat"
9959version = "0.10.0"
9960source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9961dependencies = [
9962 "anyhow",
9963 "chrono",
9964 "jupyter-protocol",
9965 "serde",
9966 "serde_json",
9967 "thiserror 1.0.69",
9968 "uuid",
9969]
9970
9971[[package]]
9972name = "nc"
9973version = "0.1.0"
9974dependencies = [
9975 "anyhow",
9976 "futures 0.3.31",
9977 "net",
9978 "smol",
9979 "workspace-hack",
9980]
9981
9982[[package]]
9983name = "ndk"
9984version = "0.9.0"
9985source = "registry+https://github.com/rust-lang/crates.io-index"
9986checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
9987dependencies = [
9988 "bitflags 2.9.0",
9989 "jni-sys",
9990 "log",
9991 "ndk-sys",
9992 "num_enum",
9993 "thiserror 1.0.69",
9994]
9995
9996[[package]]
9997name = "ndk-context"
9998version = "0.1.1"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10001
10002[[package]]
10003name = "ndk-sys"
10004version = "0.6.0+11769913"
10005source = "registry+https://github.com/rust-lang/crates.io-index"
10006checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10007dependencies = [
10008 "jni-sys",
10009]
10010
10011[[package]]
10012name = "net"
10013version = "0.1.0"
10014dependencies = [
10015 "anyhow",
10016 "async-io",
10017 "smol",
10018 "tempfile",
10019 "windows 0.61.1",
10020 "workspace-hack",
10021]
10022
10023[[package]]
10024name = "new_debug_unreachable"
10025version = "1.0.6"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10028
10029[[package]]
10030name = "nix"
10031version = "0.28.0"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10034dependencies = [
10035 "bitflags 2.9.0",
10036 "cfg-if",
10037 "cfg_aliases 0.1.1",
10038 "libc",
10039]
10040
10041[[package]]
10042name = "nix"
10043version = "0.29.0"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10046dependencies = [
10047 "bitflags 2.9.0",
10048 "cfg-if",
10049 "cfg_aliases 0.2.1",
10050 "libc",
10051]
10052
10053[[package]]
10054name = "nix"
10055version = "0.30.1"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10058dependencies = [
10059 "bitflags 2.9.0",
10060 "cfg-if",
10061 "cfg_aliases 0.2.1",
10062 "libc",
10063 "memoffset",
10064]
10065
10066[[package]]
10067name = "node_runtime"
10068version = "0.1.0"
10069dependencies = [
10070 "anyhow",
10071 "async-compression",
10072 "async-std",
10073 "async-tar",
10074 "async-trait",
10075 "futures 0.3.31",
10076 "http_client",
10077 "log",
10078 "paths",
10079 "semver",
10080 "serde",
10081 "serde_json",
10082 "smol",
10083 "util",
10084 "watch",
10085 "which 6.0.3",
10086 "workspace-hack",
10087]
10088
10089[[package]]
10090name = "nom"
10091version = "7.1.3"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10094dependencies = [
10095 "memchr",
10096 "minimal-lexical",
10097]
10098
10099[[package]]
10100name = "nom"
10101version = "8.0.0"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10104dependencies = [
10105 "memchr",
10106]
10107
10108[[package]]
10109name = "noop_proc_macro"
10110version = "0.3.0"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10113
10114[[package]]
10115name = "normpath"
10116version = "1.3.0"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10119dependencies = [
10120 "windows-sys 0.59.0",
10121]
10122
10123[[package]]
10124name = "notifications"
10125version = "0.1.0"
10126dependencies = [
10127 "anyhow",
10128 "channel",
10129 "client",
10130 "collections",
10131 "component",
10132 "db",
10133 "gpui",
10134 "rpc",
10135 "settings",
10136 "sum_tree",
10137 "time",
10138 "ui",
10139 "util",
10140 "workspace",
10141 "workspace-hack",
10142 "zed_actions",
10143]
10144
10145[[package]]
10146name = "notify"
10147version = "6.1.1"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10150dependencies = [
10151 "bitflags 2.9.0",
10152 "crossbeam-channel",
10153 "filetime",
10154 "fsevent-sys 4.1.0",
10155 "inotify 0.9.6",
10156 "kqueue",
10157 "libc",
10158 "log",
10159 "mio 0.8.11",
10160 "walkdir",
10161 "windows-sys 0.48.0",
10162]
10163
10164[[package]]
10165name = "notify"
10166version = "8.0.0"
10167source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10168dependencies = [
10169 "bitflags 2.9.0",
10170 "filetime",
10171 "fsevent-sys 4.1.0",
10172 "inotify 0.11.0",
10173 "kqueue",
10174 "libc",
10175 "log",
10176 "mio 1.0.3",
10177 "notify-types",
10178 "walkdir",
10179 "windows-sys 0.59.0",
10180]
10181
10182[[package]]
10183name = "notify-debouncer-mini"
10184version = "0.4.1"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10187dependencies = [
10188 "crossbeam-channel",
10189 "log",
10190 "notify 6.1.1",
10191]
10192
10193[[package]]
10194name = "notify-types"
10195version = "2.0.0"
10196source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10197
10198[[package]]
10199name = "ntapi"
10200version = "0.4.1"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10203dependencies = [
10204 "winapi",
10205]
10206
10207[[package]]
10208name = "nu-ansi-term"
10209version = "0.50.1"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10212dependencies = [
10213 "windows-sys 0.52.0",
10214]
10215
10216[[package]]
10217name = "num"
10218version = "0.4.3"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10221dependencies = [
10222 "num-bigint",
10223 "num-complex",
10224 "num-integer",
10225 "num-iter",
10226 "num-rational",
10227 "num-traits",
10228]
10229
10230[[package]]
10231name = "num-bigint"
10232version = "0.4.6"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10235dependencies = [
10236 "num-integer",
10237 "num-traits",
10238]
10239
10240[[package]]
10241name = "num-bigint-dig"
10242version = "0.8.4"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10245dependencies = [
10246 "byteorder",
10247 "lazy_static",
10248 "libm",
10249 "num-integer",
10250 "num-iter",
10251 "num-traits",
10252 "rand 0.8.5",
10253 "serde",
10254 "smallvec",
10255 "zeroize",
10256]
10257
10258[[package]]
10259name = "num-cmp"
10260version = "0.1.0"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10263
10264[[package]]
10265name = "num-complex"
10266version = "0.4.6"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10269dependencies = [
10270 "bytemuck",
10271 "num-traits",
10272]
10273
10274[[package]]
10275name = "num-conv"
10276version = "0.1.0"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10279
10280[[package]]
10281name = "num-derive"
10282version = "0.4.2"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10285dependencies = [
10286 "proc-macro2",
10287 "quote",
10288 "syn 2.0.101",
10289]
10290
10291[[package]]
10292name = "num-format"
10293version = "0.4.4"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10296dependencies = [
10297 "arrayvec",
10298 "itoa",
10299]
10300
10301[[package]]
10302name = "num-integer"
10303version = "0.1.46"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10306dependencies = [
10307 "num-traits",
10308]
10309
10310[[package]]
10311name = "num-iter"
10312version = "0.1.45"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10315dependencies = [
10316 "autocfg",
10317 "num-integer",
10318 "num-traits",
10319]
10320
10321[[package]]
10322name = "num-rational"
10323version = "0.4.2"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10326dependencies = [
10327 "num-bigint",
10328 "num-integer",
10329 "num-traits",
10330]
10331
10332[[package]]
10333name = "num-traits"
10334version = "0.2.19"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10337dependencies = [
10338 "autocfg",
10339 "libm",
10340]
10341
10342[[package]]
10343name = "num_cpus"
10344version = "1.16.0"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10347dependencies = [
10348 "hermit-abi 0.3.9",
10349 "libc",
10350]
10351
10352[[package]]
10353name = "num_enum"
10354version = "0.7.3"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10357dependencies = [
10358 "num_enum_derive",
10359]
10360
10361[[package]]
10362name = "num_enum_derive"
10363version = "0.7.3"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10366dependencies = [
10367 "proc-macro-crate",
10368 "proc-macro2",
10369 "quote",
10370 "syn 2.0.101",
10371]
10372
10373[[package]]
10374name = "num_threads"
10375version = "0.1.7"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10378dependencies = [
10379 "libc",
10380]
10381
10382[[package]]
10383name = "nvim-rs"
10384version = "0.9.2"
10385source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10386dependencies = [
10387 "async-trait",
10388 "futures 0.3.31",
10389 "log",
10390 "rmp",
10391 "rmpv",
10392 "tokio",
10393 "tokio-util",
10394]
10395
10396[[package]]
10397name = "objc"
10398version = "0.2.7"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10401dependencies = [
10402 "malloc_buf",
10403 "objc_exception",
10404]
10405
10406[[package]]
10407name = "objc-foundation"
10408version = "0.1.1"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10411dependencies = [
10412 "block",
10413 "objc",
10414 "objc_id",
10415]
10416
10417[[package]]
10418name = "objc2"
10419version = "0.6.1"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10422dependencies = [
10423 "objc2-encode",
10424]
10425
10426[[package]]
10427name = "objc2-app-kit"
10428version = "0.3.1"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10431dependencies = [
10432 "bitflags 2.9.0",
10433 "objc2",
10434 "objc2-core-foundation",
10435 "objc2-foundation",
10436 "objc2-quartz-core",
10437]
10438
10439[[package]]
10440name = "objc2-audio-toolbox"
10441version = "0.3.1"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10444dependencies = [
10445 "bitflags 2.9.0",
10446 "libc",
10447 "objc2",
10448 "objc2-core-audio",
10449 "objc2-core-audio-types",
10450 "objc2-core-foundation",
10451 "objc2-foundation",
10452]
10453
10454[[package]]
10455name = "objc2-core-audio"
10456version = "0.3.1"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10459dependencies = [
10460 "dispatch2",
10461 "objc2",
10462 "objc2-core-audio-types",
10463 "objc2-core-foundation",
10464]
10465
10466[[package]]
10467name = "objc2-core-audio-types"
10468version = "0.3.1"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10471dependencies = [
10472 "bitflags 2.9.0",
10473 "objc2",
10474]
10475
10476[[package]]
10477name = "objc2-core-foundation"
10478version = "0.3.1"
10479source = "registry+https://github.com/rust-lang/crates.io-index"
10480checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10481dependencies = [
10482 "bitflags 2.9.0",
10483 "dispatch2",
10484 "objc2",
10485]
10486
10487[[package]]
10488name = "objc2-encode"
10489version = "4.1.0"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10492
10493[[package]]
10494name = "objc2-foundation"
10495version = "0.3.1"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10498dependencies = [
10499 "bitflags 2.9.0",
10500 "objc2",
10501 "objc2-core-foundation",
10502]
10503
10504[[package]]
10505name = "objc2-metal"
10506version = "0.3.1"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10509dependencies = [
10510 "bitflags 2.9.0",
10511 "block2",
10512 "dispatch2",
10513 "objc2",
10514 "objc2-core-foundation",
10515 "objc2-foundation",
10516]
10517
10518[[package]]
10519name = "objc2-quartz-core"
10520version = "0.3.1"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10523dependencies = [
10524 "bitflags 2.9.0",
10525 "objc2",
10526 "objc2-core-foundation",
10527 "objc2-foundation",
10528 "objc2-metal",
10529]
10530
10531[[package]]
10532name = "objc2-ui-kit"
10533version = "0.3.1"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10536dependencies = [
10537 "bitflags 2.9.0",
10538 "objc2",
10539 "objc2-core-foundation",
10540 "objc2-foundation",
10541 "objc2-quartz-core",
10542]
10543
10544[[package]]
10545name = "objc_exception"
10546version = "0.1.2"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10549dependencies = [
10550 "cc",
10551]
10552
10553[[package]]
10554name = "objc_id"
10555version = "0.1.1"
10556source = "registry+https://github.com/rust-lang/crates.io-index"
10557checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10558dependencies = [
10559 "objc",
10560]
10561
10562[[package]]
10563name = "object"
10564version = "0.36.7"
10565source = "registry+https://github.com/rust-lang/crates.io-index"
10566checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10567dependencies = [
10568 "crc32fast",
10569 "hashbrown 0.15.3",
10570 "indexmap 2.9.0",
10571 "memchr",
10572]
10573
10574[[package]]
10575name = "ollama"
10576version = "0.1.0"
10577dependencies = [
10578 "anyhow",
10579 "futures 0.3.31",
10580 "http_client",
10581 "schemars 1.0.1",
10582 "serde",
10583 "serde_json",
10584 "settings",
10585 "workspace-hack",
10586]
10587
10588[[package]]
10589name = "onboarding"
10590version = "0.1.0"
10591dependencies = [
10592 "ai_onboarding",
10593 "anyhow",
10594 "client",
10595 "component",
10596 "db",
10597 "documented",
10598 "editor",
10599 "fs",
10600 "fuzzy",
10601 "git",
10602 "gpui",
10603 "itertools 0.14.0",
10604 "language",
10605 "language_model",
10606 "menu",
10607 "notifications",
10608 "picker",
10609 "project",
10610 "schemars 1.0.1",
10611 "serde",
10612 "settings",
10613 "telemetry",
10614 "theme",
10615 "ui",
10616 "util",
10617 "vim_mode_setting",
10618 "workspace",
10619 "workspace-hack",
10620 "zed_actions",
10621 "zlog",
10622]
10623
10624[[package]]
10625name = "once_cell"
10626version = "1.21.3"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10629
10630[[package]]
10631name = "oo7"
10632version = "0.5.0"
10633source = "registry+https://github.com/rust-lang/crates.io-index"
10634checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10635dependencies = [
10636 "aes",
10637 "ashpd 0.12.0",
10638 "async-fs",
10639 "async-io",
10640 "async-lock",
10641 "blocking",
10642 "cbc",
10643 "cipher",
10644 "digest",
10645 "endi",
10646 "futures-lite 2.6.0",
10647 "futures-util",
10648 "getrandom 0.3.2",
10649 "hkdf",
10650 "hmac",
10651 "md-5",
10652 "num",
10653 "num-bigint-dig",
10654 "pbkdf2 0.12.2",
10655 "rand 0.9.1",
10656 "serde",
10657 "sha2",
10658 "subtle",
10659 "zbus",
10660 "zbus_macros",
10661 "zeroize",
10662 "zvariant",
10663]
10664
10665[[package]]
10666name = "oorandom"
10667version = "11.1.5"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10670
10671[[package]]
10672name = "open"
10673version = "5.3.2"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10676dependencies = [
10677 "is-wsl",
10678 "libc",
10679 "pathdiff",
10680]
10681
10682[[package]]
10683name = "open_ai"
10684version = "0.1.0"
10685dependencies = [
10686 "anyhow",
10687 "futures 0.3.31",
10688 "http_client",
10689 "log",
10690 "schemars 1.0.1",
10691 "serde",
10692 "serde_json",
10693 "settings",
10694 "strum 0.27.1",
10695 "workspace-hack",
10696]
10697
10698[[package]]
10699name = "open_router"
10700version = "0.1.0"
10701dependencies = [
10702 "anyhow",
10703 "futures 0.3.31",
10704 "http_client",
10705 "schemars 1.0.1",
10706 "serde",
10707 "serde_json",
10708 "settings",
10709 "strum 0.27.1",
10710 "thiserror 2.0.12",
10711 "workspace-hack",
10712]
10713
10714[[package]]
10715name = "opener"
10716version = "0.7.2"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10719dependencies = [
10720 "bstr",
10721 "dbus",
10722 "normpath",
10723 "windows-sys 0.59.0",
10724]
10725
10726[[package]]
10727name = "openssl"
10728version = "0.10.72"
10729source = "registry+https://github.com/rust-lang/crates.io-index"
10730checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10731dependencies = [
10732 "bitflags 2.9.0",
10733 "cfg-if",
10734 "foreign-types 0.3.2",
10735 "libc",
10736 "once_cell",
10737 "openssl-macros",
10738 "openssl-sys",
10739]
10740
10741[[package]]
10742name = "openssl-macros"
10743version = "0.1.1"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10746dependencies = [
10747 "proc-macro2",
10748 "quote",
10749 "syn 2.0.101",
10750]
10751
10752[[package]]
10753name = "openssl-probe"
10754version = "0.1.6"
10755source = "registry+https://github.com/rust-lang/crates.io-index"
10756checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10757
10758[[package]]
10759name = "openssl-sys"
10760version = "0.9.107"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10763dependencies = [
10764 "cc",
10765 "libc",
10766 "pkg-config",
10767 "vcpkg",
10768]
10769
10770[[package]]
10771name = "optfield"
10772version = "0.3.0"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10775dependencies = [
10776 "proc-macro2",
10777 "quote",
10778 "syn 2.0.101",
10779]
10780
10781[[package]]
10782name = "option-ext"
10783version = "0.2.0"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10786
10787[[package]]
10788name = "ordered-float"
10789version = "2.10.1"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10792dependencies = [
10793 "num-traits",
10794]
10795
10796[[package]]
10797name = "ordered-float"
10798version = "4.6.0"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10801dependencies = [
10802 "num-traits",
10803]
10804
10805[[package]]
10806name = "ordered-stream"
10807version = "0.2.0"
10808source = "registry+https://github.com/rust-lang/crates.io-index"
10809checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10810dependencies = [
10811 "futures-core",
10812 "pin-project-lite",
10813]
10814
10815[[package]]
10816name = "ouroboros"
10817version = "0.18.5"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10820dependencies = [
10821 "aliasable",
10822 "ouroboros_macro",
10823 "static_assertions",
10824]
10825
10826[[package]]
10827name = "ouroboros_macro"
10828version = "0.18.5"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10831dependencies = [
10832 "heck 0.4.1",
10833 "proc-macro2",
10834 "proc-macro2-diagnostics",
10835 "quote",
10836 "syn 2.0.101",
10837]
10838
10839[[package]]
10840name = "outline"
10841version = "0.1.0"
10842dependencies = [
10843 "editor",
10844 "fuzzy",
10845 "gpui",
10846 "indoc",
10847 "language",
10848 "menu",
10849 "ordered-float 2.10.1",
10850 "picker",
10851 "project",
10852 "rope",
10853 "serde_json",
10854 "settings",
10855 "smol",
10856 "theme",
10857 "tree-sitter-rust",
10858 "tree-sitter-typescript",
10859 "ui",
10860 "util",
10861 "workspace",
10862 "workspace-hack",
10863 "zed_actions",
10864]
10865
10866[[package]]
10867name = "outline_panel"
10868version = "0.1.0"
10869dependencies = [
10870 "anyhow",
10871 "collections",
10872 "db",
10873 "editor",
10874 "file_icons",
10875 "fuzzy",
10876 "gpui",
10877 "itertools 0.14.0",
10878 "language",
10879 "log",
10880 "menu",
10881 "outline",
10882 "pretty_assertions",
10883 "project",
10884 "search",
10885 "serde",
10886 "serde_json",
10887 "settings",
10888 "smallvec",
10889 "smol",
10890 "theme",
10891 "ui",
10892 "util",
10893 "workspace",
10894 "workspace-hack",
10895 "worktree",
10896 "zed_actions",
10897]
10898
10899[[package]]
10900name = "outref"
10901version = "0.5.2"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10904
10905[[package]]
10906name = "p256"
10907version = "0.11.1"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10910dependencies = [
10911 "ecdsa",
10912 "elliptic-curve",
10913 "sha2",
10914]
10915
10916[[package]]
10917name = "page_size"
10918version = "0.6.0"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10921dependencies = [
10922 "libc",
10923 "winapi",
10924]
10925
10926[[package]]
10927name = "palette"
10928version = "0.7.6"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10931dependencies = [
10932 "approx",
10933 "fast-srgb8",
10934 "palette_derive",
10935]
10936
10937[[package]]
10938name = "palette_derive"
10939version = "0.7.6"
10940source = "registry+https://github.com/rust-lang/crates.io-index"
10941checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10942dependencies = [
10943 "by_address",
10944 "proc-macro2",
10945 "quote",
10946 "syn 2.0.101",
10947]
10948
10949[[package]]
10950name = "panel"
10951version = "0.1.0"
10952dependencies = [
10953 "editor",
10954 "gpui",
10955 "settings",
10956 "theme",
10957 "ui",
10958 "workspace",
10959 "workspace-hack",
10960]
10961
10962[[package]]
10963name = "parking"
10964version = "2.2.1"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10967
10968[[package]]
10969name = "parking_lot"
10970version = "0.12.4"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10973dependencies = [
10974 "lock_api",
10975 "parking_lot_core",
10976]
10977
10978[[package]]
10979name = "parking_lot_core"
10980version = "0.9.11"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
10983dependencies = [
10984 "cfg-if",
10985 "libc",
10986 "redox_syscall 0.5.11",
10987 "smallvec",
10988 "windows-targets 0.52.6",
10989]
10990
10991[[package]]
10992name = "parse_int"
10993version = "0.9.0"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
10996dependencies = [
10997 "num-traits",
10998]
10999
11000[[package]]
11001name = "partial-json-fixer"
11002version = "0.5.3"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11005
11006[[package]]
11007name = "password-hash"
11008version = "0.4.2"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11011dependencies = [
11012 "base64ct",
11013 "rand_core 0.6.4",
11014 "subtle",
11015]
11016
11017[[package]]
11018name = "password-hash"
11019version = "0.5.0"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11022dependencies = [
11023 "base64ct",
11024 "rand_core 0.6.4",
11025 "subtle",
11026]
11027
11028[[package]]
11029name = "paste"
11030version = "1.0.15"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11033
11034[[package]]
11035name = "pathdiff"
11036version = "0.2.3"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11039
11040[[package]]
11041name = "pathfinder_geometry"
11042version = "0.5.1"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11045dependencies = [
11046 "log",
11047 "pathfinder_simd",
11048]
11049
11050[[package]]
11051name = "pathfinder_simd"
11052version = "0.5.5"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11055dependencies = [
11056 "rustc_version",
11057]
11058
11059[[package]]
11060name = "paths"
11061version = "0.1.0"
11062dependencies = [
11063 "dirs 4.0.0",
11064 "ignore",
11065 "util",
11066 "workspace-hack",
11067]
11068
11069[[package]]
11070name = "pbjson"
11071version = "0.6.0"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11074dependencies = [
11075 "base64 0.21.7",
11076 "serde",
11077]
11078
11079[[package]]
11080name = "pbjson-build"
11081version = "0.6.2"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11084dependencies = [
11085 "heck 0.4.1",
11086 "itertools 0.11.0",
11087 "prost 0.12.6",
11088 "prost-types 0.12.6",
11089]
11090
11091[[package]]
11092name = "pbjson-types"
11093version = "0.6.0"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11096dependencies = [
11097 "bytes 1.10.1",
11098 "chrono",
11099 "pbjson",
11100 "pbjson-build",
11101 "prost 0.12.6",
11102 "prost-build 0.12.6",
11103 "serde",
11104]
11105
11106[[package]]
11107name = "pbkdf2"
11108version = "0.11.0"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11111dependencies = [
11112 "digest",
11113 "hmac",
11114 "password-hash 0.4.2",
11115 "sha2",
11116]
11117
11118[[package]]
11119name = "pbkdf2"
11120version = "0.12.2"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11123dependencies = [
11124 "digest",
11125 "hmac",
11126]
11127
11128[[package]]
11129name = "pciid-parser"
11130version = "0.8.0"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11133
11134[[package]]
11135name = "pem"
11136version = "3.0.5"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11139dependencies = [
11140 "base64 0.22.1",
11141 "serde",
11142]
11143
11144[[package]]
11145name = "pem-rfc7468"
11146version = "0.7.0"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11149dependencies = [
11150 "base64ct",
11151]
11152
11153[[package]]
11154name = "percent-encoding"
11155version = "2.3.1"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11158
11159[[package]]
11160name = "perf"
11161version = "0.1.0"
11162dependencies = [
11163 "collections",
11164 "serde",
11165 "serde_json",
11166 "workspace-hack",
11167]
11168
11169[[package]]
11170name = "pest"
11171version = "2.8.0"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11174dependencies = [
11175 "memchr",
11176 "thiserror 2.0.12",
11177 "ucd-trie",
11178]
11179
11180[[package]]
11181name = "pest_derive"
11182version = "2.8.0"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11185dependencies = [
11186 "pest",
11187 "pest_generator",
11188]
11189
11190[[package]]
11191name = "pest_generator"
11192version = "2.8.0"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11195dependencies = [
11196 "pest",
11197 "pest_meta",
11198 "proc-macro2",
11199 "quote",
11200 "syn 2.0.101",
11201]
11202
11203[[package]]
11204name = "pest_meta"
11205version = "2.8.0"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11208dependencies = [
11209 "once_cell",
11210 "pest",
11211 "sha2",
11212]
11213
11214[[package]]
11215name = "pet"
11216version = "0.1.0"
11217source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11218dependencies = [
11219 "clap",
11220 "env_logger 0.10.2",
11221 "lazy_static",
11222 "log",
11223 "msvc_spectre_libs",
11224 "pet-conda",
11225 "pet-core",
11226 "pet-env-var-path",
11227 "pet-fs",
11228 "pet-global-virtualenvs",
11229 "pet-homebrew",
11230 "pet-jsonrpc",
11231 "pet-linux-global-python",
11232 "pet-mac-commandlinetools",
11233 "pet-mac-python-org",
11234 "pet-mac-xcode",
11235 "pet-pipenv",
11236 "pet-pixi",
11237 "pet-poetry",
11238 "pet-pyenv",
11239 "pet-python-utils",
11240 "pet-reporter",
11241 "pet-telemetry",
11242 "pet-venv",
11243 "pet-virtualenv",
11244 "pet-virtualenvwrapper",
11245 "pet-windows-registry",
11246 "pet-windows-store",
11247 "serde",
11248 "serde_json",
11249]
11250
11251[[package]]
11252name = "pet-conda"
11253version = "0.1.0"
11254source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11255dependencies = [
11256 "env_logger 0.10.2",
11257 "lazy_static",
11258 "log",
11259 "msvc_spectre_libs",
11260 "pet-core",
11261 "pet-fs",
11262 "pet-python-utils",
11263 "pet-reporter",
11264 "regex",
11265 "serde",
11266 "serde_json",
11267 "yaml-rust2",
11268]
11269
11270[[package]]
11271name = "pet-core"
11272version = "0.1.0"
11273source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11274dependencies = [
11275 "clap",
11276 "lazy_static",
11277 "log",
11278 "msvc_spectre_libs",
11279 "pet-fs",
11280 "regex",
11281 "serde",
11282 "serde_json",
11283]
11284
11285[[package]]
11286name = "pet-env-var-path"
11287version = "0.1.0"
11288source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11289dependencies = [
11290 "lazy_static",
11291 "log",
11292 "msvc_spectre_libs",
11293 "pet-conda",
11294 "pet-core",
11295 "pet-fs",
11296 "pet-python-utils",
11297 "pet-virtualenv",
11298 "regex",
11299]
11300
11301[[package]]
11302name = "pet-fs"
11303version = "0.1.0"
11304source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11305dependencies = [
11306 "log",
11307 "msvc_spectre_libs",
11308]
11309
11310[[package]]
11311name = "pet-global-virtualenvs"
11312version = "0.1.0"
11313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11314dependencies = [
11315 "log",
11316 "msvc_spectre_libs",
11317 "pet-conda",
11318 "pet-core",
11319 "pet-fs",
11320 "pet-virtualenv",
11321]
11322
11323[[package]]
11324name = "pet-homebrew"
11325version = "0.1.0"
11326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11327dependencies = [
11328 "lazy_static",
11329 "log",
11330 "msvc_spectre_libs",
11331 "pet-conda",
11332 "pet-core",
11333 "pet-fs",
11334 "pet-python-utils",
11335 "pet-virtualenv",
11336 "regex",
11337 "serde",
11338 "serde_json",
11339]
11340
11341[[package]]
11342name = "pet-jsonrpc"
11343version = "0.1.0"
11344source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11345dependencies = [
11346 "env_logger 0.10.2",
11347 "log",
11348 "msvc_spectre_libs",
11349 "pet-core",
11350 "serde",
11351 "serde_json",
11352]
11353
11354[[package]]
11355name = "pet-linux-global-python"
11356version = "0.1.0"
11357source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11358dependencies = [
11359 "log",
11360 "msvc_spectre_libs",
11361 "pet-core",
11362 "pet-fs",
11363 "pet-python-utils",
11364 "pet-virtualenv",
11365]
11366
11367[[package]]
11368name = "pet-mac-commandlinetools"
11369version = "0.1.0"
11370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11371dependencies = [
11372 "log",
11373 "msvc_spectre_libs",
11374 "pet-core",
11375 "pet-fs",
11376 "pet-python-utils",
11377 "pet-virtualenv",
11378]
11379
11380[[package]]
11381name = "pet-mac-python-org"
11382version = "0.1.0"
11383source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11384dependencies = [
11385 "log",
11386 "msvc_spectre_libs",
11387 "pet-core",
11388 "pet-fs",
11389 "pet-python-utils",
11390 "pet-virtualenv",
11391]
11392
11393[[package]]
11394name = "pet-mac-xcode"
11395version = "0.1.0"
11396source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11397dependencies = [
11398 "log",
11399 "msvc_spectre_libs",
11400 "pet-core",
11401 "pet-fs",
11402 "pet-python-utils",
11403 "pet-virtualenv",
11404]
11405
11406[[package]]
11407name = "pet-pipenv"
11408version = "0.1.0"
11409source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11410dependencies = [
11411 "log",
11412 "msvc_spectre_libs",
11413 "pet-core",
11414 "pet-fs",
11415 "pet-python-utils",
11416 "pet-virtualenv",
11417]
11418
11419[[package]]
11420name = "pet-pixi"
11421version = "0.1.0"
11422source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11423dependencies = [
11424 "log",
11425 "msvc_spectre_libs",
11426 "pet-conda",
11427 "pet-core",
11428 "pet-python-utils",
11429]
11430
11431[[package]]
11432name = "pet-poetry"
11433version = "0.1.0"
11434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11435dependencies = [
11436 "base64 0.22.1",
11437 "lazy_static",
11438 "log",
11439 "msvc_spectre_libs",
11440 "pet-core",
11441 "pet-fs",
11442 "pet-python-utils",
11443 "pet-reporter",
11444 "pet-virtualenv",
11445 "regex",
11446 "serde",
11447 "serde_json",
11448 "sha2",
11449 "toml 0.8.20",
11450]
11451
11452[[package]]
11453name = "pet-pyenv"
11454version = "0.1.0"
11455source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11456dependencies = [
11457 "lazy_static",
11458 "log",
11459 "msvc_spectre_libs",
11460 "pet-conda",
11461 "pet-core",
11462 "pet-fs",
11463 "pet-python-utils",
11464 "pet-reporter",
11465 "regex",
11466 "serde",
11467 "serde_json",
11468]
11469
11470[[package]]
11471name = "pet-python-utils"
11472version = "0.1.0"
11473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11474dependencies = [
11475 "env_logger 0.10.2",
11476 "lazy_static",
11477 "log",
11478 "msvc_spectre_libs",
11479 "pet-core",
11480 "pet-fs",
11481 "regex",
11482 "serde",
11483 "serde_json",
11484 "sha2",
11485]
11486
11487[[package]]
11488name = "pet-reporter"
11489version = "0.1.0"
11490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11491dependencies = [
11492 "env_logger 0.10.2",
11493 "log",
11494 "msvc_spectre_libs",
11495 "pet-core",
11496 "pet-jsonrpc",
11497 "serde",
11498 "serde_json",
11499]
11500
11501[[package]]
11502name = "pet-telemetry"
11503version = "0.1.0"
11504source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11505dependencies = [
11506 "env_logger 0.10.2",
11507 "lazy_static",
11508 "log",
11509 "msvc_spectre_libs",
11510 "pet-core",
11511 "pet-fs",
11512 "pet-python-utils",
11513 "regex",
11514]
11515
11516[[package]]
11517name = "pet-venv"
11518version = "0.1.0"
11519source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11520dependencies = [
11521 "log",
11522 "msvc_spectre_libs",
11523 "pet-core",
11524 "pet-python-utils",
11525 "pet-virtualenv",
11526]
11527
11528[[package]]
11529name = "pet-virtualenv"
11530version = "0.1.0"
11531source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11532dependencies = [
11533 "log",
11534 "msvc_spectre_libs",
11535 "pet-core",
11536 "pet-fs",
11537 "pet-python-utils",
11538]
11539
11540[[package]]
11541name = "pet-virtualenvwrapper"
11542version = "0.1.0"
11543source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11544dependencies = [
11545 "log",
11546 "msvc_spectre_libs",
11547 "pet-core",
11548 "pet-fs",
11549 "pet-python-utils",
11550 "pet-virtualenv",
11551]
11552
11553[[package]]
11554name = "pet-windows-registry"
11555version = "0.1.0"
11556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11557dependencies = [
11558 "lazy_static",
11559 "log",
11560 "msvc_spectre_libs",
11561 "pet-conda",
11562 "pet-core",
11563 "pet-fs",
11564 "pet-python-utils",
11565 "pet-virtualenv",
11566 "pet-windows-store",
11567 "regex",
11568 "winreg 0.55.0",
11569]
11570
11571[[package]]
11572name = "pet-windows-store"
11573version = "0.1.0"
11574source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11575dependencies = [
11576 "lazy_static",
11577 "log",
11578 "msvc_spectre_libs",
11579 "pet-core",
11580 "pet-fs",
11581 "pet-python-utils",
11582 "pet-virtualenv",
11583 "regex",
11584 "winreg 0.55.0",
11585]
11586
11587[[package]]
11588name = "petgraph"
11589version = "0.6.5"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11592dependencies = [
11593 "fixedbitset",
11594 "indexmap 2.9.0",
11595]
11596
11597[[package]]
11598name = "pgvector"
11599version = "0.4.0"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11602dependencies = [
11603 "serde",
11604]
11605
11606[[package]]
11607name = "phf"
11608version = "0.11.3"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11611dependencies = [
11612 "phf_macros",
11613 "phf_shared",
11614]
11615
11616[[package]]
11617name = "phf_codegen"
11618version = "0.11.3"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11621dependencies = [
11622 "phf_generator",
11623 "phf_shared",
11624]
11625
11626[[package]]
11627name = "phf_generator"
11628version = "0.11.3"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11631dependencies = [
11632 "phf_shared",
11633 "rand 0.8.5",
11634]
11635
11636[[package]]
11637name = "phf_macros"
11638version = "0.11.3"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11641dependencies = [
11642 "phf_generator",
11643 "phf_shared",
11644 "proc-macro2",
11645 "quote",
11646 "syn 2.0.101",
11647]
11648
11649[[package]]
11650name = "phf_shared"
11651version = "0.11.3"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11654dependencies = [
11655 "siphasher",
11656]
11657
11658[[package]]
11659name = "picker"
11660version = "0.1.0"
11661dependencies = [
11662 "anyhow",
11663 "ctor",
11664 "editor",
11665 "env_logger 0.11.8",
11666 "gpui",
11667 "menu",
11668 "schemars 1.0.1",
11669 "serde",
11670 "serde_json",
11671 "theme",
11672 "ui",
11673 "workspace",
11674 "workspace-hack",
11675]
11676
11677[[package]]
11678name = "pico-args"
11679version = "0.5.0"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11682
11683[[package]]
11684name = "pin-project"
11685version = "1.1.10"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11688dependencies = [
11689 "pin-project-internal",
11690]
11691
11692[[package]]
11693name = "pin-project-internal"
11694version = "1.1.10"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11697dependencies = [
11698 "proc-macro2",
11699 "quote",
11700 "syn 2.0.101",
11701]
11702
11703[[package]]
11704name = "pin-project-lite"
11705version = "0.2.16"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11708
11709[[package]]
11710name = "pin-utils"
11711version = "0.1.0"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11714
11715[[package]]
11716name = "piper"
11717version = "0.2.4"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11720dependencies = [
11721 "atomic-waker",
11722 "fastrand 2.3.0",
11723 "futures-io",
11724]
11725
11726[[package]]
11727name = "pkcs1"
11728version = "0.7.5"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11731dependencies = [
11732 "der 0.7.10",
11733 "pkcs8 0.10.2",
11734 "spki 0.7.3",
11735]
11736
11737[[package]]
11738name = "pkcs8"
11739version = "0.9.0"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11742dependencies = [
11743 "der 0.6.1",
11744 "spki 0.6.0",
11745]
11746
11747[[package]]
11748name = "pkcs8"
11749version = "0.10.2"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11752dependencies = [
11753 "der 0.7.10",
11754 "spki 0.7.3",
11755]
11756
11757[[package]]
11758name = "pkg-config"
11759version = "0.3.32"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11762
11763[[package]]
11764name = "plain"
11765version = "0.2.3"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11768
11769[[package]]
11770name = "plist"
11771version = "1.7.1"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11774dependencies = [
11775 "base64 0.22.1",
11776 "indexmap 2.9.0",
11777 "quick-xml 0.32.0",
11778 "serde",
11779 "time",
11780]
11781
11782[[package]]
11783name = "plotters"
11784version = "0.3.7"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11787dependencies = [
11788 "num-traits",
11789 "plotters-backend",
11790 "plotters-svg",
11791 "wasm-bindgen",
11792 "web-sys",
11793]
11794
11795[[package]]
11796name = "plotters-backend"
11797version = "0.3.7"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11800
11801[[package]]
11802name = "plotters-svg"
11803version = "0.3.7"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11806dependencies = [
11807 "plotters-backend",
11808]
11809
11810[[package]]
11811name = "png"
11812version = "0.17.16"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11815dependencies = [
11816 "bitflags 1.3.2",
11817 "crc32fast",
11818 "fdeflate",
11819 "flate2",
11820 "miniz_oxide",
11821]
11822
11823[[package]]
11824name = "polling"
11825version = "3.11.0"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11828dependencies = [
11829 "cfg-if",
11830 "concurrent-queue",
11831 "hermit-abi 0.5.0",
11832 "pin-project-lite",
11833 "rustix 1.0.7",
11834 "windows-sys 0.61.0",
11835]
11836
11837[[package]]
11838name = "pollster"
11839version = "0.2.5"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11842
11843[[package]]
11844name = "portable-atomic"
11845version = "1.11.0"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11848
11849[[package]]
11850name = "portable-atomic-util"
11851version = "0.2.4"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11854dependencies = [
11855 "portable-atomic",
11856]
11857
11858[[package]]
11859name = "portable-pty"
11860version = "0.9.0"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11863dependencies = [
11864 "anyhow",
11865 "bitflags 1.3.2",
11866 "downcast-rs",
11867 "filedescriptor",
11868 "lazy_static",
11869 "libc",
11870 "log",
11871 "nix 0.28.0",
11872 "serial2",
11873 "shared_library",
11874 "shell-words",
11875 "winapi",
11876 "winreg 0.10.1",
11877]
11878
11879[[package]]
11880name = "postage"
11881version = "0.5.0"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11884dependencies = [
11885 "atomic",
11886 "crossbeam-queue",
11887 "futures 0.3.31",
11888 "log",
11889 "parking_lot",
11890 "pin-project",
11891 "pollster",
11892 "static_assertions",
11893 "thiserror 1.0.69",
11894]
11895
11896[[package]]
11897name = "postcard"
11898version = "1.1.1"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11901dependencies = [
11902 "cobs",
11903 "embedded-io 0.4.0",
11904 "embedded-io 0.6.1",
11905 "serde",
11906]
11907
11908[[package]]
11909name = "powerfmt"
11910version = "0.2.0"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11913
11914[[package]]
11915name = "ppv-lite86"
11916version = "0.2.21"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11919dependencies = [
11920 "zerocopy 0.8.24",
11921]
11922
11923[[package]]
11924name = "precomputed-hash"
11925version = "0.1.1"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11928
11929[[package]]
11930name = "prettier"
11931version = "0.1.0"
11932dependencies = [
11933 "anyhow",
11934 "collections",
11935 "fs",
11936 "gpui",
11937 "language",
11938 "log",
11939 "lsp",
11940 "node_runtime",
11941 "parking_lot",
11942 "paths",
11943 "serde",
11944 "serde_json",
11945 "util",
11946 "workspace-hack",
11947]
11948
11949[[package]]
11950name = "pretty_assertions"
11951version = "1.4.1"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11954dependencies = [
11955 "diff",
11956 "yansi",
11957]
11958
11959[[package]]
11960name = "prettyplease"
11961version = "0.2.32"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11964dependencies = [
11965 "proc-macro2",
11966 "syn 2.0.101",
11967]
11968
11969[[package]]
11970name = "primal-check"
11971version = "0.3.4"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
11974dependencies = [
11975 "num-integer",
11976]
11977
11978[[package]]
11979name = "proc-macro-crate"
11980version = "3.3.0"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11983dependencies = [
11984 "toml_edit",
11985]
11986
11987[[package]]
11988name = "proc-macro-error-attr2"
11989version = "2.0.0"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11992dependencies = [
11993 "proc-macro2",
11994 "quote",
11995]
11996
11997[[package]]
11998name = "proc-macro-error2"
11999version = "2.0.1"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12002dependencies = [
12003 "proc-macro-error-attr2",
12004 "proc-macro2",
12005 "quote",
12006 "syn 2.0.101",
12007]
12008
12009[[package]]
12010name = "proc-macro2"
12011version = "1.0.95"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12014dependencies = [
12015 "unicode-ident",
12016]
12017
12018[[package]]
12019name = "proc-macro2-diagnostics"
12020version = "0.10.1"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12023dependencies = [
12024 "proc-macro2",
12025 "quote",
12026 "syn 2.0.101",
12027 "version_check",
12028 "yansi",
12029]
12030
12031[[package]]
12032name = "procfs-core"
12033version = "0.16.0"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12036dependencies = [
12037 "bitflags 2.9.0",
12038 "hex",
12039]
12040
12041[[package]]
12042name = "profiling"
12043version = "1.0.16"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12046dependencies = [
12047 "profiling-procmacros",
12048]
12049
12050[[package]]
12051name = "profiling-procmacros"
12052version = "1.0.16"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12055dependencies = [
12056 "quote",
12057 "syn 2.0.101",
12058]
12059
12060[[package]]
12061name = "project"
12062version = "0.1.0"
12063dependencies = [
12064 "aho-corasick",
12065 "anyhow",
12066 "askpass",
12067 "async-trait",
12068 "base64 0.22.1",
12069 "buffer_diff",
12070 "circular-buffer",
12071 "client",
12072 "clock",
12073 "collections",
12074 "context_server",
12075 "dap",
12076 "dap_adapters",
12077 "extension",
12078 "fancy-regex 0.14.0",
12079 "fs",
12080 "futures 0.3.31",
12081 "fuzzy",
12082 "git",
12083 "git2",
12084 "git_hosting_providers",
12085 "globset",
12086 "gpui",
12087 "http_client",
12088 "image",
12089 "indexmap 2.9.0",
12090 "itertools 0.14.0",
12091 "language",
12092 "log",
12093 "lsp",
12094 "markdown",
12095 "node_runtime",
12096 "parking_lot",
12097 "paths",
12098 "postage",
12099 "prettier",
12100 "pretty_assertions",
12101 "rand 0.9.1",
12102 "regex",
12103 "release_channel",
12104 "remote",
12105 "rpc",
12106 "schemars 1.0.1",
12107 "semver",
12108 "serde",
12109 "serde_json",
12110 "settings",
12111 "sha2",
12112 "shellexpand 2.1.2",
12113 "shlex",
12114 "smallvec",
12115 "smol",
12116 "snippet",
12117 "snippet_provider",
12118 "sum_tree",
12119 "task",
12120 "tempfile",
12121 "terminal",
12122 "text",
12123 "toml 0.8.20",
12124 "unindent",
12125 "url",
12126 "util",
12127 "watch",
12128 "which 6.0.3",
12129 "workspace-hack",
12130 "worktree",
12131 "zeroize",
12132 "zlog",
12133]
12134
12135[[package]]
12136name = "project_panel"
12137version = "0.1.0"
12138dependencies = [
12139 "anyhow",
12140 "client",
12141 "collections",
12142 "command_palette_hooks",
12143 "db",
12144 "editor",
12145 "file_icons",
12146 "git",
12147 "git_ui",
12148 "gpui",
12149 "language",
12150 "menu",
12151 "pretty_assertions",
12152 "project",
12153 "schemars 1.0.1",
12154 "search",
12155 "serde",
12156 "serde_json",
12157 "settings",
12158 "smallvec",
12159 "telemetry",
12160 "theme",
12161 "ui",
12162 "util",
12163 "workspace",
12164 "workspace-hack",
12165 "worktree",
12166 "zed_actions",
12167]
12168
12169[[package]]
12170name = "project_symbols"
12171version = "0.1.0"
12172dependencies = [
12173 "anyhow",
12174 "editor",
12175 "futures 0.3.31",
12176 "fuzzy",
12177 "gpui",
12178 "language",
12179 "lsp",
12180 "ordered-float 2.10.1",
12181 "picker",
12182 "project",
12183 "release_channel",
12184 "serde_json",
12185 "settings",
12186 "theme",
12187 "util",
12188 "workspace",
12189 "workspace-hack",
12190]
12191
12192[[package]]
12193name = "prometheus"
12194version = "0.14.0"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12197dependencies = [
12198 "cfg-if",
12199 "fnv",
12200 "lazy_static",
12201 "memchr",
12202 "parking_lot",
12203 "protobuf",
12204 "thiserror 2.0.12",
12205]
12206
12207[[package]]
12208name = "prompt_store"
12209version = "0.1.0"
12210dependencies = [
12211 "anyhow",
12212 "assets",
12213 "chrono",
12214 "collections",
12215 "fs",
12216 "futures 0.3.31",
12217 "fuzzy",
12218 "gpui",
12219 "handlebars 4.5.0",
12220 "heed",
12221 "language",
12222 "log",
12223 "parking_lot",
12224 "paths",
12225 "rope",
12226 "serde",
12227 "serde_json",
12228 "text",
12229 "util",
12230 "uuid",
12231 "workspace-hack",
12232]
12233
12234[[package]]
12235name = "prost"
12236version = "0.9.0"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12239dependencies = [
12240 "bytes 1.10.1",
12241 "prost-derive 0.9.0",
12242]
12243
12244[[package]]
12245name = "prost"
12246version = "0.12.6"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12249dependencies = [
12250 "bytes 1.10.1",
12251 "prost-derive 0.12.6",
12252]
12253
12254[[package]]
12255name = "prost-build"
12256version = "0.9.0"
12257source = "registry+https://github.com/rust-lang/crates.io-index"
12258checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12259dependencies = [
12260 "bytes 1.10.1",
12261 "heck 0.3.3",
12262 "itertools 0.10.5",
12263 "lazy_static",
12264 "log",
12265 "multimap",
12266 "petgraph",
12267 "prost 0.9.0",
12268 "prost-types 0.9.0",
12269 "regex",
12270 "tempfile",
12271 "which 4.4.2",
12272]
12273
12274[[package]]
12275name = "prost-build"
12276version = "0.12.6"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12279dependencies = [
12280 "bytes 1.10.1",
12281 "heck 0.5.0",
12282 "itertools 0.12.1",
12283 "log",
12284 "multimap",
12285 "once_cell",
12286 "petgraph",
12287 "prettyplease",
12288 "prost 0.12.6",
12289 "prost-types 0.12.6",
12290 "regex",
12291 "syn 2.0.101",
12292 "tempfile",
12293]
12294
12295[[package]]
12296name = "prost-derive"
12297version = "0.9.0"
12298source = "registry+https://github.com/rust-lang/crates.io-index"
12299checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12300dependencies = [
12301 "anyhow",
12302 "itertools 0.10.5",
12303 "proc-macro2",
12304 "quote",
12305 "syn 1.0.109",
12306]
12307
12308[[package]]
12309name = "prost-derive"
12310version = "0.12.6"
12311source = "registry+https://github.com/rust-lang/crates.io-index"
12312checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12313dependencies = [
12314 "anyhow",
12315 "itertools 0.12.1",
12316 "proc-macro2",
12317 "quote",
12318 "syn 2.0.101",
12319]
12320
12321[[package]]
12322name = "prost-types"
12323version = "0.9.0"
12324source = "registry+https://github.com/rust-lang/crates.io-index"
12325checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12326dependencies = [
12327 "bytes 1.10.1",
12328 "prost 0.9.0",
12329]
12330
12331[[package]]
12332name = "prost-types"
12333version = "0.12.6"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12336dependencies = [
12337 "prost 0.12.6",
12338]
12339
12340[[package]]
12341name = "proto"
12342version = "0.1.0"
12343dependencies = [
12344 "anyhow",
12345 "collections",
12346 "prost 0.9.0",
12347 "prost-build 0.9.0",
12348 "serde",
12349 "typed-path",
12350 "workspace-hack",
12351]
12352
12353[[package]]
12354name = "protobuf"
12355version = "3.7.2"
12356source = "registry+https://github.com/rust-lang/crates.io-index"
12357checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12358dependencies = [
12359 "once_cell",
12360 "protobuf-support",
12361 "thiserror 1.0.69",
12362]
12363
12364[[package]]
12365name = "protobuf-support"
12366version = "3.7.2"
12367source = "registry+https://github.com/rust-lang/crates.io-index"
12368checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12369dependencies = [
12370 "thiserror 1.0.69",
12371]
12372
12373[[package]]
12374name = "psm"
12375version = "0.1.25"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12378dependencies = [
12379 "cc",
12380]
12381
12382[[package]]
12383name = "ptr_meta"
12384version = "0.1.4"
12385source = "registry+https://github.com/rust-lang/crates.io-index"
12386checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12387dependencies = [
12388 "ptr_meta_derive",
12389]
12390
12391[[package]]
12392name = "ptr_meta_derive"
12393version = "0.1.4"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12396dependencies = [
12397 "proc-macro2",
12398 "quote",
12399 "syn 1.0.109",
12400]
12401
12402[[package]]
12403name = "pulldown-cmark"
12404version = "0.10.3"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12407dependencies = [
12408 "bitflags 2.9.0",
12409 "memchr",
12410 "pulldown-cmark-escape",
12411 "unicase",
12412]
12413
12414[[package]]
12415name = "pulldown-cmark"
12416version = "0.12.2"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12419dependencies = [
12420 "bitflags 2.9.0",
12421 "memchr",
12422 "unicase",
12423]
12424
12425[[package]]
12426name = "pulldown-cmark-escape"
12427version = "0.10.1"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12430
12431[[package]]
12432name = "pulley-interpreter"
12433version = "29.0.1"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12436dependencies = [
12437 "cranelift-bitset",
12438 "log",
12439 "sptr",
12440 "wasmtime-math",
12441]
12442
12443[[package]]
12444name = "pulp"
12445version = "0.18.22"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12448dependencies = [
12449 "bytemuck",
12450 "libm",
12451 "num-complex",
12452 "reborrow",
12453]
12454
12455[[package]]
12456name = "pulp"
12457version = "0.21.5"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12460dependencies = [
12461 "bytemuck",
12462 "cfg-if",
12463 "libm",
12464 "num-complex",
12465 "reborrow",
12466 "version_check",
12467]
12468
12469[[package]]
12470name = "qoi"
12471version = "0.4.1"
12472source = "registry+https://github.com/rust-lang/crates.io-index"
12473checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12474dependencies = [
12475 "bytemuck",
12476]
12477
12478[[package]]
12479name = "quick-error"
12480version = "2.0.1"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12483
12484[[package]]
12485name = "quick-xml"
12486version = "0.30.0"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12489dependencies = [
12490 "memchr",
12491]
12492
12493[[package]]
12494name = "quick-xml"
12495version = "0.32.0"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12498dependencies = [
12499 "memchr",
12500]
12501
12502[[package]]
12503name = "quick-xml"
12504version = "0.37.4"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12507dependencies = [
12508 "memchr",
12509]
12510
12511[[package]]
12512name = "quinn"
12513version = "0.11.7"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12516dependencies = [
12517 "bytes 1.10.1",
12518 "cfg_aliases 0.2.1",
12519 "pin-project-lite",
12520 "quinn-proto",
12521 "quinn-udp",
12522 "rustc-hash 2.1.1",
12523 "rustls 0.23.26",
12524 "socket2",
12525 "thiserror 2.0.12",
12526 "tokio",
12527 "tracing",
12528 "web-time",
12529]
12530
12531[[package]]
12532name = "quinn-proto"
12533version = "0.11.10"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12536dependencies = [
12537 "bytes 1.10.1",
12538 "getrandom 0.3.2",
12539 "rand 0.9.1",
12540 "ring",
12541 "rustc-hash 2.1.1",
12542 "rustls 0.23.26",
12543 "rustls-pki-types",
12544 "slab",
12545 "thiserror 2.0.12",
12546 "tinyvec",
12547 "tracing",
12548 "web-time",
12549]
12550
12551[[package]]
12552name = "quinn-udp"
12553version = "0.5.11"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12556dependencies = [
12557 "cfg_aliases 0.2.1",
12558 "libc",
12559 "once_cell",
12560 "socket2",
12561 "tracing",
12562 "windows-sys 0.52.0",
12563]
12564
12565[[package]]
12566name = "quote"
12567version = "1.0.40"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12570dependencies = [
12571 "proc-macro2",
12572]
12573
12574[[package]]
12575name = "r-efi"
12576version = "5.2.0"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12579
12580[[package]]
12581name = "radium"
12582version = "0.7.0"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12585
12586[[package]]
12587name = "rand"
12588version = "0.8.5"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12591dependencies = [
12592 "libc",
12593 "rand_chacha 0.3.1",
12594 "rand_core 0.6.4",
12595]
12596
12597[[package]]
12598name = "rand"
12599version = "0.9.1"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12602dependencies = [
12603 "rand_chacha 0.9.0",
12604 "rand_core 0.9.3",
12605]
12606
12607[[package]]
12608name = "rand_chacha"
12609version = "0.3.1"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12612dependencies = [
12613 "ppv-lite86",
12614 "rand_core 0.6.4",
12615]
12616
12617[[package]]
12618name = "rand_chacha"
12619version = "0.9.0"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12622dependencies = [
12623 "ppv-lite86",
12624 "rand_core 0.9.3",
12625]
12626
12627[[package]]
12628name = "rand_core"
12629version = "0.6.4"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12632dependencies = [
12633 "getrandom 0.2.15",
12634]
12635
12636[[package]]
12637name = "rand_core"
12638version = "0.9.3"
12639source = "registry+https://github.com/rust-lang/crates.io-index"
12640checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12641dependencies = [
12642 "getrandom 0.3.2",
12643]
12644
12645[[package]]
12646name = "rand_distr"
12647version = "0.5.1"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12650dependencies = [
12651 "num-traits",
12652 "rand 0.9.1",
12653]
12654
12655[[package]]
12656name = "range-map"
12657version = "0.2.0"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12660dependencies = [
12661 "num-traits",
12662]
12663
12664[[package]]
12665name = "rangemap"
12666version = "1.5.1"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12669
12670[[package]]
12671name = "rav1e"
12672version = "0.7.1"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12675dependencies = [
12676 "arbitrary",
12677 "arg_enum_proc_macro",
12678 "arrayvec",
12679 "av1-grain",
12680 "bitstream-io",
12681 "built",
12682 "cfg-if",
12683 "interpolate_name",
12684 "itertools 0.12.1",
12685 "libc",
12686 "libfuzzer-sys",
12687 "log",
12688 "maybe-rayon",
12689 "new_debug_unreachable",
12690 "noop_proc_macro",
12691 "num-derive",
12692 "num-traits",
12693 "once_cell",
12694 "paste",
12695 "profiling",
12696 "rand 0.8.5",
12697 "rand_chacha 0.3.1",
12698 "simd_helpers",
12699 "system-deps",
12700 "thiserror 1.0.69",
12701 "v_frame",
12702 "wasm-bindgen",
12703]
12704
12705[[package]]
12706name = "ravif"
12707version = "0.11.12"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12710dependencies = [
12711 "avif-serialize",
12712 "imgref",
12713 "loop9",
12714 "quick-error",
12715 "rav1e",
12716 "rayon",
12717 "rgb",
12718]
12719
12720[[package]]
12721name = "raw-cpuid"
12722version = "10.7.0"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12725dependencies = [
12726 "bitflags 1.3.2",
12727]
12728
12729[[package]]
12730name = "raw-cpuid"
12731version = "11.6.0"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12734dependencies = [
12735 "bitflags 2.9.0",
12736]
12737
12738[[package]]
12739name = "raw-window-handle"
12740version = "0.6.2"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12743
12744[[package]]
12745name = "raw-window-metal"
12746version = "0.4.0"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12749dependencies = [
12750 "cocoa 0.25.0",
12751 "core-graphics 0.23.2",
12752 "objc",
12753 "raw-window-handle",
12754]
12755
12756[[package]]
12757name = "rayon"
12758version = "1.10.0"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12761dependencies = [
12762 "either",
12763 "rayon-core",
12764]
12765
12766[[package]]
12767name = "rayon-core"
12768version = "1.12.1"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12771dependencies = [
12772 "crossbeam-deque",
12773 "crossbeam-utils",
12774]
12775
12776[[package]]
12777name = "read-fonts"
12778version = "0.25.3"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12781dependencies = [
12782 "bytemuck",
12783 "font-types",
12784]
12785
12786[[package]]
12787name = "realfft"
12788version = "3.5.0"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12791dependencies = [
12792 "rustfft",
12793]
12794
12795[[package]]
12796name = "reborrow"
12797version = "0.5.5"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12800
12801[[package]]
12802name = "recent_projects"
12803version = "0.1.0"
12804dependencies = [
12805 "anyhow",
12806 "askpass",
12807 "auto_update",
12808 "dap",
12809 "editor",
12810 "extension_host",
12811 "file_finder",
12812 "futures 0.3.31",
12813 "fuzzy",
12814 "gpui",
12815 "indoc",
12816 "language",
12817 "log",
12818 "markdown",
12819 "menu",
12820 "ordered-float 2.10.1",
12821 "paths",
12822 "picker",
12823 "project",
12824 "release_channel",
12825 "remote",
12826 "serde",
12827 "serde_json",
12828 "settings",
12829 "smol",
12830 "task",
12831 "telemetry",
12832 "theme",
12833 "ui",
12834 "util",
12835 "windows-registry 0.6.0",
12836 "workspace",
12837 "workspace-hack",
12838 "zed_actions",
12839]
12840
12841[[package]]
12842name = "redox_syscall"
12843version = "0.2.16"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12846dependencies = [
12847 "bitflags 1.3.2",
12848]
12849
12850[[package]]
12851name = "redox_syscall"
12852version = "0.5.11"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12855dependencies = [
12856 "bitflags 2.9.0",
12857]
12858
12859[[package]]
12860name = "redox_users"
12861version = "0.4.6"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12864dependencies = [
12865 "getrandom 0.2.15",
12866 "libredox",
12867 "thiserror 1.0.69",
12868]
12869
12870[[package]]
12871name = "redox_users"
12872version = "0.5.0"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12875dependencies = [
12876 "getrandom 0.2.15",
12877 "libredox",
12878 "thiserror 2.0.12",
12879]
12880
12881[[package]]
12882name = "ref-cast"
12883version = "1.0.24"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12886dependencies = [
12887 "ref-cast-impl",
12888]
12889
12890[[package]]
12891name = "ref-cast-impl"
12892version = "1.0.24"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12895dependencies = [
12896 "proc-macro2",
12897 "quote",
12898 "syn 2.0.101",
12899]
12900
12901[[package]]
12902name = "referencing"
12903version = "0.30.0"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12906dependencies = [
12907 "ahash 0.8.11",
12908 "fluent-uri",
12909 "once_cell",
12910 "parking_lot",
12911 "percent-encoding",
12912 "serde_json",
12913]
12914
12915[[package]]
12916name = "refineable"
12917version = "0.1.0"
12918dependencies = [
12919 "derive_refineable",
12920 "workspace-hack",
12921]
12922
12923[[package]]
12924name = "regalloc2"
12925version = "0.11.2"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12928dependencies = [
12929 "allocator-api2",
12930 "bumpalo",
12931 "hashbrown 0.15.3",
12932 "log",
12933 "rustc-hash 2.1.1",
12934 "serde",
12935 "smallvec",
12936]
12937
12938[[package]]
12939name = "regex"
12940version = "1.11.1"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12943dependencies = [
12944 "aho-corasick",
12945 "memchr",
12946 "regex-automata",
12947 "regex-syntax",
12948]
12949
12950[[package]]
12951name = "regex-automata"
12952version = "0.4.9"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12955dependencies = [
12956 "aho-corasick",
12957 "memchr",
12958 "regex-syntax",
12959]
12960
12961[[package]]
12962name = "regex-lite"
12963version = "0.1.6"
12964source = "registry+https://github.com/rust-lang/crates.io-index"
12965checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12966
12967[[package]]
12968name = "regex-syntax"
12969version = "0.8.5"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12972
12973[[package]]
12974name = "release_channel"
12975version = "0.1.0"
12976dependencies = [
12977 "gpui",
12978 "workspace-hack",
12979]
12980
12981[[package]]
12982name = "remote"
12983version = "0.1.0"
12984dependencies = [
12985 "anyhow",
12986 "askpass",
12987 "async-trait",
12988 "collections",
12989 "fs",
12990 "futures 0.3.31",
12991 "gpui",
12992 "itertools 0.14.0",
12993 "log",
12994 "parking_lot",
12995 "paths",
12996 "prost 0.9.0",
12997 "release_channel",
12998 "rpc",
12999 "serde",
13000 "serde_json",
13001 "settings",
13002 "shlex",
13003 "smol",
13004 "tempfile",
13005 "thiserror 2.0.12",
13006 "urlencoding",
13007 "util",
13008 "which 6.0.3",
13009 "workspace-hack",
13010]
13011
13012[[package]]
13013name = "remote_server"
13014version = "0.1.0"
13015dependencies = [
13016 "action_log",
13017 "anyhow",
13018 "askpass",
13019 "assistant_tool",
13020 "assistant_tools",
13021 "cargo_toml",
13022 "clap",
13023 "client",
13024 "clock",
13025 "collections",
13026 "crash-handler",
13027 "crashes",
13028 "dap",
13029 "dap_adapters",
13030 "debug_adapter_extension",
13031 "editor",
13032 "env_logger 0.11.8",
13033 "extension",
13034 "extension_host",
13035 "fork",
13036 "fs",
13037 "futures 0.3.31",
13038 "git",
13039 "git2",
13040 "git_hosting_providers",
13041 "gpui",
13042 "gpui_tokio",
13043 "http_client",
13044 "language",
13045 "language_extension",
13046 "language_model",
13047 "languages",
13048 "libc",
13049 "log",
13050 "lsp",
13051 "minidumper",
13052 "node_runtime",
13053 "paths",
13054 "pretty_assertions",
13055 "project",
13056 "proto",
13057 "release_channel",
13058 "remote",
13059 "reqwest_client",
13060 "rpc",
13061 "rust-embed",
13062 "serde",
13063 "serde_json",
13064 "settings",
13065 "shellexpand 2.1.2",
13066 "smol",
13067 "sysinfo",
13068 "thiserror 2.0.12",
13069 "toml 0.8.20",
13070 "unindent",
13071 "util",
13072 "watch",
13073 "workspace",
13074 "worktree",
13075 "zlog",
13076]
13077
13078[[package]]
13079name = "rend"
13080version = "0.4.2"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13083dependencies = [
13084 "bytecheck",
13085]
13086
13087[[package]]
13088name = "repl"
13089version = "0.1.0"
13090dependencies = [
13091 "alacritty_terminal",
13092 "anyhow",
13093 "async-dispatcher",
13094 "async-tungstenite",
13095 "base64 0.22.1",
13096 "client",
13097 "collections",
13098 "command_palette_hooks",
13099 "editor",
13100 "env_logger 0.11.8",
13101 "feature_flags",
13102 "file_icons",
13103 "futures 0.3.31",
13104 "gpui",
13105 "http_client",
13106 "image",
13107 "indoc",
13108 "jupyter-protocol",
13109 "jupyter-websocket-client",
13110 "language",
13111 "languages",
13112 "log",
13113 "markdown_preview",
13114 "menu",
13115 "multi_buffer",
13116 "nbformat",
13117 "picker",
13118 "project",
13119 "runtimelib",
13120 "serde",
13121 "serde_json",
13122 "settings",
13123 "smol",
13124 "telemetry",
13125 "terminal",
13126 "terminal_view",
13127 "theme",
13128 "tree-sitter-md",
13129 "tree-sitter-python",
13130 "tree-sitter-typescript",
13131 "ui",
13132 "util",
13133 "uuid",
13134 "workspace",
13135 "workspace-hack",
13136]
13137
13138[[package]]
13139name = "reqwest"
13140version = "0.11.27"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13143dependencies = [
13144 "base64 0.21.7",
13145 "bytes 1.10.1",
13146 "encoding_rs",
13147 "futures-core",
13148 "futures-util",
13149 "h2 0.3.26",
13150 "http 0.2.12",
13151 "http-body 0.4.6",
13152 "hyper 0.14.32",
13153 "hyper-rustls 0.24.2",
13154 "hyper-tls",
13155 "ipnet",
13156 "js-sys",
13157 "log",
13158 "mime",
13159 "native-tls",
13160 "once_cell",
13161 "percent-encoding",
13162 "pin-project-lite",
13163 "rustls 0.21.12",
13164 "rustls-native-certs 0.6.3",
13165 "rustls-pemfile 1.0.4",
13166 "serde",
13167 "serde_json",
13168 "serde_urlencoded",
13169 "sync_wrapper 0.1.2",
13170 "system-configuration 0.5.1",
13171 "tokio",
13172 "tokio-native-tls",
13173 "tokio-rustls 0.24.1",
13174 "tower-service",
13175 "url",
13176 "wasm-bindgen",
13177 "wasm-bindgen-futures",
13178 "web-sys",
13179 "winreg 0.50.0",
13180]
13181
13182[[package]]
13183name = "reqwest"
13184version = "0.12.15"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13187dependencies = [
13188 "base64 0.22.1",
13189 "bytes 1.10.1",
13190 "futures-channel",
13191 "futures-core",
13192 "futures-util",
13193 "http 1.3.1",
13194 "http-body 1.0.1",
13195 "http-body-util",
13196 "hyper 1.6.0",
13197 "hyper-util",
13198 "ipnet",
13199 "js-sys",
13200 "log",
13201 "mime",
13202 "once_cell",
13203 "percent-encoding",
13204 "pin-project-lite",
13205 "serde",
13206 "serde_json",
13207 "serde_urlencoded",
13208 "sync_wrapper 1.0.2",
13209 "tokio",
13210 "tower 0.5.2",
13211 "tower-service",
13212 "url",
13213 "wasm-bindgen",
13214 "wasm-bindgen-futures",
13215 "web-sys",
13216 "windows-registry 0.4.0",
13217]
13218
13219[[package]]
13220name = "reqwest"
13221version = "0.12.15"
13222source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13223dependencies = [
13224 "base64 0.22.1",
13225 "bytes 1.10.1",
13226 "encoding_rs",
13227 "futures-core",
13228 "futures-util",
13229 "h2 0.4.9",
13230 "http 1.3.1",
13231 "http-body 1.0.1",
13232 "http-body-util",
13233 "hyper 1.6.0",
13234 "hyper-rustls 0.27.5",
13235 "hyper-util",
13236 "ipnet",
13237 "js-sys",
13238 "log",
13239 "mime",
13240 "mime_guess",
13241 "once_cell",
13242 "percent-encoding",
13243 "pin-project-lite",
13244 "quinn",
13245 "rustls 0.23.26",
13246 "rustls-native-certs 0.8.1",
13247 "rustls-pemfile 2.2.0",
13248 "rustls-pki-types",
13249 "serde",
13250 "serde_json",
13251 "serde_urlencoded",
13252 "sync_wrapper 1.0.2",
13253 "system-configuration 0.6.1",
13254 "tokio",
13255 "tokio-rustls 0.26.2",
13256 "tokio-socks",
13257 "tokio-util",
13258 "tower 0.5.2",
13259 "tower-service",
13260 "url",
13261 "wasm-bindgen",
13262 "wasm-bindgen-futures",
13263 "wasm-streams",
13264 "web-sys",
13265 "windows-registry 0.4.0",
13266]
13267
13268[[package]]
13269name = "reqwest_client"
13270version = "0.1.0"
13271dependencies = [
13272 "anyhow",
13273 "bytes 1.10.1",
13274 "futures 0.3.31",
13275 "gpui",
13276 "http_client",
13277 "http_client_tls",
13278 "log",
13279 "regex",
13280 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13281 "serde",
13282 "tokio",
13283 "workspace-hack",
13284]
13285
13286[[package]]
13287name = "resvg"
13288version = "0.45.1"
13289source = "registry+https://github.com/rust-lang/crates.io-index"
13290checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13291dependencies = [
13292 "log",
13293 "pico-args",
13294 "rgb",
13295 "svgtypes",
13296 "tiny-skia",
13297 "usvg",
13298]
13299
13300[[package]]
13301name = "rfc6979"
13302version = "0.3.1"
13303source = "registry+https://github.com/rust-lang/crates.io-index"
13304checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13305dependencies = [
13306 "crypto-bigint 0.4.9",
13307 "hmac",
13308 "zeroize",
13309]
13310
13311[[package]]
13312name = "rgb"
13313version = "0.8.50"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13316dependencies = [
13317 "bytemuck",
13318]
13319
13320[[package]]
13321name = "rich_text"
13322version = "0.1.0"
13323dependencies = [
13324 "futures 0.3.31",
13325 "gpui",
13326 "language",
13327 "linkify",
13328 "pulldown-cmark 0.12.2",
13329 "theme",
13330 "ui",
13331 "util",
13332 "workspace-hack",
13333]
13334
13335[[package]]
13336name = "ring"
13337version = "0.17.14"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13340dependencies = [
13341 "cc",
13342 "cfg-if",
13343 "getrandom 0.2.15",
13344 "libc",
13345 "untrusted",
13346 "windows-sys 0.52.0",
13347]
13348
13349[[package]]
13350name = "rkyv"
13351version = "0.7.45"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13354dependencies = [
13355 "bitvec",
13356 "bytecheck",
13357 "bytes 1.10.1",
13358 "hashbrown 0.12.3",
13359 "ptr_meta",
13360 "rend",
13361 "rkyv_derive",
13362 "seahash",
13363 "tinyvec",
13364 "uuid",
13365]
13366
13367[[package]]
13368name = "rkyv_derive"
13369version = "0.7.45"
13370source = "registry+https://github.com/rust-lang/crates.io-index"
13371checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13372dependencies = [
13373 "proc-macro2",
13374 "quote",
13375 "syn 1.0.109",
13376]
13377
13378[[package]]
13379name = "rmp"
13380version = "0.8.14"
13381source = "registry+https://github.com/rust-lang/crates.io-index"
13382checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13383dependencies = [
13384 "byteorder",
13385 "num-traits",
13386 "paste",
13387]
13388
13389[[package]]
13390name = "rmpv"
13391version = "1.3.0"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13394dependencies = [
13395 "num-traits",
13396 "rmp",
13397]
13398
13399[[package]]
13400name = "rodio"
13401version = "0.21.1"
13402source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13403dependencies = [
13404 "cpal",
13405 "dasp_sample",
13406 "hound",
13407 "num-rational",
13408 "rtrb",
13409 "symphonia",
13410 "thiserror 2.0.12",
13411]
13412
13413[[package]]
13414name = "rope"
13415version = "0.1.0"
13416dependencies = [
13417 "arrayvec",
13418 "criterion",
13419 "ctor",
13420 "gpui",
13421 "log",
13422 "rand 0.9.1",
13423 "rayon",
13424 "smallvec",
13425 "sum_tree",
13426 "unicode-segmentation",
13427 "util",
13428 "workspace-hack",
13429 "zlog",
13430]
13431
13432[[package]]
13433name = "roxmltree"
13434version = "0.20.0"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13437
13438[[package]]
13439name = "rpc"
13440version = "0.1.0"
13441dependencies = [
13442 "anyhow",
13443 "async-tungstenite",
13444 "base64 0.22.1",
13445 "chrono",
13446 "collections",
13447 "futures 0.3.31",
13448 "gpui",
13449 "parking_lot",
13450 "proto",
13451 "rand 0.9.1",
13452 "rsa",
13453 "serde",
13454 "serde_json",
13455 "sha2",
13456 "strum 0.27.1",
13457 "tracing",
13458 "util",
13459 "workspace-hack",
13460 "zlog",
13461 "zstd",
13462]
13463
13464[[package]]
13465name = "rsa"
13466version = "0.9.8"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13469dependencies = [
13470 "const-oid",
13471 "digest",
13472 "num-bigint-dig",
13473 "num-integer",
13474 "num-traits",
13475 "pkcs1",
13476 "pkcs8 0.10.2",
13477 "rand_core 0.6.4",
13478 "signature 2.2.0",
13479 "spki 0.7.3",
13480 "subtle",
13481 "zeroize",
13482]
13483
13484[[package]]
13485name = "rtrb"
13486version = "0.3.2"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13489
13490[[package]]
13491name = "rules_library"
13492version = "0.1.0"
13493dependencies = [
13494 "anyhow",
13495 "collections",
13496 "editor",
13497 "gpui",
13498 "language",
13499 "language_model",
13500 "log",
13501 "menu",
13502 "picker",
13503 "prompt_store",
13504 "release_channel",
13505 "rope",
13506 "serde",
13507 "settings",
13508 "theme",
13509 "title_bar",
13510 "ui",
13511 "util",
13512 "workspace",
13513 "workspace-hack",
13514 "zed_actions",
13515]
13516
13517[[package]]
13518name = "runtimelib"
13519version = "0.25.0"
13520source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13521dependencies = [
13522 "anyhow",
13523 "async-dispatcher",
13524 "async-std",
13525 "base64 0.22.1",
13526 "bytes 1.10.1",
13527 "chrono",
13528 "data-encoding",
13529 "dirs 5.0.1",
13530 "futures 0.3.31",
13531 "glob",
13532 "jupyter-protocol",
13533 "ring",
13534 "serde",
13535 "serde_json",
13536 "shellexpand 3.1.1",
13537 "smol",
13538 "uuid",
13539 "zeromq",
13540]
13541
13542[[package]]
13543name = "rust-embed"
13544version = "8.7.0"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13547dependencies = [
13548 "rust-embed-impl",
13549 "rust-embed-utils",
13550 "walkdir",
13551]
13552
13553[[package]]
13554name = "rust-embed-impl"
13555version = "8.7.0"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13558dependencies = [
13559 "proc-macro2",
13560 "quote",
13561 "rust-embed-utils",
13562 "syn 2.0.101",
13563 "walkdir",
13564]
13565
13566[[package]]
13567name = "rust-embed-utils"
13568version = "8.7.0"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13571dependencies = [
13572 "globset",
13573 "sha2",
13574 "walkdir",
13575]
13576
13577[[package]]
13578name = "rust_decimal"
13579version = "1.37.1"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13582dependencies = [
13583 "arrayvec",
13584 "borsh",
13585 "bytes 1.10.1",
13586 "num-traits",
13587 "rand 0.8.5",
13588 "rkyv",
13589 "serde",
13590 "serde_json",
13591]
13592
13593[[package]]
13594name = "rustc-demangle"
13595version = "0.1.24"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13598
13599[[package]]
13600name = "rustc-hash"
13601version = "1.1.0"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13604
13605[[package]]
13606name = "rustc-hash"
13607version = "2.1.1"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13610
13611[[package]]
13612name = "rustc_version"
13613version = "0.4.1"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13616dependencies = [
13617 "semver",
13618]
13619
13620[[package]]
13621name = "rustfft"
13622version = "6.4.0"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13625dependencies = [
13626 "num-complex",
13627 "num-integer",
13628 "num-traits",
13629 "primal-check",
13630 "strength_reduce",
13631 "transpose",
13632]
13633
13634[[package]]
13635name = "rustix"
13636version = "0.38.44"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13639dependencies = [
13640 "bitflags 2.9.0",
13641 "errno 0.3.11",
13642 "libc",
13643 "linux-raw-sys 0.4.15",
13644 "windows-sys 0.52.0",
13645]
13646
13647[[package]]
13648name = "rustix"
13649version = "1.0.7"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13652dependencies = [
13653 "bitflags 2.9.0",
13654 "errno 0.3.11",
13655 "libc",
13656 "linux-raw-sys 0.9.4",
13657 "windows-sys 0.52.0",
13658]
13659
13660[[package]]
13661name = "rustix-linux-procfs"
13662version = "0.1.1"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13665dependencies = [
13666 "once_cell",
13667 "rustix 1.0.7",
13668]
13669
13670[[package]]
13671name = "rustix-openpty"
13672version = "0.2.0"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13675dependencies = [
13676 "errno 0.3.11",
13677 "libc",
13678 "rustix 1.0.7",
13679]
13680
13681[[package]]
13682name = "rustls"
13683version = "0.21.12"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13686dependencies = [
13687 "log",
13688 "ring",
13689 "rustls-webpki 0.101.7",
13690 "sct",
13691]
13692
13693[[package]]
13694name = "rustls"
13695version = "0.23.26"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13698dependencies = [
13699 "aws-lc-rs",
13700 "log",
13701 "once_cell",
13702 "ring",
13703 "rustls-pki-types",
13704 "rustls-webpki 0.103.1",
13705 "subtle",
13706 "zeroize",
13707]
13708
13709[[package]]
13710name = "rustls-native-certs"
13711version = "0.6.3"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13714dependencies = [
13715 "openssl-probe",
13716 "rustls-pemfile 1.0.4",
13717 "schannel",
13718 "security-framework 2.11.1",
13719]
13720
13721[[package]]
13722name = "rustls-native-certs"
13723version = "0.8.1"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13726dependencies = [
13727 "openssl-probe",
13728 "rustls-pki-types",
13729 "schannel",
13730 "security-framework 3.2.0",
13731]
13732
13733[[package]]
13734name = "rustls-pemfile"
13735version = "1.0.4"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13738dependencies = [
13739 "base64 0.21.7",
13740]
13741
13742[[package]]
13743name = "rustls-pemfile"
13744version = "2.2.0"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13747dependencies = [
13748 "rustls-pki-types",
13749]
13750
13751[[package]]
13752name = "rustls-pki-types"
13753version = "1.12.0"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13756dependencies = [
13757 "web-time",
13758 "zeroize",
13759]
13760
13761[[package]]
13762name = "rustls-platform-verifier"
13763version = "0.5.1"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13766dependencies = [
13767 "core-foundation 0.10.0",
13768 "core-foundation-sys",
13769 "jni",
13770 "log",
13771 "once_cell",
13772 "rustls 0.23.26",
13773 "rustls-native-certs 0.8.1",
13774 "rustls-platform-verifier-android",
13775 "rustls-webpki 0.103.1",
13776 "security-framework 3.2.0",
13777 "security-framework-sys",
13778 "webpki-root-certs",
13779 "windows-sys 0.52.0",
13780]
13781
13782[[package]]
13783name = "rustls-platform-verifier-android"
13784version = "0.1.1"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13787
13788[[package]]
13789name = "rustls-webpki"
13790version = "0.101.7"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13793dependencies = [
13794 "ring",
13795 "untrusted",
13796]
13797
13798[[package]]
13799name = "rustls-webpki"
13800version = "0.103.1"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13803dependencies = [
13804 "aws-lc-rs",
13805 "ring",
13806 "rustls-pki-types",
13807 "untrusted",
13808]
13809
13810[[package]]
13811name = "rustversion"
13812version = "1.0.20"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13815
13816[[package]]
13817name = "rustybuzz"
13818version = "0.14.1"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13821dependencies = [
13822 "bitflags 2.9.0",
13823 "bytemuck",
13824 "libm",
13825 "smallvec",
13826 "ttf-parser 0.21.1",
13827 "unicode-bidi-mirroring 0.2.0",
13828 "unicode-ccc 0.2.0",
13829 "unicode-properties",
13830 "unicode-script",
13831]
13832
13833[[package]]
13834name = "rustybuzz"
13835version = "0.20.1"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13838dependencies = [
13839 "bitflags 2.9.0",
13840 "bytemuck",
13841 "core_maths",
13842 "log",
13843 "smallvec",
13844 "ttf-parser 0.25.1",
13845 "unicode-bidi-mirroring 0.4.0",
13846 "unicode-ccc 0.4.0",
13847 "unicode-properties",
13848 "unicode-script",
13849]
13850
13851[[package]]
13852name = "ryu"
13853version = "1.0.20"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13856
13857[[package]]
13858name = "safetensors"
13859version = "0.4.5"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13862dependencies = [
13863 "serde",
13864 "serde_json",
13865]
13866
13867[[package]]
13868name = "salsa20"
13869version = "0.10.2"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13872dependencies = [
13873 "cipher",
13874]
13875
13876[[package]]
13877name = "same-file"
13878version = "1.0.6"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13881dependencies = [
13882 "winapi-util",
13883]
13884
13885[[package]]
13886name = "scap"
13887version = "0.0.8"
13888source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13889dependencies = [
13890 "anyhow",
13891 "cocoa 0.25.0",
13892 "core-graphics-helmer-fork",
13893 "log",
13894 "objc",
13895 "rand 0.8.5",
13896 "screencapturekit",
13897 "screencapturekit-sys",
13898 "sysinfo",
13899 "tao-core-video-sys",
13900 "windows 0.61.1",
13901 "windows-capture",
13902 "x11",
13903 "xcb",
13904]
13905
13906[[package]]
13907name = "schannel"
13908version = "0.1.27"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13911dependencies = [
13912 "windows-sys 0.59.0",
13913]
13914
13915[[package]]
13916name = "scheduler"
13917version = "0.1.0"
13918dependencies = [
13919 "async-task",
13920 "backtrace",
13921 "chrono",
13922 "futures 0.3.31",
13923 "parking_lot",
13924 "rand 0.9.1",
13925 "workspace-hack",
13926]
13927
13928[[package]]
13929name = "schema_generator"
13930version = "0.1.0"
13931dependencies = [
13932 "anyhow",
13933 "clap",
13934 "env_logger 0.11.8",
13935 "schemars 1.0.1",
13936 "serde",
13937 "serde_json",
13938 "theme",
13939 "workspace-hack",
13940]
13941
13942[[package]]
13943name = "schemars"
13944version = "0.9.0"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13947dependencies = [
13948 "dyn-clone",
13949 "ref-cast",
13950 "serde",
13951 "serde_json",
13952]
13953
13954[[package]]
13955name = "schemars"
13956version = "1.0.1"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13959dependencies = [
13960 "dyn-clone",
13961 "indexmap 2.9.0",
13962 "ref-cast",
13963 "schemars_derive",
13964 "serde",
13965 "serde_json",
13966]
13967
13968[[package]]
13969name = "schemars_derive"
13970version = "1.0.1"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
13973dependencies = [
13974 "proc-macro2",
13975 "quote",
13976 "serde_derive_internals",
13977 "syn 2.0.101",
13978]
13979
13980[[package]]
13981name = "scoped-tls"
13982version = "1.0.1"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13985
13986[[package]]
13987name = "scopeguard"
13988version = "1.2.0"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13991
13992[[package]]
13993name = "scratch"
13994version = "1.0.8"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13997
13998[[package]]
13999name = "screencapturekit"
14000version = "0.2.8"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14003dependencies = [
14004 "screencapturekit-sys",
14005]
14006
14007[[package]]
14008name = "screencapturekit-sys"
14009version = "0.2.8"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14012dependencies = [
14013 "block",
14014 "dispatch",
14015 "objc",
14016 "objc-foundation",
14017 "objc_id",
14018 "once_cell",
14019]
14020
14021[[package]]
14022name = "scroll"
14023version = "0.12.0"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14026dependencies = [
14027 "scroll_derive",
14028]
14029
14030[[package]]
14031name = "scroll_derive"
14032version = "0.12.1"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14035dependencies = [
14036 "proc-macro2",
14037 "quote",
14038 "syn 2.0.101",
14039]
14040
14041[[package]]
14042name = "scrypt"
14043version = "0.11.0"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14046dependencies = [
14047 "password-hash 0.5.0",
14048 "pbkdf2 0.12.2",
14049 "salsa20",
14050 "sha2",
14051]
14052
14053[[package]]
14054name = "sct"
14055version = "0.7.1"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14058dependencies = [
14059 "ring",
14060 "untrusted",
14061]
14062
14063[[package]]
14064name = "sea-bae"
14065version = "0.2.1"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14068dependencies = [
14069 "heck 0.4.1",
14070 "proc-macro-error2",
14071 "proc-macro2",
14072 "quote",
14073 "syn 2.0.101",
14074]
14075
14076[[package]]
14077name = "sea-orm"
14078version = "1.1.10"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14081dependencies = [
14082 "async-stream",
14083 "async-trait",
14084 "bigdecimal",
14085 "chrono",
14086 "futures-util",
14087 "log",
14088 "ouroboros",
14089 "pgvector",
14090 "rust_decimal",
14091 "sea-orm-macros",
14092 "sea-query",
14093 "sea-query-binder",
14094 "serde",
14095 "serde_json",
14096 "sqlx",
14097 "strum 0.26.3",
14098 "thiserror 2.0.12",
14099 "time",
14100 "tracing",
14101 "url",
14102 "uuid",
14103]
14104
14105[[package]]
14106name = "sea-orm-macros"
14107version = "1.1.10"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14110dependencies = [
14111 "heck 0.4.1",
14112 "proc-macro2",
14113 "quote",
14114 "sea-bae",
14115 "syn 2.0.101",
14116 "unicode-ident",
14117]
14118
14119[[package]]
14120name = "sea-query"
14121version = "0.32.4"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14124dependencies = [
14125 "bigdecimal",
14126 "chrono",
14127 "inherent",
14128 "ordered-float 4.6.0",
14129 "rust_decimal",
14130 "serde_json",
14131 "time",
14132 "uuid",
14133]
14134
14135[[package]]
14136name = "sea-query-binder"
14137version = "0.7.0"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14140dependencies = [
14141 "bigdecimal",
14142 "chrono",
14143 "rust_decimal",
14144 "sea-query",
14145 "serde_json",
14146 "sqlx",
14147 "time",
14148 "uuid",
14149]
14150
14151[[package]]
14152name = "seahash"
14153version = "4.1.0"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14156
14157[[package]]
14158name = "search"
14159version = "0.1.0"
14160dependencies = [
14161 "any_vec",
14162 "anyhow",
14163 "bitflags 2.9.0",
14164 "client",
14165 "collections",
14166 "editor",
14167 "futures 0.3.31",
14168 "gpui",
14169 "language",
14170 "menu",
14171 "project",
14172 "schemars 1.0.1",
14173 "serde",
14174 "serde_json",
14175 "settings",
14176 "smol",
14177 "theme",
14178 "ui",
14179 "unindent",
14180 "util",
14181 "workspace",
14182 "workspace-hack",
14183 "zed_actions",
14184]
14185
14186[[package]]
14187name = "sec1"
14188version = "0.3.0"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14191dependencies = [
14192 "base16ct",
14193 "der 0.6.1",
14194 "generic-array",
14195 "pkcs8 0.9.0",
14196 "subtle",
14197 "zeroize",
14198]
14199
14200[[package]]
14201name = "security-framework"
14202version = "2.11.1"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14205dependencies = [
14206 "bitflags 2.9.0",
14207 "core-foundation 0.9.4",
14208 "core-foundation-sys",
14209 "libc",
14210 "security-framework-sys",
14211]
14212
14213[[package]]
14214name = "security-framework"
14215version = "3.2.0"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14218dependencies = [
14219 "bitflags 2.9.0",
14220 "core-foundation 0.10.0",
14221 "core-foundation-sys",
14222 "libc",
14223 "security-framework-sys",
14224]
14225
14226[[package]]
14227name = "security-framework-sys"
14228version = "2.14.0"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14231dependencies = [
14232 "core-foundation-sys",
14233 "libc",
14234]
14235
14236[[package]]
14237name = "self_cell"
14238version = "1.2.0"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14241
14242[[package]]
14243name = "semantic_version"
14244version = "0.1.0"
14245dependencies = [
14246 "anyhow",
14247 "serde",
14248 "workspace-hack",
14249]
14250
14251[[package]]
14252name = "semver"
14253version = "1.0.26"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14256dependencies = [
14257 "serde",
14258]
14259
14260[[package]]
14261name = "seq-macro"
14262version = "0.3.6"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14265
14266[[package]]
14267name = "serde"
14268version = "1.0.221"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14271dependencies = [
14272 "serde_core",
14273 "serde_derive",
14274]
14275
14276[[package]]
14277name = "serde_core"
14278version = "1.0.221"
14279source = "registry+https://github.com/rust-lang/crates.io-index"
14280checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14281dependencies = [
14282 "serde_derive",
14283]
14284
14285[[package]]
14286name = "serde_derive"
14287version = "1.0.221"
14288source = "registry+https://github.com/rust-lang/crates.io-index"
14289checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14290dependencies = [
14291 "proc-macro2",
14292 "quote",
14293 "syn 2.0.101",
14294]
14295
14296[[package]]
14297name = "serde_derive_internals"
14298version = "0.29.1"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14301dependencies = [
14302 "proc-macro2",
14303 "quote",
14304 "syn 2.0.101",
14305]
14306
14307[[package]]
14308name = "serde_fmt"
14309version = "1.0.3"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14312dependencies = [
14313 "serde",
14314]
14315
14316[[package]]
14317name = "serde_json"
14318version = "1.0.144"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14321dependencies = [
14322 "indexmap 2.9.0",
14323 "itoa",
14324 "memchr",
14325 "ryu",
14326 "serde_core",
14327]
14328
14329[[package]]
14330name = "serde_json_lenient"
14331version = "0.2.4"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14334dependencies = [
14335 "indexmap 2.9.0",
14336 "itoa",
14337 "memchr",
14338 "ryu",
14339 "serde",
14340]
14341
14342[[package]]
14343name = "serde_path_to_error"
14344version = "0.1.17"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14347dependencies = [
14348 "itoa",
14349 "serde",
14350]
14351
14352[[package]]
14353name = "serde_repr"
14354version = "0.1.20"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14357dependencies = [
14358 "proc-macro2",
14359 "quote",
14360 "syn 2.0.101",
14361]
14362
14363[[package]]
14364name = "serde_spanned"
14365version = "0.6.8"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14368dependencies = [
14369 "serde",
14370]
14371
14372[[package]]
14373name = "serde_urlencoded"
14374version = "0.7.1"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14377dependencies = [
14378 "form_urlencoded",
14379 "itoa",
14380 "ryu",
14381 "serde",
14382]
14383
14384[[package]]
14385name = "serde_with"
14386version = "3.13.0"
14387source = "registry+https://github.com/rust-lang/crates.io-index"
14388checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14389dependencies = [
14390 "base64 0.22.1",
14391 "chrono",
14392 "hex",
14393 "indexmap 1.9.3",
14394 "indexmap 2.9.0",
14395 "schemars 0.9.0",
14396 "serde",
14397 "serde_derive",
14398 "serde_json",
14399 "serde_with_macros",
14400 "time",
14401]
14402
14403[[package]]
14404name = "serde_with_macros"
14405version = "3.13.0"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14408dependencies = [
14409 "darling",
14410 "proc-macro2",
14411 "quote",
14412 "syn 2.0.101",
14413]
14414
14415[[package]]
14416name = "serial2"
14417version = "0.2.29"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14420dependencies = [
14421 "cfg-if",
14422 "libc",
14423 "winapi",
14424]
14425
14426[[package]]
14427name = "session"
14428version = "0.1.0"
14429dependencies = [
14430 "db",
14431 "gpui",
14432 "serde_json",
14433 "util",
14434 "uuid",
14435 "workspace-hack",
14436]
14437
14438[[package]]
14439name = "settings"
14440version = "0.1.0"
14441dependencies = [
14442 "anyhow",
14443 "collections",
14444 "ec4rs",
14445 "fs",
14446 "futures 0.3.31",
14447 "gpui",
14448 "indoc",
14449 "inventory",
14450 "log",
14451 "paths",
14452 "pretty_assertions",
14453 "release_channel",
14454 "rust-embed",
14455 "schemars 1.0.1",
14456 "serde",
14457 "serde_json",
14458 "serde_json_lenient",
14459 "serde_path_to_error",
14460 "serde_repr",
14461 "serde_with",
14462 "settings_macros",
14463 "smallvec",
14464 "strum 0.27.1",
14465 "tree-sitter",
14466 "tree-sitter-json",
14467 "unindent",
14468 "util",
14469 "workspace-hack",
14470 "zlog",
14471]
14472
14473[[package]]
14474name = "settings_macros"
14475version = "0.1.0"
14476dependencies = [
14477 "quote",
14478 "settings",
14479 "syn 2.0.101",
14480 "workspace-hack",
14481]
14482
14483[[package]]
14484name = "settings_profile_selector"
14485version = "0.1.0"
14486dependencies = [
14487 "client",
14488 "editor",
14489 "fuzzy",
14490 "gpui",
14491 "language",
14492 "menu",
14493 "picker",
14494 "project",
14495 "serde_json",
14496 "settings",
14497 "theme",
14498 "ui",
14499 "workspace",
14500 "workspace-hack",
14501 "zed_actions",
14502]
14503
14504[[package]]
14505name = "settings_ui"
14506version = "0.1.0"
14507dependencies = [
14508 "anyhow",
14509 "assets",
14510 "client",
14511 "command_palette_hooks",
14512 "editor",
14513 "feature_flags",
14514 "fs",
14515 "futures 0.3.31",
14516 "gpui",
14517 "language",
14518 "menu",
14519 "node_runtime",
14520 "paths",
14521 "project",
14522 "serde",
14523 "session",
14524 "settings",
14525 "strum 0.27.1",
14526 "theme",
14527 "ui",
14528 "util",
14529 "workspace",
14530 "workspace-hack",
14531 "zlog",
14532]
14533
14534[[package]]
14535name = "sha1"
14536version = "0.10.6"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14539dependencies = [
14540 "cfg-if",
14541 "cpufeatures",
14542 "digest",
14543]
14544
14545[[package]]
14546name = "sha1_smol"
14547version = "1.0.1"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14550
14551[[package]]
14552name = "sha2"
14553version = "0.10.8"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14556dependencies = [
14557 "cfg-if",
14558 "cpufeatures",
14559 "digest",
14560]
14561
14562[[package]]
14563name = "sharded-slab"
14564version = "0.1.7"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14567dependencies = [
14568 "lazy_static",
14569]
14570
14571[[package]]
14572name = "shared_library"
14573version = "0.1.9"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14576dependencies = [
14577 "lazy_static",
14578 "libc",
14579]
14580
14581[[package]]
14582name = "shell-words"
14583version = "1.1.0"
14584source = "registry+https://github.com/rust-lang/crates.io-index"
14585checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14586
14587[[package]]
14588name = "shellexpand"
14589version = "2.1.2"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14592dependencies = [
14593 "dirs 4.0.0",
14594]
14595
14596[[package]]
14597name = "shellexpand"
14598version = "3.1.1"
14599source = "registry+https://github.com/rust-lang/crates.io-index"
14600checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14601dependencies = [
14602 "dirs 6.0.0",
14603]
14604
14605[[package]]
14606name = "shlex"
14607version = "1.3.0"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14610
14611[[package]]
14612name = "signal-hook"
14613version = "0.3.17"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14616dependencies = [
14617 "libc",
14618 "signal-hook-registry",
14619]
14620
14621[[package]]
14622name = "signal-hook-registry"
14623version = "1.4.5"
14624source = "registry+https://github.com/rust-lang/crates.io-index"
14625checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14626dependencies = [
14627 "libc",
14628]
14629
14630[[package]]
14631name = "signature"
14632version = "1.6.4"
14633source = "registry+https://github.com/rust-lang/crates.io-index"
14634checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14635dependencies = [
14636 "digest",
14637 "rand_core 0.6.4",
14638]
14639
14640[[package]]
14641name = "signature"
14642version = "2.2.0"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14645dependencies = [
14646 "digest",
14647 "rand_core 0.6.4",
14648]
14649
14650[[package]]
14651name = "simd-adler32"
14652version = "0.3.7"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14655
14656[[package]]
14657name = "simd_helpers"
14658version = "0.1.0"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14661dependencies = [
14662 "quote",
14663]
14664
14665[[package]]
14666name = "simdutf8"
14667version = "0.1.5"
14668source = "registry+https://github.com/rust-lang/crates.io-index"
14669checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14670
14671[[package]]
14672name = "simple_asn1"
14673version = "0.6.3"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14676dependencies = [
14677 "num-bigint",
14678 "num-traits",
14679 "thiserror 2.0.12",
14680 "time",
14681]
14682
14683[[package]]
14684name = "simplecss"
14685version = "0.2.2"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14688dependencies = [
14689 "log",
14690]
14691
14692[[package]]
14693name = "simplelog"
14694version = "0.12.2"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14697dependencies = [
14698 "log",
14699 "termcolor",
14700 "time",
14701]
14702
14703[[package]]
14704name = "siphasher"
14705version = "1.0.1"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14708
14709[[package]]
14710name = "skrifa"
14711version = "0.26.6"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14714dependencies = [
14715 "bytemuck",
14716 "read-fonts",
14717]
14718
14719[[package]]
14720name = "slab"
14721version = "0.4.9"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14724dependencies = [
14725 "autocfg",
14726]
14727
14728[[package]]
14729name = "slash_commands_example"
14730version = "0.1.0"
14731dependencies = [
14732 "zed_extension_api 0.1.0",
14733]
14734
14735[[package]]
14736name = "slotmap"
14737version = "1.0.7"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14740dependencies = [
14741 "version_check",
14742]
14743
14744[[package]]
14745name = "smallvec"
14746version = "1.15.0"
14747source = "registry+https://github.com/rust-lang/crates.io-index"
14748checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14749dependencies = [
14750 "serde",
14751]
14752
14753[[package]]
14754name = "smart-default"
14755version = "0.7.1"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14758dependencies = [
14759 "proc-macro2",
14760 "quote",
14761 "syn 2.0.101",
14762]
14763
14764[[package]]
14765name = "smol"
14766version = "2.0.2"
14767source = "registry+https://github.com/rust-lang/crates.io-index"
14768checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14769dependencies = [
14770 "async-channel 2.3.1",
14771 "async-executor",
14772 "async-fs",
14773 "async-io",
14774 "async-lock",
14775 "async-net",
14776 "async-process",
14777 "blocking",
14778 "futures-lite 2.6.0",
14779]
14780
14781[[package]]
14782name = "smol_str"
14783version = "0.2.2"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14786
14787[[package]]
14788name = "snippet"
14789version = "0.1.0"
14790dependencies = [
14791 "anyhow",
14792 "smallvec",
14793 "workspace-hack",
14794]
14795
14796[[package]]
14797name = "snippet_provider"
14798version = "0.1.0"
14799dependencies = [
14800 "anyhow",
14801 "collections",
14802 "extension",
14803 "fs",
14804 "futures 0.3.31",
14805 "gpui",
14806 "indoc",
14807 "parking_lot",
14808 "paths",
14809 "schemars 1.0.1",
14810 "serde",
14811 "serde_json_lenient",
14812 "snippet",
14813 "util",
14814 "workspace-hack",
14815]
14816
14817[[package]]
14818name = "snippets_ui"
14819version = "0.1.0"
14820dependencies = [
14821 "file_finder",
14822 "file_icons",
14823 "fuzzy",
14824 "gpui",
14825 "language",
14826 "paths",
14827 "picker",
14828 "settings",
14829 "ui",
14830 "util",
14831 "workspace",
14832 "workspace-hack",
14833]
14834
14835[[package]]
14836name = "socket2"
14837version = "0.5.9"
14838source = "registry+https://github.com/rust-lang/crates.io-index"
14839checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14840dependencies = [
14841 "libc",
14842 "windows-sys 0.52.0",
14843]
14844
14845[[package]]
14846name = "spdx"
14847version = "0.10.8"
14848source = "registry+https://github.com/rust-lang/crates.io-index"
14849checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14850dependencies = [
14851 "smallvec",
14852]
14853
14854[[package]]
14855name = "spin"
14856version = "0.9.8"
14857source = "registry+https://github.com/rust-lang/crates.io-index"
14858checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14859dependencies = [
14860 "lock_api",
14861]
14862
14863[[package]]
14864name = "spirv"
14865version = "0.3.0+sdk-1.3.268.0"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14868dependencies = [
14869 "bitflags 2.9.0",
14870]
14871
14872[[package]]
14873name = "spki"
14874version = "0.6.0"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14877dependencies = [
14878 "base64ct",
14879 "der 0.6.1",
14880]
14881
14882[[package]]
14883name = "spki"
14884version = "0.7.3"
14885source = "registry+https://github.com/rust-lang/crates.io-index"
14886checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14887dependencies = [
14888 "base64ct",
14889 "der 0.7.10",
14890]
14891
14892[[package]]
14893name = "sptr"
14894version = "0.3.2"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14897
14898[[package]]
14899name = "sqlez"
14900version = "0.1.0"
14901dependencies = [
14902 "anyhow",
14903 "collections",
14904 "futures 0.3.31",
14905 "indoc",
14906 "libsqlite3-sys",
14907 "log",
14908 "parking_lot",
14909 "smol",
14910 "sqlformat",
14911 "thread_local",
14912 "util",
14913 "uuid",
14914 "workspace-hack",
14915]
14916
14917[[package]]
14918name = "sqlez_macros"
14919version = "0.1.0"
14920dependencies = [
14921 "sqlez",
14922 "sqlformat",
14923 "syn 2.0.101",
14924 "workspace-hack",
14925]
14926
14927[[package]]
14928name = "sqlformat"
14929version = "0.2.6"
14930source = "registry+https://github.com/rust-lang/crates.io-index"
14931checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14932dependencies = [
14933 "nom 7.1.3",
14934 "unicode_categories",
14935]
14936
14937[[package]]
14938name = "sqlx"
14939version = "0.8.5"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14942dependencies = [
14943 "sqlx-core",
14944 "sqlx-macros",
14945 "sqlx-mysql",
14946 "sqlx-postgres",
14947 "sqlx-sqlite",
14948]
14949
14950[[package]]
14951name = "sqlx-core"
14952version = "0.8.5"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14955dependencies = [
14956 "base64 0.22.1",
14957 "bigdecimal",
14958 "bytes 1.10.1",
14959 "chrono",
14960 "crc",
14961 "crossbeam-queue",
14962 "either",
14963 "event-listener 5.4.0",
14964 "futures-core",
14965 "futures-intrusive",
14966 "futures-io",
14967 "futures-util",
14968 "hashbrown 0.15.3",
14969 "hashlink 0.10.0",
14970 "indexmap 2.9.0",
14971 "log",
14972 "memchr",
14973 "once_cell",
14974 "percent-encoding",
14975 "rust_decimal",
14976 "rustls 0.23.26",
14977 "serde",
14978 "serde_json",
14979 "sha2",
14980 "smallvec",
14981 "thiserror 2.0.12",
14982 "time",
14983 "tokio",
14984 "tokio-stream",
14985 "tracing",
14986 "url",
14987 "uuid",
14988 "webpki-roots",
14989]
14990
14991[[package]]
14992name = "sqlx-macros"
14993version = "0.8.5"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14996dependencies = [
14997 "proc-macro2",
14998 "quote",
14999 "sqlx-core",
15000 "sqlx-macros-core",
15001 "syn 2.0.101",
15002]
15003
15004[[package]]
15005name = "sqlx-macros-core"
15006version = "0.8.5"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15009dependencies = [
15010 "dotenvy",
15011 "either",
15012 "heck 0.5.0",
15013 "hex",
15014 "once_cell",
15015 "proc-macro2",
15016 "quote",
15017 "serde",
15018 "serde_json",
15019 "sha2",
15020 "sqlx-core",
15021 "sqlx-mysql",
15022 "sqlx-postgres",
15023 "sqlx-sqlite",
15024 "syn 2.0.101",
15025 "tempfile",
15026 "tokio",
15027 "url",
15028]
15029
15030[[package]]
15031name = "sqlx-mysql"
15032version = "0.8.5"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15035dependencies = [
15036 "atoi",
15037 "base64 0.22.1",
15038 "bigdecimal",
15039 "bitflags 2.9.0",
15040 "byteorder",
15041 "bytes 1.10.1",
15042 "chrono",
15043 "crc",
15044 "digest",
15045 "dotenvy",
15046 "either",
15047 "futures-channel",
15048 "futures-core",
15049 "futures-io",
15050 "futures-util",
15051 "generic-array",
15052 "hex",
15053 "hkdf",
15054 "hmac",
15055 "itoa",
15056 "log",
15057 "md-5",
15058 "memchr",
15059 "once_cell",
15060 "percent-encoding",
15061 "rand 0.8.5",
15062 "rsa",
15063 "rust_decimal",
15064 "serde",
15065 "sha1",
15066 "sha2",
15067 "smallvec",
15068 "sqlx-core",
15069 "stringprep",
15070 "thiserror 2.0.12",
15071 "time",
15072 "tracing",
15073 "uuid",
15074 "whoami",
15075]
15076
15077[[package]]
15078name = "sqlx-postgres"
15079version = "0.8.5"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15082dependencies = [
15083 "atoi",
15084 "base64 0.22.1",
15085 "bigdecimal",
15086 "bitflags 2.9.0",
15087 "byteorder",
15088 "chrono",
15089 "crc",
15090 "dotenvy",
15091 "etcetera",
15092 "futures-channel",
15093 "futures-core",
15094 "futures-util",
15095 "hex",
15096 "hkdf",
15097 "hmac",
15098 "home",
15099 "itoa",
15100 "log",
15101 "md-5",
15102 "memchr",
15103 "num-bigint",
15104 "once_cell",
15105 "rand 0.8.5",
15106 "rust_decimal",
15107 "serde",
15108 "serde_json",
15109 "sha2",
15110 "smallvec",
15111 "sqlx-core",
15112 "stringprep",
15113 "thiserror 2.0.12",
15114 "time",
15115 "tracing",
15116 "uuid",
15117 "whoami",
15118]
15119
15120[[package]]
15121name = "sqlx-sqlite"
15122version = "0.8.5"
15123source = "registry+https://github.com/rust-lang/crates.io-index"
15124checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15125dependencies = [
15126 "atoi",
15127 "chrono",
15128 "flume",
15129 "futures-channel",
15130 "futures-core",
15131 "futures-executor",
15132 "futures-intrusive",
15133 "futures-util",
15134 "libsqlite3-sys",
15135 "log",
15136 "percent-encoding",
15137 "serde",
15138 "serde_urlencoded",
15139 "sqlx-core",
15140 "thiserror 2.0.12",
15141 "time",
15142 "tracing",
15143 "url",
15144 "uuid",
15145]
15146
15147[[package]]
15148name = "stable_deref_trait"
15149version = "1.2.0"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15152
15153[[package]]
15154name = "stacker"
15155version = "0.1.21"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15158dependencies = [
15159 "cc",
15160 "cfg-if",
15161 "libc",
15162 "psm",
15163 "windows-sys 0.52.0",
15164]
15165
15166[[package]]
15167name = "stacksafe"
15168version = "0.1.4"
15169source = "registry+https://github.com/rust-lang/crates.io-index"
15170checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15171dependencies = [
15172 "stacker",
15173 "stacksafe-macro",
15174]
15175
15176[[package]]
15177name = "stacksafe-macro"
15178version = "0.1.4"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15181dependencies = [
15182 "proc-macro-error2",
15183 "quote",
15184 "syn 2.0.101",
15185]
15186
15187[[package]]
15188name = "static_assertions"
15189version = "1.1.0"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15192
15193[[package]]
15194name = "story"
15195version = "0.1.0"
15196dependencies = [
15197 "gpui",
15198 "itertools 0.14.0",
15199 "smallvec",
15200 "workspace-hack",
15201]
15202
15203[[package]]
15204name = "storybook"
15205version = "0.1.0"
15206dependencies = [
15207 "anyhow",
15208 "clap",
15209 "collab_ui",
15210 "ctrlc",
15211 "dialoguer",
15212 "editor",
15213 "fuzzy",
15214 "gpui",
15215 "indoc",
15216 "language",
15217 "log",
15218 "menu",
15219 "picker",
15220 "project",
15221 "reqwest_client",
15222 "rust-embed",
15223 "settings",
15224 "simplelog",
15225 "story",
15226 "strum 0.27.1",
15227 "theme",
15228 "title_bar",
15229 "ui",
15230 "workspace",
15231 "workspace-hack",
15232]
15233
15234[[package]]
15235name = "streaming-iterator"
15236version = "0.1.9"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15239
15240[[package]]
15241name = "streaming_diff"
15242version = "0.1.0"
15243dependencies = [
15244 "ordered-float 2.10.1",
15245 "rand 0.9.1",
15246 "rope",
15247 "util",
15248 "workspace-hack",
15249]
15250
15251[[package]]
15252name = "strength_reduce"
15253version = "0.2.4"
15254source = "registry+https://github.com/rust-lang/crates.io-index"
15255checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15256
15257[[package]]
15258name = "strict-num"
15259version = "0.1.1"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15262dependencies = [
15263 "float-cmp",
15264]
15265
15266[[package]]
15267name = "string_cache"
15268version = "0.8.9"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15271dependencies = [
15272 "new_debug_unreachable",
15273 "parking_lot",
15274 "phf_shared",
15275 "precomputed-hash",
15276 "serde",
15277]
15278
15279[[package]]
15280name = "string_cache_codegen"
15281version = "0.5.4"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15284dependencies = [
15285 "phf_generator",
15286 "phf_shared",
15287 "proc-macro2",
15288 "quote",
15289]
15290
15291[[package]]
15292name = "stringprep"
15293version = "0.1.5"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15296dependencies = [
15297 "unicode-bidi",
15298 "unicode-normalization",
15299 "unicode-properties",
15300]
15301
15302[[package]]
15303name = "strsim"
15304version = "0.11.1"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15307
15308[[package]]
15309name = "strum"
15310version = "0.26.3"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15313dependencies = [
15314 "strum_macros 0.26.4",
15315]
15316
15317[[package]]
15318name = "strum"
15319version = "0.27.1"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15322dependencies = [
15323 "strum_macros 0.27.1",
15324]
15325
15326[[package]]
15327name = "strum_macros"
15328version = "0.26.4"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15331dependencies = [
15332 "heck 0.5.0",
15333 "proc-macro2",
15334 "quote",
15335 "rustversion",
15336 "syn 2.0.101",
15337]
15338
15339[[package]]
15340name = "strum_macros"
15341version = "0.27.1"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15344dependencies = [
15345 "heck 0.5.0",
15346 "proc-macro2",
15347 "quote",
15348 "rustversion",
15349 "syn 2.0.101",
15350]
15351
15352[[package]]
15353name = "subtle"
15354version = "2.6.1"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15357
15358[[package]]
15359name = "sum_tree"
15360version = "0.1.0"
15361dependencies = [
15362 "arrayvec",
15363 "ctor",
15364 "log",
15365 "rand 0.9.1",
15366 "rayon",
15367 "workspace-hack",
15368 "zlog",
15369]
15370
15371[[package]]
15372name = "supermaven"
15373version = "0.1.0"
15374dependencies = [
15375 "anyhow",
15376 "client",
15377 "collections",
15378 "edit_prediction",
15379 "editor",
15380 "env_logger 0.11.8",
15381 "futures 0.3.31",
15382 "gpui",
15383 "http_client",
15384 "language",
15385 "log",
15386 "postage",
15387 "project",
15388 "serde",
15389 "serde_json",
15390 "settings",
15391 "smol",
15392 "supermaven_api",
15393 "text",
15394 "theme",
15395 "ui",
15396 "unicode-segmentation",
15397 "util",
15398 "workspace-hack",
15399]
15400
15401[[package]]
15402name = "supermaven_api"
15403version = "0.1.0"
15404dependencies = [
15405 "anyhow",
15406 "futures 0.3.31",
15407 "http_client",
15408 "paths",
15409 "serde",
15410 "serde_json",
15411 "smol",
15412 "util",
15413 "workspace-hack",
15414]
15415
15416[[package]]
15417name = "sval"
15418version = "2.14.1"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15421
15422[[package]]
15423name = "sval_buffer"
15424version = "2.14.1"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15427dependencies = [
15428 "sval",
15429 "sval_ref",
15430]
15431
15432[[package]]
15433name = "sval_dynamic"
15434version = "2.14.1"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15437dependencies = [
15438 "sval",
15439]
15440
15441[[package]]
15442name = "sval_fmt"
15443version = "2.14.1"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15446dependencies = [
15447 "itoa",
15448 "ryu",
15449 "sval",
15450]
15451
15452[[package]]
15453name = "sval_json"
15454version = "2.14.1"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15457dependencies = [
15458 "itoa",
15459 "ryu",
15460 "sval",
15461]
15462
15463[[package]]
15464name = "sval_nested"
15465version = "2.14.1"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15468dependencies = [
15469 "sval",
15470 "sval_buffer",
15471 "sval_ref",
15472]
15473
15474[[package]]
15475name = "sval_ref"
15476version = "2.14.1"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15479dependencies = [
15480 "sval",
15481]
15482
15483[[package]]
15484name = "sval_serde"
15485version = "2.14.1"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15488dependencies = [
15489 "serde",
15490 "sval",
15491 "sval_nested",
15492]
15493
15494[[package]]
15495name = "svg_fmt"
15496version = "0.4.5"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15499
15500[[package]]
15501name = "svg_preview"
15502version = "0.1.0"
15503dependencies = [
15504 "editor",
15505 "file_icons",
15506 "gpui",
15507 "multi_buffer",
15508 "ui",
15509 "workspace",
15510 "workspace-hack",
15511]
15512
15513[[package]]
15514name = "svgtypes"
15515version = "0.15.3"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15518dependencies = [
15519 "kurbo",
15520 "siphasher",
15521]
15522
15523[[package]]
15524name = "swash"
15525version = "0.2.2"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15528dependencies = [
15529 "skrifa",
15530 "yazi",
15531 "zeno",
15532]
15533
15534[[package]]
15535name = "symphonia"
15536version = "0.5.4"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15539dependencies = [
15540 "lazy_static",
15541 "symphonia-bundle-flac",
15542 "symphonia-bundle-mp3",
15543 "symphonia-codec-aac",
15544 "symphonia-codec-pcm",
15545 "symphonia-codec-vorbis",
15546 "symphonia-core",
15547 "symphonia-format-isomp4",
15548 "symphonia-format-ogg",
15549 "symphonia-format-riff",
15550 "symphonia-metadata",
15551]
15552
15553[[package]]
15554name = "symphonia-bundle-flac"
15555version = "0.5.4"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15558dependencies = [
15559 "log",
15560 "symphonia-core",
15561 "symphonia-metadata",
15562 "symphonia-utils-xiph",
15563]
15564
15565[[package]]
15566name = "symphonia-bundle-mp3"
15567version = "0.5.4"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15570dependencies = [
15571 "lazy_static",
15572 "log",
15573 "symphonia-core",
15574 "symphonia-metadata",
15575]
15576
15577[[package]]
15578name = "symphonia-codec-aac"
15579version = "0.5.4"
15580source = "registry+https://github.com/rust-lang/crates.io-index"
15581checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15582dependencies = [
15583 "lazy_static",
15584 "log",
15585 "symphonia-core",
15586]
15587
15588[[package]]
15589name = "symphonia-codec-pcm"
15590version = "0.5.4"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15593dependencies = [
15594 "log",
15595 "symphonia-core",
15596]
15597
15598[[package]]
15599name = "symphonia-codec-vorbis"
15600version = "0.5.4"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15603dependencies = [
15604 "log",
15605 "symphonia-core",
15606 "symphonia-utils-xiph",
15607]
15608
15609[[package]]
15610name = "symphonia-core"
15611version = "0.5.4"
15612source = "registry+https://github.com/rust-lang/crates.io-index"
15613checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15614dependencies = [
15615 "arrayvec",
15616 "bitflags 1.3.2",
15617 "bytemuck",
15618 "lazy_static",
15619 "log",
15620]
15621
15622[[package]]
15623name = "symphonia-format-isomp4"
15624version = "0.5.4"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15627dependencies = [
15628 "encoding_rs",
15629 "log",
15630 "symphonia-core",
15631 "symphonia-metadata",
15632 "symphonia-utils-xiph",
15633]
15634
15635[[package]]
15636name = "symphonia-format-ogg"
15637version = "0.5.4"
15638source = "registry+https://github.com/rust-lang/crates.io-index"
15639checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15640dependencies = [
15641 "log",
15642 "symphonia-core",
15643 "symphonia-metadata",
15644 "symphonia-utils-xiph",
15645]
15646
15647[[package]]
15648name = "symphonia-format-riff"
15649version = "0.5.4"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15652dependencies = [
15653 "extended",
15654 "log",
15655 "symphonia-core",
15656 "symphonia-metadata",
15657]
15658
15659[[package]]
15660name = "symphonia-metadata"
15661version = "0.5.4"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15664dependencies = [
15665 "encoding_rs",
15666 "lazy_static",
15667 "log",
15668 "symphonia-core",
15669]
15670
15671[[package]]
15672name = "symphonia-utils-xiph"
15673version = "0.5.4"
15674source = "registry+https://github.com/rust-lang/crates.io-index"
15675checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15676dependencies = [
15677 "symphonia-core",
15678 "symphonia-metadata",
15679]
15680
15681[[package]]
15682name = "syn"
15683version = "1.0.109"
15684source = "registry+https://github.com/rust-lang/crates.io-index"
15685checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15686dependencies = [
15687 "proc-macro2",
15688 "quote",
15689 "unicode-ident",
15690]
15691
15692[[package]]
15693name = "syn"
15694version = "2.0.101"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15697dependencies = [
15698 "proc-macro2",
15699 "quote",
15700 "unicode-ident",
15701]
15702
15703[[package]]
15704name = "sync_wrapper"
15705version = "0.1.2"
15706source = "registry+https://github.com/rust-lang/crates.io-index"
15707checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15708
15709[[package]]
15710name = "sync_wrapper"
15711version = "1.0.2"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15714dependencies = [
15715 "futures-core",
15716]
15717
15718[[package]]
15719name = "synchronoise"
15720version = "1.0.1"
15721source = "registry+https://github.com/rust-lang/crates.io-index"
15722checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15723dependencies = [
15724 "crossbeam-queue",
15725]
15726
15727[[package]]
15728name = "synstructure"
15729version = "0.13.1"
15730source = "registry+https://github.com/rust-lang/crates.io-index"
15731checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15732dependencies = [
15733 "proc-macro2",
15734 "quote",
15735 "syn 2.0.101",
15736]
15737
15738[[package]]
15739name = "sys-locale"
15740version = "0.3.2"
15741source = "registry+https://github.com/rust-lang/crates.io-index"
15742checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15743dependencies = [
15744 "libc",
15745]
15746
15747[[package]]
15748name = "sysctl"
15749version = "0.5.5"
15750source = "registry+https://github.com/rust-lang/crates.io-index"
15751checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15752dependencies = [
15753 "bitflags 2.9.0",
15754 "byteorder",
15755 "enum-as-inner",
15756 "libc",
15757 "thiserror 1.0.69",
15758 "walkdir",
15759]
15760
15761[[package]]
15762name = "sysctl"
15763version = "0.6.0"
15764source = "registry+https://github.com/rust-lang/crates.io-index"
15765checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15766dependencies = [
15767 "bitflags 2.9.0",
15768 "byteorder",
15769 "enum-as-inner",
15770 "libc",
15771 "thiserror 1.0.69",
15772 "walkdir",
15773]
15774
15775[[package]]
15776name = "sysinfo"
15777version = "0.31.4"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15780dependencies = [
15781 "core-foundation-sys",
15782 "libc",
15783 "memchr",
15784 "ntapi",
15785 "rayon",
15786 "windows 0.57.0",
15787]
15788
15789[[package]]
15790name = "system-configuration"
15791version = "0.5.1"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15794dependencies = [
15795 "bitflags 1.3.2",
15796 "core-foundation 0.9.4",
15797 "system-configuration-sys 0.5.0",
15798]
15799
15800[[package]]
15801name = "system-configuration"
15802version = "0.6.1"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15805dependencies = [
15806 "bitflags 2.9.0",
15807 "core-foundation 0.9.4",
15808 "system-configuration-sys 0.6.0",
15809]
15810
15811[[package]]
15812name = "system-configuration-sys"
15813version = "0.5.0"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15816dependencies = [
15817 "core-foundation-sys",
15818 "libc",
15819]
15820
15821[[package]]
15822name = "system-configuration-sys"
15823version = "0.6.0"
15824source = "registry+https://github.com/rust-lang/crates.io-index"
15825checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15826dependencies = [
15827 "core-foundation-sys",
15828 "libc",
15829]
15830
15831[[package]]
15832name = "system-deps"
15833version = "6.2.2"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15836dependencies = [
15837 "cfg-expr",
15838 "heck 0.5.0",
15839 "pkg-config",
15840 "toml 0.8.20",
15841 "version-compare",
15842]
15843
15844[[package]]
15845name = "system-interface"
15846version = "0.27.3"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15849dependencies = [
15850 "bitflags 2.9.0",
15851 "cap-fs-ext",
15852 "cap-std",
15853 "fd-lock",
15854 "io-lifetimes",
15855 "rustix 0.38.44",
15856 "windows-sys 0.52.0",
15857 "winx",
15858]
15859
15860[[package]]
15861name = "system_specs"
15862version = "0.1.0"
15863dependencies = [
15864 "anyhow",
15865 "client",
15866 "gpui",
15867 "human_bytes",
15868 "pciid-parser",
15869 "release_channel",
15870 "serde",
15871 "sysinfo",
15872 "workspace-hack",
15873]
15874
15875[[package]]
15876name = "tab_switcher"
15877version = "0.1.0"
15878dependencies = [
15879 "anyhow",
15880 "collections",
15881 "ctor",
15882 "editor",
15883 "fuzzy",
15884 "gpui",
15885 "language",
15886 "menu",
15887 "picker",
15888 "project",
15889 "schemars 1.0.1",
15890 "serde",
15891 "serde_json",
15892 "settings",
15893 "smol",
15894 "theme",
15895 "ui",
15896 "util",
15897 "workspace",
15898 "workspace-hack",
15899 "zlog",
15900]
15901
15902[[package]]
15903name = "taffy"
15904version = "0.9.0"
15905source = "registry+https://github.com/rust-lang/crates.io-index"
15906checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15907dependencies = [
15908 "arrayvec",
15909 "grid",
15910 "serde",
15911 "slotmap",
15912]
15913
15914[[package]]
15915name = "tagptr"
15916version = "0.2.0"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15919
15920[[package]]
15921name = "take-until"
15922version = "0.2.0"
15923source = "registry+https://github.com/rust-lang/crates.io-index"
15924checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15925
15926[[package]]
15927name = "tao-core-video-sys"
15928version = "0.2.0"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15931dependencies = [
15932 "cfg-if",
15933 "core-foundation-sys",
15934 "libc",
15935 "objc",
15936]
15937
15938[[package]]
15939name = "tap"
15940version = "1.0.1"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15943
15944[[package]]
15945name = "target-lexicon"
15946version = "0.12.16"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15949
15950[[package]]
15951name = "target-lexicon"
15952version = "0.13.2"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15955
15956[[package]]
15957name = "task"
15958version = "0.1.0"
15959dependencies = [
15960 "anyhow",
15961 "collections",
15962 "futures 0.3.31",
15963 "gpui",
15964 "hex",
15965 "log",
15966 "parking_lot",
15967 "pretty_assertions",
15968 "proto",
15969 "schemars 1.0.1",
15970 "serde",
15971 "serde_json",
15972 "serde_json_lenient",
15973 "sha2",
15974 "shellexpand 2.1.2",
15975 "util",
15976 "workspace-hack",
15977 "zed_actions",
15978]
15979
15980[[package]]
15981name = "tasks_ui"
15982version = "0.1.0"
15983dependencies = [
15984 "anyhow",
15985 "collections",
15986 "editor",
15987 "file_icons",
15988 "fuzzy",
15989 "gpui",
15990 "itertools 0.14.0",
15991 "language",
15992 "menu",
15993 "picker",
15994 "project",
15995 "serde",
15996 "serde_json",
15997 "task",
15998 "tree-sitter-rust",
15999 "tree-sitter-typescript",
16000 "ui",
16001 "util",
16002 "workspace",
16003 "workspace-hack",
16004 "zed_actions",
16005]
16006
16007[[package]]
16008name = "telemetry"
16009version = "0.1.0"
16010dependencies = [
16011 "futures 0.3.31",
16012 "serde",
16013 "serde_json",
16014 "telemetry_events",
16015 "workspace-hack",
16016]
16017
16018[[package]]
16019name = "telemetry_events"
16020version = "0.1.0"
16021dependencies = [
16022 "semantic_version",
16023 "serde",
16024 "serde_json",
16025 "workspace-hack",
16026]
16027
16028[[package]]
16029name = "tempfile"
16030version = "3.20.0"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16033dependencies = [
16034 "fastrand 2.3.0",
16035 "getrandom 0.3.2",
16036 "once_cell",
16037 "rustix 1.0.7",
16038 "windows-sys 0.52.0",
16039]
16040
16041[[package]]
16042name = "tendril"
16043version = "0.4.3"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16046dependencies = [
16047 "futf",
16048 "mac",
16049 "utf-8",
16050]
16051
16052[[package]]
16053name = "termcolor"
16054version = "1.4.1"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16057dependencies = [
16058 "winapi-util",
16059]
16060
16061[[package]]
16062name = "terminal"
16063version = "0.1.0"
16064dependencies = [
16065 "alacritty_terminal",
16066 "anyhow",
16067 "collections",
16068 "futures 0.3.31",
16069 "gpui",
16070 "itertools 0.14.0",
16071 "libc",
16072 "log",
16073 "rand 0.9.1",
16074 "regex",
16075 "release_channel",
16076 "schemars 1.0.1",
16077 "serde",
16078 "settings",
16079 "smol",
16080 "sysinfo",
16081 "task",
16082 "theme",
16083 "thiserror 2.0.12",
16084 "url",
16085 "urlencoding",
16086 "util",
16087 "windows 0.61.1",
16088 "workspace-hack",
16089]
16090
16091[[package]]
16092name = "terminal_size"
16093version = "0.4.2"
16094source = "registry+https://github.com/rust-lang/crates.io-index"
16095checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16096dependencies = [
16097 "rustix 1.0.7",
16098 "windows-sys 0.59.0",
16099]
16100
16101[[package]]
16102name = "terminal_view"
16103version = "0.1.0"
16104dependencies = [
16105 "anyhow",
16106 "assistant_slash_command",
16107 "async-recursion",
16108 "breadcrumbs",
16109 "client",
16110 "collections",
16111 "db",
16112 "dirs 4.0.0",
16113 "editor",
16114 "futures 0.3.31",
16115 "gpui",
16116 "itertools 0.14.0",
16117 "language",
16118 "log",
16119 "pretty_assertions",
16120 "project",
16121 "rand 0.9.1",
16122 "regex",
16123 "schemars 1.0.1",
16124 "search",
16125 "serde",
16126 "serde_json",
16127 "settings",
16128 "shellexpand 2.1.2",
16129 "smol",
16130 "task",
16131 "terminal",
16132 "theme",
16133 "ui",
16134 "util",
16135 "workspace",
16136 "workspace-hack",
16137 "zed_actions",
16138]
16139
16140[[package]]
16141name = "text"
16142version = "0.1.0"
16143dependencies = [
16144 "anyhow",
16145 "clock",
16146 "collections",
16147 "ctor",
16148 "gpui",
16149 "http_client",
16150 "log",
16151 "parking_lot",
16152 "postage",
16153 "rand 0.9.1",
16154 "regex",
16155 "rope",
16156 "smallvec",
16157 "sum_tree",
16158 "util",
16159 "workspace-hack",
16160 "zlog",
16161]
16162
16163[[package]]
16164name = "theme"
16165version = "0.1.0"
16166dependencies = [
16167 "anyhow",
16168 "collections",
16169 "derive_more",
16170 "fs",
16171 "futures 0.3.31",
16172 "gpui",
16173 "log",
16174 "palette",
16175 "parking_lot",
16176 "refineable",
16177 "schemars 1.0.1",
16178 "serde",
16179 "serde_json",
16180 "serde_json_lenient",
16181 "settings",
16182 "strum 0.27.1",
16183 "thiserror 2.0.12",
16184 "util",
16185 "uuid",
16186 "workspace-hack",
16187]
16188
16189[[package]]
16190name = "theme_extension"
16191version = "0.1.0"
16192dependencies = [
16193 "anyhow",
16194 "extension",
16195 "fs",
16196 "gpui",
16197 "theme",
16198 "workspace-hack",
16199]
16200
16201[[package]]
16202name = "theme_importer"
16203version = "0.1.0"
16204dependencies = [
16205 "anyhow",
16206 "clap",
16207 "collections",
16208 "gpui",
16209 "indexmap 2.9.0",
16210 "log",
16211 "palette",
16212 "serde",
16213 "serde_json",
16214 "serde_json_lenient",
16215 "simplelog",
16216 "strum 0.27.1",
16217 "theme",
16218 "vscode_theme",
16219 "workspace-hack",
16220]
16221
16222[[package]]
16223name = "theme_selector"
16224version = "0.1.0"
16225dependencies = [
16226 "fs",
16227 "fuzzy",
16228 "gpui",
16229 "log",
16230 "picker",
16231 "serde",
16232 "settings",
16233 "telemetry",
16234 "theme",
16235 "ui",
16236 "util",
16237 "workspace",
16238 "workspace-hack",
16239 "zed_actions",
16240]
16241
16242[[package]]
16243name = "thiserror"
16244version = "1.0.69"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16247dependencies = [
16248 "thiserror-impl 1.0.69",
16249]
16250
16251[[package]]
16252name = "thiserror"
16253version = "2.0.12"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16256dependencies = [
16257 "thiserror-impl 2.0.12",
16258]
16259
16260[[package]]
16261name = "thiserror-impl"
16262version = "1.0.69"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16265dependencies = [
16266 "proc-macro2",
16267 "quote",
16268 "syn 2.0.101",
16269]
16270
16271[[package]]
16272name = "thiserror-impl"
16273version = "2.0.12"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16276dependencies = [
16277 "proc-macro2",
16278 "quote",
16279 "syn 2.0.101",
16280]
16281
16282[[package]]
16283name = "thread_local"
16284version = "1.1.8"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16287dependencies = [
16288 "cfg-if",
16289 "once_cell",
16290]
16291
16292[[package]]
16293name = "tiff"
16294version = "0.9.1"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16297dependencies = [
16298 "flate2",
16299 "jpeg-decoder",
16300 "weezl",
16301]
16302
16303[[package]]
16304name = "tiktoken-rs"
16305version = "0.8.0"
16306source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16307dependencies = [
16308 "anyhow",
16309 "base64 0.22.1",
16310 "bstr",
16311 "fancy-regex 0.13.0",
16312 "lazy_static",
16313 "regex",
16314 "rustc-hash 1.1.0",
16315]
16316
16317[[package]]
16318name = "time"
16319version = "0.3.41"
16320source = "registry+https://github.com/rust-lang/crates.io-index"
16321checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16322dependencies = [
16323 "deranged",
16324 "itoa",
16325 "libc",
16326 "num-conv",
16327 "num_threads",
16328 "powerfmt",
16329 "serde",
16330 "time-core",
16331 "time-macros",
16332]
16333
16334[[package]]
16335name = "time-core"
16336version = "0.1.4"
16337source = "registry+https://github.com/rust-lang/crates.io-index"
16338checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16339
16340[[package]]
16341name = "time-macros"
16342version = "0.2.22"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16345dependencies = [
16346 "num-conv",
16347 "time-core",
16348]
16349
16350[[package]]
16351name = "time_format"
16352version = "0.1.0"
16353dependencies = [
16354 "core-foundation 0.10.0",
16355 "core-foundation-sys",
16356 "sys-locale",
16357 "time",
16358 "workspace-hack",
16359]
16360
16361[[package]]
16362name = "tiny-keccak"
16363version = "2.0.2"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16366dependencies = [
16367 "crunchy",
16368]
16369
16370[[package]]
16371name = "tiny-skia"
16372version = "0.11.4"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16375dependencies = [
16376 "arrayref",
16377 "arrayvec",
16378 "bytemuck",
16379 "cfg-if",
16380 "log",
16381 "png",
16382 "tiny-skia-path",
16383]
16384
16385[[package]]
16386name = "tiny-skia-path"
16387version = "0.11.4"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16390dependencies = [
16391 "arrayref",
16392 "bytemuck",
16393 "strict-num",
16394]
16395
16396[[package]]
16397name = "tiny_http"
16398version = "0.8.2"
16399source = "registry+https://github.com/rust-lang/crates.io-index"
16400checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16401dependencies = [
16402 "ascii",
16403 "chrono",
16404 "chunked_transfer",
16405 "log",
16406 "url",
16407]
16408
16409[[package]]
16410name = "tinystr"
16411version = "0.7.6"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16414dependencies = [
16415 "displaydoc",
16416 "zerovec",
16417]
16418
16419[[package]]
16420name = "tinytemplate"
16421version = "1.2.1"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16424dependencies = [
16425 "serde",
16426 "serde_json",
16427]
16428
16429[[package]]
16430name = "tinyvec"
16431version = "1.9.0"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16434dependencies = [
16435 "tinyvec_macros",
16436]
16437
16438[[package]]
16439name = "tinyvec_macros"
16440version = "0.1.1"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16443
16444[[package]]
16445name = "title_bar"
16446version = "0.1.0"
16447dependencies = [
16448 "anyhow",
16449 "auto_update",
16450 "call",
16451 "chrono",
16452 "client",
16453 "cloud_llm_client",
16454 "collections",
16455 "db",
16456 "gpui",
16457 "http_client",
16458 "notifications",
16459 "pretty_assertions",
16460 "project",
16461 "remote",
16462 "rpc",
16463 "schemars 1.0.1",
16464 "serde",
16465 "settings",
16466 "smallvec",
16467 "story",
16468 "telemetry",
16469 "theme",
16470 "tree-sitter-md",
16471 "ui",
16472 "util",
16473 "windows 0.61.1",
16474 "workspace",
16475 "workspace-hack",
16476 "zed_actions",
16477]
16478
16479[[package]]
16480name = "tokio"
16481version = "1.44.2"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16484dependencies = [
16485 "backtrace",
16486 "bytes 1.10.1",
16487 "libc",
16488 "mio 1.0.3",
16489 "parking_lot",
16490 "pin-project-lite",
16491 "signal-hook-registry",
16492 "socket2",
16493 "tokio-macros",
16494 "windows-sys 0.52.0",
16495]
16496
16497[[package]]
16498name = "tokio-io"
16499version = "0.1.13"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16502dependencies = [
16503 "bytes 0.4.12",
16504 "futures 0.1.31",
16505 "log",
16506]
16507
16508[[package]]
16509name = "tokio-macros"
16510version = "2.5.0"
16511source = "registry+https://github.com/rust-lang/crates.io-index"
16512checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16513dependencies = [
16514 "proc-macro2",
16515 "quote",
16516 "syn 2.0.101",
16517]
16518
16519[[package]]
16520name = "tokio-native-tls"
16521version = "0.3.1"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16524dependencies = [
16525 "native-tls",
16526 "tokio",
16527]
16528
16529[[package]]
16530name = "tokio-rustls"
16531version = "0.24.1"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16534dependencies = [
16535 "rustls 0.21.12",
16536 "tokio",
16537]
16538
16539[[package]]
16540name = "tokio-rustls"
16541version = "0.26.2"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16544dependencies = [
16545 "rustls 0.23.26",
16546 "tokio",
16547]
16548
16549[[package]]
16550name = "tokio-socks"
16551version = "0.5.2"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16554dependencies = [
16555 "either",
16556 "futures-io",
16557 "futures-util",
16558 "thiserror 1.0.69",
16559 "tokio",
16560]
16561
16562[[package]]
16563name = "tokio-stream"
16564version = "0.1.17"
16565source = "registry+https://github.com/rust-lang/crates.io-index"
16566checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16567dependencies = [
16568 "futures-core",
16569 "pin-project-lite",
16570 "tokio",
16571]
16572
16573[[package]]
16574name = "tokio-tungstenite"
16575version = "0.20.1"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16578dependencies = [
16579 "futures-util",
16580 "log",
16581 "tokio",
16582 "tungstenite 0.20.1",
16583]
16584
16585[[package]]
16586name = "tokio-tungstenite"
16587version = "0.21.0"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16590dependencies = [
16591 "futures-util",
16592 "log",
16593 "tokio",
16594 "tungstenite 0.21.0",
16595]
16596
16597[[package]]
16598name = "tokio-tungstenite"
16599version = "0.26.2"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16602dependencies = [
16603 "futures-util",
16604 "log",
16605 "rustls 0.23.26",
16606 "rustls-pki-types",
16607 "tokio",
16608 "tokio-rustls 0.26.2",
16609 "tungstenite 0.26.2",
16610]
16611
16612[[package]]
16613name = "tokio-util"
16614version = "0.7.14"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16617dependencies = [
16618 "bytes 1.10.1",
16619 "futures-core",
16620 "futures-io",
16621 "futures-sink",
16622 "pin-project-lite",
16623 "tokio",
16624]
16625
16626[[package]]
16627name = "toml"
16628version = "0.5.11"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16631dependencies = [
16632 "serde",
16633]
16634
16635[[package]]
16636name = "toml"
16637version = "0.8.20"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16640dependencies = [
16641 "serde",
16642 "serde_spanned",
16643 "toml_datetime",
16644 "toml_edit",
16645]
16646
16647[[package]]
16648name = "toml_datetime"
16649version = "0.6.9"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16652dependencies = [
16653 "serde",
16654]
16655
16656[[package]]
16657name = "toml_edit"
16658version = "0.22.26"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16661dependencies = [
16662 "indexmap 2.9.0",
16663 "serde",
16664 "serde_spanned",
16665 "toml_datetime",
16666 "toml_write",
16667 "winnow",
16668]
16669
16670[[package]]
16671name = "toml_write"
16672version = "0.1.1"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16675
16676[[package]]
16677name = "toolchain_selector"
16678version = "0.1.0"
16679dependencies = [
16680 "anyhow",
16681 "convert_case 0.8.0",
16682 "editor",
16683 "file_finder",
16684 "futures 0.3.31",
16685 "fuzzy",
16686 "gpui",
16687 "language",
16688 "menu",
16689 "picker",
16690 "project",
16691 "ui",
16692 "util",
16693 "workspace",
16694 "workspace-hack",
16695]
16696
16697[[package]]
16698name = "topological-sort"
16699version = "0.2.2"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16702
16703[[package]]
16704name = "tower"
16705version = "0.4.13"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16708dependencies = [
16709 "futures-core",
16710 "futures-util",
16711 "pin-project",
16712 "pin-project-lite",
16713 "tokio",
16714 "tower-layer",
16715 "tower-service",
16716 "tracing",
16717]
16718
16719[[package]]
16720name = "tower"
16721version = "0.5.2"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16724dependencies = [
16725 "futures-core",
16726 "futures-util",
16727 "pin-project-lite",
16728 "sync_wrapper 1.0.2",
16729 "tokio",
16730 "tower-layer",
16731 "tower-service",
16732]
16733
16734[[package]]
16735name = "tower-http"
16736version = "0.3.5"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16739dependencies = [
16740 "bitflags 1.3.2",
16741 "bytes 1.10.1",
16742 "futures-core",
16743 "futures-util",
16744 "http 0.2.12",
16745 "http-body 0.4.6",
16746 "http-range-header",
16747 "pin-project-lite",
16748 "tower-layer",
16749 "tower-service",
16750]
16751
16752[[package]]
16753name = "tower-http"
16754version = "0.4.4"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16757dependencies = [
16758 "bitflags 2.9.0",
16759 "bytes 1.10.1",
16760 "futures-core",
16761 "futures-util",
16762 "http 0.2.12",
16763 "http-body 0.4.6",
16764 "http-range-header",
16765 "pin-project-lite",
16766 "tower-layer",
16767 "tower-service",
16768 "tracing",
16769]
16770
16771[[package]]
16772name = "tower-layer"
16773version = "0.3.3"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16776
16777[[package]]
16778name = "tower-service"
16779version = "0.3.3"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16782
16783[[package]]
16784name = "tracing"
16785version = "0.1.41"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16788dependencies = [
16789 "log",
16790 "pin-project-lite",
16791 "tracing-attributes",
16792 "tracing-core",
16793]
16794
16795[[package]]
16796name = "tracing-attributes"
16797version = "0.1.28"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16800dependencies = [
16801 "proc-macro2",
16802 "quote",
16803 "syn 2.0.101",
16804]
16805
16806[[package]]
16807name = "tracing-core"
16808version = "0.1.33"
16809source = "registry+https://github.com/rust-lang/crates.io-index"
16810checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16811dependencies = [
16812 "once_cell",
16813 "valuable",
16814]
16815
16816[[package]]
16817name = "tracing-log"
16818version = "0.2.0"
16819source = "registry+https://github.com/rust-lang/crates.io-index"
16820checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16821dependencies = [
16822 "log",
16823 "once_cell",
16824 "tracing-core",
16825]
16826
16827[[package]]
16828name = "tracing-serde"
16829version = "0.2.0"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16832dependencies = [
16833 "serde",
16834 "tracing-core",
16835]
16836
16837[[package]]
16838name = "tracing-subscriber"
16839version = "0.3.20"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16842dependencies = [
16843 "matchers",
16844 "nu-ansi-term",
16845 "once_cell",
16846 "regex-automata",
16847 "serde",
16848 "serde_json",
16849 "sharded-slab",
16850 "smallvec",
16851 "thread_local",
16852 "tracing",
16853 "tracing-core",
16854 "tracing-log",
16855 "tracing-serde",
16856]
16857
16858[[package]]
16859name = "trait-variant"
16860version = "0.1.2"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16863dependencies = [
16864 "proc-macro2",
16865 "quote",
16866 "syn 2.0.101",
16867]
16868
16869[[package]]
16870name = "transpose"
16871version = "0.2.3"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16874dependencies = [
16875 "num-integer",
16876 "strength_reduce",
16877]
16878
16879[[package]]
16880name = "tree-sitter"
16881version = "0.25.6"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "a7cf18d43cbf0bfca51f657132cc616a5097edc4424d538bae6fa60142eaf9f0"
16884dependencies = [
16885 "cc",
16886 "regex",
16887 "regex-syntax",
16888 "serde_json",
16889 "streaming-iterator",
16890 "tree-sitter-language",
16891 "wasmtime-c-api-impl",
16892]
16893
16894[[package]]
16895name = "tree-sitter-bash"
16896version = "0.25.0"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16899dependencies = [
16900 "cc",
16901 "tree-sitter-language",
16902]
16903
16904[[package]]
16905name = "tree-sitter-c"
16906version = "0.23.4"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16909dependencies = [
16910 "cc",
16911 "tree-sitter-language",
16912]
16913
16914[[package]]
16915name = "tree-sitter-cpp"
16916version = "0.23.4"
16917source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16918dependencies = [
16919 "cc",
16920 "tree-sitter-language",
16921]
16922
16923[[package]]
16924name = "tree-sitter-css"
16925version = "0.23.2"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16928dependencies = [
16929 "cc",
16930 "tree-sitter-language",
16931]
16932
16933[[package]]
16934name = "tree-sitter-diff"
16935version = "0.1.0"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16938dependencies = [
16939 "cc",
16940 "tree-sitter-language",
16941]
16942
16943[[package]]
16944name = "tree-sitter-elixir"
16945version = "0.3.4"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16948dependencies = [
16949 "cc",
16950 "tree-sitter-language",
16951]
16952
16953[[package]]
16954name = "tree-sitter-embedded-template"
16955version = "0.23.2"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16958dependencies = [
16959 "cc",
16960 "tree-sitter-language",
16961]
16962
16963[[package]]
16964name = "tree-sitter-gitcommit"
16965version = "0.0.1"
16966source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16967dependencies = [
16968 "cc",
16969 "tree-sitter-language",
16970]
16971
16972[[package]]
16973name = "tree-sitter-go"
16974version = "0.23.4"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16977dependencies = [
16978 "cc",
16979 "tree-sitter-language",
16980]
16981
16982[[package]]
16983name = "tree-sitter-gomod"
16984version = "1.1.1"
16985source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16986dependencies = [
16987 "cc",
16988 "tree-sitter-language",
16989]
16990
16991[[package]]
16992name = "tree-sitter-gowork"
16993version = "0.0.1"
16994source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16995dependencies = [
16996 "cc",
16997 "tree-sitter-language",
16998]
16999
17000[[package]]
17001name = "tree-sitter-heex"
17002version = "0.0.1"
17003source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17004dependencies = [
17005 "cc",
17006 "tree-sitter-language",
17007]
17008
17009[[package]]
17010name = "tree-sitter-html"
17011version = "0.23.2"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17014dependencies = [
17015 "cc",
17016 "tree-sitter-language",
17017]
17018
17019[[package]]
17020name = "tree-sitter-jsdoc"
17021version = "0.23.2"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17024dependencies = [
17025 "cc",
17026 "tree-sitter-language",
17027]
17028
17029[[package]]
17030name = "tree-sitter-json"
17031version = "0.24.8"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17034dependencies = [
17035 "cc",
17036 "tree-sitter-language",
17037]
17038
17039[[package]]
17040name = "tree-sitter-language"
17041version = "0.1.5"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17044
17045[[package]]
17046name = "tree-sitter-md"
17047version = "0.3.2"
17048source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17049dependencies = [
17050 "cc",
17051 "tree-sitter-language",
17052]
17053
17054[[package]]
17055name = "tree-sitter-python"
17056version = "0.23.6"
17057source = "git+https://github.com/zed-industries/tree-sitter-python?rev=218fcbf3fda3d029225f3dec005cb497d111b35e#218fcbf3fda3d029225f3dec005cb497d111b35e"
17058dependencies = [
17059 "cc",
17060 "tree-sitter-language",
17061]
17062
17063[[package]]
17064name = "tree-sitter-regex"
17065version = "0.24.3"
17066source = "registry+https://github.com/rust-lang/crates.io-index"
17067checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17068dependencies = [
17069 "cc",
17070 "tree-sitter-language",
17071]
17072
17073[[package]]
17074name = "tree-sitter-ruby"
17075version = "0.23.1"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17078dependencies = [
17079 "cc",
17080 "tree-sitter-language",
17081]
17082
17083[[package]]
17084name = "tree-sitter-rust"
17085version = "0.24.0"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17088dependencies = [
17089 "cc",
17090 "tree-sitter-language",
17091]
17092
17093[[package]]
17094name = "tree-sitter-typescript"
17095version = "0.23.2"
17096source = "registry+https://github.com/rust-lang/crates.io-index"
17097checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17098dependencies = [
17099 "cc",
17100 "tree-sitter-language",
17101]
17102
17103[[package]]
17104name = "tree-sitter-yaml"
17105version = "0.6.1"
17106source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17107dependencies = [
17108 "cc",
17109 "tree-sitter-language",
17110]
17111
17112[[package]]
17113name = "try-lock"
17114version = "0.2.5"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17117
17118[[package]]
17119name = "ttf-parser"
17120version = "0.20.0"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17123
17124[[package]]
17125name = "ttf-parser"
17126version = "0.21.1"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17129
17130[[package]]
17131name = "ttf-parser"
17132version = "0.25.1"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17135dependencies = [
17136 "core_maths",
17137]
17138
17139[[package]]
17140name = "tungstenite"
17141version = "0.20.1"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17144dependencies = [
17145 "byteorder",
17146 "bytes 1.10.1",
17147 "data-encoding",
17148 "http 0.2.12",
17149 "httparse",
17150 "log",
17151 "rand 0.8.5",
17152 "sha1",
17153 "thiserror 1.0.69",
17154 "url",
17155 "utf-8",
17156]
17157
17158[[package]]
17159name = "tungstenite"
17160version = "0.21.0"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17163dependencies = [
17164 "byteorder",
17165 "bytes 1.10.1",
17166 "data-encoding",
17167 "http 1.3.1",
17168 "httparse",
17169 "log",
17170 "rand 0.8.5",
17171 "sha1",
17172 "thiserror 1.0.69",
17173 "url",
17174 "utf-8",
17175]
17176
17177[[package]]
17178name = "tungstenite"
17179version = "0.26.2"
17180source = "registry+https://github.com/rust-lang/crates.io-index"
17181checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17182dependencies = [
17183 "bytes 1.10.1",
17184 "data-encoding",
17185 "http 1.3.1",
17186 "httparse",
17187 "log",
17188 "rand 0.9.1",
17189 "rustls 0.23.26",
17190 "rustls-pki-types",
17191 "sha1",
17192 "thiserror 2.0.12",
17193 "utf-8",
17194]
17195
17196[[package]]
17197name = "typed-path"
17198version = "0.11.0"
17199source = "registry+https://github.com/rust-lang/crates.io-index"
17200checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17201
17202[[package]]
17203name = "typeid"
17204version = "1.0.3"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17207
17208[[package]]
17209name = "typenum"
17210version = "1.18.0"
17211source = "registry+https://github.com/rust-lang/crates.io-index"
17212checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17213
17214[[package]]
17215name = "ucd-trie"
17216version = "0.1.7"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17219
17220[[package]]
17221name = "uds"
17222version = "0.4.2"
17223source = "registry+https://github.com/rust-lang/crates.io-index"
17224checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17225dependencies = [
17226 "libc",
17227]
17228
17229[[package]]
17230name = "uds_windows"
17231version = "1.1.0"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17234dependencies = [
17235 "memoffset",
17236 "tempfile",
17237 "winapi",
17238]
17239
17240[[package]]
17241name = "ug"
17242version = "0.4.0"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17245dependencies = [
17246 "gemm 0.18.2",
17247 "half",
17248 "libloading",
17249 "memmap2",
17250 "num",
17251 "num-traits",
17252 "num_cpus",
17253 "rayon",
17254 "safetensors",
17255 "serde",
17256 "thiserror 1.0.69",
17257 "tracing",
17258 "yoke",
17259]
17260
17261[[package]]
17262name = "ui"
17263version = "0.1.0"
17264dependencies = [
17265 "chrono",
17266 "component",
17267 "documented",
17268 "gpui",
17269 "gpui_macros",
17270 "icons",
17271 "itertools 0.14.0",
17272 "menu",
17273 "schemars 1.0.1",
17274 "serde",
17275 "settings",
17276 "smallvec",
17277 "story",
17278 "strum 0.27.1",
17279 "theme",
17280 "ui_macros",
17281 "util",
17282 "windows 0.61.1",
17283 "workspace-hack",
17284]
17285
17286[[package]]
17287name = "ui_input"
17288version = "0.1.0"
17289dependencies = [
17290 "component",
17291 "editor",
17292 "gpui",
17293 "settings",
17294 "theme",
17295 "ui",
17296 "workspace-hack",
17297]
17298
17299[[package]]
17300name = "ui_macros"
17301version = "0.1.0"
17302dependencies = [
17303 "component",
17304 "quote",
17305 "syn 2.0.101",
17306 "ui",
17307 "workspace-hack",
17308]
17309
17310[[package]]
17311name = "ui_prompt"
17312version = "0.1.0"
17313dependencies = [
17314 "gpui",
17315 "markdown",
17316 "menu",
17317 "settings",
17318 "theme",
17319 "ui",
17320 "workspace",
17321 "workspace-hack",
17322]
17323
17324[[package]]
17325name = "unicase"
17326version = "2.8.1"
17327source = "registry+https://github.com/rust-lang/crates.io-index"
17328checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17329
17330[[package]]
17331name = "unicode-bidi"
17332version = "0.3.18"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17335
17336[[package]]
17337name = "unicode-bidi-mirroring"
17338version = "0.2.0"
17339source = "registry+https://github.com/rust-lang/crates.io-index"
17340checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17341
17342[[package]]
17343name = "unicode-bidi-mirroring"
17344version = "0.4.0"
17345source = "registry+https://github.com/rust-lang/crates.io-index"
17346checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17347
17348[[package]]
17349name = "unicode-ccc"
17350version = "0.2.0"
17351source = "registry+https://github.com/rust-lang/crates.io-index"
17352checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17353
17354[[package]]
17355name = "unicode-ccc"
17356version = "0.4.0"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17359
17360[[package]]
17361name = "unicode-ident"
17362version = "1.0.18"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17365
17366[[package]]
17367name = "unicode-linebreak"
17368version = "0.1.5"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17371
17372[[package]]
17373name = "unicode-normalization"
17374version = "0.1.24"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17377dependencies = [
17378 "tinyvec",
17379]
17380
17381[[package]]
17382name = "unicode-properties"
17383version = "0.1.3"
17384source = "registry+https://github.com/rust-lang/crates.io-index"
17385checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17386
17387[[package]]
17388name = "unicode-script"
17389version = "0.5.7"
17390source = "registry+https://github.com/rust-lang/crates.io-index"
17391checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17392
17393[[package]]
17394name = "unicode-segmentation"
17395version = "1.12.0"
17396source = "registry+https://github.com/rust-lang/crates.io-index"
17397checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17398
17399[[package]]
17400name = "unicode-vo"
17401version = "0.1.0"
17402source = "registry+https://github.com/rust-lang/crates.io-index"
17403checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17404
17405[[package]]
17406name = "unicode-width"
17407version = "0.1.14"
17408source = "registry+https://github.com/rust-lang/crates.io-index"
17409checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
17410
17411[[package]]
17412name = "unicode-width"
17413version = "0.2.0"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17416
17417[[package]]
17418name = "unicode-xid"
17419version = "0.2.6"
17420source = "registry+https://github.com/rust-lang/crates.io-index"
17421checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17422
17423[[package]]
17424name = "unicode_categories"
17425version = "0.1.1"
17426source = "registry+https://github.com/rust-lang/crates.io-index"
17427checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17428
17429[[package]]
17430name = "unindent"
17431version = "0.2.4"
17432source = "registry+https://github.com/rust-lang/crates.io-index"
17433checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17434
17435[[package]]
17436name = "untrusted"
17437version = "0.9.0"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17440
17441[[package]]
17442name = "url"
17443version = "2.5.4"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17446dependencies = [
17447 "form_urlencoded",
17448 "idna",
17449 "percent-encoding",
17450 "serde",
17451]
17452
17453[[package]]
17454name = "urlencoding"
17455version = "2.1.3"
17456source = "registry+https://github.com/rust-lang/crates.io-index"
17457checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17458
17459[[package]]
17460name = "usvg"
17461version = "0.45.1"
17462source = "registry+https://github.com/rust-lang/crates.io-index"
17463checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17464dependencies = [
17465 "base64 0.22.1",
17466 "data-url",
17467 "flate2",
17468 "fontdb 0.23.0",
17469 "imagesize",
17470 "kurbo",
17471 "log",
17472 "pico-args",
17473 "roxmltree",
17474 "rustybuzz 0.20.1",
17475 "simplecss",
17476 "siphasher",
17477 "strict-num",
17478 "svgtypes",
17479 "tiny-skia-path",
17480 "unicode-bidi",
17481 "unicode-script",
17482 "unicode-vo",
17483 "xmlwriter",
17484]
17485
17486[[package]]
17487name = "utf-8"
17488version = "0.7.6"
17489source = "registry+https://github.com/rust-lang/crates.io-index"
17490checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17491
17492[[package]]
17493name = "utf16_iter"
17494version = "1.0.5"
17495source = "registry+https://github.com/rust-lang/crates.io-index"
17496checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17497
17498[[package]]
17499name = "utf8_iter"
17500version = "1.0.4"
17501source = "registry+https://github.com/rust-lang/crates.io-index"
17502checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17503
17504[[package]]
17505name = "utf8parse"
17506version = "0.2.2"
17507source = "registry+https://github.com/rust-lang/crates.io-index"
17508checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17509
17510[[package]]
17511name = "util"
17512version = "0.1.0"
17513dependencies = [
17514 "anyhow",
17515 "async-fs",
17516 "async_zip",
17517 "collections",
17518 "command-fds",
17519 "dirs 4.0.0",
17520 "dunce",
17521 "futures 0.3.31",
17522 "futures-lite 1.13.0",
17523 "git2",
17524 "globset",
17525 "indoc",
17526 "itertools 0.14.0",
17527 "libc",
17528 "log",
17529 "nix 0.29.0",
17530 "pretty_assertions",
17531 "rand 0.9.1",
17532 "regex",
17533 "rust-embed",
17534 "schemars 1.0.1",
17535 "serde",
17536 "serde_json",
17537 "serde_json_lenient",
17538 "shlex",
17539 "smol",
17540 "take-until",
17541 "tempfile",
17542 "tendril",
17543 "unicase",
17544 "util_macros",
17545 "walkdir",
17546 "workspace-hack",
17547]
17548
17549[[package]]
17550name = "util_macros"
17551version = "0.1.0"
17552dependencies = [
17553 "perf",
17554 "quote",
17555 "syn 2.0.101",
17556 "workspace-hack",
17557]
17558
17559[[package]]
17560name = "uuid"
17561version = "1.16.0"
17562source = "registry+https://github.com/rust-lang/crates.io-index"
17563checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17564dependencies = [
17565 "getrandom 0.3.2",
17566 "serde",
17567 "sha1_smol",
17568]
17569
17570[[package]]
17571name = "uuid-simd"
17572version = "0.8.0"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17575dependencies = [
17576 "outref",
17577 "uuid",
17578 "vsimd",
17579]
17580
17581[[package]]
17582name = "v_frame"
17583version = "0.3.8"
17584source = "registry+https://github.com/rust-lang/crates.io-index"
17585checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17586dependencies = [
17587 "aligned-vec",
17588 "num-traits",
17589 "wasm-bindgen",
17590]
17591
17592[[package]]
17593name = "valuable"
17594version = "0.1.1"
17595source = "registry+https://github.com/rust-lang/crates.io-index"
17596checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17597
17598[[package]]
17599name = "value-bag"
17600version = "1.11.1"
17601source = "registry+https://github.com/rust-lang/crates.io-index"
17602checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17603dependencies = [
17604 "value-bag-serde1",
17605 "value-bag-sval2",
17606]
17607
17608[[package]]
17609name = "value-bag-serde1"
17610version = "1.11.1"
17611source = "registry+https://github.com/rust-lang/crates.io-index"
17612checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17613dependencies = [
17614 "erased-serde",
17615 "serde",
17616 "serde_fmt",
17617]
17618
17619[[package]]
17620name = "value-bag-sval2"
17621version = "1.11.1"
17622source = "registry+https://github.com/rust-lang/crates.io-index"
17623checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17624dependencies = [
17625 "sval",
17626 "sval_buffer",
17627 "sval_dynamic",
17628 "sval_fmt",
17629 "sval_json",
17630 "sval_ref",
17631 "sval_serde",
17632]
17633
17634[[package]]
17635name = "vcpkg"
17636version = "0.2.15"
17637source = "registry+https://github.com/rust-lang/crates.io-index"
17638checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17639
17640[[package]]
17641name = "vercel"
17642version = "0.1.0"
17643dependencies = [
17644 "anyhow",
17645 "schemars 1.0.1",
17646 "serde",
17647 "strum 0.27.1",
17648 "workspace-hack",
17649]
17650
17651[[package]]
17652name = "version-compare"
17653version = "0.2.0"
17654source = "registry+https://github.com/rust-lang/crates.io-index"
17655checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17656
17657[[package]]
17658name = "version_check"
17659version = "0.9.5"
17660source = "registry+https://github.com/rust-lang/crates.io-index"
17661checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17662
17663[[package]]
17664name = "vim"
17665version = "0.1.0"
17666dependencies = [
17667 "anyhow",
17668 "assets",
17669 "async-compat",
17670 "async-trait",
17671 "collections",
17672 "command_palette",
17673 "command_palette_hooks",
17674 "db",
17675 "editor",
17676 "env_logger 0.11.8",
17677 "futures 0.3.31",
17678 "git_ui",
17679 "gpui",
17680 "indoc",
17681 "itertools 0.14.0",
17682 "language",
17683 "log",
17684 "lsp",
17685 "multi_buffer",
17686 "nvim-rs",
17687 "parking_lot",
17688 "perf",
17689 "picker",
17690 "project",
17691 "project_panel",
17692 "regex",
17693 "release_channel",
17694 "schemars 1.0.1",
17695 "search",
17696 "serde",
17697 "serde_json",
17698 "settings",
17699 "task",
17700 "text",
17701 "theme",
17702 "tokio",
17703 "ui",
17704 "util",
17705 "util_macros",
17706 "vim_mode_setting",
17707 "workspace",
17708 "workspace-hack",
17709 "zed_actions",
17710]
17711
17712[[package]]
17713name = "vim_mode_setting"
17714version = "0.1.0"
17715dependencies = [
17716 "gpui",
17717 "settings",
17718 "workspace-hack",
17719]
17720
17721[[package]]
17722name = "vscode_theme"
17723version = "0.2.0"
17724source = "registry+https://github.com/rust-lang/crates.io-index"
17725checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17726dependencies = [
17727 "serde",
17728]
17729
17730[[package]]
17731name = "vsimd"
17732version = "0.8.0"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17735
17736[[package]]
17737name = "vswhom"
17738version = "0.1.0"
17739source = "registry+https://github.com/rust-lang/crates.io-index"
17740checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17741dependencies = [
17742 "libc",
17743 "vswhom-sys",
17744]
17745
17746[[package]]
17747name = "vswhom-sys"
17748version = "0.1.3"
17749source = "registry+https://github.com/rust-lang/crates.io-index"
17750checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17751dependencies = [
17752 "cc",
17753 "libc",
17754]
17755
17756[[package]]
17757name = "vte"
17758version = "0.15.0"
17759source = "registry+https://github.com/rust-lang/crates.io-index"
17760checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17761dependencies = [
17762 "arrayvec",
17763 "bitflags 2.9.0",
17764 "cursor-icon",
17765 "log",
17766 "memchr",
17767 "serde",
17768]
17769
17770[[package]]
17771name = "waker-fn"
17772version = "1.2.0"
17773source = "registry+https://github.com/rust-lang/crates.io-index"
17774checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17775
17776[[package]]
17777name = "walkdir"
17778version = "2.5.0"
17779source = "registry+https://github.com/rust-lang/crates.io-index"
17780checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17781dependencies = [
17782 "same-file",
17783 "winapi-util",
17784]
17785
17786[[package]]
17787name = "want"
17788version = "0.3.1"
17789source = "registry+https://github.com/rust-lang/crates.io-index"
17790checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17791dependencies = [
17792 "try-lock",
17793]
17794
17795[[package]]
17796name = "warp"
17797version = "0.3.7"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17800dependencies = [
17801 "bytes 1.10.1",
17802 "futures-channel",
17803 "futures-util",
17804 "headers",
17805 "http 0.2.12",
17806 "hyper 0.14.32",
17807 "log",
17808 "mime",
17809 "mime_guess",
17810 "percent-encoding",
17811 "pin-project",
17812 "scoped-tls",
17813 "serde",
17814 "serde_json",
17815 "serde_urlencoded",
17816 "tokio",
17817 "tokio-tungstenite 0.21.0",
17818 "tokio-util",
17819 "tower-service",
17820 "tracing",
17821]
17822
17823[[package]]
17824name = "wasi"
17825version = "0.11.0+wasi-snapshot-preview1"
17826source = "registry+https://github.com/rust-lang/crates.io-index"
17827checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17828
17829[[package]]
17830name = "wasi"
17831version = "0.14.2+wasi-0.2.4"
17832source = "registry+https://github.com/rust-lang/crates.io-index"
17833checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17834dependencies = [
17835 "wit-bindgen-rt 0.39.0",
17836]
17837
17838[[package]]
17839name = "wasite"
17840version = "0.1.0"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17843
17844[[package]]
17845name = "wasm-bindgen"
17846version = "0.2.100"
17847source = "registry+https://github.com/rust-lang/crates.io-index"
17848checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17849dependencies = [
17850 "cfg-if",
17851 "once_cell",
17852 "rustversion",
17853 "wasm-bindgen-macro",
17854]
17855
17856[[package]]
17857name = "wasm-bindgen-backend"
17858version = "0.2.100"
17859source = "registry+https://github.com/rust-lang/crates.io-index"
17860checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17861dependencies = [
17862 "bumpalo",
17863 "log",
17864 "proc-macro2",
17865 "quote",
17866 "syn 2.0.101",
17867 "wasm-bindgen-shared",
17868]
17869
17870[[package]]
17871name = "wasm-bindgen-futures"
17872version = "0.4.50"
17873source = "registry+https://github.com/rust-lang/crates.io-index"
17874checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17875dependencies = [
17876 "cfg-if",
17877 "js-sys",
17878 "once_cell",
17879 "wasm-bindgen",
17880 "web-sys",
17881]
17882
17883[[package]]
17884name = "wasm-bindgen-macro"
17885version = "0.2.100"
17886source = "registry+https://github.com/rust-lang/crates.io-index"
17887checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17888dependencies = [
17889 "quote",
17890 "wasm-bindgen-macro-support",
17891]
17892
17893[[package]]
17894name = "wasm-bindgen-macro-support"
17895version = "0.2.100"
17896source = "registry+https://github.com/rust-lang/crates.io-index"
17897checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17898dependencies = [
17899 "proc-macro2",
17900 "quote",
17901 "syn 2.0.101",
17902 "wasm-bindgen-backend",
17903 "wasm-bindgen-shared",
17904]
17905
17906[[package]]
17907name = "wasm-bindgen-shared"
17908version = "0.2.100"
17909source = "registry+https://github.com/rust-lang/crates.io-index"
17910checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17911dependencies = [
17912 "unicode-ident",
17913]
17914
17915[[package]]
17916name = "wasm-encoder"
17917version = "0.201.0"
17918source = "registry+https://github.com/rust-lang/crates.io-index"
17919checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17920dependencies = [
17921 "leb128",
17922]
17923
17924[[package]]
17925name = "wasm-encoder"
17926version = "0.221.3"
17927source = "registry+https://github.com/rust-lang/crates.io-index"
17928checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17929dependencies = [
17930 "leb128",
17931 "wasmparser 0.221.3",
17932]
17933
17934[[package]]
17935name = "wasm-encoder"
17936version = "0.227.1"
17937source = "registry+https://github.com/rust-lang/crates.io-index"
17938checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17939dependencies = [
17940 "leb128fmt",
17941 "wasmparser 0.227.1",
17942]
17943
17944[[package]]
17945name = "wasm-metadata"
17946version = "0.201.0"
17947source = "registry+https://github.com/rust-lang/crates.io-index"
17948checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17949dependencies = [
17950 "anyhow",
17951 "indexmap 2.9.0",
17952 "serde",
17953 "serde_derive",
17954 "serde_json",
17955 "spdx",
17956 "wasm-encoder 0.201.0",
17957 "wasmparser 0.201.0",
17958]
17959
17960[[package]]
17961name = "wasm-metadata"
17962version = "0.227.1"
17963source = "registry+https://github.com/rust-lang/crates.io-index"
17964checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17965dependencies = [
17966 "anyhow",
17967 "auditable-serde",
17968 "flate2",
17969 "indexmap 2.9.0",
17970 "serde",
17971 "serde_derive",
17972 "serde_json",
17973 "spdx",
17974 "url",
17975 "wasm-encoder 0.227.1",
17976 "wasmparser 0.227.1",
17977]
17978
17979[[package]]
17980name = "wasm-streams"
17981version = "0.4.2"
17982source = "registry+https://github.com/rust-lang/crates.io-index"
17983checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17984dependencies = [
17985 "futures-util",
17986 "js-sys",
17987 "wasm-bindgen",
17988 "wasm-bindgen-futures",
17989 "web-sys",
17990]
17991
17992[[package]]
17993name = "wasmparser"
17994version = "0.201.0"
17995source = "registry+https://github.com/rust-lang/crates.io-index"
17996checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17997dependencies = [
17998 "bitflags 2.9.0",
17999 "indexmap 2.9.0",
18000 "semver",
18001]
18002
18003[[package]]
18004name = "wasmparser"
18005version = "0.221.3"
18006source = "registry+https://github.com/rust-lang/crates.io-index"
18007checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18008dependencies = [
18009 "bitflags 2.9.0",
18010 "hashbrown 0.15.3",
18011 "indexmap 2.9.0",
18012 "semver",
18013 "serde",
18014]
18015
18016[[package]]
18017name = "wasmparser"
18018version = "0.227.1"
18019source = "registry+https://github.com/rust-lang/crates.io-index"
18020checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18021dependencies = [
18022 "bitflags 2.9.0",
18023 "hashbrown 0.15.3",
18024 "indexmap 2.9.0",
18025 "semver",
18026]
18027
18028[[package]]
18029name = "wasmprinter"
18030version = "0.221.3"
18031source = "registry+https://github.com/rust-lang/crates.io-index"
18032checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18033dependencies = [
18034 "anyhow",
18035 "termcolor",
18036 "wasmparser 0.221.3",
18037]
18038
18039[[package]]
18040name = "wasmtime"
18041version = "29.0.1"
18042source = "registry+https://github.com/rust-lang/crates.io-index"
18043checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18044dependencies = [
18045 "anyhow",
18046 "async-trait",
18047 "bitflags 2.9.0",
18048 "bumpalo",
18049 "cc",
18050 "cfg-if",
18051 "encoding_rs",
18052 "hashbrown 0.14.5",
18053 "indexmap 2.9.0",
18054 "libc",
18055 "log",
18056 "mach2 0.4.2",
18057 "memfd",
18058 "object",
18059 "once_cell",
18060 "paste",
18061 "postcard",
18062 "psm",
18063 "pulley-interpreter",
18064 "rayon",
18065 "rustix 0.38.44",
18066 "semver",
18067 "serde",
18068 "serde_derive",
18069 "smallvec",
18070 "sptr",
18071 "target-lexicon 0.13.2",
18072 "trait-variant",
18073 "wasmparser 0.221.3",
18074 "wasmtime-asm-macros",
18075 "wasmtime-component-macro",
18076 "wasmtime-component-util",
18077 "wasmtime-cranelift",
18078 "wasmtime-environ",
18079 "wasmtime-fiber",
18080 "wasmtime-jit-icache-coherence",
18081 "wasmtime-math",
18082 "wasmtime-slab",
18083 "wasmtime-versioned-export-macros",
18084 "wasmtime-winch",
18085 "windows-sys 0.59.0",
18086]
18087
18088[[package]]
18089name = "wasmtime-asm-macros"
18090version = "29.0.1"
18091source = "registry+https://github.com/rust-lang/crates.io-index"
18092checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18093dependencies = [
18094 "cfg-if",
18095]
18096
18097[[package]]
18098name = "wasmtime-c-api-impl"
18099version = "29.0.1"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18102dependencies = [
18103 "anyhow",
18104 "log",
18105 "tracing",
18106 "wasmtime",
18107 "wasmtime-c-api-macros",
18108]
18109
18110[[package]]
18111name = "wasmtime-c-api-macros"
18112version = "29.0.1"
18113source = "registry+https://github.com/rust-lang/crates.io-index"
18114checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18115dependencies = [
18116 "proc-macro2",
18117 "quote",
18118]
18119
18120[[package]]
18121name = "wasmtime-component-macro"
18122version = "29.0.1"
18123source = "registry+https://github.com/rust-lang/crates.io-index"
18124checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18125dependencies = [
18126 "anyhow",
18127 "proc-macro2",
18128 "quote",
18129 "syn 2.0.101",
18130 "wasmtime-component-util",
18131 "wasmtime-wit-bindgen",
18132 "wit-parser 0.221.3",
18133]
18134
18135[[package]]
18136name = "wasmtime-component-util"
18137version = "29.0.1"
18138source = "registry+https://github.com/rust-lang/crates.io-index"
18139checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18140
18141[[package]]
18142name = "wasmtime-cranelift"
18143version = "29.0.1"
18144source = "registry+https://github.com/rust-lang/crates.io-index"
18145checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18146dependencies = [
18147 "anyhow",
18148 "cfg-if",
18149 "cranelift-codegen",
18150 "cranelift-control",
18151 "cranelift-entity",
18152 "cranelift-frontend",
18153 "cranelift-native",
18154 "gimli",
18155 "itertools 0.12.1",
18156 "log",
18157 "object",
18158 "smallvec",
18159 "target-lexicon 0.13.2",
18160 "thiserror 1.0.69",
18161 "wasmparser 0.221.3",
18162 "wasmtime-environ",
18163 "wasmtime-versioned-export-macros",
18164]
18165
18166[[package]]
18167name = "wasmtime-environ"
18168version = "29.0.1"
18169source = "registry+https://github.com/rust-lang/crates.io-index"
18170checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18171dependencies = [
18172 "anyhow",
18173 "cpp_demangle",
18174 "cranelift-bitset",
18175 "cranelift-entity",
18176 "gimli",
18177 "indexmap 2.9.0",
18178 "log",
18179 "object",
18180 "postcard",
18181 "rustc-demangle",
18182 "semver",
18183 "serde",
18184 "serde_derive",
18185 "smallvec",
18186 "target-lexicon 0.13.2",
18187 "wasm-encoder 0.221.3",
18188 "wasmparser 0.221.3",
18189 "wasmprinter",
18190 "wasmtime-component-util",
18191]
18192
18193[[package]]
18194name = "wasmtime-fiber"
18195version = "29.0.1"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18198dependencies = [
18199 "anyhow",
18200 "cc",
18201 "cfg-if",
18202 "rustix 0.38.44",
18203 "wasmtime-asm-macros",
18204 "wasmtime-versioned-export-macros",
18205 "windows-sys 0.59.0",
18206]
18207
18208[[package]]
18209name = "wasmtime-jit-icache-coherence"
18210version = "29.0.1"
18211source = "registry+https://github.com/rust-lang/crates.io-index"
18212checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18213dependencies = [
18214 "anyhow",
18215 "cfg-if",
18216 "libc",
18217 "windows-sys 0.59.0",
18218]
18219
18220[[package]]
18221name = "wasmtime-math"
18222version = "29.0.1"
18223source = "registry+https://github.com/rust-lang/crates.io-index"
18224checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18225dependencies = [
18226 "libm",
18227]
18228
18229[[package]]
18230name = "wasmtime-slab"
18231version = "29.0.1"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18234
18235[[package]]
18236name = "wasmtime-versioned-export-macros"
18237version = "29.0.1"
18238source = "registry+https://github.com/rust-lang/crates.io-index"
18239checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18240dependencies = [
18241 "proc-macro2",
18242 "quote",
18243 "syn 2.0.101",
18244]
18245
18246[[package]]
18247name = "wasmtime-wasi"
18248version = "29.0.1"
18249source = "registry+https://github.com/rust-lang/crates.io-index"
18250checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18251dependencies = [
18252 "anyhow",
18253 "async-trait",
18254 "bitflags 2.9.0",
18255 "bytes 1.10.1",
18256 "cap-fs-ext",
18257 "cap-net-ext",
18258 "cap-rand",
18259 "cap-std",
18260 "cap-time-ext",
18261 "fs-set-times",
18262 "futures 0.3.31",
18263 "io-extras",
18264 "io-lifetimes",
18265 "rustix 0.38.44",
18266 "system-interface",
18267 "thiserror 1.0.69",
18268 "tokio",
18269 "tracing",
18270 "trait-variant",
18271 "url",
18272 "wasmtime",
18273 "wiggle",
18274 "windows-sys 0.59.0",
18275]
18276
18277[[package]]
18278name = "wasmtime-winch"
18279version = "29.0.1"
18280source = "registry+https://github.com/rust-lang/crates.io-index"
18281checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18282dependencies = [
18283 "anyhow",
18284 "cranelift-codegen",
18285 "gimli",
18286 "object",
18287 "target-lexicon 0.13.2",
18288 "wasmparser 0.221.3",
18289 "wasmtime-cranelift",
18290 "wasmtime-environ",
18291 "winch-codegen",
18292]
18293
18294[[package]]
18295name = "wasmtime-wit-bindgen"
18296version = "29.0.1"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18299dependencies = [
18300 "anyhow",
18301 "heck 0.5.0",
18302 "indexmap 2.9.0",
18303 "wit-parser 0.221.3",
18304]
18305
18306[[package]]
18307name = "wast"
18308version = "35.0.2"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18311dependencies = [
18312 "leb128",
18313]
18314
18315[[package]]
18316name = "watch"
18317version = "0.1.0"
18318dependencies = [
18319 "ctor",
18320 "futures 0.3.31",
18321 "gpui",
18322 "parking_lot",
18323 "rand 0.9.1",
18324 "workspace-hack",
18325 "zlog",
18326]
18327
18328[[package]]
18329name = "wayland-backend"
18330version = "0.3.8"
18331source = "registry+https://github.com/rust-lang/crates.io-index"
18332checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18333dependencies = [
18334 "cc",
18335 "downcast-rs",
18336 "rustix 0.38.44",
18337 "scoped-tls",
18338 "smallvec",
18339 "wayland-sys",
18340]
18341
18342[[package]]
18343name = "wayland-client"
18344version = "0.31.8"
18345source = "registry+https://github.com/rust-lang/crates.io-index"
18346checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18347dependencies = [
18348 "bitflags 2.9.0",
18349 "rustix 0.38.44",
18350 "wayland-backend",
18351 "wayland-scanner",
18352]
18353
18354[[package]]
18355name = "wayland-cursor"
18356version = "0.31.8"
18357source = "registry+https://github.com/rust-lang/crates.io-index"
18358checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18359dependencies = [
18360 "rustix 0.38.44",
18361 "wayland-client",
18362 "xcursor",
18363]
18364
18365[[package]]
18366name = "wayland-protocols"
18367version = "0.31.2"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18370dependencies = [
18371 "bitflags 2.9.0",
18372 "wayland-backend",
18373 "wayland-client",
18374 "wayland-scanner",
18375]
18376
18377[[package]]
18378name = "wayland-protocols-plasma"
18379version = "0.2.0"
18380source = "registry+https://github.com/rust-lang/crates.io-index"
18381checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18382dependencies = [
18383 "bitflags 2.9.0",
18384 "wayland-backend",
18385 "wayland-client",
18386 "wayland-protocols",
18387 "wayland-scanner",
18388]
18389
18390[[package]]
18391name = "wayland-scanner"
18392version = "0.31.6"
18393source = "registry+https://github.com/rust-lang/crates.io-index"
18394checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18395dependencies = [
18396 "proc-macro2",
18397 "quick-xml 0.37.4",
18398 "quote",
18399]
18400
18401[[package]]
18402name = "wayland-sys"
18403version = "0.31.6"
18404source = "registry+https://github.com/rust-lang/crates.io-index"
18405checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18406dependencies = [
18407 "dlib",
18408 "log",
18409 "once_cell",
18410 "pkg-config",
18411]
18412
18413[[package]]
18414name = "web-sys"
18415version = "0.3.77"
18416source = "registry+https://github.com/rust-lang/crates.io-index"
18417checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18418dependencies = [
18419 "js-sys",
18420 "wasm-bindgen",
18421]
18422
18423[[package]]
18424name = "web-time"
18425version = "1.1.0"
18426source = "registry+https://github.com/rust-lang/crates.io-index"
18427checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18428dependencies = [
18429 "js-sys",
18430 "wasm-bindgen",
18431]
18432
18433[[package]]
18434name = "web_atoms"
18435version = "0.1.0"
18436source = "registry+https://github.com/rust-lang/crates.io-index"
18437checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18438dependencies = [
18439 "phf",
18440 "phf_codegen",
18441 "string_cache",
18442 "string_cache_codegen",
18443]
18444
18445[[package]]
18446name = "web_search"
18447version = "0.1.0"
18448dependencies = [
18449 "anyhow",
18450 "cloud_llm_client",
18451 "collections",
18452 "gpui",
18453 "serde",
18454 "workspace-hack",
18455]
18456
18457[[package]]
18458name = "web_search_providers"
18459version = "0.1.0"
18460dependencies = [
18461 "anyhow",
18462 "client",
18463 "cloud_llm_client",
18464 "futures 0.3.31",
18465 "gpui",
18466 "http_client",
18467 "language_model",
18468 "serde",
18469 "serde_json",
18470 "web_search",
18471 "workspace-hack",
18472]
18473
18474[[package]]
18475name = "webpki-root-certs"
18476version = "0.26.8"
18477source = "registry+https://github.com/rust-lang/crates.io-index"
18478checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18479dependencies = [
18480 "rustls-pki-types",
18481]
18482
18483[[package]]
18484name = "webpki-roots"
18485version = "0.26.8"
18486source = "registry+https://github.com/rust-lang/crates.io-index"
18487checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18488dependencies = [
18489 "rustls-pki-types",
18490]
18491
18492[[package]]
18493name = "webrtc-sys"
18494version = "0.3.7"
18495source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18496dependencies = [
18497 "cc",
18498 "cxx",
18499 "cxx-build",
18500 "glob",
18501 "log",
18502 "webrtc-sys-build",
18503]
18504
18505[[package]]
18506name = "webrtc-sys-build"
18507version = "0.3.6"
18508source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18509dependencies = [
18510 "fs2",
18511 "regex",
18512 "reqwest 0.11.27",
18513 "scratch",
18514 "semver",
18515 "zip 0.6.6",
18516]
18517
18518[[package]]
18519name = "weezl"
18520version = "0.1.8"
18521source = "registry+https://github.com/rust-lang/crates.io-index"
18522checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18523
18524[[package]]
18525name = "which"
18526version = "4.4.2"
18527source = "registry+https://github.com/rust-lang/crates.io-index"
18528checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18529dependencies = [
18530 "either",
18531 "home",
18532 "once_cell",
18533 "rustix 0.38.44",
18534]
18535
18536[[package]]
18537name = "which"
18538version = "6.0.3"
18539source = "registry+https://github.com/rust-lang/crates.io-index"
18540checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18541dependencies = [
18542 "either",
18543 "home",
18544 "rustix 0.38.44",
18545 "winsafe",
18546]
18547
18548[[package]]
18549name = "whoami"
18550version = "1.6.0"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18553dependencies = [
18554 "redox_syscall 0.5.11",
18555 "wasite",
18556]
18557
18558[[package]]
18559name = "wiggle"
18560version = "29.0.1"
18561source = "registry+https://github.com/rust-lang/crates.io-index"
18562checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18563dependencies = [
18564 "anyhow",
18565 "async-trait",
18566 "bitflags 2.9.0",
18567 "thiserror 1.0.69",
18568 "tracing",
18569 "wasmtime",
18570 "wiggle-macro",
18571]
18572
18573[[package]]
18574name = "wiggle-generate"
18575version = "29.0.1"
18576source = "registry+https://github.com/rust-lang/crates.io-index"
18577checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18578dependencies = [
18579 "anyhow",
18580 "heck 0.5.0",
18581 "proc-macro2",
18582 "quote",
18583 "shellexpand 2.1.2",
18584 "syn 2.0.101",
18585 "witx",
18586]
18587
18588[[package]]
18589name = "wiggle-macro"
18590version = "29.0.1"
18591source = "registry+https://github.com/rust-lang/crates.io-index"
18592checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18593dependencies = [
18594 "proc-macro2",
18595 "quote",
18596 "syn 2.0.101",
18597 "wiggle-generate",
18598]
18599
18600[[package]]
18601name = "winapi"
18602version = "0.3.9"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18605dependencies = [
18606 "winapi-i686-pc-windows-gnu",
18607 "winapi-x86_64-pc-windows-gnu",
18608]
18609
18610[[package]]
18611name = "winapi-i686-pc-windows-gnu"
18612version = "0.4.0"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18615
18616[[package]]
18617name = "winapi-util"
18618version = "0.1.9"
18619source = "registry+https://github.com/rust-lang/crates.io-index"
18620checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18621dependencies = [
18622 "windows-sys 0.52.0",
18623]
18624
18625[[package]]
18626name = "winapi-x86_64-pc-windows-gnu"
18627version = "0.4.0"
18628source = "registry+https://github.com/rust-lang/crates.io-index"
18629checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18630
18631[[package]]
18632name = "winch-codegen"
18633version = "29.0.1"
18634source = "registry+https://github.com/rust-lang/crates.io-index"
18635checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18636dependencies = [
18637 "anyhow",
18638 "cranelift-codegen",
18639 "gimli",
18640 "regalloc2",
18641 "smallvec",
18642 "target-lexicon 0.13.2",
18643 "thiserror 1.0.69",
18644 "wasmparser 0.221.3",
18645 "wasmtime-cranelift",
18646 "wasmtime-environ",
18647]
18648
18649[[package]]
18650name = "windows"
18651version = "0.54.0"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18654dependencies = [
18655 "windows-core 0.54.0",
18656 "windows-targets 0.52.6",
18657]
18658
18659[[package]]
18660name = "windows"
18661version = "0.57.0"
18662source = "registry+https://github.com/rust-lang/crates.io-index"
18663checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18664dependencies = [
18665 "windows-core 0.57.0",
18666 "windows-targets 0.52.6",
18667]
18668
18669[[package]]
18670name = "windows"
18671version = "0.58.0"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18674dependencies = [
18675 "windows-core 0.58.0",
18676 "windows-targets 0.52.6",
18677]
18678
18679[[package]]
18680name = "windows"
18681version = "0.61.1"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18684dependencies = [
18685 "windows-collections",
18686 "windows-core 0.61.0",
18687 "windows-future",
18688 "windows-link 0.1.1",
18689 "windows-numerics",
18690]
18691
18692[[package]]
18693name = "windows-capture"
18694version = "1.4.3"
18695source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18696dependencies = [
18697 "clap",
18698 "ctrlc",
18699 "parking_lot",
18700 "rayon",
18701 "thiserror 2.0.12",
18702 "windows 0.61.1",
18703 "windows-future",
18704]
18705
18706[[package]]
18707name = "windows-collections"
18708version = "0.2.0"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18711dependencies = [
18712 "windows-core 0.61.0",
18713]
18714
18715[[package]]
18716name = "windows-core"
18717version = "0.54.0"
18718source = "registry+https://github.com/rust-lang/crates.io-index"
18719checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18720dependencies = [
18721 "windows-result 0.1.2",
18722 "windows-targets 0.52.6",
18723]
18724
18725[[package]]
18726name = "windows-core"
18727version = "0.57.0"
18728source = "registry+https://github.com/rust-lang/crates.io-index"
18729checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18730dependencies = [
18731 "windows-implement 0.57.0",
18732 "windows-interface 0.57.0",
18733 "windows-result 0.1.2",
18734 "windows-targets 0.52.6",
18735]
18736
18737[[package]]
18738name = "windows-core"
18739version = "0.58.0"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18742dependencies = [
18743 "windows-implement 0.58.0",
18744 "windows-interface 0.58.0",
18745 "windows-result 0.2.0",
18746 "windows-strings 0.1.0",
18747 "windows-targets 0.52.6",
18748]
18749
18750[[package]]
18751name = "windows-core"
18752version = "0.61.0"
18753source = "registry+https://github.com/rust-lang/crates.io-index"
18754checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18755dependencies = [
18756 "windows-implement 0.60.0",
18757 "windows-interface 0.59.1",
18758 "windows-link 0.1.1",
18759 "windows-result 0.3.2",
18760 "windows-strings 0.4.0",
18761]
18762
18763[[package]]
18764name = "windows-future"
18765version = "0.2.0"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18768dependencies = [
18769 "windows-core 0.61.0",
18770 "windows-link 0.1.1",
18771]
18772
18773[[package]]
18774name = "windows-implement"
18775version = "0.57.0"
18776source = "registry+https://github.com/rust-lang/crates.io-index"
18777checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18778dependencies = [
18779 "proc-macro2",
18780 "quote",
18781 "syn 2.0.101",
18782]
18783
18784[[package]]
18785name = "windows-implement"
18786version = "0.58.0"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18789dependencies = [
18790 "proc-macro2",
18791 "quote",
18792 "syn 2.0.101",
18793]
18794
18795[[package]]
18796name = "windows-implement"
18797version = "0.60.0"
18798source = "registry+https://github.com/rust-lang/crates.io-index"
18799checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18800dependencies = [
18801 "proc-macro2",
18802 "quote",
18803 "syn 2.0.101",
18804]
18805
18806[[package]]
18807name = "windows-interface"
18808version = "0.57.0"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18811dependencies = [
18812 "proc-macro2",
18813 "quote",
18814 "syn 2.0.101",
18815]
18816
18817[[package]]
18818name = "windows-interface"
18819version = "0.58.0"
18820source = "registry+https://github.com/rust-lang/crates.io-index"
18821checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18822dependencies = [
18823 "proc-macro2",
18824 "quote",
18825 "syn 2.0.101",
18826]
18827
18828[[package]]
18829name = "windows-interface"
18830version = "0.59.1"
18831source = "registry+https://github.com/rust-lang/crates.io-index"
18832checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18833dependencies = [
18834 "proc-macro2",
18835 "quote",
18836 "syn 2.0.101",
18837]
18838
18839[[package]]
18840name = "windows-link"
18841version = "0.1.1"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18844
18845[[package]]
18846name = "windows-link"
18847version = "0.2.0"
18848source = "registry+https://github.com/rust-lang/crates.io-index"
18849checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18850
18851[[package]]
18852name = "windows-numerics"
18853version = "0.2.0"
18854source = "registry+https://github.com/rust-lang/crates.io-index"
18855checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18856dependencies = [
18857 "windows-core 0.61.0",
18858 "windows-link 0.1.1",
18859]
18860
18861[[package]]
18862name = "windows-registry"
18863version = "0.4.0"
18864source = "registry+https://github.com/rust-lang/crates.io-index"
18865checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18866dependencies = [
18867 "windows-result 0.3.2",
18868 "windows-strings 0.3.1",
18869 "windows-targets 0.53.2",
18870]
18871
18872[[package]]
18873name = "windows-registry"
18874version = "0.5.1"
18875source = "registry+https://github.com/rust-lang/crates.io-index"
18876checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18877dependencies = [
18878 "windows-link 0.1.1",
18879 "windows-result 0.3.2",
18880 "windows-strings 0.4.0",
18881]
18882
18883[[package]]
18884name = "windows-registry"
18885version = "0.6.0"
18886source = "registry+https://github.com/rust-lang/crates.io-index"
18887checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18888dependencies = [
18889 "windows-link 0.2.0",
18890 "windows-result 0.4.0",
18891 "windows-strings 0.5.0",
18892]
18893
18894[[package]]
18895name = "windows-result"
18896version = "0.1.2"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18899dependencies = [
18900 "windows-targets 0.52.6",
18901]
18902
18903[[package]]
18904name = "windows-result"
18905version = "0.2.0"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18908dependencies = [
18909 "windows-targets 0.52.6",
18910]
18911
18912[[package]]
18913name = "windows-result"
18914version = "0.3.2"
18915source = "registry+https://github.com/rust-lang/crates.io-index"
18916checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18917dependencies = [
18918 "windows-link 0.1.1",
18919]
18920
18921[[package]]
18922name = "windows-result"
18923version = "0.4.0"
18924source = "registry+https://github.com/rust-lang/crates.io-index"
18925checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18926dependencies = [
18927 "windows-link 0.2.0",
18928]
18929
18930[[package]]
18931name = "windows-strings"
18932version = "0.1.0"
18933source = "registry+https://github.com/rust-lang/crates.io-index"
18934checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18935dependencies = [
18936 "windows-result 0.2.0",
18937 "windows-targets 0.52.6",
18938]
18939
18940[[package]]
18941name = "windows-strings"
18942version = "0.3.1"
18943source = "registry+https://github.com/rust-lang/crates.io-index"
18944checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18945dependencies = [
18946 "windows-link 0.1.1",
18947]
18948
18949[[package]]
18950name = "windows-strings"
18951version = "0.4.0"
18952source = "registry+https://github.com/rust-lang/crates.io-index"
18953checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18954dependencies = [
18955 "windows-link 0.1.1",
18956]
18957
18958[[package]]
18959name = "windows-strings"
18960version = "0.5.0"
18961source = "registry+https://github.com/rust-lang/crates.io-index"
18962checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18963dependencies = [
18964 "windows-link 0.2.0",
18965]
18966
18967[[package]]
18968name = "windows-sys"
18969version = "0.45.0"
18970source = "registry+https://github.com/rust-lang/crates.io-index"
18971checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18972dependencies = [
18973 "windows-targets 0.42.2",
18974]
18975
18976[[package]]
18977name = "windows-sys"
18978version = "0.48.0"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18981dependencies = [
18982 "windows-targets 0.48.5",
18983]
18984
18985[[package]]
18986name = "windows-sys"
18987version = "0.52.0"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18990dependencies = [
18991 "windows-targets 0.52.6",
18992]
18993
18994[[package]]
18995name = "windows-sys"
18996version = "0.59.0"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18999dependencies = [
19000 "windows-targets 0.52.6",
19001]
19002
19003[[package]]
19004name = "windows-sys"
19005version = "0.60.2"
19006source = "registry+https://github.com/rust-lang/crates.io-index"
19007checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19008dependencies = [
19009 "windows-targets 0.53.2",
19010]
19011
19012[[package]]
19013name = "windows-sys"
19014version = "0.61.0"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19017dependencies = [
19018 "windows-link 0.2.0",
19019]
19020
19021[[package]]
19022name = "windows-targets"
19023version = "0.42.2"
19024source = "registry+https://github.com/rust-lang/crates.io-index"
19025checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19026dependencies = [
19027 "windows_aarch64_gnullvm 0.42.2",
19028 "windows_aarch64_msvc 0.42.2",
19029 "windows_i686_gnu 0.42.2",
19030 "windows_i686_msvc 0.42.2",
19031 "windows_x86_64_gnu 0.42.2",
19032 "windows_x86_64_gnullvm 0.42.2",
19033 "windows_x86_64_msvc 0.42.2",
19034]
19035
19036[[package]]
19037name = "windows-targets"
19038version = "0.48.5"
19039source = "registry+https://github.com/rust-lang/crates.io-index"
19040checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19041dependencies = [
19042 "windows_aarch64_gnullvm 0.48.5",
19043 "windows_aarch64_msvc 0.48.5",
19044 "windows_i686_gnu 0.48.5",
19045 "windows_i686_msvc 0.48.5",
19046 "windows_x86_64_gnu 0.48.5",
19047 "windows_x86_64_gnullvm 0.48.5",
19048 "windows_x86_64_msvc 0.48.5",
19049]
19050
19051[[package]]
19052name = "windows-targets"
19053version = "0.52.6"
19054source = "registry+https://github.com/rust-lang/crates.io-index"
19055checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19056dependencies = [
19057 "windows_aarch64_gnullvm 0.52.6",
19058 "windows_aarch64_msvc 0.52.6",
19059 "windows_i686_gnu 0.52.6",
19060 "windows_i686_gnullvm 0.52.6",
19061 "windows_i686_msvc 0.52.6",
19062 "windows_x86_64_gnu 0.52.6",
19063 "windows_x86_64_gnullvm 0.52.6",
19064 "windows_x86_64_msvc 0.52.6",
19065]
19066
19067[[package]]
19068name = "windows-targets"
19069version = "0.53.2"
19070source = "registry+https://github.com/rust-lang/crates.io-index"
19071checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19072dependencies = [
19073 "windows_aarch64_gnullvm 0.53.0",
19074 "windows_aarch64_msvc 0.53.0",
19075 "windows_i686_gnu 0.53.0",
19076 "windows_i686_gnullvm 0.53.0",
19077 "windows_i686_msvc 0.53.0",
19078 "windows_x86_64_gnu 0.53.0",
19079 "windows_x86_64_gnullvm 0.53.0",
19080 "windows_x86_64_msvc 0.53.0",
19081]
19082
19083[[package]]
19084name = "windows_aarch64_gnullvm"
19085version = "0.42.2"
19086source = "registry+https://github.com/rust-lang/crates.io-index"
19087checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19088
19089[[package]]
19090name = "windows_aarch64_gnullvm"
19091version = "0.48.5"
19092source = "registry+https://github.com/rust-lang/crates.io-index"
19093checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19094
19095[[package]]
19096name = "windows_aarch64_gnullvm"
19097version = "0.52.6"
19098source = "registry+https://github.com/rust-lang/crates.io-index"
19099checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19100
19101[[package]]
19102name = "windows_aarch64_gnullvm"
19103version = "0.53.0"
19104source = "registry+https://github.com/rust-lang/crates.io-index"
19105checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19106
19107[[package]]
19108name = "windows_aarch64_msvc"
19109version = "0.42.2"
19110source = "registry+https://github.com/rust-lang/crates.io-index"
19111checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19112
19113[[package]]
19114name = "windows_aarch64_msvc"
19115version = "0.48.5"
19116source = "registry+https://github.com/rust-lang/crates.io-index"
19117checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19118
19119[[package]]
19120name = "windows_aarch64_msvc"
19121version = "0.52.6"
19122source = "registry+https://github.com/rust-lang/crates.io-index"
19123checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19124
19125[[package]]
19126name = "windows_aarch64_msvc"
19127version = "0.53.0"
19128source = "registry+https://github.com/rust-lang/crates.io-index"
19129checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19130
19131[[package]]
19132name = "windows_i686_gnu"
19133version = "0.42.2"
19134source = "registry+https://github.com/rust-lang/crates.io-index"
19135checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19136
19137[[package]]
19138name = "windows_i686_gnu"
19139version = "0.48.5"
19140source = "registry+https://github.com/rust-lang/crates.io-index"
19141checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19142
19143[[package]]
19144name = "windows_i686_gnu"
19145version = "0.52.6"
19146source = "registry+https://github.com/rust-lang/crates.io-index"
19147checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19148
19149[[package]]
19150name = "windows_i686_gnu"
19151version = "0.53.0"
19152source = "registry+https://github.com/rust-lang/crates.io-index"
19153checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19154
19155[[package]]
19156name = "windows_i686_gnullvm"
19157version = "0.52.6"
19158source = "registry+https://github.com/rust-lang/crates.io-index"
19159checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19160
19161[[package]]
19162name = "windows_i686_gnullvm"
19163version = "0.53.0"
19164source = "registry+https://github.com/rust-lang/crates.io-index"
19165checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19166
19167[[package]]
19168name = "windows_i686_msvc"
19169version = "0.42.2"
19170source = "registry+https://github.com/rust-lang/crates.io-index"
19171checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19172
19173[[package]]
19174name = "windows_i686_msvc"
19175version = "0.48.5"
19176source = "registry+https://github.com/rust-lang/crates.io-index"
19177checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19178
19179[[package]]
19180name = "windows_i686_msvc"
19181version = "0.52.6"
19182source = "registry+https://github.com/rust-lang/crates.io-index"
19183checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19184
19185[[package]]
19186name = "windows_i686_msvc"
19187version = "0.53.0"
19188source = "registry+https://github.com/rust-lang/crates.io-index"
19189checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19190
19191[[package]]
19192name = "windows_x86_64_gnu"
19193version = "0.42.2"
19194source = "registry+https://github.com/rust-lang/crates.io-index"
19195checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19196
19197[[package]]
19198name = "windows_x86_64_gnu"
19199version = "0.48.5"
19200source = "registry+https://github.com/rust-lang/crates.io-index"
19201checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19202
19203[[package]]
19204name = "windows_x86_64_gnu"
19205version = "0.52.6"
19206source = "registry+https://github.com/rust-lang/crates.io-index"
19207checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19208
19209[[package]]
19210name = "windows_x86_64_gnu"
19211version = "0.53.0"
19212source = "registry+https://github.com/rust-lang/crates.io-index"
19213checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19214
19215[[package]]
19216name = "windows_x86_64_gnullvm"
19217version = "0.42.2"
19218source = "registry+https://github.com/rust-lang/crates.io-index"
19219checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19220
19221[[package]]
19222name = "windows_x86_64_gnullvm"
19223version = "0.48.5"
19224source = "registry+https://github.com/rust-lang/crates.io-index"
19225checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19226
19227[[package]]
19228name = "windows_x86_64_gnullvm"
19229version = "0.52.6"
19230source = "registry+https://github.com/rust-lang/crates.io-index"
19231checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19232
19233[[package]]
19234name = "windows_x86_64_gnullvm"
19235version = "0.53.0"
19236source = "registry+https://github.com/rust-lang/crates.io-index"
19237checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19238
19239[[package]]
19240name = "windows_x86_64_msvc"
19241version = "0.42.2"
19242source = "registry+https://github.com/rust-lang/crates.io-index"
19243checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19244
19245[[package]]
19246name = "windows_x86_64_msvc"
19247version = "0.48.5"
19248source = "registry+https://github.com/rust-lang/crates.io-index"
19249checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19250
19251[[package]]
19252name = "windows_x86_64_msvc"
19253version = "0.52.6"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19256
19257[[package]]
19258name = "windows_x86_64_msvc"
19259version = "0.53.0"
19260source = "registry+https://github.com/rust-lang/crates.io-index"
19261checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19262
19263[[package]]
19264name = "winnow"
19265version = "0.7.6"
19266source = "registry+https://github.com/rust-lang/crates.io-index"
19267checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19268dependencies = [
19269 "memchr",
19270]
19271
19272[[package]]
19273name = "winreg"
19274version = "0.10.1"
19275source = "registry+https://github.com/rust-lang/crates.io-index"
19276checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19277dependencies = [
19278 "winapi",
19279]
19280
19281[[package]]
19282name = "winreg"
19283version = "0.50.0"
19284source = "registry+https://github.com/rust-lang/crates.io-index"
19285checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19286dependencies = [
19287 "cfg-if",
19288 "windows-sys 0.48.0",
19289]
19290
19291[[package]]
19292name = "winreg"
19293version = "0.52.0"
19294source = "registry+https://github.com/rust-lang/crates.io-index"
19295checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19296dependencies = [
19297 "cfg-if",
19298 "windows-sys 0.48.0",
19299]
19300
19301[[package]]
19302name = "winreg"
19303version = "0.55.0"
19304source = "registry+https://github.com/rust-lang/crates.io-index"
19305checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19306dependencies = [
19307 "cfg-if",
19308 "windows-sys 0.59.0",
19309]
19310
19311[[package]]
19312name = "winresource"
19313version = "0.1.20"
19314source = "registry+https://github.com/rust-lang/crates.io-index"
19315checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19316dependencies = [
19317 "toml 0.8.20",
19318 "version_check",
19319]
19320
19321[[package]]
19322name = "winsafe"
19323version = "0.0.19"
19324source = "registry+https://github.com/rust-lang/crates.io-index"
19325checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19326
19327[[package]]
19328name = "winx"
19329version = "0.36.4"
19330source = "registry+https://github.com/rust-lang/crates.io-index"
19331checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19332dependencies = [
19333 "bitflags 2.9.0",
19334 "windows-sys 0.52.0",
19335]
19336
19337[[package]]
19338name = "wio"
19339version = "0.2.2"
19340source = "registry+https://github.com/rust-lang/crates.io-index"
19341checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19342dependencies = [
19343 "winapi",
19344]
19345
19346[[package]]
19347name = "wit-bindgen"
19348version = "0.22.0"
19349source = "registry+https://github.com/rust-lang/crates.io-index"
19350checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19351dependencies = [
19352 "bitflags 2.9.0",
19353 "wit-bindgen-rt 0.22.0",
19354 "wit-bindgen-rust-macro 0.22.0",
19355]
19356
19357[[package]]
19358name = "wit-bindgen"
19359version = "0.41.0"
19360source = "registry+https://github.com/rust-lang/crates.io-index"
19361checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19362dependencies = [
19363 "wit-bindgen-rt 0.41.0",
19364 "wit-bindgen-rust-macro 0.41.0",
19365]
19366
19367[[package]]
19368name = "wit-bindgen-core"
19369version = "0.22.0"
19370source = "registry+https://github.com/rust-lang/crates.io-index"
19371checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19372dependencies = [
19373 "anyhow",
19374 "wit-parser 0.201.0",
19375]
19376
19377[[package]]
19378name = "wit-bindgen-core"
19379version = "0.41.0"
19380source = "registry+https://github.com/rust-lang/crates.io-index"
19381checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19382dependencies = [
19383 "anyhow",
19384 "heck 0.5.0",
19385 "wit-parser 0.227.1",
19386]
19387
19388[[package]]
19389name = "wit-bindgen-rt"
19390version = "0.22.0"
19391source = "registry+https://github.com/rust-lang/crates.io-index"
19392checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19393
19394[[package]]
19395name = "wit-bindgen-rt"
19396version = "0.39.0"
19397source = "registry+https://github.com/rust-lang/crates.io-index"
19398checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19399dependencies = [
19400 "bitflags 2.9.0",
19401]
19402
19403[[package]]
19404name = "wit-bindgen-rt"
19405version = "0.41.0"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19408dependencies = [
19409 "bitflags 2.9.0",
19410 "futures 0.3.31",
19411 "once_cell",
19412]
19413
19414[[package]]
19415name = "wit-bindgen-rust"
19416version = "0.22.0"
19417source = "registry+https://github.com/rust-lang/crates.io-index"
19418checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19419dependencies = [
19420 "anyhow",
19421 "heck 0.4.1",
19422 "indexmap 2.9.0",
19423 "wasm-metadata 0.201.0",
19424 "wit-bindgen-core 0.22.0",
19425 "wit-component 0.201.0",
19426]
19427
19428[[package]]
19429name = "wit-bindgen-rust"
19430version = "0.41.0"
19431source = "registry+https://github.com/rust-lang/crates.io-index"
19432checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19433dependencies = [
19434 "anyhow",
19435 "heck 0.5.0",
19436 "indexmap 2.9.0",
19437 "prettyplease",
19438 "syn 2.0.101",
19439 "wasm-metadata 0.227.1",
19440 "wit-bindgen-core 0.41.0",
19441 "wit-component 0.227.1",
19442]
19443
19444[[package]]
19445name = "wit-bindgen-rust-macro"
19446version = "0.22.0"
19447source = "registry+https://github.com/rust-lang/crates.io-index"
19448checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19449dependencies = [
19450 "anyhow",
19451 "proc-macro2",
19452 "quote",
19453 "syn 2.0.101",
19454 "wit-bindgen-core 0.22.0",
19455 "wit-bindgen-rust 0.22.0",
19456]
19457
19458[[package]]
19459name = "wit-bindgen-rust-macro"
19460version = "0.41.0"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19463dependencies = [
19464 "anyhow",
19465 "prettyplease",
19466 "proc-macro2",
19467 "quote",
19468 "syn 2.0.101",
19469 "wit-bindgen-core 0.41.0",
19470 "wit-bindgen-rust 0.41.0",
19471]
19472
19473[[package]]
19474name = "wit-component"
19475version = "0.201.0"
19476source = "registry+https://github.com/rust-lang/crates.io-index"
19477checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19478dependencies = [
19479 "anyhow",
19480 "bitflags 2.9.0",
19481 "indexmap 2.9.0",
19482 "log",
19483 "serde",
19484 "serde_derive",
19485 "serde_json",
19486 "wasm-encoder 0.201.0",
19487 "wasm-metadata 0.201.0",
19488 "wasmparser 0.201.0",
19489 "wit-parser 0.201.0",
19490]
19491
19492[[package]]
19493name = "wit-component"
19494version = "0.227.1"
19495source = "registry+https://github.com/rust-lang/crates.io-index"
19496checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19497dependencies = [
19498 "anyhow",
19499 "bitflags 2.9.0",
19500 "indexmap 2.9.0",
19501 "log",
19502 "serde",
19503 "serde_derive",
19504 "serde_json",
19505 "wasm-encoder 0.227.1",
19506 "wasm-metadata 0.227.1",
19507 "wasmparser 0.227.1",
19508 "wit-parser 0.227.1",
19509]
19510
19511[[package]]
19512name = "wit-parser"
19513version = "0.201.0"
19514source = "registry+https://github.com/rust-lang/crates.io-index"
19515checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19516dependencies = [
19517 "anyhow",
19518 "id-arena",
19519 "indexmap 2.9.0",
19520 "log",
19521 "semver",
19522 "serde",
19523 "serde_derive",
19524 "serde_json",
19525 "unicode-xid",
19526 "wasmparser 0.201.0",
19527]
19528
19529[[package]]
19530name = "wit-parser"
19531version = "0.221.3"
19532source = "registry+https://github.com/rust-lang/crates.io-index"
19533checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19534dependencies = [
19535 "anyhow",
19536 "id-arena",
19537 "indexmap 2.9.0",
19538 "log",
19539 "semver",
19540 "serde",
19541 "serde_derive",
19542 "serde_json",
19543 "unicode-xid",
19544 "wasmparser 0.221.3",
19545]
19546
19547[[package]]
19548name = "wit-parser"
19549version = "0.227.1"
19550source = "registry+https://github.com/rust-lang/crates.io-index"
19551checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19552dependencies = [
19553 "anyhow",
19554 "id-arena",
19555 "indexmap 2.9.0",
19556 "log",
19557 "semver",
19558 "serde",
19559 "serde_derive",
19560 "serde_json",
19561 "unicode-xid",
19562 "wasmparser 0.227.1",
19563]
19564
19565[[package]]
19566name = "witx"
19567version = "0.9.1"
19568source = "registry+https://github.com/rust-lang/crates.io-index"
19569checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19570dependencies = [
19571 "anyhow",
19572 "log",
19573 "thiserror 1.0.69",
19574 "wast",
19575]
19576
19577[[package]]
19578name = "workspace"
19579version = "0.1.0"
19580dependencies = [
19581 "any_vec",
19582 "anyhow",
19583 "async-recursion",
19584 "call",
19585 "client",
19586 "clock",
19587 "collections",
19588 "component",
19589 "dap",
19590 "db",
19591 "fs",
19592 "futures 0.3.31",
19593 "gpui",
19594 "http_client",
19595 "itertools 0.14.0",
19596 "language",
19597 "log",
19598 "menu",
19599 "node_runtime",
19600 "parking_lot",
19601 "postage",
19602 "pretty_assertions",
19603 "project",
19604 "remote",
19605 "schemars 1.0.1",
19606 "serde",
19607 "serde_json",
19608 "session",
19609 "settings",
19610 "smallvec",
19611 "sqlez",
19612 "strum 0.27.1",
19613 "task",
19614 "telemetry",
19615 "tempfile",
19616 "theme",
19617 "ui",
19618 "util",
19619 "uuid",
19620 "windows 0.61.1",
19621 "workspace-hack",
19622 "zed_actions",
19623 "zlog",
19624]
19625
19626[[package]]
19627name = "workspace-hack"
19628version = "0.1.0"
19629dependencies = [
19630 "aes",
19631 "ahash 0.8.11",
19632 "aho-corasick",
19633 "anstream",
19634 "arrayvec",
19635 "async-compression",
19636 "async-std",
19637 "async-tungstenite",
19638 "aws-config",
19639 "aws-credential-types",
19640 "aws-runtime",
19641 "aws-sigv4",
19642 "aws-smithy-async",
19643 "aws-smithy-http",
19644 "aws-smithy-runtime",
19645 "aws-smithy-runtime-api",
19646 "aws-smithy-types",
19647 "base64 0.22.1",
19648 "base64ct",
19649 "bigdecimal",
19650 "bit-set 0.8.0",
19651 "bit-vec 0.8.0",
19652 "bitflags 2.9.0",
19653 "bstr",
19654 "bytemuck",
19655 "byteorder",
19656 "bytes 1.10.1",
19657 "cc",
19658 "chrono",
19659 "cipher",
19660 "clap",
19661 "clap_builder",
19662 "codespan-reporting 0.12.0",
19663 "concurrent-queue",
19664 "core-foundation 0.9.4",
19665 "core-foundation-sys",
19666 "cranelift-codegen",
19667 "crc32fast",
19668 "crossbeam-channel",
19669 "crossbeam-epoch",
19670 "crossbeam-utils",
19671 "crypto-common",
19672 "deranged",
19673 "digest",
19674 "either",
19675 "euclid",
19676 "event-listener 5.4.0",
19677 "event-listener-strategy",
19678 "flate2",
19679 "flume",
19680 "foldhash",
19681 "form_urlencoded",
19682 "futures 0.3.31",
19683 "futures-channel",
19684 "futures-core",
19685 "futures-executor",
19686 "futures-io",
19687 "futures-sink",
19688 "futures-task",
19689 "futures-util",
19690 "getrandom 0.2.15",
19691 "getrandom 0.3.2",
19692 "gimli",
19693 "half",
19694 "handlebars 4.5.0",
19695 "hashbrown 0.14.5",
19696 "hashbrown 0.15.3",
19697 "heck 0.4.1",
19698 "hmac",
19699 "hyper 0.14.32",
19700 "hyper-rustls 0.27.5",
19701 "idna",
19702 "indexmap 2.9.0",
19703 "inout",
19704 "itertools 0.12.1",
19705 "itertools 0.13.0",
19706 "lazy_static",
19707 "libc",
19708 "libsqlite3-sys",
19709 "linux-raw-sys 0.4.15",
19710 "linux-raw-sys 0.9.4",
19711 "livekit-runtime",
19712 "log",
19713 "lyon",
19714 "lyon_path",
19715 "md-5",
19716 "memchr",
19717 "memmap2",
19718 "mime_guess",
19719 "miniz_oxide",
19720 "mio 1.0.3",
19721 "naga",
19722 "nix 0.28.0",
19723 "nix 0.29.0",
19724 "nix 0.30.1",
19725 "nom 7.1.3",
19726 "num-bigint",
19727 "num-bigint-dig",
19728 "num-complex",
19729 "num-integer",
19730 "num-iter",
19731 "num-rational",
19732 "num-traits",
19733 "objc2",
19734 "objc2-core-foundation",
19735 "objc2-foundation",
19736 "objc2-metal",
19737 "object",
19738 "once_cell",
19739 "percent-encoding",
19740 "phf",
19741 "phf_shared",
19742 "prettyplease",
19743 "proc-macro2",
19744 "prost 0.12.6",
19745 "prost 0.9.0",
19746 "prost-types 0.9.0",
19747 "quote",
19748 "rand 0.8.5",
19749 "rand 0.9.1",
19750 "rand_chacha 0.3.1",
19751 "rand_core 0.6.4",
19752 "rand_distr",
19753 "regalloc2",
19754 "regex",
19755 "regex-automata",
19756 "regex-syntax",
19757 "ring",
19758 "rust_decimal",
19759 "rustc-hash 1.1.0",
19760 "rustix 0.38.44",
19761 "rustix 1.0.7",
19762 "rustls 0.23.26",
19763 "rustls-webpki 0.103.1",
19764 "scopeguard",
19765 "sea-orm",
19766 "sea-query-binder",
19767 "security-framework 3.2.0",
19768 "security-framework-sys",
19769 "semver",
19770 "serde",
19771 "serde_core",
19772 "serde_json",
19773 "simd-adler32",
19774 "smallvec",
19775 "spin",
19776 "sqlx",
19777 "sqlx-macros",
19778 "sqlx-macros-core",
19779 "sqlx-postgres",
19780 "sqlx-sqlite",
19781 "stable_deref_trait",
19782 "strum 0.26.3",
19783 "subtle",
19784 "syn 1.0.109",
19785 "syn 2.0.101",
19786 "sync_wrapper 1.0.2",
19787 "thiserror 2.0.12",
19788 "time",
19789 "time-macros",
19790 "tokio",
19791 "tokio-rustls 0.26.2",
19792 "tokio-socks",
19793 "tokio-stream",
19794 "tokio-util",
19795 "toml_datetime",
19796 "toml_edit",
19797 "tower 0.5.2",
19798 "tracing",
19799 "tracing-core",
19800 "tungstenite 0.26.2",
19801 "unicode-properties",
19802 "url",
19803 "uuid",
19804 "wasmparser 0.221.3",
19805 "wasmtime",
19806 "wasmtime-cranelift",
19807 "wasmtime-environ",
19808 "winapi",
19809 "windows-core 0.61.0",
19810 "windows-numerics",
19811 "windows-sys 0.48.0",
19812 "windows-sys 0.52.0",
19813 "windows-sys 0.59.0",
19814 "windows-sys 0.61.0",
19815 "zeroize",
19816 "zvariant",
19817]
19818
19819[[package]]
19820name = "worktree"
19821version = "0.1.0"
19822dependencies = [
19823 "anyhow",
19824 "clock",
19825 "collections",
19826 "fs",
19827 "futures 0.3.31",
19828 "fuzzy",
19829 "git",
19830 "git2",
19831 "gpui",
19832 "http_client",
19833 "ignore",
19834 "language",
19835 "log",
19836 "parking_lot",
19837 "paths",
19838 "postage",
19839 "pretty_assertions",
19840 "rand 0.9.1",
19841 "rpc",
19842 "serde",
19843 "serde_json",
19844 "settings",
19845 "smallvec",
19846 "smol",
19847 "sum_tree",
19848 "text",
19849 "util",
19850 "workspace-hack",
19851 "zlog",
19852]
19853
19854[[package]]
19855name = "write16"
19856version = "1.0.0"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19859
19860[[package]]
19861name = "writeable"
19862version = "0.5.5"
19863source = "registry+https://github.com/rust-lang/crates.io-index"
19864checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19865
19866[[package]]
19867name = "wyz"
19868version = "0.5.1"
19869source = "registry+https://github.com/rust-lang/crates.io-index"
19870checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19871dependencies = [
19872 "tap",
19873]
19874
19875[[package]]
19876name = "x11"
19877version = "2.21.0"
19878source = "registry+https://github.com/rust-lang/crates.io-index"
19879checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19880dependencies = [
19881 "libc",
19882 "pkg-config",
19883]
19884
19885[[package]]
19886name = "x11-clipboard"
19887version = "0.9.3"
19888source = "registry+https://github.com/rust-lang/crates.io-index"
19889checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19890dependencies = [
19891 "libc",
19892 "x11rb",
19893]
19894
19895[[package]]
19896name = "x11rb"
19897version = "0.13.1"
19898source = "registry+https://github.com/rust-lang/crates.io-index"
19899checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19900dependencies = [
19901 "as-raw-xcb-connection",
19902 "gethostname",
19903 "libc",
19904 "rustix 0.38.44",
19905 "x11rb-protocol",
19906]
19907
19908[[package]]
19909name = "x11rb-protocol"
19910version = "0.13.1"
19911source = "registry+https://github.com/rust-lang/crates.io-index"
19912checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19913
19914[[package]]
19915name = "x_ai"
19916version = "0.1.0"
19917dependencies = [
19918 "anyhow",
19919 "schemars 1.0.1",
19920 "serde",
19921 "strum 0.27.1",
19922 "workspace-hack",
19923]
19924
19925[[package]]
19926name = "xattr"
19927version = "0.2.3"
19928source = "registry+https://github.com/rust-lang/crates.io-index"
19929checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19930dependencies = [
19931 "libc",
19932]
19933
19934[[package]]
19935name = "xcb"
19936version = "1.6.0"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19939dependencies = [
19940 "bitflags 1.3.2",
19941 "libc",
19942 "quick-xml 0.30.0",
19943 "x11",
19944]
19945
19946[[package]]
19947name = "xcursor"
19948version = "0.3.8"
19949source = "registry+https://github.com/rust-lang/crates.io-index"
19950checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19951
19952[[package]]
19953name = "xim"
19954version = "0.4.0"
19955source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19956dependencies = [
19957 "ahash 0.8.11",
19958 "hashbrown 0.14.5",
19959 "log",
19960 "x11rb",
19961 "xim-ctext",
19962 "xim-parser",
19963]
19964
19965[[package]]
19966name = "xim-ctext"
19967version = "0.3.0"
19968source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19969dependencies = [
19970 "encoding_rs",
19971]
19972
19973[[package]]
19974name = "xim-parser"
19975version = "0.2.1"
19976source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19977dependencies = [
19978 "bitflags 2.9.0",
19979]
19980
19981[[package]]
19982name = "xkbcommon"
19983version = "0.8.0"
19984source = "registry+https://github.com/rust-lang/crates.io-index"
19985checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19986dependencies = [
19987 "as-raw-xcb-connection",
19988 "libc",
19989 "memmap2",
19990 "xkeysym",
19991]
19992
19993[[package]]
19994name = "xkeysym"
19995version = "0.2.1"
19996source = "registry+https://github.com/rust-lang/crates.io-index"
19997checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19998
19999[[package]]
20000name = "xml5ever"
20001version = "0.18.1"
20002source = "registry+https://github.com/rust-lang/crates.io-index"
20003checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20004dependencies = [
20005 "log",
20006 "mac",
20007 "markup5ever 0.12.1",
20008]
20009
20010[[package]]
20011name = "xmlparser"
20012version = "0.13.6"
20013source = "registry+https://github.com/rust-lang/crates.io-index"
20014checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20015
20016[[package]]
20017name = "xmlwriter"
20018version = "0.1.0"
20019source = "registry+https://github.com/rust-lang/crates.io-index"
20020checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20021
20022[[package]]
20023name = "xtask"
20024version = "0.1.0"
20025dependencies = [
20026 "anyhow",
20027 "cargo_metadata",
20028 "cargo_toml",
20029 "clap",
20030 "workspace-hack",
20031]
20032
20033[[package]]
20034name = "yaml-rust2"
20035version = "0.8.1"
20036source = "registry+https://github.com/rust-lang/crates.io-index"
20037checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20038dependencies = [
20039 "arraydeque",
20040 "encoding_rs",
20041 "hashlink 0.8.4",
20042]
20043
20044[[package]]
20045name = "yansi"
20046version = "1.0.1"
20047source = "registry+https://github.com/rust-lang/crates.io-index"
20048checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20049
20050[[package]]
20051name = "yawc"
20052version = "0.2.5"
20053source = "registry+https://github.com/rust-lang/crates.io-index"
20054checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20055dependencies = [
20056 "base64 0.22.1",
20057 "bytes 1.10.1",
20058 "flate2",
20059 "futures 0.3.31",
20060 "http-body-util",
20061 "hyper 1.6.0",
20062 "hyper-util",
20063 "js-sys",
20064 "nom 8.0.0",
20065 "pin-project",
20066 "rand 0.8.5",
20067 "sha1",
20068 "thiserror 1.0.69",
20069 "tokio",
20070 "tokio-rustls 0.26.2",
20071 "tokio-util",
20072 "url",
20073 "wasm-bindgen",
20074 "wasm-bindgen-futures",
20075 "web-sys",
20076 "webpki-roots",
20077]
20078
20079[[package]]
20080name = "yazi"
20081version = "0.2.1"
20082source = "registry+https://github.com/rust-lang/crates.io-index"
20083checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20084
20085[[package]]
20086name = "yeslogic-fontconfig-sys"
20087version = "6.0.0"
20088source = "registry+https://github.com/rust-lang/crates.io-index"
20089checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20090dependencies = [
20091 "dlib",
20092 "once_cell",
20093 "pkg-config",
20094]
20095
20096[[package]]
20097name = "yoke"
20098version = "0.7.5"
20099source = "registry+https://github.com/rust-lang/crates.io-index"
20100checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20101dependencies = [
20102 "serde",
20103 "stable_deref_trait",
20104 "yoke-derive",
20105 "zerofrom",
20106]
20107
20108[[package]]
20109name = "yoke-derive"
20110version = "0.7.5"
20111source = "registry+https://github.com/rust-lang/crates.io-index"
20112checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20113dependencies = [
20114 "proc-macro2",
20115 "quote",
20116 "syn 2.0.101",
20117 "synstructure",
20118]
20119
20120[[package]]
20121name = "zbus"
20122version = "5.11.0"
20123source = "registry+https://github.com/rust-lang/crates.io-index"
20124checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20125dependencies = [
20126 "async-broadcast",
20127 "async-executor",
20128 "async-io",
20129 "async-lock",
20130 "async-process",
20131 "async-recursion",
20132 "async-task",
20133 "async-trait",
20134 "blocking",
20135 "enumflags2",
20136 "event-listener 5.4.0",
20137 "futures-core",
20138 "futures-lite 2.6.0",
20139 "hex",
20140 "nix 0.30.1",
20141 "ordered-stream",
20142 "serde",
20143 "serde_repr",
20144 "tracing",
20145 "uds_windows",
20146 "windows-sys 0.60.2",
20147 "winnow",
20148 "zbus_macros",
20149 "zbus_names",
20150 "zvariant",
20151]
20152
20153[[package]]
20154name = "zbus_macros"
20155version = "5.11.0"
20156source = "registry+https://github.com/rust-lang/crates.io-index"
20157checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20158dependencies = [
20159 "proc-macro-crate",
20160 "proc-macro2",
20161 "quote",
20162 "syn 2.0.101",
20163 "zbus_names",
20164 "zvariant",
20165 "zvariant_utils",
20166]
20167
20168[[package]]
20169name = "zbus_names"
20170version = "4.2.0"
20171source = "registry+https://github.com/rust-lang/crates.io-index"
20172checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20173dependencies = [
20174 "serde",
20175 "static_assertions",
20176 "winnow",
20177 "zvariant",
20178]
20179
20180[[package]]
20181name = "zed"
20182version = "0.207.0"
20183dependencies = [
20184 "acp_tools",
20185 "activity_indicator",
20186 "agent",
20187 "agent_settings",
20188 "agent_ui",
20189 "anyhow",
20190 "ashpd 0.11.0",
20191 "askpass",
20192 "assets",
20193 "assistant_tools",
20194 "audio",
20195 "auto_update",
20196 "auto_update_ui",
20197 "backtrace",
20198 "bincode",
20199 "breadcrumbs",
20200 "call",
20201 "channel",
20202 "clap",
20203 "cli",
20204 "client",
20205 "collab_ui",
20206 "collections",
20207 "command_palette",
20208 "component",
20209 "copilot",
20210 "crashes",
20211 "dap",
20212 "dap_adapters",
20213 "db",
20214 "debug_adapter_extension",
20215 "debugger_tools",
20216 "debugger_ui",
20217 "diagnostics",
20218 "edit_prediction_button",
20219 "editor",
20220 "env_logger 0.11.8",
20221 "extension",
20222 "extension_host",
20223 "extensions_ui",
20224 "feature_flags",
20225 "feedback",
20226 "file_finder",
20227 "fs",
20228 "futures 0.3.31",
20229 "git",
20230 "git_hosting_providers",
20231 "git_ui",
20232 "go_to_line",
20233 "gpui",
20234 "gpui_tokio",
20235 "http_client",
20236 "image_viewer",
20237 "inspector_ui",
20238 "install_cli",
20239 "itertools 0.14.0",
20240 "journal",
20241 "keymap_editor",
20242 "language",
20243 "language_extension",
20244 "language_model",
20245 "language_models",
20246 "language_onboarding",
20247 "language_selector",
20248 "language_tools",
20249 "languages",
20250 "line_ending_selector",
20251 "log",
20252 "markdown",
20253 "markdown_preview",
20254 "menu",
20255 "migrator",
20256 "mimalloc",
20257 "nc",
20258 "nix 0.29.0",
20259 "node_runtime",
20260 "notifications",
20261 "onboarding",
20262 "outline",
20263 "outline_panel",
20264 "parking_lot",
20265 "paths",
20266 "picker",
20267 "pretty_assertions",
20268 "profiling",
20269 "project",
20270 "project_panel",
20271 "project_symbols",
20272 "prompt_store",
20273 "proto",
20274 "recent_projects",
20275 "release_channel",
20276 "remote",
20277 "repl",
20278 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20279 "reqwest_client",
20280 "rope",
20281 "search",
20282 "serde",
20283 "serde_json",
20284 "session",
20285 "settings",
20286 "settings_profile_selector",
20287 "settings_ui",
20288 "shellexpand 2.1.2",
20289 "smol",
20290 "snippet_provider",
20291 "snippets_ui",
20292 "supermaven",
20293 "svg_preview",
20294 "sysinfo",
20295 "system_specs",
20296 "tab_switcher",
20297 "task",
20298 "tasks_ui",
20299 "telemetry",
20300 "telemetry_events",
20301 "terminal_view",
20302 "theme",
20303 "theme_extension",
20304 "theme_selector",
20305 "time",
20306 "title_bar",
20307 "toolchain_selector",
20308 "tree-sitter-md",
20309 "tree-sitter-rust",
20310 "ui",
20311 "ui_input",
20312 "ui_prompt",
20313 "url",
20314 "urlencoding",
20315 "util",
20316 "uuid",
20317 "vim",
20318 "vim_mode_setting",
20319 "watch",
20320 "web_search",
20321 "web_search_providers",
20322 "windows 0.61.1",
20323 "winresource",
20324 "workspace",
20325 "workspace-hack",
20326 "zed_actions",
20327 "zed_env_vars",
20328 "zeta",
20329 "zeta2",
20330 "zeta2_tools",
20331 "zlog",
20332 "zlog_settings",
20333]
20334
20335[[package]]
20336name = "zed_actions"
20337version = "0.1.0"
20338dependencies = [
20339 "gpui",
20340 "schemars 1.0.1",
20341 "serde",
20342 "uuid",
20343 "workspace-hack",
20344]
20345
20346[[package]]
20347name = "zed_env_vars"
20348version = "0.1.0"
20349dependencies = [
20350 "gpui",
20351 "workspace-hack",
20352]
20353
20354[[package]]
20355name = "zed_extension_api"
20356version = "0.1.0"
20357source = "registry+https://github.com/rust-lang/crates.io-index"
20358checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20359dependencies = [
20360 "serde",
20361 "serde_json",
20362 "wit-bindgen 0.22.0",
20363]
20364
20365[[package]]
20366name = "zed_extension_api"
20367version = "0.7.0"
20368dependencies = [
20369 "serde",
20370 "serde_json",
20371 "wit-bindgen 0.41.0",
20372]
20373
20374[[package]]
20375name = "zed_glsl"
20376version = "0.1.0"
20377dependencies = [
20378 "zed_extension_api 0.1.0",
20379]
20380
20381[[package]]
20382name = "zed_html"
20383version = "0.2.2"
20384dependencies = [
20385 "zed_extension_api 0.1.0",
20386]
20387
20388[[package]]
20389name = "zed_proto"
20390version = "0.2.2"
20391dependencies = [
20392 "zed_extension_api 0.1.0",
20393]
20394
20395[[package]]
20396name = "zed_ruff"
20397version = "0.1.1"
20398dependencies = [
20399 "zed_extension_api 0.1.0",
20400]
20401
20402[[package]]
20403name = "zed_snippets"
20404version = "0.0.6"
20405dependencies = [
20406 "serde_json",
20407 "zed_extension_api 0.1.0",
20408]
20409
20410[[package]]
20411name = "zed_test_extension"
20412version = "0.1.0"
20413dependencies = [
20414 "zed_extension_api 0.7.0",
20415]
20416
20417[[package]]
20418name = "zeno"
20419version = "0.3.2"
20420source = "registry+https://github.com/rust-lang/crates.io-index"
20421checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20422
20423[[package]]
20424name = "zerocopy"
20425version = "0.7.35"
20426source = "registry+https://github.com/rust-lang/crates.io-index"
20427checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20428dependencies = [
20429 "zerocopy-derive 0.7.35",
20430]
20431
20432[[package]]
20433name = "zerocopy"
20434version = "0.8.24"
20435source = "registry+https://github.com/rust-lang/crates.io-index"
20436checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20437dependencies = [
20438 "zerocopy-derive 0.8.24",
20439]
20440
20441[[package]]
20442name = "zerocopy-derive"
20443version = "0.7.35"
20444source = "registry+https://github.com/rust-lang/crates.io-index"
20445checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20446dependencies = [
20447 "proc-macro2",
20448 "quote",
20449 "syn 2.0.101",
20450]
20451
20452[[package]]
20453name = "zerocopy-derive"
20454version = "0.8.24"
20455source = "registry+https://github.com/rust-lang/crates.io-index"
20456checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20457dependencies = [
20458 "proc-macro2",
20459 "quote",
20460 "syn 2.0.101",
20461]
20462
20463[[package]]
20464name = "zerofrom"
20465version = "0.1.6"
20466source = "registry+https://github.com/rust-lang/crates.io-index"
20467checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20468dependencies = [
20469 "zerofrom-derive",
20470]
20471
20472[[package]]
20473name = "zerofrom-derive"
20474version = "0.1.6"
20475source = "registry+https://github.com/rust-lang/crates.io-index"
20476checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20477dependencies = [
20478 "proc-macro2",
20479 "quote",
20480 "syn 2.0.101",
20481 "synstructure",
20482]
20483
20484[[package]]
20485name = "zeroize"
20486version = "1.8.1"
20487source = "registry+https://github.com/rust-lang/crates.io-index"
20488checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20489dependencies = [
20490 "zeroize_derive",
20491]
20492
20493[[package]]
20494name = "zeroize_derive"
20495version = "1.4.2"
20496source = "registry+https://github.com/rust-lang/crates.io-index"
20497checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20498dependencies = [
20499 "proc-macro2",
20500 "quote",
20501 "syn 2.0.101",
20502]
20503
20504[[package]]
20505name = "zeromq"
20506version = "0.5.0-pre"
20507source = "registry+https://github.com/rust-lang/crates.io-index"
20508checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20509dependencies = [
20510 "async-dispatcher",
20511 "async-std",
20512 "async-trait",
20513 "asynchronous-codec",
20514 "bytes 1.10.1",
20515 "crossbeam-queue",
20516 "dashmap 5.5.3",
20517 "futures 0.3.31",
20518 "log",
20519 "num-traits",
20520 "once_cell",
20521 "parking_lot",
20522 "rand 0.8.5",
20523 "regex",
20524 "thiserror 1.0.69",
20525 "uuid",
20526]
20527
20528[[package]]
20529name = "zerovec"
20530version = "0.10.4"
20531source = "registry+https://github.com/rust-lang/crates.io-index"
20532checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20533dependencies = [
20534 "yoke",
20535 "zerofrom",
20536 "zerovec-derive",
20537]
20538
20539[[package]]
20540name = "zerovec-derive"
20541version = "0.10.3"
20542source = "registry+https://github.com/rust-lang/crates.io-index"
20543checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20544dependencies = [
20545 "proc-macro2",
20546 "quote",
20547 "syn 2.0.101",
20548]
20549
20550[[package]]
20551name = "zeta"
20552version = "0.1.0"
20553dependencies = [
20554 "ai_onboarding",
20555 "anyhow",
20556 "arrayvec",
20557 "call",
20558 "client",
20559 "clock",
20560 "cloud_api_types",
20561 "cloud_llm_client",
20562 "collections",
20563 "command_palette_hooks",
20564 "copilot",
20565 "ctor",
20566 "db",
20567 "edit_prediction",
20568 "editor",
20569 "feature_flags",
20570 "fs",
20571 "futures 0.3.31",
20572 "gpui",
20573 "http_client",
20574 "indoc",
20575 "itertools 0.14.0",
20576 "language",
20577 "language_model",
20578 "log",
20579 "menu",
20580 "parking_lot",
20581 "postage",
20582 "project",
20583 "rand 0.9.1",
20584 "regex",
20585 "release_channel",
20586 "reqwest_client",
20587 "rpc",
20588 "serde",
20589 "serde_json",
20590 "settings",
20591 "strum 0.27.1",
20592 "telemetry",
20593 "telemetry_events",
20594 "theme",
20595 "thiserror 2.0.12",
20596 "tree-sitter-go",
20597 "tree-sitter-rust",
20598 "ui",
20599 "util",
20600 "uuid",
20601 "workspace",
20602 "workspace-hack",
20603 "worktree",
20604 "zed_actions",
20605 "zlog",
20606]
20607
20608[[package]]
20609name = "zeta2"
20610version = "0.1.0"
20611dependencies = [
20612 "anyhow",
20613 "arrayvec",
20614 "chrono",
20615 "client",
20616 "clock",
20617 "cloud_llm_client",
20618 "cloud_zeta2_prompt",
20619 "edit_prediction",
20620 "edit_prediction_context",
20621 "futures 0.3.31",
20622 "gpui",
20623 "indoc",
20624 "language",
20625 "language_model",
20626 "log",
20627 "lsp",
20628 "pretty_assertions",
20629 "project",
20630 "release_channel",
20631 "serde_json",
20632 "settings",
20633 "thiserror 2.0.12",
20634 "util",
20635 "uuid",
20636 "workspace",
20637 "workspace-hack",
20638 "worktree",
20639]
20640
20641[[package]]
20642name = "zeta2_tools"
20643version = "0.1.0"
20644dependencies = [
20645 "chrono",
20646 "clap",
20647 "client",
20648 "cloud_llm_client",
20649 "collections",
20650 "edit_prediction_context",
20651 "editor",
20652 "futures 0.3.31",
20653 "gpui",
20654 "indoc",
20655 "language",
20656 "log",
20657 "pretty_assertions",
20658 "project",
20659 "serde",
20660 "serde_json",
20661 "settings",
20662 "text",
20663 "ui",
20664 "ui_input",
20665 "util",
20666 "workspace",
20667 "workspace-hack",
20668 "zeta2",
20669 "zlog",
20670]
20671
20672[[package]]
20673name = "zeta_cli"
20674version = "0.1.0"
20675dependencies = [
20676 "anyhow",
20677 "clap",
20678 "client",
20679 "cloud_llm_client",
20680 "cloud_zeta2_prompt",
20681 "debug_adapter_extension",
20682 "edit_prediction_context",
20683 "extension",
20684 "fs",
20685 "futures 0.3.31",
20686 "gpui",
20687 "gpui_tokio",
20688 "language",
20689 "language_extension",
20690 "language_model",
20691 "language_models",
20692 "languages",
20693 "node_runtime",
20694 "paths",
20695 "project",
20696 "prompt_store",
20697 "release_channel",
20698 "reqwest_client",
20699 "serde",
20700 "serde_json",
20701 "settings",
20702 "shellexpand 2.1.2",
20703 "smol",
20704 "terminal_view",
20705 "util",
20706 "watch",
20707 "workspace-hack",
20708 "zeta",
20709 "zeta2",
20710]
20711
20712[[package]]
20713name = "zip"
20714version = "0.6.6"
20715source = "registry+https://github.com/rust-lang/crates.io-index"
20716checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20717dependencies = [
20718 "aes",
20719 "byteorder",
20720 "bzip2",
20721 "constant_time_eq",
20722 "crc32fast",
20723 "crossbeam-utils",
20724 "flate2",
20725 "hmac",
20726 "pbkdf2 0.11.0",
20727 "sha1",
20728 "time",
20729 "zstd",
20730]
20731
20732[[package]]
20733name = "zip"
20734version = "1.1.4"
20735source = "registry+https://github.com/rust-lang/crates.io-index"
20736checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20737dependencies = [
20738 "arbitrary",
20739 "crc32fast",
20740 "crossbeam-utils",
20741 "displaydoc",
20742 "indexmap 2.9.0",
20743 "num_enum",
20744 "thiserror 1.0.69",
20745]
20746
20747[[package]]
20748name = "zlog"
20749version = "0.1.0"
20750dependencies = [
20751 "anyhow",
20752 "chrono",
20753 "collections",
20754 "log",
20755 "tempfile",
20756 "workspace-hack",
20757]
20758
20759[[package]]
20760name = "zlog_settings"
20761version = "0.1.0"
20762dependencies = [
20763 "collections",
20764 "gpui",
20765 "settings",
20766 "workspace-hack",
20767 "zlog",
20768]
20769
20770[[package]]
20771name = "zstd"
20772version = "0.11.2+zstd.1.5.2"
20773source = "registry+https://github.com/rust-lang/crates.io-index"
20774checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20775dependencies = [
20776 "zstd-safe",
20777]
20778
20779[[package]]
20780name = "zstd-safe"
20781version = "5.0.2+zstd.1.5.2"
20782source = "registry+https://github.com/rust-lang/crates.io-index"
20783checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20784dependencies = [
20785 "libc",
20786 "zstd-sys",
20787]
20788
20789[[package]]
20790name = "zstd-sys"
20791version = "2.0.15+zstd.1.5.7"
20792source = "registry+https://github.com/rust-lang/crates.io-index"
20793checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20794dependencies = [
20795 "cc",
20796 "pkg-config",
20797]
20798
20799[[package]]
20800name = "zune-core"
20801version = "0.4.12"
20802source = "registry+https://github.com/rust-lang/crates.io-index"
20803checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20804
20805[[package]]
20806name = "zune-inflate"
20807version = "0.2.54"
20808source = "registry+https://github.com/rust-lang/crates.io-index"
20809checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20810dependencies = [
20811 "simd-adler32",
20812]
20813
20814[[package]]
20815name = "zune-jpeg"
20816version = "0.4.14"
20817source = "registry+https://github.com/rust-lang/crates.io-index"
20818checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20819dependencies = [
20820 "zune-core",
20821]
20822
20823[[package]]
20824name = "zvariant"
20825version = "5.7.0"
20826source = "registry+https://github.com/rust-lang/crates.io-index"
20827checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20828dependencies = [
20829 "endi",
20830 "enumflags2",
20831 "serde",
20832 "url",
20833 "winnow",
20834 "zvariant_derive",
20835 "zvariant_utils",
20836]
20837
20838[[package]]
20839name = "zvariant_derive"
20840version = "5.7.0"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20843dependencies = [
20844 "proc-macro-crate",
20845 "proc-macro2",
20846 "quote",
20847 "syn 2.0.101",
20848 "zvariant_utils",
20849]
20850
20851[[package]]
20852name = "zvariant_utils"
20853version = "3.2.0"
20854source = "registry+https://github.com/rust-lang/crates.io-index"
20855checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20856dependencies = [
20857 "proc-macro2",
20858 "quote",
20859 "serde",
20860 "static_assertions",
20861 "syn 2.0.101",
20862 "winnow",
20863]