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 "language",
165 "language_model",
166 "log",
167 "parking_lot",
168 "paths",
169 "postage",
170 "pretty_assertions",
171 "project",
172 "prompt_store",
173 "rand 0.9.1",
174 "ref-cast",
175 "rope",
176 "schemars 1.0.1",
177 "serde",
178 "serde_json",
179 "settings",
180 "smol",
181 "sqlez",
182 "telemetry",
183 "text",
184 "theme",
185 "thiserror 2.0.12",
186 "time",
187 "util",
188 "uuid",
189 "workspace",
190 "workspace-hack",
191 "zed_env_vars",
192 "zstd",
193]
194
195[[package]]
196name = "agent-client-protocol"
197version = "0.4.3"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "3aaa2bd05a2401887945f8bfd70026e90bc3cf96c62ab9eba2779835bf21dc60"
200dependencies = [
201 "anyhow",
202 "async-broadcast",
203 "async-trait",
204 "futures 0.3.31",
205 "log",
206 "parking_lot",
207 "schemars 1.0.1",
208 "serde",
209 "serde_json",
210]
211
212[[package]]
213name = "agent2"
214version = "0.1.0"
215dependencies = [
216 "acp_thread",
217 "action_log",
218 "agent",
219 "agent-client-protocol",
220 "agent_servers",
221 "agent_settings",
222 "anyhow",
223 "assistant_context",
224 "assistant_tool",
225 "assistant_tools",
226 "chrono",
227 "client",
228 "clock",
229 "cloud_llm_client",
230 "collections",
231 "context_server",
232 "ctor",
233 "db",
234 "editor",
235 "env_logger 0.11.8",
236 "fs",
237 "futures 0.3.31",
238 "git",
239 "gpui",
240 "gpui_tokio",
241 "handlebars 4.5.0",
242 "html_to_markdown",
243 "http_client",
244 "indoc",
245 "itertools 0.14.0",
246 "language",
247 "language_model",
248 "language_models",
249 "log",
250 "lsp",
251 "open",
252 "parking_lot",
253 "paths",
254 "pretty_assertions",
255 "project",
256 "prompt_store",
257 "reqwest_client",
258 "rust-embed",
259 "schemars 1.0.1",
260 "serde",
261 "serde_json",
262 "settings",
263 "smol",
264 "sqlez",
265 "task",
266 "telemetry",
267 "tempfile",
268 "terminal",
269 "text",
270 "theme",
271 "thiserror 2.0.12",
272 "tree-sitter-rust",
273 "ui",
274 "unindent",
275 "util",
276 "uuid",
277 "watch",
278 "web_search",
279 "workspace-hack",
280 "worktree",
281 "zed_env_vars",
282 "zlog",
283 "zstd",
284]
285
286[[package]]
287name = "agent_servers"
288version = "0.1.0"
289dependencies = [
290 "acp_thread",
291 "acp_tools",
292 "action_log",
293 "agent-client-protocol",
294 "agent_settings",
295 "anyhow",
296 "async-trait",
297 "client",
298 "collections",
299 "env_logger 0.11.8",
300 "fs",
301 "futures 0.3.31",
302 "gpui",
303 "gpui_tokio",
304 "http_client",
305 "indoc",
306 "language",
307 "language_model",
308 "language_models",
309 "libc",
310 "log",
311 "nix 0.29.0",
312 "project",
313 "reqwest_client",
314 "serde",
315 "serde_json",
316 "settings",
317 "smol",
318 "task",
319 "tempfile",
320 "terminal",
321 "thiserror 2.0.12",
322 "ui",
323 "util",
324 "uuid",
325 "watch",
326 "workspace-hack",
327]
328
329[[package]]
330name = "agent_settings"
331version = "0.1.0"
332dependencies = [
333 "anyhow",
334 "cloud_llm_client",
335 "collections",
336 "convert_case 0.8.0",
337 "fs",
338 "gpui",
339 "language_model",
340 "paths",
341 "project",
342 "schemars 1.0.1",
343 "serde",
344 "serde_json",
345 "serde_json_lenient",
346 "settings",
347 "util",
348 "workspace-hack",
349]
350
351[[package]]
352name = "agent_ui"
353version = "0.1.0"
354dependencies = [
355 "acp_thread",
356 "action_log",
357 "agent",
358 "agent-client-protocol",
359 "agent2",
360 "agent_servers",
361 "agent_settings",
362 "ai_onboarding",
363 "anyhow",
364 "arrayvec",
365 "assistant_context",
366 "assistant_slash_command",
367 "assistant_slash_commands",
368 "assistant_tool",
369 "assistant_tools",
370 "audio",
371 "buffer_diff",
372 "chrono",
373 "client",
374 "cloud_llm_client",
375 "collections",
376 "command_palette_hooks",
377 "component",
378 "context_server",
379 "db",
380 "editor",
381 "extension",
382 "extension_host",
383 "feature_flags",
384 "file_icons",
385 "fs",
386 "futures 0.3.31",
387 "fuzzy",
388 "gpui",
389 "html_to_markdown",
390 "http_client",
391 "indoc",
392 "itertools 0.14.0",
393 "jsonschema",
394 "language",
395 "language_model",
396 "language_models",
397 "languages",
398 "log",
399 "lsp",
400 "markdown",
401 "menu",
402 "multi_buffer",
403 "notifications",
404 "ordered-float 2.10.1",
405 "parking_lot",
406 "paths",
407 "picker",
408 "postage",
409 "pretty_assertions",
410 "project",
411 "prompt_store",
412 "proto",
413 "rand 0.9.1",
414 "release_channel",
415 "rope",
416 "rules_library",
417 "schemars 1.0.1",
418 "search",
419 "serde",
420 "serde_json",
421 "serde_json_lenient",
422 "settings",
423 "smol",
424 "streaming_diff",
425 "task",
426 "telemetry",
427 "telemetry_events",
428 "terminal",
429 "terminal_view",
430 "text",
431 "theme",
432 "time",
433 "time_format",
434 "tree-sitter-md",
435 "ui",
436 "ui_input",
437 "unindent",
438 "url",
439 "urlencoding",
440 "util",
441 "watch",
442 "workspace",
443 "workspace-hack",
444 "zed_actions",
445]
446
447[[package]]
448name = "ahash"
449version = "0.7.8"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
452dependencies = [
453 "getrandom 0.2.15",
454 "once_cell",
455 "version_check",
456]
457
458[[package]]
459name = "ahash"
460version = "0.8.11"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
463dependencies = [
464 "cfg-if",
465 "const-random",
466 "getrandom 0.2.15",
467 "once_cell",
468 "serde",
469 "version_check",
470 "zerocopy 0.7.35",
471]
472
473[[package]]
474name = "aho-corasick"
475version = "1.1.3"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
478dependencies = [
479 "memchr",
480]
481
482[[package]]
483name = "ai_onboarding"
484version = "0.1.0"
485dependencies = [
486 "client",
487 "cloud_llm_client",
488 "component",
489 "gpui",
490 "language_model",
491 "serde",
492 "smallvec",
493 "telemetry",
494 "ui",
495 "workspace-hack",
496 "zed_actions",
497]
498
499[[package]]
500name = "alacritty_terminal"
501version = "0.25.1-rc1"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
504dependencies = [
505 "base64 0.22.1",
506 "bitflags 2.9.0",
507 "home",
508 "libc",
509 "log",
510 "miow",
511 "parking_lot",
512 "piper",
513 "polling",
514 "regex-automata",
515 "rustix 1.0.7",
516 "rustix-openpty",
517 "serde",
518 "signal-hook",
519 "unicode-width",
520 "vte",
521 "windows-sys 0.59.0",
522]
523
524[[package]]
525name = "aliasable"
526version = "0.1.3"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
529
530[[package]]
531name = "aligned-vec"
532version = "0.5.0"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
535
536[[package]]
537name = "allocator-api2"
538version = "0.2.21"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
541
542[[package]]
543name = "alsa"
544version = "0.9.1"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
547dependencies = [
548 "alsa-sys",
549 "bitflags 2.9.0",
550 "cfg-if",
551 "libc",
552]
553
554[[package]]
555name = "alsa-sys"
556version = "0.3.1"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
559dependencies = [
560 "libc",
561 "pkg-config",
562]
563
564[[package]]
565name = "ambient-authority"
566version = "0.0.2"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
569
570[[package]]
571name = "ammonia"
572version = "4.1.2"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
575dependencies = [
576 "cssparser",
577 "html5ever 0.35.0",
578 "maplit",
579 "tendril",
580 "url",
581]
582
583[[package]]
584name = "android-tzdata"
585version = "0.1.1"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
588
589[[package]]
590name = "android_system_properties"
591version = "0.1.5"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
594dependencies = [
595 "libc",
596]
597
598[[package]]
599name = "anes"
600version = "0.1.6"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
603
604[[package]]
605name = "anstream"
606version = "0.6.18"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
609dependencies = [
610 "anstyle",
611 "anstyle-parse",
612 "anstyle-query",
613 "anstyle-wincon",
614 "colorchoice",
615 "is_terminal_polyfill",
616 "utf8parse",
617]
618
619[[package]]
620name = "anstyle"
621version = "1.0.10"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
624
625[[package]]
626name = "anstyle-parse"
627version = "0.2.6"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
630dependencies = [
631 "utf8parse",
632]
633
634[[package]]
635name = "anstyle-query"
636version = "1.1.2"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
639dependencies = [
640 "windows-sys 0.59.0",
641]
642
643[[package]]
644name = "anstyle-wincon"
645version = "3.0.7"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
648dependencies = [
649 "anstyle",
650 "once_cell",
651 "windows-sys 0.59.0",
652]
653
654[[package]]
655name = "anthropic"
656version = "0.1.0"
657dependencies = [
658 "anyhow",
659 "chrono",
660 "futures 0.3.31",
661 "http_client",
662 "schemars 1.0.1",
663 "serde",
664 "serde_json",
665 "settings",
666 "strum 0.27.1",
667 "thiserror 2.0.12",
668 "workspace-hack",
669]
670
671[[package]]
672name = "any_vec"
673version = "0.14.0"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
676
677[[package]]
678name = "anyhow"
679version = "1.0.98"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
682
683[[package]]
684name = "approx"
685version = "0.5.1"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
688dependencies = [
689 "num-traits",
690]
691
692[[package]]
693name = "arbitrary"
694version = "1.4.1"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
697dependencies = [
698 "derive_arbitrary",
699]
700
701[[package]]
702name = "arg_enum_proc_macro"
703version = "0.3.4"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
706dependencies = [
707 "proc-macro2",
708 "quote",
709 "syn 2.0.101",
710]
711
712[[package]]
713name = "arraydeque"
714version = "0.5.1"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
717
718[[package]]
719name = "arrayref"
720version = "0.3.9"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
723
724[[package]]
725name = "arrayvec"
726version = "0.7.6"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
729dependencies = [
730 "serde",
731]
732
733[[package]]
734name = "as-raw-xcb-connection"
735version = "1.0.1"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
738
739[[package]]
740name = "ascii"
741version = "1.1.0"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
744
745[[package]]
746name = "ash"
747version = "0.38.0+1.3.281"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
750dependencies = [
751 "libloading",
752]
753
754[[package]]
755name = "ash-window"
756version = "0.13.0"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
759dependencies = [
760 "ash",
761 "raw-window-handle",
762 "raw-window-metal",
763]
764
765[[package]]
766name = "ashpd"
767version = "0.11.0"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
770dependencies = [
771 "async-fs",
772 "async-net",
773 "enumflags2",
774 "futures-channel",
775 "futures-util",
776 "rand 0.9.1",
777 "serde",
778 "serde_repr",
779 "url",
780 "wayland-backend",
781 "wayland-client",
782 "wayland-protocols 0.32.6",
783 "zbus",
784]
785
786[[package]]
787name = "ashpd"
788version = "0.12.0"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
791dependencies = [
792 "async-fs",
793 "async-net",
794 "enumflags2",
795 "futures-channel",
796 "futures-util",
797 "rand 0.9.1",
798 "serde",
799 "serde_repr",
800 "url",
801 "zbus",
802]
803
804[[package]]
805name = "askpass"
806version = "0.1.0"
807dependencies = [
808 "anyhow",
809 "futures 0.3.31",
810 "gpui",
811 "log",
812 "net",
813 "smol",
814 "tempfile",
815 "util",
816 "windows 0.61.1",
817 "workspace-hack",
818 "zeroize",
819]
820
821[[package]]
822name = "assets"
823version = "0.1.0"
824dependencies = [
825 "anyhow",
826 "gpui",
827 "rust-embed",
828 "workspace-hack",
829]
830
831[[package]]
832name = "assistant_context"
833version = "0.1.0"
834dependencies = [
835 "agent_settings",
836 "anyhow",
837 "assistant_slash_command",
838 "assistant_slash_commands",
839 "chrono",
840 "client",
841 "clock",
842 "cloud_llm_client",
843 "collections",
844 "context_server",
845 "fs",
846 "futures 0.3.31",
847 "fuzzy",
848 "gpui",
849 "indoc",
850 "language",
851 "language_model",
852 "log",
853 "open_ai",
854 "parking_lot",
855 "paths",
856 "pretty_assertions",
857 "project",
858 "prompt_store",
859 "proto",
860 "rand 0.9.1",
861 "regex",
862 "rpc",
863 "serde",
864 "serde_json",
865 "settings",
866 "smallvec",
867 "smol",
868 "telemetry_events",
869 "text",
870 "ui",
871 "unindent",
872 "util",
873 "uuid",
874 "workspace",
875 "workspace-hack",
876 "zed_env_vars",
877]
878
879[[package]]
880name = "assistant_slash_command"
881version = "0.1.0"
882dependencies = [
883 "anyhow",
884 "async-trait",
885 "collections",
886 "derive_more",
887 "extension",
888 "futures 0.3.31",
889 "gpui",
890 "language",
891 "language_model",
892 "parking_lot",
893 "pretty_assertions",
894 "serde",
895 "serde_json",
896 "ui",
897 "util",
898 "workspace",
899 "workspace-hack",
900]
901
902[[package]]
903name = "assistant_slash_commands"
904version = "0.1.0"
905dependencies = [
906 "anyhow",
907 "assistant_slash_command",
908 "chrono",
909 "collections",
910 "context_server",
911 "editor",
912 "feature_flags",
913 "fs",
914 "futures 0.3.31",
915 "fuzzy",
916 "globset",
917 "gpui",
918 "html_to_markdown",
919 "http_client",
920 "language",
921 "pretty_assertions",
922 "project",
923 "prompt_store",
924 "rope",
925 "serde",
926 "serde_json",
927 "settings",
928 "smol",
929 "text",
930 "ui",
931 "util",
932 "workspace",
933 "workspace-hack",
934 "worktree",
935 "zlog",
936]
937
938[[package]]
939name = "assistant_tool"
940version = "0.1.0"
941dependencies = [
942 "action_log",
943 "anyhow",
944 "buffer_diff",
945 "clock",
946 "collections",
947 "ctor",
948 "derive_more",
949 "gpui",
950 "icons",
951 "indoc",
952 "language",
953 "language_model",
954 "log",
955 "parking_lot",
956 "pretty_assertions",
957 "project",
958 "rand 0.9.1",
959 "regex",
960 "serde",
961 "serde_json",
962 "settings",
963 "text",
964 "util",
965 "workspace",
966 "workspace-hack",
967 "zlog",
968]
969
970[[package]]
971name = "assistant_tools"
972version = "0.1.0"
973dependencies = [
974 "action_log",
975 "agent_settings",
976 "anyhow",
977 "assistant_tool",
978 "buffer_diff",
979 "chrono",
980 "client",
981 "clock",
982 "cloud_llm_client",
983 "collections",
984 "component",
985 "derive_more",
986 "diffy",
987 "editor",
988 "feature_flags",
989 "fs",
990 "futures 0.3.31",
991 "gpui",
992 "gpui_tokio",
993 "handlebars 4.5.0",
994 "html_to_markdown",
995 "http_client",
996 "indoc",
997 "itertools 0.14.0",
998 "language",
999 "language_model",
1000 "language_models",
1001 "log",
1002 "lsp",
1003 "markdown",
1004 "open",
1005 "paths",
1006 "portable-pty",
1007 "pretty_assertions",
1008 "project",
1009 "prompt_store",
1010 "rand 0.9.1",
1011 "regex",
1012 "reqwest_client",
1013 "rust-embed",
1014 "schemars 1.0.1",
1015 "serde",
1016 "serde_json",
1017 "settings",
1018 "smallvec",
1019 "smol",
1020 "streaming_diff",
1021 "strsim",
1022 "task",
1023 "tempfile",
1024 "terminal",
1025 "terminal_view",
1026 "theme",
1027 "tree-sitter-rust",
1028 "ui",
1029 "unindent",
1030 "util",
1031 "watch",
1032 "web_search",
1033 "workspace",
1034 "workspace-hack",
1035 "zlog",
1036]
1037
1038[[package]]
1039name = "async-attributes"
1040version = "1.1.2"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
1043dependencies = [
1044 "quote",
1045 "syn 1.0.109",
1046]
1047
1048[[package]]
1049name = "async-broadcast"
1050version = "0.7.2"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
1053dependencies = [
1054 "event-listener 5.4.0",
1055 "event-listener-strategy",
1056 "futures-core",
1057 "pin-project-lite",
1058]
1059
1060[[package]]
1061name = "async-channel"
1062version = "1.9.0"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
1065dependencies = [
1066 "concurrent-queue",
1067 "event-listener 2.5.3",
1068 "futures-core",
1069]
1070
1071[[package]]
1072name = "async-channel"
1073version = "2.3.1"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
1076dependencies = [
1077 "concurrent-queue",
1078 "event-listener-strategy",
1079 "futures-core",
1080 "pin-project-lite",
1081]
1082
1083[[package]]
1084name = "async-compat"
1085version = "0.2.4"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
1088dependencies = [
1089 "futures-core",
1090 "futures-io",
1091 "once_cell",
1092 "pin-project-lite",
1093 "tokio",
1094]
1095
1096[[package]]
1097name = "async-compression"
1098version = "0.4.22"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
1101dependencies = [
1102 "deflate64",
1103 "flate2",
1104 "futures-core",
1105 "futures-io",
1106 "memchr",
1107 "pin-project-lite",
1108]
1109
1110[[package]]
1111name = "async-dispatcher"
1112version = "0.1.2"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
1115dependencies = [
1116 "async-task",
1117 "futures-lite 1.13.0",
1118]
1119
1120[[package]]
1121name = "async-executor"
1122version = "1.13.1"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
1125dependencies = [
1126 "async-task",
1127 "concurrent-queue",
1128 "fastrand 2.3.0",
1129 "futures-lite 2.6.0",
1130 "slab",
1131]
1132
1133[[package]]
1134name = "async-fs"
1135version = "2.1.3"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
1138dependencies = [
1139 "async-lock",
1140 "blocking",
1141 "futures-lite 2.6.0",
1142]
1143
1144[[package]]
1145name = "async-global-executor"
1146version = "2.4.1"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1149dependencies = [
1150 "async-channel 2.3.1",
1151 "async-executor",
1152 "async-io",
1153 "async-lock",
1154 "blocking",
1155 "futures-lite 2.6.0",
1156 "once_cell",
1157]
1158
1159[[package]]
1160name = "async-io"
1161version = "2.5.0"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
1164dependencies = [
1165 "async-lock",
1166 "cfg-if",
1167 "concurrent-queue",
1168 "futures-io",
1169 "futures-lite 2.6.0",
1170 "parking",
1171 "polling",
1172 "rustix 1.0.7",
1173 "slab",
1174 "windows-sys 0.60.2",
1175]
1176
1177[[package]]
1178name = "async-lock"
1179version = "3.4.1"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
1182dependencies = [
1183 "event-listener 5.4.0",
1184 "event-listener-strategy",
1185 "pin-project-lite",
1186]
1187
1188[[package]]
1189name = "async-net"
1190version = "2.0.0"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1193dependencies = [
1194 "async-io",
1195 "blocking",
1196 "futures-lite 2.6.0",
1197]
1198
1199[[package]]
1200name = "async-pipe"
1201version = "0.1.3"
1202source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1203dependencies = [
1204 "futures 0.3.31",
1205 "log",
1206]
1207
1208[[package]]
1209name = "async-process"
1210version = "2.3.0"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
1213dependencies = [
1214 "async-channel 2.3.1",
1215 "async-io",
1216 "async-lock",
1217 "async-signal",
1218 "async-task",
1219 "blocking",
1220 "cfg-if",
1221 "event-listener 5.4.0",
1222 "futures-lite 2.6.0",
1223 "rustix 0.38.44",
1224 "tracing",
1225]
1226
1227[[package]]
1228name = "async-recursion"
1229version = "1.1.1"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1232dependencies = [
1233 "proc-macro2",
1234 "quote",
1235 "syn 2.0.101",
1236]
1237
1238[[package]]
1239name = "async-signal"
1240version = "0.2.10"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
1243dependencies = [
1244 "async-io",
1245 "async-lock",
1246 "atomic-waker",
1247 "cfg-if",
1248 "futures-core",
1249 "futures-io",
1250 "rustix 0.38.44",
1251 "signal-hook-registry",
1252 "slab",
1253 "windows-sys 0.59.0",
1254]
1255
1256[[package]]
1257name = "async-std"
1258version = "1.13.1"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
1261dependencies = [
1262 "async-attributes",
1263 "async-channel 1.9.0",
1264 "async-global-executor",
1265 "async-io",
1266 "async-lock",
1267 "async-process",
1268 "crossbeam-utils",
1269 "futures-channel",
1270 "futures-core",
1271 "futures-io",
1272 "futures-lite 2.6.0",
1273 "gloo-timers",
1274 "kv-log-macro",
1275 "log",
1276 "memchr",
1277 "once_cell",
1278 "pin-project-lite",
1279 "pin-utils",
1280 "slab",
1281 "wasm-bindgen-futures",
1282]
1283
1284[[package]]
1285name = "async-stream"
1286version = "0.3.6"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1289dependencies = [
1290 "async-stream-impl",
1291 "futures-core",
1292 "pin-project-lite",
1293]
1294
1295[[package]]
1296name = "async-stream-impl"
1297version = "0.3.6"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1300dependencies = [
1301 "proc-macro2",
1302 "quote",
1303 "syn 2.0.101",
1304]
1305
1306[[package]]
1307name = "async-tar"
1308version = "0.5.0"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1311dependencies = [
1312 "async-std",
1313 "filetime",
1314 "libc",
1315 "pin-project",
1316 "redox_syscall 0.2.16",
1317 "xattr",
1318]
1319
1320[[package]]
1321name = "async-task"
1322version = "4.7.1"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1325
1326[[package]]
1327name = "async-trait"
1328version = "0.1.89"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1331dependencies = [
1332 "proc-macro2",
1333 "quote",
1334 "syn 2.0.101",
1335]
1336
1337[[package]]
1338name = "async-tungstenite"
1339version = "0.29.1"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1342dependencies = [
1343 "atomic-waker",
1344 "futures-core",
1345 "futures-io",
1346 "futures-task",
1347 "futures-util",
1348 "log",
1349 "pin-project-lite",
1350 "rustls-pki-types",
1351 "tokio",
1352 "tokio-rustls 0.26.2",
1353 "tungstenite 0.26.2",
1354]
1355
1356[[package]]
1357name = "async_zip"
1358version = "0.0.17"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1361dependencies = [
1362 "async-compression",
1363 "crc32fast",
1364 "futures-lite 2.6.0",
1365 "pin-project",
1366 "thiserror 1.0.69",
1367]
1368
1369[[package]]
1370name = "asynchronous-codec"
1371version = "0.7.0"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1374dependencies = [
1375 "bytes 1.10.1",
1376 "futures-sink",
1377 "futures-util",
1378 "memchr",
1379 "pin-project-lite",
1380]
1381
1382[[package]]
1383name = "atoi"
1384version = "2.0.0"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1387dependencies = [
1388 "num-traits",
1389]
1390
1391[[package]]
1392name = "atomic"
1393version = "0.5.3"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1396
1397[[package]]
1398name = "atomic-waker"
1399version = "1.1.2"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1402
1403[[package]]
1404name = "audio"
1405version = "0.1.0"
1406dependencies = [
1407 "anyhow",
1408 "async-tar",
1409 "collections",
1410 "crossbeam",
1411 "denoise",
1412 "gpui",
1413 "libwebrtc",
1414 "log",
1415 "parking_lot",
1416 "rodio",
1417 "serde",
1418 "settings",
1419 "smol",
1420 "thiserror 2.0.12",
1421 "util",
1422 "workspace-hack",
1423]
1424
1425[[package]]
1426name = "auditable-serde"
1427version = "0.8.0"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1430dependencies = [
1431 "semver",
1432 "serde",
1433 "serde_json",
1434 "topological-sort",
1435]
1436
1437[[package]]
1438name = "auto_update"
1439version = "0.1.0"
1440dependencies = [
1441 "anyhow",
1442 "client",
1443 "db",
1444 "gpui",
1445 "http_client",
1446 "log",
1447 "paths",
1448 "release_channel",
1449 "serde",
1450 "serde_json",
1451 "settings",
1452 "smol",
1453 "tempfile",
1454 "which 6.0.3",
1455 "workspace",
1456 "workspace-hack",
1457]
1458
1459[[package]]
1460name = "auto_update_helper"
1461version = "0.1.0"
1462dependencies = [
1463 "anyhow",
1464 "log",
1465 "simplelog",
1466 "windows 0.61.1",
1467 "winresource",
1468 "workspace-hack",
1469]
1470
1471[[package]]
1472name = "auto_update_ui"
1473version = "0.1.0"
1474dependencies = [
1475 "anyhow",
1476 "auto_update",
1477 "client",
1478 "editor",
1479 "gpui",
1480 "http_client",
1481 "markdown_preview",
1482 "release_channel",
1483 "serde",
1484 "serde_json",
1485 "smol",
1486 "util",
1487 "workspace",
1488 "workspace-hack",
1489]
1490
1491[[package]]
1492name = "autocfg"
1493version = "1.4.0"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1496
1497[[package]]
1498name = "av1-grain"
1499version = "0.2.3"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1502dependencies = [
1503 "anyhow",
1504 "arrayvec",
1505 "log",
1506 "nom 7.1.3",
1507 "num-rational",
1508 "v_frame",
1509]
1510
1511[[package]]
1512name = "avif-serialize"
1513version = "0.8.3"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1516dependencies = [
1517 "arrayvec",
1518]
1519
1520[[package]]
1521name = "aws-config"
1522version = "1.6.1"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1525dependencies = [
1526 "aws-credential-types",
1527 "aws-runtime",
1528 "aws-sdk-sso",
1529 "aws-sdk-ssooidc",
1530 "aws-sdk-sts",
1531 "aws-smithy-async",
1532 "aws-smithy-http",
1533 "aws-smithy-json",
1534 "aws-smithy-runtime",
1535 "aws-smithy-runtime-api",
1536 "aws-smithy-types",
1537 "aws-types",
1538 "bytes 1.10.1",
1539 "fastrand 2.3.0",
1540 "hex",
1541 "http 1.3.1",
1542 "ring",
1543 "time",
1544 "tokio",
1545 "tracing",
1546 "url",
1547 "zeroize",
1548]
1549
1550[[package]]
1551name = "aws-credential-types"
1552version = "1.2.2"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1555dependencies = [
1556 "aws-smithy-async",
1557 "aws-smithy-runtime-api",
1558 "aws-smithy-types",
1559 "zeroize",
1560]
1561
1562[[package]]
1563name = "aws-lc-rs"
1564version = "1.13.1"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1567dependencies = [
1568 "aws-lc-sys",
1569 "zeroize",
1570]
1571
1572[[package]]
1573name = "aws-lc-sys"
1574version = "0.29.0"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1577dependencies = [
1578 "bindgen 0.69.5",
1579 "cc",
1580 "cmake",
1581 "dunce",
1582 "fs_extra",
1583]
1584
1585[[package]]
1586name = "aws-runtime"
1587version = "1.5.6"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1590dependencies = [
1591 "aws-credential-types",
1592 "aws-sigv4",
1593 "aws-smithy-async",
1594 "aws-smithy-eventstream",
1595 "aws-smithy-http",
1596 "aws-smithy-runtime",
1597 "aws-smithy-runtime-api",
1598 "aws-smithy-types",
1599 "aws-types",
1600 "bytes 1.10.1",
1601 "fastrand 2.3.0",
1602 "http 0.2.12",
1603 "http-body 0.4.6",
1604 "once_cell",
1605 "percent-encoding",
1606 "pin-project-lite",
1607 "tracing",
1608 "uuid",
1609]
1610
1611[[package]]
1612name = "aws-sdk-bedrockruntime"
1613version = "1.82.0"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1616dependencies = [
1617 "aws-credential-types",
1618 "aws-runtime",
1619 "aws-sigv4",
1620 "aws-smithy-async",
1621 "aws-smithy-eventstream",
1622 "aws-smithy-http",
1623 "aws-smithy-json",
1624 "aws-smithy-runtime",
1625 "aws-smithy-runtime-api",
1626 "aws-smithy-types",
1627 "aws-types",
1628 "bytes 1.10.1",
1629 "fastrand 2.3.0",
1630 "http 0.2.12",
1631 "hyper 0.14.32",
1632 "once_cell",
1633 "regex-lite",
1634 "tracing",
1635]
1636
1637[[package]]
1638name = "aws-sdk-kinesis"
1639version = "1.66.0"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1642dependencies = [
1643 "aws-credential-types",
1644 "aws-runtime",
1645 "aws-smithy-async",
1646 "aws-smithy-eventstream",
1647 "aws-smithy-http",
1648 "aws-smithy-json",
1649 "aws-smithy-runtime",
1650 "aws-smithy-runtime-api",
1651 "aws-smithy-types",
1652 "aws-types",
1653 "bytes 1.10.1",
1654 "fastrand 2.3.0",
1655 "http 0.2.12",
1656 "once_cell",
1657 "regex-lite",
1658 "tracing",
1659]
1660
1661[[package]]
1662name = "aws-sdk-s3"
1663version = "1.82.0"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1666dependencies = [
1667 "aws-credential-types",
1668 "aws-runtime",
1669 "aws-sigv4",
1670 "aws-smithy-async",
1671 "aws-smithy-checksums",
1672 "aws-smithy-eventstream",
1673 "aws-smithy-http",
1674 "aws-smithy-json",
1675 "aws-smithy-runtime",
1676 "aws-smithy-runtime-api",
1677 "aws-smithy-types",
1678 "aws-smithy-xml",
1679 "aws-types",
1680 "bytes 1.10.1",
1681 "fastrand 2.3.0",
1682 "hex",
1683 "hmac",
1684 "http 0.2.12",
1685 "http 1.3.1",
1686 "http-body 0.4.6",
1687 "lru",
1688 "once_cell",
1689 "percent-encoding",
1690 "regex-lite",
1691 "sha2",
1692 "tracing",
1693 "url",
1694]
1695
1696[[package]]
1697name = "aws-sdk-sso"
1698version = "1.64.0"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1701dependencies = [
1702 "aws-credential-types",
1703 "aws-runtime",
1704 "aws-smithy-async",
1705 "aws-smithy-http",
1706 "aws-smithy-json",
1707 "aws-smithy-runtime",
1708 "aws-smithy-runtime-api",
1709 "aws-smithy-types",
1710 "aws-types",
1711 "bytes 1.10.1",
1712 "fastrand 2.3.0",
1713 "http 0.2.12",
1714 "once_cell",
1715 "regex-lite",
1716 "tracing",
1717]
1718
1719[[package]]
1720name = "aws-sdk-ssooidc"
1721version = "1.65.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1724dependencies = [
1725 "aws-credential-types",
1726 "aws-runtime",
1727 "aws-smithy-async",
1728 "aws-smithy-http",
1729 "aws-smithy-json",
1730 "aws-smithy-runtime",
1731 "aws-smithy-runtime-api",
1732 "aws-smithy-types",
1733 "aws-types",
1734 "bytes 1.10.1",
1735 "fastrand 2.3.0",
1736 "http 0.2.12",
1737 "once_cell",
1738 "regex-lite",
1739 "tracing",
1740]
1741
1742[[package]]
1743name = "aws-sdk-sts"
1744version = "1.65.0"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1747dependencies = [
1748 "aws-credential-types",
1749 "aws-runtime",
1750 "aws-smithy-async",
1751 "aws-smithy-http",
1752 "aws-smithy-json",
1753 "aws-smithy-query",
1754 "aws-smithy-runtime",
1755 "aws-smithy-runtime-api",
1756 "aws-smithy-types",
1757 "aws-smithy-xml",
1758 "aws-types",
1759 "fastrand 2.3.0",
1760 "http 0.2.12",
1761 "once_cell",
1762 "regex-lite",
1763 "tracing",
1764]
1765
1766[[package]]
1767name = "aws-sigv4"
1768version = "1.3.0"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1771dependencies = [
1772 "aws-credential-types",
1773 "aws-smithy-eventstream",
1774 "aws-smithy-http",
1775 "aws-smithy-runtime-api",
1776 "aws-smithy-types",
1777 "bytes 1.10.1",
1778 "crypto-bigint 0.5.5",
1779 "form_urlencoded",
1780 "hex",
1781 "hmac",
1782 "http 0.2.12",
1783 "http 1.3.1",
1784 "once_cell",
1785 "p256",
1786 "percent-encoding",
1787 "ring",
1788 "sha2",
1789 "subtle",
1790 "time",
1791 "tracing",
1792 "zeroize",
1793]
1794
1795[[package]]
1796name = "aws-smithy-async"
1797version = "1.2.5"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1800dependencies = [
1801 "futures-util",
1802 "pin-project-lite",
1803 "tokio",
1804]
1805
1806[[package]]
1807name = "aws-smithy-checksums"
1808version = "0.63.1"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1811dependencies = [
1812 "aws-smithy-http",
1813 "aws-smithy-types",
1814 "bytes 1.10.1",
1815 "crc32c",
1816 "crc32fast",
1817 "crc64fast-nvme",
1818 "hex",
1819 "http 0.2.12",
1820 "http-body 0.4.6",
1821 "md-5",
1822 "pin-project-lite",
1823 "sha1",
1824 "sha2",
1825 "tracing",
1826]
1827
1828[[package]]
1829name = "aws-smithy-eventstream"
1830version = "0.60.8"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1833dependencies = [
1834 "aws-smithy-types",
1835 "bytes 1.10.1",
1836 "crc32fast",
1837]
1838
1839[[package]]
1840name = "aws-smithy-http"
1841version = "0.62.0"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1844dependencies = [
1845 "aws-smithy-eventstream",
1846 "aws-smithy-runtime-api",
1847 "aws-smithy-types",
1848 "bytes 1.10.1",
1849 "bytes-utils",
1850 "futures-core",
1851 "http 0.2.12",
1852 "http 1.3.1",
1853 "http-body 0.4.6",
1854 "once_cell",
1855 "percent-encoding",
1856 "pin-project-lite",
1857 "pin-utils",
1858 "tracing",
1859]
1860
1861[[package]]
1862name = "aws-smithy-http-client"
1863version = "1.0.1"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1866dependencies = [
1867 "aws-smithy-async",
1868 "aws-smithy-runtime-api",
1869 "aws-smithy-types",
1870 "h2 0.4.9",
1871 "http 0.2.12",
1872 "http 1.3.1",
1873 "http-body 0.4.6",
1874 "hyper 0.14.32",
1875 "hyper 1.6.0",
1876 "hyper-rustls 0.24.2",
1877 "hyper-rustls 0.27.5",
1878 "hyper-util",
1879 "pin-project-lite",
1880 "rustls 0.21.12",
1881 "rustls 0.23.26",
1882 "rustls-native-certs 0.8.1",
1883 "rustls-pki-types",
1884 "tokio",
1885 "tower 0.5.2",
1886 "tracing",
1887]
1888
1889[[package]]
1890name = "aws-smithy-json"
1891version = "0.61.3"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1894dependencies = [
1895 "aws-smithy-types",
1896]
1897
1898[[package]]
1899name = "aws-smithy-observability"
1900version = "0.1.2"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1903dependencies = [
1904 "aws-smithy-runtime-api",
1905 "once_cell",
1906]
1907
1908[[package]]
1909name = "aws-smithy-query"
1910version = "0.60.7"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1913dependencies = [
1914 "aws-smithy-types",
1915 "urlencoding",
1916]
1917
1918[[package]]
1919name = "aws-smithy-runtime"
1920version = "1.8.1"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1923dependencies = [
1924 "aws-smithy-async",
1925 "aws-smithy-http",
1926 "aws-smithy-http-client",
1927 "aws-smithy-observability",
1928 "aws-smithy-runtime-api",
1929 "aws-smithy-types",
1930 "bytes 1.10.1",
1931 "fastrand 2.3.0",
1932 "http 0.2.12",
1933 "http 1.3.1",
1934 "http-body 0.4.6",
1935 "http-body 1.0.1",
1936 "once_cell",
1937 "pin-project-lite",
1938 "pin-utils",
1939 "tokio",
1940 "tracing",
1941]
1942
1943[[package]]
1944name = "aws-smithy-runtime-api"
1945version = "1.7.4"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1948dependencies = [
1949 "aws-smithy-async",
1950 "aws-smithy-types",
1951 "bytes 1.10.1",
1952 "http 0.2.12",
1953 "http 1.3.1",
1954 "pin-project-lite",
1955 "tokio",
1956 "tracing",
1957 "zeroize",
1958]
1959
1960[[package]]
1961name = "aws-smithy-types"
1962version = "1.3.0"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1965dependencies = [
1966 "base64-simd",
1967 "bytes 1.10.1",
1968 "bytes-utils",
1969 "futures-core",
1970 "http 0.2.12",
1971 "http 1.3.1",
1972 "http-body 0.4.6",
1973 "http-body 1.0.1",
1974 "http-body-util",
1975 "itoa",
1976 "num-integer",
1977 "pin-project-lite",
1978 "pin-utils",
1979 "ryu",
1980 "serde",
1981 "time",
1982 "tokio",
1983 "tokio-util",
1984]
1985
1986[[package]]
1987name = "aws-smithy-xml"
1988version = "0.60.9"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1991dependencies = [
1992 "xmlparser",
1993]
1994
1995[[package]]
1996name = "aws-types"
1997version = "1.3.6"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
2000dependencies = [
2001 "aws-credential-types",
2002 "aws-smithy-async",
2003 "aws-smithy-runtime-api",
2004 "aws-smithy-types",
2005 "rustc_version",
2006 "tracing",
2007]
2008
2009[[package]]
2010name = "aws_http_client"
2011version = "0.1.0"
2012dependencies = [
2013 "aws-smithy-runtime-api",
2014 "aws-smithy-types",
2015 "http_client",
2016 "workspace-hack",
2017]
2018
2019[[package]]
2020name = "axum"
2021version = "0.6.20"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2024dependencies = [
2025 "async-trait",
2026 "axum-core",
2027 "base64 0.21.7",
2028 "bitflags 1.3.2",
2029 "bytes 1.10.1",
2030 "futures-util",
2031 "headers",
2032 "http 0.2.12",
2033 "http-body 0.4.6",
2034 "hyper 0.14.32",
2035 "itoa",
2036 "matchit",
2037 "memchr",
2038 "mime",
2039 "percent-encoding",
2040 "pin-project-lite",
2041 "rustversion",
2042 "serde",
2043 "serde_json",
2044 "serde_path_to_error",
2045 "serde_urlencoded",
2046 "sha1",
2047 "sync_wrapper 0.1.2",
2048 "tokio",
2049 "tokio-tungstenite 0.20.1",
2050 "tower 0.4.13",
2051 "tower-layer",
2052 "tower-service",
2053]
2054
2055[[package]]
2056name = "axum-core"
2057version = "0.3.4"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2060dependencies = [
2061 "async-trait",
2062 "bytes 1.10.1",
2063 "futures-util",
2064 "http 0.2.12",
2065 "http-body 0.4.6",
2066 "mime",
2067 "rustversion",
2068 "tower-layer",
2069 "tower-service",
2070]
2071
2072[[package]]
2073name = "axum-extra"
2074version = "0.4.2"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
2077dependencies = [
2078 "axum",
2079 "bytes 1.10.1",
2080 "futures-util",
2081 "http 0.2.12",
2082 "mime",
2083 "pin-project-lite",
2084 "serde",
2085 "serde_json",
2086 "tokio",
2087 "tower 0.4.13",
2088 "tower-http 0.3.5",
2089 "tower-layer",
2090 "tower-service",
2091]
2092
2093[[package]]
2094name = "backtrace"
2095version = "0.3.74"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2098dependencies = [
2099 "addr2line",
2100 "cfg-if",
2101 "libc",
2102 "miniz_oxide",
2103 "object",
2104 "rustc-demangle",
2105 "windows-targets 0.52.6",
2106]
2107
2108[[package]]
2109name = "base16ct"
2110version = "0.1.1"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
2113
2114[[package]]
2115name = "base64"
2116version = "0.21.7"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2119
2120[[package]]
2121name = "base64"
2122version = "0.22.1"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2125
2126[[package]]
2127name = "base64-simd"
2128version = "0.8.0"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
2131dependencies = [
2132 "outref",
2133 "vsimd",
2134]
2135
2136[[package]]
2137name = "base64ct"
2138version = "1.7.3"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
2141
2142[[package]]
2143name = "bedrock"
2144version = "0.1.0"
2145dependencies = [
2146 "anyhow",
2147 "aws-sdk-bedrockruntime",
2148 "aws-smithy-types",
2149 "futures 0.3.31",
2150 "schemars 1.0.1",
2151 "serde",
2152 "serde_json",
2153 "strum 0.27.1",
2154 "thiserror 2.0.12",
2155 "workspace-hack",
2156]
2157
2158[[package]]
2159name = "bigdecimal"
2160version = "0.4.8"
2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2163dependencies = [
2164 "autocfg",
2165 "libm",
2166 "num-bigint",
2167 "num-integer",
2168 "num-traits",
2169 "serde",
2170]
2171
2172[[package]]
2173name = "bincode"
2174version = "1.3.3"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2177dependencies = [
2178 "serde",
2179]
2180
2181[[package]]
2182name = "bindgen"
2183version = "0.69.5"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
2186dependencies = [
2187 "bitflags 2.9.0",
2188 "cexpr",
2189 "clang-sys",
2190 "itertools 0.12.1",
2191 "lazy_static",
2192 "lazycell",
2193 "log",
2194 "prettyplease",
2195 "proc-macro2",
2196 "quote",
2197 "regex",
2198 "rustc-hash 1.1.0",
2199 "shlex",
2200 "syn 2.0.101",
2201 "which 4.4.2",
2202]
2203
2204[[package]]
2205name = "bindgen"
2206version = "0.70.1"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
2209dependencies = [
2210 "bitflags 2.9.0",
2211 "cexpr",
2212 "clang-sys",
2213 "itertools 0.13.0",
2214 "proc-macro2",
2215 "quote",
2216 "regex",
2217 "rustc-hash 1.1.0",
2218 "shlex",
2219 "syn 2.0.101",
2220]
2221
2222[[package]]
2223name = "bindgen"
2224version = "0.71.1"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2227dependencies = [
2228 "bitflags 2.9.0",
2229 "cexpr",
2230 "clang-sys",
2231 "itertools 0.13.0",
2232 "log",
2233 "prettyplease",
2234 "proc-macro2",
2235 "quote",
2236 "regex",
2237 "rustc-hash 2.1.1",
2238 "shlex",
2239 "syn 2.0.101",
2240]
2241
2242[[package]]
2243name = "bit-set"
2244version = "0.5.3"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2247dependencies = [
2248 "bit-vec 0.6.3",
2249]
2250
2251[[package]]
2252name = "bit-set"
2253version = "0.8.0"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2256dependencies = [
2257 "bit-vec 0.8.0",
2258]
2259
2260[[package]]
2261name = "bit-vec"
2262version = "0.6.3"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2265
2266[[package]]
2267name = "bit-vec"
2268version = "0.8.0"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2271
2272[[package]]
2273name = "bit_field"
2274version = "0.10.2"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2277
2278[[package]]
2279name = "bitflags"
2280version = "1.3.2"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2283
2284[[package]]
2285name = "bitflags"
2286version = "2.9.0"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2289dependencies = [
2290 "serde",
2291]
2292
2293[[package]]
2294name = "bitstream-io"
2295version = "2.6.0"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2298
2299[[package]]
2300name = "bitvec"
2301version = "1.0.1"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2304dependencies = [
2305 "funty",
2306 "radium",
2307 "tap",
2308 "wyz",
2309]
2310
2311[[package]]
2312name = "blade-graphics"
2313version = "0.7.0"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "e4deb8f595ce7f00dee3543ebf6fd9a20ea86fc421ab79600dac30876250bdae"
2316dependencies = [
2317 "ash",
2318 "ash-window",
2319 "bitflags 2.9.0",
2320 "bytemuck",
2321 "codespan-reporting",
2322 "glow",
2323 "gpu-alloc",
2324 "gpu-alloc-ash",
2325 "hidden-trait",
2326 "js-sys",
2327 "khronos-egl",
2328 "libloading",
2329 "log",
2330 "mint",
2331 "naga",
2332 "objc2",
2333 "objc2-app-kit",
2334 "objc2-core-foundation",
2335 "objc2-foundation",
2336 "objc2-metal",
2337 "objc2-quartz-core",
2338 "objc2-ui-kit",
2339 "once_cell",
2340 "raw-window-handle",
2341 "slab",
2342 "wasm-bindgen",
2343 "web-sys",
2344]
2345
2346[[package]]
2347name = "blade-macros"
2348version = "0.3.0"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "27142319e2f4c264581067eaccb9f80acccdde60d8b4bf57cc50cd3152f109ca"
2351dependencies = [
2352 "proc-macro2",
2353 "quote",
2354 "syn 2.0.101",
2355]
2356
2357[[package]]
2358name = "blade-util"
2359version = "0.3.0"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "3a6be3a82c001ba7a17b6f8e413ede5d1004e6047213f8efaf0ffc15b5c4904c"
2362dependencies = [
2363 "blade-graphics",
2364 "bytemuck",
2365 "log",
2366 "profiling",
2367]
2368
2369[[package]]
2370name = "block"
2371version = "0.1.6"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2374
2375[[package]]
2376name = "block-buffer"
2377version = "0.10.4"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2380dependencies = [
2381 "generic-array",
2382]
2383
2384[[package]]
2385name = "block-padding"
2386version = "0.3.3"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2389dependencies = [
2390 "generic-array",
2391]
2392
2393[[package]]
2394name = "block2"
2395version = "0.6.1"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2398dependencies = [
2399 "objc2",
2400]
2401
2402[[package]]
2403name = "blocking"
2404version = "1.6.1"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2407dependencies = [
2408 "async-channel 2.3.1",
2409 "async-task",
2410 "futures-io",
2411 "futures-lite 2.6.0",
2412 "piper",
2413]
2414
2415[[package]]
2416name = "bm25"
2417version = "2.3.2"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "1cbd8ffdfb7b4c2ff038726178a780a94f90525ed0ad264c0afaa75dd8c18a64"
2420dependencies = [
2421 "cached",
2422 "deunicode",
2423 "fxhash",
2424 "rust-stemmers",
2425 "stop-words",
2426 "unicode-segmentation",
2427]
2428
2429[[package]]
2430name = "borrow-or-share"
2431version = "0.2.2"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2434
2435[[package]]
2436name = "borsh"
2437version = "1.5.7"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2440dependencies = [
2441 "borsh-derive",
2442 "cfg_aliases 0.2.1",
2443]
2444
2445[[package]]
2446name = "borsh-derive"
2447version = "1.5.7"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2450dependencies = [
2451 "once_cell",
2452 "proc-macro-crate",
2453 "proc-macro2",
2454 "quote",
2455 "syn 2.0.101",
2456]
2457
2458[[package]]
2459name = "breadcrumbs"
2460version = "0.1.0"
2461dependencies = [
2462 "editor",
2463 "gpui",
2464 "itertools 0.14.0",
2465 "settings",
2466 "theme",
2467 "ui",
2468 "workspace",
2469 "workspace-hack",
2470 "zed_actions",
2471]
2472
2473[[package]]
2474name = "bstr"
2475version = "1.12.0"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2478dependencies = [
2479 "memchr",
2480 "regex-automata",
2481 "serde",
2482]
2483
2484[[package]]
2485name = "buffer_diff"
2486version = "0.1.0"
2487dependencies = [
2488 "anyhow",
2489 "clock",
2490 "ctor",
2491 "futures 0.3.31",
2492 "git2",
2493 "gpui",
2494 "language",
2495 "log",
2496 "pretty_assertions",
2497 "rand 0.9.1",
2498 "rope",
2499 "serde_json",
2500 "sum_tree",
2501 "text",
2502 "unindent",
2503 "util",
2504 "workspace-hack",
2505 "zlog",
2506]
2507
2508[[package]]
2509name = "built"
2510version = "0.7.7"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2513
2514[[package]]
2515name = "bumpalo"
2516version = "3.17.0"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2519dependencies = [
2520 "allocator-api2",
2521]
2522
2523[[package]]
2524name = "by_address"
2525version = "1.2.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2528
2529[[package]]
2530name = "bytecheck"
2531version = "0.6.12"
2532source = "registry+https://github.com/rust-lang/crates.io-index"
2533checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2534dependencies = [
2535 "bytecheck_derive",
2536 "ptr_meta",
2537 "simdutf8",
2538]
2539
2540[[package]]
2541name = "bytecheck_derive"
2542version = "0.6.12"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2545dependencies = [
2546 "proc-macro2",
2547 "quote",
2548 "syn 1.0.109",
2549]
2550
2551[[package]]
2552name = "bytecount"
2553version = "0.6.8"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2556
2557[[package]]
2558name = "bytemuck"
2559version = "1.22.0"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2562dependencies = [
2563 "bytemuck_derive",
2564]
2565
2566[[package]]
2567name = "bytemuck_derive"
2568version = "1.9.3"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2571dependencies = [
2572 "proc-macro2",
2573 "quote",
2574 "syn 2.0.101",
2575]
2576
2577[[package]]
2578name = "byteorder"
2579version = "1.5.0"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2582
2583[[package]]
2584name = "byteorder-lite"
2585version = "0.1.0"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2588
2589[[package]]
2590name = "bytes"
2591version = "0.4.12"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2594dependencies = [
2595 "byteorder",
2596 "iovec",
2597]
2598
2599[[package]]
2600name = "bytes"
2601version = "1.10.1"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2604
2605[[package]]
2606name = "bytes-utils"
2607version = "0.1.4"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2610dependencies = [
2611 "bytes 1.10.1",
2612 "either",
2613]
2614
2615[[package]]
2616name = "bzip2"
2617version = "0.4.4"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2620dependencies = [
2621 "bzip2-sys",
2622 "libc",
2623]
2624
2625[[package]]
2626name = "bzip2-sys"
2627version = "0.1.13+1.0.8"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2630dependencies = [
2631 "cc",
2632 "pkg-config",
2633]
2634
2635[[package]]
2636name = "cached"
2637version = "0.56.0"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2640dependencies = [
2641 "ahash 0.8.11",
2642 "cached_proc_macro",
2643 "cached_proc_macro_types",
2644 "hashbrown 0.15.3",
2645 "once_cell",
2646 "thiserror 2.0.12",
2647 "web-time",
2648]
2649
2650[[package]]
2651name = "cached_proc_macro"
2652version = "0.25.0"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2655dependencies = [
2656 "darling",
2657 "proc-macro2",
2658 "quote",
2659 "syn 2.0.101",
2660]
2661
2662[[package]]
2663name = "cached_proc_macro_types"
2664version = "0.1.1"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2667
2668[[package]]
2669name = "call"
2670version = "0.1.0"
2671dependencies = [
2672 "anyhow",
2673 "audio",
2674 "client",
2675 "collections",
2676 "feature_flags",
2677 "fs",
2678 "futures 0.3.31",
2679 "gpui",
2680 "gpui_tokio",
2681 "http_client",
2682 "language",
2683 "livekit_client",
2684 "log",
2685 "postage",
2686 "project",
2687 "serde",
2688 "settings",
2689 "telemetry",
2690 "util",
2691 "workspace-hack",
2692]
2693
2694[[package]]
2695name = "calloop"
2696version = "0.13.0"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2699dependencies = [
2700 "bitflags 2.9.0",
2701 "log",
2702 "polling",
2703 "rustix 0.38.44",
2704 "slab",
2705 "thiserror 1.0.69",
2706]
2707
2708[[package]]
2709name = "calloop-wayland-source"
2710version = "0.3.0"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2713dependencies = [
2714 "calloop",
2715 "rustix 0.38.44",
2716 "wayland-backend",
2717 "wayland-client",
2718]
2719
2720[[package]]
2721name = "camino"
2722version = "1.1.9"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2725dependencies = [
2726 "serde",
2727]
2728
2729[[package]]
2730name = "candle-core"
2731version = "0.9.1"
2732source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2733dependencies = [
2734 "byteorder",
2735 "float8",
2736 "gemm 0.17.1",
2737 "half",
2738 "memmap2",
2739 "num-traits",
2740 "num_cpus",
2741 "rand 0.9.1",
2742 "rand_distr",
2743 "rayon",
2744 "safetensors",
2745 "thiserror 1.0.69",
2746 "ug",
2747 "yoke",
2748 "zip 1.1.4",
2749]
2750
2751[[package]]
2752name = "candle-nn"
2753version = "0.9.1"
2754source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2755dependencies = [
2756 "candle-core",
2757 "half",
2758 "libc",
2759 "num-traits",
2760 "rayon",
2761 "safetensors",
2762 "serde",
2763 "thiserror 1.0.69",
2764]
2765
2766[[package]]
2767name = "candle-onnx"
2768version = "0.9.1"
2769source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2770dependencies = [
2771 "candle-core",
2772 "candle-nn",
2773 "prost 0.12.6",
2774]
2775
2776[[package]]
2777name = "cap-fs-ext"
2778version = "3.4.4"
2779source = "registry+https://github.com/rust-lang/crates.io-index"
2780checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2781dependencies = [
2782 "cap-primitives",
2783 "cap-std",
2784 "io-lifetimes",
2785 "windows-sys 0.59.0",
2786]
2787
2788[[package]]
2789name = "cap-net-ext"
2790version = "3.4.4"
2791source = "registry+https://github.com/rust-lang/crates.io-index"
2792checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2793dependencies = [
2794 "cap-primitives",
2795 "cap-std",
2796 "rustix 1.0.7",
2797 "smallvec",
2798]
2799
2800[[package]]
2801name = "cap-primitives"
2802version = "3.4.4"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2805dependencies = [
2806 "ambient-authority",
2807 "fs-set-times",
2808 "io-extras",
2809 "io-lifetimes",
2810 "ipnet",
2811 "maybe-owned",
2812 "rustix 1.0.7",
2813 "rustix-linux-procfs",
2814 "windows-sys 0.59.0",
2815 "winx",
2816]
2817
2818[[package]]
2819name = "cap-rand"
2820version = "3.4.4"
2821source = "registry+https://github.com/rust-lang/crates.io-index"
2822checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2823dependencies = [
2824 "ambient-authority",
2825 "rand 0.8.5",
2826]
2827
2828[[package]]
2829name = "cap-std"
2830version = "3.4.4"
2831source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2833dependencies = [
2834 "cap-primitives",
2835 "io-extras",
2836 "io-lifetimes",
2837 "rustix 1.0.7",
2838]
2839
2840[[package]]
2841name = "cap-time-ext"
2842version = "3.4.4"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2845dependencies = [
2846 "ambient-authority",
2847 "cap-primitives",
2848 "iana-time-zone",
2849 "once_cell",
2850 "rustix 1.0.7",
2851 "winx",
2852]
2853
2854[[package]]
2855name = "cargo-platform"
2856version = "0.1.9"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2859dependencies = [
2860 "serde",
2861]
2862
2863[[package]]
2864name = "cargo_metadata"
2865version = "0.19.2"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2868dependencies = [
2869 "camino",
2870 "cargo-platform",
2871 "semver",
2872 "serde",
2873 "serde_json",
2874 "thiserror 2.0.12",
2875]
2876
2877[[package]]
2878name = "cargo_toml"
2879version = "0.21.0"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2882dependencies = [
2883 "serde",
2884 "toml 0.8.20",
2885]
2886
2887[[package]]
2888name = "cast"
2889version = "0.3.0"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2892
2893[[package]]
2894name = "cbc"
2895version = "0.1.2"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2898dependencies = [
2899 "cipher",
2900]
2901
2902[[package]]
2903name = "cbindgen"
2904version = "0.28.0"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2907dependencies = [
2908 "heck 0.4.1",
2909 "indexmap 2.9.0",
2910 "log",
2911 "proc-macro2",
2912 "quote",
2913 "serde",
2914 "serde_json",
2915 "syn 2.0.101",
2916 "tempfile",
2917 "toml 0.8.20",
2918]
2919
2920[[package]]
2921name = "cc"
2922version = "1.2.19"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2925dependencies = [
2926 "jobserver",
2927 "libc",
2928 "shlex",
2929]
2930
2931[[package]]
2932name = "cesu8"
2933version = "1.1.0"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2936
2937[[package]]
2938name = "cexpr"
2939version = "0.6.0"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2942dependencies = [
2943 "nom 7.1.3",
2944]
2945
2946[[package]]
2947name = "cfg-expr"
2948version = "0.15.8"
2949source = "registry+https://github.com/rust-lang/crates.io-index"
2950checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2951dependencies = [
2952 "smallvec",
2953 "target-lexicon 0.12.16",
2954]
2955
2956[[package]]
2957name = "cfg-if"
2958version = "1.0.3"
2959source = "registry+https://github.com/rust-lang/crates.io-index"
2960checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
2961
2962[[package]]
2963name = "cfg_aliases"
2964version = "0.1.1"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2967
2968[[package]]
2969name = "cfg_aliases"
2970version = "0.2.1"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2973
2974[[package]]
2975name = "cgl"
2976version = "0.3.2"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2979dependencies = [
2980 "libc",
2981]
2982
2983[[package]]
2984name = "channel"
2985version = "0.1.0"
2986dependencies = [
2987 "anyhow",
2988 "client",
2989 "clock",
2990 "collections",
2991 "futures 0.3.31",
2992 "gpui",
2993 "http_client",
2994 "language",
2995 "log",
2996 "postage",
2997 "release_channel",
2998 "rpc",
2999 "settings",
3000 "text",
3001 "time",
3002 "util",
3003 "workspace-hack",
3004]
3005
3006[[package]]
3007name = "chrono"
3008version = "0.4.41"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
3011dependencies = [
3012 "android-tzdata",
3013 "iana-time-zone",
3014 "js-sys",
3015 "num-traits",
3016 "serde",
3017 "wasm-bindgen",
3018 "windows-link 0.1.1",
3019]
3020
3021[[package]]
3022name = "chunked_transfer"
3023version = "1.5.0"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
3026
3027[[package]]
3028name = "ciborium"
3029version = "0.2.2"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
3032dependencies = [
3033 "ciborium-io",
3034 "ciborium-ll",
3035 "serde",
3036]
3037
3038[[package]]
3039name = "ciborium-io"
3040version = "0.2.2"
3041source = "registry+https://github.com/rust-lang/crates.io-index"
3042checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
3043
3044[[package]]
3045name = "ciborium-ll"
3046version = "0.2.2"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
3049dependencies = [
3050 "ciborium-io",
3051 "half",
3052]
3053
3054[[package]]
3055name = "cipher"
3056version = "0.4.4"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
3059dependencies = [
3060 "crypto-common",
3061 "inout",
3062 "zeroize",
3063]
3064
3065[[package]]
3066name = "circular-buffer"
3067version = "1.1.0"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
3070
3071[[package]]
3072name = "clang-sys"
3073version = "1.8.1"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
3076dependencies = [
3077 "glob",
3078 "libc",
3079 "libloading",
3080]
3081
3082[[package]]
3083name = "clap"
3084version = "4.5.37"
3085source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
3087dependencies = [
3088 "clap_builder",
3089 "clap_derive",
3090]
3091
3092[[package]]
3093name = "clap_builder"
3094version = "4.5.37"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
3097dependencies = [
3098 "anstream",
3099 "anstyle",
3100 "clap_lex",
3101 "strsim",
3102 "terminal_size",
3103]
3104
3105[[package]]
3106name = "clap_complete"
3107version = "4.5.47"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
3110dependencies = [
3111 "clap",
3112]
3113
3114[[package]]
3115name = "clap_derive"
3116version = "4.5.32"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
3119dependencies = [
3120 "heck 0.5.0",
3121 "proc-macro2",
3122 "quote",
3123 "syn 2.0.101",
3124]
3125
3126[[package]]
3127name = "clap_lex"
3128version = "0.7.4"
3129source = "registry+https://github.com/rust-lang/crates.io-index"
3130checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
3131
3132[[package]]
3133name = "cli"
3134version = "0.1.0"
3135dependencies = [
3136 "anyhow",
3137 "askpass",
3138 "clap",
3139 "collections",
3140 "core-foundation 0.10.0",
3141 "core-services",
3142 "exec",
3143 "fork",
3144 "ipc-channel",
3145 "parking_lot",
3146 "paths",
3147 "plist",
3148 "release_channel",
3149 "serde",
3150 "tempfile",
3151 "util",
3152 "windows 0.61.1",
3153 "workspace-hack",
3154]
3155
3156[[package]]
3157name = "client"
3158version = "0.1.0"
3159dependencies = [
3160 "anyhow",
3161 "async-tungstenite",
3162 "base64 0.22.1",
3163 "chrono",
3164 "clock",
3165 "cloud_api_client",
3166 "cloud_llm_client",
3167 "collections",
3168 "credentials_provider",
3169 "derive_more",
3170 "feature_flags",
3171 "fs",
3172 "futures 0.3.31",
3173 "gpui",
3174 "gpui_tokio",
3175 "http_client",
3176 "http_client_tls",
3177 "httparse",
3178 "log",
3179 "objc2-foundation",
3180 "parking_lot",
3181 "paths",
3182 "postage",
3183 "rand 0.9.1",
3184 "regex",
3185 "release_channel",
3186 "rpc",
3187 "rustls-pki-types",
3188 "serde",
3189 "serde_json",
3190 "serde_urlencoded",
3191 "settings",
3192 "sha2",
3193 "smol",
3194 "telemetry",
3195 "telemetry_events",
3196 "text",
3197 "thiserror 2.0.12",
3198 "time",
3199 "tiny_http",
3200 "tokio",
3201 "tokio-native-tls",
3202 "tokio-rustls 0.26.2",
3203 "tokio-socks",
3204 "url",
3205 "util",
3206 "windows 0.61.1",
3207 "workspace-hack",
3208 "worktree",
3209]
3210
3211[[package]]
3212name = "clock"
3213version = "0.1.0"
3214dependencies = [
3215 "parking_lot",
3216 "serde",
3217 "smallvec",
3218 "workspace-hack",
3219]
3220
3221[[package]]
3222name = "cloud_api_client"
3223version = "0.1.0"
3224dependencies = [
3225 "anyhow",
3226 "cloud_api_types",
3227 "futures 0.3.31",
3228 "gpui",
3229 "gpui_tokio",
3230 "http_client",
3231 "parking_lot",
3232 "serde_json",
3233 "workspace-hack",
3234 "yawc",
3235]
3236
3237[[package]]
3238name = "cloud_api_types"
3239version = "0.1.0"
3240dependencies = [
3241 "anyhow",
3242 "chrono",
3243 "ciborium",
3244 "cloud_llm_client",
3245 "pretty_assertions",
3246 "serde",
3247 "serde_json",
3248 "workspace-hack",
3249]
3250
3251[[package]]
3252name = "cloud_llm_client"
3253version = "0.1.0"
3254dependencies = [
3255 "anyhow",
3256 "chrono",
3257 "pretty_assertions",
3258 "serde",
3259 "serde_json",
3260 "strum 0.27.1",
3261 "uuid",
3262 "workspace-hack",
3263]
3264
3265[[package]]
3266name = "cloud_zeta2_prompt"
3267version = "0.1.0"
3268dependencies = [
3269 "anyhow",
3270 "cloud_llm_client",
3271 "indoc",
3272 "ordered-float 2.10.1",
3273 "rustc-hash 2.1.1",
3274 "serde",
3275 "strum 0.27.1",
3276 "workspace-hack",
3277]
3278
3279[[package]]
3280name = "cmake"
3281version = "0.1.54"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3284dependencies = [
3285 "cc",
3286]
3287
3288[[package]]
3289name = "cobs"
3290version = "0.2.3"
3291source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
3293
3294[[package]]
3295name = "cocoa"
3296version = "0.25.0"
3297source = "registry+https://github.com/rust-lang/crates.io-index"
3298checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3299dependencies = [
3300 "bitflags 1.3.2",
3301 "block",
3302 "cocoa-foundation 0.1.2",
3303 "core-foundation 0.9.4",
3304 "core-graphics 0.23.2",
3305 "foreign-types 0.5.0",
3306 "libc",
3307 "objc",
3308]
3309
3310[[package]]
3311name = "cocoa"
3312version = "0.26.0"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3315dependencies = [
3316 "bitflags 2.9.0",
3317 "block",
3318 "cocoa-foundation 0.2.0",
3319 "core-foundation 0.10.0",
3320 "core-graphics 0.24.0",
3321 "foreign-types 0.5.0",
3322 "libc",
3323 "objc",
3324]
3325
3326[[package]]
3327name = "cocoa-foundation"
3328version = "0.1.2"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3331dependencies = [
3332 "bitflags 1.3.2",
3333 "block",
3334 "core-foundation 0.9.4",
3335 "core-graphics-types 0.1.3",
3336 "libc",
3337 "objc",
3338]
3339
3340[[package]]
3341name = "cocoa-foundation"
3342version = "0.2.0"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3345dependencies = [
3346 "bitflags 2.9.0",
3347 "block",
3348 "core-foundation 0.10.0",
3349 "core-graphics-types 0.2.0",
3350 "libc",
3351 "objc",
3352]
3353
3354[[package]]
3355name = "codespan-reporting"
3356version = "0.12.0"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3359dependencies = [
3360 "serde",
3361 "termcolor",
3362 "unicode-width",
3363]
3364
3365[[package]]
3366name = "codestral"
3367version = "0.1.0"
3368dependencies = [
3369 "anyhow",
3370 "edit_prediction",
3371 "edit_prediction_context",
3372 "futures 0.3.31",
3373 "gpui",
3374 "http_client",
3375 "language",
3376 "language_models",
3377 "log",
3378 "mistral",
3379 "serde",
3380 "serde_json",
3381 "smol",
3382 "text",
3383 "workspace-hack",
3384]
3385
3386[[package]]
3387name = "collab"
3388version = "0.44.0"
3389dependencies = [
3390 "agent_settings",
3391 "anyhow",
3392 "assistant_context",
3393 "assistant_slash_command",
3394 "async-trait",
3395 "async-tungstenite",
3396 "audio",
3397 "aws-config",
3398 "aws-sdk-kinesis",
3399 "aws-sdk-s3",
3400 "axum",
3401 "axum-extra",
3402 "base64 0.22.1",
3403 "buffer_diff",
3404 "call",
3405 "channel",
3406 "chrono",
3407 "client",
3408 "clock",
3409 "collab_ui",
3410 "collections",
3411 "command_palette_hooks",
3412 "context_server",
3413 "ctor",
3414 "dap",
3415 "dap-types",
3416 "dap_adapters",
3417 "dashmap 6.1.0",
3418 "debugger_ui",
3419 "editor",
3420 "envy",
3421 "extension",
3422 "file_finder",
3423 "fs",
3424 "futures 0.3.31",
3425 "git",
3426 "git_hosting_providers",
3427 "git_ui",
3428 "gpui",
3429 "gpui_tokio",
3430 "hex",
3431 "http_client",
3432 "hyper 0.14.32",
3433 "indoc",
3434 "language",
3435 "language_model",
3436 "livekit_api",
3437 "livekit_client",
3438 "log",
3439 "lsp",
3440 "menu",
3441 "multi_buffer",
3442 "nanoid",
3443 "node_runtime",
3444 "notifications",
3445 "parking_lot",
3446 "pretty_assertions",
3447 "project",
3448 "prometheus",
3449 "prompt_store",
3450 "prost 0.9.0",
3451 "rand 0.9.1",
3452 "recent_projects",
3453 "release_channel",
3454 "remote",
3455 "remote_server",
3456 "reqwest 0.11.27",
3457 "reqwest_client",
3458 "rpc",
3459 "scrypt",
3460 "sea-orm",
3461 "semantic_version",
3462 "semver",
3463 "serde",
3464 "serde_json",
3465 "session",
3466 "settings",
3467 "sha2",
3468 "smol",
3469 "sqlx",
3470 "strum 0.27.1",
3471 "subtle",
3472 "supermaven_api",
3473 "task",
3474 "telemetry_events",
3475 "text",
3476 "theme",
3477 "time",
3478 "tokio",
3479 "toml 0.8.20",
3480 "tower 0.4.13",
3481 "tower-http 0.4.4",
3482 "tracing",
3483 "tracing-subscriber",
3484 "unindent",
3485 "util",
3486 "uuid",
3487 "workspace",
3488 "workspace-hack",
3489 "worktree",
3490 "zlog",
3491]
3492
3493[[package]]
3494name = "collab_ui"
3495version = "0.1.0"
3496dependencies = [
3497 "anyhow",
3498 "call",
3499 "channel",
3500 "chrono",
3501 "client",
3502 "collections",
3503 "db",
3504 "editor",
3505 "futures 0.3.31",
3506 "fuzzy",
3507 "gpui",
3508 "http_client",
3509 "log",
3510 "menu",
3511 "notifications",
3512 "picker",
3513 "pretty_assertions",
3514 "project",
3515 "release_channel",
3516 "rpc",
3517 "serde",
3518 "serde_json",
3519 "settings",
3520 "smallvec",
3521 "story",
3522 "telemetry",
3523 "theme",
3524 "time",
3525 "time_format",
3526 "title_bar",
3527 "tree-sitter-md",
3528 "ui",
3529 "util",
3530 "workspace",
3531 "workspace-hack",
3532]
3533
3534[[package]]
3535name = "collections"
3536version = "0.1.0"
3537dependencies = [
3538 "indexmap 2.9.0",
3539 "rustc-hash 2.1.1",
3540 "workspace-hack",
3541]
3542
3543[[package]]
3544name = "color_quant"
3545version = "1.1.0"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3548
3549[[package]]
3550name = "colorchoice"
3551version = "1.0.3"
3552source = "registry+https://github.com/rust-lang/crates.io-index"
3553checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3554
3555[[package]]
3556name = "combine"
3557version = "4.6.7"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3560dependencies = [
3561 "bytes 1.10.1",
3562 "memchr",
3563]
3564
3565[[package]]
3566name = "command-fds"
3567version = "0.3.1"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
3570dependencies = [
3571 "nix 0.30.1",
3572 "thiserror 2.0.12",
3573]
3574
3575[[package]]
3576name = "command_palette"
3577version = "0.1.0"
3578dependencies = [
3579 "anyhow",
3580 "client",
3581 "collections",
3582 "command_palette_hooks",
3583 "ctor",
3584 "db",
3585 "editor",
3586 "env_logger 0.11.8",
3587 "fuzzy",
3588 "go_to_line",
3589 "gpui",
3590 "language",
3591 "log",
3592 "menu",
3593 "picker",
3594 "postage",
3595 "project",
3596 "serde",
3597 "serde_json",
3598 "settings",
3599 "telemetry",
3600 "theme",
3601 "time",
3602 "ui",
3603 "util",
3604 "workspace",
3605 "workspace-hack",
3606 "zed_actions",
3607]
3608
3609[[package]]
3610name = "command_palette_hooks"
3611version = "0.1.0"
3612dependencies = [
3613 "collections",
3614 "derive_more",
3615 "gpui",
3616 "workspace-hack",
3617]
3618
3619[[package]]
3620name = "component"
3621version = "0.1.0"
3622dependencies = [
3623 "collections",
3624 "documented",
3625 "gpui",
3626 "inventory",
3627 "parking_lot",
3628 "strum 0.27.1",
3629 "theme",
3630 "workspace-hack",
3631]
3632
3633[[package]]
3634name = "concurrent-queue"
3635version = "2.5.0"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3638dependencies = [
3639 "crossbeam-utils",
3640]
3641
3642[[package]]
3643name = "console"
3644version = "0.15.11"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3647dependencies = [
3648 "encode_unicode",
3649 "libc",
3650 "once_cell",
3651 "unicode-width",
3652 "windows-sys 0.59.0",
3653]
3654
3655[[package]]
3656name = "const-oid"
3657version = "0.9.6"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3660
3661[[package]]
3662name = "const-random"
3663version = "0.1.18"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3666dependencies = [
3667 "const-random-macro",
3668]
3669
3670[[package]]
3671name = "const-random-macro"
3672version = "0.1.16"
3673source = "registry+https://github.com/rust-lang/crates.io-index"
3674checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3675dependencies = [
3676 "getrandom 0.2.15",
3677 "once_cell",
3678 "tiny-keccak",
3679]
3680
3681[[package]]
3682name = "constant_time_eq"
3683version = "0.1.5"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3686
3687[[package]]
3688name = "context_server"
3689version = "0.1.0"
3690dependencies = [
3691 "anyhow",
3692 "async-trait",
3693 "collections",
3694 "futures 0.3.31",
3695 "gpui",
3696 "log",
3697 "net",
3698 "parking_lot",
3699 "postage",
3700 "schemars 1.0.1",
3701 "serde",
3702 "serde_json",
3703 "settings",
3704 "smol",
3705 "tempfile",
3706 "url",
3707 "util",
3708 "workspace-hack",
3709]
3710
3711[[package]]
3712name = "convert_case"
3713version = "0.4.0"
3714source = "registry+https://github.com/rust-lang/crates.io-index"
3715checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3716
3717[[package]]
3718name = "convert_case"
3719version = "0.6.0"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3722dependencies = [
3723 "unicode-segmentation",
3724]
3725
3726[[package]]
3727name = "convert_case"
3728version = "0.8.0"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3731dependencies = [
3732 "unicode-segmentation",
3733]
3734
3735[[package]]
3736name = "copilot"
3737version = "0.1.0"
3738dependencies = [
3739 "anyhow",
3740 "async-std",
3741 "chrono",
3742 "client",
3743 "clock",
3744 "collections",
3745 "command_palette_hooks",
3746 "ctor",
3747 "dirs 4.0.0",
3748 "edit_prediction",
3749 "editor",
3750 "fs",
3751 "futures 0.3.31",
3752 "gpui",
3753 "http_client",
3754 "indoc",
3755 "itertools 0.14.0",
3756 "language",
3757 "log",
3758 "lsp",
3759 "menu",
3760 "node_runtime",
3761 "parking_lot",
3762 "paths",
3763 "project",
3764 "rpc",
3765 "semver",
3766 "serde",
3767 "serde_json",
3768 "settings",
3769 "sum_tree",
3770 "task",
3771 "theme",
3772 "ui",
3773 "util",
3774 "workspace",
3775 "workspace-hack",
3776 "zlog",
3777]
3778
3779[[package]]
3780name = "core-foundation"
3781version = "0.9.4"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3784dependencies = [
3785 "core-foundation-sys",
3786 "libc",
3787]
3788
3789[[package]]
3790name = "core-foundation"
3791version = "0.10.0"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3794dependencies = [
3795 "core-foundation-sys",
3796 "libc",
3797]
3798
3799[[package]]
3800name = "core-foundation-sys"
3801version = "0.8.7"
3802source = "registry+https://github.com/rust-lang/crates.io-index"
3803checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3804
3805[[package]]
3806name = "core-graphics"
3807version = "0.23.2"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3810dependencies = [
3811 "bitflags 1.3.2",
3812 "core-foundation 0.9.4",
3813 "core-graphics-types 0.1.3",
3814 "foreign-types 0.5.0",
3815 "libc",
3816]
3817
3818[[package]]
3819name = "core-graphics"
3820version = "0.24.0"
3821source = "registry+https://github.com/rust-lang/crates.io-index"
3822checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3823dependencies = [
3824 "bitflags 2.9.0",
3825 "core-foundation 0.10.0",
3826 "core-graphics-types 0.2.0",
3827 "foreign-types 0.5.0",
3828 "libc",
3829]
3830
3831[[package]]
3832name = "core-graphics-helmer-fork"
3833version = "0.24.0"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3836dependencies = [
3837 "bitflags 2.9.0",
3838 "core-foundation 0.9.4",
3839 "core-graphics-types 0.1.3",
3840 "foreign-types 0.5.0",
3841 "libc",
3842]
3843
3844[[package]]
3845name = "core-graphics-types"
3846version = "0.1.3"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3849dependencies = [
3850 "bitflags 1.3.2",
3851 "core-foundation 0.9.4",
3852 "libc",
3853]
3854
3855[[package]]
3856name = "core-graphics-types"
3857version = "0.2.0"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3860dependencies = [
3861 "bitflags 2.9.0",
3862 "core-foundation 0.10.0",
3863 "libc",
3864]
3865
3866[[package]]
3867name = "core-graphics2"
3868version = "0.4.1"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3871dependencies = [
3872 "bitflags 2.9.0",
3873 "block",
3874 "cfg-if",
3875 "core-foundation 0.10.0",
3876 "libc",
3877]
3878
3879[[package]]
3880name = "core-services"
3881version = "0.2.1"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3884dependencies = [
3885 "core-foundation 0.9.4",
3886]
3887
3888[[package]]
3889name = "core-text"
3890version = "21.0.0"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3893dependencies = [
3894 "core-foundation 0.10.0",
3895 "core-graphics 0.24.0",
3896 "foreign-types 0.5.0",
3897 "libc",
3898]
3899
3900[[package]]
3901name = "core-video"
3902version = "0.4.3"
3903source = "registry+https://github.com/rust-lang/crates.io-index"
3904checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3905dependencies = [
3906 "block",
3907 "core-foundation 0.10.0",
3908 "core-graphics2",
3909 "io-surface",
3910 "libc",
3911 "metal",
3912]
3913
3914[[package]]
3915name = "core_maths"
3916version = "0.1.1"
3917source = "registry+https://github.com/rust-lang/crates.io-index"
3918checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3919dependencies = [
3920 "libm",
3921]
3922
3923[[package]]
3924name = "coreaudio-rs"
3925version = "0.12.1"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3928dependencies = [
3929 "bitflags 1.3.2",
3930 "core-foundation-sys",
3931 "coreaudio-sys",
3932]
3933
3934[[package]]
3935name = "coreaudio-rs"
3936version = "0.13.0"
3937source = "registry+https://github.com/rust-lang/crates.io-index"
3938checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3939dependencies = [
3940 "bitflags 1.3.2",
3941 "libc",
3942 "objc2-audio-toolbox",
3943 "objc2-core-audio",
3944 "objc2-core-audio-types",
3945 "objc2-core-foundation",
3946]
3947
3948[[package]]
3949name = "coreaudio-sys"
3950version = "0.2.16"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3953dependencies = [
3954 "bindgen 0.70.1",
3955]
3956
3957[[package]]
3958name = "cosmic-text"
3959version = "0.14.0"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3962dependencies = [
3963 "bitflags 2.9.0",
3964 "fontdb 0.16.2",
3965 "log",
3966 "rangemap",
3967 "rustc-hash 1.1.0",
3968 "rustybuzz 0.14.1",
3969 "self_cell",
3970 "smol_str",
3971 "swash",
3972 "sys-locale",
3973 "ttf-parser 0.21.1",
3974 "unicode-bidi",
3975 "unicode-linebreak",
3976 "unicode-script",
3977 "unicode-segmentation",
3978]
3979
3980[[package]]
3981name = "cpal"
3982version = "0.16.0"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3985dependencies = [
3986 "alsa",
3987 "coreaudio-rs 0.13.0",
3988 "dasp_sample",
3989 "jni",
3990 "js-sys",
3991 "libc",
3992 "mach2 0.4.2",
3993 "ndk",
3994 "ndk-context",
3995 "num-derive",
3996 "num-traits",
3997 "objc2-audio-toolbox",
3998 "objc2-core-audio",
3999 "objc2-core-audio-types",
4000 "wasm-bindgen",
4001 "wasm-bindgen-futures",
4002 "web-sys",
4003 "windows 0.54.0",
4004]
4005
4006[[package]]
4007name = "cpp_demangle"
4008version = "0.4.4"
4009source = "registry+https://github.com/rust-lang/crates.io-index"
4010checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
4011dependencies = [
4012 "cfg-if",
4013]
4014
4015[[package]]
4016name = "cpufeatures"
4017version = "0.2.17"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
4020dependencies = [
4021 "libc",
4022]
4023
4024[[package]]
4025name = "cranelift-bforest"
4026version = "0.116.1"
4027source = "registry+https://github.com/rust-lang/crates.io-index"
4028checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
4029dependencies = [
4030 "cranelift-entity",
4031]
4032
4033[[package]]
4034name = "cranelift-bitset"
4035version = "0.116.1"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
4038dependencies = [
4039 "serde",
4040 "serde_derive",
4041]
4042
4043[[package]]
4044name = "cranelift-codegen"
4045version = "0.116.1"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
4048dependencies = [
4049 "bumpalo",
4050 "cranelift-bforest",
4051 "cranelift-bitset",
4052 "cranelift-codegen-meta",
4053 "cranelift-codegen-shared",
4054 "cranelift-control",
4055 "cranelift-entity",
4056 "cranelift-isle",
4057 "gimli",
4058 "hashbrown 0.14.5",
4059 "log",
4060 "postcard",
4061 "regalloc2",
4062 "rustc-hash 2.1.1",
4063 "serde",
4064 "serde_derive",
4065 "sha2",
4066 "smallvec",
4067 "target-lexicon 0.13.2",
4068]
4069
4070[[package]]
4071name = "cranelift-codegen-meta"
4072version = "0.116.1"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4075dependencies = [
4076 "cranelift-codegen-shared",
4077]
4078
4079[[package]]
4080name = "cranelift-codegen-shared"
4081version = "0.116.1"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4084
4085[[package]]
4086name = "cranelift-control"
4087version = "0.116.1"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4090dependencies = [
4091 "arbitrary",
4092]
4093
4094[[package]]
4095name = "cranelift-entity"
4096version = "0.116.1"
4097source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4099dependencies = [
4100 "cranelift-bitset",
4101 "serde",
4102 "serde_derive",
4103]
4104
4105[[package]]
4106name = "cranelift-frontend"
4107version = "0.116.1"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4110dependencies = [
4111 "cranelift-codegen",
4112 "log",
4113 "smallvec",
4114 "target-lexicon 0.13.2",
4115]
4116
4117[[package]]
4118name = "cranelift-isle"
4119version = "0.116.1"
4120source = "registry+https://github.com/rust-lang/crates.io-index"
4121checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4122
4123[[package]]
4124name = "cranelift-native"
4125version = "0.116.1"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4128dependencies = [
4129 "cranelift-codegen",
4130 "libc",
4131 "target-lexicon 0.13.2",
4132]
4133
4134[[package]]
4135name = "crash-context"
4136version = "0.6.3"
4137source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4139dependencies = [
4140 "cfg-if",
4141 "libc",
4142 "mach2 0.4.2",
4143]
4144
4145[[package]]
4146name = "crash-handler"
4147version = "0.6.3"
4148source = "registry+https://github.com/rust-lang/crates.io-index"
4149checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4150dependencies = [
4151 "cfg-if",
4152 "crash-context",
4153 "libc",
4154 "mach2 0.4.2",
4155 "parking_lot",
4156]
4157
4158[[package]]
4159name = "crashes"
4160version = "0.1.0"
4161dependencies = [
4162 "bincode",
4163 "cfg-if",
4164 "crash-handler",
4165 "log",
4166 "mach2 0.5.0",
4167 "minidumper",
4168 "paths",
4169 "release_channel",
4170 "serde",
4171 "serde_json",
4172 "smol",
4173 "system_specs",
4174 "workspace-hack",
4175 "zstd",
4176]
4177
4178[[package]]
4179name = "crc"
4180version = "3.3.0"
4181source = "registry+https://github.com/rust-lang/crates.io-index"
4182checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4183dependencies = [
4184 "crc-catalog",
4185]
4186
4187[[package]]
4188name = "crc-catalog"
4189version = "2.4.0"
4190source = "registry+https://github.com/rust-lang/crates.io-index"
4191checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4192
4193[[package]]
4194name = "crc32c"
4195version = "0.6.8"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
4198dependencies = [
4199 "rustc_version",
4200]
4201
4202[[package]]
4203name = "crc32fast"
4204version = "1.4.2"
4205source = "registry+https://github.com/rust-lang/crates.io-index"
4206checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
4207dependencies = [
4208 "cfg-if",
4209]
4210
4211[[package]]
4212name = "crc64fast-nvme"
4213version = "1.2.0"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
4216dependencies = [
4217 "crc",
4218]
4219
4220[[package]]
4221name = "credentials_provider"
4222version = "0.1.0"
4223dependencies = [
4224 "anyhow",
4225 "futures 0.3.31",
4226 "gpui",
4227 "paths",
4228 "release_channel",
4229 "serde",
4230 "serde_json",
4231 "workspace-hack",
4232]
4233
4234[[package]]
4235name = "criterion"
4236version = "0.5.1"
4237source = "registry+https://github.com/rust-lang/crates.io-index"
4238checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4239dependencies = [
4240 "anes",
4241 "cast",
4242 "ciborium",
4243 "clap",
4244 "criterion-plot",
4245 "is-terminal",
4246 "itertools 0.10.5",
4247 "num-traits",
4248 "once_cell",
4249 "oorandom",
4250 "plotters",
4251 "rayon",
4252 "regex",
4253 "serde",
4254 "serde_derive",
4255 "serde_json",
4256 "tinytemplate",
4257 "walkdir",
4258]
4259
4260[[package]]
4261name = "criterion-plot"
4262version = "0.5.0"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4265dependencies = [
4266 "cast",
4267 "itertools 0.10.5",
4268]
4269
4270[[package]]
4271name = "crossbeam"
4272version = "0.8.4"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4275dependencies = [
4276 "crossbeam-channel",
4277 "crossbeam-deque",
4278 "crossbeam-epoch",
4279 "crossbeam-queue",
4280 "crossbeam-utils",
4281]
4282
4283[[package]]
4284name = "crossbeam-channel"
4285version = "0.5.15"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4288dependencies = [
4289 "crossbeam-utils",
4290]
4291
4292[[package]]
4293name = "crossbeam-deque"
4294version = "0.8.6"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4297dependencies = [
4298 "crossbeam-epoch",
4299 "crossbeam-utils",
4300]
4301
4302[[package]]
4303name = "crossbeam-epoch"
4304version = "0.9.18"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4307dependencies = [
4308 "crossbeam-utils",
4309]
4310
4311[[package]]
4312name = "crossbeam-queue"
4313version = "0.3.12"
4314source = "registry+https://github.com/rust-lang/crates.io-index"
4315checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4316dependencies = [
4317 "crossbeam-utils",
4318]
4319
4320[[package]]
4321name = "crossbeam-utils"
4322version = "0.8.21"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4325
4326[[package]]
4327name = "crunchy"
4328version = "0.2.3"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
4331
4332[[package]]
4333name = "crypto-bigint"
4334version = "0.4.9"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4337dependencies = [
4338 "generic-array",
4339 "rand_core 0.6.4",
4340 "subtle",
4341 "zeroize",
4342]
4343
4344[[package]]
4345name = "crypto-bigint"
4346version = "0.5.5"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4349dependencies = [
4350 "rand_core 0.6.4",
4351 "subtle",
4352]
4353
4354[[package]]
4355name = "crypto-common"
4356version = "0.1.6"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4359dependencies = [
4360 "generic-array",
4361 "rand_core 0.6.4",
4362 "typenum",
4363]
4364
4365[[package]]
4366name = "cssparser"
4367version = "0.35.0"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4370dependencies = [
4371 "cssparser-macros",
4372 "dtoa-short",
4373 "itoa",
4374 "phf",
4375 "smallvec",
4376]
4377
4378[[package]]
4379name = "cssparser-macros"
4380version = "0.6.1"
4381source = "registry+https://github.com/rust-lang/crates.io-index"
4382checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4383dependencies = [
4384 "quote",
4385 "syn 2.0.101",
4386]
4387
4388[[package]]
4389name = "ctor"
4390version = "0.4.2"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
4393dependencies = [
4394 "ctor-proc-macro",
4395 "dtor",
4396]
4397
4398[[package]]
4399name = "ctor-proc-macro"
4400version = "0.0.5"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
4403
4404[[package]]
4405name = "ctrlc"
4406version = "3.4.6"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
4409dependencies = [
4410 "nix 0.29.0",
4411 "windows-sys 0.59.0",
4412]
4413
4414[[package]]
4415name = "cursor-icon"
4416version = "1.1.0"
4417source = "registry+https://github.com/rust-lang/crates.io-index"
4418checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
4419
4420[[package]]
4421name = "cxx"
4422version = "1.0.157"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
4425dependencies = [
4426 "cc",
4427 "cxxbridge-cmd",
4428 "cxxbridge-flags",
4429 "cxxbridge-macro",
4430 "foldhash",
4431 "link-cplusplus",
4432]
4433
4434[[package]]
4435name = "cxx-build"
4436version = "1.0.157"
4437source = "registry+https://github.com/rust-lang/crates.io-index"
4438checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
4439dependencies = [
4440 "cc",
4441 "codespan-reporting",
4442 "proc-macro2",
4443 "quote",
4444 "scratch",
4445 "syn 2.0.101",
4446]
4447
4448[[package]]
4449name = "cxxbridge-cmd"
4450version = "1.0.157"
4451source = "registry+https://github.com/rust-lang/crates.io-index"
4452checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
4453dependencies = [
4454 "clap",
4455 "codespan-reporting",
4456 "proc-macro2",
4457 "quote",
4458 "syn 2.0.101",
4459]
4460
4461[[package]]
4462name = "cxxbridge-flags"
4463version = "1.0.157"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
4466
4467[[package]]
4468name = "cxxbridge-macro"
4469version = "1.0.157"
4470source = "registry+https://github.com/rust-lang/crates.io-index"
4471checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
4472dependencies = [
4473 "proc-macro2",
4474 "quote",
4475 "rustversion",
4476 "syn 2.0.101",
4477]
4478
4479[[package]]
4480name = "dap"
4481version = "0.1.0"
4482dependencies = [
4483 "anyhow",
4484 "async-compression",
4485 "async-pipe",
4486 "async-tar",
4487 "async-trait",
4488 "client",
4489 "collections",
4490 "dap-types",
4491 "fs",
4492 "futures 0.3.31",
4493 "gpui",
4494 "http_client",
4495 "language",
4496 "libc",
4497 "log",
4498 "node_runtime",
4499 "parking_lot",
4500 "paths",
4501 "proto",
4502 "schemars 1.0.1",
4503 "serde",
4504 "serde_json",
4505 "settings",
4506 "smallvec",
4507 "smol",
4508 "task",
4509 "telemetry",
4510 "tree-sitter",
4511 "tree-sitter-go",
4512 "util",
4513 "workspace-hack",
4514 "zlog",
4515]
4516
4517[[package]]
4518name = "dap-types"
4519version = "0.0.1"
4520source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4521dependencies = [
4522 "schemars 1.0.1",
4523 "serde",
4524 "serde_json",
4525]
4526
4527[[package]]
4528name = "dap_adapters"
4529version = "0.1.0"
4530dependencies = [
4531 "anyhow",
4532 "async-trait",
4533 "collections",
4534 "dap",
4535 "dotenvy",
4536 "fs",
4537 "futures 0.3.31",
4538 "gpui",
4539 "json_dotpath",
4540 "language",
4541 "log",
4542 "paths",
4543 "serde",
4544 "serde_json",
4545 "shlex",
4546 "smol",
4547 "task",
4548 "util",
4549 "workspace-hack",
4550]
4551
4552[[package]]
4553name = "darling"
4554version = "0.20.11"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4557dependencies = [
4558 "darling_core",
4559 "darling_macro",
4560]
4561
4562[[package]]
4563name = "darling_core"
4564version = "0.20.11"
4565source = "registry+https://github.com/rust-lang/crates.io-index"
4566checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4567dependencies = [
4568 "fnv",
4569 "ident_case",
4570 "proc-macro2",
4571 "quote",
4572 "strsim",
4573 "syn 2.0.101",
4574]
4575
4576[[package]]
4577name = "darling_macro"
4578version = "0.20.11"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4581dependencies = [
4582 "darling_core",
4583 "quote",
4584 "syn 2.0.101",
4585]
4586
4587[[package]]
4588name = "dashmap"
4589version = "5.5.3"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4592dependencies = [
4593 "cfg-if",
4594 "hashbrown 0.14.5",
4595 "lock_api",
4596 "once_cell",
4597 "parking_lot_core",
4598]
4599
4600[[package]]
4601name = "dashmap"
4602version = "6.1.0"
4603source = "registry+https://github.com/rust-lang/crates.io-index"
4604checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4605dependencies = [
4606 "cfg-if",
4607 "crossbeam-utils",
4608 "hashbrown 0.14.5",
4609 "lock_api",
4610 "once_cell",
4611 "parking_lot_core",
4612]
4613
4614[[package]]
4615name = "dasp_sample"
4616version = "0.11.0"
4617source = "registry+https://github.com/rust-lang/crates.io-index"
4618checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4619
4620[[package]]
4621name = "data-encoding"
4622version = "2.9.0"
4623source = "registry+https://github.com/rust-lang/crates.io-index"
4624checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4625
4626[[package]]
4627name = "data-url"
4628version = "0.3.1"
4629source = "registry+https://github.com/rust-lang/crates.io-index"
4630checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4631
4632[[package]]
4633name = "db"
4634version = "0.1.0"
4635dependencies = [
4636 "anyhow",
4637 "gpui",
4638 "indoc",
4639 "log",
4640 "paths",
4641 "release_channel",
4642 "smol",
4643 "sqlez",
4644 "sqlez_macros",
4645 "tempfile",
4646 "util",
4647 "workspace-hack",
4648 "zed_env_vars",
4649]
4650
4651[[package]]
4652name = "dbus"
4653version = "0.9.7"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4656dependencies = [
4657 "libc",
4658 "libdbus-sys",
4659 "winapi",
4660]
4661
4662[[package]]
4663name = "debug_adapter_extension"
4664version = "0.1.0"
4665dependencies = [
4666 "anyhow",
4667 "async-trait",
4668 "dap",
4669 "extension",
4670 "gpui",
4671 "serde_json",
4672 "task",
4673 "util",
4674 "workspace-hack",
4675]
4676
4677[[package]]
4678name = "debugger_tools"
4679version = "0.1.0"
4680dependencies = [
4681 "anyhow",
4682 "dap",
4683 "editor",
4684 "futures 0.3.31",
4685 "gpui",
4686 "project",
4687 "serde_json",
4688 "settings",
4689 "smol",
4690 "util",
4691 "workspace",
4692 "workspace-hack",
4693]
4694
4695[[package]]
4696name = "debugger_ui"
4697version = "0.1.0"
4698dependencies = [
4699 "alacritty_terminal",
4700 "anyhow",
4701 "bitflags 2.9.0",
4702 "client",
4703 "collections",
4704 "command_palette_hooks",
4705 "dap",
4706 "dap_adapters",
4707 "db",
4708 "debugger_tools",
4709 "editor",
4710 "file_icons",
4711 "futures 0.3.31",
4712 "fuzzy",
4713 "gpui",
4714 "hex",
4715 "indoc",
4716 "itertools 0.14.0",
4717 "language",
4718 "log",
4719 "menu",
4720 "notifications",
4721 "parking_lot",
4722 "parse_int",
4723 "paths",
4724 "picker",
4725 "pretty_assertions",
4726 "project",
4727 "rpc",
4728 "schemars 1.0.1",
4729 "serde",
4730 "serde_json",
4731 "serde_json_lenient",
4732 "settings",
4733 "shlex",
4734 "sysinfo 0.37.2",
4735 "task",
4736 "tasks_ui",
4737 "telemetry",
4738 "terminal_view",
4739 "text",
4740 "theme",
4741 "tree-sitter",
4742 "tree-sitter-go",
4743 "tree-sitter-json",
4744 "ui",
4745 "unindent",
4746 "util",
4747 "workspace",
4748 "workspace-hack",
4749 "zed_actions",
4750 "zlog",
4751]
4752
4753[[package]]
4754name = "debugid"
4755version = "0.8.0"
4756source = "registry+https://github.com/rust-lang/crates.io-index"
4757checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4758dependencies = [
4759 "uuid",
4760]
4761
4762[[package]]
4763name = "deepseek"
4764version = "0.1.0"
4765dependencies = [
4766 "anyhow",
4767 "futures 0.3.31",
4768 "http_client",
4769 "schemars 1.0.1",
4770 "serde",
4771 "serde_json",
4772 "workspace-hack",
4773]
4774
4775[[package]]
4776name = "deflate64"
4777version = "0.1.9"
4778source = "registry+https://github.com/rust-lang/crates.io-index"
4779checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4780
4781[[package]]
4782name = "denoise"
4783version = "0.1.0"
4784dependencies = [
4785 "candle-core",
4786 "candle-onnx",
4787 "log",
4788 "realfft",
4789 "rodio",
4790 "rustfft",
4791 "thiserror 2.0.12",
4792 "workspace-hack",
4793]
4794
4795[[package]]
4796name = "der"
4797version = "0.6.1"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4800dependencies = [
4801 "const-oid",
4802 "zeroize",
4803]
4804
4805[[package]]
4806name = "der"
4807version = "0.7.10"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
4809checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4810dependencies = [
4811 "const-oid",
4812 "pem-rfc7468",
4813 "zeroize",
4814]
4815
4816[[package]]
4817name = "deranged"
4818version = "0.4.0"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4821dependencies = [
4822 "powerfmt",
4823 "serde",
4824]
4825
4826[[package]]
4827name = "derive_arbitrary"
4828version = "1.4.2"
4829source = "registry+https://github.com/rust-lang/crates.io-index"
4830checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4831dependencies = [
4832 "proc-macro2",
4833 "quote",
4834 "syn 2.0.101",
4835]
4836
4837[[package]]
4838name = "derive_more"
4839version = "0.99.19"
4840source = "registry+https://github.com/rust-lang/crates.io-index"
4841checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4842dependencies = [
4843 "convert_case 0.4.0",
4844 "proc-macro2",
4845 "quote",
4846 "rustc_version",
4847 "syn 2.0.101",
4848]
4849
4850[[package]]
4851name = "derive_refineable"
4852version = "0.1.0"
4853dependencies = [
4854 "proc-macro2",
4855 "quote",
4856 "syn 2.0.101",
4857 "workspace-hack",
4858]
4859
4860[[package]]
4861name = "deunicode"
4862version = "1.6.2"
4863source = "registry+https://github.com/rust-lang/crates.io-index"
4864checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
4865
4866[[package]]
4867name = "diagnostics"
4868version = "0.1.0"
4869dependencies = [
4870 "anyhow",
4871 "client",
4872 "collections",
4873 "component",
4874 "ctor",
4875 "editor",
4876 "gpui",
4877 "indoc",
4878 "language",
4879 "log",
4880 "lsp",
4881 "markdown",
4882 "pretty_assertions",
4883 "project",
4884 "rand 0.9.1",
4885 "serde",
4886 "serde_json",
4887 "settings",
4888 "text",
4889 "theme",
4890 "ui",
4891 "unindent",
4892 "util",
4893 "workspace",
4894 "workspace-hack",
4895 "zlog",
4896]
4897
4898[[package]]
4899name = "dialoguer"
4900version = "0.11.0"
4901source = "registry+https://github.com/rust-lang/crates.io-index"
4902checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4903dependencies = [
4904 "console",
4905 "fuzzy-matcher",
4906 "shell-words",
4907 "tempfile",
4908 "thiserror 1.0.69",
4909 "zeroize",
4910]
4911
4912[[package]]
4913name = "diff"
4914version = "0.1.13"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4917
4918[[package]]
4919name = "diffy"
4920version = "0.4.2"
4921source = "registry+https://github.com/rust-lang/crates.io-index"
4922checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4923dependencies = [
4924 "nu-ansi-term",
4925]
4926
4927[[package]]
4928name = "digest"
4929version = "0.10.7"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4932dependencies = [
4933 "block-buffer",
4934 "const-oid",
4935 "crypto-common",
4936 "subtle",
4937]
4938
4939[[package]]
4940name = "dirs"
4941version = "4.0.0"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4944dependencies = [
4945 "dirs-sys 0.3.7",
4946]
4947
4948[[package]]
4949name = "dirs"
4950version = "5.0.1"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4953dependencies = [
4954 "dirs-sys 0.4.1",
4955]
4956
4957[[package]]
4958name = "dirs"
4959version = "6.0.0"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4962dependencies = [
4963 "dirs-sys 0.5.0",
4964]
4965
4966[[package]]
4967name = "dirs-sys"
4968version = "0.3.7"
4969source = "registry+https://github.com/rust-lang/crates.io-index"
4970checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4971dependencies = [
4972 "libc",
4973 "redox_users 0.4.6",
4974 "winapi",
4975]
4976
4977[[package]]
4978name = "dirs-sys"
4979version = "0.4.1"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4982dependencies = [
4983 "libc",
4984 "option-ext",
4985 "redox_users 0.4.6",
4986 "windows-sys 0.48.0",
4987]
4988
4989[[package]]
4990name = "dirs-sys"
4991version = "0.5.0"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4994dependencies = [
4995 "libc",
4996 "option-ext",
4997 "redox_users 0.5.0",
4998 "windows-sys 0.61.0",
4999]
5000
5001[[package]]
5002name = "dispatch"
5003version = "0.2.0"
5004source = "registry+https://github.com/rust-lang/crates.io-index"
5005checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5006
5007[[package]]
5008name = "dispatch2"
5009version = "0.3.0"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
5012dependencies = [
5013 "bitflags 2.9.0",
5014 "objc2",
5015]
5016
5017[[package]]
5018name = "displaydoc"
5019version = "0.2.5"
5020source = "registry+https://github.com/rust-lang/crates.io-index"
5021checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5022dependencies = [
5023 "proc-macro2",
5024 "quote",
5025 "syn 2.0.101",
5026]
5027
5028[[package]]
5029name = "dlib"
5030version = "0.5.2"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5033dependencies = [
5034 "libloading",
5035]
5036
5037[[package]]
5038name = "docs_preprocessor"
5039version = "0.1.0"
5040dependencies = [
5041 "anyhow",
5042 "command_palette",
5043 "gpui",
5044 "mdbook",
5045 "regex",
5046 "serde",
5047 "serde_json",
5048 "settings",
5049 "task",
5050 "theme",
5051 "util",
5052 "workspace-hack",
5053 "zed",
5054 "zlog",
5055]
5056
5057[[package]]
5058name = "documented"
5059version = "0.9.1"
5060source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
5062dependencies = [
5063 "documented-macros",
5064 "phf",
5065 "thiserror 1.0.69",
5066]
5067
5068[[package]]
5069name = "documented-macros"
5070version = "0.9.1"
5071source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
5073dependencies = [
5074 "convert_case 0.6.0",
5075 "itertools 0.13.0",
5076 "optfield",
5077 "proc-macro2",
5078 "quote",
5079 "strum 0.26.3",
5080 "syn 2.0.101",
5081]
5082
5083[[package]]
5084name = "dotenvy"
5085version = "0.15.7"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5088
5089[[package]]
5090name = "downcast-rs"
5091version = "1.2.1"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5094
5095[[package]]
5096name = "doxygen-rs"
5097version = "0.4.2"
5098source = "registry+https://github.com/rust-lang/crates.io-index"
5099checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5100dependencies = [
5101 "phf",
5102]
5103
5104[[package]]
5105name = "dtoa"
5106version = "1.0.10"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
5108checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5109
5110[[package]]
5111name = "dtoa-short"
5112version = "0.3.5"
5113source = "registry+https://github.com/rust-lang/crates.io-index"
5114checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5115dependencies = [
5116 "dtoa",
5117]
5118
5119[[package]]
5120name = "dtor"
5121version = "0.0.6"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5124dependencies = [
5125 "dtor-proc-macro",
5126]
5127
5128[[package]]
5129name = "dtor-proc-macro"
5130version = "0.0.5"
5131source = "registry+https://github.com/rust-lang/crates.io-index"
5132checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5133
5134[[package]]
5135name = "dunce"
5136version = "1.0.5"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5139
5140[[package]]
5141name = "dwrote"
5142version = "0.11.3"
5143source = "registry+https://github.com/rust-lang/crates.io-index"
5144checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
5145dependencies = [
5146 "lazy_static",
5147 "libc",
5148 "winapi",
5149 "wio",
5150]
5151
5152[[package]]
5153name = "dyn-clone"
5154version = "1.0.19"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
5157
5158[[package]]
5159name = "dyn-stack"
5160version = "0.10.0"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5163dependencies = [
5164 "bytemuck",
5165 "reborrow",
5166]
5167
5168[[package]]
5169name = "dyn-stack"
5170version = "0.13.0"
5171source = "registry+https://github.com/rust-lang/crates.io-index"
5172checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
5173dependencies = [
5174 "bytemuck",
5175]
5176
5177[[package]]
5178name = "ec4rs"
5179version = "1.2.0"
5180source = "registry+https://github.com/rust-lang/crates.io-index"
5181checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5182
5183[[package]]
5184name = "ecdsa"
5185version = "0.14.8"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5188dependencies = [
5189 "der 0.6.1",
5190 "elliptic-curve",
5191 "rfc6979",
5192 "signature 1.6.4",
5193]
5194
5195[[package]]
5196name = "edit_prediction"
5197version = "0.1.0"
5198dependencies = [
5199 "client",
5200 "gpui",
5201 "language",
5202 "workspace-hack",
5203]
5204
5205[[package]]
5206name = "edit_prediction_button"
5207version = "0.1.0"
5208dependencies = [
5209 "anyhow",
5210 "client",
5211 "cloud_llm_client",
5212 "codestral",
5213 "copilot",
5214 "edit_prediction",
5215 "editor",
5216 "feature_flags",
5217 "fs",
5218 "futures 0.3.31",
5219 "gpui",
5220 "indoc",
5221 "language",
5222 "lsp",
5223 "paths",
5224 "project",
5225 "regex",
5226 "serde_json",
5227 "settings",
5228 "supermaven",
5229 "telemetry",
5230 "theme",
5231 "ui",
5232 "workspace",
5233 "workspace-hack",
5234 "zed_actions",
5235 "zeta",
5236]
5237
5238[[package]]
5239name = "edit_prediction_context"
5240version = "0.1.0"
5241dependencies = [
5242 "anyhow",
5243 "arrayvec",
5244 "clap",
5245 "cloud_llm_client",
5246 "collections",
5247 "futures 0.3.31",
5248 "gpui",
5249 "hashbrown 0.15.3",
5250 "indoc",
5251 "itertools 0.14.0",
5252 "language",
5253 "log",
5254 "ordered-float 2.10.1",
5255 "postage",
5256 "pretty_assertions",
5257 "project",
5258 "regex",
5259 "serde",
5260 "serde_json",
5261 "settings",
5262 "slotmap",
5263 "strum 0.27.1",
5264 "text",
5265 "tree-sitter",
5266 "tree-sitter-c",
5267 "tree-sitter-cpp",
5268 "tree-sitter-go",
5269 "util",
5270 "workspace-hack",
5271 "zlog",
5272]
5273
5274[[package]]
5275name = "editor"
5276version = "0.1.0"
5277dependencies = [
5278 "aho-corasick",
5279 "anyhow",
5280 "assets",
5281 "buffer_diff",
5282 "client",
5283 "clock",
5284 "collections",
5285 "convert_case 0.8.0",
5286 "criterion",
5287 "ctor",
5288 "dap",
5289 "db",
5290 "edit_prediction",
5291 "emojis",
5292 "file_icons",
5293 "fs",
5294 "futures 0.3.31",
5295 "fuzzy",
5296 "git",
5297 "gpui",
5298 "http_client",
5299 "indoc",
5300 "itertools 0.14.0",
5301 "language",
5302 "languages",
5303 "linkify",
5304 "log",
5305 "lsp",
5306 "markdown",
5307 "menu",
5308 "multi_buffer",
5309 "ordered-float 2.10.1",
5310 "parking_lot",
5311 "pretty_assertions",
5312 "project",
5313 "rand 0.9.1",
5314 "regex",
5315 "release_channel",
5316 "rpc",
5317 "schemars 1.0.1",
5318 "serde",
5319 "serde_json",
5320 "settings",
5321 "smallvec",
5322 "smol",
5323 "snippet",
5324 "sum_tree",
5325 "task",
5326 "telemetry",
5327 "tempfile",
5328 "text",
5329 "theme",
5330 "time",
5331 "tree-sitter-bash",
5332 "tree-sitter-c",
5333 "tree-sitter-html",
5334 "tree-sitter-python",
5335 "tree-sitter-rust",
5336 "tree-sitter-typescript",
5337 "tree-sitter-yaml",
5338 "ui",
5339 "unicode-script",
5340 "unicode-segmentation",
5341 "unindent",
5342 "url",
5343 "util",
5344 "uuid",
5345 "vim_mode_setting",
5346 "workspace",
5347 "workspace-hack",
5348 "zed_actions",
5349 "zlog",
5350]
5351
5352[[package]]
5353name = "either"
5354version = "1.15.0"
5355source = "registry+https://github.com/rust-lang/crates.io-index"
5356checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5357dependencies = [
5358 "serde",
5359]
5360
5361[[package]]
5362name = "elasticlunr-rs"
5363version = "3.0.2"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5366dependencies = [
5367 "regex",
5368 "serde",
5369 "serde_derive",
5370 "serde_json",
5371]
5372
5373[[package]]
5374name = "elliptic-curve"
5375version = "0.12.3"
5376source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5378dependencies = [
5379 "base16ct",
5380 "crypto-bigint 0.4.9",
5381 "der 0.6.1",
5382 "digest",
5383 "ff",
5384 "generic-array",
5385 "group",
5386 "pkcs8 0.9.0",
5387 "rand_core 0.6.4",
5388 "sec1",
5389 "subtle",
5390 "zeroize",
5391]
5392
5393[[package]]
5394name = "email_address"
5395version = "0.2.9"
5396source = "registry+https://github.com/rust-lang/crates.io-index"
5397checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5398dependencies = [
5399 "serde",
5400]
5401
5402[[package]]
5403name = "embed-resource"
5404version = "3.0.2"
5405source = "registry+https://github.com/rust-lang/crates.io-index"
5406checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
5407dependencies = [
5408 "cc",
5409 "memchr",
5410 "rustc_version",
5411 "toml 0.8.20",
5412 "vswhom",
5413 "winreg 0.52.0",
5414]
5415
5416[[package]]
5417name = "embedded-io"
5418version = "0.4.0"
5419source = "registry+https://github.com/rust-lang/crates.io-index"
5420checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5421
5422[[package]]
5423name = "embedded-io"
5424version = "0.6.1"
5425source = "registry+https://github.com/rust-lang/crates.io-index"
5426checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5427
5428[[package]]
5429name = "emojis"
5430version = "0.6.4"
5431source = "registry+https://github.com/rust-lang/crates.io-index"
5432checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5433dependencies = [
5434 "phf",
5435]
5436
5437[[package]]
5438name = "encode_unicode"
5439version = "1.0.0"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5442
5443[[package]]
5444name = "encoding_rs"
5445version = "0.8.35"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5448dependencies = [
5449 "cfg-if",
5450]
5451
5452[[package]]
5453name = "endi"
5454version = "1.1.0"
5455source = "registry+https://github.com/rust-lang/crates.io-index"
5456checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5457
5458[[package]]
5459name = "enum-as-inner"
5460version = "0.6.1"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5463dependencies = [
5464 "heck 0.5.0",
5465 "proc-macro2",
5466 "quote",
5467 "syn 2.0.101",
5468]
5469
5470[[package]]
5471name = "enumflags2"
5472version = "0.7.11"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
5475dependencies = [
5476 "enumflags2_derive",
5477 "serde",
5478]
5479
5480[[package]]
5481name = "enumflags2_derive"
5482version = "0.7.11"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
5485dependencies = [
5486 "proc-macro2",
5487 "quote",
5488 "syn 2.0.101",
5489]
5490
5491[[package]]
5492name = "env_filter"
5493version = "0.1.3"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
5496dependencies = [
5497 "log",
5498 "regex",
5499]
5500
5501[[package]]
5502name = "env_logger"
5503version = "0.10.2"
5504source = "registry+https://github.com/rust-lang/crates.io-index"
5505checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5506dependencies = [
5507 "humantime",
5508 "is-terminal",
5509 "log",
5510 "regex",
5511 "termcolor",
5512]
5513
5514[[package]]
5515name = "env_logger"
5516version = "0.11.8"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5519dependencies = [
5520 "anstream",
5521 "anstyle",
5522 "env_filter",
5523 "jiff",
5524 "log",
5525]
5526
5527[[package]]
5528name = "envy"
5529version = "0.4.2"
5530source = "registry+https://github.com/rust-lang/crates.io-index"
5531checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5532dependencies = [
5533 "serde",
5534]
5535
5536[[package]]
5537name = "equivalent"
5538version = "1.0.2"
5539source = "registry+https://github.com/rust-lang/crates.io-index"
5540checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5541
5542[[package]]
5543name = "erased-serde"
5544version = "0.4.6"
5545source = "registry+https://github.com/rust-lang/crates.io-index"
5546checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
5547dependencies = [
5548 "serde",
5549 "typeid",
5550]
5551
5552[[package]]
5553name = "errno"
5554version = "0.2.8"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5557dependencies = [
5558 "errno-dragonfly",
5559 "libc",
5560 "winapi",
5561]
5562
5563[[package]]
5564name = "errno"
5565version = "0.3.11"
5566source = "registry+https://github.com/rust-lang/crates.io-index"
5567checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
5568dependencies = [
5569 "libc",
5570 "windows-sys 0.59.0",
5571]
5572
5573[[package]]
5574name = "errno-dragonfly"
5575version = "0.1.2"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5578dependencies = [
5579 "cc",
5580 "libc",
5581]
5582
5583[[package]]
5584name = "etagere"
5585version = "0.2.15"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5588dependencies = [
5589 "euclid",
5590 "svg_fmt",
5591]
5592
5593[[package]]
5594name = "etcetera"
5595version = "0.8.0"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5598dependencies = [
5599 "cfg-if",
5600 "home",
5601 "windows-sys 0.48.0",
5602]
5603
5604[[package]]
5605name = "euclid"
5606version = "0.22.11"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5609dependencies = [
5610 "num-traits",
5611]
5612
5613[[package]]
5614name = "eval"
5615version = "0.1.0"
5616dependencies = [
5617 "agent",
5618 "agent_settings",
5619 "agent_ui",
5620 "anyhow",
5621 "assistant_tool",
5622 "assistant_tools",
5623 "async-trait",
5624 "buffer_diff",
5625 "chrono",
5626 "clap",
5627 "client",
5628 "cloud_llm_client",
5629 "collections",
5630 "debug_adapter_extension",
5631 "dirs 4.0.0",
5632 "dotenvy",
5633 "env_logger 0.11.8",
5634 "extension",
5635 "fs",
5636 "futures 0.3.31",
5637 "gpui",
5638 "gpui_tokio",
5639 "handlebars 4.5.0",
5640 "language",
5641 "language_extension",
5642 "language_model",
5643 "language_models",
5644 "languages",
5645 "markdown",
5646 "node_runtime",
5647 "pathdiff",
5648 "paths",
5649 "pretty_assertions",
5650 "project",
5651 "prompt_store",
5652 "regex",
5653 "release_channel",
5654 "reqwest_client",
5655 "serde",
5656 "serde_json",
5657 "settings",
5658 "shellexpand 2.1.2",
5659 "smol",
5660 "telemetry",
5661 "terminal_view",
5662 "toml 0.8.20",
5663 "unindent",
5664 "util",
5665 "uuid",
5666 "watch",
5667 "workspace-hack",
5668]
5669
5670[[package]]
5671name = "event-listener"
5672version = "2.5.3"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5675
5676[[package]]
5677name = "event-listener"
5678version = "5.4.0"
5679source = "registry+https://github.com/rust-lang/crates.io-index"
5680checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5681dependencies = [
5682 "concurrent-queue",
5683 "parking",
5684 "pin-project-lite",
5685]
5686
5687[[package]]
5688name = "event-listener-strategy"
5689version = "0.5.4"
5690source = "registry+https://github.com/rust-lang/crates.io-index"
5691checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5692dependencies = [
5693 "event-listener 5.4.0",
5694 "pin-project-lite",
5695]
5696
5697[[package]]
5698name = "exec"
5699version = "0.3.1"
5700source = "registry+https://github.com/rust-lang/crates.io-index"
5701checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5702dependencies = [
5703 "errno 0.2.8",
5704 "libc",
5705]
5706
5707[[package]]
5708name = "explorer_command_injector"
5709version = "0.1.0"
5710dependencies = [
5711 "windows 0.61.1",
5712 "windows-core 0.61.0",
5713 "windows-registry 0.5.1",
5714 "workspace-hack",
5715]
5716
5717[[package]]
5718name = "exr"
5719version = "1.73.0"
5720source = "registry+https://github.com/rust-lang/crates.io-index"
5721checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5722dependencies = [
5723 "bit_field",
5724 "half",
5725 "lebe",
5726 "miniz_oxide",
5727 "rayon-core",
5728 "smallvec",
5729 "zune-inflate",
5730]
5731
5732[[package]]
5733name = "extended"
5734version = "0.1.0"
5735source = "registry+https://github.com/rust-lang/crates.io-index"
5736checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5737
5738[[package]]
5739name = "extension"
5740version = "0.1.0"
5741dependencies = [
5742 "anyhow",
5743 "async-compression",
5744 "async-tar",
5745 "async-trait",
5746 "collections",
5747 "dap",
5748 "fs",
5749 "futures 0.3.31",
5750 "gpui",
5751 "heck 0.5.0",
5752 "http_client",
5753 "language",
5754 "log",
5755 "lsp",
5756 "parking_lot",
5757 "pretty_assertions",
5758 "semantic_version",
5759 "serde",
5760 "serde_json",
5761 "task",
5762 "toml 0.8.20",
5763 "url",
5764 "util",
5765 "wasm-encoder 0.221.3",
5766 "wasmparser 0.221.3",
5767 "workspace-hack",
5768]
5769
5770[[package]]
5771name = "extension_cli"
5772version = "0.1.0"
5773dependencies = [
5774 "anyhow",
5775 "clap",
5776 "env_logger 0.11.8",
5777 "extension",
5778 "fs",
5779 "gpui",
5780 "language",
5781 "log",
5782 "reqwest_client",
5783 "rpc",
5784 "serde",
5785 "serde_json",
5786 "theme",
5787 "tokio",
5788 "toml 0.8.20",
5789 "tree-sitter",
5790 "wasmtime",
5791 "workspace-hack",
5792]
5793
5794[[package]]
5795name = "extension_host"
5796version = "0.1.0"
5797dependencies = [
5798 "anyhow",
5799 "async-compression",
5800 "async-tar",
5801 "async-trait",
5802 "client",
5803 "collections",
5804 "criterion",
5805 "ctor",
5806 "dap",
5807 "extension",
5808 "fs",
5809 "futures 0.3.31",
5810 "gpui",
5811 "http_client",
5812 "language",
5813 "language_extension",
5814 "log",
5815 "lsp",
5816 "moka",
5817 "node_runtime",
5818 "parking_lot",
5819 "paths",
5820 "project",
5821 "rand 0.9.1",
5822 "release_channel",
5823 "remote",
5824 "reqwest_client",
5825 "semantic_version",
5826 "serde",
5827 "serde_json",
5828 "serde_json_lenient",
5829 "settings",
5830 "task",
5831 "telemetry",
5832 "tempfile",
5833 "theme",
5834 "theme_extension",
5835 "toml 0.8.20",
5836 "url",
5837 "util",
5838 "wasmparser 0.221.3",
5839 "wasmtime",
5840 "wasmtime-wasi",
5841 "workspace-hack",
5842 "zlog",
5843]
5844
5845[[package]]
5846name = "extensions_ui"
5847version = "0.1.0"
5848dependencies = [
5849 "anyhow",
5850 "client",
5851 "collections",
5852 "db",
5853 "editor",
5854 "extension",
5855 "extension_host",
5856 "fs",
5857 "fuzzy",
5858 "gpui",
5859 "language",
5860 "log",
5861 "num-format",
5862 "picker",
5863 "project",
5864 "release_channel",
5865 "semantic_version",
5866 "serde",
5867 "settings",
5868 "smallvec",
5869 "strum 0.27.1",
5870 "telemetry",
5871 "theme",
5872 "ui",
5873 "util",
5874 "vim_mode_setting",
5875 "workspace",
5876 "workspace-hack",
5877 "zed_actions",
5878]
5879
5880[[package]]
5881name = "fallible-iterator"
5882version = "0.3.0"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5885
5886[[package]]
5887name = "fancy-regex"
5888version = "0.13.0"
5889source = "registry+https://github.com/rust-lang/crates.io-index"
5890checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5891dependencies = [
5892 "bit-set 0.5.3",
5893 "regex-automata",
5894 "regex-syntax",
5895]
5896
5897[[package]]
5898name = "fancy-regex"
5899version = "0.14.0"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5902dependencies = [
5903 "bit-set 0.8.0",
5904 "regex-automata",
5905 "regex-syntax",
5906]
5907
5908[[package]]
5909name = "fast-srgb8"
5910version = "1.0.0"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5913
5914[[package]]
5915name = "fastrand"
5916version = "1.9.0"
5917source = "registry+https://github.com/rust-lang/crates.io-index"
5918checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5919dependencies = [
5920 "instant",
5921]
5922
5923[[package]]
5924name = "fastrand"
5925version = "2.3.0"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5928
5929[[package]]
5930name = "fd-lock"
5931version = "4.0.4"
5932source = "registry+https://github.com/rust-lang/crates.io-index"
5933checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5934dependencies = [
5935 "cfg-if",
5936 "rustix 1.0.7",
5937 "windows-sys 0.59.0",
5938]
5939
5940[[package]]
5941name = "fdeflate"
5942version = "0.3.7"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5945dependencies = [
5946 "simd-adler32",
5947]
5948
5949[[package]]
5950name = "feature_flags"
5951version = "0.1.0"
5952dependencies = [
5953 "futures 0.3.31",
5954 "gpui",
5955 "smol",
5956 "workspace-hack",
5957]
5958
5959[[package]]
5960name = "feedback"
5961version = "0.1.0"
5962dependencies = [
5963 "editor",
5964 "gpui",
5965 "system_specs",
5966 "urlencoding",
5967 "util",
5968 "workspace",
5969 "workspace-hack",
5970 "zed_actions",
5971]
5972
5973[[package]]
5974name = "ff"
5975version = "0.12.1"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5978dependencies = [
5979 "rand_core 0.6.4",
5980 "subtle",
5981]
5982
5983[[package]]
5984name = "file_finder"
5985version = "0.1.0"
5986dependencies = [
5987 "anyhow",
5988 "collections",
5989 "ctor",
5990 "editor",
5991 "file_icons",
5992 "futures 0.3.31",
5993 "fuzzy",
5994 "gpui",
5995 "language",
5996 "menu",
5997 "picker",
5998 "pretty_assertions",
5999 "project",
6000 "schemars 1.0.1",
6001 "search",
6002 "serde",
6003 "serde_json",
6004 "settings",
6005 "text",
6006 "theme",
6007 "ui",
6008 "util",
6009 "workspace",
6010 "workspace-hack",
6011 "zlog",
6012]
6013
6014[[package]]
6015name = "file_icons"
6016version = "0.1.0"
6017dependencies = [
6018 "gpui",
6019 "serde",
6020 "theme",
6021 "util",
6022 "workspace-hack",
6023]
6024
6025[[package]]
6026name = "filedescriptor"
6027version = "0.8.3"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6030dependencies = [
6031 "libc",
6032 "thiserror 1.0.69",
6033 "winapi",
6034]
6035
6036[[package]]
6037name = "filetime"
6038version = "0.2.25"
6039source = "registry+https://github.com/rust-lang/crates.io-index"
6040checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
6041dependencies = [
6042 "cfg-if",
6043 "libc",
6044 "libredox",
6045 "windows-sys 0.59.0",
6046]
6047
6048[[package]]
6049name = "fixedbitset"
6050version = "0.4.2"
6051source = "registry+https://github.com/rust-lang/crates.io-index"
6052checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6053
6054[[package]]
6055name = "flate2"
6056version = "1.1.1"
6057source = "registry+https://github.com/rust-lang/crates.io-index"
6058checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
6059dependencies = [
6060 "crc32fast",
6061 "miniz_oxide",
6062]
6063
6064[[package]]
6065name = "float-cmp"
6066version = "0.9.0"
6067source = "registry+https://github.com/rust-lang/crates.io-index"
6068checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6069
6070[[package]]
6071name = "float-ord"
6072version = "0.3.2"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6075
6076[[package]]
6077name = "float8"
6078version = "0.4.2"
6079source = "registry+https://github.com/rust-lang/crates.io-index"
6080checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6081dependencies = [
6082 "half",
6083 "num-traits",
6084 "rand 0.9.1",
6085 "rand_distr",
6086]
6087
6088[[package]]
6089name = "float_next_after"
6090version = "1.0.0"
6091source = "registry+https://github.com/rust-lang/crates.io-index"
6092checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6093
6094[[package]]
6095name = "fluent-uri"
6096version = "0.3.2"
6097source = "registry+https://github.com/rust-lang/crates.io-index"
6098checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
6099dependencies = [
6100 "borrow-or-share",
6101 "ref-cast",
6102 "serde",
6103]
6104
6105[[package]]
6106name = "flume"
6107version = "0.11.1"
6108source = "registry+https://github.com/rust-lang/crates.io-index"
6109checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6110dependencies = [
6111 "futures-core",
6112 "futures-sink",
6113 "nanorand",
6114 "spin",
6115]
6116
6117[[package]]
6118name = "fnv"
6119version = "1.0.7"
6120source = "registry+https://github.com/rust-lang/crates.io-index"
6121checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6122
6123[[package]]
6124name = "foldhash"
6125version = "0.1.5"
6126source = "registry+https://github.com/rust-lang/crates.io-index"
6127checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6128
6129[[package]]
6130name = "font-types"
6131version = "0.8.4"
6132source = "registry+https://github.com/rust-lang/crates.io-index"
6133checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
6134dependencies = [
6135 "bytemuck",
6136]
6137
6138[[package]]
6139name = "fontconfig-parser"
6140version = "0.5.7"
6141source = "registry+https://github.com/rust-lang/crates.io-index"
6142checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
6143dependencies = [
6144 "roxmltree",
6145]
6146
6147[[package]]
6148name = "fontdb"
6149version = "0.16.2"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6152dependencies = [
6153 "fontconfig-parser",
6154 "log",
6155 "memmap2",
6156 "slotmap",
6157 "tinyvec",
6158 "ttf-parser 0.20.0",
6159]
6160
6161[[package]]
6162name = "fontdb"
6163version = "0.23.0"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6166dependencies = [
6167 "fontconfig-parser",
6168 "log",
6169 "memmap2",
6170 "slotmap",
6171 "tinyvec",
6172 "ttf-parser 0.25.1",
6173]
6174
6175[[package]]
6176name = "foreign-types"
6177version = "0.3.2"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6180dependencies = [
6181 "foreign-types-shared 0.1.1",
6182]
6183
6184[[package]]
6185name = "foreign-types"
6186version = "0.5.0"
6187source = "registry+https://github.com/rust-lang/crates.io-index"
6188checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6189dependencies = [
6190 "foreign-types-macros",
6191 "foreign-types-shared 0.3.1",
6192]
6193
6194[[package]]
6195name = "foreign-types-macros"
6196version = "0.2.3"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6199dependencies = [
6200 "proc-macro2",
6201 "quote",
6202 "syn 2.0.101",
6203]
6204
6205[[package]]
6206name = "foreign-types-shared"
6207version = "0.1.1"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6210
6211[[package]]
6212name = "foreign-types-shared"
6213version = "0.3.1"
6214source = "registry+https://github.com/rust-lang/crates.io-index"
6215checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6216
6217[[package]]
6218name = "fork"
6219version = "0.2.0"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
6222dependencies = [
6223 "libc",
6224]
6225
6226[[package]]
6227name = "form_urlencoded"
6228version = "1.2.1"
6229source = "registry+https://github.com/rust-lang/crates.io-index"
6230checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
6231dependencies = [
6232 "percent-encoding",
6233]
6234
6235[[package]]
6236name = "fraction"
6237version = "0.15.3"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6240dependencies = [
6241 "lazy_static",
6242 "num",
6243]
6244
6245[[package]]
6246name = "freetype-sys"
6247version = "0.20.1"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6250dependencies = [
6251 "cc",
6252 "libc",
6253 "pkg-config",
6254]
6255
6256[[package]]
6257name = "fs"
6258version = "0.1.0"
6259dependencies = [
6260 "anyhow",
6261 "ashpd 0.11.0",
6262 "async-tar",
6263 "async-trait",
6264 "cocoa 0.26.0",
6265 "collections",
6266 "fsevent",
6267 "futures 0.3.31",
6268 "git",
6269 "gpui",
6270 "ignore",
6271 "libc",
6272 "log",
6273 "notify 8.0.0",
6274 "objc",
6275 "parking_lot",
6276 "paths",
6277 "proto",
6278 "rope",
6279 "serde",
6280 "serde_json",
6281 "smol",
6282 "tempfile",
6283 "text",
6284 "time",
6285 "util",
6286 "windows 0.61.1",
6287 "workspace-hack",
6288]
6289
6290[[package]]
6291name = "fs-set-times"
6292version = "0.20.3"
6293source = "registry+https://github.com/rust-lang/crates.io-index"
6294checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6295dependencies = [
6296 "io-lifetimes",
6297 "rustix 1.0.7",
6298 "windows-sys 0.59.0",
6299]
6300
6301[[package]]
6302name = "fs2"
6303version = "0.4.3"
6304source = "registry+https://github.com/rust-lang/crates.io-index"
6305checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6306dependencies = [
6307 "libc",
6308 "winapi",
6309]
6310
6311[[package]]
6312name = "fs_extra"
6313version = "1.3.0"
6314source = "registry+https://github.com/rust-lang/crates.io-index"
6315checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6316
6317[[package]]
6318name = "fsevent"
6319version = "0.1.0"
6320dependencies = [
6321 "bitflags 2.9.0",
6322 "core-foundation 0.10.0",
6323 "fsevent-sys 3.1.0",
6324 "log",
6325 "parking_lot",
6326 "tempfile",
6327 "workspace-hack",
6328]
6329
6330[[package]]
6331name = "fsevent-sys"
6332version = "3.1.0"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
6335dependencies = [
6336 "libc",
6337]
6338
6339[[package]]
6340name = "fsevent-sys"
6341version = "4.1.0"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6344dependencies = [
6345 "libc",
6346]
6347
6348[[package]]
6349name = "funty"
6350version = "2.0.0"
6351source = "registry+https://github.com/rust-lang/crates.io-index"
6352checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6353
6354[[package]]
6355name = "futf"
6356version = "0.1.5"
6357source = "registry+https://github.com/rust-lang/crates.io-index"
6358checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6359dependencies = [
6360 "mac",
6361 "new_debug_unreachable",
6362]
6363
6364[[package]]
6365name = "futures"
6366version = "0.1.31"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6369
6370[[package]]
6371name = "futures"
6372version = "0.3.31"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6375dependencies = [
6376 "futures-channel",
6377 "futures-core",
6378 "futures-executor",
6379 "futures-io",
6380 "futures-sink",
6381 "futures-task",
6382 "futures-util",
6383]
6384
6385[[package]]
6386name = "futures-channel"
6387version = "0.3.31"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6390dependencies = [
6391 "futures-core",
6392 "futures-sink",
6393]
6394
6395[[package]]
6396name = "futures-core"
6397version = "0.3.31"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6400
6401[[package]]
6402name = "futures-executor"
6403version = "0.3.31"
6404source = "registry+https://github.com/rust-lang/crates.io-index"
6405checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6406dependencies = [
6407 "futures-core",
6408 "futures-task",
6409 "futures-util",
6410]
6411
6412[[package]]
6413name = "futures-intrusive"
6414version = "0.5.0"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6417dependencies = [
6418 "futures-core",
6419 "lock_api",
6420 "parking_lot",
6421]
6422
6423[[package]]
6424name = "futures-io"
6425version = "0.3.31"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6428
6429[[package]]
6430name = "futures-lite"
6431version = "1.13.0"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6434dependencies = [
6435 "fastrand 1.9.0",
6436 "futures-core",
6437 "futures-io",
6438 "memchr",
6439 "parking",
6440 "pin-project-lite",
6441 "waker-fn",
6442]
6443
6444[[package]]
6445name = "futures-lite"
6446version = "2.6.0"
6447source = "registry+https://github.com/rust-lang/crates.io-index"
6448checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
6449dependencies = [
6450 "fastrand 2.3.0",
6451 "futures-core",
6452 "futures-io",
6453 "parking",
6454 "pin-project-lite",
6455]
6456
6457[[package]]
6458name = "futures-macro"
6459version = "0.3.31"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6462dependencies = [
6463 "proc-macro2",
6464 "quote",
6465 "syn 2.0.101",
6466]
6467
6468[[package]]
6469name = "futures-sink"
6470version = "0.3.31"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6473
6474[[package]]
6475name = "futures-task"
6476version = "0.3.31"
6477source = "registry+https://github.com/rust-lang/crates.io-index"
6478checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6479
6480[[package]]
6481name = "futures-util"
6482version = "0.3.31"
6483source = "registry+https://github.com/rust-lang/crates.io-index"
6484checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6485dependencies = [
6486 "futures 0.1.31",
6487 "futures-channel",
6488 "futures-core",
6489 "futures-io",
6490 "futures-macro",
6491 "futures-sink",
6492 "futures-task",
6493 "memchr",
6494 "pin-project-lite",
6495 "pin-utils",
6496 "slab",
6497 "tokio-io",
6498]
6499
6500[[package]]
6501name = "fuzzy"
6502version = "0.1.0"
6503dependencies = [
6504 "gpui",
6505 "log",
6506 "util",
6507 "workspace-hack",
6508]
6509
6510[[package]]
6511name = "fuzzy-matcher"
6512version = "0.3.7"
6513source = "registry+https://github.com/rust-lang/crates.io-index"
6514checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6515dependencies = [
6516 "thread_local",
6517]
6518
6519[[package]]
6520name = "fxhash"
6521version = "0.2.1"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
6524dependencies = [
6525 "byteorder",
6526]
6527
6528[[package]]
6529name = "gemm"
6530version = "0.17.1"
6531source = "registry+https://github.com/rust-lang/crates.io-index"
6532checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6533dependencies = [
6534 "dyn-stack 0.10.0",
6535 "gemm-c32 0.17.1",
6536 "gemm-c64 0.17.1",
6537 "gemm-common 0.17.1",
6538 "gemm-f16 0.17.1",
6539 "gemm-f32 0.17.1",
6540 "gemm-f64 0.17.1",
6541 "num-complex",
6542 "num-traits",
6543 "paste",
6544 "raw-cpuid 10.7.0",
6545 "seq-macro",
6546]
6547
6548[[package]]
6549name = "gemm"
6550version = "0.18.2"
6551source = "registry+https://github.com/rust-lang/crates.io-index"
6552checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6553dependencies = [
6554 "dyn-stack 0.13.0",
6555 "gemm-c32 0.18.2",
6556 "gemm-c64 0.18.2",
6557 "gemm-common 0.18.2",
6558 "gemm-f16 0.18.2",
6559 "gemm-f32 0.18.2",
6560 "gemm-f64 0.18.2",
6561 "num-complex",
6562 "num-traits",
6563 "paste",
6564 "raw-cpuid 11.6.0",
6565 "seq-macro",
6566]
6567
6568[[package]]
6569name = "gemm-c32"
6570version = "0.17.1"
6571source = "registry+https://github.com/rust-lang/crates.io-index"
6572checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6573dependencies = [
6574 "dyn-stack 0.10.0",
6575 "gemm-common 0.17.1",
6576 "num-complex",
6577 "num-traits",
6578 "paste",
6579 "raw-cpuid 10.7.0",
6580 "seq-macro",
6581]
6582
6583[[package]]
6584name = "gemm-c32"
6585version = "0.18.2"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6588dependencies = [
6589 "dyn-stack 0.13.0",
6590 "gemm-common 0.18.2",
6591 "num-complex",
6592 "num-traits",
6593 "paste",
6594 "raw-cpuid 11.6.0",
6595 "seq-macro",
6596]
6597
6598[[package]]
6599name = "gemm-c64"
6600version = "0.17.1"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6603dependencies = [
6604 "dyn-stack 0.10.0",
6605 "gemm-common 0.17.1",
6606 "num-complex",
6607 "num-traits",
6608 "paste",
6609 "raw-cpuid 10.7.0",
6610 "seq-macro",
6611]
6612
6613[[package]]
6614name = "gemm-c64"
6615version = "0.18.2"
6616source = "registry+https://github.com/rust-lang/crates.io-index"
6617checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6618dependencies = [
6619 "dyn-stack 0.13.0",
6620 "gemm-common 0.18.2",
6621 "num-complex",
6622 "num-traits",
6623 "paste",
6624 "raw-cpuid 11.6.0",
6625 "seq-macro",
6626]
6627
6628[[package]]
6629name = "gemm-common"
6630version = "0.17.1"
6631source = "registry+https://github.com/rust-lang/crates.io-index"
6632checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6633dependencies = [
6634 "bytemuck",
6635 "dyn-stack 0.10.0",
6636 "half",
6637 "num-complex",
6638 "num-traits",
6639 "once_cell",
6640 "paste",
6641 "pulp 0.18.22",
6642 "raw-cpuid 10.7.0",
6643 "rayon",
6644 "seq-macro",
6645 "sysctl 0.5.5",
6646]
6647
6648[[package]]
6649name = "gemm-common"
6650version = "0.18.2"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6653dependencies = [
6654 "bytemuck",
6655 "dyn-stack 0.13.0",
6656 "half",
6657 "libm",
6658 "num-complex",
6659 "num-traits",
6660 "once_cell",
6661 "paste",
6662 "pulp 0.21.5",
6663 "raw-cpuid 11.6.0",
6664 "rayon",
6665 "seq-macro",
6666 "sysctl 0.6.0",
6667]
6668
6669[[package]]
6670name = "gemm-f16"
6671version = "0.17.1"
6672source = "registry+https://github.com/rust-lang/crates.io-index"
6673checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6674dependencies = [
6675 "dyn-stack 0.10.0",
6676 "gemm-common 0.17.1",
6677 "gemm-f32 0.17.1",
6678 "half",
6679 "num-complex",
6680 "num-traits",
6681 "paste",
6682 "raw-cpuid 10.7.0",
6683 "rayon",
6684 "seq-macro",
6685]
6686
6687[[package]]
6688name = "gemm-f16"
6689version = "0.18.2"
6690source = "registry+https://github.com/rust-lang/crates.io-index"
6691checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6692dependencies = [
6693 "dyn-stack 0.13.0",
6694 "gemm-common 0.18.2",
6695 "gemm-f32 0.18.2",
6696 "half",
6697 "num-complex",
6698 "num-traits",
6699 "paste",
6700 "raw-cpuid 11.6.0",
6701 "rayon",
6702 "seq-macro",
6703]
6704
6705[[package]]
6706name = "gemm-f32"
6707version = "0.17.1"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6710dependencies = [
6711 "dyn-stack 0.10.0",
6712 "gemm-common 0.17.1",
6713 "num-complex",
6714 "num-traits",
6715 "paste",
6716 "raw-cpuid 10.7.0",
6717 "seq-macro",
6718]
6719
6720[[package]]
6721name = "gemm-f32"
6722version = "0.18.2"
6723source = "registry+https://github.com/rust-lang/crates.io-index"
6724checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6725dependencies = [
6726 "dyn-stack 0.13.0",
6727 "gemm-common 0.18.2",
6728 "num-complex",
6729 "num-traits",
6730 "paste",
6731 "raw-cpuid 11.6.0",
6732 "seq-macro",
6733]
6734
6735[[package]]
6736name = "gemm-f64"
6737version = "0.17.1"
6738source = "registry+https://github.com/rust-lang/crates.io-index"
6739checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6740dependencies = [
6741 "dyn-stack 0.10.0",
6742 "gemm-common 0.17.1",
6743 "num-complex",
6744 "num-traits",
6745 "paste",
6746 "raw-cpuid 10.7.0",
6747 "seq-macro",
6748]
6749
6750[[package]]
6751name = "gemm-f64"
6752version = "0.18.2"
6753source = "registry+https://github.com/rust-lang/crates.io-index"
6754checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6755dependencies = [
6756 "dyn-stack 0.13.0",
6757 "gemm-common 0.18.2",
6758 "num-complex",
6759 "num-traits",
6760 "paste",
6761 "raw-cpuid 11.6.0",
6762 "seq-macro",
6763]
6764
6765[[package]]
6766name = "generator"
6767version = "0.8.5"
6768source = "registry+https://github.com/rust-lang/crates.io-index"
6769checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
6770dependencies = [
6771 "cc",
6772 "cfg-if",
6773 "libc",
6774 "log",
6775 "rustversion",
6776 "windows 0.61.1",
6777]
6778
6779[[package]]
6780name = "generic-array"
6781version = "0.14.7"
6782source = "registry+https://github.com/rust-lang/crates.io-index"
6783checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6784dependencies = [
6785 "typenum",
6786 "version_check",
6787]
6788
6789[[package]]
6790name = "gethostname"
6791version = "0.4.3"
6792source = "registry+https://github.com/rust-lang/crates.io-index"
6793checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
6794dependencies = [
6795 "libc",
6796 "windows-targets 0.48.5",
6797]
6798
6799[[package]]
6800name = "getrandom"
6801version = "0.2.15"
6802source = "registry+https://github.com/rust-lang/crates.io-index"
6803checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
6804dependencies = [
6805 "cfg-if",
6806 "js-sys",
6807 "libc",
6808 "wasi 0.11.0+wasi-snapshot-preview1",
6809 "wasm-bindgen",
6810]
6811
6812[[package]]
6813name = "getrandom"
6814version = "0.3.2"
6815source = "registry+https://github.com/rust-lang/crates.io-index"
6816checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
6817dependencies = [
6818 "cfg-if",
6819 "js-sys",
6820 "libc",
6821 "r-efi",
6822 "wasi 0.14.2+wasi-0.2.4",
6823 "wasm-bindgen",
6824]
6825
6826[[package]]
6827name = "gif"
6828version = "0.13.1"
6829source = "registry+https://github.com/rust-lang/crates.io-index"
6830checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6831dependencies = [
6832 "color_quant",
6833 "weezl",
6834]
6835
6836[[package]]
6837name = "gimli"
6838version = "0.31.1"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6841dependencies = [
6842 "fallible-iterator",
6843 "indexmap 2.9.0",
6844 "stable_deref_trait",
6845]
6846
6847[[package]]
6848name = "git"
6849version = "0.1.0"
6850dependencies = [
6851 "anyhow",
6852 "askpass",
6853 "async-trait",
6854 "collections",
6855 "derive_more",
6856 "futures 0.3.31",
6857 "git2",
6858 "gpui",
6859 "http_client",
6860 "itertools 0.14.0",
6861 "log",
6862 "parking_lot",
6863 "pretty_assertions",
6864 "rand 0.9.1",
6865 "regex",
6866 "rope",
6867 "schemars 1.0.1",
6868 "serde",
6869 "serde_json",
6870 "smol",
6871 "sum_tree",
6872 "tempfile",
6873 "text",
6874 "thiserror 2.0.12",
6875 "time",
6876 "unindent",
6877 "url",
6878 "urlencoding",
6879 "util",
6880 "uuid",
6881 "workspace-hack",
6882]
6883
6884[[package]]
6885name = "git2"
6886version = "0.20.1"
6887source = "registry+https://github.com/rust-lang/crates.io-index"
6888checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6889dependencies = [
6890 "bitflags 2.9.0",
6891 "libc",
6892 "libgit2-sys",
6893 "log",
6894 "url",
6895]
6896
6897[[package]]
6898name = "git_hosting_providers"
6899version = "0.1.0"
6900dependencies = [
6901 "anyhow",
6902 "async-trait",
6903 "futures 0.3.31",
6904 "git",
6905 "gpui",
6906 "http_client",
6907 "indoc",
6908 "pretty_assertions",
6909 "regex",
6910 "serde",
6911 "serde_json",
6912 "settings",
6913 "url",
6914 "util",
6915 "workspace-hack",
6916]
6917
6918[[package]]
6919name = "git_ui"
6920version = "0.1.0"
6921dependencies = [
6922 "agent_settings",
6923 "anyhow",
6924 "askpass",
6925 "buffer_diff",
6926 "call",
6927 "chrono",
6928 "cloud_llm_client",
6929 "collections",
6930 "command_palette_hooks",
6931 "component",
6932 "ctor",
6933 "db",
6934 "editor",
6935 "futures 0.3.31",
6936 "fuzzy",
6937 "git",
6938 "gpui",
6939 "indoc",
6940 "itertools 0.14.0",
6941 "language",
6942 "language_model",
6943 "linkify",
6944 "log",
6945 "markdown",
6946 "menu",
6947 "multi_buffer",
6948 "notifications",
6949 "panel",
6950 "picker",
6951 "postage",
6952 "pretty_assertions",
6953 "project",
6954 "schemars 1.0.1",
6955 "serde",
6956 "serde_json",
6957 "settings",
6958 "strum 0.27.1",
6959 "telemetry",
6960 "theme",
6961 "time",
6962 "time_format",
6963 "ui",
6964 "unindent",
6965 "util",
6966 "watch",
6967 "windows 0.61.1",
6968 "workspace",
6969 "workspace-hack",
6970 "zed_actions",
6971 "zeroize",
6972 "zlog",
6973]
6974
6975[[package]]
6976name = "glob"
6977version = "0.3.2"
6978source = "registry+https://github.com/rust-lang/crates.io-index"
6979checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6980
6981[[package]]
6982name = "globset"
6983version = "0.4.16"
6984source = "registry+https://github.com/rust-lang/crates.io-index"
6985checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6986dependencies = [
6987 "aho-corasick",
6988 "bstr",
6989 "log",
6990 "regex-automata",
6991 "regex-syntax",
6992]
6993
6994[[package]]
6995name = "gloo-timers"
6996version = "0.3.0"
6997source = "registry+https://github.com/rust-lang/crates.io-index"
6998checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6999dependencies = [
7000 "futures-channel",
7001 "futures-core",
7002 "js-sys",
7003 "wasm-bindgen",
7004]
7005
7006[[package]]
7007name = "glow"
7008version = "0.16.0"
7009source = "registry+https://github.com/rust-lang/crates.io-index"
7010checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
7011dependencies = [
7012 "js-sys",
7013 "slotmap",
7014 "wasm-bindgen",
7015 "web-sys",
7016]
7017
7018[[package]]
7019name = "go_to_line"
7020version = "0.1.0"
7021dependencies = [
7022 "editor",
7023 "gpui",
7024 "indoc",
7025 "language",
7026 "menu",
7027 "project",
7028 "rope",
7029 "serde",
7030 "serde_json",
7031 "settings",
7032 "text",
7033 "theme",
7034 "tree-sitter-rust",
7035 "tree-sitter-typescript",
7036 "ui",
7037 "util",
7038 "workspace",
7039 "workspace-hack",
7040]
7041
7042[[package]]
7043name = "goblin"
7044version = "0.8.2"
7045source = "registry+https://github.com/rust-lang/crates.io-index"
7046checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
7047dependencies = [
7048 "log",
7049 "plain",
7050 "scroll",
7051]
7052
7053[[package]]
7054name = "google_ai"
7055version = "0.1.0"
7056dependencies = [
7057 "anyhow",
7058 "futures 0.3.31",
7059 "http_client",
7060 "schemars 1.0.1",
7061 "serde",
7062 "serde_json",
7063 "settings",
7064 "strum 0.27.1",
7065 "workspace-hack",
7066]
7067
7068[[package]]
7069name = "gpu-alloc"
7070version = "0.6.0"
7071source = "registry+https://github.com/rust-lang/crates.io-index"
7072checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
7073dependencies = [
7074 "bitflags 2.9.0",
7075 "gpu-alloc-types",
7076]
7077
7078[[package]]
7079name = "gpu-alloc-ash"
7080version = "0.7.0"
7081source = "registry+https://github.com/rust-lang/crates.io-index"
7082checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7083dependencies = [
7084 "ash",
7085 "gpu-alloc-types",
7086 "tinyvec",
7087]
7088
7089[[package]]
7090name = "gpu-alloc-types"
7091version = "0.3.0"
7092source = "registry+https://github.com/rust-lang/crates.io-index"
7093checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7094dependencies = [
7095 "bitflags 2.9.0",
7096]
7097
7098[[package]]
7099name = "gpui"
7100version = "0.2.1"
7101dependencies = [
7102 "anyhow",
7103 "as-raw-xcb-connection",
7104 "ashpd 0.11.0",
7105 "async-task",
7106 "backtrace",
7107 "bindgen 0.71.1",
7108 "blade-graphics",
7109 "blade-macros",
7110 "blade-util",
7111 "block",
7112 "bytemuck",
7113 "calloop",
7114 "calloop-wayland-source",
7115 "cbindgen",
7116 "cocoa 0.26.0",
7117 "collections",
7118 "core-foundation 0.10.0",
7119 "core-foundation-sys",
7120 "core-graphics 0.24.0",
7121 "core-text",
7122 "core-video",
7123 "cosmic-text",
7124 "ctor",
7125 "derive_more",
7126 "embed-resource",
7127 "env_logger 0.11.8",
7128 "etagere",
7129 "filedescriptor",
7130 "flume",
7131 "foreign-types 0.5.0",
7132 "futures 0.3.31",
7133 "gpui_macros",
7134 "http_client",
7135 "image",
7136 "inventory",
7137 "itertools 0.14.0",
7138 "libc",
7139 "log",
7140 "lyon",
7141 "media",
7142 "metal",
7143 "naga",
7144 "num_cpus",
7145 "objc",
7146 "objc2",
7147 "objc2-metal",
7148 "oo7",
7149 "open",
7150 "parking",
7151 "parking_lot",
7152 "pathfinder_geometry",
7153 "postage",
7154 "pretty_assertions",
7155 "profiling",
7156 "rand 0.9.1",
7157 "raw-window-handle",
7158 "refineable",
7159 "reqwest_client",
7160 "resvg",
7161 "schemars 1.0.1",
7162 "seahash",
7163 "semantic_version",
7164 "serde",
7165 "serde_json",
7166 "slotmap",
7167 "smallvec",
7168 "smol",
7169 "stacksafe",
7170 "strum 0.27.1",
7171 "sum_tree",
7172 "taffy",
7173 "thiserror 2.0.12",
7174 "unicode-segmentation",
7175 "usvg",
7176 "util",
7177 "util_macros",
7178 "uuid",
7179 "waker-fn",
7180 "wayland-backend",
7181 "wayland-client",
7182 "wayland-cursor",
7183 "wayland-protocols 0.31.2",
7184 "wayland-protocols-plasma",
7185 "windows 0.61.1",
7186 "windows-core 0.61.0",
7187 "windows-numerics",
7188 "windows-registry 0.5.1",
7189 "workspace-hack",
7190 "x11-clipboard",
7191 "x11rb",
7192 "xkbcommon",
7193 "zed-font-kit",
7194 "zed-scap",
7195 "zed-xim",
7196]
7197
7198[[package]]
7199name = "gpui_macros"
7200version = "0.1.0"
7201dependencies = [
7202 "gpui",
7203 "heck 0.5.0",
7204 "proc-macro2",
7205 "quote",
7206 "syn 2.0.101",
7207 "workspace-hack",
7208]
7209
7210[[package]]
7211name = "gpui_tokio"
7212version = "0.1.0"
7213dependencies = [
7214 "anyhow",
7215 "gpui",
7216 "tokio",
7217 "util",
7218 "workspace-hack",
7219]
7220
7221[[package]]
7222name = "grid"
7223version = "0.18.0"
7224source = "registry+https://github.com/rust-lang/crates.io-index"
7225checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7226
7227[[package]]
7228name = "group"
7229version = "0.12.1"
7230source = "registry+https://github.com/rust-lang/crates.io-index"
7231checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7232dependencies = [
7233 "ff",
7234 "rand_core 0.6.4",
7235 "subtle",
7236]
7237
7238[[package]]
7239name = "h2"
7240version = "0.3.26"
7241source = "registry+https://github.com/rust-lang/crates.io-index"
7242checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7243dependencies = [
7244 "bytes 1.10.1",
7245 "fnv",
7246 "futures-core",
7247 "futures-sink",
7248 "futures-util",
7249 "http 0.2.12",
7250 "indexmap 2.9.0",
7251 "slab",
7252 "tokio",
7253 "tokio-util",
7254 "tracing",
7255]
7256
7257[[package]]
7258name = "h2"
7259version = "0.4.9"
7260source = "registry+https://github.com/rust-lang/crates.io-index"
7261checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7262dependencies = [
7263 "atomic-waker",
7264 "bytes 1.10.1",
7265 "fnv",
7266 "futures-core",
7267 "futures-sink",
7268 "http 1.3.1",
7269 "indexmap 2.9.0",
7270 "slab",
7271 "tokio",
7272 "tokio-util",
7273 "tracing",
7274]
7275
7276[[package]]
7277name = "half"
7278version = "2.6.0"
7279source = "registry+https://github.com/rust-lang/crates.io-index"
7280checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7281dependencies = [
7282 "bytemuck",
7283 "cfg-if",
7284 "crunchy",
7285 "num-traits",
7286 "rand 0.9.1",
7287 "rand_distr",
7288]
7289
7290[[package]]
7291name = "handlebars"
7292version = "4.5.0"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7295dependencies = [
7296 "log",
7297 "pest",
7298 "pest_derive",
7299 "rust-embed",
7300 "serde",
7301 "serde_json",
7302 "thiserror 1.0.69",
7303]
7304
7305[[package]]
7306name = "handlebars"
7307version = "5.1.2"
7308source = "registry+https://github.com/rust-lang/crates.io-index"
7309checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7310dependencies = [
7311 "log",
7312 "pest",
7313 "pest_derive",
7314 "serde",
7315 "serde_json",
7316 "thiserror 1.0.69",
7317]
7318
7319[[package]]
7320name = "hashbrown"
7321version = "0.12.3"
7322source = "registry+https://github.com/rust-lang/crates.io-index"
7323checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7324dependencies = [
7325 "ahash 0.7.8",
7326]
7327
7328[[package]]
7329name = "hashbrown"
7330version = "0.14.5"
7331source = "registry+https://github.com/rust-lang/crates.io-index"
7332checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7333dependencies = [
7334 "ahash 0.8.11",
7335 "allocator-api2",
7336]
7337
7338[[package]]
7339name = "hashbrown"
7340version = "0.15.3"
7341source = "registry+https://github.com/rust-lang/crates.io-index"
7342checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7343dependencies = [
7344 "allocator-api2",
7345 "equivalent",
7346 "foldhash",
7347 "serde",
7348]
7349
7350[[package]]
7351name = "hashlink"
7352version = "0.8.4"
7353source = "registry+https://github.com/rust-lang/crates.io-index"
7354checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7355dependencies = [
7356 "hashbrown 0.14.5",
7357]
7358
7359[[package]]
7360name = "hashlink"
7361version = "0.10.0"
7362source = "registry+https://github.com/rust-lang/crates.io-index"
7363checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7364dependencies = [
7365 "hashbrown 0.15.3",
7366]
7367
7368[[package]]
7369name = "headers"
7370version = "0.3.9"
7371source = "registry+https://github.com/rust-lang/crates.io-index"
7372checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7373dependencies = [
7374 "base64 0.21.7",
7375 "bytes 1.10.1",
7376 "headers-core",
7377 "http 0.2.12",
7378 "httpdate",
7379 "mime",
7380 "sha1",
7381]
7382
7383[[package]]
7384name = "headers-core"
7385version = "0.2.0"
7386source = "registry+https://github.com/rust-lang/crates.io-index"
7387checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7388dependencies = [
7389 "http 0.2.12",
7390]
7391
7392[[package]]
7393name = "heck"
7394version = "0.3.3"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7397dependencies = [
7398 "unicode-segmentation",
7399]
7400
7401[[package]]
7402name = "heck"
7403version = "0.4.1"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7406dependencies = [
7407 "unicode-segmentation",
7408]
7409
7410[[package]]
7411name = "heck"
7412version = "0.5.0"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7415
7416[[package]]
7417name = "heed"
7418version = "0.21.0"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7421dependencies = [
7422 "bitflags 2.9.0",
7423 "byteorder",
7424 "heed-traits",
7425 "heed-types",
7426 "libc",
7427 "lmdb-master-sys",
7428 "once_cell",
7429 "page_size",
7430 "serde",
7431 "synchronoise",
7432 "url",
7433]
7434
7435[[package]]
7436name = "heed-traits"
7437version = "0.20.0"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7440
7441[[package]]
7442name = "heed-types"
7443version = "0.21.0"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7446dependencies = [
7447 "bincode",
7448 "byteorder",
7449 "heed-traits",
7450 "serde",
7451 "serde_json",
7452]
7453
7454[[package]]
7455name = "hermit-abi"
7456version = "0.3.9"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7459
7460[[package]]
7461name = "hermit-abi"
7462version = "0.5.0"
7463source = "registry+https://github.com/rust-lang/crates.io-index"
7464checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7465
7466[[package]]
7467name = "hex"
7468version = "0.4.3"
7469source = "registry+https://github.com/rust-lang/crates.io-index"
7470checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7471
7472[[package]]
7473name = "hexf-parse"
7474version = "0.2.1"
7475source = "registry+https://github.com/rust-lang/crates.io-index"
7476checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7477
7478[[package]]
7479name = "hidden-trait"
7480version = "0.1.2"
7481source = "registry+https://github.com/rust-lang/crates.io-index"
7482checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7483dependencies = [
7484 "proc-macro2",
7485 "quote",
7486 "syn 1.0.109",
7487]
7488
7489[[package]]
7490name = "hkdf"
7491version = "0.12.4"
7492source = "registry+https://github.com/rust-lang/crates.io-index"
7493checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7494dependencies = [
7495 "hmac",
7496]
7497
7498[[package]]
7499name = "hmac"
7500version = "0.12.1"
7501source = "registry+https://github.com/rust-lang/crates.io-index"
7502checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7503dependencies = [
7504 "digest",
7505]
7506
7507[[package]]
7508name = "home"
7509version = "0.5.11"
7510source = "registry+https://github.com/rust-lang/crates.io-index"
7511checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7512dependencies = [
7513 "windows-sys 0.59.0",
7514]
7515
7516[[package]]
7517name = "hound"
7518version = "3.5.1"
7519source = "registry+https://github.com/rust-lang/crates.io-index"
7520checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7521
7522[[package]]
7523name = "html5ever"
7524version = "0.27.0"
7525source = "registry+https://github.com/rust-lang/crates.io-index"
7526checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7527dependencies = [
7528 "log",
7529 "mac",
7530 "markup5ever 0.12.1",
7531 "proc-macro2",
7532 "quote",
7533 "syn 2.0.101",
7534]
7535
7536[[package]]
7537name = "html5ever"
7538version = "0.35.0"
7539source = "registry+https://github.com/rust-lang/crates.io-index"
7540checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
7541dependencies = [
7542 "log",
7543 "markup5ever 0.35.0",
7544 "match_token",
7545]
7546
7547[[package]]
7548name = "html_to_markdown"
7549version = "0.1.0"
7550dependencies = [
7551 "anyhow",
7552 "html5ever 0.27.0",
7553 "indoc",
7554 "markup5ever_rcdom",
7555 "pretty_assertions",
7556 "regex",
7557 "workspace-hack",
7558]
7559
7560[[package]]
7561name = "http"
7562version = "0.2.12"
7563source = "registry+https://github.com/rust-lang/crates.io-index"
7564checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7565dependencies = [
7566 "bytes 1.10.1",
7567 "fnv",
7568 "itoa",
7569]
7570
7571[[package]]
7572name = "http"
7573version = "1.3.1"
7574source = "registry+https://github.com/rust-lang/crates.io-index"
7575checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7576dependencies = [
7577 "bytes 1.10.1",
7578 "fnv",
7579 "itoa",
7580]
7581
7582[[package]]
7583name = "http-body"
7584version = "0.4.6"
7585source = "registry+https://github.com/rust-lang/crates.io-index"
7586checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7587dependencies = [
7588 "bytes 1.10.1",
7589 "http 0.2.12",
7590 "pin-project-lite",
7591]
7592
7593[[package]]
7594name = "http-body"
7595version = "1.0.1"
7596source = "registry+https://github.com/rust-lang/crates.io-index"
7597checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7598dependencies = [
7599 "bytes 1.10.1",
7600 "http 1.3.1",
7601]
7602
7603[[package]]
7604name = "http-body-util"
7605version = "0.1.3"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7608dependencies = [
7609 "bytes 1.10.1",
7610 "futures-core",
7611 "http 1.3.1",
7612 "http-body 1.0.1",
7613 "pin-project-lite",
7614]
7615
7616[[package]]
7617name = "http-range-header"
7618version = "0.3.1"
7619source = "registry+https://github.com/rust-lang/crates.io-index"
7620checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7621
7622[[package]]
7623name = "http_client"
7624version = "0.1.0"
7625dependencies = [
7626 "anyhow",
7627 "async-compression",
7628 "async-fs",
7629 "async-tar",
7630 "bytes 1.10.1",
7631 "derive_more",
7632 "futures 0.3.31",
7633 "http 1.3.1",
7634 "http-body 1.0.1",
7635 "log",
7636 "parking_lot",
7637 "serde",
7638 "serde_json",
7639 "sha2",
7640 "tempfile",
7641 "url",
7642 "util",
7643 "workspace-hack",
7644 "zed-reqwest",
7645]
7646
7647[[package]]
7648name = "http_client_tls"
7649version = "0.1.0"
7650dependencies = [
7651 "rustls 0.23.26",
7652 "rustls-platform-verifier",
7653 "workspace-hack",
7654]
7655
7656[[package]]
7657name = "httparse"
7658version = "1.10.1"
7659source = "registry+https://github.com/rust-lang/crates.io-index"
7660checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7661
7662[[package]]
7663name = "httpdate"
7664version = "1.0.3"
7665source = "registry+https://github.com/rust-lang/crates.io-index"
7666checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7667
7668[[package]]
7669name = "human_bytes"
7670version = "0.4.3"
7671source = "registry+https://github.com/rust-lang/crates.io-index"
7672checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7673
7674[[package]]
7675name = "humantime"
7676version = "2.2.0"
7677source = "registry+https://github.com/rust-lang/crates.io-index"
7678checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7679
7680[[package]]
7681name = "hyper"
7682version = "0.14.32"
7683source = "registry+https://github.com/rust-lang/crates.io-index"
7684checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7685dependencies = [
7686 "bytes 1.10.1",
7687 "futures-channel",
7688 "futures-core",
7689 "futures-util",
7690 "h2 0.3.26",
7691 "http 0.2.12",
7692 "http-body 0.4.6",
7693 "httparse",
7694 "httpdate",
7695 "itoa",
7696 "pin-project-lite",
7697 "socket2",
7698 "tokio",
7699 "tower-service",
7700 "tracing",
7701 "want",
7702]
7703
7704[[package]]
7705name = "hyper"
7706version = "1.6.0"
7707source = "registry+https://github.com/rust-lang/crates.io-index"
7708checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7709dependencies = [
7710 "bytes 1.10.1",
7711 "futures-channel",
7712 "futures-util",
7713 "h2 0.4.9",
7714 "http 1.3.1",
7715 "http-body 1.0.1",
7716 "httparse",
7717 "itoa",
7718 "pin-project-lite",
7719 "smallvec",
7720 "tokio",
7721 "want",
7722]
7723
7724[[package]]
7725name = "hyper-rustls"
7726version = "0.24.2"
7727source = "registry+https://github.com/rust-lang/crates.io-index"
7728checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7729dependencies = [
7730 "futures-util",
7731 "http 0.2.12",
7732 "hyper 0.14.32",
7733 "log",
7734 "rustls 0.21.12",
7735 "rustls-native-certs 0.6.3",
7736 "tokio",
7737 "tokio-rustls 0.24.1",
7738]
7739
7740[[package]]
7741name = "hyper-rustls"
7742version = "0.27.5"
7743source = "registry+https://github.com/rust-lang/crates.io-index"
7744checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7745dependencies = [
7746 "futures-util",
7747 "http 1.3.1",
7748 "hyper 1.6.0",
7749 "hyper-util",
7750 "rustls 0.23.26",
7751 "rustls-native-certs 0.8.1",
7752 "rustls-pki-types",
7753 "tokio",
7754 "tokio-rustls 0.26.2",
7755 "tower-service",
7756]
7757
7758[[package]]
7759name = "hyper-tls"
7760version = "0.5.0"
7761source = "registry+https://github.com/rust-lang/crates.io-index"
7762checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7763dependencies = [
7764 "bytes 1.10.1",
7765 "hyper 0.14.32",
7766 "native-tls",
7767 "tokio",
7768 "tokio-native-tls",
7769]
7770
7771[[package]]
7772name = "hyper-util"
7773version = "0.1.11"
7774source = "registry+https://github.com/rust-lang/crates.io-index"
7775checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7776dependencies = [
7777 "bytes 1.10.1",
7778 "futures-channel",
7779 "futures-util",
7780 "http 1.3.1",
7781 "http-body 1.0.1",
7782 "hyper 1.6.0",
7783 "libc",
7784 "pin-project-lite",
7785 "socket2",
7786 "tokio",
7787 "tower-service",
7788 "tracing",
7789]
7790
7791[[package]]
7792name = "iana-time-zone"
7793version = "0.1.63"
7794source = "registry+https://github.com/rust-lang/crates.io-index"
7795checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7796dependencies = [
7797 "android_system_properties",
7798 "core-foundation-sys",
7799 "iana-time-zone-haiku",
7800 "js-sys",
7801 "log",
7802 "wasm-bindgen",
7803 "windows-core 0.61.0",
7804]
7805
7806[[package]]
7807name = "iana-time-zone-haiku"
7808version = "0.1.2"
7809source = "registry+https://github.com/rust-lang/crates.io-index"
7810checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7811dependencies = [
7812 "cc",
7813]
7814
7815[[package]]
7816name = "icons"
7817version = "0.1.0"
7818dependencies = [
7819 "serde",
7820 "strum 0.27.1",
7821 "workspace-hack",
7822]
7823
7824[[package]]
7825name = "icu_collections"
7826version = "1.5.0"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7829dependencies = [
7830 "displaydoc",
7831 "yoke",
7832 "zerofrom",
7833 "zerovec",
7834]
7835
7836[[package]]
7837name = "icu_locid"
7838version = "1.5.0"
7839source = "registry+https://github.com/rust-lang/crates.io-index"
7840checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7841dependencies = [
7842 "displaydoc",
7843 "litemap",
7844 "tinystr",
7845 "writeable",
7846 "zerovec",
7847]
7848
7849[[package]]
7850name = "icu_locid_transform"
7851version = "1.5.0"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7854dependencies = [
7855 "displaydoc",
7856 "icu_locid",
7857 "icu_locid_transform_data",
7858 "icu_provider",
7859 "tinystr",
7860 "zerovec",
7861]
7862
7863[[package]]
7864name = "icu_locid_transform_data"
7865version = "1.5.1"
7866source = "registry+https://github.com/rust-lang/crates.io-index"
7867checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7868
7869[[package]]
7870name = "icu_normalizer"
7871version = "1.5.0"
7872source = "registry+https://github.com/rust-lang/crates.io-index"
7873checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7874dependencies = [
7875 "displaydoc",
7876 "icu_collections",
7877 "icu_normalizer_data",
7878 "icu_properties",
7879 "icu_provider",
7880 "smallvec",
7881 "utf16_iter",
7882 "utf8_iter",
7883 "write16",
7884 "zerovec",
7885]
7886
7887[[package]]
7888name = "icu_normalizer_data"
7889version = "1.5.1"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7892
7893[[package]]
7894name = "icu_properties"
7895version = "1.5.1"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7898dependencies = [
7899 "displaydoc",
7900 "icu_collections",
7901 "icu_locid_transform",
7902 "icu_properties_data",
7903 "icu_provider",
7904 "tinystr",
7905 "zerovec",
7906]
7907
7908[[package]]
7909name = "icu_properties_data"
7910version = "1.5.1"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7913
7914[[package]]
7915name = "icu_provider"
7916version = "1.5.0"
7917source = "registry+https://github.com/rust-lang/crates.io-index"
7918checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7919dependencies = [
7920 "displaydoc",
7921 "icu_locid",
7922 "icu_provider_macros",
7923 "stable_deref_trait",
7924 "tinystr",
7925 "writeable",
7926 "yoke",
7927 "zerofrom",
7928 "zerovec",
7929]
7930
7931[[package]]
7932name = "icu_provider_macros"
7933version = "1.5.0"
7934source = "registry+https://github.com/rust-lang/crates.io-index"
7935checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7936dependencies = [
7937 "proc-macro2",
7938 "quote",
7939 "syn 2.0.101",
7940]
7941
7942[[package]]
7943name = "id-arena"
7944version = "2.2.1"
7945source = "registry+https://github.com/rust-lang/crates.io-index"
7946checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7947
7948[[package]]
7949name = "ident_case"
7950version = "1.0.1"
7951source = "registry+https://github.com/rust-lang/crates.io-index"
7952checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7953
7954[[package]]
7955name = "idna"
7956version = "1.0.3"
7957source = "registry+https://github.com/rust-lang/crates.io-index"
7958checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7959dependencies = [
7960 "idna_adapter",
7961 "smallvec",
7962 "utf8_iter",
7963]
7964
7965[[package]]
7966name = "idna_adapter"
7967version = "1.2.0"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7970dependencies = [
7971 "icu_normalizer",
7972 "icu_properties",
7973]
7974
7975[[package]]
7976name = "ignore"
7977version = "0.4.23"
7978source = "registry+https://github.com/rust-lang/crates.io-index"
7979checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7980dependencies = [
7981 "crossbeam-deque",
7982 "globset",
7983 "log",
7984 "memchr",
7985 "regex-automata",
7986 "same-file",
7987 "walkdir",
7988 "winapi-util",
7989]
7990
7991[[package]]
7992name = "image"
7993version = "0.25.6"
7994source = "registry+https://github.com/rust-lang/crates.io-index"
7995checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7996dependencies = [
7997 "bytemuck",
7998 "byteorder-lite",
7999 "color_quant",
8000 "exr",
8001 "gif",
8002 "image-webp",
8003 "num-traits",
8004 "png",
8005 "qoi",
8006 "ravif",
8007 "rayon",
8008 "rgb",
8009 "tiff",
8010 "zune-core",
8011 "zune-jpeg",
8012]
8013
8014[[package]]
8015name = "image-webp"
8016version = "0.2.1"
8017source = "registry+https://github.com/rust-lang/crates.io-index"
8018checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
8019dependencies = [
8020 "byteorder-lite",
8021 "quick-error",
8022]
8023
8024[[package]]
8025name = "image_viewer"
8026version = "0.1.0"
8027dependencies = [
8028 "anyhow",
8029 "db",
8030 "editor",
8031 "file_icons",
8032 "gpui",
8033 "language",
8034 "log",
8035 "project",
8036 "serde",
8037 "settings",
8038 "theme",
8039 "ui",
8040 "util",
8041 "workspace",
8042 "workspace-hack",
8043]
8044
8045[[package]]
8046name = "imagesize"
8047version = "0.13.0"
8048source = "registry+https://github.com/rust-lang/crates.io-index"
8049checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8050
8051[[package]]
8052name = "imara-diff"
8053version = "0.1.8"
8054source = "registry+https://github.com/rust-lang/crates.io-index"
8055checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8056dependencies = [
8057 "hashbrown 0.15.3",
8058]
8059
8060[[package]]
8061name = "imgref"
8062version = "1.11.0"
8063source = "registry+https://github.com/rust-lang/crates.io-index"
8064checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8065
8066[[package]]
8067name = "indexmap"
8068version = "1.9.3"
8069source = "registry+https://github.com/rust-lang/crates.io-index"
8070checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8071dependencies = [
8072 "autocfg",
8073 "hashbrown 0.12.3",
8074 "serde",
8075]
8076
8077[[package]]
8078name = "indexmap"
8079version = "2.9.0"
8080source = "registry+https://github.com/rust-lang/crates.io-index"
8081checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8082dependencies = [
8083 "equivalent",
8084 "hashbrown 0.15.3",
8085 "serde",
8086]
8087
8088[[package]]
8089name = "indoc"
8090version = "2.0.6"
8091source = "registry+https://github.com/rust-lang/crates.io-index"
8092checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8093
8094[[package]]
8095name = "inherent"
8096version = "1.0.12"
8097source = "registry+https://github.com/rust-lang/crates.io-index"
8098checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8099dependencies = [
8100 "proc-macro2",
8101 "quote",
8102 "syn 2.0.101",
8103]
8104
8105[[package]]
8106name = "inotify"
8107version = "0.9.6"
8108source = "registry+https://github.com/rust-lang/crates.io-index"
8109checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8110dependencies = [
8111 "bitflags 1.3.2",
8112 "inotify-sys",
8113 "libc",
8114]
8115
8116[[package]]
8117name = "inotify"
8118version = "0.11.0"
8119source = "registry+https://github.com/rust-lang/crates.io-index"
8120checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8121dependencies = [
8122 "bitflags 2.9.0",
8123 "inotify-sys",
8124 "libc",
8125]
8126
8127[[package]]
8128name = "inotify-sys"
8129version = "0.1.5"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8132dependencies = [
8133 "libc",
8134]
8135
8136[[package]]
8137name = "inout"
8138version = "0.1.4"
8139source = "registry+https://github.com/rust-lang/crates.io-index"
8140checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8141dependencies = [
8142 "block-padding",
8143 "generic-array",
8144]
8145
8146[[package]]
8147name = "inspector_ui"
8148version = "0.1.0"
8149dependencies = [
8150 "anyhow",
8151 "command_palette_hooks",
8152 "editor",
8153 "fuzzy",
8154 "gpui",
8155 "language",
8156 "project",
8157 "serde_json",
8158 "serde_json_lenient",
8159 "theme",
8160 "title_bar",
8161 "ui",
8162 "util",
8163 "util_macros",
8164 "workspace",
8165 "workspace-hack",
8166 "zed_actions",
8167]
8168
8169[[package]]
8170name = "install_cli"
8171version = "0.1.0"
8172dependencies = [
8173 "anyhow",
8174 "client",
8175 "gpui",
8176 "release_channel",
8177 "smol",
8178 "util",
8179 "workspace",
8180 "workspace-hack",
8181]
8182
8183[[package]]
8184name = "instant"
8185version = "0.1.13"
8186source = "registry+https://github.com/rust-lang/crates.io-index"
8187checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8188dependencies = [
8189 "cfg-if",
8190]
8191
8192[[package]]
8193name = "interpolate_name"
8194version = "0.2.4"
8195source = "registry+https://github.com/rust-lang/crates.io-index"
8196checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8197dependencies = [
8198 "proc-macro2",
8199 "quote",
8200 "syn 2.0.101",
8201]
8202
8203[[package]]
8204name = "inventory"
8205version = "0.3.20"
8206source = "registry+https://github.com/rust-lang/crates.io-index"
8207checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8208dependencies = [
8209 "rustversion",
8210]
8211
8212[[package]]
8213name = "io-extras"
8214version = "0.18.4"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8217dependencies = [
8218 "io-lifetimes",
8219 "windows-sys 0.59.0",
8220]
8221
8222[[package]]
8223name = "io-lifetimes"
8224version = "2.0.4"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8227
8228[[package]]
8229name = "io-surface"
8230version = "0.16.0"
8231source = "registry+https://github.com/rust-lang/crates.io-index"
8232checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8233dependencies = [
8234 "cgl",
8235 "core-foundation 0.10.0",
8236 "core-foundation-sys",
8237 "leaky-cow",
8238 "libc",
8239]
8240
8241[[package]]
8242name = "iovec"
8243version = "0.1.4"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8246dependencies = [
8247 "libc",
8248]
8249
8250[[package]]
8251name = "ipc-channel"
8252version = "0.19.0"
8253source = "registry+https://github.com/rust-lang/crates.io-index"
8254checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8255dependencies = [
8256 "bincode",
8257 "crossbeam-channel",
8258 "fnv",
8259 "lazy_static",
8260 "libc",
8261 "mio 1.0.3",
8262 "rand 0.8.5",
8263 "serde",
8264 "tempfile",
8265 "uuid",
8266 "windows 0.58.0",
8267]
8268
8269[[package]]
8270name = "ipnet"
8271version = "2.11.0"
8272source = "registry+https://github.com/rust-lang/crates.io-index"
8273checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8274
8275[[package]]
8276name = "is-docker"
8277version = "0.2.0"
8278source = "registry+https://github.com/rust-lang/crates.io-index"
8279checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8280dependencies = [
8281 "once_cell",
8282]
8283
8284[[package]]
8285name = "is-terminal"
8286version = "0.4.16"
8287source = "registry+https://github.com/rust-lang/crates.io-index"
8288checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8289dependencies = [
8290 "hermit-abi 0.5.0",
8291 "libc",
8292 "windows-sys 0.59.0",
8293]
8294
8295[[package]]
8296name = "is-wsl"
8297version = "0.4.0"
8298source = "registry+https://github.com/rust-lang/crates.io-index"
8299checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8300dependencies = [
8301 "is-docker",
8302 "once_cell",
8303]
8304
8305[[package]]
8306name = "is_terminal_polyfill"
8307version = "1.70.1"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8310
8311[[package]]
8312name = "itertools"
8313version = "0.10.5"
8314source = "registry+https://github.com/rust-lang/crates.io-index"
8315checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8316dependencies = [
8317 "either",
8318]
8319
8320[[package]]
8321name = "itertools"
8322version = "0.11.0"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8325dependencies = [
8326 "either",
8327]
8328
8329[[package]]
8330name = "itertools"
8331version = "0.12.1"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8334dependencies = [
8335 "either",
8336]
8337
8338[[package]]
8339name = "itertools"
8340version = "0.13.0"
8341source = "registry+https://github.com/rust-lang/crates.io-index"
8342checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8343dependencies = [
8344 "either",
8345]
8346
8347[[package]]
8348name = "itertools"
8349version = "0.14.0"
8350source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8352dependencies = [
8353 "either",
8354]
8355
8356[[package]]
8357name = "itoa"
8358version = "1.0.15"
8359source = "registry+https://github.com/rust-lang/crates.io-index"
8360checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8361
8362[[package]]
8363name = "jiff"
8364version = "0.2.10"
8365source = "registry+https://github.com/rust-lang/crates.io-index"
8366checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8367dependencies = [
8368 "jiff-static",
8369 "log",
8370 "portable-atomic",
8371 "portable-atomic-util",
8372 "serde",
8373]
8374
8375[[package]]
8376name = "jiff-static"
8377version = "0.2.10"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8380dependencies = [
8381 "proc-macro2",
8382 "quote",
8383 "syn 2.0.101",
8384]
8385
8386[[package]]
8387name = "jni"
8388version = "0.21.1"
8389source = "registry+https://github.com/rust-lang/crates.io-index"
8390checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8391dependencies = [
8392 "cesu8",
8393 "cfg-if",
8394 "combine",
8395 "jni-sys",
8396 "log",
8397 "thiserror 1.0.69",
8398 "walkdir",
8399 "windows-sys 0.45.0",
8400]
8401
8402[[package]]
8403name = "jni-sys"
8404version = "0.3.0"
8405source = "registry+https://github.com/rust-lang/crates.io-index"
8406checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8407
8408[[package]]
8409name = "jobserver"
8410version = "0.1.33"
8411source = "registry+https://github.com/rust-lang/crates.io-index"
8412checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8413dependencies = [
8414 "getrandom 0.3.2",
8415 "libc",
8416]
8417
8418[[package]]
8419name = "journal"
8420version = "0.1.0"
8421dependencies = [
8422 "anyhow",
8423 "chrono",
8424 "editor",
8425 "gpui",
8426 "log",
8427 "serde",
8428 "settings",
8429 "shellexpand 2.1.2",
8430 "workspace",
8431 "workspace-hack",
8432]
8433
8434[[package]]
8435name = "jpeg-decoder"
8436version = "0.3.1"
8437source = "registry+https://github.com/rust-lang/crates.io-index"
8438checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8439
8440[[package]]
8441name = "js-sys"
8442version = "0.3.77"
8443source = "registry+https://github.com/rust-lang/crates.io-index"
8444checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8445dependencies = [
8446 "once_cell",
8447 "wasm-bindgen",
8448]
8449
8450[[package]]
8451name = "json_dotpath"
8452version = "1.1.0"
8453source = "registry+https://github.com/rust-lang/crates.io-index"
8454checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8455dependencies = [
8456 "serde",
8457 "serde_derive",
8458 "serde_json",
8459 "thiserror 1.0.69",
8460]
8461
8462[[package]]
8463name = "json_schema_store"
8464version = "0.1.0"
8465dependencies = [
8466 "anyhow",
8467 "dap",
8468 "extension",
8469 "gpui",
8470 "language",
8471 "paths",
8472 "project",
8473 "schemars 1.0.1",
8474 "serde",
8475 "serde_json",
8476 "settings",
8477 "snippet_provider",
8478 "task",
8479 "theme",
8480 "util",
8481 "workspace-hack",
8482]
8483
8484[[package]]
8485name = "jsonschema"
8486version = "0.30.0"
8487source = "registry+https://github.com/rust-lang/crates.io-index"
8488checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8489dependencies = [
8490 "ahash 0.8.11",
8491 "base64 0.22.1",
8492 "bytecount",
8493 "email_address",
8494 "fancy-regex 0.14.0",
8495 "fraction",
8496 "idna",
8497 "itoa",
8498 "num-cmp",
8499 "num-traits",
8500 "once_cell",
8501 "percent-encoding",
8502 "referencing",
8503 "regex",
8504 "regex-syntax",
8505 "reqwest 0.12.15",
8506 "serde",
8507 "serde_json",
8508 "uuid-simd",
8509]
8510
8511[[package]]
8512name = "jsonwebtoken"
8513version = "9.3.1"
8514source = "registry+https://github.com/rust-lang/crates.io-index"
8515checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8516dependencies = [
8517 "base64 0.22.1",
8518 "js-sys",
8519 "pem",
8520 "ring",
8521 "serde",
8522 "serde_json",
8523 "simple_asn1",
8524]
8525
8526[[package]]
8527name = "jupyter-protocol"
8528version = "0.6.0"
8529source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8530dependencies = [
8531 "anyhow",
8532 "async-trait",
8533 "bytes 1.10.1",
8534 "chrono",
8535 "futures 0.3.31",
8536 "serde",
8537 "serde_json",
8538 "uuid",
8539]
8540
8541[[package]]
8542name = "jupyter-websocket-client"
8543version = "0.9.0"
8544source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8545dependencies = [
8546 "anyhow",
8547 "async-trait",
8548 "async-tungstenite",
8549 "futures 0.3.31",
8550 "jupyter-protocol",
8551 "serde",
8552 "serde_json",
8553 "url",
8554 "uuid",
8555]
8556
8557[[package]]
8558name = "keymap_editor"
8559version = "0.1.0"
8560dependencies = [
8561 "anyhow",
8562 "collections",
8563 "command_palette",
8564 "component",
8565 "db",
8566 "editor",
8567 "fs",
8568 "fuzzy",
8569 "gpui",
8570 "itertools 0.14.0",
8571 "json_schema_store",
8572 "language",
8573 "log",
8574 "menu",
8575 "notifications",
8576 "paths",
8577 "project",
8578 "search",
8579 "serde",
8580 "serde_json",
8581 "settings",
8582 "telemetry",
8583 "tempfile",
8584 "theme",
8585 "tree-sitter-json",
8586 "tree-sitter-rust",
8587 "ui",
8588 "ui_input",
8589 "util",
8590 "vim",
8591 "workspace",
8592 "workspace-hack",
8593 "zed_actions",
8594]
8595
8596[[package]]
8597name = "khronos-egl"
8598version = "6.0.0"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8601dependencies = [
8602 "libc",
8603 "libloading",
8604]
8605
8606[[package]]
8607name = "kqueue"
8608version = "1.0.8"
8609source = "registry+https://github.com/rust-lang/crates.io-index"
8610checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8611dependencies = [
8612 "kqueue-sys",
8613 "libc",
8614]
8615
8616[[package]]
8617name = "kqueue-sys"
8618version = "1.0.4"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8621dependencies = [
8622 "bitflags 1.3.2",
8623 "libc",
8624]
8625
8626[[package]]
8627name = "kurbo"
8628version = "0.11.1"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8631dependencies = [
8632 "arrayvec",
8633 "smallvec",
8634]
8635
8636[[package]]
8637name = "kv-log-macro"
8638version = "1.0.7"
8639source = "registry+https://github.com/rust-lang/crates.io-index"
8640checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8641dependencies = [
8642 "log",
8643]
8644
8645[[package]]
8646name = "language"
8647version = "0.1.0"
8648dependencies = [
8649 "anyhow",
8650 "async-trait",
8651 "clock",
8652 "collections",
8653 "ctor",
8654 "diffy",
8655 "ec4rs",
8656 "fs",
8657 "futures 0.3.31",
8658 "fuzzy",
8659 "globset",
8660 "gpui",
8661 "http_client",
8662 "imara-diff",
8663 "indoc",
8664 "itertools 0.14.0",
8665 "log",
8666 "lsp",
8667 "parking_lot",
8668 "postage",
8669 "pretty_assertions",
8670 "rand 0.9.1",
8671 "regex",
8672 "rpc",
8673 "schemars 1.0.1",
8674 "serde",
8675 "serde_json",
8676 "settings",
8677 "shellexpand 2.1.2",
8678 "smallvec",
8679 "smol",
8680 "streaming-iterator",
8681 "strsim",
8682 "sum_tree",
8683 "task",
8684 "text",
8685 "theme",
8686 "toml 0.8.20",
8687 "tree-sitter",
8688 "tree-sitter-elixir",
8689 "tree-sitter-embedded-template",
8690 "tree-sitter-heex",
8691 "tree-sitter-html",
8692 "tree-sitter-json",
8693 "tree-sitter-md",
8694 "tree-sitter-python",
8695 "tree-sitter-ruby",
8696 "tree-sitter-rust",
8697 "tree-sitter-typescript",
8698 "unicase",
8699 "unindent",
8700 "util",
8701 "watch",
8702 "workspace-hack",
8703 "zlog",
8704]
8705
8706[[package]]
8707name = "language_extension"
8708version = "0.1.0"
8709dependencies = [
8710 "anyhow",
8711 "async-trait",
8712 "collections",
8713 "extension",
8714 "fs",
8715 "futures 0.3.31",
8716 "gpui",
8717 "language",
8718 "log",
8719 "lsp",
8720 "project",
8721 "serde",
8722 "serde_json",
8723 "util",
8724 "workspace-hack",
8725]
8726
8727[[package]]
8728name = "language_model"
8729version = "0.1.0"
8730dependencies = [
8731 "anthropic",
8732 "anyhow",
8733 "base64 0.22.1",
8734 "client",
8735 "cloud_api_types",
8736 "cloud_llm_client",
8737 "collections",
8738 "futures 0.3.31",
8739 "gpui",
8740 "http_client",
8741 "icons",
8742 "image",
8743 "log",
8744 "open_router",
8745 "parking_lot",
8746 "proto",
8747 "schemars 1.0.1",
8748 "serde",
8749 "serde_json",
8750 "settings",
8751 "smol",
8752 "telemetry_events",
8753 "thiserror 2.0.12",
8754 "util",
8755 "workspace-hack",
8756]
8757
8758[[package]]
8759name = "language_models"
8760version = "0.1.0"
8761dependencies = [
8762 "ai_onboarding",
8763 "anthropic",
8764 "anyhow",
8765 "aws-config",
8766 "aws-credential-types",
8767 "aws_http_client",
8768 "bedrock",
8769 "chrono",
8770 "client",
8771 "cloud_llm_client",
8772 "collections",
8773 "component",
8774 "convert_case 0.8.0",
8775 "copilot",
8776 "credentials_provider",
8777 "deepseek",
8778 "editor",
8779 "fs",
8780 "futures 0.3.31",
8781 "google_ai",
8782 "gpui",
8783 "gpui_tokio",
8784 "http_client",
8785 "language",
8786 "language_model",
8787 "lmstudio",
8788 "log",
8789 "menu",
8790 "mistral",
8791 "ollama",
8792 "open_ai",
8793 "open_router",
8794 "partial-json-fixer",
8795 "project",
8796 "release_channel",
8797 "schemars 1.0.1",
8798 "serde",
8799 "serde_json",
8800 "settings",
8801 "smol",
8802 "strum 0.27.1",
8803 "thiserror 2.0.12",
8804 "tiktoken-rs",
8805 "tokio",
8806 "ui",
8807 "ui_input",
8808 "util",
8809 "vercel",
8810 "workspace-hack",
8811 "x_ai",
8812 "zed_env_vars",
8813]
8814
8815[[package]]
8816name = "language_onboarding"
8817version = "0.1.0"
8818dependencies = [
8819 "db",
8820 "editor",
8821 "gpui",
8822 "project",
8823 "ui",
8824 "workspace",
8825 "workspace-hack",
8826]
8827
8828[[package]]
8829name = "language_selector"
8830version = "0.1.0"
8831dependencies = [
8832 "anyhow",
8833 "editor",
8834 "file_finder",
8835 "file_icons",
8836 "fuzzy",
8837 "gpui",
8838 "language",
8839 "picker",
8840 "project",
8841 "settings",
8842 "ui",
8843 "util",
8844 "workspace",
8845 "workspace-hack",
8846]
8847
8848[[package]]
8849name = "language_tools"
8850version = "0.1.0"
8851dependencies = [
8852 "anyhow",
8853 "client",
8854 "collections",
8855 "command_palette_hooks",
8856 "copilot",
8857 "editor",
8858 "futures 0.3.31",
8859 "gpui",
8860 "itertools 0.14.0",
8861 "language",
8862 "lsp",
8863 "project",
8864 "proto",
8865 "release_channel",
8866 "serde_json",
8867 "settings",
8868 "theme",
8869 "tree-sitter",
8870 "ui",
8871 "util",
8872 "workspace",
8873 "workspace-hack",
8874 "zed_actions",
8875 "zlog",
8876]
8877
8878[[package]]
8879name = "languages"
8880version = "0.1.0"
8881dependencies = [
8882 "anyhow",
8883 "async-compression",
8884 "async-fs",
8885 "async-tar",
8886 "async-trait",
8887 "chrono",
8888 "collections",
8889 "futures 0.3.31",
8890 "gpui",
8891 "http_client",
8892 "itertools 0.14.0",
8893 "json_schema_store",
8894 "language",
8895 "log",
8896 "lsp",
8897 "node_runtime",
8898 "parking_lot",
8899 "pet",
8900 "pet-conda",
8901 "pet-core",
8902 "pet-fs",
8903 "pet-poetry",
8904 "pet-reporter",
8905 "pet-virtualenv",
8906 "pretty_assertions",
8907 "project",
8908 "regex",
8909 "rope",
8910 "rust-embed",
8911 "serde",
8912 "serde_json",
8913 "serde_json_lenient",
8914 "settings",
8915 "smol",
8916 "task",
8917 "text",
8918 "theme",
8919 "toml 0.8.20",
8920 "tree-sitter",
8921 "tree-sitter-bash",
8922 "tree-sitter-c",
8923 "tree-sitter-cpp",
8924 "tree-sitter-css",
8925 "tree-sitter-diff",
8926 "tree-sitter-gitcommit",
8927 "tree-sitter-go",
8928 "tree-sitter-gomod",
8929 "tree-sitter-gowork",
8930 "tree-sitter-jsdoc",
8931 "tree-sitter-json",
8932 "tree-sitter-md",
8933 "tree-sitter-python",
8934 "tree-sitter-regex",
8935 "tree-sitter-rust",
8936 "tree-sitter-typescript",
8937 "tree-sitter-yaml",
8938 "unindent",
8939 "url",
8940 "util",
8941 "workspace",
8942 "workspace-hack",
8943]
8944
8945[[package]]
8946name = "lazy_static"
8947version = "1.5.0"
8948source = "registry+https://github.com/rust-lang/crates.io-index"
8949checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8950dependencies = [
8951 "spin",
8952]
8953
8954[[package]]
8955name = "lazycell"
8956version = "1.3.0"
8957source = "registry+https://github.com/rust-lang/crates.io-index"
8958checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8959
8960[[package]]
8961name = "leak"
8962version = "0.1.2"
8963source = "registry+https://github.com/rust-lang/crates.io-index"
8964checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8965
8966[[package]]
8967name = "leaky-cow"
8968version = "0.1.1"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8971dependencies = [
8972 "leak",
8973]
8974
8975[[package]]
8976name = "leb128"
8977version = "0.2.5"
8978source = "registry+https://github.com/rust-lang/crates.io-index"
8979checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8980
8981[[package]]
8982name = "leb128fmt"
8983version = "0.1.0"
8984source = "registry+https://github.com/rust-lang/crates.io-index"
8985checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8986
8987[[package]]
8988name = "lebe"
8989version = "0.5.2"
8990source = "registry+https://github.com/rust-lang/crates.io-index"
8991checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8992
8993[[package]]
8994name = "libc"
8995version = "0.2.176"
8996source = "registry+https://github.com/rust-lang/crates.io-index"
8997checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
8998
8999[[package]]
9000name = "libdbus-sys"
9001version = "0.2.5"
9002source = "registry+https://github.com/rust-lang/crates.io-index"
9003checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
9004dependencies = [
9005 "cc",
9006 "pkg-config",
9007]
9008
9009[[package]]
9010name = "libfuzzer-sys"
9011version = "0.4.9"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9014dependencies = [
9015 "arbitrary",
9016 "cc",
9017]
9018
9019[[package]]
9020name = "libgit2-sys"
9021version = "0.18.1+1.9.0"
9022source = "registry+https://github.com/rust-lang/crates.io-index"
9023checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9024dependencies = [
9025 "cc",
9026 "libc",
9027 "libz-sys",
9028 "pkg-config",
9029]
9030
9031[[package]]
9032name = "libloading"
9033version = "0.8.6"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9036dependencies = [
9037 "cfg-if",
9038 "windows-targets 0.48.5",
9039]
9040
9041[[package]]
9042name = "libm"
9043version = "0.2.11"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9046
9047[[package]]
9048name = "libmimalloc-sys"
9049version = "0.1.42"
9050source = "registry+https://github.com/rust-lang/crates.io-index"
9051checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9052dependencies = [
9053 "cc",
9054 "libc",
9055]
9056
9057[[package]]
9058name = "libredox"
9059version = "0.1.3"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9062dependencies = [
9063 "bitflags 2.9.0",
9064 "libc",
9065 "redox_syscall 0.5.11",
9066]
9067
9068[[package]]
9069name = "libsqlite3-sys"
9070version = "0.30.1"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9073dependencies = [
9074 "cc",
9075 "pkg-config",
9076 "vcpkg",
9077]
9078
9079[[package]]
9080name = "libwebrtc"
9081version = "0.3.10"
9082source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9083dependencies = [
9084 "cxx",
9085 "jni",
9086 "js-sys",
9087 "lazy_static",
9088 "livekit-protocol",
9089 "livekit-runtime",
9090 "log",
9091 "parking_lot",
9092 "serde",
9093 "serde_json",
9094 "thiserror 1.0.69",
9095 "tokio",
9096 "wasm-bindgen",
9097 "wasm-bindgen-futures",
9098 "web-sys",
9099 "webrtc-sys",
9100]
9101
9102[[package]]
9103name = "libz-sys"
9104version = "1.1.22"
9105source = "registry+https://github.com/rust-lang/crates.io-index"
9106checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9107dependencies = [
9108 "cc",
9109 "libc",
9110 "pkg-config",
9111 "vcpkg",
9112]
9113
9114[[package]]
9115name = "line_ending_selector"
9116version = "0.1.0"
9117dependencies = [
9118 "editor",
9119 "gpui",
9120 "language",
9121 "picker",
9122 "project",
9123 "ui",
9124 "util",
9125 "workspace",
9126 "workspace-hack",
9127]
9128
9129[[package]]
9130name = "link-cplusplus"
9131version = "1.0.10"
9132source = "registry+https://github.com/rust-lang/crates.io-index"
9133checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9134dependencies = [
9135 "cc",
9136]
9137
9138[[package]]
9139name = "linkify"
9140version = "0.10.0"
9141source = "registry+https://github.com/rust-lang/crates.io-index"
9142checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9143dependencies = [
9144 "memchr",
9145]
9146
9147[[package]]
9148name = "linux-raw-sys"
9149version = "0.4.15"
9150source = "registry+https://github.com/rust-lang/crates.io-index"
9151checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9152
9153[[package]]
9154name = "linux-raw-sys"
9155version = "0.9.4"
9156source = "registry+https://github.com/rust-lang/crates.io-index"
9157checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9158
9159[[package]]
9160name = "litemap"
9161version = "0.7.5"
9162source = "registry+https://github.com/rust-lang/crates.io-index"
9163checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9164
9165[[package]]
9166name = "livekit"
9167version = "0.7.8"
9168source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9169dependencies = [
9170 "chrono",
9171 "futures-util",
9172 "lazy_static",
9173 "libloading",
9174 "libwebrtc",
9175 "livekit-api",
9176 "livekit-protocol",
9177 "livekit-runtime",
9178 "log",
9179 "parking_lot",
9180 "prost 0.12.6",
9181 "semver",
9182 "serde",
9183 "serde_json",
9184 "thiserror 1.0.69",
9185 "tokio",
9186]
9187
9188[[package]]
9189name = "livekit-api"
9190version = "0.4.2"
9191source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9192dependencies = [
9193 "futures-util",
9194 "http 0.2.12",
9195 "livekit-protocol",
9196 "livekit-runtime",
9197 "log",
9198 "parking_lot",
9199 "pbjson-types",
9200 "prost 0.12.6",
9201 "rand 0.9.1",
9202 "reqwest 0.11.27",
9203 "scopeguard",
9204 "serde",
9205 "sha2",
9206 "thiserror 1.0.69",
9207 "tokio",
9208 "tokio-tungstenite 0.26.2",
9209 "url",
9210]
9211
9212[[package]]
9213name = "livekit-protocol"
9214version = "0.3.9"
9215source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9216dependencies = [
9217 "futures-util",
9218 "livekit-runtime",
9219 "parking_lot",
9220 "pbjson",
9221 "pbjson-types",
9222 "prost 0.12.6",
9223 "prost-types 0.12.6",
9224 "serde",
9225 "thiserror 1.0.69",
9226 "tokio",
9227]
9228
9229[[package]]
9230name = "livekit-runtime"
9231version = "0.4.0"
9232source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9233dependencies = [
9234 "tokio",
9235 "tokio-stream",
9236]
9237
9238[[package]]
9239name = "livekit_api"
9240version = "0.1.0"
9241dependencies = [
9242 "anyhow",
9243 "async-trait",
9244 "jsonwebtoken",
9245 "log",
9246 "prost 0.9.0",
9247 "prost-build 0.9.0",
9248 "prost-types 0.9.0",
9249 "serde",
9250 "workspace-hack",
9251 "zed-reqwest",
9252]
9253
9254[[package]]
9255name = "livekit_client"
9256version = "0.1.0"
9257dependencies = [
9258 "anyhow",
9259 "async-trait",
9260 "audio",
9261 "collections",
9262 "core-foundation 0.10.0",
9263 "core-video",
9264 "coreaudio-rs 0.12.1",
9265 "cpal",
9266 "futures 0.3.31",
9267 "gpui",
9268 "gpui_tokio",
9269 "http_client_tls",
9270 "image",
9271 "libwebrtc",
9272 "livekit",
9273 "livekit_api",
9274 "log",
9275 "nanoid",
9276 "objc",
9277 "parking_lot",
9278 "postage",
9279 "rodio",
9280 "serde",
9281 "serde_json",
9282 "serde_urlencoded",
9283 "settings",
9284 "sha2",
9285 "simplelog",
9286 "smallvec",
9287 "tokio-tungstenite 0.26.2",
9288 "ui",
9289 "util",
9290 "workspace-hack",
9291 "zed-scap",
9292]
9293
9294[[package]]
9295name = "lmdb-master-sys"
9296version = "0.2.5"
9297source = "registry+https://github.com/rust-lang/crates.io-index"
9298checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9299dependencies = [
9300 "cc",
9301 "doxygen-rs",
9302 "libc",
9303]
9304
9305[[package]]
9306name = "lmstudio"
9307version = "0.1.0"
9308dependencies = [
9309 "anyhow",
9310 "futures 0.3.31",
9311 "http_client",
9312 "schemars 1.0.1",
9313 "serde",
9314 "serde_json",
9315 "workspace-hack",
9316]
9317
9318[[package]]
9319name = "lock_api"
9320version = "0.4.13"
9321source = "registry+https://github.com/rust-lang/crates.io-index"
9322checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9323dependencies = [
9324 "autocfg",
9325 "scopeguard",
9326]
9327
9328[[package]]
9329name = "log"
9330version = "0.4.27"
9331source = "registry+https://github.com/rust-lang/crates.io-index"
9332checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9333dependencies = [
9334 "serde",
9335 "value-bag",
9336]
9337
9338[[package]]
9339name = "loom"
9340version = "0.7.2"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9343dependencies = [
9344 "cfg-if",
9345 "generator",
9346 "scoped-tls",
9347 "tracing",
9348 "tracing-subscriber",
9349]
9350
9351[[package]]
9352name = "loop9"
9353version = "0.1.5"
9354source = "registry+https://github.com/rust-lang/crates.io-index"
9355checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9356dependencies = [
9357 "imgref",
9358]
9359
9360[[package]]
9361name = "lru"
9362version = "0.12.5"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9365dependencies = [
9366 "hashbrown 0.15.3",
9367]
9368
9369[[package]]
9370name = "lsp"
9371version = "0.1.0"
9372dependencies = [
9373 "anyhow",
9374 "async-pipe",
9375 "collections",
9376 "ctor",
9377 "futures 0.3.31",
9378 "gpui",
9379 "log",
9380 "lsp-types",
9381 "parking_lot",
9382 "postage",
9383 "release_channel",
9384 "schemars 1.0.1",
9385 "serde",
9386 "serde_json",
9387 "smol",
9388 "util",
9389 "workspace-hack",
9390 "zlog",
9391]
9392
9393[[package]]
9394name = "lsp-types"
9395version = "0.95.1"
9396source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9397dependencies = [
9398 "bitflags 1.3.2",
9399 "serde",
9400 "serde_json",
9401 "url",
9402]
9403
9404[[package]]
9405name = "lyon"
9406version = "1.0.1"
9407source = "registry+https://github.com/rust-lang/crates.io-index"
9408checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9409dependencies = [
9410 "lyon_algorithms",
9411 "lyon_extra",
9412 "lyon_tessellation",
9413]
9414
9415[[package]]
9416name = "lyon_algorithms"
9417version = "1.0.5"
9418source = "registry+https://github.com/rust-lang/crates.io-index"
9419checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9420dependencies = [
9421 "lyon_path",
9422 "num-traits",
9423]
9424
9425[[package]]
9426name = "lyon_extra"
9427version = "1.0.3"
9428source = "registry+https://github.com/rust-lang/crates.io-index"
9429checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9430dependencies = [
9431 "lyon_path",
9432 "thiserror 1.0.69",
9433]
9434
9435[[package]]
9436name = "lyon_geom"
9437version = "1.0.6"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9440dependencies = [
9441 "arrayvec",
9442 "euclid",
9443 "num-traits",
9444]
9445
9446[[package]]
9447name = "lyon_path"
9448version = "1.0.7"
9449source = "registry+https://github.com/rust-lang/crates.io-index"
9450checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9451dependencies = [
9452 "lyon_geom",
9453 "num-traits",
9454]
9455
9456[[package]]
9457name = "lyon_tessellation"
9458version = "1.0.15"
9459source = "registry+https://github.com/rust-lang/crates.io-index"
9460checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9461dependencies = [
9462 "float_next_after",
9463 "lyon_path",
9464 "num-traits",
9465]
9466
9467[[package]]
9468name = "mac"
9469version = "0.1.1"
9470source = "registry+https://github.com/rust-lang/crates.io-index"
9471checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9472
9473[[package]]
9474name = "mach2"
9475version = "0.4.2"
9476source = "registry+https://github.com/rust-lang/crates.io-index"
9477checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9478dependencies = [
9479 "libc",
9480]
9481
9482[[package]]
9483name = "mach2"
9484version = "0.5.0"
9485source = "registry+https://github.com/rust-lang/crates.io-index"
9486checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9487dependencies = [
9488 "libc",
9489]
9490
9491[[package]]
9492name = "malloc_buf"
9493version = "0.0.6"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9496dependencies = [
9497 "libc",
9498]
9499
9500[[package]]
9501name = "maplit"
9502version = "1.0.2"
9503source = "registry+https://github.com/rust-lang/crates.io-index"
9504checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9505
9506[[package]]
9507name = "markdown"
9508version = "0.1.0"
9509dependencies = [
9510 "assets",
9511 "base64 0.22.1",
9512 "collections",
9513 "env_logger 0.11.8",
9514 "fs",
9515 "futures 0.3.31",
9516 "gpui",
9517 "language",
9518 "languages",
9519 "linkify",
9520 "log",
9521 "node_runtime",
9522 "pulldown-cmark 0.12.2",
9523 "settings",
9524 "sum_tree",
9525 "theme",
9526 "ui",
9527 "util",
9528 "workspace-hack",
9529]
9530
9531[[package]]
9532name = "markdown_preview"
9533version = "0.1.0"
9534dependencies = [
9535 "anyhow",
9536 "async-recursion",
9537 "collections",
9538 "editor",
9539 "fs",
9540 "gpui",
9541 "html5ever 0.27.0",
9542 "language",
9543 "linkify",
9544 "log",
9545 "markup5ever_rcdom",
9546 "pretty_assertions",
9547 "pulldown-cmark 0.12.2",
9548 "settings",
9549 "theme",
9550 "ui",
9551 "util",
9552 "workspace",
9553 "workspace-hack",
9554]
9555
9556[[package]]
9557name = "markup5ever"
9558version = "0.12.1"
9559source = "registry+https://github.com/rust-lang/crates.io-index"
9560checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9561dependencies = [
9562 "log",
9563 "phf",
9564 "phf_codegen",
9565 "string_cache",
9566 "string_cache_codegen",
9567 "tendril",
9568]
9569
9570[[package]]
9571name = "markup5ever"
9572version = "0.35.0"
9573source = "registry+https://github.com/rust-lang/crates.io-index"
9574checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
9575dependencies = [
9576 "log",
9577 "tendril",
9578 "web_atoms",
9579]
9580
9581[[package]]
9582name = "markup5ever_rcdom"
9583version = "0.3.0"
9584source = "registry+https://github.com/rust-lang/crates.io-index"
9585checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9586dependencies = [
9587 "html5ever 0.27.0",
9588 "markup5ever 0.12.1",
9589 "tendril",
9590 "xml5ever",
9591]
9592
9593[[package]]
9594name = "match_token"
9595version = "0.35.0"
9596source = "registry+https://github.com/rust-lang/crates.io-index"
9597checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
9598dependencies = [
9599 "proc-macro2",
9600 "quote",
9601 "syn 2.0.101",
9602]
9603
9604[[package]]
9605name = "matchers"
9606version = "0.2.0"
9607source = "registry+https://github.com/rust-lang/crates.io-index"
9608checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9609dependencies = [
9610 "regex-automata",
9611]
9612
9613[[package]]
9614name = "matchit"
9615version = "0.7.3"
9616source = "registry+https://github.com/rust-lang/crates.io-index"
9617checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9618
9619[[package]]
9620name = "maybe-owned"
9621version = "0.3.4"
9622source = "registry+https://github.com/rust-lang/crates.io-index"
9623checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9624
9625[[package]]
9626name = "maybe-rayon"
9627version = "0.1.1"
9628source = "registry+https://github.com/rust-lang/crates.io-index"
9629checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9630dependencies = [
9631 "cfg-if",
9632 "rayon",
9633]
9634
9635[[package]]
9636name = "md-5"
9637version = "0.10.6"
9638source = "registry+https://github.com/rust-lang/crates.io-index"
9639checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9640dependencies = [
9641 "cfg-if",
9642 "digest",
9643]
9644
9645[[package]]
9646name = "mdbook"
9647version = "0.4.40"
9648source = "registry+https://github.com/rust-lang/crates.io-index"
9649checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9650dependencies = [
9651 "ammonia",
9652 "anyhow",
9653 "chrono",
9654 "clap",
9655 "clap_complete",
9656 "elasticlunr-rs",
9657 "env_logger 0.11.8",
9658 "futures-util",
9659 "handlebars 5.1.2",
9660 "ignore",
9661 "log",
9662 "memchr",
9663 "notify 6.1.1",
9664 "notify-debouncer-mini",
9665 "once_cell",
9666 "opener",
9667 "pathdiff",
9668 "pulldown-cmark 0.10.3",
9669 "regex",
9670 "serde",
9671 "serde_json",
9672 "shlex",
9673 "tempfile",
9674 "tokio",
9675 "toml 0.5.11",
9676 "topological-sort",
9677 "walkdir",
9678 "warp",
9679]
9680
9681[[package]]
9682name = "media"
9683version = "0.1.0"
9684dependencies = [
9685 "anyhow",
9686 "bindgen 0.71.1",
9687 "core-foundation 0.10.0",
9688 "core-video",
9689 "ctor",
9690 "foreign-types 0.5.0",
9691 "metal",
9692 "objc",
9693 "workspace-hack",
9694]
9695
9696[[package]]
9697name = "memchr"
9698version = "2.7.4"
9699source = "registry+https://github.com/rust-lang/crates.io-index"
9700checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9701
9702[[package]]
9703name = "memfd"
9704version = "0.6.4"
9705source = "registry+https://github.com/rust-lang/crates.io-index"
9706checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9707dependencies = [
9708 "rustix 0.38.44",
9709]
9710
9711[[package]]
9712name = "memmap2"
9713version = "0.9.5"
9714source = "registry+https://github.com/rust-lang/crates.io-index"
9715checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9716dependencies = [
9717 "libc",
9718 "stable_deref_trait",
9719]
9720
9721[[package]]
9722name = "memoffset"
9723version = "0.9.1"
9724source = "registry+https://github.com/rust-lang/crates.io-index"
9725checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9726dependencies = [
9727 "autocfg",
9728]
9729
9730[[package]]
9731name = "menu"
9732version = "0.1.0"
9733dependencies = [
9734 "gpui",
9735 "workspace-hack",
9736]
9737
9738[[package]]
9739name = "metal"
9740version = "0.29.0"
9741source = "registry+https://github.com/rust-lang/crates.io-index"
9742checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9743dependencies = [
9744 "bitflags 2.9.0",
9745 "block",
9746 "core-graphics-types 0.1.3",
9747 "foreign-types 0.5.0",
9748 "log",
9749 "objc",
9750 "paste",
9751]
9752
9753[[package]]
9754name = "migrator"
9755version = "0.1.0"
9756dependencies = [
9757 "anyhow",
9758 "collections",
9759 "convert_case 0.8.0",
9760 "log",
9761 "pretty_assertions",
9762 "serde_json",
9763 "serde_json_lenient",
9764 "settings",
9765 "streaming-iterator",
9766 "tree-sitter",
9767 "tree-sitter-json",
9768 "unindent",
9769 "workspace-hack",
9770]
9771
9772[[package]]
9773name = "mimalloc"
9774version = "0.1.46"
9775source = "registry+https://github.com/rust-lang/crates.io-index"
9776checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9777dependencies = [
9778 "libmimalloc-sys",
9779]
9780
9781[[package]]
9782name = "mime"
9783version = "0.3.17"
9784source = "registry+https://github.com/rust-lang/crates.io-index"
9785checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9786
9787[[package]]
9788name = "mime_guess"
9789version = "2.0.5"
9790source = "registry+https://github.com/rust-lang/crates.io-index"
9791checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9792dependencies = [
9793 "mime",
9794 "unicase",
9795]
9796
9797[[package]]
9798name = "minidump-common"
9799version = "0.21.2"
9800source = "registry+https://github.com/rust-lang/crates.io-index"
9801checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9802dependencies = [
9803 "bitflags 2.9.0",
9804 "debugid",
9805 "num-derive",
9806 "num-traits",
9807 "range-map",
9808 "scroll",
9809 "smart-default",
9810]
9811
9812[[package]]
9813name = "minidump-writer"
9814version = "0.8.9"
9815source = "registry+https://github.com/rust-lang/crates.io-index"
9816checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9817dependencies = [
9818 "bitflags 2.9.0",
9819 "byteorder",
9820 "cfg-if",
9821 "crash-context",
9822 "goblin",
9823 "libc",
9824 "log",
9825 "mach2 0.4.2",
9826 "memmap2",
9827 "memoffset",
9828 "minidump-common",
9829 "nix 0.28.0",
9830 "procfs-core",
9831 "scroll",
9832 "tempfile",
9833 "thiserror 1.0.69",
9834]
9835
9836[[package]]
9837name = "minidumper"
9838version = "0.8.3"
9839source = "registry+https://github.com/rust-lang/crates.io-index"
9840checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9841dependencies = [
9842 "cfg-if",
9843 "crash-context",
9844 "libc",
9845 "log",
9846 "minidump-writer",
9847 "parking_lot",
9848 "polling",
9849 "scroll",
9850 "thiserror 1.0.69",
9851 "uds",
9852]
9853
9854[[package]]
9855name = "minimal-lexical"
9856version = "0.2.1"
9857source = "registry+https://github.com/rust-lang/crates.io-index"
9858checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9859
9860[[package]]
9861name = "miniz_oxide"
9862version = "0.8.8"
9863source = "registry+https://github.com/rust-lang/crates.io-index"
9864checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9865dependencies = [
9866 "adler2",
9867 "simd-adler32",
9868]
9869
9870[[package]]
9871name = "mint"
9872version = "0.5.9"
9873source = "registry+https://github.com/rust-lang/crates.io-index"
9874checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9875
9876[[package]]
9877name = "mio"
9878version = "0.8.11"
9879source = "registry+https://github.com/rust-lang/crates.io-index"
9880checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9881dependencies = [
9882 "libc",
9883 "log",
9884 "wasi 0.11.0+wasi-snapshot-preview1",
9885 "windows-sys 0.48.0",
9886]
9887
9888[[package]]
9889name = "mio"
9890version = "1.0.3"
9891source = "registry+https://github.com/rust-lang/crates.io-index"
9892checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9893dependencies = [
9894 "libc",
9895 "log",
9896 "wasi 0.11.0+wasi-snapshot-preview1",
9897 "windows-sys 0.52.0",
9898]
9899
9900[[package]]
9901name = "miow"
9902version = "0.6.0"
9903source = "registry+https://github.com/rust-lang/crates.io-index"
9904checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9905dependencies = [
9906 "windows-sys 0.48.0",
9907]
9908
9909[[package]]
9910name = "mistral"
9911version = "0.1.0"
9912dependencies = [
9913 "anyhow",
9914 "futures 0.3.31",
9915 "http_client",
9916 "schemars 1.0.1",
9917 "serde",
9918 "serde_json",
9919 "strum 0.27.1",
9920 "workspace-hack",
9921]
9922
9923[[package]]
9924name = "moka"
9925version = "0.12.10"
9926source = "registry+https://github.com/rust-lang/crates.io-index"
9927checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9928dependencies = [
9929 "crossbeam-channel",
9930 "crossbeam-epoch",
9931 "crossbeam-utils",
9932 "loom",
9933 "parking_lot",
9934 "portable-atomic",
9935 "rustc_version",
9936 "smallvec",
9937 "tagptr",
9938 "thiserror 1.0.69",
9939 "uuid",
9940]
9941
9942[[package]]
9943name = "msvc_spectre_libs"
9944version = "0.1.3"
9945source = "registry+https://github.com/rust-lang/crates.io-index"
9946checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9947dependencies = [
9948 "cc",
9949]
9950
9951[[package]]
9952name = "multi_buffer"
9953version = "0.1.0"
9954dependencies = [
9955 "anyhow",
9956 "buffer_diff",
9957 "clock",
9958 "collections",
9959 "ctor",
9960 "gpui",
9961 "indoc",
9962 "itertools 0.14.0",
9963 "language",
9964 "log",
9965 "parking_lot",
9966 "pretty_assertions",
9967 "project",
9968 "rand 0.9.1",
9969 "rope",
9970 "serde",
9971 "settings",
9972 "smallvec",
9973 "smol",
9974 "sum_tree",
9975 "text",
9976 "theme",
9977 "tree-sitter",
9978 "util",
9979 "workspace-hack",
9980 "zlog",
9981]
9982
9983[[package]]
9984name = "multimap"
9985version = "0.8.3"
9986source = "registry+https://github.com/rust-lang/crates.io-index"
9987checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9988
9989[[package]]
9990name = "naga"
9991version = "25.0.1"
9992source = "registry+https://github.com/rust-lang/crates.io-index"
9993checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9994dependencies = [
9995 "arrayvec",
9996 "bit-set 0.8.0",
9997 "bitflags 2.9.0",
9998 "cfg_aliases 0.2.1",
9999 "codespan-reporting",
10000 "half",
10001 "hashbrown 0.15.3",
10002 "hexf-parse",
10003 "indexmap 2.9.0",
10004 "log",
10005 "num-traits",
10006 "once_cell",
10007 "rustc-hash 1.1.0",
10008 "spirv",
10009 "strum 0.26.3",
10010 "thiserror 2.0.12",
10011 "unicode-ident",
10012]
10013
10014[[package]]
10015name = "nanoid"
10016version = "0.4.0"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10019dependencies = [
10020 "rand 0.8.5",
10021]
10022
10023[[package]]
10024name = "nanorand"
10025version = "0.7.0"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10028dependencies = [
10029 "getrandom 0.2.15",
10030]
10031
10032[[package]]
10033name = "native-tls"
10034version = "0.2.14"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10037dependencies = [
10038 "libc",
10039 "log",
10040 "openssl",
10041 "openssl-probe",
10042 "openssl-sys",
10043 "schannel",
10044 "security-framework 2.11.1",
10045 "security-framework-sys",
10046 "tempfile",
10047]
10048
10049[[package]]
10050name = "nbformat"
10051version = "0.10.0"
10052source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10053dependencies = [
10054 "anyhow",
10055 "chrono",
10056 "jupyter-protocol",
10057 "serde",
10058 "serde_json",
10059 "thiserror 1.0.69",
10060 "uuid",
10061]
10062
10063[[package]]
10064name = "nc"
10065version = "0.1.0"
10066dependencies = [
10067 "anyhow",
10068 "futures 0.3.31",
10069 "net",
10070 "smol",
10071 "workspace-hack",
10072]
10073
10074[[package]]
10075name = "ndk"
10076version = "0.9.0"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10079dependencies = [
10080 "bitflags 2.9.0",
10081 "jni-sys",
10082 "log",
10083 "ndk-sys",
10084 "num_enum",
10085 "thiserror 1.0.69",
10086]
10087
10088[[package]]
10089name = "ndk-context"
10090version = "0.1.1"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10093
10094[[package]]
10095name = "ndk-sys"
10096version = "0.6.0+11769913"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10099dependencies = [
10100 "jni-sys",
10101]
10102
10103[[package]]
10104name = "net"
10105version = "0.1.0"
10106dependencies = [
10107 "anyhow",
10108 "async-io",
10109 "smol",
10110 "tempfile",
10111 "windows 0.61.1",
10112 "workspace-hack",
10113]
10114
10115[[package]]
10116name = "new_debug_unreachable"
10117version = "1.0.6"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10120
10121[[package]]
10122name = "nix"
10123version = "0.28.0"
10124source = "registry+https://github.com/rust-lang/crates.io-index"
10125checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10126dependencies = [
10127 "bitflags 2.9.0",
10128 "cfg-if",
10129 "cfg_aliases 0.1.1",
10130 "libc",
10131]
10132
10133[[package]]
10134name = "nix"
10135version = "0.29.0"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10138dependencies = [
10139 "bitflags 2.9.0",
10140 "cfg-if",
10141 "cfg_aliases 0.2.1",
10142 "libc",
10143]
10144
10145[[package]]
10146name = "nix"
10147version = "0.30.1"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10150dependencies = [
10151 "bitflags 2.9.0",
10152 "cfg-if",
10153 "cfg_aliases 0.2.1",
10154 "libc",
10155 "memoffset",
10156]
10157
10158[[package]]
10159name = "node_runtime"
10160version = "0.1.0"
10161dependencies = [
10162 "anyhow",
10163 "async-compression",
10164 "async-std",
10165 "async-tar",
10166 "async-trait",
10167 "futures 0.3.31",
10168 "http_client",
10169 "log",
10170 "paths",
10171 "semver",
10172 "serde",
10173 "serde_json",
10174 "smol",
10175 "util",
10176 "watch",
10177 "which 6.0.3",
10178 "workspace-hack",
10179]
10180
10181[[package]]
10182name = "nom"
10183version = "7.1.3"
10184source = "registry+https://github.com/rust-lang/crates.io-index"
10185checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10186dependencies = [
10187 "memchr",
10188 "minimal-lexical",
10189]
10190
10191[[package]]
10192name = "nom"
10193version = "8.0.0"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10196dependencies = [
10197 "memchr",
10198]
10199
10200[[package]]
10201name = "noop_proc_macro"
10202version = "0.3.0"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10205
10206[[package]]
10207name = "normpath"
10208version = "1.3.0"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10211dependencies = [
10212 "windows-sys 0.59.0",
10213]
10214
10215[[package]]
10216name = "notifications"
10217version = "0.1.0"
10218dependencies = [
10219 "anyhow",
10220 "channel",
10221 "client",
10222 "collections",
10223 "component",
10224 "db",
10225 "gpui",
10226 "rpc",
10227 "settings",
10228 "sum_tree",
10229 "time",
10230 "ui",
10231 "util",
10232 "workspace",
10233 "workspace-hack",
10234 "zed_actions",
10235]
10236
10237[[package]]
10238name = "notify"
10239version = "6.1.1"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10242dependencies = [
10243 "bitflags 2.9.0",
10244 "crossbeam-channel",
10245 "filetime",
10246 "fsevent-sys 4.1.0",
10247 "inotify 0.9.6",
10248 "kqueue",
10249 "libc",
10250 "log",
10251 "mio 0.8.11",
10252 "walkdir",
10253 "windows-sys 0.48.0",
10254]
10255
10256[[package]]
10257name = "notify"
10258version = "8.0.0"
10259source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10260dependencies = [
10261 "bitflags 2.9.0",
10262 "filetime",
10263 "fsevent-sys 4.1.0",
10264 "inotify 0.11.0",
10265 "kqueue",
10266 "libc",
10267 "log",
10268 "mio 1.0.3",
10269 "notify-types",
10270 "walkdir",
10271 "windows-sys 0.59.0",
10272]
10273
10274[[package]]
10275name = "notify-debouncer-mini"
10276version = "0.4.1"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10279dependencies = [
10280 "crossbeam-channel",
10281 "log",
10282 "notify 6.1.1",
10283]
10284
10285[[package]]
10286name = "notify-types"
10287version = "2.0.0"
10288source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10289
10290[[package]]
10291name = "ntapi"
10292version = "0.4.1"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10295dependencies = [
10296 "winapi",
10297]
10298
10299[[package]]
10300name = "nu-ansi-term"
10301version = "0.50.1"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10304dependencies = [
10305 "windows-sys 0.52.0",
10306]
10307
10308[[package]]
10309name = "num"
10310version = "0.4.3"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10313dependencies = [
10314 "num-bigint",
10315 "num-complex",
10316 "num-integer",
10317 "num-iter",
10318 "num-rational",
10319 "num-traits",
10320]
10321
10322[[package]]
10323name = "num-bigint"
10324version = "0.4.6"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10327dependencies = [
10328 "num-integer",
10329 "num-traits",
10330]
10331
10332[[package]]
10333name = "num-bigint-dig"
10334version = "0.8.4"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10337dependencies = [
10338 "byteorder",
10339 "lazy_static",
10340 "libm",
10341 "num-integer",
10342 "num-iter",
10343 "num-traits",
10344 "rand 0.8.5",
10345 "serde",
10346 "smallvec",
10347 "zeroize",
10348]
10349
10350[[package]]
10351name = "num-cmp"
10352version = "0.1.0"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10355
10356[[package]]
10357name = "num-complex"
10358version = "0.4.6"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10361dependencies = [
10362 "bytemuck",
10363 "num-traits",
10364]
10365
10366[[package]]
10367name = "num-conv"
10368version = "0.1.0"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10371
10372[[package]]
10373name = "num-derive"
10374version = "0.4.2"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10377dependencies = [
10378 "proc-macro2",
10379 "quote",
10380 "syn 2.0.101",
10381]
10382
10383[[package]]
10384name = "num-format"
10385version = "0.4.4"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10388dependencies = [
10389 "arrayvec",
10390 "itoa",
10391]
10392
10393[[package]]
10394name = "num-integer"
10395version = "0.1.46"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10398dependencies = [
10399 "num-traits",
10400]
10401
10402[[package]]
10403name = "num-iter"
10404version = "0.1.45"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10407dependencies = [
10408 "autocfg",
10409 "num-integer",
10410 "num-traits",
10411]
10412
10413[[package]]
10414name = "num-rational"
10415version = "0.4.2"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10418dependencies = [
10419 "num-bigint",
10420 "num-integer",
10421 "num-traits",
10422]
10423
10424[[package]]
10425name = "num-traits"
10426version = "0.2.19"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10429dependencies = [
10430 "autocfg",
10431 "libm",
10432]
10433
10434[[package]]
10435name = "num_cpus"
10436version = "1.16.0"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10439dependencies = [
10440 "hermit-abi 0.3.9",
10441 "libc",
10442]
10443
10444[[package]]
10445name = "num_enum"
10446version = "0.7.3"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10449dependencies = [
10450 "num_enum_derive",
10451]
10452
10453[[package]]
10454name = "num_enum_derive"
10455version = "0.7.3"
10456source = "registry+https://github.com/rust-lang/crates.io-index"
10457checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10458dependencies = [
10459 "proc-macro-crate",
10460 "proc-macro2",
10461 "quote",
10462 "syn 2.0.101",
10463]
10464
10465[[package]]
10466name = "num_threads"
10467version = "0.1.7"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10470dependencies = [
10471 "libc",
10472]
10473
10474[[package]]
10475name = "nvim-rs"
10476version = "0.9.2"
10477source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10478dependencies = [
10479 "async-trait",
10480 "futures 0.3.31",
10481 "log",
10482 "rmp",
10483 "rmpv",
10484 "tokio",
10485 "tokio-util",
10486]
10487
10488[[package]]
10489name = "objc"
10490version = "0.2.7"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10493dependencies = [
10494 "malloc_buf",
10495 "objc_exception",
10496]
10497
10498[[package]]
10499name = "objc-foundation"
10500version = "0.1.1"
10501source = "registry+https://github.com/rust-lang/crates.io-index"
10502checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10503dependencies = [
10504 "block",
10505 "objc",
10506 "objc_id",
10507]
10508
10509[[package]]
10510name = "objc2"
10511version = "0.6.1"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10514dependencies = [
10515 "objc2-encode",
10516]
10517
10518[[package]]
10519name = "objc2-app-kit"
10520version = "0.3.1"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10523dependencies = [
10524 "bitflags 2.9.0",
10525 "objc2",
10526 "objc2-core-foundation",
10527 "objc2-foundation",
10528 "objc2-quartz-core",
10529]
10530
10531[[package]]
10532name = "objc2-audio-toolbox"
10533version = "0.3.1"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10536dependencies = [
10537 "bitflags 2.9.0",
10538 "libc",
10539 "objc2",
10540 "objc2-core-audio",
10541 "objc2-core-audio-types",
10542 "objc2-core-foundation",
10543 "objc2-foundation",
10544]
10545
10546[[package]]
10547name = "objc2-core-audio"
10548version = "0.3.1"
10549source = "registry+https://github.com/rust-lang/crates.io-index"
10550checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10551dependencies = [
10552 "dispatch2",
10553 "objc2",
10554 "objc2-core-audio-types",
10555 "objc2-core-foundation",
10556]
10557
10558[[package]]
10559name = "objc2-core-audio-types"
10560version = "0.3.1"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10563dependencies = [
10564 "bitflags 2.9.0",
10565 "objc2",
10566]
10567
10568[[package]]
10569name = "objc2-core-foundation"
10570version = "0.3.1"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10573dependencies = [
10574 "bitflags 2.9.0",
10575 "dispatch2",
10576 "objc2",
10577]
10578
10579[[package]]
10580name = "objc2-encode"
10581version = "4.1.0"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10584
10585[[package]]
10586name = "objc2-foundation"
10587version = "0.3.1"
10588source = "registry+https://github.com/rust-lang/crates.io-index"
10589checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10590dependencies = [
10591 "bitflags 2.9.0",
10592 "objc2",
10593 "objc2-core-foundation",
10594]
10595
10596[[package]]
10597name = "objc2-io-kit"
10598version = "0.3.1"
10599source = "registry+https://github.com/rust-lang/crates.io-index"
10600checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a"
10601dependencies = [
10602 "libc",
10603 "objc2-core-foundation",
10604]
10605
10606[[package]]
10607name = "objc2-metal"
10608version = "0.3.1"
10609source = "registry+https://github.com/rust-lang/crates.io-index"
10610checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10611dependencies = [
10612 "bitflags 2.9.0",
10613 "block2",
10614 "dispatch2",
10615 "objc2",
10616 "objc2-core-foundation",
10617 "objc2-foundation",
10618]
10619
10620[[package]]
10621name = "objc2-quartz-core"
10622version = "0.3.1"
10623source = "registry+https://github.com/rust-lang/crates.io-index"
10624checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10625dependencies = [
10626 "bitflags 2.9.0",
10627 "objc2",
10628 "objc2-core-foundation",
10629 "objc2-foundation",
10630 "objc2-metal",
10631]
10632
10633[[package]]
10634name = "objc2-ui-kit"
10635version = "0.3.1"
10636source = "registry+https://github.com/rust-lang/crates.io-index"
10637checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10638dependencies = [
10639 "bitflags 2.9.0",
10640 "objc2",
10641 "objc2-core-foundation",
10642 "objc2-foundation",
10643 "objc2-quartz-core",
10644]
10645
10646[[package]]
10647name = "objc_exception"
10648version = "0.1.2"
10649source = "registry+https://github.com/rust-lang/crates.io-index"
10650checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10651dependencies = [
10652 "cc",
10653]
10654
10655[[package]]
10656name = "objc_id"
10657version = "0.1.1"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10660dependencies = [
10661 "objc",
10662]
10663
10664[[package]]
10665name = "object"
10666version = "0.36.7"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10669dependencies = [
10670 "crc32fast",
10671 "hashbrown 0.15.3",
10672 "indexmap 2.9.0",
10673 "memchr",
10674]
10675
10676[[package]]
10677name = "ollama"
10678version = "0.1.0"
10679dependencies = [
10680 "anyhow",
10681 "futures 0.3.31",
10682 "http_client",
10683 "schemars 1.0.1",
10684 "serde",
10685 "serde_json",
10686 "settings",
10687 "workspace-hack",
10688]
10689
10690[[package]]
10691name = "onboarding"
10692version = "0.1.0"
10693dependencies = [
10694 "anyhow",
10695 "client",
10696 "component",
10697 "db",
10698 "documented",
10699 "fs",
10700 "fuzzy",
10701 "git",
10702 "gpui",
10703 "menu",
10704 "notifications",
10705 "picker",
10706 "project",
10707 "schemars 1.0.1",
10708 "serde",
10709 "settings",
10710 "telemetry",
10711 "theme",
10712 "ui",
10713 "ui_input",
10714 "util",
10715 "vim_mode_setting",
10716 "workspace",
10717 "workspace-hack",
10718 "zed_actions",
10719 "zlog",
10720]
10721
10722[[package]]
10723name = "once_cell"
10724version = "1.21.3"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10727
10728[[package]]
10729name = "oo7"
10730version = "0.5.0"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10733dependencies = [
10734 "aes",
10735 "ashpd 0.12.0",
10736 "async-fs",
10737 "async-io",
10738 "async-lock",
10739 "blocking",
10740 "cbc",
10741 "cipher",
10742 "digest",
10743 "endi",
10744 "futures-lite 2.6.0",
10745 "futures-util",
10746 "getrandom 0.3.2",
10747 "hkdf",
10748 "hmac",
10749 "md-5",
10750 "num",
10751 "num-bigint-dig",
10752 "pbkdf2 0.12.2",
10753 "rand 0.9.1",
10754 "serde",
10755 "sha2",
10756 "subtle",
10757 "zbus",
10758 "zbus_macros",
10759 "zeroize",
10760 "zvariant",
10761]
10762
10763[[package]]
10764name = "oorandom"
10765version = "11.1.5"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10768
10769[[package]]
10770name = "open"
10771version = "5.3.2"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10774dependencies = [
10775 "is-wsl",
10776 "libc",
10777 "pathdiff",
10778]
10779
10780[[package]]
10781name = "open_ai"
10782version = "0.1.0"
10783dependencies = [
10784 "anyhow",
10785 "futures 0.3.31",
10786 "http_client",
10787 "log",
10788 "schemars 1.0.1",
10789 "serde",
10790 "serde_json",
10791 "settings",
10792 "strum 0.27.1",
10793 "workspace-hack",
10794]
10795
10796[[package]]
10797name = "open_router"
10798version = "0.1.0"
10799dependencies = [
10800 "anyhow",
10801 "futures 0.3.31",
10802 "http_client",
10803 "schemars 1.0.1",
10804 "serde",
10805 "serde_json",
10806 "settings",
10807 "strum 0.27.1",
10808 "thiserror 2.0.12",
10809 "workspace-hack",
10810]
10811
10812[[package]]
10813name = "opener"
10814version = "0.7.2"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10817dependencies = [
10818 "bstr",
10819 "dbus",
10820 "normpath",
10821 "windows-sys 0.59.0",
10822]
10823
10824[[package]]
10825name = "openssl"
10826version = "0.10.72"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10829dependencies = [
10830 "bitflags 2.9.0",
10831 "cfg-if",
10832 "foreign-types 0.3.2",
10833 "libc",
10834 "once_cell",
10835 "openssl-macros",
10836 "openssl-sys",
10837]
10838
10839[[package]]
10840name = "openssl-macros"
10841version = "0.1.1"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10844dependencies = [
10845 "proc-macro2",
10846 "quote",
10847 "syn 2.0.101",
10848]
10849
10850[[package]]
10851name = "openssl-probe"
10852version = "0.1.6"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10855
10856[[package]]
10857name = "openssl-sys"
10858version = "0.9.107"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10861dependencies = [
10862 "cc",
10863 "libc",
10864 "pkg-config",
10865 "vcpkg",
10866]
10867
10868[[package]]
10869name = "optfield"
10870version = "0.3.0"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10873dependencies = [
10874 "proc-macro2",
10875 "quote",
10876 "syn 2.0.101",
10877]
10878
10879[[package]]
10880name = "option-ext"
10881version = "0.2.0"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10884
10885[[package]]
10886name = "ordered-float"
10887version = "2.10.1"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10890dependencies = [
10891 "num-traits",
10892]
10893
10894[[package]]
10895name = "ordered-float"
10896version = "4.6.0"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10899dependencies = [
10900 "num-traits",
10901]
10902
10903[[package]]
10904name = "ordered-stream"
10905version = "0.2.0"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10908dependencies = [
10909 "futures-core",
10910 "pin-project-lite",
10911]
10912
10913[[package]]
10914name = "ouroboros"
10915version = "0.18.5"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10918dependencies = [
10919 "aliasable",
10920 "ouroboros_macro",
10921 "static_assertions",
10922]
10923
10924[[package]]
10925name = "ouroboros_macro"
10926version = "0.18.5"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10929dependencies = [
10930 "heck 0.4.1",
10931 "proc-macro2",
10932 "proc-macro2-diagnostics",
10933 "quote",
10934 "syn 2.0.101",
10935]
10936
10937[[package]]
10938name = "outline"
10939version = "0.1.0"
10940dependencies = [
10941 "editor",
10942 "fuzzy",
10943 "gpui",
10944 "indoc",
10945 "language",
10946 "menu",
10947 "ordered-float 2.10.1",
10948 "picker",
10949 "project",
10950 "rope",
10951 "serde_json",
10952 "settings",
10953 "smol",
10954 "theme",
10955 "tree-sitter-rust",
10956 "tree-sitter-typescript",
10957 "ui",
10958 "util",
10959 "workspace",
10960 "workspace-hack",
10961 "zed_actions",
10962]
10963
10964[[package]]
10965name = "outline_panel"
10966version = "0.1.0"
10967dependencies = [
10968 "anyhow",
10969 "collections",
10970 "db",
10971 "editor",
10972 "file_icons",
10973 "fuzzy",
10974 "gpui",
10975 "itertools 0.14.0",
10976 "language",
10977 "log",
10978 "menu",
10979 "outline",
10980 "pretty_assertions",
10981 "project",
10982 "search",
10983 "serde",
10984 "serde_json",
10985 "settings",
10986 "smallvec",
10987 "smol",
10988 "theme",
10989 "ui",
10990 "util",
10991 "workspace",
10992 "workspace-hack",
10993 "worktree",
10994 "zed_actions",
10995]
10996
10997[[package]]
10998name = "outref"
10999version = "0.5.2"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11002
11003[[package]]
11004name = "p256"
11005version = "0.11.1"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11008dependencies = [
11009 "ecdsa",
11010 "elliptic-curve",
11011 "sha2",
11012]
11013
11014[[package]]
11015name = "page_size"
11016version = "0.6.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11019dependencies = [
11020 "libc",
11021 "winapi",
11022]
11023
11024[[package]]
11025name = "palette"
11026version = "0.7.6"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11029dependencies = [
11030 "approx",
11031 "fast-srgb8",
11032 "palette_derive",
11033]
11034
11035[[package]]
11036name = "palette_derive"
11037version = "0.7.6"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11040dependencies = [
11041 "by_address",
11042 "proc-macro2",
11043 "quote",
11044 "syn 2.0.101",
11045]
11046
11047[[package]]
11048name = "panel"
11049version = "0.1.0"
11050dependencies = [
11051 "editor",
11052 "gpui",
11053 "settings",
11054 "theme",
11055 "ui",
11056 "workspace",
11057 "workspace-hack",
11058]
11059
11060[[package]]
11061name = "parking"
11062version = "2.2.1"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11065
11066[[package]]
11067name = "parking_lot"
11068version = "0.12.4"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
11071dependencies = [
11072 "lock_api",
11073 "parking_lot_core",
11074]
11075
11076[[package]]
11077name = "parking_lot_core"
11078version = "0.9.11"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11081dependencies = [
11082 "cfg-if",
11083 "libc",
11084 "redox_syscall 0.5.11",
11085 "smallvec",
11086 "windows-targets 0.52.6",
11087]
11088
11089[[package]]
11090name = "parse_int"
11091version = "0.9.0"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11094dependencies = [
11095 "num-traits",
11096]
11097
11098[[package]]
11099name = "partial-json-fixer"
11100version = "0.5.3"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11103
11104[[package]]
11105name = "password-hash"
11106version = "0.4.2"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11109dependencies = [
11110 "base64ct",
11111 "rand_core 0.6.4",
11112 "subtle",
11113]
11114
11115[[package]]
11116name = "password-hash"
11117version = "0.5.0"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11120dependencies = [
11121 "base64ct",
11122 "rand_core 0.6.4",
11123 "subtle",
11124]
11125
11126[[package]]
11127name = "paste"
11128version = "1.0.15"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11131
11132[[package]]
11133name = "pathdiff"
11134version = "0.2.3"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11137
11138[[package]]
11139name = "pathfinder_geometry"
11140version = "0.5.1"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11143dependencies = [
11144 "log",
11145 "pathfinder_simd",
11146]
11147
11148[[package]]
11149name = "pathfinder_simd"
11150version = "0.5.5"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11153dependencies = [
11154 "rustc_version",
11155]
11156
11157[[package]]
11158name = "paths"
11159version = "0.1.0"
11160dependencies = [
11161 "dirs 4.0.0",
11162 "ignore",
11163 "util",
11164 "workspace-hack",
11165]
11166
11167[[package]]
11168name = "pbjson"
11169version = "0.6.0"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11172dependencies = [
11173 "base64 0.21.7",
11174 "serde",
11175]
11176
11177[[package]]
11178name = "pbjson-build"
11179version = "0.6.2"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11182dependencies = [
11183 "heck 0.4.1",
11184 "itertools 0.11.0",
11185 "prost 0.12.6",
11186 "prost-types 0.12.6",
11187]
11188
11189[[package]]
11190name = "pbjson-types"
11191version = "0.6.0"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11194dependencies = [
11195 "bytes 1.10.1",
11196 "chrono",
11197 "pbjson",
11198 "pbjson-build",
11199 "prost 0.12.6",
11200 "prost-build 0.12.6",
11201 "serde",
11202]
11203
11204[[package]]
11205name = "pbkdf2"
11206version = "0.11.0"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11209dependencies = [
11210 "digest",
11211 "hmac",
11212 "password-hash 0.4.2",
11213 "sha2",
11214]
11215
11216[[package]]
11217name = "pbkdf2"
11218version = "0.12.2"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11221dependencies = [
11222 "digest",
11223 "hmac",
11224]
11225
11226[[package]]
11227name = "pciid-parser"
11228version = "0.8.0"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11231
11232[[package]]
11233name = "pem"
11234version = "3.0.5"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11237dependencies = [
11238 "base64 0.22.1",
11239 "serde",
11240]
11241
11242[[package]]
11243name = "pem-rfc7468"
11244version = "0.7.0"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11247dependencies = [
11248 "base64ct",
11249]
11250
11251[[package]]
11252name = "percent-encoding"
11253version = "2.3.1"
11254source = "registry+https://github.com/rust-lang/crates.io-index"
11255checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11256
11257[[package]]
11258name = "perf"
11259version = "0.1.0"
11260dependencies = [
11261 "collections",
11262 "serde",
11263 "serde_json",
11264 "workspace-hack",
11265]
11266
11267[[package]]
11268name = "pest"
11269version = "2.8.0"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11272dependencies = [
11273 "memchr",
11274 "thiserror 2.0.12",
11275 "ucd-trie",
11276]
11277
11278[[package]]
11279name = "pest_derive"
11280version = "2.8.0"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11283dependencies = [
11284 "pest",
11285 "pest_generator",
11286]
11287
11288[[package]]
11289name = "pest_generator"
11290version = "2.8.0"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11293dependencies = [
11294 "pest",
11295 "pest_meta",
11296 "proc-macro2",
11297 "quote",
11298 "syn 2.0.101",
11299]
11300
11301[[package]]
11302name = "pest_meta"
11303version = "2.8.0"
11304source = "registry+https://github.com/rust-lang/crates.io-index"
11305checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11306dependencies = [
11307 "once_cell",
11308 "pest",
11309 "sha2",
11310]
11311
11312[[package]]
11313name = "pet"
11314version = "0.1.0"
11315source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11316dependencies = [
11317 "clap",
11318 "env_logger 0.10.2",
11319 "lazy_static",
11320 "log",
11321 "msvc_spectre_libs",
11322 "pet-conda",
11323 "pet-core",
11324 "pet-env-var-path",
11325 "pet-fs",
11326 "pet-global-virtualenvs",
11327 "pet-homebrew",
11328 "pet-jsonrpc",
11329 "pet-linux-global-python",
11330 "pet-mac-commandlinetools",
11331 "pet-mac-python-org",
11332 "pet-mac-xcode",
11333 "pet-pipenv",
11334 "pet-pixi",
11335 "pet-poetry",
11336 "pet-pyenv",
11337 "pet-python-utils",
11338 "pet-reporter",
11339 "pet-telemetry",
11340 "pet-venv",
11341 "pet-virtualenv",
11342 "pet-virtualenvwrapper",
11343 "pet-windows-registry",
11344 "pet-windows-store",
11345 "serde",
11346 "serde_json",
11347]
11348
11349[[package]]
11350name = "pet-conda"
11351version = "0.1.0"
11352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11353dependencies = [
11354 "env_logger 0.10.2",
11355 "lazy_static",
11356 "log",
11357 "msvc_spectre_libs",
11358 "pet-core",
11359 "pet-fs",
11360 "pet-python-utils",
11361 "pet-reporter",
11362 "regex",
11363 "serde",
11364 "serde_json",
11365 "yaml-rust2",
11366]
11367
11368[[package]]
11369name = "pet-core"
11370version = "0.1.0"
11371source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11372dependencies = [
11373 "clap",
11374 "lazy_static",
11375 "log",
11376 "msvc_spectre_libs",
11377 "pet-fs",
11378 "regex",
11379 "serde",
11380 "serde_json",
11381]
11382
11383[[package]]
11384name = "pet-env-var-path"
11385version = "0.1.0"
11386source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11387dependencies = [
11388 "lazy_static",
11389 "log",
11390 "msvc_spectre_libs",
11391 "pet-conda",
11392 "pet-core",
11393 "pet-fs",
11394 "pet-python-utils",
11395 "pet-virtualenv",
11396 "regex",
11397]
11398
11399[[package]]
11400name = "pet-fs"
11401version = "0.1.0"
11402source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11403dependencies = [
11404 "log",
11405 "msvc_spectre_libs",
11406]
11407
11408[[package]]
11409name = "pet-global-virtualenvs"
11410version = "0.1.0"
11411source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11412dependencies = [
11413 "log",
11414 "msvc_spectre_libs",
11415 "pet-conda",
11416 "pet-core",
11417 "pet-fs",
11418 "pet-virtualenv",
11419]
11420
11421[[package]]
11422name = "pet-homebrew"
11423version = "0.1.0"
11424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11425dependencies = [
11426 "lazy_static",
11427 "log",
11428 "msvc_spectre_libs",
11429 "pet-conda",
11430 "pet-core",
11431 "pet-fs",
11432 "pet-python-utils",
11433 "pet-virtualenv",
11434 "regex",
11435 "serde",
11436 "serde_json",
11437]
11438
11439[[package]]
11440name = "pet-jsonrpc"
11441version = "0.1.0"
11442source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11443dependencies = [
11444 "env_logger 0.10.2",
11445 "log",
11446 "msvc_spectre_libs",
11447 "pet-core",
11448 "serde",
11449 "serde_json",
11450]
11451
11452[[package]]
11453name = "pet-linux-global-python"
11454version = "0.1.0"
11455source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11456dependencies = [
11457 "log",
11458 "msvc_spectre_libs",
11459 "pet-core",
11460 "pet-fs",
11461 "pet-python-utils",
11462 "pet-virtualenv",
11463]
11464
11465[[package]]
11466name = "pet-mac-commandlinetools"
11467version = "0.1.0"
11468source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11469dependencies = [
11470 "log",
11471 "msvc_spectre_libs",
11472 "pet-core",
11473 "pet-fs",
11474 "pet-python-utils",
11475 "pet-virtualenv",
11476]
11477
11478[[package]]
11479name = "pet-mac-python-org"
11480version = "0.1.0"
11481source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11482dependencies = [
11483 "log",
11484 "msvc_spectre_libs",
11485 "pet-core",
11486 "pet-fs",
11487 "pet-python-utils",
11488 "pet-virtualenv",
11489]
11490
11491[[package]]
11492name = "pet-mac-xcode"
11493version = "0.1.0"
11494source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11495dependencies = [
11496 "log",
11497 "msvc_spectre_libs",
11498 "pet-core",
11499 "pet-fs",
11500 "pet-python-utils",
11501 "pet-virtualenv",
11502]
11503
11504[[package]]
11505name = "pet-pipenv"
11506version = "0.1.0"
11507source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11508dependencies = [
11509 "log",
11510 "msvc_spectre_libs",
11511 "pet-core",
11512 "pet-fs",
11513 "pet-python-utils",
11514 "pet-virtualenv",
11515]
11516
11517[[package]]
11518name = "pet-pixi"
11519version = "0.1.0"
11520source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11521dependencies = [
11522 "log",
11523 "msvc_spectre_libs",
11524 "pet-conda",
11525 "pet-core",
11526 "pet-python-utils",
11527]
11528
11529[[package]]
11530name = "pet-poetry"
11531version = "0.1.0"
11532source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11533dependencies = [
11534 "base64 0.22.1",
11535 "lazy_static",
11536 "log",
11537 "msvc_spectre_libs",
11538 "pet-core",
11539 "pet-fs",
11540 "pet-python-utils",
11541 "pet-reporter",
11542 "pet-virtualenv",
11543 "regex",
11544 "serde",
11545 "serde_json",
11546 "sha2",
11547 "toml 0.8.20",
11548]
11549
11550[[package]]
11551name = "pet-pyenv"
11552version = "0.1.0"
11553source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11554dependencies = [
11555 "lazy_static",
11556 "log",
11557 "msvc_spectre_libs",
11558 "pet-conda",
11559 "pet-core",
11560 "pet-fs",
11561 "pet-python-utils",
11562 "pet-reporter",
11563 "regex",
11564 "serde",
11565 "serde_json",
11566]
11567
11568[[package]]
11569name = "pet-python-utils"
11570version = "0.1.0"
11571source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11572dependencies = [
11573 "env_logger 0.10.2",
11574 "lazy_static",
11575 "log",
11576 "msvc_spectre_libs",
11577 "pet-core",
11578 "pet-fs",
11579 "regex",
11580 "serde",
11581 "serde_json",
11582 "sha2",
11583]
11584
11585[[package]]
11586name = "pet-reporter"
11587version = "0.1.0"
11588source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11589dependencies = [
11590 "env_logger 0.10.2",
11591 "log",
11592 "msvc_spectre_libs",
11593 "pet-core",
11594 "pet-jsonrpc",
11595 "serde",
11596 "serde_json",
11597]
11598
11599[[package]]
11600name = "pet-telemetry"
11601version = "0.1.0"
11602source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11603dependencies = [
11604 "env_logger 0.10.2",
11605 "lazy_static",
11606 "log",
11607 "msvc_spectre_libs",
11608 "pet-core",
11609 "pet-fs",
11610 "pet-python-utils",
11611 "regex",
11612]
11613
11614[[package]]
11615name = "pet-venv"
11616version = "0.1.0"
11617source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11618dependencies = [
11619 "log",
11620 "msvc_spectre_libs",
11621 "pet-core",
11622 "pet-python-utils",
11623 "pet-virtualenv",
11624]
11625
11626[[package]]
11627name = "pet-virtualenv"
11628version = "0.1.0"
11629source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11630dependencies = [
11631 "log",
11632 "msvc_spectre_libs",
11633 "pet-core",
11634 "pet-fs",
11635 "pet-python-utils",
11636]
11637
11638[[package]]
11639name = "pet-virtualenvwrapper"
11640version = "0.1.0"
11641source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11642dependencies = [
11643 "log",
11644 "msvc_spectre_libs",
11645 "pet-core",
11646 "pet-fs",
11647 "pet-python-utils",
11648 "pet-virtualenv",
11649]
11650
11651[[package]]
11652name = "pet-windows-registry"
11653version = "0.1.0"
11654source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11655dependencies = [
11656 "lazy_static",
11657 "log",
11658 "msvc_spectre_libs",
11659 "pet-conda",
11660 "pet-core",
11661 "pet-fs",
11662 "pet-python-utils",
11663 "pet-virtualenv",
11664 "pet-windows-store",
11665 "regex",
11666 "winreg 0.55.0",
11667]
11668
11669[[package]]
11670name = "pet-windows-store"
11671version = "0.1.0"
11672source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11673dependencies = [
11674 "lazy_static",
11675 "log",
11676 "msvc_spectre_libs",
11677 "pet-core",
11678 "pet-fs",
11679 "pet-python-utils",
11680 "pet-virtualenv",
11681 "regex",
11682 "winreg 0.55.0",
11683]
11684
11685[[package]]
11686name = "petgraph"
11687version = "0.6.5"
11688source = "registry+https://github.com/rust-lang/crates.io-index"
11689checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11690dependencies = [
11691 "fixedbitset",
11692 "indexmap 2.9.0",
11693]
11694
11695[[package]]
11696name = "pgvector"
11697version = "0.4.0"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11700dependencies = [
11701 "serde",
11702]
11703
11704[[package]]
11705name = "phf"
11706version = "0.11.3"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11709dependencies = [
11710 "phf_macros",
11711 "phf_shared",
11712]
11713
11714[[package]]
11715name = "phf_codegen"
11716version = "0.11.3"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11719dependencies = [
11720 "phf_generator",
11721 "phf_shared",
11722]
11723
11724[[package]]
11725name = "phf_generator"
11726version = "0.11.3"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11729dependencies = [
11730 "phf_shared",
11731 "rand 0.8.5",
11732]
11733
11734[[package]]
11735name = "phf_macros"
11736version = "0.11.3"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11739dependencies = [
11740 "phf_generator",
11741 "phf_shared",
11742 "proc-macro2",
11743 "quote",
11744 "syn 2.0.101",
11745]
11746
11747[[package]]
11748name = "phf_shared"
11749version = "0.11.3"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11752dependencies = [
11753 "siphasher",
11754]
11755
11756[[package]]
11757name = "picker"
11758version = "0.1.0"
11759dependencies = [
11760 "anyhow",
11761 "ctor",
11762 "editor",
11763 "env_logger 0.11.8",
11764 "gpui",
11765 "menu",
11766 "schemars 1.0.1",
11767 "serde",
11768 "serde_json",
11769 "theme",
11770 "ui",
11771 "workspace",
11772 "workspace-hack",
11773]
11774
11775[[package]]
11776name = "pico-args"
11777version = "0.5.0"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11780
11781[[package]]
11782name = "pin-project"
11783version = "1.1.10"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11786dependencies = [
11787 "pin-project-internal",
11788]
11789
11790[[package]]
11791name = "pin-project-internal"
11792version = "1.1.10"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11795dependencies = [
11796 "proc-macro2",
11797 "quote",
11798 "syn 2.0.101",
11799]
11800
11801[[package]]
11802name = "pin-project-lite"
11803version = "0.2.16"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11806
11807[[package]]
11808name = "pin-utils"
11809version = "0.1.0"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11812
11813[[package]]
11814name = "piper"
11815version = "0.2.4"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11818dependencies = [
11819 "atomic-waker",
11820 "fastrand 2.3.0",
11821 "futures-io",
11822]
11823
11824[[package]]
11825name = "pkcs1"
11826version = "0.7.5"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11829dependencies = [
11830 "der 0.7.10",
11831 "pkcs8 0.10.2",
11832 "spki 0.7.3",
11833]
11834
11835[[package]]
11836name = "pkcs8"
11837version = "0.9.0"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11840dependencies = [
11841 "der 0.6.1",
11842 "spki 0.6.0",
11843]
11844
11845[[package]]
11846name = "pkcs8"
11847version = "0.10.2"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11850dependencies = [
11851 "der 0.7.10",
11852 "spki 0.7.3",
11853]
11854
11855[[package]]
11856name = "pkg-config"
11857version = "0.3.32"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11860
11861[[package]]
11862name = "plain"
11863version = "0.2.3"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11866
11867[[package]]
11868name = "plist"
11869version = "1.7.1"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11872dependencies = [
11873 "base64 0.22.1",
11874 "indexmap 2.9.0",
11875 "quick-xml 0.32.0",
11876 "serde",
11877 "time",
11878]
11879
11880[[package]]
11881name = "plotters"
11882version = "0.3.7"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11885dependencies = [
11886 "num-traits",
11887 "plotters-backend",
11888 "plotters-svg",
11889 "wasm-bindgen",
11890 "web-sys",
11891]
11892
11893[[package]]
11894name = "plotters-backend"
11895version = "0.3.7"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11898
11899[[package]]
11900name = "plotters-svg"
11901version = "0.3.7"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11904dependencies = [
11905 "plotters-backend",
11906]
11907
11908[[package]]
11909name = "png"
11910version = "0.17.16"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11913dependencies = [
11914 "bitflags 1.3.2",
11915 "crc32fast",
11916 "fdeflate",
11917 "flate2",
11918 "miniz_oxide",
11919]
11920
11921[[package]]
11922name = "polling"
11923version = "3.11.0"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11926dependencies = [
11927 "cfg-if",
11928 "concurrent-queue",
11929 "hermit-abi 0.5.0",
11930 "pin-project-lite",
11931 "rustix 1.0.7",
11932 "windows-sys 0.61.0",
11933]
11934
11935[[package]]
11936name = "pollster"
11937version = "0.2.5"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11940
11941[[package]]
11942name = "portable-atomic"
11943version = "1.11.0"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11946
11947[[package]]
11948name = "portable-atomic-util"
11949version = "0.2.4"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11952dependencies = [
11953 "portable-atomic",
11954]
11955
11956[[package]]
11957name = "portable-pty"
11958version = "0.9.0"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11961dependencies = [
11962 "anyhow",
11963 "bitflags 1.3.2",
11964 "downcast-rs",
11965 "filedescriptor",
11966 "lazy_static",
11967 "libc",
11968 "log",
11969 "nix 0.28.0",
11970 "serial2",
11971 "shared_library",
11972 "shell-words",
11973 "winapi",
11974 "winreg 0.10.1",
11975]
11976
11977[[package]]
11978name = "postage"
11979version = "0.5.0"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11982dependencies = [
11983 "atomic",
11984 "crossbeam-queue",
11985 "futures 0.3.31",
11986 "log",
11987 "parking_lot",
11988 "pin-project",
11989 "pollster",
11990 "static_assertions",
11991 "thiserror 1.0.69",
11992]
11993
11994[[package]]
11995name = "postcard"
11996version = "1.1.1"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11999dependencies = [
12000 "cobs",
12001 "embedded-io 0.4.0",
12002 "embedded-io 0.6.1",
12003 "serde",
12004]
12005
12006[[package]]
12007name = "powerfmt"
12008version = "0.2.0"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12011
12012[[package]]
12013name = "ppv-lite86"
12014version = "0.2.21"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12017dependencies = [
12018 "zerocopy 0.8.24",
12019]
12020
12021[[package]]
12022name = "precomputed-hash"
12023version = "0.1.1"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12026
12027[[package]]
12028name = "prettier"
12029version = "0.1.0"
12030dependencies = [
12031 "anyhow",
12032 "collections",
12033 "fs",
12034 "gpui",
12035 "language",
12036 "log",
12037 "lsp",
12038 "node_runtime",
12039 "parking_lot",
12040 "paths",
12041 "serde",
12042 "serde_json",
12043 "util",
12044 "workspace-hack",
12045]
12046
12047[[package]]
12048name = "pretty_assertions"
12049version = "1.4.1"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12052dependencies = [
12053 "diff",
12054 "yansi",
12055]
12056
12057[[package]]
12058name = "prettyplease"
12059version = "0.2.32"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
12062dependencies = [
12063 "proc-macro2",
12064 "syn 2.0.101",
12065]
12066
12067[[package]]
12068name = "primal-check"
12069version = "0.3.4"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12072dependencies = [
12073 "num-integer",
12074]
12075
12076[[package]]
12077name = "proc-macro-crate"
12078version = "3.3.0"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12081dependencies = [
12082 "toml_edit",
12083]
12084
12085[[package]]
12086name = "proc-macro-error-attr2"
12087version = "2.0.0"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12090dependencies = [
12091 "proc-macro2",
12092 "quote",
12093]
12094
12095[[package]]
12096name = "proc-macro-error2"
12097version = "2.0.1"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12100dependencies = [
12101 "proc-macro-error-attr2",
12102 "proc-macro2",
12103 "quote",
12104 "syn 2.0.101",
12105]
12106
12107[[package]]
12108name = "proc-macro2"
12109version = "1.0.95"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12112dependencies = [
12113 "unicode-ident",
12114]
12115
12116[[package]]
12117name = "proc-macro2-diagnostics"
12118version = "0.10.1"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12121dependencies = [
12122 "proc-macro2",
12123 "quote",
12124 "syn 2.0.101",
12125 "version_check",
12126 "yansi",
12127]
12128
12129[[package]]
12130name = "procfs-core"
12131version = "0.16.0"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12134dependencies = [
12135 "bitflags 2.9.0",
12136 "hex",
12137]
12138
12139[[package]]
12140name = "profiling"
12141version = "1.0.16"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12144dependencies = [
12145 "profiling-procmacros",
12146]
12147
12148[[package]]
12149name = "profiling-procmacros"
12150version = "1.0.16"
12151source = "registry+https://github.com/rust-lang/crates.io-index"
12152checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12153dependencies = [
12154 "quote",
12155 "syn 2.0.101",
12156]
12157
12158[[package]]
12159name = "project"
12160version = "0.1.0"
12161dependencies = [
12162 "aho-corasick",
12163 "anyhow",
12164 "askpass",
12165 "async-trait",
12166 "base64 0.22.1",
12167 "buffer_diff",
12168 "circular-buffer",
12169 "client",
12170 "clock",
12171 "collections",
12172 "context_server",
12173 "dap",
12174 "dap_adapters",
12175 "extension",
12176 "fancy-regex 0.14.0",
12177 "fs",
12178 "futures 0.3.31",
12179 "fuzzy",
12180 "git",
12181 "git2",
12182 "git_hosting_providers",
12183 "globset",
12184 "gpui",
12185 "http_client",
12186 "image",
12187 "indexmap 2.9.0",
12188 "itertools 0.14.0",
12189 "language",
12190 "log",
12191 "lsp",
12192 "markdown",
12193 "node_runtime",
12194 "parking_lot",
12195 "paths",
12196 "postage",
12197 "prettier",
12198 "pretty_assertions",
12199 "rand 0.9.1",
12200 "regex",
12201 "release_channel",
12202 "remote",
12203 "rpc",
12204 "schemars 1.0.1",
12205 "semver",
12206 "serde",
12207 "serde_json",
12208 "settings",
12209 "sha2",
12210 "shellexpand 2.1.2",
12211 "shlex",
12212 "smallvec",
12213 "smol",
12214 "snippet",
12215 "snippet_provider",
12216 "sum_tree",
12217 "task",
12218 "tempfile",
12219 "terminal",
12220 "text",
12221 "toml 0.8.20",
12222 "unindent",
12223 "url",
12224 "util",
12225 "watch",
12226 "which 6.0.3",
12227 "workspace-hack",
12228 "worktree",
12229 "zeroize",
12230 "zlog",
12231]
12232
12233[[package]]
12234name = "project_panel"
12235version = "0.1.0"
12236dependencies = [
12237 "anyhow",
12238 "client",
12239 "collections",
12240 "command_palette_hooks",
12241 "criterion",
12242 "db",
12243 "editor",
12244 "file_icons",
12245 "git",
12246 "git_ui",
12247 "gpui",
12248 "language",
12249 "menu",
12250 "pretty_assertions",
12251 "project",
12252 "rayon",
12253 "schemars 1.0.1",
12254 "search",
12255 "serde",
12256 "serde_json",
12257 "settings",
12258 "smallvec",
12259 "telemetry",
12260 "theme",
12261 "ui",
12262 "util",
12263 "workspace",
12264 "workspace-hack",
12265 "worktree",
12266 "zed_actions",
12267]
12268
12269[[package]]
12270name = "project_symbols"
12271version = "0.1.0"
12272dependencies = [
12273 "anyhow",
12274 "editor",
12275 "futures 0.3.31",
12276 "fuzzy",
12277 "gpui",
12278 "language",
12279 "lsp",
12280 "ordered-float 2.10.1",
12281 "picker",
12282 "project",
12283 "release_channel",
12284 "serde_json",
12285 "settings",
12286 "theme",
12287 "util",
12288 "workspace",
12289 "workspace-hack",
12290]
12291
12292[[package]]
12293name = "prometheus"
12294version = "0.14.0"
12295source = "registry+https://github.com/rust-lang/crates.io-index"
12296checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12297dependencies = [
12298 "cfg-if",
12299 "fnv",
12300 "lazy_static",
12301 "memchr",
12302 "parking_lot",
12303 "protobuf",
12304 "thiserror 2.0.12",
12305]
12306
12307[[package]]
12308name = "prompt_store"
12309version = "0.1.0"
12310dependencies = [
12311 "anyhow",
12312 "assets",
12313 "chrono",
12314 "collections",
12315 "fs",
12316 "futures 0.3.31",
12317 "fuzzy",
12318 "gpui",
12319 "handlebars 4.5.0",
12320 "heed",
12321 "language",
12322 "log",
12323 "parking_lot",
12324 "paths",
12325 "rope",
12326 "serde",
12327 "serde_json",
12328 "text",
12329 "util",
12330 "uuid",
12331 "workspace-hack",
12332]
12333
12334[[package]]
12335name = "prost"
12336version = "0.9.0"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12339dependencies = [
12340 "bytes 1.10.1",
12341 "prost-derive 0.9.0",
12342]
12343
12344[[package]]
12345name = "prost"
12346version = "0.12.6"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12349dependencies = [
12350 "bytes 1.10.1",
12351 "prost-derive 0.12.6",
12352]
12353
12354[[package]]
12355name = "prost-build"
12356version = "0.9.0"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12359dependencies = [
12360 "bytes 1.10.1",
12361 "heck 0.3.3",
12362 "itertools 0.10.5",
12363 "lazy_static",
12364 "log",
12365 "multimap",
12366 "petgraph",
12367 "prost 0.9.0",
12368 "prost-types 0.9.0",
12369 "regex",
12370 "tempfile",
12371 "which 4.4.2",
12372]
12373
12374[[package]]
12375name = "prost-build"
12376version = "0.12.6"
12377source = "registry+https://github.com/rust-lang/crates.io-index"
12378checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12379dependencies = [
12380 "bytes 1.10.1",
12381 "heck 0.5.0",
12382 "itertools 0.12.1",
12383 "log",
12384 "multimap",
12385 "once_cell",
12386 "petgraph",
12387 "prettyplease",
12388 "prost 0.12.6",
12389 "prost-types 0.12.6",
12390 "regex",
12391 "syn 2.0.101",
12392 "tempfile",
12393]
12394
12395[[package]]
12396name = "prost-derive"
12397version = "0.9.0"
12398source = "registry+https://github.com/rust-lang/crates.io-index"
12399checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12400dependencies = [
12401 "anyhow",
12402 "itertools 0.10.5",
12403 "proc-macro2",
12404 "quote",
12405 "syn 1.0.109",
12406]
12407
12408[[package]]
12409name = "prost-derive"
12410version = "0.12.6"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12413dependencies = [
12414 "anyhow",
12415 "itertools 0.12.1",
12416 "proc-macro2",
12417 "quote",
12418 "syn 2.0.101",
12419]
12420
12421[[package]]
12422name = "prost-types"
12423version = "0.9.0"
12424source = "registry+https://github.com/rust-lang/crates.io-index"
12425checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12426dependencies = [
12427 "bytes 1.10.1",
12428 "prost 0.9.0",
12429]
12430
12431[[package]]
12432name = "prost-types"
12433version = "0.12.6"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12436dependencies = [
12437 "prost 0.12.6",
12438]
12439
12440[[package]]
12441name = "proto"
12442version = "0.1.0"
12443dependencies = [
12444 "anyhow",
12445 "collections",
12446 "prost 0.9.0",
12447 "prost-build 0.9.0",
12448 "serde",
12449 "typed-path",
12450 "workspace-hack",
12451]
12452
12453[[package]]
12454name = "protobuf"
12455version = "3.7.2"
12456source = "registry+https://github.com/rust-lang/crates.io-index"
12457checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12458dependencies = [
12459 "once_cell",
12460 "protobuf-support",
12461 "thiserror 1.0.69",
12462]
12463
12464[[package]]
12465name = "protobuf-support"
12466version = "3.7.2"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12469dependencies = [
12470 "thiserror 1.0.69",
12471]
12472
12473[[package]]
12474name = "psm"
12475version = "0.1.25"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12478dependencies = [
12479 "cc",
12480]
12481
12482[[package]]
12483name = "ptr_meta"
12484version = "0.1.4"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12487dependencies = [
12488 "ptr_meta_derive",
12489]
12490
12491[[package]]
12492name = "ptr_meta_derive"
12493version = "0.1.4"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12496dependencies = [
12497 "proc-macro2",
12498 "quote",
12499 "syn 1.0.109",
12500]
12501
12502[[package]]
12503name = "pulldown-cmark"
12504version = "0.10.3"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12507dependencies = [
12508 "bitflags 2.9.0",
12509 "memchr",
12510 "pulldown-cmark-escape",
12511 "unicase",
12512]
12513
12514[[package]]
12515name = "pulldown-cmark"
12516version = "0.12.2"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12519dependencies = [
12520 "bitflags 2.9.0",
12521 "memchr",
12522 "unicase",
12523]
12524
12525[[package]]
12526name = "pulldown-cmark-escape"
12527version = "0.10.1"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12530
12531[[package]]
12532name = "pulley-interpreter"
12533version = "29.0.1"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12536dependencies = [
12537 "cranelift-bitset",
12538 "log",
12539 "sptr",
12540 "wasmtime-math",
12541]
12542
12543[[package]]
12544name = "pulp"
12545version = "0.18.22"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12548dependencies = [
12549 "bytemuck",
12550 "libm",
12551 "num-complex",
12552 "reborrow",
12553]
12554
12555[[package]]
12556name = "pulp"
12557version = "0.21.5"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12560dependencies = [
12561 "bytemuck",
12562 "cfg-if",
12563 "libm",
12564 "num-complex",
12565 "reborrow",
12566 "version_check",
12567]
12568
12569[[package]]
12570name = "qoi"
12571version = "0.4.1"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12574dependencies = [
12575 "bytemuck",
12576]
12577
12578[[package]]
12579name = "quick-error"
12580version = "2.0.1"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12583
12584[[package]]
12585name = "quick-xml"
12586version = "0.30.0"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12589dependencies = [
12590 "memchr",
12591]
12592
12593[[package]]
12594name = "quick-xml"
12595version = "0.32.0"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12598dependencies = [
12599 "memchr",
12600]
12601
12602[[package]]
12603name = "quick-xml"
12604version = "0.37.4"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12607dependencies = [
12608 "memchr",
12609]
12610
12611[[package]]
12612name = "quinn"
12613version = "0.11.7"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12616dependencies = [
12617 "bytes 1.10.1",
12618 "cfg_aliases 0.2.1",
12619 "pin-project-lite",
12620 "quinn-proto",
12621 "quinn-udp",
12622 "rustc-hash 2.1.1",
12623 "rustls 0.23.26",
12624 "socket2",
12625 "thiserror 2.0.12",
12626 "tokio",
12627 "tracing",
12628 "web-time",
12629]
12630
12631[[package]]
12632name = "quinn-proto"
12633version = "0.11.10"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12636dependencies = [
12637 "bytes 1.10.1",
12638 "getrandom 0.3.2",
12639 "rand 0.9.1",
12640 "ring",
12641 "rustc-hash 2.1.1",
12642 "rustls 0.23.26",
12643 "rustls-pki-types",
12644 "slab",
12645 "thiserror 2.0.12",
12646 "tinyvec",
12647 "tracing",
12648 "web-time",
12649]
12650
12651[[package]]
12652name = "quinn-udp"
12653version = "0.5.11"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12656dependencies = [
12657 "cfg_aliases 0.2.1",
12658 "libc",
12659 "once_cell",
12660 "socket2",
12661 "tracing",
12662 "windows-sys 0.59.0",
12663]
12664
12665[[package]]
12666name = "quote"
12667version = "1.0.40"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12670dependencies = [
12671 "proc-macro2",
12672]
12673
12674[[package]]
12675name = "r-efi"
12676version = "5.2.0"
12677source = "registry+https://github.com/rust-lang/crates.io-index"
12678checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12679
12680[[package]]
12681name = "radium"
12682version = "0.7.0"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12685
12686[[package]]
12687name = "rand"
12688version = "0.8.5"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12691dependencies = [
12692 "libc",
12693 "rand_chacha 0.3.1",
12694 "rand_core 0.6.4",
12695]
12696
12697[[package]]
12698name = "rand"
12699version = "0.9.1"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12702dependencies = [
12703 "rand_chacha 0.9.0",
12704 "rand_core 0.9.3",
12705]
12706
12707[[package]]
12708name = "rand_chacha"
12709version = "0.3.1"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12712dependencies = [
12713 "ppv-lite86",
12714 "rand_core 0.6.4",
12715]
12716
12717[[package]]
12718name = "rand_chacha"
12719version = "0.9.0"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12722dependencies = [
12723 "ppv-lite86",
12724 "rand_core 0.9.3",
12725]
12726
12727[[package]]
12728name = "rand_core"
12729version = "0.6.4"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12732dependencies = [
12733 "getrandom 0.2.15",
12734]
12735
12736[[package]]
12737name = "rand_core"
12738version = "0.9.3"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12741dependencies = [
12742 "getrandom 0.3.2",
12743]
12744
12745[[package]]
12746name = "rand_distr"
12747version = "0.5.1"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12750dependencies = [
12751 "num-traits",
12752 "rand 0.9.1",
12753]
12754
12755[[package]]
12756name = "range-map"
12757version = "0.2.0"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12760dependencies = [
12761 "num-traits",
12762]
12763
12764[[package]]
12765name = "rangemap"
12766version = "1.5.1"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12769
12770[[package]]
12771name = "rav1e"
12772version = "0.7.1"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12775dependencies = [
12776 "arbitrary",
12777 "arg_enum_proc_macro",
12778 "arrayvec",
12779 "av1-grain",
12780 "bitstream-io",
12781 "built",
12782 "cfg-if",
12783 "interpolate_name",
12784 "itertools 0.12.1",
12785 "libc",
12786 "libfuzzer-sys",
12787 "log",
12788 "maybe-rayon",
12789 "new_debug_unreachable",
12790 "noop_proc_macro",
12791 "num-derive",
12792 "num-traits",
12793 "once_cell",
12794 "paste",
12795 "profiling",
12796 "rand 0.8.5",
12797 "rand_chacha 0.3.1",
12798 "simd_helpers",
12799 "system-deps",
12800 "thiserror 1.0.69",
12801 "v_frame",
12802 "wasm-bindgen",
12803]
12804
12805[[package]]
12806name = "ravif"
12807version = "0.11.12"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12810dependencies = [
12811 "avif-serialize",
12812 "imgref",
12813 "loop9",
12814 "quick-error",
12815 "rav1e",
12816 "rayon",
12817 "rgb",
12818]
12819
12820[[package]]
12821name = "raw-cpuid"
12822version = "10.7.0"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12825dependencies = [
12826 "bitflags 1.3.2",
12827]
12828
12829[[package]]
12830name = "raw-cpuid"
12831version = "11.6.0"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12834dependencies = [
12835 "bitflags 2.9.0",
12836]
12837
12838[[package]]
12839name = "raw-window-handle"
12840version = "0.6.2"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12843
12844[[package]]
12845name = "raw-window-metal"
12846version = "0.4.0"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12849dependencies = [
12850 "cocoa 0.25.0",
12851 "core-graphics 0.23.2",
12852 "objc",
12853 "raw-window-handle",
12854]
12855
12856[[package]]
12857name = "rayon"
12858version = "1.10.0"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12861dependencies = [
12862 "either",
12863 "rayon-core",
12864]
12865
12866[[package]]
12867name = "rayon-core"
12868version = "1.12.1"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12871dependencies = [
12872 "crossbeam-deque",
12873 "crossbeam-utils",
12874]
12875
12876[[package]]
12877name = "read-fonts"
12878version = "0.25.3"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12881dependencies = [
12882 "bytemuck",
12883 "font-types",
12884]
12885
12886[[package]]
12887name = "realfft"
12888version = "3.5.0"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12891dependencies = [
12892 "rustfft",
12893]
12894
12895[[package]]
12896name = "reborrow"
12897version = "0.5.5"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12900
12901[[package]]
12902name = "recent_projects"
12903version = "0.1.0"
12904dependencies = [
12905 "anyhow",
12906 "askpass",
12907 "auto_update",
12908 "dap",
12909 "editor",
12910 "extension_host",
12911 "file_finder",
12912 "futures 0.3.31",
12913 "fuzzy",
12914 "gpui",
12915 "indoc",
12916 "language",
12917 "log",
12918 "markdown",
12919 "menu",
12920 "ordered-float 2.10.1",
12921 "paths",
12922 "picker",
12923 "project",
12924 "release_channel",
12925 "remote",
12926 "serde",
12927 "serde_json",
12928 "settings",
12929 "smol",
12930 "task",
12931 "telemetry",
12932 "theme",
12933 "ui",
12934 "util",
12935 "windows-registry 0.6.0",
12936 "workspace",
12937 "workspace-hack",
12938 "zed_actions",
12939]
12940
12941[[package]]
12942name = "redox_syscall"
12943version = "0.2.16"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12946dependencies = [
12947 "bitflags 1.3.2",
12948]
12949
12950[[package]]
12951name = "redox_syscall"
12952version = "0.5.11"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12955dependencies = [
12956 "bitflags 2.9.0",
12957]
12958
12959[[package]]
12960name = "redox_users"
12961version = "0.4.6"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12964dependencies = [
12965 "getrandom 0.2.15",
12966 "libredox",
12967 "thiserror 1.0.69",
12968]
12969
12970[[package]]
12971name = "redox_users"
12972version = "0.5.0"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12975dependencies = [
12976 "getrandom 0.2.15",
12977 "libredox",
12978 "thiserror 2.0.12",
12979]
12980
12981[[package]]
12982name = "ref-cast"
12983version = "1.0.24"
12984source = "registry+https://github.com/rust-lang/crates.io-index"
12985checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12986dependencies = [
12987 "ref-cast-impl",
12988]
12989
12990[[package]]
12991name = "ref-cast-impl"
12992version = "1.0.24"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12995dependencies = [
12996 "proc-macro2",
12997 "quote",
12998 "syn 2.0.101",
12999]
13000
13001[[package]]
13002name = "referencing"
13003version = "0.30.0"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
13006dependencies = [
13007 "ahash 0.8.11",
13008 "fluent-uri",
13009 "once_cell",
13010 "parking_lot",
13011 "percent-encoding",
13012 "serde_json",
13013]
13014
13015[[package]]
13016name = "refineable"
13017version = "0.1.0"
13018dependencies = [
13019 "derive_refineable",
13020 "workspace-hack",
13021]
13022
13023[[package]]
13024name = "regalloc2"
13025version = "0.11.2"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
13028dependencies = [
13029 "allocator-api2",
13030 "bumpalo",
13031 "hashbrown 0.15.3",
13032 "log",
13033 "rustc-hash 2.1.1",
13034 "serde",
13035 "smallvec",
13036]
13037
13038[[package]]
13039name = "regex"
13040version = "1.11.1"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
13043dependencies = [
13044 "aho-corasick",
13045 "memchr",
13046 "regex-automata",
13047 "regex-syntax",
13048]
13049
13050[[package]]
13051name = "regex-automata"
13052version = "0.4.9"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
13055dependencies = [
13056 "aho-corasick",
13057 "memchr",
13058 "regex-syntax",
13059]
13060
13061[[package]]
13062name = "regex-lite"
13063version = "0.1.6"
13064source = "registry+https://github.com/rust-lang/crates.io-index"
13065checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
13066
13067[[package]]
13068name = "regex-syntax"
13069version = "0.8.5"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
13072
13073[[package]]
13074name = "release_channel"
13075version = "0.1.0"
13076dependencies = [
13077 "gpui",
13078 "workspace-hack",
13079]
13080
13081[[package]]
13082name = "remote"
13083version = "0.1.0"
13084dependencies = [
13085 "anyhow",
13086 "askpass",
13087 "async-trait",
13088 "collections",
13089 "fs",
13090 "futures 0.3.31",
13091 "gpui",
13092 "log",
13093 "parking_lot",
13094 "paths",
13095 "prost 0.9.0",
13096 "release_channel",
13097 "rpc",
13098 "serde",
13099 "serde_json",
13100 "settings",
13101 "shlex",
13102 "smol",
13103 "tempfile",
13104 "thiserror 2.0.12",
13105 "urlencoding",
13106 "util",
13107 "which 6.0.3",
13108 "workspace-hack",
13109]
13110
13111[[package]]
13112name = "remote_server"
13113version = "0.1.0"
13114dependencies = [
13115 "action_log",
13116 "anyhow",
13117 "askpass",
13118 "assistant_tool",
13119 "assistant_tools",
13120 "cargo_toml",
13121 "clap",
13122 "client",
13123 "clock",
13124 "collections",
13125 "crash-handler",
13126 "crashes",
13127 "dap",
13128 "dap_adapters",
13129 "debug_adapter_extension",
13130 "editor",
13131 "env_logger 0.11.8",
13132 "extension",
13133 "extension_host",
13134 "fork",
13135 "fs",
13136 "futures 0.3.31",
13137 "git",
13138 "git2",
13139 "git_hosting_providers",
13140 "gpui",
13141 "gpui_tokio",
13142 "http_client",
13143 "json_schema_store",
13144 "language",
13145 "language_extension",
13146 "language_model",
13147 "languages",
13148 "libc",
13149 "log",
13150 "lsp",
13151 "minidumper",
13152 "node_runtime",
13153 "paths",
13154 "pretty_assertions",
13155 "project",
13156 "proto",
13157 "release_channel",
13158 "remote",
13159 "reqwest_client",
13160 "rpc",
13161 "rust-embed",
13162 "serde",
13163 "serde_json",
13164 "settings",
13165 "shellexpand 2.1.2",
13166 "smol",
13167 "sysinfo 0.37.2",
13168 "task",
13169 "thiserror 2.0.12",
13170 "toml 0.8.20",
13171 "unindent",
13172 "util",
13173 "watch",
13174 "workspace",
13175 "worktree",
13176 "zlog",
13177]
13178
13179[[package]]
13180name = "rend"
13181version = "0.4.2"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13184dependencies = [
13185 "bytecheck",
13186]
13187
13188[[package]]
13189name = "repl"
13190version = "0.1.0"
13191dependencies = [
13192 "alacritty_terminal",
13193 "anyhow",
13194 "async-dispatcher",
13195 "async-tungstenite",
13196 "base64 0.22.1",
13197 "client",
13198 "collections",
13199 "command_palette_hooks",
13200 "editor",
13201 "env_logger 0.11.8",
13202 "feature_flags",
13203 "file_icons",
13204 "futures 0.3.31",
13205 "gpui",
13206 "http_client",
13207 "image",
13208 "indoc",
13209 "jupyter-protocol",
13210 "jupyter-websocket-client",
13211 "language",
13212 "languages",
13213 "log",
13214 "markdown_preview",
13215 "menu",
13216 "multi_buffer",
13217 "nbformat",
13218 "picker",
13219 "project",
13220 "runtimelib",
13221 "serde",
13222 "serde_json",
13223 "settings",
13224 "smol",
13225 "telemetry",
13226 "terminal",
13227 "terminal_view",
13228 "theme",
13229 "tree-sitter-md",
13230 "tree-sitter-python",
13231 "tree-sitter-typescript",
13232 "ui",
13233 "util",
13234 "uuid",
13235 "workspace",
13236 "workspace-hack",
13237]
13238
13239[[package]]
13240name = "reqwest"
13241version = "0.11.27"
13242source = "registry+https://github.com/rust-lang/crates.io-index"
13243checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13244dependencies = [
13245 "base64 0.21.7",
13246 "bytes 1.10.1",
13247 "encoding_rs",
13248 "futures-core",
13249 "futures-util",
13250 "h2 0.3.26",
13251 "http 0.2.12",
13252 "http-body 0.4.6",
13253 "hyper 0.14.32",
13254 "hyper-rustls 0.24.2",
13255 "hyper-tls",
13256 "ipnet",
13257 "js-sys",
13258 "log",
13259 "mime",
13260 "native-tls",
13261 "once_cell",
13262 "percent-encoding",
13263 "pin-project-lite",
13264 "rustls 0.21.12",
13265 "rustls-native-certs 0.6.3",
13266 "rustls-pemfile 1.0.4",
13267 "serde",
13268 "serde_json",
13269 "serde_urlencoded",
13270 "sync_wrapper 0.1.2",
13271 "system-configuration 0.5.1",
13272 "tokio",
13273 "tokio-native-tls",
13274 "tokio-rustls 0.24.1",
13275 "tower-service",
13276 "url",
13277 "wasm-bindgen",
13278 "wasm-bindgen-futures",
13279 "web-sys",
13280 "winreg 0.50.0",
13281]
13282
13283[[package]]
13284name = "reqwest"
13285version = "0.12.15"
13286source = "registry+https://github.com/rust-lang/crates.io-index"
13287checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13288dependencies = [
13289 "base64 0.22.1",
13290 "bytes 1.10.1",
13291 "futures-channel",
13292 "futures-core",
13293 "futures-util",
13294 "http 1.3.1",
13295 "http-body 1.0.1",
13296 "http-body-util",
13297 "hyper 1.6.0",
13298 "hyper-util",
13299 "ipnet",
13300 "js-sys",
13301 "log",
13302 "mime",
13303 "once_cell",
13304 "percent-encoding",
13305 "pin-project-lite",
13306 "serde",
13307 "serde_json",
13308 "serde_urlencoded",
13309 "sync_wrapper 1.0.2",
13310 "tokio",
13311 "tower 0.5.2",
13312 "tower-service",
13313 "url",
13314 "wasm-bindgen",
13315 "wasm-bindgen-futures",
13316 "web-sys",
13317 "windows-registry 0.4.0",
13318]
13319
13320[[package]]
13321name = "reqwest_client"
13322version = "0.1.0"
13323dependencies = [
13324 "anyhow",
13325 "bytes 1.10.1",
13326 "futures 0.3.31",
13327 "gpui",
13328 "http_client",
13329 "http_client_tls",
13330 "log",
13331 "regex",
13332 "serde",
13333 "tokio",
13334 "workspace-hack",
13335 "zed-reqwest",
13336]
13337
13338[[package]]
13339name = "resvg"
13340version = "0.45.1"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13343dependencies = [
13344 "log",
13345 "pico-args",
13346 "rgb",
13347 "svgtypes",
13348 "tiny-skia",
13349 "usvg",
13350]
13351
13352[[package]]
13353name = "rfc6979"
13354version = "0.3.1"
13355source = "registry+https://github.com/rust-lang/crates.io-index"
13356checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13357dependencies = [
13358 "crypto-bigint 0.4.9",
13359 "hmac",
13360 "zeroize",
13361]
13362
13363[[package]]
13364name = "rgb"
13365version = "0.8.50"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13368dependencies = [
13369 "bytemuck",
13370]
13371
13372[[package]]
13373name = "rich_text"
13374version = "0.1.0"
13375dependencies = [
13376 "futures 0.3.31",
13377 "gpui",
13378 "language",
13379 "linkify",
13380 "pulldown-cmark 0.12.2",
13381 "theme",
13382 "ui",
13383 "util",
13384 "workspace-hack",
13385]
13386
13387[[package]]
13388name = "ring"
13389version = "0.17.14"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13392dependencies = [
13393 "cc",
13394 "cfg-if",
13395 "getrandom 0.2.15",
13396 "libc",
13397 "untrusted",
13398 "windows-sys 0.52.0",
13399]
13400
13401[[package]]
13402name = "rkyv"
13403version = "0.7.45"
13404source = "registry+https://github.com/rust-lang/crates.io-index"
13405checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13406dependencies = [
13407 "bitvec",
13408 "bytecheck",
13409 "bytes 1.10.1",
13410 "hashbrown 0.12.3",
13411 "ptr_meta",
13412 "rend",
13413 "rkyv_derive",
13414 "seahash",
13415 "tinyvec",
13416 "uuid",
13417]
13418
13419[[package]]
13420name = "rkyv_derive"
13421version = "0.7.45"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13424dependencies = [
13425 "proc-macro2",
13426 "quote",
13427 "syn 1.0.109",
13428]
13429
13430[[package]]
13431name = "rmp"
13432version = "0.8.14"
13433source = "registry+https://github.com/rust-lang/crates.io-index"
13434checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13435dependencies = [
13436 "byteorder",
13437 "num-traits",
13438 "paste",
13439]
13440
13441[[package]]
13442name = "rmpv"
13443version = "1.3.0"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13446dependencies = [
13447 "num-traits",
13448 "rmp",
13449]
13450
13451[[package]]
13452name = "rodio"
13453version = "0.21.1"
13454source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13455dependencies = [
13456 "cpal",
13457 "dasp_sample",
13458 "hound",
13459 "num-rational",
13460 "rtrb",
13461 "symphonia",
13462 "thiserror 2.0.12",
13463]
13464
13465[[package]]
13466name = "rope"
13467version = "0.1.0"
13468dependencies = [
13469 "arrayvec",
13470 "criterion",
13471 "ctor",
13472 "gpui",
13473 "log",
13474 "rand 0.9.1",
13475 "rayon",
13476 "smallvec",
13477 "sum_tree",
13478 "unicode-segmentation",
13479 "util",
13480 "workspace-hack",
13481 "zlog",
13482]
13483
13484[[package]]
13485name = "roxmltree"
13486version = "0.20.0"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13489
13490[[package]]
13491name = "rpc"
13492version = "0.1.0"
13493dependencies = [
13494 "anyhow",
13495 "async-tungstenite",
13496 "base64 0.22.1",
13497 "chrono",
13498 "collections",
13499 "futures 0.3.31",
13500 "gpui",
13501 "parking_lot",
13502 "proto",
13503 "rand 0.9.1",
13504 "rsa",
13505 "serde",
13506 "serde_json",
13507 "sha2",
13508 "strum 0.27.1",
13509 "tracing",
13510 "util",
13511 "workspace-hack",
13512 "zlog",
13513 "zstd",
13514]
13515
13516[[package]]
13517name = "rsa"
13518version = "0.9.8"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13521dependencies = [
13522 "const-oid",
13523 "digest",
13524 "num-bigint-dig",
13525 "num-integer",
13526 "num-traits",
13527 "pkcs1",
13528 "pkcs8 0.10.2",
13529 "rand_core 0.6.4",
13530 "signature 2.2.0",
13531 "spki 0.7.3",
13532 "subtle",
13533 "zeroize",
13534]
13535
13536[[package]]
13537name = "rtrb"
13538version = "0.3.2"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13541
13542[[package]]
13543name = "rules_library"
13544version = "0.1.0"
13545dependencies = [
13546 "anyhow",
13547 "collections",
13548 "editor",
13549 "gpui",
13550 "language",
13551 "language_model",
13552 "log",
13553 "menu",
13554 "picker",
13555 "prompt_store",
13556 "release_channel",
13557 "rope",
13558 "serde",
13559 "settings",
13560 "theme",
13561 "title_bar",
13562 "ui",
13563 "util",
13564 "workspace",
13565 "workspace-hack",
13566 "zed_actions",
13567]
13568
13569[[package]]
13570name = "runtimelib"
13571version = "0.25.0"
13572source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13573dependencies = [
13574 "anyhow",
13575 "async-dispatcher",
13576 "async-std",
13577 "base64 0.22.1",
13578 "bytes 1.10.1",
13579 "chrono",
13580 "data-encoding",
13581 "dirs 5.0.1",
13582 "futures 0.3.31",
13583 "glob",
13584 "jupyter-protocol",
13585 "ring",
13586 "serde",
13587 "serde_json",
13588 "shellexpand 3.1.1",
13589 "smol",
13590 "uuid",
13591 "zeromq",
13592]
13593
13594[[package]]
13595name = "rust-embed"
13596version = "8.7.0"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13599dependencies = [
13600 "rust-embed-impl",
13601 "rust-embed-utils",
13602 "walkdir",
13603]
13604
13605[[package]]
13606name = "rust-embed-impl"
13607version = "8.7.0"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13610dependencies = [
13611 "proc-macro2",
13612 "quote",
13613 "rust-embed-utils",
13614 "syn 2.0.101",
13615 "walkdir",
13616]
13617
13618[[package]]
13619name = "rust-embed-utils"
13620version = "8.7.0"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13623dependencies = [
13624 "globset",
13625 "sha2",
13626 "walkdir",
13627]
13628
13629[[package]]
13630name = "rust-stemmers"
13631version = "1.2.0"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
13634dependencies = [
13635 "serde",
13636 "serde_derive",
13637]
13638
13639[[package]]
13640name = "rust_decimal"
13641version = "1.38.0"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "c8975fc98059f365204d635119cf9c5a60ae67b841ed49b5422a9a7e56cdfac0"
13644dependencies = [
13645 "arrayvec",
13646 "borsh",
13647 "bytes 1.10.1",
13648 "num-traits",
13649 "rand 0.8.5",
13650 "rkyv",
13651 "serde",
13652 "serde_json",
13653]
13654
13655[[package]]
13656name = "rustc-demangle"
13657version = "0.1.24"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13660
13661[[package]]
13662name = "rustc-hash"
13663version = "1.1.0"
13664source = "registry+https://github.com/rust-lang/crates.io-index"
13665checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13666
13667[[package]]
13668name = "rustc-hash"
13669version = "2.1.1"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13672
13673[[package]]
13674name = "rustc_version"
13675version = "0.4.1"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13678dependencies = [
13679 "semver",
13680]
13681
13682[[package]]
13683name = "rustfft"
13684version = "6.4.0"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13687dependencies = [
13688 "num-complex",
13689 "num-integer",
13690 "num-traits",
13691 "primal-check",
13692 "strength_reduce",
13693 "transpose",
13694]
13695
13696[[package]]
13697name = "rustix"
13698version = "0.38.44"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13701dependencies = [
13702 "bitflags 2.9.0",
13703 "errno 0.3.11",
13704 "libc",
13705 "linux-raw-sys 0.4.15",
13706 "windows-sys 0.59.0",
13707]
13708
13709[[package]]
13710name = "rustix"
13711version = "1.0.7"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13714dependencies = [
13715 "bitflags 2.9.0",
13716 "errno 0.3.11",
13717 "libc",
13718 "linux-raw-sys 0.9.4",
13719 "windows-sys 0.59.0",
13720]
13721
13722[[package]]
13723name = "rustix-linux-procfs"
13724version = "0.1.1"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13727dependencies = [
13728 "once_cell",
13729 "rustix 1.0.7",
13730]
13731
13732[[package]]
13733name = "rustix-openpty"
13734version = "0.2.0"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13737dependencies = [
13738 "errno 0.3.11",
13739 "libc",
13740 "rustix 1.0.7",
13741]
13742
13743[[package]]
13744name = "rustls"
13745version = "0.21.12"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13748dependencies = [
13749 "log",
13750 "ring",
13751 "rustls-webpki 0.101.7",
13752 "sct",
13753]
13754
13755[[package]]
13756name = "rustls"
13757version = "0.23.26"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13760dependencies = [
13761 "aws-lc-rs",
13762 "log",
13763 "once_cell",
13764 "ring",
13765 "rustls-pki-types",
13766 "rustls-webpki 0.103.1",
13767 "subtle",
13768 "zeroize",
13769]
13770
13771[[package]]
13772name = "rustls-native-certs"
13773version = "0.6.3"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13776dependencies = [
13777 "openssl-probe",
13778 "rustls-pemfile 1.0.4",
13779 "schannel",
13780 "security-framework 2.11.1",
13781]
13782
13783[[package]]
13784name = "rustls-native-certs"
13785version = "0.8.1"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13788dependencies = [
13789 "openssl-probe",
13790 "rustls-pki-types",
13791 "schannel",
13792 "security-framework 3.2.0",
13793]
13794
13795[[package]]
13796name = "rustls-pemfile"
13797version = "1.0.4"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13800dependencies = [
13801 "base64 0.21.7",
13802]
13803
13804[[package]]
13805name = "rustls-pemfile"
13806version = "2.2.0"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13809dependencies = [
13810 "rustls-pki-types",
13811]
13812
13813[[package]]
13814name = "rustls-pki-types"
13815version = "1.12.0"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13818dependencies = [
13819 "web-time",
13820 "zeroize",
13821]
13822
13823[[package]]
13824name = "rustls-platform-verifier"
13825version = "0.5.1"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13828dependencies = [
13829 "core-foundation 0.10.0",
13830 "core-foundation-sys",
13831 "jni",
13832 "log",
13833 "once_cell",
13834 "rustls 0.23.26",
13835 "rustls-native-certs 0.8.1",
13836 "rustls-platform-verifier-android",
13837 "rustls-webpki 0.103.1",
13838 "security-framework 3.2.0",
13839 "security-framework-sys",
13840 "webpki-root-certs",
13841 "windows-sys 0.59.0",
13842]
13843
13844[[package]]
13845name = "rustls-platform-verifier-android"
13846version = "0.1.1"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13849
13850[[package]]
13851name = "rustls-webpki"
13852version = "0.101.7"
13853source = "registry+https://github.com/rust-lang/crates.io-index"
13854checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13855dependencies = [
13856 "ring",
13857 "untrusted",
13858]
13859
13860[[package]]
13861name = "rustls-webpki"
13862version = "0.103.1"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13865dependencies = [
13866 "aws-lc-rs",
13867 "ring",
13868 "rustls-pki-types",
13869 "untrusted",
13870]
13871
13872[[package]]
13873name = "rustversion"
13874version = "1.0.20"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13877
13878[[package]]
13879name = "rustybuzz"
13880version = "0.14.1"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13883dependencies = [
13884 "bitflags 2.9.0",
13885 "bytemuck",
13886 "libm",
13887 "smallvec",
13888 "ttf-parser 0.21.1",
13889 "unicode-bidi-mirroring 0.2.0",
13890 "unicode-ccc 0.2.0",
13891 "unicode-properties",
13892 "unicode-script",
13893]
13894
13895[[package]]
13896name = "rustybuzz"
13897version = "0.20.1"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13900dependencies = [
13901 "bitflags 2.9.0",
13902 "bytemuck",
13903 "core_maths",
13904 "log",
13905 "smallvec",
13906 "ttf-parser 0.25.1",
13907 "unicode-bidi-mirroring 0.4.0",
13908 "unicode-ccc 0.4.0",
13909 "unicode-properties",
13910 "unicode-script",
13911]
13912
13913[[package]]
13914name = "ryu"
13915version = "1.0.20"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13918
13919[[package]]
13920name = "safetensors"
13921version = "0.4.5"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13924dependencies = [
13925 "serde",
13926 "serde_json",
13927]
13928
13929[[package]]
13930name = "salsa20"
13931version = "0.10.2"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13934dependencies = [
13935 "cipher",
13936]
13937
13938[[package]]
13939name = "same-file"
13940version = "1.0.6"
13941source = "registry+https://github.com/rust-lang/crates.io-index"
13942checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13943dependencies = [
13944 "winapi-util",
13945]
13946
13947[[package]]
13948name = "schannel"
13949version = "0.1.27"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13952dependencies = [
13953 "windows-sys 0.59.0",
13954]
13955
13956[[package]]
13957name = "scheduler"
13958version = "0.1.0"
13959dependencies = [
13960 "async-task",
13961 "backtrace",
13962 "chrono",
13963 "futures 0.3.31",
13964 "parking_lot",
13965 "rand 0.9.1",
13966 "workspace-hack",
13967]
13968
13969[[package]]
13970name = "schema_generator"
13971version = "0.1.0"
13972dependencies = [
13973 "anyhow",
13974 "clap",
13975 "env_logger 0.11.8",
13976 "schemars 1.0.1",
13977 "serde",
13978 "serde_json",
13979 "theme",
13980 "workspace-hack",
13981]
13982
13983[[package]]
13984name = "schemars"
13985version = "0.9.0"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13988dependencies = [
13989 "dyn-clone",
13990 "ref-cast",
13991 "serde",
13992 "serde_json",
13993]
13994
13995[[package]]
13996name = "schemars"
13997version = "1.0.1"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
14000dependencies = [
14001 "dyn-clone",
14002 "indexmap 2.9.0",
14003 "ref-cast",
14004 "schemars_derive",
14005 "serde",
14006 "serde_json",
14007]
14008
14009[[package]]
14010name = "schemars_derive"
14011version = "1.0.1"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
14014dependencies = [
14015 "proc-macro2",
14016 "quote",
14017 "serde_derive_internals",
14018 "syn 2.0.101",
14019]
14020
14021[[package]]
14022name = "scoped-tls"
14023version = "1.0.1"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14026
14027[[package]]
14028name = "scopeguard"
14029version = "1.2.0"
14030source = "registry+https://github.com/rust-lang/crates.io-index"
14031checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14032
14033[[package]]
14034name = "scratch"
14035version = "1.0.8"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14038
14039[[package]]
14040name = "screencapturekit"
14041version = "0.2.8"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14044dependencies = [
14045 "screencapturekit-sys",
14046]
14047
14048[[package]]
14049name = "screencapturekit-sys"
14050version = "0.2.8"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14053dependencies = [
14054 "block",
14055 "dispatch",
14056 "objc",
14057 "objc-foundation",
14058 "objc_id",
14059 "once_cell",
14060]
14061
14062[[package]]
14063name = "scroll"
14064version = "0.12.0"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14067dependencies = [
14068 "scroll_derive",
14069]
14070
14071[[package]]
14072name = "scroll_derive"
14073version = "0.12.1"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14076dependencies = [
14077 "proc-macro2",
14078 "quote",
14079 "syn 2.0.101",
14080]
14081
14082[[package]]
14083name = "scrypt"
14084version = "0.11.0"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14087dependencies = [
14088 "password-hash 0.5.0",
14089 "pbkdf2 0.12.2",
14090 "salsa20",
14091 "sha2",
14092]
14093
14094[[package]]
14095name = "sct"
14096version = "0.7.1"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14099dependencies = [
14100 "ring",
14101 "untrusted",
14102]
14103
14104[[package]]
14105name = "sea-bae"
14106version = "0.2.1"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14109dependencies = [
14110 "heck 0.4.1",
14111 "proc-macro-error2",
14112 "proc-macro2",
14113 "quote",
14114 "syn 2.0.101",
14115]
14116
14117[[package]]
14118name = "sea-orm"
14119version = "1.1.10"
14120source = "registry+https://github.com/rust-lang/crates.io-index"
14121checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14122dependencies = [
14123 "async-stream",
14124 "async-trait",
14125 "bigdecimal",
14126 "chrono",
14127 "futures-util",
14128 "log",
14129 "ouroboros",
14130 "pgvector",
14131 "rust_decimal",
14132 "sea-orm-macros",
14133 "sea-query",
14134 "sea-query-binder",
14135 "serde",
14136 "serde_json",
14137 "sqlx",
14138 "strum 0.26.3",
14139 "thiserror 2.0.12",
14140 "time",
14141 "tracing",
14142 "url",
14143 "uuid",
14144]
14145
14146[[package]]
14147name = "sea-orm-macros"
14148version = "1.1.10"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14151dependencies = [
14152 "heck 0.4.1",
14153 "proc-macro2",
14154 "quote",
14155 "sea-bae",
14156 "syn 2.0.101",
14157 "unicode-ident",
14158]
14159
14160[[package]]
14161name = "sea-query"
14162version = "0.32.4"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14165dependencies = [
14166 "bigdecimal",
14167 "chrono",
14168 "inherent",
14169 "ordered-float 4.6.0",
14170 "rust_decimal",
14171 "serde_json",
14172 "time",
14173 "uuid",
14174]
14175
14176[[package]]
14177name = "sea-query-binder"
14178version = "0.7.0"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14181dependencies = [
14182 "bigdecimal",
14183 "chrono",
14184 "rust_decimal",
14185 "sea-query",
14186 "serde_json",
14187 "sqlx",
14188 "time",
14189 "uuid",
14190]
14191
14192[[package]]
14193name = "seahash"
14194version = "4.1.0"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14197
14198[[package]]
14199name = "search"
14200version = "0.1.0"
14201dependencies = [
14202 "any_vec",
14203 "anyhow",
14204 "bitflags 2.9.0",
14205 "client",
14206 "collections",
14207 "editor",
14208 "futures 0.3.31",
14209 "gpui",
14210 "language",
14211 "menu",
14212 "project",
14213 "schemars 1.0.1",
14214 "serde",
14215 "serde_json",
14216 "settings",
14217 "smol",
14218 "theme",
14219 "ui",
14220 "unindent",
14221 "util",
14222 "workspace",
14223 "workspace-hack",
14224 "zed_actions",
14225]
14226
14227[[package]]
14228name = "sec1"
14229version = "0.3.0"
14230source = "registry+https://github.com/rust-lang/crates.io-index"
14231checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14232dependencies = [
14233 "base16ct",
14234 "der 0.6.1",
14235 "generic-array",
14236 "pkcs8 0.9.0",
14237 "subtle",
14238 "zeroize",
14239]
14240
14241[[package]]
14242name = "security-framework"
14243version = "2.11.1"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14246dependencies = [
14247 "bitflags 2.9.0",
14248 "core-foundation 0.9.4",
14249 "core-foundation-sys",
14250 "libc",
14251 "security-framework-sys",
14252]
14253
14254[[package]]
14255name = "security-framework"
14256version = "3.2.0"
14257source = "registry+https://github.com/rust-lang/crates.io-index"
14258checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14259dependencies = [
14260 "bitflags 2.9.0",
14261 "core-foundation 0.10.0",
14262 "core-foundation-sys",
14263 "libc",
14264 "security-framework-sys",
14265]
14266
14267[[package]]
14268name = "security-framework-sys"
14269version = "2.14.0"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14272dependencies = [
14273 "core-foundation-sys",
14274 "libc",
14275]
14276
14277[[package]]
14278name = "self_cell"
14279version = "1.2.0"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14282
14283[[package]]
14284name = "semantic_version"
14285version = "0.1.0"
14286dependencies = [
14287 "anyhow",
14288 "serde",
14289 "workspace-hack",
14290]
14291
14292[[package]]
14293name = "semver"
14294version = "1.0.26"
14295source = "registry+https://github.com/rust-lang/crates.io-index"
14296checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14297dependencies = [
14298 "serde",
14299]
14300
14301[[package]]
14302name = "seq-macro"
14303version = "0.3.6"
14304source = "registry+https://github.com/rust-lang/crates.io-index"
14305checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14306
14307[[package]]
14308name = "serde"
14309version = "1.0.221"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14312dependencies = [
14313 "serde_core",
14314 "serde_derive",
14315]
14316
14317[[package]]
14318name = "serde_core"
14319version = "1.0.221"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14322dependencies = [
14323 "serde_derive",
14324]
14325
14326[[package]]
14327name = "serde_derive"
14328version = "1.0.221"
14329source = "registry+https://github.com/rust-lang/crates.io-index"
14330checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14331dependencies = [
14332 "proc-macro2",
14333 "quote",
14334 "syn 2.0.101",
14335]
14336
14337[[package]]
14338name = "serde_derive_internals"
14339version = "0.29.1"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14342dependencies = [
14343 "proc-macro2",
14344 "quote",
14345 "syn 2.0.101",
14346]
14347
14348[[package]]
14349name = "serde_fmt"
14350version = "1.0.3"
14351source = "registry+https://github.com/rust-lang/crates.io-index"
14352checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14353dependencies = [
14354 "serde",
14355]
14356
14357[[package]]
14358name = "serde_json"
14359version = "1.0.144"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14362dependencies = [
14363 "indexmap 2.9.0",
14364 "itoa",
14365 "memchr",
14366 "ryu",
14367 "serde_core",
14368]
14369
14370[[package]]
14371name = "serde_json_lenient"
14372version = "0.2.4"
14373source = "registry+https://github.com/rust-lang/crates.io-index"
14374checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14375dependencies = [
14376 "indexmap 2.9.0",
14377 "itoa",
14378 "memchr",
14379 "ryu",
14380 "serde",
14381]
14382
14383[[package]]
14384name = "serde_path_to_error"
14385version = "0.1.17"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14388dependencies = [
14389 "itoa",
14390 "serde",
14391]
14392
14393[[package]]
14394name = "serde_repr"
14395version = "0.1.20"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14398dependencies = [
14399 "proc-macro2",
14400 "quote",
14401 "syn 2.0.101",
14402]
14403
14404[[package]]
14405name = "serde_spanned"
14406version = "0.6.8"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14409dependencies = [
14410 "serde",
14411]
14412
14413[[package]]
14414name = "serde_urlencoded"
14415version = "0.7.1"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14418dependencies = [
14419 "form_urlencoded",
14420 "itoa",
14421 "ryu",
14422 "serde",
14423]
14424
14425[[package]]
14426name = "serde_with"
14427version = "3.13.0"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14430dependencies = [
14431 "base64 0.22.1",
14432 "chrono",
14433 "hex",
14434 "indexmap 1.9.3",
14435 "indexmap 2.9.0",
14436 "schemars 0.9.0",
14437 "serde",
14438 "serde_derive",
14439 "serde_json",
14440 "serde_with_macros",
14441 "time",
14442]
14443
14444[[package]]
14445name = "serde_with_macros"
14446version = "3.13.0"
14447source = "registry+https://github.com/rust-lang/crates.io-index"
14448checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14449dependencies = [
14450 "darling",
14451 "proc-macro2",
14452 "quote",
14453 "syn 2.0.101",
14454]
14455
14456[[package]]
14457name = "serial2"
14458version = "0.2.29"
14459source = "registry+https://github.com/rust-lang/crates.io-index"
14460checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14461dependencies = [
14462 "cfg-if",
14463 "libc",
14464 "winapi",
14465]
14466
14467[[package]]
14468name = "session"
14469version = "0.1.0"
14470dependencies = [
14471 "db",
14472 "gpui",
14473 "serde_json",
14474 "util",
14475 "uuid",
14476 "workspace-hack",
14477]
14478
14479[[package]]
14480name = "settings"
14481version = "0.1.0"
14482dependencies = [
14483 "anyhow",
14484 "collections",
14485 "derive_more",
14486 "ec4rs",
14487 "fs",
14488 "futures 0.3.31",
14489 "gpui",
14490 "indoc",
14491 "inventory",
14492 "log",
14493 "paths",
14494 "pretty_assertions",
14495 "release_channel",
14496 "rust-embed",
14497 "schemars 1.0.1",
14498 "serde",
14499 "serde_json",
14500 "serde_json_lenient",
14501 "serde_path_to_error",
14502 "serde_repr",
14503 "serde_with",
14504 "settings_macros",
14505 "smallvec",
14506 "strum 0.27.1",
14507 "tree-sitter",
14508 "tree-sitter-json",
14509 "unindent",
14510 "util",
14511 "workspace-hack",
14512 "zlog",
14513]
14514
14515[[package]]
14516name = "settings_macros"
14517version = "0.1.0"
14518dependencies = [
14519 "quote",
14520 "settings",
14521 "syn 2.0.101",
14522 "workspace-hack",
14523]
14524
14525[[package]]
14526name = "settings_profile_selector"
14527version = "0.1.0"
14528dependencies = [
14529 "client",
14530 "editor",
14531 "fuzzy",
14532 "gpui",
14533 "language",
14534 "menu",
14535 "picker",
14536 "project",
14537 "serde_json",
14538 "settings",
14539 "theme",
14540 "ui",
14541 "workspace",
14542 "workspace-hack",
14543 "zed_actions",
14544]
14545
14546[[package]]
14547name = "settings_ui"
14548version = "0.1.0"
14549dependencies = [
14550 "anyhow",
14551 "assets",
14552 "bm25",
14553 "client",
14554 "editor",
14555 "feature_flags",
14556 "fs",
14557 "futures 0.3.31",
14558 "fuzzy",
14559 "gpui",
14560 "heck 0.5.0",
14561 "language",
14562 "log",
14563 "menu",
14564 "node_runtime",
14565 "paths",
14566 "pretty_assertions",
14567 "project",
14568 "schemars 1.0.1",
14569 "search",
14570 "serde",
14571 "session",
14572 "settings",
14573 "strum 0.27.1",
14574 "theme",
14575 "title_bar",
14576 "ui",
14577 "ui_input",
14578 "util",
14579 "workspace",
14580 "workspace-hack",
14581 "zed_actions",
14582 "zlog",
14583]
14584
14585[[package]]
14586name = "sha1"
14587version = "0.10.6"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14590dependencies = [
14591 "cfg-if",
14592 "cpufeatures",
14593 "digest",
14594]
14595
14596[[package]]
14597name = "sha1_smol"
14598version = "1.0.1"
14599source = "registry+https://github.com/rust-lang/crates.io-index"
14600checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14601
14602[[package]]
14603name = "sha2"
14604version = "0.10.9"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
14607dependencies = [
14608 "cfg-if",
14609 "cpufeatures",
14610 "digest",
14611]
14612
14613[[package]]
14614name = "sharded-slab"
14615version = "0.1.7"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14618dependencies = [
14619 "lazy_static",
14620]
14621
14622[[package]]
14623name = "shared_library"
14624version = "0.1.9"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14627dependencies = [
14628 "lazy_static",
14629 "libc",
14630]
14631
14632[[package]]
14633name = "shell-words"
14634version = "1.1.0"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14637
14638[[package]]
14639name = "shellexpand"
14640version = "2.1.2"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14643dependencies = [
14644 "dirs 4.0.0",
14645]
14646
14647[[package]]
14648name = "shellexpand"
14649version = "3.1.1"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14652dependencies = [
14653 "dirs 6.0.0",
14654]
14655
14656[[package]]
14657name = "shlex"
14658version = "1.3.0"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14661
14662[[package]]
14663name = "signal-hook"
14664version = "0.3.17"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14667dependencies = [
14668 "libc",
14669 "signal-hook-registry",
14670]
14671
14672[[package]]
14673name = "signal-hook-registry"
14674version = "1.4.5"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14677dependencies = [
14678 "libc",
14679]
14680
14681[[package]]
14682name = "signature"
14683version = "1.6.4"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14686dependencies = [
14687 "digest",
14688 "rand_core 0.6.4",
14689]
14690
14691[[package]]
14692name = "signature"
14693version = "2.2.0"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14696dependencies = [
14697 "digest",
14698 "rand_core 0.6.4",
14699]
14700
14701[[package]]
14702name = "simd-adler32"
14703version = "0.3.7"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14706
14707[[package]]
14708name = "simd_helpers"
14709version = "0.1.0"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14712dependencies = [
14713 "quote",
14714]
14715
14716[[package]]
14717name = "simdutf8"
14718version = "0.1.5"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14721
14722[[package]]
14723name = "simple_asn1"
14724version = "0.6.3"
14725source = "registry+https://github.com/rust-lang/crates.io-index"
14726checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14727dependencies = [
14728 "num-bigint",
14729 "num-traits",
14730 "thiserror 2.0.12",
14731 "time",
14732]
14733
14734[[package]]
14735name = "simplecss"
14736version = "0.2.2"
14737source = "registry+https://github.com/rust-lang/crates.io-index"
14738checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14739dependencies = [
14740 "log",
14741]
14742
14743[[package]]
14744name = "simplelog"
14745version = "0.12.2"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14748dependencies = [
14749 "log",
14750 "termcolor",
14751 "time",
14752]
14753
14754[[package]]
14755name = "siphasher"
14756version = "1.0.1"
14757source = "registry+https://github.com/rust-lang/crates.io-index"
14758checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14759
14760[[package]]
14761name = "skrifa"
14762version = "0.26.6"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14765dependencies = [
14766 "bytemuck",
14767 "read-fonts",
14768]
14769
14770[[package]]
14771name = "slab"
14772version = "0.4.9"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14775dependencies = [
14776 "autocfg",
14777]
14778
14779[[package]]
14780name = "slash_commands_example"
14781version = "0.1.0"
14782dependencies = [
14783 "zed_extension_api 0.1.0",
14784]
14785
14786[[package]]
14787name = "slotmap"
14788version = "1.0.7"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14791dependencies = [
14792 "version_check",
14793]
14794
14795[[package]]
14796name = "smallvec"
14797version = "1.15.0"
14798source = "registry+https://github.com/rust-lang/crates.io-index"
14799checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14800dependencies = [
14801 "serde",
14802]
14803
14804[[package]]
14805name = "smart-default"
14806version = "0.7.1"
14807source = "registry+https://github.com/rust-lang/crates.io-index"
14808checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14809dependencies = [
14810 "proc-macro2",
14811 "quote",
14812 "syn 2.0.101",
14813]
14814
14815[[package]]
14816name = "smol"
14817version = "2.0.2"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14820dependencies = [
14821 "async-channel 2.3.1",
14822 "async-executor",
14823 "async-fs",
14824 "async-io",
14825 "async-lock",
14826 "async-net",
14827 "async-process",
14828 "blocking",
14829 "futures-lite 2.6.0",
14830]
14831
14832[[package]]
14833name = "smol_str"
14834version = "0.2.2"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14837
14838[[package]]
14839name = "snippet"
14840version = "0.1.0"
14841dependencies = [
14842 "anyhow",
14843 "smallvec",
14844 "workspace-hack",
14845]
14846
14847[[package]]
14848name = "snippet_provider"
14849version = "0.1.0"
14850dependencies = [
14851 "anyhow",
14852 "collections",
14853 "extension",
14854 "fs",
14855 "futures 0.3.31",
14856 "gpui",
14857 "indoc",
14858 "parking_lot",
14859 "paths",
14860 "schemars 1.0.1",
14861 "serde",
14862 "serde_json",
14863 "serde_json_lenient",
14864 "snippet",
14865 "util",
14866 "workspace-hack",
14867]
14868
14869[[package]]
14870name = "snippets_ui"
14871version = "0.1.0"
14872dependencies = [
14873 "file_finder",
14874 "file_icons",
14875 "fuzzy",
14876 "gpui",
14877 "language",
14878 "paths",
14879 "picker",
14880 "settings",
14881 "ui",
14882 "util",
14883 "workspace",
14884 "workspace-hack",
14885]
14886
14887[[package]]
14888name = "socket2"
14889version = "0.5.9"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14892dependencies = [
14893 "libc",
14894 "windows-sys 0.52.0",
14895]
14896
14897[[package]]
14898name = "spdx"
14899version = "0.10.8"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14902dependencies = [
14903 "smallvec",
14904]
14905
14906[[package]]
14907name = "spin"
14908version = "0.9.8"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14911dependencies = [
14912 "lock_api",
14913]
14914
14915[[package]]
14916name = "spirv"
14917version = "0.3.0+sdk-1.3.268.0"
14918source = "registry+https://github.com/rust-lang/crates.io-index"
14919checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14920dependencies = [
14921 "bitflags 2.9.0",
14922]
14923
14924[[package]]
14925name = "spki"
14926version = "0.6.0"
14927source = "registry+https://github.com/rust-lang/crates.io-index"
14928checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14929dependencies = [
14930 "base64ct",
14931 "der 0.6.1",
14932]
14933
14934[[package]]
14935name = "spki"
14936version = "0.7.3"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14939dependencies = [
14940 "base64ct",
14941 "der 0.7.10",
14942]
14943
14944[[package]]
14945name = "sptr"
14946version = "0.3.2"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14949
14950[[package]]
14951name = "sqlez"
14952version = "0.1.0"
14953dependencies = [
14954 "anyhow",
14955 "collections",
14956 "futures 0.3.31",
14957 "indoc",
14958 "libsqlite3-sys",
14959 "log",
14960 "parking_lot",
14961 "smol",
14962 "sqlformat",
14963 "thread_local",
14964 "util",
14965 "uuid",
14966 "workspace-hack",
14967]
14968
14969[[package]]
14970name = "sqlez_macros"
14971version = "0.1.0"
14972dependencies = [
14973 "sqlez",
14974 "sqlformat",
14975 "syn 2.0.101",
14976 "workspace-hack",
14977]
14978
14979[[package]]
14980name = "sqlformat"
14981version = "0.2.6"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14984dependencies = [
14985 "nom 7.1.3",
14986 "unicode_categories",
14987]
14988
14989[[package]]
14990name = "sqlx"
14991version = "0.8.5"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14994dependencies = [
14995 "sqlx-core",
14996 "sqlx-macros",
14997 "sqlx-mysql",
14998 "sqlx-postgres",
14999 "sqlx-sqlite",
15000]
15001
15002[[package]]
15003name = "sqlx-core"
15004version = "0.8.5"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
15007dependencies = [
15008 "base64 0.22.1",
15009 "bigdecimal",
15010 "bytes 1.10.1",
15011 "chrono",
15012 "crc",
15013 "crossbeam-queue",
15014 "either",
15015 "event-listener 5.4.0",
15016 "futures-core",
15017 "futures-intrusive",
15018 "futures-io",
15019 "futures-util",
15020 "hashbrown 0.15.3",
15021 "hashlink 0.10.0",
15022 "indexmap 2.9.0",
15023 "log",
15024 "memchr",
15025 "once_cell",
15026 "percent-encoding",
15027 "rust_decimal",
15028 "rustls 0.23.26",
15029 "serde",
15030 "serde_json",
15031 "sha2",
15032 "smallvec",
15033 "thiserror 2.0.12",
15034 "time",
15035 "tokio",
15036 "tokio-stream",
15037 "tracing",
15038 "url",
15039 "uuid",
15040 "webpki-roots",
15041]
15042
15043[[package]]
15044name = "sqlx-macros"
15045version = "0.8.5"
15046source = "registry+https://github.com/rust-lang/crates.io-index"
15047checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15048dependencies = [
15049 "proc-macro2",
15050 "quote",
15051 "sqlx-core",
15052 "sqlx-macros-core",
15053 "syn 2.0.101",
15054]
15055
15056[[package]]
15057name = "sqlx-macros-core"
15058version = "0.8.5"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15061dependencies = [
15062 "dotenvy",
15063 "either",
15064 "heck 0.5.0",
15065 "hex",
15066 "once_cell",
15067 "proc-macro2",
15068 "quote",
15069 "serde",
15070 "serde_json",
15071 "sha2",
15072 "sqlx-core",
15073 "sqlx-mysql",
15074 "sqlx-postgres",
15075 "sqlx-sqlite",
15076 "syn 2.0.101",
15077 "tempfile",
15078 "tokio",
15079 "url",
15080]
15081
15082[[package]]
15083name = "sqlx-mysql"
15084version = "0.8.5"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15087dependencies = [
15088 "atoi",
15089 "base64 0.22.1",
15090 "bigdecimal",
15091 "bitflags 2.9.0",
15092 "byteorder",
15093 "bytes 1.10.1",
15094 "chrono",
15095 "crc",
15096 "digest",
15097 "dotenvy",
15098 "either",
15099 "futures-channel",
15100 "futures-core",
15101 "futures-io",
15102 "futures-util",
15103 "generic-array",
15104 "hex",
15105 "hkdf",
15106 "hmac",
15107 "itoa",
15108 "log",
15109 "md-5",
15110 "memchr",
15111 "once_cell",
15112 "percent-encoding",
15113 "rand 0.8.5",
15114 "rsa",
15115 "rust_decimal",
15116 "serde",
15117 "sha1",
15118 "sha2",
15119 "smallvec",
15120 "sqlx-core",
15121 "stringprep",
15122 "thiserror 2.0.12",
15123 "time",
15124 "tracing",
15125 "uuid",
15126 "whoami",
15127]
15128
15129[[package]]
15130name = "sqlx-postgres"
15131version = "0.8.5"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15134dependencies = [
15135 "atoi",
15136 "base64 0.22.1",
15137 "bigdecimal",
15138 "bitflags 2.9.0",
15139 "byteorder",
15140 "chrono",
15141 "crc",
15142 "dotenvy",
15143 "etcetera",
15144 "futures-channel",
15145 "futures-core",
15146 "futures-util",
15147 "hex",
15148 "hkdf",
15149 "hmac",
15150 "home",
15151 "itoa",
15152 "log",
15153 "md-5",
15154 "memchr",
15155 "num-bigint",
15156 "once_cell",
15157 "rand 0.8.5",
15158 "rust_decimal",
15159 "serde",
15160 "serde_json",
15161 "sha2",
15162 "smallvec",
15163 "sqlx-core",
15164 "stringprep",
15165 "thiserror 2.0.12",
15166 "time",
15167 "tracing",
15168 "uuid",
15169 "whoami",
15170]
15171
15172[[package]]
15173name = "sqlx-sqlite"
15174version = "0.8.5"
15175source = "registry+https://github.com/rust-lang/crates.io-index"
15176checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15177dependencies = [
15178 "atoi",
15179 "chrono",
15180 "flume",
15181 "futures-channel",
15182 "futures-core",
15183 "futures-executor",
15184 "futures-intrusive",
15185 "futures-util",
15186 "libsqlite3-sys",
15187 "log",
15188 "percent-encoding",
15189 "serde",
15190 "serde_urlencoded",
15191 "sqlx-core",
15192 "thiserror 2.0.12",
15193 "time",
15194 "tracing",
15195 "url",
15196 "uuid",
15197]
15198
15199[[package]]
15200name = "stable_deref_trait"
15201version = "1.2.0"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15204
15205[[package]]
15206name = "stacker"
15207version = "0.1.21"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15210dependencies = [
15211 "cc",
15212 "cfg-if",
15213 "libc",
15214 "psm",
15215 "windows-sys 0.59.0",
15216]
15217
15218[[package]]
15219name = "stacksafe"
15220version = "0.1.4"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15223dependencies = [
15224 "stacker",
15225 "stacksafe-macro",
15226]
15227
15228[[package]]
15229name = "stacksafe-macro"
15230version = "0.1.4"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15233dependencies = [
15234 "proc-macro-error2",
15235 "quote",
15236 "syn 2.0.101",
15237]
15238
15239[[package]]
15240name = "static_assertions"
15241version = "1.1.0"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15244
15245[[package]]
15246name = "stop-words"
15247version = "0.9.0"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "645a3d441ccf4bf47f2e4b7681461986681a6eeea9937d4c3bc9febd61d17c71"
15250dependencies = [
15251 "serde_json",
15252]
15253
15254[[package]]
15255name = "story"
15256version = "0.1.0"
15257dependencies = [
15258 "gpui",
15259 "itertools 0.14.0",
15260 "smallvec",
15261 "workspace-hack",
15262]
15263
15264[[package]]
15265name = "storybook"
15266version = "0.1.0"
15267dependencies = [
15268 "anyhow",
15269 "clap",
15270 "collab_ui",
15271 "ctrlc",
15272 "dialoguer",
15273 "editor",
15274 "fuzzy",
15275 "gpui",
15276 "indoc",
15277 "language",
15278 "log",
15279 "menu",
15280 "picker",
15281 "project",
15282 "reqwest_client",
15283 "rust-embed",
15284 "settings",
15285 "simplelog",
15286 "story",
15287 "strum 0.27.1",
15288 "theme",
15289 "title_bar",
15290 "ui",
15291 "workspace",
15292 "workspace-hack",
15293]
15294
15295[[package]]
15296name = "streaming-iterator"
15297version = "0.1.9"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15300
15301[[package]]
15302name = "streaming_diff"
15303version = "0.1.0"
15304dependencies = [
15305 "ordered-float 2.10.1",
15306 "rand 0.9.1",
15307 "rope",
15308 "util",
15309 "workspace-hack",
15310]
15311
15312[[package]]
15313name = "strength_reduce"
15314version = "0.2.4"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15317
15318[[package]]
15319name = "strict-num"
15320version = "0.1.1"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15323dependencies = [
15324 "float-cmp",
15325]
15326
15327[[package]]
15328name = "string_cache"
15329version = "0.8.9"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15332dependencies = [
15333 "new_debug_unreachable",
15334 "parking_lot",
15335 "phf_shared",
15336 "precomputed-hash",
15337 "serde",
15338]
15339
15340[[package]]
15341name = "string_cache_codegen"
15342version = "0.5.4"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15345dependencies = [
15346 "phf_generator",
15347 "phf_shared",
15348 "proc-macro2",
15349 "quote",
15350]
15351
15352[[package]]
15353name = "stringprep"
15354version = "0.1.5"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15357dependencies = [
15358 "unicode-bidi",
15359 "unicode-normalization",
15360 "unicode-properties",
15361]
15362
15363[[package]]
15364name = "strsim"
15365version = "0.11.1"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15368
15369[[package]]
15370name = "strum"
15371version = "0.26.3"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15374dependencies = [
15375 "strum_macros 0.26.4",
15376]
15377
15378[[package]]
15379name = "strum"
15380version = "0.27.1"
15381source = "registry+https://github.com/rust-lang/crates.io-index"
15382checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15383dependencies = [
15384 "strum_macros 0.27.1",
15385]
15386
15387[[package]]
15388name = "strum_macros"
15389version = "0.26.4"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15392dependencies = [
15393 "heck 0.5.0",
15394 "proc-macro2",
15395 "quote",
15396 "rustversion",
15397 "syn 2.0.101",
15398]
15399
15400[[package]]
15401name = "strum_macros"
15402version = "0.27.1"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15405dependencies = [
15406 "heck 0.5.0",
15407 "proc-macro2",
15408 "quote",
15409 "rustversion",
15410 "syn 2.0.101",
15411]
15412
15413[[package]]
15414name = "subtle"
15415version = "2.6.1"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15418
15419[[package]]
15420name = "sum_tree"
15421version = "0.1.0"
15422dependencies = [
15423 "arrayvec",
15424 "ctor",
15425 "log",
15426 "rand 0.9.1",
15427 "rayon",
15428 "workspace-hack",
15429 "zlog",
15430]
15431
15432[[package]]
15433name = "supermaven"
15434version = "0.1.0"
15435dependencies = [
15436 "anyhow",
15437 "client",
15438 "collections",
15439 "edit_prediction",
15440 "editor",
15441 "env_logger 0.11.8",
15442 "futures 0.3.31",
15443 "gpui",
15444 "http_client",
15445 "language",
15446 "log",
15447 "postage",
15448 "project",
15449 "serde",
15450 "serde_json",
15451 "settings",
15452 "smol",
15453 "supermaven_api",
15454 "text",
15455 "theme",
15456 "ui",
15457 "unicode-segmentation",
15458 "util",
15459 "workspace-hack",
15460]
15461
15462[[package]]
15463name = "supermaven_api"
15464version = "0.1.0"
15465dependencies = [
15466 "anyhow",
15467 "futures 0.3.31",
15468 "http_client",
15469 "paths",
15470 "serde",
15471 "serde_json",
15472 "smol",
15473 "util",
15474 "workspace-hack",
15475]
15476
15477[[package]]
15478name = "sval"
15479version = "2.14.1"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15482
15483[[package]]
15484name = "sval_buffer"
15485version = "2.14.1"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15488dependencies = [
15489 "sval",
15490 "sval_ref",
15491]
15492
15493[[package]]
15494name = "sval_dynamic"
15495version = "2.14.1"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15498dependencies = [
15499 "sval",
15500]
15501
15502[[package]]
15503name = "sval_fmt"
15504version = "2.14.1"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15507dependencies = [
15508 "itoa",
15509 "ryu",
15510 "sval",
15511]
15512
15513[[package]]
15514name = "sval_json"
15515version = "2.14.1"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15518dependencies = [
15519 "itoa",
15520 "ryu",
15521 "sval",
15522]
15523
15524[[package]]
15525name = "sval_nested"
15526version = "2.14.1"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15529dependencies = [
15530 "sval",
15531 "sval_buffer",
15532 "sval_ref",
15533]
15534
15535[[package]]
15536name = "sval_ref"
15537version = "2.14.1"
15538source = "registry+https://github.com/rust-lang/crates.io-index"
15539checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15540dependencies = [
15541 "sval",
15542]
15543
15544[[package]]
15545name = "sval_serde"
15546version = "2.14.1"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15549dependencies = [
15550 "serde",
15551 "sval",
15552 "sval_nested",
15553]
15554
15555[[package]]
15556name = "svg_fmt"
15557version = "0.4.5"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15560
15561[[package]]
15562name = "svg_preview"
15563version = "0.1.0"
15564dependencies = [
15565 "editor",
15566 "file_icons",
15567 "gpui",
15568 "multi_buffer",
15569 "ui",
15570 "workspace",
15571 "workspace-hack",
15572]
15573
15574[[package]]
15575name = "svgtypes"
15576version = "0.15.3"
15577source = "registry+https://github.com/rust-lang/crates.io-index"
15578checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15579dependencies = [
15580 "kurbo",
15581 "siphasher",
15582]
15583
15584[[package]]
15585name = "swash"
15586version = "0.2.2"
15587source = "registry+https://github.com/rust-lang/crates.io-index"
15588checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15589dependencies = [
15590 "skrifa",
15591 "yazi",
15592 "zeno",
15593]
15594
15595[[package]]
15596name = "symphonia"
15597version = "0.5.4"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15600dependencies = [
15601 "lazy_static",
15602 "symphonia-bundle-flac",
15603 "symphonia-bundle-mp3",
15604 "symphonia-codec-aac",
15605 "symphonia-codec-pcm",
15606 "symphonia-codec-vorbis",
15607 "symphonia-core",
15608 "symphonia-format-isomp4",
15609 "symphonia-format-ogg",
15610 "symphonia-format-riff",
15611 "symphonia-metadata",
15612]
15613
15614[[package]]
15615name = "symphonia-bundle-flac"
15616version = "0.5.4"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15619dependencies = [
15620 "log",
15621 "symphonia-core",
15622 "symphonia-metadata",
15623 "symphonia-utils-xiph",
15624]
15625
15626[[package]]
15627name = "symphonia-bundle-mp3"
15628version = "0.5.4"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15631dependencies = [
15632 "lazy_static",
15633 "log",
15634 "symphonia-core",
15635 "symphonia-metadata",
15636]
15637
15638[[package]]
15639name = "symphonia-codec-aac"
15640version = "0.5.4"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15643dependencies = [
15644 "lazy_static",
15645 "log",
15646 "symphonia-core",
15647]
15648
15649[[package]]
15650name = "symphonia-codec-pcm"
15651version = "0.5.4"
15652source = "registry+https://github.com/rust-lang/crates.io-index"
15653checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15654dependencies = [
15655 "log",
15656 "symphonia-core",
15657]
15658
15659[[package]]
15660name = "symphonia-codec-vorbis"
15661version = "0.5.4"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15664dependencies = [
15665 "log",
15666 "symphonia-core",
15667 "symphonia-utils-xiph",
15668]
15669
15670[[package]]
15671name = "symphonia-core"
15672version = "0.5.4"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15675dependencies = [
15676 "arrayvec",
15677 "bitflags 1.3.2",
15678 "bytemuck",
15679 "lazy_static",
15680 "log",
15681]
15682
15683[[package]]
15684name = "symphonia-format-isomp4"
15685version = "0.5.4"
15686source = "registry+https://github.com/rust-lang/crates.io-index"
15687checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15688dependencies = [
15689 "encoding_rs",
15690 "log",
15691 "symphonia-core",
15692 "symphonia-metadata",
15693 "symphonia-utils-xiph",
15694]
15695
15696[[package]]
15697name = "symphonia-format-ogg"
15698version = "0.5.4"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15701dependencies = [
15702 "log",
15703 "symphonia-core",
15704 "symphonia-metadata",
15705 "symphonia-utils-xiph",
15706]
15707
15708[[package]]
15709name = "symphonia-format-riff"
15710version = "0.5.4"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15713dependencies = [
15714 "extended",
15715 "log",
15716 "symphonia-core",
15717 "symphonia-metadata",
15718]
15719
15720[[package]]
15721name = "symphonia-metadata"
15722version = "0.5.4"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15725dependencies = [
15726 "encoding_rs",
15727 "lazy_static",
15728 "log",
15729 "symphonia-core",
15730]
15731
15732[[package]]
15733name = "symphonia-utils-xiph"
15734version = "0.5.4"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15737dependencies = [
15738 "symphonia-core",
15739 "symphonia-metadata",
15740]
15741
15742[[package]]
15743name = "syn"
15744version = "1.0.109"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15747dependencies = [
15748 "proc-macro2",
15749 "quote",
15750 "unicode-ident",
15751]
15752
15753[[package]]
15754name = "syn"
15755version = "2.0.101"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15758dependencies = [
15759 "proc-macro2",
15760 "quote",
15761 "unicode-ident",
15762]
15763
15764[[package]]
15765name = "sync_wrapper"
15766version = "0.1.2"
15767source = "registry+https://github.com/rust-lang/crates.io-index"
15768checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15769
15770[[package]]
15771name = "sync_wrapper"
15772version = "1.0.2"
15773source = "registry+https://github.com/rust-lang/crates.io-index"
15774checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15775dependencies = [
15776 "futures-core",
15777]
15778
15779[[package]]
15780name = "synchronoise"
15781version = "1.0.1"
15782source = "registry+https://github.com/rust-lang/crates.io-index"
15783checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15784dependencies = [
15785 "crossbeam-queue",
15786]
15787
15788[[package]]
15789name = "synstructure"
15790version = "0.13.1"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15793dependencies = [
15794 "proc-macro2",
15795 "quote",
15796 "syn 2.0.101",
15797]
15798
15799[[package]]
15800name = "sys-locale"
15801version = "0.3.2"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15804dependencies = [
15805 "libc",
15806]
15807
15808[[package]]
15809name = "sysctl"
15810version = "0.5.5"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15813dependencies = [
15814 "bitflags 2.9.0",
15815 "byteorder",
15816 "enum-as-inner",
15817 "libc",
15818 "thiserror 1.0.69",
15819 "walkdir",
15820]
15821
15822[[package]]
15823name = "sysctl"
15824version = "0.6.0"
15825source = "registry+https://github.com/rust-lang/crates.io-index"
15826checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15827dependencies = [
15828 "bitflags 2.9.0",
15829 "byteorder",
15830 "enum-as-inner",
15831 "libc",
15832 "thiserror 1.0.69",
15833 "walkdir",
15834]
15835
15836[[package]]
15837name = "sysinfo"
15838version = "0.31.4"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15841dependencies = [
15842 "core-foundation-sys",
15843 "libc",
15844 "memchr",
15845 "ntapi",
15846 "rayon",
15847 "windows 0.54.0",
15848]
15849
15850[[package]]
15851name = "sysinfo"
15852version = "0.37.2"
15853source = "registry+https://github.com/rust-lang/crates.io-index"
15854checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
15855dependencies = [
15856 "libc",
15857 "memchr",
15858 "ntapi",
15859 "objc2-core-foundation",
15860 "objc2-io-kit",
15861 "windows 0.61.1",
15862]
15863
15864[[package]]
15865name = "system-configuration"
15866version = "0.5.1"
15867source = "registry+https://github.com/rust-lang/crates.io-index"
15868checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15869dependencies = [
15870 "bitflags 1.3.2",
15871 "core-foundation 0.9.4",
15872 "system-configuration-sys 0.5.0",
15873]
15874
15875[[package]]
15876name = "system-configuration"
15877version = "0.6.1"
15878source = "registry+https://github.com/rust-lang/crates.io-index"
15879checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15880dependencies = [
15881 "bitflags 2.9.0",
15882 "core-foundation 0.9.4",
15883 "system-configuration-sys 0.6.0",
15884]
15885
15886[[package]]
15887name = "system-configuration-sys"
15888version = "0.5.0"
15889source = "registry+https://github.com/rust-lang/crates.io-index"
15890checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15891dependencies = [
15892 "core-foundation-sys",
15893 "libc",
15894]
15895
15896[[package]]
15897name = "system-configuration-sys"
15898version = "0.6.0"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15901dependencies = [
15902 "core-foundation-sys",
15903 "libc",
15904]
15905
15906[[package]]
15907name = "system-deps"
15908version = "6.2.2"
15909source = "registry+https://github.com/rust-lang/crates.io-index"
15910checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15911dependencies = [
15912 "cfg-expr",
15913 "heck 0.5.0",
15914 "pkg-config",
15915 "toml 0.8.20",
15916 "version-compare",
15917]
15918
15919[[package]]
15920name = "system-interface"
15921version = "0.27.3"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15924dependencies = [
15925 "bitflags 2.9.0",
15926 "cap-fs-ext",
15927 "cap-std",
15928 "fd-lock",
15929 "io-lifetimes",
15930 "rustix 0.38.44",
15931 "windows-sys 0.59.0",
15932 "winx",
15933]
15934
15935[[package]]
15936name = "system_specs"
15937version = "0.1.0"
15938dependencies = [
15939 "anyhow",
15940 "client",
15941 "gpui",
15942 "human_bytes",
15943 "pciid-parser",
15944 "release_channel",
15945 "serde",
15946 "sysinfo 0.37.2",
15947 "workspace-hack",
15948]
15949
15950[[package]]
15951name = "tab_switcher"
15952version = "0.1.0"
15953dependencies = [
15954 "anyhow",
15955 "collections",
15956 "ctor",
15957 "editor",
15958 "fuzzy",
15959 "gpui",
15960 "language",
15961 "menu",
15962 "picker",
15963 "project",
15964 "schemars 1.0.1",
15965 "serde",
15966 "serde_json",
15967 "settings",
15968 "smol",
15969 "theme",
15970 "ui",
15971 "util",
15972 "workspace",
15973 "workspace-hack",
15974 "zlog",
15975]
15976
15977[[package]]
15978name = "taffy"
15979version = "0.9.0"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15982dependencies = [
15983 "arrayvec",
15984 "grid",
15985 "serde",
15986 "slotmap",
15987]
15988
15989[[package]]
15990name = "tagptr"
15991version = "0.2.0"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15994
15995[[package]]
15996name = "take-until"
15997version = "0.2.0"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
16000
16001[[package]]
16002name = "tao-core-video-sys"
16003version = "0.2.0"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
16006dependencies = [
16007 "cfg-if",
16008 "core-foundation-sys",
16009 "libc",
16010 "objc",
16011]
16012
16013[[package]]
16014name = "tap"
16015version = "1.0.1"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
16018
16019[[package]]
16020name = "target-lexicon"
16021version = "0.12.16"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
16024
16025[[package]]
16026name = "target-lexicon"
16027version = "0.13.2"
16028source = "registry+https://github.com/rust-lang/crates.io-index"
16029checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
16030
16031[[package]]
16032name = "task"
16033version = "0.1.0"
16034dependencies = [
16035 "anyhow",
16036 "collections",
16037 "futures 0.3.31",
16038 "gpui",
16039 "hex",
16040 "log",
16041 "parking_lot",
16042 "pretty_assertions",
16043 "proto",
16044 "schemars 1.0.1",
16045 "serde",
16046 "serde_json",
16047 "serde_json_lenient",
16048 "sha2",
16049 "shellexpand 2.1.2",
16050 "util",
16051 "workspace-hack",
16052 "zed_actions",
16053]
16054
16055[[package]]
16056name = "tasks_ui"
16057version = "0.1.0"
16058dependencies = [
16059 "anyhow",
16060 "collections",
16061 "editor",
16062 "file_icons",
16063 "fuzzy",
16064 "gpui",
16065 "itertools 0.14.0",
16066 "language",
16067 "menu",
16068 "picker",
16069 "project",
16070 "serde",
16071 "serde_json",
16072 "task",
16073 "tree-sitter-rust",
16074 "tree-sitter-typescript",
16075 "ui",
16076 "util",
16077 "workspace",
16078 "workspace-hack",
16079 "zed_actions",
16080]
16081
16082[[package]]
16083name = "telemetry"
16084version = "0.1.0"
16085dependencies = [
16086 "futures 0.3.31",
16087 "serde",
16088 "serde_json",
16089 "telemetry_events",
16090 "workspace-hack",
16091]
16092
16093[[package]]
16094name = "telemetry_events"
16095version = "0.1.0"
16096dependencies = [
16097 "semantic_version",
16098 "serde",
16099 "serde_json",
16100 "workspace-hack",
16101]
16102
16103[[package]]
16104name = "tempfile"
16105version = "3.20.0"
16106source = "registry+https://github.com/rust-lang/crates.io-index"
16107checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16108dependencies = [
16109 "fastrand 2.3.0",
16110 "getrandom 0.3.2",
16111 "once_cell",
16112 "rustix 1.0.7",
16113 "windows-sys 0.59.0",
16114]
16115
16116[[package]]
16117name = "tendril"
16118version = "0.4.3"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16121dependencies = [
16122 "futf",
16123 "mac",
16124 "utf-8",
16125]
16126
16127[[package]]
16128name = "termcolor"
16129version = "1.4.1"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16132dependencies = [
16133 "winapi-util",
16134]
16135
16136[[package]]
16137name = "terminal"
16138version = "0.1.0"
16139dependencies = [
16140 "alacritty_terminal",
16141 "anyhow",
16142 "collections",
16143 "futures 0.3.31",
16144 "gpui",
16145 "itertools 0.14.0",
16146 "libc",
16147 "log",
16148 "rand 0.9.1",
16149 "regex",
16150 "release_channel",
16151 "schemars 1.0.1",
16152 "serde",
16153 "settings",
16154 "smol",
16155 "sysinfo 0.37.2",
16156 "task",
16157 "theme",
16158 "thiserror 2.0.12",
16159 "url",
16160 "urlencoding",
16161 "util",
16162 "windows 0.61.1",
16163 "workspace-hack",
16164]
16165
16166[[package]]
16167name = "terminal_size"
16168version = "0.4.2"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16171dependencies = [
16172 "rustix 1.0.7",
16173 "windows-sys 0.59.0",
16174]
16175
16176[[package]]
16177name = "terminal_view"
16178version = "0.1.0"
16179dependencies = [
16180 "anyhow",
16181 "assistant_slash_command",
16182 "async-recursion",
16183 "breadcrumbs",
16184 "client",
16185 "collections",
16186 "db",
16187 "dirs 4.0.0",
16188 "editor",
16189 "futures 0.3.31",
16190 "gpui",
16191 "itertools 0.14.0",
16192 "language",
16193 "log",
16194 "pretty_assertions",
16195 "project",
16196 "rand 0.9.1",
16197 "regex",
16198 "schemars 1.0.1",
16199 "search",
16200 "serde",
16201 "serde_json",
16202 "settings",
16203 "shellexpand 2.1.2",
16204 "smol",
16205 "task",
16206 "terminal",
16207 "theme",
16208 "ui",
16209 "util",
16210 "workspace",
16211 "workspace-hack",
16212 "zed_actions",
16213]
16214
16215[[package]]
16216name = "text"
16217version = "0.1.0"
16218dependencies = [
16219 "anyhow",
16220 "clock",
16221 "collections",
16222 "ctor",
16223 "gpui",
16224 "http_client",
16225 "log",
16226 "parking_lot",
16227 "postage",
16228 "rand 0.9.1",
16229 "regex",
16230 "rope",
16231 "smallvec",
16232 "sum_tree",
16233 "util",
16234 "workspace-hack",
16235 "zlog",
16236]
16237
16238[[package]]
16239name = "theme"
16240version = "0.1.0"
16241dependencies = [
16242 "anyhow",
16243 "collections",
16244 "derive_more",
16245 "fs",
16246 "futures 0.3.31",
16247 "gpui",
16248 "log",
16249 "palette",
16250 "parking_lot",
16251 "refineable",
16252 "schemars 1.0.1",
16253 "serde",
16254 "serde_json",
16255 "serde_json_lenient",
16256 "settings",
16257 "strum 0.27.1",
16258 "thiserror 2.0.12",
16259 "util",
16260 "uuid",
16261 "workspace-hack",
16262]
16263
16264[[package]]
16265name = "theme_extension"
16266version = "0.1.0"
16267dependencies = [
16268 "anyhow",
16269 "extension",
16270 "fs",
16271 "gpui",
16272 "theme",
16273 "workspace-hack",
16274]
16275
16276[[package]]
16277name = "theme_importer"
16278version = "0.1.0"
16279dependencies = [
16280 "anyhow",
16281 "clap",
16282 "collections",
16283 "gpui",
16284 "indexmap 2.9.0",
16285 "log",
16286 "palette",
16287 "serde",
16288 "serde_json",
16289 "serde_json_lenient",
16290 "simplelog",
16291 "strum 0.27.1",
16292 "theme",
16293 "vscode_theme",
16294 "workspace-hack",
16295]
16296
16297[[package]]
16298name = "theme_selector"
16299version = "0.1.0"
16300dependencies = [
16301 "fs",
16302 "fuzzy",
16303 "gpui",
16304 "log",
16305 "picker",
16306 "serde",
16307 "settings",
16308 "telemetry",
16309 "theme",
16310 "ui",
16311 "util",
16312 "workspace",
16313 "workspace-hack",
16314 "zed_actions",
16315]
16316
16317[[package]]
16318name = "thiserror"
16319version = "1.0.69"
16320source = "registry+https://github.com/rust-lang/crates.io-index"
16321checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16322dependencies = [
16323 "thiserror-impl 1.0.69",
16324]
16325
16326[[package]]
16327name = "thiserror"
16328version = "2.0.12"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16331dependencies = [
16332 "thiserror-impl 2.0.12",
16333]
16334
16335[[package]]
16336name = "thiserror-impl"
16337version = "1.0.69"
16338source = "registry+https://github.com/rust-lang/crates.io-index"
16339checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16340dependencies = [
16341 "proc-macro2",
16342 "quote",
16343 "syn 2.0.101",
16344]
16345
16346[[package]]
16347name = "thiserror-impl"
16348version = "2.0.12"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16351dependencies = [
16352 "proc-macro2",
16353 "quote",
16354 "syn 2.0.101",
16355]
16356
16357[[package]]
16358name = "thread_local"
16359version = "1.1.8"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16362dependencies = [
16363 "cfg-if",
16364 "once_cell",
16365]
16366
16367[[package]]
16368name = "tiff"
16369version = "0.9.1"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16372dependencies = [
16373 "flate2",
16374 "jpeg-decoder",
16375 "weezl",
16376]
16377
16378[[package]]
16379name = "tiktoken-rs"
16380version = "0.8.0"
16381source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16382dependencies = [
16383 "anyhow",
16384 "base64 0.22.1",
16385 "bstr",
16386 "fancy-regex 0.13.0",
16387 "lazy_static",
16388 "regex",
16389 "rustc-hash 1.1.0",
16390]
16391
16392[[package]]
16393name = "time"
16394version = "0.3.41"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16397dependencies = [
16398 "deranged",
16399 "itoa",
16400 "libc",
16401 "num-conv",
16402 "num_threads",
16403 "powerfmt",
16404 "serde",
16405 "time-core",
16406 "time-macros",
16407]
16408
16409[[package]]
16410name = "time-core"
16411version = "0.1.4"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16414
16415[[package]]
16416name = "time-macros"
16417version = "0.2.22"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16420dependencies = [
16421 "num-conv",
16422 "time-core",
16423]
16424
16425[[package]]
16426name = "time_format"
16427version = "0.1.0"
16428dependencies = [
16429 "core-foundation 0.10.0",
16430 "core-foundation-sys",
16431 "sys-locale",
16432 "time",
16433 "workspace-hack",
16434]
16435
16436[[package]]
16437name = "tiny-keccak"
16438version = "2.0.2"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16441dependencies = [
16442 "crunchy",
16443]
16444
16445[[package]]
16446name = "tiny-skia"
16447version = "0.11.4"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16450dependencies = [
16451 "arrayref",
16452 "arrayvec",
16453 "bytemuck",
16454 "cfg-if",
16455 "log",
16456 "png",
16457 "tiny-skia-path",
16458]
16459
16460[[package]]
16461name = "tiny-skia-path"
16462version = "0.11.4"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16465dependencies = [
16466 "arrayref",
16467 "bytemuck",
16468 "strict-num",
16469]
16470
16471[[package]]
16472name = "tiny_http"
16473version = "0.8.2"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16476dependencies = [
16477 "ascii",
16478 "chrono",
16479 "chunked_transfer",
16480 "log",
16481 "url",
16482]
16483
16484[[package]]
16485name = "tinystr"
16486version = "0.7.6"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16489dependencies = [
16490 "displaydoc",
16491 "zerovec",
16492]
16493
16494[[package]]
16495name = "tinytemplate"
16496version = "1.2.1"
16497source = "registry+https://github.com/rust-lang/crates.io-index"
16498checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16499dependencies = [
16500 "serde",
16501 "serde_json",
16502]
16503
16504[[package]]
16505name = "tinyvec"
16506version = "1.9.0"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16509dependencies = [
16510 "tinyvec_macros",
16511]
16512
16513[[package]]
16514name = "tinyvec_macros"
16515version = "0.1.1"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16518
16519[[package]]
16520name = "title_bar"
16521version = "0.1.0"
16522dependencies = [
16523 "anyhow",
16524 "auto_update",
16525 "call",
16526 "chrono",
16527 "client",
16528 "cloud_llm_client",
16529 "collections",
16530 "db",
16531 "gpui",
16532 "http_client",
16533 "notifications",
16534 "pretty_assertions",
16535 "project",
16536 "remote",
16537 "rpc",
16538 "schemars 1.0.1",
16539 "serde",
16540 "settings",
16541 "smallvec",
16542 "story",
16543 "telemetry",
16544 "theme",
16545 "tree-sitter-md",
16546 "ui",
16547 "util",
16548 "windows 0.61.1",
16549 "workspace",
16550 "workspace-hack",
16551 "zed_actions",
16552]
16553
16554[[package]]
16555name = "tokio"
16556version = "1.44.2"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16559dependencies = [
16560 "backtrace",
16561 "bytes 1.10.1",
16562 "libc",
16563 "mio 1.0.3",
16564 "parking_lot",
16565 "pin-project-lite",
16566 "signal-hook-registry",
16567 "socket2",
16568 "tokio-macros",
16569 "windows-sys 0.52.0",
16570]
16571
16572[[package]]
16573name = "tokio-io"
16574version = "0.1.13"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16577dependencies = [
16578 "bytes 0.4.12",
16579 "futures 0.1.31",
16580 "log",
16581]
16582
16583[[package]]
16584name = "tokio-macros"
16585version = "2.5.0"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16588dependencies = [
16589 "proc-macro2",
16590 "quote",
16591 "syn 2.0.101",
16592]
16593
16594[[package]]
16595name = "tokio-native-tls"
16596version = "0.3.1"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16599dependencies = [
16600 "native-tls",
16601 "tokio",
16602]
16603
16604[[package]]
16605name = "tokio-rustls"
16606version = "0.24.1"
16607source = "registry+https://github.com/rust-lang/crates.io-index"
16608checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16609dependencies = [
16610 "rustls 0.21.12",
16611 "tokio",
16612]
16613
16614[[package]]
16615name = "tokio-rustls"
16616version = "0.26.2"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16619dependencies = [
16620 "rustls 0.23.26",
16621 "tokio",
16622]
16623
16624[[package]]
16625name = "tokio-socks"
16626version = "0.5.2"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16629dependencies = [
16630 "either",
16631 "futures-io",
16632 "futures-util",
16633 "thiserror 1.0.69",
16634 "tokio",
16635]
16636
16637[[package]]
16638name = "tokio-stream"
16639version = "0.1.17"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16642dependencies = [
16643 "futures-core",
16644 "pin-project-lite",
16645 "tokio",
16646]
16647
16648[[package]]
16649name = "tokio-tungstenite"
16650version = "0.20.1"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16653dependencies = [
16654 "futures-util",
16655 "log",
16656 "tokio",
16657 "tungstenite 0.20.1",
16658]
16659
16660[[package]]
16661name = "tokio-tungstenite"
16662version = "0.21.0"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16665dependencies = [
16666 "futures-util",
16667 "log",
16668 "tokio",
16669 "tungstenite 0.21.0",
16670]
16671
16672[[package]]
16673name = "tokio-tungstenite"
16674version = "0.26.2"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16677dependencies = [
16678 "futures-util",
16679 "log",
16680 "rustls 0.23.26",
16681 "rustls-pki-types",
16682 "tokio",
16683 "tokio-rustls 0.26.2",
16684 "tungstenite 0.26.2",
16685]
16686
16687[[package]]
16688name = "tokio-util"
16689version = "0.7.14"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16692dependencies = [
16693 "bytes 1.10.1",
16694 "futures-core",
16695 "futures-io",
16696 "futures-sink",
16697 "pin-project-lite",
16698 "tokio",
16699]
16700
16701[[package]]
16702name = "toml"
16703version = "0.5.11"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16706dependencies = [
16707 "serde",
16708]
16709
16710[[package]]
16711name = "toml"
16712version = "0.8.20"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16715dependencies = [
16716 "serde",
16717 "serde_spanned",
16718 "toml_datetime",
16719 "toml_edit",
16720]
16721
16722[[package]]
16723name = "toml_datetime"
16724version = "0.6.9"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16727dependencies = [
16728 "serde",
16729]
16730
16731[[package]]
16732name = "toml_edit"
16733version = "0.22.26"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16736dependencies = [
16737 "indexmap 2.9.0",
16738 "serde",
16739 "serde_spanned",
16740 "toml_datetime",
16741 "toml_write",
16742 "winnow",
16743]
16744
16745[[package]]
16746name = "toml_write"
16747version = "0.1.1"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16750
16751[[package]]
16752name = "toolchain_selector"
16753version = "0.1.0"
16754dependencies = [
16755 "anyhow",
16756 "convert_case 0.8.0",
16757 "editor",
16758 "file_finder",
16759 "futures 0.3.31",
16760 "fuzzy",
16761 "gpui",
16762 "language",
16763 "menu",
16764 "picker",
16765 "project",
16766 "ui",
16767 "util",
16768 "workspace",
16769 "workspace-hack",
16770]
16771
16772[[package]]
16773name = "topological-sort"
16774version = "0.2.2"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16777
16778[[package]]
16779name = "tower"
16780version = "0.4.13"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16783dependencies = [
16784 "futures-core",
16785 "futures-util",
16786 "pin-project",
16787 "pin-project-lite",
16788 "tokio",
16789 "tower-layer",
16790 "tower-service",
16791 "tracing",
16792]
16793
16794[[package]]
16795name = "tower"
16796version = "0.5.2"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16799dependencies = [
16800 "futures-core",
16801 "futures-util",
16802 "pin-project-lite",
16803 "sync_wrapper 1.0.2",
16804 "tokio",
16805 "tower-layer",
16806 "tower-service",
16807]
16808
16809[[package]]
16810name = "tower-http"
16811version = "0.3.5"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16814dependencies = [
16815 "bitflags 1.3.2",
16816 "bytes 1.10.1",
16817 "futures-core",
16818 "futures-util",
16819 "http 0.2.12",
16820 "http-body 0.4.6",
16821 "http-range-header",
16822 "pin-project-lite",
16823 "tower-layer",
16824 "tower-service",
16825]
16826
16827[[package]]
16828name = "tower-http"
16829version = "0.4.4"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16832dependencies = [
16833 "bitflags 2.9.0",
16834 "bytes 1.10.1",
16835 "futures-core",
16836 "futures-util",
16837 "http 0.2.12",
16838 "http-body 0.4.6",
16839 "http-range-header",
16840 "pin-project-lite",
16841 "tower-layer",
16842 "tower-service",
16843 "tracing",
16844]
16845
16846[[package]]
16847name = "tower-layer"
16848version = "0.3.3"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16851
16852[[package]]
16853name = "tower-service"
16854version = "0.3.3"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16857
16858[[package]]
16859name = "tracing"
16860version = "0.1.41"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16863dependencies = [
16864 "log",
16865 "pin-project-lite",
16866 "tracing-attributes",
16867 "tracing-core",
16868]
16869
16870[[package]]
16871name = "tracing-attributes"
16872version = "0.1.28"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16875dependencies = [
16876 "proc-macro2",
16877 "quote",
16878 "syn 2.0.101",
16879]
16880
16881[[package]]
16882name = "tracing-core"
16883version = "0.1.33"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16886dependencies = [
16887 "once_cell",
16888 "valuable",
16889]
16890
16891[[package]]
16892name = "tracing-log"
16893version = "0.2.0"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16896dependencies = [
16897 "log",
16898 "once_cell",
16899 "tracing-core",
16900]
16901
16902[[package]]
16903name = "tracing-serde"
16904version = "0.2.0"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16907dependencies = [
16908 "serde",
16909 "tracing-core",
16910]
16911
16912[[package]]
16913name = "tracing-subscriber"
16914version = "0.3.20"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16917dependencies = [
16918 "matchers",
16919 "nu-ansi-term",
16920 "once_cell",
16921 "regex-automata",
16922 "serde",
16923 "serde_json",
16924 "sharded-slab",
16925 "smallvec",
16926 "thread_local",
16927 "tracing",
16928 "tracing-core",
16929 "tracing-log",
16930 "tracing-serde",
16931]
16932
16933[[package]]
16934name = "trait-variant"
16935version = "0.1.2"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16938dependencies = [
16939 "proc-macro2",
16940 "quote",
16941 "syn 2.0.101",
16942]
16943
16944[[package]]
16945name = "transpose"
16946version = "0.2.3"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16949dependencies = [
16950 "num-integer",
16951 "strength_reduce",
16952]
16953
16954[[package]]
16955name = "tree-sitter"
16956version = "0.25.10"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
16959dependencies = [
16960 "cc",
16961 "regex",
16962 "regex-syntax",
16963 "serde_json",
16964 "streaming-iterator",
16965 "tree-sitter-language",
16966 "wasmtime-c-api-impl",
16967]
16968
16969[[package]]
16970name = "tree-sitter-bash"
16971version = "0.25.0"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16974dependencies = [
16975 "cc",
16976 "tree-sitter-language",
16977]
16978
16979[[package]]
16980name = "tree-sitter-c"
16981version = "0.23.4"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16984dependencies = [
16985 "cc",
16986 "tree-sitter-language",
16987]
16988
16989[[package]]
16990name = "tree-sitter-cpp"
16991version = "0.23.4"
16992source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16993dependencies = [
16994 "cc",
16995 "tree-sitter-language",
16996]
16997
16998[[package]]
16999name = "tree-sitter-css"
17000version = "0.23.2"
17001source = "registry+https://github.com/rust-lang/crates.io-index"
17002checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
17003dependencies = [
17004 "cc",
17005 "tree-sitter-language",
17006]
17007
17008[[package]]
17009name = "tree-sitter-diff"
17010version = "0.1.0"
17011source = "registry+https://github.com/rust-lang/crates.io-index"
17012checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
17013dependencies = [
17014 "cc",
17015 "tree-sitter-language",
17016]
17017
17018[[package]]
17019name = "tree-sitter-elixir"
17020version = "0.3.4"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
17023dependencies = [
17024 "cc",
17025 "tree-sitter-language",
17026]
17027
17028[[package]]
17029name = "tree-sitter-embedded-template"
17030version = "0.23.2"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
17033dependencies = [
17034 "cc",
17035 "tree-sitter-language",
17036]
17037
17038[[package]]
17039name = "tree-sitter-gitcommit"
17040version = "0.0.1"
17041source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
17042dependencies = [
17043 "cc",
17044 "tree-sitter-language",
17045]
17046
17047[[package]]
17048name = "tree-sitter-go"
17049version = "0.23.4"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17052dependencies = [
17053 "cc",
17054 "tree-sitter-language",
17055]
17056
17057[[package]]
17058name = "tree-sitter-gomod"
17059version = "1.1.1"
17060source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17061dependencies = [
17062 "cc",
17063 "tree-sitter-language",
17064]
17065
17066[[package]]
17067name = "tree-sitter-gowork"
17068version = "0.0.1"
17069source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17070dependencies = [
17071 "cc",
17072 "tree-sitter-language",
17073]
17074
17075[[package]]
17076name = "tree-sitter-heex"
17077version = "0.0.1"
17078source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17079dependencies = [
17080 "cc",
17081 "tree-sitter-language",
17082]
17083
17084[[package]]
17085name = "tree-sitter-html"
17086version = "0.23.2"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17089dependencies = [
17090 "cc",
17091 "tree-sitter-language",
17092]
17093
17094[[package]]
17095name = "tree-sitter-jsdoc"
17096version = "0.23.2"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17099dependencies = [
17100 "cc",
17101 "tree-sitter-language",
17102]
17103
17104[[package]]
17105name = "tree-sitter-json"
17106version = "0.24.8"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17109dependencies = [
17110 "cc",
17111 "tree-sitter-language",
17112]
17113
17114[[package]]
17115name = "tree-sitter-language"
17116version = "0.1.5"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17119
17120[[package]]
17121name = "tree-sitter-md"
17122version = "0.3.2"
17123source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17124dependencies = [
17125 "cc",
17126 "tree-sitter-language",
17127]
17128
17129[[package]]
17130name = "tree-sitter-python"
17131version = "0.25.0"
17132source = "registry+https://github.com/rust-lang/crates.io-index"
17133checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17134dependencies = [
17135 "cc",
17136 "tree-sitter-language",
17137]
17138
17139[[package]]
17140name = "tree-sitter-regex"
17141version = "0.24.3"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17144dependencies = [
17145 "cc",
17146 "tree-sitter-language",
17147]
17148
17149[[package]]
17150name = "tree-sitter-ruby"
17151version = "0.23.1"
17152source = "registry+https://github.com/rust-lang/crates.io-index"
17153checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17154dependencies = [
17155 "cc",
17156 "tree-sitter-language",
17157]
17158
17159[[package]]
17160name = "tree-sitter-rust"
17161version = "0.24.0"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17164dependencies = [
17165 "cc",
17166 "tree-sitter-language",
17167]
17168
17169[[package]]
17170name = "tree-sitter-typescript"
17171version = "0.23.2"
17172source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
17173dependencies = [
17174 "cc",
17175 "tree-sitter-language",
17176]
17177
17178[[package]]
17179name = "tree-sitter-yaml"
17180version = "0.6.1"
17181source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17182dependencies = [
17183 "cc",
17184 "tree-sitter-language",
17185]
17186
17187[[package]]
17188name = "try-lock"
17189version = "0.2.5"
17190source = "registry+https://github.com/rust-lang/crates.io-index"
17191checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17192
17193[[package]]
17194name = "ttf-parser"
17195version = "0.20.0"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17198
17199[[package]]
17200name = "ttf-parser"
17201version = "0.21.1"
17202source = "registry+https://github.com/rust-lang/crates.io-index"
17203checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17204
17205[[package]]
17206name = "ttf-parser"
17207version = "0.25.1"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17210dependencies = [
17211 "core_maths",
17212]
17213
17214[[package]]
17215name = "tungstenite"
17216version = "0.20.1"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17219dependencies = [
17220 "byteorder",
17221 "bytes 1.10.1",
17222 "data-encoding",
17223 "http 0.2.12",
17224 "httparse",
17225 "log",
17226 "rand 0.8.5",
17227 "sha1",
17228 "thiserror 1.0.69",
17229 "url",
17230 "utf-8",
17231]
17232
17233[[package]]
17234name = "tungstenite"
17235version = "0.21.0"
17236source = "registry+https://github.com/rust-lang/crates.io-index"
17237checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17238dependencies = [
17239 "byteorder",
17240 "bytes 1.10.1",
17241 "data-encoding",
17242 "http 1.3.1",
17243 "httparse",
17244 "log",
17245 "rand 0.8.5",
17246 "sha1",
17247 "thiserror 1.0.69",
17248 "url",
17249 "utf-8",
17250]
17251
17252[[package]]
17253name = "tungstenite"
17254version = "0.26.2"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17257dependencies = [
17258 "bytes 1.10.1",
17259 "data-encoding",
17260 "http 1.3.1",
17261 "httparse",
17262 "log",
17263 "rand 0.9.1",
17264 "rustls 0.23.26",
17265 "rustls-pki-types",
17266 "sha1",
17267 "thiserror 2.0.12",
17268 "utf-8",
17269]
17270
17271[[package]]
17272name = "typed-path"
17273version = "0.11.0"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17276
17277[[package]]
17278name = "typeid"
17279version = "1.0.3"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17282
17283[[package]]
17284name = "typenum"
17285version = "1.18.0"
17286source = "registry+https://github.com/rust-lang/crates.io-index"
17287checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17288
17289[[package]]
17290name = "ucd-trie"
17291version = "0.1.7"
17292source = "registry+https://github.com/rust-lang/crates.io-index"
17293checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17294
17295[[package]]
17296name = "uds"
17297version = "0.4.2"
17298source = "registry+https://github.com/rust-lang/crates.io-index"
17299checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17300dependencies = [
17301 "libc",
17302]
17303
17304[[package]]
17305name = "uds_windows"
17306version = "1.1.0"
17307source = "registry+https://github.com/rust-lang/crates.io-index"
17308checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17309dependencies = [
17310 "memoffset",
17311 "tempfile",
17312 "winapi",
17313]
17314
17315[[package]]
17316name = "ug"
17317version = "0.4.0"
17318source = "registry+https://github.com/rust-lang/crates.io-index"
17319checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17320dependencies = [
17321 "gemm 0.18.2",
17322 "half",
17323 "libloading",
17324 "memmap2",
17325 "num",
17326 "num-traits",
17327 "num_cpus",
17328 "rayon",
17329 "safetensors",
17330 "serde",
17331 "thiserror 1.0.69",
17332 "tracing",
17333 "yoke",
17334]
17335
17336[[package]]
17337name = "ui"
17338version = "0.1.0"
17339dependencies = [
17340 "chrono",
17341 "component",
17342 "documented",
17343 "gpui",
17344 "gpui_macros",
17345 "icons",
17346 "itertools 0.14.0",
17347 "menu",
17348 "schemars 1.0.1",
17349 "serde",
17350 "settings",
17351 "smallvec",
17352 "story",
17353 "strum 0.27.1",
17354 "theme",
17355 "ui_macros",
17356 "util",
17357 "windows 0.61.1",
17358 "workspace-hack",
17359]
17360
17361[[package]]
17362name = "ui_input"
17363version = "0.1.0"
17364dependencies = [
17365 "component",
17366 "editor",
17367 "fuzzy",
17368 "gpui",
17369 "menu",
17370 "picker",
17371 "settings",
17372 "theme",
17373 "ui",
17374 "workspace-hack",
17375]
17376
17377[[package]]
17378name = "ui_macros"
17379version = "0.1.0"
17380dependencies = [
17381 "component",
17382 "quote",
17383 "syn 2.0.101",
17384 "ui",
17385 "workspace-hack",
17386]
17387
17388[[package]]
17389name = "ui_prompt"
17390version = "0.1.0"
17391dependencies = [
17392 "gpui",
17393 "markdown",
17394 "menu",
17395 "settings",
17396 "theme",
17397 "ui",
17398 "workspace",
17399 "workspace-hack",
17400]
17401
17402[[package]]
17403name = "unicase"
17404version = "2.8.1"
17405source = "registry+https://github.com/rust-lang/crates.io-index"
17406checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17407
17408[[package]]
17409name = "unicode-bidi"
17410version = "0.3.18"
17411source = "registry+https://github.com/rust-lang/crates.io-index"
17412checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17413
17414[[package]]
17415name = "unicode-bidi-mirroring"
17416version = "0.2.0"
17417source = "registry+https://github.com/rust-lang/crates.io-index"
17418checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17419
17420[[package]]
17421name = "unicode-bidi-mirroring"
17422version = "0.4.0"
17423source = "registry+https://github.com/rust-lang/crates.io-index"
17424checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17425
17426[[package]]
17427name = "unicode-ccc"
17428version = "0.2.0"
17429source = "registry+https://github.com/rust-lang/crates.io-index"
17430checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17431
17432[[package]]
17433name = "unicode-ccc"
17434version = "0.4.0"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17437
17438[[package]]
17439name = "unicode-ident"
17440version = "1.0.18"
17441source = "registry+https://github.com/rust-lang/crates.io-index"
17442checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17443
17444[[package]]
17445name = "unicode-linebreak"
17446version = "0.1.5"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17449
17450[[package]]
17451name = "unicode-normalization"
17452version = "0.1.24"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17455dependencies = [
17456 "tinyvec",
17457]
17458
17459[[package]]
17460name = "unicode-properties"
17461version = "0.1.3"
17462source = "registry+https://github.com/rust-lang/crates.io-index"
17463checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17464
17465[[package]]
17466name = "unicode-script"
17467version = "0.5.7"
17468source = "registry+https://github.com/rust-lang/crates.io-index"
17469checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17470
17471[[package]]
17472name = "unicode-segmentation"
17473version = "1.12.0"
17474source = "registry+https://github.com/rust-lang/crates.io-index"
17475checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17476
17477[[package]]
17478name = "unicode-vo"
17479version = "0.1.0"
17480source = "registry+https://github.com/rust-lang/crates.io-index"
17481checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17482
17483[[package]]
17484name = "unicode-width"
17485version = "0.2.0"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17488
17489[[package]]
17490name = "unicode-xid"
17491version = "0.2.6"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17494
17495[[package]]
17496name = "unicode_categories"
17497version = "0.1.1"
17498source = "registry+https://github.com/rust-lang/crates.io-index"
17499checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17500
17501[[package]]
17502name = "unindent"
17503version = "0.2.4"
17504source = "registry+https://github.com/rust-lang/crates.io-index"
17505checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17506
17507[[package]]
17508name = "untrusted"
17509version = "0.9.0"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17512
17513[[package]]
17514name = "url"
17515version = "2.5.4"
17516source = "registry+https://github.com/rust-lang/crates.io-index"
17517checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17518dependencies = [
17519 "form_urlencoded",
17520 "idna",
17521 "percent-encoding",
17522 "serde",
17523]
17524
17525[[package]]
17526name = "urlencoding"
17527version = "2.1.3"
17528source = "registry+https://github.com/rust-lang/crates.io-index"
17529checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17530
17531[[package]]
17532name = "usvg"
17533version = "0.45.1"
17534source = "registry+https://github.com/rust-lang/crates.io-index"
17535checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17536dependencies = [
17537 "base64 0.22.1",
17538 "data-url",
17539 "flate2",
17540 "fontdb 0.23.0",
17541 "imagesize",
17542 "kurbo",
17543 "log",
17544 "pico-args",
17545 "roxmltree",
17546 "rustybuzz 0.20.1",
17547 "simplecss",
17548 "siphasher",
17549 "strict-num",
17550 "svgtypes",
17551 "tiny-skia-path",
17552 "unicode-bidi",
17553 "unicode-script",
17554 "unicode-vo",
17555 "xmlwriter",
17556]
17557
17558[[package]]
17559name = "utf-8"
17560version = "0.7.6"
17561source = "registry+https://github.com/rust-lang/crates.io-index"
17562checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17563
17564[[package]]
17565name = "utf16_iter"
17566version = "1.0.5"
17567source = "registry+https://github.com/rust-lang/crates.io-index"
17568checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17569
17570[[package]]
17571name = "utf8_iter"
17572version = "1.0.4"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17575
17576[[package]]
17577name = "utf8parse"
17578version = "0.2.2"
17579source = "registry+https://github.com/rust-lang/crates.io-index"
17580checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17581
17582[[package]]
17583name = "util"
17584version = "0.1.0"
17585dependencies = [
17586 "anyhow",
17587 "async-fs",
17588 "async_zip",
17589 "collections",
17590 "command-fds",
17591 "dirs 4.0.0",
17592 "dunce",
17593 "futures 0.3.31",
17594 "futures-lite 1.13.0",
17595 "git2",
17596 "globset",
17597 "indoc",
17598 "itertools 0.14.0",
17599 "libc",
17600 "log",
17601 "nix 0.29.0",
17602 "pretty_assertions",
17603 "rand 0.9.1",
17604 "regex",
17605 "rust-embed",
17606 "schemars 1.0.1",
17607 "serde",
17608 "serde_json",
17609 "serde_json_lenient",
17610 "shlex",
17611 "smol",
17612 "take-until",
17613 "tempfile",
17614 "tendril",
17615 "unicase",
17616 "util_macros",
17617 "walkdir",
17618 "which 6.0.3",
17619 "workspace-hack",
17620]
17621
17622[[package]]
17623name = "util_macros"
17624version = "0.1.0"
17625dependencies = [
17626 "perf",
17627 "quote",
17628 "syn 2.0.101",
17629 "workspace-hack",
17630]
17631
17632[[package]]
17633name = "uuid"
17634version = "1.16.0"
17635source = "registry+https://github.com/rust-lang/crates.io-index"
17636checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17637dependencies = [
17638 "getrandom 0.3.2",
17639 "serde",
17640 "sha1_smol",
17641]
17642
17643[[package]]
17644name = "uuid-simd"
17645version = "0.8.0"
17646source = "registry+https://github.com/rust-lang/crates.io-index"
17647checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17648dependencies = [
17649 "outref",
17650 "uuid",
17651 "vsimd",
17652]
17653
17654[[package]]
17655name = "v_frame"
17656version = "0.3.8"
17657source = "registry+https://github.com/rust-lang/crates.io-index"
17658checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17659dependencies = [
17660 "aligned-vec",
17661 "num-traits",
17662 "wasm-bindgen",
17663]
17664
17665[[package]]
17666name = "valuable"
17667version = "0.1.1"
17668source = "registry+https://github.com/rust-lang/crates.io-index"
17669checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17670
17671[[package]]
17672name = "value-bag"
17673version = "1.11.1"
17674source = "registry+https://github.com/rust-lang/crates.io-index"
17675checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17676dependencies = [
17677 "value-bag-serde1",
17678 "value-bag-sval2",
17679]
17680
17681[[package]]
17682name = "value-bag-serde1"
17683version = "1.11.1"
17684source = "registry+https://github.com/rust-lang/crates.io-index"
17685checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17686dependencies = [
17687 "erased-serde",
17688 "serde",
17689 "serde_fmt",
17690]
17691
17692[[package]]
17693name = "value-bag-sval2"
17694version = "1.11.1"
17695source = "registry+https://github.com/rust-lang/crates.io-index"
17696checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17697dependencies = [
17698 "sval",
17699 "sval_buffer",
17700 "sval_dynamic",
17701 "sval_fmt",
17702 "sval_json",
17703 "sval_ref",
17704 "sval_serde",
17705]
17706
17707[[package]]
17708name = "vcpkg"
17709version = "0.2.15"
17710source = "registry+https://github.com/rust-lang/crates.io-index"
17711checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17712
17713[[package]]
17714name = "vercel"
17715version = "0.1.0"
17716dependencies = [
17717 "anyhow",
17718 "schemars 1.0.1",
17719 "serde",
17720 "strum 0.27.1",
17721 "workspace-hack",
17722]
17723
17724[[package]]
17725name = "version-compare"
17726version = "0.2.0"
17727source = "registry+https://github.com/rust-lang/crates.io-index"
17728checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17729
17730[[package]]
17731name = "version_check"
17732version = "0.9.5"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17735
17736[[package]]
17737name = "vim"
17738version = "0.1.0"
17739dependencies = [
17740 "anyhow",
17741 "assets",
17742 "async-compat",
17743 "async-trait",
17744 "collections",
17745 "command_palette",
17746 "command_palette_hooks",
17747 "db",
17748 "editor",
17749 "env_logger 0.11.8",
17750 "futures 0.3.31",
17751 "git_ui",
17752 "gpui",
17753 "indoc",
17754 "itertools 0.14.0",
17755 "language",
17756 "log",
17757 "lsp",
17758 "menu",
17759 "multi_buffer",
17760 "nvim-rs",
17761 "parking_lot",
17762 "perf",
17763 "picker",
17764 "project",
17765 "project_panel",
17766 "regex",
17767 "release_channel",
17768 "schemars 1.0.1",
17769 "search",
17770 "serde",
17771 "serde_json",
17772 "settings",
17773 "task",
17774 "text",
17775 "theme",
17776 "tokio",
17777 "ui",
17778 "util",
17779 "util_macros",
17780 "vim_mode_setting",
17781 "workspace",
17782 "workspace-hack",
17783 "zed_actions",
17784]
17785
17786[[package]]
17787name = "vim_mode_setting"
17788version = "0.1.0"
17789dependencies = [
17790 "gpui",
17791 "settings",
17792 "workspace-hack",
17793]
17794
17795[[package]]
17796name = "vscode_theme"
17797version = "0.2.0"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17800dependencies = [
17801 "serde",
17802]
17803
17804[[package]]
17805name = "vsimd"
17806version = "0.8.0"
17807source = "registry+https://github.com/rust-lang/crates.io-index"
17808checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17809
17810[[package]]
17811name = "vswhom"
17812version = "0.1.0"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17815dependencies = [
17816 "libc",
17817 "vswhom-sys",
17818]
17819
17820[[package]]
17821name = "vswhom-sys"
17822version = "0.1.3"
17823source = "registry+https://github.com/rust-lang/crates.io-index"
17824checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17825dependencies = [
17826 "cc",
17827 "libc",
17828]
17829
17830[[package]]
17831name = "vte"
17832version = "0.15.0"
17833source = "registry+https://github.com/rust-lang/crates.io-index"
17834checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17835dependencies = [
17836 "arrayvec",
17837 "bitflags 2.9.0",
17838 "cursor-icon",
17839 "log",
17840 "memchr",
17841 "serde",
17842]
17843
17844[[package]]
17845name = "waker-fn"
17846version = "1.2.0"
17847source = "registry+https://github.com/rust-lang/crates.io-index"
17848checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17849
17850[[package]]
17851name = "walkdir"
17852version = "2.5.0"
17853source = "registry+https://github.com/rust-lang/crates.io-index"
17854checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17855dependencies = [
17856 "same-file",
17857 "winapi-util",
17858]
17859
17860[[package]]
17861name = "want"
17862version = "0.3.1"
17863source = "registry+https://github.com/rust-lang/crates.io-index"
17864checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17865dependencies = [
17866 "try-lock",
17867]
17868
17869[[package]]
17870name = "warp"
17871version = "0.3.7"
17872source = "registry+https://github.com/rust-lang/crates.io-index"
17873checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17874dependencies = [
17875 "bytes 1.10.1",
17876 "futures-channel",
17877 "futures-util",
17878 "headers",
17879 "http 0.2.12",
17880 "hyper 0.14.32",
17881 "log",
17882 "mime",
17883 "mime_guess",
17884 "percent-encoding",
17885 "pin-project",
17886 "scoped-tls",
17887 "serde",
17888 "serde_json",
17889 "serde_urlencoded",
17890 "tokio",
17891 "tokio-tungstenite 0.21.0",
17892 "tokio-util",
17893 "tower-service",
17894 "tracing",
17895]
17896
17897[[package]]
17898name = "wasi"
17899version = "0.11.0+wasi-snapshot-preview1"
17900source = "registry+https://github.com/rust-lang/crates.io-index"
17901checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17902
17903[[package]]
17904name = "wasi"
17905version = "0.14.2+wasi-0.2.4"
17906source = "registry+https://github.com/rust-lang/crates.io-index"
17907checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17908dependencies = [
17909 "wit-bindgen-rt 0.39.0",
17910]
17911
17912[[package]]
17913name = "wasite"
17914version = "0.1.0"
17915source = "registry+https://github.com/rust-lang/crates.io-index"
17916checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17917
17918[[package]]
17919name = "wasm-bindgen"
17920version = "0.2.100"
17921source = "registry+https://github.com/rust-lang/crates.io-index"
17922checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17923dependencies = [
17924 "cfg-if",
17925 "once_cell",
17926 "rustversion",
17927 "wasm-bindgen-macro",
17928]
17929
17930[[package]]
17931name = "wasm-bindgen-backend"
17932version = "0.2.100"
17933source = "registry+https://github.com/rust-lang/crates.io-index"
17934checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17935dependencies = [
17936 "bumpalo",
17937 "log",
17938 "proc-macro2",
17939 "quote",
17940 "syn 2.0.101",
17941 "wasm-bindgen-shared",
17942]
17943
17944[[package]]
17945name = "wasm-bindgen-futures"
17946version = "0.4.50"
17947source = "registry+https://github.com/rust-lang/crates.io-index"
17948checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17949dependencies = [
17950 "cfg-if",
17951 "js-sys",
17952 "once_cell",
17953 "wasm-bindgen",
17954 "web-sys",
17955]
17956
17957[[package]]
17958name = "wasm-bindgen-macro"
17959version = "0.2.100"
17960source = "registry+https://github.com/rust-lang/crates.io-index"
17961checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17962dependencies = [
17963 "quote",
17964 "wasm-bindgen-macro-support",
17965]
17966
17967[[package]]
17968name = "wasm-bindgen-macro-support"
17969version = "0.2.100"
17970source = "registry+https://github.com/rust-lang/crates.io-index"
17971checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17972dependencies = [
17973 "proc-macro2",
17974 "quote",
17975 "syn 2.0.101",
17976 "wasm-bindgen-backend",
17977 "wasm-bindgen-shared",
17978]
17979
17980[[package]]
17981name = "wasm-bindgen-shared"
17982version = "0.2.100"
17983source = "registry+https://github.com/rust-lang/crates.io-index"
17984checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17985dependencies = [
17986 "unicode-ident",
17987]
17988
17989[[package]]
17990name = "wasm-encoder"
17991version = "0.201.0"
17992source = "registry+https://github.com/rust-lang/crates.io-index"
17993checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17994dependencies = [
17995 "leb128",
17996]
17997
17998[[package]]
17999name = "wasm-encoder"
18000version = "0.221.3"
18001source = "registry+https://github.com/rust-lang/crates.io-index"
18002checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
18003dependencies = [
18004 "leb128",
18005 "wasmparser 0.221.3",
18006]
18007
18008[[package]]
18009name = "wasm-encoder"
18010version = "0.227.1"
18011source = "registry+https://github.com/rust-lang/crates.io-index"
18012checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
18013dependencies = [
18014 "leb128fmt",
18015 "wasmparser 0.227.1",
18016]
18017
18018[[package]]
18019name = "wasm-metadata"
18020version = "0.201.0"
18021source = "registry+https://github.com/rust-lang/crates.io-index"
18022checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
18023dependencies = [
18024 "anyhow",
18025 "indexmap 2.9.0",
18026 "serde",
18027 "serde_derive",
18028 "serde_json",
18029 "spdx",
18030 "wasm-encoder 0.201.0",
18031 "wasmparser 0.201.0",
18032]
18033
18034[[package]]
18035name = "wasm-metadata"
18036version = "0.227.1"
18037source = "registry+https://github.com/rust-lang/crates.io-index"
18038checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
18039dependencies = [
18040 "anyhow",
18041 "auditable-serde",
18042 "flate2",
18043 "indexmap 2.9.0",
18044 "serde",
18045 "serde_derive",
18046 "serde_json",
18047 "spdx",
18048 "url",
18049 "wasm-encoder 0.227.1",
18050 "wasmparser 0.227.1",
18051]
18052
18053[[package]]
18054name = "wasm-streams"
18055version = "0.4.2"
18056source = "registry+https://github.com/rust-lang/crates.io-index"
18057checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18058dependencies = [
18059 "futures-util",
18060 "js-sys",
18061 "wasm-bindgen",
18062 "wasm-bindgen-futures",
18063 "web-sys",
18064]
18065
18066[[package]]
18067name = "wasmparser"
18068version = "0.201.0"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18071dependencies = [
18072 "bitflags 2.9.0",
18073 "indexmap 2.9.0",
18074 "semver",
18075]
18076
18077[[package]]
18078name = "wasmparser"
18079version = "0.221.3"
18080source = "registry+https://github.com/rust-lang/crates.io-index"
18081checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18082dependencies = [
18083 "bitflags 2.9.0",
18084 "hashbrown 0.15.3",
18085 "indexmap 2.9.0",
18086 "semver",
18087 "serde",
18088]
18089
18090[[package]]
18091name = "wasmparser"
18092version = "0.227.1"
18093source = "registry+https://github.com/rust-lang/crates.io-index"
18094checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18095dependencies = [
18096 "bitflags 2.9.0",
18097 "hashbrown 0.15.3",
18098 "indexmap 2.9.0",
18099 "semver",
18100]
18101
18102[[package]]
18103name = "wasmprinter"
18104version = "0.221.3"
18105source = "registry+https://github.com/rust-lang/crates.io-index"
18106checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18107dependencies = [
18108 "anyhow",
18109 "termcolor",
18110 "wasmparser 0.221.3",
18111]
18112
18113[[package]]
18114name = "wasmtime"
18115version = "29.0.1"
18116source = "registry+https://github.com/rust-lang/crates.io-index"
18117checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18118dependencies = [
18119 "anyhow",
18120 "async-trait",
18121 "bitflags 2.9.0",
18122 "bumpalo",
18123 "cc",
18124 "cfg-if",
18125 "encoding_rs",
18126 "hashbrown 0.14.5",
18127 "indexmap 2.9.0",
18128 "libc",
18129 "log",
18130 "mach2 0.4.2",
18131 "memfd",
18132 "object",
18133 "once_cell",
18134 "paste",
18135 "postcard",
18136 "psm",
18137 "pulley-interpreter",
18138 "rayon",
18139 "rustix 0.38.44",
18140 "semver",
18141 "serde",
18142 "serde_derive",
18143 "smallvec",
18144 "sptr",
18145 "target-lexicon 0.13.2",
18146 "trait-variant",
18147 "wasmparser 0.221.3",
18148 "wasmtime-asm-macros",
18149 "wasmtime-component-macro",
18150 "wasmtime-component-util",
18151 "wasmtime-cranelift",
18152 "wasmtime-environ",
18153 "wasmtime-fiber",
18154 "wasmtime-jit-icache-coherence",
18155 "wasmtime-math",
18156 "wasmtime-slab",
18157 "wasmtime-versioned-export-macros",
18158 "wasmtime-winch",
18159 "windows-sys 0.59.0",
18160]
18161
18162[[package]]
18163name = "wasmtime-asm-macros"
18164version = "29.0.1"
18165source = "registry+https://github.com/rust-lang/crates.io-index"
18166checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18167dependencies = [
18168 "cfg-if",
18169]
18170
18171[[package]]
18172name = "wasmtime-c-api-impl"
18173version = "29.0.1"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18176dependencies = [
18177 "anyhow",
18178 "log",
18179 "tracing",
18180 "wasmtime",
18181 "wasmtime-c-api-macros",
18182]
18183
18184[[package]]
18185name = "wasmtime-c-api-macros"
18186version = "29.0.1"
18187source = "registry+https://github.com/rust-lang/crates.io-index"
18188checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18189dependencies = [
18190 "proc-macro2",
18191 "quote",
18192]
18193
18194[[package]]
18195name = "wasmtime-component-macro"
18196version = "29.0.1"
18197source = "registry+https://github.com/rust-lang/crates.io-index"
18198checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18199dependencies = [
18200 "anyhow",
18201 "proc-macro2",
18202 "quote",
18203 "syn 2.0.101",
18204 "wasmtime-component-util",
18205 "wasmtime-wit-bindgen",
18206 "wit-parser 0.221.3",
18207]
18208
18209[[package]]
18210name = "wasmtime-component-util"
18211version = "29.0.1"
18212source = "registry+https://github.com/rust-lang/crates.io-index"
18213checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18214
18215[[package]]
18216name = "wasmtime-cranelift"
18217version = "29.0.1"
18218source = "registry+https://github.com/rust-lang/crates.io-index"
18219checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18220dependencies = [
18221 "anyhow",
18222 "cfg-if",
18223 "cranelift-codegen",
18224 "cranelift-control",
18225 "cranelift-entity",
18226 "cranelift-frontend",
18227 "cranelift-native",
18228 "gimli",
18229 "itertools 0.12.1",
18230 "log",
18231 "object",
18232 "smallvec",
18233 "target-lexicon 0.13.2",
18234 "thiserror 1.0.69",
18235 "wasmparser 0.221.3",
18236 "wasmtime-environ",
18237 "wasmtime-versioned-export-macros",
18238]
18239
18240[[package]]
18241name = "wasmtime-environ"
18242version = "29.0.1"
18243source = "registry+https://github.com/rust-lang/crates.io-index"
18244checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18245dependencies = [
18246 "anyhow",
18247 "cpp_demangle",
18248 "cranelift-bitset",
18249 "cranelift-entity",
18250 "gimli",
18251 "indexmap 2.9.0",
18252 "log",
18253 "object",
18254 "postcard",
18255 "rustc-demangle",
18256 "semver",
18257 "serde",
18258 "serde_derive",
18259 "smallvec",
18260 "target-lexicon 0.13.2",
18261 "wasm-encoder 0.221.3",
18262 "wasmparser 0.221.3",
18263 "wasmprinter",
18264 "wasmtime-component-util",
18265]
18266
18267[[package]]
18268name = "wasmtime-fiber"
18269version = "29.0.1"
18270source = "registry+https://github.com/rust-lang/crates.io-index"
18271checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18272dependencies = [
18273 "anyhow",
18274 "cc",
18275 "cfg-if",
18276 "rustix 0.38.44",
18277 "wasmtime-asm-macros",
18278 "wasmtime-versioned-export-macros",
18279 "windows-sys 0.59.0",
18280]
18281
18282[[package]]
18283name = "wasmtime-jit-icache-coherence"
18284version = "29.0.1"
18285source = "registry+https://github.com/rust-lang/crates.io-index"
18286checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18287dependencies = [
18288 "anyhow",
18289 "cfg-if",
18290 "libc",
18291 "windows-sys 0.59.0",
18292]
18293
18294[[package]]
18295name = "wasmtime-math"
18296version = "29.0.1"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18299dependencies = [
18300 "libm",
18301]
18302
18303[[package]]
18304name = "wasmtime-slab"
18305version = "29.0.1"
18306source = "registry+https://github.com/rust-lang/crates.io-index"
18307checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18308
18309[[package]]
18310name = "wasmtime-versioned-export-macros"
18311version = "29.0.1"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18314dependencies = [
18315 "proc-macro2",
18316 "quote",
18317 "syn 2.0.101",
18318]
18319
18320[[package]]
18321name = "wasmtime-wasi"
18322version = "29.0.1"
18323source = "registry+https://github.com/rust-lang/crates.io-index"
18324checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18325dependencies = [
18326 "anyhow",
18327 "async-trait",
18328 "bitflags 2.9.0",
18329 "bytes 1.10.1",
18330 "cap-fs-ext",
18331 "cap-net-ext",
18332 "cap-rand",
18333 "cap-std",
18334 "cap-time-ext",
18335 "fs-set-times",
18336 "futures 0.3.31",
18337 "io-extras",
18338 "io-lifetimes",
18339 "rustix 0.38.44",
18340 "system-interface",
18341 "thiserror 1.0.69",
18342 "tokio",
18343 "tracing",
18344 "trait-variant",
18345 "url",
18346 "wasmtime",
18347 "wiggle",
18348 "windows-sys 0.59.0",
18349]
18350
18351[[package]]
18352name = "wasmtime-winch"
18353version = "29.0.1"
18354source = "registry+https://github.com/rust-lang/crates.io-index"
18355checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18356dependencies = [
18357 "anyhow",
18358 "cranelift-codegen",
18359 "gimli",
18360 "object",
18361 "target-lexicon 0.13.2",
18362 "wasmparser 0.221.3",
18363 "wasmtime-cranelift",
18364 "wasmtime-environ",
18365 "winch-codegen",
18366]
18367
18368[[package]]
18369name = "wasmtime-wit-bindgen"
18370version = "29.0.1"
18371source = "registry+https://github.com/rust-lang/crates.io-index"
18372checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18373dependencies = [
18374 "anyhow",
18375 "heck 0.5.0",
18376 "indexmap 2.9.0",
18377 "wit-parser 0.221.3",
18378]
18379
18380[[package]]
18381name = "wast"
18382version = "35.0.2"
18383source = "registry+https://github.com/rust-lang/crates.io-index"
18384checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18385dependencies = [
18386 "leb128",
18387]
18388
18389[[package]]
18390name = "watch"
18391version = "0.1.0"
18392dependencies = [
18393 "ctor",
18394 "futures 0.3.31",
18395 "gpui",
18396 "parking_lot",
18397 "rand 0.9.1",
18398 "workspace-hack",
18399 "zlog",
18400]
18401
18402[[package]]
18403name = "wayland-backend"
18404version = "0.3.8"
18405source = "registry+https://github.com/rust-lang/crates.io-index"
18406checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18407dependencies = [
18408 "cc",
18409 "downcast-rs",
18410 "rustix 0.38.44",
18411 "scoped-tls",
18412 "smallvec",
18413 "wayland-sys",
18414]
18415
18416[[package]]
18417name = "wayland-client"
18418version = "0.31.8"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18421dependencies = [
18422 "bitflags 2.9.0",
18423 "rustix 0.38.44",
18424 "wayland-backend",
18425 "wayland-scanner",
18426]
18427
18428[[package]]
18429name = "wayland-cursor"
18430version = "0.31.8"
18431source = "registry+https://github.com/rust-lang/crates.io-index"
18432checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18433dependencies = [
18434 "rustix 0.38.44",
18435 "wayland-client",
18436 "xcursor",
18437]
18438
18439[[package]]
18440name = "wayland-protocols"
18441version = "0.31.2"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18444dependencies = [
18445 "bitflags 2.9.0",
18446 "wayland-backend",
18447 "wayland-client",
18448 "wayland-scanner",
18449]
18450
18451[[package]]
18452name = "wayland-protocols"
18453version = "0.32.6"
18454source = "registry+https://github.com/rust-lang/crates.io-index"
18455checksum = "0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc"
18456dependencies = [
18457 "bitflags 2.9.0",
18458 "wayland-backend",
18459 "wayland-client",
18460 "wayland-scanner",
18461]
18462
18463[[package]]
18464name = "wayland-protocols-plasma"
18465version = "0.2.0"
18466source = "registry+https://github.com/rust-lang/crates.io-index"
18467checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18468dependencies = [
18469 "bitflags 2.9.0",
18470 "wayland-backend",
18471 "wayland-client",
18472 "wayland-protocols 0.31.2",
18473 "wayland-scanner",
18474]
18475
18476[[package]]
18477name = "wayland-scanner"
18478version = "0.31.6"
18479source = "registry+https://github.com/rust-lang/crates.io-index"
18480checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18481dependencies = [
18482 "proc-macro2",
18483 "quick-xml 0.37.4",
18484 "quote",
18485]
18486
18487[[package]]
18488name = "wayland-sys"
18489version = "0.31.6"
18490source = "registry+https://github.com/rust-lang/crates.io-index"
18491checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18492dependencies = [
18493 "dlib",
18494 "log",
18495 "once_cell",
18496 "pkg-config",
18497]
18498
18499[[package]]
18500name = "web-sys"
18501version = "0.3.77"
18502source = "registry+https://github.com/rust-lang/crates.io-index"
18503checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18504dependencies = [
18505 "js-sys",
18506 "wasm-bindgen",
18507]
18508
18509[[package]]
18510name = "web-time"
18511version = "1.1.0"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18514dependencies = [
18515 "js-sys",
18516 "wasm-bindgen",
18517]
18518
18519[[package]]
18520name = "web_atoms"
18521version = "0.1.0"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18524dependencies = [
18525 "phf",
18526 "phf_codegen",
18527 "string_cache",
18528 "string_cache_codegen",
18529]
18530
18531[[package]]
18532name = "web_search"
18533version = "0.1.0"
18534dependencies = [
18535 "anyhow",
18536 "cloud_llm_client",
18537 "collections",
18538 "gpui",
18539 "serde",
18540 "workspace-hack",
18541]
18542
18543[[package]]
18544name = "web_search_providers"
18545version = "0.1.0"
18546dependencies = [
18547 "anyhow",
18548 "client",
18549 "cloud_llm_client",
18550 "futures 0.3.31",
18551 "gpui",
18552 "http_client",
18553 "language_model",
18554 "serde",
18555 "serde_json",
18556 "web_search",
18557 "workspace-hack",
18558]
18559
18560[[package]]
18561name = "webpki-root-certs"
18562version = "0.26.8"
18563source = "registry+https://github.com/rust-lang/crates.io-index"
18564checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18565dependencies = [
18566 "rustls-pki-types",
18567]
18568
18569[[package]]
18570name = "webpki-roots"
18571version = "0.26.8"
18572source = "registry+https://github.com/rust-lang/crates.io-index"
18573checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18574dependencies = [
18575 "rustls-pki-types",
18576]
18577
18578[[package]]
18579name = "webrtc-sys"
18580version = "0.3.7"
18581source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18582dependencies = [
18583 "cc",
18584 "cxx",
18585 "cxx-build",
18586 "glob",
18587 "log",
18588 "webrtc-sys-build",
18589]
18590
18591[[package]]
18592name = "webrtc-sys-build"
18593version = "0.3.6"
18594source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18595dependencies = [
18596 "fs2",
18597 "regex",
18598 "reqwest 0.11.27",
18599 "scratch",
18600 "semver",
18601 "zip 0.6.6",
18602]
18603
18604[[package]]
18605name = "weezl"
18606version = "0.1.8"
18607source = "registry+https://github.com/rust-lang/crates.io-index"
18608checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18609
18610[[package]]
18611name = "which"
18612version = "4.4.2"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18615dependencies = [
18616 "either",
18617 "home",
18618 "once_cell",
18619 "rustix 0.38.44",
18620]
18621
18622[[package]]
18623name = "which"
18624version = "6.0.3"
18625source = "registry+https://github.com/rust-lang/crates.io-index"
18626checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18627dependencies = [
18628 "either",
18629 "home",
18630 "rustix 0.38.44",
18631 "winsafe",
18632]
18633
18634[[package]]
18635name = "whoami"
18636version = "1.6.0"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18639dependencies = [
18640 "redox_syscall 0.5.11",
18641 "wasite",
18642]
18643
18644[[package]]
18645name = "wiggle"
18646version = "29.0.1"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18649dependencies = [
18650 "anyhow",
18651 "async-trait",
18652 "bitflags 2.9.0",
18653 "thiserror 1.0.69",
18654 "tracing",
18655 "wasmtime",
18656 "wiggle-macro",
18657]
18658
18659[[package]]
18660name = "wiggle-generate"
18661version = "29.0.1"
18662source = "registry+https://github.com/rust-lang/crates.io-index"
18663checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18664dependencies = [
18665 "anyhow",
18666 "heck 0.5.0",
18667 "proc-macro2",
18668 "quote",
18669 "shellexpand 2.1.2",
18670 "syn 2.0.101",
18671 "witx",
18672]
18673
18674[[package]]
18675name = "wiggle-macro"
18676version = "29.0.1"
18677source = "registry+https://github.com/rust-lang/crates.io-index"
18678checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18679dependencies = [
18680 "proc-macro2",
18681 "quote",
18682 "syn 2.0.101",
18683 "wiggle-generate",
18684]
18685
18686[[package]]
18687name = "winapi"
18688version = "0.3.9"
18689source = "registry+https://github.com/rust-lang/crates.io-index"
18690checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18691dependencies = [
18692 "winapi-i686-pc-windows-gnu",
18693 "winapi-x86_64-pc-windows-gnu",
18694]
18695
18696[[package]]
18697name = "winapi-i686-pc-windows-gnu"
18698version = "0.4.0"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18701
18702[[package]]
18703name = "winapi-util"
18704version = "0.1.9"
18705source = "registry+https://github.com/rust-lang/crates.io-index"
18706checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18707dependencies = [
18708 "windows-sys 0.59.0",
18709]
18710
18711[[package]]
18712name = "winapi-x86_64-pc-windows-gnu"
18713version = "0.4.0"
18714source = "registry+https://github.com/rust-lang/crates.io-index"
18715checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18716
18717[[package]]
18718name = "winch-codegen"
18719version = "29.0.1"
18720source = "registry+https://github.com/rust-lang/crates.io-index"
18721checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18722dependencies = [
18723 "anyhow",
18724 "cranelift-codegen",
18725 "gimli",
18726 "regalloc2",
18727 "smallvec",
18728 "target-lexicon 0.13.2",
18729 "thiserror 1.0.69",
18730 "wasmparser 0.221.3",
18731 "wasmtime-cranelift",
18732 "wasmtime-environ",
18733]
18734
18735[[package]]
18736name = "windows"
18737version = "0.54.0"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18740dependencies = [
18741 "windows-core 0.54.0",
18742 "windows-targets 0.52.6",
18743]
18744
18745[[package]]
18746name = "windows"
18747version = "0.58.0"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18750dependencies = [
18751 "windows-core 0.58.0",
18752 "windows-targets 0.52.6",
18753]
18754
18755[[package]]
18756name = "windows"
18757version = "0.61.1"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18760dependencies = [
18761 "windows-collections",
18762 "windows-core 0.61.0",
18763 "windows-future",
18764 "windows-link 0.1.1",
18765 "windows-numerics",
18766]
18767
18768[[package]]
18769name = "windows-capture"
18770version = "1.4.3"
18771source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18772dependencies = [
18773 "clap",
18774 "ctrlc",
18775 "parking_lot",
18776 "rayon",
18777 "thiserror 2.0.12",
18778 "windows 0.61.1",
18779 "windows-future",
18780]
18781
18782[[package]]
18783name = "windows-collections"
18784version = "0.2.0"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18787dependencies = [
18788 "windows-core 0.61.0",
18789]
18790
18791[[package]]
18792name = "windows-core"
18793version = "0.54.0"
18794source = "registry+https://github.com/rust-lang/crates.io-index"
18795checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18796dependencies = [
18797 "windows-result 0.1.2",
18798 "windows-targets 0.52.6",
18799]
18800
18801[[package]]
18802name = "windows-core"
18803version = "0.58.0"
18804source = "registry+https://github.com/rust-lang/crates.io-index"
18805checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18806dependencies = [
18807 "windows-implement 0.58.0",
18808 "windows-interface 0.58.0",
18809 "windows-result 0.2.0",
18810 "windows-strings 0.1.0",
18811 "windows-targets 0.52.6",
18812]
18813
18814[[package]]
18815name = "windows-core"
18816version = "0.61.0"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18819dependencies = [
18820 "windows-implement 0.60.0",
18821 "windows-interface 0.59.1",
18822 "windows-link 0.1.1",
18823 "windows-result 0.3.2",
18824 "windows-strings 0.4.0",
18825]
18826
18827[[package]]
18828name = "windows-future"
18829version = "0.2.0"
18830source = "registry+https://github.com/rust-lang/crates.io-index"
18831checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18832dependencies = [
18833 "windows-core 0.61.0",
18834 "windows-link 0.1.1",
18835]
18836
18837[[package]]
18838name = "windows-implement"
18839version = "0.58.0"
18840source = "registry+https://github.com/rust-lang/crates.io-index"
18841checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18842dependencies = [
18843 "proc-macro2",
18844 "quote",
18845 "syn 2.0.101",
18846]
18847
18848[[package]]
18849name = "windows-implement"
18850version = "0.60.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18853dependencies = [
18854 "proc-macro2",
18855 "quote",
18856 "syn 2.0.101",
18857]
18858
18859[[package]]
18860name = "windows-interface"
18861version = "0.58.0"
18862source = "registry+https://github.com/rust-lang/crates.io-index"
18863checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18864dependencies = [
18865 "proc-macro2",
18866 "quote",
18867 "syn 2.0.101",
18868]
18869
18870[[package]]
18871name = "windows-interface"
18872version = "0.59.1"
18873source = "registry+https://github.com/rust-lang/crates.io-index"
18874checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18875dependencies = [
18876 "proc-macro2",
18877 "quote",
18878 "syn 2.0.101",
18879]
18880
18881[[package]]
18882name = "windows-link"
18883version = "0.1.1"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18886
18887[[package]]
18888name = "windows-link"
18889version = "0.2.0"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18892
18893[[package]]
18894name = "windows-numerics"
18895version = "0.2.0"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18898dependencies = [
18899 "windows-core 0.61.0",
18900 "windows-link 0.1.1",
18901]
18902
18903[[package]]
18904name = "windows-registry"
18905version = "0.4.0"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18908dependencies = [
18909 "windows-result 0.3.2",
18910 "windows-strings 0.3.1",
18911 "windows-targets 0.53.2",
18912]
18913
18914[[package]]
18915name = "windows-registry"
18916version = "0.5.1"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18919dependencies = [
18920 "windows-link 0.1.1",
18921 "windows-result 0.3.2",
18922 "windows-strings 0.4.0",
18923]
18924
18925[[package]]
18926name = "windows-registry"
18927version = "0.6.0"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18930dependencies = [
18931 "windows-link 0.2.0",
18932 "windows-result 0.4.0",
18933 "windows-strings 0.5.0",
18934]
18935
18936[[package]]
18937name = "windows-result"
18938version = "0.1.2"
18939source = "registry+https://github.com/rust-lang/crates.io-index"
18940checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18941dependencies = [
18942 "windows-targets 0.52.6",
18943]
18944
18945[[package]]
18946name = "windows-result"
18947version = "0.2.0"
18948source = "registry+https://github.com/rust-lang/crates.io-index"
18949checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18950dependencies = [
18951 "windows-targets 0.52.6",
18952]
18953
18954[[package]]
18955name = "windows-result"
18956version = "0.3.2"
18957source = "registry+https://github.com/rust-lang/crates.io-index"
18958checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18959dependencies = [
18960 "windows-link 0.1.1",
18961]
18962
18963[[package]]
18964name = "windows-result"
18965version = "0.4.0"
18966source = "registry+https://github.com/rust-lang/crates.io-index"
18967checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18968dependencies = [
18969 "windows-link 0.2.0",
18970]
18971
18972[[package]]
18973name = "windows-strings"
18974version = "0.1.0"
18975source = "registry+https://github.com/rust-lang/crates.io-index"
18976checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18977dependencies = [
18978 "windows-result 0.2.0",
18979 "windows-targets 0.52.6",
18980]
18981
18982[[package]]
18983name = "windows-strings"
18984version = "0.3.1"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18987dependencies = [
18988 "windows-link 0.1.1",
18989]
18990
18991[[package]]
18992name = "windows-strings"
18993version = "0.4.0"
18994source = "registry+https://github.com/rust-lang/crates.io-index"
18995checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18996dependencies = [
18997 "windows-link 0.1.1",
18998]
18999
19000[[package]]
19001name = "windows-strings"
19002version = "0.5.0"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
19005dependencies = [
19006 "windows-link 0.2.0",
19007]
19008
19009[[package]]
19010name = "windows-sys"
19011version = "0.45.0"
19012source = "registry+https://github.com/rust-lang/crates.io-index"
19013checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19014dependencies = [
19015 "windows-targets 0.42.2",
19016]
19017
19018[[package]]
19019name = "windows-sys"
19020version = "0.48.0"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19023dependencies = [
19024 "windows-targets 0.48.5",
19025]
19026
19027[[package]]
19028name = "windows-sys"
19029version = "0.52.0"
19030source = "registry+https://github.com/rust-lang/crates.io-index"
19031checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19032dependencies = [
19033 "windows-targets 0.52.6",
19034]
19035
19036[[package]]
19037name = "windows-sys"
19038version = "0.59.0"
19039source = "registry+https://github.com/rust-lang/crates.io-index"
19040checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19041dependencies = [
19042 "windows-targets 0.52.6",
19043]
19044
19045[[package]]
19046name = "windows-sys"
19047version = "0.60.2"
19048source = "registry+https://github.com/rust-lang/crates.io-index"
19049checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19050dependencies = [
19051 "windows-targets 0.53.2",
19052]
19053
19054[[package]]
19055name = "windows-sys"
19056version = "0.61.0"
19057source = "registry+https://github.com/rust-lang/crates.io-index"
19058checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19059dependencies = [
19060 "windows-link 0.2.0",
19061]
19062
19063[[package]]
19064name = "windows-targets"
19065version = "0.42.2"
19066source = "registry+https://github.com/rust-lang/crates.io-index"
19067checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19068dependencies = [
19069 "windows_aarch64_gnullvm 0.42.2",
19070 "windows_aarch64_msvc 0.42.2",
19071 "windows_i686_gnu 0.42.2",
19072 "windows_i686_msvc 0.42.2",
19073 "windows_x86_64_gnu 0.42.2",
19074 "windows_x86_64_gnullvm 0.42.2",
19075 "windows_x86_64_msvc 0.42.2",
19076]
19077
19078[[package]]
19079name = "windows-targets"
19080version = "0.48.5"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19083dependencies = [
19084 "windows_aarch64_gnullvm 0.48.5",
19085 "windows_aarch64_msvc 0.48.5",
19086 "windows_i686_gnu 0.48.5",
19087 "windows_i686_msvc 0.48.5",
19088 "windows_x86_64_gnu 0.48.5",
19089 "windows_x86_64_gnullvm 0.48.5",
19090 "windows_x86_64_msvc 0.48.5",
19091]
19092
19093[[package]]
19094name = "windows-targets"
19095version = "0.52.6"
19096source = "registry+https://github.com/rust-lang/crates.io-index"
19097checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19098dependencies = [
19099 "windows_aarch64_gnullvm 0.52.6",
19100 "windows_aarch64_msvc 0.52.6",
19101 "windows_i686_gnu 0.52.6",
19102 "windows_i686_gnullvm 0.52.6",
19103 "windows_i686_msvc 0.52.6",
19104 "windows_x86_64_gnu 0.52.6",
19105 "windows_x86_64_gnullvm 0.52.6",
19106 "windows_x86_64_msvc 0.52.6",
19107]
19108
19109[[package]]
19110name = "windows-targets"
19111version = "0.53.2"
19112source = "registry+https://github.com/rust-lang/crates.io-index"
19113checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19114dependencies = [
19115 "windows_aarch64_gnullvm 0.53.0",
19116 "windows_aarch64_msvc 0.53.0",
19117 "windows_i686_gnu 0.53.0",
19118 "windows_i686_gnullvm 0.53.0",
19119 "windows_i686_msvc 0.53.0",
19120 "windows_x86_64_gnu 0.53.0",
19121 "windows_x86_64_gnullvm 0.53.0",
19122 "windows_x86_64_msvc 0.53.0",
19123]
19124
19125[[package]]
19126name = "windows_aarch64_gnullvm"
19127version = "0.42.2"
19128source = "registry+https://github.com/rust-lang/crates.io-index"
19129checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19130
19131[[package]]
19132name = "windows_aarch64_gnullvm"
19133version = "0.48.5"
19134source = "registry+https://github.com/rust-lang/crates.io-index"
19135checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19136
19137[[package]]
19138name = "windows_aarch64_gnullvm"
19139version = "0.52.6"
19140source = "registry+https://github.com/rust-lang/crates.io-index"
19141checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19142
19143[[package]]
19144name = "windows_aarch64_gnullvm"
19145version = "0.53.0"
19146source = "registry+https://github.com/rust-lang/crates.io-index"
19147checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19148
19149[[package]]
19150name = "windows_aarch64_msvc"
19151version = "0.42.2"
19152source = "registry+https://github.com/rust-lang/crates.io-index"
19153checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19154
19155[[package]]
19156name = "windows_aarch64_msvc"
19157version = "0.48.5"
19158source = "registry+https://github.com/rust-lang/crates.io-index"
19159checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19160
19161[[package]]
19162name = "windows_aarch64_msvc"
19163version = "0.52.6"
19164source = "registry+https://github.com/rust-lang/crates.io-index"
19165checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19166
19167[[package]]
19168name = "windows_aarch64_msvc"
19169version = "0.53.0"
19170source = "registry+https://github.com/rust-lang/crates.io-index"
19171checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19172
19173[[package]]
19174name = "windows_i686_gnu"
19175version = "0.42.2"
19176source = "registry+https://github.com/rust-lang/crates.io-index"
19177checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19178
19179[[package]]
19180name = "windows_i686_gnu"
19181version = "0.48.5"
19182source = "registry+https://github.com/rust-lang/crates.io-index"
19183checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19184
19185[[package]]
19186name = "windows_i686_gnu"
19187version = "0.52.6"
19188source = "registry+https://github.com/rust-lang/crates.io-index"
19189checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19190
19191[[package]]
19192name = "windows_i686_gnu"
19193version = "0.53.0"
19194source = "registry+https://github.com/rust-lang/crates.io-index"
19195checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19196
19197[[package]]
19198name = "windows_i686_gnullvm"
19199version = "0.52.6"
19200source = "registry+https://github.com/rust-lang/crates.io-index"
19201checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19202
19203[[package]]
19204name = "windows_i686_gnullvm"
19205version = "0.53.0"
19206source = "registry+https://github.com/rust-lang/crates.io-index"
19207checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19208
19209[[package]]
19210name = "windows_i686_msvc"
19211version = "0.42.2"
19212source = "registry+https://github.com/rust-lang/crates.io-index"
19213checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19214
19215[[package]]
19216name = "windows_i686_msvc"
19217version = "0.48.5"
19218source = "registry+https://github.com/rust-lang/crates.io-index"
19219checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19220
19221[[package]]
19222name = "windows_i686_msvc"
19223version = "0.52.6"
19224source = "registry+https://github.com/rust-lang/crates.io-index"
19225checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19226
19227[[package]]
19228name = "windows_i686_msvc"
19229version = "0.53.0"
19230source = "registry+https://github.com/rust-lang/crates.io-index"
19231checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19232
19233[[package]]
19234name = "windows_x86_64_gnu"
19235version = "0.42.2"
19236source = "registry+https://github.com/rust-lang/crates.io-index"
19237checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19238
19239[[package]]
19240name = "windows_x86_64_gnu"
19241version = "0.48.5"
19242source = "registry+https://github.com/rust-lang/crates.io-index"
19243checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19244
19245[[package]]
19246name = "windows_x86_64_gnu"
19247version = "0.52.6"
19248source = "registry+https://github.com/rust-lang/crates.io-index"
19249checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19250
19251[[package]]
19252name = "windows_x86_64_gnu"
19253version = "0.53.0"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19256
19257[[package]]
19258name = "windows_x86_64_gnullvm"
19259version = "0.42.2"
19260source = "registry+https://github.com/rust-lang/crates.io-index"
19261checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19262
19263[[package]]
19264name = "windows_x86_64_gnullvm"
19265version = "0.48.5"
19266source = "registry+https://github.com/rust-lang/crates.io-index"
19267checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19268
19269[[package]]
19270name = "windows_x86_64_gnullvm"
19271version = "0.52.6"
19272source = "registry+https://github.com/rust-lang/crates.io-index"
19273checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19274
19275[[package]]
19276name = "windows_x86_64_gnullvm"
19277version = "0.53.0"
19278source = "registry+https://github.com/rust-lang/crates.io-index"
19279checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19280
19281[[package]]
19282name = "windows_x86_64_msvc"
19283version = "0.42.2"
19284source = "registry+https://github.com/rust-lang/crates.io-index"
19285checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19286
19287[[package]]
19288name = "windows_x86_64_msvc"
19289version = "0.48.5"
19290source = "registry+https://github.com/rust-lang/crates.io-index"
19291checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19292
19293[[package]]
19294name = "windows_x86_64_msvc"
19295version = "0.52.6"
19296source = "registry+https://github.com/rust-lang/crates.io-index"
19297checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19298
19299[[package]]
19300name = "windows_x86_64_msvc"
19301version = "0.53.0"
19302source = "registry+https://github.com/rust-lang/crates.io-index"
19303checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19304
19305[[package]]
19306name = "winnow"
19307version = "0.7.6"
19308source = "registry+https://github.com/rust-lang/crates.io-index"
19309checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19310dependencies = [
19311 "memchr",
19312]
19313
19314[[package]]
19315name = "winreg"
19316version = "0.10.1"
19317source = "registry+https://github.com/rust-lang/crates.io-index"
19318checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19319dependencies = [
19320 "winapi",
19321]
19322
19323[[package]]
19324name = "winreg"
19325version = "0.50.0"
19326source = "registry+https://github.com/rust-lang/crates.io-index"
19327checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19328dependencies = [
19329 "cfg-if",
19330 "windows-sys 0.48.0",
19331]
19332
19333[[package]]
19334name = "winreg"
19335version = "0.52.0"
19336source = "registry+https://github.com/rust-lang/crates.io-index"
19337checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19338dependencies = [
19339 "cfg-if",
19340 "windows-sys 0.48.0",
19341]
19342
19343[[package]]
19344name = "winreg"
19345version = "0.55.0"
19346source = "registry+https://github.com/rust-lang/crates.io-index"
19347checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19348dependencies = [
19349 "cfg-if",
19350 "windows-sys 0.59.0",
19351]
19352
19353[[package]]
19354name = "winresource"
19355version = "0.1.20"
19356source = "registry+https://github.com/rust-lang/crates.io-index"
19357checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19358dependencies = [
19359 "toml 0.8.20",
19360 "version_check",
19361]
19362
19363[[package]]
19364name = "winsafe"
19365version = "0.0.19"
19366source = "registry+https://github.com/rust-lang/crates.io-index"
19367checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19368
19369[[package]]
19370name = "winx"
19371version = "0.36.4"
19372source = "registry+https://github.com/rust-lang/crates.io-index"
19373checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19374dependencies = [
19375 "bitflags 2.9.0",
19376 "windows-sys 0.59.0",
19377]
19378
19379[[package]]
19380name = "wio"
19381version = "0.2.2"
19382source = "registry+https://github.com/rust-lang/crates.io-index"
19383checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19384dependencies = [
19385 "winapi",
19386]
19387
19388[[package]]
19389name = "wit-bindgen"
19390version = "0.22.0"
19391source = "registry+https://github.com/rust-lang/crates.io-index"
19392checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19393dependencies = [
19394 "bitflags 2.9.0",
19395 "wit-bindgen-rt 0.22.0",
19396 "wit-bindgen-rust-macro 0.22.0",
19397]
19398
19399[[package]]
19400name = "wit-bindgen"
19401version = "0.41.0"
19402source = "registry+https://github.com/rust-lang/crates.io-index"
19403checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19404dependencies = [
19405 "wit-bindgen-rt 0.41.0",
19406 "wit-bindgen-rust-macro 0.41.0",
19407]
19408
19409[[package]]
19410name = "wit-bindgen-core"
19411version = "0.22.0"
19412source = "registry+https://github.com/rust-lang/crates.io-index"
19413checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19414dependencies = [
19415 "anyhow",
19416 "wit-parser 0.201.0",
19417]
19418
19419[[package]]
19420name = "wit-bindgen-core"
19421version = "0.41.0"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19424dependencies = [
19425 "anyhow",
19426 "heck 0.5.0",
19427 "wit-parser 0.227.1",
19428]
19429
19430[[package]]
19431name = "wit-bindgen-rt"
19432version = "0.22.0"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19435
19436[[package]]
19437name = "wit-bindgen-rt"
19438version = "0.39.0"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19441dependencies = [
19442 "bitflags 2.9.0",
19443]
19444
19445[[package]]
19446name = "wit-bindgen-rt"
19447version = "0.41.0"
19448source = "registry+https://github.com/rust-lang/crates.io-index"
19449checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19450dependencies = [
19451 "bitflags 2.9.0",
19452 "futures 0.3.31",
19453 "once_cell",
19454]
19455
19456[[package]]
19457name = "wit-bindgen-rust"
19458version = "0.22.0"
19459source = "registry+https://github.com/rust-lang/crates.io-index"
19460checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19461dependencies = [
19462 "anyhow",
19463 "heck 0.4.1",
19464 "indexmap 2.9.0",
19465 "wasm-metadata 0.201.0",
19466 "wit-bindgen-core 0.22.0",
19467 "wit-component 0.201.0",
19468]
19469
19470[[package]]
19471name = "wit-bindgen-rust"
19472version = "0.41.0"
19473source = "registry+https://github.com/rust-lang/crates.io-index"
19474checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19475dependencies = [
19476 "anyhow",
19477 "heck 0.5.0",
19478 "indexmap 2.9.0",
19479 "prettyplease",
19480 "syn 2.0.101",
19481 "wasm-metadata 0.227.1",
19482 "wit-bindgen-core 0.41.0",
19483 "wit-component 0.227.1",
19484]
19485
19486[[package]]
19487name = "wit-bindgen-rust-macro"
19488version = "0.22.0"
19489source = "registry+https://github.com/rust-lang/crates.io-index"
19490checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19491dependencies = [
19492 "anyhow",
19493 "proc-macro2",
19494 "quote",
19495 "syn 2.0.101",
19496 "wit-bindgen-core 0.22.0",
19497 "wit-bindgen-rust 0.22.0",
19498]
19499
19500[[package]]
19501name = "wit-bindgen-rust-macro"
19502version = "0.41.0"
19503source = "registry+https://github.com/rust-lang/crates.io-index"
19504checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19505dependencies = [
19506 "anyhow",
19507 "prettyplease",
19508 "proc-macro2",
19509 "quote",
19510 "syn 2.0.101",
19511 "wit-bindgen-core 0.41.0",
19512 "wit-bindgen-rust 0.41.0",
19513]
19514
19515[[package]]
19516name = "wit-component"
19517version = "0.201.0"
19518source = "registry+https://github.com/rust-lang/crates.io-index"
19519checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19520dependencies = [
19521 "anyhow",
19522 "bitflags 2.9.0",
19523 "indexmap 2.9.0",
19524 "log",
19525 "serde",
19526 "serde_derive",
19527 "serde_json",
19528 "wasm-encoder 0.201.0",
19529 "wasm-metadata 0.201.0",
19530 "wasmparser 0.201.0",
19531 "wit-parser 0.201.0",
19532]
19533
19534[[package]]
19535name = "wit-component"
19536version = "0.227.1"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19539dependencies = [
19540 "anyhow",
19541 "bitflags 2.9.0",
19542 "indexmap 2.9.0",
19543 "log",
19544 "serde",
19545 "serde_derive",
19546 "serde_json",
19547 "wasm-encoder 0.227.1",
19548 "wasm-metadata 0.227.1",
19549 "wasmparser 0.227.1",
19550 "wit-parser 0.227.1",
19551]
19552
19553[[package]]
19554name = "wit-parser"
19555version = "0.201.0"
19556source = "registry+https://github.com/rust-lang/crates.io-index"
19557checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19558dependencies = [
19559 "anyhow",
19560 "id-arena",
19561 "indexmap 2.9.0",
19562 "log",
19563 "semver",
19564 "serde",
19565 "serde_derive",
19566 "serde_json",
19567 "unicode-xid",
19568 "wasmparser 0.201.0",
19569]
19570
19571[[package]]
19572name = "wit-parser"
19573version = "0.221.3"
19574source = "registry+https://github.com/rust-lang/crates.io-index"
19575checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19576dependencies = [
19577 "anyhow",
19578 "id-arena",
19579 "indexmap 2.9.0",
19580 "log",
19581 "semver",
19582 "serde",
19583 "serde_derive",
19584 "serde_json",
19585 "unicode-xid",
19586 "wasmparser 0.221.3",
19587]
19588
19589[[package]]
19590name = "wit-parser"
19591version = "0.227.1"
19592source = "registry+https://github.com/rust-lang/crates.io-index"
19593checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19594dependencies = [
19595 "anyhow",
19596 "id-arena",
19597 "indexmap 2.9.0",
19598 "log",
19599 "semver",
19600 "serde",
19601 "serde_derive",
19602 "serde_json",
19603 "unicode-xid",
19604 "wasmparser 0.227.1",
19605]
19606
19607[[package]]
19608name = "witx"
19609version = "0.9.1"
19610source = "registry+https://github.com/rust-lang/crates.io-index"
19611checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19612dependencies = [
19613 "anyhow",
19614 "log",
19615 "thiserror 1.0.69",
19616 "wast",
19617]
19618
19619[[package]]
19620name = "workspace"
19621version = "0.1.0"
19622dependencies = [
19623 "any_vec",
19624 "anyhow",
19625 "async-recursion",
19626 "call",
19627 "client",
19628 "clock",
19629 "collections",
19630 "component",
19631 "dap",
19632 "db",
19633 "fs",
19634 "futures 0.3.31",
19635 "gpui",
19636 "http_client",
19637 "itertools 0.14.0",
19638 "language",
19639 "log",
19640 "menu",
19641 "node_runtime",
19642 "parking_lot",
19643 "postage",
19644 "pretty_assertions",
19645 "project",
19646 "remote",
19647 "schemars 1.0.1",
19648 "serde",
19649 "serde_json",
19650 "session",
19651 "settings",
19652 "smallvec",
19653 "sqlez",
19654 "strum 0.27.1",
19655 "task",
19656 "telemetry",
19657 "tempfile",
19658 "theme",
19659 "ui",
19660 "util",
19661 "uuid",
19662 "windows 0.61.1",
19663 "workspace-hack",
19664 "zed_actions",
19665 "zlog",
19666]
19667
19668[[package]]
19669name = "workspace-hack"
19670version = "0.1.0"
19671dependencies = [
19672 "aes",
19673 "ahash 0.8.11",
19674 "aho-corasick",
19675 "anstream",
19676 "arrayvec",
19677 "ashpd 0.11.0",
19678 "async-compression",
19679 "async-std",
19680 "async-tungstenite",
19681 "aws-config",
19682 "aws-credential-types",
19683 "aws-runtime",
19684 "aws-sigv4",
19685 "aws-smithy-async",
19686 "aws-smithy-http",
19687 "aws-smithy-runtime",
19688 "aws-smithy-runtime-api",
19689 "aws-smithy-types",
19690 "base64 0.22.1",
19691 "base64ct",
19692 "bigdecimal",
19693 "bit-set 0.8.0",
19694 "bit-vec 0.8.0",
19695 "bitflags 2.9.0",
19696 "bstr",
19697 "bytemuck",
19698 "byteorder",
19699 "bytes 1.10.1",
19700 "cc",
19701 "chrono",
19702 "cipher",
19703 "clap",
19704 "clap_builder",
19705 "codespan-reporting",
19706 "concurrent-queue",
19707 "core-foundation 0.9.4",
19708 "core-foundation-sys",
19709 "cranelift-codegen",
19710 "crossbeam-channel",
19711 "crossbeam-epoch",
19712 "crossbeam-utils",
19713 "crypto-common",
19714 "deranged",
19715 "digest",
19716 "either",
19717 "euclid",
19718 "event-listener 5.4.0",
19719 "event-listener-strategy",
19720 "flate2",
19721 "flume",
19722 "foldhash",
19723 "form_urlencoded",
19724 "futures 0.3.31",
19725 "futures-channel",
19726 "futures-core",
19727 "futures-executor",
19728 "futures-io",
19729 "futures-sink",
19730 "futures-task",
19731 "futures-util",
19732 "getrandom 0.2.15",
19733 "getrandom 0.3.2",
19734 "gimli",
19735 "half",
19736 "handlebars 4.5.0",
19737 "hashbrown 0.14.5",
19738 "hashbrown 0.15.3",
19739 "heck 0.4.1",
19740 "hmac",
19741 "hyper 0.14.32",
19742 "hyper-rustls 0.27.5",
19743 "idna",
19744 "indexmap 2.9.0",
19745 "inout",
19746 "itertools 0.12.1",
19747 "itertools 0.13.0",
19748 "lazy_static",
19749 "libc",
19750 "libsqlite3-sys",
19751 "linux-raw-sys 0.4.15",
19752 "linux-raw-sys 0.9.4",
19753 "livekit-runtime",
19754 "log",
19755 "lyon",
19756 "lyon_path",
19757 "md-5",
19758 "memchr",
19759 "memmap2",
19760 "mime_guess",
19761 "miniz_oxide",
19762 "mio 1.0.3",
19763 "naga",
19764 "nix 0.28.0",
19765 "nix 0.29.0",
19766 "nix 0.30.1",
19767 "nom 7.1.3",
19768 "num-bigint",
19769 "num-bigint-dig",
19770 "num-complex",
19771 "num-integer",
19772 "num-iter",
19773 "num-rational",
19774 "num-traits",
19775 "objc2",
19776 "objc2-core-foundation",
19777 "objc2-foundation",
19778 "objc2-metal",
19779 "object",
19780 "once_cell",
19781 "percent-encoding",
19782 "phf",
19783 "phf_shared",
19784 "prettyplease",
19785 "proc-macro2",
19786 "prost 0.12.6",
19787 "prost 0.9.0",
19788 "prost-types 0.9.0",
19789 "quote",
19790 "rand 0.8.5",
19791 "rand 0.9.1",
19792 "rand_chacha 0.3.1",
19793 "rand_core 0.6.4",
19794 "rand_distr",
19795 "regalloc2",
19796 "regex",
19797 "regex-automata",
19798 "regex-syntax",
19799 "ring",
19800 "rust_decimal",
19801 "rustc-hash 1.1.0",
19802 "rustix 0.38.44",
19803 "rustix 1.0.7",
19804 "rustls 0.23.26",
19805 "rustls-webpki 0.103.1",
19806 "scopeguard",
19807 "sea-orm",
19808 "sea-query-binder",
19809 "security-framework 3.2.0",
19810 "security-framework-sys",
19811 "semver",
19812 "serde",
19813 "serde_core",
19814 "serde_json",
19815 "simd-adler32",
19816 "smallvec",
19817 "spin",
19818 "sqlx",
19819 "sqlx-macros",
19820 "sqlx-macros-core",
19821 "sqlx-postgres",
19822 "sqlx-sqlite",
19823 "stable_deref_trait",
19824 "strum 0.26.3",
19825 "subtle",
19826 "syn 1.0.109",
19827 "syn 2.0.101",
19828 "sync_wrapper 1.0.2",
19829 "thiserror 2.0.12",
19830 "time",
19831 "time-macros",
19832 "tokio",
19833 "tokio-rustls 0.26.2",
19834 "tokio-socks",
19835 "tokio-stream",
19836 "tokio-util",
19837 "toml_datetime",
19838 "toml_edit",
19839 "tower 0.5.2",
19840 "tracing",
19841 "tracing-core",
19842 "tungstenite 0.26.2",
19843 "unicode-properties",
19844 "url",
19845 "uuid",
19846 "wasmparser 0.221.3",
19847 "wasmtime",
19848 "wasmtime-cranelift",
19849 "wasmtime-environ",
19850 "wayland-backend",
19851 "wayland-sys",
19852 "winapi",
19853 "windows 0.61.1",
19854 "windows-core 0.61.0",
19855 "windows-numerics",
19856 "windows-sys 0.48.0",
19857 "windows-sys 0.52.0",
19858 "windows-sys 0.59.0",
19859 "windows-sys 0.61.0",
19860 "zbus_macros",
19861 "zeroize",
19862 "zvariant",
19863]
19864
19865[[package]]
19866name = "worktree"
19867version = "0.1.0"
19868dependencies = [
19869 "anyhow",
19870 "clock",
19871 "collections",
19872 "fs",
19873 "futures 0.3.31",
19874 "fuzzy",
19875 "git",
19876 "git2",
19877 "gpui",
19878 "http_client",
19879 "ignore",
19880 "language",
19881 "log",
19882 "parking_lot",
19883 "paths",
19884 "postage",
19885 "pretty_assertions",
19886 "rand 0.9.1",
19887 "rpc",
19888 "serde",
19889 "serde_json",
19890 "settings",
19891 "smallvec",
19892 "smol",
19893 "sum_tree",
19894 "text",
19895 "util",
19896 "workspace-hack",
19897 "zlog",
19898]
19899
19900[[package]]
19901name = "write16"
19902version = "1.0.0"
19903source = "registry+https://github.com/rust-lang/crates.io-index"
19904checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19905
19906[[package]]
19907name = "writeable"
19908version = "0.5.5"
19909source = "registry+https://github.com/rust-lang/crates.io-index"
19910checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19911
19912[[package]]
19913name = "wyz"
19914version = "0.5.1"
19915source = "registry+https://github.com/rust-lang/crates.io-index"
19916checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19917dependencies = [
19918 "tap",
19919]
19920
19921[[package]]
19922name = "x11"
19923version = "2.21.0"
19924source = "registry+https://github.com/rust-lang/crates.io-index"
19925checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19926dependencies = [
19927 "libc",
19928 "pkg-config",
19929]
19930
19931[[package]]
19932name = "x11-clipboard"
19933version = "0.9.3"
19934source = "registry+https://github.com/rust-lang/crates.io-index"
19935checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19936dependencies = [
19937 "libc",
19938 "x11rb",
19939]
19940
19941[[package]]
19942name = "x11rb"
19943version = "0.13.1"
19944source = "registry+https://github.com/rust-lang/crates.io-index"
19945checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19946dependencies = [
19947 "as-raw-xcb-connection",
19948 "gethostname",
19949 "libc",
19950 "rustix 0.38.44",
19951 "x11rb-protocol",
19952]
19953
19954[[package]]
19955name = "x11rb-protocol"
19956version = "0.13.1"
19957source = "registry+https://github.com/rust-lang/crates.io-index"
19958checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19959
19960[[package]]
19961name = "x_ai"
19962version = "0.1.0"
19963dependencies = [
19964 "anyhow",
19965 "schemars 1.0.1",
19966 "serde",
19967 "strum 0.27.1",
19968 "workspace-hack",
19969]
19970
19971[[package]]
19972name = "xattr"
19973version = "0.2.3"
19974source = "registry+https://github.com/rust-lang/crates.io-index"
19975checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19976dependencies = [
19977 "libc",
19978]
19979
19980[[package]]
19981name = "xcb"
19982version = "1.6.0"
19983source = "registry+https://github.com/rust-lang/crates.io-index"
19984checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19985dependencies = [
19986 "bitflags 1.3.2",
19987 "libc",
19988 "quick-xml 0.30.0",
19989 "x11",
19990]
19991
19992[[package]]
19993name = "xcursor"
19994version = "0.3.8"
19995source = "registry+https://github.com/rust-lang/crates.io-index"
19996checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19997
19998[[package]]
19999name = "xim-ctext"
20000version = "0.3.0"
20001source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20002dependencies = [
20003 "encoding_rs",
20004]
20005
20006[[package]]
20007name = "xim-parser"
20008version = "0.2.1"
20009source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20010dependencies = [
20011 "bitflags 2.9.0",
20012]
20013
20014[[package]]
20015name = "xkbcommon"
20016version = "0.8.0"
20017source = "registry+https://github.com/rust-lang/crates.io-index"
20018checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20019dependencies = [
20020 "as-raw-xcb-connection",
20021 "libc",
20022 "memmap2",
20023 "xkeysym",
20024]
20025
20026[[package]]
20027name = "xkeysym"
20028version = "0.2.1"
20029source = "registry+https://github.com/rust-lang/crates.io-index"
20030checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20031
20032[[package]]
20033name = "xml5ever"
20034version = "0.18.1"
20035source = "registry+https://github.com/rust-lang/crates.io-index"
20036checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20037dependencies = [
20038 "log",
20039 "mac",
20040 "markup5ever 0.12.1",
20041]
20042
20043[[package]]
20044name = "xmlparser"
20045version = "0.13.6"
20046source = "registry+https://github.com/rust-lang/crates.io-index"
20047checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20048
20049[[package]]
20050name = "xmlwriter"
20051version = "0.1.0"
20052source = "registry+https://github.com/rust-lang/crates.io-index"
20053checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20054
20055[[package]]
20056name = "xtask"
20057version = "0.1.0"
20058dependencies = [
20059 "anyhow",
20060 "cargo_metadata",
20061 "cargo_toml",
20062 "clap",
20063 "indoc",
20064 "toml 0.8.20",
20065 "toml_edit",
20066 "workspace-hack",
20067]
20068
20069[[package]]
20070name = "yaml-rust2"
20071version = "0.8.1"
20072source = "registry+https://github.com/rust-lang/crates.io-index"
20073checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20074dependencies = [
20075 "arraydeque",
20076 "encoding_rs",
20077 "hashlink 0.8.4",
20078]
20079
20080[[package]]
20081name = "yansi"
20082version = "1.0.1"
20083source = "registry+https://github.com/rust-lang/crates.io-index"
20084checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20085
20086[[package]]
20087name = "yawc"
20088version = "0.2.5"
20089source = "registry+https://github.com/rust-lang/crates.io-index"
20090checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20091dependencies = [
20092 "base64 0.22.1",
20093 "bytes 1.10.1",
20094 "flate2",
20095 "futures 0.3.31",
20096 "http-body-util",
20097 "hyper 1.6.0",
20098 "hyper-util",
20099 "js-sys",
20100 "nom 8.0.0",
20101 "pin-project",
20102 "rand 0.8.5",
20103 "sha1",
20104 "thiserror 1.0.69",
20105 "tokio",
20106 "tokio-rustls 0.26.2",
20107 "tokio-util",
20108 "url",
20109 "wasm-bindgen",
20110 "wasm-bindgen-futures",
20111 "web-sys",
20112 "webpki-roots",
20113]
20114
20115[[package]]
20116name = "yazi"
20117version = "0.2.1"
20118source = "registry+https://github.com/rust-lang/crates.io-index"
20119checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20120
20121[[package]]
20122name = "yeslogic-fontconfig-sys"
20123version = "6.0.0"
20124source = "registry+https://github.com/rust-lang/crates.io-index"
20125checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20126dependencies = [
20127 "dlib",
20128 "once_cell",
20129 "pkg-config",
20130]
20131
20132[[package]]
20133name = "yoke"
20134version = "0.7.5"
20135source = "registry+https://github.com/rust-lang/crates.io-index"
20136checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20137dependencies = [
20138 "serde",
20139 "stable_deref_trait",
20140 "yoke-derive",
20141 "zerofrom",
20142]
20143
20144[[package]]
20145name = "yoke-derive"
20146version = "0.7.5"
20147source = "registry+https://github.com/rust-lang/crates.io-index"
20148checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20149dependencies = [
20150 "proc-macro2",
20151 "quote",
20152 "syn 2.0.101",
20153 "synstructure",
20154]
20155
20156[[package]]
20157name = "zbus"
20158version = "5.11.0"
20159source = "registry+https://github.com/rust-lang/crates.io-index"
20160checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20161dependencies = [
20162 "async-broadcast",
20163 "async-executor",
20164 "async-io",
20165 "async-lock",
20166 "async-process",
20167 "async-recursion",
20168 "async-task",
20169 "async-trait",
20170 "blocking",
20171 "enumflags2",
20172 "event-listener 5.4.0",
20173 "futures-core",
20174 "futures-lite 2.6.0",
20175 "hex",
20176 "nix 0.30.1",
20177 "ordered-stream",
20178 "serde",
20179 "serde_repr",
20180 "tracing",
20181 "uds_windows",
20182 "windows-sys 0.60.2",
20183 "winnow",
20184 "zbus_macros",
20185 "zbus_names",
20186 "zvariant",
20187]
20188
20189[[package]]
20190name = "zbus_macros"
20191version = "5.11.0"
20192source = "registry+https://github.com/rust-lang/crates.io-index"
20193checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20194dependencies = [
20195 "proc-macro-crate",
20196 "proc-macro2",
20197 "quote",
20198 "syn 2.0.101",
20199 "zbus_names",
20200 "zvariant",
20201 "zvariant_utils",
20202]
20203
20204[[package]]
20205name = "zbus_names"
20206version = "4.2.0"
20207source = "registry+https://github.com/rust-lang/crates.io-index"
20208checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20209dependencies = [
20210 "serde",
20211 "static_assertions",
20212 "winnow",
20213 "zvariant",
20214]
20215
20216[[package]]
20217name = "zed"
20218version = "0.209.0"
20219dependencies = [
20220 "acp_tools",
20221 "activity_indicator",
20222 "agent",
20223 "agent_settings",
20224 "agent_ui",
20225 "anyhow",
20226 "ashpd 0.11.0",
20227 "askpass",
20228 "assets",
20229 "assistant_tools",
20230 "audio",
20231 "auto_update",
20232 "auto_update_ui",
20233 "backtrace",
20234 "bincode",
20235 "breadcrumbs",
20236 "call",
20237 "channel",
20238 "clap",
20239 "cli",
20240 "client",
20241 "codestral",
20242 "collab_ui",
20243 "collections",
20244 "command_palette",
20245 "component",
20246 "copilot",
20247 "crashes",
20248 "dap",
20249 "dap_adapters",
20250 "db",
20251 "debug_adapter_extension",
20252 "debugger_tools",
20253 "debugger_ui",
20254 "diagnostics",
20255 "edit_prediction_button",
20256 "editor",
20257 "env_logger 0.11.8",
20258 "extension",
20259 "extension_host",
20260 "extensions_ui",
20261 "feature_flags",
20262 "feedback",
20263 "file_finder",
20264 "fs",
20265 "futures 0.3.31",
20266 "git",
20267 "git_hosting_providers",
20268 "git_ui",
20269 "go_to_line",
20270 "gpui",
20271 "gpui_tokio",
20272 "http_client",
20273 "image_viewer",
20274 "inspector_ui",
20275 "install_cli",
20276 "itertools 0.14.0",
20277 "journal",
20278 "json_schema_store",
20279 "keymap_editor",
20280 "language",
20281 "language_extension",
20282 "language_model",
20283 "language_models",
20284 "language_onboarding",
20285 "language_selector",
20286 "language_tools",
20287 "languages",
20288 "line_ending_selector",
20289 "log",
20290 "markdown",
20291 "markdown_preview",
20292 "menu",
20293 "migrator",
20294 "mimalloc",
20295 "nc",
20296 "nix 0.29.0",
20297 "node_runtime",
20298 "notifications",
20299 "onboarding",
20300 "outline",
20301 "outline_panel",
20302 "parking_lot",
20303 "paths",
20304 "picker",
20305 "pretty_assertions",
20306 "profiling",
20307 "project",
20308 "project_panel",
20309 "project_symbols",
20310 "prompt_store",
20311 "proto",
20312 "recent_projects",
20313 "release_channel",
20314 "remote",
20315 "repl",
20316 "reqwest_client",
20317 "rope",
20318 "search",
20319 "serde",
20320 "serde_json",
20321 "session",
20322 "settings",
20323 "settings_profile_selector",
20324 "settings_ui",
20325 "shellexpand 2.1.2",
20326 "smol",
20327 "snippet_provider",
20328 "snippets_ui",
20329 "supermaven",
20330 "svg_preview",
20331 "sysinfo 0.37.2",
20332 "system_specs",
20333 "tab_switcher",
20334 "task",
20335 "tasks_ui",
20336 "telemetry",
20337 "telemetry_events",
20338 "terminal_view",
20339 "theme",
20340 "theme_extension",
20341 "theme_selector",
20342 "time",
20343 "title_bar",
20344 "toolchain_selector",
20345 "tree-sitter-md",
20346 "tree-sitter-rust",
20347 "ui",
20348 "ui_input",
20349 "ui_prompt",
20350 "url",
20351 "urlencoding",
20352 "util",
20353 "uuid",
20354 "vim",
20355 "vim_mode_setting",
20356 "watch",
20357 "web_search",
20358 "web_search_providers",
20359 "windows 0.61.1",
20360 "winresource",
20361 "workspace",
20362 "workspace-hack",
20363 "zed-reqwest",
20364 "zed_actions",
20365 "zed_env_vars",
20366 "zeta",
20367 "zeta2",
20368 "zeta2_tools",
20369 "zlog",
20370 "zlog_settings",
20371]
20372
20373[[package]]
20374name = "zed-font-kit"
20375version = "0.14.1-zed"
20376source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
20377dependencies = [
20378 "bitflags 2.9.0",
20379 "byteorder",
20380 "core-foundation 0.10.0",
20381 "core-graphics 0.24.0",
20382 "core-text",
20383 "dirs 5.0.1",
20384 "dwrote",
20385 "float-ord",
20386 "freetype-sys",
20387 "lazy_static",
20388 "libc",
20389 "log",
20390 "pathfinder_geometry",
20391 "pathfinder_simd",
20392 "walkdir",
20393 "winapi",
20394 "yeslogic-fontconfig-sys",
20395]
20396
20397[[package]]
20398name = "zed-reqwest"
20399version = "0.12.15-zed"
20400source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
20401dependencies = [
20402 "base64 0.22.1",
20403 "bytes 1.10.1",
20404 "encoding_rs",
20405 "futures-core",
20406 "futures-util",
20407 "h2 0.4.9",
20408 "http 1.3.1",
20409 "http-body 1.0.1",
20410 "http-body-util",
20411 "hyper 1.6.0",
20412 "hyper-rustls 0.27.5",
20413 "hyper-util",
20414 "ipnet",
20415 "js-sys",
20416 "log",
20417 "mime",
20418 "mime_guess",
20419 "once_cell",
20420 "percent-encoding",
20421 "pin-project-lite",
20422 "quinn",
20423 "rustls 0.23.26",
20424 "rustls-native-certs 0.8.1",
20425 "rustls-pemfile 2.2.0",
20426 "rustls-pki-types",
20427 "serde",
20428 "serde_json",
20429 "serde_urlencoded",
20430 "sync_wrapper 1.0.2",
20431 "system-configuration 0.6.1",
20432 "tokio",
20433 "tokio-rustls 0.26.2",
20434 "tokio-socks",
20435 "tokio-util",
20436 "tower 0.5.2",
20437 "tower-service",
20438 "url",
20439 "wasm-bindgen",
20440 "wasm-bindgen-futures",
20441 "wasm-streams",
20442 "web-sys",
20443 "windows-registry 0.4.0",
20444]
20445
20446[[package]]
20447name = "zed-scap"
20448version = "0.0.8-zed"
20449source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
20450dependencies = [
20451 "anyhow",
20452 "cocoa 0.25.0",
20453 "core-graphics-helmer-fork",
20454 "log",
20455 "objc",
20456 "rand 0.8.5",
20457 "screencapturekit",
20458 "screencapturekit-sys",
20459 "sysinfo 0.31.4",
20460 "tao-core-video-sys",
20461 "windows 0.61.1",
20462 "windows-capture",
20463 "x11",
20464 "xcb",
20465]
20466
20467[[package]]
20468name = "zed-xim"
20469version = "0.4.0-zed"
20470source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20471dependencies = [
20472 "ahash 0.8.11",
20473 "hashbrown 0.14.5",
20474 "log",
20475 "x11rb",
20476 "xim-ctext",
20477 "xim-parser",
20478]
20479
20480[[package]]
20481name = "zed_actions"
20482version = "0.1.0"
20483dependencies = [
20484 "gpui",
20485 "schemars 1.0.1",
20486 "serde",
20487 "uuid",
20488 "workspace-hack",
20489]
20490
20491[[package]]
20492name = "zed_env_vars"
20493version = "0.1.0"
20494dependencies = [
20495 "gpui",
20496 "workspace-hack",
20497]
20498
20499[[package]]
20500name = "zed_extension_api"
20501version = "0.1.0"
20502source = "registry+https://github.com/rust-lang/crates.io-index"
20503checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20504dependencies = [
20505 "serde",
20506 "serde_json",
20507 "wit-bindgen 0.22.0",
20508]
20509
20510[[package]]
20511name = "zed_extension_api"
20512version = "0.7.0"
20513dependencies = [
20514 "serde",
20515 "serde_json",
20516 "wit-bindgen 0.41.0",
20517]
20518
20519[[package]]
20520name = "zed_extension_api"
20521version = "0.7.0"
20522source = "registry+https://github.com/rust-lang/crates.io-index"
20523checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20524dependencies = [
20525 "serde",
20526 "serde_json",
20527 "wit-bindgen 0.41.0",
20528]
20529
20530[[package]]
20531name = "zed_glsl"
20532version = "0.1.0"
20533dependencies = [
20534 "zed_extension_api 0.1.0",
20535]
20536
20537[[package]]
20538name = "zed_html"
20539version = "0.2.3"
20540dependencies = [
20541 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20542]
20543
20544[[package]]
20545name = "zed_proto"
20546version = "0.2.2"
20547dependencies = [
20548 "zed_extension_api 0.1.0",
20549]
20550
20551[[package]]
20552name = "zed_test_extension"
20553version = "0.1.0"
20554dependencies = [
20555 "zed_extension_api 0.7.0",
20556]
20557
20558[[package]]
20559name = "zeno"
20560version = "0.3.2"
20561source = "registry+https://github.com/rust-lang/crates.io-index"
20562checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20563
20564[[package]]
20565name = "zerocopy"
20566version = "0.7.35"
20567source = "registry+https://github.com/rust-lang/crates.io-index"
20568checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20569dependencies = [
20570 "zerocopy-derive 0.7.35",
20571]
20572
20573[[package]]
20574name = "zerocopy"
20575version = "0.8.24"
20576source = "registry+https://github.com/rust-lang/crates.io-index"
20577checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20578dependencies = [
20579 "zerocopy-derive 0.8.24",
20580]
20581
20582[[package]]
20583name = "zerocopy-derive"
20584version = "0.7.35"
20585source = "registry+https://github.com/rust-lang/crates.io-index"
20586checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20587dependencies = [
20588 "proc-macro2",
20589 "quote",
20590 "syn 2.0.101",
20591]
20592
20593[[package]]
20594name = "zerocopy-derive"
20595version = "0.8.24"
20596source = "registry+https://github.com/rust-lang/crates.io-index"
20597checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20598dependencies = [
20599 "proc-macro2",
20600 "quote",
20601 "syn 2.0.101",
20602]
20603
20604[[package]]
20605name = "zerofrom"
20606version = "0.1.6"
20607source = "registry+https://github.com/rust-lang/crates.io-index"
20608checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20609dependencies = [
20610 "zerofrom-derive",
20611]
20612
20613[[package]]
20614name = "zerofrom-derive"
20615version = "0.1.6"
20616source = "registry+https://github.com/rust-lang/crates.io-index"
20617checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20618dependencies = [
20619 "proc-macro2",
20620 "quote",
20621 "syn 2.0.101",
20622 "synstructure",
20623]
20624
20625[[package]]
20626name = "zeroize"
20627version = "1.8.1"
20628source = "registry+https://github.com/rust-lang/crates.io-index"
20629checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20630dependencies = [
20631 "zeroize_derive",
20632]
20633
20634[[package]]
20635name = "zeroize_derive"
20636version = "1.4.2"
20637source = "registry+https://github.com/rust-lang/crates.io-index"
20638checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20639dependencies = [
20640 "proc-macro2",
20641 "quote",
20642 "syn 2.0.101",
20643]
20644
20645[[package]]
20646name = "zeromq"
20647version = "0.5.0-pre"
20648source = "registry+https://github.com/rust-lang/crates.io-index"
20649checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20650dependencies = [
20651 "async-dispatcher",
20652 "async-std",
20653 "async-trait",
20654 "asynchronous-codec",
20655 "bytes 1.10.1",
20656 "crossbeam-queue",
20657 "dashmap 5.5.3",
20658 "futures 0.3.31",
20659 "log",
20660 "num-traits",
20661 "once_cell",
20662 "parking_lot",
20663 "rand 0.8.5",
20664 "regex",
20665 "thiserror 1.0.69",
20666 "uuid",
20667]
20668
20669[[package]]
20670name = "zerovec"
20671version = "0.10.4"
20672source = "registry+https://github.com/rust-lang/crates.io-index"
20673checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20674dependencies = [
20675 "yoke",
20676 "zerofrom",
20677 "zerovec-derive",
20678]
20679
20680[[package]]
20681name = "zerovec-derive"
20682version = "0.10.3"
20683source = "registry+https://github.com/rust-lang/crates.io-index"
20684checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20685dependencies = [
20686 "proc-macro2",
20687 "quote",
20688 "syn 2.0.101",
20689]
20690
20691[[package]]
20692name = "zeta"
20693version = "0.1.0"
20694dependencies = [
20695 "ai_onboarding",
20696 "anyhow",
20697 "arrayvec",
20698 "call",
20699 "client",
20700 "clock",
20701 "cloud_api_types",
20702 "cloud_llm_client",
20703 "collections",
20704 "command_palette_hooks",
20705 "copilot",
20706 "ctor",
20707 "db",
20708 "edit_prediction",
20709 "editor",
20710 "feature_flags",
20711 "fs",
20712 "futures 0.3.31",
20713 "gpui",
20714 "http_client",
20715 "indoc",
20716 "itertools 0.14.0",
20717 "language",
20718 "language_model",
20719 "log",
20720 "menu",
20721 "parking_lot",
20722 "postage",
20723 "project",
20724 "rand 0.9.1",
20725 "regex",
20726 "release_channel",
20727 "reqwest_client",
20728 "rpc",
20729 "serde",
20730 "serde_json",
20731 "settings",
20732 "strum 0.27.1",
20733 "telemetry",
20734 "telemetry_events",
20735 "theme",
20736 "thiserror 2.0.12",
20737 "tree-sitter-go",
20738 "tree-sitter-rust",
20739 "ui",
20740 "util",
20741 "uuid",
20742 "workspace",
20743 "workspace-hack",
20744 "worktree",
20745 "zed_actions",
20746 "zlog",
20747]
20748
20749[[package]]
20750name = "zeta2"
20751version = "0.1.0"
20752dependencies = [
20753 "anyhow",
20754 "arrayvec",
20755 "chrono",
20756 "client",
20757 "clock",
20758 "cloud_llm_client",
20759 "cloud_zeta2_prompt",
20760 "edit_prediction",
20761 "edit_prediction_context",
20762 "futures 0.3.31",
20763 "gpui",
20764 "indoc",
20765 "language",
20766 "language_model",
20767 "log",
20768 "lsp",
20769 "pretty_assertions",
20770 "project",
20771 "release_channel",
20772 "serde_json",
20773 "settings",
20774 "thiserror 2.0.12",
20775 "util",
20776 "uuid",
20777 "workspace",
20778 "workspace-hack",
20779 "worktree",
20780]
20781
20782[[package]]
20783name = "zeta2_tools"
20784version = "0.1.0"
20785dependencies = [
20786 "chrono",
20787 "clap",
20788 "client",
20789 "cloud_llm_client",
20790 "collections",
20791 "edit_prediction_context",
20792 "editor",
20793 "futures 0.3.31",
20794 "gpui",
20795 "indoc",
20796 "language",
20797 "log",
20798 "multi_buffer",
20799 "ordered-float 2.10.1",
20800 "pretty_assertions",
20801 "project",
20802 "serde",
20803 "serde_json",
20804 "settings",
20805 "text",
20806 "ui",
20807 "ui_input",
20808 "util",
20809 "workspace",
20810 "workspace-hack",
20811 "zeta2",
20812 "zlog",
20813]
20814
20815[[package]]
20816name = "zeta_cli"
20817version = "0.1.0"
20818dependencies = [
20819 "anyhow",
20820 "clap",
20821 "client",
20822 "cloud_llm_client",
20823 "cloud_zeta2_prompt",
20824 "collections",
20825 "debug_adapter_extension",
20826 "edit_prediction_context",
20827 "extension",
20828 "fs",
20829 "futures 0.3.31",
20830 "gpui",
20831 "gpui_tokio",
20832 "language",
20833 "language_extension",
20834 "language_model",
20835 "language_models",
20836 "languages",
20837 "log",
20838 "node_runtime",
20839 "ordered-float 2.10.1",
20840 "paths",
20841 "project",
20842 "prompt_store",
20843 "release_channel",
20844 "reqwest_client",
20845 "serde",
20846 "serde_json",
20847 "settings",
20848 "shellexpand 2.1.2",
20849 "smol",
20850 "terminal_view",
20851 "util",
20852 "watch",
20853 "workspace-hack",
20854 "zeta",
20855 "zeta2",
20856 "zlog",
20857]
20858
20859[[package]]
20860name = "zip"
20861version = "0.6.6"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20864dependencies = [
20865 "aes",
20866 "byteorder",
20867 "bzip2",
20868 "constant_time_eq",
20869 "crc32fast",
20870 "crossbeam-utils",
20871 "flate2",
20872 "hmac",
20873 "pbkdf2 0.11.0",
20874 "sha1",
20875 "time",
20876 "zstd",
20877]
20878
20879[[package]]
20880name = "zip"
20881version = "1.1.4"
20882source = "registry+https://github.com/rust-lang/crates.io-index"
20883checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20884dependencies = [
20885 "arbitrary",
20886 "crc32fast",
20887 "crossbeam-utils",
20888 "displaydoc",
20889 "indexmap 2.9.0",
20890 "num_enum",
20891 "thiserror 1.0.69",
20892]
20893
20894[[package]]
20895name = "zlog"
20896version = "0.1.0"
20897dependencies = [
20898 "anyhow",
20899 "chrono",
20900 "collections",
20901 "log",
20902 "tempfile",
20903 "workspace-hack",
20904]
20905
20906[[package]]
20907name = "zlog_settings"
20908version = "0.1.0"
20909dependencies = [
20910 "collections",
20911 "gpui",
20912 "settings",
20913 "workspace-hack",
20914 "zlog",
20915]
20916
20917[[package]]
20918name = "zstd"
20919version = "0.11.2+zstd.1.5.2"
20920source = "registry+https://github.com/rust-lang/crates.io-index"
20921checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20922dependencies = [
20923 "zstd-safe",
20924]
20925
20926[[package]]
20927name = "zstd-safe"
20928version = "5.0.2+zstd.1.5.2"
20929source = "registry+https://github.com/rust-lang/crates.io-index"
20930checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20931dependencies = [
20932 "libc",
20933 "zstd-sys",
20934]
20935
20936[[package]]
20937name = "zstd-sys"
20938version = "2.0.15+zstd.1.5.7"
20939source = "registry+https://github.com/rust-lang/crates.io-index"
20940checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20941dependencies = [
20942 "cc",
20943 "pkg-config",
20944]
20945
20946[[package]]
20947name = "zune-core"
20948version = "0.4.12"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20951
20952[[package]]
20953name = "zune-inflate"
20954version = "0.2.54"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20957dependencies = [
20958 "simd-adler32",
20959]
20960
20961[[package]]
20962name = "zune-jpeg"
20963version = "0.4.14"
20964source = "registry+https://github.com/rust-lang/crates.io-index"
20965checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20966dependencies = [
20967 "zune-core",
20968]
20969
20970[[package]]
20971name = "zvariant"
20972version = "5.7.0"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20975dependencies = [
20976 "endi",
20977 "enumflags2",
20978 "serde",
20979 "url",
20980 "winnow",
20981 "zvariant_derive",
20982 "zvariant_utils",
20983]
20984
20985[[package]]
20986name = "zvariant_derive"
20987version = "5.7.0"
20988source = "registry+https://github.com/rust-lang/crates.io-index"
20989checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20990dependencies = [
20991 "proc-macro-crate",
20992 "proc-macro2",
20993 "quote",
20994 "syn 2.0.101",
20995 "zvariant_utils",
20996]
20997
20998[[package]]
20999name = "zvariant_utils"
21000version = "3.2.0"
21001source = "registry+https://github.com/rust-lang/crates.io-index"
21002checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
21003dependencies = [
21004 "proc-macro2",
21005 "quote",
21006 "serde",
21007 "static_assertions",
21008 "syn 2.0.101",
21009 "winnow",
21010]