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 "bytes 1.10.1",
7563 "derive_more",
7564 "futures 0.3.31",
7565 "http 1.3.1",
7566 "http-body 1.0.1",
7567 "log",
7568 "parking_lot",
7569 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
7570 "serde",
7571 "serde_json",
7572 "url",
7573 "workspace-hack",
7574]
7575
7576[[package]]
7577name = "http_client_tls"
7578version = "0.1.0"
7579dependencies = [
7580 "rustls 0.23.26",
7581 "rustls-platform-verifier",
7582 "workspace-hack",
7583]
7584
7585[[package]]
7586name = "httparse"
7587version = "1.10.1"
7588source = "registry+https://github.com/rust-lang/crates.io-index"
7589checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7590
7591[[package]]
7592name = "httpdate"
7593version = "1.0.3"
7594source = "registry+https://github.com/rust-lang/crates.io-index"
7595checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7596
7597[[package]]
7598name = "human_bytes"
7599version = "0.4.3"
7600source = "registry+https://github.com/rust-lang/crates.io-index"
7601checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7602
7603[[package]]
7604name = "humantime"
7605version = "2.2.0"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7608
7609[[package]]
7610name = "hyper"
7611version = "0.14.32"
7612source = "registry+https://github.com/rust-lang/crates.io-index"
7613checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7614dependencies = [
7615 "bytes 1.10.1",
7616 "futures-channel",
7617 "futures-core",
7618 "futures-util",
7619 "h2 0.3.26",
7620 "http 0.2.12",
7621 "http-body 0.4.6",
7622 "httparse",
7623 "httpdate",
7624 "itoa",
7625 "pin-project-lite",
7626 "socket2",
7627 "tokio",
7628 "tower-service",
7629 "tracing",
7630 "want",
7631]
7632
7633[[package]]
7634name = "hyper"
7635version = "1.6.0"
7636source = "registry+https://github.com/rust-lang/crates.io-index"
7637checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7638dependencies = [
7639 "bytes 1.10.1",
7640 "futures-channel",
7641 "futures-util",
7642 "h2 0.4.9",
7643 "http 1.3.1",
7644 "http-body 1.0.1",
7645 "httparse",
7646 "itoa",
7647 "pin-project-lite",
7648 "smallvec",
7649 "tokio",
7650 "want",
7651]
7652
7653[[package]]
7654name = "hyper-rustls"
7655version = "0.24.2"
7656source = "registry+https://github.com/rust-lang/crates.io-index"
7657checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7658dependencies = [
7659 "futures-util",
7660 "http 0.2.12",
7661 "hyper 0.14.32",
7662 "log",
7663 "rustls 0.21.12",
7664 "rustls-native-certs 0.6.3",
7665 "tokio",
7666 "tokio-rustls 0.24.1",
7667]
7668
7669[[package]]
7670name = "hyper-rustls"
7671version = "0.27.5"
7672source = "registry+https://github.com/rust-lang/crates.io-index"
7673checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7674dependencies = [
7675 "futures-util",
7676 "http 1.3.1",
7677 "hyper 1.6.0",
7678 "hyper-util",
7679 "rustls 0.23.26",
7680 "rustls-native-certs 0.8.1",
7681 "rustls-pki-types",
7682 "tokio",
7683 "tokio-rustls 0.26.2",
7684 "tower-service",
7685]
7686
7687[[package]]
7688name = "hyper-tls"
7689version = "0.5.0"
7690source = "registry+https://github.com/rust-lang/crates.io-index"
7691checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7692dependencies = [
7693 "bytes 1.10.1",
7694 "hyper 0.14.32",
7695 "native-tls",
7696 "tokio",
7697 "tokio-native-tls",
7698]
7699
7700[[package]]
7701name = "hyper-util"
7702version = "0.1.11"
7703source = "registry+https://github.com/rust-lang/crates.io-index"
7704checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7705dependencies = [
7706 "bytes 1.10.1",
7707 "futures-channel",
7708 "futures-util",
7709 "http 1.3.1",
7710 "http-body 1.0.1",
7711 "hyper 1.6.0",
7712 "libc",
7713 "pin-project-lite",
7714 "socket2",
7715 "tokio",
7716 "tower-service",
7717 "tracing",
7718]
7719
7720[[package]]
7721name = "iana-time-zone"
7722version = "0.1.63"
7723source = "registry+https://github.com/rust-lang/crates.io-index"
7724checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7725dependencies = [
7726 "android_system_properties",
7727 "core-foundation-sys",
7728 "iana-time-zone-haiku",
7729 "js-sys",
7730 "log",
7731 "wasm-bindgen",
7732 "windows-core 0.61.0",
7733]
7734
7735[[package]]
7736name = "iana-time-zone-haiku"
7737version = "0.1.2"
7738source = "registry+https://github.com/rust-lang/crates.io-index"
7739checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7740dependencies = [
7741 "cc",
7742]
7743
7744[[package]]
7745name = "icons"
7746version = "0.1.0"
7747dependencies = [
7748 "serde",
7749 "strum 0.27.1",
7750 "workspace-hack",
7751]
7752
7753[[package]]
7754name = "icu_collections"
7755version = "1.5.0"
7756source = "registry+https://github.com/rust-lang/crates.io-index"
7757checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7758dependencies = [
7759 "displaydoc",
7760 "yoke",
7761 "zerofrom",
7762 "zerovec",
7763]
7764
7765[[package]]
7766name = "icu_locid"
7767version = "1.5.0"
7768source = "registry+https://github.com/rust-lang/crates.io-index"
7769checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7770dependencies = [
7771 "displaydoc",
7772 "litemap",
7773 "tinystr",
7774 "writeable",
7775 "zerovec",
7776]
7777
7778[[package]]
7779name = "icu_locid_transform"
7780version = "1.5.0"
7781source = "registry+https://github.com/rust-lang/crates.io-index"
7782checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7783dependencies = [
7784 "displaydoc",
7785 "icu_locid",
7786 "icu_locid_transform_data",
7787 "icu_provider",
7788 "tinystr",
7789 "zerovec",
7790]
7791
7792[[package]]
7793name = "icu_locid_transform_data"
7794version = "1.5.1"
7795source = "registry+https://github.com/rust-lang/crates.io-index"
7796checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7797
7798[[package]]
7799name = "icu_normalizer"
7800version = "1.5.0"
7801source = "registry+https://github.com/rust-lang/crates.io-index"
7802checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7803dependencies = [
7804 "displaydoc",
7805 "icu_collections",
7806 "icu_normalizer_data",
7807 "icu_properties",
7808 "icu_provider",
7809 "smallvec",
7810 "utf16_iter",
7811 "utf8_iter",
7812 "write16",
7813 "zerovec",
7814]
7815
7816[[package]]
7817name = "icu_normalizer_data"
7818version = "1.5.1"
7819source = "registry+https://github.com/rust-lang/crates.io-index"
7820checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7821
7822[[package]]
7823name = "icu_properties"
7824version = "1.5.1"
7825source = "registry+https://github.com/rust-lang/crates.io-index"
7826checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7827dependencies = [
7828 "displaydoc",
7829 "icu_collections",
7830 "icu_locid_transform",
7831 "icu_properties_data",
7832 "icu_provider",
7833 "tinystr",
7834 "zerovec",
7835]
7836
7837[[package]]
7838name = "icu_properties_data"
7839version = "1.5.1"
7840source = "registry+https://github.com/rust-lang/crates.io-index"
7841checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7842
7843[[package]]
7844name = "icu_provider"
7845version = "1.5.0"
7846source = "registry+https://github.com/rust-lang/crates.io-index"
7847checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7848dependencies = [
7849 "displaydoc",
7850 "icu_locid",
7851 "icu_provider_macros",
7852 "stable_deref_trait",
7853 "tinystr",
7854 "writeable",
7855 "yoke",
7856 "zerofrom",
7857 "zerovec",
7858]
7859
7860[[package]]
7861name = "icu_provider_macros"
7862version = "1.5.0"
7863source = "registry+https://github.com/rust-lang/crates.io-index"
7864checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7865dependencies = [
7866 "proc-macro2",
7867 "quote",
7868 "syn 2.0.101",
7869]
7870
7871[[package]]
7872name = "id-arena"
7873version = "2.2.1"
7874source = "registry+https://github.com/rust-lang/crates.io-index"
7875checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7876
7877[[package]]
7878name = "ident_case"
7879version = "1.0.1"
7880source = "registry+https://github.com/rust-lang/crates.io-index"
7881checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7882
7883[[package]]
7884name = "idna"
7885version = "1.0.3"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7888dependencies = [
7889 "idna_adapter",
7890 "smallvec",
7891 "utf8_iter",
7892]
7893
7894[[package]]
7895name = "idna_adapter"
7896version = "1.2.0"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7899dependencies = [
7900 "icu_normalizer",
7901 "icu_properties",
7902]
7903
7904[[package]]
7905name = "ignore"
7906version = "0.4.23"
7907source = "registry+https://github.com/rust-lang/crates.io-index"
7908checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7909dependencies = [
7910 "crossbeam-deque",
7911 "globset",
7912 "log",
7913 "memchr",
7914 "regex-automata",
7915 "same-file",
7916 "walkdir",
7917 "winapi-util",
7918]
7919
7920[[package]]
7921name = "image"
7922version = "0.25.6"
7923source = "registry+https://github.com/rust-lang/crates.io-index"
7924checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7925dependencies = [
7926 "bytemuck",
7927 "byteorder-lite",
7928 "color_quant",
7929 "exr",
7930 "gif",
7931 "image-webp",
7932 "num-traits",
7933 "png",
7934 "qoi",
7935 "ravif",
7936 "rayon",
7937 "rgb",
7938 "tiff",
7939 "zune-core",
7940 "zune-jpeg",
7941]
7942
7943[[package]]
7944name = "image-webp"
7945version = "0.2.1"
7946source = "registry+https://github.com/rust-lang/crates.io-index"
7947checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7948dependencies = [
7949 "byteorder-lite",
7950 "quick-error",
7951]
7952
7953[[package]]
7954name = "image_viewer"
7955version = "0.1.0"
7956dependencies = [
7957 "anyhow",
7958 "db",
7959 "editor",
7960 "file_icons",
7961 "gpui",
7962 "language",
7963 "log",
7964 "project",
7965 "serde",
7966 "settings",
7967 "theme",
7968 "ui",
7969 "util",
7970 "workspace",
7971 "workspace-hack",
7972]
7973
7974[[package]]
7975name = "imagesize"
7976version = "0.13.0"
7977source = "registry+https://github.com/rust-lang/crates.io-index"
7978checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7979
7980[[package]]
7981name = "imara-diff"
7982version = "0.1.8"
7983source = "registry+https://github.com/rust-lang/crates.io-index"
7984checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7985dependencies = [
7986 "hashbrown 0.15.3",
7987]
7988
7989[[package]]
7990name = "imgref"
7991version = "1.11.0"
7992source = "registry+https://github.com/rust-lang/crates.io-index"
7993checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
7994
7995[[package]]
7996name = "indexmap"
7997version = "1.9.3"
7998source = "registry+https://github.com/rust-lang/crates.io-index"
7999checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8000dependencies = [
8001 "autocfg",
8002 "hashbrown 0.12.3",
8003 "serde",
8004]
8005
8006[[package]]
8007name = "indexmap"
8008version = "2.9.0"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8011dependencies = [
8012 "equivalent",
8013 "hashbrown 0.15.3",
8014 "serde",
8015]
8016
8017[[package]]
8018name = "indoc"
8019version = "2.0.6"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8022
8023[[package]]
8024name = "inherent"
8025version = "1.0.12"
8026source = "registry+https://github.com/rust-lang/crates.io-index"
8027checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8028dependencies = [
8029 "proc-macro2",
8030 "quote",
8031 "syn 2.0.101",
8032]
8033
8034[[package]]
8035name = "inotify"
8036version = "0.9.6"
8037source = "registry+https://github.com/rust-lang/crates.io-index"
8038checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8039dependencies = [
8040 "bitflags 1.3.2",
8041 "inotify-sys",
8042 "libc",
8043]
8044
8045[[package]]
8046name = "inotify"
8047version = "0.11.0"
8048source = "registry+https://github.com/rust-lang/crates.io-index"
8049checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8050dependencies = [
8051 "bitflags 2.9.0",
8052 "inotify-sys",
8053 "libc",
8054]
8055
8056[[package]]
8057name = "inotify-sys"
8058version = "0.1.5"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8061dependencies = [
8062 "libc",
8063]
8064
8065[[package]]
8066name = "inout"
8067version = "0.1.4"
8068source = "registry+https://github.com/rust-lang/crates.io-index"
8069checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8070dependencies = [
8071 "block-padding",
8072 "generic-array",
8073]
8074
8075[[package]]
8076name = "inspector_ui"
8077version = "0.1.0"
8078dependencies = [
8079 "anyhow",
8080 "command_palette_hooks",
8081 "editor",
8082 "fuzzy",
8083 "gpui",
8084 "language",
8085 "project",
8086 "serde_json",
8087 "serde_json_lenient",
8088 "theme",
8089 "ui",
8090 "util",
8091 "util_macros",
8092 "workspace",
8093 "workspace-hack",
8094 "zed_actions",
8095]
8096
8097[[package]]
8098name = "install_cli"
8099version = "0.1.0"
8100dependencies = [
8101 "anyhow",
8102 "client",
8103 "gpui",
8104 "release_channel",
8105 "smol",
8106 "util",
8107 "workspace",
8108 "workspace-hack",
8109]
8110
8111[[package]]
8112name = "instant"
8113version = "0.1.13"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8116dependencies = [
8117 "cfg-if",
8118]
8119
8120[[package]]
8121name = "interpolate_name"
8122version = "0.2.4"
8123source = "registry+https://github.com/rust-lang/crates.io-index"
8124checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8125dependencies = [
8126 "proc-macro2",
8127 "quote",
8128 "syn 2.0.101",
8129]
8130
8131[[package]]
8132name = "inventory"
8133version = "0.3.20"
8134source = "registry+https://github.com/rust-lang/crates.io-index"
8135checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8136dependencies = [
8137 "rustversion",
8138]
8139
8140[[package]]
8141name = "io-extras"
8142version = "0.18.4"
8143source = "registry+https://github.com/rust-lang/crates.io-index"
8144checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8145dependencies = [
8146 "io-lifetimes",
8147 "windows-sys 0.59.0",
8148]
8149
8150[[package]]
8151name = "io-lifetimes"
8152version = "2.0.4"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8155
8156[[package]]
8157name = "io-surface"
8158version = "0.16.0"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8161dependencies = [
8162 "cgl",
8163 "core-foundation 0.10.0",
8164 "core-foundation-sys",
8165 "leaky-cow",
8166 "libc",
8167]
8168
8169[[package]]
8170name = "iovec"
8171version = "0.1.4"
8172source = "registry+https://github.com/rust-lang/crates.io-index"
8173checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8174dependencies = [
8175 "libc",
8176]
8177
8178[[package]]
8179name = "ipc-channel"
8180version = "0.19.0"
8181source = "registry+https://github.com/rust-lang/crates.io-index"
8182checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8183dependencies = [
8184 "bincode",
8185 "crossbeam-channel",
8186 "fnv",
8187 "lazy_static",
8188 "libc",
8189 "mio 1.0.3",
8190 "rand 0.8.5",
8191 "serde",
8192 "tempfile",
8193 "uuid",
8194 "windows 0.58.0",
8195]
8196
8197[[package]]
8198name = "ipnet"
8199version = "2.11.0"
8200source = "registry+https://github.com/rust-lang/crates.io-index"
8201checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8202
8203[[package]]
8204name = "is-docker"
8205version = "0.2.0"
8206source = "registry+https://github.com/rust-lang/crates.io-index"
8207checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8208dependencies = [
8209 "once_cell",
8210]
8211
8212[[package]]
8213name = "is-terminal"
8214version = "0.4.16"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8217dependencies = [
8218 "hermit-abi 0.5.0",
8219 "libc",
8220 "windows-sys 0.59.0",
8221]
8222
8223[[package]]
8224name = "is-wsl"
8225version = "0.4.0"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8228dependencies = [
8229 "is-docker",
8230 "once_cell",
8231]
8232
8233[[package]]
8234name = "is_terminal_polyfill"
8235version = "1.70.1"
8236source = "registry+https://github.com/rust-lang/crates.io-index"
8237checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8238
8239[[package]]
8240name = "itertools"
8241version = "0.10.5"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8244dependencies = [
8245 "either",
8246]
8247
8248[[package]]
8249name = "itertools"
8250version = "0.11.0"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8253dependencies = [
8254 "either",
8255]
8256
8257[[package]]
8258name = "itertools"
8259version = "0.12.1"
8260source = "registry+https://github.com/rust-lang/crates.io-index"
8261checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8262dependencies = [
8263 "either",
8264]
8265
8266[[package]]
8267name = "itertools"
8268version = "0.13.0"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8271dependencies = [
8272 "either",
8273]
8274
8275[[package]]
8276name = "itertools"
8277version = "0.14.0"
8278source = "registry+https://github.com/rust-lang/crates.io-index"
8279checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8280dependencies = [
8281 "either",
8282]
8283
8284[[package]]
8285name = "itoa"
8286version = "1.0.15"
8287source = "registry+https://github.com/rust-lang/crates.io-index"
8288checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8289
8290[[package]]
8291name = "jiff"
8292version = "0.2.10"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8295dependencies = [
8296 "jiff-static",
8297 "log",
8298 "portable-atomic",
8299 "portable-atomic-util",
8300 "serde",
8301]
8302
8303[[package]]
8304name = "jiff-static"
8305version = "0.2.10"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8308dependencies = [
8309 "proc-macro2",
8310 "quote",
8311 "syn 2.0.101",
8312]
8313
8314[[package]]
8315name = "jni"
8316version = "0.21.1"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8319dependencies = [
8320 "cesu8",
8321 "cfg-if",
8322 "combine",
8323 "jni-sys",
8324 "log",
8325 "thiserror 1.0.69",
8326 "walkdir",
8327 "windows-sys 0.45.0",
8328]
8329
8330[[package]]
8331name = "jni-sys"
8332version = "0.3.0"
8333source = "registry+https://github.com/rust-lang/crates.io-index"
8334checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8335
8336[[package]]
8337name = "jobserver"
8338version = "0.1.33"
8339source = "registry+https://github.com/rust-lang/crates.io-index"
8340checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8341dependencies = [
8342 "getrandom 0.3.2",
8343 "libc",
8344]
8345
8346[[package]]
8347name = "journal"
8348version = "0.1.0"
8349dependencies = [
8350 "anyhow",
8351 "chrono",
8352 "editor",
8353 "gpui",
8354 "log",
8355 "serde",
8356 "settings",
8357 "shellexpand 2.1.2",
8358 "workspace",
8359 "workspace-hack",
8360]
8361
8362[[package]]
8363name = "jpeg-decoder"
8364version = "0.3.1"
8365source = "registry+https://github.com/rust-lang/crates.io-index"
8366checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8367
8368[[package]]
8369name = "js-sys"
8370version = "0.3.77"
8371source = "registry+https://github.com/rust-lang/crates.io-index"
8372checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8373dependencies = [
8374 "once_cell",
8375 "wasm-bindgen",
8376]
8377
8378[[package]]
8379name = "json_dotpath"
8380version = "1.1.0"
8381source = "registry+https://github.com/rust-lang/crates.io-index"
8382checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8383dependencies = [
8384 "serde",
8385 "serde_derive",
8386 "serde_json",
8387 "thiserror 1.0.69",
8388]
8389
8390[[package]]
8391name = "json_schema_store"
8392version = "0.1.0"
8393dependencies = [
8394 "anyhow",
8395 "dap",
8396 "extension",
8397 "gpui",
8398 "language",
8399 "paths",
8400 "project",
8401 "schemars 1.0.1",
8402 "serde",
8403 "serde_json",
8404 "settings",
8405 "snippet_provider",
8406 "task",
8407 "theme",
8408 "util",
8409 "workspace-hack",
8410]
8411
8412[[package]]
8413name = "jsonschema"
8414version = "0.30.0"
8415source = "registry+https://github.com/rust-lang/crates.io-index"
8416checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8417dependencies = [
8418 "ahash 0.8.11",
8419 "base64 0.22.1",
8420 "bytecount",
8421 "email_address",
8422 "fancy-regex 0.14.0",
8423 "fraction",
8424 "idna",
8425 "itoa",
8426 "num-cmp",
8427 "num-traits",
8428 "once_cell",
8429 "percent-encoding",
8430 "referencing",
8431 "regex",
8432 "regex-syntax",
8433 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8434 "serde",
8435 "serde_json",
8436 "uuid-simd",
8437]
8438
8439[[package]]
8440name = "jsonwebtoken"
8441version = "9.3.1"
8442source = "registry+https://github.com/rust-lang/crates.io-index"
8443checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8444dependencies = [
8445 "base64 0.22.1",
8446 "js-sys",
8447 "pem",
8448 "ring",
8449 "serde",
8450 "serde_json",
8451 "simple_asn1",
8452]
8453
8454[[package]]
8455name = "jupyter-protocol"
8456version = "0.6.0"
8457source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8458dependencies = [
8459 "anyhow",
8460 "async-trait",
8461 "bytes 1.10.1",
8462 "chrono",
8463 "futures 0.3.31",
8464 "serde",
8465 "serde_json",
8466 "uuid",
8467]
8468
8469[[package]]
8470name = "jupyter-websocket-client"
8471version = "0.9.0"
8472source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8473dependencies = [
8474 "anyhow",
8475 "async-trait",
8476 "async-tungstenite",
8477 "futures 0.3.31",
8478 "jupyter-protocol",
8479 "serde",
8480 "serde_json",
8481 "url",
8482 "uuid",
8483]
8484
8485[[package]]
8486name = "keymap_editor"
8487version = "0.1.0"
8488dependencies = [
8489 "anyhow",
8490 "collections",
8491 "command_palette",
8492 "component",
8493 "db",
8494 "editor",
8495 "fs",
8496 "fuzzy",
8497 "gpui",
8498 "itertools 0.14.0",
8499 "json_schema_store",
8500 "language",
8501 "log",
8502 "menu",
8503 "notifications",
8504 "paths",
8505 "project",
8506 "search",
8507 "serde",
8508 "serde_json",
8509 "settings",
8510 "telemetry",
8511 "tempfile",
8512 "theme",
8513 "tree-sitter-json",
8514 "tree-sitter-rust",
8515 "ui",
8516 "ui_input",
8517 "util",
8518 "vim",
8519 "workspace",
8520 "workspace-hack",
8521 "zed_actions",
8522]
8523
8524[[package]]
8525name = "khronos-egl"
8526version = "6.0.0"
8527source = "registry+https://github.com/rust-lang/crates.io-index"
8528checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8529dependencies = [
8530 "libc",
8531 "libloading",
8532]
8533
8534[[package]]
8535name = "kqueue"
8536version = "1.0.8"
8537source = "registry+https://github.com/rust-lang/crates.io-index"
8538checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8539dependencies = [
8540 "kqueue-sys",
8541 "libc",
8542]
8543
8544[[package]]
8545name = "kqueue-sys"
8546version = "1.0.4"
8547source = "registry+https://github.com/rust-lang/crates.io-index"
8548checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8549dependencies = [
8550 "bitflags 1.3.2",
8551 "libc",
8552]
8553
8554[[package]]
8555name = "kurbo"
8556version = "0.11.1"
8557source = "registry+https://github.com/rust-lang/crates.io-index"
8558checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8559dependencies = [
8560 "arrayvec",
8561 "smallvec",
8562]
8563
8564[[package]]
8565name = "kv-log-macro"
8566version = "1.0.7"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8569dependencies = [
8570 "log",
8571]
8572
8573[[package]]
8574name = "language"
8575version = "0.1.0"
8576dependencies = [
8577 "anyhow",
8578 "async-trait",
8579 "clock",
8580 "collections",
8581 "ctor",
8582 "diffy",
8583 "ec4rs",
8584 "fs",
8585 "futures 0.3.31",
8586 "fuzzy",
8587 "globset",
8588 "gpui",
8589 "http_client",
8590 "imara-diff",
8591 "indoc",
8592 "itertools 0.14.0",
8593 "log",
8594 "lsp",
8595 "parking_lot",
8596 "postage",
8597 "pretty_assertions",
8598 "rand 0.9.1",
8599 "regex",
8600 "rpc",
8601 "schemars 1.0.1",
8602 "serde",
8603 "serde_json",
8604 "settings",
8605 "shellexpand 2.1.2",
8606 "smallvec",
8607 "smol",
8608 "streaming-iterator",
8609 "strsim",
8610 "sum_tree",
8611 "task",
8612 "text",
8613 "theme",
8614 "toml 0.8.20",
8615 "tree-sitter",
8616 "tree-sitter-elixir",
8617 "tree-sitter-embedded-template",
8618 "tree-sitter-heex",
8619 "tree-sitter-html",
8620 "tree-sitter-json",
8621 "tree-sitter-md",
8622 "tree-sitter-python",
8623 "tree-sitter-ruby",
8624 "tree-sitter-rust",
8625 "tree-sitter-typescript",
8626 "unicase",
8627 "unindent",
8628 "util",
8629 "watch",
8630 "workspace-hack",
8631 "zlog",
8632]
8633
8634[[package]]
8635name = "language_extension"
8636version = "0.1.0"
8637dependencies = [
8638 "anyhow",
8639 "async-trait",
8640 "collections",
8641 "extension",
8642 "fs",
8643 "futures 0.3.31",
8644 "gpui",
8645 "language",
8646 "log",
8647 "lsp",
8648 "project",
8649 "serde",
8650 "serde_json",
8651 "util",
8652 "workspace-hack",
8653]
8654
8655[[package]]
8656name = "language_model"
8657version = "0.1.0"
8658dependencies = [
8659 "anthropic",
8660 "anyhow",
8661 "base64 0.22.1",
8662 "client",
8663 "cloud_api_types",
8664 "cloud_llm_client",
8665 "collections",
8666 "futures 0.3.31",
8667 "gpui",
8668 "http_client",
8669 "icons",
8670 "image",
8671 "log",
8672 "open_router",
8673 "parking_lot",
8674 "proto",
8675 "schemars 1.0.1",
8676 "serde",
8677 "serde_json",
8678 "settings",
8679 "smol",
8680 "telemetry_events",
8681 "thiserror 2.0.12",
8682 "util",
8683 "workspace-hack",
8684]
8685
8686[[package]]
8687name = "language_models"
8688version = "0.1.0"
8689dependencies = [
8690 "ai_onboarding",
8691 "anthropic",
8692 "anyhow",
8693 "aws-config",
8694 "aws-credential-types",
8695 "aws_http_client",
8696 "bedrock",
8697 "chrono",
8698 "client",
8699 "cloud_llm_client",
8700 "collections",
8701 "component",
8702 "convert_case 0.8.0",
8703 "copilot",
8704 "credentials_provider",
8705 "deepseek",
8706 "editor",
8707 "fs",
8708 "futures 0.3.31",
8709 "google_ai",
8710 "gpui",
8711 "gpui_tokio",
8712 "http_client",
8713 "language",
8714 "language_model",
8715 "lmstudio",
8716 "log",
8717 "menu",
8718 "mistral",
8719 "ollama",
8720 "open_ai",
8721 "open_router",
8722 "partial-json-fixer",
8723 "project",
8724 "release_channel",
8725 "schemars 1.0.1",
8726 "serde",
8727 "serde_json",
8728 "settings",
8729 "smol",
8730 "strum 0.27.1",
8731 "thiserror 2.0.12",
8732 "tiktoken-rs",
8733 "tokio",
8734 "ui",
8735 "ui_input",
8736 "util",
8737 "vercel",
8738 "workspace-hack",
8739 "x_ai",
8740 "zed_env_vars",
8741]
8742
8743[[package]]
8744name = "language_onboarding"
8745version = "0.1.0"
8746dependencies = [
8747 "db",
8748 "editor",
8749 "gpui",
8750 "project",
8751 "ui",
8752 "workspace",
8753 "workspace-hack",
8754]
8755
8756[[package]]
8757name = "language_selector"
8758version = "0.1.0"
8759dependencies = [
8760 "anyhow",
8761 "editor",
8762 "file_finder",
8763 "file_icons",
8764 "fuzzy",
8765 "gpui",
8766 "language",
8767 "picker",
8768 "project",
8769 "settings",
8770 "ui",
8771 "util",
8772 "workspace",
8773 "workspace-hack",
8774]
8775
8776[[package]]
8777name = "language_tools"
8778version = "0.1.0"
8779dependencies = [
8780 "anyhow",
8781 "client",
8782 "collections",
8783 "command_palette_hooks",
8784 "copilot",
8785 "editor",
8786 "futures 0.3.31",
8787 "gpui",
8788 "itertools 0.14.0",
8789 "language",
8790 "lsp",
8791 "project",
8792 "proto",
8793 "release_channel",
8794 "serde_json",
8795 "settings",
8796 "theme",
8797 "tree-sitter",
8798 "ui",
8799 "util",
8800 "workspace",
8801 "workspace-hack",
8802 "zed_actions",
8803 "zlog",
8804]
8805
8806[[package]]
8807name = "languages"
8808version = "0.1.0"
8809dependencies = [
8810 "anyhow",
8811 "async-compression",
8812 "async-fs",
8813 "async-tar",
8814 "async-trait",
8815 "chrono",
8816 "collections",
8817 "futures 0.3.31",
8818 "gpui",
8819 "http_client",
8820 "itertools 0.14.0",
8821 "json_schema_store",
8822 "language",
8823 "log",
8824 "lsp",
8825 "node_runtime",
8826 "parking_lot",
8827 "pet",
8828 "pet-conda",
8829 "pet-core",
8830 "pet-fs",
8831 "pet-poetry",
8832 "pet-reporter",
8833 "pet-virtualenv",
8834 "pretty_assertions",
8835 "project",
8836 "regex",
8837 "rope",
8838 "rust-embed",
8839 "serde",
8840 "serde_json",
8841 "serde_json_lenient",
8842 "settings",
8843 "sha2",
8844 "shlex",
8845 "smol",
8846 "task",
8847 "tempfile",
8848 "text",
8849 "theme",
8850 "toml 0.8.20",
8851 "tree-sitter",
8852 "tree-sitter-bash",
8853 "tree-sitter-c",
8854 "tree-sitter-cpp",
8855 "tree-sitter-css",
8856 "tree-sitter-diff",
8857 "tree-sitter-gitcommit",
8858 "tree-sitter-go",
8859 "tree-sitter-gomod",
8860 "tree-sitter-gowork",
8861 "tree-sitter-jsdoc",
8862 "tree-sitter-json",
8863 "tree-sitter-md",
8864 "tree-sitter-python",
8865 "tree-sitter-regex",
8866 "tree-sitter-rust",
8867 "tree-sitter-typescript",
8868 "tree-sitter-yaml",
8869 "unindent",
8870 "url",
8871 "util",
8872 "workspace",
8873 "workspace-hack",
8874]
8875
8876[[package]]
8877name = "lazy_static"
8878version = "1.5.0"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8881dependencies = [
8882 "spin",
8883]
8884
8885[[package]]
8886name = "lazycell"
8887version = "1.3.0"
8888source = "registry+https://github.com/rust-lang/crates.io-index"
8889checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8890
8891[[package]]
8892name = "leak"
8893version = "0.1.2"
8894source = "registry+https://github.com/rust-lang/crates.io-index"
8895checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8896
8897[[package]]
8898name = "leaky-cow"
8899version = "0.1.1"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8902dependencies = [
8903 "leak",
8904]
8905
8906[[package]]
8907name = "leb128"
8908version = "0.2.5"
8909source = "registry+https://github.com/rust-lang/crates.io-index"
8910checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8911
8912[[package]]
8913name = "leb128fmt"
8914version = "0.1.0"
8915source = "registry+https://github.com/rust-lang/crates.io-index"
8916checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8917
8918[[package]]
8919name = "lebe"
8920version = "0.5.2"
8921source = "registry+https://github.com/rust-lang/crates.io-index"
8922checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8923
8924[[package]]
8925name = "libc"
8926version = "0.2.172"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8929
8930[[package]]
8931name = "libdbus-sys"
8932version = "0.2.5"
8933source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8935dependencies = [
8936 "cc",
8937 "pkg-config",
8938]
8939
8940[[package]]
8941name = "libfuzzer-sys"
8942version = "0.4.9"
8943source = "registry+https://github.com/rust-lang/crates.io-index"
8944checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
8945dependencies = [
8946 "arbitrary",
8947 "cc",
8948]
8949
8950[[package]]
8951name = "libgit2-sys"
8952version = "0.18.1+1.9.0"
8953source = "registry+https://github.com/rust-lang/crates.io-index"
8954checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
8955dependencies = [
8956 "cc",
8957 "libc",
8958 "libz-sys",
8959 "pkg-config",
8960]
8961
8962[[package]]
8963name = "libloading"
8964version = "0.8.6"
8965source = "registry+https://github.com/rust-lang/crates.io-index"
8966checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
8967dependencies = [
8968 "cfg-if",
8969 "windows-targets 0.52.6",
8970]
8971
8972[[package]]
8973name = "libm"
8974version = "0.2.11"
8975source = "registry+https://github.com/rust-lang/crates.io-index"
8976checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
8977
8978[[package]]
8979name = "libmimalloc-sys"
8980version = "0.1.42"
8981source = "registry+https://github.com/rust-lang/crates.io-index"
8982checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
8983dependencies = [
8984 "cc",
8985 "libc",
8986]
8987
8988[[package]]
8989name = "libredox"
8990version = "0.1.3"
8991source = "registry+https://github.com/rust-lang/crates.io-index"
8992checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
8993dependencies = [
8994 "bitflags 2.9.0",
8995 "libc",
8996 "redox_syscall 0.5.11",
8997]
8998
8999[[package]]
9000name = "libsqlite3-sys"
9001version = "0.30.1"
9002source = "registry+https://github.com/rust-lang/crates.io-index"
9003checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9004dependencies = [
9005 "cc",
9006 "pkg-config",
9007 "vcpkg",
9008]
9009
9010[[package]]
9011name = "libwebrtc"
9012version = "0.3.10"
9013source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9014dependencies = [
9015 "cxx",
9016 "jni",
9017 "js-sys",
9018 "lazy_static",
9019 "livekit-protocol",
9020 "livekit-runtime",
9021 "log",
9022 "parking_lot",
9023 "serde",
9024 "serde_json",
9025 "thiserror 1.0.69",
9026 "tokio",
9027 "wasm-bindgen",
9028 "wasm-bindgen-futures",
9029 "web-sys",
9030 "webrtc-sys",
9031]
9032
9033[[package]]
9034name = "libz-sys"
9035version = "1.1.22"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9038dependencies = [
9039 "cc",
9040 "libc",
9041 "pkg-config",
9042 "vcpkg",
9043]
9044
9045[[package]]
9046name = "line_ending_selector"
9047version = "0.1.0"
9048dependencies = [
9049 "editor",
9050 "gpui",
9051 "language",
9052 "picker",
9053 "project",
9054 "ui",
9055 "util",
9056 "workspace",
9057 "workspace-hack",
9058]
9059
9060[[package]]
9061name = "link-cplusplus"
9062version = "1.0.10"
9063source = "registry+https://github.com/rust-lang/crates.io-index"
9064checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9065dependencies = [
9066 "cc",
9067]
9068
9069[[package]]
9070name = "linkify"
9071version = "0.10.0"
9072source = "registry+https://github.com/rust-lang/crates.io-index"
9073checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9074dependencies = [
9075 "memchr",
9076]
9077
9078[[package]]
9079name = "linux-raw-sys"
9080version = "0.4.15"
9081source = "registry+https://github.com/rust-lang/crates.io-index"
9082checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9083
9084[[package]]
9085name = "linux-raw-sys"
9086version = "0.9.4"
9087source = "registry+https://github.com/rust-lang/crates.io-index"
9088checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9089
9090[[package]]
9091name = "litemap"
9092version = "0.7.5"
9093source = "registry+https://github.com/rust-lang/crates.io-index"
9094checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9095
9096[[package]]
9097name = "livekit"
9098version = "0.7.8"
9099source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9100dependencies = [
9101 "chrono",
9102 "futures-util",
9103 "lazy_static",
9104 "libloading",
9105 "libwebrtc",
9106 "livekit-api",
9107 "livekit-protocol",
9108 "livekit-runtime",
9109 "log",
9110 "parking_lot",
9111 "prost 0.12.6",
9112 "semver",
9113 "serde",
9114 "serde_json",
9115 "thiserror 1.0.69",
9116 "tokio",
9117]
9118
9119[[package]]
9120name = "livekit-api"
9121version = "0.4.2"
9122source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9123dependencies = [
9124 "futures-util",
9125 "http 0.2.12",
9126 "livekit-protocol",
9127 "livekit-runtime",
9128 "log",
9129 "parking_lot",
9130 "pbjson-types",
9131 "prost 0.12.6",
9132 "rand 0.9.1",
9133 "reqwest 0.11.27",
9134 "scopeguard",
9135 "serde",
9136 "sha2",
9137 "thiserror 1.0.69",
9138 "tokio",
9139 "tokio-tungstenite 0.26.2",
9140 "url",
9141]
9142
9143[[package]]
9144name = "livekit-protocol"
9145version = "0.3.9"
9146source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9147dependencies = [
9148 "futures-util",
9149 "livekit-runtime",
9150 "parking_lot",
9151 "pbjson",
9152 "pbjson-types",
9153 "prost 0.12.6",
9154 "prost-types 0.12.6",
9155 "serde",
9156 "thiserror 1.0.69",
9157 "tokio",
9158]
9159
9160[[package]]
9161name = "livekit-runtime"
9162version = "0.4.0"
9163source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9164dependencies = [
9165 "tokio",
9166 "tokio-stream",
9167]
9168
9169[[package]]
9170name = "livekit_api"
9171version = "0.1.0"
9172dependencies = [
9173 "anyhow",
9174 "async-trait",
9175 "jsonwebtoken",
9176 "log",
9177 "prost 0.9.0",
9178 "prost-build 0.9.0",
9179 "prost-types 0.9.0",
9180 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9181 "serde",
9182 "workspace-hack",
9183]
9184
9185[[package]]
9186name = "livekit_client"
9187version = "0.1.0"
9188dependencies = [
9189 "anyhow",
9190 "async-trait",
9191 "audio",
9192 "collections",
9193 "core-foundation 0.10.0",
9194 "core-video",
9195 "coreaudio-rs 0.12.1",
9196 "cpal",
9197 "futures 0.3.31",
9198 "gpui",
9199 "gpui_tokio",
9200 "http_client_tls",
9201 "image",
9202 "libwebrtc",
9203 "livekit",
9204 "livekit_api",
9205 "log",
9206 "nanoid",
9207 "objc",
9208 "parking_lot",
9209 "postage",
9210 "rodio",
9211 "scap",
9212 "serde",
9213 "serde_json",
9214 "serde_urlencoded",
9215 "settings",
9216 "sha2",
9217 "simplelog",
9218 "smallvec",
9219 "tokio-tungstenite 0.26.2",
9220 "ui",
9221 "util",
9222 "workspace-hack",
9223]
9224
9225[[package]]
9226name = "lmdb-master-sys"
9227version = "0.2.5"
9228source = "registry+https://github.com/rust-lang/crates.io-index"
9229checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9230dependencies = [
9231 "cc",
9232 "doxygen-rs",
9233 "libc",
9234]
9235
9236[[package]]
9237name = "lmstudio"
9238version = "0.1.0"
9239dependencies = [
9240 "anyhow",
9241 "futures 0.3.31",
9242 "http_client",
9243 "schemars 1.0.1",
9244 "serde",
9245 "serde_json",
9246 "workspace-hack",
9247]
9248
9249[[package]]
9250name = "lock_api"
9251version = "0.4.13"
9252source = "registry+https://github.com/rust-lang/crates.io-index"
9253checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9254dependencies = [
9255 "autocfg",
9256 "scopeguard",
9257]
9258
9259[[package]]
9260name = "log"
9261version = "0.4.27"
9262source = "registry+https://github.com/rust-lang/crates.io-index"
9263checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9264dependencies = [
9265 "serde",
9266 "value-bag",
9267]
9268
9269[[package]]
9270name = "loom"
9271version = "0.7.2"
9272source = "registry+https://github.com/rust-lang/crates.io-index"
9273checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9274dependencies = [
9275 "cfg-if",
9276 "generator",
9277 "scoped-tls",
9278 "tracing",
9279 "tracing-subscriber",
9280]
9281
9282[[package]]
9283name = "loop9"
9284version = "0.1.5"
9285source = "registry+https://github.com/rust-lang/crates.io-index"
9286checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9287dependencies = [
9288 "imgref",
9289]
9290
9291[[package]]
9292name = "lru"
9293version = "0.12.5"
9294source = "registry+https://github.com/rust-lang/crates.io-index"
9295checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9296dependencies = [
9297 "hashbrown 0.15.3",
9298]
9299
9300[[package]]
9301name = "lsp"
9302version = "0.1.0"
9303dependencies = [
9304 "anyhow",
9305 "async-pipe",
9306 "collections",
9307 "ctor",
9308 "futures 0.3.31",
9309 "gpui",
9310 "log",
9311 "lsp-types",
9312 "parking_lot",
9313 "postage",
9314 "release_channel",
9315 "schemars 1.0.1",
9316 "serde",
9317 "serde_json",
9318 "smol",
9319 "util",
9320 "workspace-hack",
9321 "zlog",
9322]
9323
9324[[package]]
9325name = "lsp-types"
9326version = "0.95.1"
9327source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9328dependencies = [
9329 "bitflags 1.3.2",
9330 "serde",
9331 "serde_json",
9332 "url",
9333]
9334
9335[[package]]
9336name = "lyon"
9337version = "1.0.1"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9340dependencies = [
9341 "lyon_algorithms",
9342 "lyon_extra",
9343 "lyon_tessellation",
9344]
9345
9346[[package]]
9347name = "lyon_algorithms"
9348version = "1.0.5"
9349source = "registry+https://github.com/rust-lang/crates.io-index"
9350checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9351dependencies = [
9352 "lyon_path",
9353 "num-traits",
9354]
9355
9356[[package]]
9357name = "lyon_extra"
9358version = "1.0.3"
9359source = "registry+https://github.com/rust-lang/crates.io-index"
9360checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9361dependencies = [
9362 "lyon_path",
9363 "thiserror 1.0.69",
9364]
9365
9366[[package]]
9367name = "lyon_geom"
9368version = "1.0.6"
9369source = "registry+https://github.com/rust-lang/crates.io-index"
9370checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9371dependencies = [
9372 "arrayvec",
9373 "euclid",
9374 "num-traits",
9375]
9376
9377[[package]]
9378name = "lyon_path"
9379version = "1.0.7"
9380source = "registry+https://github.com/rust-lang/crates.io-index"
9381checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9382dependencies = [
9383 "lyon_geom",
9384 "num-traits",
9385]
9386
9387[[package]]
9388name = "lyon_tessellation"
9389version = "1.0.15"
9390source = "registry+https://github.com/rust-lang/crates.io-index"
9391checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9392dependencies = [
9393 "float_next_after",
9394 "lyon_path",
9395 "num-traits",
9396]
9397
9398[[package]]
9399name = "mac"
9400version = "0.1.1"
9401source = "registry+https://github.com/rust-lang/crates.io-index"
9402checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9403
9404[[package]]
9405name = "mach2"
9406version = "0.4.2"
9407source = "registry+https://github.com/rust-lang/crates.io-index"
9408checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9409dependencies = [
9410 "libc",
9411]
9412
9413[[package]]
9414name = "mach2"
9415version = "0.5.0"
9416source = "registry+https://github.com/rust-lang/crates.io-index"
9417checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9418dependencies = [
9419 "libc",
9420]
9421
9422[[package]]
9423name = "malloc_buf"
9424version = "0.0.6"
9425source = "registry+https://github.com/rust-lang/crates.io-index"
9426checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9427dependencies = [
9428 "libc",
9429]
9430
9431[[package]]
9432name = "maplit"
9433version = "1.0.2"
9434source = "registry+https://github.com/rust-lang/crates.io-index"
9435checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9436
9437[[package]]
9438name = "markdown"
9439version = "0.1.0"
9440dependencies = [
9441 "assets",
9442 "base64 0.22.1",
9443 "collections",
9444 "env_logger 0.11.8",
9445 "fs",
9446 "futures 0.3.31",
9447 "gpui",
9448 "language",
9449 "languages",
9450 "linkify",
9451 "log",
9452 "node_runtime",
9453 "pulldown-cmark 0.12.2",
9454 "settings",
9455 "sum_tree",
9456 "theme",
9457 "ui",
9458 "util",
9459 "workspace-hack",
9460]
9461
9462[[package]]
9463name = "markdown_preview"
9464version = "0.1.0"
9465dependencies = [
9466 "anyhow",
9467 "async-recursion",
9468 "collections",
9469 "editor",
9470 "fs",
9471 "gpui",
9472 "html5ever 0.27.0",
9473 "language",
9474 "linkify",
9475 "log",
9476 "markup5ever_rcdom",
9477 "pretty_assertions",
9478 "pulldown-cmark 0.12.2",
9479 "settings",
9480 "theme",
9481 "ui",
9482 "util",
9483 "workspace",
9484 "workspace-hack",
9485]
9486
9487[[package]]
9488name = "markup5ever"
9489version = "0.12.1"
9490source = "registry+https://github.com/rust-lang/crates.io-index"
9491checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9492dependencies = [
9493 "log",
9494 "phf",
9495 "phf_codegen",
9496 "string_cache",
9497 "string_cache_codegen",
9498 "tendril",
9499]
9500
9501[[package]]
9502name = "markup5ever"
9503version = "0.16.1"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9506dependencies = [
9507 "log",
9508 "tendril",
9509 "web_atoms",
9510]
9511
9512[[package]]
9513name = "markup5ever_rcdom"
9514version = "0.3.0"
9515source = "registry+https://github.com/rust-lang/crates.io-index"
9516checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9517dependencies = [
9518 "html5ever 0.27.0",
9519 "markup5ever 0.12.1",
9520 "tendril",
9521 "xml5ever",
9522]
9523
9524[[package]]
9525name = "match_token"
9526version = "0.1.0"
9527source = "registry+https://github.com/rust-lang/crates.io-index"
9528checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9529dependencies = [
9530 "proc-macro2",
9531 "quote",
9532 "syn 2.0.101",
9533]
9534
9535[[package]]
9536name = "matchers"
9537version = "0.2.0"
9538source = "registry+https://github.com/rust-lang/crates.io-index"
9539checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9540dependencies = [
9541 "regex-automata",
9542]
9543
9544[[package]]
9545name = "matchit"
9546version = "0.7.3"
9547source = "registry+https://github.com/rust-lang/crates.io-index"
9548checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9549
9550[[package]]
9551name = "maybe-owned"
9552version = "0.3.4"
9553source = "registry+https://github.com/rust-lang/crates.io-index"
9554checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9555
9556[[package]]
9557name = "maybe-rayon"
9558version = "0.1.1"
9559source = "registry+https://github.com/rust-lang/crates.io-index"
9560checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9561dependencies = [
9562 "cfg-if",
9563 "rayon",
9564]
9565
9566[[package]]
9567name = "md-5"
9568version = "0.10.6"
9569source = "registry+https://github.com/rust-lang/crates.io-index"
9570checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9571dependencies = [
9572 "cfg-if",
9573 "digest",
9574]
9575
9576[[package]]
9577name = "mdbook"
9578version = "0.4.40"
9579source = "registry+https://github.com/rust-lang/crates.io-index"
9580checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9581dependencies = [
9582 "ammonia",
9583 "anyhow",
9584 "chrono",
9585 "clap",
9586 "clap_complete",
9587 "elasticlunr-rs",
9588 "env_logger 0.11.8",
9589 "futures-util",
9590 "handlebars 5.1.2",
9591 "ignore",
9592 "log",
9593 "memchr",
9594 "notify 6.1.1",
9595 "notify-debouncer-mini",
9596 "once_cell",
9597 "opener",
9598 "pathdiff",
9599 "pulldown-cmark 0.10.3",
9600 "regex",
9601 "serde",
9602 "serde_json",
9603 "shlex",
9604 "tempfile",
9605 "tokio",
9606 "toml 0.5.11",
9607 "topological-sort",
9608 "walkdir",
9609 "warp",
9610]
9611
9612[[package]]
9613name = "media"
9614version = "0.1.0"
9615dependencies = [
9616 "anyhow",
9617 "bindgen 0.71.1",
9618 "core-foundation 0.10.0",
9619 "core-video",
9620 "ctor",
9621 "foreign-types 0.5.0",
9622 "metal",
9623 "objc",
9624 "workspace-hack",
9625]
9626
9627[[package]]
9628name = "memchr"
9629version = "2.7.4"
9630source = "registry+https://github.com/rust-lang/crates.io-index"
9631checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9632
9633[[package]]
9634name = "memfd"
9635version = "0.6.4"
9636source = "registry+https://github.com/rust-lang/crates.io-index"
9637checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9638dependencies = [
9639 "rustix 0.38.44",
9640]
9641
9642[[package]]
9643name = "memmap2"
9644version = "0.9.5"
9645source = "registry+https://github.com/rust-lang/crates.io-index"
9646checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9647dependencies = [
9648 "libc",
9649 "stable_deref_trait",
9650]
9651
9652[[package]]
9653name = "memoffset"
9654version = "0.9.1"
9655source = "registry+https://github.com/rust-lang/crates.io-index"
9656checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9657dependencies = [
9658 "autocfg",
9659]
9660
9661[[package]]
9662name = "menu"
9663version = "0.1.0"
9664dependencies = [
9665 "gpui",
9666 "workspace-hack",
9667]
9668
9669[[package]]
9670name = "metal"
9671version = "0.29.0"
9672source = "registry+https://github.com/rust-lang/crates.io-index"
9673checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9674dependencies = [
9675 "bitflags 2.9.0",
9676 "block",
9677 "core-graphics-types 0.1.3",
9678 "foreign-types 0.5.0",
9679 "log",
9680 "objc",
9681 "paste",
9682]
9683
9684[[package]]
9685name = "migrator"
9686version = "0.1.0"
9687dependencies = [
9688 "anyhow",
9689 "collections",
9690 "convert_case 0.8.0",
9691 "log",
9692 "pretty_assertions",
9693 "serde_json",
9694 "serde_json_lenient",
9695 "settings",
9696 "streaming-iterator",
9697 "tree-sitter",
9698 "tree-sitter-json",
9699 "unindent",
9700 "workspace-hack",
9701]
9702
9703[[package]]
9704name = "mimalloc"
9705version = "0.1.46"
9706source = "registry+https://github.com/rust-lang/crates.io-index"
9707checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9708dependencies = [
9709 "libmimalloc-sys",
9710]
9711
9712[[package]]
9713name = "mime"
9714version = "0.3.17"
9715source = "registry+https://github.com/rust-lang/crates.io-index"
9716checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9717
9718[[package]]
9719name = "mime_guess"
9720version = "2.0.5"
9721source = "registry+https://github.com/rust-lang/crates.io-index"
9722checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9723dependencies = [
9724 "mime",
9725 "unicase",
9726]
9727
9728[[package]]
9729name = "minidump-common"
9730version = "0.21.2"
9731source = "registry+https://github.com/rust-lang/crates.io-index"
9732checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9733dependencies = [
9734 "bitflags 2.9.0",
9735 "debugid",
9736 "num-derive",
9737 "num-traits",
9738 "range-map",
9739 "scroll",
9740 "smart-default",
9741]
9742
9743[[package]]
9744name = "minidump-writer"
9745version = "0.8.9"
9746source = "registry+https://github.com/rust-lang/crates.io-index"
9747checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9748dependencies = [
9749 "bitflags 2.9.0",
9750 "byteorder",
9751 "cfg-if",
9752 "crash-context",
9753 "goblin",
9754 "libc",
9755 "log",
9756 "mach2 0.4.2",
9757 "memmap2",
9758 "memoffset",
9759 "minidump-common",
9760 "nix 0.28.0",
9761 "procfs-core",
9762 "scroll",
9763 "tempfile",
9764 "thiserror 1.0.69",
9765]
9766
9767[[package]]
9768name = "minidumper"
9769version = "0.8.3"
9770source = "registry+https://github.com/rust-lang/crates.io-index"
9771checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9772dependencies = [
9773 "cfg-if",
9774 "crash-context",
9775 "libc",
9776 "log",
9777 "minidump-writer",
9778 "parking_lot",
9779 "polling",
9780 "scroll",
9781 "thiserror 1.0.69",
9782 "uds",
9783]
9784
9785[[package]]
9786name = "minimal-lexical"
9787version = "0.2.1"
9788source = "registry+https://github.com/rust-lang/crates.io-index"
9789checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9790
9791[[package]]
9792name = "miniz_oxide"
9793version = "0.8.8"
9794source = "registry+https://github.com/rust-lang/crates.io-index"
9795checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9796dependencies = [
9797 "adler2",
9798 "simd-adler32",
9799]
9800
9801[[package]]
9802name = "mint"
9803version = "0.5.9"
9804source = "registry+https://github.com/rust-lang/crates.io-index"
9805checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9806
9807[[package]]
9808name = "mio"
9809version = "0.8.11"
9810source = "registry+https://github.com/rust-lang/crates.io-index"
9811checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9812dependencies = [
9813 "libc",
9814 "log",
9815 "wasi 0.11.0+wasi-snapshot-preview1",
9816 "windows-sys 0.48.0",
9817]
9818
9819[[package]]
9820name = "mio"
9821version = "1.0.3"
9822source = "registry+https://github.com/rust-lang/crates.io-index"
9823checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9824dependencies = [
9825 "libc",
9826 "log",
9827 "wasi 0.11.0+wasi-snapshot-preview1",
9828 "windows-sys 0.52.0",
9829]
9830
9831[[package]]
9832name = "miow"
9833version = "0.6.0"
9834source = "registry+https://github.com/rust-lang/crates.io-index"
9835checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9836dependencies = [
9837 "windows-sys 0.48.0",
9838]
9839
9840[[package]]
9841name = "mistral"
9842version = "0.1.0"
9843dependencies = [
9844 "anyhow",
9845 "futures 0.3.31",
9846 "http_client",
9847 "schemars 1.0.1",
9848 "serde",
9849 "serde_json",
9850 "strum 0.27.1",
9851 "workspace-hack",
9852]
9853
9854[[package]]
9855name = "moka"
9856version = "0.12.10"
9857source = "registry+https://github.com/rust-lang/crates.io-index"
9858checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9859dependencies = [
9860 "crossbeam-channel",
9861 "crossbeam-epoch",
9862 "crossbeam-utils",
9863 "loom",
9864 "parking_lot",
9865 "portable-atomic",
9866 "rustc_version",
9867 "smallvec",
9868 "tagptr",
9869 "thiserror 1.0.69",
9870 "uuid",
9871]
9872
9873[[package]]
9874name = "msvc_spectre_libs"
9875version = "0.1.3"
9876source = "registry+https://github.com/rust-lang/crates.io-index"
9877checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9878dependencies = [
9879 "cc",
9880]
9881
9882[[package]]
9883name = "multi_buffer"
9884version = "0.1.0"
9885dependencies = [
9886 "anyhow",
9887 "buffer_diff",
9888 "clock",
9889 "collections",
9890 "ctor",
9891 "gpui",
9892 "indoc",
9893 "itertools 0.14.0",
9894 "language",
9895 "log",
9896 "parking_lot",
9897 "pretty_assertions",
9898 "project",
9899 "rand 0.9.1",
9900 "rope",
9901 "serde",
9902 "settings",
9903 "smallvec",
9904 "smol",
9905 "sum_tree",
9906 "text",
9907 "theme",
9908 "tree-sitter",
9909 "util",
9910 "workspace-hack",
9911 "zlog",
9912]
9913
9914[[package]]
9915name = "multimap"
9916version = "0.8.3"
9917source = "registry+https://github.com/rust-lang/crates.io-index"
9918checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9919
9920[[package]]
9921name = "naga"
9922version = "25.0.1"
9923source = "registry+https://github.com/rust-lang/crates.io-index"
9924checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9925dependencies = [
9926 "arrayvec",
9927 "bit-set 0.8.0",
9928 "bitflags 2.9.0",
9929 "cfg_aliases 0.2.1",
9930 "codespan-reporting",
9931 "half",
9932 "hashbrown 0.15.3",
9933 "hexf-parse",
9934 "indexmap 2.9.0",
9935 "log",
9936 "num-traits",
9937 "once_cell",
9938 "rustc-hash 1.1.0",
9939 "spirv",
9940 "strum 0.26.3",
9941 "thiserror 2.0.12",
9942 "unicode-ident",
9943]
9944
9945[[package]]
9946name = "nanoid"
9947version = "0.4.0"
9948source = "registry+https://github.com/rust-lang/crates.io-index"
9949checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9950dependencies = [
9951 "rand 0.8.5",
9952]
9953
9954[[package]]
9955name = "nanorand"
9956version = "0.7.0"
9957source = "registry+https://github.com/rust-lang/crates.io-index"
9958checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9959dependencies = [
9960 "getrandom 0.2.15",
9961]
9962
9963[[package]]
9964name = "native-tls"
9965version = "0.2.14"
9966source = "registry+https://github.com/rust-lang/crates.io-index"
9967checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9968dependencies = [
9969 "libc",
9970 "log",
9971 "openssl",
9972 "openssl-probe",
9973 "openssl-sys",
9974 "schannel",
9975 "security-framework 2.11.1",
9976 "security-framework-sys",
9977 "tempfile",
9978]
9979
9980[[package]]
9981name = "nbformat"
9982version = "0.10.0"
9983source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9984dependencies = [
9985 "anyhow",
9986 "chrono",
9987 "jupyter-protocol",
9988 "serde",
9989 "serde_json",
9990 "thiserror 1.0.69",
9991 "uuid",
9992]
9993
9994[[package]]
9995name = "nc"
9996version = "0.1.0"
9997dependencies = [
9998 "anyhow",
9999 "futures 0.3.31",
10000 "net",
10001 "smol",
10002 "workspace-hack",
10003]
10004
10005[[package]]
10006name = "ndk"
10007version = "0.9.0"
10008source = "registry+https://github.com/rust-lang/crates.io-index"
10009checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10010dependencies = [
10011 "bitflags 2.9.0",
10012 "jni-sys",
10013 "log",
10014 "ndk-sys",
10015 "num_enum",
10016 "thiserror 1.0.69",
10017]
10018
10019[[package]]
10020name = "ndk-context"
10021version = "0.1.1"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10024
10025[[package]]
10026name = "ndk-sys"
10027version = "0.6.0+11769913"
10028source = "registry+https://github.com/rust-lang/crates.io-index"
10029checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10030dependencies = [
10031 "jni-sys",
10032]
10033
10034[[package]]
10035name = "net"
10036version = "0.1.0"
10037dependencies = [
10038 "anyhow",
10039 "async-io",
10040 "smol",
10041 "tempfile",
10042 "windows 0.61.1",
10043 "workspace-hack",
10044]
10045
10046[[package]]
10047name = "new_debug_unreachable"
10048version = "1.0.6"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10051
10052[[package]]
10053name = "nix"
10054version = "0.28.0"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10057dependencies = [
10058 "bitflags 2.9.0",
10059 "cfg-if",
10060 "cfg_aliases 0.1.1",
10061 "libc",
10062]
10063
10064[[package]]
10065name = "nix"
10066version = "0.29.0"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10069dependencies = [
10070 "bitflags 2.9.0",
10071 "cfg-if",
10072 "cfg_aliases 0.2.1",
10073 "libc",
10074]
10075
10076[[package]]
10077name = "nix"
10078version = "0.30.1"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10081dependencies = [
10082 "bitflags 2.9.0",
10083 "cfg-if",
10084 "cfg_aliases 0.2.1",
10085 "libc",
10086 "memoffset",
10087]
10088
10089[[package]]
10090name = "node_runtime"
10091version = "0.1.0"
10092dependencies = [
10093 "anyhow",
10094 "async-compression",
10095 "async-std",
10096 "async-tar",
10097 "async-trait",
10098 "futures 0.3.31",
10099 "http_client",
10100 "log",
10101 "paths",
10102 "semver",
10103 "serde",
10104 "serde_json",
10105 "smol",
10106 "util",
10107 "watch",
10108 "which 6.0.3",
10109 "workspace-hack",
10110]
10111
10112[[package]]
10113name = "nom"
10114version = "7.1.3"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10117dependencies = [
10118 "memchr",
10119 "minimal-lexical",
10120]
10121
10122[[package]]
10123name = "nom"
10124version = "8.0.0"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10127dependencies = [
10128 "memchr",
10129]
10130
10131[[package]]
10132name = "noop_proc_macro"
10133version = "0.3.0"
10134source = "registry+https://github.com/rust-lang/crates.io-index"
10135checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10136
10137[[package]]
10138name = "normpath"
10139version = "1.3.0"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10142dependencies = [
10143 "windows-sys 0.59.0",
10144]
10145
10146[[package]]
10147name = "notifications"
10148version = "0.1.0"
10149dependencies = [
10150 "anyhow",
10151 "channel",
10152 "client",
10153 "collections",
10154 "component",
10155 "db",
10156 "gpui",
10157 "rpc",
10158 "settings",
10159 "sum_tree",
10160 "time",
10161 "ui",
10162 "util",
10163 "workspace",
10164 "workspace-hack",
10165 "zed_actions",
10166]
10167
10168[[package]]
10169name = "notify"
10170version = "6.1.1"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10173dependencies = [
10174 "bitflags 2.9.0",
10175 "crossbeam-channel",
10176 "filetime",
10177 "fsevent-sys 4.1.0",
10178 "inotify 0.9.6",
10179 "kqueue",
10180 "libc",
10181 "log",
10182 "mio 0.8.11",
10183 "walkdir",
10184 "windows-sys 0.48.0",
10185]
10186
10187[[package]]
10188name = "notify"
10189version = "8.0.0"
10190source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10191dependencies = [
10192 "bitflags 2.9.0",
10193 "filetime",
10194 "fsevent-sys 4.1.0",
10195 "inotify 0.11.0",
10196 "kqueue",
10197 "libc",
10198 "log",
10199 "mio 1.0.3",
10200 "notify-types",
10201 "walkdir",
10202 "windows-sys 0.59.0",
10203]
10204
10205[[package]]
10206name = "notify-debouncer-mini"
10207version = "0.4.1"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10210dependencies = [
10211 "crossbeam-channel",
10212 "log",
10213 "notify 6.1.1",
10214]
10215
10216[[package]]
10217name = "notify-types"
10218version = "2.0.0"
10219source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10220
10221[[package]]
10222name = "ntapi"
10223version = "0.4.1"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10226dependencies = [
10227 "winapi",
10228]
10229
10230[[package]]
10231name = "nu-ansi-term"
10232version = "0.50.1"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10235dependencies = [
10236 "windows-sys 0.52.0",
10237]
10238
10239[[package]]
10240name = "num"
10241version = "0.4.3"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10244dependencies = [
10245 "num-bigint",
10246 "num-complex",
10247 "num-integer",
10248 "num-iter",
10249 "num-rational",
10250 "num-traits",
10251]
10252
10253[[package]]
10254name = "num-bigint"
10255version = "0.4.6"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10258dependencies = [
10259 "num-integer",
10260 "num-traits",
10261]
10262
10263[[package]]
10264name = "num-bigint-dig"
10265version = "0.8.4"
10266source = "registry+https://github.com/rust-lang/crates.io-index"
10267checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10268dependencies = [
10269 "byteorder",
10270 "lazy_static",
10271 "libm",
10272 "num-integer",
10273 "num-iter",
10274 "num-traits",
10275 "rand 0.8.5",
10276 "serde",
10277 "smallvec",
10278 "zeroize",
10279]
10280
10281[[package]]
10282name = "num-cmp"
10283version = "0.1.0"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10286
10287[[package]]
10288name = "num-complex"
10289version = "0.4.6"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10292dependencies = [
10293 "bytemuck",
10294 "num-traits",
10295]
10296
10297[[package]]
10298name = "num-conv"
10299version = "0.1.0"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10302
10303[[package]]
10304name = "num-derive"
10305version = "0.4.2"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10308dependencies = [
10309 "proc-macro2",
10310 "quote",
10311 "syn 2.0.101",
10312]
10313
10314[[package]]
10315name = "num-format"
10316version = "0.4.4"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10319dependencies = [
10320 "arrayvec",
10321 "itoa",
10322]
10323
10324[[package]]
10325name = "num-integer"
10326version = "0.1.46"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10329dependencies = [
10330 "num-traits",
10331]
10332
10333[[package]]
10334name = "num-iter"
10335version = "0.1.45"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10338dependencies = [
10339 "autocfg",
10340 "num-integer",
10341 "num-traits",
10342]
10343
10344[[package]]
10345name = "num-rational"
10346version = "0.4.2"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10349dependencies = [
10350 "num-bigint",
10351 "num-integer",
10352 "num-traits",
10353]
10354
10355[[package]]
10356name = "num-traits"
10357version = "0.2.19"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10360dependencies = [
10361 "autocfg",
10362 "libm",
10363]
10364
10365[[package]]
10366name = "num_cpus"
10367version = "1.16.0"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10370dependencies = [
10371 "hermit-abi 0.3.9",
10372 "libc",
10373]
10374
10375[[package]]
10376name = "num_enum"
10377version = "0.7.3"
10378source = "registry+https://github.com/rust-lang/crates.io-index"
10379checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10380dependencies = [
10381 "num_enum_derive",
10382]
10383
10384[[package]]
10385name = "num_enum_derive"
10386version = "0.7.3"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10389dependencies = [
10390 "proc-macro-crate",
10391 "proc-macro2",
10392 "quote",
10393 "syn 2.0.101",
10394]
10395
10396[[package]]
10397name = "num_threads"
10398version = "0.1.7"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10401dependencies = [
10402 "libc",
10403]
10404
10405[[package]]
10406name = "nvim-rs"
10407version = "0.9.2"
10408source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10409dependencies = [
10410 "async-trait",
10411 "futures 0.3.31",
10412 "log",
10413 "rmp",
10414 "rmpv",
10415 "tokio",
10416 "tokio-util",
10417]
10418
10419[[package]]
10420name = "objc"
10421version = "0.2.7"
10422source = "registry+https://github.com/rust-lang/crates.io-index"
10423checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10424dependencies = [
10425 "malloc_buf",
10426 "objc_exception",
10427]
10428
10429[[package]]
10430name = "objc-foundation"
10431version = "0.1.1"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10434dependencies = [
10435 "block",
10436 "objc",
10437 "objc_id",
10438]
10439
10440[[package]]
10441name = "objc2"
10442version = "0.6.1"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10445dependencies = [
10446 "objc2-encode",
10447]
10448
10449[[package]]
10450name = "objc2-app-kit"
10451version = "0.3.1"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10454dependencies = [
10455 "bitflags 2.9.0",
10456 "objc2",
10457 "objc2-core-foundation",
10458 "objc2-foundation",
10459 "objc2-quartz-core",
10460]
10461
10462[[package]]
10463name = "objc2-audio-toolbox"
10464version = "0.3.1"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10467dependencies = [
10468 "bitflags 2.9.0",
10469 "libc",
10470 "objc2",
10471 "objc2-core-audio",
10472 "objc2-core-audio-types",
10473 "objc2-core-foundation",
10474 "objc2-foundation",
10475]
10476
10477[[package]]
10478name = "objc2-core-audio"
10479version = "0.3.1"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10482dependencies = [
10483 "dispatch2",
10484 "objc2",
10485 "objc2-core-audio-types",
10486 "objc2-core-foundation",
10487]
10488
10489[[package]]
10490name = "objc2-core-audio-types"
10491version = "0.3.1"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10494dependencies = [
10495 "bitflags 2.9.0",
10496 "objc2",
10497]
10498
10499[[package]]
10500name = "objc2-core-foundation"
10501version = "0.3.1"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10504dependencies = [
10505 "bitflags 2.9.0",
10506 "dispatch2",
10507 "objc2",
10508]
10509
10510[[package]]
10511name = "objc2-encode"
10512version = "4.1.0"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10515
10516[[package]]
10517name = "objc2-foundation"
10518version = "0.3.1"
10519source = "registry+https://github.com/rust-lang/crates.io-index"
10520checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10521dependencies = [
10522 "bitflags 2.9.0",
10523 "objc2",
10524 "objc2-core-foundation",
10525]
10526
10527[[package]]
10528name = "objc2-metal"
10529version = "0.3.1"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10532dependencies = [
10533 "bitflags 2.9.0",
10534 "block2",
10535 "dispatch2",
10536 "objc2",
10537 "objc2-core-foundation",
10538 "objc2-foundation",
10539]
10540
10541[[package]]
10542name = "objc2-quartz-core"
10543version = "0.3.1"
10544source = "registry+https://github.com/rust-lang/crates.io-index"
10545checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10546dependencies = [
10547 "bitflags 2.9.0",
10548 "objc2",
10549 "objc2-core-foundation",
10550 "objc2-foundation",
10551 "objc2-metal",
10552]
10553
10554[[package]]
10555name = "objc2-ui-kit"
10556version = "0.3.1"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10559dependencies = [
10560 "bitflags 2.9.0",
10561 "objc2",
10562 "objc2-core-foundation",
10563 "objc2-foundation",
10564 "objc2-quartz-core",
10565]
10566
10567[[package]]
10568name = "objc_exception"
10569version = "0.1.2"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10572dependencies = [
10573 "cc",
10574]
10575
10576[[package]]
10577name = "objc_id"
10578version = "0.1.1"
10579source = "registry+https://github.com/rust-lang/crates.io-index"
10580checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10581dependencies = [
10582 "objc",
10583]
10584
10585[[package]]
10586name = "object"
10587version = "0.36.7"
10588source = "registry+https://github.com/rust-lang/crates.io-index"
10589checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10590dependencies = [
10591 "crc32fast",
10592 "hashbrown 0.15.3",
10593 "indexmap 2.9.0",
10594 "memchr",
10595]
10596
10597[[package]]
10598name = "ollama"
10599version = "0.1.0"
10600dependencies = [
10601 "anyhow",
10602 "futures 0.3.31",
10603 "http_client",
10604 "schemars 1.0.1",
10605 "serde",
10606 "serde_json",
10607 "settings",
10608 "workspace-hack",
10609]
10610
10611[[package]]
10612name = "onboarding"
10613version = "0.1.0"
10614dependencies = [
10615 "ai_onboarding",
10616 "anyhow",
10617 "client",
10618 "component",
10619 "db",
10620 "documented",
10621 "editor",
10622 "fs",
10623 "fuzzy",
10624 "git",
10625 "gpui",
10626 "itertools 0.14.0",
10627 "language",
10628 "language_model",
10629 "menu",
10630 "notifications",
10631 "picker",
10632 "project",
10633 "schemars 1.0.1",
10634 "serde",
10635 "settings",
10636 "telemetry",
10637 "theme",
10638 "ui",
10639 "util",
10640 "vim_mode_setting",
10641 "workspace",
10642 "workspace-hack",
10643 "zed_actions",
10644 "zlog",
10645]
10646
10647[[package]]
10648name = "once_cell"
10649version = "1.21.3"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10652
10653[[package]]
10654name = "oo7"
10655version = "0.5.0"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10658dependencies = [
10659 "aes",
10660 "ashpd 0.12.0",
10661 "async-fs",
10662 "async-io",
10663 "async-lock",
10664 "blocking",
10665 "cbc",
10666 "cipher",
10667 "digest",
10668 "endi",
10669 "futures-lite 2.6.0",
10670 "futures-util",
10671 "getrandom 0.3.2",
10672 "hkdf",
10673 "hmac",
10674 "md-5",
10675 "num",
10676 "num-bigint-dig",
10677 "pbkdf2 0.12.2",
10678 "rand 0.9.1",
10679 "serde",
10680 "sha2",
10681 "subtle",
10682 "zbus",
10683 "zbus_macros",
10684 "zeroize",
10685 "zvariant",
10686]
10687
10688[[package]]
10689name = "oorandom"
10690version = "11.1.5"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10693
10694[[package]]
10695name = "open"
10696version = "5.3.2"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10699dependencies = [
10700 "is-wsl",
10701 "libc",
10702 "pathdiff",
10703]
10704
10705[[package]]
10706name = "open_ai"
10707version = "0.1.0"
10708dependencies = [
10709 "anyhow",
10710 "futures 0.3.31",
10711 "http_client",
10712 "log",
10713 "schemars 1.0.1",
10714 "serde",
10715 "serde_json",
10716 "settings",
10717 "strum 0.27.1",
10718 "workspace-hack",
10719]
10720
10721[[package]]
10722name = "open_router"
10723version = "0.1.0"
10724dependencies = [
10725 "anyhow",
10726 "futures 0.3.31",
10727 "http_client",
10728 "schemars 1.0.1",
10729 "serde",
10730 "serde_json",
10731 "settings",
10732 "strum 0.27.1",
10733 "thiserror 2.0.12",
10734 "workspace-hack",
10735]
10736
10737[[package]]
10738name = "opener"
10739version = "0.7.2"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10742dependencies = [
10743 "bstr",
10744 "dbus",
10745 "normpath",
10746 "windows-sys 0.59.0",
10747]
10748
10749[[package]]
10750name = "openssl"
10751version = "0.10.72"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10754dependencies = [
10755 "bitflags 2.9.0",
10756 "cfg-if",
10757 "foreign-types 0.3.2",
10758 "libc",
10759 "once_cell",
10760 "openssl-macros",
10761 "openssl-sys",
10762]
10763
10764[[package]]
10765name = "openssl-macros"
10766version = "0.1.1"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10769dependencies = [
10770 "proc-macro2",
10771 "quote",
10772 "syn 2.0.101",
10773]
10774
10775[[package]]
10776name = "openssl-probe"
10777version = "0.1.6"
10778source = "registry+https://github.com/rust-lang/crates.io-index"
10779checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10780
10781[[package]]
10782name = "openssl-sys"
10783version = "0.9.107"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10786dependencies = [
10787 "cc",
10788 "libc",
10789 "pkg-config",
10790 "vcpkg",
10791]
10792
10793[[package]]
10794name = "optfield"
10795version = "0.3.0"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10798dependencies = [
10799 "proc-macro2",
10800 "quote",
10801 "syn 2.0.101",
10802]
10803
10804[[package]]
10805name = "option-ext"
10806version = "0.2.0"
10807source = "registry+https://github.com/rust-lang/crates.io-index"
10808checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10809
10810[[package]]
10811name = "ordered-float"
10812version = "2.10.1"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10815dependencies = [
10816 "num-traits",
10817]
10818
10819[[package]]
10820name = "ordered-float"
10821version = "4.6.0"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10824dependencies = [
10825 "num-traits",
10826]
10827
10828[[package]]
10829name = "ordered-stream"
10830version = "0.2.0"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10833dependencies = [
10834 "futures-core",
10835 "pin-project-lite",
10836]
10837
10838[[package]]
10839name = "ouroboros"
10840version = "0.18.5"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10843dependencies = [
10844 "aliasable",
10845 "ouroboros_macro",
10846 "static_assertions",
10847]
10848
10849[[package]]
10850name = "ouroboros_macro"
10851version = "0.18.5"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10854dependencies = [
10855 "heck 0.4.1",
10856 "proc-macro2",
10857 "proc-macro2-diagnostics",
10858 "quote",
10859 "syn 2.0.101",
10860]
10861
10862[[package]]
10863name = "outline"
10864version = "0.1.0"
10865dependencies = [
10866 "editor",
10867 "fuzzy",
10868 "gpui",
10869 "indoc",
10870 "language",
10871 "menu",
10872 "ordered-float 2.10.1",
10873 "picker",
10874 "project",
10875 "rope",
10876 "serde_json",
10877 "settings",
10878 "smol",
10879 "theme",
10880 "tree-sitter-rust",
10881 "tree-sitter-typescript",
10882 "ui",
10883 "util",
10884 "workspace",
10885 "workspace-hack",
10886 "zed_actions",
10887]
10888
10889[[package]]
10890name = "outline_panel"
10891version = "0.1.0"
10892dependencies = [
10893 "anyhow",
10894 "collections",
10895 "db",
10896 "editor",
10897 "file_icons",
10898 "fuzzy",
10899 "gpui",
10900 "itertools 0.14.0",
10901 "language",
10902 "log",
10903 "menu",
10904 "outline",
10905 "pretty_assertions",
10906 "project",
10907 "search",
10908 "serde",
10909 "serde_json",
10910 "settings",
10911 "smallvec",
10912 "smol",
10913 "theme",
10914 "ui",
10915 "util",
10916 "workspace",
10917 "workspace-hack",
10918 "worktree",
10919 "zed_actions",
10920]
10921
10922[[package]]
10923name = "outref"
10924version = "0.5.2"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10927
10928[[package]]
10929name = "p256"
10930version = "0.11.1"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10933dependencies = [
10934 "ecdsa",
10935 "elliptic-curve",
10936 "sha2",
10937]
10938
10939[[package]]
10940name = "page_size"
10941version = "0.6.0"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10944dependencies = [
10945 "libc",
10946 "winapi",
10947]
10948
10949[[package]]
10950name = "palette"
10951version = "0.7.6"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10954dependencies = [
10955 "approx",
10956 "fast-srgb8",
10957 "palette_derive",
10958]
10959
10960[[package]]
10961name = "palette_derive"
10962version = "0.7.6"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10965dependencies = [
10966 "by_address",
10967 "proc-macro2",
10968 "quote",
10969 "syn 2.0.101",
10970]
10971
10972[[package]]
10973name = "panel"
10974version = "0.1.0"
10975dependencies = [
10976 "editor",
10977 "gpui",
10978 "settings",
10979 "theme",
10980 "ui",
10981 "workspace",
10982 "workspace-hack",
10983]
10984
10985[[package]]
10986name = "parking"
10987version = "2.2.1"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10990
10991[[package]]
10992name = "parking_lot"
10993version = "0.12.4"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10996dependencies = [
10997 "lock_api",
10998 "parking_lot_core",
10999]
11000
11001[[package]]
11002name = "parking_lot_core"
11003version = "0.9.11"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11006dependencies = [
11007 "cfg-if",
11008 "libc",
11009 "redox_syscall 0.5.11",
11010 "smallvec",
11011 "windows-targets 0.52.6",
11012]
11013
11014[[package]]
11015name = "parse_int"
11016version = "0.9.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11019dependencies = [
11020 "num-traits",
11021]
11022
11023[[package]]
11024name = "partial-json-fixer"
11025version = "0.5.3"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11028
11029[[package]]
11030name = "password-hash"
11031version = "0.4.2"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11034dependencies = [
11035 "base64ct",
11036 "rand_core 0.6.4",
11037 "subtle",
11038]
11039
11040[[package]]
11041name = "password-hash"
11042version = "0.5.0"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11045dependencies = [
11046 "base64ct",
11047 "rand_core 0.6.4",
11048 "subtle",
11049]
11050
11051[[package]]
11052name = "paste"
11053version = "1.0.15"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11056
11057[[package]]
11058name = "pathdiff"
11059version = "0.2.3"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11062
11063[[package]]
11064name = "pathfinder_geometry"
11065version = "0.5.1"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11068dependencies = [
11069 "log",
11070 "pathfinder_simd",
11071]
11072
11073[[package]]
11074name = "pathfinder_simd"
11075version = "0.5.5"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11078dependencies = [
11079 "rustc_version",
11080]
11081
11082[[package]]
11083name = "paths"
11084version = "0.1.0"
11085dependencies = [
11086 "dirs 4.0.0",
11087 "ignore",
11088 "util",
11089 "workspace-hack",
11090]
11091
11092[[package]]
11093name = "pbjson"
11094version = "0.6.0"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11097dependencies = [
11098 "base64 0.21.7",
11099 "serde",
11100]
11101
11102[[package]]
11103name = "pbjson-build"
11104version = "0.6.2"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11107dependencies = [
11108 "heck 0.4.1",
11109 "itertools 0.11.0",
11110 "prost 0.12.6",
11111 "prost-types 0.12.6",
11112]
11113
11114[[package]]
11115name = "pbjson-types"
11116version = "0.6.0"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11119dependencies = [
11120 "bytes 1.10.1",
11121 "chrono",
11122 "pbjson",
11123 "pbjson-build",
11124 "prost 0.12.6",
11125 "prost-build 0.12.6",
11126 "serde",
11127]
11128
11129[[package]]
11130name = "pbkdf2"
11131version = "0.11.0"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11134dependencies = [
11135 "digest",
11136 "hmac",
11137 "password-hash 0.4.2",
11138 "sha2",
11139]
11140
11141[[package]]
11142name = "pbkdf2"
11143version = "0.12.2"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11146dependencies = [
11147 "digest",
11148 "hmac",
11149]
11150
11151[[package]]
11152name = "pciid-parser"
11153version = "0.8.0"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11156
11157[[package]]
11158name = "pem"
11159version = "3.0.5"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11162dependencies = [
11163 "base64 0.22.1",
11164 "serde",
11165]
11166
11167[[package]]
11168name = "pem-rfc7468"
11169version = "0.7.0"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11172dependencies = [
11173 "base64ct",
11174]
11175
11176[[package]]
11177name = "percent-encoding"
11178version = "2.3.1"
11179source = "registry+https://github.com/rust-lang/crates.io-index"
11180checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11181
11182[[package]]
11183name = "perf"
11184version = "0.1.0"
11185dependencies = [
11186 "collections",
11187 "serde",
11188 "serde_json",
11189 "workspace-hack",
11190]
11191
11192[[package]]
11193name = "pest"
11194version = "2.8.0"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11197dependencies = [
11198 "memchr",
11199 "thiserror 2.0.12",
11200 "ucd-trie",
11201]
11202
11203[[package]]
11204name = "pest_derive"
11205version = "2.8.0"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11208dependencies = [
11209 "pest",
11210 "pest_generator",
11211]
11212
11213[[package]]
11214name = "pest_generator"
11215version = "2.8.0"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11218dependencies = [
11219 "pest",
11220 "pest_meta",
11221 "proc-macro2",
11222 "quote",
11223 "syn 2.0.101",
11224]
11225
11226[[package]]
11227name = "pest_meta"
11228version = "2.8.0"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11231dependencies = [
11232 "once_cell",
11233 "pest",
11234 "sha2",
11235]
11236
11237[[package]]
11238name = "pet"
11239version = "0.1.0"
11240source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11241dependencies = [
11242 "clap",
11243 "env_logger 0.10.2",
11244 "lazy_static",
11245 "log",
11246 "msvc_spectre_libs",
11247 "pet-conda",
11248 "pet-core",
11249 "pet-env-var-path",
11250 "pet-fs",
11251 "pet-global-virtualenvs",
11252 "pet-homebrew",
11253 "pet-jsonrpc",
11254 "pet-linux-global-python",
11255 "pet-mac-commandlinetools",
11256 "pet-mac-python-org",
11257 "pet-mac-xcode",
11258 "pet-pipenv",
11259 "pet-pixi",
11260 "pet-poetry",
11261 "pet-pyenv",
11262 "pet-python-utils",
11263 "pet-reporter",
11264 "pet-telemetry",
11265 "pet-venv",
11266 "pet-virtualenv",
11267 "pet-virtualenvwrapper",
11268 "pet-windows-registry",
11269 "pet-windows-store",
11270 "serde",
11271 "serde_json",
11272]
11273
11274[[package]]
11275name = "pet-conda"
11276version = "0.1.0"
11277source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11278dependencies = [
11279 "env_logger 0.10.2",
11280 "lazy_static",
11281 "log",
11282 "msvc_spectre_libs",
11283 "pet-core",
11284 "pet-fs",
11285 "pet-python-utils",
11286 "pet-reporter",
11287 "regex",
11288 "serde",
11289 "serde_json",
11290 "yaml-rust2",
11291]
11292
11293[[package]]
11294name = "pet-core"
11295version = "0.1.0"
11296source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11297dependencies = [
11298 "clap",
11299 "lazy_static",
11300 "log",
11301 "msvc_spectre_libs",
11302 "pet-fs",
11303 "regex",
11304 "serde",
11305 "serde_json",
11306]
11307
11308[[package]]
11309name = "pet-env-var-path"
11310version = "0.1.0"
11311source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11312dependencies = [
11313 "lazy_static",
11314 "log",
11315 "msvc_spectre_libs",
11316 "pet-conda",
11317 "pet-core",
11318 "pet-fs",
11319 "pet-python-utils",
11320 "pet-virtualenv",
11321 "regex",
11322]
11323
11324[[package]]
11325name = "pet-fs"
11326version = "0.1.0"
11327source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11328dependencies = [
11329 "log",
11330 "msvc_spectre_libs",
11331]
11332
11333[[package]]
11334name = "pet-global-virtualenvs"
11335version = "0.1.0"
11336source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11337dependencies = [
11338 "log",
11339 "msvc_spectre_libs",
11340 "pet-conda",
11341 "pet-core",
11342 "pet-fs",
11343 "pet-virtualenv",
11344]
11345
11346[[package]]
11347name = "pet-homebrew"
11348version = "0.1.0"
11349source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11350dependencies = [
11351 "lazy_static",
11352 "log",
11353 "msvc_spectre_libs",
11354 "pet-conda",
11355 "pet-core",
11356 "pet-fs",
11357 "pet-python-utils",
11358 "pet-virtualenv",
11359 "regex",
11360 "serde",
11361 "serde_json",
11362]
11363
11364[[package]]
11365name = "pet-jsonrpc"
11366version = "0.1.0"
11367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11368dependencies = [
11369 "env_logger 0.10.2",
11370 "log",
11371 "msvc_spectre_libs",
11372 "pet-core",
11373 "serde",
11374 "serde_json",
11375]
11376
11377[[package]]
11378name = "pet-linux-global-python"
11379version = "0.1.0"
11380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11381dependencies = [
11382 "log",
11383 "msvc_spectre_libs",
11384 "pet-core",
11385 "pet-fs",
11386 "pet-python-utils",
11387 "pet-virtualenv",
11388]
11389
11390[[package]]
11391name = "pet-mac-commandlinetools"
11392version = "0.1.0"
11393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11394dependencies = [
11395 "log",
11396 "msvc_spectre_libs",
11397 "pet-core",
11398 "pet-fs",
11399 "pet-python-utils",
11400 "pet-virtualenv",
11401]
11402
11403[[package]]
11404name = "pet-mac-python-org"
11405version = "0.1.0"
11406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11407dependencies = [
11408 "log",
11409 "msvc_spectre_libs",
11410 "pet-core",
11411 "pet-fs",
11412 "pet-python-utils",
11413 "pet-virtualenv",
11414]
11415
11416[[package]]
11417name = "pet-mac-xcode"
11418version = "0.1.0"
11419source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11420dependencies = [
11421 "log",
11422 "msvc_spectre_libs",
11423 "pet-core",
11424 "pet-fs",
11425 "pet-python-utils",
11426 "pet-virtualenv",
11427]
11428
11429[[package]]
11430name = "pet-pipenv"
11431version = "0.1.0"
11432source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11433dependencies = [
11434 "log",
11435 "msvc_spectre_libs",
11436 "pet-core",
11437 "pet-fs",
11438 "pet-python-utils",
11439 "pet-virtualenv",
11440]
11441
11442[[package]]
11443name = "pet-pixi"
11444version = "0.1.0"
11445source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11446dependencies = [
11447 "log",
11448 "msvc_spectre_libs",
11449 "pet-conda",
11450 "pet-core",
11451 "pet-python-utils",
11452]
11453
11454[[package]]
11455name = "pet-poetry"
11456version = "0.1.0"
11457source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11458dependencies = [
11459 "base64 0.22.1",
11460 "lazy_static",
11461 "log",
11462 "msvc_spectre_libs",
11463 "pet-core",
11464 "pet-fs",
11465 "pet-python-utils",
11466 "pet-reporter",
11467 "pet-virtualenv",
11468 "regex",
11469 "serde",
11470 "serde_json",
11471 "sha2",
11472 "toml 0.8.20",
11473]
11474
11475[[package]]
11476name = "pet-pyenv"
11477version = "0.1.0"
11478source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11479dependencies = [
11480 "lazy_static",
11481 "log",
11482 "msvc_spectre_libs",
11483 "pet-conda",
11484 "pet-core",
11485 "pet-fs",
11486 "pet-python-utils",
11487 "pet-reporter",
11488 "regex",
11489 "serde",
11490 "serde_json",
11491]
11492
11493[[package]]
11494name = "pet-python-utils"
11495version = "0.1.0"
11496source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11497dependencies = [
11498 "env_logger 0.10.2",
11499 "lazy_static",
11500 "log",
11501 "msvc_spectre_libs",
11502 "pet-core",
11503 "pet-fs",
11504 "regex",
11505 "serde",
11506 "serde_json",
11507 "sha2",
11508]
11509
11510[[package]]
11511name = "pet-reporter"
11512version = "0.1.0"
11513source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11514dependencies = [
11515 "env_logger 0.10.2",
11516 "log",
11517 "msvc_spectre_libs",
11518 "pet-core",
11519 "pet-jsonrpc",
11520 "serde",
11521 "serde_json",
11522]
11523
11524[[package]]
11525name = "pet-telemetry"
11526version = "0.1.0"
11527source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11528dependencies = [
11529 "env_logger 0.10.2",
11530 "lazy_static",
11531 "log",
11532 "msvc_spectre_libs",
11533 "pet-core",
11534 "pet-fs",
11535 "pet-python-utils",
11536 "regex",
11537]
11538
11539[[package]]
11540name = "pet-venv"
11541version = "0.1.0"
11542source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11543dependencies = [
11544 "log",
11545 "msvc_spectre_libs",
11546 "pet-core",
11547 "pet-python-utils",
11548 "pet-virtualenv",
11549]
11550
11551[[package]]
11552name = "pet-virtualenv"
11553version = "0.1.0"
11554source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11555dependencies = [
11556 "log",
11557 "msvc_spectre_libs",
11558 "pet-core",
11559 "pet-fs",
11560 "pet-python-utils",
11561]
11562
11563[[package]]
11564name = "pet-virtualenvwrapper"
11565version = "0.1.0"
11566source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11567dependencies = [
11568 "log",
11569 "msvc_spectre_libs",
11570 "pet-core",
11571 "pet-fs",
11572 "pet-python-utils",
11573 "pet-virtualenv",
11574]
11575
11576[[package]]
11577name = "pet-windows-registry"
11578version = "0.1.0"
11579source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11580dependencies = [
11581 "lazy_static",
11582 "log",
11583 "msvc_spectre_libs",
11584 "pet-conda",
11585 "pet-core",
11586 "pet-fs",
11587 "pet-python-utils",
11588 "pet-virtualenv",
11589 "pet-windows-store",
11590 "regex",
11591 "winreg 0.55.0",
11592]
11593
11594[[package]]
11595name = "pet-windows-store"
11596version = "0.1.0"
11597source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11598dependencies = [
11599 "lazy_static",
11600 "log",
11601 "msvc_spectre_libs",
11602 "pet-core",
11603 "pet-fs",
11604 "pet-python-utils",
11605 "pet-virtualenv",
11606 "regex",
11607 "winreg 0.55.0",
11608]
11609
11610[[package]]
11611name = "petgraph"
11612version = "0.6.5"
11613source = "registry+https://github.com/rust-lang/crates.io-index"
11614checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11615dependencies = [
11616 "fixedbitset",
11617 "indexmap 2.9.0",
11618]
11619
11620[[package]]
11621name = "pgvector"
11622version = "0.4.0"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11625dependencies = [
11626 "serde",
11627]
11628
11629[[package]]
11630name = "phf"
11631version = "0.11.3"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11634dependencies = [
11635 "phf_macros",
11636 "phf_shared",
11637]
11638
11639[[package]]
11640name = "phf_codegen"
11641version = "0.11.3"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11644dependencies = [
11645 "phf_generator",
11646 "phf_shared",
11647]
11648
11649[[package]]
11650name = "phf_generator"
11651version = "0.11.3"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11654dependencies = [
11655 "phf_shared",
11656 "rand 0.8.5",
11657]
11658
11659[[package]]
11660name = "phf_macros"
11661version = "0.11.3"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11664dependencies = [
11665 "phf_generator",
11666 "phf_shared",
11667 "proc-macro2",
11668 "quote",
11669 "syn 2.0.101",
11670]
11671
11672[[package]]
11673name = "phf_shared"
11674version = "0.11.3"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11677dependencies = [
11678 "siphasher",
11679]
11680
11681[[package]]
11682name = "picker"
11683version = "0.1.0"
11684dependencies = [
11685 "anyhow",
11686 "ctor",
11687 "editor",
11688 "env_logger 0.11.8",
11689 "gpui",
11690 "menu",
11691 "schemars 1.0.1",
11692 "serde",
11693 "serde_json",
11694 "theme",
11695 "ui",
11696 "workspace",
11697 "workspace-hack",
11698]
11699
11700[[package]]
11701name = "pico-args"
11702version = "0.5.0"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11705
11706[[package]]
11707name = "pin-project"
11708version = "1.1.10"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11711dependencies = [
11712 "pin-project-internal",
11713]
11714
11715[[package]]
11716name = "pin-project-internal"
11717version = "1.1.10"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11720dependencies = [
11721 "proc-macro2",
11722 "quote",
11723 "syn 2.0.101",
11724]
11725
11726[[package]]
11727name = "pin-project-lite"
11728version = "0.2.16"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11731
11732[[package]]
11733name = "pin-utils"
11734version = "0.1.0"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11737
11738[[package]]
11739name = "piper"
11740version = "0.2.4"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11743dependencies = [
11744 "atomic-waker",
11745 "fastrand 2.3.0",
11746 "futures-io",
11747]
11748
11749[[package]]
11750name = "pkcs1"
11751version = "0.7.5"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11754dependencies = [
11755 "der 0.7.10",
11756 "pkcs8 0.10.2",
11757 "spki 0.7.3",
11758]
11759
11760[[package]]
11761name = "pkcs8"
11762version = "0.9.0"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11765dependencies = [
11766 "der 0.6.1",
11767 "spki 0.6.0",
11768]
11769
11770[[package]]
11771name = "pkcs8"
11772version = "0.10.2"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11775dependencies = [
11776 "der 0.7.10",
11777 "spki 0.7.3",
11778]
11779
11780[[package]]
11781name = "pkg-config"
11782version = "0.3.32"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11785
11786[[package]]
11787name = "plain"
11788version = "0.2.3"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11791
11792[[package]]
11793name = "plist"
11794version = "1.7.1"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11797dependencies = [
11798 "base64 0.22.1",
11799 "indexmap 2.9.0",
11800 "quick-xml 0.32.0",
11801 "serde",
11802 "time",
11803]
11804
11805[[package]]
11806name = "plotters"
11807version = "0.3.7"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11810dependencies = [
11811 "num-traits",
11812 "plotters-backend",
11813 "plotters-svg",
11814 "wasm-bindgen",
11815 "web-sys",
11816]
11817
11818[[package]]
11819name = "plotters-backend"
11820version = "0.3.7"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11823
11824[[package]]
11825name = "plotters-svg"
11826version = "0.3.7"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11829dependencies = [
11830 "plotters-backend",
11831]
11832
11833[[package]]
11834name = "png"
11835version = "0.17.16"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11838dependencies = [
11839 "bitflags 1.3.2",
11840 "crc32fast",
11841 "fdeflate",
11842 "flate2",
11843 "miniz_oxide",
11844]
11845
11846[[package]]
11847name = "polling"
11848version = "3.11.0"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11851dependencies = [
11852 "cfg-if",
11853 "concurrent-queue",
11854 "hermit-abi 0.5.0",
11855 "pin-project-lite",
11856 "rustix 1.0.7",
11857 "windows-sys 0.61.0",
11858]
11859
11860[[package]]
11861name = "pollster"
11862version = "0.2.5"
11863source = "registry+https://github.com/rust-lang/crates.io-index"
11864checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11865
11866[[package]]
11867name = "portable-atomic"
11868version = "1.11.0"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11871
11872[[package]]
11873name = "portable-atomic-util"
11874version = "0.2.4"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11877dependencies = [
11878 "portable-atomic",
11879]
11880
11881[[package]]
11882name = "portable-pty"
11883version = "0.9.0"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11886dependencies = [
11887 "anyhow",
11888 "bitflags 1.3.2",
11889 "downcast-rs",
11890 "filedescriptor",
11891 "lazy_static",
11892 "libc",
11893 "log",
11894 "nix 0.28.0",
11895 "serial2",
11896 "shared_library",
11897 "shell-words",
11898 "winapi",
11899 "winreg 0.10.1",
11900]
11901
11902[[package]]
11903name = "postage"
11904version = "0.5.0"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11907dependencies = [
11908 "atomic",
11909 "crossbeam-queue",
11910 "futures 0.3.31",
11911 "log",
11912 "parking_lot",
11913 "pin-project",
11914 "pollster",
11915 "static_assertions",
11916 "thiserror 1.0.69",
11917]
11918
11919[[package]]
11920name = "postcard"
11921version = "1.1.1"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11924dependencies = [
11925 "cobs",
11926 "embedded-io 0.4.0",
11927 "embedded-io 0.6.1",
11928 "serde",
11929]
11930
11931[[package]]
11932name = "powerfmt"
11933version = "0.2.0"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11936
11937[[package]]
11938name = "ppv-lite86"
11939version = "0.2.21"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11942dependencies = [
11943 "zerocopy 0.8.24",
11944]
11945
11946[[package]]
11947name = "precomputed-hash"
11948version = "0.1.1"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11951
11952[[package]]
11953name = "prettier"
11954version = "0.1.0"
11955dependencies = [
11956 "anyhow",
11957 "collections",
11958 "fs",
11959 "gpui",
11960 "language",
11961 "log",
11962 "lsp",
11963 "node_runtime",
11964 "parking_lot",
11965 "paths",
11966 "serde",
11967 "serde_json",
11968 "util",
11969 "workspace-hack",
11970]
11971
11972[[package]]
11973name = "pretty_assertions"
11974version = "1.4.1"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11977dependencies = [
11978 "diff",
11979 "yansi",
11980]
11981
11982[[package]]
11983name = "prettyplease"
11984version = "0.2.32"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11987dependencies = [
11988 "proc-macro2",
11989 "syn 2.0.101",
11990]
11991
11992[[package]]
11993name = "primal-check"
11994version = "0.3.4"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
11997dependencies = [
11998 "num-integer",
11999]
12000
12001[[package]]
12002name = "proc-macro-crate"
12003version = "3.3.0"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12006dependencies = [
12007 "toml_edit",
12008]
12009
12010[[package]]
12011name = "proc-macro-error-attr2"
12012version = "2.0.0"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12015dependencies = [
12016 "proc-macro2",
12017 "quote",
12018]
12019
12020[[package]]
12021name = "proc-macro-error2"
12022version = "2.0.1"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12025dependencies = [
12026 "proc-macro-error-attr2",
12027 "proc-macro2",
12028 "quote",
12029 "syn 2.0.101",
12030]
12031
12032[[package]]
12033name = "proc-macro2"
12034version = "1.0.95"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12037dependencies = [
12038 "unicode-ident",
12039]
12040
12041[[package]]
12042name = "proc-macro2-diagnostics"
12043version = "0.10.1"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12046dependencies = [
12047 "proc-macro2",
12048 "quote",
12049 "syn 2.0.101",
12050 "version_check",
12051 "yansi",
12052]
12053
12054[[package]]
12055name = "procfs-core"
12056version = "0.16.0"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12059dependencies = [
12060 "bitflags 2.9.0",
12061 "hex",
12062]
12063
12064[[package]]
12065name = "profiling"
12066version = "1.0.16"
12067source = "registry+https://github.com/rust-lang/crates.io-index"
12068checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12069dependencies = [
12070 "profiling-procmacros",
12071]
12072
12073[[package]]
12074name = "profiling-procmacros"
12075version = "1.0.16"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12078dependencies = [
12079 "quote",
12080 "syn 2.0.101",
12081]
12082
12083[[package]]
12084name = "project"
12085version = "0.1.0"
12086dependencies = [
12087 "aho-corasick",
12088 "anyhow",
12089 "askpass",
12090 "async-compression",
12091 "async-tar",
12092 "async-trait",
12093 "base64 0.22.1",
12094 "buffer_diff",
12095 "circular-buffer",
12096 "client",
12097 "clock",
12098 "collections",
12099 "context_server",
12100 "dap",
12101 "dap_adapters",
12102 "extension",
12103 "fancy-regex 0.14.0",
12104 "feature_flags",
12105 "fs",
12106 "futures 0.3.31",
12107 "fuzzy",
12108 "git",
12109 "git2",
12110 "git_hosting_providers",
12111 "globset",
12112 "gpui",
12113 "http_client",
12114 "image",
12115 "indexmap 2.9.0",
12116 "itertools 0.14.0",
12117 "language",
12118 "log",
12119 "lsp",
12120 "markdown",
12121 "node_runtime",
12122 "parking_lot",
12123 "paths",
12124 "postage",
12125 "prettier",
12126 "pretty_assertions",
12127 "rand 0.9.1",
12128 "regex",
12129 "release_channel",
12130 "remote",
12131 "rpc",
12132 "schemars 1.0.1",
12133 "semver",
12134 "serde",
12135 "serde_json",
12136 "settings",
12137 "sha2",
12138 "shellexpand 2.1.2",
12139 "shlex",
12140 "smallvec",
12141 "smol",
12142 "snippet",
12143 "snippet_provider",
12144 "sum_tree",
12145 "task",
12146 "tempfile",
12147 "terminal",
12148 "text",
12149 "toml 0.8.20",
12150 "unindent",
12151 "url",
12152 "util",
12153 "watch",
12154 "which 6.0.3",
12155 "workspace-hack",
12156 "worktree",
12157 "zeroize",
12158 "zlog",
12159]
12160
12161[[package]]
12162name = "project_panel"
12163version = "0.1.0"
12164dependencies = [
12165 "anyhow",
12166 "client",
12167 "collections",
12168 "command_palette_hooks",
12169 "criterion",
12170 "db",
12171 "editor",
12172 "file_icons",
12173 "git",
12174 "git_ui",
12175 "gpui",
12176 "language",
12177 "menu",
12178 "pretty_assertions",
12179 "project",
12180 "rayon",
12181 "schemars 1.0.1",
12182 "search",
12183 "serde",
12184 "serde_json",
12185 "settings",
12186 "smallvec",
12187 "telemetry",
12188 "theme",
12189 "ui",
12190 "util",
12191 "workspace",
12192 "workspace-hack",
12193 "worktree",
12194 "zed_actions",
12195]
12196
12197[[package]]
12198name = "project_symbols"
12199version = "0.1.0"
12200dependencies = [
12201 "anyhow",
12202 "editor",
12203 "futures 0.3.31",
12204 "fuzzy",
12205 "gpui",
12206 "language",
12207 "lsp",
12208 "ordered-float 2.10.1",
12209 "picker",
12210 "project",
12211 "release_channel",
12212 "serde_json",
12213 "settings",
12214 "theme",
12215 "util",
12216 "workspace",
12217 "workspace-hack",
12218]
12219
12220[[package]]
12221name = "prometheus"
12222version = "0.14.0"
12223source = "registry+https://github.com/rust-lang/crates.io-index"
12224checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12225dependencies = [
12226 "cfg-if",
12227 "fnv",
12228 "lazy_static",
12229 "memchr",
12230 "parking_lot",
12231 "protobuf",
12232 "thiserror 2.0.12",
12233]
12234
12235[[package]]
12236name = "prompt_store"
12237version = "0.1.0"
12238dependencies = [
12239 "anyhow",
12240 "assets",
12241 "chrono",
12242 "collections",
12243 "fs",
12244 "futures 0.3.31",
12245 "fuzzy",
12246 "gpui",
12247 "handlebars 4.5.0",
12248 "heed",
12249 "language",
12250 "log",
12251 "parking_lot",
12252 "paths",
12253 "rope",
12254 "serde",
12255 "serde_json",
12256 "text",
12257 "util",
12258 "uuid",
12259 "workspace-hack",
12260]
12261
12262[[package]]
12263name = "prost"
12264version = "0.9.0"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12267dependencies = [
12268 "bytes 1.10.1",
12269 "prost-derive 0.9.0",
12270]
12271
12272[[package]]
12273name = "prost"
12274version = "0.12.6"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12277dependencies = [
12278 "bytes 1.10.1",
12279 "prost-derive 0.12.6",
12280]
12281
12282[[package]]
12283name = "prost-build"
12284version = "0.9.0"
12285source = "registry+https://github.com/rust-lang/crates.io-index"
12286checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12287dependencies = [
12288 "bytes 1.10.1",
12289 "heck 0.3.3",
12290 "itertools 0.10.5",
12291 "lazy_static",
12292 "log",
12293 "multimap",
12294 "petgraph",
12295 "prost 0.9.0",
12296 "prost-types 0.9.0",
12297 "regex",
12298 "tempfile",
12299 "which 4.4.2",
12300]
12301
12302[[package]]
12303name = "prost-build"
12304version = "0.12.6"
12305source = "registry+https://github.com/rust-lang/crates.io-index"
12306checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12307dependencies = [
12308 "bytes 1.10.1",
12309 "heck 0.5.0",
12310 "itertools 0.12.1",
12311 "log",
12312 "multimap",
12313 "once_cell",
12314 "petgraph",
12315 "prettyplease",
12316 "prost 0.12.6",
12317 "prost-types 0.12.6",
12318 "regex",
12319 "syn 2.0.101",
12320 "tempfile",
12321]
12322
12323[[package]]
12324name = "prost-derive"
12325version = "0.9.0"
12326source = "registry+https://github.com/rust-lang/crates.io-index"
12327checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12328dependencies = [
12329 "anyhow",
12330 "itertools 0.10.5",
12331 "proc-macro2",
12332 "quote",
12333 "syn 1.0.109",
12334]
12335
12336[[package]]
12337name = "prost-derive"
12338version = "0.12.6"
12339source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12341dependencies = [
12342 "anyhow",
12343 "itertools 0.12.1",
12344 "proc-macro2",
12345 "quote",
12346 "syn 2.0.101",
12347]
12348
12349[[package]]
12350name = "prost-types"
12351version = "0.9.0"
12352source = "registry+https://github.com/rust-lang/crates.io-index"
12353checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12354dependencies = [
12355 "bytes 1.10.1",
12356 "prost 0.9.0",
12357]
12358
12359[[package]]
12360name = "prost-types"
12361version = "0.12.6"
12362source = "registry+https://github.com/rust-lang/crates.io-index"
12363checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12364dependencies = [
12365 "prost 0.12.6",
12366]
12367
12368[[package]]
12369name = "proto"
12370version = "0.1.0"
12371dependencies = [
12372 "anyhow",
12373 "collections",
12374 "prost 0.9.0",
12375 "prost-build 0.9.0",
12376 "serde",
12377 "typed-path",
12378 "workspace-hack",
12379]
12380
12381[[package]]
12382name = "protobuf"
12383version = "3.7.2"
12384source = "registry+https://github.com/rust-lang/crates.io-index"
12385checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12386dependencies = [
12387 "once_cell",
12388 "protobuf-support",
12389 "thiserror 1.0.69",
12390]
12391
12392[[package]]
12393name = "protobuf-support"
12394version = "3.7.2"
12395source = "registry+https://github.com/rust-lang/crates.io-index"
12396checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12397dependencies = [
12398 "thiserror 1.0.69",
12399]
12400
12401[[package]]
12402name = "psm"
12403version = "0.1.25"
12404source = "registry+https://github.com/rust-lang/crates.io-index"
12405checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12406dependencies = [
12407 "cc",
12408]
12409
12410[[package]]
12411name = "ptr_meta"
12412version = "0.1.4"
12413source = "registry+https://github.com/rust-lang/crates.io-index"
12414checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12415dependencies = [
12416 "ptr_meta_derive",
12417]
12418
12419[[package]]
12420name = "ptr_meta_derive"
12421version = "0.1.4"
12422source = "registry+https://github.com/rust-lang/crates.io-index"
12423checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12424dependencies = [
12425 "proc-macro2",
12426 "quote",
12427 "syn 1.0.109",
12428]
12429
12430[[package]]
12431name = "pulldown-cmark"
12432version = "0.10.3"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12435dependencies = [
12436 "bitflags 2.9.0",
12437 "memchr",
12438 "pulldown-cmark-escape",
12439 "unicase",
12440]
12441
12442[[package]]
12443name = "pulldown-cmark"
12444version = "0.12.2"
12445source = "registry+https://github.com/rust-lang/crates.io-index"
12446checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12447dependencies = [
12448 "bitflags 2.9.0",
12449 "memchr",
12450 "unicase",
12451]
12452
12453[[package]]
12454name = "pulldown-cmark-escape"
12455version = "0.10.1"
12456source = "registry+https://github.com/rust-lang/crates.io-index"
12457checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12458
12459[[package]]
12460name = "pulley-interpreter"
12461version = "29.0.1"
12462source = "registry+https://github.com/rust-lang/crates.io-index"
12463checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12464dependencies = [
12465 "cranelift-bitset",
12466 "log",
12467 "sptr",
12468 "wasmtime-math",
12469]
12470
12471[[package]]
12472name = "pulp"
12473version = "0.18.22"
12474source = "registry+https://github.com/rust-lang/crates.io-index"
12475checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12476dependencies = [
12477 "bytemuck",
12478 "libm",
12479 "num-complex",
12480 "reborrow",
12481]
12482
12483[[package]]
12484name = "pulp"
12485version = "0.21.5"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12488dependencies = [
12489 "bytemuck",
12490 "cfg-if",
12491 "libm",
12492 "num-complex",
12493 "reborrow",
12494 "version_check",
12495]
12496
12497[[package]]
12498name = "qoi"
12499version = "0.4.1"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12502dependencies = [
12503 "bytemuck",
12504]
12505
12506[[package]]
12507name = "quick-error"
12508version = "2.0.1"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12511
12512[[package]]
12513name = "quick-xml"
12514version = "0.30.0"
12515source = "registry+https://github.com/rust-lang/crates.io-index"
12516checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12517dependencies = [
12518 "memchr",
12519]
12520
12521[[package]]
12522name = "quick-xml"
12523version = "0.32.0"
12524source = "registry+https://github.com/rust-lang/crates.io-index"
12525checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12526dependencies = [
12527 "memchr",
12528]
12529
12530[[package]]
12531name = "quick-xml"
12532version = "0.37.4"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12535dependencies = [
12536 "memchr",
12537]
12538
12539[[package]]
12540name = "quinn"
12541version = "0.11.7"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12544dependencies = [
12545 "bytes 1.10.1",
12546 "cfg_aliases 0.2.1",
12547 "pin-project-lite",
12548 "quinn-proto",
12549 "quinn-udp",
12550 "rustc-hash 2.1.1",
12551 "rustls 0.23.26",
12552 "socket2",
12553 "thiserror 2.0.12",
12554 "tokio",
12555 "tracing",
12556 "web-time",
12557]
12558
12559[[package]]
12560name = "quinn-proto"
12561version = "0.11.10"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12564dependencies = [
12565 "bytes 1.10.1",
12566 "getrandom 0.3.2",
12567 "rand 0.9.1",
12568 "ring",
12569 "rustc-hash 2.1.1",
12570 "rustls 0.23.26",
12571 "rustls-pki-types",
12572 "slab",
12573 "thiserror 2.0.12",
12574 "tinyvec",
12575 "tracing",
12576 "web-time",
12577]
12578
12579[[package]]
12580name = "quinn-udp"
12581version = "0.5.11"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12584dependencies = [
12585 "cfg_aliases 0.2.1",
12586 "libc",
12587 "once_cell",
12588 "socket2",
12589 "tracing",
12590 "windows-sys 0.59.0",
12591]
12592
12593[[package]]
12594name = "quote"
12595version = "1.0.40"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12598dependencies = [
12599 "proc-macro2",
12600]
12601
12602[[package]]
12603name = "r-efi"
12604version = "5.2.0"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12607
12608[[package]]
12609name = "radium"
12610version = "0.7.0"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12613
12614[[package]]
12615name = "rand"
12616version = "0.8.5"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12619dependencies = [
12620 "libc",
12621 "rand_chacha 0.3.1",
12622 "rand_core 0.6.4",
12623]
12624
12625[[package]]
12626name = "rand"
12627version = "0.9.1"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12630dependencies = [
12631 "rand_chacha 0.9.0",
12632 "rand_core 0.9.3",
12633]
12634
12635[[package]]
12636name = "rand_chacha"
12637version = "0.3.1"
12638source = "registry+https://github.com/rust-lang/crates.io-index"
12639checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12640dependencies = [
12641 "ppv-lite86",
12642 "rand_core 0.6.4",
12643]
12644
12645[[package]]
12646name = "rand_chacha"
12647version = "0.9.0"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12650dependencies = [
12651 "ppv-lite86",
12652 "rand_core 0.9.3",
12653]
12654
12655[[package]]
12656name = "rand_core"
12657version = "0.6.4"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12660dependencies = [
12661 "getrandom 0.2.15",
12662]
12663
12664[[package]]
12665name = "rand_core"
12666version = "0.9.3"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12669dependencies = [
12670 "getrandom 0.3.2",
12671]
12672
12673[[package]]
12674name = "rand_distr"
12675version = "0.5.1"
12676source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12678dependencies = [
12679 "num-traits",
12680 "rand 0.9.1",
12681]
12682
12683[[package]]
12684name = "range-map"
12685version = "0.2.0"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12688dependencies = [
12689 "num-traits",
12690]
12691
12692[[package]]
12693name = "rangemap"
12694version = "1.5.1"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12697
12698[[package]]
12699name = "rav1e"
12700version = "0.7.1"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12703dependencies = [
12704 "arbitrary",
12705 "arg_enum_proc_macro",
12706 "arrayvec",
12707 "av1-grain",
12708 "bitstream-io",
12709 "built",
12710 "cfg-if",
12711 "interpolate_name",
12712 "itertools 0.12.1",
12713 "libc",
12714 "libfuzzer-sys",
12715 "log",
12716 "maybe-rayon",
12717 "new_debug_unreachable",
12718 "noop_proc_macro",
12719 "num-derive",
12720 "num-traits",
12721 "once_cell",
12722 "paste",
12723 "profiling",
12724 "rand 0.8.5",
12725 "rand_chacha 0.3.1",
12726 "simd_helpers",
12727 "system-deps",
12728 "thiserror 1.0.69",
12729 "v_frame",
12730 "wasm-bindgen",
12731]
12732
12733[[package]]
12734name = "ravif"
12735version = "0.11.12"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12738dependencies = [
12739 "avif-serialize",
12740 "imgref",
12741 "loop9",
12742 "quick-error",
12743 "rav1e",
12744 "rayon",
12745 "rgb",
12746]
12747
12748[[package]]
12749name = "raw-cpuid"
12750version = "10.7.0"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12753dependencies = [
12754 "bitflags 1.3.2",
12755]
12756
12757[[package]]
12758name = "raw-cpuid"
12759version = "11.6.0"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12762dependencies = [
12763 "bitflags 2.9.0",
12764]
12765
12766[[package]]
12767name = "raw-window-handle"
12768version = "0.6.2"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12771
12772[[package]]
12773name = "raw-window-metal"
12774version = "0.4.0"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12777dependencies = [
12778 "cocoa 0.25.0",
12779 "core-graphics 0.23.2",
12780 "objc",
12781 "raw-window-handle",
12782]
12783
12784[[package]]
12785name = "rayon"
12786version = "1.10.0"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12789dependencies = [
12790 "either",
12791 "rayon-core",
12792]
12793
12794[[package]]
12795name = "rayon-core"
12796version = "1.12.1"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12799dependencies = [
12800 "crossbeam-deque",
12801 "crossbeam-utils",
12802]
12803
12804[[package]]
12805name = "read-fonts"
12806version = "0.25.3"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12809dependencies = [
12810 "bytemuck",
12811 "font-types",
12812]
12813
12814[[package]]
12815name = "realfft"
12816version = "3.5.0"
12817source = "registry+https://github.com/rust-lang/crates.io-index"
12818checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12819dependencies = [
12820 "rustfft",
12821]
12822
12823[[package]]
12824name = "reborrow"
12825version = "0.5.5"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12828
12829[[package]]
12830name = "recent_projects"
12831version = "0.1.0"
12832dependencies = [
12833 "anyhow",
12834 "askpass",
12835 "auto_update",
12836 "dap",
12837 "editor",
12838 "extension_host",
12839 "file_finder",
12840 "futures 0.3.31",
12841 "fuzzy",
12842 "gpui",
12843 "indoc",
12844 "language",
12845 "log",
12846 "markdown",
12847 "menu",
12848 "ordered-float 2.10.1",
12849 "paths",
12850 "picker",
12851 "project",
12852 "release_channel",
12853 "remote",
12854 "serde",
12855 "serde_json",
12856 "settings",
12857 "smol",
12858 "task",
12859 "telemetry",
12860 "theme",
12861 "ui",
12862 "util",
12863 "windows-registry 0.6.0",
12864 "workspace",
12865 "workspace-hack",
12866 "zed_actions",
12867]
12868
12869[[package]]
12870name = "redox_syscall"
12871version = "0.2.16"
12872source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12874dependencies = [
12875 "bitflags 1.3.2",
12876]
12877
12878[[package]]
12879name = "redox_syscall"
12880version = "0.5.11"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12883dependencies = [
12884 "bitflags 2.9.0",
12885]
12886
12887[[package]]
12888name = "redox_users"
12889version = "0.4.6"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12892dependencies = [
12893 "getrandom 0.2.15",
12894 "libredox",
12895 "thiserror 1.0.69",
12896]
12897
12898[[package]]
12899name = "redox_users"
12900version = "0.5.0"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12903dependencies = [
12904 "getrandom 0.2.15",
12905 "libredox",
12906 "thiserror 2.0.12",
12907]
12908
12909[[package]]
12910name = "ref-cast"
12911version = "1.0.24"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12914dependencies = [
12915 "ref-cast-impl",
12916]
12917
12918[[package]]
12919name = "ref-cast-impl"
12920version = "1.0.24"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12923dependencies = [
12924 "proc-macro2",
12925 "quote",
12926 "syn 2.0.101",
12927]
12928
12929[[package]]
12930name = "referencing"
12931version = "0.30.0"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12934dependencies = [
12935 "ahash 0.8.11",
12936 "fluent-uri",
12937 "once_cell",
12938 "parking_lot",
12939 "percent-encoding",
12940 "serde_json",
12941]
12942
12943[[package]]
12944name = "refineable"
12945version = "0.1.0"
12946dependencies = [
12947 "derive_refineable",
12948 "workspace-hack",
12949]
12950
12951[[package]]
12952name = "regalloc2"
12953version = "0.11.2"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12956dependencies = [
12957 "allocator-api2",
12958 "bumpalo",
12959 "hashbrown 0.15.3",
12960 "log",
12961 "rustc-hash 2.1.1",
12962 "serde",
12963 "smallvec",
12964]
12965
12966[[package]]
12967name = "regex"
12968version = "1.11.1"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12971dependencies = [
12972 "aho-corasick",
12973 "memchr",
12974 "regex-automata",
12975 "regex-syntax",
12976]
12977
12978[[package]]
12979name = "regex-automata"
12980version = "0.4.9"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12983dependencies = [
12984 "aho-corasick",
12985 "memchr",
12986 "regex-syntax",
12987]
12988
12989[[package]]
12990name = "regex-lite"
12991version = "0.1.6"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12994
12995[[package]]
12996name = "regex-syntax"
12997version = "0.8.5"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
13000
13001[[package]]
13002name = "release_channel"
13003version = "0.1.0"
13004dependencies = [
13005 "gpui",
13006 "workspace-hack",
13007]
13008
13009[[package]]
13010name = "remote"
13011version = "0.1.0"
13012dependencies = [
13013 "anyhow",
13014 "askpass",
13015 "async-trait",
13016 "collections",
13017 "fs",
13018 "futures 0.3.31",
13019 "gpui",
13020 "itertools 0.14.0",
13021 "log",
13022 "parking_lot",
13023 "paths",
13024 "prost 0.9.0",
13025 "release_channel",
13026 "rpc",
13027 "serde",
13028 "serde_json",
13029 "settings",
13030 "shlex",
13031 "smol",
13032 "tempfile",
13033 "thiserror 2.0.12",
13034 "urlencoding",
13035 "util",
13036 "which 6.0.3",
13037 "workspace-hack",
13038]
13039
13040[[package]]
13041name = "remote_server"
13042version = "0.1.0"
13043dependencies = [
13044 "action_log",
13045 "anyhow",
13046 "askpass",
13047 "assistant_tool",
13048 "assistant_tools",
13049 "cargo_toml",
13050 "clap",
13051 "client",
13052 "clock",
13053 "collections",
13054 "crash-handler",
13055 "crashes",
13056 "dap",
13057 "dap_adapters",
13058 "debug_adapter_extension",
13059 "editor",
13060 "env_logger 0.11.8",
13061 "extension",
13062 "extension_host",
13063 "fork",
13064 "fs",
13065 "futures 0.3.31",
13066 "git",
13067 "git2",
13068 "git_hosting_providers",
13069 "gpui",
13070 "gpui_tokio",
13071 "http_client",
13072 "json_schema_store",
13073 "language",
13074 "language_extension",
13075 "language_model",
13076 "languages",
13077 "libc",
13078 "log",
13079 "lsp",
13080 "minidumper",
13081 "node_runtime",
13082 "paths",
13083 "pretty_assertions",
13084 "project",
13085 "proto",
13086 "release_channel",
13087 "remote",
13088 "reqwest_client",
13089 "rpc",
13090 "rust-embed",
13091 "serde",
13092 "serde_json",
13093 "settings",
13094 "shellexpand 2.1.2",
13095 "smol",
13096 "sysinfo",
13097 "thiserror 2.0.12",
13098 "toml 0.8.20",
13099 "unindent",
13100 "util",
13101 "watch",
13102 "workspace",
13103 "worktree",
13104 "zlog",
13105]
13106
13107[[package]]
13108name = "rend"
13109version = "0.4.2"
13110source = "registry+https://github.com/rust-lang/crates.io-index"
13111checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13112dependencies = [
13113 "bytecheck",
13114]
13115
13116[[package]]
13117name = "repl"
13118version = "0.1.0"
13119dependencies = [
13120 "alacritty_terminal",
13121 "anyhow",
13122 "async-dispatcher",
13123 "async-tungstenite",
13124 "base64 0.22.1",
13125 "client",
13126 "collections",
13127 "command_palette_hooks",
13128 "editor",
13129 "env_logger 0.11.8",
13130 "feature_flags",
13131 "file_icons",
13132 "futures 0.3.31",
13133 "gpui",
13134 "http_client",
13135 "image",
13136 "indoc",
13137 "jupyter-protocol",
13138 "jupyter-websocket-client",
13139 "language",
13140 "languages",
13141 "log",
13142 "markdown_preview",
13143 "menu",
13144 "multi_buffer",
13145 "nbformat",
13146 "picker",
13147 "project",
13148 "runtimelib",
13149 "serde",
13150 "serde_json",
13151 "settings",
13152 "smol",
13153 "telemetry",
13154 "terminal",
13155 "terminal_view",
13156 "theme",
13157 "tree-sitter-md",
13158 "tree-sitter-python",
13159 "tree-sitter-typescript",
13160 "ui",
13161 "util",
13162 "uuid",
13163 "workspace",
13164 "workspace-hack",
13165]
13166
13167[[package]]
13168name = "reqwest"
13169version = "0.11.27"
13170source = "registry+https://github.com/rust-lang/crates.io-index"
13171checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13172dependencies = [
13173 "base64 0.21.7",
13174 "bytes 1.10.1",
13175 "encoding_rs",
13176 "futures-core",
13177 "futures-util",
13178 "h2 0.3.26",
13179 "http 0.2.12",
13180 "http-body 0.4.6",
13181 "hyper 0.14.32",
13182 "hyper-rustls 0.24.2",
13183 "hyper-tls",
13184 "ipnet",
13185 "js-sys",
13186 "log",
13187 "mime",
13188 "native-tls",
13189 "once_cell",
13190 "percent-encoding",
13191 "pin-project-lite",
13192 "rustls 0.21.12",
13193 "rustls-native-certs 0.6.3",
13194 "rustls-pemfile 1.0.4",
13195 "serde",
13196 "serde_json",
13197 "serde_urlencoded",
13198 "sync_wrapper 0.1.2",
13199 "system-configuration 0.5.1",
13200 "tokio",
13201 "tokio-native-tls",
13202 "tokio-rustls 0.24.1",
13203 "tower-service",
13204 "url",
13205 "wasm-bindgen",
13206 "wasm-bindgen-futures",
13207 "web-sys",
13208 "winreg 0.50.0",
13209]
13210
13211[[package]]
13212name = "reqwest"
13213version = "0.12.15"
13214source = "registry+https://github.com/rust-lang/crates.io-index"
13215checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13216dependencies = [
13217 "base64 0.22.1",
13218 "bytes 1.10.1",
13219 "futures-channel",
13220 "futures-core",
13221 "futures-util",
13222 "http 1.3.1",
13223 "http-body 1.0.1",
13224 "http-body-util",
13225 "hyper 1.6.0",
13226 "hyper-util",
13227 "ipnet",
13228 "js-sys",
13229 "log",
13230 "mime",
13231 "once_cell",
13232 "percent-encoding",
13233 "pin-project-lite",
13234 "serde",
13235 "serde_json",
13236 "serde_urlencoded",
13237 "sync_wrapper 1.0.2",
13238 "tokio",
13239 "tower 0.5.2",
13240 "tower-service",
13241 "url",
13242 "wasm-bindgen",
13243 "wasm-bindgen-futures",
13244 "web-sys",
13245 "windows-registry 0.4.0",
13246]
13247
13248[[package]]
13249name = "reqwest"
13250version = "0.12.15"
13251source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13252dependencies = [
13253 "base64 0.22.1",
13254 "bytes 1.10.1",
13255 "encoding_rs",
13256 "futures-core",
13257 "futures-util",
13258 "h2 0.4.9",
13259 "http 1.3.1",
13260 "http-body 1.0.1",
13261 "http-body-util",
13262 "hyper 1.6.0",
13263 "hyper-rustls 0.27.5",
13264 "hyper-util",
13265 "ipnet",
13266 "js-sys",
13267 "log",
13268 "mime",
13269 "mime_guess",
13270 "once_cell",
13271 "percent-encoding",
13272 "pin-project-lite",
13273 "quinn",
13274 "rustls 0.23.26",
13275 "rustls-native-certs 0.8.1",
13276 "rustls-pemfile 2.2.0",
13277 "rustls-pki-types",
13278 "serde",
13279 "serde_json",
13280 "serde_urlencoded",
13281 "sync_wrapper 1.0.2",
13282 "system-configuration 0.6.1",
13283 "tokio",
13284 "tokio-rustls 0.26.2",
13285 "tokio-socks",
13286 "tokio-util",
13287 "tower 0.5.2",
13288 "tower-service",
13289 "url",
13290 "wasm-bindgen",
13291 "wasm-bindgen-futures",
13292 "wasm-streams",
13293 "web-sys",
13294 "windows-registry 0.4.0",
13295]
13296
13297[[package]]
13298name = "reqwest_client"
13299version = "0.1.0"
13300dependencies = [
13301 "anyhow",
13302 "bytes 1.10.1",
13303 "futures 0.3.31",
13304 "gpui",
13305 "http_client",
13306 "http_client_tls",
13307 "log",
13308 "regex",
13309 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13310 "serde",
13311 "tokio",
13312 "workspace-hack",
13313]
13314
13315[[package]]
13316name = "resvg"
13317version = "0.45.1"
13318source = "registry+https://github.com/rust-lang/crates.io-index"
13319checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13320dependencies = [
13321 "log",
13322 "pico-args",
13323 "rgb",
13324 "svgtypes",
13325 "tiny-skia",
13326 "usvg",
13327]
13328
13329[[package]]
13330name = "rfc6979"
13331version = "0.3.1"
13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13334dependencies = [
13335 "crypto-bigint 0.4.9",
13336 "hmac",
13337 "zeroize",
13338]
13339
13340[[package]]
13341name = "rgb"
13342version = "0.8.50"
13343source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13345dependencies = [
13346 "bytemuck",
13347]
13348
13349[[package]]
13350name = "rich_text"
13351version = "0.1.0"
13352dependencies = [
13353 "futures 0.3.31",
13354 "gpui",
13355 "language",
13356 "linkify",
13357 "pulldown-cmark 0.12.2",
13358 "theme",
13359 "ui",
13360 "util",
13361 "workspace-hack",
13362]
13363
13364[[package]]
13365name = "ring"
13366version = "0.17.14"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13369dependencies = [
13370 "cc",
13371 "cfg-if",
13372 "getrandom 0.2.15",
13373 "libc",
13374 "untrusted",
13375 "windows-sys 0.52.0",
13376]
13377
13378[[package]]
13379name = "rkyv"
13380version = "0.7.45"
13381source = "registry+https://github.com/rust-lang/crates.io-index"
13382checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13383dependencies = [
13384 "bitvec",
13385 "bytecheck",
13386 "bytes 1.10.1",
13387 "hashbrown 0.12.3",
13388 "ptr_meta",
13389 "rend",
13390 "rkyv_derive",
13391 "seahash",
13392 "tinyvec",
13393 "uuid",
13394]
13395
13396[[package]]
13397name = "rkyv_derive"
13398version = "0.7.45"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13401dependencies = [
13402 "proc-macro2",
13403 "quote",
13404 "syn 1.0.109",
13405]
13406
13407[[package]]
13408name = "rmp"
13409version = "0.8.14"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13412dependencies = [
13413 "byteorder",
13414 "num-traits",
13415 "paste",
13416]
13417
13418[[package]]
13419name = "rmpv"
13420version = "1.3.0"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13423dependencies = [
13424 "num-traits",
13425 "rmp",
13426]
13427
13428[[package]]
13429name = "rodio"
13430version = "0.21.1"
13431source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13432dependencies = [
13433 "cpal",
13434 "dasp_sample",
13435 "hound",
13436 "num-rational",
13437 "rtrb",
13438 "symphonia",
13439 "thiserror 2.0.12",
13440]
13441
13442[[package]]
13443name = "rope"
13444version = "0.1.0"
13445dependencies = [
13446 "arrayvec",
13447 "criterion",
13448 "ctor",
13449 "gpui",
13450 "log",
13451 "rand 0.9.1",
13452 "rayon",
13453 "smallvec",
13454 "sum_tree",
13455 "unicode-segmentation",
13456 "util",
13457 "workspace-hack",
13458 "zlog",
13459]
13460
13461[[package]]
13462name = "roxmltree"
13463version = "0.20.0"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13466
13467[[package]]
13468name = "rpc"
13469version = "0.1.0"
13470dependencies = [
13471 "anyhow",
13472 "async-tungstenite",
13473 "base64 0.22.1",
13474 "chrono",
13475 "collections",
13476 "futures 0.3.31",
13477 "gpui",
13478 "parking_lot",
13479 "proto",
13480 "rand 0.9.1",
13481 "rsa",
13482 "serde",
13483 "serde_json",
13484 "sha2",
13485 "strum 0.27.1",
13486 "tracing",
13487 "util",
13488 "workspace-hack",
13489 "zlog",
13490 "zstd",
13491]
13492
13493[[package]]
13494name = "rsa"
13495version = "0.9.8"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13498dependencies = [
13499 "const-oid",
13500 "digest",
13501 "num-bigint-dig",
13502 "num-integer",
13503 "num-traits",
13504 "pkcs1",
13505 "pkcs8 0.10.2",
13506 "rand_core 0.6.4",
13507 "signature 2.2.0",
13508 "spki 0.7.3",
13509 "subtle",
13510 "zeroize",
13511]
13512
13513[[package]]
13514name = "rtrb"
13515version = "0.3.2"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13518
13519[[package]]
13520name = "rules_library"
13521version = "0.1.0"
13522dependencies = [
13523 "anyhow",
13524 "collections",
13525 "editor",
13526 "gpui",
13527 "language",
13528 "language_model",
13529 "log",
13530 "menu",
13531 "picker",
13532 "prompt_store",
13533 "release_channel",
13534 "rope",
13535 "serde",
13536 "settings",
13537 "theme",
13538 "title_bar",
13539 "ui",
13540 "util",
13541 "workspace",
13542 "workspace-hack",
13543 "zed_actions",
13544]
13545
13546[[package]]
13547name = "runtimelib"
13548version = "0.25.0"
13549source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13550dependencies = [
13551 "anyhow",
13552 "async-dispatcher",
13553 "async-std",
13554 "base64 0.22.1",
13555 "bytes 1.10.1",
13556 "chrono",
13557 "data-encoding",
13558 "dirs 5.0.1",
13559 "futures 0.3.31",
13560 "glob",
13561 "jupyter-protocol",
13562 "ring",
13563 "serde",
13564 "serde_json",
13565 "shellexpand 3.1.1",
13566 "smol",
13567 "uuid",
13568 "zeromq",
13569]
13570
13571[[package]]
13572name = "rust-embed"
13573version = "8.7.0"
13574source = "registry+https://github.com/rust-lang/crates.io-index"
13575checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13576dependencies = [
13577 "rust-embed-impl",
13578 "rust-embed-utils",
13579 "walkdir",
13580]
13581
13582[[package]]
13583name = "rust-embed-impl"
13584version = "8.7.0"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13587dependencies = [
13588 "proc-macro2",
13589 "quote",
13590 "rust-embed-utils",
13591 "syn 2.0.101",
13592 "walkdir",
13593]
13594
13595[[package]]
13596name = "rust-embed-utils"
13597version = "8.7.0"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13600dependencies = [
13601 "globset",
13602 "sha2",
13603 "walkdir",
13604]
13605
13606[[package]]
13607name = "rust_decimal"
13608version = "1.38.0"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "c8975fc98059f365204d635119cf9c5a60ae67b841ed49b5422a9a7e56cdfac0"
13611dependencies = [
13612 "arrayvec",
13613 "borsh",
13614 "bytes 1.10.1",
13615 "num-traits",
13616 "rand 0.8.5",
13617 "rkyv",
13618 "serde",
13619 "serde_json",
13620]
13621
13622[[package]]
13623name = "rustc-demangle"
13624version = "0.1.24"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13627
13628[[package]]
13629name = "rustc-hash"
13630version = "1.1.0"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13633
13634[[package]]
13635name = "rustc-hash"
13636version = "2.1.1"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13639
13640[[package]]
13641name = "rustc_version"
13642version = "0.4.1"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13645dependencies = [
13646 "semver",
13647]
13648
13649[[package]]
13650name = "rustfft"
13651version = "6.4.0"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13654dependencies = [
13655 "num-complex",
13656 "num-integer",
13657 "num-traits",
13658 "primal-check",
13659 "strength_reduce",
13660 "transpose",
13661]
13662
13663[[package]]
13664name = "rustix"
13665version = "0.38.44"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13668dependencies = [
13669 "bitflags 2.9.0",
13670 "errno 0.3.11",
13671 "libc",
13672 "linux-raw-sys 0.4.15",
13673 "windows-sys 0.59.0",
13674]
13675
13676[[package]]
13677name = "rustix"
13678version = "1.0.7"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13681dependencies = [
13682 "bitflags 2.9.0",
13683 "errno 0.3.11",
13684 "libc",
13685 "linux-raw-sys 0.9.4",
13686 "windows-sys 0.59.0",
13687]
13688
13689[[package]]
13690name = "rustix-linux-procfs"
13691version = "0.1.1"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13694dependencies = [
13695 "once_cell",
13696 "rustix 1.0.7",
13697]
13698
13699[[package]]
13700name = "rustix-openpty"
13701version = "0.2.0"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13704dependencies = [
13705 "errno 0.3.11",
13706 "libc",
13707 "rustix 1.0.7",
13708]
13709
13710[[package]]
13711name = "rustls"
13712version = "0.21.12"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13715dependencies = [
13716 "log",
13717 "ring",
13718 "rustls-webpki 0.101.7",
13719 "sct",
13720]
13721
13722[[package]]
13723name = "rustls"
13724version = "0.23.26"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13727dependencies = [
13728 "aws-lc-rs",
13729 "log",
13730 "once_cell",
13731 "ring",
13732 "rustls-pki-types",
13733 "rustls-webpki 0.103.1",
13734 "subtle",
13735 "zeroize",
13736]
13737
13738[[package]]
13739name = "rustls-native-certs"
13740version = "0.6.3"
13741source = "registry+https://github.com/rust-lang/crates.io-index"
13742checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13743dependencies = [
13744 "openssl-probe",
13745 "rustls-pemfile 1.0.4",
13746 "schannel",
13747 "security-framework 2.11.1",
13748]
13749
13750[[package]]
13751name = "rustls-native-certs"
13752version = "0.8.1"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13755dependencies = [
13756 "openssl-probe",
13757 "rustls-pki-types",
13758 "schannel",
13759 "security-framework 3.2.0",
13760]
13761
13762[[package]]
13763name = "rustls-pemfile"
13764version = "1.0.4"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13767dependencies = [
13768 "base64 0.21.7",
13769]
13770
13771[[package]]
13772name = "rustls-pemfile"
13773version = "2.2.0"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13776dependencies = [
13777 "rustls-pki-types",
13778]
13779
13780[[package]]
13781name = "rustls-pki-types"
13782version = "1.12.0"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13785dependencies = [
13786 "web-time",
13787 "zeroize",
13788]
13789
13790[[package]]
13791name = "rustls-platform-verifier"
13792version = "0.5.1"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13795dependencies = [
13796 "core-foundation 0.10.0",
13797 "core-foundation-sys",
13798 "jni",
13799 "log",
13800 "once_cell",
13801 "rustls 0.23.26",
13802 "rustls-native-certs 0.8.1",
13803 "rustls-platform-verifier-android",
13804 "rustls-webpki 0.103.1",
13805 "security-framework 3.2.0",
13806 "security-framework-sys",
13807 "webpki-root-certs",
13808 "windows-sys 0.59.0",
13809]
13810
13811[[package]]
13812name = "rustls-platform-verifier-android"
13813version = "0.1.1"
13814source = "registry+https://github.com/rust-lang/crates.io-index"
13815checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13816
13817[[package]]
13818name = "rustls-webpki"
13819version = "0.101.7"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13822dependencies = [
13823 "ring",
13824 "untrusted",
13825]
13826
13827[[package]]
13828name = "rustls-webpki"
13829version = "0.103.1"
13830source = "registry+https://github.com/rust-lang/crates.io-index"
13831checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13832dependencies = [
13833 "aws-lc-rs",
13834 "ring",
13835 "rustls-pki-types",
13836 "untrusted",
13837]
13838
13839[[package]]
13840name = "rustversion"
13841version = "1.0.20"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13844
13845[[package]]
13846name = "rustybuzz"
13847version = "0.14.1"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13850dependencies = [
13851 "bitflags 2.9.0",
13852 "bytemuck",
13853 "libm",
13854 "smallvec",
13855 "ttf-parser 0.21.1",
13856 "unicode-bidi-mirroring 0.2.0",
13857 "unicode-ccc 0.2.0",
13858 "unicode-properties",
13859 "unicode-script",
13860]
13861
13862[[package]]
13863name = "rustybuzz"
13864version = "0.20.1"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13867dependencies = [
13868 "bitflags 2.9.0",
13869 "bytemuck",
13870 "core_maths",
13871 "log",
13872 "smallvec",
13873 "ttf-parser 0.25.1",
13874 "unicode-bidi-mirroring 0.4.0",
13875 "unicode-ccc 0.4.0",
13876 "unicode-properties",
13877 "unicode-script",
13878]
13879
13880[[package]]
13881name = "ryu"
13882version = "1.0.20"
13883source = "registry+https://github.com/rust-lang/crates.io-index"
13884checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13885
13886[[package]]
13887name = "safetensors"
13888version = "0.4.5"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13891dependencies = [
13892 "serde",
13893 "serde_json",
13894]
13895
13896[[package]]
13897name = "salsa20"
13898version = "0.10.2"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13901dependencies = [
13902 "cipher",
13903]
13904
13905[[package]]
13906name = "same-file"
13907version = "1.0.6"
13908source = "registry+https://github.com/rust-lang/crates.io-index"
13909checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13910dependencies = [
13911 "winapi-util",
13912]
13913
13914[[package]]
13915name = "scap"
13916version = "0.0.8"
13917source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13918dependencies = [
13919 "anyhow",
13920 "cocoa 0.25.0",
13921 "core-graphics-helmer-fork",
13922 "log",
13923 "objc",
13924 "rand 0.8.5",
13925 "screencapturekit",
13926 "screencapturekit-sys",
13927 "sysinfo",
13928 "tao-core-video-sys",
13929 "windows 0.61.1",
13930 "windows-capture",
13931 "x11",
13932 "xcb",
13933]
13934
13935[[package]]
13936name = "schannel"
13937version = "0.1.27"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13940dependencies = [
13941 "windows-sys 0.59.0",
13942]
13943
13944[[package]]
13945name = "scheduler"
13946version = "0.1.0"
13947dependencies = [
13948 "async-task",
13949 "backtrace",
13950 "chrono",
13951 "futures 0.3.31",
13952 "parking_lot",
13953 "rand 0.9.1",
13954 "workspace-hack",
13955]
13956
13957[[package]]
13958name = "schema_generator"
13959version = "0.1.0"
13960dependencies = [
13961 "anyhow",
13962 "clap",
13963 "env_logger 0.11.8",
13964 "schemars 1.0.1",
13965 "serde",
13966 "serde_json",
13967 "theme",
13968 "workspace-hack",
13969]
13970
13971[[package]]
13972name = "schemars"
13973version = "0.9.0"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13976dependencies = [
13977 "dyn-clone",
13978 "ref-cast",
13979 "serde",
13980 "serde_json",
13981]
13982
13983[[package]]
13984name = "schemars"
13985version = "1.0.1"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13988dependencies = [
13989 "dyn-clone",
13990 "indexmap 2.9.0",
13991 "ref-cast",
13992 "schemars_derive",
13993 "serde",
13994 "serde_json",
13995]
13996
13997[[package]]
13998name = "schemars_derive"
13999version = "1.0.1"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
14002dependencies = [
14003 "proc-macro2",
14004 "quote",
14005 "serde_derive_internals",
14006 "syn 2.0.101",
14007]
14008
14009[[package]]
14010name = "scoped-tls"
14011version = "1.0.1"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14014
14015[[package]]
14016name = "scopeguard"
14017version = "1.2.0"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14020
14021[[package]]
14022name = "scratch"
14023version = "1.0.8"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14026
14027[[package]]
14028name = "screencapturekit"
14029version = "0.2.8"
14030source = "registry+https://github.com/rust-lang/crates.io-index"
14031checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14032dependencies = [
14033 "screencapturekit-sys",
14034]
14035
14036[[package]]
14037name = "screencapturekit-sys"
14038version = "0.2.8"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14041dependencies = [
14042 "block",
14043 "dispatch",
14044 "objc",
14045 "objc-foundation",
14046 "objc_id",
14047 "once_cell",
14048]
14049
14050[[package]]
14051name = "scroll"
14052version = "0.12.0"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14055dependencies = [
14056 "scroll_derive",
14057]
14058
14059[[package]]
14060name = "scroll_derive"
14061version = "0.12.1"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14064dependencies = [
14065 "proc-macro2",
14066 "quote",
14067 "syn 2.0.101",
14068]
14069
14070[[package]]
14071name = "scrypt"
14072version = "0.11.0"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14075dependencies = [
14076 "password-hash 0.5.0",
14077 "pbkdf2 0.12.2",
14078 "salsa20",
14079 "sha2",
14080]
14081
14082[[package]]
14083name = "sct"
14084version = "0.7.1"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14087dependencies = [
14088 "ring",
14089 "untrusted",
14090]
14091
14092[[package]]
14093name = "sea-bae"
14094version = "0.2.1"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14097dependencies = [
14098 "heck 0.4.1",
14099 "proc-macro-error2",
14100 "proc-macro2",
14101 "quote",
14102 "syn 2.0.101",
14103]
14104
14105[[package]]
14106name = "sea-orm"
14107version = "1.1.10"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14110dependencies = [
14111 "async-stream",
14112 "async-trait",
14113 "bigdecimal",
14114 "chrono",
14115 "futures-util",
14116 "log",
14117 "ouroboros",
14118 "pgvector",
14119 "rust_decimal",
14120 "sea-orm-macros",
14121 "sea-query",
14122 "sea-query-binder",
14123 "serde",
14124 "serde_json",
14125 "sqlx",
14126 "strum 0.26.3",
14127 "thiserror 2.0.12",
14128 "time",
14129 "tracing",
14130 "url",
14131 "uuid",
14132]
14133
14134[[package]]
14135name = "sea-orm-macros"
14136version = "1.1.10"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14139dependencies = [
14140 "heck 0.4.1",
14141 "proc-macro2",
14142 "quote",
14143 "sea-bae",
14144 "syn 2.0.101",
14145 "unicode-ident",
14146]
14147
14148[[package]]
14149name = "sea-query"
14150version = "0.32.4"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14153dependencies = [
14154 "bigdecimal",
14155 "chrono",
14156 "inherent",
14157 "ordered-float 4.6.0",
14158 "rust_decimal",
14159 "serde_json",
14160 "time",
14161 "uuid",
14162]
14163
14164[[package]]
14165name = "sea-query-binder"
14166version = "0.7.0"
14167source = "registry+https://github.com/rust-lang/crates.io-index"
14168checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14169dependencies = [
14170 "bigdecimal",
14171 "chrono",
14172 "rust_decimal",
14173 "sea-query",
14174 "serde_json",
14175 "sqlx",
14176 "time",
14177 "uuid",
14178]
14179
14180[[package]]
14181name = "seahash"
14182version = "4.1.0"
14183source = "registry+https://github.com/rust-lang/crates.io-index"
14184checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14185
14186[[package]]
14187name = "search"
14188version = "0.1.0"
14189dependencies = [
14190 "any_vec",
14191 "anyhow",
14192 "bitflags 2.9.0",
14193 "client",
14194 "collections",
14195 "editor",
14196 "futures 0.3.31",
14197 "gpui",
14198 "language",
14199 "menu",
14200 "project",
14201 "schemars 1.0.1",
14202 "serde",
14203 "serde_json",
14204 "settings",
14205 "smol",
14206 "theme",
14207 "ui",
14208 "unindent",
14209 "util",
14210 "workspace",
14211 "workspace-hack",
14212 "zed_actions",
14213]
14214
14215[[package]]
14216name = "sec1"
14217version = "0.3.0"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14220dependencies = [
14221 "base16ct",
14222 "der 0.6.1",
14223 "generic-array",
14224 "pkcs8 0.9.0",
14225 "subtle",
14226 "zeroize",
14227]
14228
14229[[package]]
14230name = "security-framework"
14231version = "2.11.1"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14234dependencies = [
14235 "bitflags 2.9.0",
14236 "core-foundation 0.9.4",
14237 "core-foundation-sys",
14238 "libc",
14239 "security-framework-sys",
14240]
14241
14242[[package]]
14243name = "security-framework"
14244version = "3.2.0"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14247dependencies = [
14248 "bitflags 2.9.0",
14249 "core-foundation 0.10.0",
14250 "core-foundation-sys",
14251 "libc",
14252 "security-framework-sys",
14253]
14254
14255[[package]]
14256name = "security-framework-sys"
14257version = "2.14.0"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14260dependencies = [
14261 "core-foundation-sys",
14262 "libc",
14263]
14264
14265[[package]]
14266name = "self_cell"
14267version = "1.2.0"
14268source = "registry+https://github.com/rust-lang/crates.io-index"
14269checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14270
14271[[package]]
14272name = "semantic_version"
14273version = "0.1.0"
14274dependencies = [
14275 "anyhow",
14276 "serde",
14277 "workspace-hack",
14278]
14279
14280[[package]]
14281name = "semver"
14282version = "1.0.26"
14283source = "registry+https://github.com/rust-lang/crates.io-index"
14284checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14285dependencies = [
14286 "serde",
14287]
14288
14289[[package]]
14290name = "seq-macro"
14291version = "0.3.6"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14294
14295[[package]]
14296name = "serde"
14297version = "1.0.221"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14300dependencies = [
14301 "serde_core",
14302 "serde_derive",
14303]
14304
14305[[package]]
14306name = "serde_core"
14307version = "1.0.221"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14310dependencies = [
14311 "serde_derive",
14312]
14313
14314[[package]]
14315name = "serde_derive"
14316version = "1.0.221"
14317source = "registry+https://github.com/rust-lang/crates.io-index"
14318checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14319dependencies = [
14320 "proc-macro2",
14321 "quote",
14322 "syn 2.0.101",
14323]
14324
14325[[package]]
14326name = "serde_derive_internals"
14327version = "0.29.1"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14330dependencies = [
14331 "proc-macro2",
14332 "quote",
14333 "syn 2.0.101",
14334]
14335
14336[[package]]
14337name = "serde_fmt"
14338version = "1.0.3"
14339source = "registry+https://github.com/rust-lang/crates.io-index"
14340checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14341dependencies = [
14342 "serde",
14343]
14344
14345[[package]]
14346name = "serde_json"
14347version = "1.0.144"
14348source = "registry+https://github.com/rust-lang/crates.io-index"
14349checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14350dependencies = [
14351 "indexmap 2.9.0",
14352 "itoa",
14353 "memchr",
14354 "ryu",
14355 "serde_core",
14356]
14357
14358[[package]]
14359name = "serde_json_lenient"
14360version = "0.2.4"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14363dependencies = [
14364 "indexmap 2.9.0",
14365 "itoa",
14366 "memchr",
14367 "ryu",
14368 "serde",
14369]
14370
14371[[package]]
14372name = "serde_path_to_error"
14373version = "0.1.17"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14376dependencies = [
14377 "itoa",
14378 "serde",
14379]
14380
14381[[package]]
14382name = "serde_repr"
14383version = "0.1.20"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14386dependencies = [
14387 "proc-macro2",
14388 "quote",
14389 "syn 2.0.101",
14390]
14391
14392[[package]]
14393name = "serde_spanned"
14394version = "0.6.8"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14397dependencies = [
14398 "serde",
14399]
14400
14401[[package]]
14402name = "serde_urlencoded"
14403version = "0.7.1"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14406dependencies = [
14407 "form_urlencoded",
14408 "itoa",
14409 "ryu",
14410 "serde",
14411]
14412
14413[[package]]
14414name = "serde_with"
14415version = "3.13.0"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14418dependencies = [
14419 "base64 0.22.1",
14420 "chrono",
14421 "hex",
14422 "indexmap 1.9.3",
14423 "indexmap 2.9.0",
14424 "schemars 0.9.0",
14425 "serde",
14426 "serde_derive",
14427 "serde_json",
14428 "serde_with_macros",
14429 "time",
14430]
14431
14432[[package]]
14433name = "serde_with_macros"
14434version = "3.13.0"
14435source = "registry+https://github.com/rust-lang/crates.io-index"
14436checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14437dependencies = [
14438 "darling",
14439 "proc-macro2",
14440 "quote",
14441 "syn 2.0.101",
14442]
14443
14444[[package]]
14445name = "serial2"
14446version = "0.2.29"
14447source = "registry+https://github.com/rust-lang/crates.io-index"
14448checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14449dependencies = [
14450 "cfg-if",
14451 "libc",
14452 "winapi",
14453]
14454
14455[[package]]
14456name = "session"
14457version = "0.1.0"
14458dependencies = [
14459 "db",
14460 "gpui",
14461 "serde_json",
14462 "util",
14463 "uuid",
14464 "workspace-hack",
14465]
14466
14467[[package]]
14468name = "settings"
14469version = "0.1.0"
14470dependencies = [
14471 "anyhow",
14472 "collections",
14473 "ec4rs",
14474 "fs",
14475 "futures 0.3.31",
14476 "gpui",
14477 "indoc",
14478 "inventory",
14479 "log",
14480 "paths",
14481 "pretty_assertions",
14482 "release_channel",
14483 "rust-embed",
14484 "schemars 1.0.1",
14485 "serde",
14486 "serde_json",
14487 "serde_json_lenient",
14488 "serde_path_to_error",
14489 "serde_repr",
14490 "serde_with",
14491 "settings_macros",
14492 "smallvec",
14493 "strum 0.27.1",
14494 "tree-sitter",
14495 "tree-sitter-json",
14496 "unindent",
14497 "util",
14498 "workspace-hack",
14499 "zlog",
14500]
14501
14502[[package]]
14503name = "settings_macros"
14504version = "0.1.0"
14505dependencies = [
14506 "quote",
14507 "settings",
14508 "syn 2.0.101",
14509 "workspace-hack",
14510]
14511
14512[[package]]
14513name = "settings_profile_selector"
14514version = "0.1.0"
14515dependencies = [
14516 "client",
14517 "editor",
14518 "fuzzy",
14519 "gpui",
14520 "language",
14521 "menu",
14522 "picker",
14523 "project",
14524 "serde_json",
14525 "settings",
14526 "theme",
14527 "ui",
14528 "workspace",
14529 "workspace-hack",
14530 "zed_actions",
14531]
14532
14533[[package]]
14534name = "settings_ui"
14535version = "0.1.0"
14536dependencies = [
14537 "anyhow",
14538 "assets",
14539 "client",
14540 "command_palette_hooks",
14541 "editor",
14542 "feature_flags",
14543 "fs",
14544 "futures 0.3.31",
14545 "fuzzy",
14546 "gpui",
14547 "language",
14548 "menu",
14549 "node_runtime",
14550 "paths",
14551 "project",
14552 "serde",
14553 "session",
14554 "settings",
14555 "strum 0.27.1",
14556 "theme",
14557 "ui",
14558 "util",
14559 "workspace",
14560 "workspace-hack",
14561 "zlog",
14562]
14563
14564[[package]]
14565name = "sha1"
14566version = "0.10.6"
14567source = "registry+https://github.com/rust-lang/crates.io-index"
14568checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14569dependencies = [
14570 "cfg-if",
14571 "cpufeatures",
14572 "digest",
14573]
14574
14575[[package]]
14576name = "sha1_smol"
14577version = "1.0.1"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14580
14581[[package]]
14582name = "sha2"
14583version = "0.10.9"
14584source = "registry+https://github.com/rust-lang/crates.io-index"
14585checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
14586dependencies = [
14587 "cfg-if",
14588 "cpufeatures",
14589 "digest",
14590]
14591
14592[[package]]
14593name = "sharded-slab"
14594version = "0.1.7"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14597dependencies = [
14598 "lazy_static",
14599]
14600
14601[[package]]
14602name = "shared_library"
14603version = "0.1.9"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14606dependencies = [
14607 "lazy_static",
14608 "libc",
14609]
14610
14611[[package]]
14612name = "shell-words"
14613version = "1.1.0"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14616
14617[[package]]
14618name = "shellexpand"
14619version = "2.1.2"
14620source = "registry+https://github.com/rust-lang/crates.io-index"
14621checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14622dependencies = [
14623 "dirs 4.0.0",
14624]
14625
14626[[package]]
14627name = "shellexpand"
14628version = "3.1.1"
14629source = "registry+https://github.com/rust-lang/crates.io-index"
14630checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14631dependencies = [
14632 "dirs 6.0.0",
14633]
14634
14635[[package]]
14636name = "shlex"
14637version = "1.3.0"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14640
14641[[package]]
14642name = "signal-hook"
14643version = "0.3.17"
14644source = "registry+https://github.com/rust-lang/crates.io-index"
14645checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14646dependencies = [
14647 "libc",
14648 "signal-hook-registry",
14649]
14650
14651[[package]]
14652name = "signal-hook-registry"
14653version = "1.4.5"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14656dependencies = [
14657 "libc",
14658]
14659
14660[[package]]
14661name = "signature"
14662version = "1.6.4"
14663source = "registry+https://github.com/rust-lang/crates.io-index"
14664checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14665dependencies = [
14666 "digest",
14667 "rand_core 0.6.4",
14668]
14669
14670[[package]]
14671name = "signature"
14672version = "2.2.0"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14675dependencies = [
14676 "digest",
14677 "rand_core 0.6.4",
14678]
14679
14680[[package]]
14681name = "simd-adler32"
14682version = "0.3.7"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14685
14686[[package]]
14687name = "simd_helpers"
14688version = "0.1.0"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14691dependencies = [
14692 "quote",
14693]
14694
14695[[package]]
14696name = "simdutf8"
14697version = "0.1.5"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14700
14701[[package]]
14702name = "simple_asn1"
14703version = "0.6.3"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14706dependencies = [
14707 "num-bigint",
14708 "num-traits",
14709 "thiserror 2.0.12",
14710 "time",
14711]
14712
14713[[package]]
14714name = "simplecss"
14715version = "0.2.2"
14716source = "registry+https://github.com/rust-lang/crates.io-index"
14717checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14718dependencies = [
14719 "log",
14720]
14721
14722[[package]]
14723name = "simplelog"
14724version = "0.12.2"
14725source = "registry+https://github.com/rust-lang/crates.io-index"
14726checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14727dependencies = [
14728 "log",
14729 "termcolor",
14730 "time",
14731]
14732
14733[[package]]
14734name = "siphasher"
14735version = "1.0.1"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14738
14739[[package]]
14740name = "skrifa"
14741version = "0.26.6"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14744dependencies = [
14745 "bytemuck",
14746 "read-fonts",
14747]
14748
14749[[package]]
14750name = "slab"
14751version = "0.4.9"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14754dependencies = [
14755 "autocfg",
14756]
14757
14758[[package]]
14759name = "slash_commands_example"
14760version = "0.1.0"
14761dependencies = [
14762 "zed_extension_api 0.1.0",
14763]
14764
14765[[package]]
14766name = "slotmap"
14767version = "1.0.7"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14770dependencies = [
14771 "version_check",
14772]
14773
14774[[package]]
14775name = "smallvec"
14776version = "1.15.0"
14777source = "registry+https://github.com/rust-lang/crates.io-index"
14778checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14779dependencies = [
14780 "serde",
14781]
14782
14783[[package]]
14784name = "smart-default"
14785version = "0.7.1"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14788dependencies = [
14789 "proc-macro2",
14790 "quote",
14791 "syn 2.0.101",
14792]
14793
14794[[package]]
14795name = "smol"
14796version = "2.0.2"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14799dependencies = [
14800 "async-channel 2.3.1",
14801 "async-executor",
14802 "async-fs",
14803 "async-io",
14804 "async-lock",
14805 "async-net",
14806 "async-process",
14807 "blocking",
14808 "futures-lite 2.6.0",
14809]
14810
14811[[package]]
14812name = "smol_str"
14813version = "0.2.2"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14816
14817[[package]]
14818name = "snippet"
14819version = "0.1.0"
14820dependencies = [
14821 "anyhow",
14822 "smallvec",
14823 "workspace-hack",
14824]
14825
14826[[package]]
14827name = "snippet_provider"
14828version = "0.1.0"
14829dependencies = [
14830 "anyhow",
14831 "collections",
14832 "extension",
14833 "fs",
14834 "futures 0.3.31",
14835 "gpui",
14836 "indoc",
14837 "parking_lot",
14838 "paths",
14839 "schemars 1.0.1",
14840 "serde",
14841 "serde_json",
14842 "serde_json_lenient",
14843 "snippet",
14844 "util",
14845 "workspace-hack",
14846]
14847
14848[[package]]
14849name = "snippets_ui"
14850version = "0.1.0"
14851dependencies = [
14852 "file_finder",
14853 "file_icons",
14854 "fuzzy",
14855 "gpui",
14856 "language",
14857 "paths",
14858 "picker",
14859 "settings",
14860 "ui",
14861 "util",
14862 "workspace",
14863 "workspace-hack",
14864]
14865
14866[[package]]
14867name = "socket2"
14868version = "0.5.9"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14871dependencies = [
14872 "libc",
14873 "windows-sys 0.52.0",
14874]
14875
14876[[package]]
14877name = "spdx"
14878version = "0.10.8"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14881dependencies = [
14882 "smallvec",
14883]
14884
14885[[package]]
14886name = "spin"
14887version = "0.9.8"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14890dependencies = [
14891 "lock_api",
14892]
14893
14894[[package]]
14895name = "spirv"
14896version = "0.3.0+sdk-1.3.268.0"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14899dependencies = [
14900 "bitflags 2.9.0",
14901]
14902
14903[[package]]
14904name = "spki"
14905version = "0.6.0"
14906source = "registry+https://github.com/rust-lang/crates.io-index"
14907checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14908dependencies = [
14909 "base64ct",
14910 "der 0.6.1",
14911]
14912
14913[[package]]
14914name = "spki"
14915version = "0.7.3"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14918dependencies = [
14919 "base64ct",
14920 "der 0.7.10",
14921]
14922
14923[[package]]
14924name = "sptr"
14925version = "0.3.2"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14928
14929[[package]]
14930name = "sqlez"
14931version = "0.1.0"
14932dependencies = [
14933 "anyhow",
14934 "collections",
14935 "futures 0.3.31",
14936 "indoc",
14937 "libsqlite3-sys",
14938 "log",
14939 "parking_lot",
14940 "smol",
14941 "sqlformat",
14942 "thread_local",
14943 "util",
14944 "uuid",
14945 "workspace-hack",
14946]
14947
14948[[package]]
14949name = "sqlez_macros"
14950version = "0.1.0"
14951dependencies = [
14952 "sqlez",
14953 "sqlformat",
14954 "syn 2.0.101",
14955 "workspace-hack",
14956]
14957
14958[[package]]
14959name = "sqlformat"
14960version = "0.2.6"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14963dependencies = [
14964 "nom 7.1.3",
14965 "unicode_categories",
14966]
14967
14968[[package]]
14969name = "sqlx"
14970version = "0.8.5"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14973dependencies = [
14974 "sqlx-core",
14975 "sqlx-macros",
14976 "sqlx-mysql",
14977 "sqlx-postgres",
14978 "sqlx-sqlite",
14979]
14980
14981[[package]]
14982name = "sqlx-core"
14983version = "0.8.5"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14986dependencies = [
14987 "base64 0.22.1",
14988 "bigdecimal",
14989 "bytes 1.10.1",
14990 "chrono",
14991 "crc",
14992 "crossbeam-queue",
14993 "either",
14994 "event-listener 5.4.0",
14995 "futures-core",
14996 "futures-intrusive",
14997 "futures-io",
14998 "futures-util",
14999 "hashbrown 0.15.3",
15000 "hashlink 0.10.0",
15001 "indexmap 2.9.0",
15002 "log",
15003 "memchr",
15004 "once_cell",
15005 "percent-encoding",
15006 "rust_decimal",
15007 "rustls 0.23.26",
15008 "serde",
15009 "serde_json",
15010 "sha2",
15011 "smallvec",
15012 "thiserror 2.0.12",
15013 "time",
15014 "tokio",
15015 "tokio-stream",
15016 "tracing",
15017 "url",
15018 "uuid",
15019 "webpki-roots",
15020]
15021
15022[[package]]
15023name = "sqlx-macros"
15024version = "0.8.5"
15025source = "registry+https://github.com/rust-lang/crates.io-index"
15026checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15027dependencies = [
15028 "proc-macro2",
15029 "quote",
15030 "sqlx-core",
15031 "sqlx-macros-core",
15032 "syn 2.0.101",
15033]
15034
15035[[package]]
15036name = "sqlx-macros-core"
15037version = "0.8.5"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15040dependencies = [
15041 "dotenvy",
15042 "either",
15043 "heck 0.5.0",
15044 "hex",
15045 "once_cell",
15046 "proc-macro2",
15047 "quote",
15048 "serde",
15049 "serde_json",
15050 "sha2",
15051 "sqlx-core",
15052 "sqlx-mysql",
15053 "sqlx-postgres",
15054 "sqlx-sqlite",
15055 "syn 2.0.101",
15056 "tempfile",
15057 "tokio",
15058 "url",
15059]
15060
15061[[package]]
15062name = "sqlx-mysql"
15063version = "0.8.5"
15064source = "registry+https://github.com/rust-lang/crates.io-index"
15065checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15066dependencies = [
15067 "atoi",
15068 "base64 0.22.1",
15069 "bigdecimal",
15070 "bitflags 2.9.0",
15071 "byteorder",
15072 "bytes 1.10.1",
15073 "chrono",
15074 "crc",
15075 "digest",
15076 "dotenvy",
15077 "either",
15078 "futures-channel",
15079 "futures-core",
15080 "futures-io",
15081 "futures-util",
15082 "generic-array",
15083 "hex",
15084 "hkdf",
15085 "hmac",
15086 "itoa",
15087 "log",
15088 "md-5",
15089 "memchr",
15090 "once_cell",
15091 "percent-encoding",
15092 "rand 0.8.5",
15093 "rsa",
15094 "rust_decimal",
15095 "serde",
15096 "sha1",
15097 "sha2",
15098 "smallvec",
15099 "sqlx-core",
15100 "stringprep",
15101 "thiserror 2.0.12",
15102 "time",
15103 "tracing",
15104 "uuid",
15105 "whoami",
15106]
15107
15108[[package]]
15109name = "sqlx-postgres"
15110version = "0.8.5"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15113dependencies = [
15114 "atoi",
15115 "base64 0.22.1",
15116 "bigdecimal",
15117 "bitflags 2.9.0",
15118 "byteorder",
15119 "chrono",
15120 "crc",
15121 "dotenvy",
15122 "etcetera",
15123 "futures-channel",
15124 "futures-core",
15125 "futures-util",
15126 "hex",
15127 "hkdf",
15128 "hmac",
15129 "home",
15130 "itoa",
15131 "log",
15132 "md-5",
15133 "memchr",
15134 "num-bigint",
15135 "once_cell",
15136 "rand 0.8.5",
15137 "rust_decimal",
15138 "serde",
15139 "serde_json",
15140 "sha2",
15141 "smallvec",
15142 "sqlx-core",
15143 "stringprep",
15144 "thiserror 2.0.12",
15145 "time",
15146 "tracing",
15147 "uuid",
15148 "whoami",
15149]
15150
15151[[package]]
15152name = "sqlx-sqlite"
15153version = "0.8.5"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15156dependencies = [
15157 "atoi",
15158 "chrono",
15159 "flume",
15160 "futures-channel",
15161 "futures-core",
15162 "futures-executor",
15163 "futures-intrusive",
15164 "futures-util",
15165 "libsqlite3-sys",
15166 "log",
15167 "percent-encoding",
15168 "serde",
15169 "serde_urlencoded",
15170 "sqlx-core",
15171 "thiserror 2.0.12",
15172 "time",
15173 "tracing",
15174 "url",
15175 "uuid",
15176]
15177
15178[[package]]
15179name = "stable_deref_trait"
15180version = "1.2.0"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15183
15184[[package]]
15185name = "stacker"
15186version = "0.1.21"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15189dependencies = [
15190 "cc",
15191 "cfg-if",
15192 "libc",
15193 "psm",
15194 "windows-sys 0.59.0",
15195]
15196
15197[[package]]
15198name = "stacksafe"
15199version = "0.1.4"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15202dependencies = [
15203 "stacker",
15204 "stacksafe-macro",
15205]
15206
15207[[package]]
15208name = "stacksafe-macro"
15209version = "0.1.4"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15212dependencies = [
15213 "proc-macro-error2",
15214 "quote",
15215 "syn 2.0.101",
15216]
15217
15218[[package]]
15219name = "static_assertions"
15220version = "1.1.0"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15223
15224[[package]]
15225name = "story"
15226version = "0.1.0"
15227dependencies = [
15228 "gpui",
15229 "itertools 0.14.0",
15230 "smallvec",
15231 "workspace-hack",
15232]
15233
15234[[package]]
15235name = "storybook"
15236version = "0.1.0"
15237dependencies = [
15238 "anyhow",
15239 "clap",
15240 "collab_ui",
15241 "ctrlc",
15242 "dialoguer",
15243 "editor",
15244 "fuzzy",
15245 "gpui",
15246 "indoc",
15247 "language",
15248 "log",
15249 "menu",
15250 "picker",
15251 "project",
15252 "reqwest_client",
15253 "rust-embed",
15254 "settings",
15255 "simplelog",
15256 "story",
15257 "strum 0.27.1",
15258 "theme",
15259 "title_bar",
15260 "ui",
15261 "workspace",
15262 "workspace-hack",
15263]
15264
15265[[package]]
15266name = "streaming-iterator"
15267version = "0.1.9"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15270
15271[[package]]
15272name = "streaming_diff"
15273version = "0.1.0"
15274dependencies = [
15275 "ordered-float 2.10.1",
15276 "rand 0.9.1",
15277 "rope",
15278 "util",
15279 "workspace-hack",
15280]
15281
15282[[package]]
15283name = "strength_reduce"
15284version = "0.2.4"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15287
15288[[package]]
15289name = "strict-num"
15290version = "0.1.1"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15293dependencies = [
15294 "float-cmp",
15295]
15296
15297[[package]]
15298name = "string_cache"
15299version = "0.8.9"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15302dependencies = [
15303 "new_debug_unreachable",
15304 "parking_lot",
15305 "phf_shared",
15306 "precomputed-hash",
15307 "serde",
15308]
15309
15310[[package]]
15311name = "string_cache_codegen"
15312version = "0.5.4"
15313source = "registry+https://github.com/rust-lang/crates.io-index"
15314checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15315dependencies = [
15316 "phf_generator",
15317 "phf_shared",
15318 "proc-macro2",
15319 "quote",
15320]
15321
15322[[package]]
15323name = "stringprep"
15324version = "0.1.5"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15327dependencies = [
15328 "unicode-bidi",
15329 "unicode-normalization",
15330 "unicode-properties",
15331]
15332
15333[[package]]
15334name = "strsim"
15335version = "0.11.1"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15338
15339[[package]]
15340name = "strum"
15341version = "0.26.3"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15344dependencies = [
15345 "strum_macros 0.26.4",
15346]
15347
15348[[package]]
15349name = "strum"
15350version = "0.27.1"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15353dependencies = [
15354 "strum_macros 0.27.1",
15355]
15356
15357[[package]]
15358name = "strum_macros"
15359version = "0.26.4"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15362dependencies = [
15363 "heck 0.5.0",
15364 "proc-macro2",
15365 "quote",
15366 "rustversion",
15367 "syn 2.0.101",
15368]
15369
15370[[package]]
15371name = "strum_macros"
15372version = "0.27.1"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15375dependencies = [
15376 "heck 0.5.0",
15377 "proc-macro2",
15378 "quote",
15379 "rustversion",
15380 "syn 2.0.101",
15381]
15382
15383[[package]]
15384name = "subtle"
15385version = "2.6.1"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15388
15389[[package]]
15390name = "sum_tree"
15391version = "0.1.0"
15392dependencies = [
15393 "arrayvec",
15394 "ctor",
15395 "log",
15396 "rand 0.9.1",
15397 "rayon",
15398 "workspace-hack",
15399 "zlog",
15400]
15401
15402[[package]]
15403name = "supermaven"
15404version = "0.1.0"
15405dependencies = [
15406 "anyhow",
15407 "client",
15408 "collections",
15409 "edit_prediction",
15410 "editor",
15411 "env_logger 0.11.8",
15412 "futures 0.3.31",
15413 "gpui",
15414 "http_client",
15415 "language",
15416 "log",
15417 "postage",
15418 "project",
15419 "serde",
15420 "serde_json",
15421 "settings",
15422 "smol",
15423 "supermaven_api",
15424 "text",
15425 "theme",
15426 "ui",
15427 "unicode-segmentation",
15428 "util",
15429 "workspace-hack",
15430]
15431
15432[[package]]
15433name = "supermaven_api"
15434version = "0.1.0"
15435dependencies = [
15436 "anyhow",
15437 "futures 0.3.31",
15438 "http_client",
15439 "paths",
15440 "serde",
15441 "serde_json",
15442 "smol",
15443 "util",
15444 "workspace-hack",
15445]
15446
15447[[package]]
15448name = "sval"
15449version = "2.14.1"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15452
15453[[package]]
15454name = "sval_buffer"
15455version = "2.14.1"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15458dependencies = [
15459 "sval",
15460 "sval_ref",
15461]
15462
15463[[package]]
15464name = "sval_dynamic"
15465version = "2.14.1"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15468dependencies = [
15469 "sval",
15470]
15471
15472[[package]]
15473name = "sval_fmt"
15474version = "2.14.1"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15477dependencies = [
15478 "itoa",
15479 "ryu",
15480 "sval",
15481]
15482
15483[[package]]
15484name = "sval_json"
15485version = "2.14.1"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15488dependencies = [
15489 "itoa",
15490 "ryu",
15491 "sval",
15492]
15493
15494[[package]]
15495name = "sval_nested"
15496version = "2.14.1"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15499dependencies = [
15500 "sval",
15501 "sval_buffer",
15502 "sval_ref",
15503]
15504
15505[[package]]
15506name = "sval_ref"
15507version = "2.14.1"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15510dependencies = [
15511 "sval",
15512]
15513
15514[[package]]
15515name = "sval_serde"
15516version = "2.14.1"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15519dependencies = [
15520 "serde",
15521 "sval",
15522 "sval_nested",
15523]
15524
15525[[package]]
15526name = "svg_fmt"
15527version = "0.4.5"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15530
15531[[package]]
15532name = "svg_preview"
15533version = "0.1.0"
15534dependencies = [
15535 "editor",
15536 "file_icons",
15537 "gpui",
15538 "multi_buffer",
15539 "ui",
15540 "workspace",
15541 "workspace-hack",
15542]
15543
15544[[package]]
15545name = "svgtypes"
15546version = "0.15.3"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15549dependencies = [
15550 "kurbo",
15551 "siphasher",
15552]
15553
15554[[package]]
15555name = "swash"
15556version = "0.2.2"
15557source = "registry+https://github.com/rust-lang/crates.io-index"
15558checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15559dependencies = [
15560 "skrifa",
15561 "yazi",
15562 "zeno",
15563]
15564
15565[[package]]
15566name = "symphonia"
15567version = "0.5.4"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15570dependencies = [
15571 "lazy_static",
15572 "symphonia-bundle-flac",
15573 "symphonia-bundle-mp3",
15574 "symphonia-codec-aac",
15575 "symphonia-codec-pcm",
15576 "symphonia-codec-vorbis",
15577 "symphonia-core",
15578 "symphonia-format-isomp4",
15579 "symphonia-format-ogg",
15580 "symphonia-format-riff",
15581 "symphonia-metadata",
15582]
15583
15584[[package]]
15585name = "symphonia-bundle-flac"
15586version = "0.5.4"
15587source = "registry+https://github.com/rust-lang/crates.io-index"
15588checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15589dependencies = [
15590 "log",
15591 "symphonia-core",
15592 "symphonia-metadata",
15593 "symphonia-utils-xiph",
15594]
15595
15596[[package]]
15597name = "symphonia-bundle-mp3"
15598version = "0.5.4"
15599source = "registry+https://github.com/rust-lang/crates.io-index"
15600checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15601dependencies = [
15602 "lazy_static",
15603 "log",
15604 "symphonia-core",
15605 "symphonia-metadata",
15606]
15607
15608[[package]]
15609name = "symphonia-codec-aac"
15610version = "0.5.4"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15613dependencies = [
15614 "lazy_static",
15615 "log",
15616 "symphonia-core",
15617]
15618
15619[[package]]
15620name = "symphonia-codec-pcm"
15621version = "0.5.4"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15624dependencies = [
15625 "log",
15626 "symphonia-core",
15627]
15628
15629[[package]]
15630name = "symphonia-codec-vorbis"
15631version = "0.5.4"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15634dependencies = [
15635 "log",
15636 "symphonia-core",
15637 "symphonia-utils-xiph",
15638]
15639
15640[[package]]
15641name = "symphonia-core"
15642version = "0.5.4"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15645dependencies = [
15646 "arrayvec",
15647 "bitflags 1.3.2",
15648 "bytemuck",
15649 "lazy_static",
15650 "log",
15651]
15652
15653[[package]]
15654name = "symphonia-format-isomp4"
15655version = "0.5.4"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15658dependencies = [
15659 "encoding_rs",
15660 "log",
15661 "symphonia-core",
15662 "symphonia-metadata",
15663 "symphonia-utils-xiph",
15664]
15665
15666[[package]]
15667name = "symphonia-format-ogg"
15668version = "0.5.4"
15669source = "registry+https://github.com/rust-lang/crates.io-index"
15670checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15671dependencies = [
15672 "log",
15673 "symphonia-core",
15674 "symphonia-metadata",
15675 "symphonia-utils-xiph",
15676]
15677
15678[[package]]
15679name = "symphonia-format-riff"
15680version = "0.5.4"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15683dependencies = [
15684 "extended",
15685 "log",
15686 "symphonia-core",
15687 "symphonia-metadata",
15688]
15689
15690[[package]]
15691name = "symphonia-metadata"
15692version = "0.5.4"
15693source = "registry+https://github.com/rust-lang/crates.io-index"
15694checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15695dependencies = [
15696 "encoding_rs",
15697 "lazy_static",
15698 "log",
15699 "symphonia-core",
15700]
15701
15702[[package]]
15703name = "symphonia-utils-xiph"
15704version = "0.5.4"
15705source = "registry+https://github.com/rust-lang/crates.io-index"
15706checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15707dependencies = [
15708 "symphonia-core",
15709 "symphonia-metadata",
15710]
15711
15712[[package]]
15713name = "syn"
15714version = "1.0.109"
15715source = "registry+https://github.com/rust-lang/crates.io-index"
15716checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15717dependencies = [
15718 "proc-macro2",
15719 "quote",
15720 "unicode-ident",
15721]
15722
15723[[package]]
15724name = "syn"
15725version = "2.0.101"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15728dependencies = [
15729 "proc-macro2",
15730 "quote",
15731 "unicode-ident",
15732]
15733
15734[[package]]
15735name = "sync_wrapper"
15736version = "0.1.2"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15739
15740[[package]]
15741name = "sync_wrapper"
15742version = "1.0.2"
15743source = "registry+https://github.com/rust-lang/crates.io-index"
15744checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15745dependencies = [
15746 "futures-core",
15747]
15748
15749[[package]]
15750name = "synchronoise"
15751version = "1.0.1"
15752source = "registry+https://github.com/rust-lang/crates.io-index"
15753checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15754dependencies = [
15755 "crossbeam-queue",
15756]
15757
15758[[package]]
15759name = "synstructure"
15760version = "0.13.1"
15761source = "registry+https://github.com/rust-lang/crates.io-index"
15762checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15763dependencies = [
15764 "proc-macro2",
15765 "quote",
15766 "syn 2.0.101",
15767]
15768
15769[[package]]
15770name = "sys-locale"
15771version = "0.3.2"
15772source = "registry+https://github.com/rust-lang/crates.io-index"
15773checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15774dependencies = [
15775 "libc",
15776]
15777
15778[[package]]
15779name = "sysctl"
15780version = "0.5.5"
15781source = "registry+https://github.com/rust-lang/crates.io-index"
15782checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15783dependencies = [
15784 "bitflags 2.9.0",
15785 "byteorder",
15786 "enum-as-inner",
15787 "libc",
15788 "thiserror 1.0.69",
15789 "walkdir",
15790]
15791
15792[[package]]
15793name = "sysctl"
15794version = "0.6.0"
15795source = "registry+https://github.com/rust-lang/crates.io-index"
15796checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15797dependencies = [
15798 "bitflags 2.9.0",
15799 "byteorder",
15800 "enum-as-inner",
15801 "libc",
15802 "thiserror 1.0.69",
15803 "walkdir",
15804]
15805
15806[[package]]
15807name = "sysinfo"
15808version = "0.31.4"
15809source = "registry+https://github.com/rust-lang/crates.io-index"
15810checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15811dependencies = [
15812 "core-foundation-sys",
15813 "libc",
15814 "memchr",
15815 "ntapi",
15816 "rayon",
15817 "windows 0.57.0",
15818]
15819
15820[[package]]
15821name = "system-configuration"
15822version = "0.5.1"
15823source = "registry+https://github.com/rust-lang/crates.io-index"
15824checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15825dependencies = [
15826 "bitflags 1.3.2",
15827 "core-foundation 0.9.4",
15828 "system-configuration-sys 0.5.0",
15829]
15830
15831[[package]]
15832name = "system-configuration"
15833version = "0.6.1"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15836dependencies = [
15837 "bitflags 2.9.0",
15838 "core-foundation 0.9.4",
15839 "system-configuration-sys 0.6.0",
15840]
15841
15842[[package]]
15843name = "system-configuration-sys"
15844version = "0.5.0"
15845source = "registry+https://github.com/rust-lang/crates.io-index"
15846checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15847dependencies = [
15848 "core-foundation-sys",
15849 "libc",
15850]
15851
15852[[package]]
15853name = "system-configuration-sys"
15854version = "0.6.0"
15855source = "registry+https://github.com/rust-lang/crates.io-index"
15856checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15857dependencies = [
15858 "core-foundation-sys",
15859 "libc",
15860]
15861
15862[[package]]
15863name = "system-deps"
15864version = "6.2.2"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15867dependencies = [
15868 "cfg-expr",
15869 "heck 0.5.0",
15870 "pkg-config",
15871 "toml 0.8.20",
15872 "version-compare",
15873]
15874
15875[[package]]
15876name = "system-interface"
15877version = "0.27.3"
15878source = "registry+https://github.com/rust-lang/crates.io-index"
15879checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15880dependencies = [
15881 "bitflags 2.9.0",
15882 "cap-fs-ext",
15883 "cap-std",
15884 "fd-lock",
15885 "io-lifetimes",
15886 "rustix 0.38.44",
15887 "windows-sys 0.59.0",
15888 "winx",
15889]
15890
15891[[package]]
15892name = "system_specs"
15893version = "0.1.0"
15894dependencies = [
15895 "anyhow",
15896 "client",
15897 "gpui",
15898 "human_bytes",
15899 "pciid-parser",
15900 "release_channel",
15901 "serde",
15902 "sysinfo",
15903 "workspace-hack",
15904]
15905
15906[[package]]
15907name = "tab_switcher"
15908version = "0.1.0"
15909dependencies = [
15910 "anyhow",
15911 "collections",
15912 "ctor",
15913 "editor",
15914 "fuzzy",
15915 "gpui",
15916 "language",
15917 "menu",
15918 "picker",
15919 "project",
15920 "schemars 1.0.1",
15921 "serde",
15922 "serde_json",
15923 "settings",
15924 "smol",
15925 "theme",
15926 "ui",
15927 "util",
15928 "workspace",
15929 "workspace-hack",
15930 "zlog",
15931]
15932
15933[[package]]
15934name = "taffy"
15935version = "0.9.0"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15938dependencies = [
15939 "arrayvec",
15940 "grid",
15941 "serde",
15942 "slotmap",
15943]
15944
15945[[package]]
15946name = "tagptr"
15947version = "0.2.0"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15950
15951[[package]]
15952name = "take-until"
15953version = "0.2.0"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15956
15957[[package]]
15958name = "tao-core-video-sys"
15959version = "0.2.0"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15962dependencies = [
15963 "cfg-if",
15964 "core-foundation-sys",
15965 "libc",
15966 "objc",
15967]
15968
15969[[package]]
15970name = "tap"
15971version = "1.0.1"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15974
15975[[package]]
15976name = "target-lexicon"
15977version = "0.12.16"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15980
15981[[package]]
15982name = "target-lexicon"
15983version = "0.13.2"
15984source = "registry+https://github.com/rust-lang/crates.io-index"
15985checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15986
15987[[package]]
15988name = "task"
15989version = "0.1.0"
15990dependencies = [
15991 "anyhow",
15992 "collections",
15993 "futures 0.3.31",
15994 "gpui",
15995 "hex",
15996 "log",
15997 "parking_lot",
15998 "pretty_assertions",
15999 "proto",
16000 "schemars 1.0.1",
16001 "serde",
16002 "serde_json",
16003 "serde_json_lenient",
16004 "sha2",
16005 "shellexpand 2.1.2",
16006 "util",
16007 "workspace-hack",
16008 "zed_actions",
16009]
16010
16011[[package]]
16012name = "tasks_ui"
16013version = "0.1.0"
16014dependencies = [
16015 "anyhow",
16016 "collections",
16017 "editor",
16018 "file_icons",
16019 "fuzzy",
16020 "gpui",
16021 "itertools 0.14.0",
16022 "language",
16023 "menu",
16024 "picker",
16025 "project",
16026 "serde",
16027 "serde_json",
16028 "task",
16029 "tree-sitter-rust",
16030 "tree-sitter-typescript",
16031 "ui",
16032 "util",
16033 "workspace",
16034 "workspace-hack",
16035 "zed_actions",
16036]
16037
16038[[package]]
16039name = "telemetry"
16040version = "0.1.0"
16041dependencies = [
16042 "futures 0.3.31",
16043 "serde",
16044 "serde_json",
16045 "telemetry_events",
16046 "workspace-hack",
16047]
16048
16049[[package]]
16050name = "telemetry_events"
16051version = "0.1.0"
16052dependencies = [
16053 "semantic_version",
16054 "serde",
16055 "serde_json",
16056 "workspace-hack",
16057]
16058
16059[[package]]
16060name = "tempfile"
16061version = "3.20.0"
16062source = "registry+https://github.com/rust-lang/crates.io-index"
16063checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16064dependencies = [
16065 "fastrand 2.3.0",
16066 "getrandom 0.3.2",
16067 "once_cell",
16068 "rustix 1.0.7",
16069 "windows-sys 0.59.0",
16070]
16071
16072[[package]]
16073name = "tendril"
16074version = "0.4.3"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16077dependencies = [
16078 "futf",
16079 "mac",
16080 "utf-8",
16081]
16082
16083[[package]]
16084name = "termcolor"
16085version = "1.4.1"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16088dependencies = [
16089 "winapi-util",
16090]
16091
16092[[package]]
16093name = "terminal"
16094version = "0.1.0"
16095dependencies = [
16096 "alacritty_terminal",
16097 "anyhow",
16098 "collections",
16099 "futures 0.3.31",
16100 "gpui",
16101 "itertools 0.14.0",
16102 "libc",
16103 "log",
16104 "rand 0.9.1",
16105 "regex",
16106 "release_channel",
16107 "schemars 1.0.1",
16108 "serde",
16109 "settings",
16110 "smol",
16111 "sysinfo",
16112 "task",
16113 "theme",
16114 "thiserror 2.0.12",
16115 "url",
16116 "urlencoding",
16117 "util",
16118 "windows 0.61.1",
16119 "workspace-hack",
16120]
16121
16122[[package]]
16123name = "terminal_size"
16124version = "0.4.2"
16125source = "registry+https://github.com/rust-lang/crates.io-index"
16126checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16127dependencies = [
16128 "rustix 1.0.7",
16129 "windows-sys 0.59.0",
16130]
16131
16132[[package]]
16133name = "terminal_view"
16134version = "0.1.0"
16135dependencies = [
16136 "anyhow",
16137 "assistant_slash_command",
16138 "async-recursion",
16139 "breadcrumbs",
16140 "client",
16141 "collections",
16142 "db",
16143 "dirs 4.0.0",
16144 "editor",
16145 "futures 0.3.31",
16146 "gpui",
16147 "itertools 0.14.0",
16148 "language",
16149 "log",
16150 "pretty_assertions",
16151 "project",
16152 "rand 0.9.1",
16153 "regex",
16154 "schemars 1.0.1",
16155 "search",
16156 "serde",
16157 "serde_json",
16158 "settings",
16159 "shellexpand 2.1.2",
16160 "smol",
16161 "task",
16162 "terminal",
16163 "theme",
16164 "ui",
16165 "util",
16166 "workspace",
16167 "workspace-hack",
16168 "zed_actions",
16169]
16170
16171[[package]]
16172name = "text"
16173version = "0.1.0"
16174dependencies = [
16175 "anyhow",
16176 "clock",
16177 "collections",
16178 "ctor",
16179 "gpui",
16180 "http_client",
16181 "log",
16182 "parking_lot",
16183 "postage",
16184 "rand 0.9.1",
16185 "regex",
16186 "rope",
16187 "smallvec",
16188 "sum_tree",
16189 "util",
16190 "workspace-hack",
16191 "zlog",
16192]
16193
16194[[package]]
16195name = "theme"
16196version = "0.1.0"
16197dependencies = [
16198 "anyhow",
16199 "collections",
16200 "derive_more",
16201 "fs",
16202 "futures 0.3.31",
16203 "gpui",
16204 "log",
16205 "palette",
16206 "parking_lot",
16207 "refineable",
16208 "schemars 1.0.1",
16209 "serde",
16210 "serde_json",
16211 "serde_json_lenient",
16212 "settings",
16213 "strum 0.27.1",
16214 "thiserror 2.0.12",
16215 "util",
16216 "uuid",
16217 "workspace-hack",
16218]
16219
16220[[package]]
16221name = "theme_extension"
16222version = "0.1.0"
16223dependencies = [
16224 "anyhow",
16225 "extension",
16226 "fs",
16227 "gpui",
16228 "theme",
16229 "workspace-hack",
16230]
16231
16232[[package]]
16233name = "theme_importer"
16234version = "0.1.0"
16235dependencies = [
16236 "anyhow",
16237 "clap",
16238 "collections",
16239 "gpui",
16240 "indexmap 2.9.0",
16241 "log",
16242 "palette",
16243 "serde",
16244 "serde_json",
16245 "serde_json_lenient",
16246 "simplelog",
16247 "strum 0.27.1",
16248 "theme",
16249 "vscode_theme",
16250 "workspace-hack",
16251]
16252
16253[[package]]
16254name = "theme_selector"
16255version = "0.1.0"
16256dependencies = [
16257 "fs",
16258 "fuzzy",
16259 "gpui",
16260 "log",
16261 "picker",
16262 "serde",
16263 "settings",
16264 "telemetry",
16265 "theme",
16266 "ui",
16267 "util",
16268 "workspace",
16269 "workspace-hack",
16270 "zed_actions",
16271]
16272
16273[[package]]
16274name = "thiserror"
16275version = "1.0.69"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16278dependencies = [
16279 "thiserror-impl 1.0.69",
16280]
16281
16282[[package]]
16283name = "thiserror"
16284version = "2.0.12"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16287dependencies = [
16288 "thiserror-impl 2.0.12",
16289]
16290
16291[[package]]
16292name = "thiserror-impl"
16293version = "1.0.69"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16296dependencies = [
16297 "proc-macro2",
16298 "quote",
16299 "syn 2.0.101",
16300]
16301
16302[[package]]
16303name = "thiserror-impl"
16304version = "2.0.12"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16307dependencies = [
16308 "proc-macro2",
16309 "quote",
16310 "syn 2.0.101",
16311]
16312
16313[[package]]
16314name = "thread_local"
16315version = "1.1.8"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16318dependencies = [
16319 "cfg-if",
16320 "once_cell",
16321]
16322
16323[[package]]
16324name = "tiff"
16325version = "0.9.1"
16326source = "registry+https://github.com/rust-lang/crates.io-index"
16327checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16328dependencies = [
16329 "flate2",
16330 "jpeg-decoder",
16331 "weezl",
16332]
16333
16334[[package]]
16335name = "tiktoken-rs"
16336version = "0.8.0"
16337source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16338dependencies = [
16339 "anyhow",
16340 "base64 0.22.1",
16341 "bstr",
16342 "fancy-regex 0.13.0",
16343 "lazy_static",
16344 "regex",
16345 "rustc-hash 1.1.0",
16346]
16347
16348[[package]]
16349name = "time"
16350version = "0.3.41"
16351source = "registry+https://github.com/rust-lang/crates.io-index"
16352checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16353dependencies = [
16354 "deranged",
16355 "itoa",
16356 "libc",
16357 "num-conv",
16358 "num_threads",
16359 "powerfmt",
16360 "serde",
16361 "time-core",
16362 "time-macros",
16363]
16364
16365[[package]]
16366name = "time-core"
16367version = "0.1.4"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16370
16371[[package]]
16372name = "time-macros"
16373version = "0.2.22"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16376dependencies = [
16377 "num-conv",
16378 "time-core",
16379]
16380
16381[[package]]
16382name = "time_format"
16383version = "0.1.0"
16384dependencies = [
16385 "core-foundation 0.10.0",
16386 "core-foundation-sys",
16387 "sys-locale",
16388 "time",
16389 "workspace-hack",
16390]
16391
16392[[package]]
16393name = "tiny-keccak"
16394version = "2.0.2"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16397dependencies = [
16398 "crunchy",
16399]
16400
16401[[package]]
16402name = "tiny-skia"
16403version = "0.11.4"
16404source = "registry+https://github.com/rust-lang/crates.io-index"
16405checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16406dependencies = [
16407 "arrayref",
16408 "arrayvec",
16409 "bytemuck",
16410 "cfg-if",
16411 "log",
16412 "png",
16413 "tiny-skia-path",
16414]
16415
16416[[package]]
16417name = "tiny-skia-path"
16418version = "0.11.4"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16421dependencies = [
16422 "arrayref",
16423 "bytemuck",
16424 "strict-num",
16425]
16426
16427[[package]]
16428name = "tiny_http"
16429version = "0.8.2"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16432dependencies = [
16433 "ascii",
16434 "chrono",
16435 "chunked_transfer",
16436 "log",
16437 "url",
16438]
16439
16440[[package]]
16441name = "tinystr"
16442version = "0.7.6"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16445dependencies = [
16446 "displaydoc",
16447 "zerovec",
16448]
16449
16450[[package]]
16451name = "tinytemplate"
16452version = "1.2.1"
16453source = "registry+https://github.com/rust-lang/crates.io-index"
16454checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16455dependencies = [
16456 "serde",
16457 "serde_json",
16458]
16459
16460[[package]]
16461name = "tinyvec"
16462version = "1.9.0"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16465dependencies = [
16466 "tinyvec_macros",
16467]
16468
16469[[package]]
16470name = "tinyvec_macros"
16471version = "0.1.1"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16474
16475[[package]]
16476name = "title_bar"
16477version = "0.1.0"
16478dependencies = [
16479 "anyhow",
16480 "auto_update",
16481 "call",
16482 "chrono",
16483 "client",
16484 "cloud_llm_client",
16485 "collections",
16486 "db",
16487 "gpui",
16488 "http_client",
16489 "notifications",
16490 "pretty_assertions",
16491 "project",
16492 "remote",
16493 "rpc",
16494 "schemars 1.0.1",
16495 "serde",
16496 "settings",
16497 "smallvec",
16498 "story",
16499 "telemetry",
16500 "theme",
16501 "tree-sitter-md",
16502 "ui",
16503 "util",
16504 "windows 0.61.1",
16505 "workspace",
16506 "workspace-hack",
16507 "zed_actions",
16508]
16509
16510[[package]]
16511name = "tokio"
16512version = "1.44.2"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16515dependencies = [
16516 "backtrace",
16517 "bytes 1.10.1",
16518 "libc",
16519 "mio 1.0.3",
16520 "parking_lot",
16521 "pin-project-lite",
16522 "signal-hook-registry",
16523 "socket2",
16524 "tokio-macros",
16525 "windows-sys 0.52.0",
16526]
16527
16528[[package]]
16529name = "tokio-io"
16530version = "0.1.13"
16531source = "registry+https://github.com/rust-lang/crates.io-index"
16532checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16533dependencies = [
16534 "bytes 0.4.12",
16535 "futures 0.1.31",
16536 "log",
16537]
16538
16539[[package]]
16540name = "tokio-macros"
16541version = "2.5.0"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16544dependencies = [
16545 "proc-macro2",
16546 "quote",
16547 "syn 2.0.101",
16548]
16549
16550[[package]]
16551name = "tokio-native-tls"
16552version = "0.3.1"
16553source = "registry+https://github.com/rust-lang/crates.io-index"
16554checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16555dependencies = [
16556 "native-tls",
16557 "tokio",
16558]
16559
16560[[package]]
16561name = "tokio-rustls"
16562version = "0.24.1"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16565dependencies = [
16566 "rustls 0.21.12",
16567 "tokio",
16568]
16569
16570[[package]]
16571name = "tokio-rustls"
16572version = "0.26.2"
16573source = "registry+https://github.com/rust-lang/crates.io-index"
16574checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16575dependencies = [
16576 "rustls 0.23.26",
16577 "tokio",
16578]
16579
16580[[package]]
16581name = "tokio-socks"
16582version = "0.5.2"
16583source = "registry+https://github.com/rust-lang/crates.io-index"
16584checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16585dependencies = [
16586 "either",
16587 "futures-io",
16588 "futures-util",
16589 "thiserror 1.0.69",
16590 "tokio",
16591]
16592
16593[[package]]
16594name = "tokio-stream"
16595version = "0.1.17"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16598dependencies = [
16599 "futures-core",
16600 "pin-project-lite",
16601 "tokio",
16602]
16603
16604[[package]]
16605name = "tokio-tungstenite"
16606version = "0.20.1"
16607source = "registry+https://github.com/rust-lang/crates.io-index"
16608checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16609dependencies = [
16610 "futures-util",
16611 "log",
16612 "tokio",
16613 "tungstenite 0.20.1",
16614]
16615
16616[[package]]
16617name = "tokio-tungstenite"
16618version = "0.21.0"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16621dependencies = [
16622 "futures-util",
16623 "log",
16624 "tokio",
16625 "tungstenite 0.21.0",
16626]
16627
16628[[package]]
16629name = "tokio-tungstenite"
16630version = "0.26.2"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16633dependencies = [
16634 "futures-util",
16635 "log",
16636 "rustls 0.23.26",
16637 "rustls-pki-types",
16638 "tokio",
16639 "tokio-rustls 0.26.2",
16640 "tungstenite 0.26.2",
16641]
16642
16643[[package]]
16644name = "tokio-util"
16645version = "0.7.14"
16646source = "registry+https://github.com/rust-lang/crates.io-index"
16647checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16648dependencies = [
16649 "bytes 1.10.1",
16650 "futures-core",
16651 "futures-io",
16652 "futures-sink",
16653 "pin-project-lite",
16654 "tokio",
16655]
16656
16657[[package]]
16658name = "toml"
16659version = "0.5.11"
16660source = "registry+https://github.com/rust-lang/crates.io-index"
16661checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16662dependencies = [
16663 "serde",
16664]
16665
16666[[package]]
16667name = "toml"
16668version = "0.8.20"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16671dependencies = [
16672 "serde",
16673 "serde_spanned",
16674 "toml_datetime",
16675 "toml_edit",
16676]
16677
16678[[package]]
16679name = "toml_datetime"
16680version = "0.6.9"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16683dependencies = [
16684 "serde",
16685]
16686
16687[[package]]
16688name = "toml_edit"
16689version = "0.22.26"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16692dependencies = [
16693 "indexmap 2.9.0",
16694 "serde",
16695 "serde_spanned",
16696 "toml_datetime",
16697 "toml_write",
16698 "winnow",
16699]
16700
16701[[package]]
16702name = "toml_write"
16703version = "0.1.1"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16706
16707[[package]]
16708name = "toolchain_selector"
16709version = "0.1.0"
16710dependencies = [
16711 "anyhow",
16712 "convert_case 0.8.0",
16713 "editor",
16714 "file_finder",
16715 "futures 0.3.31",
16716 "fuzzy",
16717 "gpui",
16718 "language",
16719 "menu",
16720 "picker",
16721 "project",
16722 "ui",
16723 "util",
16724 "workspace",
16725 "workspace-hack",
16726]
16727
16728[[package]]
16729name = "topological-sort"
16730version = "0.2.2"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16733
16734[[package]]
16735name = "tower"
16736version = "0.4.13"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16739dependencies = [
16740 "futures-core",
16741 "futures-util",
16742 "pin-project",
16743 "pin-project-lite",
16744 "tokio",
16745 "tower-layer",
16746 "tower-service",
16747 "tracing",
16748]
16749
16750[[package]]
16751name = "tower"
16752version = "0.5.2"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16755dependencies = [
16756 "futures-core",
16757 "futures-util",
16758 "pin-project-lite",
16759 "sync_wrapper 1.0.2",
16760 "tokio",
16761 "tower-layer",
16762 "tower-service",
16763]
16764
16765[[package]]
16766name = "tower-http"
16767version = "0.3.5"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16770dependencies = [
16771 "bitflags 1.3.2",
16772 "bytes 1.10.1",
16773 "futures-core",
16774 "futures-util",
16775 "http 0.2.12",
16776 "http-body 0.4.6",
16777 "http-range-header",
16778 "pin-project-lite",
16779 "tower-layer",
16780 "tower-service",
16781]
16782
16783[[package]]
16784name = "tower-http"
16785version = "0.4.4"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16788dependencies = [
16789 "bitflags 2.9.0",
16790 "bytes 1.10.1",
16791 "futures-core",
16792 "futures-util",
16793 "http 0.2.12",
16794 "http-body 0.4.6",
16795 "http-range-header",
16796 "pin-project-lite",
16797 "tower-layer",
16798 "tower-service",
16799 "tracing",
16800]
16801
16802[[package]]
16803name = "tower-layer"
16804version = "0.3.3"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16807
16808[[package]]
16809name = "tower-service"
16810version = "0.3.3"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16813
16814[[package]]
16815name = "tracing"
16816version = "0.1.41"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16819dependencies = [
16820 "log",
16821 "pin-project-lite",
16822 "tracing-attributes",
16823 "tracing-core",
16824]
16825
16826[[package]]
16827name = "tracing-attributes"
16828version = "0.1.28"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16831dependencies = [
16832 "proc-macro2",
16833 "quote",
16834 "syn 2.0.101",
16835]
16836
16837[[package]]
16838name = "tracing-core"
16839version = "0.1.33"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16842dependencies = [
16843 "once_cell",
16844 "valuable",
16845]
16846
16847[[package]]
16848name = "tracing-log"
16849version = "0.2.0"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16852dependencies = [
16853 "log",
16854 "once_cell",
16855 "tracing-core",
16856]
16857
16858[[package]]
16859name = "tracing-serde"
16860version = "0.2.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16863dependencies = [
16864 "serde",
16865 "tracing-core",
16866]
16867
16868[[package]]
16869name = "tracing-subscriber"
16870version = "0.3.20"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16873dependencies = [
16874 "matchers",
16875 "nu-ansi-term",
16876 "once_cell",
16877 "regex-automata",
16878 "serde",
16879 "serde_json",
16880 "sharded-slab",
16881 "smallvec",
16882 "thread_local",
16883 "tracing",
16884 "tracing-core",
16885 "tracing-log",
16886 "tracing-serde",
16887]
16888
16889[[package]]
16890name = "trait-variant"
16891version = "0.1.2"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16894dependencies = [
16895 "proc-macro2",
16896 "quote",
16897 "syn 2.0.101",
16898]
16899
16900[[package]]
16901name = "transpose"
16902version = "0.2.3"
16903source = "registry+https://github.com/rust-lang/crates.io-index"
16904checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16905dependencies = [
16906 "num-integer",
16907 "strength_reduce",
16908]
16909
16910[[package]]
16911name = "tree-sitter"
16912version = "0.25.10"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
16915dependencies = [
16916 "cc",
16917 "regex",
16918 "regex-syntax",
16919 "serde_json",
16920 "streaming-iterator",
16921 "tree-sitter-language",
16922 "wasmtime-c-api-impl",
16923]
16924
16925[[package]]
16926name = "tree-sitter-bash"
16927version = "0.25.0"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16930dependencies = [
16931 "cc",
16932 "tree-sitter-language",
16933]
16934
16935[[package]]
16936name = "tree-sitter-c"
16937version = "0.23.4"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16940dependencies = [
16941 "cc",
16942 "tree-sitter-language",
16943]
16944
16945[[package]]
16946name = "tree-sitter-cpp"
16947version = "0.23.4"
16948source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16949dependencies = [
16950 "cc",
16951 "tree-sitter-language",
16952]
16953
16954[[package]]
16955name = "tree-sitter-css"
16956version = "0.23.2"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16959dependencies = [
16960 "cc",
16961 "tree-sitter-language",
16962]
16963
16964[[package]]
16965name = "tree-sitter-diff"
16966version = "0.1.0"
16967source = "registry+https://github.com/rust-lang/crates.io-index"
16968checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16969dependencies = [
16970 "cc",
16971 "tree-sitter-language",
16972]
16973
16974[[package]]
16975name = "tree-sitter-elixir"
16976version = "0.3.4"
16977source = "registry+https://github.com/rust-lang/crates.io-index"
16978checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16979dependencies = [
16980 "cc",
16981 "tree-sitter-language",
16982]
16983
16984[[package]]
16985name = "tree-sitter-embedded-template"
16986version = "0.23.2"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16989dependencies = [
16990 "cc",
16991 "tree-sitter-language",
16992]
16993
16994[[package]]
16995name = "tree-sitter-gitcommit"
16996version = "0.0.1"
16997source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16998dependencies = [
16999 "cc",
17000 "tree-sitter-language",
17001]
17002
17003[[package]]
17004name = "tree-sitter-go"
17005version = "0.23.4"
17006source = "registry+https://github.com/rust-lang/crates.io-index"
17007checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17008dependencies = [
17009 "cc",
17010 "tree-sitter-language",
17011]
17012
17013[[package]]
17014name = "tree-sitter-gomod"
17015version = "1.1.1"
17016source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17017dependencies = [
17018 "cc",
17019 "tree-sitter-language",
17020]
17021
17022[[package]]
17023name = "tree-sitter-gowork"
17024version = "0.0.1"
17025source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17026dependencies = [
17027 "cc",
17028 "tree-sitter-language",
17029]
17030
17031[[package]]
17032name = "tree-sitter-heex"
17033version = "0.0.1"
17034source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17035dependencies = [
17036 "cc",
17037 "tree-sitter-language",
17038]
17039
17040[[package]]
17041name = "tree-sitter-html"
17042version = "0.23.2"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17045dependencies = [
17046 "cc",
17047 "tree-sitter-language",
17048]
17049
17050[[package]]
17051name = "tree-sitter-jsdoc"
17052version = "0.23.2"
17053source = "registry+https://github.com/rust-lang/crates.io-index"
17054checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17055dependencies = [
17056 "cc",
17057 "tree-sitter-language",
17058]
17059
17060[[package]]
17061name = "tree-sitter-json"
17062version = "0.24.8"
17063source = "registry+https://github.com/rust-lang/crates.io-index"
17064checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17065dependencies = [
17066 "cc",
17067 "tree-sitter-language",
17068]
17069
17070[[package]]
17071name = "tree-sitter-language"
17072version = "0.1.5"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17075
17076[[package]]
17077name = "tree-sitter-md"
17078version = "0.3.2"
17079source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17080dependencies = [
17081 "cc",
17082 "tree-sitter-language",
17083]
17084
17085[[package]]
17086name = "tree-sitter-python"
17087version = "0.25.0"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17090dependencies = [
17091 "cc",
17092 "tree-sitter-language",
17093]
17094
17095[[package]]
17096name = "tree-sitter-regex"
17097version = "0.24.3"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17100dependencies = [
17101 "cc",
17102 "tree-sitter-language",
17103]
17104
17105[[package]]
17106name = "tree-sitter-ruby"
17107version = "0.23.1"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17110dependencies = [
17111 "cc",
17112 "tree-sitter-language",
17113]
17114
17115[[package]]
17116name = "tree-sitter-rust"
17117version = "0.24.0"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17120dependencies = [
17121 "cc",
17122 "tree-sitter-language",
17123]
17124
17125[[package]]
17126name = "tree-sitter-typescript"
17127version = "0.23.2"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17130dependencies = [
17131 "cc",
17132 "tree-sitter-language",
17133]
17134
17135[[package]]
17136name = "tree-sitter-yaml"
17137version = "0.6.1"
17138source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17139dependencies = [
17140 "cc",
17141 "tree-sitter-language",
17142]
17143
17144[[package]]
17145name = "try-lock"
17146version = "0.2.5"
17147source = "registry+https://github.com/rust-lang/crates.io-index"
17148checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17149
17150[[package]]
17151name = "ttf-parser"
17152version = "0.20.0"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17155
17156[[package]]
17157name = "ttf-parser"
17158version = "0.21.1"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17161
17162[[package]]
17163name = "ttf-parser"
17164version = "0.25.1"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17167dependencies = [
17168 "core_maths",
17169]
17170
17171[[package]]
17172name = "tungstenite"
17173version = "0.20.1"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17176dependencies = [
17177 "byteorder",
17178 "bytes 1.10.1",
17179 "data-encoding",
17180 "http 0.2.12",
17181 "httparse",
17182 "log",
17183 "rand 0.8.5",
17184 "sha1",
17185 "thiserror 1.0.69",
17186 "url",
17187 "utf-8",
17188]
17189
17190[[package]]
17191name = "tungstenite"
17192version = "0.21.0"
17193source = "registry+https://github.com/rust-lang/crates.io-index"
17194checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17195dependencies = [
17196 "byteorder",
17197 "bytes 1.10.1",
17198 "data-encoding",
17199 "http 1.3.1",
17200 "httparse",
17201 "log",
17202 "rand 0.8.5",
17203 "sha1",
17204 "thiserror 1.0.69",
17205 "url",
17206 "utf-8",
17207]
17208
17209[[package]]
17210name = "tungstenite"
17211version = "0.26.2"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17214dependencies = [
17215 "bytes 1.10.1",
17216 "data-encoding",
17217 "http 1.3.1",
17218 "httparse",
17219 "log",
17220 "rand 0.9.1",
17221 "rustls 0.23.26",
17222 "rustls-pki-types",
17223 "sha1",
17224 "thiserror 2.0.12",
17225 "utf-8",
17226]
17227
17228[[package]]
17229name = "typed-path"
17230version = "0.11.0"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17233
17234[[package]]
17235name = "typeid"
17236version = "1.0.3"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17239
17240[[package]]
17241name = "typenum"
17242version = "1.18.0"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17245
17246[[package]]
17247name = "ucd-trie"
17248version = "0.1.7"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17251
17252[[package]]
17253name = "uds"
17254version = "0.4.2"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17257dependencies = [
17258 "libc",
17259]
17260
17261[[package]]
17262name = "uds_windows"
17263version = "1.1.0"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17266dependencies = [
17267 "memoffset",
17268 "tempfile",
17269 "winapi",
17270]
17271
17272[[package]]
17273name = "ug"
17274version = "0.4.0"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17277dependencies = [
17278 "gemm 0.18.2",
17279 "half",
17280 "libloading",
17281 "memmap2",
17282 "num",
17283 "num-traits",
17284 "num_cpus",
17285 "rayon",
17286 "safetensors",
17287 "serde",
17288 "thiserror 1.0.69",
17289 "tracing",
17290 "yoke",
17291]
17292
17293[[package]]
17294name = "ui"
17295version = "0.1.0"
17296dependencies = [
17297 "chrono",
17298 "component",
17299 "documented",
17300 "gpui",
17301 "gpui_macros",
17302 "icons",
17303 "itertools 0.14.0",
17304 "menu",
17305 "schemars 1.0.1",
17306 "serde",
17307 "settings",
17308 "smallvec",
17309 "story",
17310 "strum 0.27.1",
17311 "theme",
17312 "ui_macros",
17313 "util",
17314 "windows 0.61.1",
17315 "workspace-hack",
17316]
17317
17318[[package]]
17319name = "ui_input"
17320version = "0.1.0"
17321dependencies = [
17322 "component",
17323 "editor",
17324 "gpui",
17325 "settings",
17326 "theme",
17327 "ui",
17328 "workspace-hack",
17329]
17330
17331[[package]]
17332name = "ui_macros"
17333version = "0.1.0"
17334dependencies = [
17335 "component",
17336 "quote",
17337 "syn 2.0.101",
17338 "ui",
17339 "workspace-hack",
17340]
17341
17342[[package]]
17343name = "ui_prompt"
17344version = "0.1.0"
17345dependencies = [
17346 "gpui",
17347 "markdown",
17348 "menu",
17349 "settings",
17350 "theme",
17351 "ui",
17352 "workspace",
17353 "workspace-hack",
17354]
17355
17356[[package]]
17357name = "unicase"
17358version = "2.8.1"
17359source = "registry+https://github.com/rust-lang/crates.io-index"
17360checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17361
17362[[package]]
17363name = "unicode-bidi"
17364version = "0.3.18"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17367
17368[[package]]
17369name = "unicode-bidi-mirroring"
17370version = "0.2.0"
17371source = "registry+https://github.com/rust-lang/crates.io-index"
17372checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17373
17374[[package]]
17375name = "unicode-bidi-mirroring"
17376version = "0.4.0"
17377source = "registry+https://github.com/rust-lang/crates.io-index"
17378checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17379
17380[[package]]
17381name = "unicode-ccc"
17382version = "0.2.0"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17385
17386[[package]]
17387name = "unicode-ccc"
17388version = "0.4.0"
17389source = "registry+https://github.com/rust-lang/crates.io-index"
17390checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17391
17392[[package]]
17393name = "unicode-ident"
17394version = "1.0.18"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17397
17398[[package]]
17399name = "unicode-linebreak"
17400version = "0.1.5"
17401source = "registry+https://github.com/rust-lang/crates.io-index"
17402checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17403
17404[[package]]
17405name = "unicode-normalization"
17406version = "0.1.24"
17407source = "registry+https://github.com/rust-lang/crates.io-index"
17408checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17409dependencies = [
17410 "tinyvec",
17411]
17412
17413[[package]]
17414name = "unicode-properties"
17415version = "0.1.3"
17416source = "registry+https://github.com/rust-lang/crates.io-index"
17417checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17418
17419[[package]]
17420name = "unicode-script"
17421version = "0.5.7"
17422source = "registry+https://github.com/rust-lang/crates.io-index"
17423checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17424
17425[[package]]
17426name = "unicode-segmentation"
17427version = "1.12.0"
17428source = "registry+https://github.com/rust-lang/crates.io-index"
17429checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17430
17431[[package]]
17432name = "unicode-vo"
17433version = "0.1.0"
17434source = "registry+https://github.com/rust-lang/crates.io-index"
17435checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17436
17437[[package]]
17438name = "unicode-width"
17439version = "0.2.0"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17442
17443[[package]]
17444name = "unicode-xid"
17445version = "0.2.6"
17446source = "registry+https://github.com/rust-lang/crates.io-index"
17447checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17448
17449[[package]]
17450name = "unicode_categories"
17451version = "0.1.1"
17452source = "registry+https://github.com/rust-lang/crates.io-index"
17453checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17454
17455[[package]]
17456name = "unindent"
17457version = "0.2.4"
17458source = "registry+https://github.com/rust-lang/crates.io-index"
17459checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17460
17461[[package]]
17462name = "untrusted"
17463version = "0.9.0"
17464source = "registry+https://github.com/rust-lang/crates.io-index"
17465checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17466
17467[[package]]
17468name = "url"
17469version = "2.5.4"
17470source = "registry+https://github.com/rust-lang/crates.io-index"
17471checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17472dependencies = [
17473 "form_urlencoded",
17474 "idna",
17475 "percent-encoding",
17476 "serde",
17477]
17478
17479[[package]]
17480name = "urlencoding"
17481version = "2.1.3"
17482source = "registry+https://github.com/rust-lang/crates.io-index"
17483checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17484
17485[[package]]
17486name = "usvg"
17487version = "0.45.1"
17488source = "registry+https://github.com/rust-lang/crates.io-index"
17489checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17490dependencies = [
17491 "base64 0.22.1",
17492 "data-url",
17493 "flate2",
17494 "fontdb 0.23.0",
17495 "imagesize",
17496 "kurbo",
17497 "log",
17498 "pico-args",
17499 "roxmltree",
17500 "rustybuzz 0.20.1",
17501 "simplecss",
17502 "siphasher",
17503 "strict-num",
17504 "svgtypes",
17505 "tiny-skia-path",
17506 "unicode-bidi",
17507 "unicode-script",
17508 "unicode-vo",
17509 "xmlwriter",
17510]
17511
17512[[package]]
17513name = "utf-8"
17514version = "0.7.6"
17515source = "registry+https://github.com/rust-lang/crates.io-index"
17516checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17517
17518[[package]]
17519name = "utf16_iter"
17520version = "1.0.5"
17521source = "registry+https://github.com/rust-lang/crates.io-index"
17522checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17523
17524[[package]]
17525name = "utf8_iter"
17526version = "1.0.4"
17527source = "registry+https://github.com/rust-lang/crates.io-index"
17528checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17529
17530[[package]]
17531name = "utf8parse"
17532version = "0.2.2"
17533source = "registry+https://github.com/rust-lang/crates.io-index"
17534checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17535
17536[[package]]
17537name = "util"
17538version = "0.1.0"
17539dependencies = [
17540 "anyhow",
17541 "async-fs",
17542 "async_zip",
17543 "collections",
17544 "command-fds",
17545 "dirs 4.0.0",
17546 "dunce",
17547 "futures 0.3.31",
17548 "futures-lite 1.13.0",
17549 "git2",
17550 "globset",
17551 "indoc",
17552 "itertools 0.14.0",
17553 "libc",
17554 "log",
17555 "nix 0.29.0",
17556 "pretty_assertions",
17557 "rand 0.9.1",
17558 "regex",
17559 "rust-embed",
17560 "schemars 1.0.1",
17561 "serde",
17562 "serde_json",
17563 "serde_json_lenient",
17564 "shlex",
17565 "smol",
17566 "take-until",
17567 "tempfile",
17568 "tendril",
17569 "unicase",
17570 "util_macros",
17571 "walkdir",
17572 "workspace-hack",
17573]
17574
17575[[package]]
17576name = "util_macros"
17577version = "0.1.0"
17578dependencies = [
17579 "perf",
17580 "quote",
17581 "syn 2.0.101",
17582 "workspace-hack",
17583]
17584
17585[[package]]
17586name = "uuid"
17587version = "1.16.0"
17588source = "registry+https://github.com/rust-lang/crates.io-index"
17589checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17590dependencies = [
17591 "getrandom 0.3.2",
17592 "serde",
17593 "sha1_smol",
17594]
17595
17596[[package]]
17597name = "uuid-simd"
17598version = "0.8.0"
17599source = "registry+https://github.com/rust-lang/crates.io-index"
17600checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17601dependencies = [
17602 "outref",
17603 "uuid",
17604 "vsimd",
17605]
17606
17607[[package]]
17608name = "v_frame"
17609version = "0.3.8"
17610source = "registry+https://github.com/rust-lang/crates.io-index"
17611checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17612dependencies = [
17613 "aligned-vec",
17614 "num-traits",
17615 "wasm-bindgen",
17616]
17617
17618[[package]]
17619name = "valuable"
17620version = "0.1.1"
17621source = "registry+https://github.com/rust-lang/crates.io-index"
17622checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17623
17624[[package]]
17625name = "value-bag"
17626version = "1.11.1"
17627source = "registry+https://github.com/rust-lang/crates.io-index"
17628checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17629dependencies = [
17630 "value-bag-serde1",
17631 "value-bag-sval2",
17632]
17633
17634[[package]]
17635name = "value-bag-serde1"
17636version = "1.11.1"
17637source = "registry+https://github.com/rust-lang/crates.io-index"
17638checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17639dependencies = [
17640 "erased-serde",
17641 "serde",
17642 "serde_fmt",
17643]
17644
17645[[package]]
17646name = "value-bag-sval2"
17647version = "1.11.1"
17648source = "registry+https://github.com/rust-lang/crates.io-index"
17649checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17650dependencies = [
17651 "sval",
17652 "sval_buffer",
17653 "sval_dynamic",
17654 "sval_fmt",
17655 "sval_json",
17656 "sval_ref",
17657 "sval_serde",
17658]
17659
17660[[package]]
17661name = "vcpkg"
17662version = "0.2.15"
17663source = "registry+https://github.com/rust-lang/crates.io-index"
17664checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17665
17666[[package]]
17667name = "vercel"
17668version = "0.1.0"
17669dependencies = [
17670 "anyhow",
17671 "schemars 1.0.1",
17672 "serde",
17673 "strum 0.27.1",
17674 "workspace-hack",
17675]
17676
17677[[package]]
17678name = "version-compare"
17679version = "0.2.0"
17680source = "registry+https://github.com/rust-lang/crates.io-index"
17681checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17682
17683[[package]]
17684name = "version_check"
17685version = "0.9.5"
17686source = "registry+https://github.com/rust-lang/crates.io-index"
17687checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17688
17689[[package]]
17690name = "vim"
17691version = "0.1.0"
17692dependencies = [
17693 "anyhow",
17694 "assets",
17695 "async-compat",
17696 "async-trait",
17697 "collections",
17698 "command_palette",
17699 "command_palette_hooks",
17700 "db",
17701 "editor",
17702 "env_logger 0.11.8",
17703 "futures 0.3.31",
17704 "git_ui",
17705 "gpui",
17706 "indoc",
17707 "itertools 0.14.0",
17708 "language",
17709 "log",
17710 "lsp",
17711 "menu",
17712 "multi_buffer",
17713 "nvim-rs",
17714 "parking_lot",
17715 "perf",
17716 "picker",
17717 "project",
17718 "project_panel",
17719 "regex",
17720 "release_channel",
17721 "schemars 1.0.1",
17722 "search",
17723 "serde",
17724 "serde_json",
17725 "settings",
17726 "task",
17727 "text",
17728 "theme",
17729 "tokio",
17730 "ui",
17731 "util",
17732 "util_macros",
17733 "vim_mode_setting",
17734 "workspace",
17735 "workspace-hack",
17736 "zed_actions",
17737]
17738
17739[[package]]
17740name = "vim_mode_setting"
17741version = "0.1.0"
17742dependencies = [
17743 "gpui",
17744 "settings",
17745 "workspace-hack",
17746]
17747
17748[[package]]
17749name = "vscode_theme"
17750version = "0.2.0"
17751source = "registry+https://github.com/rust-lang/crates.io-index"
17752checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17753dependencies = [
17754 "serde",
17755]
17756
17757[[package]]
17758name = "vsimd"
17759version = "0.8.0"
17760source = "registry+https://github.com/rust-lang/crates.io-index"
17761checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17762
17763[[package]]
17764name = "vswhom"
17765version = "0.1.0"
17766source = "registry+https://github.com/rust-lang/crates.io-index"
17767checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17768dependencies = [
17769 "libc",
17770 "vswhom-sys",
17771]
17772
17773[[package]]
17774name = "vswhom-sys"
17775version = "0.1.3"
17776source = "registry+https://github.com/rust-lang/crates.io-index"
17777checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17778dependencies = [
17779 "cc",
17780 "libc",
17781]
17782
17783[[package]]
17784name = "vte"
17785version = "0.15.0"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17788dependencies = [
17789 "arrayvec",
17790 "bitflags 2.9.0",
17791 "cursor-icon",
17792 "log",
17793 "memchr",
17794 "serde",
17795]
17796
17797[[package]]
17798name = "waker-fn"
17799version = "1.2.0"
17800source = "registry+https://github.com/rust-lang/crates.io-index"
17801checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17802
17803[[package]]
17804name = "walkdir"
17805version = "2.5.0"
17806source = "registry+https://github.com/rust-lang/crates.io-index"
17807checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17808dependencies = [
17809 "same-file",
17810 "winapi-util",
17811]
17812
17813[[package]]
17814name = "want"
17815version = "0.3.1"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17818dependencies = [
17819 "try-lock",
17820]
17821
17822[[package]]
17823name = "warp"
17824version = "0.3.7"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17827dependencies = [
17828 "bytes 1.10.1",
17829 "futures-channel",
17830 "futures-util",
17831 "headers",
17832 "http 0.2.12",
17833 "hyper 0.14.32",
17834 "log",
17835 "mime",
17836 "mime_guess",
17837 "percent-encoding",
17838 "pin-project",
17839 "scoped-tls",
17840 "serde",
17841 "serde_json",
17842 "serde_urlencoded",
17843 "tokio",
17844 "tokio-tungstenite 0.21.0",
17845 "tokio-util",
17846 "tower-service",
17847 "tracing",
17848]
17849
17850[[package]]
17851name = "wasi"
17852version = "0.11.0+wasi-snapshot-preview1"
17853source = "registry+https://github.com/rust-lang/crates.io-index"
17854checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17855
17856[[package]]
17857name = "wasi"
17858version = "0.14.2+wasi-0.2.4"
17859source = "registry+https://github.com/rust-lang/crates.io-index"
17860checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17861dependencies = [
17862 "wit-bindgen-rt 0.39.0",
17863]
17864
17865[[package]]
17866name = "wasite"
17867version = "0.1.0"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17870
17871[[package]]
17872name = "wasm-bindgen"
17873version = "0.2.100"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17876dependencies = [
17877 "cfg-if",
17878 "once_cell",
17879 "rustversion",
17880 "wasm-bindgen-macro",
17881]
17882
17883[[package]]
17884name = "wasm-bindgen-backend"
17885version = "0.2.100"
17886source = "registry+https://github.com/rust-lang/crates.io-index"
17887checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17888dependencies = [
17889 "bumpalo",
17890 "log",
17891 "proc-macro2",
17892 "quote",
17893 "syn 2.0.101",
17894 "wasm-bindgen-shared",
17895]
17896
17897[[package]]
17898name = "wasm-bindgen-futures"
17899version = "0.4.50"
17900source = "registry+https://github.com/rust-lang/crates.io-index"
17901checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17902dependencies = [
17903 "cfg-if",
17904 "js-sys",
17905 "once_cell",
17906 "wasm-bindgen",
17907 "web-sys",
17908]
17909
17910[[package]]
17911name = "wasm-bindgen-macro"
17912version = "0.2.100"
17913source = "registry+https://github.com/rust-lang/crates.io-index"
17914checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17915dependencies = [
17916 "quote",
17917 "wasm-bindgen-macro-support",
17918]
17919
17920[[package]]
17921name = "wasm-bindgen-macro-support"
17922version = "0.2.100"
17923source = "registry+https://github.com/rust-lang/crates.io-index"
17924checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17925dependencies = [
17926 "proc-macro2",
17927 "quote",
17928 "syn 2.0.101",
17929 "wasm-bindgen-backend",
17930 "wasm-bindgen-shared",
17931]
17932
17933[[package]]
17934name = "wasm-bindgen-shared"
17935version = "0.2.100"
17936source = "registry+https://github.com/rust-lang/crates.io-index"
17937checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17938dependencies = [
17939 "unicode-ident",
17940]
17941
17942[[package]]
17943name = "wasm-encoder"
17944version = "0.201.0"
17945source = "registry+https://github.com/rust-lang/crates.io-index"
17946checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17947dependencies = [
17948 "leb128",
17949]
17950
17951[[package]]
17952name = "wasm-encoder"
17953version = "0.221.3"
17954source = "registry+https://github.com/rust-lang/crates.io-index"
17955checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17956dependencies = [
17957 "leb128",
17958 "wasmparser 0.221.3",
17959]
17960
17961[[package]]
17962name = "wasm-encoder"
17963version = "0.227.1"
17964source = "registry+https://github.com/rust-lang/crates.io-index"
17965checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17966dependencies = [
17967 "leb128fmt",
17968 "wasmparser 0.227.1",
17969]
17970
17971[[package]]
17972name = "wasm-metadata"
17973version = "0.201.0"
17974source = "registry+https://github.com/rust-lang/crates.io-index"
17975checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17976dependencies = [
17977 "anyhow",
17978 "indexmap 2.9.0",
17979 "serde",
17980 "serde_derive",
17981 "serde_json",
17982 "spdx",
17983 "wasm-encoder 0.201.0",
17984 "wasmparser 0.201.0",
17985]
17986
17987[[package]]
17988name = "wasm-metadata"
17989version = "0.227.1"
17990source = "registry+https://github.com/rust-lang/crates.io-index"
17991checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17992dependencies = [
17993 "anyhow",
17994 "auditable-serde",
17995 "flate2",
17996 "indexmap 2.9.0",
17997 "serde",
17998 "serde_derive",
17999 "serde_json",
18000 "spdx",
18001 "url",
18002 "wasm-encoder 0.227.1",
18003 "wasmparser 0.227.1",
18004]
18005
18006[[package]]
18007name = "wasm-streams"
18008version = "0.4.2"
18009source = "registry+https://github.com/rust-lang/crates.io-index"
18010checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18011dependencies = [
18012 "futures-util",
18013 "js-sys",
18014 "wasm-bindgen",
18015 "wasm-bindgen-futures",
18016 "web-sys",
18017]
18018
18019[[package]]
18020name = "wasmparser"
18021version = "0.201.0"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18024dependencies = [
18025 "bitflags 2.9.0",
18026 "indexmap 2.9.0",
18027 "semver",
18028]
18029
18030[[package]]
18031name = "wasmparser"
18032version = "0.221.3"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18035dependencies = [
18036 "bitflags 2.9.0",
18037 "hashbrown 0.15.3",
18038 "indexmap 2.9.0",
18039 "semver",
18040 "serde",
18041]
18042
18043[[package]]
18044name = "wasmparser"
18045version = "0.227.1"
18046source = "registry+https://github.com/rust-lang/crates.io-index"
18047checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18048dependencies = [
18049 "bitflags 2.9.0",
18050 "hashbrown 0.15.3",
18051 "indexmap 2.9.0",
18052 "semver",
18053]
18054
18055[[package]]
18056name = "wasmprinter"
18057version = "0.221.3"
18058source = "registry+https://github.com/rust-lang/crates.io-index"
18059checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18060dependencies = [
18061 "anyhow",
18062 "termcolor",
18063 "wasmparser 0.221.3",
18064]
18065
18066[[package]]
18067name = "wasmtime"
18068version = "29.0.1"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18071dependencies = [
18072 "anyhow",
18073 "async-trait",
18074 "bitflags 2.9.0",
18075 "bumpalo",
18076 "cc",
18077 "cfg-if",
18078 "encoding_rs",
18079 "hashbrown 0.14.5",
18080 "indexmap 2.9.0",
18081 "libc",
18082 "log",
18083 "mach2 0.4.2",
18084 "memfd",
18085 "object",
18086 "once_cell",
18087 "paste",
18088 "postcard",
18089 "psm",
18090 "pulley-interpreter",
18091 "rayon",
18092 "rustix 0.38.44",
18093 "semver",
18094 "serde",
18095 "serde_derive",
18096 "smallvec",
18097 "sptr",
18098 "target-lexicon 0.13.2",
18099 "trait-variant",
18100 "wasmparser 0.221.3",
18101 "wasmtime-asm-macros",
18102 "wasmtime-component-macro",
18103 "wasmtime-component-util",
18104 "wasmtime-cranelift",
18105 "wasmtime-environ",
18106 "wasmtime-fiber",
18107 "wasmtime-jit-icache-coherence",
18108 "wasmtime-math",
18109 "wasmtime-slab",
18110 "wasmtime-versioned-export-macros",
18111 "wasmtime-winch",
18112 "windows-sys 0.59.0",
18113]
18114
18115[[package]]
18116name = "wasmtime-asm-macros"
18117version = "29.0.1"
18118source = "registry+https://github.com/rust-lang/crates.io-index"
18119checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18120dependencies = [
18121 "cfg-if",
18122]
18123
18124[[package]]
18125name = "wasmtime-c-api-impl"
18126version = "29.0.1"
18127source = "registry+https://github.com/rust-lang/crates.io-index"
18128checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18129dependencies = [
18130 "anyhow",
18131 "log",
18132 "tracing",
18133 "wasmtime",
18134 "wasmtime-c-api-macros",
18135]
18136
18137[[package]]
18138name = "wasmtime-c-api-macros"
18139version = "29.0.1"
18140source = "registry+https://github.com/rust-lang/crates.io-index"
18141checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18142dependencies = [
18143 "proc-macro2",
18144 "quote",
18145]
18146
18147[[package]]
18148name = "wasmtime-component-macro"
18149version = "29.0.1"
18150source = "registry+https://github.com/rust-lang/crates.io-index"
18151checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18152dependencies = [
18153 "anyhow",
18154 "proc-macro2",
18155 "quote",
18156 "syn 2.0.101",
18157 "wasmtime-component-util",
18158 "wasmtime-wit-bindgen",
18159 "wit-parser 0.221.3",
18160]
18161
18162[[package]]
18163name = "wasmtime-component-util"
18164version = "29.0.1"
18165source = "registry+https://github.com/rust-lang/crates.io-index"
18166checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18167
18168[[package]]
18169name = "wasmtime-cranelift"
18170version = "29.0.1"
18171source = "registry+https://github.com/rust-lang/crates.io-index"
18172checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18173dependencies = [
18174 "anyhow",
18175 "cfg-if",
18176 "cranelift-codegen",
18177 "cranelift-control",
18178 "cranelift-entity",
18179 "cranelift-frontend",
18180 "cranelift-native",
18181 "gimli",
18182 "itertools 0.12.1",
18183 "log",
18184 "object",
18185 "smallvec",
18186 "target-lexicon 0.13.2",
18187 "thiserror 1.0.69",
18188 "wasmparser 0.221.3",
18189 "wasmtime-environ",
18190 "wasmtime-versioned-export-macros",
18191]
18192
18193[[package]]
18194name = "wasmtime-environ"
18195version = "29.0.1"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18198dependencies = [
18199 "anyhow",
18200 "cpp_demangle",
18201 "cranelift-bitset",
18202 "cranelift-entity",
18203 "gimli",
18204 "indexmap 2.9.0",
18205 "log",
18206 "object",
18207 "postcard",
18208 "rustc-demangle",
18209 "semver",
18210 "serde",
18211 "serde_derive",
18212 "smallvec",
18213 "target-lexicon 0.13.2",
18214 "wasm-encoder 0.221.3",
18215 "wasmparser 0.221.3",
18216 "wasmprinter",
18217 "wasmtime-component-util",
18218]
18219
18220[[package]]
18221name = "wasmtime-fiber"
18222version = "29.0.1"
18223source = "registry+https://github.com/rust-lang/crates.io-index"
18224checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18225dependencies = [
18226 "anyhow",
18227 "cc",
18228 "cfg-if",
18229 "rustix 0.38.44",
18230 "wasmtime-asm-macros",
18231 "wasmtime-versioned-export-macros",
18232 "windows-sys 0.59.0",
18233]
18234
18235[[package]]
18236name = "wasmtime-jit-icache-coherence"
18237version = "29.0.1"
18238source = "registry+https://github.com/rust-lang/crates.io-index"
18239checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18240dependencies = [
18241 "anyhow",
18242 "cfg-if",
18243 "libc",
18244 "windows-sys 0.59.0",
18245]
18246
18247[[package]]
18248name = "wasmtime-math"
18249version = "29.0.1"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18252dependencies = [
18253 "libm",
18254]
18255
18256[[package]]
18257name = "wasmtime-slab"
18258version = "29.0.1"
18259source = "registry+https://github.com/rust-lang/crates.io-index"
18260checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18261
18262[[package]]
18263name = "wasmtime-versioned-export-macros"
18264version = "29.0.1"
18265source = "registry+https://github.com/rust-lang/crates.io-index"
18266checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18267dependencies = [
18268 "proc-macro2",
18269 "quote",
18270 "syn 2.0.101",
18271]
18272
18273[[package]]
18274name = "wasmtime-wasi"
18275version = "29.0.1"
18276source = "registry+https://github.com/rust-lang/crates.io-index"
18277checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18278dependencies = [
18279 "anyhow",
18280 "async-trait",
18281 "bitflags 2.9.0",
18282 "bytes 1.10.1",
18283 "cap-fs-ext",
18284 "cap-net-ext",
18285 "cap-rand",
18286 "cap-std",
18287 "cap-time-ext",
18288 "fs-set-times",
18289 "futures 0.3.31",
18290 "io-extras",
18291 "io-lifetimes",
18292 "rustix 0.38.44",
18293 "system-interface",
18294 "thiserror 1.0.69",
18295 "tokio",
18296 "tracing",
18297 "trait-variant",
18298 "url",
18299 "wasmtime",
18300 "wiggle",
18301 "windows-sys 0.59.0",
18302]
18303
18304[[package]]
18305name = "wasmtime-winch"
18306version = "29.0.1"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18309dependencies = [
18310 "anyhow",
18311 "cranelift-codegen",
18312 "gimli",
18313 "object",
18314 "target-lexicon 0.13.2",
18315 "wasmparser 0.221.3",
18316 "wasmtime-cranelift",
18317 "wasmtime-environ",
18318 "winch-codegen",
18319]
18320
18321[[package]]
18322name = "wasmtime-wit-bindgen"
18323version = "29.0.1"
18324source = "registry+https://github.com/rust-lang/crates.io-index"
18325checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18326dependencies = [
18327 "anyhow",
18328 "heck 0.5.0",
18329 "indexmap 2.9.0",
18330 "wit-parser 0.221.3",
18331]
18332
18333[[package]]
18334name = "wast"
18335version = "35.0.2"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18338dependencies = [
18339 "leb128",
18340]
18341
18342[[package]]
18343name = "watch"
18344version = "0.1.0"
18345dependencies = [
18346 "ctor",
18347 "futures 0.3.31",
18348 "gpui",
18349 "parking_lot",
18350 "rand 0.9.1",
18351 "workspace-hack",
18352 "zlog",
18353]
18354
18355[[package]]
18356name = "wayland-backend"
18357version = "0.3.8"
18358source = "registry+https://github.com/rust-lang/crates.io-index"
18359checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18360dependencies = [
18361 "cc",
18362 "downcast-rs",
18363 "rustix 0.38.44",
18364 "scoped-tls",
18365 "smallvec",
18366 "wayland-sys",
18367]
18368
18369[[package]]
18370name = "wayland-client"
18371version = "0.31.8"
18372source = "registry+https://github.com/rust-lang/crates.io-index"
18373checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18374dependencies = [
18375 "bitflags 2.9.0",
18376 "rustix 0.38.44",
18377 "wayland-backend",
18378 "wayland-scanner",
18379]
18380
18381[[package]]
18382name = "wayland-cursor"
18383version = "0.31.8"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18386dependencies = [
18387 "rustix 0.38.44",
18388 "wayland-client",
18389 "xcursor",
18390]
18391
18392[[package]]
18393name = "wayland-protocols"
18394version = "0.31.2"
18395source = "registry+https://github.com/rust-lang/crates.io-index"
18396checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18397dependencies = [
18398 "bitflags 2.9.0",
18399 "wayland-backend",
18400 "wayland-client",
18401 "wayland-scanner",
18402]
18403
18404[[package]]
18405name = "wayland-protocols-plasma"
18406version = "0.2.0"
18407source = "registry+https://github.com/rust-lang/crates.io-index"
18408checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18409dependencies = [
18410 "bitflags 2.9.0",
18411 "wayland-backend",
18412 "wayland-client",
18413 "wayland-protocols",
18414 "wayland-scanner",
18415]
18416
18417[[package]]
18418name = "wayland-scanner"
18419version = "0.31.6"
18420source = "registry+https://github.com/rust-lang/crates.io-index"
18421checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18422dependencies = [
18423 "proc-macro2",
18424 "quick-xml 0.37.4",
18425 "quote",
18426]
18427
18428[[package]]
18429name = "wayland-sys"
18430version = "0.31.6"
18431source = "registry+https://github.com/rust-lang/crates.io-index"
18432checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18433dependencies = [
18434 "dlib",
18435 "log",
18436 "once_cell",
18437 "pkg-config",
18438]
18439
18440[[package]]
18441name = "web-sys"
18442version = "0.3.77"
18443source = "registry+https://github.com/rust-lang/crates.io-index"
18444checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18445dependencies = [
18446 "js-sys",
18447 "wasm-bindgen",
18448]
18449
18450[[package]]
18451name = "web-time"
18452version = "1.1.0"
18453source = "registry+https://github.com/rust-lang/crates.io-index"
18454checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18455dependencies = [
18456 "js-sys",
18457 "wasm-bindgen",
18458]
18459
18460[[package]]
18461name = "web_atoms"
18462version = "0.1.0"
18463source = "registry+https://github.com/rust-lang/crates.io-index"
18464checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18465dependencies = [
18466 "phf",
18467 "phf_codegen",
18468 "string_cache",
18469 "string_cache_codegen",
18470]
18471
18472[[package]]
18473name = "web_search"
18474version = "0.1.0"
18475dependencies = [
18476 "anyhow",
18477 "cloud_llm_client",
18478 "collections",
18479 "gpui",
18480 "serde",
18481 "workspace-hack",
18482]
18483
18484[[package]]
18485name = "web_search_providers"
18486version = "0.1.0"
18487dependencies = [
18488 "anyhow",
18489 "client",
18490 "cloud_llm_client",
18491 "futures 0.3.31",
18492 "gpui",
18493 "http_client",
18494 "language_model",
18495 "serde",
18496 "serde_json",
18497 "web_search",
18498 "workspace-hack",
18499]
18500
18501[[package]]
18502name = "webpki-root-certs"
18503version = "0.26.8"
18504source = "registry+https://github.com/rust-lang/crates.io-index"
18505checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18506dependencies = [
18507 "rustls-pki-types",
18508]
18509
18510[[package]]
18511name = "webpki-roots"
18512version = "0.26.8"
18513source = "registry+https://github.com/rust-lang/crates.io-index"
18514checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18515dependencies = [
18516 "rustls-pki-types",
18517]
18518
18519[[package]]
18520name = "webrtc-sys"
18521version = "0.3.7"
18522source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18523dependencies = [
18524 "cc",
18525 "cxx",
18526 "cxx-build",
18527 "glob",
18528 "log",
18529 "webrtc-sys-build",
18530]
18531
18532[[package]]
18533name = "webrtc-sys-build"
18534version = "0.3.6"
18535source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18536dependencies = [
18537 "fs2",
18538 "regex",
18539 "reqwest 0.11.27",
18540 "scratch",
18541 "semver",
18542 "zip 0.6.6",
18543]
18544
18545[[package]]
18546name = "weezl"
18547version = "0.1.8"
18548source = "registry+https://github.com/rust-lang/crates.io-index"
18549checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18550
18551[[package]]
18552name = "which"
18553version = "4.4.2"
18554source = "registry+https://github.com/rust-lang/crates.io-index"
18555checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18556dependencies = [
18557 "either",
18558 "home",
18559 "once_cell",
18560 "rustix 0.38.44",
18561]
18562
18563[[package]]
18564name = "which"
18565version = "6.0.3"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18568dependencies = [
18569 "either",
18570 "home",
18571 "rustix 0.38.44",
18572 "winsafe",
18573]
18574
18575[[package]]
18576name = "whoami"
18577version = "1.6.0"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18580dependencies = [
18581 "redox_syscall 0.5.11",
18582 "wasite",
18583]
18584
18585[[package]]
18586name = "wiggle"
18587version = "29.0.1"
18588source = "registry+https://github.com/rust-lang/crates.io-index"
18589checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18590dependencies = [
18591 "anyhow",
18592 "async-trait",
18593 "bitflags 2.9.0",
18594 "thiserror 1.0.69",
18595 "tracing",
18596 "wasmtime",
18597 "wiggle-macro",
18598]
18599
18600[[package]]
18601name = "wiggle-generate"
18602version = "29.0.1"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18605dependencies = [
18606 "anyhow",
18607 "heck 0.5.0",
18608 "proc-macro2",
18609 "quote",
18610 "shellexpand 2.1.2",
18611 "syn 2.0.101",
18612 "witx",
18613]
18614
18615[[package]]
18616name = "wiggle-macro"
18617version = "29.0.1"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18620dependencies = [
18621 "proc-macro2",
18622 "quote",
18623 "syn 2.0.101",
18624 "wiggle-generate",
18625]
18626
18627[[package]]
18628name = "winapi"
18629version = "0.3.9"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18632dependencies = [
18633 "winapi-i686-pc-windows-gnu",
18634 "winapi-x86_64-pc-windows-gnu",
18635]
18636
18637[[package]]
18638name = "winapi-i686-pc-windows-gnu"
18639version = "0.4.0"
18640source = "registry+https://github.com/rust-lang/crates.io-index"
18641checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18642
18643[[package]]
18644name = "winapi-util"
18645version = "0.1.9"
18646source = "registry+https://github.com/rust-lang/crates.io-index"
18647checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18648dependencies = [
18649 "windows-sys 0.59.0",
18650]
18651
18652[[package]]
18653name = "winapi-x86_64-pc-windows-gnu"
18654version = "0.4.0"
18655source = "registry+https://github.com/rust-lang/crates.io-index"
18656checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18657
18658[[package]]
18659name = "winch-codegen"
18660version = "29.0.1"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18663dependencies = [
18664 "anyhow",
18665 "cranelift-codegen",
18666 "gimli",
18667 "regalloc2",
18668 "smallvec",
18669 "target-lexicon 0.13.2",
18670 "thiserror 1.0.69",
18671 "wasmparser 0.221.3",
18672 "wasmtime-cranelift",
18673 "wasmtime-environ",
18674]
18675
18676[[package]]
18677name = "windows"
18678version = "0.54.0"
18679source = "registry+https://github.com/rust-lang/crates.io-index"
18680checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18681dependencies = [
18682 "windows-core 0.54.0",
18683 "windows-targets 0.52.6",
18684]
18685
18686[[package]]
18687name = "windows"
18688version = "0.57.0"
18689source = "registry+https://github.com/rust-lang/crates.io-index"
18690checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18691dependencies = [
18692 "windows-core 0.57.0",
18693 "windows-targets 0.52.6",
18694]
18695
18696[[package]]
18697name = "windows"
18698version = "0.58.0"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18701dependencies = [
18702 "windows-core 0.58.0",
18703 "windows-targets 0.52.6",
18704]
18705
18706[[package]]
18707name = "windows"
18708version = "0.61.1"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18711dependencies = [
18712 "windows-collections",
18713 "windows-core 0.61.0",
18714 "windows-future",
18715 "windows-link 0.1.1",
18716 "windows-numerics",
18717]
18718
18719[[package]]
18720name = "windows-capture"
18721version = "1.4.3"
18722source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18723dependencies = [
18724 "clap",
18725 "ctrlc",
18726 "parking_lot",
18727 "rayon",
18728 "thiserror 2.0.12",
18729 "windows 0.61.1",
18730 "windows-future",
18731]
18732
18733[[package]]
18734name = "windows-collections"
18735version = "0.2.0"
18736source = "registry+https://github.com/rust-lang/crates.io-index"
18737checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18738dependencies = [
18739 "windows-core 0.61.0",
18740]
18741
18742[[package]]
18743name = "windows-core"
18744version = "0.54.0"
18745source = "registry+https://github.com/rust-lang/crates.io-index"
18746checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18747dependencies = [
18748 "windows-result 0.1.2",
18749 "windows-targets 0.52.6",
18750]
18751
18752[[package]]
18753name = "windows-core"
18754version = "0.57.0"
18755source = "registry+https://github.com/rust-lang/crates.io-index"
18756checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18757dependencies = [
18758 "windows-implement 0.57.0",
18759 "windows-interface 0.57.0",
18760 "windows-result 0.1.2",
18761 "windows-targets 0.52.6",
18762]
18763
18764[[package]]
18765name = "windows-core"
18766version = "0.58.0"
18767source = "registry+https://github.com/rust-lang/crates.io-index"
18768checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18769dependencies = [
18770 "windows-implement 0.58.0",
18771 "windows-interface 0.58.0",
18772 "windows-result 0.2.0",
18773 "windows-strings 0.1.0",
18774 "windows-targets 0.52.6",
18775]
18776
18777[[package]]
18778name = "windows-core"
18779version = "0.61.0"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18782dependencies = [
18783 "windows-implement 0.60.0",
18784 "windows-interface 0.59.1",
18785 "windows-link 0.1.1",
18786 "windows-result 0.3.2",
18787 "windows-strings 0.4.0",
18788]
18789
18790[[package]]
18791name = "windows-future"
18792version = "0.2.0"
18793source = "registry+https://github.com/rust-lang/crates.io-index"
18794checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18795dependencies = [
18796 "windows-core 0.61.0",
18797 "windows-link 0.1.1",
18798]
18799
18800[[package]]
18801name = "windows-implement"
18802version = "0.57.0"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18805dependencies = [
18806 "proc-macro2",
18807 "quote",
18808 "syn 2.0.101",
18809]
18810
18811[[package]]
18812name = "windows-implement"
18813version = "0.58.0"
18814source = "registry+https://github.com/rust-lang/crates.io-index"
18815checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18816dependencies = [
18817 "proc-macro2",
18818 "quote",
18819 "syn 2.0.101",
18820]
18821
18822[[package]]
18823name = "windows-implement"
18824version = "0.60.0"
18825source = "registry+https://github.com/rust-lang/crates.io-index"
18826checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18827dependencies = [
18828 "proc-macro2",
18829 "quote",
18830 "syn 2.0.101",
18831]
18832
18833[[package]]
18834name = "windows-interface"
18835version = "0.57.0"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18838dependencies = [
18839 "proc-macro2",
18840 "quote",
18841 "syn 2.0.101",
18842]
18843
18844[[package]]
18845name = "windows-interface"
18846version = "0.58.0"
18847source = "registry+https://github.com/rust-lang/crates.io-index"
18848checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18849dependencies = [
18850 "proc-macro2",
18851 "quote",
18852 "syn 2.0.101",
18853]
18854
18855[[package]]
18856name = "windows-interface"
18857version = "0.59.1"
18858source = "registry+https://github.com/rust-lang/crates.io-index"
18859checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18860dependencies = [
18861 "proc-macro2",
18862 "quote",
18863 "syn 2.0.101",
18864]
18865
18866[[package]]
18867name = "windows-link"
18868version = "0.1.1"
18869source = "registry+https://github.com/rust-lang/crates.io-index"
18870checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18871
18872[[package]]
18873name = "windows-link"
18874version = "0.2.0"
18875source = "registry+https://github.com/rust-lang/crates.io-index"
18876checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18877
18878[[package]]
18879name = "windows-numerics"
18880version = "0.2.0"
18881source = "registry+https://github.com/rust-lang/crates.io-index"
18882checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18883dependencies = [
18884 "windows-core 0.61.0",
18885 "windows-link 0.1.1",
18886]
18887
18888[[package]]
18889name = "windows-registry"
18890version = "0.4.0"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18893dependencies = [
18894 "windows-result 0.3.2",
18895 "windows-strings 0.3.1",
18896 "windows-targets 0.53.2",
18897]
18898
18899[[package]]
18900name = "windows-registry"
18901version = "0.5.1"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18904dependencies = [
18905 "windows-link 0.1.1",
18906 "windows-result 0.3.2",
18907 "windows-strings 0.4.0",
18908]
18909
18910[[package]]
18911name = "windows-registry"
18912version = "0.6.0"
18913source = "registry+https://github.com/rust-lang/crates.io-index"
18914checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18915dependencies = [
18916 "windows-link 0.2.0",
18917 "windows-result 0.4.0",
18918 "windows-strings 0.5.0",
18919]
18920
18921[[package]]
18922name = "windows-result"
18923version = "0.1.2"
18924source = "registry+https://github.com/rust-lang/crates.io-index"
18925checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18926dependencies = [
18927 "windows-targets 0.52.6",
18928]
18929
18930[[package]]
18931name = "windows-result"
18932version = "0.2.0"
18933source = "registry+https://github.com/rust-lang/crates.io-index"
18934checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18935dependencies = [
18936 "windows-targets 0.52.6",
18937]
18938
18939[[package]]
18940name = "windows-result"
18941version = "0.3.2"
18942source = "registry+https://github.com/rust-lang/crates.io-index"
18943checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18944dependencies = [
18945 "windows-link 0.1.1",
18946]
18947
18948[[package]]
18949name = "windows-result"
18950version = "0.4.0"
18951source = "registry+https://github.com/rust-lang/crates.io-index"
18952checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18953dependencies = [
18954 "windows-link 0.2.0",
18955]
18956
18957[[package]]
18958name = "windows-strings"
18959version = "0.1.0"
18960source = "registry+https://github.com/rust-lang/crates.io-index"
18961checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18962dependencies = [
18963 "windows-result 0.2.0",
18964 "windows-targets 0.52.6",
18965]
18966
18967[[package]]
18968name = "windows-strings"
18969version = "0.3.1"
18970source = "registry+https://github.com/rust-lang/crates.io-index"
18971checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18972dependencies = [
18973 "windows-link 0.1.1",
18974]
18975
18976[[package]]
18977name = "windows-strings"
18978version = "0.4.0"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18981dependencies = [
18982 "windows-link 0.1.1",
18983]
18984
18985[[package]]
18986name = "windows-strings"
18987version = "0.5.0"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18990dependencies = [
18991 "windows-link 0.2.0",
18992]
18993
18994[[package]]
18995name = "windows-sys"
18996version = "0.45.0"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18999dependencies = [
19000 "windows-targets 0.42.2",
19001]
19002
19003[[package]]
19004name = "windows-sys"
19005version = "0.48.0"
19006source = "registry+https://github.com/rust-lang/crates.io-index"
19007checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19008dependencies = [
19009 "windows-targets 0.48.5",
19010]
19011
19012[[package]]
19013name = "windows-sys"
19014version = "0.52.0"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19017dependencies = [
19018 "windows-targets 0.52.6",
19019]
19020
19021[[package]]
19022name = "windows-sys"
19023version = "0.59.0"
19024source = "registry+https://github.com/rust-lang/crates.io-index"
19025checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19026dependencies = [
19027 "windows-targets 0.52.6",
19028]
19029
19030[[package]]
19031name = "windows-sys"
19032version = "0.60.2"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19035dependencies = [
19036 "windows-targets 0.53.2",
19037]
19038
19039[[package]]
19040name = "windows-sys"
19041version = "0.61.0"
19042source = "registry+https://github.com/rust-lang/crates.io-index"
19043checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19044dependencies = [
19045 "windows-link 0.2.0",
19046]
19047
19048[[package]]
19049name = "windows-targets"
19050version = "0.42.2"
19051source = "registry+https://github.com/rust-lang/crates.io-index"
19052checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19053dependencies = [
19054 "windows_aarch64_gnullvm 0.42.2",
19055 "windows_aarch64_msvc 0.42.2",
19056 "windows_i686_gnu 0.42.2",
19057 "windows_i686_msvc 0.42.2",
19058 "windows_x86_64_gnu 0.42.2",
19059 "windows_x86_64_gnullvm 0.42.2",
19060 "windows_x86_64_msvc 0.42.2",
19061]
19062
19063[[package]]
19064name = "windows-targets"
19065version = "0.48.5"
19066source = "registry+https://github.com/rust-lang/crates.io-index"
19067checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19068dependencies = [
19069 "windows_aarch64_gnullvm 0.48.5",
19070 "windows_aarch64_msvc 0.48.5",
19071 "windows_i686_gnu 0.48.5",
19072 "windows_i686_msvc 0.48.5",
19073 "windows_x86_64_gnu 0.48.5",
19074 "windows_x86_64_gnullvm 0.48.5",
19075 "windows_x86_64_msvc 0.48.5",
19076]
19077
19078[[package]]
19079name = "windows-targets"
19080version = "0.52.6"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19083dependencies = [
19084 "windows_aarch64_gnullvm 0.52.6",
19085 "windows_aarch64_msvc 0.52.6",
19086 "windows_i686_gnu 0.52.6",
19087 "windows_i686_gnullvm 0.52.6",
19088 "windows_i686_msvc 0.52.6",
19089 "windows_x86_64_gnu 0.52.6",
19090 "windows_x86_64_gnullvm 0.52.6",
19091 "windows_x86_64_msvc 0.52.6",
19092]
19093
19094[[package]]
19095name = "windows-targets"
19096version = "0.53.2"
19097source = "registry+https://github.com/rust-lang/crates.io-index"
19098checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19099dependencies = [
19100 "windows_aarch64_gnullvm 0.53.0",
19101 "windows_aarch64_msvc 0.53.0",
19102 "windows_i686_gnu 0.53.0",
19103 "windows_i686_gnullvm 0.53.0",
19104 "windows_i686_msvc 0.53.0",
19105 "windows_x86_64_gnu 0.53.0",
19106 "windows_x86_64_gnullvm 0.53.0",
19107 "windows_x86_64_msvc 0.53.0",
19108]
19109
19110[[package]]
19111name = "windows_aarch64_gnullvm"
19112version = "0.42.2"
19113source = "registry+https://github.com/rust-lang/crates.io-index"
19114checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19115
19116[[package]]
19117name = "windows_aarch64_gnullvm"
19118version = "0.48.5"
19119source = "registry+https://github.com/rust-lang/crates.io-index"
19120checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19121
19122[[package]]
19123name = "windows_aarch64_gnullvm"
19124version = "0.52.6"
19125source = "registry+https://github.com/rust-lang/crates.io-index"
19126checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19127
19128[[package]]
19129name = "windows_aarch64_gnullvm"
19130version = "0.53.0"
19131source = "registry+https://github.com/rust-lang/crates.io-index"
19132checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19133
19134[[package]]
19135name = "windows_aarch64_msvc"
19136version = "0.42.2"
19137source = "registry+https://github.com/rust-lang/crates.io-index"
19138checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19139
19140[[package]]
19141name = "windows_aarch64_msvc"
19142version = "0.48.5"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19145
19146[[package]]
19147name = "windows_aarch64_msvc"
19148version = "0.52.6"
19149source = "registry+https://github.com/rust-lang/crates.io-index"
19150checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19151
19152[[package]]
19153name = "windows_aarch64_msvc"
19154version = "0.53.0"
19155source = "registry+https://github.com/rust-lang/crates.io-index"
19156checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19157
19158[[package]]
19159name = "windows_i686_gnu"
19160version = "0.42.2"
19161source = "registry+https://github.com/rust-lang/crates.io-index"
19162checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19163
19164[[package]]
19165name = "windows_i686_gnu"
19166version = "0.48.5"
19167source = "registry+https://github.com/rust-lang/crates.io-index"
19168checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19169
19170[[package]]
19171name = "windows_i686_gnu"
19172version = "0.52.6"
19173source = "registry+https://github.com/rust-lang/crates.io-index"
19174checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19175
19176[[package]]
19177name = "windows_i686_gnu"
19178version = "0.53.0"
19179source = "registry+https://github.com/rust-lang/crates.io-index"
19180checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19181
19182[[package]]
19183name = "windows_i686_gnullvm"
19184version = "0.52.6"
19185source = "registry+https://github.com/rust-lang/crates.io-index"
19186checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19187
19188[[package]]
19189name = "windows_i686_gnullvm"
19190version = "0.53.0"
19191source = "registry+https://github.com/rust-lang/crates.io-index"
19192checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19193
19194[[package]]
19195name = "windows_i686_msvc"
19196version = "0.42.2"
19197source = "registry+https://github.com/rust-lang/crates.io-index"
19198checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19199
19200[[package]]
19201name = "windows_i686_msvc"
19202version = "0.48.5"
19203source = "registry+https://github.com/rust-lang/crates.io-index"
19204checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19205
19206[[package]]
19207name = "windows_i686_msvc"
19208version = "0.52.6"
19209source = "registry+https://github.com/rust-lang/crates.io-index"
19210checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19211
19212[[package]]
19213name = "windows_i686_msvc"
19214version = "0.53.0"
19215source = "registry+https://github.com/rust-lang/crates.io-index"
19216checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19217
19218[[package]]
19219name = "windows_x86_64_gnu"
19220version = "0.42.2"
19221source = "registry+https://github.com/rust-lang/crates.io-index"
19222checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19223
19224[[package]]
19225name = "windows_x86_64_gnu"
19226version = "0.48.5"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19229
19230[[package]]
19231name = "windows_x86_64_gnu"
19232version = "0.52.6"
19233source = "registry+https://github.com/rust-lang/crates.io-index"
19234checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19235
19236[[package]]
19237name = "windows_x86_64_gnu"
19238version = "0.53.0"
19239source = "registry+https://github.com/rust-lang/crates.io-index"
19240checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19241
19242[[package]]
19243name = "windows_x86_64_gnullvm"
19244version = "0.42.2"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19247
19248[[package]]
19249name = "windows_x86_64_gnullvm"
19250version = "0.48.5"
19251source = "registry+https://github.com/rust-lang/crates.io-index"
19252checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19253
19254[[package]]
19255name = "windows_x86_64_gnullvm"
19256version = "0.52.6"
19257source = "registry+https://github.com/rust-lang/crates.io-index"
19258checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19259
19260[[package]]
19261name = "windows_x86_64_gnullvm"
19262version = "0.53.0"
19263source = "registry+https://github.com/rust-lang/crates.io-index"
19264checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19265
19266[[package]]
19267name = "windows_x86_64_msvc"
19268version = "0.42.2"
19269source = "registry+https://github.com/rust-lang/crates.io-index"
19270checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19271
19272[[package]]
19273name = "windows_x86_64_msvc"
19274version = "0.48.5"
19275source = "registry+https://github.com/rust-lang/crates.io-index"
19276checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19277
19278[[package]]
19279name = "windows_x86_64_msvc"
19280version = "0.52.6"
19281source = "registry+https://github.com/rust-lang/crates.io-index"
19282checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19283
19284[[package]]
19285name = "windows_x86_64_msvc"
19286version = "0.53.0"
19287source = "registry+https://github.com/rust-lang/crates.io-index"
19288checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19289
19290[[package]]
19291name = "winnow"
19292version = "0.7.6"
19293source = "registry+https://github.com/rust-lang/crates.io-index"
19294checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19295dependencies = [
19296 "memchr",
19297]
19298
19299[[package]]
19300name = "winreg"
19301version = "0.10.1"
19302source = "registry+https://github.com/rust-lang/crates.io-index"
19303checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19304dependencies = [
19305 "winapi",
19306]
19307
19308[[package]]
19309name = "winreg"
19310version = "0.50.0"
19311source = "registry+https://github.com/rust-lang/crates.io-index"
19312checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19313dependencies = [
19314 "cfg-if",
19315 "windows-sys 0.48.0",
19316]
19317
19318[[package]]
19319name = "winreg"
19320version = "0.52.0"
19321source = "registry+https://github.com/rust-lang/crates.io-index"
19322checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19323dependencies = [
19324 "cfg-if",
19325 "windows-sys 0.48.0",
19326]
19327
19328[[package]]
19329name = "winreg"
19330version = "0.55.0"
19331source = "registry+https://github.com/rust-lang/crates.io-index"
19332checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19333dependencies = [
19334 "cfg-if",
19335 "windows-sys 0.59.0",
19336]
19337
19338[[package]]
19339name = "winresource"
19340version = "0.1.20"
19341source = "registry+https://github.com/rust-lang/crates.io-index"
19342checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19343dependencies = [
19344 "toml 0.8.20",
19345 "version_check",
19346]
19347
19348[[package]]
19349name = "winsafe"
19350version = "0.0.19"
19351source = "registry+https://github.com/rust-lang/crates.io-index"
19352checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19353
19354[[package]]
19355name = "winx"
19356version = "0.36.4"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19359dependencies = [
19360 "bitflags 2.9.0",
19361 "windows-sys 0.59.0",
19362]
19363
19364[[package]]
19365name = "wio"
19366version = "0.2.2"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19369dependencies = [
19370 "winapi",
19371]
19372
19373[[package]]
19374name = "wit-bindgen"
19375version = "0.22.0"
19376source = "registry+https://github.com/rust-lang/crates.io-index"
19377checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19378dependencies = [
19379 "bitflags 2.9.0",
19380 "wit-bindgen-rt 0.22.0",
19381 "wit-bindgen-rust-macro 0.22.0",
19382]
19383
19384[[package]]
19385name = "wit-bindgen"
19386version = "0.41.0"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19389dependencies = [
19390 "wit-bindgen-rt 0.41.0",
19391 "wit-bindgen-rust-macro 0.41.0",
19392]
19393
19394[[package]]
19395name = "wit-bindgen-core"
19396version = "0.22.0"
19397source = "registry+https://github.com/rust-lang/crates.io-index"
19398checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19399dependencies = [
19400 "anyhow",
19401 "wit-parser 0.201.0",
19402]
19403
19404[[package]]
19405name = "wit-bindgen-core"
19406version = "0.41.0"
19407source = "registry+https://github.com/rust-lang/crates.io-index"
19408checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19409dependencies = [
19410 "anyhow",
19411 "heck 0.5.0",
19412 "wit-parser 0.227.1",
19413]
19414
19415[[package]]
19416name = "wit-bindgen-rt"
19417version = "0.22.0"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19420
19421[[package]]
19422name = "wit-bindgen-rt"
19423version = "0.39.0"
19424source = "registry+https://github.com/rust-lang/crates.io-index"
19425checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19426dependencies = [
19427 "bitflags 2.9.0",
19428]
19429
19430[[package]]
19431name = "wit-bindgen-rt"
19432version = "0.41.0"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19435dependencies = [
19436 "bitflags 2.9.0",
19437 "futures 0.3.31",
19438 "once_cell",
19439]
19440
19441[[package]]
19442name = "wit-bindgen-rust"
19443version = "0.22.0"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19446dependencies = [
19447 "anyhow",
19448 "heck 0.4.1",
19449 "indexmap 2.9.0",
19450 "wasm-metadata 0.201.0",
19451 "wit-bindgen-core 0.22.0",
19452 "wit-component 0.201.0",
19453]
19454
19455[[package]]
19456name = "wit-bindgen-rust"
19457version = "0.41.0"
19458source = "registry+https://github.com/rust-lang/crates.io-index"
19459checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19460dependencies = [
19461 "anyhow",
19462 "heck 0.5.0",
19463 "indexmap 2.9.0",
19464 "prettyplease",
19465 "syn 2.0.101",
19466 "wasm-metadata 0.227.1",
19467 "wit-bindgen-core 0.41.0",
19468 "wit-component 0.227.1",
19469]
19470
19471[[package]]
19472name = "wit-bindgen-rust-macro"
19473version = "0.22.0"
19474source = "registry+https://github.com/rust-lang/crates.io-index"
19475checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19476dependencies = [
19477 "anyhow",
19478 "proc-macro2",
19479 "quote",
19480 "syn 2.0.101",
19481 "wit-bindgen-core 0.22.0",
19482 "wit-bindgen-rust 0.22.0",
19483]
19484
19485[[package]]
19486name = "wit-bindgen-rust-macro"
19487version = "0.41.0"
19488source = "registry+https://github.com/rust-lang/crates.io-index"
19489checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19490dependencies = [
19491 "anyhow",
19492 "prettyplease",
19493 "proc-macro2",
19494 "quote",
19495 "syn 2.0.101",
19496 "wit-bindgen-core 0.41.0",
19497 "wit-bindgen-rust 0.41.0",
19498]
19499
19500[[package]]
19501name = "wit-component"
19502version = "0.201.0"
19503source = "registry+https://github.com/rust-lang/crates.io-index"
19504checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19505dependencies = [
19506 "anyhow",
19507 "bitflags 2.9.0",
19508 "indexmap 2.9.0",
19509 "log",
19510 "serde",
19511 "serde_derive",
19512 "serde_json",
19513 "wasm-encoder 0.201.0",
19514 "wasm-metadata 0.201.0",
19515 "wasmparser 0.201.0",
19516 "wit-parser 0.201.0",
19517]
19518
19519[[package]]
19520name = "wit-component"
19521version = "0.227.1"
19522source = "registry+https://github.com/rust-lang/crates.io-index"
19523checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19524dependencies = [
19525 "anyhow",
19526 "bitflags 2.9.0",
19527 "indexmap 2.9.0",
19528 "log",
19529 "serde",
19530 "serde_derive",
19531 "serde_json",
19532 "wasm-encoder 0.227.1",
19533 "wasm-metadata 0.227.1",
19534 "wasmparser 0.227.1",
19535 "wit-parser 0.227.1",
19536]
19537
19538[[package]]
19539name = "wit-parser"
19540version = "0.201.0"
19541source = "registry+https://github.com/rust-lang/crates.io-index"
19542checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19543dependencies = [
19544 "anyhow",
19545 "id-arena",
19546 "indexmap 2.9.0",
19547 "log",
19548 "semver",
19549 "serde",
19550 "serde_derive",
19551 "serde_json",
19552 "unicode-xid",
19553 "wasmparser 0.201.0",
19554]
19555
19556[[package]]
19557name = "wit-parser"
19558version = "0.221.3"
19559source = "registry+https://github.com/rust-lang/crates.io-index"
19560checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19561dependencies = [
19562 "anyhow",
19563 "id-arena",
19564 "indexmap 2.9.0",
19565 "log",
19566 "semver",
19567 "serde",
19568 "serde_derive",
19569 "serde_json",
19570 "unicode-xid",
19571 "wasmparser 0.221.3",
19572]
19573
19574[[package]]
19575name = "wit-parser"
19576version = "0.227.1"
19577source = "registry+https://github.com/rust-lang/crates.io-index"
19578checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19579dependencies = [
19580 "anyhow",
19581 "id-arena",
19582 "indexmap 2.9.0",
19583 "log",
19584 "semver",
19585 "serde",
19586 "serde_derive",
19587 "serde_json",
19588 "unicode-xid",
19589 "wasmparser 0.227.1",
19590]
19591
19592[[package]]
19593name = "witx"
19594version = "0.9.1"
19595source = "registry+https://github.com/rust-lang/crates.io-index"
19596checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19597dependencies = [
19598 "anyhow",
19599 "log",
19600 "thiserror 1.0.69",
19601 "wast",
19602]
19603
19604[[package]]
19605name = "workspace"
19606version = "0.1.0"
19607dependencies = [
19608 "any_vec",
19609 "anyhow",
19610 "async-recursion",
19611 "call",
19612 "client",
19613 "clock",
19614 "collections",
19615 "component",
19616 "dap",
19617 "db",
19618 "fs",
19619 "futures 0.3.31",
19620 "gpui",
19621 "http_client",
19622 "itertools 0.14.0",
19623 "language",
19624 "log",
19625 "menu",
19626 "node_runtime",
19627 "parking_lot",
19628 "postage",
19629 "pretty_assertions",
19630 "project",
19631 "remote",
19632 "schemars 1.0.1",
19633 "serde",
19634 "serde_json",
19635 "session",
19636 "settings",
19637 "smallvec",
19638 "sqlez",
19639 "strum 0.27.1",
19640 "task",
19641 "telemetry",
19642 "tempfile",
19643 "theme",
19644 "ui",
19645 "util",
19646 "uuid",
19647 "windows 0.61.1",
19648 "workspace-hack",
19649 "zed_actions",
19650 "zlog",
19651]
19652
19653[[package]]
19654name = "workspace-hack"
19655version = "0.1.0"
19656dependencies = [
19657 "aes",
19658 "ahash 0.8.11",
19659 "aho-corasick",
19660 "anstream",
19661 "arrayvec",
19662 "async-compression",
19663 "async-std",
19664 "async-tungstenite",
19665 "aws-config",
19666 "aws-credential-types",
19667 "aws-runtime",
19668 "aws-sigv4",
19669 "aws-smithy-async",
19670 "aws-smithy-http",
19671 "aws-smithy-runtime",
19672 "aws-smithy-runtime-api",
19673 "aws-smithy-types",
19674 "base64 0.22.1",
19675 "base64ct",
19676 "bigdecimal",
19677 "bit-set 0.8.0",
19678 "bit-vec 0.8.0",
19679 "bitflags 2.9.0",
19680 "bstr",
19681 "bytemuck",
19682 "byteorder",
19683 "bytes 1.10.1",
19684 "cc",
19685 "chrono",
19686 "cipher",
19687 "clap",
19688 "clap_builder",
19689 "codespan-reporting",
19690 "concurrent-queue",
19691 "core-foundation 0.9.4",
19692 "core-foundation-sys",
19693 "cranelift-codegen",
19694 "crossbeam-channel",
19695 "crossbeam-epoch",
19696 "crossbeam-utils",
19697 "crypto-common",
19698 "deranged",
19699 "digest",
19700 "either",
19701 "euclid",
19702 "event-listener 5.4.0",
19703 "event-listener-strategy",
19704 "flate2",
19705 "flume",
19706 "foldhash",
19707 "form_urlencoded",
19708 "futures 0.3.31",
19709 "futures-channel",
19710 "futures-core",
19711 "futures-executor",
19712 "futures-io",
19713 "futures-sink",
19714 "futures-task",
19715 "futures-util",
19716 "getrandom 0.2.15",
19717 "getrandom 0.3.2",
19718 "gimli",
19719 "half",
19720 "handlebars 4.5.0",
19721 "hashbrown 0.14.5",
19722 "hashbrown 0.15.3",
19723 "heck 0.4.1",
19724 "hmac",
19725 "hyper 0.14.32",
19726 "hyper-rustls 0.27.5",
19727 "idna",
19728 "indexmap 2.9.0",
19729 "inout",
19730 "itertools 0.12.1",
19731 "itertools 0.13.0",
19732 "lazy_static",
19733 "libc",
19734 "libsqlite3-sys",
19735 "linux-raw-sys 0.4.15",
19736 "linux-raw-sys 0.9.4",
19737 "livekit-runtime",
19738 "log",
19739 "lyon",
19740 "lyon_path",
19741 "md-5",
19742 "memchr",
19743 "memmap2",
19744 "mime_guess",
19745 "miniz_oxide",
19746 "mio 1.0.3",
19747 "naga",
19748 "nix 0.28.0",
19749 "nix 0.29.0",
19750 "nix 0.30.1",
19751 "nom 7.1.3",
19752 "num-bigint",
19753 "num-bigint-dig",
19754 "num-complex",
19755 "num-integer",
19756 "num-iter",
19757 "num-rational",
19758 "num-traits",
19759 "objc2",
19760 "objc2-core-foundation",
19761 "objc2-foundation",
19762 "objc2-metal",
19763 "object",
19764 "once_cell",
19765 "percent-encoding",
19766 "phf",
19767 "phf_shared",
19768 "prettyplease",
19769 "proc-macro2",
19770 "prost 0.12.6",
19771 "prost 0.9.0",
19772 "prost-types 0.9.0",
19773 "quote",
19774 "rand 0.8.5",
19775 "rand 0.9.1",
19776 "rand_chacha 0.3.1",
19777 "rand_core 0.6.4",
19778 "rand_distr",
19779 "regalloc2",
19780 "regex",
19781 "regex-automata",
19782 "regex-syntax",
19783 "ring",
19784 "rust_decimal",
19785 "rustc-hash 1.1.0",
19786 "rustix 0.38.44",
19787 "rustix 1.0.7",
19788 "rustls 0.23.26",
19789 "rustls-webpki 0.103.1",
19790 "scopeguard",
19791 "sea-orm",
19792 "sea-query-binder",
19793 "security-framework 3.2.0",
19794 "security-framework-sys",
19795 "semver",
19796 "serde",
19797 "serde_core",
19798 "serde_json",
19799 "simd-adler32",
19800 "smallvec",
19801 "spin",
19802 "sqlx",
19803 "sqlx-macros",
19804 "sqlx-macros-core",
19805 "sqlx-postgres",
19806 "sqlx-sqlite",
19807 "stable_deref_trait",
19808 "strum 0.26.3",
19809 "subtle",
19810 "syn 1.0.109",
19811 "syn 2.0.101",
19812 "sync_wrapper 1.0.2",
19813 "thiserror 2.0.12",
19814 "time",
19815 "time-macros",
19816 "tokio",
19817 "tokio-rustls 0.26.2",
19818 "tokio-socks",
19819 "tokio-stream",
19820 "tokio-util",
19821 "toml_datetime",
19822 "toml_edit",
19823 "tower 0.5.2",
19824 "tracing",
19825 "tracing-core",
19826 "tungstenite 0.26.2",
19827 "unicode-properties",
19828 "url",
19829 "uuid",
19830 "wasmparser 0.221.3",
19831 "wasmtime",
19832 "wasmtime-cranelift",
19833 "wasmtime-environ",
19834 "winapi",
19835 "windows-core 0.61.0",
19836 "windows-numerics",
19837 "windows-sys 0.48.0",
19838 "windows-sys 0.52.0",
19839 "windows-sys 0.59.0",
19840 "windows-sys 0.61.0",
19841 "zeroize",
19842 "zvariant",
19843]
19844
19845[[package]]
19846name = "worktree"
19847version = "0.1.0"
19848dependencies = [
19849 "anyhow",
19850 "clock",
19851 "collections",
19852 "fs",
19853 "futures 0.3.31",
19854 "fuzzy",
19855 "git",
19856 "git2",
19857 "gpui",
19858 "http_client",
19859 "ignore",
19860 "language",
19861 "log",
19862 "parking_lot",
19863 "paths",
19864 "postage",
19865 "pretty_assertions",
19866 "rand 0.9.1",
19867 "rpc",
19868 "serde",
19869 "serde_json",
19870 "settings",
19871 "smallvec",
19872 "smol",
19873 "sum_tree",
19874 "text",
19875 "util",
19876 "workspace-hack",
19877 "zlog",
19878]
19879
19880[[package]]
19881name = "write16"
19882version = "1.0.0"
19883source = "registry+https://github.com/rust-lang/crates.io-index"
19884checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19885
19886[[package]]
19887name = "writeable"
19888version = "0.5.5"
19889source = "registry+https://github.com/rust-lang/crates.io-index"
19890checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19891
19892[[package]]
19893name = "wyz"
19894version = "0.5.1"
19895source = "registry+https://github.com/rust-lang/crates.io-index"
19896checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19897dependencies = [
19898 "tap",
19899]
19900
19901[[package]]
19902name = "x11"
19903version = "2.21.0"
19904source = "registry+https://github.com/rust-lang/crates.io-index"
19905checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19906dependencies = [
19907 "libc",
19908 "pkg-config",
19909]
19910
19911[[package]]
19912name = "x11-clipboard"
19913version = "0.9.3"
19914source = "registry+https://github.com/rust-lang/crates.io-index"
19915checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19916dependencies = [
19917 "libc",
19918 "x11rb",
19919]
19920
19921[[package]]
19922name = "x11rb"
19923version = "0.13.1"
19924source = "registry+https://github.com/rust-lang/crates.io-index"
19925checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19926dependencies = [
19927 "as-raw-xcb-connection",
19928 "gethostname",
19929 "libc",
19930 "rustix 0.38.44",
19931 "x11rb-protocol",
19932]
19933
19934[[package]]
19935name = "x11rb-protocol"
19936version = "0.13.1"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19939
19940[[package]]
19941name = "x_ai"
19942version = "0.1.0"
19943dependencies = [
19944 "anyhow",
19945 "schemars 1.0.1",
19946 "serde",
19947 "strum 0.27.1",
19948 "workspace-hack",
19949]
19950
19951[[package]]
19952name = "xattr"
19953version = "0.2.3"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19956dependencies = [
19957 "libc",
19958]
19959
19960[[package]]
19961name = "xcb"
19962version = "1.6.0"
19963source = "registry+https://github.com/rust-lang/crates.io-index"
19964checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19965dependencies = [
19966 "bitflags 1.3.2",
19967 "libc",
19968 "quick-xml 0.30.0",
19969 "x11",
19970]
19971
19972[[package]]
19973name = "xcursor"
19974version = "0.3.8"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19977
19978[[package]]
19979name = "xim"
19980version = "0.4.0"
19981source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19982dependencies = [
19983 "ahash 0.8.11",
19984 "hashbrown 0.14.5",
19985 "log",
19986 "x11rb",
19987 "xim-ctext",
19988 "xim-parser",
19989]
19990
19991[[package]]
19992name = "xim-ctext"
19993version = "0.3.0"
19994source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19995dependencies = [
19996 "encoding_rs",
19997]
19998
19999[[package]]
20000name = "xim-parser"
20001version = "0.2.1"
20002source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
20003dependencies = [
20004 "bitflags 2.9.0",
20005]
20006
20007[[package]]
20008name = "xkbcommon"
20009version = "0.8.0"
20010source = "registry+https://github.com/rust-lang/crates.io-index"
20011checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20012dependencies = [
20013 "as-raw-xcb-connection",
20014 "libc",
20015 "memmap2",
20016 "xkeysym",
20017]
20018
20019[[package]]
20020name = "xkeysym"
20021version = "0.2.1"
20022source = "registry+https://github.com/rust-lang/crates.io-index"
20023checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20024
20025[[package]]
20026name = "xml5ever"
20027version = "0.18.1"
20028source = "registry+https://github.com/rust-lang/crates.io-index"
20029checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20030dependencies = [
20031 "log",
20032 "mac",
20033 "markup5ever 0.12.1",
20034]
20035
20036[[package]]
20037name = "xmlparser"
20038version = "0.13.6"
20039source = "registry+https://github.com/rust-lang/crates.io-index"
20040checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20041
20042[[package]]
20043name = "xmlwriter"
20044version = "0.1.0"
20045source = "registry+https://github.com/rust-lang/crates.io-index"
20046checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20047
20048[[package]]
20049name = "xtask"
20050version = "0.1.0"
20051dependencies = [
20052 "anyhow",
20053 "cargo_metadata",
20054 "cargo_toml",
20055 "clap",
20056 "workspace-hack",
20057]
20058
20059[[package]]
20060name = "yaml-rust2"
20061version = "0.8.1"
20062source = "registry+https://github.com/rust-lang/crates.io-index"
20063checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20064dependencies = [
20065 "arraydeque",
20066 "encoding_rs",
20067 "hashlink 0.8.4",
20068]
20069
20070[[package]]
20071name = "yansi"
20072version = "1.0.1"
20073source = "registry+https://github.com/rust-lang/crates.io-index"
20074checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20075
20076[[package]]
20077name = "yawc"
20078version = "0.2.5"
20079source = "registry+https://github.com/rust-lang/crates.io-index"
20080checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20081dependencies = [
20082 "base64 0.22.1",
20083 "bytes 1.10.1",
20084 "flate2",
20085 "futures 0.3.31",
20086 "http-body-util",
20087 "hyper 1.6.0",
20088 "hyper-util",
20089 "js-sys",
20090 "nom 8.0.0",
20091 "pin-project",
20092 "rand 0.8.5",
20093 "sha1",
20094 "thiserror 1.0.69",
20095 "tokio",
20096 "tokio-rustls 0.26.2",
20097 "tokio-util",
20098 "url",
20099 "wasm-bindgen",
20100 "wasm-bindgen-futures",
20101 "web-sys",
20102 "webpki-roots",
20103]
20104
20105[[package]]
20106name = "yazi"
20107version = "0.2.1"
20108source = "registry+https://github.com/rust-lang/crates.io-index"
20109checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20110
20111[[package]]
20112name = "yeslogic-fontconfig-sys"
20113version = "6.0.0"
20114source = "registry+https://github.com/rust-lang/crates.io-index"
20115checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20116dependencies = [
20117 "dlib",
20118 "once_cell",
20119 "pkg-config",
20120]
20121
20122[[package]]
20123name = "yoke"
20124version = "0.7.5"
20125source = "registry+https://github.com/rust-lang/crates.io-index"
20126checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20127dependencies = [
20128 "serde",
20129 "stable_deref_trait",
20130 "yoke-derive",
20131 "zerofrom",
20132]
20133
20134[[package]]
20135name = "yoke-derive"
20136version = "0.7.5"
20137source = "registry+https://github.com/rust-lang/crates.io-index"
20138checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20139dependencies = [
20140 "proc-macro2",
20141 "quote",
20142 "syn 2.0.101",
20143 "synstructure",
20144]
20145
20146[[package]]
20147name = "zbus"
20148version = "5.11.0"
20149source = "registry+https://github.com/rust-lang/crates.io-index"
20150checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20151dependencies = [
20152 "async-broadcast",
20153 "async-executor",
20154 "async-io",
20155 "async-lock",
20156 "async-process",
20157 "async-recursion",
20158 "async-task",
20159 "async-trait",
20160 "blocking",
20161 "enumflags2",
20162 "event-listener 5.4.0",
20163 "futures-core",
20164 "futures-lite 2.6.0",
20165 "hex",
20166 "nix 0.30.1",
20167 "ordered-stream",
20168 "serde",
20169 "serde_repr",
20170 "tracing",
20171 "uds_windows",
20172 "windows-sys 0.60.2",
20173 "winnow",
20174 "zbus_macros",
20175 "zbus_names",
20176 "zvariant",
20177]
20178
20179[[package]]
20180name = "zbus_macros"
20181version = "5.11.0"
20182source = "registry+https://github.com/rust-lang/crates.io-index"
20183checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20184dependencies = [
20185 "proc-macro-crate",
20186 "proc-macro2",
20187 "quote",
20188 "syn 2.0.101",
20189 "zbus_names",
20190 "zvariant",
20191 "zvariant_utils",
20192]
20193
20194[[package]]
20195name = "zbus_names"
20196version = "4.2.0"
20197source = "registry+https://github.com/rust-lang/crates.io-index"
20198checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20199dependencies = [
20200 "serde",
20201 "static_assertions",
20202 "winnow",
20203 "zvariant",
20204]
20205
20206[[package]]
20207name = "zed"
20208version = "0.208.0"
20209dependencies = [
20210 "acp_tools",
20211 "activity_indicator",
20212 "agent",
20213 "agent_settings",
20214 "agent_ui",
20215 "anyhow",
20216 "ashpd 0.11.0",
20217 "assets",
20218 "assistant_tools",
20219 "audio",
20220 "auto_update",
20221 "auto_update_ui",
20222 "backtrace",
20223 "bincode",
20224 "breadcrumbs",
20225 "call",
20226 "channel",
20227 "clap",
20228 "cli",
20229 "client",
20230 "collab_ui",
20231 "collections",
20232 "command_palette",
20233 "component",
20234 "copilot",
20235 "crashes",
20236 "dap",
20237 "dap_adapters",
20238 "db",
20239 "debug_adapter_extension",
20240 "debugger_tools",
20241 "debugger_ui",
20242 "diagnostics",
20243 "edit_prediction_button",
20244 "editor",
20245 "env_logger 0.11.8",
20246 "extension",
20247 "extension_host",
20248 "extensions_ui",
20249 "feature_flags",
20250 "feedback",
20251 "file_finder",
20252 "fs",
20253 "futures 0.3.31",
20254 "git",
20255 "git_hosting_providers",
20256 "git_ui",
20257 "go_to_line",
20258 "gpui",
20259 "gpui_tokio",
20260 "http_client",
20261 "image_viewer",
20262 "inspector_ui",
20263 "install_cli",
20264 "itertools 0.14.0",
20265 "journal",
20266 "json_schema_store",
20267 "keymap_editor",
20268 "language",
20269 "language_extension",
20270 "language_model",
20271 "language_models",
20272 "language_onboarding",
20273 "language_selector",
20274 "language_tools",
20275 "languages",
20276 "line_ending_selector",
20277 "log",
20278 "markdown",
20279 "markdown_preview",
20280 "menu",
20281 "migrator",
20282 "mimalloc",
20283 "nc",
20284 "nix 0.29.0",
20285 "node_runtime",
20286 "notifications",
20287 "onboarding",
20288 "outline",
20289 "outline_panel",
20290 "parking_lot",
20291 "paths",
20292 "picker",
20293 "pretty_assertions",
20294 "profiling",
20295 "project",
20296 "project_panel",
20297 "project_symbols",
20298 "prompt_store",
20299 "proto",
20300 "recent_projects",
20301 "release_channel",
20302 "remote",
20303 "repl",
20304 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20305 "reqwest_client",
20306 "rope",
20307 "search",
20308 "serde",
20309 "serde_json",
20310 "session",
20311 "settings",
20312 "settings_profile_selector",
20313 "settings_ui",
20314 "shellexpand 2.1.2",
20315 "smol",
20316 "snippet_provider",
20317 "snippets_ui",
20318 "supermaven",
20319 "svg_preview",
20320 "sysinfo",
20321 "system_specs",
20322 "tab_switcher",
20323 "task",
20324 "tasks_ui",
20325 "telemetry",
20326 "telemetry_events",
20327 "terminal_view",
20328 "theme",
20329 "theme_extension",
20330 "theme_selector",
20331 "time",
20332 "title_bar",
20333 "toolchain_selector",
20334 "tree-sitter-md",
20335 "tree-sitter-rust",
20336 "ui",
20337 "ui_input",
20338 "ui_prompt",
20339 "url",
20340 "urlencoding",
20341 "util",
20342 "uuid",
20343 "vim",
20344 "vim_mode_setting",
20345 "watch",
20346 "web_search",
20347 "web_search_providers",
20348 "windows 0.61.1",
20349 "winresource",
20350 "workspace",
20351 "workspace-hack",
20352 "zed_actions",
20353 "zed_env_vars",
20354 "zeta",
20355 "zeta2",
20356 "zeta2_tools",
20357 "zlog",
20358 "zlog_settings",
20359]
20360
20361[[package]]
20362name = "zed_actions"
20363version = "0.1.0"
20364dependencies = [
20365 "gpui",
20366 "schemars 1.0.1",
20367 "serde",
20368 "uuid",
20369 "workspace-hack",
20370]
20371
20372[[package]]
20373name = "zed_env_vars"
20374version = "0.1.0"
20375dependencies = [
20376 "gpui",
20377 "workspace-hack",
20378]
20379
20380[[package]]
20381name = "zed_extension_api"
20382version = "0.1.0"
20383source = "registry+https://github.com/rust-lang/crates.io-index"
20384checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20385dependencies = [
20386 "serde",
20387 "serde_json",
20388 "wit-bindgen 0.22.0",
20389]
20390
20391[[package]]
20392name = "zed_extension_api"
20393version = "0.7.0"
20394dependencies = [
20395 "serde",
20396 "serde_json",
20397 "wit-bindgen 0.41.0",
20398]
20399
20400[[package]]
20401name = "zed_extension_api"
20402version = "0.7.0"
20403source = "registry+https://github.com/rust-lang/crates.io-index"
20404checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20405dependencies = [
20406 "serde",
20407 "serde_json",
20408 "wit-bindgen 0.41.0",
20409]
20410
20411[[package]]
20412name = "zed_glsl"
20413version = "0.1.0"
20414dependencies = [
20415 "zed_extension_api 0.1.0",
20416]
20417
20418[[package]]
20419name = "zed_html"
20420version = "0.2.3"
20421dependencies = [
20422 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20423]
20424
20425[[package]]
20426name = "zed_proto"
20427version = "0.2.2"
20428dependencies = [
20429 "zed_extension_api 0.1.0",
20430]
20431
20432[[package]]
20433name = "zed_test_extension"
20434version = "0.1.0"
20435dependencies = [
20436 "zed_extension_api 0.7.0",
20437]
20438
20439[[package]]
20440name = "zeno"
20441version = "0.3.2"
20442source = "registry+https://github.com/rust-lang/crates.io-index"
20443checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20444
20445[[package]]
20446name = "zerocopy"
20447version = "0.7.35"
20448source = "registry+https://github.com/rust-lang/crates.io-index"
20449checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20450dependencies = [
20451 "zerocopy-derive 0.7.35",
20452]
20453
20454[[package]]
20455name = "zerocopy"
20456version = "0.8.24"
20457source = "registry+https://github.com/rust-lang/crates.io-index"
20458checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20459dependencies = [
20460 "zerocopy-derive 0.8.24",
20461]
20462
20463[[package]]
20464name = "zerocopy-derive"
20465version = "0.7.35"
20466source = "registry+https://github.com/rust-lang/crates.io-index"
20467checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20468dependencies = [
20469 "proc-macro2",
20470 "quote",
20471 "syn 2.0.101",
20472]
20473
20474[[package]]
20475name = "zerocopy-derive"
20476version = "0.8.24"
20477source = "registry+https://github.com/rust-lang/crates.io-index"
20478checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20479dependencies = [
20480 "proc-macro2",
20481 "quote",
20482 "syn 2.0.101",
20483]
20484
20485[[package]]
20486name = "zerofrom"
20487version = "0.1.6"
20488source = "registry+https://github.com/rust-lang/crates.io-index"
20489checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20490dependencies = [
20491 "zerofrom-derive",
20492]
20493
20494[[package]]
20495name = "zerofrom-derive"
20496version = "0.1.6"
20497source = "registry+https://github.com/rust-lang/crates.io-index"
20498checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20499dependencies = [
20500 "proc-macro2",
20501 "quote",
20502 "syn 2.0.101",
20503 "synstructure",
20504]
20505
20506[[package]]
20507name = "zeroize"
20508version = "1.8.1"
20509source = "registry+https://github.com/rust-lang/crates.io-index"
20510checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20511dependencies = [
20512 "zeroize_derive",
20513]
20514
20515[[package]]
20516name = "zeroize_derive"
20517version = "1.4.2"
20518source = "registry+https://github.com/rust-lang/crates.io-index"
20519checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20520dependencies = [
20521 "proc-macro2",
20522 "quote",
20523 "syn 2.0.101",
20524]
20525
20526[[package]]
20527name = "zeromq"
20528version = "0.5.0-pre"
20529source = "registry+https://github.com/rust-lang/crates.io-index"
20530checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20531dependencies = [
20532 "async-dispatcher",
20533 "async-std",
20534 "async-trait",
20535 "asynchronous-codec",
20536 "bytes 1.10.1",
20537 "crossbeam-queue",
20538 "dashmap 5.5.3",
20539 "futures 0.3.31",
20540 "log",
20541 "num-traits",
20542 "once_cell",
20543 "parking_lot",
20544 "rand 0.8.5",
20545 "regex",
20546 "thiserror 1.0.69",
20547 "uuid",
20548]
20549
20550[[package]]
20551name = "zerovec"
20552version = "0.10.4"
20553source = "registry+https://github.com/rust-lang/crates.io-index"
20554checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20555dependencies = [
20556 "yoke",
20557 "zerofrom",
20558 "zerovec-derive",
20559]
20560
20561[[package]]
20562name = "zerovec-derive"
20563version = "0.10.3"
20564source = "registry+https://github.com/rust-lang/crates.io-index"
20565checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20566dependencies = [
20567 "proc-macro2",
20568 "quote",
20569 "syn 2.0.101",
20570]
20571
20572[[package]]
20573name = "zeta"
20574version = "0.1.0"
20575dependencies = [
20576 "ai_onboarding",
20577 "anyhow",
20578 "arrayvec",
20579 "call",
20580 "client",
20581 "clock",
20582 "cloud_api_types",
20583 "cloud_llm_client",
20584 "collections",
20585 "command_palette_hooks",
20586 "copilot",
20587 "ctor",
20588 "db",
20589 "edit_prediction",
20590 "editor",
20591 "feature_flags",
20592 "fs",
20593 "futures 0.3.31",
20594 "gpui",
20595 "http_client",
20596 "indoc",
20597 "itertools 0.14.0",
20598 "language",
20599 "language_model",
20600 "log",
20601 "menu",
20602 "parking_lot",
20603 "postage",
20604 "project",
20605 "rand 0.9.1",
20606 "regex",
20607 "release_channel",
20608 "reqwest_client",
20609 "rpc",
20610 "serde",
20611 "serde_json",
20612 "settings",
20613 "strum 0.27.1",
20614 "telemetry",
20615 "telemetry_events",
20616 "theme",
20617 "thiserror 2.0.12",
20618 "tree-sitter-go",
20619 "tree-sitter-rust",
20620 "ui",
20621 "util",
20622 "uuid",
20623 "workspace",
20624 "workspace-hack",
20625 "worktree",
20626 "zed_actions",
20627 "zlog",
20628]
20629
20630[[package]]
20631name = "zeta2"
20632version = "0.1.0"
20633dependencies = [
20634 "anyhow",
20635 "arrayvec",
20636 "chrono",
20637 "client",
20638 "clock",
20639 "cloud_llm_client",
20640 "cloud_zeta2_prompt",
20641 "edit_prediction",
20642 "edit_prediction_context",
20643 "futures 0.3.31",
20644 "gpui",
20645 "indoc",
20646 "language",
20647 "language_model",
20648 "log",
20649 "lsp",
20650 "pretty_assertions",
20651 "project",
20652 "release_channel",
20653 "serde_json",
20654 "settings",
20655 "thiserror 2.0.12",
20656 "util",
20657 "uuid",
20658 "workspace",
20659 "workspace-hack",
20660 "worktree",
20661]
20662
20663[[package]]
20664name = "zeta2_tools"
20665version = "0.1.0"
20666dependencies = [
20667 "chrono",
20668 "clap",
20669 "client",
20670 "cloud_llm_client",
20671 "collections",
20672 "edit_prediction_context",
20673 "editor",
20674 "futures 0.3.31",
20675 "gpui",
20676 "indoc",
20677 "language",
20678 "log",
20679 "pretty_assertions",
20680 "project",
20681 "serde",
20682 "serde_json",
20683 "settings",
20684 "text",
20685 "ui",
20686 "ui_input",
20687 "util",
20688 "workspace",
20689 "workspace-hack",
20690 "zeta2",
20691 "zlog",
20692]
20693
20694[[package]]
20695name = "zeta_cli"
20696version = "0.1.0"
20697dependencies = [
20698 "anyhow",
20699 "clap",
20700 "client",
20701 "cloud_llm_client",
20702 "cloud_zeta2_prompt",
20703 "debug_adapter_extension",
20704 "edit_prediction_context",
20705 "extension",
20706 "fs",
20707 "futures 0.3.31",
20708 "gpui",
20709 "gpui_tokio",
20710 "language",
20711 "language_extension",
20712 "language_model",
20713 "language_models",
20714 "languages",
20715 "log",
20716 "node_runtime",
20717 "ordered-float 2.10.1",
20718 "paths",
20719 "project",
20720 "prompt_store",
20721 "release_channel",
20722 "reqwest_client",
20723 "serde",
20724 "serde_json",
20725 "settings",
20726 "shellexpand 2.1.2",
20727 "smol",
20728 "terminal_view",
20729 "util",
20730 "watch",
20731 "workspace-hack",
20732 "zeta",
20733 "zeta2",
20734 "zlog",
20735]
20736
20737[[package]]
20738name = "zip"
20739version = "0.6.6"
20740source = "registry+https://github.com/rust-lang/crates.io-index"
20741checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20742dependencies = [
20743 "aes",
20744 "byteorder",
20745 "bzip2",
20746 "constant_time_eq",
20747 "crc32fast",
20748 "crossbeam-utils",
20749 "flate2",
20750 "hmac",
20751 "pbkdf2 0.11.0",
20752 "sha1",
20753 "time",
20754 "zstd",
20755]
20756
20757[[package]]
20758name = "zip"
20759version = "1.1.4"
20760source = "registry+https://github.com/rust-lang/crates.io-index"
20761checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20762dependencies = [
20763 "arbitrary",
20764 "crc32fast",
20765 "crossbeam-utils",
20766 "displaydoc",
20767 "indexmap 2.9.0",
20768 "num_enum",
20769 "thiserror 1.0.69",
20770]
20771
20772[[package]]
20773name = "zlog"
20774version = "0.1.0"
20775dependencies = [
20776 "anyhow",
20777 "chrono",
20778 "collections",
20779 "log",
20780 "tempfile",
20781 "workspace-hack",
20782]
20783
20784[[package]]
20785name = "zlog_settings"
20786version = "0.1.0"
20787dependencies = [
20788 "collections",
20789 "gpui",
20790 "settings",
20791 "workspace-hack",
20792 "zlog",
20793]
20794
20795[[package]]
20796name = "zstd"
20797version = "0.11.2+zstd.1.5.2"
20798source = "registry+https://github.com/rust-lang/crates.io-index"
20799checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20800dependencies = [
20801 "zstd-safe",
20802]
20803
20804[[package]]
20805name = "zstd-safe"
20806version = "5.0.2+zstd.1.5.2"
20807source = "registry+https://github.com/rust-lang/crates.io-index"
20808checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20809dependencies = [
20810 "libc",
20811 "zstd-sys",
20812]
20813
20814[[package]]
20815name = "zstd-sys"
20816version = "2.0.15+zstd.1.5.7"
20817source = "registry+https://github.com/rust-lang/crates.io-index"
20818checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20819dependencies = [
20820 "cc",
20821 "pkg-config",
20822]
20823
20824[[package]]
20825name = "zune-core"
20826version = "0.4.12"
20827source = "registry+https://github.com/rust-lang/crates.io-index"
20828checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20829
20830[[package]]
20831name = "zune-inflate"
20832version = "0.2.54"
20833source = "registry+https://github.com/rust-lang/crates.io-index"
20834checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20835dependencies = [
20836 "simd-adler32",
20837]
20838
20839[[package]]
20840name = "zune-jpeg"
20841version = "0.4.14"
20842source = "registry+https://github.com/rust-lang/crates.io-index"
20843checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20844dependencies = [
20845 "zune-core",
20846]
20847
20848[[package]]
20849name = "zvariant"
20850version = "5.7.0"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20853dependencies = [
20854 "endi",
20855 "enumflags2",
20856 "serde",
20857 "url",
20858 "winnow",
20859 "zvariant_derive",
20860 "zvariant_utils",
20861]
20862
20863[[package]]
20864name = "zvariant_derive"
20865version = "5.7.0"
20866source = "registry+https://github.com/rust-lang/crates.io-index"
20867checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20868dependencies = [
20869 "proc-macro-crate",
20870 "proc-macro2",
20871 "quote",
20872 "syn 2.0.101",
20873 "zvariant_utils",
20874]
20875
20876[[package]]
20877name = "zvariant_utils"
20878version = "3.2.0"
20879source = "registry+https://github.com/rust-lang/crates.io-index"
20880checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20881dependencies = [
20882 "proc-macro2",
20883 "quote",
20884 "serde",
20885 "static_assertions",
20886 "syn 2.0.101",
20887 "winnow",
20888]