1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "acp_thread"
7version = "0.1.0"
8dependencies = [
9 "action_log",
10 "agent-client-protocol",
11 "agent_settings",
12 "anyhow",
13 "buffer_diff",
14 "collections",
15 "editor",
16 "env_logger 0.11.8",
17 "file_icons",
18 "futures 0.3.31",
19 "gpui",
20 "indoc",
21 "itertools 0.14.0",
22 "language",
23 "language_model",
24 "markdown",
25 "parking_lot",
26 "portable-pty",
27 "project",
28 "prompt_store",
29 "rand 0.9.1",
30 "serde",
31 "serde_json",
32 "settings",
33 "smol",
34 "task",
35 "tempfile",
36 "terminal",
37 "ui",
38 "url",
39 "util",
40 "uuid",
41 "watch",
42 "workspace-hack",
43]
44
45[[package]]
46name = "acp_tools"
47version = "0.1.0"
48dependencies = [
49 "agent-client-protocol",
50 "collections",
51 "gpui",
52 "language",
53 "markdown",
54 "project",
55 "serde",
56 "serde_json",
57 "settings",
58 "theme",
59 "ui",
60 "util",
61 "workspace",
62 "workspace-hack",
63]
64
65[[package]]
66name = "action_log"
67version = "0.1.0"
68dependencies = [
69 "anyhow",
70 "buffer_diff",
71 "clock",
72 "collections",
73 "ctor",
74 "futures 0.3.31",
75 "gpui",
76 "indoc",
77 "language",
78 "log",
79 "pretty_assertions",
80 "project",
81 "rand 0.9.1",
82 "serde_json",
83 "settings",
84 "text",
85 "util",
86 "watch",
87 "workspace-hack",
88 "zlog",
89]
90
91[[package]]
92name = "activity_indicator"
93version = "0.1.0"
94dependencies = [
95 "anyhow",
96 "auto_update",
97 "editor",
98 "extension_host",
99 "futures 0.3.31",
100 "gpui",
101 "language",
102 "project",
103 "proto",
104 "release_channel",
105 "smallvec",
106 "ui",
107 "util",
108 "workspace",
109 "workspace-hack",
110]
111
112[[package]]
113name = "addr2line"
114version = "0.24.2"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
117dependencies = [
118 "gimli",
119]
120
121[[package]]
122name = "adler2"
123version = "2.0.0"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
126
127[[package]]
128name = "aes"
129version = "0.8.4"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
132dependencies = [
133 "cfg-if",
134 "cipher",
135 "cpufeatures",
136 "zeroize",
137]
138
139[[package]]
140name = "agent"
141version = "0.1.0"
142dependencies = [
143 "action_log",
144 "agent_settings",
145 "anyhow",
146 "assistant_context",
147 "assistant_tool",
148 "assistant_tools",
149 "chrono",
150 "client",
151 "cloud_llm_client",
152 "collections",
153 "component",
154 "context_server",
155 "convert_case 0.8.0",
156 "fs",
157 "futures 0.3.31",
158 "git",
159 "gpui",
160 "heed",
161 "http_client",
162 "icons",
163 "indoc",
164 "itertools 0.14.0",
165 "language",
166 "language_model",
167 "log",
168 "parking_lot",
169 "paths",
170 "postage",
171 "pretty_assertions",
172 "project",
173 "prompt_store",
174 "rand 0.9.1",
175 "ref-cast",
176 "rope",
177 "schemars 1.0.1",
178 "serde",
179 "serde_json",
180 "settings",
181 "smol",
182 "sqlez",
183 "telemetry",
184 "text",
185 "theme",
186 "thiserror 2.0.12",
187 "time",
188 "util",
189 "uuid",
190 "workspace",
191 "workspace-hack",
192 "zed_env_vars",
193 "zstd",
194]
195
196[[package]]
197name = "agent-client-protocol"
198version = "0.4.3"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "3aaa2bd05a2401887945f8bfd70026e90bc3cf96c62ab9eba2779835bf21dc60"
201dependencies = [
202 "anyhow",
203 "async-broadcast",
204 "async-trait",
205 "futures 0.3.31",
206 "log",
207 "parking_lot",
208 "schemars 1.0.1",
209 "serde",
210 "serde_json",
211]
212
213[[package]]
214name = "agent2"
215version = "0.1.0"
216dependencies = [
217 "acp_thread",
218 "action_log",
219 "agent",
220 "agent-client-protocol",
221 "agent_servers",
222 "agent_settings",
223 "anyhow",
224 "assistant_context",
225 "assistant_tool",
226 "assistant_tools",
227 "chrono",
228 "client",
229 "clock",
230 "cloud_llm_client",
231 "collections",
232 "context_server",
233 "ctor",
234 "db",
235 "editor",
236 "env_logger 0.11.8",
237 "fs",
238 "futures 0.3.31",
239 "git",
240 "gpui",
241 "gpui_tokio",
242 "handlebars 4.5.0",
243 "html_to_markdown",
244 "http_client",
245 "indoc",
246 "itertools 0.14.0",
247 "language",
248 "language_model",
249 "language_models",
250 "log",
251 "lsp",
252 "open",
253 "parking_lot",
254 "paths",
255 "pretty_assertions",
256 "project",
257 "prompt_store",
258 "reqwest_client",
259 "rust-embed",
260 "schemars 1.0.1",
261 "serde",
262 "serde_json",
263 "settings",
264 "smol",
265 "sqlez",
266 "task",
267 "telemetry",
268 "tempfile",
269 "terminal",
270 "text",
271 "theme",
272 "thiserror 2.0.12",
273 "tree-sitter-rust",
274 "ui",
275 "unindent",
276 "util",
277 "uuid",
278 "watch",
279 "web_search",
280 "workspace-hack",
281 "worktree",
282 "zed_env_vars",
283 "zlog",
284 "zstd",
285]
286
287[[package]]
288name = "agent_servers"
289version = "0.1.0"
290dependencies = [
291 "acp_thread",
292 "acp_tools",
293 "action_log",
294 "agent-client-protocol",
295 "agent_settings",
296 "anyhow",
297 "async-trait",
298 "client",
299 "collections",
300 "env_logger 0.11.8",
301 "fs",
302 "futures 0.3.31",
303 "gpui",
304 "gpui_tokio",
305 "http_client",
306 "indoc",
307 "language",
308 "language_model",
309 "language_models",
310 "libc",
311 "log",
312 "nix 0.29.0",
313 "project",
314 "reqwest_client",
315 "serde",
316 "serde_json",
317 "settings",
318 "smol",
319 "task",
320 "tempfile",
321 "terminal",
322 "thiserror 2.0.12",
323 "ui",
324 "util",
325 "uuid",
326 "watch",
327 "workspace-hack",
328]
329
330[[package]]
331name = "agent_settings"
332version = "0.1.0"
333dependencies = [
334 "anyhow",
335 "cloud_llm_client",
336 "collections",
337 "convert_case 0.8.0",
338 "fs",
339 "gpui",
340 "language_model",
341 "paths",
342 "project",
343 "schemars 1.0.1",
344 "serde",
345 "serde_json",
346 "serde_json_lenient",
347 "settings",
348 "util",
349 "workspace-hack",
350]
351
352[[package]]
353name = "agent_ui"
354version = "0.1.0"
355dependencies = [
356 "acp_thread",
357 "action_log",
358 "agent",
359 "agent-client-protocol",
360 "agent2",
361 "agent_servers",
362 "agent_settings",
363 "ai_onboarding",
364 "anyhow",
365 "arrayvec",
366 "assistant_context",
367 "assistant_slash_command",
368 "assistant_slash_commands",
369 "assistant_tool",
370 "assistant_tools",
371 "audio",
372 "buffer_diff",
373 "chrono",
374 "client",
375 "cloud_llm_client",
376 "collections",
377 "command_palette_hooks",
378 "component",
379 "context_server",
380 "db",
381 "editor",
382 "extension",
383 "extension_host",
384 "feature_flags",
385 "file_icons",
386 "fs",
387 "futures 0.3.31",
388 "fuzzy",
389 "gpui",
390 "html_to_markdown",
391 "http_client",
392 "indoc",
393 "itertools 0.14.0",
394 "jsonschema",
395 "language",
396 "language_model",
397 "language_models",
398 "languages",
399 "log",
400 "lsp",
401 "markdown",
402 "menu",
403 "multi_buffer",
404 "notifications",
405 "ordered-float 2.10.1",
406 "parking_lot",
407 "paths",
408 "picker",
409 "postage",
410 "pretty_assertions",
411 "project",
412 "prompt_store",
413 "proto",
414 "rand 0.9.1",
415 "release_channel",
416 "rope",
417 "rules_library",
418 "schemars 1.0.1",
419 "search",
420 "serde",
421 "serde_json",
422 "serde_json_lenient",
423 "settings",
424 "smol",
425 "streaming_diff",
426 "task",
427 "telemetry",
428 "telemetry_events",
429 "terminal",
430 "terminal_view",
431 "text",
432 "theme",
433 "time",
434 "time_format",
435 "tree-sitter-md",
436 "ui",
437 "ui_input",
438 "unindent",
439 "url",
440 "urlencoding",
441 "util",
442 "watch",
443 "workspace",
444 "workspace-hack",
445 "zed_actions",
446]
447
448[[package]]
449name = "ahash"
450version = "0.7.8"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
453dependencies = [
454 "getrandom 0.2.15",
455 "once_cell",
456 "version_check",
457]
458
459[[package]]
460name = "ahash"
461version = "0.8.11"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
464dependencies = [
465 "cfg-if",
466 "const-random",
467 "getrandom 0.2.15",
468 "once_cell",
469 "serde",
470 "version_check",
471 "zerocopy 0.7.35",
472]
473
474[[package]]
475name = "aho-corasick"
476version = "1.1.3"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
479dependencies = [
480 "memchr",
481]
482
483[[package]]
484name = "ai_onboarding"
485version = "0.1.0"
486dependencies = [
487 "client",
488 "cloud_llm_client",
489 "component",
490 "gpui",
491 "language_model",
492 "serde",
493 "smallvec",
494 "telemetry",
495 "ui",
496 "workspace-hack",
497 "zed_actions",
498]
499
500[[package]]
501name = "alacritty_terminal"
502version = "0.25.1-rc1"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
505dependencies = [
506 "base64 0.22.1",
507 "bitflags 2.9.0",
508 "home",
509 "libc",
510 "log",
511 "miow",
512 "parking_lot",
513 "piper",
514 "polling",
515 "regex-automata",
516 "rustix 1.0.7",
517 "rustix-openpty",
518 "serde",
519 "signal-hook",
520 "unicode-width",
521 "vte",
522 "windows-sys 0.59.0",
523]
524
525[[package]]
526name = "aliasable"
527version = "0.1.3"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
530
531[[package]]
532name = "aligned-vec"
533version = "0.5.0"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
536
537[[package]]
538name = "allocator-api2"
539version = "0.2.21"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
542
543[[package]]
544name = "alsa"
545version = "0.9.1"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
548dependencies = [
549 "alsa-sys",
550 "bitflags 2.9.0",
551 "cfg-if",
552 "libc",
553]
554
555[[package]]
556name = "alsa-sys"
557version = "0.3.1"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
560dependencies = [
561 "libc",
562 "pkg-config",
563]
564
565[[package]]
566name = "ambient-authority"
567version = "0.0.2"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
570
571[[package]]
572name = "ammonia"
573version = "4.1.0"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
576dependencies = [
577 "cssparser",
578 "html5ever 0.31.0",
579 "maplit",
580 "tendril",
581 "url",
582]
583
584[[package]]
585name = "android-tzdata"
586version = "0.1.1"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
589
590[[package]]
591name = "android_system_properties"
592version = "0.1.5"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
595dependencies = [
596 "libc",
597]
598
599[[package]]
600name = "anes"
601version = "0.1.6"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
604
605[[package]]
606name = "anstream"
607version = "0.6.18"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
610dependencies = [
611 "anstyle",
612 "anstyle-parse",
613 "anstyle-query",
614 "anstyle-wincon",
615 "colorchoice",
616 "is_terminal_polyfill",
617 "utf8parse",
618]
619
620[[package]]
621name = "anstyle"
622version = "1.0.10"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
625
626[[package]]
627name = "anstyle-parse"
628version = "0.2.6"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
631dependencies = [
632 "utf8parse",
633]
634
635[[package]]
636name = "anstyle-query"
637version = "1.1.2"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
640dependencies = [
641 "windows-sys 0.59.0",
642]
643
644[[package]]
645name = "anstyle-wincon"
646version = "3.0.7"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
649dependencies = [
650 "anstyle",
651 "once_cell",
652 "windows-sys 0.59.0",
653]
654
655[[package]]
656name = "anthropic"
657version = "0.1.0"
658dependencies = [
659 "anyhow",
660 "chrono",
661 "futures 0.3.31",
662 "http_client",
663 "schemars 1.0.1",
664 "serde",
665 "serde_json",
666 "settings",
667 "strum 0.27.1",
668 "thiserror 2.0.12",
669 "workspace-hack",
670]
671
672[[package]]
673name = "any_vec"
674version = "0.14.0"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
677
678[[package]]
679name = "anyhow"
680version = "1.0.98"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
683
684[[package]]
685name = "approx"
686version = "0.5.1"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
689dependencies = [
690 "num-traits",
691]
692
693[[package]]
694name = "arbitrary"
695version = "1.4.1"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
698dependencies = [
699 "derive_arbitrary",
700]
701
702[[package]]
703name = "arg_enum_proc_macro"
704version = "0.3.4"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
707dependencies = [
708 "proc-macro2",
709 "quote",
710 "syn 2.0.101",
711]
712
713[[package]]
714name = "arraydeque"
715version = "0.5.1"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
718
719[[package]]
720name = "arrayref"
721version = "0.3.9"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
724
725[[package]]
726name = "arrayvec"
727version = "0.7.6"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
730dependencies = [
731 "serde",
732]
733
734[[package]]
735name = "as-raw-xcb-connection"
736version = "1.0.1"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
739
740[[package]]
741name = "ascii"
742version = "1.1.0"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
745
746[[package]]
747name = "ash"
748version = "0.38.0+1.3.281"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
751dependencies = [
752 "libloading",
753]
754
755[[package]]
756name = "ash-window"
757version = "0.13.0"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
760dependencies = [
761 "ash",
762 "raw-window-handle",
763 "raw-window-metal",
764]
765
766[[package]]
767name = "ashpd"
768version = "0.11.0"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
771dependencies = [
772 "async-fs",
773 "async-net",
774 "enumflags2",
775 "futures-channel",
776 "futures-util",
777 "rand 0.9.1",
778 "serde",
779 "serde_repr",
780 "url",
781 "zbus",
782]
783
784[[package]]
785name = "ashpd"
786version = "0.12.0"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
789dependencies = [
790 "async-fs",
791 "async-net",
792 "enumflags2",
793 "futures-channel",
794 "futures-util",
795 "rand 0.9.1",
796 "serde",
797 "serde_repr",
798 "url",
799 "zbus",
800]
801
802[[package]]
803name = "askpass"
804version = "0.1.0"
805dependencies = [
806 "anyhow",
807 "futures 0.3.31",
808 "gpui",
809 "net",
810 "proto",
811 "smol",
812 "tempfile",
813 "util",
814 "windows 0.61.1",
815 "workspace-hack",
816 "zeroize",
817]
818
819[[package]]
820name = "assets"
821version = "0.1.0"
822dependencies = [
823 "anyhow",
824 "gpui",
825 "rust-embed",
826 "workspace-hack",
827]
828
829[[package]]
830name = "assistant_context"
831version = "0.1.0"
832dependencies = [
833 "agent_settings",
834 "anyhow",
835 "assistant_slash_command",
836 "assistant_slash_commands",
837 "chrono",
838 "client",
839 "clock",
840 "cloud_llm_client",
841 "collections",
842 "context_server",
843 "fs",
844 "futures 0.3.31",
845 "fuzzy",
846 "gpui",
847 "indoc",
848 "language",
849 "language_model",
850 "log",
851 "open_ai",
852 "parking_lot",
853 "paths",
854 "pretty_assertions",
855 "project",
856 "prompt_store",
857 "proto",
858 "rand 0.9.1",
859 "regex",
860 "rpc",
861 "serde",
862 "serde_json",
863 "settings",
864 "smallvec",
865 "smol",
866 "telemetry_events",
867 "text",
868 "ui",
869 "unindent",
870 "util",
871 "uuid",
872 "workspace",
873 "workspace-hack",
874 "zed_env_vars",
875]
876
877[[package]]
878name = "assistant_slash_command"
879version = "0.1.0"
880dependencies = [
881 "anyhow",
882 "async-trait",
883 "collections",
884 "derive_more",
885 "extension",
886 "futures 0.3.31",
887 "gpui",
888 "language",
889 "language_model",
890 "parking_lot",
891 "pretty_assertions",
892 "serde",
893 "serde_json",
894 "ui",
895 "util",
896 "workspace",
897 "workspace-hack",
898]
899
900[[package]]
901name = "assistant_slash_commands"
902version = "0.1.0"
903dependencies = [
904 "anyhow",
905 "assistant_slash_command",
906 "chrono",
907 "collections",
908 "context_server",
909 "editor",
910 "feature_flags",
911 "fs",
912 "futures 0.3.31",
913 "fuzzy",
914 "globset",
915 "gpui",
916 "html_to_markdown",
917 "http_client",
918 "language",
919 "pretty_assertions",
920 "project",
921 "prompt_store",
922 "rope",
923 "serde",
924 "serde_json",
925 "settings",
926 "smol",
927 "text",
928 "ui",
929 "util",
930 "workspace",
931 "workspace-hack",
932 "worktree",
933 "zlog",
934]
935
936[[package]]
937name = "assistant_tool"
938version = "0.1.0"
939dependencies = [
940 "action_log",
941 "anyhow",
942 "buffer_diff",
943 "clock",
944 "collections",
945 "ctor",
946 "derive_more",
947 "gpui",
948 "icons",
949 "indoc",
950 "language",
951 "language_model",
952 "log",
953 "parking_lot",
954 "pretty_assertions",
955 "project",
956 "rand 0.9.1",
957 "regex",
958 "serde",
959 "serde_json",
960 "settings",
961 "text",
962 "util",
963 "workspace",
964 "workspace-hack",
965 "zlog",
966]
967
968[[package]]
969name = "assistant_tools"
970version = "0.1.0"
971dependencies = [
972 "action_log",
973 "agent_settings",
974 "anyhow",
975 "assistant_tool",
976 "buffer_diff",
977 "chrono",
978 "client",
979 "clock",
980 "cloud_llm_client",
981 "collections",
982 "component",
983 "derive_more",
984 "diffy",
985 "editor",
986 "feature_flags",
987 "fs",
988 "futures 0.3.31",
989 "gpui",
990 "gpui_tokio",
991 "handlebars 4.5.0",
992 "html_to_markdown",
993 "http_client",
994 "indoc",
995 "itertools 0.14.0",
996 "language",
997 "language_model",
998 "language_models",
999 "log",
1000 "lsp",
1001 "markdown",
1002 "open",
1003 "paths",
1004 "portable-pty",
1005 "pretty_assertions",
1006 "project",
1007 "prompt_store",
1008 "rand 0.9.1",
1009 "regex",
1010 "reqwest_client",
1011 "rust-embed",
1012 "schemars 1.0.1",
1013 "serde",
1014 "serde_json",
1015 "settings",
1016 "smallvec",
1017 "smol",
1018 "streaming_diff",
1019 "strsim",
1020 "task",
1021 "tempfile",
1022 "terminal",
1023 "terminal_view",
1024 "theme",
1025 "tree-sitter-rust",
1026 "ui",
1027 "unindent",
1028 "util",
1029 "watch",
1030 "web_search",
1031 "workspace",
1032 "workspace-hack",
1033 "zlog",
1034]
1035
1036[[package]]
1037name = "async-attributes"
1038version = "1.1.2"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
1041dependencies = [
1042 "quote",
1043 "syn 1.0.109",
1044]
1045
1046[[package]]
1047name = "async-broadcast"
1048version = "0.7.2"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
1051dependencies = [
1052 "event-listener 5.4.0",
1053 "event-listener-strategy",
1054 "futures-core",
1055 "pin-project-lite",
1056]
1057
1058[[package]]
1059name = "async-channel"
1060version = "1.9.0"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
1063dependencies = [
1064 "concurrent-queue",
1065 "event-listener 2.5.3",
1066 "futures-core",
1067]
1068
1069[[package]]
1070name = "async-channel"
1071version = "2.3.1"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
1074dependencies = [
1075 "concurrent-queue",
1076 "event-listener-strategy",
1077 "futures-core",
1078 "pin-project-lite",
1079]
1080
1081[[package]]
1082name = "async-compat"
1083version = "0.2.4"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
1086dependencies = [
1087 "futures-core",
1088 "futures-io",
1089 "once_cell",
1090 "pin-project-lite",
1091 "tokio",
1092]
1093
1094[[package]]
1095name = "async-compression"
1096version = "0.4.22"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
1099dependencies = [
1100 "deflate64",
1101 "flate2",
1102 "futures-core",
1103 "futures-io",
1104 "memchr",
1105 "pin-project-lite",
1106]
1107
1108[[package]]
1109name = "async-dispatcher"
1110version = "0.1.2"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
1113dependencies = [
1114 "async-task",
1115 "futures-lite 1.13.0",
1116]
1117
1118[[package]]
1119name = "async-executor"
1120version = "1.13.1"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
1123dependencies = [
1124 "async-task",
1125 "concurrent-queue",
1126 "fastrand 2.3.0",
1127 "futures-lite 2.6.0",
1128 "slab",
1129]
1130
1131[[package]]
1132name = "async-fs"
1133version = "2.1.3"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
1136dependencies = [
1137 "async-lock",
1138 "blocking",
1139 "futures-lite 2.6.0",
1140]
1141
1142[[package]]
1143name = "async-global-executor"
1144version = "2.4.1"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1147dependencies = [
1148 "async-channel 2.3.1",
1149 "async-executor",
1150 "async-io",
1151 "async-lock",
1152 "blocking",
1153 "futures-lite 2.6.0",
1154 "once_cell",
1155]
1156
1157[[package]]
1158name = "async-io"
1159version = "2.5.0"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
1162dependencies = [
1163 "async-lock",
1164 "cfg-if",
1165 "concurrent-queue",
1166 "futures-io",
1167 "futures-lite 2.6.0",
1168 "parking",
1169 "polling",
1170 "rustix 1.0.7",
1171 "slab",
1172 "windows-sys 0.60.2",
1173]
1174
1175[[package]]
1176name = "async-lock"
1177version = "3.4.1"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
1180dependencies = [
1181 "event-listener 5.4.0",
1182 "event-listener-strategy",
1183 "pin-project-lite",
1184]
1185
1186[[package]]
1187name = "async-net"
1188version = "2.0.0"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1191dependencies = [
1192 "async-io",
1193 "blocking",
1194 "futures-lite 2.6.0",
1195]
1196
1197[[package]]
1198name = "async-pipe"
1199version = "0.1.3"
1200source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1201dependencies = [
1202 "futures 0.3.31",
1203 "log",
1204]
1205
1206[[package]]
1207name = "async-process"
1208version = "2.3.0"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
1211dependencies = [
1212 "async-channel 2.3.1",
1213 "async-io",
1214 "async-lock",
1215 "async-signal",
1216 "async-task",
1217 "blocking",
1218 "cfg-if",
1219 "event-listener 5.4.0",
1220 "futures-lite 2.6.0",
1221 "rustix 0.38.44",
1222 "tracing",
1223]
1224
1225[[package]]
1226name = "async-recursion"
1227version = "1.1.1"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1230dependencies = [
1231 "proc-macro2",
1232 "quote",
1233 "syn 2.0.101",
1234]
1235
1236[[package]]
1237name = "async-signal"
1238version = "0.2.10"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
1241dependencies = [
1242 "async-io",
1243 "async-lock",
1244 "atomic-waker",
1245 "cfg-if",
1246 "futures-core",
1247 "futures-io",
1248 "rustix 0.38.44",
1249 "signal-hook-registry",
1250 "slab",
1251 "windows-sys 0.59.0",
1252]
1253
1254[[package]]
1255name = "async-std"
1256version = "1.13.1"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
1259dependencies = [
1260 "async-attributes",
1261 "async-channel 1.9.0",
1262 "async-global-executor",
1263 "async-io",
1264 "async-lock",
1265 "async-process",
1266 "crossbeam-utils",
1267 "futures-channel",
1268 "futures-core",
1269 "futures-io",
1270 "futures-lite 2.6.0",
1271 "gloo-timers",
1272 "kv-log-macro",
1273 "log",
1274 "memchr",
1275 "once_cell",
1276 "pin-project-lite",
1277 "pin-utils",
1278 "slab",
1279 "wasm-bindgen-futures",
1280]
1281
1282[[package]]
1283name = "async-stream"
1284version = "0.3.6"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1287dependencies = [
1288 "async-stream-impl",
1289 "futures-core",
1290 "pin-project-lite",
1291]
1292
1293[[package]]
1294name = "async-stream-impl"
1295version = "0.3.6"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1298dependencies = [
1299 "proc-macro2",
1300 "quote",
1301 "syn 2.0.101",
1302]
1303
1304[[package]]
1305name = "async-tar"
1306version = "0.5.0"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1309dependencies = [
1310 "async-std",
1311 "filetime",
1312 "libc",
1313 "pin-project",
1314 "redox_syscall 0.2.16",
1315 "xattr",
1316]
1317
1318[[package]]
1319name = "async-task"
1320version = "4.7.1"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1323
1324[[package]]
1325name = "async-trait"
1326version = "0.1.89"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1329dependencies = [
1330 "proc-macro2",
1331 "quote",
1332 "syn 2.0.101",
1333]
1334
1335[[package]]
1336name = "async-tungstenite"
1337version = "0.29.1"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1340dependencies = [
1341 "atomic-waker",
1342 "futures-core",
1343 "futures-io",
1344 "futures-task",
1345 "futures-util",
1346 "log",
1347 "pin-project-lite",
1348 "rustls-pki-types",
1349 "tokio",
1350 "tokio-rustls 0.26.2",
1351 "tungstenite 0.26.2",
1352]
1353
1354[[package]]
1355name = "async_zip"
1356version = "0.0.17"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1359dependencies = [
1360 "async-compression",
1361 "crc32fast",
1362 "futures-lite 2.6.0",
1363 "pin-project",
1364 "thiserror 1.0.69",
1365]
1366
1367[[package]]
1368name = "asynchronous-codec"
1369version = "0.7.0"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1372dependencies = [
1373 "bytes 1.10.1",
1374 "futures-sink",
1375 "futures-util",
1376 "memchr",
1377 "pin-project-lite",
1378]
1379
1380[[package]]
1381name = "atoi"
1382version = "2.0.0"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1385dependencies = [
1386 "num-traits",
1387]
1388
1389[[package]]
1390name = "atomic"
1391version = "0.5.3"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1394
1395[[package]]
1396name = "atomic-waker"
1397version = "1.1.2"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1400
1401[[package]]
1402name = "audio"
1403version = "0.1.0"
1404dependencies = [
1405 "anyhow",
1406 "async-tar",
1407 "collections",
1408 "crossbeam",
1409 "denoise",
1410 "gpui",
1411 "libwebrtc",
1412 "log",
1413 "parking_lot",
1414 "rodio",
1415 "serde",
1416 "settings",
1417 "smol",
1418 "thiserror 2.0.12",
1419 "util",
1420 "workspace-hack",
1421]
1422
1423[[package]]
1424name = "auditable-serde"
1425version = "0.8.0"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1428dependencies = [
1429 "semver",
1430 "serde",
1431 "serde_json",
1432 "topological-sort",
1433]
1434
1435[[package]]
1436name = "auto_update"
1437version = "0.1.0"
1438dependencies = [
1439 "anyhow",
1440 "client",
1441 "db",
1442 "gpui",
1443 "http_client",
1444 "log",
1445 "paths",
1446 "release_channel",
1447 "serde",
1448 "serde_json",
1449 "settings",
1450 "smol",
1451 "tempfile",
1452 "which 6.0.3",
1453 "workspace",
1454 "workspace-hack",
1455]
1456
1457[[package]]
1458name = "auto_update_helper"
1459version = "0.1.0"
1460dependencies = [
1461 "anyhow",
1462 "log",
1463 "simplelog",
1464 "windows 0.61.1",
1465 "winresource",
1466 "workspace-hack",
1467]
1468
1469[[package]]
1470name = "auto_update_ui"
1471version = "0.1.0"
1472dependencies = [
1473 "anyhow",
1474 "auto_update",
1475 "client",
1476 "editor",
1477 "gpui",
1478 "http_client",
1479 "markdown_preview",
1480 "release_channel",
1481 "serde",
1482 "serde_json",
1483 "smol",
1484 "util",
1485 "workspace",
1486 "workspace-hack",
1487]
1488
1489[[package]]
1490name = "autocfg"
1491version = "1.4.0"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1494
1495[[package]]
1496name = "av1-grain"
1497version = "0.2.3"
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1500dependencies = [
1501 "anyhow",
1502 "arrayvec",
1503 "log",
1504 "nom 7.1.3",
1505 "num-rational",
1506 "v_frame",
1507]
1508
1509[[package]]
1510name = "avif-serialize"
1511version = "0.8.3"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1514dependencies = [
1515 "arrayvec",
1516]
1517
1518[[package]]
1519name = "aws-config"
1520version = "1.6.1"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1523dependencies = [
1524 "aws-credential-types",
1525 "aws-runtime",
1526 "aws-sdk-sso",
1527 "aws-sdk-ssooidc",
1528 "aws-sdk-sts",
1529 "aws-smithy-async",
1530 "aws-smithy-http",
1531 "aws-smithy-json",
1532 "aws-smithy-runtime",
1533 "aws-smithy-runtime-api",
1534 "aws-smithy-types",
1535 "aws-types",
1536 "bytes 1.10.1",
1537 "fastrand 2.3.0",
1538 "hex",
1539 "http 1.3.1",
1540 "ring",
1541 "time",
1542 "tokio",
1543 "tracing",
1544 "url",
1545 "zeroize",
1546]
1547
1548[[package]]
1549name = "aws-credential-types"
1550version = "1.2.2"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1553dependencies = [
1554 "aws-smithy-async",
1555 "aws-smithy-runtime-api",
1556 "aws-smithy-types",
1557 "zeroize",
1558]
1559
1560[[package]]
1561name = "aws-lc-rs"
1562version = "1.13.1"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1565dependencies = [
1566 "aws-lc-sys",
1567 "zeroize",
1568]
1569
1570[[package]]
1571name = "aws-lc-sys"
1572version = "0.29.0"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1575dependencies = [
1576 "bindgen 0.69.5",
1577 "cc",
1578 "cmake",
1579 "dunce",
1580 "fs_extra",
1581]
1582
1583[[package]]
1584name = "aws-runtime"
1585version = "1.5.6"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1588dependencies = [
1589 "aws-credential-types",
1590 "aws-sigv4",
1591 "aws-smithy-async",
1592 "aws-smithy-eventstream",
1593 "aws-smithy-http",
1594 "aws-smithy-runtime",
1595 "aws-smithy-runtime-api",
1596 "aws-smithy-types",
1597 "aws-types",
1598 "bytes 1.10.1",
1599 "fastrand 2.3.0",
1600 "http 0.2.12",
1601 "http-body 0.4.6",
1602 "once_cell",
1603 "percent-encoding",
1604 "pin-project-lite",
1605 "tracing",
1606 "uuid",
1607]
1608
1609[[package]]
1610name = "aws-sdk-bedrockruntime"
1611version = "1.82.0"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1614dependencies = [
1615 "aws-credential-types",
1616 "aws-runtime",
1617 "aws-sigv4",
1618 "aws-smithy-async",
1619 "aws-smithy-eventstream",
1620 "aws-smithy-http",
1621 "aws-smithy-json",
1622 "aws-smithy-runtime",
1623 "aws-smithy-runtime-api",
1624 "aws-smithy-types",
1625 "aws-types",
1626 "bytes 1.10.1",
1627 "fastrand 2.3.0",
1628 "http 0.2.12",
1629 "hyper 0.14.32",
1630 "once_cell",
1631 "regex-lite",
1632 "tracing",
1633]
1634
1635[[package]]
1636name = "aws-sdk-kinesis"
1637version = "1.66.0"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1640dependencies = [
1641 "aws-credential-types",
1642 "aws-runtime",
1643 "aws-smithy-async",
1644 "aws-smithy-eventstream",
1645 "aws-smithy-http",
1646 "aws-smithy-json",
1647 "aws-smithy-runtime",
1648 "aws-smithy-runtime-api",
1649 "aws-smithy-types",
1650 "aws-types",
1651 "bytes 1.10.1",
1652 "fastrand 2.3.0",
1653 "http 0.2.12",
1654 "once_cell",
1655 "regex-lite",
1656 "tracing",
1657]
1658
1659[[package]]
1660name = "aws-sdk-s3"
1661version = "1.82.0"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1664dependencies = [
1665 "aws-credential-types",
1666 "aws-runtime",
1667 "aws-sigv4",
1668 "aws-smithy-async",
1669 "aws-smithy-checksums",
1670 "aws-smithy-eventstream",
1671 "aws-smithy-http",
1672 "aws-smithy-json",
1673 "aws-smithy-runtime",
1674 "aws-smithy-runtime-api",
1675 "aws-smithy-types",
1676 "aws-smithy-xml",
1677 "aws-types",
1678 "bytes 1.10.1",
1679 "fastrand 2.3.0",
1680 "hex",
1681 "hmac",
1682 "http 0.2.12",
1683 "http 1.3.1",
1684 "http-body 0.4.6",
1685 "lru",
1686 "once_cell",
1687 "percent-encoding",
1688 "regex-lite",
1689 "sha2",
1690 "tracing",
1691 "url",
1692]
1693
1694[[package]]
1695name = "aws-sdk-sso"
1696version = "1.64.0"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1699dependencies = [
1700 "aws-credential-types",
1701 "aws-runtime",
1702 "aws-smithy-async",
1703 "aws-smithy-http",
1704 "aws-smithy-json",
1705 "aws-smithy-runtime",
1706 "aws-smithy-runtime-api",
1707 "aws-smithy-types",
1708 "aws-types",
1709 "bytes 1.10.1",
1710 "fastrand 2.3.0",
1711 "http 0.2.12",
1712 "once_cell",
1713 "regex-lite",
1714 "tracing",
1715]
1716
1717[[package]]
1718name = "aws-sdk-ssooidc"
1719version = "1.65.0"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1722dependencies = [
1723 "aws-credential-types",
1724 "aws-runtime",
1725 "aws-smithy-async",
1726 "aws-smithy-http",
1727 "aws-smithy-json",
1728 "aws-smithy-runtime",
1729 "aws-smithy-runtime-api",
1730 "aws-smithy-types",
1731 "aws-types",
1732 "bytes 1.10.1",
1733 "fastrand 2.3.0",
1734 "http 0.2.12",
1735 "once_cell",
1736 "regex-lite",
1737 "tracing",
1738]
1739
1740[[package]]
1741name = "aws-sdk-sts"
1742version = "1.65.0"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1745dependencies = [
1746 "aws-credential-types",
1747 "aws-runtime",
1748 "aws-smithy-async",
1749 "aws-smithy-http",
1750 "aws-smithy-json",
1751 "aws-smithy-query",
1752 "aws-smithy-runtime",
1753 "aws-smithy-runtime-api",
1754 "aws-smithy-types",
1755 "aws-smithy-xml",
1756 "aws-types",
1757 "fastrand 2.3.0",
1758 "http 0.2.12",
1759 "once_cell",
1760 "regex-lite",
1761 "tracing",
1762]
1763
1764[[package]]
1765name = "aws-sigv4"
1766version = "1.3.0"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1769dependencies = [
1770 "aws-credential-types",
1771 "aws-smithy-eventstream",
1772 "aws-smithy-http",
1773 "aws-smithy-runtime-api",
1774 "aws-smithy-types",
1775 "bytes 1.10.1",
1776 "crypto-bigint 0.5.5",
1777 "form_urlencoded",
1778 "hex",
1779 "hmac",
1780 "http 0.2.12",
1781 "http 1.3.1",
1782 "once_cell",
1783 "p256",
1784 "percent-encoding",
1785 "ring",
1786 "sha2",
1787 "subtle",
1788 "time",
1789 "tracing",
1790 "zeroize",
1791]
1792
1793[[package]]
1794name = "aws-smithy-async"
1795version = "1.2.5"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1798dependencies = [
1799 "futures-util",
1800 "pin-project-lite",
1801 "tokio",
1802]
1803
1804[[package]]
1805name = "aws-smithy-checksums"
1806version = "0.63.1"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1809dependencies = [
1810 "aws-smithy-http",
1811 "aws-smithy-types",
1812 "bytes 1.10.1",
1813 "crc32c",
1814 "crc32fast",
1815 "crc64fast-nvme",
1816 "hex",
1817 "http 0.2.12",
1818 "http-body 0.4.6",
1819 "md-5",
1820 "pin-project-lite",
1821 "sha1",
1822 "sha2",
1823 "tracing",
1824]
1825
1826[[package]]
1827name = "aws-smithy-eventstream"
1828version = "0.60.8"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1831dependencies = [
1832 "aws-smithy-types",
1833 "bytes 1.10.1",
1834 "crc32fast",
1835]
1836
1837[[package]]
1838name = "aws-smithy-http"
1839version = "0.62.0"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1842dependencies = [
1843 "aws-smithy-eventstream",
1844 "aws-smithy-runtime-api",
1845 "aws-smithy-types",
1846 "bytes 1.10.1",
1847 "bytes-utils",
1848 "futures-core",
1849 "http 0.2.12",
1850 "http 1.3.1",
1851 "http-body 0.4.6",
1852 "once_cell",
1853 "percent-encoding",
1854 "pin-project-lite",
1855 "pin-utils",
1856 "tracing",
1857]
1858
1859[[package]]
1860name = "aws-smithy-http-client"
1861version = "1.0.1"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1864dependencies = [
1865 "aws-smithy-async",
1866 "aws-smithy-runtime-api",
1867 "aws-smithy-types",
1868 "h2 0.4.9",
1869 "http 0.2.12",
1870 "http 1.3.1",
1871 "http-body 0.4.6",
1872 "hyper 0.14.32",
1873 "hyper 1.6.0",
1874 "hyper-rustls 0.24.2",
1875 "hyper-rustls 0.27.5",
1876 "hyper-util",
1877 "pin-project-lite",
1878 "rustls 0.21.12",
1879 "rustls 0.23.26",
1880 "rustls-native-certs 0.8.1",
1881 "rustls-pki-types",
1882 "tokio",
1883 "tower 0.5.2",
1884 "tracing",
1885]
1886
1887[[package]]
1888name = "aws-smithy-json"
1889version = "0.61.3"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1892dependencies = [
1893 "aws-smithy-types",
1894]
1895
1896[[package]]
1897name = "aws-smithy-observability"
1898version = "0.1.2"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1901dependencies = [
1902 "aws-smithy-runtime-api",
1903 "once_cell",
1904]
1905
1906[[package]]
1907name = "aws-smithy-query"
1908version = "0.60.7"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1911dependencies = [
1912 "aws-smithy-types",
1913 "urlencoding",
1914]
1915
1916[[package]]
1917name = "aws-smithy-runtime"
1918version = "1.8.1"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1921dependencies = [
1922 "aws-smithy-async",
1923 "aws-smithy-http",
1924 "aws-smithy-http-client",
1925 "aws-smithy-observability",
1926 "aws-smithy-runtime-api",
1927 "aws-smithy-types",
1928 "bytes 1.10.1",
1929 "fastrand 2.3.0",
1930 "http 0.2.12",
1931 "http 1.3.1",
1932 "http-body 0.4.6",
1933 "http-body 1.0.1",
1934 "once_cell",
1935 "pin-project-lite",
1936 "pin-utils",
1937 "tokio",
1938 "tracing",
1939]
1940
1941[[package]]
1942name = "aws-smithy-runtime-api"
1943version = "1.7.4"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1946dependencies = [
1947 "aws-smithy-async",
1948 "aws-smithy-types",
1949 "bytes 1.10.1",
1950 "http 0.2.12",
1951 "http 1.3.1",
1952 "pin-project-lite",
1953 "tokio",
1954 "tracing",
1955 "zeroize",
1956]
1957
1958[[package]]
1959name = "aws-smithy-types"
1960version = "1.3.0"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1963dependencies = [
1964 "base64-simd",
1965 "bytes 1.10.1",
1966 "bytes-utils",
1967 "futures-core",
1968 "http 0.2.12",
1969 "http 1.3.1",
1970 "http-body 0.4.6",
1971 "http-body 1.0.1",
1972 "http-body-util",
1973 "itoa",
1974 "num-integer",
1975 "pin-project-lite",
1976 "pin-utils",
1977 "ryu",
1978 "serde",
1979 "time",
1980 "tokio",
1981 "tokio-util",
1982]
1983
1984[[package]]
1985name = "aws-smithy-xml"
1986version = "0.60.9"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1989dependencies = [
1990 "xmlparser",
1991]
1992
1993[[package]]
1994name = "aws-types"
1995version = "1.3.6"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
1998dependencies = [
1999 "aws-credential-types",
2000 "aws-smithy-async",
2001 "aws-smithy-runtime-api",
2002 "aws-smithy-types",
2003 "rustc_version",
2004 "tracing",
2005]
2006
2007[[package]]
2008name = "aws_http_client"
2009version = "0.1.0"
2010dependencies = [
2011 "aws-smithy-runtime-api",
2012 "aws-smithy-types",
2013 "http_client",
2014 "workspace-hack",
2015]
2016
2017[[package]]
2018name = "axum"
2019version = "0.6.20"
2020source = "registry+https://github.com/rust-lang/crates.io-index"
2021checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2022dependencies = [
2023 "async-trait",
2024 "axum-core",
2025 "base64 0.21.7",
2026 "bitflags 1.3.2",
2027 "bytes 1.10.1",
2028 "futures-util",
2029 "headers",
2030 "http 0.2.12",
2031 "http-body 0.4.6",
2032 "hyper 0.14.32",
2033 "itoa",
2034 "matchit",
2035 "memchr",
2036 "mime",
2037 "percent-encoding",
2038 "pin-project-lite",
2039 "rustversion",
2040 "serde",
2041 "serde_json",
2042 "serde_path_to_error",
2043 "serde_urlencoded",
2044 "sha1",
2045 "sync_wrapper 0.1.2",
2046 "tokio",
2047 "tokio-tungstenite 0.20.1",
2048 "tower 0.4.13",
2049 "tower-layer",
2050 "tower-service",
2051]
2052
2053[[package]]
2054name = "axum-core"
2055version = "0.3.4"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2058dependencies = [
2059 "async-trait",
2060 "bytes 1.10.1",
2061 "futures-util",
2062 "http 0.2.12",
2063 "http-body 0.4.6",
2064 "mime",
2065 "rustversion",
2066 "tower-layer",
2067 "tower-service",
2068]
2069
2070[[package]]
2071name = "axum-extra"
2072version = "0.4.2"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
2075dependencies = [
2076 "axum",
2077 "bytes 1.10.1",
2078 "futures-util",
2079 "http 0.2.12",
2080 "mime",
2081 "pin-project-lite",
2082 "serde",
2083 "serde_json",
2084 "tokio",
2085 "tower 0.4.13",
2086 "tower-http 0.3.5",
2087 "tower-layer",
2088 "tower-service",
2089]
2090
2091[[package]]
2092name = "backtrace"
2093version = "0.3.74"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2096dependencies = [
2097 "addr2line",
2098 "cfg-if",
2099 "libc",
2100 "miniz_oxide",
2101 "object",
2102 "rustc-demangle",
2103 "windows-targets 0.52.6",
2104]
2105
2106[[package]]
2107name = "base16ct"
2108version = "0.1.1"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
2111
2112[[package]]
2113name = "base64"
2114version = "0.21.7"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2117
2118[[package]]
2119name = "base64"
2120version = "0.22.1"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2123
2124[[package]]
2125name = "base64-simd"
2126version = "0.8.0"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
2129dependencies = [
2130 "outref",
2131 "vsimd",
2132]
2133
2134[[package]]
2135name = "base64ct"
2136version = "1.7.3"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
2139
2140[[package]]
2141name = "bedrock"
2142version = "0.1.0"
2143dependencies = [
2144 "anyhow",
2145 "aws-sdk-bedrockruntime",
2146 "aws-smithy-types",
2147 "futures 0.3.31",
2148 "schemars 1.0.1",
2149 "serde",
2150 "serde_json",
2151 "strum 0.27.1",
2152 "thiserror 2.0.12",
2153 "workspace-hack",
2154]
2155
2156[[package]]
2157name = "bigdecimal"
2158version = "0.4.8"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2161dependencies = [
2162 "autocfg",
2163 "libm",
2164 "num-bigint",
2165 "num-integer",
2166 "num-traits",
2167 "serde",
2168]
2169
2170[[package]]
2171name = "bincode"
2172version = "1.3.3"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2175dependencies = [
2176 "serde",
2177]
2178
2179[[package]]
2180name = "bindgen"
2181version = "0.69.5"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
2184dependencies = [
2185 "bitflags 2.9.0",
2186 "cexpr",
2187 "clang-sys",
2188 "itertools 0.12.1",
2189 "lazy_static",
2190 "lazycell",
2191 "log",
2192 "prettyplease",
2193 "proc-macro2",
2194 "quote",
2195 "regex",
2196 "rustc-hash 1.1.0",
2197 "shlex",
2198 "syn 2.0.101",
2199 "which 4.4.2",
2200]
2201
2202[[package]]
2203name = "bindgen"
2204version = "0.70.1"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
2207dependencies = [
2208 "bitflags 2.9.0",
2209 "cexpr",
2210 "clang-sys",
2211 "itertools 0.13.0",
2212 "proc-macro2",
2213 "quote",
2214 "regex",
2215 "rustc-hash 1.1.0",
2216 "shlex",
2217 "syn 2.0.101",
2218]
2219
2220[[package]]
2221name = "bindgen"
2222version = "0.71.1"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2225dependencies = [
2226 "bitflags 2.9.0",
2227 "cexpr",
2228 "clang-sys",
2229 "itertools 0.13.0",
2230 "log",
2231 "prettyplease",
2232 "proc-macro2",
2233 "quote",
2234 "regex",
2235 "rustc-hash 2.1.1",
2236 "shlex",
2237 "syn 2.0.101",
2238]
2239
2240[[package]]
2241name = "bit-set"
2242version = "0.5.3"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2245dependencies = [
2246 "bit-vec 0.6.3",
2247]
2248
2249[[package]]
2250name = "bit-set"
2251version = "0.8.0"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2254dependencies = [
2255 "bit-vec 0.8.0",
2256]
2257
2258[[package]]
2259name = "bit-vec"
2260version = "0.6.3"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2263
2264[[package]]
2265name = "bit-vec"
2266version = "0.8.0"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2269
2270[[package]]
2271name = "bit_field"
2272version = "0.10.2"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2275
2276[[package]]
2277name = "bitflags"
2278version = "1.3.2"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2281
2282[[package]]
2283name = "bitflags"
2284version = "2.9.0"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2287dependencies = [
2288 "serde",
2289]
2290
2291[[package]]
2292name = "bitstream-io"
2293version = "2.6.0"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2296
2297[[package]]
2298name = "bitvec"
2299version = "1.0.1"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2302dependencies = [
2303 "funty",
2304 "radium",
2305 "tap",
2306 "wyz",
2307]
2308
2309[[package]]
2310name = "blade-graphics"
2311version = "0.7.0"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "e4deb8f595ce7f00dee3543ebf6fd9a20ea86fc421ab79600dac30876250bdae"
2314dependencies = [
2315 "ash",
2316 "ash-window",
2317 "bitflags 2.9.0",
2318 "bytemuck",
2319 "codespan-reporting",
2320 "glow",
2321 "gpu-alloc",
2322 "gpu-alloc-ash",
2323 "hidden-trait",
2324 "js-sys",
2325 "khronos-egl",
2326 "libloading",
2327 "log",
2328 "mint",
2329 "naga",
2330 "objc2",
2331 "objc2-app-kit",
2332 "objc2-core-foundation",
2333 "objc2-foundation",
2334 "objc2-metal",
2335 "objc2-quartz-core",
2336 "objc2-ui-kit",
2337 "once_cell",
2338 "raw-window-handle",
2339 "slab",
2340 "wasm-bindgen",
2341 "web-sys",
2342]
2343
2344[[package]]
2345name = "blade-macros"
2346version = "0.3.0"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "27142319e2f4c264581067eaccb9f80acccdde60d8b4bf57cc50cd3152f109ca"
2349dependencies = [
2350 "proc-macro2",
2351 "quote",
2352 "syn 2.0.101",
2353]
2354
2355[[package]]
2356name = "blade-util"
2357version = "0.3.0"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "3a6be3a82c001ba7a17b6f8e413ede5d1004e6047213f8efaf0ffc15b5c4904c"
2360dependencies = [
2361 "blade-graphics",
2362 "bytemuck",
2363 "log",
2364 "profiling",
2365]
2366
2367[[package]]
2368name = "block"
2369version = "0.1.6"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2372
2373[[package]]
2374name = "block-buffer"
2375version = "0.10.4"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2378dependencies = [
2379 "generic-array",
2380]
2381
2382[[package]]
2383name = "block-padding"
2384version = "0.3.3"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2387dependencies = [
2388 "generic-array",
2389]
2390
2391[[package]]
2392name = "block2"
2393version = "0.6.1"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2396dependencies = [
2397 "objc2",
2398]
2399
2400[[package]]
2401name = "blocking"
2402version = "1.6.1"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2405dependencies = [
2406 "async-channel 2.3.1",
2407 "async-task",
2408 "futures-io",
2409 "futures-lite 2.6.0",
2410 "piper",
2411]
2412
2413[[package]]
2414name = "borrow-or-share"
2415version = "0.2.2"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2418
2419[[package]]
2420name = "borsh"
2421version = "1.5.7"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2424dependencies = [
2425 "borsh-derive",
2426 "cfg_aliases 0.2.1",
2427]
2428
2429[[package]]
2430name = "borsh-derive"
2431version = "1.5.7"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2434dependencies = [
2435 "once_cell",
2436 "proc-macro-crate",
2437 "proc-macro2",
2438 "quote",
2439 "syn 2.0.101",
2440]
2441
2442[[package]]
2443name = "breadcrumbs"
2444version = "0.1.0"
2445dependencies = [
2446 "editor",
2447 "gpui",
2448 "itertools 0.14.0",
2449 "settings",
2450 "theme",
2451 "ui",
2452 "workspace",
2453 "workspace-hack",
2454 "zed_actions",
2455]
2456
2457[[package]]
2458name = "bstr"
2459version = "1.12.0"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2462dependencies = [
2463 "memchr",
2464 "regex-automata",
2465 "serde",
2466]
2467
2468[[package]]
2469name = "buffer_diff"
2470version = "0.1.0"
2471dependencies = [
2472 "anyhow",
2473 "clock",
2474 "ctor",
2475 "futures 0.3.31",
2476 "git2",
2477 "gpui",
2478 "language",
2479 "log",
2480 "pretty_assertions",
2481 "rand 0.9.1",
2482 "rope",
2483 "serde_json",
2484 "sum_tree",
2485 "text",
2486 "unindent",
2487 "util",
2488 "workspace-hack",
2489 "zlog",
2490]
2491
2492[[package]]
2493name = "built"
2494version = "0.7.7"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2497
2498[[package]]
2499name = "bumpalo"
2500version = "3.17.0"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
2502checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2503dependencies = [
2504 "allocator-api2",
2505]
2506
2507[[package]]
2508name = "by_address"
2509version = "1.2.1"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2512
2513[[package]]
2514name = "bytecheck"
2515version = "0.6.12"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2518dependencies = [
2519 "bytecheck_derive",
2520 "ptr_meta",
2521 "simdutf8",
2522]
2523
2524[[package]]
2525name = "bytecheck_derive"
2526version = "0.6.12"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2529dependencies = [
2530 "proc-macro2",
2531 "quote",
2532 "syn 1.0.109",
2533]
2534
2535[[package]]
2536name = "bytecount"
2537version = "0.6.8"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2540
2541[[package]]
2542name = "bytemuck"
2543version = "1.22.0"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2546dependencies = [
2547 "bytemuck_derive",
2548]
2549
2550[[package]]
2551name = "bytemuck_derive"
2552version = "1.9.3"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2555dependencies = [
2556 "proc-macro2",
2557 "quote",
2558 "syn 2.0.101",
2559]
2560
2561[[package]]
2562name = "byteorder"
2563version = "1.5.0"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2566
2567[[package]]
2568name = "byteorder-lite"
2569version = "0.1.0"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2572
2573[[package]]
2574name = "bytes"
2575version = "0.4.12"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2578dependencies = [
2579 "byteorder",
2580 "iovec",
2581]
2582
2583[[package]]
2584name = "bytes"
2585version = "1.10.1"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2588
2589[[package]]
2590name = "bytes-utils"
2591version = "0.1.4"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2594dependencies = [
2595 "bytes 1.10.1",
2596 "either",
2597]
2598
2599[[package]]
2600name = "bzip2"
2601version = "0.4.4"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2604dependencies = [
2605 "bzip2-sys",
2606 "libc",
2607]
2608
2609[[package]]
2610name = "bzip2-sys"
2611version = "0.1.13+1.0.8"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2614dependencies = [
2615 "cc",
2616 "pkg-config",
2617]
2618
2619[[package]]
2620name = "call"
2621version = "0.1.0"
2622dependencies = [
2623 "anyhow",
2624 "audio",
2625 "client",
2626 "collections",
2627 "feature_flags",
2628 "fs",
2629 "futures 0.3.31",
2630 "gpui",
2631 "gpui_tokio",
2632 "http_client",
2633 "language",
2634 "livekit_client",
2635 "log",
2636 "postage",
2637 "project",
2638 "serde",
2639 "settings",
2640 "telemetry",
2641 "util",
2642 "workspace-hack",
2643]
2644
2645[[package]]
2646name = "calloop"
2647version = "0.13.0"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2650dependencies = [
2651 "bitflags 2.9.0",
2652 "log",
2653 "polling",
2654 "rustix 0.38.44",
2655 "slab",
2656 "thiserror 1.0.69",
2657]
2658
2659[[package]]
2660name = "calloop-wayland-source"
2661version = "0.3.0"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2664dependencies = [
2665 "calloop",
2666 "rustix 0.38.44",
2667 "wayland-backend",
2668 "wayland-client",
2669]
2670
2671[[package]]
2672name = "camino"
2673version = "1.1.9"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2676dependencies = [
2677 "serde",
2678]
2679
2680[[package]]
2681name = "candle-core"
2682version = "0.9.1"
2683source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2684dependencies = [
2685 "byteorder",
2686 "float8",
2687 "gemm 0.17.1",
2688 "half",
2689 "memmap2",
2690 "num-traits",
2691 "num_cpus",
2692 "rand 0.9.1",
2693 "rand_distr",
2694 "rayon",
2695 "safetensors",
2696 "thiserror 1.0.69",
2697 "ug",
2698 "yoke",
2699 "zip 1.1.4",
2700]
2701
2702[[package]]
2703name = "candle-nn"
2704version = "0.9.1"
2705source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2706dependencies = [
2707 "candle-core",
2708 "half",
2709 "libc",
2710 "num-traits",
2711 "rayon",
2712 "safetensors",
2713 "serde",
2714 "thiserror 1.0.69",
2715]
2716
2717[[package]]
2718name = "candle-onnx"
2719version = "0.9.1"
2720source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2721dependencies = [
2722 "candle-core",
2723 "candle-nn",
2724 "prost 0.12.6",
2725]
2726
2727[[package]]
2728name = "cap-fs-ext"
2729version = "3.4.4"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2732dependencies = [
2733 "cap-primitives",
2734 "cap-std",
2735 "io-lifetimes",
2736 "windows-sys 0.59.0",
2737]
2738
2739[[package]]
2740name = "cap-net-ext"
2741version = "3.4.4"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2744dependencies = [
2745 "cap-primitives",
2746 "cap-std",
2747 "rustix 1.0.7",
2748 "smallvec",
2749]
2750
2751[[package]]
2752name = "cap-primitives"
2753version = "3.4.4"
2754source = "registry+https://github.com/rust-lang/crates.io-index"
2755checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2756dependencies = [
2757 "ambient-authority",
2758 "fs-set-times",
2759 "io-extras",
2760 "io-lifetimes",
2761 "ipnet",
2762 "maybe-owned",
2763 "rustix 1.0.7",
2764 "rustix-linux-procfs",
2765 "windows-sys 0.59.0",
2766 "winx",
2767]
2768
2769[[package]]
2770name = "cap-rand"
2771version = "3.4.4"
2772source = "registry+https://github.com/rust-lang/crates.io-index"
2773checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2774dependencies = [
2775 "ambient-authority",
2776 "rand 0.8.5",
2777]
2778
2779[[package]]
2780name = "cap-std"
2781version = "3.4.4"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2784dependencies = [
2785 "cap-primitives",
2786 "io-extras",
2787 "io-lifetimes",
2788 "rustix 1.0.7",
2789]
2790
2791[[package]]
2792name = "cap-time-ext"
2793version = "3.4.4"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2796dependencies = [
2797 "ambient-authority",
2798 "cap-primitives",
2799 "iana-time-zone",
2800 "once_cell",
2801 "rustix 1.0.7",
2802 "winx",
2803]
2804
2805[[package]]
2806name = "cargo-platform"
2807version = "0.1.9"
2808source = "registry+https://github.com/rust-lang/crates.io-index"
2809checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2810dependencies = [
2811 "serde",
2812]
2813
2814[[package]]
2815name = "cargo_metadata"
2816version = "0.19.2"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2819dependencies = [
2820 "camino",
2821 "cargo-platform",
2822 "semver",
2823 "serde",
2824 "serde_json",
2825 "thiserror 2.0.12",
2826]
2827
2828[[package]]
2829name = "cargo_toml"
2830version = "0.21.0"
2831source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2833dependencies = [
2834 "serde",
2835 "toml 0.8.20",
2836]
2837
2838[[package]]
2839name = "cast"
2840version = "0.3.0"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2843
2844[[package]]
2845name = "cbc"
2846version = "0.1.2"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2849dependencies = [
2850 "cipher",
2851]
2852
2853[[package]]
2854name = "cbindgen"
2855version = "0.28.0"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2858dependencies = [
2859 "heck 0.4.1",
2860 "indexmap 2.9.0",
2861 "log",
2862 "proc-macro2",
2863 "quote",
2864 "serde",
2865 "serde_json",
2866 "syn 2.0.101",
2867 "tempfile",
2868 "toml 0.8.20",
2869]
2870
2871[[package]]
2872name = "cc"
2873version = "1.2.19"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2876dependencies = [
2877 "jobserver",
2878 "libc",
2879 "shlex",
2880]
2881
2882[[package]]
2883name = "cesu8"
2884version = "1.1.0"
2885source = "registry+https://github.com/rust-lang/crates.io-index"
2886checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2887
2888[[package]]
2889name = "cexpr"
2890version = "0.6.0"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2893dependencies = [
2894 "nom 7.1.3",
2895]
2896
2897[[package]]
2898name = "cfg-expr"
2899version = "0.15.8"
2900source = "registry+https://github.com/rust-lang/crates.io-index"
2901checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2902dependencies = [
2903 "smallvec",
2904 "target-lexicon 0.12.16",
2905]
2906
2907[[package]]
2908name = "cfg-if"
2909version = "1.0.3"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
2912
2913[[package]]
2914name = "cfg_aliases"
2915version = "0.1.1"
2916source = "registry+https://github.com/rust-lang/crates.io-index"
2917checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2918
2919[[package]]
2920name = "cfg_aliases"
2921version = "0.2.1"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2924
2925[[package]]
2926name = "cgl"
2927version = "0.3.2"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2930dependencies = [
2931 "libc",
2932]
2933
2934[[package]]
2935name = "channel"
2936version = "0.1.0"
2937dependencies = [
2938 "anyhow",
2939 "client",
2940 "clock",
2941 "collections",
2942 "futures 0.3.31",
2943 "gpui",
2944 "http_client",
2945 "language",
2946 "log",
2947 "postage",
2948 "release_channel",
2949 "rpc",
2950 "settings",
2951 "text",
2952 "time",
2953 "util",
2954 "workspace-hack",
2955]
2956
2957[[package]]
2958name = "chrono"
2959version = "0.4.41"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2962dependencies = [
2963 "android-tzdata",
2964 "iana-time-zone",
2965 "js-sys",
2966 "num-traits",
2967 "serde",
2968 "wasm-bindgen",
2969 "windows-link 0.1.1",
2970]
2971
2972[[package]]
2973name = "chunked_transfer"
2974version = "1.5.0"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2977
2978[[package]]
2979name = "ciborium"
2980version = "0.2.2"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2983dependencies = [
2984 "ciborium-io",
2985 "ciborium-ll",
2986 "serde",
2987]
2988
2989[[package]]
2990name = "ciborium-io"
2991version = "0.2.2"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2994
2995[[package]]
2996name = "ciborium-ll"
2997version = "0.2.2"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
3000dependencies = [
3001 "ciborium-io",
3002 "half",
3003]
3004
3005[[package]]
3006name = "cipher"
3007version = "0.4.4"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
3010dependencies = [
3011 "crypto-common",
3012 "inout",
3013 "zeroize",
3014]
3015
3016[[package]]
3017name = "circular-buffer"
3018version = "1.1.0"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
3021
3022[[package]]
3023name = "clang-sys"
3024version = "1.8.1"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
3027dependencies = [
3028 "glob",
3029 "libc",
3030 "libloading",
3031]
3032
3033[[package]]
3034name = "clap"
3035version = "4.5.37"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
3037checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
3038dependencies = [
3039 "clap_builder",
3040 "clap_derive",
3041]
3042
3043[[package]]
3044name = "clap_builder"
3045version = "4.5.37"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
3048dependencies = [
3049 "anstream",
3050 "anstyle",
3051 "clap_lex",
3052 "strsim",
3053 "terminal_size",
3054]
3055
3056[[package]]
3057name = "clap_complete"
3058version = "4.5.47"
3059source = "registry+https://github.com/rust-lang/crates.io-index"
3060checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
3061dependencies = [
3062 "clap",
3063]
3064
3065[[package]]
3066name = "clap_derive"
3067version = "4.5.32"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
3070dependencies = [
3071 "heck 0.5.0",
3072 "proc-macro2",
3073 "quote",
3074 "syn 2.0.101",
3075]
3076
3077[[package]]
3078name = "clap_lex"
3079version = "0.7.4"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
3082
3083[[package]]
3084name = "cli"
3085version = "0.1.0"
3086dependencies = [
3087 "anyhow",
3088 "askpass",
3089 "clap",
3090 "collections",
3091 "core-foundation 0.10.0",
3092 "core-services",
3093 "exec",
3094 "fork",
3095 "ipc-channel",
3096 "parking_lot",
3097 "paths",
3098 "plist",
3099 "release_channel",
3100 "serde",
3101 "tempfile",
3102 "util",
3103 "windows 0.61.1",
3104 "workspace-hack",
3105]
3106
3107[[package]]
3108name = "client"
3109version = "0.1.0"
3110dependencies = [
3111 "anyhow",
3112 "async-tungstenite",
3113 "base64 0.22.1",
3114 "chrono",
3115 "clock",
3116 "cloud_api_client",
3117 "cloud_llm_client",
3118 "collections",
3119 "credentials_provider",
3120 "derive_more",
3121 "feature_flags",
3122 "fs",
3123 "futures 0.3.31",
3124 "gpui",
3125 "gpui_tokio",
3126 "http_client",
3127 "http_client_tls",
3128 "httparse",
3129 "log",
3130 "objc2-foundation",
3131 "parking_lot",
3132 "paths",
3133 "postage",
3134 "rand 0.9.1",
3135 "regex",
3136 "release_channel",
3137 "rpc",
3138 "rustls-pki-types",
3139 "serde",
3140 "serde_json",
3141 "serde_urlencoded",
3142 "settings",
3143 "sha2",
3144 "smol",
3145 "telemetry",
3146 "telemetry_events",
3147 "text",
3148 "thiserror 2.0.12",
3149 "time",
3150 "tiny_http",
3151 "tokio",
3152 "tokio-native-tls",
3153 "tokio-rustls 0.26.2",
3154 "tokio-socks",
3155 "url",
3156 "util",
3157 "windows 0.61.1",
3158 "workspace-hack",
3159 "worktree",
3160]
3161
3162[[package]]
3163name = "clock"
3164version = "0.1.0"
3165dependencies = [
3166 "parking_lot",
3167 "serde",
3168 "smallvec",
3169 "workspace-hack",
3170]
3171
3172[[package]]
3173name = "cloud_api_client"
3174version = "0.1.0"
3175dependencies = [
3176 "anyhow",
3177 "cloud_api_types",
3178 "futures 0.3.31",
3179 "gpui",
3180 "gpui_tokio",
3181 "http_client",
3182 "parking_lot",
3183 "serde_json",
3184 "workspace-hack",
3185 "yawc",
3186]
3187
3188[[package]]
3189name = "cloud_api_types"
3190version = "0.1.0"
3191dependencies = [
3192 "anyhow",
3193 "chrono",
3194 "ciborium",
3195 "cloud_llm_client",
3196 "pretty_assertions",
3197 "serde",
3198 "serde_json",
3199 "workspace-hack",
3200]
3201
3202[[package]]
3203name = "cloud_llm_client"
3204version = "0.1.0"
3205dependencies = [
3206 "anyhow",
3207 "chrono",
3208 "pretty_assertions",
3209 "serde",
3210 "serde_json",
3211 "strum 0.27.1",
3212 "uuid",
3213 "workspace-hack",
3214]
3215
3216[[package]]
3217name = "cloud_zeta2_prompt"
3218version = "0.1.0"
3219dependencies = [
3220 "anyhow",
3221 "cloud_llm_client",
3222 "indoc",
3223 "ordered-float 2.10.1",
3224 "rustc-hash 2.1.1",
3225 "serde",
3226 "strum 0.27.1",
3227 "workspace-hack",
3228]
3229
3230[[package]]
3231name = "cmake"
3232version = "0.1.54"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3235dependencies = [
3236 "cc",
3237]
3238
3239[[package]]
3240name = "cobs"
3241version = "0.2.3"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
3244
3245[[package]]
3246name = "cocoa"
3247version = "0.25.0"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3250dependencies = [
3251 "bitflags 1.3.2",
3252 "block",
3253 "cocoa-foundation 0.1.2",
3254 "core-foundation 0.9.4",
3255 "core-graphics 0.23.2",
3256 "foreign-types 0.5.0",
3257 "libc",
3258 "objc",
3259]
3260
3261[[package]]
3262name = "cocoa"
3263version = "0.26.0"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3266dependencies = [
3267 "bitflags 2.9.0",
3268 "block",
3269 "cocoa-foundation 0.2.0",
3270 "core-foundation 0.10.0",
3271 "core-graphics 0.24.0",
3272 "foreign-types 0.5.0",
3273 "libc",
3274 "objc",
3275]
3276
3277[[package]]
3278name = "cocoa-foundation"
3279version = "0.1.2"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3282dependencies = [
3283 "bitflags 1.3.2",
3284 "block",
3285 "core-foundation 0.9.4",
3286 "core-graphics-types 0.1.3",
3287 "libc",
3288 "objc",
3289]
3290
3291[[package]]
3292name = "cocoa-foundation"
3293version = "0.2.0"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3296dependencies = [
3297 "bitflags 2.9.0",
3298 "block",
3299 "core-foundation 0.10.0",
3300 "core-graphics-types 0.2.0",
3301 "libc",
3302 "objc",
3303]
3304
3305[[package]]
3306name = "codespan-reporting"
3307version = "0.12.0"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3310dependencies = [
3311 "serde",
3312 "termcolor",
3313 "unicode-width",
3314]
3315
3316[[package]]
3317name = "collab"
3318version = "0.44.0"
3319dependencies = [
3320 "agent_settings",
3321 "anyhow",
3322 "assistant_context",
3323 "assistant_slash_command",
3324 "async-trait",
3325 "async-tungstenite",
3326 "audio",
3327 "aws-config",
3328 "aws-sdk-kinesis",
3329 "aws-sdk-s3",
3330 "axum",
3331 "axum-extra",
3332 "base64 0.22.1",
3333 "buffer_diff",
3334 "call",
3335 "channel",
3336 "chrono",
3337 "client",
3338 "clock",
3339 "collab_ui",
3340 "collections",
3341 "command_palette_hooks",
3342 "context_server",
3343 "ctor",
3344 "dap",
3345 "dap-types",
3346 "dap_adapters",
3347 "dashmap 6.1.0",
3348 "debugger_ui",
3349 "editor",
3350 "envy",
3351 "extension",
3352 "file_finder",
3353 "fs",
3354 "futures 0.3.31",
3355 "git",
3356 "git_hosting_providers",
3357 "git_ui",
3358 "gpui",
3359 "gpui_tokio",
3360 "hex",
3361 "http_client",
3362 "hyper 0.14.32",
3363 "indoc",
3364 "language",
3365 "language_model",
3366 "livekit_api",
3367 "livekit_client",
3368 "log",
3369 "lsp",
3370 "menu",
3371 "multi_buffer",
3372 "nanoid",
3373 "node_runtime",
3374 "notifications",
3375 "parking_lot",
3376 "pretty_assertions",
3377 "project",
3378 "prometheus",
3379 "prompt_store",
3380 "prost 0.9.0",
3381 "rand 0.9.1",
3382 "recent_projects",
3383 "release_channel",
3384 "remote",
3385 "remote_server",
3386 "reqwest 0.11.27",
3387 "reqwest_client",
3388 "rpc",
3389 "scrypt",
3390 "sea-orm",
3391 "semantic_version",
3392 "semver",
3393 "serde",
3394 "serde_json",
3395 "session",
3396 "settings",
3397 "sha2",
3398 "smol",
3399 "sqlx",
3400 "strum 0.27.1",
3401 "subtle",
3402 "supermaven_api",
3403 "task",
3404 "telemetry_events",
3405 "text",
3406 "theme",
3407 "time",
3408 "tokio",
3409 "toml 0.8.20",
3410 "tower 0.4.13",
3411 "tower-http 0.4.4",
3412 "tracing",
3413 "tracing-subscriber",
3414 "unindent",
3415 "util",
3416 "uuid",
3417 "workspace",
3418 "workspace-hack",
3419 "worktree",
3420 "zlog",
3421]
3422
3423[[package]]
3424name = "collab_ui"
3425version = "0.1.0"
3426dependencies = [
3427 "anyhow",
3428 "call",
3429 "channel",
3430 "chrono",
3431 "client",
3432 "collections",
3433 "db",
3434 "editor",
3435 "futures 0.3.31",
3436 "fuzzy",
3437 "gpui",
3438 "http_client",
3439 "log",
3440 "menu",
3441 "notifications",
3442 "picker",
3443 "pretty_assertions",
3444 "project",
3445 "release_channel",
3446 "rpc",
3447 "serde",
3448 "serde_json",
3449 "settings",
3450 "smallvec",
3451 "story",
3452 "telemetry",
3453 "theme",
3454 "time",
3455 "time_format",
3456 "title_bar",
3457 "tree-sitter-md",
3458 "ui",
3459 "util",
3460 "workspace",
3461 "workspace-hack",
3462]
3463
3464[[package]]
3465name = "collections"
3466version = "0.1.0"
3467dependencies = [
3468 "indexmap 2.9.0",
3469 "rustc-hash 2.1.1",
3470 "workspace-hack",
3471]
3472
3473[[package]]
3474name = "color_quant"
3475version = "1.1.0"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3478
3479[[package]]
3480name = "colorchoice"
3481version = "1.0.3"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3484
3485[[package]]
3486name = "combine"
3487version = "4.6.7"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3490dependencies = [
3491 "bytes 1.10.1",
3492 "memchr",
3493]
3494
3495[[package]]
3496name = "command-fds"
3497version = "0.3.1"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
3500dependencies = [
3501 "nix 0.30.1",
3502 "thiserror 2.0.12",
3503]
3504
3505[[package]]
3506name = "command_palette"
3507version = "0.1.0"
3508dependencies = [
3509 "anyhow",
3510 "client",
3511 "collections",
3512 "command_palette_hooks",
3513 "ctor",
3514 "db",
3515 "editor",
3516 "env_logger 0.11.8",
3517 "fuzzy",
3518 "go_to_line",
3519 "gpui",
3520 "language",
3521 "log",
3522 "menu",
3523 "picker",
3524 "postage",
3525 "project",
3526 "serde",
3527 "serde_json",
3528 "settings",
3529 "telemetry",
3530 "theme",
3531 "time",
3532 "ui",
3533 "util",
3534 "workspace",
3535 "workspace-hack",
3536 "zed_actions",
3537]
3538
3539[[package]]
3540name = "command_palette_hooks"
3541version = "0.1.0"
3542dependencies = [
3543 "collections",
3544 "derive_more",
3545 "gpui",
3546 "workspace-hack",
3547]
3548
3549[[package]]
3550name = "component"
3551version = "0.1.0"
3552dependencies = [
3553 "collections",
3554 "documented",
3555 "gpui",
3556 "inventory",
3557 "parking_lot",
3558 "strum 0.27.1",
3559 "theme",
3560 "workspace-hack",
3561]
3562
3563[[package]]
3564name = "concurrent-queue"
3565version = "2.5.0"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3568dependencies = [
3569 "crossbeam-utils",
3570]
3571
3572[[package]]
3573name = "console"
3574version = "0.15.11"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3577dependencies = [
3578 "encode_unicode",
3579 "libc",
3580 "once_cell",
3581 "unicode-width",
3582 "windows-sys 0.59.0",
3583]
3584
3585[[package]]
3586name = "const-oid"
3587version = "0.9.6"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3590
3591[[package]]
3592name = "const-random"
3593version = "0.1.18"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3596dependencies = [
3597 "const-random-macro",
3598]
3599
3600[[package]]
3601name = "const-random-macro"
3602version = "0.1.16"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3605dependencies = [
3606 "getrandom 0.2.15",
3607 "once_cell",
3608 "tiny-keccak",
3609]
3610
3611[[package]]
3612name = "constant_time_eq"
3613version = "0.1.5"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3616
3617[[package]]
3618name = "context_server"
3619version = "0.1.0"
3620dependencies = [
3621 "anyhow",
3622 "async-trait",
3623 "collections",
3624 "futures 0.3.31",
3625 "gpui",
3626 "log",
3627 "net",
3628 "parking_lot",
3629 "postage",
3630 "schemars 1.0.1",
3631 "serde",
3632 "serde_json",
3633 "settings",
3634 "smol",
3635 "tempfile",
3636 "url",
3637 "util",
3638 "workspace-hack",
3639]
3640
3641[[package]]
3642name = "convert_case"
3643version = "0.4.0"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3646
3647[[package]]
3648name = "convert_case"
3649version = "0.6.0"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3652dependencies = [
3653 "unicode-segmentation",
3654]
3655
3656[[package]]
3657name = "convert_case"
3658version = "0.8.0"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3661dependencies = [
3662 "unicode-segmentation",
3663]
3664
3665[[package]]
3666name = "copilot"
3667version = "0.1.0"
3668dependencies = [
3669 "anyhow",
3670 "async-std",
3671 "chrono",
3672 "client",
3673 "clock",
3674 "collections",
3675 "command_palette_hooks",
3676 "ctor",
3677 "dirs 4.0.0",
3678 "edit_prediction",
3679 "editor",
3680 "fs",
3681 "futures 0.3.31",
3682 "gpui",
3683 "http_client",
3684 "indoc",
3685 "itertools 0.14.0",
3686 "language",
3687 "log",
3688 "lsp",
3689 "menu",
3690 "node_runtime",
3691 "parking_lot",
3692 "paths",
3693 "project",
3694 "rpc",
3695 "semver",
3696 "serde",
3697 "serde_json",
3698 "settings",
3699 "sum_tree",
3700 "task",
3701 "theme",
3702 "ui",
3703 "util",
3704 "workspace",
3705 "workspace-hack",
3706 "zlog",
3707]
3708
3709[[package]]
3710name = "core-foundation"
3711version = "0.9.4"
3712source = "registry+https://github.com/rust-lang/crates.io-index"
3713checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3714dependencies = [
3715 "core-foundation-sys",
3716 "libc",
3717]
3718
3719[[package]]
3720name = "core-foundation"
3721version = "0.10.0"
3722source = "registry+https://github.com/rust-lang/crates.io-index"
3723checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3724dependencies = [
3725 "core-foundation-sys",
3726 "libc",
3727]
3728
3729[[package]]
3730name = "core-foundation-sys"
3731version = "0.8.7"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3734
3735[[package]]
3736name = "core-graphics"
3737version = "0.23.2"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3740dependencies = [
3741 "bitflags 1.3.2",
3742 "core-foundation 0.9.4",
3743 "core-graphics-types 0.1.3",
3744 "foreign-types 0.5.0",
3745 "libc",
3746]
3747
3748[[package]]
3749name = "core-graphics"
3750version = "0.24.0"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3753dependencies = [
3754 "bitflags 2.9.0",
3755 "core-foundation 0.10.0",
3756 "core-graphics-types 0.2.0",
3757 "foreign-types 0.5.0",
3758 "libc",
3759]
3760
3761[[package]]
3762name = "core-graphics-helmer-fork"
3763version = "0.24.0"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3766dependencies = [
3767 "bitflags 2.9.0",
3768 "core-foundation 0.9.4",
3769 "core-graphics-types 0.1.3",
3770 "foreign-types 0.5.0",
3771 "libc",
3772]
3773
3774[[package]]
3775name = "core-graphics-types"
3776version = "0.1.3"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3779dependencies = [
3780 "bitflags 1.3.2",
3781 "core-foundation 0.9.4",
3782 "libc",
3783]
3784
3785[[package]]
3786name = "core-graphics-types"
3787version = "0.2.0"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3790dependencies = [
3791 "bitflags 2.9.0",
3792 "core-foundation 0.10.0",
3793 "libc",
3794]
3795
3796[[package]]
3797name = "core-graphics2"
3798version = "0.4.1"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3801dependencies = [
3802 "bitflags 2.9.0",
3803 "block",
3804 "cfg-if",
3805 "core-foundation 0.10.0",
3806 "libc",
3807]
3808
3809[[package]]
3810name = "core-services"
3811version = "0.2.1"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3814dependencies = [
3815 "core-foundation 0.9.4",
3816]
3817
3818[[package]]
3819name = "core-text"
3820version = "21.0.0"
3821source = "registry+https://github.com/rust-lang/crates.io-index"
3822checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3823dependencies = [
3824 "core-foundation 0.10.0",
3825 "core-graphics 0.24.0",
3826 "foreign-types 0.5.0",
3827 "libc",
3828]
3829
3830[[package]]
3831name = "core-video"
3832version = "0.4.3"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3835dependencies = [
3836 "block",
3837 "core-foundation 0.10.0",
3838 "core-graphics2",
3839 "io-surface",
3840 "libc",
3841 "metal",
3842]
3843
3844[[package]]
3845name = "core_maths"
3846version = "0.1.1"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3849dependencies = [
3850 "libm",
3851]
3852
3853[[package]]
3854name = "coreaudio-rs"
3855version = "0.12.1"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3858dependencies = [
3859 "bitflags 1.3.2",
3860 "core-foundation-sys",
3861 "coreaudio-sys",
3862]
3863
3864[[package]]
3865name = "coreaudio-rs"
3866version = "0.13.0"
3867source = "registry+https://github.com/rust-lang/crates.io-index"
3868checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3869dependencies = [
3870 "bitflags 1.3.2",
3871 "libc",
3872 "objc2-audio-toolbox",
3873 "objc2-core-audio",
3874 "objc2-core-audio-types",
3875 "objc2-core-foundation",
3876]
3877
3878[[package]]
3879name = "coreaudio-sys"
3880version = "0.2.16"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3883dependencies = [
3884 "bindgen 0.70.1",
3885]
3886
3887[[package]]
3888name = "cosmic-text"
3889version = "0.14.0"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3892dependencies = [
3893 "bitflags 2.9.0",
3894 "fontdb 0.16.2",
3895 "log",
3896 "rangemap",
3897 "rustc-hash 1.1.0",
3898 "rustybuzz 0.14.1",
3899 "self_cell",
3900 "smol_str",
3901 "swash",
3902 "sys-locale",
3903 "ttf-parser 0.21.1",
3904 "unicode-bidi",
3905 "unicode-linebreak",
3906 "unicode-script",
3907 "unicode-segmentation",
3908]
3909
3910[[package]]
3911name = "cpal"
3912version = "0.16.0"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3915dependencies = [
3916 "alsa",
3917 "coreaudio-rs 0.13.0",
3918 "dasp_sample",
3919 "jni",
3920 "js-sys",
3921 "libc",
3922 "mach2 0.4.2",
3923 "ndk",
3924 "ndk-context",
3925 "num-derive",
3926 "num-traits",
3927 "objc2-audio-toolbox",
3928 "objc2-core-audio",
3929 "objc2-core-audio-types",
3930 "wasm-bindgen",
3931 "wasm-bindgen-futures",
3932 "web-sys",
3933 "windows 0.54.0",
3934]
3935
3936[[package]]
3937name = "cpp_demangle"
3938version = "0.4.4"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3941dependencies = [
3942 "cfg-if",
3943]
3944
3945[[package]]
3946name = "cpufeatures"
3947version = "0.2.17"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3950dependencies = [
3951 "libc",
3952]
3953
3954[[package]]
3955name = "cranelift-bforest"
3956version = "0.116.1"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3959dependencies = [
3960 "cranelift-entity",
3961]
3962
3963[[package]]
3964name = "cranelift-bitset"
3965version = "0.116.1"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3968dependencies = [
3969 "serde",
3970 "serde_derive",
3971]
3972
3973[[package]]
3974name = "cranelift-codegen"
3975version = "0.116.1"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3978dependencies = [
3979 "bumpalo",
3980 "cranelift-bforest",
3981 "cranelift-bitset",
3982 "cranelift-codegen-meta",
3983 "cranelift-codegen-shared",
3984 "cranelift-control",
3985 "cranelift-entity",
3986 "cranelift-isle",
3987 "gimli",
3988 "hashbrown 0.14.5",
3989 "log",
3990 "postcard",
3991 "regalloc2",
3992 "rustc-hash 2.1.1",
3993 "serde",
3994 "serde_derive",
3995 "sha2",
3996 "smallvec",
3997 "target-lexicon 0.13.2",
3998]
3999
4000[[package]]
4001name = "cranelift-codegen-meta"
4002version = "0.116.1"
4003source = "registry+https://github.com/rust-lang/crates.io-index"
4004checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4005dependencies = [
4006 "cranelift-codegen-shared",
4007]
4008
4009[[package]]
4010name = "cranelift-codegen-shared"
4011version = "0.116.1"
4012source = "registry+https://github.com/rust-lang/crates.io-index"
4013checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4014
4015[[package]]
4016name = "cranelift-control"
4017version = "0.116.1"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4020dependencies = [
4021 "arbitrary",
4022]
4023
4024[[package]]
4025name = "cranelift-entity"
4026version = "0.116.1"
4027source = "registry+https://github.com/rust-lang/crates.io-index"
4028checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4029dependencies = [
4030 "cranelift-bitset",
4031 "serde",
4032 "serde_derive",
4033]
4034
4035[[package]]
4036name = "cranelift-frontend"
4037version = "0.116.1"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4040dependencies = [
4041 "cranelift-codegen",
4042 "log",
4043 "smallvec",
4044 "target-lexicon 0.13.2",
4045]
4046
4047[[package]]
4048name = "cranelift-isle"
4049version = "0.116.1"
4050source = "registry+https://github.com/rust-lang/crates.io-index"
4051checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4052
4053[[package]]
4054name = "cranelift-native"
4055version = "0.116.1"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4058dependencies = [
4059 "cranelift-codegen",
4060 "libc",
4061 "target-lexicon 0.13.2",
4062]
4063
4064[[package]]
4065name = "crash-context"
4066version = "0.6.3"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4069dependencies = [
4070 "cfg-if",
4071 "libc",
4072 "mach2 0.4.2",
4073]
4074
4075[[package]]
4076name = "crash-handler"
4077version = "0.6.3"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4080dependencies = [
4081 "cfg-if",
4082 "crash-context",
4083 "libc",
4084 "mach2 0.4.2",
4085 "parking_lot",
4086]
4087
4088[[package]]
4089name = "crashes"
4090version = "0.1.0"
4091dependencies = [
4092 "bincode",
4093 "cfg-if",
4094 "crash-handler",
4095 "log",
4096 "mach2 0.5.0",
4097 "minidumper",
4098 "paths",
4099 "release_channel",
4100 "serde",
4101 "serde_json",
4102 "smol",
4103 "system_specs",
4104 "workspace-hack",
4105 "zstd",
4106]
4107
4108[[package]]
4109name = "crc"
4110version = "3.3.0"
4111source = "registry+https://github.com/rust-lang/crates.io-index"
4112checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4113dependencies = [
4114 "crc-catalog",
4115]
4116
4117[[package]]
4118name = "crc-catalog"
4119version = "2.4.0"
4120source = "registry+https://github.com/rust-lang/crates.io-index"
4121checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4122
4123[[package]]
4124name = "crc32c"
4125version = "0.6.8"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
4128dependencies = [
4129 "rustc_version",
4130]
4131
4132[[package]]
4133name = "crc32fast"
4134version = "1.4.2"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
4137dependencies = [
4138 "cfg-if",
4139]
4140
4141[[package]]
4142name = "crc64fast-nvme"
4143version = "1.2.0"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
4146dependencies = [
4147 "crc",
4148]
4149
4150[[package]]
4151name = "credentials_provider"
4152version = "0.1.0"
4153dependencies = [
4154 "anyhow",
4155 "futures 0.3.31",
4156 "gpui",
4157 "paths",
4158 "release_channel",
4159 "serde",
4160 "serde_json",
4161 "workspace-hack",
4162]
4163
4164[[package]]
4165name = "criterion"
4166version = "0.5.1"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4169dependencies = [
4170 "anes",
4171 "cast",
4172 "ciborium",
4173 "clap",
4174 "criterion-plot",
4175 "is-terminal",
4176 "itertools 0.10.5",
4177 "num-traits",
4178 "once_cell",
4179 "oorandom",
4180 "plotters",
4181 "rayon",
4182 "regex",
4183 "serde",
4184 "serde_derive",
4185 "serde_json",
4186 "tinytemplate",
4187 "walkdir",
4188]
4189
4190[[package]]
4191name = "criterion-plot"
4192version = "0.5.0"
4193source = "registry+https://github.com/rust-lang/crates.io-index"
4194checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4195dependencies = [
4196 "cast",
4197 "itertools 0.10.5",
4198]
4199
4200[[package]]
4201name = "crossbeam"
4202version = "0.8.4"
4203source = "registry+https://github.com/rust-lang/crates.io-index"
4204checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4205dependencies = [
4206 "crossbeam-channel",
4207 "crossbeam-deque",
4208 "crossbeam-epoch",
4209 "crossbeam-queue",
4210 "crossbeam-utils",
4211]
4212
4213[[package]]
4214name = "crossbeam-channel"
4215version = "0.5.15"
4216source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4218dependencies = [
4219 "crossbeam-utils",
4220]
4221
4222[[package]]
4223name = "crossbeam-deque"
4224version = "0.8.6"
4225source = "registry+https://github.com/rust-lang/crates.io-index"
4226checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4227dependencies = [
4228 "crossbeam-epoch",
4229 "crossbeam-utils",
4230]
4231
4232[[package]]
4233name = "crossbeam-epoch"
4234version = "0.9.18"
4235source = "registry+https://github.com/rust-lang/crates.io-index"
4236checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4237dependencies = [
4238 "crossbeam-utils",
4239]
4240
4241[[package]]
4242name = "crossbeam-queue"
4243version = "0.3.12"
4244source = "registry+https://github.com/rust-lang/crates.io-index"
4245checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4246dependencies = [
4247 "crossbeam-utils",
4248]
4249
4250[[package]]
4251name = "crossbeam-utils"
4252version = "0.8.21"
4253source = "registry+https://github.com/rust-lang/crates.io-index"
4254checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4255
4256[[package]]
4257name = "crunchy"
4258version = "0.2.3"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
4261
4262[[package]]
4263name = "crypto-bigint"
4264version = "0.4.9"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4267dependencies = [
4268 "generic-array",
4269 "rand_core 0.6.4",
4270 "subtle",
4271 "zeroize",
4272]
4273
4274[[package]]
4275name = "crypto-bigint"
4276version = "0.5.5"
4277source = "registry+https://github.com/rust-lang/crates.io-index"
4278checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4279dependencies = [
4280 "rand_core 0.6.4",
4281 "subtle",
4282]
4283
4284[[package]]
4285name = "crypto-common"
4286version = "0.1.6"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4289dependencies = [
4290 "generic-array",
4291 "rand_core 0.6.4",
4292 "typenum",
4293]
4294
4295[[package]]
4296name = "cssparser"
4297version = "0.35.0"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4300dependencies = [
4301 "cssparser-macros",
4302 "dtoa-short",
4303 "itoa",
4304 "phf",
4305 "smallvec",
4306]
4307
4308[[package]]
4309name = "cssparser-macros"
4310version = "0.6.1"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4313dependencies = [
4314 "quote",
4315 "syn 2.0.101",
4316]
4317
4318[[package]]
4319name = "ctor"
4320version = "0.4.2"
4321source = "registry+https://github.com/rust-lang/crates.io-index"
4322checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
4323dependencies = [
4324 "ctor-proc-macro",
4325 "dtor",
4326]
4327
4328[[package]]
4329name = "ctor-proc-macro"
4330version = "0.0.5"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
4333
4334[[package]]
4335name = "ctrlc"
4336version = "3.4.6"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
4339dependencies = [
4340 "nix 0.29.0",
4341 "windows-sys 0.59.0",
4342]
4343
4344[[package]]
4345name = "cursor-icon"
4346version = "1.1.0"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
4349
4350[[package]]
4351name = "cxx"
4352version = "1.0.157"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
4355dependencies = [
4356 "cc",
4357 "cxxbridge-cmd",
4358 "cxxbridge-flags",
4359 "cxxbridge-macro",
4360 "foldhash",
4361 "link-cplusplus",
4362]
4363
4364[[package]]
4365name = "cxx-build"
4366version = "1.0.157"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
4369dependencies = [
4370 "cc",
4371 "codespan-reporting",
4372 "proc-macro2",
4373 "quote",
4374 "scratch",
4375 "syn 2.0.101",
4376]
4377
4378[[package]]
4379name = "cxxbridge-cmd"
4380version = "1.0.157"
4381source = "registry+https://github.com/rust-lang/crates.io-index"
4382checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
4383dependencies = [
4384 "clap",
4385 "codespan-reporting",
4386 "proc-macro2",
4387 "quote",
4388 "syn 2.0.101",
4389]
4390
4391[[package]]
4392name = "cxxbridge-flags"
4393version = "1.0.157"
4394source = "registry+https://github.com/rust-lang/crates.io-index"
4395checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
4396
4397[[package]]
4398name = "cxxbridge-macro"
4399version = "1.0.157"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
4402dependencies = [
4403 "proc-macro2",
4404 "quote",
4405 "rustversion",
4406 "syn 2.0.101",
4407]
4408
4409[[package]]
4410name = "dap"
4411version = "0.1.0"
4412dependencies = [
4413 "anyhow",
4414 "async-compression",
4415 "async-pipe",
4416 "async-tar",
4417 "async-trait",
4418 "client",
4419 "collections",
4420 "dap-types",
4421 "fs",
4422 "futures 0.3.31",
4423 "gpui",
4424 "http_client",
4425 "language",
4426 "libc",
4427 "log",
4428 "node_runtime",
4429 "parking_lot",
4430 "paths",
4431 "proto",
4432 "schemars 1.0.1",
4433 "serde",
4434 "serde_json",
4435 "settings",
4436 "smallvec",
4437 "smol",
4438 "task",
4439 "telemetry",
4440 "tree-sitter",
4441 "tree-sitter-go",
4442 "util",
4443 "workspace-hack",
4444 "zlog",
4445]
4446
4447[[package]]
4448name = "dap-types"
4449version = "0.0.1"
4450source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4451dependencies = [
4452 "schemars 1.0.1",
4453 "serde",
4454 "serde_json",
4455]
4456
4457[[package]]
4458name = "dap_adapters"
4459version = "0.1.0"
4460dependencies = [
4461 "anyhow",
4462 "async-trait",
4463 "collections",
4464 "dap",
4465 "dotenvy",
4466 "fs",
4467 "futures 0.3.31",
4468 "gpui",
4469 "json_dotpath",
4470 "language",
4471 "log",
4472 "paths",
4473 "serde",
4474 "serde_json",
4475 "shlex",
4476 "smol",
4477 "task",
4478 "util",
4479 "workspace-hack",
4480]
4481
4482[[package]]
4483name = "darling"
4484version = "0.20.11"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4487dependencies = [
4488 "darling_core",
4489 "darling_macro",
4490]
4491
4492[[package]]
4493name = "darling_core"
4494version = "0.20.11"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4497dependencies = [
4498 "fnv",
4499 "ident_case",
4500 "proc-macro2",
4501 "quote",
4502 "strsim",
4503 "syn 2.0.101",
4504]
4505
4506[[package]]
4507name = "darling_macro"
4508version = "0.20.11"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4511dependencies = [
4512 "darling_core",
4513 "quote",
4514 "syn 2.0.101",
4515]
4516
4517[[package]]
4518name = "dashmap"
4519version = "5.5.3"
4520source = "registry+https://github.com/rust-lang/crates.io-index"
4521checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4522dependencies = [
4523 "cfg-if",
4524 "hashbrown 0.14.5",
4525 "lock_api",
4526 "once_cell",
4527 "parking_lot_core",
4528]
4529
4530[[package]]
4531name = "dashmap"
4532version = "6.1.0"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4535dependencies = [
4536 "cfg-if",
4537 "crossbeam-utils",
4538 "hashbrown 0.14.5",
4539 "lock_api",
4540 "once_cell",
4541 "parking_lot_core",
4542]
4543
4544[[package]]
4545name = "dasp_sample"
4546version = "0.11.0"
4547source = "registry+https://github.com/rust-lang/crates.io-index"
4548checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4549
4550[[package]]
4551name = "data-encoding"
4552version = "2.9.0"
4553source = "registry+https://github.com/rust-lang/crates.io-index"
4554checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4555
4556[[package]]
4557name = "data-url"
4558version = "0.3.1"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4561
4562[[package]]
4563name = "db"
4564version = "0.1.0"
4565dependencies = [
4566 "anyhow",
4567 "gpui",
4568 "indoc",
4569 "log",
4570 "paths",
4571 "release_channel",
4572 "smol",
4573 "sqlez",
4574 "sqlez_macros",
4575 "tempfile",
4576 "util",
4577 "workspace-hack",
4578 "zed_env_vars",
4579]
4580
4581[[package]]
4582name = "dbus"
4583version = "0.9.7"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4586dependencies = [
4587 "libc",
4588 "libdbus-sys",
4589 "winapi",
4590]
4591
4592[[package]]
4593name = "debug_adapter_extension"
4594version = "0.1.0"
4595dependencies = [
4596 "anyhow",
4597 "async-trait",
4598 "dap",
4599 "extension",
4600 "gpui",
4601 "serde_json",
4602 "task",
4603 "util",
4604 "workspace-hack",
4605]
4606
4607[[package]]
4608name = "debugger_tools"
4609version = "0.1.0"
4610dependencies = [
4611 "anyhow",
4612 "dap",
4613 "editor",
4614 "futures 0.3.31",
4615 "gpui",
4616 "project",
4617 "serde_json",
4618 "settings",
4619 "smol",
4620 "util",
4621 "workspace",
4622 "workspace-hack",
4623]
4624
4625[[package]]
4626name = "debugger_ui"
4627version = "0.1.0"
4628dependencies = [
4629 "alacritty_terminal",
4630 "anyhow",
4631 "bitflags 2.9.0",
4632 "client",
4633 "collections",
4634 "command_palette_hooks",
4635 "dap",
4636 "dap_adapters",
4637 "db",
4638 "debugger_tools",
4639 "editor",
4640 "file_icons",
4641 "futures 0.3.31",
4642 "fuzzy",
4643 "gpui",
4644 "hex",
4645 "indoc",
4646 "itertools 0.14.0",
4647 "language",
4648 "log",
4649 "menu",
4650 "notifications",
4651 "parking_lot",
4652 "parse_int",
4653 "paths",
4654 "picker",
4655 "pretty_assertions",
4656 "project",
4657 "rpc",
4658 "schemars 1.0.1",
4659 "serde",
4660 "serde_json",
4661 "serde_json_lenient",
4662 "settings",
4663 "shlex",
4664 "sysinfo",
4665 "task",
4666 "tasks_ui",
4667 "telemetry",
4668 "terminal_view",
4669 "text",
4670 "theme",
4671 "tree-sitter",
4672 "tree-sitter-go",
4673 "tree-sitter-json",
4674 "ui",
4675 "unindent",
4676 "util",
4677 "workspace",
4678 "workspace-hack",
4679 "zed_actions",
4680 "zlog",
4681]
4682
4683[[package]]
4684name = "debugid"
4685version = "0.8.0"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4688dependencies = [
4689 "uuid",
4690]
4691
4692[[package]]
4693name = "deepseek"
4694version = "0.1.0"
4695dependencies = [
4696 "anyhow",
4697 "futures 0.3.31",
4698 "http_client",
4699 "schemars 1.0.1",
4700 "serde",
4701 "serde_json",
4702 "workspace-hack",
4703]
4704
4705[[package]]
4706name = "deflate64"
4707version = "0.1.9"
4708source = "registry+https://github.com/rust-lang/crates.io-index"
4709checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4710
4711[[package]]
4712name = "denoise"
4713version = "0.1.0"
4714dependencies = [
4715 "candle-core",
4716 "candle-onnx",
4717 "log",
4718 "realfft",
4719 "rodio",
4720 "rustfft",
4721 "thiserror 2.0.12",
4722 "workspace-hack",
4723]
4724
4725[[package]]
4726name = "der"
4727version = "0.6.1"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4730dependencies = [
4731 "const-oid",
4732 "zeroize",
4733]
4734
4735[[package]]
4736name = "der"
4737version = "0.7.10"
4738source = "registry+https://github.com/rust-lang/crates.io-index"
4739checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4740dependencies = [
4741 "const-oid",
4742 "pem-rfc7468",
4743 "zeroize",
4744]
4745
4746[[package]]
4747name = "deranged"
4748version = "0.4.0"
4749source = "registry+https://github.com/rust-lang/crates.io-index"
4750checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4751dependencies = [
4752 "powerfmt",
4753 "serde",
4754]
4755
4756[[package]]
4757name = "derive_arbitrary"
4758version = "1.4.2"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4761dependencies = [
4762 "proc-macro2",
4763 "quote",
4764 "syn 2.0.101",
4765]
4766
4767[[package]]
4768name = "derive_more"
4769version = "0.99.19"
4770source = "registry+https://github.com/rust-lang/crates.io-index"
4771checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4772dependencies = [
4773 "convert_case 0.4.0",
4774 "proc-macro2",
4775 "quote",
4776 "rustc_version",
4777 "syn 2.0.101",
4778]
4779
4780[[package]]
4781name = "derive_refineable"
4782version = "0.1.0"
4783dependencies = [
4784 "proc-macro2",
4785 "quote",
4786 "syn 2.0.101",
4787 "workspace-hack",
4788]
4789
4790[[package]]
4791name = "diagnostics"
4792version = "0.1.0"
4793dependencies = [
4794 "anyhow",
4795 "client",
4796 "collections",
4797 "component",
4798 "ctor",
4799 "editor",
4800 "gpui",
4801 "indoc",
4802 "language",
4803 "log",
4804 "lsp",
4805 "markdown",
4806 "pretty_assertions",
4807 "project",
4808 "rand 0.9.1",
4809 "serde",
4810 "serde_json",
4811 "settings",
4812 "text",
4813 "theme",
4814 "ui",
4815 "unindent",
4816 "util",
4817 "workspace",
4818 "workspace-hack",
4819 "zlog",
4820]
4821
4822[[package]]
4823name = "dialoguer"
4824version = "0.11.0"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4827dependencies = [
4828 "console",
4829 "fuzzy-matcher",
4830 "shell-words",
4831 "tempfile",
4832 "thiserror 1.0.69",
4833 "zeroize",
4834]
4835
4836[[package]]
4837name = "diff"
4838version = "0.1.13"
4839source = "registry+https://github.com/rust-lang/crates.io-index"
4840checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4841
4842[[package]]
4843name = "diffy"
4844version = "0.4.2"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4847dependencies = [
4848 "nu-ansi-term",
4849]
4850
4851[[package]]
4852name = "digest"
4853version = "0.10.7"
4854source = "registry+https://github.com/rust-lang/crates.io-index"
4855checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4856dependencies = [
4857 "block-buffer",
4858 "const-oid",
4859 "crypto-common",
4860 "subtle",
4861]
4862
4863[[package]]
4864name = "dirs"
4865version = "4.0.0"
4866source = "registry+https://github.com/rust-lang/crates.io-index"
4867checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4868dependencies = [
4869 "dirs-sys 0.3.7",
4870]
4871
4872[[package]]
4873name = "dirs"
4874version = "5.0.1"
4875source = "registry+https://github.com/rust-lang/crates.io-index"
4876checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4877dependencies = [
4878 "dirs-sys 0.4.1",
4879]
4880
4881[[package]]
4882name = "dirs"
4883version = "6.0.0"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4886dependencies = [
4887 "dirs-sys 0.5.0",
4888]
4889
4890[[package]]
4891name = "dirs-sys"
4892version = "0.3.7"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4895dependencies = [
4896 "libc",
4897 "redox_users 0.4.6",
4898 "winapi",
4899]
4900
4901[[package]]
4902name = "dirs-sys"
4903version = "0.4.1"
4904source = "registry+https://github.com/rust-lang/crates.io-index"
4905checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4906dependencies = [
4907 "libc",
4908 "option-ext",
4909 "redox_users 0.4.6",
4910 "windows-sys 0.48.0",
4911]
4912
4913[[package]]
4914name = "dirs-sys"
4915version = "0.5.0"
4916source = "registry+https://github.com/rust-lang/crates.io-index"
4917checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4918dependencies = [
4919 "libc",
4920 "option-ext",
4921 "redox_users 0.5.0",
4922 "windows-sys 0.61.0",
4923]
4924
4925[[package]]
4926name = "dispatch"
4927version = "0.2.0"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4930
4931[[package]]
4932name = "dispatch2"
4933version = "0.3.0"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4936dependencies = [
4937 "bitflags 2.9.0",
4938 "objc2",
4939]
4940
4941[[package]]
4942name = "displaydoc"
4943version = "0.2.5"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4946dependencies = [
4947 "proc-macro2",
4948 "quote",
4949 "syn 2.0.101",
4950]
4951
4952[[package]]
4953name = "dlib"
4954version = "0.5.2"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
4956checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4957dependencies = [
4958 "libloading",
4959]
4960
4961[[package]]
4962name = "docs_preprocessor"
4963version = "0.1.0"
4964dependencies = [
4965 "anyhow",
4966 "command_palette",
4967 "gpui",
4968 "mdbook",
4969 "regex",
4970 "serde",
4971 "serde_json",
4972 "settings",
4973 "util",
4974 "workspace-hack",
4975 "zed",
4976 "zlog",
4977]
4978
4979[[package]]
4980name = "documented"
4981version = "0.9.1"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4984dependencies = [
4985 "documented-macros",
4986 "phf",
4987 "thiserror 1.0.69",
4988]
4989
4990[[package]]
4991name = "documented-macros"
4992version = "0.9.1"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4995dependencies = [
4996 "convert_case 0.6.0",
4997 "itertools 0.13.0",
4998 "optfield",
4999 "proc-macro2",
5000 "quote",
5001 "strum 0.26.3",
5002 "syn 2.0.101",
5003]
5004
5005[[package]]
5006name = "dotenvy"
5007version = "0.15.7"
5008source = "registry+https://github.com/rust-lang/crates.io-index"
5009checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5010
5011[[package]]
5012name = "downcast-rs"
5013version = "1.2.1"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5016
5017[[package]]
5018name = "doxygen-rs"
5019version = "0.4.2"
5020source = "registry+https://github.com/rust-lang/crates.io-index"
5021checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5022dependencies = [
5023 "phf",
5024]
5025
5026[[package]]
5027name = "dtoa"
5028version = "1.0.10"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5031
5032[[package]]
5033name = "dtoa-short"
5034version = "0.3.5"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5037dependencies = [
5038 "dtoa",
5039]
5040
5041[[package]]
5042name = "dtor"
5043version = "0.0.6"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5046dependencies = [
5047 "dtor-proc-macro",
5048]
5049
5050[[package]]
5051name = "dtor-proc-macro"
5052version = "0.0.5"
5053source = "registry+https://github.com/rust-lang/crates.io-index"
5054checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5055
5056[[package]]
5057name = "dunce"
5058version = "1.0.5"
5059source = "registry+https://github.com/rust-lang/crates.io-index"
5060checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5061
5062[[package]]
5063name = "dwrote"
5064version = "0.11.3"
5065source = "registry+https://github.com/rust-lang/crates.io-index"
5066checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
5067dependencies = [
5068 "lazy_static",
5069 "libc",
5070 "winapi",
5071 "wio",
5072]
5073
5074[[package]]
5075name = "dyn-clone"
5076version = "1.0.19"
5077source = "registry+https://github.com/rust-lang/crates.io-index"
5078checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
5079
5080[[package]]
5081name = "dyn-stack"
5082version = "0.10.0"
5083source = "registry+https://github.com/rust-lang/crates.io-index"
5084checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5085dependencies = [
5086 "bytemuck",
5087 "reborrow",
5088]
5089
5090[[package]]
5091name = "dyn-stack"
5092version = "0.13.0"
5093source = "registry+https://github.com/rust-lang/crates.io-index"
5094checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
5095dependencies = [
5096 "bytemuck",
5097]
5098
5099[[package]]
5100name = "ec4rs"
5101version = "1.2.0"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5104
5105[[package]]
5106name = "ecdsa"
5107version = "0.14.8"
5108source = "registry+https://github.com/rust-lang/crates.io-index"
5109checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5110dependencies = [
5111 "der 0.6.1",
5112 "elliptic-curve",
5113 "rfc6979",
5114 "signature 1.6.4",
5115]
5116
5117[[package]]
5118name = "edit_prediction"
5119version = "0.1.0"
5120dependencies = [
5121 "client",
5122 "gpui",
5123 "language",
5124 "workspace-hack",
5125]
5126
5127[[package]]
5128name = "edit_prediction_button"
5129version = "0.1.0"
5130dependencies = [
5131 "anyhow",
5132 "client",
5133 "cloud_llm_client",
5134 "copilot",
5135 "edit_prediction",
5136 "editor",
5137 "feature_flags",
5138 "fs",
5139 "futures 0.3.31",
5140 "gpui",
5141 "indoc",
5142 "language",
5143 "lsp",
5144 "paths",
5145 "project",
5146 "regex",
5147 "serde_json",
5148 "settings",
5149 "supermaven",
5150 "telemetry",
5151 "theme",
5152 "ui",
5153 "workspace",
5154 "workspace-hack",
5155 "zed_actions",
5156 "zeta",
5157]
5158
5159[[package]]
5160name = "edit_prediction_context"
5161version = "0.1.0"
5162dependencies = [
5163 "anyhow",
5164 "arrayvec",
5165 "clap",
5166 "cloud_llm_client",
5167 "collections",
5168 "futures 0.3.31",
5169 "gpui",
5170 "hashbrown 0.15.3",
5171 "indoc",
5172 "itertools 0.14.0",
5173 "language",
5174 "log",
5175 "ordered-float 2.10.1",
5176 "postage",
5177 "pretty_assertions",
5178 "project",
5179 "regex",
5180 "serde",
5181 "serde_json",
5182 "settings",
5183 "slotmap",
5184 "strum 0.27.1",
5185 "text",
5186 "tree-sitter",
5187 "util",
5188 "workspace-hack",
5189 "zlog",
5190]
5191
5192[[package]]
5193name = "editor"
5194version = "0.1.0"
5195dependencies = [
5196 "aho-corasick",
5197 "anyhow",
5198 "assets",
5199 "buffer_diff",
5200 "client",
5201 "clock",
5202 "collections",
5203 "convert_case 0.8.0",
5204 "criterion",
5205 "ctor",
5206 "dap",
5207 "db",
5208 "edit_prediction",
5209 "emojis",
5210 "file_icons",
5211 "fs",
5212 "futures 0.3.31",
5213 "fuzzy",
5214 "git",
5215 "gpui",
5216 "http_client",
5217 "indoc",
5218 "itertools 0.14.0",
5219 "language",
5220 "languages",
5221 "linkify",
5222 "log",
5223 "lsp",
5224 "markdown",
5225 "menu",
5226 "multi_buffer",
5227 "ordered-float 2.10.1",
5228 "parking_lot",
5229 "pretty_assertions",
5230 "project",
5231 "rand 0.9.1",
5232 "regex",
5233 "release_channel",
5234 "rpc",
5235 "schemars 1.0.1",
5236 "serde",
5237 "serde_json",
5238 "settings",
5239 "smallvec",
5240 "smol",
5241 "snippet",
5242 "sum_tree",
5243 "task",
5244 "telemetry",
5245 "tempfile",
5246 "text",
5247 "theme",
5248 "time",
5249 "tree-sitter-bash",
5250 "tree-sitter-c",
5251 "tree-sitter-html",
5252 "tree-sitter-python",
5253 "tree-sitter-rust",
5254 "tree-sitter-typescript",
5255 "tree-sitter-yaml",
5256 "ui",
5257 "unicode-script",
5258 "unicode-segmentation",
5259 "unindent",
5260 "url",
5261 "util",
5262 "uuid",
5263 "vim_mode_setting",
5264 "workspace",
5265 "workspace-hack",
5266 "zed_actions",
5267 "zlog",
5268]
5269
5270[[package]]
5271name = "either"
5272version = "1.15.0"
5273source = "registry+https://github.com/rust-lang/crates.io-index"
5274checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5275dependencies = [
5276 "serde",
5277]
5278
5279[[package]]
5280name = "elasticlunr-rs"
5281version = "3.0.2"
5282source = "registry+https://github.com/rust-lang/crates.io-index"
5283checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5284dependencies = [
5285 "regex",
5286 "serde",
5287 "serde_derive",
5288 "serde_json",
5289]
5290
5291[[package]]
5292name = "elliptic-curve"
5293version = "0.12.3"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5296dependencies = [
5297 "base16ct",
5298 "crypto-bigint 0.4.9",
5299 "der 0.6.1",
5300 "digest",
5301 "ff",
5302 "generic-array",
5303 "group",
5304 "pkcs8 0.9.0",
5305 "rand_core 0.6.4",
5306 "sec1",
5307 "subtle",
5308 "zeroize",
5309]
5310
5311[[package]]
5312name = "email_address"
5313version = "0.2.9"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5316dependencies = [
5317 "serde",
5318]
5319
5320[[package]]
5321name = "embed-resource"
5322version = "3.0.2"
5323source = "registry+https://github.com/rust-lang/crates.io-index"
5324checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
5325dependencies = [
5326 "cc",
5327 "memchr",
5328 "rustc_version",
5329 "toml 0.8.20",
5330 "vswhom",
5331 "winreg 0.52.0",
5332]
5333
5334[[package]]
5335name = "embedded-io"
5336version = "0.4.0"
5337source = "registry+https://github.com/rust-lang/crates.io-index"
5338checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5339
5340[[package]]
5341name = "embedded-io"
5342version = "0.6.1"
5343source = "registry+https://github.com/rust-lang/crates.io-index"
5344checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5345
5346[[package]]
5347name = "emojis"
5348version = "0.6.4"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
5350checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5351dependencies = [
5352 "phf",
5353]
5354
5355[[package]]
5356name = "encode_unicode"
5357version = "1.0.0"
5358source = "registry+https://github.com/rust-lang/crates.io-index"
5359checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5360
5361[[package]]
5362name = "encoding_rs"
5363version = "0.8.35"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5366dependencies = [
5367 "cfg-if",
5368]
5369
5370[[package]]
5371name = "endi"
5372version = "1.1.0"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5375
5376[[package]]
5377name = "enum-as-inner"
5378version = "0.6.1"
5379source = "registry+https://github.com/rust-lang/crates.io-index"
5380checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5381dependencies = [
5382 "heck 0.5.0",
5383 "proc-macro2",
5384 "quote",
5385 "syn 2.0.101",
5386]
5387
5388[[package]]
5389name = "enumflags2"
5390version = "0.7.11"
5391source = "registry+https://github.com/rust-lang/crates.io-index"
5392checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
5393dependencies = [
5394 "enumflags2_derive",
5395 "serde",
5396]
5397
5398[[package]]
5399name = "enumflags2_derive"
5400version = "0.7.11"
5401source = "registry+https://github.com/rust-lang/crates.io-index"
5402checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
5403dependencies = [
5404 "proc-macro2",
5405 "quote",
5406 "syn 2.0.101",
5407]
5408
5409[[package]]
5410name = "env_filter"
5411version = "0.1.3"
5412source = "registry+https://github.com/rust-lang/crates.io-index"
5413checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
5414dependencies = [
5415 "log",
5416 "regex",
5417]
5418
5419[[package]]
5420name = "env_logger"
5421version = "0.10.2"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5424dependencies = [
5425 "humantime",
5426 "is-terminal",
5427 "log",
5428 "regex",
5429 "termcolor",
5430]
5431
5432[[package]]
5433name = "env_logger"
5434version = "0.11.8"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5437dependencies = [
5438 "anstream",
5439 "anstyle",
5440 "env_filter",
5441 "jiff",
5442 "log",
5443]
5444
5445[[package]]
5446name = "envy"
5447version = "0.4.2"
5448source = "registry+https://github.com/rust-lang/crates.io-index"
5449checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5450dependencies = [
5451 "serde",
5452]
5453
5454[[package]]
5455name = "equivalent"
5456version = "1.0.2"
5457source = "registry+https://github.com/rust-lang/crates.io-index"
5458checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5459
5460[[package]]
5461name = "erased-serde"
5462version = "0.4.6"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
5465dependencies = [
5466 "serde",
5467 "typeid",
5468]
5469
5470[[package]]
5471name = "errno"
5472version = "0.2.8"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5475dependencies = [
5476 "errno-dragonfly",
5477 "libc",
5478 "winapi",
5479]
5480
5481[[package]]
5482name = "errno"
5483version = "0.3.11"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
5486dependencies = [
5487 "libc",
5488 "windows-sys 0.59.0",
5489]
5490
5491[[package]]
5492name = "errno-dragonfly"
5493version = "0.1.2"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5496dependencies = [
5497 "cc",
5498 "libc",
5499]
5500
5501[[package]]
5502name = "etagere"
5503version = "0.2.15"
5504source = "registry+https://github.com/rust-lang/crates.io-index"
5505checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5506dependencies = [
5507 "euclid",
5508 "svg_fmt",
5509]
5510
5511[[package]]
5512name = "etcetera"
5513version = "0.8.0"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5516dependencies = [
5517 "cfg-if",
5518 "home",
5519 "windows-sys 0.48.0",
5520]
5521
5522[[package]]
5523name = "euclid"
5524version = "0.22.11"
5525source = "registry+https://github.com/rust-lang/crates.io-index"
5526checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5527dependencies = [
5528 "num-traits",
5529]
5530
5531[[package]]
5532name = "eval"
5533version = "0.1.0"
5534dependencies = [
5535 "agent",
5536 "agent_settings",
5537 "agent_ui",
5538 "anyhow",
5539 "assistant_tool",
5540 "assistant_tools",
5541 "async-trait",
5542 "buffer_diff",
5543 "chrono",
5544 "clap",
5545 "client",
5546 "cloud_llm_client",
5547 "collections",
5548 "debug_adapter_extension",
5549 "dirs 4.0.0",
5550 "dotenvy",
5551 "env_logger 0.11.8",
5552 "extension",
5553 "fs",
5554 "futures 0.3.31",
5555 "gpui",
5556 "gpui_tokio",
5557 "handlebars 4.5.0",
5558 "language",
5559 "language_extension",
5560 "language_model",
5561 "language_models",
5562 "languages",
5563 "markdown",
5564 "node_runtime",
5565 "pathdiff",
5566 "paths",
5567 "pretty_assertions",
5568 "project",
5569 "prompt_store",
5570 "regex",
5571 "release_channel",
5572 "reqwest_client",
5573 "serde",
5574 "serde_json",
5575 "settings",
5576 "shellexpand 2.1.2",
5577 "smol",
5578 "telemetry",
5579 "terminal_view",
5580 "toml 0.8.20",
5581 "unindent",
5582 "util",
5583 "uuid",
5584 "watch",
5585 "workspace-hack",
5586]
5587
5588[[package]]
5589name = "event-listener"
5590version = "2.5.3"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5593
5594[[package]]
5595name = "event-listener"
5596version = "5.4.0"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5599dependencies = [
5600 "concurrent-queue",
5601 "parking",
5602 "pin-project-lite",
5603]
5604
5605[[package]]
5606name = "event-listener-strategy"
5607version = "0.5.4"
5608source = "registry+https://github.com/rust-lang/crates.io-index"
5609checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5610dependencies = [
5611 "event-listener 5.4.0",
5612 "pin-project-lite",
5613]
5614
5615[[package]]
5616name = "exec"
5617version = "0.3.1"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5620dependencies = [
5621 "errno 0.2.8",
5622 "libc",
5623]
5624
5625[[package]]
5626name = "explorer_command_injector"
5627version = "0.1.0"
5628dependencies = [
5629 "windows 0.61.1",
5630 "windows-core 0.61.0",
5631 "windows-registry 0.5.1",
5632 "workspace-hack",
5633]
5634
5635[[package]]
5636name = "exr"
5637version = "1.73.0"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5640dependencies = [
5641 "bit_field",
5642 "half",
5643 "lebe",
5644 "miniz_oxide",
5645 "rayon-core",
5646 "smallvec",
5647 "zune-inflate",
5648]
5649
5650[[package]]
5651name = "extended"
5652version = "0.1.0"
5653source = "registry+https://github.com/rust-lang/crates.io-index"
5654checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5655
5656[[package]]
5657name = "extension"
5658version = "0.1.0"
5659dependencies = [
5660 "anyhow",
5661 "async-compression",
5662 "async-tar",
5663 "async-trait",
5664 "collections",
5665 "dap",
5666 "fs",
5667 "futures 0.3.31",
5668 "gpui",
5669 "heck 0.5.0",
5670 "http_client",
5671 "language",
5672 "log",
5673 "lsp",
5674 "parking_lot",
5675 "pretty_assertions",
5676 "semantic_version",
5677 "serde",
5678 "serde_json",
5679 "task",
5680 "toml 0.8.20",
5681 "url",
5682 "util",
5683 "wasm-encoder 0.221.3",
5684 "wasmparser 0.221.3",
5685 "workspace-hack",
5686]
5687
5688[[package]]
5689name = "extension_cli"
5690version = "0.1.0"
5691dependencies = [
5692 "anyhow",
5693 "clap",
5694 "env_logger 0.11.8",
5695 "extension",
5696 "fs",
5697 "gpui",
5698 "language",
5699 "log",
5700 "reqwest_client",
5701 "rpc",
5702 "serde",
5703 "serde_json",
5704 "theme",
5705 "tokio",
5706 "toml 0.8.20",
5707 "tree-sitter",
5708 "wasmtime",
5709 "workspace-hack",
5710]
5711
5712[[package]]
5713name = "extension_host"
5714version = "0.1.0"
5715dependencies = [
5716 "anyhow",
5717 "async-compression",
5718 "async-tar",
5719 "async-trait",
5720 "client",
5721 "collections",
5722 "criterion",
5723 "ctor",
5724 "dap",
5725 "extension",
5726 "fs",
5727 "futures 0.3.31",
5728 "gpui",
5729 "http_client",
5730 "language",
5731 "language_extension",
5732 "log",
5733 "lsp",
5734 "moka",
5735 "node_runtime",
5736 "parking_lot",
5737 "paths",
5738 "project",
5739 "rand 0.9.1",
5740 "release_channel",
5741 "remote",
5742 "reqwest_client",
5743 "semantic_version",
5744 "serde",
5745 "serde_json",
5746 "serde_json_lenient",
5747 "settings",
5748 "task",
5749 "telemetry",
5750 "tempfile",
5751 "theme",
5752 "theme_extension",
5753 "toml 0.8.20",
5754 "url",
5755 "util",
5756 "wasmparser 0.221.3",
5757 "wasmtime",
5758 "wasmtime-wasi",
5759 "workspace-hack",
5760 "zlog",
5761]
5762
5763[[package]]
5764name = "extensions_ui"
5765version = "0.1.0"
5766dependencies = [
5767 "anyhow",
5768 "client",
5769 "collections",
5770 "db",
5771 "editor",
5772 "extension",
5773 "extension_host",
5774 "fs",
5775 "fuzzy",
5776 "gpui",
5777 "language",
5778 "log",
5779 "num-format",
5780 "picker",
5781 "project",
5782 "release_channel",
5783 "semantic_version",
5784 "serde",
5785 "settings",
5786 "smallvec",
5787 "strum 0.27.1",
5788 "telemetry",
5789 "theme",
5790 "ui",
5791 "util",
5792 "vim_mode_setting",
5793 "workspace",
5794 "workspace-hack",
5795 "zed_actions",
5796]
5797
5798[[package]]
5799name = "fallible-iterator"
5800version = "0.3.0"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5803
5804[[package]]
5805name = "fancy-regex"
5806version = "0.13.0"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5809dependencies = [
5810 "bit-set 0.5.3",
5811 "regex-automata",
5812 "regex-syntax",
5813]
5814
5815[[package]]
5816name = "fancy-regex"
5817version = "0.14.0"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5820dependencies = [
5821 "bit-set 0.8.0",
5822 "regex-automata",
5823 "regex-syntax",
5824]
5825
5826[[package]]
5827name = "fast-srgb8"
5828version = "1.0.0"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5831
5832[[package]]
5833name = "fastrand"
5834version = "1.9.0"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5837dependencies = [
5838 "instant",
5839]
5840
5841[[package]]
5842name = "fastrand"
5843version = "2.3.0"
5844source = "registry+https://github.com/rust-lang/crates.io-index"
5845checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5846
5847[[package]]
5848name = "fd-lock"
5849version = "4.0.4"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5852dependencies = [
5853 "cfg-if",
5854 "rustix 1.0.7",
5855 "windows-sys 0.59.0",
5856]
5857
5858[[package]]
5859name = "fdeflate"
5860version = "0.3.7"
5861source = "registry+https://github.com/rust-lang/crates.io-index"
5862checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5863dependencies = [
5864 "simd-adler32",
5865]
5866
5867[[package]]
5868name = "feature_flags"
5869version = "0.1.0"
5870dependencies = [
5871 "futures 0.3.31",
5872 "gpui",
5873 "smol",
5874 "workspace-hack",
5875]
5876
5877[[package]]
5878name = "feedback"
5879version = "0.1.0"
5880dependencies = [
5881 "editor",
5882 "gpui",
5883 "menu",
5884 "system_specs",
5885 "ui",
5886 "urlencoding",
5887 "util",
5888 "workspace",
5889 "workspace-hack",
5890 "zed_actions",
5891]
5892
5893[[package]]
5894name = "ff"
5895version = "0.12.1"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5898dependencies = [
5899 "rand_core 0.6.4",
5900 "subtle",
5901]
5902
5903[[package]]
5904name = "file_finder"
5905version = "0.1.0"
5906dependencies = [
5907 "anyhow",
5908 "collections",
5909 "ctor",
5910 "editor",
5911 "file_icons",
5912 "futures 0.3.31",
5913 "fuzzy",
5914 "gpui",
5915 "language",
5916 "menu",
5917 "picker",
5918 "pretty_assertions",
5919 "project",
5920 "schemars 1.0.1",
5921 "search",
5922 "serde",
5923 "serde_json",
5924 "settings",
5925 "text",
5926 "theme",
5927 "ui",
5928 "util",
5929 "workspace",
5930 "workspace-hack",
5931 "zlog",
5932]
5933
5934[[package]]
5935name = "file_icons"
5936version = "0.1.0"
5937dependencies = [
5938 "gpui",
5939 "serde",
5940 "settings",
5941 "theme",
5942 "util",
5943 "workspace-hack",
5944]
5945
5946[[package]]
5947name = "filedescriptor"
5948version = "0.8.3"
5949source = "registry+https://github.com/rust-lang/crates.io-index"
5950checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5951dependencies = [
5952 "libc",
5953 "thiserror 1.0.69",
5954 "winapi",
5955]
5956
5957[[package]]
5958name = "filetime"
5959version = "0.2.25"
5960source = "registry+https://github.com/rust-lang/crates.io-index"
5961checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5962dependencies = [
5963 "cfg-if",
5964 "libc",
5965 "libredox",
5966 "windows-sys 0.59.0",
5967]
5968
5969[[package]]
5970name = "fixedbitset"
5971version = "0.4.2"
5972source = "registry+https://github.com/rust-lang/crates.io-index"
5973checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5974
5975[[package]]
5976name = "flate2"
5977version = "1.1.1"
5978source = "registry+https://github.com/rust-lang/crates.io-index"
5979checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5980dependencies = [
5981 "crc32fast",
5982 "miniz_oxide",
5983]
5984
5985[[package]]
5986name = "float-cmp"
5987version = "0.9.0"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5990
5991[[package]]
5992name = "float-ord"
5993version = "0.3.2"
5994source = "registry+https://github.com/rust-lang/crates.io-index"
5995checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5996
5997[[package]]
5998name = "float8"
5999version = "0.4.2"
6000source = "registry+https://github.com/rust-lang/crates.io-index"
6001checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6002dependencies = [
6003 "half",
6004 "num-traits",
6005 "rand 0.9.1",
6006 "rand_distr",
6007]
6008
6009[[package]]
6010name = "float_next_after"
6011version = "1.0.0"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6014
6015[[package]]
6016name = "fluent-uri"
6017version = "0.3.2"
6018source = "registry+https://github.com/rust-lang/crates.io-index"
6019checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
6020dependencies = [
6021 "borrow-or-share",
6022 "ref-cast",
6023 "serde",
6024]
6025
6026[[package]]
6027name = "flume"
6028version = "0.11.1"
6029source = "registry+https://github.com/rust-lang/crates.io-index"
6030checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6031dependencies = [
6032 "futures-core",
6033 "futures-sink",
6034 "nanorand",
6035 "spin",
6036]
6037
6038[[package]]
6039name = "fnv"
6040version = "1.0.7"
6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6043
6044[[package]]
6045name = "foldhash"
6046version = "0.1.5"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6049
6050[[package]]
6051name = "font-kit"
6052version = "0.14.1"
6053source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
6054dependencies = [
6055 "bitflags 2.9.0",
6056 "byteorder",
6057 "core-foundation 0.10.0",
6058 "core-graphics 0.24.0",
6059 "core-text",
6060 "dirs 5.0.1",
6061 "dwrote",
6062 "float-ord",
6063 "freetype-sys",
6064 "lazy_static",
6065 "libc",
6066 "log",
6067 "pathfinder_geometry",
6068 "pathfinder_simd",
6069 "walkdir",
6070 "winapi",
6071 "yeslogic-fontconfig-sys",
6072]
6073
6074[[package]]
6075name = "font-types"
6076version = "0.8.4"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
6079dependencies = [
6080 "bytemuck",
6081]
6082
6083[[package]]
6084name = "fontconfig-parser"
6085version = "0.5.7"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
6088dependencies = [
6089 "roxmltree",
6090]
6091
6092[[package]]
6093name = "fontdb"
6094version = "0.16.2"
6095source = "registry+https://github.com/rust-lang/crates.io-index"
6096checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6097dependencies = [
6098 "fontconfig-parser",
6099 "log",
6100 "memmap2",
6101 "slotmap",
6102 "tinyvec",
6103 "ttf-parser 0.20.0",
6104]
6105
6106[[package]]
6107name = "fontdb"
6108version = "0.23.0"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6111dependencies = [
6112 "fontconfig-parser",
6113 "log",
6114 "memmap2",
6115 "slotmap",
6116 "tinyvec",
6117 "ttf-parser 0.25.1",
6118]
6119
6120[[package]]
6121name = "foreign-types"
6122version = "0.3.2"
6123source = "registry+https://github.com/rust-lang/crates.io-index"
6124checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6125dependencies = [
6126 "foreign-types-shared 0.1.1",
6127]
6128
6129[[package]]
6130name = "foreign-types"
6131version = "0.5.0"
6132source = "registry+https://github.com/rust-lang/crates.io-index"
6133checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6134dependencies = [
6135 "foreign-types-macros",
6136 "foreign-types-shared 0.3.1",
6137]
6138
6139[[package]]
6140name = "foreign-types-macros"
6141version = "0.2.3"
6142source = "registry+https://github.com/rust-lang/crates.io-index"
6143checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6144dependencies = [
6145 "proc-macro2",
6146 "quote",
6147 "syn 2.0.101",
6148]
6149
6150[[package]]
6151name = "foreign-types-shared"
6152version = "0.1.1"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6155
6156[[package]]
6157name = "foreign-types-shared"
6158version = "0.3.1"
6159source = "registry+https://github.com/rust-lang/crates.io-index"
6160checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6161
6162[[package]]
6163name = "fork"
6164version = "0.2.0"
6165source = "registry+https://github.com/rust-lang/crates.io-index"
6166checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
6167dependencies = [
6168 "libc",
6169]
6170
6171[[package]]
6172name = "form_urlencoded"
6173version = "1.2.1"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
6176dependencies = [
6177 "percent-encoding",
6178]
6179
6180[[package]]
6181name = "fraction"
6182version = "0.15.3"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6185dependencies = [
6186 "lazy_static",
6187 "num",
6188]
6189
6190[[package]]
6191name = "freetype-sys"
6192version = "0.20.1"
6193source = "registry+https://github.com/rust-lang/crates.io-index"
6194checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6195dependencies = [
6196 "cc",
6197 "libc",
6198 "pkg-config",
6199]
6200
6201[[package]]
6202name = "fs"
6203version = "0.1.0"
6204dependencies = [
6205 "anyhow",
6206 "ashpd 0.11.0",
6207 "async-tar",
6208 "async-trait",
6209 "cocoa 0.26.0",
6210 "collections",
6211 "fsevent",
6212 "futures 0.3.31",
6213 "git",
6214 "gpui",
6215 "ignore",
6216 "libc",
6217 "log",
6218 "notify 8.0.0",
6219 "objc",
6220 "parking_lot",
6221 "paths",
6222 "proto",
6223 "rope",
6224 "serde",
6225 "serde_json",
6226 "smol",
6227 "tempfile",
6228 "text",
6229 "time",
6230 "util",
6231 "windows 0.61.1",
6232 "workspace-hack",
6233]
6234
6235[[package]]
6236name = "fs-set-times"
6237version = "0.20.3"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6240dependencies = [
6241 "io-lifetimes",
6242 "rustix 1.0.7",
6243 "windows-sys 0.59.0",
6244]
6245
6246[[package]]
6247name = "fs2"
6248version = "0.4.3"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6251dependencies = [
6252 "libc",
6253 "winapi",
6254]
6255
6256[[package]]
6257name = "fs_extra"
6258version = "1.3.0"
6259source = "registry+https://github.com/rust-lang/crates.io-index"
6260checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6261
6262[[package]]
6263name = "fsevent"
6264version = "0.1.0"
6265dependencies = [
6266 "bitflags 2.9.0",
6267 "core-foundation 0.10.0",
6268 "fsevent-sys 3.1.0",
6269 "log",
6270 "parking_lot",
6271 "tempfile",
6272 "workspace-hack",
6273]
6274
6275[[package]]
6276name = "fsevent-sys"
6277version = "3.1.0"
6278source = "registry+https://github.com/rust-lang/crates.io-index"
6279checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
6280dependencies = [
6281 "libc",
6282]
6283
6284[[package]]
6285name = "fsevent-sys"
6286version = "4.1.0"
6287source = "registry+https://github.com/rust-lang/crates.io-index"
6288checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6289dependencies = [
6290 "libc",
6291]
6292
6293[[package]]
6294name = "funty"
6295version = "2.0.0"
6296source = "registry+https://github.com/rust-lang/crates.io-index"
6297checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6298
6299[[package]]
6300name = "futf"
6301version = "0.1.5"
6302source = "registry+https://github.com/rust-lang/crates.io-index"
6303checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6304dependencies = [
6305 "mac",
6306 "new_debug_unreachable",
6307]
6308
6309[[package]]
6310name = "futures"
6311version = "0.1.31"
6312source = "registry+https://github.com/rust-lang/crates.io-index"
6313checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6314
6315[[package]]
6316name = "futures"
6317version = "0.3.31"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6320dependencies = [
6321 "futures-channel",
6322 "futures-core",
6323 "futures-executor",
6324 "futures-io",
6325 "futures-sink",
6326 "futures-task",
6327 "futures-util",
6328]
6329
6330[[package]]
6331name = "futures-channel"
6332version = "0.3.31"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6335dependencies = [
6336 "futures-core",
6337 "futures-sink",
6338]
6339
6340[[package]]
6341name = "futures-core"
6342version = "0.3.31"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6345
6346[[package]]
6347name = "futures-executor"
6348version = "0.3.31"
6349source = "registry+https://github.com/rust-lang/crates.io-index"
6350checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6351dependencies = [
6352 "futures-core",
6353 "futures-task",
6354 "futures-util",
6355]
6356
6357[[package]]
6358name = "futures-intrusive"
6359version = "0.5.0"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6362dependencies = [
6363 "futures-core",
6364 "lock_api",
6365 "parking_lot",
6366]
6367
6368[[package]]
6369name = "futures-io"
6370version = "0.3.31"
6371source = "registry+https://github.com/rust-lang/crates.io-index"
6372checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6373
6374[[package]]
6375name = "futures-lite"
6376version = "1.13.0"
6377source = "registry+https://github.com/rust-lang/crates.io-index"
6378checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6379dependencies = [
6380 "fastrand 1.9.0",
6381 "futures-core",
6382 "futures-io",
6383 "memchr",
6384 "parking",
6385 "pin-project-lite",
6386 "waker-fn",
6387]
6388
6389[[package]]
6390name = "futures-lite"
6391version = "2.6.0"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
6394dependencies = [
6395 "fastrand 2.3.0",
6396 "futures-core",
6397 "futures-io",
6398 "parking",
6399 "pin-project-lite",
6400]
6401
6402[[package]]
6403name = "futures-macro"
6404version = "0.3.31"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6407dependencies = [
6408 "proc-macro2",
6409 "quote",
6410 "syn 2.0.101",
6411]
6412
6413[[package]]
6414name = "futures-sink"
6415version = "0.3.31"
6416source = "registry+https://github.com/rust-lang/crates.io-index"
6417checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6418
6419[[package]]
6420name = "futures-task"
6421version = "0.3.31"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6424
6425[[package]]
6426name = "futures-util"
6427version = "0.3.31"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6430dependencies = [
6431 "futures 0.1.31",
6432 "futures-channel",
6433 "futures-core",
6434 "futures-io",
6435 "futures-macro",
6436 "futures-sink",
6437 "futures-task",
6438 "memchr",
6439 "pin-project-lite",
6440 "pin-utils",
6441 "slab",
6442 "tokio-io",
6443]
6444
6445[[package]]
6446name = "fuzzy"
6447version = "0.1.0"
6448dependencies = [
6449 "gpui",
6450 "log",
6451 "util",
6452 "workspace-hack",
6453]
6454
6455[[package]]
6456name = "fuzzy-matcher"
6457version = "0.3.7"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6460dependencies = [
6461 "thread_local",
6462]
6463
6464[[package]]
6465name = "gemm"
6466version = "0.17.1"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6469dependencies = [
6470 "dyn-stack 0.10.0",
6471 "gemm-c32 0.17.1",
6472 "gemm-c64 0.17.1",
6473 "gemm-common 0.17.1",
6474 "gemm-f16 0.17.1",
6475 "gemm-f32 0.17.1",
6476 "gemm-f64 0.17.1",
6477 "num-complex",
6478 "num-traits",
6479 "paste",
6480 "raw-cpuid 10.7.0",
6481 "seq-macro",
6482]
6483
6484[[package]]
6485name = "gemm"
6486version = "0.18.2"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6489dependencies = [
6490 "dyn-stack 0.13.0",
6491 "gemm-c32 0.18.2",
6492 "gemm-c64 0.18.2",
6493 "gemm-common 0.18.2",
6494 "gemm-f16 0.18.2",
6495 "gemm-f32 0.18.2",
6496 "gemm-f64 0.18.2",
6497 "num-complex",
6498 "num-traits",
6499 "paste",
6500 "raw-cpuid 11.6.0",
6501 "seq-macro",
6502]
6503
6504[[package]]
6505name = "gemm-c32"
6506version = "0.17.1"
6507source = "registry+https://github.com/rust-lang/crates.io-index"
6508checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6509dependencies = [
6510 "dyn-stack 0.10.0",
6511 "gemm-common 0.17.1",
6512 "num-complex",
6513 "num-traits",
6514 "paste",
6515 "raw-cpuid 10.7.0",
6516 "seq-macro",
6517]
6518
6519[[package]]
6520name = "gemm-c32"
6521version = "0.18.2"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6524dependencies = [
6525 "dyn-stack 0.13.0",
6526 "gemm-common 0.18.2",
6527 "num-complex",
6528 "num-traits",
6529 "paste",
6530 "raw-cpuid 11.6.0",
6531 "seq-macro",
6532]
6533
6534[[package]]
6535name = "gemm-c64"
6536version = "0.17.1"
6537source = "registry+https://github.com/rust-lang/crates.io-index"
6538checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6539dependencies = [
6540 "dyn-stack 0.10.0",
6541 "gemm-common 0.17.1",
6542 "num-complex",
6543 "num-traits",
6544 "paste",
6545 "raw-cpuid 10.7.0",
6546 "seq-macro",
6547]
6548
6549[[package]]
6550name = "gemm-c64"
6551version = "0.18.2"
6552source = "registry+https://github.com/rust-lang/crates.io-index"
6553checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6554dependencies = [
6555 "dyn-stack 0.13.0",
6556 "gemm-common 0.18.2",
6557 "num-complex",
6558 "num-traits",
6559 "paste",
6560 "raw-cpuid 11.6.0",
6561 "seq-macro",
6562]
6563
6564[[package]]
6565name = "gemm-common"
6566version = "0.17.1"
6567source = "registry+https://github.com/rust-lang/crates.io-index"
6568checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6569dependencies = [
6570 "bytemuck",
6571 "dyn-stack 0.10.0",
6572 "half",
6573 "num-complex",
6574 "num-traits",
6575 "once_cell",
6576 "paste",
6577 "pulp 0.18.22",
6578 "raw-cpuid 10.7.0",
6579 "rayon",
6580 "seq-macro",
6581 "sysctl 0.5.5",
6582]
6583
6584[[package]]
6585name = "gemm-common"
6586version = "0.18.2"
6587source = "registry+https://github.com/rust-lang/crates.io-index"
6588checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6589dependencies = [
6590 "bytemuck",
6591 "dyn-stack 0.13.0",
6592 "half",
6593 "libm",
6594 "num-complex",
6595 "num-traits",
6596 "once_cell",
6597 "paste",
6598 "pulp 0.21.5",
6599 "raw-cpuid 11.6.0",
6600 "rayon",
6601 "seq-macro",
6602 "sysctl 0.6.0",
6603]
6604
6605[[package]]
6606name = "gemm-f16"
6607version = "0.17.1"
6608source = "registry+https://github.com/rust-lang/crates.io-index"
6609checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6610dependencies = [
6611 "dyn-stack 0.10.0",
6612 "gemm-common 0.17.1",
6613 "gemm-f32 0.17.1",
6614 "half",
6615 "num-complex",
6616 "num-traits",
6617 "paste",
6618 "raw-cpuid 10.7.0",
6619 "rayon",
6620 "seq-macro",
6621]
6622
6623[[package]]
6624name = "gemm-f16"
6625version = "0.18.2"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6628dependencies = [
6629 "dyn-stack 0.13.0",
6630 "gemm-common 0.18.2",
6631 "gemm-f32 0.18.2",
6632 "half",
6633 "num-complex",
6634 "num-traits",
6635 "paste",
6636 "raw-cpuid 11.6.0",
6637 "rayon",
6638 "seq-macro",
6639]
6640
6641[[package]]
6642name = "gemm-f32"
6643version = "0.17.1"
6644source = "registry+https://github.com/rust-lang/crates.io-index"
6645checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6646dependencies = [
6647 "dyn-stack 0.10.0",
6648 "gemm-common 0.17.1",
6649 "num-complex",
6650 "num-traits",
6651 "paste",
6652 "raw-cpuid 10.7.0",
6653 "seq-macro",
6654]
6655
6656[[package]]
6657name = "gemm-f32"
6658version = "0.18.2"
6659source = "registry+https://github.com/rust-lang/crates.io-index"
6660checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6661dependencies = [
6662 "dyn-stack 0.13.0",
6663 "gemm-common 0.18.2",
6664 "num-complex",
6665 "num-traits",
6666 "paste",
6667 "raw-cpuid 11.6.0",
6668 "seq-macro",
6669]
6670
6671[[package]]
6672name = "gemm-f64"
6673version = "0.17.1"
6674source = "registry+https://github.com/rust-lang/crates.io-index"
6675checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6676dependencies = [
6677 "dyn-stack 0.10.0",
6678 "gemm-common 0.17.1",
6679 "num-complex",
6680 "num-traits",
6681 "paste",
6682 "raw-cpuid 10.7.0",
6683 "seq-macro",
6684]
6685
6686[[package]]
6687name = "gemm-f64"
6688version = "0.18.2"
6689source = "registry+https://github.com/rust-lang/crates.io-index"
6690checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6691dependencies = [
6692 "dyn-stack 0.13.0",
6693 "gemm-common 0.18.2",
6694 "num-complex",
6695 "num-traits",
6696 "paste",
6697 "raw-cpuid 11.6.0",
6698 "seq-macro",
6699]
6700
6701[[package]]
6702name = "generator"
6703version = "0.8.5"
6704source = "registry+https://github.com/rust-lang/crates.io-index"
6705checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
6706dependencies = [
6707 "cc",
6708 "cfg-if",
6709 "libc",
6710 "log",
6711 "rustversion",
6712 "windows 0.61.1",
6713]
6714
6715[[package]]
6716name = "generic-array"
6717version = "0.14.7"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6720dependencies = [
6721 "typenum",
6722 "version_check",
6723]
6724
6725[[package]]
6726name = "gethostname"
6727version = "0.4.3"
6728source = "registry+https://github.com/rust-lang/crates.io-index"
6729checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
6730dependencies = [
6731 "libc",
6732 "windows-targets 0.48.5",
6733]
6734
6735[[package]]
6736name = "getrandom"
6737version = "0.2.15"
6738source = "registry+https://github.com/rust-lang/crates.io-index"
6739checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
6740dependencies = [
6741 "cfg-if",
6742 "js-sys",
6743 "libc",
6744 "wasi 0.11.0+wasi-snapshot-preview1",
6745 "wasm-bindgen",
6746]
6747
6748[[package]]
6749name = "getrandom"
6750version = "0.3.2"
6751source = "registry+https://github.com/rust-lang/crates.io-index"
6752checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
6753dependencies = [
6754 "cfg-if",
6755 "js-sys",
6756 "libc",
6757 "r-efi",
6758 "wasi 0.14.2+wasi-0.2.4",
6759 "wasm-bindgen",
6760]
6761
6762[[package]]
6763name = "gif"
6764version = "0.13.1"
6765source = "registry+https://github.com/rust-lang/crates.io-index"
6766checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6767dependencies = [
6768 "color_quant",
6769 "weezl",
6770]
6771
6772[[package]]
6773name = "gimli"
6774version = "0.31.1"
6775source = "registry+https://github.com/rust-lang/crates.io-index"
6776checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6777dependencies = [
6778 "fallible-iterator",
6779 "indexmap 2.9.0",
6780 "stable_deref_trait",
6781]
6782
6783[[package]]
6784name = "git"
6785version = "0.1.0"
6786dependencies = [
6787 "anyhow",
6788 "askpass",
6789 "async-trait",
6790 "collections",
6791 "derive_more",
6792 "futures 0.3.31",
6793 "git2",
6794 "gpui",
6795 "http_client",
6796 "log",
6797 "parking_lot",
6798 "pretty_assertions",
6799 "rand 0.9.1",
6800 "regex",
6801 "rope",
6802 "schemars 1.0.1",
6803 "serde",
6804 "serde_json",
6805 "smol",
6806 "sum_tree",
6807 "tempfile",
6808 "text",
6809 "thiserror 2.0.12",
6810 "time",
6811 "unindent",
6812 "url",
6813 "util",
6814 "uuid",
6815 "workspace-hack",
6816]
6817
6818[[package]]
6819name = "git2"
6820version = "0.20.1"
6821source = "registry+https://github.com/rust-lang/crates.io-index"
6822checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6823dependencies = [
6824 "bitflags 2.9.0",
6825 "libc",
6826 "libgit2-sys",
6827 "log",
6828 "url",
6829]
6830
6831[[package]]
6832name = "git_hosting_providers"
6833version = "0.1.0"
6834dependencies = [
6835 "anyhow",
6836 "async-trait",
6837 "futures 0.3.31",
6838 "git",
6839 "gpui",
6840 "http_client",
6841 "indoc",
6842 "pretty_assertions",
6843 "regex",
6844 "serde",
6845 "serde_json",
6846 "settings",
6847 "url",
6848 "util",
6849 "workspace-hack",
6850]
6851
6852[[package]]
6853name = "git_ui"
6854version = "0.1.0"
6855dependencies = [
6856 "agent_settings",
6857 "anyhow",
6858 "askpass",
6859 "buffer_diff",
6860 "call",
6861 "chrono",
6862 "cloud_llm_client",
6863 "collections",
6864 "command_palette_hooks",
6865 "component",
6866 "ctor",
6867 "db",
6868 "editor",
6869 "futures 0.3.31",
6870 "fuzzy",
6871 "git",
6872 "gpui",
6873 "indoc",
6874 "itertools 0.14.0",
6875 "language",
6876 "language_model",
6877 "linkify",
6878 "log",
6879 "markdown",
6880 "menu",
6881 "multi_buffer",
6882 "notifications",
6883 "panel",
6884 "picker",
6885 "postage",
6886 "pretty_assertions",
6887 "project",
6888 "schemars 1.0.1",
6889 "serde",
6890 "serde_json",
6891 "settings",
6892 "strum 0.27.1",
6893 "telemetry",
6894 "theme",
6895 "time",
6896 "time_format",
6897 "ui",
6898 "unindent",
6899 "util",
6900 "watch",
6901 "windows 0.61.1",
6902 "workspace",
6903 "workspace-hack",
6904 "zed_actions",
6905 "zeroize",
6906 "zlog",
6907]
6908
6909[[package]]
6910name = "glob"
6911version = "0.3.2"
6912source = "registry+https://github.com/rust-lang/crates.io-index"
6913checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6914
6915[[package]]
6916name = "globset"
6917version = "0.4.16"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6920dependencies = [
6921 "aho-corasick",
6922 "bstr",
6923 "log",
6924 "regex-automata",
6925 "regex-syntax",
6926]
6927
6928[[package]]
6929name = "gloo-timers"
6930version = "0.3.0"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6933dependencies = [
6934 "futures-channel",
6935 "futures-core",
6936 "js-sys",
6937 "wasm-bindgen",
6938]
6939
6940[[package]]
6941name = "glow"
6942version = "0.16.0"
6943source = "registry+https://github.com/rust-lang/crates.io-index"
6944checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
6945dependencies = [
6946 "js-sys",
6947 "slotmap",
6948 "wasm-bindgen",
6949 "web-sys",
6950]
6951
6952[[package]]
6953name = "go_to_line"
6954version = "0.1.0"
6955dependencies = [
6956 "editor",
6957 "gpui",
6958 "indoc",
6959 "language",
6960 "menu",
6961 "project",
6962 "rope",
6963 "serde",
6964 "serde_json",
6965 "settings",
6966 "text",
6967 "theme",
6968 "tree-sitter-rust",
6969 "tree-sitter-typescript",
6970 "ui",
6971 "util",
6972 "workspace",
6973 "workspace-hack",
6974]
6975
6976[[package]]
6977name = "goblin"
6978version = "0.8.2"
6979source = "registry+https://github.com/rust-lang/crates.io-index"
6980checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
6981dependencies = [
6982 "log",
6983 "plain",
6984 "scroll",
6985]
6986
6987[[package]]
6988name = "google_ai"
6989version = "0.1.0"
6990dependencies = [
6991 "anyhow",
6992 "futures 0.3.31",
6993 "http_client",
6994 "schemars 1.0.1",
6995 "serde",
6996 "serde_json",
6997 "settings",
6998 "strum 0.27.1",
6999 "workspace-hack",
7000]
7001
7002[[package]]
7003name = "gpu-alloc"
7004version = "0.6.0"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
7007dependencies = [
7008 "bitflags 2.9.0",
7009 "gpu-alloc-types",
7010]
7011
7012[[package]]
7013name = "gpu-alloc-ash"
7014version = "0.7.0"
7015source = "registry+https://github.com/rust-lang/crates.io-index"
7016checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7017dependencies = [
7018 "ash",
7019 "gpu-alloc-types",
7020 "tinyvec",
7021]
7022
7023[[package]]
7024name = "gpu-alloc-types"
7025version = "0.3.0"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7028dependencies = [
7029 "bitflags 2.9.0",
7030]
7031
7032[[package]]
7033name = "gpui"
7034version = "0.1.0"
7035dependencies = [
7036 "anyhow",
7037 "as-raw-xcb-connection",
7038 "ashpd 0.11.0",
7039 "async-task",
7040 "backtrace",
7041 "bindgen 0.71.1",
7042 "blade-graphics",
7043 "blade-macros",
7044 "blade-util",
7045 "block",
7046 "bytemuck",
7047 "calloop",
7048 "calloop-wayland-source",
7049 "cbindgen",
7050 "cocoa 0.26.0",
7051 "collections",
7052 "core-foundation 0.10.0",
7053 "core-foundation-sys",
7054 "core-graphics 0.24.0",
7055 "core-text",
7056 "core-video",
7057 "cosmic-text",
7058 "ctor",
7059 "derive_more",
7060 "embed-resource",
7061 "env_logger 0.11.8",
7062 "etagere",
7063 "filedescriptor",
7064 "flume",
7065 "font-kit",
7066 "foreign-types 0.5.0",
7067 "futures 0.3.31",
7068 "gpui_macros",
7069 "http_client",
7070 "image",
7071 "inventory",
7072 "itertools 0.14.0",
7073 "libc",
7074 "log",
7075 "lyon",
7076 "media",
7077 "metal",
7078 "naga",
7079 "num_cpus",
7080 "objc",
7081 "objc2",
7082 "objc2-metal",
7083 "oo7",
7084 "open",
7085 "parking",
7086 "parking_lot",
7087 "pathfinder_geometry",
7088 "postage",
7089 "pretty_assertions",
7090 "profiling",
7091 "rand 0.9.1",
7092 "raw-window-handle",
7093 "refineable",
7094 "reqwest_client",
7095 "resvg",
7096 "scap",
7097 "schemars 1.0.1",
7098 "seahash",
7099 "semantic_version",
7100 "serde",
7101 "serde_json",
7102 "slotmap",
7103 "smallvec",
7104 "smol",
7105 "stacksafe",
7106 "strum 0.27.1",
7107 "sum_tree",
7108 "taffy",
7109 "thiserror 2.0.12",
7110 "unicode-segmentation",
7111 "usvg",
7112 "util",
7113 "util_macros",
7114 "uuid",
7115 "waker-fn",
7116 "wayland-backend",
7117 "wayland-client",
7118 "wayland-cursor",
7119 "wayland-protocols",
7120 "wayland-protocols-plasma",
7121 "windows 0.61.1",
7122 "windows-core 0.61.0",
7123 "windows-numerics",
7124 "windows-registry 0.5.1",
7125 "workspace-hack",
7126 "x11-clipboard",
7127 "x11rb",
7128 "xim",
7129 "xkbcommon",
7130]
7131
7132[[package]]
7133name = "gpui_macros"
7134version = "0.1.0"
7135dependencies = [
7136 "gpui",
7137 "heck 0.5.0",
7138 "proc-macro2",
7139 "quote",
7140 "syn 2.0.101",
7141 "workspace-hack",
7142]
7143
7144[[package]]
7145name = "gpui_tokio"
7146version = "0.1.0"
7147dependencies = [
7148 "anyhow",
7149 "gpui",
7150 "tokio",
7151 "util",
7152 "workspace-hack",
7153]
7154
7155[[package]]
7156name = "grid"
7157version = "0.18.0"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7160
7161[[package]]
7162name = "group"
7163version = "0.12.1"
7164source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7166dependencies = [
7167 "ff",
7168 "rand_core 0.6.4",
7169 "subtle",
7170]
7171
7172[[package]]
7173name = "h2"
7174version = "0.3.26"
7175source = "registry+https://github.com/rust-lang/crates.io-index"
7176checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7177dependencies = [
7178 "bytes 1.10.1",
7179 "fnv",
7180 "futures-core",
7181 "futures-sink",
7182 "futures-util",
7183 "http 0.2.12",
7184 "indexmap 2.9.0",
7185 "slab",
7186 "tokio",
7187 "tokio-util",
7188 "tracing",
7189]
7190
7191[[package]]
7192name = "h2"
7193version = "0.4.9"
7194source = "registry+https://github.com/rust-lang/crates.io-index"
7195checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7196dependencies = [
7197 "atomic-waker",
7198 "bytes 1.10.1",
7199 "fnv",
7200 "futures-core",
7201 "futures-sink",
7202 "http 1.3.1",
7203 "indexmap 2.9.0",
7204 "slab",
7205 "tokio",
7206 "tokio-util",
7207 "tracing",
7208]
7209
7210[[package]]
7211name = "half"
7212version = "2.6.0"
7213source = "registry+https://github.com/rust-lang/crates.io-index"
7214checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7215dependencies = [
7216 "bytemuck",
7217 "cfg-if",
7218 "crunchy",
7219 "num-traits",
7220 "rand 0.9.1",
7221 "rand_distr",
7222]
7223
7224[[package]]
7225name = "handlebars"
7226version = "4.5.0"
7227source = "registry+https://github.com/rust-lang/crates.io-index"
7228checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7229dependencies = [
7230 "log",
7231 "pest",
7232 "pest_derive",
7233 "rust-embed",
7234 "serde",
7235 "serde_json",
7236 "thiserror 1.0.69",
7237]
7238
7239[[package]]
7240name = "handlebars"
7241version = "5.1.2"
7242source = "registry+https://github.com/rust-lang/crates.io-index"
7243checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7244dependencies = [
7245 "log",
7246 "pest",
7247 "pest_derive",
7248 "serde",
7249 "serde_json",
7250 "thiserror 1.0.69",
7251]
7252
7253[[package]]
7254name = "hashbrown"
7255version = "0.12.3"
7256source = "registry+https://github.com/rust-lang/crates.io-index"
7257checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7258dependencies = [
7259 "ahash 0.7.8",
7260]
7261
7262[[package]]
7263name = "hashbrown"
7264version = "0.14.5"
7265source = "registry+https://github.com/rust-lang/crates.io-index"
7266checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7267dependencies = [
7268 "ahash 0.8.11",
7269 "allocator-api2",
7270]
7271
7272[[package]]
7273name = "hashbrown"
7274version = "0.15.3"
7275source = "registry+https://github.com/rust-lang/crates.io-index"
7276checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7277dependencies = [
7278 "allocator-api2",
7279 "equivalent",
7280 "foldhash",
7281 "serde",
7282]
7283
7284[[package]]
7285name = "hashlink"
7286version = "0.8.4"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7289dependencies = [
7290 "hashbrown 0.14.5",
7291]
7292
7293[[package]]
7294name = "hashlink"
7295version = "0.10.0"
7296source = "registry+https://github.com/rust-lang/crates.io-index"
7297checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7298dependencies = [
7299 "hashbrown 0.15.3",
7300]
7301
7302[[package]]
7303name = "headers"
7304version = "0.3.9"
7305source = "registry+https://github.com/rust-lang/crates.io-index"
7306checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7307dependencies = [
7308 "base64 0.21.7",
7309 "bytes 1.10.1",
7310 "headers-core",
7311 "http 0.2.12",
7312 "httpdate",
7313 "mime",
7314 "sha1",
7315]
7316
7317[[package]]
7318name = "headers-core"
7319version = "0.2.0"
7320source = "registry+https://github.com/rust-lang/crates.io-index"
7321checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7322dependencies = [
7323 "http 0.2.12",
7324]
7325
7326[[package]]
7327name = "heck"
7328version = "0.3.3"
7329source = "registry+https://github.com/rust-lang/crates.io-index"
7330checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7331dependencies = [
7332 "unicode-segmentation",
7333]
7334
7335[[package]]
7336name = "heck"
7337version = "0.4.1"
7338source = "registry+https://github.com/rust-lang/crates.io-index"
7339checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7340dependencies = [
7341 "unicode-segmentation",
7342]
7343
7344[[package]]
7345name = "heck"
7346version = "0.5.0"
7347source = "registry+https://github.com/rust-lang/crates.io-index"
7348checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7349
7350[[package]]
7351name = "heed"
7352version = "0.21.0"
7353source = "registry+https://github.com/rust-lang/crates.io-index"
7354checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7355dependencies = [
7356 "bitflags 2.9.0",
7357 "byteorder",
7358 "heed-traits",
7359 "heed-types",
7360 "libc",
7361 "lmdb-master-sys",
7362 "once_cell",
7363 "page_size",
7364 "serde",
7365 "synchronoise",
7366 "url",
7367]
7368
7369[[package]]
7370name = "heed-traits"
7371version = "0.20.0"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7374
7375[[package]]
7376name = "heed-types"
7377version = "0.21.0"
7378source = "registry+https://github.com/rust-lang/crates.io-index"
7379checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7380dependencies = [
7381 "bincode",
7382 "byteorder",
7383 "heed-traits",
7384 "serde",
7385 "serde_json",
7386]
7387
7388[[package]]
7389name = "hermit-abi"
7390version = "0.3.9"
7391source = "registry+https://github.com/rust-lang/crates.io-index"
7392checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7393
7394[[package]]
7395name = "hermit-abi"
7396version = "0.5.0"
7397source = "registry+https://github.com/rust-lang/crates.io-index"
7398checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7399
7400[[package]]
7401name = "hex"
7402version = "0.4.3"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7405
7406[[package]]
7407name = "hexf-parse"
7408version = "0.2.1"
7409source = "registry+https://github.com/rust-lang/crates.io-index"
7410checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7411
7412[[package]]
7413name = "hidden-trait"
7414version = "0.1.2"
7415source = "registry+https://github.com/rust-lang/crates.io-index"
7416checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7417dependencies = [
7418 "proc-macro2",
7419 "quote",
7420 "syn 1.0.109",
7421]
7422
7423[[package]]
7424name = "hkdf"
7425version = "0.12.4"
7426source = "registry+https://github.com/rust-lang/crates.io-index"
7427checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7428dependencies = [
7429 "hmac",
7430]
7431
7432[[package]]
7433name = "hmac"
7434version = "0.12.1"
7435source = "registry+https://github.com/rust-lang/crates.io-index"
7436checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7437dependencies = [
7438 "digest",
7439]
7440
7441[[package]]
7442name = "home"
7443version = "0.5.11"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7446dependencies = [
7447 "windows-sys 0.59.0",
7448]
7449
7450[[package]]
7451name = "hound"
7452version = "3.5.1"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7455
7456[[package]]
7457name = "html5ever"
7458version = "0.27.0"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7461dependencies = [
7462 "log",
7463 "mac",
7464 "markup5ever 0.12.1",
7465 "proc-macro2",
7466 "quote",
7467 "syn 2.0.101",
7468]
7469
7470[[package]]
7471name = "html5ever"
7472version = "0.31.0"
7473source = "registry+https://github.com/rust-lang/crates.io-index"
7474checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7475dependencies = [
7476 "log",
7477 "mac",
7478 "markup5ever 0.16.1",
7479 "match_token",
7480]
7481
7482[[package]]
7483name = "html_to_markdown"
7484version = "0.1.0"
7485dependencies = [
7486 "anyhow",
7487 "html5ever 0.27.0",
7488 "indoc",
7489 "markup5ever_rcdom",
7490 "pretty_assertions",
7491 "regex",
7492 "workspace-hack",
7493]
7494
7495[[package]]
7496name = "http"
7497version = "0.2.12"
7498source = "registry+https://github.com/rust-lang/crates.io-index"
7499checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7500dependencies = [
7501 "bytes 1.10.1",
7502 "fnv",
7503 "itoa",
7504]
7505
7506[[package]]
7507name = "http"
7508version = "1.3.1"
7509source = "registry+https://github.com/rust-lang/crates.io-index"
7510checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7511dependencies = [
7512 "bytes 1.10.1",
7513 "fnv",
7514 "itoa",
7515]
7516
7517[[package]]
7518name = "http-body"
7519version = "0.4.6"
7520source = "registry+https://github.com/rust-lang/crates.io-index"
7521checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7522dependencies = [
7523 "bytes 1.10.1",
7524 "http 0.2.12",
7525 "pin-project-lite",
7526]
7527
7528[[package]]
7529name = "http-body"
7530version = "1.0.1"
7531source = "registry+https://github.com/rust-lang/crates.io-index"
7532checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7533dependencies = [
7534 "bytes 1.10.1",
7535 "http 1.3.1",
7536]
7537
7538[[package]]
7539name = "http-body-util"
7540version = "0.1.3"
7541source = "registry+https://github.com/rust-lang/crates.io-index"
7542checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7543dependencies = [
7544 "bytes 1.10.1",
7545 "futures-core",
7546 "http 1.3.1",
7547 "http-body 1.0.1",
7548 "pin-project-lite",
7549]
7550
7551[[package]]
7552name = "http-range-header"
7553version = "0.3.1"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7556
7557[[package]]
7558name = "http_client"
7559version = "0.1.0"
7560dependencies = [
7561 "anyhow",
7562 "async-compression",
7563 "async-fs",
7564 "async-tar",
7565 "bytes 1.10.1",
7566 "derive_more",
7567 "futures 0.3.31",
7568 "http 1.3.1",
7569 "http-body 1.0.1",
7570 "log",
7571 "parking_lot",
7572 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
7573 "serde",
7574 "serde_json",
7575 "sha2",
7576 "tempfile",
7577 "url",
7578 "util",
7579 "workspace-hack",
7580]
7581
7582[[package]]
7583name = "http_client_tls"
7584version = "0.1.0"
7585dependencies = [
7586 "rustls 0.23.26",
7587 "rustls-platform-verifier",
7588 "workspace-hack",
7589]
7590
7591[[package]]
7592name = "httparse"
7593version = "1.10.1"
7594source = "registry+https://github.com/rust-lang/crates.io-index"
7595checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7596
7597[[package]]
7598name = "httpdate"
7599version = "1.0.3"
7600source = "registry+https://github.com/rust-lang/crates.io-index"
7601checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7602
7603[[package]]
7604name = "human_bytes"
7605version = "0.4.3"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7608
7609[[package]]
7610name = "humantime"
7611version = "2.2.0"
7612source = "registry+https://github.com/rust-lang/crates.io-index"
7613checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7614
7615[[package]]
7616name = "hyper"
7617version = "0.14.32"
7618source = "registry+https://github.com/rust-lang/crates.io-index"
7619checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7620dependencies = [
7621 "bytes 1.10.1",
7622 "futures-channel",
7623 "futures-core",
7624 "futures-util",
7625 "h2 0.3.26",
7626 "http 0.2.12",
7627 "http-body 0.4.6",
7628 "httparse",
7629 "httpdate",
7630 "itoa",
7631 "pin-project-lite",
7632 "socket2",
7633 "tokio",
7634 "tower-service",
7635 "tracing",
7636 "want",
7637]
7638
7639[[package]]
7640name = "hyper"
7641version = "1.6.0"
7642source = "registry+https://github.com/rust-lang/crates.io-index"
7643checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7644dependencies = [
7645 "bytes 1.10.1",
7646 "futures-channel",
7647 "futures-util",
7648 "h2 0.4.9",
7649 "http 1.3.1",
7650 "http-body 1.0.1",
7651 "httparse",
7652 "itoa",
7653 "pin-project-lite",
7654 "smallvec",
7655 "tokio",
7656 "want",
7657]
7658
7659[[package]]
7660name = "hyper-rustls"
7661version = "0.24.2"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7664dependencies = [
7665 "futures-util",
7666 "http 0.2.12",
7667 "hyper 0.14.32",
7668 "log",
7669 "rustls 0.21.12",
7670 "rustls-native-certs 0.6.3",
7671 "tokio",
7672 "tokio-rustls 0.24.1",
7673]
7674
7675[[package]]
7676name = "hyper-rustls"
7677version = "0.27.5"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7680dependencies = [
7681 "futures-util",
7682 "http 1.3.1",
7683 "hyper 1.6.0",
7684 "hyper-util",
7685 "rustls 0.23.26",
7686 "rustls-native-certs 0.8.1",
7687 "rustls-pki-types",
7688 "tokio",
7689 "tokio-rustls 0.26.2",
7690 "tower-service",
7691]
7692
7693[[package]]
7694name = "hyper-tls"
7695version = "0.5.0"
7696source = "registry+https://github.com/rust-lang/crates.io-index"
7697checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7698dependencies = [
7699 "bytes 1.10.1",
7700 "hyper 0.14.32",
7701 "native-tls",
7702 "tokio",
7703 "tokio-native-tls",
7704]
7705
7706[[package]]
7707name = "hyper-util"
7708version = "0.1.11"
7709source = "registry+https://github.com/rust-lang/crates.io-index"
7710checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7711dependencies = [
7712 "bytes 1.10.1",
7713 "futures-channel",
7714 "futures-util",
7715 "http 1.3.1",
7716 "http-body 1.0.1",
7717 "hyper 1.6.0",
7718 "libc",
7719 "pin-project-lite",
7720 "socket2",
7721 "tokio",
7722 "tower-service",
7723 "tracing",
7724]
7725
7726[[package]]
7727name = "iana-time-zone"
7728version = "0.1.63"
7729source = "registry+https://github.com/rust-lang/crates.io-index"
7730checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7731dependencies = [
7732 "android_system_properties",
7733 "core-foundation-sys",
7734 "iana-time-zone-haiku",
7735 "js-sys",
7736 "log",
7737 "wasm-bindgen",
7738 "windows-core 0.61.0",
7739]
7740
7741[[package]]
7742name = "iana-time-zone-haiku"
7743version = "0.1.2"
7744source = "registry+https://github.com/rust-lang/crates.io-index"
7745checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7746dependencies = [
7747 "cc",
7748]
7749
7750[[package]]
7751name = "icons"
7752version = "0.1.0"
7753dependencies = [
7754 "serde",
7755 "strum 0.27.1",
7756 "workspace-hack",
7757]
7758
7759[[package]]
7760name = "icu_collections"
7761version = "1.5.0"
7762source = "registry+https://github.com/rust-lang/crates.io-index"
7763checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7764dependencies = [
7765 "displaydoc",
7766 "yoke",
7767 "zerofrom",
7768 "zerovec",
7769]
7770
7771[[package]]
7772name = "icu_locid"
7773version = "1.5.0"
7774source = "registry+https://github.com/rust-lang/crates.io-index"
7775checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7776dependencies = [
7777 "displaydoc",
7778 "litemap",
7779 "tinystr",
7780 "writeable",
7781 "zerovec",
7782]
7783
7784[[package]]
7785name = "icu_locid_transform"
7786version = "1.5.0"
7787source = "registry+https://github.com/rust-lang/crates.io-index"
7788checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7789dependencies = [
7790 "displaydoc",
7791 "icu_locid",
7792 "icu_locid_transform_data",
7793 "icu_provider",
7794 "tinystr",
7795 "zerovec",
7796]
7797
7798[[package]]
7799name = "icu_locid_transform_data"
7800version = "1.5.1"
7801source = "registry+https://github.com/rust-lang/crates.io-index"
7802checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7803
7804[[package]]
7805name = "icu_normalizer"
7806version = "1.5.0"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7809dependencies = [
7810 "displaydoc",
7811 "icu_collections",
7812 "icu_normalizer_data",
7813 "icu_properties",
7814 "icu_provider",
7815 "smallvec",
7816 "utf16_iter",
7817 "utf8_iter",
7818 "write16",
7819 "zerovec",
7820]
7821
7822[[package]]
7823name = "icu_normalizer_data"
7824version = "1.5.1"
7825source = "registry+https://github.com/rust-lang/crates.io-index"
7826checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7827
7828[[package]]
7829name = "icu_properties"
7830version = "1.5.1"
7831source = "registry+https://github.com/rust-lang/crates.io-index"
7832checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7833dependencies = [
7834 "displaydoc",
7835 "icu_collections",
7836 "icu_locid_transform",
7837 "icu_properties_data",
7838 "icu_provider",
7839 "tinystr",
7840 "zerovec",
7841]
7842
7843[[package]]
7844name = "icu_properties_data"
7845version = "1.5.1"
7846source = "registry+https://github.com/rust-lang/crates.io-index"
7847checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7848
7849[[package]]
7850name = "icu_provider"
7851version = "1.5.0"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7854dependencies = [
7855 "displaydoc",
7856 "icu_locid",
7857 "icu_provider_macros",
7858 "stable_deref_trait",
7859 "tinystr",
7860 "writeable",
7861 "yoke",
7862 "zerofrom",
7863 "zerovec",
7864]
7865
7866[[package]]
7867name = "icu_provider_macros"
7868version = "1.5.0"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7871dependencies = [
7872 "proc-macro2",
7873 "quote",
7874 "syn 2.0.101",
7875]
7876
7877[[package]]
7878name = "id-arena"
7879version = "2.2.1"
7880source = "registry+https://github.com/rust-lang/crates.io-index"
7881checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7882
7883[[package]]
7884name = "ident_case"
7885version = "1.0.1"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7888
7889[[package]]
7890name = "idna"
7891version = "1.0.3"
7892source = "registry+https://github.com/rust-lang/crates.io-index"
7893checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7894dependencies = [
7895 "idna_adapter",
7896 "smallvec",
7897 "utf8_iter",
7898]
7899
7900[[package]]
7901name = "idna_adapter"
7902version = "1.2.0"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7905dependencies = [
7906 "icu_normalizer",
7907 "icu_properties",
7908]
7909
7910[[package]]
7911name = "ignore"
7912version = "0.4.23"
7913source = "registry+https://github.com/rust-lang/crates.io-index"
7914checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7915dependencies = [
7916 "crossbeam-deque",
7917 "globset",
7918 "log",
7919 "memchr",
7920 "regex-automata",
7921 "same-file",
7922 "walkdir",
7923 "winapi-util",
7924]
7925
7926[[package]]
7927name = "image"
7928version = "0.25.6"
7929source = "registry+https://github.com/rust-lang/crates.io-index"
7930checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7931dependencies = [
7932 "bytemuck",
7933 "byteorder-lite",
7934 "color_quant",
7935 "exr",
7936 "gif",
7937 "image-webp",
7938 "num-traits",
7939 "png",
7940 "qoi",
7941 "ravif",
7942 "rayon",
7943 "rgb",
7944 "tiff",
7945 "zune-core",
7946 "zune-jpeg",
7947]
7948
7949[[package]]
7950name = "image-webp"
7951version = "0.2.1"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7954dependencies = [
7955 "byteorder-lite",
7956 "quick-error",
7957]
7958
7959[[package]]
7960name = "image_viewer"
7961version = "0.1.0"
7962dependencies = [
7963 "anyhow",
7964 "db",
7965 "editor",
7966 "file_icons",
7967 "gpui",
7968 "language",
7969 "log",
7970 "project",
7971 "serde",
7972 "settings",
7973 "theme",
7974 "ui",
7975 "util",
7976 "workspace",
7977 "workspace-hack",
7978]
7979
7980[[package]]
7981name = "imagesize"
7982version = "0.13.0"
7983source = "registry+https://github.com/rust-lang/crates.io-index"
7984checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7985
7986[[package]]
7987name = "imara-diff"
7988version = "0.1.8"
7989source = "registry+https://github.com/rust-lang/crates.io-index"
7990checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7991dependencies = [
7992 "hashbrown 0.15.3",
7993]
7994
7995[[package]]
7996name = "imgref"
7997version = "1.11.0"
7998source = "registry+https://github.com/rust-lang/crates.io-index"
7999checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8000
8001[[package]]
8002name = "indexmap"
8003version = "1.9.3"
8004source = "registry+https://github.com/rust-lang/crates.io-index"
8005checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8006dependencies = [
8007 "autocfg",
8008 "hashbrown 0.12.3",
8009 "serde",
8010]
8011
8012[[package]]
8013name = "indexmap"
8014version = "2.9.0"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8017dependencies = [
8018 "equivalent",
8019 "hashbrown 0.15.3",
8020 "serde",
8021]
8022
8023[[package]]
8024name = "indoc"
8025version = "2.0.6"
8026source = "registry+https://github.com/rust-lang/crates.io-index"
8027checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8028
8029[[package]]
8030name = "inherent"
8031version = "1.0.12"
8032source = "registry+https://github.com/rust-lang/crates.io-index"
8033checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8034dependencies = [
8035 "proc-macro2",
8036 "quote",
8037 "syn 2.0.101",
8038]
8039
8040[[package]]
8041name = "inotify"
8042version = "0.9.6"
8043source = "registry+https://github.com/rust-lang/crates.io-index"
8044checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8045dependencies = [
8046 "bitflags 1.3.2",
8047 "inotify-sys",
8048 "libc",
8049]
8050
8051[[package]]
8052name = "inotify"
8053version = "0.11.0"
8054source = "registry+https://github.com/rust-lang/crates.io-index"
8055checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8056dependencies = [
8057 "bitflags 2.9.0",
8058 "inotify-sys",
8059 "libc",
8060]
8061
8062[[package]]
8063name = "inotify-sys"
8064version = "0.1.5"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8067dependencies = [
8068 "libc",
8069]
8070
8071[[package]]
8072name = "inout"
8073version = "0.1.4"
8074source = "registry+https://github.com/rust-lang/crates.io-index"
8075checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8076dependencies = [
8077 "block-padding",
8078 "generic-array",
8079]
8080
8081[[package]]
8082name = "inspector_ui"
8083version = "0.1.0"
8084dependencies = [
8085 "anyhow",
8086 "command_palette_hooks",
8087 "editor",
8088 "fuzzy",
8089 "gpui",
8090 "language",
8091 "project",
8092 "serde_json",
8093 "serde_json_lenient",
8094 "theme",
8095 "ui",
8096 "util",
8097 "util_macros",
8098 "workspace",
8099 "workspace-hack",
8100 "zed_actions",
8101]
8102
8103[[package]]
8104name = "install_cli"
8105version = "0.1.0"
8106dependencies = [
8107 "anyhow",
8108 "client",
8109 "gpui",
8110 "release_channel",
8111 "smol",
8112 "util",
8113 "workspace",
8114 "workspace-hack",
8115]
8116
8117[[package]]
8118name = "instant"
8119version = "0.1.13"
8120source = "registry+https://github.com/rust-lang/crates.io-index"
8121checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8122dependencies = [
8123 "cfg-if",
8124]
8125
8126[[package]]
8127name = "interpolate_name"
8128version = "0.2.4"
8129source = "registry+https://github.com/rust-lang/crates.io-index"
8130checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8131dependencies = [
8132 "proc-macro2",
8133 "quote",
8134 "syn 2.0.101",
8135]
8136
8137[[package]]
8138name = "inventory"
8139version = "0.3.20"
8140source = "registry+https://github.com/rust-lang/crates.io-index"
8141checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8142dependencies = [
8143 "rustversion",
8144]
8145
8146[[package]]
8147name = "io-extras"
8148version = "0.18.4"
8149source = "registry+https://github.com/rust-lang/crates.io-index"
8150checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8151dependencies = [
8152 "io-lifetimes",
8153 "windows-sys 0.59.0",
8154]
8155
8156[[package]]
8157name = "io-lifetimes"
8158version = "2.0.4"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8161
8162[[package]]
8163name = "io-surface"
8164version = "0.16.0"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8167dependencies = [
8168 "cgl",
8169 "core-foundation 0.10.0",
8170 "core-foundation-sys",
8171 "leaky-cow",
8172 "libc",
8173]
8174
8175[[package]]
8176name = "iovec"
8177version = "0.1.4"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8180dependencies = [
8181 "libc",
8182]
8183
8184[[package]]
8185name = "ipc-channel"
8186version = "0.19.0"
8187source = "registry+https://github.com/rust-lang/crates.io-index"
8188checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8189dependencies = [
8190 "bincode",
8191 "crossbeam-channel",
8192 "fnv",
8193 "lazy_static",
8194 "libc",
8195 "mio 1.0.3",
8196 "rand 0.8.5",
8197 "serde",
8198 "tempfile",
8199 "uuid",
8200 "windows 0.58.0",
8201]
8202
8203[[package]]
8204name = "ipnet"
8205version = "2.11.0"
8206source = "registry+https://github.com/rust-lang/crates.io-index"
8207checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8208
8209[[package]]
8210name = "is-docker"
8211version = "0.2.0"
8212source = "registry+https://github.com/rust-lang/crates.io-index"
8213checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8214dependencies = [
8215 "once_cell",
8216]
8217
8218[[package]]
8219name = "is-terminal"
8220version = "0.4.16"
8221source = "registry+https://github.com/rust-lang/crates.io-index"
8222checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8223dependencies = [
8224 "hermit-abi 0.5.0",
8225 "libc",
8226 "windows-sys 0.59.0",
8227]
8228
8229[[package]]
8230name = "is-wsl"
8231version = "0.4.0"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8234dependencies = [
8235 "is-docker",
8236 "once_cell",
8237]
8238
8239[[package]]
8240name = "is_terminal_polyfill"
8241version = "1.70.1"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8244
8245[[package]]
8246name = "itertools"
8247version = "0.10.5"
8248source = "registry+https://github.com/rust-lang/crates.io-index"
8249checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8250dependencies = [
8251 "either",
8252]
8253
8254[[package]]
8255name = "itertools"
8256version = "0.11.0"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8259dependencies = [
8260 "either",
8261]
8262
8263[[package]]
8264name = "itertools"
8265version = "0.12.1"
8266source = "registry+https://github.com/rust-lang/crates.io-index"
8267checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8268dependencies = [
8269 "either",
8270]
8271
8272[[package]]
8273name = "itertools"
8274version = "0.13.0"
8275source = "registry+https://github.com/rust-lang/crates.io-index"
8276checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8277dependencies = [
8278 "either",
8279]
8280
8281[[package]]
8282name = "itertools"
8283version = "0.14.0"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8286dependencies = [
8287 "either",
8288]
8289
8290[[package]]
8291name = "itoa"
8292version = "1.0.15"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8295
8296[[package]]
8297name = "jiff"
8298version = "0.2.10"
8299source = "registry+https://github.com/rust-lang/crates.io-index"
8300checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8301dependencies = [
8302 "jiff-static",
8303 "log",
8304 "portable-atomic",
8305 "portable-atomic-util",
8306 "serde",
8307]
8308
8309[[package]]
8310name = "jiff-static"
8311version = "0.2.10"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8314dependencies = [
8315 "proc-macro2",
8316 "quote",
8317 "syn 2.0.101",
8318]
8319
8320[[package]]
8321name = "jni"
8322version = "0.21.1"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8325dependencies = [
8326 "cesu8",
8327 "cfg-if",
8328 "combine",
8329 "jni-sys",
8330 "log",
8331 "thiserror 1.0.69",
8332 "walkdir",
8333 "windows-sys 0.45.0",
8334]
8335
8336[[package]]
8337name = "jni-sys"
8338version = "0.3.0"
8339source = "registry+https://github.com/rust-lang/crates.io-index"
8340checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8341
8342[[package]]
8343name = "jobserver"
8344version = "0.1.33"
8345source = "registry+https://github.com/rust-lang/crates.io-index"
8346checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8347dependencies = [
8348 "getrandom 0.3.2",
8349 "libc",
8350]
8351
8352[[package]]
8353name = "journal"
8354version = "0.1.0"
8355dependencies = [
8356 "anyhow",
8357 "chrono",
8358 "editor",
8359 "gpui",
8360 "log",
8361 "serde",
8362 "settings",
8363 "shellexpand 2.1.2",
8364 "workspace",
8365 "workspace-hack",
8366]
8367
8368[[package]]
8369name = "jpeg-decoder"
8370version = "0.3.1"
8371source = "registry+https://github.com/rust-lang/crates.io-index"
8372checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8373
8374[[package]]
8375name = "js-sys"
8376version = "0.3.77"
8377source = "registry+https://github.com/rust-lang/crates.io-index"
8378checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8379dependencies = [
8380 "once_cell",
8381 "wasm-bindgen",
8382]
8383
8384[[package]]
8385name = "json_dotpath"
8386version = "1.1.0"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8389dependencies = [
8390 "serde",
8391 "serde_derive",
8392 "serde_json",
8393 "thiserror 1.0.69",
8394]
8395
8396[[package]]
8397name = "json_schema_store"
8398version = "0.1.0"
8399dependencies = [
8400 "anyhow",
8401 "dap",
8402 "extension",
8403 "gpui",
8404 "language",
8405 "paths",
8406 "project",
8407 "schemars 1.0.1",
8408 "serde",
8409 "serde_json",
8410 "settings",
8411 "snippet_provider",
8412 "task",
8413 "theme",
8414 "util",
8415 "workspace-hack",
8416]
8417
8418[[package]]
8419name = "jsonschema"
8420version = "0.30.0"
8421source = "registry+https://github.com/rust-lang/crates.io-index"
8422checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8423dependencies = [
8424 "ahash 0.8.11",
8425 "base64 0.22.1",
8426 "bytecount",
8427 "email_address",
8428 "fancy-regex 0.14.0",
8429 "fraction",
8430 "idna",
8431 "itoa",
8432 "num-cmp",
8433 "num-traits",
8434 "once_cell",
8435 "percent-encoding",
8436 "referencing",
8437 "regex",
8438 "regex-syntax",
8439 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8440 "serde",
8441 "serde_json",
8442 "uuid-simd",
8443]
8444
8445[[package]]
8446name = "jsonwebtoken"
8447version = "9.3.1"
8448source = "registry+https://github.com/rust-lang/crates.io-index"
8449checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8450dependencies = [
8451 "base64 0.22.1",
8452 "js-sys",
8453 "pem",
8454 "ring",
8455 "serde",
8456 "serde_json",
8457 "simple_asn1",
8458]
8459
8460[[package]]
8461name = "jupyter-protocol"
8462version = "0.6.0"
8463source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8464dependencies = [
8465 "anyhow",
8466 "async-trait",
8467 "bytes 1.10.1",
8468 "chrono",
8469 "futures 0.3.31",
8470 "serde",
8471 "serde_json",
8472 "uuid",
8473]
8474
8475[[package]]
8476name = "jupyter-websocket-client"
8477version = "0.9.0"
8478source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8479dependencies = [
8480 "anyhow",
8481 "async-trait",
8482 "async-tungstenite",
8483 "futures 0.3.31",
8484 "jupyter-protocol",
8485 "serde",
8486 "serde_json",
8487 "url",
8488 "uuid",
8489]
8490
8491[[package]]
8492name = "keymap_editor"
8493version = "0.1.0"
8494dependencies = [
8495 "anyhow",
8496 "collections",
8497 "command_palette",
8498 "component",
8499 "db",
8500 "editor",
8501 "fs",
8502 "fuzzy",
8503 "gpui",
8504 "itertools 0.14.0",
8505 "json_schema_store",
8506 "language",
8507 "log",
8508 "menu",
8509 "notifications",
8510 "paths",
8511 "project",
8512 "search",
8513 "serde",
8514 "serde_json",
8515 "settings",
8516 "telemetry",
8517 "tempfile",
8518 "theme",
8519 "tree-sitter-json",
8520 "tree-sitter-rust",
8521 "ui",
8522 "ui_input",
8523 "util",
8524 "vim",
8525 "workspace",
8526 "workspace-hack",
8527 "zed_actions",
8528]
8529
8530[[package]]
8531name = "khronos-egl"
8532version = "6.0.0"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8535dependencies = [
8536 "libc",
8537 "libloading",
8538]
8539
8540[[package]]
8541name = "kqueue"
8542version = "1.0.8"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8545dependencies = [
8546 "kqueue-sys",
8547 "libc",
8548]
8549
8550[[package]]
8551name = "kqueue-sys"
8552version = "1.0.4"
8553source = "registry+https://github.com/rust-lang/crates.io-index"
8554checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8555dependencies = [
8556 "bitflags 1.3.2",
8557 "libc",
8558]
8559
8560[[package]]
8561name = "kurbo"
8562version = "0.11.1"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8565dependencies = [
8566 "arrayvec",
8567 "smallvec",
8568]
8569
8570[[package]]
8571name = "kv-log-macro"
8572version = "1.0.7"
8573source = "registry+https://github.com/rust-lang/crates.io-index"
8574checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8575dependencies = [
8576 "log",
8577]
8578
8579[[package]]
8580name = "language"
8581version = "0.1.0"
8582dependencies = [
8583 "anyhow",
8584 "async-trait",
8585 "clock",
8586 "collections",
8587 "ctor",
8588 "diffy",
8589 "ec4rs",
8590 "fs",
8591 "futures 0.3.31",
8592 "fuzzy",
8593 "globset",
8594 "gpui",
8595 "http_client",
8596 "imara-diff",
8597 "indoc",
8598 "itertools 0.14.0",
8599 "log",
8600 "lsp",
8601 "parking_lot",
8602 "postage",
8603 "pretty_assertions",
8604 "rand 0.9.1",
8605 "regex",
8606 "rpc",
8607 "schemars 1.0.1",
8608 "serde",
8609 "serde_json",
8610 "settings",
8611 "shellexpand 2.1.2",
8612 "smallvec",
8613 "smol",
8614 "streaming-iterator",
8615 "strsim",
8616 "sum_tree",
8617 "task",
8618 "text",
8619 "theme",
8620 "toml 0.8.20",
8621 "tree-sitter",
8622 "tree-sitter-elixir",
8623 "tree-sitter-embedded-template",
8624 "tree-sitter-heex",
8625 "tree-sitter-html",
8626 "tree-sitter-json",
8627 "tree-sitter-md",
8628 "tree-sitter-python",
8629 "tree-sitter-ruby",
8630 "tree-sitter-rust",
8631 "tree-sitter-typescript",
8632 "unicase",
8633 "unindent",
8634 "util",
8635 "watch",
8636 "workspace-hack",
8637 "zlog",
8638]
8639
8640[[package]]
8641name = "language_extension"
8642version = "0.1.0"
8643dependencies = [
8644 "anyhow",
8645 "async-trait",
8646 "collections",
8647 "extension",
8648 "fs",
8649 "futures 0.3.31",
8650 "gpui",
8651 "language",
8652 "log",
8653 "lsp",
8654 "project",
8655 "serde",
8656 "serde_json",
8657 "util",
8658 "workspace-hack",
8659]
8660
8661[[package]]
8662name = "language_model"
8663version = "0.1.0"
8664dependencies = [
8665 "anthropic",
8666 "anyhow",
8667 "base64 0.22.1",
8668 "client",
8669 "cloud_api_types",
8670 "cloud_llm_client",
8671 "collections",
8672 "futures 0.3.31",
8673 "gpui",
8674 "http_client",
8675 "icons",
8676 "image",
8677 "log",
8678 "open_router",
8679 "parking_lot",
8680 "proto",
8681 "schemars 1.0.1",
8682 "serde",
8683 "serde_json",
8684 "settings",
8685 "smol",
8686 "telemetry_events",
8687 "thiserror 2.0.12",
8688 "util",
8689 "workspace-hack",
8690]
8691
8692[[package]]
8693name = "language_models"
8694version = "0.1.0"
8695dependencies = [
8696 "ai_onboarding",
8697 "anthropic",
8698 "anyhow",
8699 "aws-config",
8700 "aws-credential-types",
8701 "aws_http_client",
8702 "bedrock",
8703 "chrono",
8704 "client",
8705 "cloud_llm_client",
8706 "collections",
8707 "component",
8708 "convert_case 0.8.0",
8709 "copilot",
8710 "credentials_provider",
8711 "deepseek",
8712 "editor",
8713 "fs",
8714 "futures 0.3.31",
8715 "google_ai",
8716 "gpui",
8717 "gpui_tokio",
8718 "http_client",
8719 "language",
8720 "language_model",
8721 "lmstudio",
8722 "log",
8723 "menu",
8724 "mistral",
8725 "ollama",
8726 "open_ai",
8727 "open_router",
8728 "partial-json-fixer",
8729 "project",
8730 "release_channel",
8731 "schemars 1.0.1",
8732 "serde",
8733 "serde_json",
8734 "settings",
8735 "smol",
8736 "strum 0.27.1",
8737 "thiserror 2.0.12",
8738 "tiktoken-rs",
8739 "tokio",
8740 "ui",
8741 "ui_input",
8742 "util",
8743 "vercel",
8744 "workspace-hack",
8745 "x_ai",
8746 "zed_env_vars",
8747]
8748
8749[[package]]
8750name = "language_onboarding"
8751version = "0.1.0"
8752dependencies = [
8753 "db",
8754 "editor",
8755 "gpui",
8756 "project",
8757 "ui",
8758 "workspace",
8759 "workspace-hack",
8760]
8761
8762[[package]]
8763name = "language_selector"
8764version = "0.1.0"
8765dependencies = [
8766 "anyhow",
8767 "editor",
8768 "file_finder",
8769 "file_icons",
8770 "fuzzy",
8771 "gpui",
8772 "language",
8773 "picker",
8774 "project",
8775 "settings",
8776 "ui",
8777 "util",
8778 "workspace",
8779 "workspace-hack",
8780]
8781
8782[[package]]
8783name = "language_tools"
8784version = "0.1.0"
8785dependencies = [
8786 "anyhow",
8787 "client",
8788 "collections",
8789 "command_palette_hooks",
8790 "copilot",
8791 "editor",
8792 "futures 0.3.31",
8793 "gpui",
8794 "itertools 0.14.0",
8795 "language",
8796 "lsp",
8797 "project",
8798 "proto",
8799 "release_channel",
8800 "serde_json",
8801 "settings",
8802 "theme",
8803 "tree-sitter",
8804 "ui",
8805 "util",
8806 "workspace",
8807 "workspace-hack",
8808 "zed_actions",
8809 "zlog",
8810]
8811
8812[[package]]
8813name = "languages"
8814version = "0.1.0"
8815dependencies = [
8816 "anyhow",
8817 "async-compression",
8818 "async-fs",
8819 "async-tar",
8820 "async-trait",
8821 "chrono",
8822 "collections",
8823 "futures 0.3.31",
8824 "gpui",
8825 "http_client",
8826 "itertools 0.14.0",
8827 "json_schema_store",
8828 "language",
8829 "log",
8830 "lsp",
8831 "node_runtime",
8832 "parking_lot",
8833 "pet",
8834 "pet-conda",
8835 "pet-core",
8836 "pet-fs",
8837 "pet-poetry",
8838 "pet-reporter",
8839 "pet-virtualenv",
8840 "pretty_assertions",
8841 "project",
8842 "regex",
8843 "rope",
8844 "rust-embed",
8845 "serde",
8846 "serde_json",
8847 "serde_json_lenient",
8848 "settings",
8849 "shlex",
8850 "smol",
8851 "task",
8852 "text",
8853 "theme",
8854 "toml 0.8.20",
8855 "tree-sitter",
8856 "tree-sitter-bash",
8857 "tree-sitter-c",
8858 "tree-sitter-cpp",
8859 "tree-sitter-css",
8860 "tree-sitter-diff",
8861 "tree-sitter-gitcommit",
8862 "tree-sitter-go",
8863 "tree-sitter-gomod",
8864 "tree-sitter-gowork",
8865 "tree-sitter-jsdoc",
8866 "tree-sitter-json",
8867 "tree-sitter-md",
8868 "tree-sitter-python",
8869 "tree-sitter-regex",
8870 "tree-sitter-rust",
8871 "tree-sitter-typescript",
8872 "tree-sitter-yaml",
8873 "unindent",
8874 "url",
8875 "util",
8876 "workspace",
8877 "workspace-hack",
8878]
8879
8880[[package]]
8881name = "lazy_static"
8882version = "1.5.0"
8883source = "registry+https://github.com/rust-lang/crates.io-index"
8884checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8885dependencies = [
8886 "spin",
8887]
8888
8889[[package]]
8890name = "lazycell"
8891version = "1.3.0"
8892source = "registry+https://github.com/rust-lang/crates.io-index"
8893checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8894
8895[[package]]
8896name = "leak"
8897version = "0.1.2"
8898source = "registry+https://github.com/rust-lang/crates.io-index"
8899checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8900
8901[[package]]
8902name = "leaky-cow"
8903version = "0.1.1"
8904source = "registry+https://github.com/rust-lang/crates.io-index"
8905checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8906dependencies = [
8907 "leak",
8908]
8909
8910[[package]]
8911name = "leb128"
8912version = "0.2.5"
8913source = "registry+https://github.com/rust-lang/crates.io-index"
8914checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8915
8916[[package]]
8917name = "leb128fmt"
8918version = "0.1.0"
8919source = "registry+https://github.com/rust-lang/crates.io-index"
8920checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8921
8922[[package]]
8923name = "lebe"
8924version = "0.5.2"
8925source = "registry+https://github.com/rust-lang/crates.io-index"
8926checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8927
8928[[package]]
8929name = "libc"
8930version = "0.2.172"
8931source = "registry+https://github.com/rust-lang/crates.io-index"
8932checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8933
8934[[package]]
8935name = "libdbus-sys"
8936version = "0.2.5"
8937source = "registry+https://github.com/rust-lang/crates.io-index"
8938checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8939dependencies = [
8940 "cc",
8941 "pkg-config",
8942]
8943
8944[[package]]
8945name = "libfuzzer-sys"
8946version = "0.4.9"
8947source = "registry+https://github.com/rust-lang/crates.io-index"
8948checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
8949dependencies = [
8950 "arbitrary",
8951 "cc",
8952]
8953
8954[[package]]
8955name = "libgit2-sys"
8956version = "0.18.1+1.9.0"
8957source = "registry+https://github.com/rust-lang/crates.io-index"
8958checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
8959dependencies = [
8960 "cc",
8961 "libc",
8962 "libz-sys",
8963 "pkg-config",
8964]
8965
8966[[package]]
8967name = "libloading"
8968version = "0.8.6"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
8971dependencies = [
8972 "cfg-if",
8973 "windows-targets 0.52.6",
8974]
8975
8976[[package]]
8977name = "libm"
8978version = "0.2.11"
8979source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
8981
8982[[package]]
8983name = "libmimalloc-sys"
8984version = "0.1.42"
8985source = "registry+https://github.com/rust-lang/crates.io-index"
8986checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
8987dependencies = [
8988 "cc",
8989 "libc",
8990]
8991
8992[[package]]
8993name = "libredox"
8994version = "0.1.3"
8995source = "registry+https://github.com/rust-lang/crates.io-index"
8996checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
8997dependencies = [
8998 "bitflags 2.9.0",
8999 "libc",
9000 "redox_syscall 0.5.11",
9001]
9002
9003[[package]]
9004name = "libsqlite3-sys"
9005version = "0.30.1"
9006source = "registry+https://github.com/rust-lang/crates.io-index"
9007checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9008dependencies = [
9009 "cc",
9010 "pkg-config",
9011 "vcpkg",
9012]
9013
9014[[package]]
9015name = "libwebrtc"
9016version = "0.3.10"
9017source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9018dependencies = [
9019 "cxx",
9020 "jni",
9021 "js-sys",
9022 "lazy_static",
9023 "livekit-protocol",
9024 "livekit-runtime",
9025 "log",
9026 "parking_lot",
9027 "serde",
9028 "serde_json",
9029 "thiserror 1.0.69",
9030 "tokio",
9031 "wasm-bindgen",
9032 "wasm-bindgen-futures",
9033 "web-sys",
9034 "webrtc-sys",
9035]
9036
9037[[package]]
9038name = "libz-sys"
9039version = "1.1.22"
9040source = "registry+https://github.com/rust-lang/crates.io-index"
9041checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9042dependencies = [
9043 "cc",
9044 "libc",
9045 "pkg-config",
9046 "vcpkg",
9047]
9048
9049[[package]]
9050name = "line_ending_selector"
9051version = "0.1.0"
9052dependencies = [
9053 "editor",
9054 "gpui",
9055 "language",
9056 "picker",
9057 "project",
9058 "ui",
9059 "util",
9060 "workspace",
9061 "workspace-hack",
9062]
9063
9064[[package]]
9065name = "link-cplusplus"
9066version = "1.0.10"
9067source = "registry+https://github.com/rust-lang/crates.io-index"
9068checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9069dependencies = [
9070 "cc",
9071]
9072
9073[[package]]
9074name = "linkify"
9075version = "0.10.0"
9076source = "registry+https://github.com/rust-lang/crates.io-index"
9077checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9078dependencies = [
9079 "memchr",
9080]
9081
9082[[package]]
9083name = "linux-raw-sys"
9084version = "0.4.15"
9085source = "registry+https://github.com/rust-lang/crates.io-index"
9086checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9087
9088[[package]]
9089name = "linux-raw-sys"
9090version = "0.9.4"
9091source = "registry+https://github.com/rust-lang/crates.io-index"
9092checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9093
9094[[package]]
9095name = "litemap"
9096version = "0.7.5"
9097source = "registry+https://github.com/rust-lang/crates.io-index"
9098checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9099
9100[[package]]
9101name = "livekit"
9102version = "0.7.8"
9103source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9104dependencies = [
9105 "chrono",
9106 "futures-util",
9107 "lazy_static",
9108 "libloading",
9109 "libwebrtc",
9110 "livekit-api",
9111 "livekit-protocol",
9112 "livekit-runtime",
9113 "log",
9114 "parking_lot",
9115 "prost 0.12.6",
9116 "semver",
9117 "serde",
9118 "serde_json",
9119 "thiserror 1.0.69",
9120 "tokio",
9121]
9122
9123[[package]]
9124name = "livekit-api"
9125version = "0.4.2"
9126source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9127dependencies = [
9128 "futures-util",
9129 "http 0.2.12",
9130 "livekit-protocol",
9131 "livekit-runtime",
9132 "log",
9133 "parking_lot",
9134 "pbjson-types",
9135 "prost 0.12.6",
9136 "rand 0.9.1",
9137 "reqwest 0.11.27",
9138 "scopeguard",
9139 "serde",
9140 "sha2",
9141 "thiserror 1.0.69",
9142 "tokio",
9143 "tokio-tungstenite 0.26.2",
9144 "url",
9145]
9146
9147[[package]]
9148name = "livekit-protocol"
9149version = "0.3.9"
9150source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9151dependencies = [
9152 "futures-util",
9153 "livekit-runtime",
9154 "parking_lot",
9155 "pbjson",
9156 "pbjson-types",
9157 "prost 0.12.6",
9158 "prost-types 0.12.6",
9159 "serde",
9160 "thiserror 1.0.69",
9161 "tokio",
9162]
9163
9164[[package]]
9165name = "livekit-runtime"
9166version = "0.4.0"
9167source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9168dependencies = [
9169 "tokio",
9170 "tokio-stream",
9171]
9172
9173[[package]]
9174name = "livekit_api"
9175version = "0.1.0"
9176dependencies = [
9177 "anyhow",
9178 "async-trait",
9179 "jsonwebtoken",
9180 "log",
9181 "prost 0.9.0",
9182 "prost-build 0.9.0",
9183 "prost-types 0.9.0",
9184 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9185 "serde",
9186 "workspace-hack",
9187]
9188
9189[[package]]
9190name = "livekit_client"
9191version = "0.1.0"
9192dependencies = [
9193 "anyhow",
9194 "async-trait",
9195 "audio",
9196 "collections",
9197 "core-foundation 0.10.0",
9198 "core-video",
9199 "coreaudio-rs 0.12.1",
9200 "cpal",
9201 "futures 0.3.31",
9202 "gpui",
9203 "gpui_tokio",
9204 "http_client_tls",
9205 "image",
9206 "libwebrtc",
9207 "livekit",
9208 "livekit_api",
9209 "log",
9210 "nanoid",
9211 "objc",
9212 "parking_lot",
9213 "postage",
9214 "rodio",
9215 "scap",
9216 "serde",
9217 "serde_json",
9218 "serde_urlencoded",
9219 "settings",
9220 "sha2",
9221 "simplelog",
9222 "smallvec",
9223 "tokio-tungstenite 0.26.2",
9224 "ui",
9225 "util",
9226 "workspace-hack",
9227]
9228
9229[[package]]
9230name = "lmdb-master-sys"
9231version = "0.2.5"
9232source = "registry+https://github.com/rust-lang/crates.io-index"
9233checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9234dependencies = [
9235 "cc",
9236 "doxygen-rs",
9237 "libc",
9238]
9239
9240[[package]]
9241name = "lmstudio"
9242version = "0.1.0"
9243dependencies = [
9244 "anyhow",
9245 "futures 0.3.31",
9246 "http_client",
9247 "schemars 1.0.1",
9248 "serde",
9249 "serde_json",
9250 "workspace-hack",
9251]
9252
9253[[package]]
9254name = "lock_api"
9255version = "0.4.13"
9256source = "registry+https://github.com/rust-lang/crates.io-index"
9257checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9258dependencies = [
9259 "autocfg",
9260 "scopeguard",
9261]
9262
9263[[package]]
9264name = "log"
9265version = "0.4.27"
9266source = "registry+https://github.com/rust-lang/crates.io-index"
9267checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9268dependencies = [
9269 "serde",
9270 "value-bag",
9271]
9272
9273[[package]]
9274name = "loom"
9275version = "0.7.2"
9276source = "registry+https://github.com/rust-lang/crates.io-index"
9277checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9278dependencies = [
9279 "cfg-if",
9280 "generator",
9281 "scoped-tls",
9282 "tracing",
9283 "tracing-subscriber",
9284]
9285
9286[[package]]
9287name = "loop9"
9288version = "0.1.5"
9289source = "registry+https://github.com/rust-lang/crates.io-index"
9290checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9291dependencies = [
9292 "imgref",
9293]
9294
9295[[package]]
9296name = "lru"
9297version = "0.12.5"
9298source = "registry+https://github.com/rust-lang/crates.io-index"
9299checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9300dependencies = [
9301 "hashbrown 0.15.3",
9302]
9303
9304[[package]]
9305name = "lsp"
9306version = "0.1.0"
9307dependencies = [
9308 "anyhow",
9309 "async-pipe",
9310 "collections",
9311 "ctor",
9312 "futures 0.3.31",
9313 "gpui",
9314 "log",
9315 "lsp-types",
9316 "parking_lot",
9317 "postage",
9318 "release_channel",
9319 "schemars 1.0.1",
9320 "serde",
9321 "serde_json",
9322 "smol",
9323 "util",
9324 "workspace-hack",
9325 "zlog",
9326]
9327
9328[[package]]
9329name = "lsp-types"
9330version = "0.95.1"
9331source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9332dependencies = [
9333 "bitflags 1.3.2",
9334 "serde",
9335 "serde_json",
9336 "url",
9337]
9338
9339[[package]]
9340name = "lyon"
9341version = "1.0.1"
9342source = "registry+https://github.com/rust-lang/crates.io-index"
9343checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9344dependencies = [
9345 "lyon_algorithms",
9346 "lyon_extra",
9347 "lyon_tessellation",
9348]
9349
9350[[package]]
9351name = "lyon_algorithms"
9352version = "1.0.5"
9353source = "registry+https://github.com/rust-lang/crates.io-index"
9354checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9355dependencies = [
9356 "lyon_path",
9357 "num-traits",
9358]
9359
9360[[package]]
9361name = "lyon_extra"
9362version = "1.0.3"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9365dependencies = [
9366 "lyon_path",
9367 "thiserror 1.0.69",
9368]
9369
9370[[package]]
9371name = "lyon_geom"
9372version = "1.0.6"
9373source = "registry+https://github.com/rust-lang/crates.io-index"
9374checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9375dependencies = [
9376 "arrayvec",
9377 "euclid",
9378 "num-traits",
9379]
9380
9381[[package]]
9382name = "lyon_path"
9383version = "1.0.7"
9384source = "registry+https://github.com/rust-lang/crates.io-index"
9385checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9386dependencies = [
9387 "lyon_geom",
9388 "num-traits",
9389]
9390
9391[[package]]
9392name = "lyon_tessellation"
9393version = "1.0.15"
9394source = "registry+https://github.com/rust-lang/crates.io-index"
9395checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9396dependencies = [
9397 "float_next_after",
9398 "lyon_path",
9399 "num-traits",
9400]
9401
9402[[package]]
9403name = "mac"
9404version = "0.1.1"
9405source = "registry+https://github.com/rust-lang/crates.io-index"
9406checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9407
9408[[package]]
9409name = "mach2"
9410version = "0.4.2"
9411source = "registry+https://github.com/rust-lang/crates.io-index"
9412checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9413dependencies = [
9414 "libc",
9415]
9416
9417[[package]]
9418name = "mach2"
9419version = "0.5.0"
9420source = "registry+https://github.com/rust-lang/crates.io-index"
9421checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9422dependencies = [
9423 "libc",
9424]
9425
9426[[package]]
9427name = "malloc_buf"
9428version = "0.0.6"
9429source = "registry+https://github.com/rust-lang/crates.io-index"
9430checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9431dependencies = [
9432 "libc",
9433]
9434
9435[[package]]
9436name = "maplit"
9437version = "1.0.2"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9440
9441[[package]]
9442name = "markdown"
9443version = "0.1.0"
9444dependencies = [
9445 "assets",
9446 "base64 0.22.1",
9447 "collections",
9448 "env_logger 0.11.8",
9449 "fs",
9450 "futures 0.3.31",
9451 "gpui",
9452 "language",
9453 "languages",
9454 "linkify",
9455 "log",
9456 "node_runtime",
9457 "pulldown-cmark 0.12.2",
9458 "settings",
9459 "sum_tree",
9460 "theme",
9461 "ui",
9462 "util",
9463 "workspace-hack",
9464]
9465
9466[[package]]
9467name = "markdown_preview"
9468version = "0.1.0"
9469dependencies = [
9470 "anyhow",
9471 "async-recursion",
9472 "collections",
9473 "editor",
9474 "fs",
9475 "gpui",
9476 "html5ever 0.27.0",
9477 "language",
9478 "linkify",
9479 "log",
9480 "markup5ever_rcdom",
9481 "pretty_assertions",
9482 "pulldown-cmark 0.12.2",
9483 "settings",
9484 "theme",
9485 "ui",
9486 "util",
9487 "workspace",
9488 "workspace-hack",
9489]
9490
9491[[package]]
9492name = "markup5ever"
9493version = "0.12.1"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9496dependencies = [
9497 "log",
9498 "phf",
9499 "phf_codegen",
9500 "string_cache",
9501 "string_cache_codegen",
9502 "tendril",
9503]
9504
9505[[package]]
9506name = "markup5ever"
9507version = "0.16.1"
9508source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9510dependencies = [
9511 "log",
9512 "tendril",
9513 "web_atoms",
9514]
9515
9516[[package]]
9517name = "markup5ever_rcdom"
9518version = "0.3.0"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9521dependencies = [
9522 "html5ever 0.27.0",
9523 "markup5ever 0.12.1",
9524 "tendril",
9525 "xml5ever",
9526]
9527
9528[[package]]
9529name = "match_token"
9530version = "0.1.0"
9531source = "registry+https://github.com/rust-lang/crates.io-index"
9532checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9533dependencies = [
9534 "proc-macro2",
9535 "quote",
9536 "syn 2.0.101",
9537]
9538
9539[[package]]
9540name = "matchers"
9541version = "0.2.0"
9542source = "registry+https://github.com/rust-lang/crates.io-index"
9543checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9544dependencies = [
9545 "regex-automata",
9546]
9547
9548[[package]]
9549name = "matchit"
9550version = "0.7.3"
9551source = "registry+https://github.com/rust-lang/crates.io-index"
9552checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9553
9554[[package]]
9555name = "maybe-owned"
9556version = "0.3.4"
9557source = "registry+https://github.com/rust-lang/crates.io-index"
9558checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9559
9560[[package]]
9561name = "maybe-rayon"
9562version = "0.1.1"
9563source = "registry+https://github.com/rust-lang/crates.io-index"
9564checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9565dependencies = [
9566 "cfg-if",
9567 "rayon",
9568]
9569
9570[[package]]
9571name = "md-5"
9572version = "0.10.6"
9573source = "registry+https://github.com/rust-lang/crates.io-index"
9574checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9575dependencies = [
9576 "cfg-if",
9577 "digest",
9578]
9579
9580[[package]]
9581name = "mdbook"
9582version = "0.4.40"
9583source = "registry+https://github.com/rust-lang/crates.io-index"
9584checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9585dependencies = [
9586 "ammonia",
9587 "anyhow",
9588 "chrono",
9589 "clap",
9590 "clap_complete",
9591 "elasticlunr-rs",
9592 "env_logger 0.11.8",
9593 "futures-util",
9594 "handlebars 5.1.2",
9595 "ignore",
9596 "log",
9597 "memchr",
9598 "notify 6.1.1",
9599 "notify-debouncer-mini",
9600 "once_cell",
9601 "opener",
9602 "pathdiff",
9603 "pulldown-cmark 0.10.3",
9604 "regex",
9605 "serde",
9606 "serde_json",
9607 "shlex",
9608 "tempfile",
9609 "tokio",
9610 "toml 0.5.11",
9611 "topological-sort",
9612 "walkdir",
9613 "warp",
9614]
9615
9616[[package]]
9617name = "media"
9618version = "0.1.0"
9619dependencies = [
9620 "anyhow",
9621 "bindgen 0.71.1",
9622 "core-foundation 0.10.0",
9623 "core-video",
9624 "ctor",
9625 "foreign-types 0.5.0",
9626 "metal",
9627 "objc",
9628 "workspace-hack",
9629]
9630
9631[[package]]
9632name = "memchr"
9633version = "2.7.4"
9634source = "registry+https://github.com/rust-lang/crates.io-index"
9635checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9636
9637[[package]]
9638name = "memfd"
9639version = "0.6.4"
9640source = "registry+https://github.com/rust-lang/crates.io-index"
9641checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9642dependencies = [
9643 "rustix 0.38.44",
9644]
9645
9646[[package]]
9647name = "memmap2"
9648version = "0.9.5"
9649source = "registry+https://github.com/rust-lang/crates.io-index"
9650checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9651dependencies = [
9652 "libc",
9653 "stable_deref_trait",
9654]
9655
9656[[package]]
9657name = "memoffset"
9658version = "0.9.1"
9659source = "registry+https://github.com/rust-lang/crates.io-index"
9660checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9661dependencies = [
9662 "autocfg",
9663]
9664
9665[[package]]
9666name = "menu"
9667version = "0.1.0"
9668dependencies = [
9669 "gpui",
9670 "workspace-hack",
9671]
9672
9673[[package]]
9674name = "metal"
9675version = "0.29.0"
9676source = "registry+https://github.com/rust-lang/crates.io-index"
9677checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9678dependencies = [
9679 "bitflags 2.9.0",
9680 "block",
9681 "core-graphics-types 0.1.3",
9682 "foreign-types 0.5.0",
9683 "log",
9684 "objc",
9685 "paste",
9686]
9687
9688[[package]]
9689name = "migrator"
9690version = "0.1.0"
9691dependencies = [
9692 "anyhow",
9693 "collections",
9694 "convert_case 0.8.0",
9695 "log",
9696 "pretty_assertions",
9697 "serde_json",
9698 "serde_json_lenient",
9699 "settings",
9700 "streaming-iterator",
9701 "tree-sitter",
9702 "tree-sitter-json",
9703 "unindent",
9704 "workspace-hack",
9705]
9706
9707[[package]]
9708name = "mimalloc"
9709version = "0.1.46"
9710source = "registry+https://github.com/rust-lang/crates.io-index"
9711checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9712dependencies = [
9713 "libmimalloc-sys",
9714]
9715
9716[[package]]
9717name = "mime"
9718version = "0.3.17"
9719source = "registry+https://github.com/rust-lang/crates.io-index"
9720checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9721
9722[[package]]
9723name = "mime_guess"
9724version = "2.0.5"
9725source = "registry+https://github.com/rust-lang/crates.io-index"
9726checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9727dependencies = [
9728 "mime",
9729 "unicase",
9730]
9731
9732[[package]]
9733name = "minidump-common"
9734version = "0.21.2"
9735source = "registry+https://github.com/rust-lang/crates.io-index"
9736checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9737dependencies = [
9738 "bitflags 2.9.0",
9739 "debugid",
9740 "num-derive",
9741 "num-traits",
9742 "range-map",
9743 "scroll",
9744 "smart-default",
9745]
9746
9747[[package]]
9748name = "minidump-writer"
9749version = "0.8.9"
9750source = "registry+https://github.com/rust-lang/crates.io-index"
9751checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9752dependencies = [
9753 "bitflags 2.9.0",
9754 "byteorder",
9755 "cfg-if",
9756 "crash-context",
9757 "goblin",
9758 "libc",
9759 "log",
9760 "mach2 0.4.2",
9761 "memmap2",
9762 "memoffset",
9763 "minidump-common",
9764 "nix 0.28.0",
9765 "procfs-core",
9766 "scroll",
9767 "tempfile",
9768 "thiserror 1.0.69",
9769]
9770
9771[[package]]
9772name = "minidumper"
9773version = "0.8.3"
9774source = "registry+https://github.com/rust-lang/crates.io-index"
9775checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9776dependencies = [
9777 "cfg-if",
9778 "crash-context",
9779 "libc",
9780 "log",
9781 "minidump-writer",
9782 "parking_lot",
9783 "polling",
9784 "scroll",
9785 "thiserror 1.0.69",
9786 "uds",
9787]
9788
9789[[package]]
9790name = "minimal-lexical"
9791version = "0.2.1"
9792source = "registry+https://github.com/rust-lang/crates.io-index"
9793checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9794
9795[[package]]
9796name = "miniz_oxide"
9797version = "0.8.8"
9798source = "registry+https://github.com/rust-lang/crates.io-index"
9799checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9800dependencies = [
9801 "adler2",
9802 "simd-adler32",
9803]
9804
9805[[package]]
9806name = "mint"
9807version = "0.5.9"
9808source = "registry+https://github.com/rust-lang/crates.io-index"
9809checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9810
9811[[package]]
9812name = "mio"
9813version = "0.8.11"
9814source = "registry+https://github.com/rust-lang/crates.io-index"
9815checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9816dependencies = [
9817 "libc",
9818 "log",
9819 "wasi 0.11.0+wasi-snapshot-preview1",
9820 "windows-sys 0.48.0",
9821]
9822
9823[[package]]
9824name = "mio"
9825version = "1.0.3"
9826source = "registry+https://github.com/rust-lang/crates.io-index"
9827checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9828dependencies = [
9829 "libc",
9830 "log",
9831 "wasi 0.11.0+wasi-snapshot-preview1",
9832 "windows-sys 0.52.0",
9833]
9834
9835[[package]]
9836name = "miow"
9837version = "0.6.0"
9838source = "registry+https://github.com/rust-lang/crates.io-index"
9839checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9840dependencies = [
9841 "windows-sys 0.48.0",
9842]
9843
9844[[package]]
9845name = "mistral"
9846version = "0.1.0"
9847dependencies = [
9848 "anyhow",
9849 "futures 0.3.31",
9850 "http_client",
9851 "schemars 1.0.1",
9852 "serde",
9853 "serde_json",
9854 "strum 0.27.1",
9855 "workspace-hack",
9856]
9857
9858[[package]]
9859name = "moka"
9860version = "0.12.10"
9861source = "registry+https://github.com/rust-lang/crates.io-index"
9862checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9863dependencies = [
9864 "crossbeam-channel",
9865 "crossbeam-epoch",
9866 "crossbeam-utils",
9867 "loom",
9868 "parking_lot",
9869 "portable-atomic",
9870 "rustc_version",
9871 "smallvec",
9872 "tagptr",
9873 "thiserror 1.0.69",
9874 "uuid",
9875]
9876
9877[[package]]
9878name = "msvc_spectre_libs"
9879version = "0.1.3"
9880source = "registry+https://github.com/rust-lang/crates.io-index"
9881checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9882dependencies = [
9883 "cc",
9884]
9885
9886[[package]]
9887name = "multi_buffer"
9888version = "0.1.0"
9889dependencies = [
9890 "anyhow",
9891 "buffer_diff",
9892 "clock",
9893 "collections",
9894 "ctor",
9895 "gpui",
9896 "indoc",
9897 "itertools 0.14.0",
9898 "language",
9899 "log",
9900 "parking_lot",
9901 "pretty_assertions",
9902 "project",
9903 "rand 0.9.1",
9904 "rope",
9905 "serde",
9906 "settings",
9907 "smallvec",
9908 "smol",
9909 "sum_tree",
9910 "text",
9911 "theme",
9912 "tree-sitter",
9913 "util",
9914 "workspace-hack",
9915 "zlog",
9916]
9917
9918[[package]]
9919name = "multimap"
9920version = "0.8.3"
9921source = "registry+https://github.com/rust-lang/crates.io-index"
9922checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9923
9924[[package]]
9925name = "naga"
9926version = "25.0.1"
9927source = "registry+https://github.com/rust-lang/crates.io-index"
9928checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9929dependencies = [
9930 "arrayvec",
9931 "bit-set 0.8.0",
9932 "bitflags 2.9.0",
9933 "cfg_aliases 0.2.1",
9934 "codespan-reporting",
9935 "half",
9936 "hashbrown 0.15.3",
9937 "hexf-parse",
9938 "indexmap 2.9.0",
9939 "log",
9940 "num-traits",
9941 "once_cell",
9942 "rustc-hash 1.1.0",
9943 "spirv",
9944 "strum 0.26.3",
9945 "thiserror 2.0.12",
9946 "unicode-ident",
9947]
9948
9949[[package]]
9950name = "nanoid"
9951version = "0.4.0"
9952source = "registry+https://github.com/rust-lang/crates.io-index"
9953checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9954dependencies = [
9955 "rand 0.8.5",
9956]
9957
9958[[package]]
9959name = "nanorand"
9960version = "0.7.0"
9961source = "registry+https://github.com/rust-lang/crates.io-index"
9962checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9963dependencies = [
9964 "getrandom 0.2.15",
9965]
9966
9967[[package]]
9968name = "native-tls"
9969version = "0.2.14"
9970source = "registry+https://github.com/rust-lang/crates.io-index"
9971checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9972dependencies = [
9973 "libc",
9974 "log",
9975 "openssl",
9976 "openssl-probe",
9977 "openssl-sys",
9978 "schannel",
9979 "security-framework 2.11.1",
9980 "security-framework-sys",
9981 "tempfile",
9982]
9983
9984[[package]]
9985name = "nbformat"
9986version = "0.10.0"
9987source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9988dependencies = [
9989 "anyhow",
9990 "chrono",
9991 "jupyter-protocol",
9992 "serde",
9993 "serde_json",
9994 "thiserror 1.0.69",
9995 "uuid",
9996]
9997
9998[[package]]
9999name = "nc"
10000version = "0.1.0"
10001dependencies = [
10002 "anyhow",
10003 "futures 0.3.31",
10004 "net",
10005 "smol",
10006 "workspace-hack",
10007]
10008
10009[[package]]
10010name = "ndk"
10011version = "0.9.0"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10014dependencies = [
10015 "bitflags 2.9.0",
10016 "jni-sys",
10017 "log",
10018 "ndk-sys",
10019 "num_enum",
10020 "thiserror 1.0.69",
10021]
10022
10023[[package]]
10024name = "ndk-context"
10025version = "0.1.1"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10028
10029[[package]]
10030name = "ndk-sys"
10031version = "0.6.0+11769913"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10034dependencies = [
10035 "jni-sys",
10036]
10037
10038[[package]]
10039name = "net"
10040version = "0.1.0"
10041dependencies = [
10042 "anyhow",
10043 "async-io",
10044 "smol",
10045 "tempfile",
10046 "windows 0.61.1",
10047 "workspace-hack",
10048]
10049
10050[[package]]
10051name = "new_debug_unreachable"
10052version = "1.0.6"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10055
10056[[package]]
10057name = "nix"
10058version = "0.28.0"
10059source = "registry+https://github.com/rust-lang/crates.io-index"
10060checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10061dependencies = [
10062 "bitflags 2.9.0",
10063 "cfg-if",
10064 "cfg_aliases 0.1.1",
10065 "libc",
10066]
10067
10068[[package]]
10069name = "nix"
10070version = "0.29.0"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10073dependencies = [
10074 "bitflags 2.9.0",
10075 "cfg-if",
10076 "cfg_aliases 0.2.1",
10077 "libc",
10078]
10079
10080[[package]]
10081name = "nix"
10082version = "0.30.1"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10085dependencies = [
10086 "bitflags 2.9.0",
10087 "cfg-if",
10088 "cfg_aliases 0.2.1",
10089 "libc",
10090 "memoffset",
10091]
10092
10093[[package]]
10094name = "node_runtime"
10095version = "0.1.0"
10096dependencies = [
10097 "anyhow",
10098 "async-compression",
10099 "async-std",
10100 "async-tar",
10101 "async-trait",
10102 "futures 0.3.31",
10103 "http_client",
10104 "log",
10105 "paths",
10106 "semver",
10107 "serde",
10108 "serde_json",
10109 "smol",
10110 "util",
10111 "watch",
10112 "which 6.0.3",
10113 "workspace-hack",
10114]
10115
10116[[package]]
10117name = "nom"
10118version = "7.1.3"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10121dependencies = [
10122 "memchr",
10123 "minimal-lexical",
10124]
10125
10126[[package]]
10127name = "nom"
10128version = "8.0.0"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10131dependencies = [
10132 "memchr",
10133]
10134
10135[[package]]
10136name = "noop_proc_macro"
10137version = "0.3.0"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10140
10141[[package]]
10142name = "normpath"
10143version = "1.3.0"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10146dependencies = [
10147 "windows-sys 0.59.0",
10148]
10149
10150[[package]]
10151name = "notifications"
10152version = "0.1.0"
10153dependencies = [
10154 "anyhow",
10155 "channel",
10156 "client",
10157 "collections",
10158 "component",
10159 "db",
10160 "gpui",
10161 "rpc",
10162 "settings",
10163 "sum_tree",
10164 "time",
10165 "ui",
10166 "util",
10167 "workspace",
10168 "workspace-hack",
10169 "zed_actions",
10170]
10171
10172[[package]]
10173name = "notify"
10174version = "6.1.1"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10177dependencies = [
10178 "bitflags 2.9.0",
10179 "crossbeam-channel",
10180 "filetime",
10181 "fsevent-sys 4.1.0",
10182 "inotify 0.9.6",
10183 "kqueue",
10184 "libc",
10185 "log",
10186 "mio 0.8.11",
10187 "walkdir",
10188 "windows-sys 0.48.0",
10189]
10190
10191[[package]]
10192name = "notify"
10193version = "8.0.0"
10194source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10195dependencies = [
10196 "bitflags 2.9.0",
10197 "filetime",
10198 "fsevent-sys 4.1.0",
10199 "inotify 0.11.0",
10200 "kqueue",
10201 "libc",
10202 "log",
10203 "mio 1.0.3",
10204 "notify-types",
10205 "walkdir",
10206 "windows-sys 0.59.0",
10207]
10208
10209[[package]]
10210name = "notify-debouncer-mini"
10211version = "0.4.1"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10214dependencies = [
10215 "crossbeam-channel",
10216 "log",
10217 "notify 6.1.1",
10218]
10219
10220[[package]]
10221name = "notify-types"
10222version = "2.0.0"
10223source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10224
10225[[package]]
10226name = "ntapi"
10227version = "0.4.1"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10230dependencies = [
10231 "winapi",
10232]
10233
10234[[package]]
10235name = "nu-ansi-term"
10236version = "0.50.1"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10239dependencies = [
10240 "windows-sys 0.52.0",
10241]
10242
10243[[package]]
10244name = "num"
10245version = "0.4.3"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10248dependencies = [
10249 "num-bigint",
10250 "num-complex",
10251 "num-integer",
10252 "num-iter",
10253 "num-rational",
10254 "num-traits",
10255]
10256
10257[[package]]
10258name = "num-bigint"
10259version = "0.4.6"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10262dependencies = [
10263 "num-integer",
10264 "num-traits",
10265]
10266
10267[[package]]
10268name = "num-bigint-dig"
10269version = "0.8.4"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10272dependencies = [
10273 "byteorder",
10274 "lazy_static",
10275 "libm",
10276 "num-integer",
10277 "num-iter",
10278 "num-traits",
10279 "rand 0.8.5",
10280 "serde",
10281 "smallvec",
10282 "zeroize",
10283]
10284
10285[[package]]
10286name = "num-cmp"
10287version = "0.1.0"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10290
10291[[package]]
10292name = "num-complex"
10293version = "0.4.6"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10296dependencies = [
10297 "bytemuck",
10298 "num-traits",
10299]
10300
10301[[package]]
10302name = "num-conv"
10303version = "0.1.0"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10306
10307[[package]]
10308name = "num-derive"
10309version = "0.4.2"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10312dependencies = [
10313 "proc-macro2",
10314 "quote",
10315 "syn 2.0.101",
10316]
10317
10318[[package]]
10319name = "num-format"
10320version = "0.4.4"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10323dependencies = [
10324 "arrayvec",
10325 "itoa",
10326]
10327
10328[[package]]
10329name = "num-integer"
10330version = "0.1.46"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10333dependencies = [
10334 "num-traits",
10335]
10336
10337[[package]]
10338name = "num-iter"
10339version = "0.1.45"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10342dependencies = [
10343 "autocfg",
10344 "num-integer",
10345 "num-traits",
10346]
10347
10348[[package]]
10349name = "num-rational"
10350version = "0.4.2"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10353dependencies = [
10354 "num-bigint",
10355 "num-integer",
10356 "num-traits",
10357]
10358
10359[[package]]
10360name = "num-traits"
10361version = "0.2.19"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10364dependencies = [
10365 "autocfg",
10366 "libm",
10367]
10368
10369[[package]]
10370name = "num_cpus"
10371version = "1.16.0"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10374dependencies = [
10375 "hermit-abi 0.3.9",
10376 "libc",
10377]
10378
10379[[package]]
10380name = "num_enum"
10381version = "0.7.3"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10384dependencies = [
10385 "num_enum_derive",
10386]
10387
10388[[package]]
10389name = "num_enum_derive"
10390version = "0.7.3"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10393dependencies = [
10394 "proc-macro-crate",
10395 "proc-macro2",
10396 "quote",
10397 "syn 2.0.101",
10398]
10399
10400[[package]]
10401name = "num_threads"
10402version = "0.1.7"
10403source = "registry+https://github.com/rust-lang/crates.io-index"
10404checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10405dependencies = [
10406 "libc",
10407]
10408
10409[[package]]
10410name = "nvim-rs"
10411version = "0.9.2"
10412source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10413dependencies = [
10414 "async-trait",
10415 "futures 0.3.31",
10416 "log",
10417 "rmp",
10418 "rmpv",
10419 "tokio",
10420 "tokio-util",
10421]
10422
10423[[package]]
10424name = "objc"
10425version = "0.2.7"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10428dependencies = [
10429 "malloc_buf",
10430 "objc_exception",
10431]
10432
10433[[package]]
10434name = "objc-foundation"
10435version = "0.1.1"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10438dependencies = [
10439 "block",
10440 "objc",
10441 "objc_id",
10442]
10443
10444[[package]]
10445name = "objc2"
10446version = "0.6.1"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10449dependencies = [
10450 "objc2-encode",
10451]
10452
10453[[package]]
10454name = "objc2-app-kit"
10455version = "0.3.1"
10456source = "registry+https://github.com/rust-lang/crates.io-index"
10457checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10458dependencies = [
10459 "bitflags 2.9.0",
10460 "objc2",
10461 "objc2-core-foundation",
10462 "objc2-foundation",
10463 "objc2-quartz-core",
10464]
10465
10466[[package]]
10467name = "objc2-audio-toolbox"
10468version = "0.3.1"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10471dependencies = [
10472 "bitflags 2.9.0",
10473 "libc",
10474 "objc2",
10475 "objc2-core-audio",
10476 "objc2-core-audio-types",
10477 "objc2-core-foundation",
10478 "objc2-foundation",
10479]
10480
10481[[package]]
10482name = "objc2-core-audio"
10483version = "0.3.1"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10486dependencies = [
10487 "dispatch2",
10488 "objc2",
10489 "objc2-core-audio-types",
10490 "objc2-core-foundation",
10491]
10492
10493[[package]]
10494name = "objc2-core-audio-types"
10495version = "0.3.1"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10498dependencies = [
10499 "bitflags 2.9.0",
10500 "objc2",
10501]
10502
10503[[package]]
10504name = "objc2-core-foundation"
10505version = "0.3.1"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10508dependencies = [
10509 "bitflags 2.9.0",
10510 "dispatch2",
10511 "objc2",
10512]
10513
10514[[package]]
10515name = "objc2-encode"
10516version = "4.1.0"
10517source = "registry+https://github.com/rust-lang/crates.io-index"
10518checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10519
10520[[package]]
10521name = "objc2-foundation"
10522version = "0.3.1"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10525dependencies = [
10526 "bitflags 2.9.0",
10527 "objc2",
10528 "objc2-core-foundation",
10529]
10530
10531[[package]]
10532name = "objc2-metal"
10533version = "0.3.1"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10536dependencies = [
10537 "bitflags 2.9.0",
10538 "block2",
10539 "dispatch2",
10540 "objc2",
10541 "objc2-core-foundation",
10542 "objc2-foundation",
10543]
10544
10545[[package]]
10546name = "objc2-quartz-core"
10547version = "0.3.1"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10550dependencies = [
10551 "bitflags 2.9.0",
10552 "objc2",
10553 "objc2-core-foundation",
10554 "objc2-foundation",
10555 "objc2-metal",
10556]
10557
10558[[package]]
10559name = "objc2-ui-kit"
10560version = "0.3.1"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10563dependencies = [
10564 "bitflags 2.9.0",
10565 "objc2",
10566 "objc2-core-foundation",
10567 "objc2-foundation",
10568 "objc2-quartz-core",
10569]
10570
10571[[package]]
10572name = "objc_exception"
10573version = "0.1.2"
10574source = "registry+https://github.com/rust-lang/crates.io-index"
10575checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10576dependencies = [
10577 "cc",
10578]
10579
10580[[package]]
10581name = "objc_id"
10582version = "0.1.1"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10585dependencies = [
10586 "objc",
10587]
10588
10589[[package]]
10590name = "object"
10591version = "0.36.7"
10592source = "registry+https://github.com/rust-lang/crates.io-index"
10593checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10594dependencies = [
10595 "crc32fast",
10596 "hashbrown 0.15.3",
10597 "indexmap 2.9.0",
10598 "memchr",
10599]
10600
10601[[package]]
10602name = "ollama"
10603version = "0.1.0"
10604dependencies = [
10605 "anyhow",
10606 "futures 0.3.31",
10607 "http_client",
10608 "schemars 1.0.1",
10609 "serde",
10610 "serde_json",
10611 "settings",
10612 "workspace-hack",
10613]
10614
10615[[package]]
10616name = "onboarding"
10617version = "0.1.0"
10618dependencies = [
10619 "ai_onboarding",
10620 "anyhow",
10621 "client",
10622 "component",
10623 "db",
10624 "documented",
10625 "editor",
10626 "fs",
10627 "fuzzy",
10628 "git",
10629 "gpui",
10630 "itertools 0.14.0",
10631 "language",
10632 "language_model",
10633 "menu",
10634 "notifications",
10635 "picker",
10636 "project",
10637 "schemars 1.0.1",
10638 "serde",
10639 "settings",
10640 "telemetry",
10641 "theme",
10642 "ui",
10643 "util",
10644 "vim_mode_setting",
10645 "workspace",
10646 "workspace-hack",
10647 "zed_actions",
10648 "zlog",
10649]
10650
10651[[package]]
10652name = "once_cell"
10653version = "1.21.3"
10654source = "registry+https://github.com/rust-lang/crates.io-index"
10655checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10656
10657[[package]]
10658name = "oo7"
10659version = "0.5.0"
10660source = "registry+https://github.com/rust-lang/crates.io-index"
10661checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10662dependencies = [
10663 "aes",
10664 "ashpd 0.12.0",
10665 "async-fs",
10666 "async-io",
10667 "async-lock",
10668 "blocking",
10669 "cbc",
10670 "cipher",
10671 "digest",
10672 "endi",
10673 "futures-lite 2.6.0",
10674 "futures-util",
10675 "getrandom 0.3.2",
10676 "hkdf",
10677 "hmac",
10678 "md-5",
10679 "num",
10680 "num-bigint-dig",
10681 "pbkdf2 0.12.2",
10682 "rand 0.9.1",
10683 "serde",
10684 "sha2",
10685 "subtle",
10686 "zbus",
10687 "zbus_macros",
10688 "zeroize",
10689 "zvariant",
10690]
10691
10692[[package]]
10693name = "oorandom"
10694version = "11.1.5"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10697
10698[[package]]
10699name = "open"
10700version = "5.3.2"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10703dependencies = [
10704 "is-wsl",
10705 "libc",
10706 "pathdiff",
10707]
10708
10709[[package]]
10710name = "open_ai"
10711version = "0.1.0"
10712dependencies = [
10713 "anyhow",
10714 "futures 0.3.31",
10715 "http_client",
10716 "log",
10717 "schemars 1.0.1",
10718 "serde",
10719 "serde_json",
10720 "settings",
10721 "strum 0.27.1",
10722 "workspace-hack",
10723]
10724
10725[[package]]
10726name = "open_router"
10727version = "0.1.0"
10728dependencies = [
10729 "anyhow",
10730 "futures 0.3.31",
10731 "http_client",
10732 "schemars 1.0.1",
10733 "serde",
10734 "serde_json",
10735 "settings",
10736 "strum 0.27.1",
10737 "thiserror 2.0.12",
10738 "workspace-hack",
10739]
10740
10741[[package]]
10742name = "opener"
10743version = "0.7.2"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10746dependencies = [
10747 "bstr",
10748 "dbus",
10749 "normpath",
10750 "windows-sys 0.59.0",
10751]
10752
10753[[package]]
10754name = "openssl"
10755version = "0.10.72"
10756source = "registry+https://github.com/rust-lang/crates.io-index"
10757checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10758dependencies = [
10759 "bitflags 2.9.0",
10760 "cfg-if",
10761 "foreign-types 0.3.2",
10762 "libc",
10763 "once_cell",
10764 "openssl-macros",
10765 "openssl-sys",
10766]
10767
10768[[package]]
10769name = "openssl-macros"
10770version = "0.1.1"
10771source = "registry+https://github.com/rust-lang/crates.io-index"
10772checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10773dependencies = [
10774 "proc-macro2",
10775 "quote",
10776 "syn 2.0.101",
10777]
10778
10779[[package]]
10780name = "openssl-probe"
10781version = "0.1.6"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10784
10785[[package]]
10786name = "openssl-sys"
10787version = "0.9.107"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10790dependencies = [
10791 "cc",
10792 "libc",
10793 "pkg-config",
10794 "vcpkg",
10795]
10796
10797[[package]]
10798name = "optfield"
10799version = "0.3.0"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10802dependencies = [
10803 "proc-macro2",
10804 "quote",
10805 "syn 2.0.101",
10806]
10807
10808[[package]]
10809name = "option-ext"
10810version = "0.2.0"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10813
10814[[package]]
10815name = "ordered-float"
10816version = "2.10.1"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10819dependencies = [
10820 "num-traits",
10821]
10822
10823[[package]]
10824name = "ordered-float"
10825version = "4.6.0"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10828dependencies = [
10829 "num-traits",
10830]
10831
10832[[package]]
10833name = "ordered-stream"
10834version = "0.2.0"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10837dependencies = [
10838 "futures-core",
10839 "pin-project-lite",
10840]
10841
10842[[package]]
10843name = "ouroboros"
10844version = "0.18.5"
10845source = "registry+https://github.com/rust-lang/crates.io-index"
10846checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10847dependencies = [
10848 "aliasable",
10849 "ouroboros_macro",
10850 "static_assertions",
10851]
10852
10853[[package]]
10854name = "ouroboros_macro"
10855version = "0.18.5"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10858dependencies = [
10859 "heck 0.4.1",
10860 "proc-macro2",
10861 "proc-macro2-diagnostics",
10862 "quote",
10863 "syn 2.0.101",
10864]
10865
10866[[package]]
10867name = "outline"
10868version = "0.1.0"
10869dependencies = [
10870 "editor",
10871 "fuzzy",
10872 "gpui",
10873 "indoc",
10874 "language",
10875 "menu",
10876 "ordered-float 2.10.1",
10877 "picker",
10878 "project",
10879 "rope",
10880 "serde_json",
10881 "settings",
10882 "smol",
10883 "theme",
10884 "tree-sitter-rust",
10885 "tree-sitter-typescript",
10886 "ui",
10887 "util",
10888 "workspace",
10889 "workspace-hack",
10890 "zed_actions",
10891]
10892
10893[[package]]
10894name = "outline_panel"
10895version = "0.1.0"
10896dependencies = [
10897 "anyhow",
10898 "collections",
10899 "db",
10900 "editor",
10901 "file_icons",
10902 "fuzzy",
10903 "gpui",
10904 "itertools 0.14.0",
10905 "language",
10906 "log",
10907 "menu",
10908 "outline",
10909 "pretty_assertions",
10910 "project",
10911 "search",
10912 "serde",
10913 "serde_json",
10914 "settings",
10915 "smallvec",
10916 "smol",
10917 "theme",
10918 "ui",
10919 "util",
10920 "workspace",
10921 "workspace-hack",
10922 "worktree",
10923 "zed_actions",
10924]
10925
10926[[package]]
10927name = "outref"
10928version = "0.5.2"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10931
10932[[package]]
10933name = "p256"
10934version = "0.11.1"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10937dependencies = [
10938 "ecdsa",
10939 "elliptic-curve",
10940 "sha2",
10941]
10942
10943[[package]]
10944name = "page_size"
10945version = "0.6.0"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10948dependencies = [
10949 "libc",
10950 "winapi",
10951]
10952
10953[[package]]
10954name = "palette"
10955version = "0.7.6"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10958dependencies = [
10959 "approx",
10960 "fast-srgb8",
10961 "palette_derive",
10962]
10963
10964[[package]]
10965name = "palette_derive"
10966version = "0.7.6"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10969dependencies = [
10970 "by_address",
10971 "proc-macro2",
10972 "quote",
10973 "syn 2.0.101",
10974]
10975
10976[[package]]
10977name = "panel"
10978version = "0.1.0"
10979dependencies = [
10980 "editor",
10981 "gpui",
10982 "settings",
10983 "theme",
10984 "ui",
10985 "workspace",
10986 "workspace-hack",
10987]
10988
10989[[package]]
10990name = "parking"
10991version = "2.2.1"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10994
10995[[package]]
10996name = "parking_lot"
10997version = "0.12.4"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
11000dependencies = [
11001 "lock_api",
11002 "parking_lot_core",
11003]
11004
11005[[package]]
11006name = "parking_lot_core"
11007version = "0.9.11"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11010dependencies = [
11011 "cfg-if",
11012 "libc",
11013 "redox_syscall 0.5.11",
11014 "smallvec",
11015 "windows-targets 0.52.6",
11016]
11017
11018[[package]]
11019name = "parse_int"
11020version = "0.9.0"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11023dependencies = [
11024 "num-traits",
11025]
11026
11027[[package]]
11028name = "partial-json-fixer"
11029version = "0.5.3"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11032
11033[[package]]
11034name = "password-hash"
11035version = "0.4.2"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11038dependencies = [
11039 "base64ct",
11040 "rand_core 0.6.4",
11041 "subtle",
11042]
11043
11044[[package]]
11045name = "password-hash"
11046version = "0.5.0"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11049dependencies = [
11050 "base64ct",
11051 "rand_core 0.6.4",
11052 "subtle",
11053]
11054
11055[[package]]
11056name = "paste"
11057version = "1.0.15"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11060
11061[[package]]
11062name = "pathdiff"
11063version = "0.2.3"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11066
11067[[package]]
11068name = "pathfinder_geometry"
11069version = "0.5.1"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11072dependencies = [
11073 "log",
11074 "pathfinder_simd",
11075]
11076
11077[[package]]
11078name = "pathfinder_simd"
11079version = "0.5.5"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11082dependencies = [
11083 "rustc_version",
11084]
11085
11086[[package]]
11087name = "paths"
11088version = "0.1.0"
11089dependencies = [
11090 "dirs 4.0.0",
11091 "ignore",
11092 "util",
11093 "workspace-hack",
11094]
11095
11096[[package]]
11097name = "pbjson"
11098version = "0.6.0"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11101dependencies = [
11102 "base64 0.21.7",
11103 "serde",
11104]
11105
11106[[package]]
11107name = "pbjson-build"
11108version = "0.6.2"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11111dependencies = [
11112 "heck 0.4.1",
11113 "itertools 0.11.0",
11114 "prost 0.12.6",
11115 "prost-types 0.12.6",
11116]
11117
11118[[package]]
11119name = "pbjson-types"
11120version = "0.6.0"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11123dependencies = [
11124 "bytes 1.10.1",
11125 "chrono",
11126 "pbjson",
11127 "pbjson-build",
11128 "prost 0.12.6",
11129 "prost-build 0.12.6",
11130 "serde",
11131]
11132
11133[[package]]
11134name = "pbkdf2"
11135version = "0.11.0"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11138dependencies = [
11139 "digest",
11140 "hmac",
11141 "password-hash 0.4.2",
11142 "sha2",
11143]
11144
11145[[package]]
11146name = "pbkdf2"
11147version = "0.12.2"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11150dependencies = [
11151 "digest",
11152 "hmac",
11153]
11154
11155[[package]]
11156name = "pciid-parser"
11157version = "0.8.0"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11160
11161[[package]]
11162name = "pem"
11163version = "3.0.5"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11166dependencies = [
11167 "base64 0.22.1",
11168 "serde",
11169]
11170
11171[[package]]
11172name = "pem-rfc7468"
11173version = "0.7.0"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11176dependencies = [
11177 "base64ct",
11178]
11179
11180[[package]]
11181name = "percent-encoding"
11182version = "2.3.1"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11185
11186[[package]]
11187name = "perf"
11188version = "0.1.0"
11189dependencies = [
11190 "collections",
11191 "serde",
11192 "serde_json",
11193 "workspace-hack",
11194]
11195
11196[[package]]
11197name = "pest"
11198version = "2.8.0"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11201dependencies = [
11202 "memchr",
11203 "thiserror 2.0.12",
11204 "ucd-trie",
11205]
11206
11207[[package]]
11208name = "pest_derive"
11209version = "2.8.0"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11212dependencies = [
11213 "pest",
11214 "pest_generator",
11215]
11216
11217[[package]]
11218name = "pest_generator"
11219version = "2.8.0"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11222dependencies = [
11223 "pest",
11224 "pest_meta",
11225 "proc-macro2",
11226 "quote",
11227 "syn 2.0.101",
11228]
11229
11230[[package]]
11231name = "pest_meta"
11232version = "2.8.0"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11235dependencies = [
11236 "once_cell",
11237 "pest",
11238 "sha2",
11239]
11240
11241[[package]]
11242name = "pet"
11243version = "0.1.0"
11244source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11245dependencies = [
11246 "clap",
11247 "env_logger 0.10.2",
11248 "lazy_static",
11249 "log",
11250 "msvc_spectre_libs",
11251 "pet-conda",
11252 "pet-core",
11253 "pet-env-var-path",
11254 "pet-fs",
11255 "pet-global-virtualenvs",
11256 "pet-homebrew",
11257 "pet-jsonrpc",
11258 "pet-linux-global-python",
11259 "pet-mac-commandlinetools",
11260 "pet-mac-python-org",
11261 "pet-mac-xcode",
11262 "pet-pipenv",
11263 "pet-pixi",
11264 "pet-poetry",
11265 "pet-pyenv",
11266 "pet-python-utils",
11267 "pet-reporter",
11268 "pet-telemetry",
11269 "pet-venv",
11270 "pet-virtualenv",
11271 "pet-virtualenvwrapper",
11272 "pet-windows-registry",
11273 "pet-windows-store",
11274 "serde",
11275 "serde_json",
11276]
11277
11278[[package]]
11279name = "pet-conda"
11280version = "0.1.0"
11281source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11282dependencies = [
11283 "env_logger 0.10.2",
11284 "lazy_static",
11285 "log",
11286 "msvc_spectre_libs",
11287 "pet-core",
11288 "pet-fs",
11289 "pet-python-utils",
11290 "pet-reporter",
11291 "regex",
11292 "serde",
11293 "serde_json",
11294 "yaml-rust2",
11295]
11296
11297[[package]]
11298name = "pet-core"
11299version = "0.1.0"
11300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11301dependencies = [
11302 "clap",
11303 "lazy_static",
11304 "log",
11305 "msvc_spectre_libs",
11306 "pet-fs",
11307 "regex",
11308 "serde",
11309 "serde_json",
11310]
11311
11312[[package]]
11313name = "pet-env-var-path"
11314version = "0.1.0"
11315source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11316dependencies = [
11317 "lazy_static",
11318 "log",
11319 "msvc_spectre_libs",
11320 "pet-conda",
11321 "pet-core",
11322 "pet-fs",
11323 "pet-python-utils",
11324 "pet-virtualenv",
11325 "regex",
11326]
11327
11328[[package]]
11329name = "pet-fs"
11330version = "0.1.0"
11331source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11332dependencies = [
11333 "log",
11334 "msvc_spectre_libs",
11335]
11336
11337[[package]]
11338name = "pet-global-virtualenvs"
11339version = "0.1.0"
11340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11341dependencies = [
11342 "log",
11343 "msvc_spectre_libs",
11344 "pet-conda",
11345 "pet-core",
11346 "pet-fs",
11347 "pet-virtualenv",
11348]
11349
11350[[package]]
11351name = "pet-homebrew"
11352version = "0.1.0"
11353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11354dependencies = [
11355 "lazy_static",
11356 "log",
11357 "msvc_spectre_libs",
11358 "pet-conda",
11359 "pet-core",
11360 "pet-fs",
11361 "pet-python-utils",
11362 "pet-virtualenv",
11363 "regex",
11364 "serde",
11365 "serde_json",
11366]
11367
11368[[package]]
11369name = "pet-jsonrpc"
11370version = "0.1.0"
11371source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11372dependencies = [
11373 "env_logger 0.10.2",
11374 "log",
11375 "msvc_spectre_libs",
11376 "pet-core",
11377 "serde",
11378 "serde_json",
11379]
11380
11381[[package]]
11382name = "pet-linux-global-python"
11383version = "0.1.0"
11384source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11385dependencies = [
11386 "log",
11387 "msvc_spectre_libs",
11388 "pet-core",
11389 "pet-fs",
11390 "pet-python-utils",
11391 "pet-virtualenv",
11392]
11393
11394[[package]]
11395name = "pet-mac-commandlinetools"
11396version = "0.1.0"
11397source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11398dependencies = [
11399 "log",
11400 "msvc_spectre_libs",
11401 "pet-core",
11402 "pet-fs",
11403 "pet-python-utils",
11404 "pet-virtualenv",
11405]
11406
11407[[package]]
11408name = "pet-mac-python-org"
11409version = "0.1.0"
11410source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11411dependencies = [
11412 "log",
11413 "msvc_spectre_libs",
11414 "pet-core",
11415 "pet-fs",
11416 "pet-python-utils",
11417 "pet-virtualenv",
11418]
11419
11420[[package]]
11421name = "pet-mac-xcode"
11422version = "0.1.0"
11423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11424dependencies = [
11425 "log",
11426 "msvc_spectre_libs",
11427 "pet-core",
11428 "pet-fs",
11429 "pet-python-utils",
11430 "pet-virtualenv",
11431]
11432
11433[[package]]
11434name = "pet-pipenv"
11435version = "0.1.0"
11436source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11437dependencies = [
11438 "log",
11439 "msvc_spectre_libs",
11440 "pet-core",
11441 "pet-fs",
11442 "pet-python-utils",
11443 "pet-virtualenv",
11444]
11445
11446[[package]]
11447name = "pet-pixi"
11448version = "0.1.0"
11449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11450dependencies = [
11451 "log",
11452 "msvc_spectre_libs",
11453 "pet-conda",
11454 "pet-core",
11455 "pet-python-utils",
11456]
11457
11458[[package]]
11459name = "pet-poetry"
11460version = "0.1.0"
11461source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11462dependencies = [
11463 "base64 0.22.1",
11464 "lazy_static",
11465 "log",
11466 "msvc_spectre_libs",
11467 "pet-core",
11468 "pet-fs",
11469 "pet-python-utils",
11470 "pet-reporter",
11471 "pet-virtualenv",
11472 "regex",
11473 "serde",
11474 "serde_json",
11475 "sha2",
11476 "toml 0.8.20",
11477]
11478
11479[[package]]
11480name = "pet-pyenv"
11481version = "0.1.0"
11482source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11483dependencies = [
11484 "lazy_static",
11485 "log",
11486 "msvc_spectre_libs",
11487 "pet-conda",
11488 "pet-core",
11489 "pet-fs",
11490 "pet-python-utils",
11491 "pet-reporter",
11492 "regex",
11493 "serde",
11494 "serde_json",
11495]
11496
11497[[package]]
11498name = "pet-python-utils"
11499version = "0.1.0"
11500source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11501dependencies = [
11502 "env_logger 0.10.2",
11503 "lazy_static",
11504 "log",
11505 "msvc_spectre_libs",
11506 "pet-core",
11507 "pet-fs",
11508 "regex",
11509 "serde",
11510 "serde_json",
11511 "sha2",
11512]
11513
11514[[package]]
11515name = "pet-reporter"
11516version = "0.1.0"
11517source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11518dependencies = [
11519 "env_logger 0.10.2",
11520 "log",
11521 "msvc_spectre_libs",
11522 "pet-core",
11523 "pet-jsonrpc",
11524 "serde",
11525 "serde_json",
11526]
11527
11528[[package]]
11529name = "pet-telemetry"
11530version = "0.1.0"
11531source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11532dependencies = [
11533 "env_logger 0.10.2",
11534 "lazy_static",
11535 "log",
11536 "msvc_spectre_libs",
11537 "pet-core",
11538 "pet-fs",
11539 "pet-python-utils",
11540 "regex",
11541]
11542
11543[[package]]
11544name = "pet-venv"
11545version = "0.1.0"
11546source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11547dependencies = [
11548 "log",
11549 "msvc_spectre_libs",
11550 "pet-core",
11551 "pet-python-utils",
11552 "pet-virtualenv",
11553]
11554
11555[[package]]
11556name = "pet-virtualenv"
11557version = "0.1.0"
11558source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11559dependencies = [
11560 "log",
11561 "msvc_spectre_libs",
11562 "pet-core",
11563 "pet-fs",
11564 "pet-python-utils",
11565]
11566
11567[[package]]
11568name = "pet-virtualenvwrapper"
11569version = "0.1.0"
11570source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11571dependencies = [
11572 "log",
11573 "msvc_spectre_libs",
11574 "pet-core",
11575 "pet-fs",
11576 "pet-python-utils",
11577 "pet-virtualenv",
11578]
11579
11580[[package]]
11581name = "pet-windows-registry"
11582version = "0.1.0"
11583source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11584dependencies = [
11585 "lazy_static",
11586 "log",
11587 "msvc_spectre_libs",
11588 "pet-conda",
11589 "pet-core",
11590 "pet-fs",
11591 "pet-python-utils",
11592 "pet-virtualenv",
11593 "pet-windows-store",
11594 "regex",
11595 "winreg 0.55.0",
11596]
11597
11598[[package]]
11599name = "pet-windows-store"
11600version = "0.1.0"
11601source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11602dependencies = [
11603 "lazy_static",
11604 "log",
11605 "msvc_spectre_libs",
11606 "pet-core",
11607 "pet-fs",
11608 "pet-python-utils",
11609 "pet-virtualenv",
11610 "regex",
11611 "winreg 0.55.0",
11612]
11613
11614[[package]]
11615name = "petgraph"
11616version = "0.6.5"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11619dependencies = [
11620 "fixedbitset",
11621 "indexmap 2.9.0",
11622]
11623
11624[[package]]
11625name = "pgvector"
11626version = "0.4.0"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11629dependencies = [
11630 "serde",
11631]
11632
11633[[package]]
11634name = "phf"
11635version = "0.11.3"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11638dependencies = [
11639 "phf_macros",
11640 "phf_shared",
11641]
11642
11643[[package]]
11644name = "phf_codegen"
11645version = "0.11.3"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11648dependencies = [
11649 "phf_generator",
11650 "phf_shared",
11651]
11652
11653[[package]]
11654name = "phf_generator"
11655version = "0.11.3"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11658dependencies = [
11659 "phf_shared",
11660 "rand 0.8.5",
11661]
11662
11663[[package]]
11664name = "phf_macros"
11665version = "0.11.3"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11668dependencies = [
11669 "phf_generator",
11670 "phf_shared",
11671 "proc-macro2",
11672 "quote",
11673 "syn 2.0.101",
11674]
11675
11676[[package]]
11677name = "phf_shared"
11678version = "0.11.3"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11681dependencies = [
11682 "siphasher",
11683]
11684
11685[[package]]
11686name = "picker"
11687version = "0.1.0"
11688dependencies = [
11689 "anyhow",
11690 "ctor",
11691 "editor",
11692 "env_logger 0.11.8",
11693 "gpui",
11694 "menu",
11695 "schemars 1.0.1",
11696 "serde",
11697 "serde_json",
11698 "theme",
11699 "ui",
11700 "workspace",
11701 "workspace-hack",
11702]
11703
11704[[package]]
11705name = "pico-args"
11706version = "0.5.0"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11709
11710[[package]]
11711name = "pin-project"
11712version = "1.1.10"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11715dependencies = [
11716 "pin-project-internal",
11717]
11718
11719[[package]]
11720name = "pin-project-internal"
11721version = "1.1.10"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11724dependencies = [
11725 "proc-macro2",
11726 "quote",
11727 "syn 2.0.101",
11728]
11729
11730[[package]]
11731name = "pin-project-lite"
11732version = "0.2.16"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11735
11736[[package]]
11737name = "pin-utils"
11738version = "0.1.0"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11741
11742[[package]]
11743name = "piper"
11744version = "0.2.4"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11747dependencies = [
11748 "atomic-waker",
11749 "fastrand 2.3.0",
11750 "futures-io",
11751]
11752
11753[[package]]
11754name = "pkcs1"
11755version = "0.7.5"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11758dependencies = [
11759 "der 0.7.10",
11760 "pkcs8 0.10.2",
11761 "spki 0.7.3",
11762]
11763
11764[[package]]
11765name = "pkcs8"
11766version = "0.9.0"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11769dependencies = [
11770 "der 0.6.1",
11771 "spki 0.6.0",
11772]
11773
11774[[package]]
11775name = "pkcs8"
11776version = "0.10.2"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11779dependencies = [
11780 "der 0.7.10",
11781 "spki 0.7.3",
11782]
11783
11784[[package]]
11785name = "pkg-config"
11786version = "0.3.32"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11789
11790[[package]]
11791name = "plain"
11792version = "0.2.3"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11795
11796[[package]]
11797name = "plist"
11798version = "1.7.1"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11801dependencies = [
11802 "base64 0.22.1",
11803 "indexmap 2.9.0",
11804 "quick-xml 0.32.0",
11805 "serde",
11806 "time",
11807]
11808
11809[[package]]
11810name = "plotters"
11811version = "0.3.7"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11814dependencies = [
11815 "num-traits",
11816 "plotters-backend",
11817 "plotters-svg",
11818 "wasm-bindgen",
11819 "web-sys",
11820]
11821
11822[[package]]
11823name = "plotters-backend"
11824version = "0.3.7"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11827
11828[[package]]
11829name = "plotters-svg"
11830version = "0.3.7"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11833dependencies = [
11834 "plotters-backend",
11835]
11836
11837[[package]]
11838name = "png"
11839version = "0.17.16"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11842dependencies = [
11843 "bitflags 1.3.2",
11844 "crc32fast",
11845 "fdeflate",
11846 "flate2",
11847 "miniz_oxide",
11848]
11849
11850[[package]]
11851name = "polling"
11852version = "3.11.0"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11855dependencies = [
11856 "cfg-if",
11857 "concurrent-queue",
11858 "hermit-abi 0.5.0",
11859 "pin-project-lite",
11860 "rustix 1.0.7",
11861 "windows-sys 0.61.0",
11862]
11863
11864[[package]]
11865name = "pollster"
11866version = "0.2.5"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11869
11870[[package]]
11871name = "portable-atomic"
11872version = "1.11.0"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11875
11876[[package]]
11877name = "portable-atomic-util"
11878version = "0.2.4"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11881dependencies = [
11882 "portable-atomic",
11883]
11884
11885[[package]]
11886name = "portable-pty"
11887version = "0.9.0"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11890dependencies = [
11891 "anyhow",
11892 "bitflags 1.3.2",
11893 "downcast-rs",
11894 "filedescriptor",
11895 "lazy_static",
11896 "libc",
11897 "log",
11898 "nix 0.28.0",
11899 "serial2",
11900 "shared_library",
11901 "shell-words",
11902 "winapi",
11903 "winreg 0.10.1",
11904]
11905
11906[[package]]
11907name = "postage"
11908version = "0.5.0"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11911dependencies = [
11912 "atomic",
11913 "crossbeam-queue",
11914 "futures 0.3.31",
11915 "log",
11916 "parking_lot",
11917 "pin-project",
11918 "pollster",
11919 "static_assertions",
11920 "thiserror 1.0.69",
11921]
11922
11923[[package]]
11924name = "postcard"
11925version = "1.1.1"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11928dependencies = [
11929 "cobs",
11930 "embedded-io 0.4.0",
11931 "embedded-io 0.6.1",
11932 "serde",
11933]
11934
11935[[package]]
11936name = "powerfmt"
11937version = "0.2.0"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11940
11941[[package]]
11942name = "ppv-lite86"
11943version = "0.2.21"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11946dependencies = [
11947 "zerocopy 0.8.24",
11948]
11949
11950[[package]]
11951name = "precomputed-hash"
11952version = "0.1.1"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11955
11956[[package]]
11957name = "prettier"
11958version = "0.1.0"
11959dependencies = [
11960 "anyhow",
11961 "collections",
11962 "fs",
11963 "gpui",
11964 "language",
11965 "log",
11966 "lsp",
11967 "node_runtime",
11968 "parking_lot",
11969 "paths",
11970 "serde",
11971 "serde_json",
11972 "util",
11973 "workspace-hack",
11974]
11975
11976[[package]]
11977name = "pretty_assertions"
11978version = "1.4.1"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11981dependencies = [
11982 "diff",
11983 "yansi",
11984]
11985
11986[[package]]
11987name = "prettyplease"
11988version = "0.2.32"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11991dependencies = [
11992 "proc-macro2",
11993 "syn 2.0.101",
11994]
11995
11996[[package]]
11997name = "primal-check"
11998version = "0.3.4"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12001dependencies = [
12002 "num-integer",
12003]
12004
12005[[package]]
12006name = "proc-macro-crate"
12007version = "3.3.0"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12010dependencies = [
12011 "toml_edit",
12012]
12013
12014[[package]]
12015name = "proc-macro-error-attr2"
12016version = "2.0.0"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12019dependencies = [
12020 "proc-macro2",
12021 "quote",
12022]
12023
12024[[package]]
12025name = "proc-macro-error2"
12026version = "2.0.1"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12029dependencies = [
12030 "proc-macro-error-attr2",
12031 "proc-macro2",
12032 "quote",
12033 "syn 2.0.101",
12034]
12035
12036[[package]]
12037name = "proc-macro2"
12038version = "1.0.95"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12041dependencies = [
12042 "unicode-ident",
12043]
12044
12045[[package]]
12046name = "proc-macro2-diagnostics"
12047version = "0.10.1"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12050dependencies = [
12051 "proc-macro2",
12052 "quote",
12053 "syn 2.0.101",
12054 "version_check",
12055 "yansi",
12056]
12057
12058[[package]]
12059name = "procfs-core"
12060version = "0.16.0"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12063dependencies = [
12064 "bitflags 2.9.0",
12065 "hex",
12066]
12067
12068[[package]]
12069name = "profiling"
12070version = "1.0.16"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12073dependencies = [
12074 "profiling-procmacros",
12075]
12076
12077[[package]]
12078name = "profiling-procmacros"
12079version = "1.0.16"
12080source = "registry+https://github.com/rust-lang/crates.io-index"
12081checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12082dependencies = [
12083 "quote",
12084 "syn 2.0.101",
12085]
12086
12087[[package]]
12088name = "project"
12089version = "0.1.0"
12090dependencies = [
12091 "aho-corasick",
12092 "anyhow",
12093 "askpass",
12094 "async-trait",
12095 "base64 0.22.1",
12096 "buffer_diff",
12097 "circular-buffer",
12098 "client",
12099 "clock",
12100 "collections",
12101 "context_server",
12102 "dap",
12103 "dap_adapters",
12104 "extension",
12105 "fancy-regex 0.14.0",
12106 "feature_flags",
12107 "fs",
12108 "futures 0.3.31",
12109 "fuzzy",
12110 "git",
12111 "git2",
12112 "git_hosting_providers",
12113 "globset",
12114 "gpui",
12115 "http_client",
12116 "image",
12117 "indexmap 2.9.0",
12118 "itertools 0.14.0",
12119 "language",
12120 "log",
12121 "lsp",
12122 "markdown",
12123 "node_runtime",
12124 "parking_lot",
12125 "paths",
12126 "postage",
12127 "prettier",
12128 "pretty_assertions",
12129 "rand 0.9.1",
12130 "regex",
12131 "release_channel",
12132 "remote",
12133 "rpc",
12134 "schemars 1.0.1",
12135 "semver",
12136 "serde",
12137 "serde_json",
12138 "settings",
12139 "sha2",
12140 "shellexpand 2.1.2",
12141 "shlex",
12142 "smallvec",
12143 "smol",
12144 "snippet",
12145 "snippet_provider",
12146 "sum_tree",
12147 "task",
12148 "tempfile",
12149 "terminal",
12150 "text",
12151 "toml 0.8.20",
12152 "unindent",
12153 "url",
12154 "util",
12155 "watch",
12156 "which 6.0.3",
12157 "workspace-hack",
12158 "worktree",
12159 "zeroize",
12160 "zlog",
12161]
12162
12163[[package]]
12164name = "project_panel"
12165version = "0.1.0"
12166dependencies = [
12167 "anyhow",
12168 "client",
12169 "collections",
12170 "command_palette_hooks",
12171 "criterion",
12172 "db",
12173 "editor",
12174 "file_icons",
12175 "git",
12176 "git_ui",
12177 "gpui",
12178 "language",
12179 "menu",
12180 "pretty_assertions",
12181 "project",
12182 "rayon",
12183 "schemars 1.0.1",
12184 "search",
12185 "serde",
12186 "serde_json",
12187 "settings",
12188 "smallvec",
12189 "telemetry",
12190 "theme",
12191 "ui",
12192 "util",
12193 "workspace",
12194 "workspace-hack",
12195 "worktree",
12196 "zed_actions",
12197]
12198
12199[[package]]
12200name = "project_symbols"
12201version = "0.1.0"
12202dependencies = [
12203 "anyhow",
12204 "editor",
12205 "futures 0.3.31",
12206 "fuzzy",
12207 "gpui",
12208 "language",
12209 "lsp",
12210 "ordered-float 2.10.1",
12211 "picker",
12212 "project",
12213 "release_channel",
12214 "serde_json",
12215 "settings",
12216 "theme",
12217 "util",
12218 "workspace",
12219 "workspace-hack",
12220]
12221
12222[[package]]
12223name = "prometheus"
12224version = "0.14.0"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12227dependencies = [
12228 "cfg-if",
12229 "fnv",
12230 "lazy_static",
12231 "memchr",
12232 "parking_lot",
12233 "protobuf",
12234 "thiserror 2.0.12",
12235]
12236
12237[[package]]
12238name = "prompt_store"
12239version = "0.1.0"
12240dependencies = [
12241 "anyhow",
12242 "assets",
12243 "chrono",
12244 "collections",
12245 "fs",
12246 "futures 0.3.31",
12247 "fuzzy",
12248 "gpui",
12249 "handlebars 4.5.0",
12250 "heed",
12251 "language",
12252 "log",
12253 "parking_lot",
12254 "paths",
12255 "rope",
12256 "serde",
12257 "serde_json",
12258 "text",
12259 "util",
12260 "uuid",
12261 "workspace-hack",
12262]
12263
12264[[package]]
12265name = "prost"
12266version = "0.9.0"
12267source = "registry+https://github.com/rust-lang/crates.io-index"
12268checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12269dependencies = [
12270 "bytes 1.10.1",
12271 "prost-derive 0.9.0",
12272]
12273
12274[[package]]
12275name = "prost"
12276version = "0.12.6"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12279dependencies = [
12280 "bytes 1.10.1",
12281 "prost-derive 0.12.6",
12282]
12283
12284[[package]]
12285name = "prost-build"
12286version = "0.9.0"
12287source = "registry+https://github.com/rust-lang/crates.io-index"
12288checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12289dependencies = [
12290 "bytes 1.10.1",
12291 "heck 0.3.3",
12292 "itertools 0.10.5",
12293 "lazy_static",
12294 "log",
12295 "multimap",
12296 "petgraph",
12297 "prost 0.9.0",
12298 "prost-types 0.9.0",
12299 "regex",
12300 "tempfile",
12301 "which 4.4.2",
12302]
12303
12304[[package]]
12305name = "prost-build"
12306version = "0.12.6"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12309dependencies = [
12310 "bytes 1.10.1",
12311 "heck 0.5.0",
12312 "itertools 0.12.1",
12313 "log",
12314 "multimap",
12315 "once_cell",
12316 "petgraph",
12317 "prettyplease",
12318 "prost 0.12.6",
12319 "prost-types 0.12.6",
12320 "regex",
12321 "syn 2.0.101",
12322 "tempfile",
12323]
12324
12325[[package]]
12326name = "prost-derive"
12327version = "0.9.0"
12328source = "registry+https://github.com/rust-lang/crates.io-index"
12329checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12330dependencies = [
12331 "anyhow",
12332 "itertools 0.10.5",
12333 "proc-macro2",
12334 "quote",
12335 "syn 1.0.109",
12336]
12337
12338[[package]]
12339name = "prost-derive"
12340version = "0.12.6"
12341source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12343dependencies = [
12344 "anyhow",
12345 "itertools 0.12.1",
12346 "proc-macro2",
12347 "quote",
12348 "syn 2.0.101",
12349]
12350
12351[[package]]
12352name = "prost-types"
12353version = "0.9.0"
12354source = "registry+https://github.com/rust-lang/crates.io-index"
12355checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12356dependencies = [
12357 "bytes 1.10.1",
12358 "prost 0.9.0",
12359]
12360
12361[[package]]
12362name = "prost-types"
12363version = "0.12.6"
12364source = "registry+https://github.com/rust-lang/crates.io-index"
12365checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12366dependencies = [
12367 "prost 0.12.6",
12368]
12369
12370[[package]]
12371name = "proto"
12372version = "0.1.0"
12373dependencies = [
12374 "anyhow",
12375 "collections",
12376 "prost 0.9.0",
12377 "prost-build 0.9.0",
12378 "serde",
12379 "typed-path",
12380 "workspace-hack",
12381]
12382
12383[[package]]
12384name = "protobuf"
12385version = "3.7.2"
12386source = "registry+https://github.com/rust-lang/crates.io-index"
12387checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12388dependencies = [
12389 "once_cell",
12390 "protobuf-support",
12391 "thiserror 1.0.69",
12392]
12393
12394[[package]]
12395name = "protobuf-support"
12396version = "3.7.2"
12397source = "registry+https://github.com/rust-lang/crates.io-index"
12398checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12399dependencies = [
12400 "thiserror 1.0.69",
12401]
12402
12403[[package]]
12404name = "psm"
12405version = "0.1.25"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12408dependencies = [
12409 "cc",
12410]
12411
12412[[package]]
12413name = "ptr_meta"
12414version = "0.1.4"
12415source = "registry+https://github.com/rust-lang/crates.io-index"
12416checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12417dependencies = [
12418 "ptr_meta_derive",
12419]
12420
12421[[package]]
12422name = "ptr_meta_derive"
12423version = "0.1.4"
12424source = "registry+https://github.com/rust-lang/crates.io-index"
12425checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12426dependencies = [
12427 "proc-macro2",
12428 "quote",
12429 "syn 1.0.109",
12430]
12431
12432[[package]]
12433name = "pulldown-cmark"
12434version = "0.10.3"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12437dependencies = [
12438 "bitflags 2.9.0",
12439 "memchr",
12440 "pulldown-cmark-escape",
12441 "unicase",
12442]
12443
12444[[package]]
12445name = "pulldown-cmark"
12446version = "0.12.2"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12449dependencies = [
12450 "bitflags 2.9.0",
12451 "memchr",
12452 "unicase",
12453]
12454
12455[[package]]
12456name = "pulldown-cmark-escape"
12457version = "0.10.1"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12460
12461[[package]]
12462name = "pulley-interpreter"
12463version = "29.0.1"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12466dependencies = [
12467 "cranelift-bitset",
12468 "log",
12469 "sptr",
12470 "wasmtime-math",
12471]
12472
12473[[package]]
12474name = "pulp"
12475version = "0.18.22"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12478dependencies = [
12479 "bytemuck",
12480 "libm",
12481 "num-complex",
12482 "reborrow",
12483]
12484
12485[[package]]
12486name = "pulp"
12487version = "0.21.5"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12490dependencies = [
12491 "bytemuck",
12492 "cfg-if",
12493 "libm",
12494 "num-complex",
12495 "reborrow",
12496 "version_check",
12497]
12498
12499[[package]]
12500name = "qoi"
12501version = "0.4.1"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12504dependencies = [
12505 "bytemuck",
12506]
12507
12508[[package]]
12509name = "quick-error"
12510version = "2.0.1"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12513
12514[[package]]
12515name = "quick-xml"
12516version = "0.30.0"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12519dependencies = [
12520 "memchr",
12521]
12522
12523[[package]]
12524name = "quick-xml"
12525version = "0.32.0"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12528dependencies = [
12529 "memchr",
12530]
12531
12532[[package]]
12533name = "quick-xml"
12534version = "0.37.4"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12537dependencies = [
12538 "memchr",
12539]
12540
12541[[package]]
12542name = "quinn"
12543version = "0.11.7"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12546dependencies = [
12547 "bytes 1.10.1",
12548 "cfg_aliases 0.2.1",
12549 "pin-project-lite",
12550 "quinn-proto",
12551 "quinn-udp",
12552 "rustc-hash 2.1.1",
12553 "rustls 0.23.26",
12554 "socket2",
12555 "thiserror 2.0.12",
12556 "tokio",
12557 "tracing",
12558 "web-time",
12559]
12560
12561[[package]]
12562name = "quinn-proto"
12563version = "0.11.10"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12566dependencies = [
12567 "bytes 1.10.1",
12568 "getrandom 0.3.2",
12569 "rand 0.9.1",
12570 "ring",
12571 "rustc-hash 2.1.1",
12572 "rustls 0.23.26",
12573 "rustls-pki-types",
12574 "slab",
12575 "thiserror 2.0.12",
12576 "tinyvec",
12577 "tracing",
12578 "web-time",
12579]
12580
12581[[package]]
12582name = "quinn-udp"
12583version = "0.5.11"
12584source = "registry+https://github.com/rust-lang/crates.io-index"
12585checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12586dependencies = [
12587 "cfg_aliases 0.2.1",
12588 "libc",
12589 "once_cell",
12590 "socket2",
12591 "tracing",
12592 "windows-sys 0.59.0",
12593]
12594
12595[[package]]
12596name = "quote"
12597version = "1.0.40"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12600dependencies = [
12601 "proc-macro2",
12602]
12603
12604[[package]]
12605name = "r-efi"
12606version = "5.2.0"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12609
12610[[package]]
12611name = "radium"
12612version = "0.7.0"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12615
12616[[package]]
12617name = "rand"
12618version = "0.8.5"
12619source = "registry+https://github.com/rust-lang/crates.io-index"
12620checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12621dependencies = [
12622 "libc",
12623 "rand_chacha 0.3.1",
12624 "rand_core 0.6.4",
12625]
12626
12627[[package]]
12628name = "rand"
12629version = "0.9.1"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12632dependencies = [
12633 "rand_chacha 0.9.0",
12634 "rand_core 0.9.3",
12635]
12636
12637[[package]]
12638name = "rand_chacha"
12639version = "0.3.1"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12642dependencies = [
12643 "ppv-lite86",
12644 "rand_core 0.6.4",
12645]
12646
12647[[package]]
12648name = "rand_chacha"
12649version = "0.9.0"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12652dependencies = [
12653 "ppv-lite86",
12654 "rand_core 0.9.3",
12655]
12656
12657[[package]]
12658name = "rand_core"
12659version = "0.6.4"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12662dependencies = [
12663 "getrandom 0.2.15",
12664]
12665
12666[[package]]
12667name = "rand_core"
12668version = "0.9.3"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12671dependencies = [
12672 "getrandom 0.3.2",
12673]
12674
12675[[package]]
12676name = "rand_distr"
12677version = "0.5.1"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12680dependencies = [
12681 "num-traits",
12682 "rand 0.9.1",
12683]
12684
12685[[package]]
12686name = "range-map"
12687version = "0.2.0"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12690dependencies = [
12691 "num-traits",
12692]
12693
12694[[package]]
12695name = "rangemap"
12696version = "1.5.1"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12699
12700[[package]]
12701name = "rav1e"
12702version = "0.7.1"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12705dependencies = [
12706 "arbitrary",
12707 "arg_enum_proc_macro",
12708 "arrayvec",
12709 "av1-grain",
12710 "bitstream-io",
12711 "built",
12712 "cfg-if",
12713 "interpolate_name",
12714 "itertools 0.12.1",
12715 "libc",
12716 "libfuzzer-sys",
12717 "log",
12718 "maybe-rayon",
12719 "new_debug_unreachable",
12720 "noop_proc_macro",
12721 "num-derive",
12722 "num-traits",
12723 "once_cell",
12724 "paste",
12725 "profiling",
12726 "rand 0.8.5",
12727 "rand_chacha 0.3.1",
12728 "simd_helpers",
12729 "system-deps",
12730 "thiserror 1.0.69",
12731 "v_frame",
12732 "wasm-bindgen",
12733]
12734
12735[[package]]
12736name = "ravif"
12737version = "0.11.12"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12740dependencies = [
12741 "avif-serialize",
12742 "imgref",
12743 "loop9",
12744 "quick-error",
12745 "rav1e",
12746 "rayon",
12747 "rgb",
12748]
12749
12750[[package]]
12751name = "raw-cpuid"
12752version = "10.7.0"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12755dependencies = [
12756 "bitflags 1.3.2",
12757]
12758
12759[[package]]
12760name = "raw-cpuid"
12761version = "11.6.0"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12764dependencies = [
12765 "bitflags 2.9.0",
12766]
12767
12768[[package]]
12769name = "raw-window-handle"
12770version = "0.6.2"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12773
12774[[package]]
12775name = "raw-window-metal"
12776version = "0.4.0"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12779dependencies = [
12780 "cocoa 0.25.0",
12781 "core-graphics 0.23.2",
12782 "objc",
12783 "raw-window-handle",
12784]
12785
12786[[package]]
12787name = "rayon"
12788version = "1.10.0"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12791dependencies = [
12792 "either",
12793 "rayon-core",
12794]
12795
12796[[package]]
12797name = "rayon-core"
12798version = "1.12.1"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12801dependencies = [
12802 "crossbeam-deque",
12803 "crossbeam-utils",
12804]
12805
12806[[package]]
12807name = "read-fonts"
12808version = "0.25.3"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12811dependencies = [
12812 "bytemuck",
12813 "font-types",
12814]
12815
12816[[package]]
12817name = "realfft"
12818version = "3.5.0"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12821dependencies = [
12822 "rustfft",
12823]
12824
12825[[package]]
12826name = "reborrow"
12827version = "0.5.5"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12830
12831[[package]]
12832name = "recent_projects"
12833version = "0.1.0"
12834dependencies = [
12835 "anyhow",
12836 "askpass",
12837 "auto_update",
12838 "dap",
12839 "editor",
12840 "extension_host",
12841 "file_finder",
12842 "futures 0.3.31",
12843 "fuzzy",
12844 "gpui",
12845 "indoc",
12846 "language",
12847 "log",
12848 "markdown",
12849 "menu",
12850 "ordered-float 2.10.1",
12851 "paths",
12852 "picker",
12853 "project",
12854 "release_channel",
12855 "remote",
12856 "serde",
12857 "serde_json",
12858 "settings",
12859 "smol",
12860 "task",
12861 "telemetry",
12862 "theme",
12863 "ui",
12864 "util",
12865 "windows-registry 0.6.0",
12866 "workspace",
12867 "workspace-hack",
12868 "zed_actions",
12869]
12870
12871[[package]]
12872name = "redox_syscall"
12873version = "0.2.16"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12876dependencies = [
12877 "bitflags 1.3.2",
12878]
12879
12880[[package]]
12881name = "redox_syscall"
12882version = "0.5.11"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12885dependencies = [
12886 "bitflags 2.9.0",
12887]
12888
12889[[package]]
12890name = "redox_users"
12891version = "0.4.6"
12892source = "registry+https://github.com/rust-lang/crates.io-index"
12893checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12894dependencies = [
12895 "getrandom 0.2.15",
12896 "libredox",
12897 "thiserror 1.0.69",
12898]
12899
12900[[package]]
12901name = "redox_users"
12902version = "0.5.0"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12905dependencies = [
12906 "getrandom 0.2.15",
12907 "libredox",
12908 "thiserror 2.0.12",
12909]
12910
12911[[package]]
12912name = "ref-cast"
12913version = "1.0.24"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12916dependencies = [
12917 "ref-cast-impl",
12918]
12919
12920[[package]]
12921name = "ref-cast-impl"
12922version = "1.0.24"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12925dependencies = [
12926 "proc-macro2",
12927 "quote",
12928 "syn 2.0.101",
12929]
12930
12931[[package]]
12932name = "referencing"
12933version = "0.30.0"
12934source = "registry+https://github.com/rust-lang/crates.io-index"
12935checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12936dependencies = [
12937 "ahash 0.8.11",
12938 "fluent-uri",
12939 "once_cell",
12940 "parking_lot",
12941 "percent-encoding",
12942 "serde_json",
12943]
12944
12945[[package]]
12946name = "refineable"
12947version = "0.1.0"
12948dependencies = [
12949 "derive_refineable",
12950 "workspace-hack",
12951]
12952
12953[[package]]
12954name = "regalloc2"
12955version = "0.11.2"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12958dependencies = [
12959 "allocator-api2",
12960 "bumpalo",
12961 "hashbrown 0.15.3",
12962 "log",
12963 "rustc-hash 2.1.1",
12964 "serde",
12965 "smallvec",
12966]
12967
12968[[package]]
12969name = "regex"
12970version = "1.11.1"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12973dependencies = [
12974 "aho-corasick",
12975 "memchr",
12976 "regex-automata",
12977 "regex-syntax",
12978]
12979
12980[[package]]
12981name = "regex-automata"
12982version = "0.4.9"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12985dependencies = [
12986 "aho-corasick",
12987 "memchr",
12988 "regex-syntax",
12989]
12990
12991[[package]]
12992name = "regex-lite"
12993version = "0.1.6"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12996
12997[[package]]
12998name = "regex-syntax"
12999version = "0.8.5"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
13002
13003[[package]]
13004name = "release_channel"
13005version = "0.1.0"
13006dependencies = [
13007 "gpui",
13008 "workspace-hack",
13009]
13010
13011[[package]]
13012name = "remote"
13013version = "0.1.0"
13014dependencies = [
13015 "anyhow",
13016 "askpass",
13017 "async-trait",
13018 "collections",
13019 "fs",
13020 "futures 0.3.31",
13021 "gpui",
13022 "itertools 0.14.0",
13023 "log",
13024 "parking_lot",
13025 "paths",
13026 "prost 0.9.0",
13027 "release_channel",
13028 "rpc",
13029 "serde",
13030 "serde_json",
13031 "settings",
13032 "shlex",
13033 "smol",
13034 "tempfile",
13035 "thiserror 2.0.12",
13036 "urlencoding",
13037 "util",
13038 "which 6.0.3",
13039 "workspace-hack",
13040]
13041
13042[[package]]
13043name = "remote_server"
13044version = "0.1.0"
13045dependencies = [
13046 "action_log",
13047 "anyhow",
13048 "askpass",
13049 "assistant_tool",
13050 "assistant_tools",
13051 "cargo_toml",
13052 "clap",
13053 "client",
13054 "clock",
13055 "collections",
13056 "crash-handler",
13057 "crashes",
13058 "dap",
13059 "dap_adapters",
13060 "debug_adapter_extension",
13061 "editor",
13062 "env_logger 0.11.8",
13063 "extension",
13064 "extension_host",
13065 "fork",
13066 "fs",
13067 "futures 0.3.31",
13068 "git",
13069 "git2",
13070 "git_hosting_providers",
13071 "gpui",
13072 "gpui_tokio",
13073 "http_client",
13074 "json_schema_store",
13075 "language",
13076 "language_extension",
13077 "language_model",
13078 "languages",
13079 "libc",
13080 "log",
13081 "lsp",
13082 "minidumper",
13083 "node_runtime",
13084 "paths",
13085 "pretty_assertions",
13086 "project",
13087 "proto",
13088 "release_channel",
13089 "remote",
13090 "reqwest_client",
13091 "rpc",
13092 "rust-embed",
13093 "serde",
13094 "serde_json",
13095 "settings",
13096 "shellexpand 2.1.2",
13097 "smol",
13098 "sysinfo",
13099 "thiserror 2.0.12",
13100 "toml 0.8.20",
13101 "unindent",
13102 "util",
13103 "watch",
13104 "workspace",
13105 "worktree",
13106 "zlog",
13107]
13108
13109[[package]]
13110name = "rend"
13111version = "0.4.2"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13114dependencies = [
13115 "bytecheck",
13116]
13117
13118[[package]]
13119name = "repl"
13120version = "0.1.0"
13121dependencies = [
13122 "alacritty_terminal",
13123 "anyhow",
13124 "async-dispatcher",
13125 "async-tungstenite",
13126 "base64 0.22.1",
13127 "client",
13128 "collections",
13129 "command_palette_hooks",
13130 "editor",
13131 "env_logger 0.11.8",
13132 "feature_flags",
13133 "file_icons",
13134 "futures 0.3.31",
13135 "gpui",
13136 "http_client",
13137 "image",
13138 "indoc",
13139 "jupyter-protocol",
13140 "jupyter-websocket-client",
13141 "language",
13142 "languages",
13143 "log",
13144 "markdown_preview",
13145 "menu",
13146 "multi_buffer",
13147 "nbformat",
13148 "picker",
13149 "project",
13150 "runtimelib",
13151 "serde",
13152 "serde_json",
13153 "settings",
13154 "smol",
13155 "telemetry",
13156 "terminal",
13157 "terminal_view",
13158 "theme",
13159 "tree-sitter-md",
13160 "tree-sitter-python",
13161 "tree-sitter-typescript",
13162 "ui",
13163 "util",
13164 "uuid",
13165 "workspace",
13166 "workspace-hack",
13167]
13168
13169[[package]]
13170name = "reqwest"
13171version = "0.11.27"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13174dependencies = [
13175 "base64 0.21.7",
13176 "bytes 1.10.1",
13177 "encoding_rs",
13178 "futures-core",
13179 "futures-util",
13180 "h2 0.3.26",
13181 "http 0.2.12",
13182 "http-body 0.4.6",
13183 "hyper 0.14.32",
13184 "hyper-rustls 0.24.2",
13185 "hyper-tls",
13186 "ipnet",
13187 "js-sys",
13188 "log",
13189 "mime",
13190 "native-tls",
13191 "once_cell",
13192 "percent-encoding",
13193 "pin-project-lite",
13194 "rustls 0.21.12",
13195 "rustls-native-certs 0.6.3",
13196 "rustls-pemfile 1.0.4",
13197 "serde",
13198 "serde_json",
13199 "serde_urlencoded",
13200 "sync_wrapper 0.1.2",
13201 "system-configuration 0.5.1",
13202 "tokio",
13203 "tokio-native-tls",
13204 "tokio-rustls 0.24.1",
13205 "tower-service",
13206 "url",
13207 "wasm-bindgen",
13208 "wasm-bindgen-futures",
13209 "web-sys",
13210 "winreg 0.50.0",
13211]
13212
13213[[package]]
13214name = "reqwest"
13215version = "0.12.15"
13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13218dependencies = [
13219 "base64 0.22.1",
13220 "bytes 1.10.1",
13221 "futures-channel",
13222 "futures-core",
13223 "futures-util",
13224 "http 1.3.1",
13225 "http-body 1.0.1",
13226 "http-body-util",
13227 "hyper 1.6.0",
13228 "hyper-util",
13229 "ipnet",
13230 "js-sys",
13231 "log",
13232 "mime",
13233 "once_cell",
13234 "percent-encoding",
13235 "pin-project-lite",
13236 "serde",
13237 "serde_json",
13238 "serde_urlencoded",
13239 "sync_wrapper 1.0.2",
13240 "tokio",
13241 "tower 0.5.2",
13242 "tower-service",
13243 "url",
13244 "wasm-bindgen",
13245 "wasm-bindgen-futures",
13246 "web-sys",
13247 "windows-registry 0.4.0",
13248]
13249
13250[[package]]
13251name = "reqwest"
13252version = "0.12.15"
13253source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13254dependencies = [
13255 "base64 0.22.1",
13256 "bytes 1.10.1",
13257 "encoding_rs",
13258 "futures-core",
13259 "futures-util",
13260 "h2 0.4.9",
13261 "http 1.3.1",
13262 "http-body 1.0.1",
13263 "http-body-util",
13264 "hyper 1.6.0",
13265 "hyper-rustls 0.27.5",
13266 "hyper-util",
13267 "ipnet",
13268 "js-sys",
13269 "log",
13270 "mime",
13271 "mime_guess",
13272 "once_cell",
13273 "percent-encoding",
13274 "pin-project-lite",
13275 "quinn",
13276 "rustls 0.23.26",
13277 "rustls-native-certs 0.8.1",
13278 "rustls-pemfile 2.2.0",
13279 "rustls-pki-types",
13280 "serde",
13281 "serde_json",
13282 "serde_urlencoded",
13283 "sync_wrapper 1.0.2",
13284 "system-configuration 0.6.1",
13285 "tokio",
13286 "tokio-rustls 0.26.2",
13287 "tokio-socks",
13288 "tokio-util",
13289 "tower 0.5.2",
13290 "tower-service",
13291 "url",
13292 "wasm-bindgen",
13293 "wasm-bindgen-futures",
13294 "wasm-streams",
13295 "web-sys",
13296 "windows-registry 0.4.0",
13297]
13298
13299[[package]]
13300name = "reqwest_client"
13301version = "0.1.0"
13302dependencies = [
13303 "anyhow",
13304 "bytes 1.10.1",
13305 "futures 0.3.31",
13306 "gpui",
13307 "http_client",
13308 "http_client_tls",
13309 "log",
13310 "regex",
13311 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13312 "serde",
13313 "tokio",
13314 "workspace-hack",
13315]
13316
13317[[package]]
13318name = "resvg"
13319version = "0.45.1"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13322dependencies = [
13323 "log",
13324 "pico-args",
13325 "rgb",
13326 "svgtypes",
13327 "tiny-skia",
13328 "usvg",
13329]
13330
13331[[package]]
13332name = "rfc6979"
13333version = "0.3.1"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13336dependencies = [
13337 "crypto-bigint 0.4.9",
13338 "hmac",
13339 "zeroize",
13340]
13341
13342[[package]]
13343name = "rgb"
13344version = "0.8.50"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13347dependencies = [
13348 "bytemuck",
13349]
13350
13351[[package]]
13352name = "rich_text"
13353version = "0.1.0"
13354dependencies = [
13355 "futures 0.3.31",
13356 "gpui",
13357 "language",
13358 "linkify",
13359 "pulldown-cmark 0.12.2",
13360 "theme",
13361 "ui",
13362 "util",
13363 "workspace-hack",
13364]
13365
13366[[package]]
13367name = "ring"
13368version = "0.17.14"
13369source = "registry+https://github.com/rust-lang/crates.io-index"
13370checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13371dependencies = [
13372 "cc",
13373 "cfg-if",
13374 "getrandom 0.2.15",
13375 "libc",
13376 "untrusted",
13377 "windows-sys 0.52.0",
13378]
13379
13380[[package]]
13381name = "rkyv"
13382version = "0.7.45"
13383source = "registry+https://github.com/rust-lang/crates.io-index"
13384checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13385dependencies = [
13386 "bitvec",
13387 "bytecheck",
13388 "bytes 1.10.1",
13389 "hashbrown 0.12.3",
13390 "ptr_meta",
13391 "rend",
13392 "rkyv_derive",
13393 "seahash",
13394 "tinyvec",
13395 "uuid",
13396]
13397
13398[[package]]
13399name = "rkyv_derive"
13400version = "0.7.45"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13403dependencies = [
13404 "proc-macro2",
13405 "quote",
13406 "syn 1.0.109",
13407]
13408
13409[[package]]
13410name = "rmp"
13411version = "0.8.14"
13412source = "registry+https://github.com/rust-lang/crates.io-index"
13413checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13414dependencies = [
13415 "byteorder",
13416 "num-traits",
13417 "paste",
13418]
13419
13420[[package]]
13421name = "rmpv"
13422version = "1.3.0"
13423source = "registry+https://github.com/rust-lang/crates.io-index"
13424checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13425dependencies = [
13426 "num-traits",
13427 "rmp",
13428]
13429
13430[[package]]
13431name = "rodio"
13432version = "0.21.1"
13433source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13434dependencies = [
13435 "cpal",
13436 "dasp_sample",
13437 "hound",
13438 "num-rational",
13439 "rtrb",
13440 "symphonia",
13441 "thiserror 2.0.12",
13442]
13443
13444[[package]]
13445name = "rope"
13446version = "0.1.0"
13447dependencies = [
13448 "arrayvec",
13449 "criterion",
13450 "ctor",
13451 "gpui",
13452 "log",
13453 "rand 0.9.1",
13454 "rayon",
13455 "smallvec",
13456 "sum_tree",
13457 "unicode-segmentation",
13458 "util",
13459 "workspace-hack",
13460 "zlog",
13461]
13462
13463[[package]]
13464name = "roxmltree"
13465version = "0.20.0"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13468
13469[[package]]
13470name = "rpc"
13471version = "0.1.0"
13472dependencies = [
13473 "anyhow",
13474 "async-tungstenite",
13475 "base64 0.22.1",
13476 "chrono",
13477 "collections",
13478 "futures 0.3.31",
13479 "gpui",
13480 "parking_lot",
13481 "proto",
13482 "rand 0.9.1",
13483 "rsa",
13484 "serde",
13485 "serde_json",
13486 "sha2",
13487 "strum 0.27.1",
13488 "tracing",
13489 "util",
13490 "workspace-hack",
13491 "zlog",
13492 "zstd",
13493]
13494
13495[[package]]
13496name = "rsa"
13497version = "0.9.8"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13500dependencies = [
13501 "const-oid",
13502 "digest",
13503 "num-bigint-dig",
13504 "num-integer",
13505 "num-traits",
13506 "pkcs1",
13507 "pkcs8 0.10.2",
13508 "rand_core 0.6.4",
13509 "signature 2.2.0",
13510 "spki 0.7.3",
13511 "subtle",
13512 "zeroize",
13513]
13514
13515[[package]]
13516name = "rtrb"
13517version = "0.3.2"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13520
13521[[package]]
13522name = "rules_library"
13523version = "0.1.0"
13524dependencies = [
13525 "anyhow",
13526 "collections",
13527 "editor",
13528 "gpui",
13529 "language",
13530 "language_model",
13531 "log",
13532 "menu",
13533 "picker",
13534 "prompt_store",
13535 "release_channel",
13536 "rope",
13537 "serde",
13538 "settings",
13539 "theme",
13540 "title_bar",
13541 "ui",
13542 "util",
13543 "workspace",
13544 "workspace-hack",
13545 "zed_actions",
13546]
13547
13548[[package]]
13549name = "runtimelib"
13550version = "0.25.0"
13551source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13552dependencies = [
13553 "anyhow",
13554 "async-dispatcher",
13555 "async-std",
13556 "base64 0.22.1",
13557 "bytes 1.10.1",
13558 "chrono",
13559 "data-encoding",
13560 "dirs 5.0.1",
13561 "futures 0.3.31",
13562 "glob",
13563 "jupyter-protocol",
13564 "ring",
13565 "serde",
13566 "serde_json",
13567 "shellexpand 3.1.1",
13568 "smol",
13569 "uuid",
13570 "zeromq",
13571]
13572
13573[[package]]
13574name = "rust-embed"
13575version = "8.7.0"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13578dependencies = [
13579 "rust-embed-impl",
13580 "rust-embed-utils",
13581 "walkdir",
13582]
13583
13584[[package]]
13585name = "rust-embed-impl"
13586version = "8.7.0"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13589dependencies = [
13590 "proc-macro2",
13591 "quote",
13592 "rust-embed-utils",
13593 "syn 2.0.101",
13594 "walkdir",
13595]
13596
13597[[package]]
13598name = "rust-embed-utils"
13599version = "8.7.0"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13602dependencies = [
13603 "globset",
13604 "sha2",
13605 "walkdir",
13606]
13607
13608[[package]]
13609name = "rust_decimal"
13610version = "1.38.0"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "c8975fc98059f365204d635119cf9c5a60ae67b841ed49b5422a9a7e56cdfac0"
13613dependencies = [
13614 "arrayvec",
13615 "borsh",
13616 "bytes 1.10.1",
13617 "num-traits",
13618 "rand 0.8.5",
13619 "rkyv",
13620 "serde",
13621 "serde_json",
13622]
13623
13624[[package]]
13625name = "rustc-demangle"
13626version = "0.1.24"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13629
13630[[package]]
13631name = "rustc-hash"
13632version = "1.1.0"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13635
13636[[package]]
13637name = "rustc-hash"
13638version = "2.1.1"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13641
13642[[package]]
13643name = "rustc_version"
13644version = "0.4.1"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13647dependencies = [
13648 "semver",
13649]
13650
13651[[package]]
13652name = "rustfft"
13653version = "6.4.0"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13656dependencies = [
13657 "num-complex",
13658 "num-integer",
13659 "num-traits",
13660 "primal-check",
13661 "strength_reduce",
13662 "transpose",
13663]
13664
13665[[package]]
13666name = "rustix"
13667version = "0.38.44"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13670dependencies = [
13671 "bitflags 2.9.0",
13672 "errno 0.3.11",
13673 "libc",
13674 "linux-raw-sys 0.4.15",
13675 "windows-sys 0.59.0",
13676]
13677
13678[[package]]
13679name = "rustix"
13680version = "1.0.7"
13681source = "registry+https://github.com/rust-lang/crates.io-index"
13682checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13683dependencies = [
13684 "bitflags 2.9.0",
13685 "errno 0.3.11",
13686 "libc",
13687 "linux-raw-sys 0.9.4",
13688 "windows-sys 0.59.0",
13689]
13690
13691[[package]]
13692name = "rustix-linux-procfs"
13693version = "0.1.1"
13694source = "registry+https://github.com/rust-lang/crates.io-index"
13695checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13696dependencies = [
13697 "once_cell",
13698 "rustix 1.0.7",
13699]
13700
13701[[package]]
13702name = "rustix-openpty"
13703version = "0.2.0"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13706dependencies = [
13707 "errno 0.3.11",
13708 "libc",
13709 "rustix 1.0.7",
13710]
13711
13712[[package]]
13713name = "rustls"
13714version = "0.21.12"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13717dependencies = [
13718 "log",
13719 "ring",
13720 "rustls-webpki 0.101.7",
13721 "sct",
13722]
13723
13724[[package]]
13725name = "rustls"
13726version = "0.23.26"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13729dependencies = [
13730 "aws-lc-rs",
13731 "log",
13732 "once_cell",
13733 "ring",
13734 "rustls-pki-types",
13735 "rustls-webpki 0.103.1",
13736 "subtle",
13737 "zeroize",
13738]
13739
13740[[package]]
13741name = "rustls-native-certs"
13742version = "0.6.3"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13745dependencies = [
13746 "openssl-probe",
13747 "rustls-pemfile 1.0.4",
13748 "schannel",
13749 "security-framework 2.11.1",
13750]
13751
13752[[package]]
13753name = "rustls-native-certs"
13754version = "0.8.1"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13757dependencies = [
13758 "openssl-probe",
13759 "rustls-pki-types",
13760 "schannel",
13761 "security-framework 3.2.0",
13762]
13763
13764[[package]]
13765name = "rustls-pemfile"
13766version = "1.0.4"
13767source = "registry+https://github.com/rust-lang/crates.io-index"
13768checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13769dependencies = [
13770 "base64 0.21.7",
13771]
13772
13773[[package]]
13774name = "rustls-pemfile"
13775version = "2.2.0"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13778dependencies = [
13779 "rustls-pki-types",
13780]
13781
13782[[package]]
13783name = "rustls-pki-types"
13784version = "1.12.0"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13787dependencies = [
13788 "web-time",
13789 "zeroize",
13790]
13791
13792[[package]]
13793name = "rustls-platform-verifier"
13794version = "0.5.1"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13797dependencies = [
13798 "core-foundation 0.10.0",
13799 "core-foundation-sys",
13800 "jni",
13801 "log",
13802 "once_cell",
13803 "rustls 0.23.26",
13804 "rustls-native-certs 0.8.1",
13805 "rustls-platform-verifier-android",
13806 "rustls-webpki 0.103.1",
13807 "security-framework 3.2.0",
13808 "security-framework-sys",
13809 "webpki-root-certs",
13810 "windows-sys 0.59.0",
13811]
13812
13813[[package]]
13814name = "rustls-platform-verifier-android"
13815version = "0.1.1"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13818
13819[[package]]
13820name = "rustls-webpki"
13821version = "0.101.7"
13822source = "registry+https://github.com/rust-lang/crates.io-index"
13823checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13824dependencies = [
13825 "ring",
13826 "untrusted",
13827]
13828
13829[[package]]
13830name = "rustls-webpki"
13831version = "0.103.1"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13834dependencies = [
13835 "aws-lc-rs",
13836 "ring",
13837 "rustls-pki-types",
13838 "untrusted",
13839]
13840
13841[[package]]
13842name = "rustversion"
13843version = "1.0.20"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13846
13847[[package]]
13848name = "rustybuzz"
13849version = "0.14.1"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13852dependencies = [
13853 "bitflags 2.9.0",
13854 "bytemuck",
13855 "libm",
13856 "smallvec",
13857 "ttf-parser 0.21.1",
13858 "unicode-bidi-mirroring 0.2.0",
13859 "unicode-ccc 0.2.0",
13860 "unicode-properties",
13861 "unicode-script",
13862]
13863
13864[[package]]
13865name = "rustybuzz"
13866version = "0.20.1"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13869dependencies = [
13870 "bitflags 2.9.0",
13871 "bytemuck",
13872 "core_maths",
13873 "log",
13874 "smallvec",
13875 "ttf-parser 0.25.1",
13876 "unicode-bidi-mirroring 0.4.0",
13877 "unicode-ccc 0.4.0",
13878 "unicode-properties",
13879 "unicode-script",
13880]
13881
13882[[package]]
13883name = "ryu"
13884version = "1.0.20"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13887
13888[[package]]
13889name = "safetensors"
13890version = "0.4.5"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13893dependencies = [
13894 "serde",
13895 "serde_json",
13896]
13897
13898[[package]]
13899name = "salsa20"
13900version = "0.10.2"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13903dependencies = [
13904 "cipher",
13905]
13906
13907[[package]]
13908name = "same-file"
13909version = "1.0.6"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13912dependencies = [
13913 "winapi-util",
13914]
13915
13916[[package]]
13917name = "scap"
13918version = "0.0.8"
13919source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13920dependencies = [
13921 "anyhow",
13922 "cocoa 0.25.0",
13923 "core-graphics-helmer-fork",
13924 "log",
13925 "objc",
13926 "rand 0.8.5",
13927 "screencapturekit",
13928 "screencapturekit-sys",
13929 "sysinfo",
13930 "tao-core-video-sys",
13931 "windows 0.61.1",
13932 "windows-capture",
13933 "x11",
13934 "xcb",
13935]
13936
13937[[package]]
13938name = "schannel"
13939version = "0.1.27"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13942dependencies = [
13943 "windows-sys 0.59.0",
13944]
13945
13946[[package]]
13947name = "scheduler"
13948version = "0.1.0"
13949dependencies = [
13950 "async-task",
13951 "backtrace",
13952 "chrono",
13953 "futures 0.3.31",
13954 "parking_lot",
13955 "rand 0.9.1",
13956 "workspace-hack",
13957]
13958
13959[[package]]
13960name = "schema_generator"
13961version = "0.1.0"
13962dependencies = [
13963 "anyhow",
13964 "clap",
13965 "env_logger 0.11.8",
13966 "schemars 1.0.1",
13967 "serde",
13968 "serde_json",
13969 "theme",
13970 "workspace-hack",
13971]
13972
13973[[package]]
13974name = "schemars"
13975version = "0.9.0"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13978dependencies = [
13979 "dyn-clone",
13980 "ref-cast",
13981 "serde",
13982 "serde_json",
13983]
13984
13985[[package]]
13986name = "schemars"
13987version = "1.0.1"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13990dependencies = [
13991 "dyn-clone",
13992 "indexmap 2.9.0",
13993 "ref-cast",
13994 "schemars_derive",
13995 "serde",
13996 "serde_json",
13997]
13998
13999[[package]]
14000name = "schemars_derive"
14001version = "1.0.1"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
14004dependencies = [
14005 "proc-macro2",
14006 "quote",
14007 "serde_derive_internals",
14008 "syn 2.0.101",
14009]
14010
14011[[package]]
14012name = "scoped-tls"
14013version = "1.0.1"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14016
14017[[package]]
14018name = "scopeguard"
14019version = "1.2.0"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14022
14023[[package]]
14024name = "scratch"
14025version = "1.0.8"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14028
14029[[package]]
14030name = "screencapturekit"
14031version = "0.2.8"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14034dependencies = [
14035 "screencapturekit-sys",
14036]
14037
14038[[package]]
14039name = "screencapturekit-sys"
14040version = "0.2.8"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14043dependencies = [
14044 "block",
14045 "dispatch",
14046 "objc",
14047 "objc-foundation",
14048 "objc_id",
14049 "once_cell",
14050]
14051
14052[[package]]
14053name = "scroll"
14054version = "0.12.0"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14057dependencies = [
14058 "scroll_derive",
14059]
14060
14061[[package]]
14062name = "scroll_derive"
14063version = "0.12.1"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14066dependencies = [
14067 "proc-macro2",
14068 "quote",
14069 "syn 2.0.101",
14070]
14071
14072[[package]]
14073name = "scrypt"
14074version = "0.11.0"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14077dependencies = [
14078 "password-hash 0.5.0",
14079 "pbkdf2 0.12.2",
14080 "salsa20",
14081 "sha2",
14082]
14083
14084[[package]]
14085name = "sct"
14086version = "0.7.1"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14089dependencies = [
14090 "ring",
14091 "untrusted",
14092]
14093
14094[[package]]
14095name = "sea-bae"
14096version = "0.2.1"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14099dependencies = [
14100 "heck 0.4.1",
14101 "proc-macro-error2",
14102 "proc-macro2",
14103 "quote",
14104 "syn 2.0.101",
14105]
14106
14107[[package]]
14108name = "sea-orm"
14109version = "1.1.10"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14112dependencies = [
14113 "async-stream",
14114 "async-trait",
14115 "bigdecimal",
14116 "chrono",
14117 "futures-util",
14118 "log",
14119 "ouroboros",
14120 "pgvector",
14121 "rust_decimal",
14122 "sea-orm-macros",
14123 "sea-query",
14124 "sea-query-binder",
14125 "serde",
14126 "serde_json",
14127 "sqlx",
14128 "strum 0.26.3",
14129 "thiserror 2.0.12",
14130 "time",
14131 "tracing",
14132 "url",
14133 "uuid",
14134]
14135
14136[[package]]
14137name = "sea-orm-macros"
14138version = "1.1.10"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14141dependencies = [
14142 "heck 0.4.1",
14143 "proc-macro2",
14144 "quote",
14145 "sea-bae",
14146 "syn 2.0.101",
14147 "unicode-ident",
14148]
14149
14150[[package]]
14151name = "sea-query"
14152version = "0.32.4"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14155dependencies = [
14156 "bigdecimal",
14157 "chrono",
14158 "inherent",
14159 "ordered-float 4.6.0",
14160 "rust_decimal",
14161 "serde_json",
14162 "time",
14163 "uuid",
14164]
14165
14166[[package]]
14167name = "sea-query-binder"
14168version = "0.7.0"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14171dependencies = [
14172 "bigdecimal",
14173 "chrono",
14174 "rust_decimal",
14175 "sea-query",
14176 "serde_json",
14177 "sqlx",
14178 "time",
14179 "uuid",
14180]
14181
14182[[package]]
14183name = "seahash"
14184version = "4.1.0"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14187
14188[[package]]
14189name = "search"
14190version = "0.1.0"
14191dependencies = [
14192 "any_vec",
14193 "anyhow",
14194 "bitflags 2.9.0",
14195 "client",
14196 "collections",
14197 "editor",
14198 "futures 0.3.31",
14199 "gpui",
14200 "language",
14201 "menu",
14202 "project",
14203 "schemars 1.0.1",
14204 "serde",
14205 "serde_json",
14206 "settings",
14207 "smol",
14208 "theme",
14209 "ui",
14210 "unindent",
14211 "util",
14212 "workspace",
14213 "workspace-hack",
14214 "zed_actions",
14215]
14216
14217[[package]]
14218name = "sec1"
14219version = "0.3.0"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14222dependencies = [
14223 "base16ct",
14224 "der 0.6.1",
14225 "generic-array",
14226 "pkcs8 0.9.0",
14227 "subtle",
14228 "zeroize",
14229]
14230
14231[[package]]
14232name = "security-framework"
14233version = "2.11.1"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14236dependencies = [
14237 "bitflags 2.9.0",
14238 "core-foundation 0.9.4",
14239 "core-foundation-sys",
14240 "libc",
14241 "security-framework-sys",
14242]
14243
14244[[package]]
14245name = "security-framework"
14246version = "3.2.0"
14247source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14249dependencies = [
14250 "bitflags 2.9.0",
14251 "core-foundation 0.10.0",
14252 "core-foundation-sys",
14253 "libc",
14254 "security-framework-sys",
14255]
14256
14257[[package]]
14258name = "security-framework-sys"
14259version = "2.14.0"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14262dependencies = [
14263 "core-foundation-sys",
14264 "libc",
14265]
14266
14267[[package]]
14268name = "self_cell"
14269version = "1.2.0"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14272
14273[[package]]
14274name = "semantic_version"
14275version = "0.1.0"
14276dependencies = [
14277 "anyhow",
14278 "serde",
14279 "workspace-hack",
14280]
14281
14282[[package]]
14283name = "semver"
14284version = "1.0.26"
14285source = "registry+https://github.com/rust-lang/crates.io-index"
14286checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14287dependencies = [
14288 "serde",
14289]
14290
14291[[package]]
14292name = "seq-macro"
14293version = "0.3.6"
14294source = "registry+https://github.com/rust-lang/crates.io-index"
14295checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14296
14297[[package]]
14298name = "serde"
14299version = "1.0.221"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14302dependencies = [
14303 "serde_core",
14304 "serde_derive",
14305]
14306
14307[[package]]
14308name = "serde_core"
14309version = "1.0.221"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14312dependencies = [
14313 "serde_derive",
14314]
14315
14316[[package]]
14317name = "serde_derive"
14318version = "1.0.221"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14321dependencies = [
14322 "proc-macro2",
14323 "quote",
14324 "syn 2.0.101",
14325]
14326
14327[[package]]
14328name = "serde_derive_internals"
14329version = "0.29.1"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14332dependencies = [
14333 "proc-macro2",
14334 "quote",
14335 "syn 2.0.101",
14336]
14337
14338[[package]]
14339name = "serde_fmt"
14340version = "1.0.3"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14343dependencies = [
14344 "serde",
14345]
14346
14347[[package]]
14348name = "serde_json"
14349version = "1.0.144"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14352dependencies = [
14353 "indexmap 2.9.0",
14354 "itoa",
14355 "memchr",
14356 "ryu",
14357 "serde_core",
14358]
14359
14360[[package]]
14361name = "serde_json_lenient"
14362version = "0.2.4"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14365dependencies = [
14366 "indexmap 2.9.0",
14367 "itoa",
14368 "memchr",
14369 "ryu",
14370 "serde",
14371]
14372
14373[[package]]
14374name = "serde_path_to_error"
14375version = "0.1.17"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14378dependencies = [
14379 "itoa",
14380 "serde",
14381]
14382
14383[[package]]
14384name = "serde_repr"
14385version = "0.1.20"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14388dependencies = [
14389 "proc-macro2",
14390 "quote",
14391 "syn 2.0.101",
14392]
14393
14394[[package]]
14395name = "serde_spanned"
14396version = "0.6.8"
14397source = "registry+https://github.com/rust-lang/crates.io-index"
14398checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14399dependencies = [
14400 "serde",
14401]
14402
14403[[package]]
14404name = "serde_urlencoded"
14405version = "0.7.1"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14408dependencies = [
14409 "form_urlencoded",
14410 "itoa",
14411 "ryu",
14412 "serde",
14413]
14414
14415[[package]]
14416name = "serde_with"
14417version = "3.13.0"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14420dependencies = [
14421 "base64 0.22.1",
14422 "chrono",
14423 "hex",
14424 "indexmap 1.9.3",
14425 "indexmap 2.9.0",
14426 "schemars 0.9.0",
14427 "serde",
14428 "serde_derive",
14429 "serde_json",
14430 "serde_with_macros",
14431 "time",
14432]
14433
14434[[package]]
14435name = "serde_with_macros"
14436version = "3.13.0"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14439dependencies = [
14440 "darling",
14441 "proc-macro2",
14442 "quote",
14443 "syn 2.0.101",
14444]
14445
14446[[package]]
14447name = "serial2"
14448version = "0.2.29"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14451dependencies = [
14452 "cfg-if",
14453 "libc",
14454 "winapi",
14455]
14456
14457[[package]]
14458name = "session"
14459version = "0.1.0"
14460dependencies = [
14461 "db",
14462 "gpui",
14463 "serde_json",
14464 "util",
14465 "uuid",
14466 "workspace-hack",
14467]
14468
14469[[package]]
14470name = "settings"
14471version = "0.1.0"
14472dependencies = [
14473 "anyhow",
14474 "collections",
14475 "ec4rs",
14476 "fs",
14477 "futures 0.3.31",
14478 "gpui",
14479 "indoc",
14480 "inventory",
14481 "log",
14482 "paths",
14483 "pretty_assertions",
14484 "release_channel",
14485 "rust-embed",
14486 "schemars 1.0.1",
14487 "serde",
14488 "serde_json",
14489 "serde_json_lenient",
14490 "serde_path_to_error",
14491 "serde_repr",
14492 "serde_with",
14493 "settings_macros",
14494 "smallvec",
14495 "strum 0.27.1",
14496 "tree-sitter",
14497 "tree-sitter-json",
14498 "unindent",
14499 "util",
14500 "workspace-hack",
14501 "zlog",
14502]
14503
14504[[package]]
14505name = "settings_macros"
14506version = "0.1.0"
14507dependencies = [
14508 "quote",
14509 "settings",
14510 "syn 2.0.101",
14511 "workspace-hack",
14512]
14513
14514[[package]]
14515name = "settings_profile_selector"
14516version = "0.1.0"
14517dependencies = [
14518 "client",
14519 "editor",
14520 "fuzzy",
14521 "gpui",
14522 "language",
14523 "menu",
14524 "picker",
14525 "project",
14526 "serde_json",
14527 "settings",
14528 "theme",
14529 "ui",
14530 "workspace",
14531 "workspace-hack",
14532 "zed_actions",
14533]
14534
14535[[package]]
14536name = "settings_ui"
14537version = "0.1.0"
14538dependencies = [
14539 "anyhow",
14540 "assets",
14541 "client",
14542 "command_palette_hooks",
14543 "editor",
14544 "feature_flags",
14545 "fs",
14546 "futures 0.3.31",
14547 "fuzzy",
14548 "gpui",
14549 "language",
14550 "menu",
14551 "node_runtime",
14552 "paths",
14553 "project",
14554 "serde",
14555 "session",
14556 "settings",
14557 "strum 0.27.1",
14558 "theme",
14559 "ui",
14560 "util",
14561 "workspace",
14562 "workspace-hack",
14563 "zlog",
14564]
14565
14566[[package]]
14567name = "sha1"
14568version = "0.10.6"
14569source = "registry+https://github.com/rust-lang/crates.io-index"
14570checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14571dependencies = [
14572 "cfg-if",
14573 "cpufeatures",
14574 "digest",
14575]
14576
14577[[package]]
14578name = "sha1_smol"
14579version = "1.0.1"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14582
14583[[package]]
14584name = "sha2"
14585version = "0.10.9"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
14588dependencies = [
14589 "cfg-if",
14590 "cpufeatures",
14591 "digest",
14592]
14593
14594[[package]]
14595name = "sharded-slab"
14596version = "0.1.7"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14599dependencies = [
14600 "lazy_static",
14601]
14602
14603[[package]]
14604name = "shared_library"
14605version = "0.1.9"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14608dependencies = [
14609 "lazy_static",
14610 "libc",
14611]
14612
14613[[package]]
14614name = "shell-words"
14615version = "1.1.0"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14618
14619[[package]]
14620name = "shellexpand"
14621version = "2.1.2"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14624dependencies = [
14625 "dirs 4.0.0",
14626]
14627
14628[[package]]
14629name = "shellexpand"
14630version = "3.1.1"
14631source = "registry+https://github.com/rust-lang/crates.io-index"
14632checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14633dependencies = [
14634 "dirs 6.0.0",
14635]
14636
14637[[package]]
14638name = "shlex"
14639version = "1.3.0"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14642
14643[[package]]
14644name = "signal-hook"
14645version = "0.3.17"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14648dependencies = [
14649 "libc",
14650 "signal-hook-registry",
14651]
14652
14653[[package]]
14654name = "signal-hook-registry"
14655version = "1.4.5"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14658dependencies = [
14659 "libc",
14660]
14661
14662[[package]]
14663name = "signature"
14664version = "1.6.4"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14667dependencies = [
14668 "digest",
14669 "rand_core 0.6.4",
14670]
14671
14672[[package]]
14673name = "signature"
14674version = "2.2.0"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14677dependencies = [
14678 "digest",
14679 "rand_core 0.6.4",
14680]
14681
14682[[package]]
14683name = "simd-adler32"
14684version = "0.3.7"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14687
14688[[package]]
14689name = "simd_helpers"
14690version = "0.1.0"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14693dependencies = [
14694 "quote",
14695]
14696
14697[[package]]
14698name = "simdutf8"
14699version = "0.1.5"
14700source = "registry+https://github.com/rust-lang/crates.io-index"
14701checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14702
14703[[package]]
14704name = "simple_asn1"
14705version = "0.6.3"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14708dependencies = [
14709 "num-bigint",
14710 "num-traits",
14711 "thiserror 2.0.12",
14712 "time",
14713]
14714
14715[[package]]
14716name = "simplecss"
14717version = "0.2.2"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14720dependencies = [
14721 "log",
14722]
14723
14724[[package]]
14725name = "simplelog"
14726version = "0.12.2"
14727source = "registry+https://github.com/rust-lang/crates.io-index"
14728checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14729dependencies = [
14730 "log",
14731 "termcolor",
14732 "time",
14733]
14734
14735[[package]]
14736name = "siphasher"
14737version = "1.0.1"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14740
14741[[package]]
14742name = "skrifa"
14743version = "0.26.6"
14744source = "registry+https://github.com/rust-lang/crates.io-index"
14745checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14746dependencies = [
14747 "bytemuck",
14748 "read-fonts",
14749]
14750
14751[[package]]
14752name = "slab"
14753version = "0.4.9"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14756dependencies = [
14757 "autocfg",
14758]
14759
14760[[package]]
14761name = "slash_commands_example"
14762version = "0.1.0"
14763dependencies = [
14764 "zed_extension_api 0.1.0",
14765]
14766
14767[[package]]
14768name = "slotmap"
14769version = "1.0.7"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14772dependencies = [
14773 "version_check",
14774]
14775
14776[[package]]
14777name = "smallvec"
14778version = "1.15.0"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14781dependencies = [
14782 "serde",
14783]
14784
14785[[package]]
14786name = "smart-default"
14787version = "0.7.1"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14790dependencies = [
14791 "proc-macro2",
14792 "quote",
14793 "syn 2.0.101",
14794]
14795
14796[[package]]
14797name = "smol"
14798version = "2.0.2"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14801dependencies = [
14802 "async-channel 2.3.1",
14803 "async-executor",
14804 "async-fs",
14805 "async-io",
14806 "async-lock",
14807 "async-net",
14808 "async-process",
14809 "blocking",
14810 "futures-lite 2.6.0",
14811]
14812
14813[[package]]
14814name = "smol_str"
14815version = "0.2.2"
14816source = "registry+https://github.com/rust-lang/crates.io-index"
14817checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14818
14819[[package]]
14820name = "snippet"
14821version = "0.1.0"
14822dependencies = [
14823 "anyhow",
14824 "smallvec",
14825 "workspace-hack",
14826]
14827
14828[[package]]
14829name = "snippet_provider"
14830version = "0.1.0"
14831dependencies = [
14832 "anyhow",
14833 "collections",
14834 "extension",
14835 "fs",
14836 "futures 0.3.31",
14837 "gpui",
14838 "indoc",
14839 "parking_lot",
14840 "paths",
14841 "schemars 1.0.1",
14842 "serde",
14843 "serde_json",
14844 "serde_json_lenient",
14845 "snippet",
14846 "util",
14847 "workspace-hack",
14848]
14849
14850[[package]]
14851name = "snippets_ui"
14852version = "0.1.0"
14853dependencies = [
14854 "file_finder",
14855 "file_icons",
14856 "fuzzy",
14857 "gpui",
14858 "language",
14859 "paths",
14860 "picker",
14861 "settings",
14862 "ui",
14863 "util",
14864 "workspace",
14865 "workspace-hack",
14866]
14867
14868[[package]]
14869name = "socket2"
14870version = "0.5.9"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14873dependencies = [
14874 "libc",
14875 "windows-sys 0.52.0",
14876]
14877
14878[[package]]
14879name = "spdx"
14880version = "0.10.8"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14883dependencies = [
14884 "smallvec",
14885]
14886
14887[[package]]
14888name = "spin"
14889version = "0.9.8"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14892dependencies = [
14893 "lock_api",
14894]
14895
14896[[package]]
14897name = "spirv"
14898version = "0.3.0+sdk-1.3.268.0"
14899source = "registry+https://github.com/rust-lang/crates.io-index"
14900checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14901dependencies = [
14902 "bitflags 2.9.0",
14903]
14904
14905[[package]]
14906name = "spki"
14907version = "0.6.0"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14910dependencies = [
14911 "base64ct",
14912 "der 0.6.1",
14913]
14914
14915[[package]]
14916name = "spki"
14917version = "0.7.3"
14918source = "registry+https://github.com/rust-lang/crates.io-index"
14919checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14920dependencies = [
14921 "base64ct",
14922 "der 0.7.10",
14923]
14924
14925[[package]]
14926name = "sptr"
14927version = "0.3.2"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14930
14931[[package]]
14932name = "sqlez"
14933version = "0.1.0"
14934dependencies = [
14935 "anyhow",
14936 "collections",
14937 "futures 0.3.31",
14938 "indoc",
14939 "libsqlite3-sys",
14940 "log",
14941 "parking_lot",
14942 "smol",
14943 "sqlformat",
14944 "thread_local",
14945 "util",
14946 "uuid",
14947 "workspace-hack",
14948]
14949
14950[[package]]
14951name = "sqlez_macros"
14952version = "0.1.0"
14953dependencies = [
14954 "sqlez",
14955 "sqlformat",
14956 "syn 2.0.101",
14957 "workspace-hack",
14958]
14959
14960[[package]]
14961name = "sqlformat"
14962version = "0.2.6"
14963source = "registry+https://github.com/rust-lang/crates.io-index"
14964checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14965dependencies = [
14966 "nom 7.1.3",
14967 "unicode_categories",
14968]
14969
14970[[package]]
14971name = "sqlx"
14972version = "0.8.5"
14973source = "registry+https://github.com/rust-lang/crates.io-index"
14974checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14975dependencies = [
14976 "sqlx-core",
14977 "sqlx-macros",
14978 "sqlx-mysql",
14979 "sqlx-postgres",
14980 "sqlx-sqlite",
14981]
14982
14983[[package]]
14984name = "sqlx-core"
14985version = "0.8.5"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14988dependencies = [
14989 "base64 0.22.1",
14990 "bigdecimal",
14991 "bytes 1.10.1",
14992 "chrono",
14993 "crc",
14994 "crossbeam-queue",
14995 "either",
14996 "event-listener 5.4.0",
14997 "futures-core",
14998 "futures-intrusive",
14999 "futures-io",
15000 "futures-util",
15001 "hashbrown 0.15.3",
15002 "hashlink 0.10.0",
15003 "indexmap 2.9.0",
15004 "log",
15005 "memchr",
15006 "once_cell",
15007 "percent-encoding",
15008 "rust_decimal",
15009 "rustls 0.23.26",
15010 "serde",
15011 "serde_json",
15012 "sha2",
15013 "smallvec",
15014 "thiserror 2.0.12",
15015 "time",
15016 "tokio",
15017 "tokio-stream",
15018 "tracing",
15019 "url",
15020 "uuid",
15021 "webpki-roots",
15022]
15023
15024[[package]]
15025name = "sqlx-macros"
15026version = "0.8.5"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15029dependencies = [
15030 "proc-macro2",
15031 "quote",
15032 "sqlx-core",
15033 "sqlx-macros-core",
15034 "syn 2.0.101",
15035]
15036
15037[[package]]
15038name = "sqlx-macros-core"
15039version = "0.8.5"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15042dependencies = [
15043 "dotenvy",
15044 "either",
15045 "heck 0.5.0",
15046 "hex",
15047 "once_cell",
15048 "proc-macro2",
15049 "quote",
15050 "serde",
15051 "serde_json",
15052 "sha2",
15053 "sqlx-core",
15054 "sqlx-mysql",
15055 "sqlx-postgres",
15056 "sqlx-sqlite",
15057 "syn 2.0.101",
15058 "tempfile",
15059 "tokio",
15060 "url",
15061]
15062
15063[[package]]
15064name = "sqlx-mysql"
15065version = "0.8.5"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15068dependencies = [
15069 "atoi",
15070 "base64 0.22.1",
15071 "bigdecimal",
15072 "bitflags 2.9.0",
15073 "byteorder",
15074 "bytes 1.10.1",
15075 "chrono",
15076 "crc",
15077 "digest",
15078 "dotenvy",
15079 "either",
15080 "futures-channel",
15081 "futures-core",
15082 "futures-io",
15083 "futures-util",
15084 "generic-array",
15085 "hex",
15086 "hkdf",
15087 "hmac",
15088 "itoa",
15089 "log",
15090 "md-5",
15091 "memchr",
15092 "once_cell",
15093 "percent-encoding",
15094 "rand 0.8.5",
15095 "rsa",
15096 "rust_decimal",
15097 "serde",
15098 "sha1",
15099 "sha2",
15100 "smallvec",
15101 "sqlx-core",
15102 "stringprep",
15103 "thiserror 2.0.12",
15104 "time",
15105 "tracing",
15106 "uuid",
15107 "whoami",
15108]
15109
15110[[package]]
15111name = "sqlx-postgres"
15112version = "0.8.5"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15115dependencies = [
15116 "atoi",
15117 "base64 0.22.1",
15118 "bigdecimal",
15119 "bitflags 2.9.0",
15120 "byteorder",
15121 "chrono",
15122 "crc",
15123 "dotenvy",
15124 "etcetera",
15125 "futures-channel",
15126 "futures-core",
15127 "futures-util",
15128 "hex",
15129 "hkdf",
15130 "hmac",
15131 "home",
15132 "itoa",
15133 "log",
15134 "md-5",
15135 "memchr",
15136 "num-bigint",
15137 "once_cell",
15138 "rand 0.8.5",
15139 "rust_decimal",
15140 "serde",
15141 "serde_json",
15142 "sha2",
15143 "smallvec",
15144 "sqlx-core",
15145 "stringprep",
15146 "thiserror 2.0.12",
15147 "time",
15148 "tracing",
15149 "uuid",
15150 "whoami",
15151]
15152
15153[[package]]
15154name = "sqlx-sqlite"
15155version = "0.8.5"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15158dependencies = [
15159 "atoi",
15160 "chrono",
15161 "flume",
15162 "futures-channel",
15163 "futures-core",
15164 "futures-executor",
15165 "futures-intrusive",
15166 "futures-util",
15167 "libsqlite3-sys",
15168 "log",
15169 "percent-encoding",
15170 "serde",
15171 "serde_urlencoded",
15172 "sqlx-core",
15173 "thiserror 2.0.12",
15174 "time",
15175 "tracing",
15176 "url",
15177 "uuid",
15178]
15179
15180[[package]]
15181name = "stable_deref_trait"
15182version = "1.2.0"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15185
15186[[package]]
15187name = "stacker"
15188version = "0.1.21"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15191dependencies = [
15192 "cc",
15193 "cfg-if",
15194 "libc",
15195 "psm",
15196 "windows-sys 0.59.0",
15197]
15198
15199[[package]]
15200name = "stacksafe"
15201version = "0.1.4"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15204dependencies = [
15205 "stacker",
15206 "stacksafe-macro",
15207]
15208
15209[[package]]
15210name = "stacksafe-macro"
15211version = "0.1.4"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15214dependencies = [
15215 "proc-macro-error2",
15216 "quote",
15217 "syn 2.0.101",
15218]
15219
15220[[package]]
15221name = "static_assertions"
15222version = "1.1.0"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15225
15226[[package]]
15227name = "story"
15228version = "0.1.0"
15229dependencies = [
15230 "gpui",
15231 "itertools 0.14.0",
15232 "smallvec",
15233 "workspace-hack",
15234]
15235
15236[[package]]
15237name = "storybook"
15238version = "0.1.0"
15239dependencies = [
15240 "anyhow",
15241 "clap",
15242 "collab_ui",
15243 "ctrlc",
15244 "dialoguer",
15245 "editor",
15246 "fuzzy",
15247 "gpui",
15248 "indoc",
15249 "language",
15250 "log",
15251 "menu",
15252 "picker",
15253 "project",
15254 "reqwest_client",
15255 "rust-embed",
15256 "settings",
15257 "simplelog",
15258 "story",
15259 "strum 0.27.1",
15260 "theme",
15261 "title_bar",
15262 "ui",
15263 "workspace",
15264 "workspace-hack",
15265]
15266
15267[[package]]
15268name = "streaming-iterator"
15269version = "0.1.9"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15272
15273[[package]]
15274name = "streaming_diff"
15275version = "0.1.0"
15276dependencies = [
15277 "ordered-float 2.10.1",
15278 "rand 0.9.1",
15279 "rope",
15280 "util",
15281 "workspace-hack",
15282]
15283
15284[[package]]
15285name = "strength_reduce"
15286version = "0.2.4"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15289
15290[[package]]
15291name = "strict-num"
15292version = "0.1.1"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15295dependencies = [
15296 "float-cmp",
15297]
15298
15299[[package]]
15300name = "string_cache"
15301version = "0.8.9"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15304dependencies = [
15305 "new_debug_unreachable",
15306 "parking_lot",
15307 "phf_shared",
15308 "precomputed-hash",
15309 "serde",
15310]
15311
15312[[package]]
15313name = "string_cache_codegen"
15314version = "0.5.4"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15317dependencies = [
15318 "phf_generator",
15319 "phf_shared",
15320 "proc-macro2",
15321 "quote",
15322]
15323
15324[[package]]
15325name = "stringprep"
15326version = "0.1.5"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15329dependencies = [
15330 "unicode-bidi",
15331 "unicode-normalization",
15332 "unicode-properties",
15333]
15334
15335[[package]]
15336name = "strsim"
15337version = "0.11.1"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15340
15341[[package]]
15342name = "strum"
15343version = "0.26.3"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15346dependencies = [
15347 "strum_macros 0.26.4",
15348]
15349
15350[[package]]
15351name = "strum"
15352version = "0.27.1"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15355dependencies = [
15356 "strum_macros 0.27.1",
15357]
15358
15359[[package]]
15360name = "strum_macros"
15361version = "0.26.4"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15364dependencies = [
15365 "heck 0.5.0",
15366 "proc-macro2",
15367 "quote",
15368 "rustversion",
15369 "syn 2.0.101",
15370]
15371
15372[[package]]
15373name = "strum_macros"
15374version = "0.27.1"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15377dependencies = [
15378 "heck 0.5.0",
15379 "proc-macro2",
15380 "quote",
15381 "rustversion",
15382 "syn 2.0.101",
15383]
15384
15385[[package]]
15386name = "subtle"
15387version = "2.6.1"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15390
15391[[package]]
15392name = "sum_tree"
15393version = "0.1.0"
15394dependencies = [
15395 "arrayvec",
15396 "ctor",
15397 "log",
15398 "rand 0.9.1",
15399 "rayon",
15400 "workspace-hack",
15401 "zlog",
15402]
15403
15404[[package]]
15405name = "supermaven"
15406version = "0.1.0"
15407dependencies = [
15408 "anyhow",
15409 "client",
15410 "collections",
15411 "edit_prediction",
15412 "editor",
15413 "env_logger 0.11.8",
15414 "futures 0.3.31",
15415 "gpui",
15416 "http_client",
15417 "language",
15418 "log",
15419 "postage",
15420 "project",
15421 "serde",
15422 "serde_json",
15423 "settings",
15424 "smol",
15425 "supermaven_api",
15426 "text",
15427 "theme",
15428 "ui",
15429 "unicode-segmentation",
15430 "util",
15431 "workspace-hack",
15432]
15433
15434[[package]]
15435name = "supermaven_api"
15436version = "0.1.0"
15437dependencies = [
15438 "anyhow",
15439 "futures 0.3.31",
15440 "http_client",
15441 "paths",
15442 "serde",
15443 "serde_json",
15444 "smol",
15445 "util",
15446 "workspace-hack",
15447]
15448
15449[[package]]
15450name = "sval"
15451version = "2.14.1"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15454
15455[[package]]
15456name = "sval_buffer"
15457version = "2.14.1"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15460dependencies = [
15461 "sval",
15462 "sval_ref",
15463]
15464
15465[[package]]
15466name = "sval_dynamic"
15467version = "2.14.1"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15470dependencies = [
15471 "sval",
15472]
15473
15474[[package]]
15475name = "sval_fmt"
15476version = "2.14.1"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15479dependencies = [
15480 "itoa",
15481 "ryu",
15482 "sval",
15483]
15484
15485[[package]]
15486name = "sval_json"
15487version = "2.14.1"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15490dependencies = [
15491 "itoa",
15492 "ryu",
15493 "sval",
15494]
15495
15496[[package]]
15497name = "sval_nested"
15498version = "2.14.1"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15501dependencies = [
15502 "sval",
15503 "sval_buffer",
15504 "sval_ref",
15505]
15506
15507[[package]]
15508name = "sval_ref"
15509version = "2.14.1"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15512dependencies = [
15513 "sval",
15514]
15515
15516[[package]]
15517name = "sval_serde"
15518version = "2.14.1"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15521dependencies = [
15522 "serde",
15523 "sval",
15524 "sval_nested",
15525]
15526
15527[[package]]
15528name = "svg_fmt"
15529version = "0.4.5"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15532
15533[[package]]
15534name = "svg_preview"
15535version = "0.1.0"
15536dependencies = [
15537 "editor",
15538 "file_icons",
15539 "gpui",
15540 "multi_buffer",
15541 "ui",
15542 "workspace",
15543 "workspace-hack",
15544]
15545
15546[[package]]
15547name = "svgtypes"
15548version = "0.15.3"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15551dependencies = [
15552 "kurbo",
15553 "siphasher",
15554]
15555
15556[[package]]
15557name = "swash"
15558version = "0.2.2"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15561dependencies = [
15562 "skrifa",
15563 "yazi",
15564 "zeno",
15565]
15566
15567[[package]]
15568name = "symphonia"
15569version = "0.5.4"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15572dependencies = [
15573 "lazy_static",
15574 "symphonia-bundle-flac",
15575 "symphonia-bundle-mp3",
15576 "symphonia-codec-aac",
15577 "symphonia-codec-pcm",
15578 "symphonia-codec-vorbis",
15579 "symphonia-core",
15580 "symphonia-format-isomp4",
15581 "symphonia-format-ogg",
15582 "symphonia-format-riff",
15583 "symphonia-metadata",
15584]
15585
15586[[package]]
15587name = "symphonia-bundle-flac"
15588version = "0.5.4"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15591dependencies = [
15592 "log",
15593 "symphonia-core",
15594 "symphonia-metadata",
15595 "symphonia-utils-xiph",
15596]
15597
15598[[package]]
15599name = "symphonia-bundle-mp3"
15600version = "0.5.4"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15603dependencies = [
15604 "lazy_static",
15605 "log",
15606 "symphonia-core",
15607 "symphonia-metadata",
15608]
15609
15610[[package]]
15611name = "symphonia-codec-aac"
15612version = "0.5.4"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15615dependencies = [
15616 "lazy_static",
15617 "log",
15618 "symphonia-core",
15619]
15620
15621[[package]]
15622name = "symphonia-codec-pcm"
15623version = "0.5.4"
15624source = "registry+https://github.com/rust-lang/crates.io-index"
15625checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15626dependencies = [
15627 "log",
15628 "symphonia-core",
15629]
15630
15631[[package]]
15632name = "symphonia-codec-vorbis"
15633version = "0.5.4"
15634source = "registry+https://github.com/rust-lang/crates.io-index"
15635checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15636dependencies = [
15637 "log",
15638 "symphonia-core",
15639 "symphonia-utils-xiph",
15640]
15641
15642[[package]]
15643name = "symphonia-core"
15644version = "0.5.4"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15647dependencies = [
15648 "arrayvec",
15649 "bitflags 1.3.2",
15650 "bytemuck",
15651 "lazy_static",
15652 "log",
15653]
15654
15655[[package]]
15656name = "symphonia-format-isomp4"
15657version = "0.5.4"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15660dependencies = [
15661 "encoding_rs",
15662 "log",
15663 "symphonia-core",
15664 "symphonia-metadata",
15665 "symphonia-utils-xiph",
15666]
15667
15668[[package]]
15669name = "symphonia-format-ogg"
15670version = "0.5.4"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15673dependencies = [
15674 "log",
15675 "symphonia-core",
15676 "symphonia-metadata",
15677 "symphonia-utils-xiph",
15678]
15679
15680[[package]]
15681name = "symphonia-format-riff"
15682version = "0.5.4"
15683source = "registry+https://github.com/rust-lang/crates.io-index"
15684checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15685dependencies = [
15686 "extended",
15687 "log",
15688 "symphonia-core",
15689 "symphonia-metadata",
15690]
15691
15692[[package]]
15693name = "symphonia-metadata"
15694version = "0.5.4"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15697dependencies = [
15698 "encoding_rs",
15699 "lazy_static",
15700 "log",
15701 "symphonia-core",
15702]
15703
15704[[package]]
15705name = "symphonia-utils-xiph"
15706version = "0.5.4"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15709dependencies = [
15710 "symphonia-core",
15711 "symphonia-metadata",
15712]
15713
15714[[package]]
15715name = "syn"
15716version = "1.0.109"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15719dependencies = [
15720 "proc-macro2",
15721 "quote",
15722 "unicode-ident",
15723]
15724
15725[[package]]
15726name = "syn"
15727version = "2.0.101"
15728source = "registry+https://github.com/rust-lang/crates.io-index"
15729checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15730dependencies = [
15731 "proc-macro2",
15732 "quote",
15733 "unicode-ident",
15734]
15735
15736[[package]]
15737name = "sync_wrapper"
15738version = "0.1.2"
15739source = "registry+https://github.com/rust-lang/crates.io-index"
15740checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15741
15742[[package]]
15743name = "sync_wrapper"
15744version = "1.0.2"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15747dependencies = [
15748 "futures-core",
15749]
15750
15751[[package]]
15752name = "synchronoise"
15753version = "1.0.1"
15754source = "registry+https://github.com/rust-lang/crates.io-index"
15755checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15756dependencies = [
15757 "crossbeam-queue",
15758]
15759
15760[[package]]
15761name = "synstructure"
15762version = "0.13.1"
15763source = "registry+https://github.com/rust-lang/crates.io-index"
15764checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15765dependencies = [
15766 "proc-macro2",
15767 "quote",
15768 "syn 2.0.101",
15769]
15770
15771[[package]]
15772name = "sys-locale"
15773version = "0.3.2"
15774source = "registry+https://github.com/rust-lang/crates.io-index"
15775checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15776dependencies = [
15777 "libc",
15778]
15779
15780[[package]]
15781name = "sysctl"
15782version = "0.5.5"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15785dependencies = [
15786 "bitflags 2.9.0",
15787 "byteorder",
15788 "enum-as-inner",
15789 "libc",
15790 "thiserror 1.0.69",
15791 "walkdir",
15792]
15793
15794[[package]]
15795name = "sysctl"
15796version = "0.6.0"
15797source = "registry+https://github.com/rust-lang/crates.io-index"
15798checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15799dependencies = [
15800 "bitflags 2.9.0",
15801 "byteorder",
15802 "enum-as-inner",
15803 "libc",
15804 "thiserror 1.0.69",
15805 "walkdir",
15806]
15807
15808[[package]]
15809name = "sysinfo"
15810version = "0.31.4"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15813dependencies = [
15814 "core-foundation-sys",
15815 "libc",
15816 "memchr",
15817 "ntapi",
15818 "rayon",
15819 "windows 0.57.0",
15820]
15821
15822[[package]]
15823name = "system-configuration"
15824version = "0.5.1"
15825source = "registry+https://github.com/rust-lang/crates.io-index"
15826checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15827dependencies = [
15828 "bitflags 1.3.2",
15829 "core-foundation 0.9.4",
15830 "system-configuration-sys 0.5.0",
15831]
15832
15833[[package]]
15834name = "system-configuration"
15835version = "0.6.1"
15836source = "registry+https://github.com/rust-lang/crates.io-index"
15837checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15838dependencies = [
15839 "bitflags 2.9.0",
15840 "core-foundation 0.9.4",
15841 "system-configuration-sys 0.6.0",
15842]
15843
15844[[package]]
15845name = "system-configuration-sys"
15846version = "0.5.0"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15849dependencies = [
15850 "core-foundation-sys",
15851 "libc",
15852]
15853
15854[[package]]
15855name = "system-configuration-sys"
15856version = "0.6.0"
15857source = "registry+https://github.com/rust-lang/crates.io-index"
15858checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15859dependencies = [
15860 "core-foundation-sys",
15861 "libc",
15862]
15863
15864[[package]]
15865name = "system-deps"
15866version = "6.2.2"
15867source = "registry+https://github.com/rust-lang/crates.io-index"
15868checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15869dependencies = [
15870 "cfg-expr",
15871 "heck 0.5.0",
15872 "pkg-config",
15873 "toml 0.8.20",
15874 "version-compare",
15875]
15876
15877[[package]]
15878name = "system-interface"
15879version = "0.27.3"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15882dependencies = [
15883 "bitflags 2.9.0",
15884 "cap-fs-ext",
15885 "cap-std",
15886 "fd-lock",
15887 "io-lifetimes",
15888 "rustix 0.38.44",
15889 "windows-sys 0.59.0",
15890 "winx",
15891]
15892
15893[[package]]
15894name = "system_specs"
15895version = "0.1.0"
15896dependencies = [
15897 "anyhow",
15898 "client",
15899 "gpui",
15900 "human_bytes",
15901 "pciid-parser",
15902 "release_channel",
15903 "serde",
15904 "sysinfo",
15905 "workspace-hack",
15906]
15907
15908[[package]]
15909name = "tab_switcher"
15910version = "0.1.0"
15911dependencies = [
15912 "anyhow",
15913 "collections",
15914 "ctor",
15915 "editor",
15916 "fuzzy",
15917 "gpui",
15918 "language",
15919 "menu",
15920 "picker",
15921 "project",
15922 "schemars 1.0.1",
15923 "serde",
15924 "serde_json",
15925 "settings",
15926 "smol",
15927 "theme",
15928 "ui",
15929 "util",
15930 "workspace",
15931 "workspace-hack",
15932 "zlog",
15933]
15934
15935[[package]]
15936name = "taffy"
15937version = "0.9.0"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15940dependencies = [
15941 "arrayvec",
15942 "grid",
15943 "serde",
15944 "slotmap",
15945]
15946
15947[[package]]
15948name = "tagptr"
15949version = "0.2.0"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15952
15953[[package]]
15954name = "take-until"
15955version = "0.2.0"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15958
15959[[package]]
15960name = "tao-core-video-sys"
15961version = "0.2.0"
15962source = "registry+https://github.com/rust-lang/crates.io-index"
15963checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15964dependencies = [
15965 "cfg-if",
15966 "core-foundation-sys",
15967 "libc",
15968 "objc",
15969]
15970
15971[[package]]
15972name = "tap"
15973version = "1.0.1"
15974source = "registry+https://github.com/rust-lang/crates.io-index"
15975checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15976
15977[[package]]
15978name = "target-lexicon"
15979version = "0.12.16"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15982
15983[[package]]
15984name = "target-lexicon"
15985version = "0.13.2"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15988
15989[[package]]
15990name = "task"
15991version = "0.1.0"
15992dependencies = [
15993 "anyhow",
15994 "collections",
15995 "futures 0.3.31",
15996 "gpui",
15997 "hex",
15998 "log",
15999 "parking_lot",
16000 "pretty_assertions",
16001 "proto",
16002 "schemars 1.0.1",
16003 "serde",
16004 "serde_json",
16005 "serde_json_lenient",
16006 "sha2",
16007 "shellexpand 2.1.2",
16008 "util",
16009 "workspace-hack",
16010 "zed_actions",
16011]
16012
16013[[package]]
16014name = "tasks_ui"
16015version = "0.1.0"
16016dependencies = [
16017 "anyhow",
16018 "collections",
16019 "editor",
16020 "file_icons",
16021 "fuzzy",
16022 "gpui",
16023 "itertools 0.14.0",
16024 "language",
16025 "menu",
16026 "picker",
16027 "project",
16028 "serde",
16029 "serde_json",
16030 "task",
16031 "tree-sitter-rust",
16032 "tree-sitter-typescript",
16033 "ui",
16034 "util",
16035 "workspace",
16036 "workspace-hack",
16037 "zed_actions",
16038]
16039
16040[[package]]
16041name = "telemetry"
16042version = "0.1.0"
16043dependencies = [
16044 "futures 0.3.31",
16045 "serde",
16046 "serde_json",
16047 "telemetry_events",
16048 "workspace-hack",
16049]
16050
16051[[package]]
16052name = "telemetry_events"
16053version = "0.1.0"
16054dependencies = [
16055 "semantic_version",
16056 "serde",
16057 "serde_json",
16058 "workspace-hack",
16059]
16060
16061[[package]]
16062name = "tempfile"
16063version = "3.20.0"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16066dependencies = [
16067 "fastrand 2.3.0",
16068 "getrandom 0.3.2",
16069 "once_cell",
16070 "rustix 1.0.7",
16071 "windows-sys 0.59.0",
16072]
16073
16074[[package]]
16075name = "tendril"
16076version = "0.4.3"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16079dependencies = [
16080 "futf",
16081 "mac",
16082 "utf-8",
16083]
16084
16085[[package]]
16086name = "termcolor"
16087version = "1.4.1"
16088source = "registry+https://github.com/rust-lang/crates.io-index"
16089checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16090dependencies = [
16091 "winapi-util",
16092]
16093
16094[[package]]
16095name = "terminal"
16096version = "0.1.0"
16097dependencies = [
16098 "alacritty_terminal",
16099 "anyhow",
16100 "collections",
16101 "futures 0.3.31",
16102 "gpui",
16103 "itertools 0.14.0",
16104 "libc",
16105 "log",
16106 "rand 0.9.1",
16107 "regex",
16108 "release_channel",
16109 "schemars 1.0.1",
16110 "serde",
16111 "settings",
16112 "smol",
16113 "sysinfo",
16114 "task",
16115 "theme",
16116 "thiserror 2.0.12",
16117 "url",
16118 "urlencoding",
16119 "util",
16120 "windows 0.61.1",
16121 "workspace-hack",
16122]
16123
16124[[package]]
16125name = "terminal_size"
16126version = "0.4.2"
16127source = "registry+https://github.com/rust-lang/crates.io-index"
16128checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16129dependencies = [
16130 "rustix 1.0.7",
16131 "windows-sys 0.59.0",
16132]
16133
16134[[package]]
16135name = "terminal_view"
16136version = "0.1.0"
16137dependencies = [
16138 "anyhow",
16139 "assistant_slash_command",
16140 "async-recursion",
16141 "breadcrumbs",
16142 "client",
16143 "collections",
16144 "db",
16145 "dirs 4.0.0",
16146 "editor",
16147 "futures 0.3.31",
16148 "gpui",
16149 "itertools 0.14.0",
16150 "language",
16151 "log",
16152 "pretty_assertions",
16153 "project",
16154 "rand 0.9.1",
16155 "regex",
16156 "schemars 1.0.1",
16157 "search",
16158 "serde",
16159 "serde_json",
16160 "settings",
16161 "shellexpand 2.1.2",
16162 "smol",
16163 "task",
16164 "terminal",
16165 "theme",
16166 "ui",
16167 "util",
16168 "workspace",
16169 "workspace-hack",
16170 "zed_actions",
16171]
16172
16173[[package]]
16174name = "text"
16175version = "0.1.0"
16176dependencies = [
16177 "anyhow",
16178 "clock",
16179 "collections",
16180 "ctor",
16181 "gpui",
16182 "http_client",
16183 "log",
16184 "parking_lot",
16185 "postage",
16186 "rand 0.9.1",
16187 "regex",
16188 "rope",
16189 "smallvec",
16190 "sum_tree",
16191 "util",
16192 "workspace-hack",
16193 "zlog",
16194]
16195
16196[[package]]
16197name = "theme"
16198version = "0.1.0"
16199dependencies = [
16200 "anyhow",
16201 "collections",
16202 "derive_more",
16203 "fs",
16204 "futures 0.3.31",
16205 "gpui",
16206 "log",
16207 "palette",
16208 "parking_lot",
16209 "refineable",
16210 "schemars 1.0.1",
16211 "serde",
16212 "serde_json",
16213 "serde_json_lenient",
16214 "settings",
16215 "strum 0.27.1",
16216 "thiserror 2.0.12",
16217 "util",
16218 "uuid",
16219 "workspace-hack",
16220]
16221
16222[[package]]
16223name = "theme_extension"
16224version = "0.1.0"
16225dependencies = [
16226 "anyhow",
16227 "extension",
16228 "fs",
16229 "gpui",
16230 "theme",
16231 "workspace-hack",
16232]
16233
16234[[package]]
16235name = "theme_importer"
16236version = "0.1.0"
16237dependencies = [
16238 "anyhow",
16239 "clap",
16240 "collections",
16241 "gpui",
16242 "indexmap 2.9.0",
16243 "log",
16244 "palette",
16245 "serde",
16246 "serde_json",
16247 "serde_json_lenient",
16248 "simplelog",
16249 "strum 0.27.1",
16250 "theme",
16251 "vscode_theme",
16252 "workspace-hack",
16253]
16254
16255[[package]]
16256name = "theme_selector"
16257version = "0.1.0"
16258dependencies = [
16259 "fs",
16260 "fuzzy",
16261 "gpui",
16262 "log",
16263 "picker",
16264 "serde",
16265 "settings",
16266 "telemetry",
16267 "theme",
16268 "ui",
16269 "util",
16270 "workspace",
16271 "workspace-hack",
16272 "zed_actions",
16273]
16274
16275[[package]]
16276name = "thiserror"
16277version = "1.0.69"
16278source = "registry+https://github.com/rust-lang/crates.io-index"
16279checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16280dependencies = [
16281 "thiserror-impl 1.0.69",
16282]
16283
16284[[package]]
16285name = "thiserror"
16286version = "2.0.12"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16289dependencies = [
16290 "thiserror-impl 2.0.12",
16291]
16292
16293[[package]]
16294name = "thiserror-impl"
16295version = "1.0.69"
16296source = "registry+https://github.com/rust-lang/crates.io-index"
16297checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16298dependencies = [
16299 "proc-macro2",
16300 "quote",
16301 "syn 2.0.101",
16302]
16303
16304[[package]]
16305name = "thiserror-impl"
16306version = "2.0.12"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16309dependencies = [
16310 "proc-macro2",
16311 "quote",
16312 "syn 2.0.101",
16313]
16314
16315[[package]]
16316name = "thread_local"
16317version = "1.1.8"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16320dependencies = [
16321 "cfg-if",
16322 "once_cell",
16323]
16324
16325[[package]]
16326name = "tiff"
16327version = "0.9.1"
16328source = "registry+https://github.com/rust-lang/crates.io-index"
16329checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16330dependencies = [
16331 "flate2",
16332 "jpeg-decoder",
16333 "weezl",
16334]
16335
16336[[package]]
16337name = "tiktoken-rs"
16338version = "0.8.0"
16339source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16340dependencies = [
16341 "anyhow",
16342 "base64 0.22.1",
16343 "bstr",
16344 "fancy-regex 0.13.0",
16345 "lazy_static",
16346 "regex",
16347 "rustc-hash 1.1.0",
16348]
16349
16350[[package]]
16351name = "time"
16352version = "0.3.41"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16355dependencies = [
16356 "deranged",
16357 "itoa",
16358 "libc",
16359 "num-conv",
16360 "num_threads",
16361 "powerfmt",
16362 "serde",
16363 "time-core",
16364 "time-macros",
16365]
16366
16367[[package]]
16368name = "time-core"
16369version = "0.1.4"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16372
16373[[package]]
16374name = "time-macros"
16375version = "0.2.22"
16376source = "registry+https://github.com/rust-lang/crates.io-index"
16377checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16378dependencies = [
16379 "num-conv",
16380 "time-core",
16381]
16382
16383[[package]]
16384name = "time_format"
16385version = "0.1.0"
16386dependencies = [
16387 "core-foundation 0.10.0",
16388 "core-foundation-sys",
16389 "sys-locale",
16390 "time",
16391 "workspace-hack",
16392]
16393
16394[[package]]
16395name = "tiny-keccak"
16396version = "2.0.2"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16399dependencies = [
16400 "crunchy",
16401]
16402
16403[[package]]
16404name = "tiny-skia"
16405version = "0.11.4"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16408dependencies = [
16409 "arrayref",
16410 "arrayvec",
16411 "bytemuck",
16412 "cfg-if",
16413 "log",
16414 "png",
16415 "tiny-skia-path",
16416]
16417
16418[[package]]
16419name = "tiny-skia-path"
16420version = "0.11.4"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16423dependencies = [
16424 "arrayref",
16425 "bytemuck",
16426 "strict-num",
16427]
16428
16429[[package]]
16430name = "tiny_http"
16431version = "0.8.2"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16434dependencies = [
16435 "ascii",
16436 "chrono",
16437 "chunked_transfer",
16438 "log",
16439 "url",
16440]
16441
16442[[package]]
16443name = "tinystr"
16444version = "0.7.6"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16447dependencies = [
16448 "displaydoc",
16449 "zerovec",
16450]
16451
16452[[package]]
16453name = "tinytemplate"
16454version = "1.2.1"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16457dependencies = [
16458 "serde",
16459 "serde_json",
16460]
16461
16462[[package]]
16463name = "tinyvec"
16464version = "1.9.0"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16467dependencies = [
16468 "tinyvec_macros",
16469]
16470
16471[[package]]
16472name = "tinyvec_macros"
16473version = "0.1.1"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16476
16477[[package]]
16478name = "title_bar"
16479version = "0.1.0"
16480dependencies = [
16481 "anyhow",
16482 "auto_update",
16483 "call",
16484 "chrono",
16485 "client",
16486 "cloud_llm_client",
16487 "collections",
16488 "db",
16489 "gpui",
16490 "http_client",
16491 "notifications",
16492 "pretty_assertions",
16493 "project",
16494 "remote",
16495 "rpc",
16496 "schemars 1.0.1",
16497 "serde",
16498 "settings",
16499 "smallvec",
16500 "story",
16501 "telemetry",
16502 "theme",
16503 "tree-sitter-md",
16504 "ui",
16505 "util",
16506 "windows 0.61.1",
16507 "workspace",
16508 "workspace-hack",
16509 "zed_actions",
16510]
16511
16512[[package]]
16513name = "tokio"
16514version = "1.44.2"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16517dependencies = [
16518 "backtrace",
16519 "bytes 1.10.1",
16520 "libc",
16521 "mio 1.0.3",
16522 "parking_lot",
16523 "pin-project-lite",
16524 "signal-hook-registry",
16525 "socket2",
16526 "tokio-macros",
16527 "windows-sys 0.52.0",
16528]
16529
16530[[package]]
16531name = "tokio-io"
16532version = "0.1.13"
16533source = "registry+https://github.com/rust-lang/crates.io-index"
16534checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16535dependencies = [
16536 "bytes 0.4.12",
16537 "futures 0.1.31",
16538 "log",
16539]
16540
16541[[package]]
16542name = "tokio-macros"
16543version = "2.5.0"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16546dependencies = [
16547 "proc-macro2",
16548 "quote",
16549 "syn 2.0.101",
16550]
16551
16552[[package]]
16553name = "tokio-native-tls"
16554version = "0.3.1"
16555source = "registry+https://github.com/rust-lang/crates.io-index"
16556checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16557dependencies = [
16558 "native-tls",
16559 "tokio",
16560]
16561
16562[[package]]
16563name = "tokio-rustls"
16564version = "0.24.1"
16565source = "registry+https://github.com/rust-lang/crates.io-index"
16566checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16567dependencies = [
16568 "rustls 0.21.12",
16569 "tokio",
16570]
16571
16572[[package]]
16573name = "tokio-rustls"
16574version = "0.26.2"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16577dependencies = [
16578 "rustls 0.23.26",
16579 "tokio",
16580]
16581
16582[[package]]
16583name = "tokio-socks"
16584version = "0.5.2"
16585source = "registry+https://github.com/rust-lang/crates.io-index"
16586checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16587dependencies = [
16588 "either",
16589 "futures-io",
16590 "futures-util",
16591 "thiserror 1.0.69",
16592 "tokio",
16593]
16594
16595[[package]]
16596name = "tokio-stream"
16597version = "0.1.17"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16600dependencies = [
16601 "futures-core",
16602 "pin-project-lite",
16603 "tokio",
16604]
16605
16606[[package]]
16607name = "tokio-tungstenite"
16608version = "0.20.1"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16611dependencies = [
16612 "futures-util",
16613 "log",
16614 "tokio",
16615 "tungstenite 0.20.1",
16616]
16617
16618[[package]]
16619name = "tokio-tungstenite"
16620version = "0.21.0"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16623dependencies = [
16624 "futures-util",
16625 "log",
16626 "tokio",
16627 "tungstenite 0.21.0",
16628]
16629
16630[[package]]
16631name = "tokio-tungstenite"
16632version = "0.26.2"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16635dependencies = [
16636 "futures-util",
16637 "log",
16638 "rustls 0.23.26",
16639 "rustls-pki-types",
16640 "tokio",
16641 "tokio-rustls 0.26.2",
16642 "tungstenite 0.26.2",
16643]
16644
16645[[package]]
16646name = "tokio-util"
16647version = "0.7.14"
16648source = "registry+https://github.com/rust-lang/crates.io-index"
16649checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16650dependencies = [
16651 "bytes 1.10.1",
16652 "futures-core",
16653 "futures-io",
16654 "futures-sink",
16655 "pin-project-lite",
16656 "tokio",
16657]
16658
16659[[package]]
16660name = "toml"
16661version = "0.5.11"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16664dependencies = [
16665 "serde",
16666]
16667
16668[[package]]
16669name = "toml"
16670version = "0.8.20"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16673dependencies = [
16674 "serde",
16675 "serde_spanned",
16676 "toml_datetime",
16677 "toml_edit",
16678]
16679
16680[[package]]
16681name = "toml_datetime"
16682version = "0.6.9"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16685dependencies = [
16686 "serde",
16687]
16688
16689[[package]]
16690name = "toml_edit"
16691version = "0.22.26"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16694dependencies = [
16695 "indexmap 2.9.0",
16696 "serde",
16697 "serde_spanned",
16698 "toml_datetime",
16699 "toml_write",
16700 "winnow",
16701]
16702
16703[[package]]
16704name = "toml_write"
16705version = "0.1.1"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16708
16709[[package]]
16710name = "toolchain_selector"
16711version = "0.1.0"
16712dependencies = [
16713 "anyhow",
16714 "convert_case 0.8.0",
16715 "editor",
16716 "file_finder",
16717 "futures 0.3.31",
16718 "fuzzy",
16719 "gpui",
16720 "language",
16721 "menu",
16722 "picker",
16723 "project",
16724 "ui",
16725 "util",
16726 "workspace",
16727 "workspace-hack",
16728]
16729
16730[[package]]
16731name = "topological-sort"
16732version = "0.2.2"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16735
16736[[package]]
16737name = "tower"
16738version = "0.4.13"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16741dependencies = [
16742 "futures-core",
16743 "futures-util",
16744 "pin-project",
16745 "pin-project-lite",
16746 "tokio",
16747 "tower-layer",
16748 "tower-service",
16749 "tracing",
16750]
16751
16752[[package]]
16753name = "tower"
16754version = "0.5.2"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16757dependencies = [
16758 "futures-core",
16759 "futures-util",
16760 "pin-project-lite",
16761 "sync_wrapper 1.0.2",
16762 "tokio",
16763 "tower-layer",
16764 "tower-service",
16765]
16766
16767[[package]]
16768name = "tower-http"
16769version = "0.3.5"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16772dependencies = [
16773 "bitflags 1.3.2",
16774 "bytes 1.10.1",
16775 "futures-core",
16776 "futures-util",
16777 "http 0.2.12",
16778 "http-body 0.4.6",
16779 "http-range-header",
16780 "pin-project-lite",
16781 "tower-layer",
16782 "tower-service",
16783]
16784
16785[[package]]
16786name = "tower-http"
16787version = "0.4.4"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16790dependencies = [
16791 "bitflags 2.9.0",
16792 "bytes 1.10.1",
16793 "futures-core",
16794 "futures-util",
16795 "http 0.2.12",
16796 "http-body 0.4.6",
16797 "http-range-header",
16798 "pin-project-lite",
16799 "tower-layer",
16800 "tower-service",
16801 "tracing",
16802]
16803
16804[[package]]
16805name = "tower-layer"
16806version = "0.3.3"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16809
16810[[package]]
16811name = "tower-service"
16812version = "0.3.3"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16815
16816[[package]]
16817name = "tracing"
16818version = "0.1.41"
16819source = "registry+https://github.com/rust-lang/crates.io-index"
16820checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16821dependencies = [
16822 "log",
16823 "pin-project-lite",
16824 "tracing-attributes",
16825 "tracing-core",
16826]
16827
16828[[package]]
16829name = "tracing-attributes"
16830version = "0.1.28"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16833dependencies = [
16834 "proc-macro2",
16835 "quote",
16836 "syn 2.0.101",
16837]
16838
16839[[package]]
16840name = "tracing-core"
16841version = "0.1.33"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16844dependencies = [
16845 "once_cell",
16846 "valuable",
16847]
16848
16849[[package]]
16850name = "tracing-log"
16851version = "0.2.0"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16854dependencies = [
16855 "log",
16856 "once_cell",
16857 "tracing-core",
16858]
16859
16860[[package]]
16861name = "tracing-serde"
16862version = "0.2.0"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16865dependencies = [
16866 "serde",
16867 "tracing-core",
16868]
16869
16870[[package]]
16871name = "tracing-subscriber"
16872version = "0.3.20"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16875dependencies = [
16876 "matchers",
16877 "nu-ansi-term",
16878 "once_cell",
16879 "regex-automata",
16880 "serde",
16881 "serde_json",
16882 "sharded-slab",
16883 "smallvec",
16884 "thread_local",
16885 "tracing",
16886 "tracing-core",
16887 "tracing-log",
16888 "tracing-serde",
16889]
16890
16891[[package]]
16892name = "trait-variant"
16893version = "0.1.2"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16896dependencies = [
16897 "proc-macro2",
16898 "quote",
16899 "syn 2.0.101",
16900]
16901
16902[[package]]
16903name = "transpose"
16904version = "0.2.3"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16907dependencies = [
16908 "num-integer",
16909 "strength_reduce",
16910]
16911
16912[[package]]
16913name = "tree-sitter"
16914version = "0.25.10"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
16917dependencies = [
16918 "cc",
16919 "regex",
16920 "regex-syntax",
16921 "serde_json",
16922 "streaming-iterator",
16923 "tree-sitter-language",
16924 "wasmtime-c-api-impl",
16925]
16926
16927[[package]]
16928name = "tree-sitter-bash"
16929version = "0.25.0"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16932dependencies = [
16933 "cc",
16934 "tree-sitter-language",
16935]
16936
16937[[package]]
16938name = "tree-sitter-c"
16939version = "0.23.4"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16942dependencies = [
16943 "cc",
16944 "tree-sitter-language",
16945]
16946
16947[[package]]
16948name = "tree-sitter-cpp"
16949version = "0.23.4"
16950source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16951dependencies = [
16952 "cc",
16953 "tree-sitter-language",
16954]
16955
16956[[package]]
16957name = "tree-sitter-css"
16958version = "0.23.2"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16961dependencies = [
16962 "cc",
16963 "tree-sitter-language",
16964]
16965
16966[[package]]
16967name = "tree-sitter-diff"
16968version = "0.1.0"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16971dependencies = [
16972 "cc",
16973 "tree-sitter-language",
16974]
16975
16976[[package]]
16977name = "tree-sitter-elixir"
16978version = "0.3.4"
16979source = "registry+https://github.com/rust-lang/crates.io-index"
16980checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16981dependencies = [
16982 "cc",
16983 "tree-sitter-language",
16984]
16985
16986[[package]]
16987name = "tree-sitter-embedded-template"
16988version = "0.23.2"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16991dependencies = [
16992 "cc",
16993 "tree-sitter-language",
16994]
16995
16996[[package]]
16997name = "tree-sitter-gitcommit"
16998version = "0.0.1"
16999source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
17000dependencies = [
17001 "cc",
17002 "tree-sitter-language",
17003]
17004
17005[[package]]
17006name = "tree-sitter-go"
17007version = "0.23.4"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17010dependencies = [
17011 "cc",
17012 "tree-sitter-language",
17013]
17014
17015[[package]]
17016name = "tree-sitter-gomod"
17017version = "1.1.1"
17018source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17019dependencies = [
17020 "cc",
17021 "tree-sitter-language",
17022]
17023
17024[[package]]
17025name = "tree-sitter-gowork"
17026version = "0.0.1"
17027source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17028dependencies = [
17029 "cc",
17030 "tree-sitter-language",
17031]
17032
17033[[package]]
17034name = "tree-sitter-heex"
17035version = "0.0.1"
17036source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17037dependencies = [
17038 "cc",
17039 "tree-sitter-language",
17040]
17041
17042[[package]]
17043name = "tree-sitter-html"
17044version = "0.23.2"
17045source = "registry+https://github.com/rust-lang/crates.io-index"
17046checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17047dependencies = [
17048 "cc",
17049 "tree-sitter-language",
17050]
17051
17052[[package]]
17053name = "tree-sitter-jsdoc"
17054version = "0.23.2"
17055source = "registry+https://github.com/rust-lang/crates.io-index"
17056checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17057dependencies = [
17058 "cc",
17059 "tree-sitter-language",
17060]
17061
17062[[package]]
17063name = "tree-sitter-json"
17064version = "0.24.8"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17067dependencies = [
17068 "cc",
17069 "tree-sitter-language",
17070]
17071
17072[[package]]
17073name = "tree-sitter-language"
17074version = "0.1.5"
17075source = "registry+https://github.com/rust-lang/crates.io-index"
17076checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17077
17078[[package]]
17079name = "tree-sitter-md"
17080version = "0.3.2"
17081source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17082dependencies = [
17083 "cc",
17084 "tree-sitter-language",
17085]
17086
17087[[package]]
17088name = "tree-sitter-python"
17089version = "0.25.0"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17092dependencies = [
17093 "cc",
17094 "tree-sitter-language",
17095]
17096
17097[[package]]
17098name = "tree-sitter-regex"
17099version = "0.24.3"
17100source = "registry+https://github.com/rust-lang/crates.io-index"
17101checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17102dependencies = [
17103 "cc",
17104 "tree-sitter-language",
17105]
17106
17107[[package]]
17108name = "tree-sitter-ruby"
17109version = "0.23.1"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17112dependencies = [
17113 "cc",
17114 "tree-sitter-language",
17115]
17116
17117[[package]]
17118name = "tree-sitter-rust"
17119version = "0.24.0"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17122dependencies = [
17123 "cc",
17124 "tree-sitter-language",
17125]
17126
17127[[package]]
17128name = "tree-sitter-typescript"
17129version = "0.23.2"
17130source = "registry+https://github.com/rust-lang/crates.io-index"
17131checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17132dependencies = [
17133 "cc",
17134 "tree-sitter-language",
17135]
17136
17137[[package]]
17138name = "tree-sitter-yaml"
17139version = "0.6.1"
17140source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17141dependencies = [
17142 "cc",
17143 "tree-sitter-language",
17144]
17145
17146[[package]]
17147name = "try-lock"
17148version = "0.2.5"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17151
17152[[package]]
17153name = "ttf-parser"
17154version = "0.20.0"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17157
17158[[package]]
17159name = "ttf-parser"
17160version = "0.21.1"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17163
17164[[package]]
17165name = "ttf-parser"
17166version = "0.25.1"
17167source = "registry+https://github.com/rust-lang/crates.io-index"
17168checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17169dependencies = [
17170 "core_maths",
17171]
17172
17173[[package]]
17174name = "tungstenite"
17175version = "0.20.1"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17178dependencies = [
17179 "byteorder",
17180 "bytes 1.10.1",
17181 "data-encoding",
17182 "http 0.2.12",
17183 "httparse",
17184 "log",
17185 "rand 0.8.5",
17186 "sha1",
17187 "thiserror 1.0.69",
17188 "url",
17189 "utf-8",
17190]
17191
17192[[package]]
17193name = "tungstenite"
17194version = "0.21.0"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17197dependencies = [
17198 "byteorder",
17199 "bytes 1.10.1",
17200 "data-encoding",
17201 "http 1.3.1",
17202 "httparse",
17203 "log",
17204 "rand 0.8.5",
17205 "sha1",
17206 "thiserror 1.0.69",
17207 "url",
17208 "utf-8",
17209]
17210
17211[[package]]
17212name = "tungstenite"
17213version = "0.26.2"
17214source = "registry+https://github.com/rust-lang/crates.io-index"
17215checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17216dependencies = [
17217 "bytes 1.10.1",
17218 "data-encoding",
17219 "http 1.3.1",
17220 "httparse",
17221 "log",
17222 "rand 0.9.1",
17223 "rustls 0.23.26",
17224 "rustls-pki-types",
17225 "sha1",
17226 "thiserror 2.0.12",
17227 "utf-8",
17228]
17229
17230[[package]]
17231name = "typed-path"
17232version = "0.11.0"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17235
17236[[package]]
17237name = "typeid"
17238version = "1.0.3"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17241
17242[[package]]
17243name = "typenum"
17244version = "1.18.0"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17247
17248[[package]]
17249name = "ucd-trie"
17250version = "0.1.7"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17253
17254[[package]]
17255name = "uds"
17256version = "0.4.2"
17257source = "registry+https://github.com/rust-lang/crates.io-index"
17258checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17259dependencies = [
17260 "libc",
17261]
17262
17263[[package]]
17264name = "uds_windows"
17265version = "1.1.0"
17266source = "registry+https://github.com/rust-lang/crates.io-index"
17267checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17268dependencies = [
17269 "memoffset",
17270 "tempfile",
17271 "winapi",
17272]
17273
17274[[package]]
17275name = "ug"
17276version = "0.4.0"
17277source = "registry+https://github.com/rust-lang/crates.io-index"
17278checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17279dependencies = [
17280 "gemm 0.18.2",
17281 "half",
17282 "libloading",
17283 "memmap2",
17284 "num",
17285 "num-traits",
17286 "num_cpus",
17287 "rayon",
17288 "safetensors",
17289 "serde",
17290 "thiserror 1.0.69",
17291 "tracing",
17292 "yoke",
17293]
17294
17295[[package]]
17296name = "ui"
17297version = "0.1.0"
17298dependencies = [
17299 "chrono",
17300 "component",
17301 "documented",
17302 "gpui",
17303 "gpui_macros",
17304 "icons",
17305 "itertools 0.14.0",
17306 "menu",
17307 "schemars 1.0.1",
17308 "serde",
17309 "settings",
17310 "smallvec",
17311 "story",
17312 "strum 0.27.1",
17313 "theme",
17314 "ui_macros",
17315 "util",
17316 "windows 0.61.1",
17317 "workspace-hack",
17318]
17319
17320[[package]]
17321name = "ui_input"
17322version = "0.1.0"
17323dependencies = [
17324 "component",
17325 "editor",
17326 "gpui",
17327 "settings",
17328 "theme",
17329 "ui",
17330 "workspace-hack",
17331]
17332
17333[[package]]
17334name = "ui_macros"
17335version = "0.1.0"
17336dependencies = [
17337 "component",
17338 "quote",
17339 "syn 2.0.101",
17340 "ui",
17341 "workspace-hack",
17342]
17343
17344[[package]]
17345name = "ui_prompt"
17346version = "0.1.0"
17347dependencies = [
17348 "gpui",
17349 "markdown",
17350 "menu",
17351 "settings",
17352 "theme",
17353 "ui",
17354 "workspace",
17355 "workspace-hack",
17356]
17357
17358[[package]]
17359name = "unicase"
17360version = "2.8.1"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17363
17364[[package]]
17365name = "unicode-bidi"
17366version = "0.3.18"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17369
17370[[package]]
17371name = "unicode-bidi-mirroring"
17372version = "0.2.0"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17375
17376[[package]]
17377name = "unicode-bidi-mirroring"
17378version = "0.4.0"
17379source = "registry+https://github.com/rust-lang/crates.io-index"
17380checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17381
17382[[package]]
17383name = "unicode-ccc"
17384version = "0.2.0"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17387
17388[[package]]
17389name = "unicode-ccc"
17390version = "0.4.0"
17391source = "registry+https://github.com/rust-lang/crates.io-index"
17392checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17393
17394[[package]]
17395name = "unicode-ident"
17396version = "1.0.18"
17397source = "registry+https://github.com/rust-lang/crates.io-index"
17398checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17399
17400[[package]]
17401name = "unicode-linebreak"
17402version = "0.1.5"
17403source = "registry+https://github.com/rust-lang/crates.io-index"
17404checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17405
17406[[package]]
17407name = "unicode-normalization"
17408version = "0.1.24"
17409source = "registry+https://github.com/rust-lang/crates.io-index"
17410checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17411dependencies = [
17412 "tinyvec",
17413]
17414
17415[[package]]
17416name = "unicode-properties"
17417version = "0.1.3"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17420
17421[[package]]
17422name = "unicode-script"
17423version = "0.5.7"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17426
17427[[package]]
17428name = "unicode-segmentation"
17429version = "1.12.0"
17430source = "registry+https://github.com/rust-lang/crates.io-index"
17431checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17432
17433[[package]]
17434name = "unicode-vo"
17435version = "0.1.0"
17436source = "registry+https://github.com/rust-lang/crates.io-index"
17437checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17438
17439[[package]]
17440name = "unicode-width"
17441version = "0.2.0"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17444
17445[[package]]
17446name = "unicode-xid"
17447version = "0.2.6"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17450
17451[[package]]
17452name = "unicode_categories"
17453version = "0.1.1"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17456
17457[[package]]
17458name = "unindent"
17459version = "0.2.4"
17460source = "registry+https://github.com/rust-lang/crates.io-index"
17461checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17462
17463[[package]]
17464name = "untrusted"
17465version = "0.9.0"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17468
17469[[package]]
17470name = "url"
17471version = "2.5.4"
17472source = "registry+https://github.com/rust-lang/crates.io-index"
17473checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17474dependencies = [
17475 "form_urlencoded",
17476 "idna",
17477 "percent-encoding",
17478 "serde",
17479]
17480
17481[[package]]
17482name = "urlencoding"
17483version = "2.1.3"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17486
17487[[package]]
17488name = "usvg"
17489version = "0.45.1"
17490source = "registry+https://github.com/rust-lang/crates.io-index"
17491checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17492dependencies = [
17493 "base64 0.22.1",
17494 "data-url",
17495 "flate2",
17496 "fontdb 0.23.0",
17497 "imagesize",
17498 "kurbo",
17499 "log",
17500 "pico-args",
17501 "roxmltree",
17502 "rustybuzz 0.20.1",
17503 "simplecss",
17504 "siphasher",
17505 "strict-num",
17506 "svgtypes",
17507 "tiny-skia-path",
17508 "unicode-bidi",
17509 "unicode-script",
17510 "unicode-vo",
17511 "xmlwriter",
17512]
17513
17514[[package]]
17515name = "utf-8"
17516version = "0.7.6"
17517source = "registry+https://github.com/rust-lang/crates.io-index"
17518checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17519
17520[[package]]
17521name = "utf16_iter"
17522version = "1.0.5"
17523source = "registry+https://github.com/rust-lang/crates.io-index"
17524checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17525
17526[[package]]
17527name = "utf8_iter"
17528version = "1.0.4"
17529source = "registry+https://github.com/rust-lang/crates.io-index"
17530checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17531
17532[[package]]
17533name = "utf8parse"
17534version = "0.2.2"
17535source = "registry+https://github.com/rust-lang/crates.io-index"
17536checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17537
17538[[package]]
17539name = "util"
17540version = "0.1.0"
17541dependencies = [
17542 "anyhow",
17543 "async-fs",
17544 "async_zip",
17545 "collections",
17546 "command-fds",
17547 "dirs 4.0.0",
17548 "dunce",
17549 "futures 0.3.31",
17550 "futures-lite 1.13.0",
17551 "git2",
17552 "globset",
17553 "indoc",
17554 "itertools 0.14.0",
17555 "libc",
17556 "log",
17557 "nix 0.29.0",
17558 "pretty_assertions",
17559 "rand 0.9.1",
17560 "regex",
17561 "rust-embed",
17562 "schemars 1.0.1",
17563 "serde",
17564 "serde_json",
17565 "serde_json_lenient",
17566 "shlex",
17567 "smol",
17568 "take-until",
17569 "tempfile",
17570 "tendril",
17571 "unicase",
17572 "util_macros",
17573 "walkdir",
17574 "workspace-hack",
17575]
17576
17577[[package]]
17578name = "util_macros"
17579version = "0.1.0"
17580dependencies = [
17581 "perf",
17582 "quote",
17583 "syn 2.0.101",
17584 "workspace-hack",
17585]
17586
17587[[package]]
17588name = "uuid"
17589version = "1.16.0"
17590source = "registry+https://github.com/rust-lang/crates.io-index"
17591checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17592dependencies = [
17593 "getrandom 0.3.2",
17594 "serde",
17595 "sha1_smol",
17596]
17597
17598[[package]]
17599name = "uuid-simd"
17600version = "0.8.0"
17601source = "registry+https://github.com/rust-lang/crates.io-index"
17602checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17603dependencies = [
17604 "outref",
17605 "uuid",
17606 "vsimd",
17607]
17608
17609[[package]]
17610name = "v_frame"
17611version = "0.3.8"
17612source = "registry+https://github.com/rust-lang/crates.io-index"
17613checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17614dependencies = [
17615 "aligned-vec",
17616 "num-traits",
17617 "wasm-bindgen",
17618]
17619
17620[[package]]
17621name = "valuable"
17622version = "0.1.1"
17623source = "registry+https://github.com/rust-lang/crates.io-index"
17624checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17625
17626[[package]]
17627name = "value-bag"
17628version = "1.11.1"
17629source = "registry+https://github.com/rust-lang/crates.io-index"
17630checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17631dependencies = [
17632 "value-bag-serde1",
17633 "value-bag-sval2",
17634]
17635
17636[[package]]
17637name = "value-bag-serde1"
17638version = "1.11.1"
17639source = "registry+https://github.com/rust-lang/crates.io-index"
17640checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17641dependencies = [
17642 "erased-serde",
17643 "serde",
17644 "serde_fmt",
17645]
17646
17647[[package]]
17648name = "value-bag-sval2"
17649version = "1.11.1"
17650source = "registry+https://github.com/rust-lang/crates.io-index"
17651checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17652dependencies = [
17653 "sval",
17654 "sval_buffer",
17655 "sval_dynamic",
17656 "sval_fmt",
17657 "sval_json",
17658 "sval_ref",
17659 "sval_serde",
17660]
17661
17662[[package]]
17663name = "vcpkg"
17664version = "0.2.15"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17667
17668[[package]]
17669name = "vercel"
17670version = "0.1.0"
17671dependencies = [
17672 "anyhow",
17673 "schemars 1.0.1",
17674 "serde",
17675 "strum 0.27.1",
17676 "workspace-hack",
17677]
17678
17679[[package]]
17680name = "version-compare"
17681version = "0.2.0"
17682source = "registry+https://github.com/rust-lang/crates.io-index"
17683checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17684
17685[[package]]
17686name = "version_check"
17687version = "0.9.5"
17688source = "registry+https://github.com/rust-lang/crates.io-index"
17689checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17690
17691[[package]]
17692name = "vim"
17693version = "0.1.0"
17694dependencies = [
17695 "anyhow",
17696 "assets",
17697 "async-compat",
17698 "async-trait",
17699 "collections",
17700 "command_palette",
17701 "command_palette_hooks",
17702 "db",
17703 "editor",
17704 "env_logger 0.11.8",
17705 "futures 0.3.31",
17706 "git_ui",
17707 "gpui",
17708 "indoc",
17709 "itertools 0.14.0",
17710 "language",
17711 "log",
17712 "lsp",
17713 "menu",
17714 "multi_buffer",
17715 "nvim-rs",
17716 "parking_lot",
17717 "perf",
17718 "picker",
17719 "project",
17720 "project_panel",
17721 "regex",
17722 "release_channel",
17723 "schemars 1.0.1",
17724 "search",
17725 "serde",
17726 "serde_json",
17727 "settings",
17728 "task",
17729 "text",
17730 "theme",
17731 "tokio",
17732 "ui",
17733 "util",
17734 "util_macros",
17735 "vim_mode_setting",
17736 "workspace",
17737 "workspace-hack",
17738 "zed_actions",
17739]
17740
17741[[package]]
17742name = "vim_mode_setting"
17743version = "0.1.0"
17744dependencies = [
17745 "gpui",
17746 "settings",
17747 "workspace-hack",
17748]
17749
17750[[package]]
17751name = "vscode_theme"
17752version = "0.2.0"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17755dependencies = [
17756 "serde",
17757]
17758
17759[[package]]
17760name = "vsimd"
17761version = "0.8.0"
17762source = "registry+https://github.com/rust-lang/crates.io-index"
17763checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17764
17765[[package]]
17766name = "vswhom"
17767version = "0.1.0"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17770dependencies = [
17771 "libc",
17772 "vswhom-sys",
17773]
17774
17775[[package]]
17776name = "vswhom-sys"
17777version = "0.1.3"
17778source = "registry+https://github.com/rust-lang/crates.io-index"
17779checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17780dependencies = [
17781 "cc",
17782 "libc",
17783]
17784
17785[[package]]
17786name = "vte"
17787version = "0.15.0"
17788source = "registry+https://github.com/rust-lang/crates.io-index"
17789checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17790dependencies = [
17791 "arrayvec",
17792 "bitflags 2.9.0",
17793 "cursor-icon",
17794 "log",
17795 "memchr",
17796 "serde",
17797]
17798
17799[[package]]
17800name = "waker-fn"
17801version = "1.2.0"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17804
17805[[package]]
17806name = "walkdir"
17807version = "2.5.0"
17808source = "registry+https://github.com/rust-lang/crates.io-index"
17809checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17810dependencies = [
17811 "same-file",
17812 "winapi-util",
17813]
17814
17815[[package]]
17816name = "want"
17817version = "0.3.1"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17820dependencies = [
17821 "try-lock",
17822]
17823
17824[[package]]
17825name = "warp"
17826version = "0.3.7"
17827source = "registry+https://github.com/rust-lang/crates.io-index"
17828checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17829dependencies = [
17830 "bytes 1.10.1",
17831 "futures-channel",
17832 "futures-util",
17833 "headers",
17834 "http 0.2.12",
17835 "hyper 0.14.32",
17836 "log",
17837 "mime",
17838 "mime_guess",
17839 "percent-encoding",
17840 "pin-project",
17841 "scoped-tls",
17842 "serde",
17843 "serde_json",
17844 "serde_urlencoded",
17845 "tokio",
17846 "tokio-tungstenite 0.21.0",
17847 "tokio-util",
17848 "tower-service",
17849 "tracing",
17850]
17851
17852[[package]]
17853name = "wasi"
17854version = "0.11.0+wasi-snapshot-preview1"
17855source = "registry+https://github.com/rust-lang/crates.io-index"
17856checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17857
17858[[package]]
17859name = "wasi"
17860version = "0.14.2+wasi-0.2.4"
17861source = "registry+https://github.com/rust-lang/crates.io-index"
17862checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17863dependencies = [
17864 "wit-bindgen-rt 0.39.0",
17865]
17866
17867[[package]]
17868name = "wasite"
17869version = "0.1.0"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17872
17873[[package]]
17874name = "wasm-bindgen"
17875version = "0.2.100"
17876source = "registry+https://github.com/rust-lang/crates.io-index"
17877checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17878dependencies = [
17879 "cfg-if",
17880 "once_cell",
17881 "rustversion",
17882 "wasm-bindgen-macro",
17883]
17884
17885[[package]]
17886name = "wasm-bindgen-backend"
17887version = "0.2.100"
17888source = "registry+https://github.com/rust-lang/crates.io-index"
17889checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17890dependencies = [
17891 "bumpalo",
17892 "log",
17893 "proc-macro2",
17894 "quote",
17895 "syn 2.0.101",
17896 "wasm-bindgen-shared",
17897]
17898
17899[[package]]
17900name = "wasm-bindgen-futures"
17901version = "0.4.50"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17904dependencies = [
17905 "cfg-if",
17906 "js-sys",
17907 "once_cell",
17908 "wasm-bindgen",
17909 "web-sys",
17910]
17911
17912[[package]]
17913name = "wasm-bindgen-macro"
17914version = "0.2.100"
17915source = "registry+https://github.com/rust-lang/crates.io-index"
17916checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17917dependencies = [
17918 "quote",
17919 "wasm-bindgen-macro-support",
17920]
17921
17922[[package]]
17923name = "wasm-bindgen-macro-support"
17924version = "0.2.100"
17925source = "registry+https://github.com/rust-lang/crates.io-index"
17926checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17927dependencies = [
17928 "proc-macro2",
17929 "quote",
17930 "syn 2.0.101",
17931 "wasm-bindgen-backend",
17932 "wasm-bindgen-shared",
17933]
17934
17935[[package]]
17936name = "wasm-bindgen-shared"
17937version = "0.2.100"
17938source = "registry+https://github.com/rust-lang/crates.io-index"
17939checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17940dependencies = [
17941 "unicode-ident",
17942]
17943
17944[[package]]
17945name = "wasm-encoder"
17946version = "0.201.0"
17947source = "registry+https://github.com/rust-lang/crates.io-index"
17948checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17949dependencies = [
17950 "leb128",
17951]
17952
17953[[package]]
17954name = "wasm-encoder"
17955version = "0.221.3"
17956source = "registry+https://github.com/rust-lang/crates.io-index"
17957checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17958dependencies = [
17959 "leb128",
17960 "wasmparser 0.221.3",
17961]
17962
17963[[package]]
17964name = "wasm-encoder"
17965version = "0.227.1"
17966source = "registry+https://github.com/rust-lang/crates.io-index"
17967checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17968dependencies = [
17969 "leb128fmt",
17970 "wasmparser 0.227.1",
17971]
17972
17973[[package]]
17974name = "wasm-metadata"
17975version = "0.201.0"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17978dependencies = [
17979 "anyhow",
17980 "indexmap 2.9.0",
17981 "serde",
17982 "serde_derive",
17983 "serde_json",
17984 "spdx",
17985 "wasm-encoder 0.201.0",
17986 "wasmparser 0.201.0",
17987]
17988
17989[[package]]
17990name = "wasm-metadata"
17991version = "0.227.1"
17992source = "registry+https://github.com/rust-lang/crates.io-index"
17993checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17994dependencies = [
17995 "anyhow",
17996 "auditable-serde",
17997 "flate2",
17998 "indexmap 2.9.0",
17999 "serde",
18000 "serde_derive",
18001 "serde_json",
18002 "spdx",
18003 "url",
18004 "wasm-encoder 0.227.1",
18005 "wasmparser 0.227.1",
18006]
18007
18008[[package]]
18009name = "wasm-streams"
18010version = "0.4.2"
18011source = "registry+https://github.com/rust-lang/crates.io-index"
18012checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18013dependencies = [
18014 "futures-util",
18015 "js-sys",
18016 "wasm-bindgen",
18017 "wasm-bindgen-futures",
18018 "web-sys",
18019]
18020
18021[[package]]
18022name = "wasmparser"
18023version = "0.201.0"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18026dependencies = [
18027 "bitflags 2.9.0",
18028 "indexmap 2.9.0",
18029 "semver",
18030]
18031
18032[[package]]
18033name = "wasmparser"
18034version = "0.221.3"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18037dependencies = [
18038 "bitflags 2.9.0",
18039 "hashbrown 0.15.3",
18040 "indexmap 2.9.0",
18041 "semver",
18042 "serde",
18043]
18044
18045[[package]]
18046name = "wasmparser"
18047version = "0.227.1"
18048source = "registry+https://github.com/rust-lang/crates.io-index"
18049checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18050dependencies = [
18051 "bitflags 2.9.0",
18052 "hashbrown 0.15.3",
18053 "indexmap 2.9.0",
18054 "semver",
18055]
18056
18057[[package]]
18058name = "wasmprinter"
18059version = "0.221.3"
18060source = "registry+https://github.com/rust-lang/crates.io-index"
18061checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18062dependencies = [
18063 "anyhow",
18064 "termcolor",
18065 "wasmparser 0.221.3",
18066]
18067
18068[[package]]
18069name = "wasmtime"
18070version = "29.0.1"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18073dependencies = [
18074 "anyhow",
18075 "async-trait",
18076 "bitflags 2.9.0",
18077 "bumpalo",
18078 "cc",
18079 "cfg-if",
18080 "encoding_rs",
18081 "hashbrown 0.14.5",
18082 "indexmap 2.9.0",
18083 "libc",
18084 "log",
18085 "mach2 0.4.2",
18086 "memfd",
18087 "object",
18088 "once_cell",
18089 "paste",
18090 "postcard",
18091 "psm",
18092 "pulley-interpreter",
18093 "rayon",
18094 "rustix 0.38.44",
18095 "semver",
18096 "serde",
18097 "serde_derive",
18098 "smallvec",
18099 "sptr",
18100 "target-lexicon 0.13.2",
18101 "trait-variant",
18102 "wasmparser 0.221.3",
18103 "wasmtime-asm-macros",
18104 "wasmtime-component-macro",
18105 "wasmtime-component-util",
18106 "wasmtime-cranelift",
18107 "wasmtime-environ",
18108 "wasmtime-fiber",
18109 "wasmtime-jit-icache-coherence",
18110 "wasmtime-math",
18111 "wasmtime-slab",
18112 "wasmtime-versioned-export-macros",
18113 "wasmtime-winch",
18114 "windows-sys 0.59.0",
18115]
18116
18117[[package]]
18118name = "wasmtime-asm-macros"
18119version = "29.0.1"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18122dependencies = [
18123 "cfg-if",
18124]
18125
18126[[package]]
18127name = "wasmtime-c-api-impl"
18128version = "29.0.1"
18129source = "registry+https://github.com/rust-lang/crates.io-index"
18130checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18131dependencies = [
18132 "anyhow",
18133 "log",
18134 "tracing",
18135 "wasmtime",
18136 "wasmtime-c-api-macros",
18137]
18138
18139[[package]]
18140name = "wasmtime-c-api-macros"
18141version = "29.0.1"
18142source = "registry+https://github.com/rust-lang/crates.io-index"
18143checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18144dependencies = [
18145 "proc-macro2",
18146 "quote",
18147]
18148
18149[[package]]
18150name = "wasmtime-component-macro"
18151version = "29.0.1"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18154dependencies = [
18155 "anyhow",
18156 "proc-macro2",
18157 "quote",
18158 "syn 2.0.101",
18159 "wasmtime-component-util",
18160 "wasmtime-wit-bindgen",
18161 "wit-parser 0.221.3",
18162]
18163
18164[[package]]
18165name = "wasmtime-component-util"
18166version = "29.0.1"
18167source = "registry+https://github.com/rust-lang/crates.io-index"
18168checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18169
18170[[package]]
18171name = "wasmtime-cranelift"
18172version = "29.0.1"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18175dependencies = [
18176 "anyhow",
18177 "cfg-if",
18178 "cranelift-codegen",
18179 "cranelift-control",
18180 "cranelift-entity",
18181 "cranelift-frontend",
18182 "cranelift-native",
18183 "gimli",
18184 "itertools 0.12.1",
18185 "log",
18186 "object",
18187 "smallvec",
18188 "target-lexicon 0.13.2",
18189 "thiserror 1.0.69",
18190 "wasmparser 0.221.3",
18191 "wasmtime-environ",
18192 "wasmtime-versioned-export-macros",
18193]
18194
18195[[package]]
18196name = "wasmtime-environ"
18197version = "29.0.1"
18198source = "registry+https://github.com/rust-lang/crates.io-index"
18199checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18200dependencies = [
18201 "anyhow",
18202 "cpp_demangle",
18203 "cranelift-bitset",
18204 "cranelift-entity",
18205 "gimli",
18206 "indexmap 2.9.0",
18207 "log",
18208 "object",
18209 "postcard",
18210 "rustc-demangle",
18211 "semver",
18212 "serde",
18213 "serde_derive",
18214 "smallvec",
18215 "target-lexicon 0.13.2",
18216 "wasm-encoder 0.221.3",
18217 "wasmparser 0.221.3",
18218 "wasmprinter",
18219 "wasmtime-component-util",
18220]
18221
18222[[package]]
18223name = "wasmtime-fiber"
18224version = "29.0.1"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18227dependencies = [
18228 "anyhow",
18229 "cc",
18230 "cfg-if",
18231 "rustix 0.38.44",
18232 "wasmtime-asm-macros",
18233 "wasmtime-versioned-export-macros",
18234 "windows-sys 0.59.0",
18235]
18236
18237[[package]]
18238name = "wasmtime-jit-icache-coherence"
18239version = "29.0.1"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18242dependencies = [
18243 "anyhow",
18244 "cfg-if",
18245 "libc",
18246 "windows-sys 0.59.0",
18247]
18248
18249[[package]]
18250name = "wasmtime-math"
18251version = "29.0.1"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18254dependencies = [
18255 "libm",
18256]
18257
18258[[package]]
18259name = "wasmtime-slab"
18260version = "29.0.1"
18261source = "registry+https://github.com/rust-lang/crates.io-index"
18262checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18263
18264[[package]]
18265name = "wasmtime-versioned-export-macros"
18266version = "29.0.1"
18267source = "registry+https://github.com/rust-lang/crates.io-index"
18268checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18269dependencies = [
18270 "proc-macro2",
18271 "quote",
18272 "syn 2.0.101",
18273]
18274
18275[[package]]
18276name = "wasmtime-wasi"
18277version = "29.0.1"
18278source = "registry+https://github.com/rust-lang/crates.io-index"
18279checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18280dependencies = [
18281 "anyhow",
18282 "async-trait",
18283 "bitflags 2.9.0",
18284 "bytes 1.10.1",
18285 "cap-fs-ext",
18286 "cap-net-ext",
18287 "cap-rand",
18288 "cap-std",
18289 "cap-time-ext",
18290 "fs-set-times",
18291 "futures 0.3.31",
18292 "io-extras",
18293 "io-lifetimes",
18294 "rustix 0.38.44",
18295 "system-interface",
18296 "thiserror 1.0.69",
18297 "tokio",
18298 "tracing",
18299 "trait-variant",
18300 "url",
18301 "wasmtime",
18302 "wiggle",
18303 "windows-sys 0.59.0",
18304]
18305
18306[[package]]
18307name = "wasmtime-winch"
18308version = "29.0.1"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18311dependencies = [
18312 "anyhow",
18313 "cranelift-codegen",
18314 "gimli",
18315 "object",
18316 "target-lexicon 0.13.2",
18317 "wasmparser 0.221.3",
18318 "wasmtime-cranelift",
18319 "wasmtime-environ",
18320 "winch-codegen",
18321]
18322
18323[[package]]
18324name = "wasmtime-wit-bindgen"
18325version = "29.0.1"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18328dependencies = [
18329 "anyhow",
18330 "heck 0.5.0",
18331 "indexmap 2.9.0",
18332 "wit-parser 0.221.3",
18333]
18334
18335[[package]]
18336name = "wast"
18337version = "35.0.2"
18338source = "registry+https://github.com/rust-lang/crates.io-index"
18339checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18340dependencies = [
18341 "leb128",
18342]
18343
18344[[package]]
18345name = "watch"
18346version = "0.1.0"
18347dependencies = [
18348 "ctor",
18349 "futures 0.3.31",
18350 "gpui",
18351 "parking_lot",
18352 "rand 0.9.1",
18353 "workspace-hack",
18354 "zlog",
18355]
18356
18357[[package]]
18358name = "wayland-backend"
18359version = "0.3.8"
18360source = "registry+https://github.com/rust-lang/crates.io-index"
18361checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18362dependencies = [
18363 "cc",
18364 "downcast-rs",
18365 "rustix 0.38.44",
18366 "scoped-tls",
18367 "smallvec",
18368 "wayland-sys",
18369]
18370
18371[[package]]
18372name = "wayland-client"
18373version = "0.31.8"
18374source = "registry+https://github.com/rust-lang/crates.io-index"
18375checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18376dependencies = [
18377 "bitflags 2.9.0",
18378 "rustix 0.38.44",
18379 "wayland-backend",
18380 "wayland-scanner",
18381]
18382
18383[[package]]
18384name = "wayland-cursor"
18385version = "0.31.8"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18388dependencies = [
18389 "rustix 0.38.44",
18390 "wayland-client",
18391 "xcursor",
18392]
18393
18394[[package]]
18395name = "wayland-protocols"
18396version = "0.31.2"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18399dependencies = [
18400 "bitflags 2.9.0",
18401 "wayland-backend",
18402 "wayland-client",
18403 "wayland-scanner",
18404]
18405
18406[[package]]
18407name = "wayland-protocols-plasma"
18408version = "0.2.0"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18411dependencies = [
18412 "bitflags 2.9.0",
18413 "wayland-backend",
18414 "wayland-client",
18415 "wayland-protocols",
18416 "wayland-scanner",
18417]
18418
18419[[package]]
18420name = "wayland-scanner"
18421version = "0.31.6"
18422source = "registry+https://github.com/rust-lang/crates.io-index"
18423checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18424dependencies = [
18425 "proc-macro2",
18426 "quick-xml 0.37.4",
18427 "quote",
18428]
18429
18430[[package]]
18431name = "wayland-sys"
18432version = "0.31.6"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18435dependencies = [
18436 "dlib",
18437 "log",
18438 "once_cell",
18439 "pkg-config",
18440]
18441
18442[[package]]
18443name = "web-sys"
18444version = "0.3.77"
18445source = "registry+https://github.com/rust-lang/crates.io-index"
18446checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18447dependencies = [
18448 "js-sys",
18449 "wasm-bindgen",
18450]
18451
18452[[package]]
18453name = "web-time"
18454version = "1.1.0"
18455source = "registry+https://github.com/rust-lang/crates.io-index"
18456checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18457dependencies = [
18458 "js-sys",
18459 "wasm-bindgen",
18460]
18461
18462[[package]]
18463name = "web_atoms"
18464version = "0.1.0"
18465source = "registry+https://github.com/rust-lang/crates.io-index"
18466checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18467dependencies = [
18468 "phf",
18469 "phf_codegen",
18470 "string_cache",
18471 "string_cache_codegen",
18472]
18473
18474[[package]]
18475name = "web_search"
18476version = "0.1.0"
18477dependencies = [
18478 "anyhow",
18479 "cloud_llm_client",
18480 "collections",
18481 "gpui",
18482 "serde",
18483 "workspace-hack",
18484]
18485
18486[[package]]
18487name = "web_search_providers"
18488version = "0.1.0"
18489dependencies = [
18490 "anyhow",
18491 "client",
18492 "cloud_llm_client",
18493 "futures 0.3.31",
18494 "gpui",
18495 "http_client",
18496 "language_model",
18497 "serde",
18498 "serde_json",
18499 "web_search",
18500 "workspace-hack",
18501]
18502
18503[[package]]
18504name = "webpki-root-certs"
18505version = "0.26.8"
18506source = "registry+https://github.com/rust-lang/crates.io-index"
18507checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18508dependencies = [
18509 "rustls-pki-types",
18510]
18511
18512[[package]]
18513name = "webpki-roots"
18514version = "0.26.8"
18515source = "registry+https://github.com/rust-lang/crates.io-index"
18516checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18517dependencies = [
18518 "rustls-pki-types",
18519]
18520
18521[[package]]
18522name = "webrtc-sys"
18523version = "0.3.7"
18524source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18525dependencies = [
18526 "cc",
18527 "cxx",
18528 "cxx-build",
18529 "glob",
18530 "log",
18531 "webrtc-sys-build",
18532]
18533
18534[[package]]
18535name = "webrtc-sys-build"
18536version = "0.3.6"
18537source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18538dependencies = [
18539 "fs2",
18540 "regex",
18541 "reqwest 0.11.27",
18542 "scratch",
18543 "semver",
18544 "zip 0.6.6",
18545]
18546
18547[[package]]
18548name = "weezl"
18549version = "0.1.8"
18550source = "registry+https://github.com/rust-lang/crates.io-index"
18551checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18552
18553[[package]]
18554name = "which"
18555version = "4.4.2"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18558dependencies = [
18559 "either",
18560 "home",
18561 "once_cell",
18562 "rustix 0.38.44",
18563]
18564
18565[[package]]
18566name = "which"
18567version = "6.0.3"
18568source = "registry+https://github.com/rust-lang/crates.io-index"
18569checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18570dependencies = [
18571 "either",
18572 "home",
18573 "rustix 0.38.44",
18574 "winsafe",
18575]
18576
18577[[package]]
18578name = "whoami"
18579version = "1.6.0"
18580source = "registry+https://github.com/rust-lang/crates.io-index"
18581checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18582dependencies = [
18583 "redox_syscall 0.5.11",
18584 "wasite",
18585]
18586
18587[[package]]
18588name = "wiggle"
18589version = "29.0.1"
18590source = "registry+https://github.com/rust-lang/crates.io-index"
18591checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18592dependencies = [
18593 "anyhow",
18594 "async-trait",
18595 "bitflags 2.9.0",
18596 "thiserror 1.0.69",
18597 "tracing",
18598 "wasmtime",
18599 "wiggle-macro",
18600]
18601
18602[[package]]
18603name = "wiggle-generate"
18604version = "29.0.1"
18605source = "registry+https://github.com/rust-lang/crates.io-index"
18606checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18607dependencies = [
18608 "anyhow",
18609 "heck 0.5.0",
18610 "proc-macro2",
18611 "quote",
18612 "shellexpand 2.1.2",
18613 "syn 2.0.101",
18614 "witx",
18615]
18616
18617[[package]]
18618name = "wiggle-macro"
18619version = "29.0.1"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18622dependencies = [
18623 "proc-macro2",
18624 "quote",
18625 "syn 2.0.101",
18626 "wiggle-generate",
18627]
18628
18629[[package]]
18630name = "winapi"
18631version = "0.3.9"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18634dependencies = [
18635 "winapi-i686-pc-windows-gnu",
18636 "winapi-x86_64-pc-windows-gnu",
18637]
18638
18639[[package]]
18640name = "winapi-i686-pc-windows-gnu"
18641version = "0.4.0"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18644
18645[[package]]
18646name = "winapi-util"
18647version = "0.1.9"
18648source = "registry+https://github.com/rust-lang/crates.io-index"
18649checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18650dependencies = [
18651 "windows-sys 0.59.0",
18652]
18653
18654[[package]]
18655name = "winapi-x86_64-pc-windows-gnu"
18656version = "0.4.0"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18659
18660[[package]]
18661name = "winch-codegen"
18662version = "29.0.1"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18665dependencies = [
18666 "anyhow",
18667 "cranelift-codegen",
18668 "gimli",
18669 "regalloc2",
18670 "smallvec",
18671 "target-lexicon 0.13.2",
18672 "thiserror 1.0.69",
18673 "wasmparser 0.221.3",
18674 "wasmtime-cranelift",
18675 "wasmtime-environ",
18676]
18677
18678[[package]]
18679name = "windows"
18680version = "0.54.0"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18683dependencies = [
18684 "windows-core 0.54.0",
18685 "windows-targets 0.52.6",
18686]
18687
18688[[package]]
18689name = "windows"
18690version = "0.57.0"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18693dependencies = [
18694 "windows-core 0.57.0",
18695 "windows-targets 0.52.6",
18696]
18697
18698[[package]]
18699name = "windows"
18700version = "0.58.0"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18703dependencies = [
18704 "windows-core 0.58.0",
18705 "windows-targets 0.52.6",
18706]
18707
18708[[package]]
18709name = "windows"
18710version = "0.61.1"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18713dependencies = [
18714 "windows-collections",
18715 "windows-core 0.61.0",
18716 "windows-future",
18717 "windows-link 0.1.1",
18718 "windows-numerics",
18719]
18720
18721[[package]]
18722name = "windows-capture"
18723version = "1.4.3"
18724source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18725dependencies = [
18726 "clap",
18727 "ctrlc",
18728 "parking_lot",
18729 "rayon",
18730 "thiserror 2.0.12",
18731 "windows 0.61.1",
18732 "windows-future",
18733]
18734
18735[[package]]
18736name = "windows-collections"
18737version = "0.2.0"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18740dependencies = [
18741 "windows-core 0.61.0",
18742]
18743
18744[[package]]
18745name = "windows-core"
18746version = "0.54.0"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18749dependencies = [
18750 "windows-result 0.1.2",
18751 "windows-targets 0.52.6",
18752]
18753
18754[[package]]
18755name = "windows-core"
18756version = "0.57.0"
18757source = "registry+https://github.com/rust-lang/crates.io-index"
18758checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18759dependencies = [
18760 "windows-implement 0.57.0",
18761 "windows-interface 0.57.0",
18762 "windows-result 0.1.2",
18763 "windows-targets 0.52.6",
18764]
18765
18766[[package]]
18767name = "windows-core"
18768version = "0.58.0"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18771dependencies = [
18772 "windows-implement 0.58.0",
18773 "windows-interface 0.58.0",
18774 "windows-result 0.2.0",
18775 "windows-strings 0.1.0",
18776 "windows-targets 0.52.6",
18777]
18778
18779[[package]]
18780name = "windows-core"
18781version = "0.61.0"
18782source = "registry+https://github.com/rust-lang/crates.io-index"
18783checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18784dependencies = [
18785 "windows-implement 0.60.0",
18786 "windows-interface 0.59.1",
18787 "windows-link 0.1.1",
18788 "windows-result 0.3.2",
18789 "windows-strings 0.4.0",
18790]
18791
18792[[package]]
18793name = "windows-future"
18794version = "0.2.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18797dependencies = [
18798 "windows-core 0.61.0",
18799 "windows-link 0.1.1",
18800]
18801
18802[[package]]
18803name = "windows-implement"
18804version = "0.57.0"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18807dependencies = [
18808 "proc-macro2",
18809 "quote",
18810 "syn 2.0.101",
18811]
18812
18813[[package]]
18814name = "windows-implement"
18815version = "0.58.0"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18818dependencies = [
18819 "proc-macro2",
18820 "quote",
18821 "syn 2.0.101",
18822]
18823
18824[[package]]
18825name = "windows-implement"
18826version = "0.60.0"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18829dependencies = [
18830 "proc-macro2",
18831 "quote",
18832 "syn 2.0.101",
18833]
18834
18835[[package]]
18836name = "windows-interface"
18837version = "0.57.0"
18838source = "registry+https://github.com/rust-lang/crates.io-index"
18839checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18840dependencies = [
18841 "proc-macro2",
18842 "quote",
18843 "syn 2.0.101",
18844]
18845
18846[[package]]
18847name = "windows-interface"
18848version = "0.58.0"
18849source = "registry+https://github.com/rust-lang/crates.io-index"
18850checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18851dependencies = [
18852 "proc-macro2",
18853 "quote",
18854 "syn 2.0.101",
18855]
18856
18857[[package]]
18858name = "windows-interface"
18859version = "0.59.1"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18862dependencies = [
18863 "proc-macro2",
18864 "quote",
18865 "syn 2.0.101",
18866]
18867
18868[[package]]
18869name = "windows-link"
18870version = "0.1.1"
18871source = "registry+https://github.com/rust-lang/crates.io-index"
18872checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18873
18874[[package]]
18875name = "windows-link"
18876version = "0.2.0"
18877source = "registry+https://github.com/rust-lang/crates.io-index"
18878checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18879
18880[[package]]
18881name = "windows-numerics"
18882version = "0.2.0"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18885dependencies = [
18886 "windows-core 0.61.0",
18887 "windows-link 0.1.1",
18888]
18889
18890[[package]]
18891name = "windows-registry"
18892version = "0.4.0"
18893source = "registry+https://github.com/rust-lang/crates.io-index"
18894checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18895dependencies = [
18896 "windows-result 0.3.2",
18897 "windows-strings 0.3.1",
18898 "windows-targets 0.53.2",
18899]
18900
18901[[package]]
18902name = "windows-registry"
18903version = "0.5.1"
18904source = "registry+https://github.com/rust-lang/crates.io-index"
18905checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18906dependencies = [
18907 "windows-link 0.1.1",
18908 "windows-result 0.3.2",
18909 "windows-strings 0.4.0",
18910]
18911
18912[[package]]
18913name = "windows-registry"
18914version = "0.6.0"
18915source = "registry+https://github.com/rust-lang/crates.io-index"
18916checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18917dependencies = [
18918 "windows-link 0.2.0",
18919 "windows-result 0.4.0",
18920 "windows-strings 0.5.0",
18921]
18922
18923[[package]]
18924name = "windows-result"
18925version = "0.1.2"
18926source = "registry+https://github.com/rust-lang/crates.io-index"
18927checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18928dependencies = [
18929 "windows-targets 0.52.6",
18930]
18931
18932[[package]]
18933name = "windows-result"
18934version = "0.2.0"
18935source = "registry+https://github.com/rust-lang/crates.io-index"
18936checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18937dependencies = [
18938 "windows-targets 0.52.6",
18939]
18940
18941[[package]]
18942name = "windows-result"
18943version = "0.3.2"
18944source = "registry+https://github.com/rust-lang/crates.io-index"
18945checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18946dependencies = [
18947 "windows-link 0.1.1",
18948]
18949
18950[[package]]
18951name = "windows-result"
18952version = "0.4.0"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18955dependencies = [
18956 "windows-link 0.2.0",
18957]
18958
18959[[package]]
18960name = "windows-strings"
18961version = "0.1.0"
18962source = "registry+https://github.com/rust-lang/crates.io-index"
18963checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18964dependencies = [
18965 "windows-result 0.2.0",
18966 "windows-targets 0.52.6",
18967]
18968
18969[[package]]
18970name = "windows-strings"
18971version = "0.3.1"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18974dependencies = [
18975 "windows-link 0.1.1",
18976]
18977
18978[[package]]
18979name = "windows-strings"
18980version = "0.4.0"
18981source = "registry+https://github.com/rust-lang/crates.io-index"
18982checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18983dependencies = [
18984 "windows-link 0.1.1",
18985]
18986
18987[[package]]
18988name = "windows-strings"
18989version = "0.5.0"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18992dependencies = [
18993 "windows-link 0.2.0",
18994]
18995
18996[[package]]
18997name = "windows-sys"
18998version = "0.45.0"
18999source = "registry+https://github.com/rust-lang/crates.io-index"
19000checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19001dependencies = [
19002 "windows-targets 0.42.2",
19003]
19004
19005[[package]]
19006name = "windows-sys"
19007version = "0.48.0"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19010dependencies = [
19011 "windows-targets 0.48.5",
19012]
19013
19014[[package]]
19015name = "windows-sys"
19016version = "0.52.0"
19017source = "registry+https://github.com/rust-lang/crates.io-index"
19018checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19019dependencies = [
19020 "windows-targets 0.52.6",
19021]
19022
19023[[package]]
19024name = "windows-sys"
19025version = "0.59.0"
19026source = "registry+https://github.com/rust-lang/crates.io-index"
19027checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19028dependencies = [
19029 "windows-targets 0.52.6",
19030]
19031
19032[[package]]
19033name = "windows-sys"
19034version = "0.60.2"
19035source = "registry+https://github.com/rust-lang/crates.io-index"
19036checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19037dependencies = [
19038 "windows-targets 0.53.2",
19039]
19040
19041[[package]]
19042name = "windows-sys"
19043version = "0.61.0"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19046dependencies = [
19047 "windows-link 0.2.0",
19048]
19049
19050[[package]]
19051name = "windows-targets"
19052version = "0.42.2"
19053source = "registry+https://github.com/rust-lang/crates.io-index"
19054checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19055dependencies = [
19056 "windows_aarch64_gnullvm 0.42.2",
19057 "windows_aarch64_msvc 0.42.2",
19058 "windows_i686_gnu 0.42.2",
19059 "windows_i686_msvc 0.42.2",
19060 "windows_x86_64_gnu 0.42.2",
19061 "windows_x86_64_gnullvm 0.42.2",
19062 "windows_x86_64_msvc 0.42.2",
19063]
19064
19065[[package]]
19066name = "windows-targets"
19067version = "0.48.5"
19068source = "registry+https://github.com/rust-lang/crates.io-index"
19069checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19070dependencies = [
19071 "windows_aarch64_gnullvm 0.48.5",
19072 "windows_aarch64_msvc 0.48.5",
19073 "windows_i686_gnu 0.48.5",
19074 "windows_i686_msvc 0.48.5",
19075 "windows_x86_64_gnu 0.48.5",
19076 "windows_x86_64_gnullvm 0.48.5",
19077 "windows_x86_64_msvc 0.48.5",
19078]
19079
19080[[package]]
19081name = "windows-targets"
19082version = "0.52.6"
19083source = "registry+https://github.com/rust-lang/crates.io-index"
19084checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19085dependencies = [
19086 "windows_aarch64_gnullvm 0.52.6",
19087 "windows_aarch64_msvc 0.52.6",
19088 "windows_i686_gnu 0.52.6",
19089 "windows_i686_gnullvm 0.52.6",
19090 "windows_i686_msvc 0.52.6",
19091 "windows_x86_64_gnu 0.52.6",
19092 "windows_x86_64_gnullvm 0.52.6",
19093 "windows_x86_64_msvc 0.52.6",
19094]
19095
19096[[package]]
19097name = "windows-targets"
19098version = "0.53.2"
19099source = "registry+https://github.com/rust-lang/crates.io-index"
19100checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19101dependencies = [
19102 "windows_aarch64_gnullvm 0.53.0",
19103 "windows_aarch64_msvc 0.53.0",
19104 "windows_i686_gnu 0.53.0",
19105 "windows_i686_gnullvm 0.53.0",
19106 "windows_i686_msvc 0.53.0",
19107 "windows_x86_64_gnu 0.53.0",
19108 "windows_x86_64_gnullvm 0.53.0",
19109 "windows_x86_64_msvc 0.53.0",
19110]
19111
19112[[package]]
19113name = "windows_aarch64_gnullvm"
19114version = "0.42.2"
19115source = "registry+https://github.com/rust-lang/crates.io-index"
19116checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19117
19118[[package]]
19119name = "windows_aarch64_gnullvm"
19120version = "0.48.5"
19121source = "registry+https://github.com/rust-lang/crates.io-index"
19122checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19123
19124[[package]]
19125name = "windows_aarch64_gnullvm"
19126version = "0.52.6"
19127source = "registry+https://github.com/rust-lang/crates.io-index"
19128checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19129
19130[[package]]
19131name = "windows_aarch64_gnullvm"
19132version = "0.53.0"
19133source = "registry+https://github.com/rust-lang/crates.io-index"
19134checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19135
19136[[package]]
19137name = "windows_aarch64_msvc"
19138version = "0.42.2"
19139source = "registry+https://github.com/rust-lang/crates.io-index"
19140checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19141
19142[[package]]
19143name = "windows_aarch64_msvc"
19144version = "0.48.5"
19145source = "registry+https://github.com/rust-lang/crates.io-index"
19146checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19147
19148[[package]]
19149name = "windows_aarch64_msvc"
19150version = "0.52.6"
19151source = "registry+https://github.com/rust-lang/crates.io-index"
19152checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19153
19154[[package]]
19155name = "windows_aarch64_msvc"
19156version = "0.53.0"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19159
19160[[package]]
19161name = "windows_i686_gnu"
19162version = "0.42.2"
19163source = "registry+https://github.com/rust-lang/crates.io-index"
19164checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19165
19166[[package]]
19167name = "windows_i686_gnu"
19168version = "0.48.5"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19171
19172[[package]]
19173name = "windows_i686_gnu"
19174version = "0.52.6"
19175source = "registry+https://github.com/rust-lang/crates.io-index"
19176checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19177
19178[[package]]
19179name = "windows_i686_gnu"
19180version = "0.53.0"
19181source = "registry+https://github.com/rust-lang/crates.io-index"
19182checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19183
19184[[package]]
19185name = "windows_i686_gnullvm"
19186version = "0.52.6"
19187source = "registry+https://github.com/rust-lang/crates.io-index"
19188checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19189
19190[[package]]
19191name = "windows_i686_gnullvm"
19192version = "0.53.0"
19193source = "registry+https://github.com/rust-lang/crates.io-index"
19194checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19195
19196[[package]]
19197name = "windows_i686_msvc"
19198version = "0.42.2"
19199source = "registry+https://github.com/rust-lang/crates.io-index"
19200checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19201
19202[[package]]
19203name = "windows_i686_msvc"
19204version = "0.48.5"
19205source = "registry+https://github.com/rust-lang/crates.io-index"
19206checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19207
19208[[package]]
19209name = "windows_i686_msvc"
19210version = "0.52.6"
19211source = "registry+https://github.com/rust-lang/crates.io-index"
19212checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19213
19214[[package]]
19215name = "windows_i686_msvc"
19216version = "0.53.0"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19219
19220[[package]]
19221name = "windows_x86_64_gnu"
19222version = "0.42.2"
19223source = "registry+https://github.com/rust-lang/crates.io-index"
19224checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19225
19226[[package]]
19227name = "windows_x86_64_gnu"
19228version = "0.48.5"
19229source = "registry+https://github.com/rust-lang/crates.io-index"
19230checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19231
19232[[package]]
19233name = "windows_x86_64_gnu"
19234version = "0.52.6"
19235source = "registry+https://github.com/rust-lang/crates.io-index"
19236checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19237
19238[[package]]
19239name = "windows_x86_64_gnu"
19240version = "0.53.0"
19241source = "registry+https://github.com/rust-lang/crates.io-index"
19242checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19243
19244[[package]]
19245name = "windows_x86_64_gnullvm"
19246version = "0.42.2"
19247source = "registry+https://github.com/rust-lang/crates.io-index"
19248checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19249
19250[[package]]
19251name = "windows_x86_64_gnullvm"
19252version = "0.48.5"
19253source = "registry+https://github.com/rust-lang/crates.io-index"
19254checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19255
19256[[package]]
19257name = "windows_x86_64_gnullvm"
19258version = "0.52.6"
19259source = "registry+https://github.com/rust-lang/crates.io-index"
19260checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19261
19262[[package]]
19263name = "windows_x86_64_gnullvm"
19264version = "0.53.0"
19265source = "registry+https://github.com/rust-lang/crates.io-index"
19266checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19267
19268[[package]]
19269name = "windows_x86_64_msvc"
19270version = "0.42.2"
19271source = "registry+https://github.com/rust-lang/crates.io-index"
19272checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19273
19274[[package]]
19275name = "windows_x86_64_msvc"
19276version = "0.48.5"
19277source = "registry+https://github.com/rust-lang/crates.io-index"
19278checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19279
19280[[package]]
19281name = "windows_x86_64_msvc"
19282version = "0.52.6"
19283source = "registry+https://github.com/rust-lang/crates.io-index"
19284checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19285
19286[[package]]
19287name = "windows_x86_64_msvc"
19288version = "0.53.0"
19289source = "registry+https://github.com/rust-lang/crates.io-index"
19290checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19291
19292[[package]]
19293name = "winnow"
19294version = "0.7.6"
19295source = "registry+https://github.com/rust-lang/crates.io-index"
19296checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19297dependencies = [
19298 "memchr",
19299]
19300
19301[[package]]
19302name = "winreg"
19303version = "0.10.1"
19304source = "registry+https://github.com/rust-lang/crates.io-index"
19305checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19306dependencies = [
19307 "winapi",
19308]
19309
19310[[package]]
19311name = "winreg"
19312version = "0.50.0"
19313source = "registry+https://github.com/rust-lang/crates.io-index"
19314checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19315dependencies = [
19316 "cfg-if",
19317 "windows-sys 0.48.0",
19318]
19319
19320[[package]]
19321name = "winreg"
19322version = "0.52.0"
19323source = "registry+https://github.com/rust-lang/crates.io-index"
19324checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19325dependencies = [
19326 "cfg-if",
19327 "windows-sys 0.48.0",
19328]
19329
19330[[package]]
19331name = "winreg"
19332version = "0.55.0"
19333source = "registry+https://github.com/rust-lang/crates.io-index"
19334checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19335dependencies = [
19336 "cfg-if",
19337 "windows-sys 0.59.0",
19338]
19339
19340[[package]]
19341name = "winresource"
19342version = "0.1.20"
19343source = "registry+https://github.com/rust-lang/crates.io-index"
19344checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19345dependencies = [
19346 "toml 0.8.20",
19347 "version_check",
19348]
19349
19350[[package]]
19351name = "winsafe"
19352version = "0.0.19"
19353source = "registry+https://github.com/rust-lang/crates.io-index"
19354checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19355
19356[[package]]
19357name = "winx"
19358version = "0.36.4"
19359source = "registry+https://github.com/rust-lang/crates.io-index"
19360checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19361dependencies = [
19362 "bitflags 2.9.0",
19363 "windows-sys 0.59.0",
19364]
19365
19366[[package]]
19367name = "wio"
19368version = "0.2.2"
19369source = "registry+https://github.com/rust-lang/crates.io-index"
19370checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19371dependencies = [
19372 "winapi",
19373]
19374
19375[[package]]
19376name = "wit-bindgen"
19377version = "0.22.0"
19378source = "registry+https://github.com/rust-lang/crates.io-index"
19379checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19380dependencies = [
19381 "bitflags 2.9.0",
19382 "wit-bindgen-rt 0.22.0",
19383 "wit-bindgen-rust-macro 0.22.0",
19384]
19385
19386[[package]]
19387name = "wit-bindgen"
19388version = "0.41.0"
19389source = "registry+https://github.com/rust-lang/crates.io-index"
19390checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19391dependencies = [
19392 "wit-bindgen-rt 0.41.0",
19393 "wit-bindgen-rust-macro 0.41.0",
19394]
19395
19396[[package]]
19397name = "wit-bindgen-core"
19398version = "0.22.0"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19401dependencies = [
19402 "anyhow",
19403 "wit-parser 0.201.0",
19404]
19405
19406[[package]]
19407name = "wit-bindgen-core"
19408version = "0.41.0"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19411dependencies = [
19412 "anyhow",
19413 "heck 0.5.0",
19414 "wit-parser 0.227.1",
19415]
19416
19417[[package]]
19418name = "wit-bindgen-rt"
19419version = "0.22.0"
19420source = "registry+https://github.com/rust-lang/crates.io-index"
19421checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19422
19423[[package]]
19424name = "wit-bindgen-rt"
19425version = "0.39.0"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19428dependencies = [
19429 "bitflags 2.9.0",
19430]
19431
19432[[package]]
19433name = "wit-bindgen-rt"
19434version = "0.41.0"
19435source = "registry+https://github.com/rust-lang/crates.io-index"
19436checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19437dependencies = [
19438 "bitflags 2.9.0",
19439 "futures 0.3.31",
19440 "once_cell",
19441]
19442
19443[[package]]
19444name = "wit-bindgen-rust"
19445version = "0.22.0"
19446source = "registry+https://github.com/rust-lang/crates.io-index"
19447checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19448dependencies = [
19449 "anyhow",
19450 "heck 0.4.1",
19451 "indexmap 2.9.0",
19452 "wasm-metadata 0.201.0",
19453 "wit-bindgen-core 0.22.0",
19454 "wit-component 0.201.0",
19455]
19456
19457[[package]]
19458name = "wit-bindgen-rust"
19459version = "0.41.0"
19460source = "registry+https://github.com/rust-lang/crates.io-index"
19461checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19462dependencies = [
19463 "anyhow",
19464 "heck 0.5.0",
19465 "indexmap 2.9.0",
19466 "prettyplease",
19467 "syn 2.0.101",
19468 "wasm-metadata 0.227.1",
19469 "wit-bindgen-core 0.41.0",
19470 "wit-component 0.227.1",
19471]
19472
19473[[package]]
19474name = "wit-bindgen-rust-macro"
19475version = "0.22.0"
19476source = "registry+https://github.com/rust-lang/crates.io-index"
19477checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19478dependencies = [
19479 "anyhow",
19480 "proc-macro2",
19481 "quote",
19482 "syn 2.0.101",
19483 "wit-bindgen-core 0.22.0",
19484 "wit-bindgen-rust 0.22.0",
19485]
19486
19487[[package]]
19488name = "wit-bindgen-rust-macro"
19489version = "0.41.0"
19490source = "registry+https://github.com/rust-lang/crates.io-index"
19491checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19492dependencies = [
19493 "anyhow",
19494 "prettyplease",
19495 "proc-macro2",
19496 "quote",
19497 "syn 2.0.101",
19498 "wit-bindgen-core 0.41.0",
19499 "wit-bindgen-rust 0.41.0",
19500]
19501
19502[[package]]
19503name = "wit-component"
19504version = "0.201.0"
19505source = "registry+https://github.com/rust-lang/crates.io-index"
19506checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19507dependencies = [
19508 "anyhow",
19509 "bitflags 2.9.0",
19510 "indexmap 2.9.0",
19511 "log",
19512 "serde",
19513 "serde_derive",
19514 "serde_json",
19515 "wasm-encoder 0.201.0",
19516 "wasm-metadata 0.201.0",
19517 "wasmparser 0.201.0",
19518 "wit-parser 0.201.0",
19519]
19520
19521[[package]]
19522name = "wit-component"
19523version = "0.227.1"
19524source = "registry+https://github.com/rust-lang/crates.io-index"
19525checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19526dependencies = [
19527 "anyhow",
19528 "bitflags 2.9.0",
19529 "indexmap 2.9.0",
19530 "log",
19531 "serde",
19532 "serde_derive",
19533 "serde_json",
19534 "wasm-encoder 0.227.1",
19535 "wasm-metadata 0.227.1",
19536 "wasmparser 0.227.1",
19537 "wit-parser 0.227.1",
19538]
19539
19540[[package]]
19541name = "wit-parser"
19542version = "0.201.0"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19545dependencies = [
19546 "anyhow",
19547 "id-arena",
19548 "indexmap 2.9.0",
19549 "log",
19550 "semver",
19551 "serde",
19552 "serde_derive",
19553 "serde_json",
19554 "unicode-xid",
19555 "wasmparser 0.201.0",
19556]
19557
19558[[package]]
19559name = "wit-parser"
19560version = "0.221.3"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19563dependencies = [
19564 "anyhow",
19565 "id-arena",
19566 "indexmap 2.9.0",
19567 "log",
19568 "semver",
19569 "serde",
19570 "serde_derive",
19571 "serde_json",
19572 "unicode-xid",
19573 "wasmparser 0.221.3",
19574]
19575
19576[[package]]
19577name = "wit-parser"
19578version = "0.227.1"
19579source = "registry+https://github.com/rust-lang/crates.io-index"
19580checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19581dependencies = [
19582 "anyhow",
19583 "id-arena",
19584 "indexmap 2.9.0",
19585 "log",
19586 "semver",
19587 "serde",
19588 "serde_derive",
19589 "serde_json",
19590 "unicode-xid",
19591 "wasmparser 0.227.1",
19592]
19593
19594[[package]]
19595name = "witx"
19596version = "0.9.1"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19599dependencies = [
19600 "anyhow",
19601 "log",
19602 "thiserror 1.0.69",
19603 "wast",
19604]
19605
19606[[package]]
19607name = "workspace"
19608version = "0.1.0"
19609dependencies = [
19610 "any_vec",
19611 "anyhow",
19612 "async-recursion",
19613 "call",
19614 "client",
19615 "clock",
19616 "collections",
19617 "component",
19618 "dap",
19619 "db",
19620 "fs",
19621 "futures 0.3.31",
19622 "gpui",
19623 "http_client",
19624 "itertools 0.14.0",
19625 "language",
19626 "log",
19627 "menu",
19628 "node_runtime",
19629 "parking_lot",
19630 "postage",
19631 "pretty_assertions",
19632 "project",
19633 "remote",
19634 "schemars 1.0.1",
19635 "serde",
19636 "serde_json",
19637 "session",
19638 "settings",
19639 "smallvec",
19640 "sqlez",
19641 "strum 0.27.1",
19642 "task",
19643 "telemetry",
19644 "tempfile",
19645 "theme",
19646 "ui",
19647 "util",
19648 "uuid",
19649 "windows 0.61.1",
19650 "workspace-hack",
19651 "zed_actions",
19652 "zlog",
19653]
19654
19655[[package]]
19656name = "workspace-hack"
19657version = "0.1.0"
19658dependencies = [
19659 "aes",
19660 "ahash 0.8.11",
19661 "aho-corasick",
19662 "anstream",
19663 "arrayvec",
19664 "async-compression",
19665 "async-std",
19666 "async-tungstenite",
19667 "aws-config",
19668 "aws-credential-types",
19669 "aws-runtime",
19670 "aws-sigv4",
19671 "aws-smithy-async",
19672 "aws-smithy-http",
19673 "aws-smithy-runtime",
19674 "aws-smithy-runtime-api",
19675 "aws-smithy-types",
19676 "base64 0.22.1",
19677 "base64ct",
19678 "bigdecimal",
19679 "bit-set 0.8.0",
19680 "bit-vec 0.8.0",
19681 "bitflags 2.9.0",
19682 "bstr",
19683 "bytemuck",
19684 "byteorder",
19685 "bytes 1.10.1",
19686 "cc",
19687 "chrono",
19688 "cipher",
19689 "clap",
19690 "clap_builder",
19691 "codespan-reporting",
19692 "concurrent-queue",
19693 "core-foundation 0.9.4",
19694 "core-foundation-sys",
19695 "cranelift-codegen",
19696 "crossbeam-channel",
19697 "crossbeam-epoch",
19698 "crossbeam-utils",
19699 "crypto-common",
19700 "deranged",
19701 "digest",
19702 "either",
19703 "euclid",
19704 "event-listener 5.4.0",
19705 "event-listener-strategy",
19706 "flate2",
19707 "flume",
19708 "foldhash",
19709 "form_urlencoded",
19710 "futures 0.3.31",
19711 "futures-channel",
19712 "futures-core",
19713 "futures-executor",
19714 "futures-io",
19715 "futures-sink",
19716 "futures-task",
19717 "futures-util",
19718 "getrandom 0.2.15",
19719 "getrandom 0.3.2",
19720 "gimli",
19721 "half",
19722 "handlebars 4.5.0",
19723 "hashbrown 0.14.5",
19724 "hashbrown 0.15.3",
19725 "heck 0.4.1",
19726 "hmac",
19727 "hyper 0.14.32",
19728 "hyper-rustls 0.27.5",
19729 "idna",
19730 "indexmap 2.9.0",
19731 "inout",
19732 "itertools 0.12.1",
19733 "itertools 0.13.0",
19734 "lazy_static",
19735 "libc",
19736 "libsqlite3-sys",
19737 "linux-raw-sys 0.4.15",
19738 "linux-raw-sys 0.9.4",
19739 "livekit-runtime",
19740 "log",
19741 "lyon",
19742 "lyon_path",
19743 "md-5",
19744 "memchr",
19745 "memmap2",
19746 "mime_guess",
19747 "miniz_oxide",
19748 "mio 1.0.3",
19749 "naga",
19750 "nix 0.28.0",
19751 "nix 0.29.0",
19752 "nix 0.30.1",
19753 "nom 7.1.3",
19754 "num-bigint",
19755 "num-bigint-dig",
19756 "num-complex",
19757 "num-integer",
19758 "num-iter",
19759 "num-rational",
19760 "num-traits",
19761 "objc2",
19762 "objc2-core-foundation",
19763 "objc2-foundation",
19764 "objc2-metal",
19765 "object",
19766 "once_cell",
19767 "percent-encoding",
19768 "phf",
19769 "phf_shared",
19770 "prettyplease",
19771 "proc-macro2",
19772 "prost 0.12.6",
19773 "prost 0.9.0",
19774 "prost-types 0.9.0",
19775 "quote",
19776 "rand 0.8.5",
19777 "rand 0.9.1",
19778 "rand_chacha 0.3.1",
19779 "rand_core 0.6.4",
19780 "rand_distr",
19781 "regalloc2",
19782 "regex",
19783 "regex-automata",
19784 "regex-syntax",
19785 "ring",
19786 "rust_decimal",
19787 "rustc-hash 1.1.0",
19788 "rustix 0.38.44",
19789 "rustix 1.0.7",
19790 "rustls 0.23.26",
19791 "rustls-webpki 0.103.1",
19792 "scopeguard",
19793 "sea-orm",
19794 "sea-query-binder",
19795 "security-framework 3.2.0",
19796 "security-framework-sys",
19797 "semver",
19798 "serde",
19799 "serde_core",
19800 "serde_json",
19801 "simd-adler32",
19802 "smallvec",
19803 "spin",
19804 "sqlx",
19805 "sqlx-macros",
19806 "sqlx-macros-core",
19807 "sqlx-postgres",
19808 "sqlx-sqlite",
19809 "stable_deref_trait",
19810 "strum 0.26.3",
19811 "subtle",
19812 "syn 1.0.109",
19813 "syn 2.0.101",
19814 "sync_wrapper 1.0.2",
19815 "thiserror 2.0.12",
19816 "time",
19817 "time-macros",
19818 "tokio",
19819 "tokio-rustls 0.26.2",
19820 "tokio-socks",
19821 "tokio-stream",
19822 "tokio-util",
19823 "toml_datetime",
19824 "toml_edit",
19825 "tower 0.5.2",
19826 "tracing",
19827 "tracing-core",
19828 "tungstenite 0.26.2",
19829 "unicode-properties",
19830 "url",
19831 "uuid",
19832 "wasmparser 0.221.3",
19833 "wasmtime",
19834 "wasmtime-cranelift",
19835 "wasmtime-environ",
19836 "winapi",
19837 "windows-core 0.61.0",
19838 "windows-numerics",
19839 "windows-sys 0.48.0",
19840 "windows-sys 0.52.0",
19841 "windows-sys 0.59.0",
19842 "windows-sys 0.61.0",
19843 "zeroize",
19844 "zvariant",
19845]
19846
19847[[package]]
19848name = "worktree"
19849version = "0.1.0"
19850dependencies = [
19851 "anyhow",
19852 "clock",
19853 "collections",
19854 "fs",
19855 "futures 0.3.31",
19856 "fuzzy",
19857 "git",
19858 "git2",
19859 "gpui",
19860 "http_client",
19861 "ignore",
19862 "language",
19863 "log",
19864 "parking_lot",
19865 "paths",
19866 "postage",
19867 "pretty_assertions",
19868 "rand 0.9.1",
19869 "rpc",
19870 "serde",
19871 "serde_json",
19872 "settings",
19873 "smallvec",
19874 "smol",
19875 "sum_tree",
19876 "text",
19877 "util",
19878 "workspace-hack",
19879 "zlog",
19880]
19881
19882[[package]]
19883name = "write16"
19884version = "1.0.0"
19885source = "registry+https://github.com/rust-lang/crates.io-index"
19886checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19887
19888[[package]]
19889name = "writeable"
19890version = "0.5.5"
19891source = "registry+https://github.com/rust-lang/crates.io-index"
19892checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19893
19894[[package]]
19895name = "wyz"
19896version = "0.5.1"
19897source = "registry+https://github.com/rust-lang/crates.io-index"
19898checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19899dependencies = [
19900 "tap",
19901]
19902
19903[[package]]
19904name = "x11"
19905version = "2.21.0"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19908dependencies = [
19909 "libc",
19910 "pkg-config",
19911]
19912
19913[[package]]
19914name = "x11-clipboard"
19915version = "0.9.3"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19918dependencies = [
19919 "libc",
19920 "x11rb",
19921]
19922
19923[[package]]
19924name = "x11rb"
19925version = "0.13.1"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19928dependencies = [
19929 "as-raw-xcb-connection",
19930 "gethostname",
19931 "libc",
19932 "rustix 0.38.44",
19933 "x11rb-protocol",
19934]
19935
19936[[package]]
19937name = "x11rb-protocol"
19938version = "0.13.1"
19939source = "registry+https://github.com/rust-lang/crates.io-index"
19940checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19941
19942[[package]]
19943name = "x_ai"
19944version = "0.1.0"
19945dependencies = [
19946 "anyhow",
19947 "schemars 1.0.1",
19948 "serde",
19949 "strum 0.27.1",
19950 "workspace-hack",
19951]
19952
19953[[package]]
19954name = "xattr"
19955version = "0.2.3"
19956source = "registry+https://github.com/rust-lang/crates.io-index"
19957checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19958dependencies = [
19959 "libc",
19960]
19961
19962[[package]]
19963name = "xcb"
19964version = "1.6.0"
19965source = "registry+https://github.com/rust-lang/crates.io-index"
19966checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19967dependencies = [
19968 "bitflags 1.3.2",
19969 "libc",
19970 "quick-xml 0.30.0",
19971 "x11",
19972]
19973
19974[[package]]
19975name = "xcursor"
19976version = "0.3.8"
19977source = "registry+https://github.com/rust-lang/crates.io-index"
19978checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19979
19980[[package]]
19981name = "xim"
19982version = "0.4.0"
19983source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19984dependencies = [
19985 "ahash 0.8.11",
19986 "hashbrown 0.14.5",
19987 "log",
19988 "x11rb",
19989 "xim-ctext",
19990 "xim-parser",
19991]
19992
19993[[package]]
19994name = "xim-ctext"
19995version = "0.3.0"
19996source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19997dependencies = [
19998 "encoding_rs",
19999]
20000
20001[[package]]
20002name = "xim-parser"
20003version = "0.2.1"
20004source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20005dependencies = [
20006 "bitflags 2.9.0",
20007]
20008
20009[[package]]
20010name = "xkbcommon"
20011version = "0.8.0"
20012source = "registry+https://github.com/rust-lang/crates.io-index"
20013checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20014dependencies = [
20015 "as-raw-xcb-connection",
20016 "libc",
20017 "memmap2",
20018 "xkeysym",
20019]
20020
20021[[package]]
20022name = "xkeysym"
20023version = "0.2.1"
20024source = "registry+https://github.com/rust-lang/crates.io-index"
20025checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20026
20027[[package]]
20028name = "xml5ever"
20029version = "0.18.1"
20030source = "registry+https://github.com/rust-lang/crates.io-index"
20031checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20032dependencies = [
20033 "log",
20034 "mac",
20035 "markup5ever 0.12.1",
20036]
20037
20038[[package]]
20039name = "xmlparser"
20040version = "0.13.6"
20041source = "registry+https://github.com/rust-lang/crates.io-index"
20042checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20043
20044[[package]]
20045name = "xmlwriter"
20046version = "0.1.0"
20047source = "registry+https://github.com/rust-lang/crates.io-index"
20048checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20049
20050[[package]]
20051name = "xtask"
20052version = "0.1.0"
20053dependencies = [
20054 "anyhow",
20055 "cargo_metadata",
20056 "cargo_toml",
20057 "clap",
20058 "workspace-hack",
20059]
20060
20061[[package]]
20062name = "yaml-rust2"
20063version = "0.8.1"
20064source = "registry+https://github.com/rust-lang/crates.io-index"
20065checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20066dependencies = [
20067 "arraydeque",
20068 "encoding_rs",
20069 "hashlink 0.8.4",
20070]
20071
20072[[package]]
20073name = "yansi"
20074version = "1.0.1"
20075source = "registry+https://github.com/rust-lang/crates.io-index"
20076checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20077
20078[[package]]
20079name = "yawc"
20080version = "0.2.5"
20081source = "registry+https://github.com/rust-lang/crates.io-index"
20082checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20083dependencies = [
20084 "base64 0.22.1",
20085 "bytes 1.10.1",
20086 "flate2",
20087 "futures 0.3.31",
20088 "http-body-util",
20089 "hyper 1.6.0",
20090 "hyper-util",
20091 "js-sys",
20092 "nom 8.0.0",
20093 "pin-project",
20094 "rand 0.8.5",
20095 "sha1",
20096 "thiserror 1.0.69",
20097 "tokio",
20098 "tokio-rustls 0.26.2",
20099 "tokio-util",
20100 "url",
20101 "wasm-bindgen",
20102 "wasm-bindgen-futures",
20103 "web-sys",
20104 "webpki-roots",
20105]
20106
20107[[package]]
20108name = "yazi"
20109version = "0.2.1"
20110source = "registry+https://github.com/rust-lang/crates.io-index"
20111checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20112
20113[[package]]
20114name = "yeslogic-fontconfig-sys"
20115version = "6.0.0"
20116source = "registry+https://github.com/rust-lang/crates.io-index"
20117checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20118dependencies = [
20119 "dlib",
20120 "once_cell",
20121 "pkg-config",
20122]
20123
20124[[package]]
20125name = "yoke"
20126version = "0.7.5"
20127source = "registry+https://github.com/rust-lang/crates.io-index"
20128checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20129dependencies = [
20130 "serde",
20131 "stable_deref_trait",
20132 "yoke-derive",
20133 "zerofrom",
20134]
20135
20136[[package]]
20137name = "yoke-derive"
20138version = "0.7.5"
20139source = "registry+https://github.com/rust-lang/crates.io-index"
20140checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20141dependencies = [
20142 "proc-macro2",
20143 "quote",
20144 "syn 2.0.101",
20145 "synstructure",
20146]
20147
20148[[package]]
20149name = "zbus"
20150version = "5.11.0"
20151source = "registry+https://github.com/rust-lang/crates.io-index"
20152checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20153dependencies = [
20154 "async-broadcast",
20155 "async-executor",
20156 "async-io",
20157 "async-lock",
20158 "async-process",
20159 "async-recursion",
20160 "async-task",
20161 "async-trait",
20162 "blocking",
20163 "enumflags2",
20164 "event-listener 5.4.0",
20165 "futures-core",
20166 "futures-lite 2.6.0",
20167 "hex",
20168 "nix 0.30.1",
20169 "ordered-stream",
20170 "serde",
20171 "serde_repr",
20172 "tracing",
20173 "uds_windows",
20174 "windows-sys 0.60.2",
20175 "winnow",
20176 "zbus_macros",
20177 "zbus_names",
20178 "zvariant",
20179]
20180
20181[[package]]
20182name = "zbus_macros"
20183version = "5.11.0"
20184source = "registry+https://github.com/rust-lang/crates.io-index"
20185checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20186dependencies = [
20187 "proc-macro-crate",
20188 "proc-macro2",
20189 "quote",
20190 "syn 2.0.101",
20191 "zbus_names",
20192 "zvariant",
20193 "zvariant_utils",
20194]
20195
20196[[package]]
20197name = "zbus_names"
20198version = "4.2.0"
20199source = "registry+https://github.com/rust-lang/crates.io-index"
20200checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20201dependencies = [
20202 "serde",
20203 "static_assertions",
20204 "winnow",
20205 "zvariant",
20206]
20207
20208[[package]]
20209name = "zed"
20210version = "0.208.0"
20211dependencies = [
20212 "acp_tools",
20213 "activity_indicator",
20214 "agent",
20215 "agent_settings",
20216 "agent_ui",
20217 "anyhow",
20218 "ashpd 0.11.0",
20219 "assets",
20220 "assistant_tools",
20221 "audio",
20222 "auto_update",
20223 "auto_update_ui",
20224 "backtrace",
20225 "bincode",
20226 "breadcrumbs",
20227 "call",
20228 "channel",
20229 "clap",
20230 "cli",
20231 "client",
20232 "collab_ui",
20233 "collections",
20234 "command_palette",
20235 "component",
20236 "copilot",
20237 "crashes",
20238 "dap",
20239 "dap_adapters",
20240 "db",
20241 "debug_adapter_extension",
20242 "debugger_tools",
20243 "debugger_ui",
20244 "diagnostics",
20245 "edit_prediction_button",
20246 "editor",
20247 "env_logger 0.11.8",
20248 "extension",
20249 "extension_host",
20250 "extensions_ui",
20251 "feature_flags",
20252 "feedback",
20253 "file_finder",
20254 "fs",
20255 "futures 0.3.31",
20256 "git",
20257 "git_hosting_providers",
20258 "git_ui",
20259 "go_to_line",
20260 "gpui",
20261 "gpui_tokio",
20262 "http_client",
20263 "image_viewer",
20264 "inspector_ui",
20265 "install_cli",
20266 "itertools 0.14.0",
20267 "journal",
20268 "json_schema_store",
20269 "keymap_editor",
20270 "language",
20271 "language_extension",
20272 "language_model",
20273 "language_models",
20274 "language_onboarding",
20275 "language_selector",
20276 "language_tools",
20277 "languages",
20278 "line_ending_selector",
20279 "log",
20280 "markdown",
20281 "markdown_preview",
20282 "menu",
20283 "migrator",
20284 "mimalloc",
20285 "nc",
20286 "nix 0.29.0",
20287 "node_runtime",
20288 "notifications",
20289 "onboarding",
20290 "outline",
20291 "outline_panel",
20292 "parking_lot",
20293 "paths",
20294 "picker",
20295 "pretty_assertions",
20296 "profiling",
20297 "project",
20298 "project_panel",
20299 "project_symbols",
20300 "prompt_store",
20301 "proto",
20302 "recent_projects",
20303 "release_channel",
20304 "remote",
20305 "repl",
20306 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20307 "reqwest_client",
20308 "rope",
20309 "search",
20310 "serde",
20311 "serde_json",
20312 "session",
20313 "settings",
20314 "settings_profile_selector",
20315 "settings_ui",
20316 "shellexpand 2.1.2",
20317 "smol",
20318 "snippet_provider",
20319 "snippets_ui",
20320 "supermaven",
20321 "svg_preview",
20322 "sysinfo",
20323 "system_specs",
20324 "tab_switcher",
20325 "task",
20326 "tasks_ui",
20327 "telemetry",
20328 "telemetry_events",
20329 "terminal_view",
20330 "theme",
20331 "theme_extension",
20332 "theme_selector",
20333 "time",
20334 "title_bar",
20335 "toolchain_selector",
20336 "tree-sitter-md",
20337 "tree-sitter-rust",
20338 "ui",
20339 "ui_input",
20340 "ui_prompt",
20341 "url",
20342 "urlencoding",
20343 "util",
20344 "uuid",
20345 "vim",
20346 "vim_mode_setting",
20347 "watch",
20348 "web_search",
20349 "web_search_providers",
20350 "windows 0.61.1",
20351 "winresource",
20352 "workspace",
20353 "workspace-hack",
20354 "zed_actions",
20355 "zed_env_vars",
20356 "zeta",
20357 "zeta2",
20358 "zeta2_tools",
20359 "zlog",
20360 "zlog_settings",
20361]
20362
20363[[package]]
20364name = "zed_actions"
20365version = "0.1.0"
20366dependencies = [
20367 "gpui",
20368 "schemars 1.0.1",
20369 "serde",
20370 "uuid",
20371 "workspace-hack",
20372]
20373
20374[[package]]
20375name = "zed_env_vars"
20376version = "0.1.0"
20377dependencies = [
20378 "gpui",
20379 "workspace-hack",
20380]
20381
20382[[package]]
20383name = "zed_extension_api"
20384version = "0.1.0"
20385source = "registry+https://github.com/rust-lang/crates.io-index"
20386checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20387dependencies = [
20388 "serde",
20389 "serde_json",
20390 "wit-bindgen 0.22.0",
20391]
20392
20393[[package]]
20394name = "zed_extension_api"
20395version = "0.7.0"
20396dependencies = [
20397 "serde",
20398 "serde_json",
20399 "wit-bindgen 0.41.0",
20400]
20401
20402[[package]]
20403name = "zed_extension_api"
20404version = "0.7.0"
20405source = "registry+https://github.com/rust-lang/crates.io-index"
20406checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20407dependencies = [
20408 "serde",
20409 "serde_json",
20410 "wit-bindgen 0.41.0",
20411]
20412
20413[[package]]
20414name = "zed_glsl"
20415version = "0.1.0"
20416dependencies = [
20417 "zed_extension_api 0.1.0",
20418]
20419
20420[[package]]
20421name = "zed_html"
20422version = "0.2.3"
20423dependencies = [
20424 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20425]
20426
20427[[package]]
20428name = "zed_proto"
20429version = "0.2.2"
20430dependencies = [
20431 "zed_extension_api 0.1.0",
20432]
20433
20434[[package]]
20435name = "zed_test_extension"
20436version = "0.1.0"
20437dependencies = [
20438 "zed_extension_api 0.7.0",
20439]
20440
20441[[package]]
20442name = "zeno"
20443version = "0.3.2"
20444source = "registry+https://github.com/rust-lang/crates.io-index"
20445checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20446
20447[[package]]
20448name = "zerocopy"
20449version = "0.7.35"
20450source = "registry+https://github.com/rust-lang/crates.io-index"
20451checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20452dependencies = [
20453 "zerocopy-derive 0.7.35",
20454]
20455
20456[[package]]
20457name = "zerocopy"
20458version = "0.8.24"
20459source = "registry+https://github.com/rust-lang/crates.io-index"
20460checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20461dependencies = [
20462 "zerocopy-derive 0.8.24",
20463]
20464
20465[[package]]
20466name = "zerocopy-derive"
20467version = "0.7.35"
20468source = "registry+https://github.com/rust-lang/crates.io-index"
20469checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20470dependencies = [
20471 "proc-macro2",
20472 "quote",
20473 "syn 2.0.101",
20474]
20475
20476[[package]]
20477name = "zerocopy-derive"
20478version = "0.8.24"
20479source = "registry+https://github.com/rust-lang/crates.io-index"
20480checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20481dependencies = [
20482 "proc-macro2",
20483 "quote",
20484 "syn 2.0.101",
20485]
20486
20487[[package]]
20488name = "zerofrom"
20489version = "0.1.6"
20490source = "registry+https://github.com/rust-lang/crates.io-index"
20491checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20492dependencies = [
20493 "zerofrom-derive",
20494]
20495
20496[[package]]
20497name = "zerofrom-derive"
20498version = "0.1.6"
20499source = "registry+https://github.com/rust-lang/crates.io-index"
20500checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20501dependencies = [
20502 "proc-macro2",
20503 "quote",
20504 "syn 2.0.101",
20505 "synstructure",
20506]
20507
20508[[package]]
20509name = "zeroize"
20510version = "1.8.1"
20511source = "registry+https://github.com/rust-lang/crates.io-index"
20512checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20513dependencies = [
20514 "zeroize_derive",
20515]
20516
20517[[package]]
20518name = "zeroize_derive"
20519version = "1.4.2"
20520source = "registry+https://github.com/rust-lang/crates.io-index"
20521checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20522dependencies = [
20523 "proc-macro2",
20524 "quote",
20525 "syn 2.0.101",
20526]
20527
20528[[package]]
20529name = "zeromq"
20530version = "0.5.0-pre"
20531source = "registry+https://github.com/rust-lang/crates.io-index"
20532checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20533dependencies = [
20534 "async-dispatcher",
20535 "async-std",
20536 "async-trait",
20537 "asynchronous-codec",
20538 "bytes 1.10.1",
20539 "crossbeam-queue",
20540 "dashmap 5.5.3",
20541 "futures 0.3.31",
20542 "log",
20543 "num-traits",
20544 "once_cell",
20545 "parking_lot",
20546 "rand 0.8.5",
20547 "regex",
20548 "thiserror 1.0.69",
20549 "uuid",
20550]
20551
20552[[package]]
20553name = "zerovec"
20554version = "0.10.4"
20555source = "registry+https://github.com/rust-lang/crates.io-index"
20556checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20557dependencies = [
20558 "yoke",
20559 "zerofrom",
20560 "zerovec-derive",
20561]
20562
20563[[package]]
20564name = "zerovec-derive"
20565version = "0.10.3"
20566source = "registry+https://github.com/rust-lang/crates.io-index"
20567checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20568dependencies = [
20569 "proc-macro2",
20570 "quote",
20571 "syn 2.0.101",
20572]
20573
20574[[package]]
20575name = "zeta"
20576version = "0.1.0"
20577dependencies = [
20578 "ai_onboarding",
20579 "anyhow",
20580 "arrayvec",
20581 "call",
20582 "client",
20583 "clock",
20584 "cloud_api_types",
20585 "cloud_llm_client",
20586 "collections",
20587 "command_palette_hooks",
20588 "copilot",
20589 "ctor",
20590 "db",
20591 "edit_prediction",
20592 "editor",
20593 "feature_flags",
20594 "fs",
20595 "futures 0.3.31",
20596 "gpui",
20597 "http_client",
20598 "indoc",
20599 "itertools 0.14.0",
20600 "language",
20601 "language_model",
20602 "log",
20603 "menu",
20604 "parking_lot",
20605 "postage",
20606 "project",
20607 "rand 0.9.1",
20608 "regex",
20609 "release_channel",
20610 "reqwest_client",
20611 "rpc",
20612 "serde",
20613 "serde_json",
20614 "settings",
20615 "strum 0.27.1",
20616 "telemetry",
20617 "telemetry_events",
20618 "theme",
20619 "thiserror 2.0.12",
20620 "tree-sitter-go",
20621 "tree-sitter-rust",
20622 "ui",
20623 "util",
20624 "uuid",
20625 "workspace",
20626 "workspace-hack",
20627 "worktree",
20628 "zed_actions",
20629 "zlog",
20630]
20631
20632[[package]]
20633name = "zeta2"
20634version = "0.1.0"
20635dependencies = [
20636 "anyhow",
20637 "arrayvec",
20638 "chrono",
20639 "client",
20640 "clock",
20641 "cloud_llm_client",
20642 "cloud_zeta2_prompt",
20643 "edit_prediction",
20644 "edit_prediction_context",
20645 "futures 0.3.31",
20646 "gpui",
20647 "indoc",
20648 "language",
20649 "language_model",
20650 "log",
20651 "lsp",
20652 "pretty_assertions",
20653 "project",
20654 "release_channel",
20655 "serde_json",
20656 "settings",
20657 "thiserror 2.0.12",
20658 "util",
20659 "uuid",
20660 "workspace",
20661 "workspace-hack",
20662 "worktree",
20663]
20664
20665[[package]]
20666name = "zeta2_tools"
20667version = "0.1.0"
20668dependencies = [
20669 "chrono",
20670 "clap",
20671 "client",
20672 "cloud_llm_client",
20673 "collections",
20674 "edit_prediction_context",
20675 "editor",
20676 "futures 0.3.31",
20677 "gpui",
20678 "indoc",
20679 "language",
20680 "log",
20681 "pretty_assertions",
20682 "project",
20683 "serde",
20684 "serde_json",
20685 "settings",
20686 "text",
20687 "ui",
20688 "ui_input",
20689 "util",
20690 "workspace",
20691 "workspace-hack",
20692 "zeta2",
20693 "zlog",
20694]
20695
20696[[package]]
20697name = "zeta_cli"
20698version = "0.1.0"
20699dependencies = [
20700 "anyhow",
20701 "clap",
20702 "client",
20703 "cloud_llm_client",
20704 "cloud_zeta2_prompt",
20705 "debug_adapter_extension",
20706 "edit_prediction_context",
20707 "extension",
20708 "fs",
20709 "futures 0.3.31",
20710 "gpui",
20711 "gpui_tokio",
20712 "language",
20713 "language_extension",
20714 "language_model",
20715 "language_models",
20716 "languages",
20717 "log",
20718 "node_runtime",
20719 "ordered-float 2.10.1",
20720 "paths",
20721 "project",
20722 "prompt_store",
20723 "release_channel",
20724 "reqwest_client",
20725 "serde",
20726 "serde_json",
20727 "settings",
20728 "shellexpand 2.1.2",
20729 "smol",
20730 "terminal_view",
20731 "util",
20732 "watch",
20733 "workspace-hack",
20734 "zeta",
20735 "zeta2",
20736 "zlog",
20737]
20738
20739[[package]]
20740name = "zip"
20741version = "0.6.6"
20742source = "registry+https://github.com/rust-lang/crates.io-index"
20743checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20744dependencies = [
20745 "aes",
20746 "byteorder",
20747 "bzip2",
20748 "constant_time_eq",
20749 "crc32fast",
20750 "crossbeam-utils",
20751 "flate2",
20752 "hmac",
20753 "pbkdf2 0.11.0",
20754 "sha1",
20755 "time",
20756 "zstd",
20757]
20758
20759[[package]]
20760name = "zip"
20761version = "1.1.4"
20762source = "registry+https://github.com/rust-lang/crates.io-index"
20763checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20764dependencies = [
20765 "arbitrary",
20766 "crc32fast",
20767 "crossbeam-utils",
20768 "displaydoc",
20769 "indexmap 2.9.0",
20770 "num_enum",
20771 "thiserror 1.0.69",
20772]
20773
20774[[package]]
20775name = "zlog"
20776version = "0.1.0"
20777dependencies = [
20778 "anyhow",
20779 "chrono",
20780 "collections",
20781 "log",
20782 "tempfile",
20783 "workspace-hack",
20784]
20785
20786[[package]]
20787name = "zlog_settings"
20788version = "0.1.0"
20789dependencies = [
20790 "collections",
20791 "gpui",
20792 "settings",
20793 "workspace-hack",
20794 "zlog",
20795]
20796
20797[[package]]
20798name = "zstd"
20799version = "0.11.2+zstd.1.5.2"
20800source = "registry+https://github.com/rust-lang/crates.io-index"
20801checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20802dependencies = [
20803 "zstd-safe",
20804]
20805
20806[[package]]
20807name = "zstd-safe"
20808version = "5.0.2+zstd.1.5.2"
20809source = "registry+https://github.com/rust-lang/crates.io-index"
20810checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20811dependencies = [
20812 "libc",
20813 "zstd-sys",
20814]
20815
20816[[package]]
20817name = "zstd-sys"
20818version = "2.0.15+zstd.1.5.7"
20819source = "registry+https://github.com/rust-lang/crates.io-index"
20820checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20821dependencies = [
20822 "cc",
20823 "pkg-config",
20824]
20825
20826[[package]]
20827name = "zune-core"
20828version = "0.4.12"
20829source = "registry+https://github.com/rust-lang/crates.io-index"
20830checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20831
20832[[package]]
20833name = "zune-inflate"
20834version = "0.2.54"
20835source = "registry+https://github.com/rust-lang/crates.io-index"
20836checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20837dependencies = [
20838 "simd-adler32",
20839]
20840
20841[[package]]
20842name = "zune-jpeg"
20843version = "0.4.14"
20844source = "registry+https://github.com/rust-lang/crates.io-index"
20845checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20846dependencies = [
20847 "zune-core",
20848]
20849
20850[[package]]
20851name = "zvariant"
20852version = "5.7.0"
20853source = "registry+https://github.com/rust-lang/crates.io-index"
20854checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20855dependencies = [
20856 "endi",
20857 "enumflags2",
20858 "serde",
20859 "url",
20860 "winnow",
20861 "zvariant_derive",
20862 "zvariant_utils",
20863]
20864
20865[[package]]
20866name = "zvariant_derive"
20867version = "5.7.0"
20868source = "registry+https://github.com/rust-lang/crates.io-index"
20869checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20870dependencies = [
20871 "proc-macro-crate",
20872 "proc-macro2",
20873 "quote",
20874 "syn 2.0.101",
20875 "zvariant_utils",
20876]
20877
20878[[package]]
20879name = "zvariant_utils"
20880version = "3.2.0"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20883dependencies = [
20884 "proc-macro2",
20885 "quote",
20886 "serde",
20887 "static_assertions",
20888 "syn 2.0.101",
20889 "winnow",
20890]