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.2"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "00e33b9f4bd34d342b6f80b7156d3a37a04aeec16313f264001e52d6a9118600"
201dependencies = [
202 "anyhow",
203 "async-broadcast",
204 "async-trait",
205 "futures 0.3.31",
206 "log",
207 "parking_lot",
208 "schemars 1.0.1",
209 "serde",
210 "serde_json",
211]
212
213[[package]]
214name = "agent2"
215version = "0.1.0"
216dependencies = [
217 "acp_thread",
218 "action_log",
219 "agent",
220 "agent-client-protocol",
221 "agent_servers",
222 "agent_settings",
223 "anyhow",
224 "assistant_context",
225 "assistant_tool",
226 "assistant_tools",
227 "chrono",
228 "client",
229 "clock",
230 "cloud_llm_client",
231 "collections",
232 "context_server",
233 "ctor",
234 "db",
235 "editor",
236 "env_logger 0.11.8",
237 "fs",
238 "futures 0.3.31",
239 "git",
240 "gpui",
241 "gpui_tokio",
242 "handlebars 4.5.0",
243 "html_to_markdown",
244 "http_client",
245 "indoc",
246 "itertools 0.14.0",
247 "language",
248 "language_model",
249 "language_models",
250 "log",
251 "lsp",
252 "open",
253 "parking_lot",
254 "paths",
255 "pretty_assertions",
256 "project",
257 "prompt_store",
258 "reqwest_client",
259 "rust-embed",
260 "schemars 1.0.1",
261 "serde",
262 "serde_json",
263 "settings",
264 "smol",
265 "sqlez",
266 "task",
267 "telemetry",
268 "tempfile",
269 "terminal",
270 "text",
271 "theme",
272 "thiserror 2.0.12",
273 "tree-sitter-rust",
274 "ui",
275 "unindent",
276 "util",
277 "uuid",
278 "watch",
279 "web_search",
280 "workspace-hack",
281 "worktree",
282 "zed_env_vars",
283 "zlog",
284 "zstd",
285]
286
287[[package]]
288name = "agent_servers"
289version = "0.1.0"
290dependencies = [
291 "acp_thread",
292 "acp_tools",
293 "action_log",
294 "agent-client-protocol",
295 "agent_settings",
296 "anyhow",
297 "async-trait",
298 "client",
299 "collections",
300 "env_logger 0.11.8",
301 "fs",
302 "futures 0.3.31",
303 "gpui",
304 "gpui_tokio",
305 "http_client",
306 "indoc",
307 "language",
308 "language_model",
309 "language_models",
310 "libc",
311 "log",
312 "nix 0.29.0",
313 "project",
314 "reqwest_client",
315 "serde",
316 "serde_json",
317 "settings",
318 "smol",
319 "task",
320 "tempfile",
321 "thiserror 2.0.12",
322 "ui",
323 "util",
324 "watch",
325 "workspace-hack",
326]
327
328[[package]]
329name = "agent_settings"
330version = "0.1.0"
331dependencies = [
332 "anyhow",
333 "cloud_llm_client",
334 "collections",
335 "convert_case 0.8.0",
336 "fs",
337 "gpui",
338 "language_model",
339 "paths",
340 "project",
341 "schemars 1.0.1",
342 "serde",
343 "serde_json",
344 "serde_json_lenient",
345 "settings",
346 "util",
347 "workspace-hack",
348]
349
350[[package]]
351name = "agent_ui"
352version = "0.1.0"
353dependencies = [
354 "acp_thread",
355 "action_log",
356 "agent",
357 "agent-client-protocol",
358 "agent2",
359 "agent_servers",
360 "agent_settings",
361 "ai_onboarding",
362 "anyhow",
363 "arrayvec",
364 "assistant_context",
365 "assistant_slash_command",
366 "assistant_slash_commands",
367 "assistant_tool",
368 "assistant_tools",
369 "audio",
370 "buffer_diff",
371 "chrono",
372 "client",
373 "cloud_llm_client",
374 "collections",
375 "command_palette_hooks",
376 "component",
377 "context_server",
378 "db",
379 "editor",
380 "extension",
381 "extension_host",
382 "feature_flags",
383 "file_icons",
384 "fs",
385 "futures 0.3.31",
386 "fuzzy",
387 "gpui",
388 "html_to_markdown",
389 "http_client",
390 "indoc",
391 "itertools 0.14.0",
392 "jsonschema",
393 "language",
394 "language_model",
395 "language_models",
396 "languages",
397 "log",
398 "lsp",
399 "markdown",
400 "menu",
401 "multi_buffer",
402 "notifications",
403 "ordered-float 2.10.1",
404 "parking_lot",
405 "paths",
406 "picker",
407 "postage",
408 "pretty_assertions",
409 "project",
410 "prompt_store",
411 "proto",
412 "rand 0.9.1",
413 "release_channel",
414 "rope",
415 "rules_library",
416 "schemars 1.0.1",
417 "search",
418 "serde",
419 "serde_json",
420 "serde_json_lenient",
421 "settings",
422 "shlex",
423 "smol",
424 "streaming_diff",
425 "task",
426 "telemetry",
427 "telemetry_events",
428 "terminal",
429 "terminal_view",
430 "text",
431 "theme",
432 "time",
433 "time_format",
434 "tree-sitter-md",
435 "ui",
436 "ui_input",
437 "unindent",
438 "url",
439 "urlencoding",
440 "util",
441 "watch",
442 "workspace",
443 "workspace-hack",
444 "zed_actions",
445]
446
447[[package]]
448name = "ahash"
449version = "0.7.8"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
452dependencies = [
453 "getrandom 0.2.15",
454 "once_cell",
455 "version_check",
456]
457
458[[package]]
459name = "ahash"
460version = "0.8.11"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
463dependencies = [
464 "cfg-if",
465 "const-random",
466 "getrandom 0.2.15",
467 "once_cell",
468 "serde",
469 "version_check",
470 "zerocopy 0.7.35",
471]
472
473[[package]]
474name = "aho-corasick"
475version = "1.1.3"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
478dependencies = [
479 "memchr",
480]
481
482[[package]]
483name = "ai_onboarding"
484version = "0.1.0"
485dependencies = [
486 "client",
487 "cloud_llm_client",
488 "component",
489 "feature_flags",
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 0.2.0",
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 "workspace",
896 "workspace-hack",
897]
898
899[[package]]
900name = "assistant_slash_commands"
901version = "0.1.0"
902dependencies = [
903 "anyhow",
904 "assistant_slash_command",
905 "chrono",
906 "collections",
907 "context_server",
908 "editor",
909 "feature_flags",
910 "fs",
911 "futures 0.3.31",
912 "fuzzy",
913 "globset",
914 "gpui",
915 "html_to_markdown",
916 "http_client",
917 "language",
918 "pretty_assertions",
919 "project",
920 "prompt_store",
921 "rope",
922 "serde",
923 "serde_json",
924 "settings",
925 "smol",
926 "text",
927 "ui",
928 "util",
929 "workspace",
930 "workspace-hack",
931 "worktree",
932 "zlog",
933]
934
935[[package]]
936name = "assistant_tool"
937version = "0.1.0"
938dependencies = [
939 "action_log",
940 "anyhow",
941 "buffer_diff",
942 "clock",
943 "collections",
944 "ctor",
945 "derive_more",
946 "gpui",
947 "icons",
948 "indoc",
949 "language",
950 "language_model",
951 "log",
952 "parking_lot",
953 "pretty_assertions",
954 "project",
955 "rand 0.9.1",
956 "regex",
957 "serde",
958 "serde_json",
959 "settings",
960 "text",
961 "util",
962 "workspace",
963 "workspace-hack",
964 "zlog",
965]
966
967[[package]]
968name = "assistant_tools"
969version = "0.1.0"
970dependencies = [
971 "action_log",
972 "agent_settings",
973 "anyhow",
974 "assistant_tool",
975 "buffer_diff",
976 "chrono",
977 "client",
978 "clock",
979 "cloud_llm_client",
980 "collections",
981 "component",
982 "derive_more",
983 "diffy",
984 "editor",
985 "feature_flags",
986 "fs",
987 "futures 0.3.31",
988 "gpui",
989 "gpui_tokio",
990 "handlebars 4.5.0",
991 "html_to_markdown",
992 "http_client",
993 "indoc",
994 "itertools 0.14.0",
995 "language",
996 "language_model",
997 "language_models",
998 "log",
999 "lsp",
1000 "markdown",
1001 "open",
1002 "paths",
1003 "portable-pty",
1004 "pretty_assertions",
1005 "project",
1006 "prompt_store",
1007 "rand 0.9.1",
1008 "regex",
1009 "reqwest_client",
1010 "rust-embed",
1011 "schemars 1.0.1",
1012 "serde",
1013 "serde_json",
1014 "settings",
1015 "smallvec",
1016 "smol",
1017 "streaming_diff",
1018 "strsim",
1019 "task",
1020 "tempfile",
1021 "terminal",
1022 "terminal_view",
1023 "theme",
1024 "tree-sitter-rust",
1025 "ui",
1026 "unindent",
1027 "util",
1028 "watch",
1029 "web_search",
1030 "workspace",
1031 "workspace-hack",
1032 "zlog",
1033]
1034
1035[[package]]
1036name = "async-attributes"
1037version = "1.1.2"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
1040dependencies = [
1041 "quote",
1042 "syn 1.0.109",
1043]
1044
1045[[package]]
1046name = "async-broadcast"
1047version = "0.7.2"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
1050dependencies = [
1051 "event-listener 5.4.0",
1052 "event-listener-strategy",
1053 "futures-core",
1054 "pin-project-lite",
1055]
1056
1057[[package]]
1058name = "async-channel"
1059version = "1.9.0"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
1062dependencies = [
1063 "concurrent-queue",
1064 "event-listener 2.5.3",
1065 "futures-core",
1066]
1067
1068[[package]]
1069name = "async-channel"
1070version = "2.3.1"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
1073dependencies = [
1074 "concurrent-queue",
1075 "event-listener-strategy",
1076 "futures-core",
1077 "pin-project-lite",
1078]
1079
1080[[package]]
1081name = "async-compat"
1082version = "0.2.4"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
1085dependencies = [
1086 "futures-core",
1087 "futures-io",
1088 "once_cell",
1089 "pin-project-lite",
1090 "tokio",
1091]
1092
1093[[package]]
1094name = "async-compression"
1095version = "0.4.22"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
1098dependencies = [
1099 "deflate64",
1100 "flate2",
1101 "futures-core",
1102 "futures-io",
1103 "memchr",
1104 "pin-project-lite",
1105]
1106
1107[[package]]
1108name = "async-dispatcher"
1109version = "0.1.2"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
1112dependencies = [
1113 "async-task",
1114 "futures-lite 1.13.0",
1115]
1116
1117[[package]]
1118name = "async-executor"
1119version = "1.13.1"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
1122dependencies = [
1123 "async-task",
1124 "concurrent-queue",
1125 "fastrand 2.3.0",
1126 "futures-lite 2.6.0",
1127 "slab",
1128]
1129
1130[[package]]
1131name = "async-fs"
1132version = "2.1.3"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
1135dependencies = [
1136 "async-lock",
1137 "blocking",
1138 "futures-lite 2.6.0",
1139]
1140
1141[[package]]
1142name = "async-global-executor"
1143version = "2.4.1"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1146dependencies = [
1147 "async-channel 2.3.1",
1148 "async-executor",
1149 "async-io",
1150 "async-lock",
1151 "blocking",
1152 "futures-lite 2.6.0",
1153 "once_cell",
1154]
1155
1156[[package]]
1157name = "async-io"
1158version = "2.5.0"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
1161dependencies = [
1162 "async-lock",
1163 "cfg-if",
1164 "concurrent-queue",
1165 "futures-io",
1166 "futures-lite 2.6.0",
1167 "parking",
1168 "polling",
1169 "rustix 1.0.7",
1170 "slab",
1171 "windows-sys 0.60.2",
1172]
1173
1174[[package]]
1175name = "async-lock"
1176version = "3.4.1"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
1179dependencies = [
1180 "event-listener 5.4.0",
1181 "event-listener-strategy",
1182 "pin-project-lite",
1183]
1184
1185[[package]]
1186name = "async-net"
1187version = "2.0.0"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1190dependencies = [
1191 "async-io",
1192 "blocking",
1193 "futures-lite 2.6.0",
1194]
1195
1196[[package]]
1197name = "async-pipe"
1198version = "0.1.3"
1199source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1200dependencies = [
1201 "futures 0.3.31",
1202 "log",
1203]
1204
1205[[package]]
1206name = "async-process"
1207version = "2.3.0"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
1210dependencies = [
1211 "async-channel 2.3.1",
1212 "async-io",
1213 "async-lock",
1214 "async-signal",
1215 "async-task",
1216 "blocking",
1217 "cfg-if",
1218 "event-listener 5.4.0",
1219 "futures-lite 2.6.0",
1220 "rustix 0.38.44",
1221 "tracing",
1222]
1223
1224[[package]]
1225name = "async-recursion"
1226version = "1.1.1"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1229dependencies = [
1230 "proc-macro2",
1231 "quote",
1232 "syn 2.0.101",
1233]
1234
1235[[package]]
1236name = "async-signal"
1237version = "0.2.10"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
1240dependencies = [
1241 "async-io",
1242 "async-lock",
1243 "atomic-waker",
1244 "cfg-if",
1245 "futures-core",
1246 "futures-io",
1247 "rustix 0.38.44",
1248 "signal-hook-registry",
1249 "slab",
1250 "windows-sys 0.59.0",
1251]
1252
1253[[package]]
1254name = "async-std"
1255version = "1.13.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
1258dependencies = [
1259 "async-attributes",
1260 "async-channel 1.9.0",
1261 "async-global-executor",
1262 "async-io",
1263 "async-lock",
1264 "async-process",
1265 "crossbeam-utils",
1266 "futures-channel",
1267 "futures-core",
1268 "futures-io",
1269 "futures-lite 2.6.0",
1270 "gloo-timers",
1271 "kv-log-macro",
1272 "log",
1273 "memchr",
1274 "once_cell",
1275 "pin-project-lite",
1276 "pin-utils",
1277 "slab",
1278 "wasm-bindgen-futures",
1279]
1280
1281[[package]]
1282name = "async-stream"
1283version = "0.3.6"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1286dependencies = [
1287 "async-stream-impl",
1288 "futures-core",
1289 "pin-project-lite",
1290]
1291
1292[[package]]
1293name = "async-stream-impl"
1294version = "0.3.6"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1297dependencies = [
1298 "proc-macro2",
1299 "quote",
1300 "syn 2.0.101",
1301]
1302
1303[[package]]
1304name = "async-tar"
1305version = "0.5.0"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1308dependencies = [
1309 "async-std",
1310 "filetime",
1311 "libc",
1312 "pin-project",
1313 "redox_syscall 0.2.16",
1314 "xattr",
1315]
1316
1317[[package]]
1318name = "async-task"
1319version = "4.7.1"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1322
1323[[package]]
1324name = "async-trait"
1325version = "0.1.89"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1328dependencies = [
1329 "proc-macro2",
1330 "quote",
1331 "syn 2.0.101",
1332]
1333
1334[[package]]
1335name = "async-tungstenite"
1336version = "0.29.1"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1339dependencies = [
1340 "atomic-waker",
1341 "futures-core",
1342 "futures-io",
1343 "futures-task",
1344 "futures-util",
1345 "log",
1346 "pin-project-lite",
1347 "rustls-pki-types",
1348 "tokio",
1349 "tokio-rustls 0.26.2",
1350 "tungstenite 0.26.2",
1351]
1352
1353[[package]]
1354name = "async_zip"
1355version = "0.0.17"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1358dependencies = [
1359 "async-compression",
1360 "crc32fast",
1361 "futures-lite 2.6.0",
1362 "pin-project",
1363 "thiserror 1.0.69",
1364]
1365
1366[[package]]
1367name = "asynchronous-codec"
1368version = "0.7.0"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1371dependencies = [
1372 "bytes 1.10.1",
1373 "futures-sink",
1374 "futures-util",
1375 "memchr",
1376 "pin-project-lite",
1377]
1378
1379[[package]]
1380name = "atoi"
1381version = "2.0.0"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1384dependencies = [
1385 "num-traits",
1386]
1387
1388[[package]]
1389name = "atomic"
1390version = "0.5.3"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1393
1394[[package]]
1395name = "atomic-waker"
1396version = "1.1.2"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1399
1400[[package]]
1401name = "audio"
1402version = "0.1.0"
1403dependencies = [
1404 "anyhow",
1405 "async-tar",
1406 "collections",
1407 "crossbeam",
1408 "gpui",
1409 "libwebrtc",
1410 "log",
1411 "parking_lot",
1412 "rodio",
1413 "serde",
1414 "settings",
1415 "smol",
1416 "thiserror 2.0.12",
1417 "util",
1418 "workspace-hack",
1419]
1420
1421[[package]]
1422name = "auditable-serde"
1423version = "0.8.0"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1426dependencies = [
1427 "semver",
1428 "serde",
1429 "serde_json",
1430 "topological-sort",
1431]
1432
1433[[package]]
1434name = "auto_update"
1435version = "0.1.0"
1436dependencies = [
1437 "anyhow",
1438 "client",
1439 "db",
1440 "gpui",
1441 "http_client",
1442 "log",
1443 "paths",
1444 "release_channel",
1445 "serde",
1446 "serde_json",
1447 "settings",
1448 "smol",
1449 "tempfile",
1450 "which 6.0.3",
1451 "workspace",
1452 "workspace-hack",
1453]
1454
1455[[package]]
1456name = "auto_update_helper"
1457version = "0.1.0"
1458dependencies = [
1459 "anyhow",
1460 "log",
1461 "simplelog",
1462 "windows 0.61.1",
1463 "winresource",
1464 "workspace-hack",
1465]
1466
1467[[package]]
1468name = "auto_update_ui"
1469version = "0.1.0"
1470dependencies = [
1471 "anyhow",
1472 "auto_update",
1473 "client",
1474 "editor",
1475 "gpui",
1476 "http_client",
1477 "markdown_preview",
1478 "release_channel",
1479 "serde",
1480 "serde_json",
1481 "smol",
1482 "util",
1483 "workspace",
1484 "workspace-hack",
1485]
1486
1487[[package]]
1488name = "autocfg"
1489version = "1.4.0"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1492
1493[[package]]
1494name = "av1-grain"
1495version = "0.2.3"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1498dependencies = [
1499 "anyhow",
1500 "arrayvec",
1501 "log",
1502 "nom 7.1.3",
1503 "num-rational",
1504 "v_frame",
1505]
1506
1507[[package]]
1508name = "avif-serialize"
1509version = "0.8.3"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1512dependencies = [
1513 "arrayvec",
1514]
1515
1516[[package]]
1517name = "aws-config"
1518version = "1.6.1"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1521dependencies = [
1522 "aws-credential-types",
1523 "aws-runtime",
1524 "aws-sdk-sso",
1525 "aws-sdk-ssooidc",
1526 "aws-sdk-sts",
1527 "aws-smithy-async",
1528 "aws-smithy-http",
1529 "aws-smithy-json",
1530 "aws-smithy-runtime",
1531 "aws-smithy-runtime-api",
1532 "aws-smithy-types",
1533 "aws-types",
1534 "bytes 1.10.1",
1535 "fastrand 2.3.0",
1536 "hex",
1537 "http 1.3.1",
1538 "ring",
1539 "time",
1540 "tokio",
1541 "tracing",
1542 "url",
1543 "zeroize",
1544]
1545
1546[[package]]
1547name = "aws-credential-types"
1548version = "1.2.2"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1551dependencies = [
1552 "aws-smithy-async",
1553 "aws-smithy-runtime-api",
1554 "aws-smithy-types",
1555 "zeroize",
1556]
1557
1558[[package]]
1559name = "aws-lc-rs"
1560version = "1.13.1"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1563dependencies = [
1564 "aws-lc-sys",
1565 "zeroize",
1566]
1567
1568[[package]]
1569name = "aws-lc-sys"
1570version = "0.29.0"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1573dependencies = [
1574 "bindgen 0.69.5",
1575 "cc",
1576 "cmake",
1577 "dunce",
1578 "fs_extra",
1579]
1580
1581[[package]]
1582name = "aws-runtime"
1583version = "1.5.6"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1586dependencies = [
1587 "aws-credential-types",
1588 "aws-sigv4",
1589 "aws-smithy-async",
1590 "aws-smithy-eventstream",
1591 "aws-smithy-http",
1592 "aws-smithy-runtime",
1593 "aws-smithy-runtime-api",
1594 "aws-smithy-types",
1595 "aws-types",
1596 "bytes 1.10.1",
1597 "fastrand 2.3.0",
1598 "http 0.2.12",
1599 "http-body 0.4.6",
1600 "once_cell",
1601 "percent-encoding",
1602 "pin-project-lite",
1603 "tracing",
1604 "uuid",
1605]
1606
1607[[package]]
1608name = "aws-sdk-bedrockruntime"
1609version = "1.82.0"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1612dependencies = [
1613 "aws-credential-types",
1614 "aws-runtime",
1615 "aws-sigv4",
1616 "aws-smithy-async",
1617 "aws-smithy-eventstream",
1618 "aws-smithy-http",
1619 "aws-smithy-json",
1620 "aws-smithy-runtime",
1621 "aws-smithy-runtime-api",
1622 "aws-smithy-types",
1623 "aws-types",
1624 "bytes 1.10.1",
1625 "fastrand 2.3.0",
1626 "http 0.2.12",
1627 "hyper 0.14.32",
1628 "once_cell",
1629 "regex-lite",
1630 "tracing",
1631]
1632
1633[[package]]
1634name = "aws-sdk-kinesis"
1635version = "1.66.0"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1638dependencies = [
1639 "aws-credential-types",
1640 "aws-runtime",
1641 "aws-smithy-async",
1642 "aws-smithy-eventstream",
1643 "aws-smithy-http",
1644 "aws-smithy-json",
1645 "aws-smithy-runtime",
1646 "aws-smithy-runtime-api",
1647 "aws-smithy-types",
1648 "aws-types",
1649 "bytes 1.10.1",
1650 "fastrand 2.3.0",
1651 "http 0.2.12",
1652 "once_cell",
1653 "regex-lite",
1654 "tracing",
1655]
1656
1657[[package]]
1658name = "aws-sdk-s3"
1659version = "1.82.0"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1662dependencies = [
1663 "aws-credential-types",
1664 "aws-runtime",
1665 "aws-sigv4",
1666 "aws-smithy-async",
1667 "aws-smithy-checksums",
1668 "aws-smithy-eventstream",
1669 "aws-smithy-http",
1670 "aws-smithy-json",
1671 "aws-smithy-runtime",
1672 "aws-smithy-runtime-api",
1673 "aws-smithy-types",
1674 "aws-smithy-xml",
1675 "aws-types",
1676 "bytes 1.10.1",
1677 "fastrand 2.3.0",
1678 "hex",
1679 "hmac",
1680 "http 0.2.12",
1681 "http 1.3.1",
1682 "http-body 0.4.6",
1683 "lru",
1684 "once_cell",
1685 "percent-encoding",
1686 "regex-lite",
1687 "sha2",
1688 "tracing",
1689 "url",
1690]
1691
1692[[package]]
1693name = "aws-sdk-sso"
1694version = "1.64.0"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1697dependencies = [
1698 "aws-credential-types",
1699 "aws-runtime",
1700 "aws-smithy-async",
1701 "aws-smithy-http",
1702 "aws-smithy-json",
1703 "aws-smithy-runtime",
1704 "aws-smithy-runtime-api",
1705 "aws-smithy-types",
1706 "aws-types",
1707 "bytes 1.10.1",
1708 "fastrand 2.3.0",
1709 "http 0.2.12",
1710 "once_cell",
1711 "regex-lite",
1712 "tracing",
1713]
1714
1715[[package]]
1716name = "aws-sdk-ssooidc"
1717version = "1.65.0"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1720dependencies = [
1721 "aws-credential-types",
1722 "aws-runtime",
1723 "aws-smithy-async",
1724 "aws-smithy-http",
1725 "aws-smithy-json",
1726 "aws-smithy-runtime",
1727 "aws-smithy-runtime-api",
1728 "aws-smithy-types",
1729 "aws-types",
1730 "bytes 1.10.1",
1731 "fastrand 2.3.0",
1732 "http 0.2.12",
1733 "once_cell",
1734 "regex-lite",
1735 "tracing",
1736]
1737
1738[[package]]
1739name = "aws-sdk-sts"
1740version = "1.65.0"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1743dependencies = [
1744 "aws-credential-types",
1745 "aws-runtime",
1746 "aws-smithy-async",
1747 "aws-smithy-http",
1748 "aws-smithy-json",
1749 "aws-smithy-query",
1750 "aws-smithy-runtime",
1751 "aws-smithy-runtime-api",
1752 "aws-smithy-types",
1753 "aws-smithy-xml",
1754 "aws-types",
1755 "fastrand 2.3.0",
1756 "http 0.2.12",
1757 "once_cell",
1758 "regex-lite",
1759 "tracing",
1760]
1761
1762[[package]]
1763name = "aws-sigv4"
1764version = "1.3.0"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1767dependencies = [
1768 "aws-credential-types",
1769 "aws-smithy-eventstream",
1770 "aws-smithy-http",
1771 "aws-smithy-runtime-api",
1772 "aws-smithy-types",
1773 "bytes 1.10.1",
1774 "crypto-bigint 0.5.5",
1775 "form_urlencoded",
1776 "hex",
1777 "hmac",
1778 "http 0.2.12",
1779 "http 1.3.1",
1780 "once_cell",
1781 "p256",
1782 "percent-encoding",
1783 "ring",
1784 "sha2",
1785 "subtle",
1786 "time",
1787 "tracing",
1788 "zeroize",
1789]
1790
1791[[package]]
1792name = "aws-smithy-async"
1793version = "1.2.5"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1796dependencies = [
1797 "futures-util",
1798 "pin-project-lite",
1799 "tokio",
1800]
1801
1802[[package]]
1803name = "aws-smithy-checksums"
1804version = "0.63.1"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1807dependencies = [
1808 "aws-smithy-http",
1809 "aws-smithy-types",
1810 "bytes 1.10.1",
1811 "crc32c",
1812 "crc32fast",
1813 "crc64fast-nvme",
1814 "hex",
1815 "http 0.2.12",
1816 "http-body 0.4.6",
1817 "md-5",
1818 "pin-project-lite",
1819 "sha1",
1820 "sha2",
1821 "tracing",
1822]
1823
1824[[package]]
1825name = "aws-smithy-eventstream"
1826version = "0.60.8"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1829dependencies = [
1830 "aws-smithy-types",
1831 "bytes 1.10.1",
1832 "crc32fast",
1833]
1834
1835[[package]]
1836name = "aws-smithy-http"
1837version = "0.62.0"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1840dependencies = [
1841 "aws-smithy-eventstream",
1842 "aws-smithy-runtime-api",
1843 "aws-smithy-types",
1844 "bytes 1.10.1",
1845 "bytes-utils",
1846 "futures-core",
1847 "http 0.2.12",
1848 "http 1.3.1",
1849 "http-body 0.4.6",
1850 "once_cell",
1851 "percent-encoding",
1852 "pin-project-lite",
1853 "pin-utils",
1854 "tracing",
1855]
1856
1857[[package]]
1858name = "aws-smithy-http-client"
1859version = "1.0.1"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1862dependencies = [
1863 "aws-smithy-async",
1864 "aws-smithy-runtime-api",
1865 "aws-smithy-types",
1866 "h2 0.4.9",
1867 "http 0.2.12",
1868 "http 1.3.1",
1869 "http-body 0.4.6",
1870 "hyper 0.14.32",
1871 "hyper 1.6.0",
1872 "hyper-rustls 0.24.2",
1873 "hyper-rustls 0.27.5",
1874 "hyper-util",
1875 "pin-project-lite",
1876 "rustls 0.21.12",
1877 "rustls 0.23.26",
1878 "rustls-native-certs 0.8.1",
1879 "rustls-pki-types",
1880 "tokio",
1881 "tower 0.5.2",
1882 "tracing",
1883]
1884
1885[[package]]
1886name = "aws-smithy-json"
1887version = "0.61.3"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1890dependencies = [
1891 "aws-smithy-types",
1892]
1893
1894[[package]]
1895name = "aws-smithy-observability"
1896version = "0.1.2"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1899dependencies = [
1900 "aws-smithy-runtime-api",
1901 "once_cell",
1902]
1903
1904[[package]]
1905name = "aws-smithy-query"
1906version = "0.60.7"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1909dependencies = [
1910 "aws-smithy-types",
1911 "urlencoding",
1912]
1913
1914[[package]]
1915name = "aws-smithy-runtime"
1916version = "1.8.1"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1919dependencies = [
1920 "aws-smithy-async",
1921 "aws-smithy-http",
1922 "aws-smithy-http-client",
1923 "aws-smithy-observability",
1924 "aws-smithy-runtime-api",
1925 "aws-smithy-types",
1926 "bytes 1.10.1",
1927 "fastrand 2.3.0",
1928 "http 0.2.12",
1929 "http 1.3.1",
1930 "http-body 0.4.6",
1931 "http-body 1.0.1",
1932 "once_cell",
1933 "pin-project-lite",
1934 "pin-utils",
1935 "tokio",
1936 "tracing",
1937]
1938
1939[[package]]
1940name = "aws-smithy-runtime-api"
1941version = "1.7.4"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1944dependencies = [
1945 "aws-smithy-async",
1946 "aws-smithy-types",
1947 "bytes 1.10.1",
1948 "http 0.2.12",
1949 "http 1.3.1",
1950 "pin-project-lite",
1951 "tokio",
1952 "tracing",
1953 "zeroize",
1954]
1955
1956[[package]]
1957name = "aws-smithy-types"
1958version = "1.3.0"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1961dependencies = [
1962 "base64-simd",
1963 "bytes 1.10.1",
1964 "bytes-utils",
1965 "futures-core",
1966 "http 0.2.12",
1967 "http 1.3.1",
1968 "http-body 0.4.6",
1969 "http-body 1.0.1",
1970 "http-body-util",
1971 "itoa",
1972 "num-integer",
1973 "pin-project-lite",
1974 "pin-utils",
1975 "ryu",
1976 "serde",
1977 "time",
1978 "tokio",
1979 "tokio-util",
1980]
1981
1982[[package]]
1983name = "aws-smithy-xml"
1984version = "0.60.9"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1987dependencies = [
1988 "xmlparser",
1989]
1990
1991[[package]]
1992name = "aws-types"
1993version = "1.3.6"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
1996dependencies = [
1997 "aws-credential-types",
1998 "aws-smithy-async",
1999 "aws-smithy-runtime-api",
2000 "aws-smithy-types",
2001 "rustc_version",
2002 "tracing",
2003]
2004
2005[[package]]
2006name = "aws_http_client"
2007version = "0.1.0"
2008dependencies = [
2009 "aws-smithy-runtime-api",
2010 "aws-smithy-types",
2011 "http_client",
2012 "workspace-hack",
2013]
2014
2015[[package]]
2016name = "axum"
2017version = "0.6.20"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2020dependencies = [
2021 "async-trait",
2022 "axum-core",
2023 "base64 0.21.7",
2024 "bitflags 1.3.2",
2025 "bytes 1.10.1",
2026 "futures-util",
2027 "headers",
2028 "http 0.2.12",
2029 "http-body 0.4.6",
2030 "hyper 0.14.32",
2031 "itoa",
2032 "matchit",
2033 "memchr",
2034 "mime",
2035 "percent-encoding",
2036 "pin-project-lite",
2037 "rustversion",
2038 "serde",
2039 "serde_json",
2040 "serde_path_to_error",
2041 "serde_urlencoded",
2042 "sha1",
2043 "sync_wrapper 0.1.2",
2044 "tokio",
2045 "tokio-tungstenite 0.20.1",
2046 "tower 0.4.13",
2047 "tower-layer",
2048 "tower-service",
2049]
2050
2051[[package]]
2052name = "axum-core"
2053version = "0.3.4"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2056dependencies = [
2057 "async-trait",
2058 "bytes 1.10.1",
2059 "futures-util",
2060 "http 0.2.12",
2061 "http-body 0.4.6",
2062 "mime",
2063 "rustversion",
2064 "tower-layer",
2065 "tower-service",
2066]
2067
2068[[package]]
2069name = "axum-extra"
2070version = "0.4.2"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
2073dependencies = [
2074 "axum",
2075 "bytes 1.10.1",
2076 "futures-util",
2077 "http 0.2.12",
2078 "mime",
2079 "pin-project-lite",
2080 "serde",
2081 "serde_json",
2082 "tokio",
2083 "tower 0.4.13",
2084 "tower-http 0.3.5",
2085 "tower-layer",
2086 "tower-service",
2087]
2088
2089[[package]]
2090name = "backtrace"
2091version = "0.3.74"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2094dependencies = [
2095 "addr2line",
2096 "cfg-if",
2097 "libc",
2098 "miniz_oxide",
2099 "object",
2100 "rustc-demangle",
2101 "windows-targets 0.52.6",
2102]
2103
2104[[package]]
2105name = "base16ct"
2106version = "0.1.1"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
2109
2110[[package]]
2111name = "base64"
2112version = "0.21.7"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2115
2116[[package]]
2117name = "base64"
2118version = "0.22.1"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2121
2122[[package]]
2123name = "base64-simd"
2124version = "0.8.0"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
2127dependencies = [
2128 "outref",
2129 "vsimd",
2130]
2131
2132[[package]]
2133name = "base64ct"
2134version = "1.7.3"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
2137
2138[[package]]
2139name = "bedrock"
2140version = "0.1.0"
2141dependencies = [
2142 "anyhow",
2143 "aws-sdk-bedrockruntime",
2144 "aws-smithy-types",
2145 "futures 0.3.31",
2146 "schemars 1.0.1",
2147 "serde",
2148 "serde_json",
2149 "strum 0.27.1",
2150 "thiserror 2.0.12",
2151 "workspace-hack",
2152]
2153
2154[[package]]
2155name = "bigdecimal"
2156version = "0.4.8"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2159dependencies = [
2160 "autocfg",
2161 "libm",
2162 "num-bigint",
2163 "num-integer",
2164 "num-traits",
2165 "serde",
2166]
2167
2168[[package]]
2169name = "bincode"
2170version = "1.3.3"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2173dependencies = [
2174 "serde",
2175]
2176
2177[[package]]
2178name = "bindgen"
2179version = "0.69.5"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
2182dependencies = [
2183 "bitflags 2.9.0",
2184 "cexpr",
2185 "clang-sys",
2186 "itertools 0.12.1",
2187 "lazy_static",
2188 "lazycell",
2189 "log",
2190 "prettyplease",
2191 "proc-macro2",
2192 "quote",
2193 "regex",
2194 "rustc-hash 1.1.0",
2195 "shlex",
2196 "syn 2.0.101",
2197 "which 4.4.2",
2198]
2199
2200[[package]]
2201name = "bindgen"
2202version = "0.70.1"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
2205dependencies = [
2206 "bitflags 2.9.0",
2207 "cexpr",
2208 "clang-sys",
2209 "itertools 0.13.0",
2210 "proc-macro2",
2211 "quote",
2212 "regex",
2213 "rustc-hash 1.1.0",
2214 "shlex",
2215 "syn 2.0.101",
2216]
2217
2218[[package]]
2219name = "bindgen"
2220version = "0.71.1"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2223dependencies = [
2224 "bitflags 2.9.0",
2225 "cexpr",
2226 "clang-sys",
2227 "itertools 0.13.0",
2228 "log",
2229 "prettyplease",
2230 "proc-macro2",
2231 "quote",
2232 "regex",
2233 "rustc-hash 2.1.1",
2234 "shlex",
2235 "syn 2.0.101",
2236]
2237
2238[[package]]
2239name = "bit-set"
2240version = "0.5.3"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2243dependencies = [
2244 "bit-vec 0.6.3",
2245]
2246
2247[[package]]
2248name = "bit-set"
2249version = "0.8.0"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2252dependencies = [
2253 "bit-vec 0.8.0",
2254]
2255
2256[[package]]
2257name = "bit-vec"
2258version = "0.6.3"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2261
2262[[package]]
2263name = "bit-vec"
2264version = "0.8.0"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2267
2268[[package]]
2269name = "bit_field"
2270version = "0.10.2"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2273
2274[[package]]
2275name = "bitflags"
2276version = "1.3.2"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2279
2280[[package]]
2281name = "bitflags"
2282version = "2.9.0"
2283source = "registry+https://github.com/rust-lang/crates.io-index"
2284checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2285dependencies = [
2286 "serde",
2287]
2288
2289[[package]]
2290name = "bitstream-io"
2291version = "2.6.0"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2294
2295[[package]]
2296name = "bitvec"
2297version = "1.0.1"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2300dependencies = [
2301 "funty",
2302 "radium",
2303 "tap",
2304 "wyz",
2305]
2306
2307[[package]]
2308name = "blade-graphics"
2309version = "0.6.0"
2310source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
2311dependencies = [
2312 "ash",
2313 "ash-window",
2314 "bitflags 2.9.0",
2315 "bytemuck",
2316 "codespan-reporting 0.11.1",
2317 "glow",
2318 "gpu-alloc",
2319 "gpu-alloc-ash",
2320 "hidden-trait",
2321 "js-sys",
2322 "khronos-egl",
2323 "libloading",
2324 "log",
2325 "mint",
2326 "naga",
2327 "objc2",
2328 "objc2-app-kit",
2329 "objc2-core-foundation",
2330 "objc2-foundation",
2331 "objc2-metal",
2332 "objc2-quartz-core",
2333 "objc2-ui-kit",
2334 "raw-window-handle",
2335 "slab",
2336 "wasm-bindgen",
2337 "web-sys",
2338]
2339
2340[[package]]
2341name = "blade-macros"
2342version = "0.3.0"
2343source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
2344dependencies = [
2345 "proc-macro2",
2346 "quote",
2347 "syn 2.0.101",
2348]
2349
2350[[package]]
2351name = "blade-util"
2352version = "0.2.0"
2353source = "git+https://github.com/kvark/blade?rev=bfa594ea697d4b6326ea29f747525c85ecf933b9#bfa594ea697d4b6326ea29f747525c85ecf933b9"
2354dependencies = [
2355 "blade-graphics",
2356 "bytemuck",
2357 "log",
2358 "profiling",
2359]
2360
2361[[package]]
2362name = "block"
2363version = "0.1.6"
2364source = "registry+https://github.com/rust-lang/crates.io-index"
2365checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2366
2367[[package]]
2368name = "block-buffer"
2369version = "0.10.4"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2372dependencies = [
2373 "generic-array",
2374]
2375
2376[[package]]
2377name = "block-padding"
2378version = "0.3.3"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2381dependencies = [
2382 "generic-array",
2383]
2384
2385[[package]]
2386name = "block2"
2387version = "0.6.1"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2390dependencies = [
2391 "objc2",
2392]
2393
2394[[package]]
2395name = "blocking"
2396version = "1.6.1"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2399dependencies = [
2400 "async-channel 2.3.1",
2401 "async-task",
2402 "futures-io",
2403 "futures-lite 2.6.0",
2404 "piper",
2405]
2406
2407[[package]]
2408name = "borrow-or-share"
2409version = "0.2.2"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2412
2413[[package]]
2414name = "borsh"
2415version = "1.5.7"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2418dependencies = [
2419 "borsh-derive",
2420 "cfg_aliases 0.2.1",
2421]
2422
2423[[package]]
2424name = "borsh-derive"
2425version = "1.5.7"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2428dependencies = [
2429 "once_cell",
2430 "proc-macro-crate",
2431 "proc-macro2",
2432 "quote",
2433 "syn 2.0.101",
2434]
2435
2436[[package]]
2437name = "breadcrumbs"
2438version = "0.1.0"
2439dependencies = [
2440 "editor",
2441 "gpui",
2442 "itertools 0.14.0",
2443 "settings",
2444 "theme",
2445 "ui",
2446 "workspace",
2447 "workspace-hack",
2448 "zed_actions",
2449]
2450
2451[[package]]
2452name = "bstr"
2453version = "1.12.0"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2456dependencies = [
2457 "memchr",
2458 "regex-automata",
2459 "serde",
2460]
2461
2462[[package]]
2463name = "buffer_diff"
2464version = "0.1.0"
2465dependencies = [
2466 "anyhow",
2467 "clock",
2468 "ctor",
2469 "futures 0.3.31",
2470 "git2",
2471 "gpui",
2472 "language",
2473 "log",
2474 "pretty_assertions",
2475 "rand 0.9.1",
2476 "rope",
2477 "serde_json",
2478 "sum_tree",
2479 "text",
2480 "unindent",
2481 "util",
2482 "workspace-hack",
2483 "zlog",
2484]
2485
2486[[package]]
2487name = "built"
2488version = "0.7.7"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2491
2492[[package]]
2493name = "bumpalo"
2494version = "3.17.0"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2497dependencies = [
2498 "allocator-api2",
2499]
2500
2501[[package]]
2502name = "by_address"
2503version = "1.2.1"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2506
2507[[package]]
2508name = "bytecheck"
2509version = "0.6.12"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2512dependencies = [
2513 "bytecheck_derive",
2514 "ptr_meta",
2515 "simdutf8",
2516]
2517
2518[[package]]
2519name = "bytecheck_derive"
2520version = "0.6.12"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2523dependencies = [
2524 "proc-macro2",
2525 "quote",
2526 "syn 1.0.109",
2527]
2528
2529[[package]]
2530name = "bytecount"
2531version = "0.6.8"
2532source = "registry+https://github.com/rust-lang/crates.io-index"
2533checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2534
2535[[package]]
2536name = "bytemuck"
2537version = "1.22.0"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2540dependencies = [
2541 "bytemuck_derive",
2542]
2543
2544[[package]]
2545name = "bytemuck_derive"
2546version = "1.9.3"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2549dependencies = [
2550 "proc-macro2",
2551 "quote",
2552 "syn 2.0.101",
2553]
2554
2555[[package]]
2556name = "byteorder"
2557version = "1.5.0"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2560
2561[[package]]
2562name = "byteorder-lite"
2563version = "0.1.0"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2566
2567[[package]]
2568name = "bytes"
2569version = "0.4.12"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2572dependencies = [
2573 "byteorder",
2574 "iovec",
2575]
2576
2577[[package]]
2578name = "bytes"
2579version = "1.10.1"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2582
2583[[package]]
2584name = "bytes-utils"
2585version = "0.1.4"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2588dependencies = [
2589 "bytes 1.10.1",
2590 "either",
2591]
2592
2593[[package]]
2594name = "bzip2"
2595version = "0.4.4"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2598dependencies = [
2599 "bzip2-sys",
2600 "libc",
2601]
2602
2603[[package]]
2604name = "bzip2-sys"
2605version = "0.1.13+1.0.8"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2608dependencies = [
2609 "cc",
2610 "pkg-config",
2611]
2612
2613[[package]]
2614name = "call"
2615version = "0.1.0"
2616dependencies = [
2617 "anyhow",
2618 "audio",
2619 "client",
2620 "collections",
2621 "feature_flags",
2622 "fs",
2623 "futures 0.3.31",
2624 "gpui",
2625 "gpui_tokio",
2626 "http_client",
2627 "language",
2628 "livekit_client",
2629 "log",
2630 "postage",
2631 "project",
2632 "serde",
2633 "settings",
2634 "telemetry",
2635 "util",
2636 "workspace-hack",
2637]
2638
2639[[package]]
2640name = "calloop"
2641version = "0.13.0"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2644dependencies = [
2645 "bitflags 2.9.0",
2646 "log",
2647 "polling",
2648 "rustix 0.38.44",
2649 "slab",
2650 "thiserror 1.0.69",
2651]
2652
2653[[package]]
2654name = "calloop-wayland-source"
2655version = "0.3.0"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2658dependencies = [
2659 "calloop",
2660 "rustix 0.38.44",
2661 "wayland-backend",
2662 "wayland-client",
2663]
2664
2665[[package]]
2666name = "camino"
2667version = "1.1.9"
2668source = "registry+https://github.com/rust-lang/crates.io-index"
2669checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2670dependencies = [
2671 "serde",
2672]
2673
2674[[package]]
2675name = "candle-core"
2676version = "0.9.1"
2677source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2678dependencies = [
2679 "byteorder",
2680 "float8",
2681 "gemm 0.17.1",
2682 "half",
2683 "memmap2",
2684 "num-traits",
2685 "num_cpus",
2686 "rand 0.9.1",
2687 "rand_distr",
2688 "rayon",
2689 "safetensors",
2690 "thiserror 1.0.69",
2691 "ug",
2692 "yoke",
2693 "zip 1.1.4",
2694]
2695
2696[[package]]
2697name = "candle-nn"
2698version = "0.9.1"
2699source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2700dependencies = [
2701 "candle-core",
2702 "half",
2703 "libc",
2704 "num-traits",
2705 "rayon",
2706 "safetensors",
2707 "serde",
2708 "thiserror 1.0.69",
2709]
2710
2711[[package]]
2712name = "candle-onnx"
2713version = "0.9.1"
2714source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2715dependencies = [
2716 "candle-core",
2717 "candle-nn",
2718 "prost 0.12.6",
2719]
2720
2721[[package]]
2722name = "cap-fs-ext"
2723version = "3.4.4"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2726dependencies = [
2727 "cap-primitives",
2728 "cap-std",
2729 "io-lifetimes",
2730 "windows-sys 0.59.0",
2731]
2732
2733[[package]]
2734name = "cap-net-ext"
2735version = "3.4.4"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2738dependencies = [
2739 "cap-primitives",
2740 "cap-std",
2741 "rustix 1.0.7",
2742 "smallvec",
2743]
2744
2745[[package]]
2746name = "cap-primitives"
2747version = "3.4.4"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2750dependencies = [
2751 "ambient-authority",
2752 "fs-set-times",
2753 "io-extras",
2754 "io-lifetimes",
2755 "ipnet",
2756 "maybe-owned",
2757 "rustix 1.0.7",
2758 "rustix-linux-procfs",
2759 "windows-sys 0.59.0",
2760 "winx",
2761]
2762
2763[[package]]
2764name = "cap-rand"
2765version = "3.4.4"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2768dependencies = [
2769 "ambient-authority",
2770 "rand 0.8.5",
2771]
2772
2773[[package]]
2774name = "cap-std"
2775version = "3.4.4"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2778dependencies = [
2779 "cap-primitives",
2780 "io-extras",
2781 "io-lifetimes",
2782 "rustix 1.0.7",
2783]
2784
2785[[package]]
2786name = "cap-time-ext"
2787version = "3.4.4"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2790dependencies = [
2791 "ambient-authority",
2792 "cap-primitives",
2793 "iana-time-zone",
2794 "once_cell",
2795 "rustix 1.0.7",
2796 "winx",
2797]
2798
2799[[package]]
2800name = "cargo-platform"
2801version = "0.1.9"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2804dependencies = [
2805 "serde",
2806]
2807
2808[[package]]
2809name = "cargo_metadata"
2810version = "0.19.2"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2813dependencies = [
2814 "camino",
2815 "cargo-platform",
2816 "semver",
2817 "serde",
2818 "serde_json",
2819 "thiserror 2.0.12",
2820]
2821
2822[[package]]
2823name = "cargo_toml"
2824version = "0.21.0"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2827dependencies = [
2828 "serde",
2829 "toml 0.8.20",
2830]
2831
2832[[package]]
2833name = "cast"
2834version = "0.3.0"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2837
2838[[package]]
2839name = "cbc"
2840version = "0.1.2"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2843dependencies = [
2844 "cipher",
2845]
2846
2847[[package]]
2848name = "cbindgen"
2849version = "0.28.0"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2852dependencies = [
2853 "heck 0.4.1",
2854 "indexmap 2.9.0",
2855 "log",
2856 "proc-macro2",
2857 "quote",
2858 "serde",
2859 "serde_json",
2860 "syn 2.0.101",
2861 "tempfile",
2862 "toml 0.8.20",
2863]
2864
2865[[package]]
2866name = "cc"
2867version = "1.2.19"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2870dependencies = [
2871 "jobserver",
2872 "libc",
2873 "shlex",
2874]
2875
2876[[package]]
2877name = "cesu8"
2878version = "1.1.0"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2881
2882[[package]]
2883name = "cexpr"
2884version = "0.6.0"
2885source = "registry+https://github.com/rust-lang/crates.io-index"
2886checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2887dependencies = [
2888 "nom 7.1.3",
2889]
2890
2891[[package]]
2892name = "cfg-expr"
2893version = "0.15.8"
2894source = "registry+https://github.com/rust-lang/crates.io-index"
2895checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2896dependencies = [
2897 "smallvec",
2898 "target-lexicon 0.12.16",
2899]
2900
2901[[package]]
2902name = "cfg-if"
2903version = "1.0.3"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
2906
2907[[package]]
2908name = "cfg_aliases"
2909version = "0.1.1"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2912
2913[[package]]
2914name = "cfg_aliases"
2915version = "0.2.1"
2916source = "registry+https://github.com/rust-lang/crates.io-index"
2917checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2918
2919[[package]]
2920name = "cgl"
2921version = "0.3.2"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2924dependencies = [
2925 "libc",
2926]
2927
2928[[package]]
2929name = "channel"
2930version = "0.1.0"
2931dependencies = [
2932 "anyhow",
2933 "client",
2934 "clock",
2935 "collections",
2936 "futures 0.3.31",
2937 "gpui",
2938 "http_client",
2939 "language",
2940 "log",
2941 "postage",
2942 "release_channel",
2943 "rpc",
2944 "settings",
2945 "text",
2946 "time",
2947 "util",
2948 "workspace-hack",
2949]
2950
2951[[package]]
2952name = "chrono"
2953version = "0.4.41"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2956dependencies = [
2957 "android-tzdata",
2958 "iana-time-zone",
2959 "js-sys",
2960 "num-traits",
2961 "serde",
2962 "wasm-bindgen",
2963 "windows-link 0.1.1",
2964]
2965
2966[[package]]
2967name = "chunked_transfer"
2968version = "1.5.0"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2971
2972[[package]]
2973name = "ciborium"
2974version = "0.2.2"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2977dependencies = [
2978 "ciborium-io",
2979 "ciborium-ll",
2980 "serde",
2981]
2982
2983[[package]]
2984name = "ciborium-io"
2985version = "0.2.2"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2988
2989[[package]]
2990name = "ciborium-ll"
2991version = "0.2.2"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2994dependencies = [
2995 "ciborium-io",
2996 "half",
2997]
2998
2999[[package]]
3000name = "cipher"
3001version = "0.4.4"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
3004dependencies = [
3005 "crypto-common",
3006 "inout",
3007 "zeroize",
3008]
3009
3010[[package]]
3011name = "circular-buffer"
3012version = "1.1.0"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
3015
3016[[package]]
3017name = "clang-sys"
3018version = "1.8.1"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
3021dependencies = [
3022 "glob",
3023 "libc",
3024 "libloading",
3025]
3026
3027[[package]]
3028name = "clap"
3029version = "4.5.37"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
3032dependencies = [
3033 "clap_builder",
3034 "clap_derive",
3035]
3036
3037[[package]]
3038name = "clap_builder"
3039version = "4.5.37"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
3042dependencies = [
3043 "anstream",
3044 "anstyle",
3045 "clap_lex",
3046 "strsim",
3047 "terminal_size",
3048]
3049
3050[[package]]
3051name = "clap_complete"
3052version = "4.5.47"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
3055dependencies = [
3056 "clap",
3057]
3058
3059[[package]]
3060name = "clap_derive"
3061version = "4.5.32"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
3064dependencies = [
3065 "heck 0.5.0",
3066 "proc-macro2",
3067 "quote",
3068 "syn 2.0.101",
3069]
3070
3071[[package]]
3072name = "clap_lex"
3073version = "0.7.4"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
3076
3077[[package]]
3078name = "cli"
3079version = "0.1.0"
3080dependencies = [
3081 "anyhow",
3082 "clap",
3083 "collections",
3084 "core-foundation 0.10.0",
3085 "core-services",
3086 "exec",
3087 "fork",
3088 "ipc-channel",
3089 "parking_lot",
3090 "paths",
3091 "plist",
3092 "release_channel",
3093 "serde",
3094 "tempfile",
3095 "util",
3096 "windows 0.61.1",
3097 "workspace-hack",
3098]
3099
3100[[package]]
3101name = "client"
3102version = "0.1.0"
3103dependencies = [
3104 "anyhow",
3105 "async-tungstenite",
3106 "base64 0.22.1",
3107 "chrono",
3108 "clock",
3109 "cloud_api_client",
3110 "cloud_llm_client",
3111 "collections",
3112 "credentials_provider",
3113 "derive_more",
3114 "feature_flags",
3115 "fs",
3116 "futures 0.3.31",
3117 "gpui",
3118 "gpui_tokio",
3119 "http_client",
3120 "http_client_tls",
3121 "httparse",
3122 "log",
3123 "objc2-foundation",
3124 "parking_lot",
3125 "paths",
3126 "postage",
3127 "rand 0.9.1",
3128 "regex",
3129 "release_channel",
3130 "rpc",
3131 "rustls-pki-types",
3132 "serde",
3133 "serde_json",
3134 "serde_urlencoded",
3135 "settings",
3136 "sha2",
3137 "smol",
3138 "telemetry",
3139 "telemetry_events",
3140 "text",
3141 "thiserror 2.0.12",
3142 "time",
3143 "tiny_http",
3144 "tokio",
3145 "tokio-native-tls",
3146 "tokio-rustls 0.26.2",
3147 "tokio-socks",
3148 "url",
3149 "util",
3150 "windows 0.61.1",
3151 "workspace-hack",
3152 "worktree",
3153]
3154
3155[[package]]
3156name = "clock"
3157version = "0.1.0"
3158dependencies = [
3159 "parking_lot",
3160 "serde",
3161 "smallvec",
3162 "workspace-hack",
3163]
3164
3165[[package]]
3166name = "cloud_api_client"
3167version = "0.1.0"
3168dependencies = [
3169 "anyhow",
3170 "cloud_api_types",
3171 "futures 0.3.31",
3172 "gpui",
3173 "gpui_tokio",
3174 "http_client",
3175 "parking_lot",
3176 "serde_json",
3177 "workspace-hack",
3178 "yawc",
3179]
3180
3181[[package]]
3182name = "cloud_api_types"
3183version = "0.1.0"
3184dependencies = [
3185 "anyhow",
3186 "chrono",
3187 "ciborium",
3188 "cloud_llm_client",
3189 "pretty_assertions",
3190 "serde",
3191 "serde_json",
3192 "workspace-hack",
3193]
3194
3195[[package]]
3196name = "cloud_llm_client"
3197version = "0.1.0"
3198dependencies = [
3199 "anyhow",
3200 "chrono",
3201 "pretty_assertions",
3202 "serde",
3203 "serde_json",
3204 "strum 0.27.1",
3205 "uuid",
3206 "workspace-hack",
3207]
3208
3209[[package]]
3210name = "cloud_zeta2_prompt"
3211version = "0.1.0"
3212dependencies = [
3213 "anyhow",
3214 "cloud_llm_client",
3215 "indoc",
3216 "ordered-float 2.10.1",
3217 "rustc-hash 2.1.1",
3218 "strum 0.27.1",
3219 "workspace-hack",
3220]
3221
3222[[package]]
3223name = "cmake"
3224version = "0.1.54"
3225source = "registry+https://github.com/rust-lang/crates.io-index"
3226checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3227dependencies = [
3228 "cc",
3229]
3230
3231[[package]]
3232name = "cobs"
3233version = "0.2.3"
3234source = "registry+https://github.com/rust-lang/crates.io-index"
3235checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
3236
3237[[package]]
3238name = "cocoa"
3239version = "0.25.0"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3242dependencies = [
3243 "bitflags 1.3.2",
3244 "block",
3245 "cocoa-foundation 0.1.2",
3246 "core-foundation 0.9.4",
3247 "core-graphics 0.23.2",
3248 "foreign-types 0.5.0",
3249 "libc",
3250 "objc",
3251]
3252
3253[[package]]
3254name = "cocoa"
3255version = "0.26.0"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3258dependencies = [
3259 "bitflags 2.9.0",
3260 "block",
3261 "cocoa-foundation 0.2.0",
3262 "core-foundation 0.10.0",
3263 "core-graphics 0.24.0",
3264 "foreign-types 0.5.0",
3265 "libc",
3266 "objc",
3267]
3268
3269[[package]]
3270name = "cocoa-foundation"
3271version = "0.1.2"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3274dependencies = [
3275 "bitflags 1.3.2",
3276 "block",
3277 "core-foundation 0.9.4",
3278 "core-graphics-types 0.1.3",
3279 "libc",
3280 "objc",
3281]
3282
3283[[package]]
3284name = "cocoa-foundation"
3285version = "0.2.0"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3288dependencies = [
3289 "bitflags 2.9.0",
3290 "block",
3291 "core-foundation 0.10.0",
3292 "core-graphics-types 0.2.0",
3293 "libc",
3294 "objc",
3295]
3296
3297[[package]]
3298name = "codespan-reporting"
3299version = "0.11.1"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
3302dependencies = [
3303 "termcolor",
3304 "unicode-width 0.1.14",
3305]
3306
3307[[package]]
3308name = "codespan-reporting"
3309version = "0.12.0"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3312dependencies = [
3313 "serde",
3314 "termcolor",
3315 "unicode-width 0.2.0",
3316]
3317
3318[[package]]
3319name = "collab"
3320version = "0.44.0"
3321dependencies = [
3322 "agent_settings",
3323 "anyhow",
3324 "assistant_context",
3325 "assistant_slash_command",
3326 "async-trait",
3327 "async-tungstenite",
3328 "audio",
3329 "aws-config",
3330 "aws-sdk-kinesis",
3331 "aws-sdk-s3",
3332 "axum",
3333 "axum-extra",
3334 "base64 0.22.1",
3335 "buffer_diff",
3336 "call",
3337 "channel",
3338 "chrono",
3339 "client",
3340 "clock",
3341 "collab_ui",
3342 "collections",
3343 "command_palette_hooks",
3344 "context_server",
3345 "ctor",
3346 "dap",
3347 "dap-types",
3348 "dap_adapters",
3349 "dashmap 6.1.0",
3350 "debugger_ui",
3351 "editor",
3352 "envy",
3353 "extension",
3354 "file_finder",
3355 "fs",
3356 "futures 0.3.31",
3357 "git",
3358 "git_hosting_providers",
3359 "git_ui",
3360 "gpui",
3361 "gpui_tokio",
3362 "hex",
3363 "http_client",
3364 "hyper 0.14.32",
3365 "indoc",
3366 "language",
3367 "language_model",
3368 "livekit_api",
3369 "livekit_client",
3370 "log",
3371 "lsp",
3372 "menu",
3373 "multi_buffer",
3374 "nanoid",
3375 "node_runtime",
3376 "notifications",
3377 "parking_lot",
3378 "pretty_assertions",
3379 "project",
3380 "prometheus",
3381 "prompt_store",
3382 "prost 0.9.0",
3383 "rand 0.9.1",
3384 "recent_projects",
3385 "release_channel",
3386 "remote",
3387 "remote_server",
3388 "reqwest 0.11.27",
3389 "reqwest_client",
3390 "rpc",
3391 "rustc-demangle",
3392 "scrypt",
3393 "sea-orm",
3394 "semantic_version",
3395 "semver",
3396 "serde",
3397 "serde_json",
3398 "session",
3399 "settings",
3400 "sha2",
3401 "smol",
3402 "sqlx",
3403 "strum 0.27.1",
3404 "subtle",
3405 "supermaven_api",
3406 "task",
3407 "telemetry_events",
3408 "text",
3409 "theme",
3410 "time",
3411 "tokio",
3412 "toml 0.8.20",
3413 "tower 0.4.13",
3414 "tower-http 0.4.4",
3415 "tracing",
3416 "tracing-subscriber",
3417 "unindent",
3418 "util",
3419 "uuid",
3420 "workspace",
3421 "workspace-hack",
3422 "worktree",
3423 "zlog",
3424]
3425
3426[[package]]
3427name = "collab_ui"
3428version = "0.1.0"
3429dependencies = [
3430 "anyhow",
3431 "call",
3432 "channel",
3433 "chrono",
3434 "client",
3435 "collections",
3436 "db",
3437 "editor",
3438 "futures 0.3.31",
3439 "fuzzy",
3440 "gpui",
3441 "http_client",
3442 "log",
3443 "menu",
3444 "notifications",
3445 "picker",
3446 "pretty_assertions",
3447 "project",
3448 "release_channel",
3449 "rpc",
3450 "serde",
3451 "serde_json",
3452 "settings",
3453 "smallvec",
3454 "story",
3455 "telemetry",
3456 "theme",
3457 "time",
3458 "time_format",
3459 "title_bar",
3460 "tree-sitter-md",
3461 "ui",
3462 "util",
3463 "workspace",
3464 "workspace-hack",
3465]
3466
3467[[package]]
3468name = "collections"
3469version = "0.1.0"
3470dependencies = [
3471 "indexmap 2.9.0",
3472 "rustc-hash 2.1.1",
3473 "workspace-hack",
3474]
3475
3476[[package]]
3477name = "color_quant"
3478version = "1.1.0"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3481
3482[[package]]
3483name = "colorchoice"
3484version = "1.0.3"
3485source = "registry+https://github.com/rust-lang/crates.io-index"
3486checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3487
3488[[package]]
3489name = "combine"
3490version = "4.6.7"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3493dependencies = [
3494 "bytes 1.10.1",
3495 "memchr",
3496]
3497
3498[[package]]
3499name = "command-fds"
3500version = "0.3.1"
3501source = "registry+https://github.com/rust-lang/crates.io-index"
3502checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
3503dependencies = [
3504 "nix 0.30.1",
3505 "thiserror 2.0.12",
3506]
3507
3508[[package]]
3509name = "command_palette"
3510version = "0.1.0"
3511dependencies = [
3512 "anyhow",
3513 "client",
3514 "collections",
3515 "command_palette_hooks",
3516 "ctor",
3517 "db",
3518 "editor",
3519 "env_logger 0.11.8",
3520 "fuzzy",
3521 "go_to_line",
3522 "gpui",
3523 "language",
3524 "log",
3525 "menu",
3526 "picker",
3527 "postage",
3528 "project",
3529 "serde",
3530 "serde_json",
3531 "settings",
3532 "telemetry",
3533 "theme",
3534 "time",
3535 "ui",
3536 "util",
3537 "workspace",
3538 "workspace-hack",
3539 "zed_actions",
3540]
3541
3542[[package]]
3543name = "command_palette_hooks"
3544version = "0.1.0"
3545dependencies = [
3546 "collections",
3547 "derive_more",
3548 "gpui",
3549 "workspace-hack",
3550]
3551
3552[[package]]
3553name = "component"
3554version = "0.1.0"
3555dependencies = [
3556 "collections",
3557 "documented",
3558 "gpui",
3559 "inventory",
3560 "parking_lot",
3561 "strum 0.27.1",
3562 "theme",
3563 "workspace-hack",
3564]
3565
3566[[package]]
3567name = "concurrent-queue"
3568version = "2.5.0"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3571dependencies = [
3572 "crossbeam-utils",
3573]
3574
3575[[package]]
3576name = "console"
3577version = "0.15.11"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3580dependencies = [
3581 "encode_unicode",
3582 "libc",
3583 "once_cell",
3584 "unicode-width 0.2.0",
3585 "windows-sys 0.59.0",
3586]
3587
3588[[package]]
3589name = "const-oid"
3590version = "0.9.6"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3593
3594[[package]]
3595name = "const-random"
3596version = "0.1.18"
3597source = "registry+https://github.com/rust-lang/crates.io-index"
3598checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3599dependencies = [
3600 "const-random-macro",
3601]
3602
3603[[package]]
3604name = "const-random-macro"
3605version = "0.1.16"
3606source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3608dependencies = [
3609 "getrandom 0.2.15",
3610 "once_cell",
3611 "tiny-keccak",
3612]
3613
3614[[package]]
3615name = "constant_time_eq"
3616version = "0.1.5"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3619
3620[[package]]
3621name = "context_server"
3622version = "0.1.0"
3623dependencies = [
3624 "anyhow",
3625 "async-trait",
3626 "collections",
3627 "futures 0.3.31",
3628 "gpui",
3629 "log",
3630 "net",
3631 "parking_lot",
3632 "postage",
3633 "schemars 1.0.1",
3634 "serde",
3635 "serde_json",
3636 "settings",
3637 "smol",
3638 "tempfile",
3639 "url",
3640 "util",
3641 "workspace-hack",
3642]
3643
3644[[package]]
3645name = "convert_case"
3646version = "0.4.0"
3647source = "registry+https://github.com/rust-lang/crates.io-index"
3648checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3649
3650[[package]]
3651name = "convert_case"
3652version = "0.6.0"
3653source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3655dependencies = [
3656 "unicode-segmentation",
3657]
3658
3659[[package]]
3660name = "convert_case"
3661version = "0.8.0"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3664dependencies = [
3665 "unicode-segmentation",
3666]
3667
3668[[package]]
3669name = "copilot"
3670version = "0.1.0"
3671dependencies = [
3672 "anyhow",
3673 "async-std",
3674 "chrono",
3675 "client",
3676 "clock",
3677 "collections",
3678 "command_palette_hooks",
3679 "ctor",
3680 "dirs 4.0.0",
3681 "edit_prediction",
3682 "editor",
3683 "fs",
3684 "futures 0.3.31",
3685 "gpui",
3686 "http_client",
3687 "indoc",
3688 "itertools 0.14.0",
3689 "language",
3690 "log",
3691 "lsp",
3692 "menu",
3693 "node_runtime",
3694 "parking_lot",
3695 "paths",
3696 "project",
3697 "rpc",
3698 "serde",
3699 "serde_json",
3700 "settings",
3701 "sum_tree",
3702 "task",
3703 "theme",
3704 "ui",
3705 "util",
3706 "workspace",
3707 "workspace-hack",
3708 "zlog",
3709]
3710
3711[[package]]
3712name = "core-foundation"
3713version = "0.9.4"
3714source = "registry+https://github.com/rust-lang/crates.io-index"
3715checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3716dependencies = [
3717 "core-foundation-sys",
3718 "libc",
3719]
3720
3721[[package]]
3722name = "core-foundation"
3723version = "0.10.0"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3726dependencies = [
3727 "core-foundation-sys",
3728 "libc",
3729]
3730
3731[[package]]
3732name = "core-foundation-sys"
3733version = "0.8.7"
3734source = "registry+https://github.com/rust-lang/crates.io-index"
3735checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3736
3737[[package]]
3738name = "core-graphics"
3739version = "0.23.2"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3742dependencies = [
3743 "bitflags 1.3.2",
3744 "core-foundation 0.9.4",
3745 "core-graphics-types 0.1.3",
3746 "foreign-types 0.5.0",
3747 "libc",
3748]
3749
3750[[package]]
3751name = "core-graphics"
3752version = "0.24.0"
3753source = "registry+https://github.com/rust-lang/crates.io-index"
3754checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3755dependencies = [
3756 "bitflags 2.9.0",
3757 "core-foundation 0.10.0",
3758 "core-graphics-types 0.2.0",
3759 "foreign-types 0.5.0",
3760 "libc",
3761]
3762
3763[[package]]
3764name = "core-graphics-helmer-fork"
3765version = "0.24.0"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3768dependencies = [
3769 "bitflags 2.9.0",
3770 "core-foundation 0.9.4",
3771 "core-graphics-types 0.1.3",
3772 "foreign-types 0.5.0",
3773 "libc",
3774]
3775
3776[[package]]
3777name = "core-graphics-types"
3778version = "0.1.3"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3781dependencies = [
3782 "bitflags 1.3.2",
3783 "core-foundation 0.9.4",
3784 "libc",
3785]
3786
3787[[package]]
3788name = "core-graphics-types"
3789version = "0.2.0"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3792dependencies = [
3793 "bitflags 2.9.0",
3794 "core-foundation 0.10.0",
3795 "libc",
3796]
3797
3798[[package]]
3799name = "core-graphics2"
3800version = "0.4.1"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3803dependencies = [
3804 "bitflags 2.9.0",
3805 "block",
3806 "cfg-if",
3807 "core-foundation 0.10.0",
3808 "libc",
3809]
3810
3811[[package]]
3812name = "core-services"
3813version = "0.2.1"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3816dependencies = [
3817 "core-foundation 0.9.4",
3818]
3819
3820[[package]]
3821name = "core-text"
3822version = "21.0.0"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3825dependencies = [
3826 "core-foundation 0.10.0",
3827 "core-graphics 0.24.0",
3828 "foreign-types 0.5.0",
3829 "libc",
3830]
3831
3832[[package]]
3833name = "core-video"
3834version = "0.4.3"
3835source = "registry+https://github.com/rust-lang/crates.io-index"
3836checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3837dependencies = [
3838 "block",
3839 "core-foundation 0.10.0",
3840 "core-graphics2",
3841 "io-surface",
3842 "libc",
3843 "metal",
3844]
3845
3846[[package]]
3847name = "core_maths"
3848version = "0.1.1"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3851dependencies = [
3852 "libm",
3853]
3854
3855[[package]]
3856name = "coreaudio-rs"
3857version = "0.12.1"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3860dependencies = [
3861 "bitflags 1.3.2",
3862 "core-foundation-sys",
3863 "coreaudio-sys",
3864]
3865
3866[[package]]
3867name = "coreaudio-rs"
3868version = "0.13.0"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3871dependencies = [
3872 "bitflags 1.3.2",
3873 "libc",
3874 "objc2-audio-toolbox",
3875 "objc2-core-audio",
3876 "objc2-core-audio-types",
3877 "objc2-core-foundation",
3878]
3879
3880[[package]]
3881name = "coreaudio-sys"
3882version = "0.2.16"
3883source = "registry+https://github.com/rust-lang/crates.io-index"
3884checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3885dependencies = [
3886 "bindgen 0.70.1",
3887]
3888
3889[[package]]
3890name = "cosmic-text"
3891version = "0.14.0"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3894dependencies = [
3895 "bitflags 2.9.0",
3896 "fontdb 0.16.2",
3897 "log",
3898 "rangemap",
3899 "rustc-hash 1.1.0",
3900 "rustybuzz 0.14.1",
3901 "self_cell",
3902 "smol_str",
3903 "swash",
3904 "sys-locale",
3905 "ttf-parser 0.21.1",
3906 "unicode-bidi",
3907 "unicode-linebreak",
3908 "unicode-script",
3909 "unicode-segmentation",
3910]
3911
3912[[package]]
3913name = "cpal"
3914version = "0.16.0"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3917dependencies = [
3918 "alsa",
3919 "coreaudio-rs 0.13.0",
3920 "dasp_sample",
3921 "jni",
3922 "js-sys",
3923 "libc",
3924 "mach2 0.4.2",
3925 "ndk",
3926 "ndk-context",
3927 "num-derive",
3928 "num-traits",
3929 "objc2-audio-toolbox",
3930 "objc2-core-audio",
3931 "objc2-core-audio-types",
3932 "wasm-bindgen",
3933 "wasm-bindgen-futures",
3934 "web-sys",
3935 "windows 0.54.0",
3936]
3937
3938[[package]]
3939name = "cpp_demangle"
3940version = "0.4.4"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3943dependencies = [
3944 "cfg-if",
3945]
3946
3947[[package]]
3948name = "cpufeatures"
3949version = "0.2.17"
3950source = "registry+https://github.com/rust-lang/crates.io-index"
3951checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3952dependencies = [
3953 "libc",
3954]
3955
3956[[package]]
3957name = "cranelift-bforest"
3958version = "0.116.1"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3961dependencies = [
3962 "cranelift-entity",
3963]
3964
3965[[package]]
3966name = "cranelift-bitset"
3967version = "0.116.1"
3968source = "registry+https://github.com/rust-lang/crates.io-index"
3969checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3970dependencies = [
3971 "serde",
3972 "serde_derive",
3973]
3974
3975[[package]]
3976name = "cranelift-codegen"
3977version = "0.116.1"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3980dependencies = [
3981 "bumpalo",
3982 "cranelift-bforest",
3983 "cranelift-bitset",
3984 "cranelift-codegen-meta",
3985 "cranelift-codegen-shared",
3986 "cranelift-control",
3987 "cranelift-entity",
3988 "cranelift-isle",
3989 "gimli",
3990 "hashbrown 0.14.5",
3991 "log",
3992 "postcard",
3993 "regalloc2",
3994 "rustc-hash 2.1.1",
3995 "serde",
3996 "serde_derive",
3997 "sha2",
3998 "smallvec",
3999 "target-lexicon 0.13.2",
4000]
4001
4002[[package]]
4003name = "cranelift-codegen-meta"
4004version = "0.116.1"
4005source = "registry+https://github.com/rust-lang/crates.io-index"
4006checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4007dependencies = [
4008 "cranelift-codegen-shared",
4009]
4010
4011[[package]]
4012name = "cranelift-codegen-shared"
4013version = "0.116.1"
4014source = "registry+https://github.com/rust-lang/crates.io-index"
4015checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4016
4017[[package]]
4018name = "cranelift-control"
4019version = "0.116.1"
4020source = "registry+https://github.com/rust-lang/crates.io-index"
4021checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4022dependencies = [
4023 "arbitrary",
4024]
4025
4026[[package]]
4027name = "cranelift-entity"
4028version = "0.116.1"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4031dependencies = [
4032 "cranelift-bitset",
4033 "serde",
4034 "serde_derive",
4035]
4036
4037[[package]]
4038name = "cranelift-frontend"
4039version = "0.116.1"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4042dependencies = [
4043 "cranelift-codegen",
4044 "log",
4045 "smallvec",
4046 "target-lexicon 0.13.2",
4047]
4048
4049[[package]]
4050name = "cranelift-isle"
4051version = "0.116.1"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4054
4055[[package]]
4056name = "cranelift-native"
4057version = "0.116.1"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4060dependencies = [
4061 "cranelift-codegen",
4062 "libc",
4063 "target-lexicon 0.13.2",
4064]
4065
4066[[package]]
4067name = "crash-context"
4068version = "0.6.3"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4071dependencies = [
4072 "cfg-if",
4073 "libc",
4074 "mach2 0.4.2",
4075]
4076
4077[[package]]
4078name = "crash-handler"
4079version = "0.6.3"
4080source = "registry+https://github.com/rust-lang/crates.io-index"
4081checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4082dependencies = [
4083 "cfg-if",
4084 "crash-context",
4085 "libc",
4086 "mach2 0.4.2",
4087 "parking_lot",
4088]
4089
4090[[package]]
4091name = "crashes"
4092version = "0.1.0"
4093dependencies = [
4094 "bincode",
4095 "cfg-if",
4096 "crash-handler",
4097 "log",
4098 "mach2 0.5.0",
4099 "minidumper",
4100 "paths",
4101 "release_channel",
4102 "serde",
4103 "serde_json",
4104 "smol",
4105 "system_specs",
4106 "workspace-hack",
4107 "zstd",
4108]
4109
4110[[package]]
4111name = "crc"
4112version = "3.2.1"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
4115dependencies = [
4116 "crc-catalog",
4117]
4118
4119[[package]]
4120name = "crc-catalog"
4121version = "2.4.0"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4124
4125[[package]]
4126name = "crc32c"
4127version = "0.6.8"
4128source = "registry+https://github.com/rust-lang/crates.io-index"
4129checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
4130dependencies = [
4131 "rustc_version",
4132]
4133
4134[[package]]
4135name = "crc32fast"
4136version = "1.4.2"
4137source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
4139dependencies = [
4140 "cfg-if",
4141]
4142
4143[[package]]
4144name = "crc64fast-nvme"
4145version = "1.2.0"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
4148dependencies = [
4149 "crc",
4150]
4151
4152[[package]]
4153name = "credentials_provider"
4154version = "0.1.0"
4155dependencies = [
4156 "anyhow",
4157 "futures 0.3.31",
4158 "gpui",
4159 "paths",
4160 "release_channel",
4161 "serde",
4162 "serde_json",
4163 "workspace-hack",
4164]
4165
4166[[package]]
4167name = "criterion"
4168version = "0.5.1"
4169source = "registry+https://github.com/rust-lang/crates.io-index"
4170checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4171dependencies = [
4172 "anes",
4173 "cast",
4174 "ciborium",
4175 "clap",
4176 "criterion-plot",
4177 "is-terminal",
4178 "itertools 0.10.5",
4179 "num-traits",
4180 "once_cell",
4181 "oorandom",
4182 "plotters",
4183 "rayon",
4184 "regex",
4185 "serde",
4186 "serde_derive",
4187 "serde_json",
4188 "tinytemplate",
4189 "walkdir",
4190]
4191
4192[[package]]
4193name = "criterion-plot"
4194version = "0.5.0"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4197dependencies = [
4198 "cast",
4199 "itertools 0.10.5",
4200]
4201
4202[[package]]
4203name = "crossbeam"
4204version = "0.8.4"
4205source = "registry+https://github.com/rust-lang/crates.io-index"
4206checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4207dependencies = [
4208 "crossbeam-channel",
4209 "crossbeam-deque",
4210 "crossbeam-epoch",
4211 "crossbeam-queue",
4212 "crossbeam-utils",
4213]
4214
4215[[package]]
4216name = "crossbeam-channel"
4217version = "0.5.15"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4220dependencies = [
4221 "crossbeam-utils",
4222]
4223
4224[[package]]
4225name = "crossbeam-deque"
4226version = "0.8.6"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4229dependencies = [
4230 "crossbeam-epoch",
4231 "crossbeam-utils",
4232]
4233
4234[[package]]
4235name = "crossbeam-epoch"
4236version = "0.9.18"
4237source = "registry+https://github.com/rust-lang/crates.io-index"
4238checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4239dependencies = [
4240 "crossbeam-utils",
4241]
4242
4243[[package]]
4244name = "crossbeam-queue"
4245version = "0.3.12"
4246source = "registry+https://github.com/rust-lang/crates.io-index"
4247checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4248dependencies = [
4249 "crossbeam-utils",
4250]
4251
4252[[package]]
4253name = "crossbeam-utils"
4254version = "0.8.21"
4255source = "registry+https://github.com/rust-lang/crates.io-index"
4256checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4257
4258[[package]]
4259name = "crunchy"
4260version = "0.2.3"
4261source = "registry+https://github.com/rust-lang/crates.io-index"
4262checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
4263
4264[[package]]
4265name = "crypto-bigint"
4266version = "0.4.9"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4269dependencies = [
4270 "generic-array",
4271 "rand_core 0.6.4",
4272 "subtle",
4273 "zeroize",
4274]
4275
4276[[package]]
4277name = "crypto-bigint"
4278version = "0.5.5"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4281dependencies = [
4282 "rand_core 0.6.4",
4283 "subtle",
4284]
4285
4286[[package]]
4287name = "crypto-common"
4288version = "0.1.6"
4289source = "registry+https://github.com/rust-lang/crates.io-index"
4290checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4291dependencies = [
4292 "generic-array",
4293 "rand_core 0.6.4",
4294 "typenum",
4295]
4296
4297[[package]]
4298name = "cssparser"
4299version = "0.35.0"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4302dependencies = [
4303 "cssparser-macros",
4304 "dtoa-short",
4305 "itoa",
4306 "phf",
4307 "smallvec",
4308]
4309
4310[[package]]
4311name = "cssparser-macros"
4312version = "0.6.1"
4313source = "registry+https://github.com/rust-lang/crates.io-index"
4314checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4315dependencies = [
4316 "quote",
4317 "syn 2.0.101",
4318]
4319
4320[[package]]
4321name = "ctor"
4322version = "0.4.2"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
4325dependencies = [
4326 "ctor-proc-macro",
4327 "dtor",
4328]
4329
4330[[package]]
4331name = "ctor-proc-macro"
4332version = "0.0.5"
4333source = "registry+https://github.com/rust-lang/crates.io-index"
4334checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
4335
4336[[package]]
4337name = "ctrlc"
4338version = "3.4.6"
4339source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
4341dependencies = [
4342 "nix 0.29.0",
4343 "windows-sys 0.59.0",
4344]
4345
4346[[package]]
4347name = "cursor-icon"
4348version = "1.1.0"
4349source = "registry+https://github.com/rust-lang/crates.io-index"
4350checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
4351
4352[[package]]
4353name = "cxx"
4354version = "1.0.157"
4355source = "registry+https://github.com/rust-lang/crates.io-index"
4356checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
4357dependencies = [
4358 "cc",
4359 "cxxbridge-cmd",
4360 "cxxbridge-flags",
4361 "cxxbridge-macro",
4362 "foldhash",
4363 "link-cplusplus",
4364]
4365
4366[[package]]
4367name = "cxx-build"
4368version = "1.0.157"
4369source = "registry+https://github.com/rust-lang/crates.io-index"
4370checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
4371dependencies = [
4372 "cc",
4373 "codespan-reporting 0.12.0",
4374 "proc-macro2",
4375 "quote",
4376 "scratch",
4377 "syn 2.0.101",
4378]
4379
4380[[package]]
4381name = "cxxbridge-cmd"
4382version = "1.0.157"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
4385dependencies = [
4386 "clap",
4387 "codespan-reporting 0.12.0",
4388 "proc-macro2",
4389 "quote",
4390 "syn 2.0.101",
4391]
4392
4393[[package]]
4394name = "cxxbridge-flags"
4395version = "1.0.157"
4396source = "registry+https://github.com/rust-lang/crates.io-index"
4397checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
4398
4399[[package]]
4400name = "cxxbridge-macro"
4401version = "1.0.157"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
4404dependencies = [
4405 "proc-macro2",
4406 "quote",
4407 "rustversion",
4408 "syn 2.0.101",
4409]
4410
4411[[package]]
4412name = "dap"
4413version = "0.1.0"
4414dependencies = [
4415 "anyhow",
4416 "async-compression",
4417 "async-pipe",
4418 "async-tar",
4419 "async-trait",
4420 "client",
4421 "collections",
4422 "dap-types",
4423 "fs",
4424 "futures 0.3.31",
4425 "gpui",
4426 "http_client",
4427 "language",
4428 "libc",
4429 "log",
4430 "node_runtime",
4431 "parking_lot",
4432 "paths",
4433 "proto",
4434 "schemars 1.0.1",
4435 "serde",
4436 "serde_json",
4437 "settings",
4438 "smallvec",
4439 "smol",
4440 "task",
4441 "telemetry",
4442 "tree-sitter",
4443 "tree-sitter-go",
4444 "util",
4445 "workspace-hack",
4446 "zlog",
4447]
4448
4449[[package]]
4450name = "dap-types"
4451version = "0.0.1"
4452source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4453dependencies = [
4454 "schemars 1.0.1",
4455 "serde",
4456 "serde_json",
4457]
4458
4459[[package]]
4460name = "dap_adapters"
4461version = "0.1.0"
4462dependencies = [
4463 "anyhow",
4464 "async-trait",
4465 "collections",
4466 "dap",
4467 "dotenvy",
4468 "fs",
4469 "futures 0.3.31",
4470 "gpui",
4471 "json_dotpath",
4472 "language",
4473 "log",
4474 "paths",
4475 "serde",
4476 "serde_json",
4477 "shlex",
4478 "smol",
4479 "task",
4480 "util",
4481 "workspace-hack",
4482]
4483
4484[[package]]
4485name = "darling"
4486version = "0.20.11"
4487source = "registry+https://github.com/rust-lang/crates.io-index"
4488checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4489dependencies = [
4490 "darling_core",
4491 "darling_macro",
4492]
4493
4494[[package]]
4495name = "darling_core"
4496version = "0.20.11"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4499dependencies = [
4500 "fnv",
4501 "ident_case",
4502 "proc-macro2",
4503 "quote",
4504 "strsim",
4505 "syn 2.0.101",
4506]
4507
4508[[package]]
4509name = "darling_macro"
4510version = "0.20.11"
4511source = "registry+https://github.com/rust-lang/crates.io-index"
4512checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4513dependencies = [
4514 "darling_core",
4515 "quote",
4516 "syn 2.0.101",
4517]
4518
4519[[package]]
4520name = "dashmap"
4521version = "5.5.3"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4524dependencies = [
4525 "cfg-if",
4526 "hashbrown 0.14.5",
4527 "lock_api",
4528 "once_cell",
4529 "parking_lot_core",
4530]
4531
4532[[package]]
4533name = "dashmap"
4534version = "6.1.0"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4537dependencies = [
4538 "cfg-if",
4539 "crossbeam-utils",
4540 "hashbrown 0.14.5",
4541 "lock_api",
4542 "once_cell",
4543 "parking_lot_core",
4544]
4545
4546[[package]]
4547name = "dasp_sample"
4548version = "0.11.0"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4551
4552[[package]]
4553name = "data-encoding"
4554version = "2.9.0"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4557
4558[[package]]
4559name = "data-url"
4560version = "0.3.1"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4563
4564[[package]]
4565name = "db"
4566version = "0.1.0"
4567dependencies = [
4568 "anyhow",
4569 "gpui",
4570 "indoc",
4571 "log",
4572 "paths",
4573 "release_channel",
4574 "smol",
4575 "sqlez",
4576 "sqlez_macros",
4577 "tempfile",
4578 "util",
4579 "workspace-hack",
4580 "zed_env_vars",
4581]
4582
4583[[package]]
4584name = "dbus"
4585version = "0.9.7"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4588dependencies = [
4589 "libc",
4590 "libdbus-sys",
4591 "winapi",
4592]
4593
4594[[package]]
4595name = "debug_adapter_extension"
4596version = "0.1.0"
4597dependencies = [
4598 "anyhow",
4599 "async-trait",
4600 "dap",
4601 "extension",
4602 "gpui",
4603 "serde_json",
4604 "task",
4605 "util",
4606 "workspace-hack",
4607]
4608
4609[[package]]
4610name = "debugger_tools"
4611version = "0.1.0"
4612dependencies = [
4613 "anyhow",
4614 "dap",
4615 "editor",
4616 "futures 0.3.31",
4617 "gpui",
4618 "project",
4619 "serde_json",
4620 "settings",
4621 "smol",
4622 "util",
4623 "workspace",
4624 "workspace-hack",
4625]
4626
4627[[package]]
4628name = "debugger_ui"
4629version = "0.1.0"
4630dependencies = [
4631 "alacritty_terminal",
4632 "anyhow",
4633 "bitflags 2.9.0",
4634 "client",
4635 "collections",
4636 "command_palette_hooks",
4637 "dap",
4638 "dap_adapters",
4639 "db",
4640 "debugger_tools",
4641 "editor",
4642 "file_icons",
4643 "futures 0.3.31",
4644 "fuzzy",
4645 "gpui",
4646 "hex",
4647 "indoc",
4648 "itertools 0.14.0",
4649 "language",
4650 "log",
4651 "menu",
4652 "notifications",
4653 "parking_lot",
4654 "parse_int",
4655 "paths",
4656 "picker",
4657 "pretty_assertions",
4658 "project",
4659 "rpc",
4660 "schemars 1.0.1",
4661 "serde",
4662 "serde_json",
4663 "serde_json_lenient",
4664 "settings",
4665 "shlex",
4666 "sysinfo",
4667 "task",
4668 "tasks_ui",
4669 "telemetry",
4670 "terminal_view",
4671 "text",
4672 "theme",
4673 "tree-sitter",
4674 "tree-sitter-go",
4675 "tree-sitter-json",
4676 "ui",
4677 "unindent",
4678 "util",
4679 "workspace",
4680 "workspace-hack",
4681 "zed_actions",
4682 "zlog",
4683]
4684
4685[[package]]
4686name = "debugid"
4687version = "0.8.0"
4688source = "registry+https://github.com/rust-lang/crates.io-index"
4689checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4690dependencies = [
4691 "uuid",
4692]
4693
4694[[package]]
4695name = "deepseek"
4696version = "0.1.0"
4697dependencies = [
4698 "anyhow",
4699 "futures 0.3.31",
4700 "http_client",
4701 "schemars 1.0.1",
4702 "serde",
4703 "serde_json",
4704 "workspace-hack",
4705]
4706
4707[[package]]
4708name = "deflate64"
4709version = "0.1.9"
4710source = "registry+https://github.com/rust-lang/crates.io-index"
4711checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4712
4713[[package]]
4714name = "denoise"
4715version = "0.1.0"
4716dependencies = [
4717 "candle-core",
4718 "candle-onnx",
4719 "log",
4720 "realfft",
4721 "rodio",
4722 "rustfft",
4723 "thiserror 2.0.12",
4724 "workspace-hack",
4725]
4726
4727[[package]]
4728name = "der"
4729version = "0.6.1"
4730source = "registry+https://github.com/rust-lang/crates.io-index"
4731checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4732dependencies = [
4733 "const-oid",
4734 "zeroize",
4735]
4736
4737[[package]]
4738name = "der"
4739version = "0.7.10"
4740source = "registry+https://github.com/rust-lang/crates.io-index"
4741checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4742dependencies = [
4743 "const-oid",
4744 "pem-rfc7468",
4745 "zeroize",
4746]
4747
4748[[package]]
4749name = "deranged"
4750version = "0.4.0"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4753dependencies = [
4754 "powerfmt",
4755 "serde",
4756]
4757
4758[[package]]
4759name = "derive_arbitrary"
4760version = "1.4.2"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4763dependencies = [
4764 "proc-macro2",
4765 "quote",
4766 "syn 2.0.101",
4767]
4768
4769[[package]]
4770name = "derive_more"
4771version = "0.99.19"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
4773checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4774dependencies = [
4775 "convert_case 0.4.0",
4776 "proc-macro2",
4777 "quote",
4778 "rustc_version",
4779 "syn 2.0.101",
4780]
4781
4782[[package]]
4783name = "derive_refineable"
4784version = "0.1.0"
4785dependencies = [
4786 "proc-macro2",
4787 "quote",
4788 "syn 2.0.101",
4789 "workspace-hack",
4790]
4791
4792[[package]]
4793name = "diagnostics"
4794version = "0.1.0"
4795dependencies = [
4796 "anyhow",
4797 "client",
4798 "collections",
4799 "component",
4800 "ctor",
4801 "editor",
4802 "gpui",
4803 "indoc",
4804 "language",
4805 "log",
4806 "lsp",
4807 "markdown",
4808 "pretty_assertions",
4809 "project",
4810 "rand 0.9.1",
4811 "serde",
4812 "serde_json",
4813 "settings",
4814 "text",
4815 "theme",
4816 "ui",
4817 "unindent",
4818 "util",
4819 "workspace",
4820 "workspace-hack",
4821 "zlog",
4822]
4823
4824[[package]]
4825name = "dialoguer"
4826version = "0.11.0"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4829dependencies = [
4830 "console",
4831 "fuzzy-matcher",
4832 "shell-words",
4833 "tempfile",
4834 "thiserror 1.0.69",
4835 "zeroize",
4836]
4837
4838[[package]]
4839name = "diff"
4840version = "0.1.13"
4841source = "registry+https://github.com/rust-lang/crates.io-index"
4842checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4843
4844[[package]]
4845name = "diffy"
4846version = "0.4.2"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4849dependencies = [
4850 "nu-ansi-term",
4851]
4852
4853[[package]]
4854name = "digest"
4855version = "0.10.7"
4856source = "registry+https://github.com/rust-lang/crates.io-index"
4857checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4858dependencies = [
4859 "block-buffer",
4860 "const-oid",
4861 "crypto-common",
4862 "subtle",
4863]
4864
4865[[package]]
4866name = "dirs"
4867version = "4.0.0"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4870dependencies = [
4871 "dirs-sys 0.3.7",
4872]
4873
4874[[package]]
4875name = "dirs"
4876version = "5.0.1"
4877source = "registry+https://github.com/rust-lang/crates.io-index"
4878checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4879dependencies = [
4880 "dirs-sys 0.4.1",
4881]
4882
4883[[package]]
4884name = "dirs"
4885version = "6.0.0"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4888dependencies = [
4889 "dirs-sys 0.5.0",
4890]
4891
4892[[package]]
4893name = "dirs-sys"
4894version = "0.3.7"
4895source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4897dependencies = [
4898 "libc",
4899 "redox_users 0.4.6",
4900 "winapi",
4901]
4902
4903[[package]]
4904name = "dirs-sys"
4905version = "0.4.1"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4908dependencies = [
4909 "libc",
4910 "option-ext",
4911 "redox_users 0.4.6",
4912 "windows-sys 0.48.0",
4913]
4914
4915[[package]]
4916name = "dirs-sys"
4917version = "0.5.0"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4920dependencies = [
4921 "libc",
4922 "option-ext",
4923 "redox_users 0.5.0",
4924 "windows-sys 0.61.0",
4925]
4926
4927[[package]]
4928name = "dispatch"
4929version = "0.2.0"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4932
4933[[package]]
4934name = "dispatch2"
4935version = "0.3.0"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4938dependencies = [
4939 "bitflags 2.9.0",
4940 "objc2",
4941]
4942
4943[[package]]
4944name = "displaydoc"
4945version = "0.2.5"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4948dependencies = [
4949 "proc-macro2",
4950 "quote",
4951 "syn 2.0.101",
4952]
4953
4954[[package]]
4955name = "dlib"
4956version = "0.5.2"
4957source = "registry+https://github.com/rust-lang/crates.io-index"
4958checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4959dependencies = [
4960 "libloading",
4961]
4962
4963[[package]]
4964name = "docs_preprocessor"
4965version = "0.1.0"
4966dependencies = [
4967 "anyhow",
4968 "command_palette",
4969 "gpui",
4970 "mdbook",
4971 "regex",
4972 "serde",
4973 "serde_json",
4974 "settings",
4975 "util",
4976 "workspace-hack",
4977 "zed",
4978 "zlog",
4979]
4980
4981[[package]]
4982name = "documented"
4983version = "0.9.1"
4984source = "registry+https://github.com/rust-lang/crates.io-index"
4985checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4986dependencies = [
4987 "documented-macros",
4988 "phf",
4989 "thiserror 1.0.69",
4990]
4991
4992[[package]]
4993name = "documented-macros"
4994version = "0.9.1"
4995source = "registry+https://github.com/rust-lang/crates.io-index"
4996checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4997dependencies = [
4998 "convert_case 0.6.0",
4999 "itertools 0.13.0",
5000 "optfield",
5001 "proc-macro2",
5002 "quote",
5003 "strum 0.26.3",
5004 "syn 2.0.101",
5005]
5006
5007[[package]]
5008name = "dotenvy"
5009version = "0.15.7"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5012
5013[[package]]
5014name = "downcast-rs"
5015version = "1.2.1"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5018
5019[[package]]
5020name = "doxygen-rs"
5021version = "0.4.2"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5024dependencies = [
5025 "phf",
5026]
5027
5028[[package]]
5029name = "dtoa"
5030version = "1.0.10"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5033
5034[[package]]
5035name = "dtoa-short"
5036version = "0.3.5"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5039dependencies = [
5040 "dtoa",
5041]
5042
5043[[package]]
5044name = "dtor"
5045version = "0.0.6"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5048dependencies = [
5049 "dtor-proc-macro",
5050]
5051
5052[[package]]
5053name = "dtor-proc-macro"
5054version = "0.0.5"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5057
5058[[package]]
5059name = "dunce"
5060version = "1.0.5"
5061source = "registry+https://github.com/rust-lang/crates.io-index"
5062checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5063
5064[[package]]
5065name = "dwrote"
5066version = "0.11.3"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
5069dependencies = [
5070 "lazy_static",
5071 "libc",
5072 "winapi",
5073 "wio",
5074]
5075
5076[[package]]
5077name = "dyn-clone"
5078version = "1.0.19"
5079source = "registry+https://github.com/rust-lang/crates.io-index"
5080checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
5081
5082[[package]]
5083name = "dyn-stack"
5084version = "0.10.0"
5085source = "registry+https://github.com/rust-lang/crates.io-index"
5086checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5087dependencies = [
5088 "bytemuck",
5089 "reborrow",
5090]
5091
5092[[package]]
5093name = "dyn-stack"
5094version = "0.13.0"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
5097dependencies = [
5098 "bytemuck",
5099]
5100
5101[[package]]
5102name = "ec4rs"
5103version = "1.2.0"
5104source = "registry+https://github.com/rust-lang/crates.io-index"
5105checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5106
5107[[package]]
5108name = "ecdsa"
5109version = "0.14.8"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5112dependencies = [
5113 "der 0.6.1",
5114 "elliptic-curve",
5115 "rfc6979",
5116 "signature 1.6.4",
5117]
5118
5119[[package]]
5120name = "edit_prediction"
5121version = "0.1.0"
5122dependencies = [
5123 "client",
5124 "gpui",
5125 "language",
5126 "project",
5127 "workspace-hack",
5128]
5129
5130[[package]]
5131name = "edit_prediction_button"
5132version = "0.1.0"
5133dependencies = [
5134 "anyhow",
5135 "client",
5136 "cloud_llm_client",
5137 "copilot",
5138 "edit_prediction",
5139 "editor",
5140 "feature_flags",
5141 "fs",
5142 "futures 0.3.31",
5143 "gpui",
5144 "indoc",
5145 "language",
5146 "lsp",
5147 "paths",
5148 "project",
5149 "regex",
5150 "serde_json",
5151 "settings",
5152 "supermaven",
5153 "telemetry",
5154 "theme",
5155 "ui",
5156 "workspace",
5157 "workspace-hack",
5158 "zed_actions",
5159 "zeta",
5160]
5161
5162[[package]]
5163name = "edit_prediction_context"
5164version = "0.1.0"
5165dependencies = [
5166 "anyhow",
5167 "arrayvec",
5168 "clap",
5169 "cloud_llm_client",
5170 "collections",
5171 "futures 0.3.31",
5172 "gpui",
5173 "indoc",
5174 "itertools 0.14.0",
5175 "language",
5176 "log",
5177 "ordered-float 2.10.1",
5178 "pretty_assertions",
5179 "project",
5180 "regex",
5181 "serde",
5182 "serde_json",
5183 "settings",
5184 "slotmap",
5185 "strum 0.27.1",
5186 "text",
5187 "tree-sitter",
5188 "util",
5189 "workspace-hack",
5190 "zlog",
5191]
5192
5193[[package]]
5194name = "editor"
5195version = "0.1.0"
5196dependencies = [
5197 "aho-corasick",
5198 "anyhow",
5199 "assets",
5200 "buffer_diff",
5201 "client",
5202 "clock",
5203 "collections",
5204 "convert_case 0.8.0",
5205 "criterion",
5206 "ctor",
5207 "dap",
5208 "db",
5209 "edit_prediction",
5210 "emojis",
5211 "file_icons",
5212 "fs",
5213 "futures 0.3.31",
5214 "fuzzy",
5215 "git",
5216 "gpui",
5217 "http_client",
5218 "indoc",
5219 "itertools 0.14.0",
5220 "language",
5221 "languages",
5222 "linkify",
5223 "log",
5224 "lsp",
5225 "markdown",
5226 "menu",
5227 "multi_buffer",
5228 "ordered-float 2.10.1",
5229 "parking_lot",
5230 "pretty_assertions",
5231 "project",
5232 "rand 0.9.1",
5233 "regex",
5234 "release_channel",
5235 "rpc",
5236 "schemars 1.0.1",
5237 "serde",
5238 "serde_json",
5239 "settings",
5240 "smallvec",
5241 "smol",
5242 "snippet",
5243 "sum_tree",
5244 "task",
5245 "telemetry",
5246 "tempfile",
5247 "text",
5248 "theme",
5249 "time",
5250 "tree-sitter-bash",
5251 "tree-sitter-c",
5252 "tree-sitter-html",
5253 "tree-sitter-python",
5254 "tree-sitter-rust",
5255 "tree-sitter-typescript",
5256 "tree-sitter-yaml",
5257 "ui",
5258 "unicode-script",
5259 "unicode-segmentation",
5260 "unindent",
5261 "url",
5262 "util",
5263 "uuid",
5264 "vim_mode_setting",
5265 "workspace",
5266 "workspace-hack",
5267 "zed_actions",
5268 "zlog",
5269]
5270
5271[[package]]
5272name = "either"
5273version = "1.15.0"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5276dependencies = [
5277 "serde",
5278]
5279
5280[[package]]
5281name = "elasticlunr-rs"
5282version = "3.0.2"
5283source = "registry+https://github.com/rust-lang/crates.io-index"
5284checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5285dependencies = [
5286 "regex",
5287 "serde",
5288 "serde_derive",
5289 "serde_json",
5290]
5291
5292[[package]]
5293name = "elliptic-curve"
5294version = "0.12.3"
5295source = "registry+https://github.com/rust-lang/crates.io-index"
5296checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5297dependencies = [
5298 "base16ct",
5299 "crypto-bigint 0.4.9",
5300 "der 0.6.1",
5301 "digest",
5302 "ff",
5303 "generic-array",
5304 "group",
5305 "pkcs8 0.9.0",
5306 "rand_core 0.6.4",
5307 "sec1",
5308 "subtle",
5309 "zeroize",
5310]
5311
5312[[package]]
5313name = "email_address"
5314version = "0.2.9"
5315source = "registry+https://github.com/rust-lang/crates.io-index"
5316checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5317dependencies = [
5318 "serde",
5319]
5320
5321[[package]]
5322name = "embed-resource"
5323version = "3.0.2"
5324source = "registry+https://github.com/rust-lang/crates.io-index"
5325checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
5326dependencies = [
5327 "cc",
5328 "memchr",
5329 "rustc_version",
5330 "toml 0.8.20",
5331 "vswhom",
5332 "winreg 0.52.0",
5333]
5334
5335[[package]]
5336name = "embedded-io"
5337version = "0.4.0"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5340
5341[[package]]
5342name = "embedded-io"
5343version = "0.6.1"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5346
5347[[package]]
5348name = "emojis"
5349version = "0.6.4"
5350source = "registry+https://github.com/rust-lang/crates.io-index"
5351checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5352dependencies = [
5353 "phf",
5354]
5355
5356[[package]]
5357name = "encode_unicode"
5358version = "1.0.0"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5361
5362[[package]]
5363name = "encoding_rs"
5364version = "0.8.35"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5367dependencies = [
5368 "cfg-if",
5369]
5370
5371[[package]]
5372name = "endi"
5373version = "1.1.0"
5374source = "registry+https://github.com/rust-lang/crates.io-index"
5375checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5376
5377[[package]]
5378name = "enum-as-inner"
5379version = "0.6.1"
5380source = "registry+https://github.com/rust-lang/crates.io-index"
5381checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5382dependencies = [
5383 "heck 0.5.0",
5384 "proc-macro2",
5385 "quote",
5386 "syn 2.0.101",
5387]
5388
5389[[package]]
5390name = "enumflags2"
5391version = "0.7.11"
5392source = "registry+https://github.com/rust-lang/crates.io-index"
5393checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
5394dependencies = [
5395 "enumflags2_derive",
5396 "serde",
5397]
5398
5399[[package]]
5400name = "enumflags2_derive"
5401version = "0.7.11"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
5404dependencies = [
5405 "proc-macro2",
5406 "quote",
5407 "syn 2.0.101",
5408]
5409
5410[[package]]
5411name = "env_filter"
5412version = "0.1.3"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
5415dependencies = [
5416 "log",
5417 "regex",
5418]
5419
5420[[package]]
5421name = "env_logger"
5422version = "0.10.2"
5423source = "registry+https://github.com/rust-lang/crates.io-index"
5424checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5425dependencies = [
5426 "humantime",
5427 "is-terminal",
5428 "log",
5429 "regex",
5430 "termcolor",
5431]
5432
5433[[package]]
5434name = "env_logger"
5435version = "0.11.8"
5436source = "registry+https://github.com/rust-lang/crates.io-index"
5437checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5438dependencies = [
5439 "anstream",
5440 "anstyle",
5441 "env_filter",
5442 "jiff",
5443 "log",
5444]
5445
5446[[package]]
5447name = "envy"
5448version = "0.4.2"
5449source = "registry+https://github.com/rust-lang/crates.io-index"
5450checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5451dependencies = [
5452 "serde",
5453]
5454
5455[[package]]
5456name = "equivalent"
5457version = "1.0.2"
5458source = "registry+https://github.com/rust-lang/crates.io-index"
5459checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5460
5461[[package]]
5462name = "erased-serde"
5463version = "0.4.6"
5464source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
5466dependencies = [
5467 "serde",
5468 "typeid",
5469]
5470
5471[[package]]
5472name = "errno"
5473version = "0.2.8"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5476dependencies = [
5477 "errno-dragonfly",
5478 "libc",
5479 "winapi",
5480]
5481
5482[[package]]
5483name = "errno"
5484version = "0.3.11"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
5487dependencies = [
5488 "libc",
5489 "windows-sys 0.59.0",
5490]
5491
5492[[package]]
5493name = "errno-dragonfly"
5494version = "0.1.2"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5497dependencies = [
5498 "cc",
5499 "libc",
5500]
5501
5502[[package]]
5503name = "etagere"
5504version = "0.2.15"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5507dependencies = [
5508 "euclid",
5509 "svg_fmt",
5510]
5511
5512[[package]]
5513name = "etcetera"
5514version = "0.8.0"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5517dependencies = [
5518 "cfg-if",
5519 "home",
5520 "windows-sys 0.48.0",
5521]
5522
5523[[package]]
5524name = "euclid"
5525version = "0.22.11"
5526source = "registry+https://github.com/rust-lang/crates.io-index"
5527checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5528dependencies = [
5529 "num-traits",
5530]
5531
5532[[package]]
5533name = "eval"
5534version = "0.1.0"
5535dependencies = [
5536 "agent",
5537 "agent_settings",
5538 "agent_ui",
5539 "anyhow",
5540 "assistant_tool",
5541 "assistant_tools",
5542 "async-trait",
5543 "buffer_diff",
5544 "chrono",
5545 "clap",
5546 "client",
5547 "cloud_llm_client",
5548 "collections",
5549 "debug_adapter_extension",
5550 "dirs 4.0.0",
5551 "dotenvy",
5552 "env_logger 0.11.8",
5553 "extension",
5554 "fs",
5555 "futures 0.3.31",
5556 "gpui",
5557 "gpui_tokio",
5558 "handlebars 4.5.0",
5559 "language",
5560 "language_extension",
5561 "language_model",
5562 "language_models",
5563 "languages",
5564 "markdown",
5565 "node_runtime",
5566 "pathdiff",
5567 "paths",
5568 "pretty_assertions",
5569 "project",
5570 "prompt_store",
5571 "regex",
5572 "release_channel",
5573 "reqwest_client",
5574 "serde",
5575 "serde_json",
5576 "settings",
5577 "shellexpand 2.1.2",
5578 "smol",
5579 "telemetry",
5580 "terminal_view",
5581 "toml 0.8.20",
5582 "unindent",
5583 "util",
5584 "uuid",
5585 "watch",
5586 "workspace-hack",
5587]
5588
5589[[package]]
5590name = "event-listener"
5591version = "2.5.3"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5594
5595[[package]]
5596name = "event-listener"
5597version = "5.4.0"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5600dependencies = [
5601 "concurrent-queue",
5602 "parking",
5603 "pin-project-lite",
5604]
5605
5606[[package]]
5607name = "event-listener-strategy"
5608version = "0.5.4"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5611dependencies = [
5612 "event-listener 5.4.0",
5613 "pin-project-lite",
5614]
5615
5616[[package]]
5617name = "exec"
5618version = "0.3.1"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5621dependencies = [
5622 "errno 0.2.8",
5623 "libc",
5624]
5625
5626[[package]]
5627name = "explorer_command_injector"
5628version = "0.1.0"
5629dependencies = [
5630 "windows 0.61.1",
5631 "windows-core 0.61.0",
5632 "windows-registry 0.5.1",
5633 "workspace-hack",
5634]
5635
5636[[package]]
5637name = "exr"
5638version = "1.73.0"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5641dependencies = [
5642 "bit_field",
5643 "half",
5644 "lebe",
5645 "miniz_oxide",
5646 "rayon-core",
5647 "smallvec",
5648 "zune-inflate",
5649]
5650
5651[[package]]
5652name = "extended"
5653version = "0.1.0"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5656
5657[[package]]
5658name = "extension"
5659version = "0.1.0"
5660dependencies = [
5661 "anyhow",
5662 "async-compression",
5663 "async-tar",
5664 "async-trait",
5665 "collections",
5666 "dap",
5667 "fs",
5668 "futures 0.3.31",
5669 "gpui",
5670 "heck 0.5.0",
5671 "http_client",
5672 "language",
5673 "log",
5674 "lsp",
5675 "parking_lot",
5676 "pretty_assertions",
5677 "semantic_version",
5678 "serde",
5679 "serde_json",
5680 "task",
5681 "toml 0.8.20",
5682 "url",
5683 "util",
5684 "wasm-encoder 0.221.3",
5685 "wasmparser 0.221.3",
5686 "workspace-hack",
5687]
5688
5689[[package]]
5690name = "extension_cli"
5691version = "0.1.0"
5692dependencies = [
5693 "anyhow",
5694 "clap",
5695 "env_logger 0.11.8",
5696 "extension",
5697 "fs",
5698 "gpui",
5699 "language",
5700 "log",
5701 "reqwest_client",
5702 "rpc",
5703 "serde",
5704 "serde_json",
5705 "theme",
5706 "tokio",
5707 "toml 0.8.20",
5708 "tree-sitter",
5709 "wasmtime",
5710 "workspace-hack",
5711]
5712
5713[[package]]
5714name = "extension_host"
5715version = "0.1.0"
5716dependencies = [
5717 "anyhow",
5718 "async-compression",
5719 "async-tar",
5720 "async-trait",
5721 "client",
5722 "collections",
5723 "criterion",
5724 "ctor",
5725 "dap",
5726 "extension",
5727 "fs",
5728 "futures 0.3.31",
5729 "gpui",
5730 "http_client",
5731 "language",
5732 "language_extension",
5733 "log",
5734 "lsp",
5735 "moka",
5736 "node_runtime",
5737 "parking_lot",
5738 "paths",
5739 "project",
5740 "rand 0.9.1",
5741 "release_channel",
5742 "remote",
5743 "reqwest_client",
5744 "semantic_version",
5745 "serde",
5746 "serde_json",
5747 "serde_json_lenient",
5748 "settings",
5749 "task",
5750 "telemetry",
5751 "tempfile",
5752 "theme",
5753 "theme_extension",
5754 "toml 0.8.20",
5755 "url",
5756 "util",
5757 "wasmparser 0.221.3",
5758 "wasmtime",
5759 "wasmtime-wasi",
5760 "workspace-hack",
5761 "zlog",
5762]
5763
5764[[package]]
5765name = "extensions_ui"
5766version = "0.1.0"
5767dependencies = [
5768 "anyhow",
5769 "client",
5770 "collections",
5771 "db",
5772 "editor",
5773 "extension",
5774 "extension_host",
5775 "fs",
5776 "fuzzy",
5777 "gpui",
5778 "language",
5779 "log",
5780 "num-format",
5781 "picker",
5782 "project",
5783 "release_channel",
5784 "semantic_version",
5785 "serde",
5786 "settings",
5787 "smallvec",
5788 "strum 0.27.1",
5789 "telemetry",
5790 "theme",
5791 "ui",
5792 "util",
5793 "vim_mode_setting",
5794 "workspace",
5795 "workspace-hack",
5796 "zed_actions",
5797]
5798
5799[[package]]
5800name = "fallible-iterator"
5801version = "0.3.0"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5804
5805[[package]]
5806name = "fancy-regex"
5807version = "0.13.0"
5808source = "registry+https://github.com/rust-lang/crates.io-index"
5809checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5810dependencies = [
5811 "bit-set 0.5.3",
5812 "regex-automata",
5813 "regex-syntax",
5814]
5815
5816[[package]]
5817name = "fancy-regex"
5818version = "0.14.0"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5821dependencies = [
5822 "bit-set 0.8.0",
5823 "regex-automata",
5824 "regex-syntax",
5825]
5826
5827[[package]]
5828name = "fast-srgb8"
5829version = "1.0.0"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
5831checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5832
5833[[package]]
5834name = "fastrand"
5835version = "1.9.0"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5838dependencies = [
5839 "instant",
5840]
5841
5842[[package]]
5843name = "fastrand"
5844version = "2.3.0"
5845source = "registry+https://github.com/rust-lang/crates.io-index"
5846checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5847
5848[[package]]
5849name = "fd-lock"
5850version = "4.0.4"
5851source = "registry+https://github.com/rust-lang/crates.io-index"
5852checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5853dependencies = [
5854 "cfg-if",
5855 "rustix 1.0.7",
5856 "windows-sys 0.59.0",
5857]
5858
5859[[package]]
5860name = "fdeflate"
5861version = "0.3.7"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5864dependencies = [
5865 "simd-adler32",
5866]
5867
5868[[package]]
5869name = "feature_flags"
5870version = "0.1.0"
5871dependencies = [
5872 "futures 0.3.31",
5873 "gpui",
5874 "smol",
5875 "workspace-hack",
5876]
5877
5878[[package]]
5879name = "feedback"
5880version = "0.1.0"
5881dependencies = [
5882 "editor",
5883 "gpui",
5884 "menu",
5885 "system_specs",
5886 "ui",
5887 "urlencoding",
5888 "util",
5889 "workspace",
5890 "workspace-hack",
5891 "zed_actions",
5892]
5893
5894[[package]]
5895name = "ff"
5896version = "0.12.1"
5897source = "registry+https://github.com/rust-lang/crates.io-index"
5898checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5899dependencies = [
5900 "rand_core 0.6.4",
5901 "subtle",
5902]
5903
5904[[package]]
5905name = "file_finder"
5906version = "0.1.0"
5907dependencies = [
5908 "anyhow",
5909 "collections",
5910 "ctor",
5911 "editor",
5912 "file_icons",
5913 "futures 0.3.31",
5914 "fuzzy",
5915 "gpui",
5916 "language",
5917 "menu",
5918 "picker",
5919 "pretty_assertions",
5920 "project",
5921 "schemars 1.0.1",
5922 "search",
5923 "serde",
5924 "serde_json",
5925 "settings",
5926 "text",
5927 "theme",
5928 "ui",
5929 "util",
5930 "workspace",
5931 "workspace-hack",
5932 "zlog",
5933]
5934
5935[[package]]
5936name = "file_icons"
5937version = "0.1.0"
5938dependencies = [
5939 "gpui",
5940 "serde",
5941 "settings",
5942 "theme",
5943 "util",
5944 "workspace-hack",
5945]
5946
5947[[package]]
5948name = "filedescriptor"
5949version = "0.8.3"
5950source = "registry+https://github.com/rust-lang/crates.io-index"
5951checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5952dependencies = [
5953 "libc",
5954 "thiserror 1.0.69",
5955 "winapi",
5956]
5957
5958[[package]]
5959name = "filetime"
5960version = "0.2.25"
5961source = "registry+https://github.com/rust-lang/crates.io-index"
5962checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5963dependencies = [
5964 "cfg-if",
5965 "libc",
5966 "libredox",
5967 "windows-sys 0.59.0",
5968]
5969
5970[[package]]
5971name = "fixedbitset"
5972version = "0.4.2"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5975
5976[[package]]
5977name = "flate2"
5978version = "1.1.1"
5979source = "registry+https://github.com/rust-lang/crates.io-index"
5980checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5981dependencies = [
5982 "crc32fast",
5983 "miniz_oxide",
5984]
5985
5986[[package]]
5987name = "float-cmp"
5988version = "0.9.0"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5991
5992[[package]]
5993name = "float-ord"
5994version = "0.3.2"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5997
5998[[package]]
5999name = "float8"
6000version = "0.4.2"
6001source = "registry+https://github.com/rust-lang/crates.io-index"
6002checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6003dependencies = [
6004 "half",
6005 "num-traits",
6006 "rand 0.9.1",
6007 "rand_distr",
6008]
6009
6010[[package]]
6011name = "float_next_after"
6012version = "1.0.0"
6013source = "registry+https://github.com/rust-lang/crates.io-index"
6014checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6015
6016[[package]]
6017name = "fluent-uri"
6018version = "0.3.2"
6019source = "registry+https://github.com/rust-lang/crates.io-index"
6020checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
6021dependencies = [
6022 "borrow-or-share",
6023 "ref-cast",
6024 "serde",
6025]
6026
6027[[package]]
6028name = "flume"
6029version = "0.11.1"
6030source = "registry+https://github.com/rust-lang/crates.io-index"
6031checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6032dependencies = [
6033 "futures-core",
6034 "futures-sink",
6035 "nanorand",
6036 "spin",
6037]
6038
6039[[package]]
6040name = "fnv"
6041version = "1.0.7"
6042source = "registry+https://github.com/rust-lang/crates.io-index"
6043checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6044
6045[[package]]
6046name = "foldhash"
6047version = "0.1.5"
6048source = "registry+https://github.com/rust-lang/crates.io-index"
6049checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6050
6051[[package]]
6052name = "font-kit"
6053version = "0.14.1"
6054source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
6055dependencies = [
6056 "bitflags 2.9.0",
6057 "byteorder",
6058 "core-foundation 0.10.0",
6059 "core-graphics 0.24.0",
6060 "core-text",
6061 "dirs 5.0.1",
6062 "dwrote",
6063 "float-ord",
6064 "freetype-sys",
6065 "lazy_static",
6066 "libc",
6067 "log",
6068 "pathfinder_geometry",
6069 "pathfinder_simd",
6070 "walkdir",
6071 "winapi",
6072 "yeslogic-fontconfig-sys",
6073]
6074
6075[[package]]
6076name = "font-types"
6077version = "0.8.4"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
6080dependencies = [
6081 "bytemuck",
6082]
6083
6084[[package]]
6085name = "fontconfig-parser"
6086version = "0.5.7"
6087source = "registry+https://github.com/rust-lang/crates.io-index"
6088checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
6089dependencies = [
6090 "roxmltree",
6091]
6092
6093[[package]]
6094name = "fontdb"
6095version = "0.16.2"
6096source = "registry+https://github.com/rust-lang/crates.io-index"
6097checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6098dependencies = [
6099 "fontconfig-parser",
6100 "log",
6101 "memmap2",
6102 "slotmap",
6103 "tinyvec",
6104 "ttf-parser 0.20.0",
6105]
6106
6107[[package]]
6108name = "fontdb"
6109version = "0.23.0"
6110source = "registry+https://github.com/rust-lang/crates.io-index"
6111checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6112dependencies = [
6113 "fontconfig-parser",
6114 "log",
6115 "memmap2",
6116 "slotmap",
6117 "tinyvec",
6118 "ttf-parser 0.25.1",
6119]
6120
6121[[package]]
6122name = "foreign-types"
6123version = "0.3.2"
6124source = "registry+https://github.com/rust-lang/crates.io-index"
6125checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6126dependencies = [
6127 "foreign-types-shared 0.1.1",
6128]
6129
6130[[package]]
6131name = "foreign-types"
6132version = "0.5.0"
6133source = "registry+https://github.com/rust-lang/crates.io-index"
6134checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6135dependencies = [
6136 "foreign-types-macros",
6137 "foreign-types-shared 0.3.1",
6138]
6139
6140[[package]]
6141name = "foreign-types-macros"
6142version = "0.2.3"
6143source = "registry+https://github.com/rust-lang/crates.io-index"
6144checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6145dependencies = [
6146 "proc-macro2",
6147 "quote",
6148 "syn 2.0.101",
6149]
6150
6151[[package]]
6152name = "foreign-types-shared"
6153version = "0.1.1"
6154source = "registry+https://github.com/rust-lang/crates.io-index"
6155checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6156
6157[[package]]
6158name = "foreign-types-shared"
6159version = "0.3.1"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6162
6163[[package]]
6164name = "fork"
6165version = "0.2.0"
6166source = "registry+https://github.com/rust-lang/crates.io-index"
6167checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
6168dependencies = [
6169 "libc",
6170]
6171
6172[[package]]
6173name = "form_urlencoded"
6174version = "1.2.1"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
6177dependencies = [
6178 "percent-encoding",
6179]
6180
6181[[package]]
6182name = "fraction"
6183version = "0.15.3"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6186dependencies = [
6187 "lazy_static",
6188 "num",
6189]
6190
6191[[package]]
6192name = "freetype-sys"
6193version = "0.20.1"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6196dependencies = [
6197 "cc",
6198 "libc",
6199 "pkg-config",
6200]
6201
6202[[package]]
6203name = "fs"
6204version = "0.1.0"
6205dependencies = [
6206 "anyhow",
6207 "ashpd 0.11.0",
6208 "async-tar",
6209 "async-trait",
6210 "cocoa 0.26.0",
6211 "collections",
6212 "fsevent",
6213 "futures 0.3.31",
6214 "git",
6215 "gpui",
6216 "ignore",
6217 "libc",
6218 "log",
6219 "notify 8.0.0",
6220 "objc",
6221 "parking_lot",
6222 "paths",
6223 "proto",
6224 "rope",
6225 "serde",
6226 "serde_json",
6227 "smol",
6228 "tempfile",
6229 "text",
6230 "time",
6231 "util",
6232 "windows 0.61.1",
6233 "workspace-hack",
6234]
6235
6236[[package]]
6237name = "fs-set-times"
6238version = "0.20.3"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6241dependencies = [
6242 "io-lifetimes",
6243 "rustix 1.0.7",
6244 "windows-sys 0.59.0",
6245]
6246
6247[[package]]
6248name = "fs2"
6249version = "0.4.3"
6250source = "registry+https://github.com/rust-lang/crates.io-index"
6251checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6252dependencies = [
6253 "libc",
6254 "winapi",
6255]
6256
6257[[package]]
6258name = "fs_extra"
6259version = "1.3.0"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6262
6263[[package]]
6264name = "fsevent"
6265version = "0.1.0"
6266dependencies = [
6267 "bitflags 2.9.0",
6268 "core-foundation 0.10.0",
6269 "fsevent-sys 3.1.0",
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.14.2"
6943source = "registry+https://github.com/rust-lang/crates.io-index"
6944checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
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 "profiling",
7090 "rand 0.9.1",
7091 "raw-window-handle",
7092 "refineable",
7093 "reqwest_client",
7094 "resvg",
7095 "scap",
7096 "schemars 1.0.1",
7097 "seahash",
7098 "semantic_version",
7099 "serde",
7100 "serde_json",
7101 "slotmap",
7102 "smallvec",
7103 "smol",
7104 "stacksafe",
7105 "strum 0.27.1",
7106 "sum_tree",
7107 "taffy",
7108 "thiserror 2.0.12",
7109 "unicode-segmentation",
7110 "usvg",
7111 "util",
7112 "util_macros",
7113 "uuid",
7114 "waker-fn",
7115 "wayland-backend",
7116 "wayland-client",
7117 "wayland-cursor",
7118 "wayland-protocols",
7119 "wayland-protocols-plasma",
7120 "windows 0.61.1",
7121 "windows-core 0.61.0",
7122 "windows-numerics",
7123 "windows-registry 0.5.1",
7124 "workspace-hack",
7125 "x11-clipboard",
7126 "x11rb",
7127 "xim",
7128 "xkbcommon",
7129]
7130
7131[[package]]
7132name = "gpui_macros"
7133version = "0.1.0"
7134dependencies = [
7135 "gpui",
7136 "heck 0.5.0",
7137 "proc-macro2",
7138 "quote",
7139 "syn 2.0.101",
7140 "workspace-hack",
7141]
7142
7143[[package]]
7144name = "gpui_tokio"
7145version = "0.1.0"
7146dependencies = [
7147 "anyhow",
7148 "gpui",
7149 "tokio",
7150 "util",
7151 "workspace-hack",
7152]
7153
7154[[package]]
7155name = "grid"
7156version = "0.18.0"
7157source = "registry+https://github.com/rust-lang/crates.io-index"
7158checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7159
7160[[package]]
7161name = "group"
7162version = "0.12.1"
7163source = "registry+https://github.com/rust-lang/crates.io-index"
7164checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7165dependencies = [
7166 "ff",
7167 "rand_core 0.6.4",
7168 "subtle",
7169]
7170
7171[[package]]
7172name = "h2"
7173version = "0.3.26"
7174source = "registry+https://github.com/rust-lang/crates.io-index"
7175checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7176dependencies = [
7177 "bytes 1.10.1",
7178 "fnv",
7179 "futures-core",
7180 "futures-sink",
7181 "futures-util",
7182 "http 0.2.12",
7183 "indexmap 2.9.0",
7184 "slab",
7185 "tokio",
7186 "tokio-util",
7187 "tracing",
7188]
7189
7190[[package]]
7191name = "h2"
7192version = "0.4.9"
7193source = "registry+https://github.com/rust-lang/crates.io-index"
7194checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7195dependencies = [
7196 "atomic-waker",
7197 "bytes 1.10.1",
7198 "fnv",
7199 "futures-core",
7200 "futures-sink",
7201 "http 1.3.1",
7202 "indexmap 2.9.0",
7203 "slab",
7204 "tokio",
7205 "tokio-util",
7206 "tracing",
7207]
7208
7209[[package]]
7210name = "half"
7211version = "2.6.0"
7212source = "registry+https://github.com/rust-lang/crates.io-index"
7213checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7214dependencies = [
7215 "bytemuck",
7216 "cfg-if",
7217 "crunchy",
7218 "num-traits",
7219 "rand 0.9.1",
7220 "rand_distr",
7221]
7222
7223[[package]]
7224name = "handlebars"
7225version = "4.5.0"
7226source = "registry+https://github.com/rust-lang/crates.io-index"
7227checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7228dependencies = [
7229 "log",
7230 "pest",
7231 "pest_derive",
7232 "rust-embed",
7233 "serde",
7234 "serde_json",
7235 "thiserror 1.0.69",
7236]
7237
7238[[package]]
7239name = "handlebars"
7240version = "5.1.2"
7241source = "registry+https://github.com/rust-lang/crates.io-index"
7242checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7243dependencies = [
7244 "log",
7245 "pest",
7246 "pest_derive",
7247 "serde",
7248 "serde_json",
7249 "thiserror 1.0.69",
7250]
7251
7252[[package]]
7253name = "hashbrown"
7254version = "0.12.3"
7255source = "registry+https://github.com/rust-lang/crates.io-index"
7256checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7257dependencies = [
7258 "ahash 0.7.8",
7259]
7260
7261[[package]]
7262name = "hashbrown"
7263version = "0.14.5"
7264source = "registry+https://github.com/rust-lang/crates.io-index"
7265checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7266dependencies = [
7267 "ahash 0.8.11",
7268 "allocator-api2",
7269]
7270
7271[[package]]
7272name = "hashbrown"
7273version = "0.15.3"
7274source = "registry+https://github.com/rust-lang/crates.io-index"
7275checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7276dependencies = [
7277 "allocator-api2",
7278 "equivalent",
7279 "foldhash",
7280 "serde",
7281]
7282
7283[[package]]
7284name = "hashlink"
7285version = "0.8.4"
7286source = "registry+https://github.com/rust-lang/crates.io-index"
7287checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7288dependencies = [
7289 "hashbrown 0.14.5",
7290]
7291
7292[[package]]
7293name = "hashlink"
7294version = "0.10.0"
7295source = "registry+https://github.com/rust-lang/crates.io-index"
7296checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7297dependencies = [
7298 "hashbrown 0.15.3",
7299]
7300
7301[[package]]
7302name = "headers"
7303version = "0.3.9"
7304source = "registry+https://github.com/rust-lang/crates.io-index"
7305checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7306dependencies = [
7307 "base64 0.21.7",
7308 "bytes 1.10.1",
7309 "headers-core",
7310 "http 0.2.12",
7311 "httpdate",
7312 "mime",
7313 "sha1",
7314]
7315
7316[[package]]
7317name = "headers-core"
7318version = "0.2.0"
7319source = "registry+https://github.com/rust-lang/crates.io-index"
7320checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7321dependencies = [
7322 "http 0.2.12",
7323]
7324
7325[[package]]
7326name = "heck"
7327version = "0.3.3"
7328source = "registry+https://github.com/rust-lang/crates.io-index"
7329checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7330dependencies = [
7331 "unicode-segmentation",
7332]
7333
7334[[package]]
7335name = "heck"
7336version = "0.4.1"
7337source = "registry+https://github.com/rust-lang/crates.io-index"
7338checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7339dependencies = [
7340 "unicode-segmentation",
7341]
7342
7343[[package]]
7344name = "heck"
7345version = "0.5.0"
7346source = "registry+https://github.com/rust-lang/crates.io-index"
7347checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7348
7349[[package]]
7350name = "heed"
7351version = "0.21.0"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7354dependencies = [
7355 "bitflags 2.9.0",
7356 "byteorder",
7357 "heed-traits",
7358 "heed-types",
7359 "libc",
7360 "lmdb-master-sys",
7361 "once_cell",
7362 "page_size",
7363 "serde",
7364 "synchronoise",
7365 "url",
7366]
7367
7368[[package]]
7369name = "heed-traits"
7370version = "0.20.0"
7371source = "registry+https://github.com/rust-lang/crates.io-index"
7372checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7373
7374[[package]]
7375name = "heed-types"
7376version = "0.21.0"
7377source = "registry+https://github.com/rust-lang/crates.io-index"
7378checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7379dependencies = [
7380 "bincode",
7381 "byteorder",
7382 "heed-traits",
7383 "serde",
7384 "serde_json",
7385]
7386
7387[[package]]
7388name = "hermit-abi"
7389version = "0.3.9"
7390source = "registry+https://github.com/rust-lang/crates.io-index"
7391checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7392
7393[[package]]
7394name = "hermit-abi"
7395version = "0.5.0"
7396source = "registry+https://github.com/rust-lang/crates.io-index"
7397checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7398
7399[[package]]
7400name = "hex"
7401version = "0.4.3"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7404
7405[[package]]
7406name = "hexf-parse"
7407version = "0.2.1"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7410
7411[[package]]
7412name = "hidden-trait"
7413version = "0.1.2"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7416dependencies = [
7417 "proc-macro2",
7418 "quote",
7419 "syn 1.0.109",
7420]
7421
7422[[package]]
7423name = "hkdf"
7424version = "0.12.4"
7425source = "registry+https://github.com/rust-lang/crates.io-index"
7426checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7427dependencies = [
7428 "hmac",
7429]
7430
7431[[package]]
7432name = "hmac"
7433version = "0.12.1"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7436dependencies = [
7437 "digest",
7438]
7439
7440[[package]]
7441name = "home"
7442version = "0.5.11"
7443source = "registry+https://github.com/rust-lang/crates.io-index"
7444checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7445dependencies = [
7446 "windows-sys 0.59.0",
7447]
7448
7449[[package]]
7450name = "hound"
7451version = "3.5.1"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7454
7455[[package]]
7456name = "html5ever"
7457version = "0.27.0"
7458source = "registry+https://github.com/rust-lang/crates.io-index"
7459checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7460dependencies = [
7461 "log",
7462 "mac",
7463 "markup5ever 0.12.1",
7464 "proc-macro2",
7465 "quote",
7466 "syn 2.0.101",
7467]
7468
7469[[package]]
7470name = "html5ever"
7471version = "0.31.0"
7472source = "registry+https://github.com/rust-lang/crates.io-index"
7473checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7474dependencies = [
7475 "log",
7476 "mac",
7477 "markup5ever 0.16.1",
7478 "match_token",
7479]
7480
7481[[package]]
7482name = "html_to_markdown"
7483version = "0.1.0"
7484dependencies = [
7485 "anyhow",
7486 "html5ever 0.27.0",
7487 "indoc",
7488 "markup5ever_rcdom",
7489 "pretty_assertions",
7490 "regex",
7491 "workspace-hack",
7492]
7493
7494[[package]]
7495name = "http"
7496version = "0.2.12"
7497source = "registry+https://github.com/rust-lang/crates.io-index"
7498checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7499dependencies = [
7500 "bytes 1.10.1",
7501 "fnv",
7502 "itoa",
7503]
7504
7505[[package]]
7506name = "http"
7507version = "1.3.1"
7508source = "registry+https://github.com/rust-lang/crates.io-index"
7509checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7510dependencies = [
7511 "bytes 1.10.1",
7512 "fnv",
7513 "itoa",
7514]
7515
7516[[package]]
7517name = "http-body"
7518version = "0.4.6"
7519source = "registry+https://github.com/rust-lang/crates.io-index"
7520checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7521dependencies = [
7522 "bytes 1.10.1",
7523 "http 0.2.12",
7524 "pin-project-lite",
7525]
7526
7527[[package]]
7528name = "http-body"
7529version = "1.0.1"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7532dependencies = [
7533 "bytes 1.10.1",
7534 "http 1.3.1",
7535]
7536
7537[[package]]
7538name = "http-body-util"
7539version = "0.1.3"
7540source = "registry+https://github.com/rust-lang/crates.io-index"
7541checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7542dependencies = [
7543 "bytes 1.10.1",
7544 "futures-core",
7545 "http 1.3.1",
7546 "http-body 1.0.1",
7547 "pin-project-lite",
7548]
7549
7550[[package]]
7551name = "http-range-header"
7552version = "0.3.1"
7553source = "registry+https://github.com/rust-lang/crates.io-index"
7554checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7555
7556[[package]]
7557name = "http_client"
7558version = "0.1.0"
7559dependencies = [
7560 "anyhow",
7561 "bytes 1.10.1",
7562 "derive_more",
7563 "futures 0.3.31",
7564 "http 1.3.1",
7565 "http-body 1.0.1",
7566 "log",
7567 "parking_lot",
7568 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
7569 "serde",
7570 "serde_json",
7571 "url",
7572 "workspace-hack",
7573]
7574
7575[[package]]
7576name = "http_client_tls"
7577version = "0.1.0"
7578dependencies = [
7579 "rustls 0.23.26",
7580 "rustls-platform-verifier",
7581 "workspace-hack",
7582]
7583
7584[[package]]
7585name = "httparse"
7586version = "1.10.1"
7587source = "registry+https://github.com/rust-lang/crates.io-index"
7588checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7589
7590[[package]]
7591name = "httpdate"
7592version = "1.0.3"
7593source = "registry+https://github.com/rust-lang/crates.io-index"
7594checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7595
7596[[package]]
7597name = "human_bytes"
7598version = "0.4.3"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7601
7602[[package]]
7603name = "humantime"
7604version = "2.2.0"
7605source = "registry+https://github.com/rust-lang/crates.io-index"
7606checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7607
7608[[package]]
7609name = "hyper"
7610version = "0.14.32"
7611source = "registry+https://github.com/rust-lang/crates.io-index"
7612checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7613dependencies = [
7614 "bytes 1.10.1",
7615 "futures-channel",
7616 "futures-core",
7617 "futures-util",
7618 "h2 0.3.26",
7619 "http 0.2.12",
7620 "http-body 0.4.6",
7621 "httparse",
7622 "httpdate",
7623 "itoa",
7624 "pin-project-lite",
7625 "socket2",
7626 "tokio",
7627 "tower-service",
7628 "tracing",
7629 "want",
7630]
7631
7632[[package]]
7633name = "hyper"
7634version = "1.6.0"
7635source = "registry+https://github.com/rust-lang/crates.io-index"
7636checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7637dependencies = [
7638 "bytes 1.10.1",
7639 "futures-channel",
7640 "futures-util",
7641 "h2 0.4.9",
7642 "http 1.3.1",
7643 "http-body 1.0.1",
7644 "httparse",
7645 "itoa",
7646 "pin-project-lite",
7647 "smallvec",
7648 "tokio",
7649 "want",
7650]
7651
7652[[package]]
7653name = "hyper-rustls"
7654version = "0.24.2"
7655source = "registry+https://github.com/rust-lang/crates.io-index"
7656checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7657dependencies = [
7658 "futures-util",
7659 "http 0.2.12",
7660 "hyper 0.14.32",
7661 "log",
7662 "rustls 0.21.12",
7663 "rustls-native-certs 0.6.3",
7664 "tokio",
7665 "tokio-rustls 0.24.1",
7666]
7667
7668[[package]]
7669name = "hyper-rustls"
7670version = "0.27.5"
7671source = "registry+https://github.com/rust-lang/crates.io-index"
7672checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7673dependencies = [
7674 "futures-util",
7675 "http 1.3.1",
7676 "hyper 1.6.0",
7677 "hyper-util",
7678 "rustls 0.23.26",
7679 "rustls-native-certs 0.8.1",
7680 "rustls-pki-types",
7681 "tokio",
7682 "tokio-rustls 0.26.2",
7683 "tower-service",
7684]
7685
7686[[package]]
7687name = "hyper-tls"
7688version = "0.5.0"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7691dependencies = [
7692 "bytes 1.10.1",
7693 "hyper 0.14.32",
7694 "native-tls",
7695 "tokio",
7696 "tokio-native-tls",
7697]
7698
7699[[package]]
7700name = "hyper-util"
7701version = "0.1.11"
7702source = "registry+https://github.com/rust-lang/crates.io-index"
7703checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7704dependencies = [
7705 "bytes 1.10.1",
7706 "futures-channel",
7707 "futures-util",
7708 "http 1.3.1",
7709 "http-body 1.0.1",
7710 "hyper 1.6.0",
7711 "libc",
7712 "pin-project-lite",
7713 "socket2",
7714 "tokio",
7715 "tower-service",
7716 "tracing",
7717]
7718
7719[[package]]
7720name = "iana-time-zone"
7721version = "0.1.63"
7722source = "registry+https://github.com/rust-lang/crates.io-index"
7723checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7724dependencies = [
7725 "android_system_properties",
7726 "core-foundation-sys",
7727 "iana-time-zone-haiku",
7728 "js-sys",
7729 "log",
7730 "wasm-bindgen",
7731 "windows-core 0.61.0",
7732]
7733
7734[[package]]
7735name = "iana-time-zone-haiku"
7736version = "0.1.2"
7737source = "registry+https://github.com/rust-lang/crates.io-index"
7738checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7739dependencies = [
7740 "cc",
7741]
7742
7743[[package]]
7744name = "icons"
7745version = "0.1.0"
7746dependencies = [
7747 "serde",
7748 "strum 0.27.1",
7749 "workspace-hack",
7750]
7751
7752[[package]]
7753name = "icu_collections"
7754version = "1.5.0"
7755source = "registry+https://github.com/rust-lang/crates.io-index"
7756checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7757dependencies = [
7758 "displaydoc",
7759 "yoke",
7760 "zerofrom",
7761 "zerovec",
7762]
7763
7764[[package]]
7765name = "icu_locid"
7766version = "1.5.0"
7767source = "registry+https://github.com/rust-lang/crates.io-index"
7768checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7769dependencies = [
7770 "displaydoc",
7771 "litemap",
7772 "tinystr",
7773 "writeable",
7774 "zerovec",
7775]
7776
7777[[package]]
7778name = "icu_locid_transform"
7779version = "1.5.0"
7780source = "registry+https://github.com/rust-lang/crates.io-index"
7781checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7782dependencies = [
7783 "displaydoc",
7784 "icu_locid",
7785 "icu_locid_transform_data",
7786 "icu_provider",
7787 "tinystr",
7788 "zerovec",
7789]
7790
7791[[package]]
7792name = "icu_locid_transform_data"
7793version = "1.5.1"
7794source = "registry+https://github.com/rust-lang/crates.io-index"
7795checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7796
7797[[package]]
7798name = "icu_normalizer"
7799version = "1.5.0"
7800source = "registry+https://github.com/rust-lang/crates.io-index"
7801checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7802dependencies = [
7803 "displaydoc",
7804 "icu_collections",
7805 "icu_normalizer_data",
7806 "icu_properties",
7807 "icu_provider",
7808 "smallvec",
7809 "utf16_iter",
7810 "utf8_iter",
7811 "write16",
7812 "zerovec",
7813]
7814
7815[[package]]
7816name = "icu_normalizer_data"
7817version = "1.5.1"
7818source = "registry+https://github.com/rust-lang/crates.io-index"
7819checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7820
7821[[package]]
7822name = "icu_properties"
7823version = "1.5.1"
7824source = "registry+https://github.com/rust-lang/crates.io-index"
7825checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7826dependencies = [
7827 "displaydoc",
7828 "icu_collections",
7829 "icu_locid_transform",
7830 "icu_properties_data",
7831 "icu_provider",
7832 "tinystr",
7833 "zerovec",
7834]
7835
7836[[package]]
7837name = "icu_properties_data"
7838version = "1.5.1"
7839source = "registry+https://github.com/rust-lang/crates.io-index"
7840checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7841
7842[[package]]
7843name = "icu_provider"
7844version = "1.5.0"
7845source = "registry+https://github.com/rust-lang/crates.io-index"
7846checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7847dependencies = [
7848 "displaydoc",
7849 "icu_locid",
7850 "icu_provider_macros",
7851 "stable_deref_trait",
7852 "tinystr",
7853 "writeable",
7854 "yoke",
7855 "zerofrom",
7856 "zerovec",
7857]
7858
7859[[package]]
7860name = "icu_provider_macros"
7861version = "1.5.0"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7864dependencies = [
7865 "proc-macro2",
7866 "quote",
7867 "syn 2.0.101",
7868]
7869
7870[[package]]
7871name = "id-arena"
7872version = "2.2.1"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7875
7876[[package]]
7877name = "ident_case"
7878version = "1.0.1"
7879source = "registry+https://github.com/rust-lang/crates.io-index"
7880checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7881
7882[[package]]
7883name = "idna"
7884version = "1.0.3"
7885source = "registry+https://github.com/rust-lang/crates.io-index"
7886checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7887dependencies = [
7888 "idna_adapter",
7889 "smallvec",
7890 "utf8_iter",
7891]
7892
7893[[package]]
7894name = "idna_adapter"
7895version = "1.2.0"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7898dependencies = [
7899 "icu_normalizer",
7900 "icu_properties",
7901]
7902
7903[[package]]
7904name = "ignore"
7905version = "0.4.23"
7906source = "registry+https://github.com/rust-lang/crates.io-index"
7907checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7908dependencies = [
7909 "crossbeam-deque",
7910 "globset",
7911 "log",
7912 "memchr",
7913 "regex-automata",
7914 "same-file",
7915 "walkdir",
7916 "winapi-util",
7917]
7918
7919[[package]]
7920name = "image"
7921version = "0.25.6"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7924dependencies = [
7925 "bytemuck",
7926 "byteorder-lite",
7927 "color_quant",
7928 "exr",
7929 "gif",
7930 "image-webp",
7931 "num-traits",
7932 "png",
7933 "qoi",
7934 "ravif",
7935 "rayon",
7936 "rgb",
7937 "tiff",
7938 "zune-core",
7939 "zune-jpeg",
7940]
7941
7942[[package]]
7943name = "image-webp"
7944version = "0.2.1"
7945source = "registry+https://github.com/rust-lang/crates.io-index"
7946checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7947dependencies = [
7948 "byteorder-lite",
7949 "quick-error",
7950]
7951
7952[[package]]
7953name = "image_viewer"
7954version = "0.1.0"
7955dependencies = [
7956 "anyhow",
7957 "db",
7958 "editor",
7959 "file_icons",
7960 "gpui",
7961 "language",
7962 "log",
7963 "project",
7964 "serde",
7965 "settings",
7966 "theme",
7967 "ui",
7968 "util",
7969 "workspace",
7970 "workspace-hack",
7971]
7972
7973[[package]]
7974name = "imagesize"
7975version = "0.13.0"
7976source = "registry+https://github.com/rust-lang/crates.io-index"
7977checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7978
7979[[package]]
7980name = "imara-diff"
7981version = "0.1.8"
7982source = "registry+https://github.com/rust-lang/crates.io-index"
7983checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7984dependencies = [
7985 "hashbrown 0.15.3",
7986]
7987
7988[[package]]
7989name = "imgref"
7990version = "1.11.0"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
7993
7994[[package]]
7995name = "indexmap"
7996version = "1.9.3"
7997source = "registry+https://github.com/rust-lang/crates.io-index"
7998checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
7999dependencies = [
8000 "autocfg",
8001 "hashbrown 0.12.3",
8002 "serde",
8003]
8004
8005[[package]]
8006name = "indexmap"
8007version = "2.9.0"
8008source = "registry+https://github.com/rust-lang/crates.io-index"
8009checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8010dependencies = [
8011 "equivalent",
8012 "hashbrown 0.15.3",
8013 "serde",
8014]
8015
8016[[package]]
8017name = "indoc"
8018version = "2.0.6"
8019source = "registry+https://github.com/rust-lang/crates.io-index"
8020checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8021
8022[[package]]
8023name = "inherent"
8024version = "1.0.12"
8025source = "registry+https://github.com/rust-lang/crates.io-index"
8026checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8027dependencies = [
8028 "proc-macro2",
8029 "quote",
8030 "syn 2.0.101",
8031]
8032
8033[[package]]
8034name = "inotify"
8035version = "0.9.6"
8036source = "registry+https://github.com/rust-lang/crates.io-index"
8037checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8038dependencies = [
8039 "bitflags 1.3.2",
8040 "inotify-sys",
8041 "libc",
8042]
8043
8044[[package]]
8045name = "inotify"
8046version = "0.11.0"
8047source = "registry+https://github.com/rust-lang/crates.io-index"
8048checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8049dependencies = [
8050 "bitflags 2.9.0",
8051 "inotify-sys",
8052 "libc",
8053]
8054
8055[[package]]
8056name = "inotify-sys"
8057version = "0.1.5"
8058source = "registry+https://github.com/rust-lang/crates.io-index"
8059checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8060dependencies = [
8061 "libc",
8062]
8063
8064[[package]]
8065name = "inout"
8066version = "0.1.4"
8067source = "registry+https://github.com/rust-lang/crates.io-index"
8068checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8069dependencies = [
8070 "block-padding",
8071 "generic-array",
8072]
8073
8074[[package]]
8075name = "inspector_ui"
8076version = "0.1.0"
8077dependencies = [
8078 "anyhow",
8079 "command_palette_hooks",
8080 "editor",
8081 "fuzzy",
8082 "gpui",
8083 "language",
8084 "project",
8085 "serde_json",
8086 "serde_json_lenient",
8087 "theme",
8088 "ui",
8089 "util",
8090 "util_macros",
8091 "workspace",
8092 "workspace-hack",
8093 "zed_actions",
8094]
8095
8096[[package]]
8097name = "install_cli"
8098version = "0.1.0"
8099dependencies = [
8100 "anyhow",
8101 "client",
8102 "gpui",
8103 "release_channel",
8104 "smol",
8105 "util",
8106 "workspace",
8107 "workspace-hack",
8108]
8109
8110[[package]]
8111name = "instant"
8112version = "0.1.13"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8115dependencies = [
8116 "cfg-if",
8117]
8118
8119[[package]]
8120name = "interpolate_name"
8121version = "0.2.4"
8122source = "registry+https://github.com/rust-lang/crates.io-index"
8123checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8124dependencies = [
8125 "proc-macro2",
8126 "quote",
8127 "syn 2.0.101",
8128]
8129
8130[[package]]
8131name = "inventory"
8132version = "0.3.20"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8135dependencies = [
8136 "rustversion",
8137]
8138
8139[[package]]
8140name = "io-extras"
8141version = "0.18.4"
8142source = "registry+https://github.com/rust-lang/crates.io-index"
8143checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8144dependencies = [
8145 "io-lifetimes",
8146 "windows-sys 0.59.0",
8147]
8148
8149[[package]]
8150name = "io-lifetimes"
8151version = "2.0.4"
8152source = "registry+https://github.com/rust-lang/crates.io-index"
8153checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8154
8155[[package]]
8156name = "io-surface"
8157version = "0.16.0"
8158source = "registry+https://github.com/rust-lang/crates.io-index"
8159checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8160dependencies = [
8161 "cgl",
8162 "core-foundation 0.10.0",
8163 "core-foundation-sys",
8164 "leaky-cow",
8165 "libc",
8166]
8167
8168[[package]]
8169name = "iovec"
8170version = "0.1.4"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8173dependencies = [
8174 "libc",
8175]
8176
8177[[package]]
8178name = "ipc-channel"
8179version = "0.19.0"
8180source = "registry+https://github.com/rust-lang/crates.io-index"
8181checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8182dependencies = [
8183 "bincode",
8184 "crossbeam-channel",
8185 "fnv",
8186 "lazy_static",
8187 "libc",
8188 "mio 1.0.3",
8189 "rand 0.8.5",
8190 "serde",
8191 "tempfile",
8192 "uuid",
8193 "windows 0.58.0",
8194]
8195
8196[[package]]
8197name = "ipnet"
8198version = "2.11.0"
8199source = "registry+https://github.com/rust-lang/crates.io-index"
8200checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8201
8202[[package]]
8203name = "is-docker"
8204version = "0.2.0"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8207dependencies = [
8208 "once_cell",
8209]
8210
8211[[package]]
8212name = "is-terminal"
8213version = "0.4.16"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8216dependencies = [
8217 "hermit-abi 0.5.0",
8218 "libc",
8219 "windows-sys 0.59.0",
8220]
8221
8222[[package]]
8223name = "is-wsl"
8224version = "0.4.0"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8227dependencies = [
8228 "is-docker",
8229 "once_cell",
8230]
8231
8232[[package]]
8233name = "is_terminal_polyfill"
8234version = "1.70.1"
8235source = "registry+https://github.com/rust-lang/crates.io-index"
8236checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8237
8238[[package]]
8239name = "itertools"
8240version = "0.10.5"
8241source = "registry+https://github.com/rust-lang/crates.io-index"
8242checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8243dependencies = [
8244 "either",
8245]
8246
8247[[package]]
8248name = "itertools"
8249version = "0.11.0"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8252dependencies = [
8253 "either",
8254]
8255
8256[[package]]
8257name = "itertools"
8258version = "0.12.1"
8259source = "registry+https://github.com/rust-lang/crates.io-index"
8260checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8261dependencies = [
8262 "either",
8263]
8264
8265[[package]]
8266name = "itertools"
8267version = "0.13.0"
8268source = "registry+https://github.com/rust-lang/crates.io-index"
8269checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8270dependencies = [
8271 "either",
8272]
8273
8274[[package]]
8275name = "itertools"
8276version = "0.14.0"
8277source = "registry+https://github.com/rust-lang/crates.io-index"
8278checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8279dependencies = [
8280 "either",
8281]
8282
8283[[package]]
8284name = "itoa"
8285version = "1.0.15"
8286source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8288
8289[[package]]
8290name = "jiff"
8291version = "0.2.10"
8292source = "registry+https://github.com/rust-lang/crates.io-index"
8293checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8294dependencies = [
8295 "jiff-static",
8296 "log",
8297 "portable-atomic",
8298 "portable-atomic-util",
8299 "serde",
8300]
8301
8302[[package]]
8303name = "jiff-static"
8304version = "0.2.10"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8307dependencies = [
8308 "proc-macro2",
8309 "quote",
8310 "syn 2.0.101",
8311]
8312
8313[[package]]
8314name = "jni"
8315version = "0.21.1"
8316source = "registry+https://github.com/rust-lang/crates.io-index"
8317checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8318dependencies = [
8319 "cesu8",
8320 "cfg-if",
8321 "combine",
8322 "jni-sys",
8323 "log",
8324 "thiserror 1.0.69",
8325 "walkdir",
8326 "windows-sys 0.45.0",
8327]
8328
8329[[package]]
8330name = "jni-sys"
8331version = "0.3.0"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8334
8335[[package]]
8336name = "jobserver"
8337version = "0.1.33"
8338source = "registry+https://github.com/rust-lang/crates.io-index"
8339checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8340dependencies = [
8341 "getrandom 0.3.2",
8342 "libc",
8343]
8344
8345[[package]]
8346name = "journal"
8347version = "0.1.0"
8348dependencies = [
8349 "anyhow",
8350 "chrono",
8351 "editor",
8352 "gpui",
8353 "log",
8354 "serde",
8355 "settings",
8356 "shellexpand 2.1.2",
8357 "workspace",
8358 "workspace-hack",
8359]
8360
8361[[package]]
8362name = "jpeg-decoder"
8363version = "0.3.1"
8364source = "registry+https://github.com/rust-lang/crates.io-index"
8365checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8366
8367[[package]]
8368name = "js-sys"
8369version = "0.3.77"
8370source = "registry+https://github.com/rust-lang/crates.io-index"
8371checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8372dependencies = [
8373 "once_cell",
8374 "wasm-bindgen",
8375]
8376
8377[[package]]
8378name = "json_dotpath"
8379version = "1.1.0"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8382dependencies = [
8383 "serde",
8384 "serde_derive",
8385 "serde_json",
8386 "thiserror 1.0.69",
8387]
8388
8389[[package]]
8390name = "jsonschema"
8391version = "0.30.0"
8392source = "registry+https://github.com/rust-lang/crates.io-index"
8393checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8394dependencies = [
8395 "ahash 0.8.11",
8396 "base64 0.22.1",
8397 "bytecount",
8398 "email_address",
8399 "fancy-regex 0.14.0",
8400 "fraction",
8401 "idna",
8402 "itoa",
8403 "num-cmp",
8404 "num-traits",
8405 "once_cell",
8406 "percent-encoding",
8407 "referencing",
8408 "regex",
8409 "regex-syntax",
8410 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8411 "serde",
8412 "serde_json",
8413 "uuid-simd",
8414]
8415
8416[[package]]
8417name = "jsonwebtoken"
8418version = "9.3.1"
8419source = "registry+https://github.com/rust-lang/crates.io-index"
8420checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8421dependencies = [
8422 "base64 0.22.1",
8423 "js-sys",
8424 "pem",
8425 "ring",
8426 "serde",
8427 "serde_json",
8428 "simple_asn1",
8429]
8430
8431[[package]]
8432name = "jupyter-protocol"
8433version = "0.6.0"
8434source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8435dependencies = [
8436 "anyhow",
8437 "async-trait",
8438 "bytes 1.10.1",
8439 "chrono",
8440 "futures 0.3.31",
8441 "serde",
8442 "serde_json",
8443 "uuid",
8444]
8445
8446[[package]]
8447name = "jupyter-websocket-client"
8448version = "0.9.0"
8449source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8450dependencies = [
8451 "anyhow",
8452 "async-trait",
8453 "async-tungstenite",
8454 "futures 0.3.31",
8455 "jupyter-protocol",
8456 "serde",
8457 "serde_json",
8458 "url",
8459 "uuid",
8460]
8461
8462[[package]]
8463name = "keymap_editor"
8464version = "0.1.0"
8465dependencies = [
8466 "anyhow",
8467 "collections",
8468 "command_palette",
8469 "component",
8470 "db",
8471 "editor",
8472 "fs",
8473 "fuzzy",
8474 "gpui",
8475 "itertools 0.14.0",
8476 "language",
8477 "log",
8478 "menu",
8479 "notifications",
8480 "paths",
8481 "project",
8482 "search",
8483 "serde",
8484 "serde_json",
8485 "settings",
8486 "telemetry",
8487 "tempfile",
8488 "theme",
8489 "tree-sitter-json",
8490 "tree-sitter-rust",
8491 "ui",
8492 "ui_input",
8493 "util",
8494 "vim",
8495 "workspace",
8496 "workspace-hack",
8497 "zed_actions",
8498]
8499
8500[[package]]
8501name = "khronos-egl"
8502version = "6.0.0"
8503source = "registry+https://github.com/rust-lang/crates.io-index"
8504checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8505dependencies = [
8506 "libc",
8507 "libloading",
8508]
8509
8510[[package]]
8511name = "kqueue"
8512version = "1.0.8"
8513source = "registry+https://github.com/rust-lang/crates.io-index"
8514checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8515dependencies = [
8516 "kqueue-sys",
8517 "libc",
8518]
8519
8520[[package]]
8521name = "kqueue-sys"
8522version = "1.0.4"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8525dependencies = [
8526 "bitflags 1.3.2",
8527 "libc",
8528]
8529
8530[[package]]
8531name = "kurbo"
8532version = "0.11.1"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8535dependencies = [
8536 "arrayvec",
8537 "smallvec",
8538]
8539
8540[[package]]
8541name = "kv-log-macro"
8542version = "1.0.7"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8545dependencies = [
8546 "log",
8547]
8548
8549[[package]]
8550name = "language"
8551version = "0.1.0"
8552dependencies = [
8553 "anyhow",
8554 "async-trait",
8555 "clock",
8556 "collections",
8557 "ctor",
8558 "diffy",
8559 "ec4rs",
8560 "fs",
8561 "futures 0.3.31",
8562 "fuzzy",
8563 "globset",
8564 "gpui",
8565 "http_client",
8566 "imara-diff",
8567 "indoc",
8568 "itertools 0.14.0",
8569 "log",
8570 "lsp",
8571 "parking_lot",
8572 "postage",
8573 "pretty_assertions",
8574 "rand 0.9.1",
8575 "regex",
8576 "rpc",
8577 "schemars 1.0.1",
8578 "serde",
8579 "serde_json",
8580 "settings",
8581 "shellexpand 2.1.2",
8582 "smallvec",
8583 "smol",
8584 "streaming-iterator",
8585 "strsim",
8586 "sum_tree",
8587 "task",
8588 "text",
8589 "theme",
8590 "toml 0.8.20",
8591 "tree-sitter",
8592 "tree-sitter-elixir",
8593 "tree-sitter-embedded-template",
8594 "tree-sitter-heex",
8595 "tree-sitter-html",
8596 "tree-sitter-json",
8597 "tree-sitter-md",
8598 "tree-sitter-python",
8599 "tree-sitter-ruby",
8600 "tree-sitter-rust",
8601 "tree-sitter-typescript",
8602 "unicase",
8603 "unindent",
8604 "util",
8605 "watch",
8606 "workspace-hack",
8607 "zlog",
8608]
8609
8610[[package]]
8611name = "language_extension"
8612version = "0.1.0"
8613dependencies = [
8614 "anyhow",
8615 "async-trait",
8616 "collections",
8617 "extension",
8618 "fs",
8619 "futures 0.3.31",
8620 "gpui",
8621 "language",
8622 "log",
8623 "lsp",
8624 "project",
8625 "serde",
8626 "serde_json",
8627 "util",
8628 "workspace-hack",
8629]
8630
8631[[package]]
8632name = "language_model"
8633version = "0.1.0"
8634dependencies = [
8635 "anthropic",
8636 "anyhow",
8637 "base64 0.22.1",
8638 "client",
8639 "cloud_api_types",
8640 "cloud_llm_client",
8641 "collections",
8642 "futures 0.3.31",
8643 "gpui",
8644 "http_client",
8645 "icons",
8646 "image",
8647 "log",
8648 "open_router",
8649 "parking_lot",
8650 "proto",
8651 "schemars 1.0.1",
8652 "serde",
8653 "serde_json",
8654 "settings",
8655 "smol",
8656 "telemetry_events",
8657 "thiserror 2.0.12",
8658 "util",
8659 "workspace-hack",
8660]
8661
8662[[package]]
8663name = "language_models"
8664version = "0.1.0"
8665dependencies = [
8666 "ai_onboarding",
8667 "anthropic",
8668 "anyhow",
8669 "aws-config",
8670 "aws-credential-types",
8671 "aws_http_client",
8672 "bedrock",
8673 "chrono",
8674 "client",
8675 "cloud_llm_client",
8676 "collections",
8677 "component",
8678 "convert_case 0.8.0",
8679 "copilot",
8680 "credentials_provider",
8681 "deepseek",
8682 "editor",
8683 "feature_flags",
8684 "fs",
8685 "futures 0.3.31",
8686 "google_ai",
8687 "gpui",
8688 "gpui_tokio",
8689 "http_client",
8690 "language",
8691 "language_model",
8692 "lmstudio",
8693 "log",
8694 "menu",
8695 "mistral",
8696 "ollama",
8697 "open_ai",
8698 "open_router",
8699 "partial-json-fixer",
8700 "project",
8701 "release_channel",
8702 "schemars 1.0.1",
8703 "serde",
8704 "serde_json",
8705 "settings",
8706 "smol",
8707 "strum 0.27.1",
8708 "theme",
8709 "thiserror 2.0.12",
8710 "tiktoken-rs",
8711 "tokio",
8712 "ui",
8713 "ui_input",
8714 "util",
8715 "vercel",
8716 "workspace-hack",
8717 "x_ai",
8718 "zed_env_vars",
8719]
8720
8721[[package]]
8722name = "language_onboarding"
8723version = "0.1.0"
8724dependencies = [
8725 "db",
8726 "editor",
8727 "gpui",
8728 "project",
8729 "ui",
8730 "workspace",
8731 "workspace-hack",
8732]
8733
8734[[package]]
8735name = "language_selector"
8736version = "0.1.0"
8737dependencies = [
8738 "anyhow",
8739 "editor",
8740 "file_finder",
8741 "file_icons",
8742 "fuzzy",
8743 "gpui",
8744 "language",
8745 "picker",
8746 "project",
8747 "settings",
8748 "ui",
8749 "util",
8750 "workspace",
8751 "workspace-hack",
8752]
8753
8754[[package]]
8755name = "language_tools"
8756version = "0.1.0"
8757dependencies = [
8758 "anyhow",
8759 "client",
8760 "collections",
8761 "command_palette_hooks",
8762 "copilot",
8763 "editor",
8764 "futures 0.3.31",
8765 "gpui",
8766 "itertools 0.14.0",
8767 "language",
8768 "lsp",
8769 "project",
8770 "proto",
8771 "release_channel",
8772 "serde_json",
8773 "settings",
8774 "theme",
8775 "tree-sitter",
8776 "ui",
8777 "util",
8778 "workspace",
8779 "workspace-hack",
8780 "zed_actions",
8781 "zlog",
8782]
8783
8784[[package]]
8785name = "languages"
8786version = "0.1.0"
8787dependencies = [
8788 "anyhow",
8789 "async-compression",
8790 "async-fs",
8791 "async-tar",
8792 "async-trait",
8793 "chrono",
8794 "collections",
8795 "dap",
8796 "futures 0.3.31",
8797 "gpui",
8798 "http_client",
8799 "itertools 0.14.0",
8800 "language",
8801 "log",
8802 "lsp",
8803 "node_runtime",
8804 "parking_lot",
8805 "paths",
8806 "pet",
8807 "pet-conda",
8808 "pet-core",
8809 "pet-fs",
8810 "pet-poetry",
8811 "pet-reporter",
8812 "pet-virtualenv",
8813 "pretty_assertions",
8814 "project",
8815 "regex",
8816 "rope",
8817 "rust-embed",
8818 "schemars 1.0.1",
8819 "serde",
8820 "serde_json",
8821 "serde_json_lenient",
8822 "settings",
8823 "sha2",
8824 "shlex",
8825 "smol",
8826 "snippet_provider",
8827 "task",
8828 "tempfile",
8829 "text",
8830 "theme",
8831 "toml 0.8.20",
8832 "tree-sitter",
8833 "tree-sitter-bash",
8834 "tree-sitter-c",
8835 "tree-sitter-cpp",
8836 "tree-sitter-css",
8837 "tree-sitter-diff",
8838 "tree-sitter-gitcommit",
8839 "tree-sitter-go",
8840 "tree-sitter-gomod",
8841 "tree-sitter-gowork",
8842 "tree-sitter-jsdoc",
8843 "tree-sitter-json",
8844 "tree-sitter-md",
8845 "tree-sitter-python",
8846 "tree-sitter-regex",
8847 "tree-sitter-rust",
8848 "tree-sitter-typescript",
8849 "tree-sitter-yaml",
8850 "unindent",
8851 "url",
8852 "util",
8853 "workspace",
8854 "workspace-hack",
8855]
8856
8857[[package]]
8858name = "lazy_static"
8859version = "1.5.0"
8860source = "registry+https://github.com/rust-lang/crates.io-index"
8861checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8862dependencies = [
8863 "spin",
8864]
8865
8866[[package]]
8867name = "lazycell"
8868version = "1.3.0"
8869source = "registry+https://github.com/rust-lang/crates.io-index"
8870checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8871
8872[[package]]
8873name = "leak"
8874version = "0.1.2"
8875source = "registry+https://github.com/rust-lang/crates.io-index"
8876checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8877
8878[[package]]
8879name = "leaky-cow"
8880version = "0.1.1"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8883dependencies = [
8884 "leak",
8885]
8886
8887[[package]]
8888name = "leb128"
8889version = "0.2.5"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8892
8893[[package]]
8894name = "leb128fmt"
8895version = "0.1.0"
8896source = "registry+https://github.com/rust-lang/crates.io-index"
8897checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8898
8899[[package]]
8900name = "lebe"
8901version = "0.5.2"
8902source = "registry+https://github.com/rust-lang/crates.io-index"
8903checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8904
8905[[package]]
8906name = "libc"
8907version = "0.2.172"
8908source = "registry+https://github.com/rust-lang/crates.io-index"
8909checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8910
8911[[package]]
8912name = "libdbus-sys"
8913version = "0.2.5"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8916dependencies = [
8917 "cc",
8918 "pkg-config",
8919]
8920
8921[[package]]
8922name = "libfuzzer-sys"
8923version = "0.4.9"
8924source = "registry+https://github.com/rust-lang/crates.io-index"
8925checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
8926dependencies = [
8927 "arbitrary",
8928 "cc",
8929]
8930
8931[[package]]
8932name = "libgit2-sys"
8933version = "0.18.1+1.9.0"
8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
8936dependencies = [
8937 "cc",
8938 "libc",
8939 "libz-sys",
8940 "pkg-config",
8941]
8942
8943[[package]]
8944name = "libloading"
8945version = "0.8.6"
8946source = "registry+https://github.com/rust-lang/crates.io-index"
8947checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
8948dependencies = [
8949 "cfg-if",
8950 "windows-targets 0.52.6",
8951]
8952
8953[[package]]
8954name = "libm"
8955version = "0.2.11"
8956source = "registry+https://github.com/rust-lang/crates.io-index"
8957checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
8958
8959[[package]]
8960name = "libmimalloc-sys"
8961version = "0.1.42"
8962source = "registry+https://github.com/rust-lang/crates.io-index"
8963checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
8964dependencies = [
8965 "cc",
8966 "libc",
8967]
8968
8969[[package]]
8970name = "libredox"
8971version = "0.1.3"
8972source = "registry+https://github.com/rust-lang/crates.io-index"
8973checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
8974dependencies = [
8975 "bitflags 2.9.0",
8976 "libc",
8977 "redox_syscall 0.5.11",
8978]
8979
8980[[package]]
8981name = "libsqlite3-sys"
8982version = "0.30.1"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
8985dependencies = [
8986 "cc",
8987 "pkg-config",
8988 "vcpkg",
8989]
8990
8991[[package]]
8992name = "libwebrtc"
8993version = "0.3.10"
8994source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
8995dependencies = [
8996 "cxx",
8997 "jni",
8998 "js-sys",
8999 "lazy_static",
9000 "livekit-protocol",
9001 "livekit-runtime",
9002 "log",
9003 "parking_lot",
9004 "serde",
9005 "serde_json",
9006 "thiserror 1.0.69",
9007 "tokio",
9008 "wasm-bindgen",
9009 "wasm-bindgen-futures",
9010 "web-sys",
9011 "webrtc-sys",
9012]
9013
9014[[package]]
9015name = "libz-sys"
9016version = "1.1.22"
9017source = "registry+https://github.com/rust-lang/crates.io-index"
9018checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9019dependencies = [
9020 "cc",
9021 "libc",
9022 "pkg-config",
9023 "vcpkg",
9024]
9025
9026[[package]]
9027name = "line_ending_selector"
9028version = "0.1.0"
9029dependencies = [
9030 "editor",
9031 "gpui",
9032 "language",
9033 "picker",
9034 "project",
9035 "ui",
9036 "util",
9037 "workspace",
9038 "workspace-hack",
9039]
9040
9041[[package]]
9042name = "link-cplusplus"
9043version = "1.0.10"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9046dependencies = [
9047 "cc",
9048]
9049
9050[[package]]
9051name = "linkify"
9052version = "0.10.0"
9053source = "registry+https://github.com/rust-lang/crates.io-index"
9054checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9055dependencies = [
9056 "memchr",
9057]
9058
9059[[package]]
9060name = "linux-raw-sys"
9061version = "0.4.15"
9062source = "registry+https://github.com/rust-lang/crates.io-index"
9063checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9064
9065[[package]]
9066name = "linux-raw-sys"
9067version = "0.9.4"
9068source = "registry+https://github.com/rust-lang/crates.io-index"
9069checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9070
9071[[package]]
9072name = "litemap"
9073version = "0.7.5"
9074source = "registry+https://github.com/rust-lang/crates.io-index"
9075checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9076
9077[[package]]
9078name = "livekit"
9079version = "0.7.8"
9080source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9081dependencies = [
9082 "chrono",
9083 "futures-util",
9084 "lazy_static",
9085 "libloading",
9086 "libwebrtc",
9087 "livekit-api",
9088 "livekit-protocol",
9089 "livekit-runtime",
9090 "log",
9091 "parking_lot",
9092 "prost 0.12.6",
9093 "semver",
9094 "serde",
9095 "serde_json",
9096 "thiserror 1.0.69",
9097 "tokio",
9098]
9099
9100[[package]]
9101name = "livekit-api"
9102version = "0.4.2"
9103source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9104dependencies = [
9105 "futures-util",
9106 "http 0.2.12",
9107 "livekit-protocol",
9108 "livekit-runtime",
9109 "log",
9110 "parking_lot",
9111 "pbjson-types",
9112 "prost 0.12.6",
9113 "rand 0.9.1",
9114 "reqwest 0.11.27",
9115 "scopeguard",
9116 "serde",
9117 "sha2",
9118 "thiserror 1.0.69",
9119 "tokio",
9120 "tokio-tungstenite 0.26.2",
9121 "url",
9122]
9123
9124[[package]]
9125name = "livekit-protocol"
9126version = "0.3.9"
9127source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9128dependencies = [
9129 "futures-util",
9130 "livekit-runtime",
9131 "parking_lot",
9132 "pbjson",
9133 "pbjson-types",
9134 "prost 0.12.6",
9135 "prost-types 0.12.6",
9136 "serde",
9137 "thiserror 1.0.69",
9138 "tokio",
9139]
9140
9141[[package]]
9142name = "livekit-runtime"
9143version = "0.4.0"
9144source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9145dependencies = [
9146 "tokio",
9147 "tokio-stream",
9148]
9149
9150[[package]]
9151name = "livekit_api"
9152version = "0.1.0"
9153dependencies = [
9154 "anyhow",
9155 "async-trait",
9156 "jsonwebtoken",
9157 "log",
9158 "prost 0.9.0",
9159 "prost-build 0.9.0",
9160 "prost-types 0.9.0",
9161 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9162 "serde",
9163 "workspace-hack",
9164]
9165
9166[[package]]
9167name = "livekit_client"
9168version = "0.1.0"
9169dependencies = [
9170 "anyhow",
9171 "async-trait",
9172 "audio",
9173 "collections",
9174 "core-foundation 0.10.0",
9175 "core-video",
9176 "coreaudio-rs 0.12.1",
9177 "cpal",
9178 "futures 0.3.31",
9179 "gpui",
9180 "gpui_tokio",
9181 "http_client_tls",
9182 "image",
9183 "libwebrtc",
9184 "livekit",
9185 "livekit_api",
9186 "log",
9187 "nanoid",
9188 "objc",
9189 "parking_lot",
9190 "postage",
9191 "rodio",
9192 "scap",
9193 "serde",
9194 "serde_json",
9195 "serde_urlencoded",
9196 "settings",
9197 "sha2",
9198 "simplelog",
9199 "smallvec",
9200 "tokio-tungstenite 0.26.2",
9201 "ui",
9202 "util",
9203 "workspace-hack",
9204]
9205
9206[[package]]
9207name = "lmdb-master-sys"
9208version = "0.2.5"
9209source = "registry+https://github.com/rust-lang/crates.io-index"
9210checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9211dependencies = [
9212 "cc",
9213 "doxygen-rs",
9214 "libc",
9215]
9216
9217[[package]]
9218name = "lmstudio"
9219version = "0.1.0"
9220dependencies = [
9221 "anyhow",
9222 "futures 0.3.31",
9223 "http_client",
9224 "schemars 1.0.1",
9225 "serde",
9226 "serde_json",
9227 "workspace-hack",
9228]
9229
9230[[package]]
9231name = "lock_api"
9232version = "0.4.13"
9233source = "registry+https://github.com/rust-lang/crates.io-index"
9234checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9235dependencies = [
9236 "autocfg",
9237 "scopeguard",
9238]
9239
9240[[package]]
9241name = "log"
9242version = "0.4.27"
9243source = "registry+https://github.com/rust-lang/crates.io-index"
9244checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9245dependencies = [
9246 "serde",
9247 "value-bag",
9248]
9249
9250[[package]]
9251name = "loom"
9252version = "0.7.2"
9253source = "registry+https://github.com/rust-lang/crates.io-index"
9254checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9255dependencies = [
9256 "cfg-if",
9257 "generator",
9258 "scoped-tls",
9259 "tracing",
9260 "tracing-subscriber",
9261]
9262
9263[[package]]
9264name = "loop9"
9265version = "0.1.5"
9266source = "registry+https://github.com/rust-lang/crates.io-index"
9267checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9268dependencies = [
9269 "imgref",
9270]
9271
9272[[package]]
9273name = "lru"
9274version = "0.12.5"
9275source = "registry+https://github.com/rust-lang/crates.io-index"
9276checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9277dependencies = [
9278 "hashbrown 0.15.3",
9279]
9280
9281[[package]]
9282name = "lsp"
9283version = "0.1.0"
9284dependencies = [
9285 "anyhow",
9286 "async-pipe",
9287 "collections",
9288 "ctor",
9289 "futures 0.3.31",
9290 "gpui",
9291 "log",
9292 "lsp-types",
9293 "parking_lot",
9294 "postage",
9295 "release_channel",
9296 "schemars 1.0.1",
9297 "serde",
9298 "serde_json",
9299 "smol",
9300 "util",
9301 "workspace-hack",
9302 "zlog",
9303]
9304
9305[[package]]
9306name = "lsp-types"
9307version = "0.95.1"
9308source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9309dependencies = [
9310 "bitflags 1.3.2",
9311 "serde",
9312 "serde_json",
9313 "url",
9314]
9315
9316[[package]]
9317name = "lyon"
9318version = "1.0.1"
9319source = "registry+https://github.com/rust-lang/crates.io-index"
9320checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9321dependencies = [
9322 "lyon_algorithms",
9323 "lyon_extra",
9324 "lyon_tessellation",
9325]
9326
9327[[package]]
9328name = "lyon_algorithms"
9329version = "1.0.5"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9332dependencies = [
9333 "lyon_path",
9334 "num-traits",
9335]
9336
9337[[package]]
9338name = "lyon_extra"
9339version = "1.0.3"
9340source = "registry+https://github.com/rust-lang/crates.io-index"
9341checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9342dependencies = [
9343 "lyon_path",
9344 "thiserror 1.0.69",
9345]
9346
9347[[package]]
9348name = "lyon_geom"
9349version = "1.0.6"
9350source = "registry+https://github.com/rust-lang/crates.io-index"
9351checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9352dependencies = [
9353 "arrayvec",
9354 "euclid",
9355 "num-traits",
9356]
9357
9358[[package]]
9359name = "lyon_path"
9360version = "1.0.7"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9363dependencies = [
9364 "lyon_geom",
9365 "num-traits",
9366]
9367
9368[[package]]
9369name = "lyon_tessellation"
9370version = "1.0.15"
9371source = "registry+https://github.com/rust-lang/crates.io-index"
9372checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9373dependencies = [
9374 "float_next_after",
9375 "lyon_path",
9376 "num-traits",
9377]
9378
9379[[package]]
9380name = "mac"
9381version = "0.1.1"
9382source = "registry+https://github.com/rust-lang/crates.io-index"
9383checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9384
9385[[package]]
9386name = "mach2"
9387version = "0.4.2"
9388source = "registry+https://github.com/rust-lang/crates.io-index"
9389checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9390dependencies = [
9391 "libc",
9392]
9393
9394[[package]]
9395name = "mach2"
9396version = "0.5.0"
9397source = "registry+https://github.com/rust-lang/crates.io-index"
9398checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9399dependencies = [
9400 "libc",
9401]
9402
9403[[package]]
9404name = "malloc_buf"
9405version = "0.0.6"
9406source = "registry+https://github.com/rust-lang/crates.io-index"
9407checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9408dependencies = [
9409 "libc",
9410]
9411
9412[[package]]
9413name = "maplit"
9414version = "1.0.2"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9417
9418[[package]]
9419name = "markdown"
9420version = "0.1.0"
9421dependencies = [
9422 "assets",
9423 "base64 0.22.1",
9424 "collections",
9425 "env_logger 0.11.8",
9426 "fs",
9427 "futures 0.3.31",
9428 "gpui",
9429 "language",
9430 "languages",
9431 "linkify",
9432 "log",
9433 "node_runtime",
9434 "pulldown-cmark 0.12.2",
9435 "settings",
9436 "sum_tree",
9437 "theme",
9438 "ui",
9439 "util",
9440 "workspace-hack",
9441]
9442
9443[[package]]
9444name = "markdown_preview"
9445version = "0.1.0"
9446dependencies = [
9447 "anyhow",
9448 "async-recursion",
9449 "collections",
9450 "editor",
9451 "fs",
9452 "gpui",
9453 "html5ever 0.27.0",
9454 "language",
9455 "linkify",
9456 "log",
9457 "markup5ever_rcdom",
9458 "pretty_assertions",
9459 "pulldown-cmark 0.12.2",
9460 "settings",
9461 "theme",
9462 "ui",
9463 "util",
9464 "workspace",
9465 "workspace-hack",
9466]
9467
9468[[package]]
9469name = "markup5ever"
9470version = "0.12.1"
9471source = "registry+https://github.com/rust-lang/crates.io-index"
9472checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9473dependencies = [
9474 "log",
9475 "phf",
9476 "phf_codegen",
9477 "string_cache",
9478 "string_cache_codegen",
9479 "tendril",
9480]
9481
9482[[package]]
9483name = "markup5ever"
9484version = "0.16.1"
9485source = "registry+https://github.com/rust-lang/crates.io-index"
9486checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9487dependencies = [
9488 "log",
9489 "tendril",
9490 "web_atoms",
9491]
9492
9493[[package]]
9494name = "markup5ever_rcdom"
9495version = "0.3.0"
9496source = "registry+https://github.com/rust-lang/crates.io-index"
9497checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9498dependencies = [
9499 "html5ever 0.27.0",
9500 "markup5ever 0.12.1",
9501 "tendril",
9502 "xml5ever",
9503]
9504
9505[[package]]
9506name = "match_token"
9507version = "0.1.0"
9508source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9510dependencies = [
9511 "proc-macro2",
9512 "quote",
9513 "syn 2.0.101",
9514]
9515
9516[[package]]
9517name = "matchers"
9518version = "0.2.0"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9521dependencies = [
9522 "regex-automata",
9523]
9524
9525[[package]]
9526name = "matchit"
9527version = "0.7.3"
9528source = "registry+https://github.com/rust-lang/crates.io-index"
9529checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9530
9531[[package]]
9532name = "maybe-owned"
9533version = "0.3.4"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9536
9537[[package]]
9538name = "maybe-rayon"
9539version = "0.1.1"
9540source = "registry+https://github.com/rust-lang/crates.io-index"
9541checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9542dependencies = [
9543 "cfg-if",
9544 "rayon",
9545]
9546
9547[[package]]
9548name = "md-5"
9549version = "0.10.6"
9550source = "registry+https://github.com/rust-lang/crates.io-index"
9551checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9552dependencies = [
9553 "cfg-if",
9554 "digest",
9555]
9556
9557[[package]]
9558name = "mdbook"
9559version = "0.4.40"
9560source = "registry+https://github.com/rust-lang/crates.io-index"
9561checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9562dependencies = [
9563 "ammonia",
9564 "anyhow",
9565 "chrono",
9566 "clap",
9567 "clap_complete",
9568 "elasticlunr-rs",
9569 "env_logger 0.11.8",
9570 "futures-util",
9571 "handlebars 5.1.2",
9572 "ignore",
9573 "log",
9574 "memchr",
9575 "notify 6.1.1",
9576 "notify-debouncer-mini",
9577 "once_cell",
9578 "opener",
9579 "pathdiff",
9580 "pulldown-cmark 0.10.3",
9581 "regex",
9582 "serde",
9583 "serde_json",
9584 "shlex",
9585 "tempfile",
9586 "tokio",
9587 "toml 0.5.11",
9588 "topological-sort",
9589 "walkdir",
9590 "warp",
9591]
9592
9593[[package]]
9594name = "media"
9595version = "0.1.0"
9596dependencies = [
9597 "anyhow",
9598 "bindgen 0.71.1",
9599 "core-foundation 0.10.0",
9600 "core-video",
9601 "ctor",
9602 "foreign-types 0.5.0",
9603 "metal",
9604 "objc",
9605 "workspace-hack",
9606]
9607
9608[[package]]
9609name = "memchr"
9610version = "2.7.4"
9611source = "registry+https://github.com/rust-lang/crates.io-index"
9612checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9613
9614[[package]]
9615name = "memfd"
9616version = "0.6.4"
9617source = "registry+https://github.com/rust-lang/crates.io-index"
9618checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9619dependencies = [
9620 "rustix 0.38.44",
9621]
9622
9623[[package]]
9624name = "memmap2"
9625version = "0.9.5"
9626source = "registry+https://github.com/rust-lang/crates.io-index"
9627checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9628dependencies = [
9629 "libc",
9630 "stable_deref_trait",
9631]
9632
9633[[package]]
9634name = "memoffset"
9635version = "0.9.1"
9636source = "registry+https://github.com/rust-lang/crates.io-index"
9637checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9638dependencies = [
9639 "autocfg",
9640]
9641
9642[[package]]
9643name = "menu"
9644version = "0.1.0"
9645dependencies = [
9646 "gpui",
9647 "workspace-hack",
9648]
9649
9650[[package]]
9651name = "metal"
9652version = "0.29.0"
9653source = "registry+https://github.com/rust-lang/crates.io-index"
9654checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9655dependencies = [
9656 "bitflags 2.9.0",
9657 "block",
9658 "core-graphics-types 0.1.3",
9659 "foreign-types 0.5.0",
9660 "log",
9661 "objc",
9662 "paste",
9663]
9664
9665[[package]]
9666name = "migrator"
9667version = "0.1.0"
9668dependencies = [
9669 "anyhow",
9670 "collections",
9671 "convert_case 0.8.0",
9672 "log",
9673 "pretty_assertions",
9674 "streaming-iterator",
9675 "tree-sitter",
9676 "tree-sitter-json",
9677 "workspace-hack",
9678]
9679
9680[[package]]
9681name = "mimalloc"
9682version = "0.1.46"
9683source = "registry+https://github.com/rust-lang/crates.io-index"
9684checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9685dependencies = [
9686 "libmimalloc-sys",
9687]
9688
9689[[package]]
9690name = "mime"
9691version = "0.3.17"
9692source = "registry+https://github.com/rust-lang/crates.io-index"
9693checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9694
9695[[package]]
9696name = "mime_guess"
9697version = "2.0.5"
9698source = "registry+https://github.com/rust-lang/crates.io-index"
9699checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9700dependencies = [
9701 "mime",
9702 "unicase",
9703]
9704
9705[[package]]
9706name = "minidump-common"
9707version = "0.21.2"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9710dependencies = [
9711 "bitflags 2.9.0",
9712 "debugid",
9713 "num-derive",
9714 "num-traits",
9715 "range-map",
9716 "scroll",
9717 "smart-default",
9718]
9719
9720[[package]]
9721name = "minidump-writer"
9722version = "0.8.9"
9723source = "registry+https://github.com/rust-lang/crates.io-index"
9724checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9725dependencies = [
9726 "bitflags 2.9.0",
9727 "byteorder",
9728 "cfg-if",
9729 "crash-context",
9730 "goblin",
9731 "libc",
9732 "log",
9733 "mach2 0.4.2",
9734 "memmap2",
9735 "memoffset",
9736 "minidump-common",
9737 "nix 0.28.0",
9738 "procfs-core",
9739 "scroll",
9740 "tempfile",
9741 "thiserror 1.0.69",
9742]
9743
9744[[package]]
9745name = "minidumper"
9746version = "0.8.3"
9747source = "registry+https://github.com/rust-lang/crates.io-index"
9748checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9749dependencies = [
9750 "cfg-if",
9751 "crash-context",
9752 "libc",
9753 "log",
9754 "minidump-writer",
9755 "parking_lot",
9756 "polling",
9757 "scroll",
9758 "thiserror 1.0.69",
9759 "uds",
9760]
9761
9762[[package]]
9763name = "minimal-lexical"
9764version = "0.2.1"
9765source = "registry+https://github.com/rust-lang/crates.io-index"
9766checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9767
9768[[package]]
9769name = "miniz_oxide"
9770version = "0.8.8"
9771source = "registry+https://github.com/rust-lang/crates.io-index"
9772checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9773dependencies = [
9774 "adler2",
9775 "simd-adler32",
9776]
9777
9778[[package]]
9779name = "mint"
9780version = "0.5.9"
9781source = "registry+https://github.com/rust-lang/crates.io-index"
9782checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9783
9784[[package]]
9785name = "mio"
9786version = "0.8.11"
9787source = "registry+https://github.com/rust-lang/crates.io-index"
9788checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9789dependencies = [
9790 "libc",
9791 "log",
9792 "wasi 0.11.0+wasi-snapshot-preview1",
9793 "windows-sys 0.48.0",
9794]
9795
9796[[package]]
9797name = "mio"
9798version = "1.0.3"
9799source = "registry+https://github.com/rust-lang/crates.io-index"
9800checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9801dependencies = [
9802 "libc",
9803 "log",
9804 "wasi 0.11.0+wasi-snapshot-preview1",
9805 "windows-sys 0.52.0",
9806]
9807
9808[[package]]
9809name = "miow"
9810version = "0.6.0"
9811source = "registry+https://github.com/rust-lang/crates.io-index"
9812checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9813dependencies = [
9814 "windows-sys 0.48.0",
9815]
9816
9817[[package]]
9818name = "mistral"
9819version = "0.1.0"
9820dependencies = [
9821 "anyhow",
9822 "futures 0.3.31",
9823 "http_client",
9824 "schemars 1.0.1",
9825 "serde",
9826 "serde_json",
9827 "strum 0.27.1",
9828 "workspace-hack",
9829]
9830
9831[[package]]
9832name = "moka"
9833version = "0.12.10"
9834source = "registry+https://github.com/rust-lang/crates.io-index"
9835checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9836dependencies = [
9837 "crossbeam-channel",
9838 "crossbeam-epoch",
9839 "crossbeam-utils",
9840 "loom",
9841 "parking_lot",
9842 "portable-atomic",
9843 "rustc_version",
9844 "smallvec",
9845 "tagptr",
9846 "thiserror 1.0.69",
9847 "uuid",
9848]
9849
9850[[package]]
9851name = "msvc_spectre_libs"
9852version = "0.1.3"
9853source = "registry+https://github.com/rust-lang/crates.io-index"
9854checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9855dependencies = [
9856 "cc",
9857]
9858
9859[[package]]
9860name = "multi_buffer"
9861version = "0.1.0"
9862dependencies = [
9863 "anyhow",
9864 "buffer_diff",
9865 "clock",
9866 "collections",
9867 "ctor",
9868 "gpui",
9869 "indoc",
9870 "itertools 0.14.0",
9871 "language",
9872 "log",
9873 "parking_lot",
9874 "pretty_assertions",
9875 "project",
9876 "rand 0.9.1",
9877 "rope",
9878 "serde",
9879 "settings",
9880 "smallvec",
9881 "smol",
9882 "sum_tree",
9883 "text",
9884 "theme",
9885 "tree-sitter",
9886 "util",
9887 "workspace-hack",
9888 "zlog",
9889]
9890
9891[[package]]
9892name = "multimap"
9893version = "0.8.3"
9894source = "registry+https://github.com/rust-lang/crates.io-index"
9895checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9896
9897[[package]]
9898name = "naga"
9899version = "25.0.1"
9900source = "registry+https://github.com/rust-lang/crates.io-index"
9901checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9902dependencies = [
9903 "arrayvec",
9904 "bit-set 0.8.0",
9905 "bitflags 2.9.0",
9906 "cfg_aliases 0.2.1",
9907 "codespan-reporting 0.12.0",
9908 "half",
9909 "hashbrown 0.15.3",
9910 "hexf-parse",
9911 "indexmap 2.9.0",
9912 "log",
9913 "num-traits",
9914 "once_cell",
9915 "rustc-hash 1.1.0",
9916 "spirv",
9917 "strum 0.26.3",
9918 "thiserror 2.0.12",
9919 "unicode-ident",
9920]
9921
9922[[package]]
9923name = "nanoid"
9924version = "0.4.0"
9925source = "registry+https://github.com/rust-lang/crates.io-index"
9926checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9927dependencies = [
9928 "rand 0.8.5",
9929]
9930
9931[[package]]
9932name = "nanorand"
9933version = "0.7.0"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9936dependencies = [
9937 "getrandom 0.2.15",
9938]
9939
9940[[package]]
9941name = "native-tls"
9942version = "0.2.14"
9943source = "registry+https://github.com/rust-lang/crates.io-index"
9944checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9945dependencies = [
9946 "libc",
9947 "log",
9948 "openssl",
9949 "openssl-probe",
9950 "openssl-sys",
9951 "schannel",
9952 "security-framework 2.11.1",
9953 "security-framework-sys",
9954 "tempfile",
9955]
9956
9957[[package]]
9958name = "nbformat"
9959version = "0.10.0"
9960source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9961dependencies = [
9962 "anyhow",
9963 "chrono",
9964 "jupyter-protocol",
9965 "serde",
9966 "serde_json",
9967 "thiserror 1.0.69",
9968 "uuid",
9969]
9970
9971[[package]]
9972name = "nc"
9973version = "0.1.0"
9974dependencies = [
9975 "anyhow",
9976 "futures 0.3.31",
9977 "net",
9978 "smol",
9979 "workspace-hack",
9980]
9981
9982[[package]]
9983name = "ndk"
9984version = "0.9.0"
9985source = "registry+https://github.com/rust-lang/crates.io-index"
9986checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
9987dependencies = [
9988 "bitflags 2.9.0",
9989 "jni-sys",
9990 "log",
9991 "ndk-sys",
9992 "num_enum",
9993 "thiserror 1.0.69",
9994]
9995
9996[[package]]
9997name = "ndk-context"
9998version = "0.1.1"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10001
10002[[package]]
10003name = "ndk-sys"
10004version = "0.6.0+11769913"
10005source = "registry+https://github.com/rust-lang/crates.io-index"
10006checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10007dependencies = [
10008 "jni-sys",
10009]
10010
10011[[package]]
10012name = "net"
10013version = "0.1.0"
10014dependencies = [
10015 "anyhow",
10016 "async-io",
10017 "smol",
10018 "tempfile",
10019 "windows 0.61.1",
10020 "workspace-hack",
10021]
10022
10023[[package]]
10024name = "new_debug_unreachable"
10025version = "1.0.6"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10028
10029[[package]]
10030name = "nix"
10031version = "0.28.0"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10034dependencies = [
10035 "bitflags 2.9.0",
10036 "cfg-if",
10037 "cfg_aliases 0.1.1",
10038 "libc",
10039]
10040
10041[[package]]
10042name = "nix"
10043version = "0.29.0"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10046dependencies = [
10047 "bitflags 2.9.0",
10048 "cfg-if",
10049 "cfg_aliases 0.2.1",
10050 "libc",
10051]
10052
10053[[package]]
10054name = "nix"
10055version = "0.30.1"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10058dependencies = [
10059 "bitflags 2.9.0",
10060 "cfg-if",
10061 "cfg_aliases 0.2.1",
10062 "libc",
10063 "memoffset",
10064]
10065
10066[[package]]
10067name = "node_runtime"
10068version = "0.1.0"
10069dependencies = [
10070 "anyhow",
10071 "async-compression",
10072 "async-std",
10073 "async-tar",
10074 "async-trait",
10075 "futures 0.3.31",
10076 "http_client",
10077 "log",
10078 "paths",
10079 "semver",
10080 "serde",
10081 "serde_json",
10082 "smol",
10083 "util",
10084 "watch",
10085 "which 6.0.3",
10086 "workspace-hack",
10087]
10088
10089[[package]]
10090name = "nom"
10091version = "7.1.3"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10094dependencies = [
10095 "memchr",
10096 "minimal-lexical",
10097]
10098
10099[[package]]
10100name = "nom"
10101version = "8.0.0"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10104dependencies = [
10105 "memchr",
10106]
10107
10108[[package]]
10109name = "noop_proc_macro"
10110version = "0.3.0"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10113
10114[[package]]
10115name = "normpath"
10116version = "1.3.0"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10119dependencies = [
10120 "windows-sys 0.59.0",
10121]
10122
10123[[package]]
10124name = "notifications"
10125version = "0.1.0"
10126dependencies = [
10127 "anyhow",
10128 "channel",
10129 "client",
10130 "collections",
10131 "component",
10132 "db",
10133 "gpui",
10134 "rpc",
10135 "settings",
10136 "sum_tree",
10137 "time",
10138 "ui",
10139 "util",
10140 "workspace",
10141 "workspace-hack",
10142 "zed_actions",
10143]
10144
10145[[package]]
10146name = "notify"
10147version = "6.1.1"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10150dependencies = [
10151 "bitflags 2.9.0",
10152 "crossbeam-channel",
10153 "filetime",
10154 "fsevent-sys 4.1.0",
10155 "inotify 0.9.6",
10156 "kqueue",
10157 "libc",
10158 "log",
10159 "mio 0.8.11",
10160 "walkdir",
10161 "windows-sys 0.48.0",
10162]
10163
10164[[package]]
10165name = "notify"
10166version = "8.0.0"
10167source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10168dependencies = [
10169 "bitflags 2.9.0",
10170 "filetime",
10171 "fsevent-sys 4.1.0",
10172 "inotify 0.11.0",
10173 "kqueue",
10174 "libc",
10175 "log",
10176 "mio 1.0.3",
10177 "notify-types",
10178 "walkdir",
10179 "windows-sys 0.59.0",
10180]
10181
10182[[package]]
10183name = "notify-debouncer-mini"
10184version = "0.4.1"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10187dependencies = [
10188 "crossbeam-channel",
10189 "log",
10190 "notify 6.1.1",
10191]
10192
10193[[package]]
10194name = "notify-types"
10195version = "2.0.0"
10196source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10197
10198[[package]]
10199name = "ntapi"
10200version = "0.4.1"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10203dependencies = [
10204 "winapi",
10205]
10206
10207[[package]]
10208name = "nu-ansi-term"
10209version = "0.50.1"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10212dependencies = [
10213 "windows-sys 0.52.0",
10214]
10215
10216[[package]]
10217name = "num"
10218version = "0.4.3"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10221dependencies = [
10222 "num-bigint",
10223 "num-complex",
10224 "num-integer",
10225 "num-iter",
10226 "num-rational",
10227 "num-traits",
10228]
10229
10230[[package]]
10231name = "num-bigint"
10232version = "0.4.6"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10235dependencies = [
10236 "num-integer",
10237 "num-traits",
10238]
10239
10240[[package]]
10241name = "num-bigint-dig"
10242version = "0.8.4"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10245dependencies = [
10246 "byteorder",
10247 "lazy_static",
10248 "libm",
10249 "num-integer",
10250 "num-iter",
10251 "num-traits",
10252 "rand 0.8.5",
10253 "serde",
10254 "smallvec",
10255 "zeroize",
10256]
10257
10258[[package]]
10259name = "num-cmp"
10260version = "0.1.0"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10263
10264[[package]]
10265name = "num-complex"
10266version = "0.4.6"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10269dependencies = [
10270 "bytemuck",
10271 "num-traits",
10272]
10273
10274[[package]]
10275name = "num-conv"
10276version = "0.1.0"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10279
10280[[package]]
10281name = "num-derive"
10282version = "0.4.2"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10285dependencies = [
10286 "proc-macro2",
10287 "quote",
10288 "syn 2.0.101",
10289]
10290
10291[[package]]
10292name = "num-format"
10293version = "0.4.4"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10296dependencies = [
10297 "arrayvec",
10298 "itoa",
10299]
10300
10301[[package]]
10302name = "num-integer"
10303version = "0.1.46"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10306dependencies = [
10307 "num-traits",
10308]
10309
10310[[package]]
10311name = "num-iter"
10312version = "0.1.45"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10315dependencies = [
10316 "autocfg",
10317 "num-integer",
10318 "num-traits",
10319]
10320
10321[[package]]
10322name = "num-rational"
10323version = "0.4.2"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10326dependencies = [
10327 "num-bigint",
10328 "num-integer",
10329 "num-traits",
10330]
10331
10332[[package]]
10333name = "num-traits"
10334version = "0.2.19"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10337dependencies = [
10338 "autocfg",
10339 "libm",
10340]
10341
10342[[package]]
10343name = "num_cpus"
10344version = "1.16.0"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10347dependencies = [
10348 "hermit-abi 0.3.9",
10349 "libc",
10350]
10351
10352[[package]]
10353name = "num_enum"
10354version = "0.7.3"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10357dependencies = [
10358 "num_enum_derive",
10359]
10360
10361[[package]]
10362name = "num_enum_derive"
10363version = "0.7.3"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10366dependencies = [
10367 "proc-macro-crate",
10368 "proc-macro2",
10369 "quote",
10370 "syn 2.0.101",
10371]
10372
10373[[package]]
10374name = "num_threads"
10375version = "0.1.7"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10378dependencies = [
10379 "libc",
10380]
10381
10382[[package]]
10383name = "nvim-rs"
10384version = "0.9.2"
10385source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10386dependencies = [
10387 "async-trait",
10388 "futures 0.3.31",
10389 "log",
10390 "rmp",
10391 "rmpv",
10392 "tokio",
10393 "tokio-util",
10394]
10395
10396[[package]]
10397name = "objc"
10398version = "0.2.7"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10401dependencies = [
10402 "malloc_buf",
10403 "objc_exception",
10404]
10405
10406[[package]]
10407name = "objc-foundation"
10408version = "0.1.1"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10411dependencies = [
10412 "block",
10413 "objc",
10414 "objc_id",
10415]
10416
10417[[package]]
10418name = "objc2"
10419version = "0.6.1"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10422dependencies = [
10423 "objc2-encode",
10424]
10425
10426[[package]]
10427name = "objc2-app-kit"
10428version = "0.3.1"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10431dependencies = [
10432 "bitflags 2.9.0",
10433 "objc2",
10434 "objc2-core-foundation",
10435 "objc2-foundation",
10436 "objc2-quartz-core",
10437]
10438
10439[[package]]
10440name = "objc2-audio-toolbox"
10441version = "0.3.1"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10444dependencies = [
10445 "bitflags 2.9.0",
10446 "libc",
10447 "objc2",
10448 "objc2-core-audio",
10449 "objc2-core-audio-types",
10450 "objc2-core-foundation",
10451 "objc2-foundation",
10452]
10453
10454[[package]]
10455name = "objc2-core-audio"
10456version = "0.3.1"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10459dependencies = [
10460 "dispatch2",
10461 "objc2",
10462 "objc2-core-audio-types",
10463 "objc2-core-foundation",
10464]
10465
10466[[package]]
10467name = "objc2-core-audio-types"
10468version = "0.3.1"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10471dependencies = [
10472 "bitflags 2.9.0",
10473 "objc2",
10474]
10475
10476[[package]]
10477name = "objc2-core-foundation"
10478version = "0.3.1"
10479source = "registry+https://github.com/rust-lang/crates.io-index"
10480checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10481dependencies = [
10482 "bitflags 2.9.0",
10483 "dispatch2",
10484 "objc2",
10485]
10486
10487[[package]]
10488name = "objc2-encode"
10489version = "4.1.0"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10492
10493[[package]]
10494name = "objc2-foundation"
10495version = "0.3.1"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10498dependencies = [
10499 "bitflags 2.9.0",
10500 "objc2",
10501 "objc2-core-foundation",
10502]
10503
10504[[package]]
10505name = "objc2-metal"
10506version = "0.3.1"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10509dependencies = [
10510 "bitflags 2.9.0",
10511 "block2",
10512 "dispatch2",
10513 "objc2",
10514 "objc2-core-foundation",
10515 "objc2-foundation",
10516]
10517
10518[[package]]
10519name = "objc2-quartz-core"
10520version = "0.3.1"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10523dependencies = [
10524 "bitflags 2.9.0",
10525 "objc2",
10526 "objc2-core-foundation",
10527 "objc2-foundation",
10528 "objc2-metal",
10529]
10530
10531[[package]]
10532name = "objc2-ui-kit"
10533version = "0.3.1"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10536dependencies = [
10537 "bitflags 2.9.0",
10538 "objc2",
10539 "objc2-core-foundation",
10540 "objc2-foundation",
10541 "objc2-quartz-core",
10542]
10543
10544[[package]]
10545name = "objc_exception"
10546version = "0.1.2"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10549dependencies = [
10550 "cc",
10551]
10552
10553[[package]]
10554name = "objc_id"
10555version = "0.1.1"
10556source = "registry+https://github.com/rust-lang/crates.io-index"
10557checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10558dependencies = [
10559 "objc",
10560]
10561
10562[[package]]
10563name = "object"
10564version = "0.36.7"
10565source = "registry+https://github.com/rust-lang/crates.io-index"
10566checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10567dependencies = [
10568 "crc32fast",
10569 "hashbrown 0.15.3",
10570 "indexmap 2.9.0",
10571 "memchr",
10572]
10573
10574[[package]]
10575name = "ollama"
10576version = "0.1.0"
10577dependencies = [
10578 "anyhow",
10579 "futures 0.3.31",
10580 "http_client",
10581 "schemars 1.0.1",
10582 "serde",
10583 "serde_json",
10584 "settings",
10585 "workspace-hack",
10586]
10587
10588[[package]]
10589name = "onboarding"
10590version = "0.1.0"
10591dependencies = [
10592 "ai_onboarding",
10593 "anyhow",
10594 "client",
10595 "component",
10596 "db",
10597 "documented",
10598 "editor",
10599 "fs",
10600 "fuzzy",
10601 "git",
10602 "gpui",
10603 "itertools 0.14.0",
10604 "language",
10605 "language_model",
10606 "menu",
10607 "notifications",
10608 "picker",
10609 "project",
10610 "schemars 1.0.1",
10611 "serde",
10612 "settings",
10613 "telemetry",
10614 "theme",
10615 "ui",
10616 "util",
10617 "vim_mode_setting",
10618 "workspace",
10619 "workspace-hack",
10620 "zed_actions",
10621 "zlog",
10622]
10623
10624[[package]]
10625name = "once_cell"
10626version = "1.21.3"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10629
10630[[package]]
10631name = "oo7"
10632version = "0.5.0"
10633source = "registry+https://github.com/rust-lang/crates.io-index"
10634checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10635dependencies = [
10636 "aes",
10637 "ashpd 0.12.0",
10638 "async-fs",
10639 "async-io",
10640 "async-lock",
10641 "blocking",
10642 "cbc",
10643 "cipher",
10644 "digest",
10645 "endi",
10646 "futures-lite 2.6.0",
10647 "futures-util",
10648 "getrandom 0.3.2",
10649 "hkdf",
10650 "hmac",
10651 "md-5",
10652 "num",
10653 "num-bigint-dig",
10654 "pbkdf2 0.12.2",
10655 "rand 0.9.1",
10656 "serde",
10657 "sha2",
10658 "subtle",
10659 "zbus",
10660 "zbus_macros",
10661 "zeroize",
10662 "zvariant",
10663]
10664
10665[[package]]
10666name = "oorandom"
10667version = "11.1.5"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10670
10671[[package]]
10672name = "open"
10673version = "5.3.2"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10676dependencies = [
10677 "is-wsl",
10678 "libc",
10679 "pathdiff",
10680]
10681
10682[[package]]
10683name = "open_ai"
10684version = "0.1.0"
10685dependencies = [
10686 "anyhow",
10687 "futures 0.3.31",
10688 "http_client",
10689 "log",
10690 "schemars 1.0.1",
10691 "serde",
10692 "serde_json",
10693 "settings",
10694 "strum 0.27.1",
10695 "workspace-hack",
10696]
10697
10698[[package]]
10699name = "open_router"
10700version = "0.1.0"
10701dependencies = [
10702 "anyhow",
10703 "futures 0.3.31",
10704 "http_client",
10705 "schemars 1.0.1",
10706 "serde",
10707 "serde_json",
10708 "settings",
10709 "strum 0.27.1",
10710 "thiserror 2.0.12",
10711 "workspace-hack",
10712]
10713
10714[[package]]
10715name = "opener"
10716version = "0.7.2"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10719dependencies = [
10720 "bstr",
10721 "dbus",
10722 "normpath",
10723 "windows-sys 0.59.0",
10724]
10725
10726[[package]]
10727name = "openssl"
10728version = "0.10.72"
10729source = "registry+https://github.com/rust-lang/crates.io-index"
10730checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10731dependencies = [
10732 "bitflags 2.9.0",
10733 "cfg-if",
10734 "foreign-types 0.3.2",
10735 "libc",
10736 "once_cell",
10737 "openssl-macros",
10738 "openssl-sys",
10739]
10740
10741[[package]]
10742name = "openssl-macros"
10743version = "0.1.1"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10746dependencies = [
10747 "proc-macro2",
10748 "quote",
10749 "syn 2.0.101",
10750]
10751
10752[[package]]
10753name = "openssl-probe"
10754version = "0.1.6"
10755source = "registry+https://github.com/rust-lang/crates.io-index"
10756checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10757
10758[[package]]
10759name = "openssl-sys"
10760version = "0.9.107"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10763dependencies = [
10764 "cc",
10765 "libc",
10766 "pkg-config",
10767 "vcpkg",
10768]
10769
10770[[package]]
10771name = "optfield"
10772version = "0.3.0"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10775dependencies = [
10776 "proc-macro2",
10777 "quote",
10778 "syn 2.0.101",
10779]
10780
10781[[package]]
10782name = "option-ext"
10783version = "0.2.0"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10786
10787[[package]]
10788name = "ordered-float"
10789version = "2.10.1"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10792dependencies = [
10793 "num-traits",
10794]
10795
10796[[package]]
10797name = "ordered-float"
10798version = "4.6.0"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10801dependencies = [
10802 "num-traits",
10803]
10804
10805[[package]]
10806name = "ordered-stream"
10807version = "0.2.0"
10808source = "registry+https://github.com/rust-lang/crates.io-index"
10809checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10810dependencies = [
10811 "futures-core",
10812 "pin-project-lite",
10813]
10814
10815[[package]]
10816name = "ouroboros"
10817version = "0.18.5"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10820dependencies = [
10821 "aliasable",
10822 "ouroboros_macro",
10823 "static_assertions",
10824]
10825
10826[[package]]
10827name = "ouroboros_macro"
10828version = "0.18.5"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10831dependencies = [
10832 "heck 0.4.1",
10833 "proc-macro2",
10834 "proc-macro2-diagnostics",
10835 "quote",
10836 "syn 2.0.101",
10837]
10838
10839[[package]]
10840name = "outline"
10841version = "0.1.0"
10842dependencies = [
10843 "editor",
10844 "fuzzy",
10845 "gpui",
10846 "indoc",
10847 "language",
10848 "menu",
10849 "ordered-float 2.10.1",
10850 "picker",
10851 "project",
10852 "rope",
10853 "serde_json",
10854 "settings",
10855 "smol",
10856 "theme",
10857 "tree-sitter-rust",
10858 "tree-sitter-typescript",
10859 "ui",
10860 "util",
10861 "workspace",
10862 "workspace-hack",
10863 "zed_actions",
10864]
10865
10866[[package]]
10867name = "outline_panel"
10868version = "0.1.0"
10869dependencies = [
10870 "anyhow",
10871 "collections",
10872 "db",
10873 "editor",
10874 "file_icons",
10875 "fuzzy",
10876 "gpui",
10877 "itertools 0.14.0",
10878 "language",
10879 "log",
10880 "menu",
10881 "outline",
10882 "pretty_assertions",
10883 "project",
10884 "search",
10885 "serde",
10886 "serde_json",
10887 "settings",
10888 "smallvec",
10889 "smol",
10890 "theme",
10891 "ui",
10892 "util",
10893 "workspace",
10894 "workspace-hack",
10895 "worktree",
10896 "zed_actions",
10897]
10898
10899[[package]]
10900name = "outref"
10901version = "0.5.2"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10904
10905[[package]]
10906name = "p256"
10907version = "0.11.1"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10910dependencies = [
10911 "ecdsa",
10912 "elliptic-curve",
10913 "sha2",
10914]
10915
10916[[package]]
10917name = "page_size"
10918version = "0.6.0"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10921dependencies = [
10922 "libc",
10923 "winapi",
10924]
10925
10926[[package]]
10927name = "palette"
10928version = "0.7.6"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10931dependencies = [
10932 "approx",
10933 "fast-srgb8",
10934 "palette_derive",
10935]
10936
10937[[package]]
10938name = "palette_derive"
10939version = "0.7.6"
10940source = "registry+https://github.com/rust-lang/crates.io-index"
10941checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10942dependencies = [
10943 "by_address",
10944 "proc-macro2",
10945 "quote",
10946 "syn 2.0.101",
10947]
10948
10949[[package]]
10950name = "panel"
10951version = "0.1.0"
10952dependencies = [
10953 "editor",
10954 "gpui",
10955 "settings",
10956 "theme",
10957 "ui",
10958 "workspace",
10959 "workspace-hack",
10960]
10961
10962[[package]]
10963name = "parking"
10964version = "2.2.1"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10967
10968[[package]]
10969name = "parking_lot"
10970version = "0.12.4"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
10973dependencies = [
10974 "lock_api",
10975 "parking_lot_core",
10976]
10977
10978[[package]]
10979name = "parking_lot_core"
10980version = "0.9.11"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
10983dependencies = [
10984 "cfg-if",
10985 "libc",
10986 "redox_syscall 0.5.11",
10987 "smallvec",
10988 "windows-targets 0.52.6",
10989]
10990
10991[[package]]
10992name = "parse_int"
10993version = "0.9.0"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
10996dependencies = [
10997 "num-traits",
10998]
10999
11000[[package]]
11001name = "partial-json-fixer"
11002version = "0.5.3"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11005
11006[[package]]
11007name = "password-hash"
11008version = "0.4.2"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11011dependencies = [
11012 "base64ct",
11013 "rand_core 0.6.4",
11014 "subtle",
11015]
11016
11017[[package]]
11018name = "password-hash"
11019version = "0.5.0"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11022dependencies = [
11023 "base64ct",
11024 "rand_core 0.6.4",
11025 "subtle",
11026]
11027
11028[[package]]
11029name = "paste"
11030version = "1.0.15"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11033
11034[[package]]
11035name = "pathdiff"
11036version = "0.2.3"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11039
11040[[package]]
11041name = "pathfinder_geometry"
11042version = "0.5.1"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11045dependencies = [
11046 "log",
11047 "pathfinder_simd",
11048]
11049
11050[[package]]
11051name = "pathfinder_simd"
11052version = "0.5.5"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11055dependencies = [
11056 "rustc_version",
11057]
11058
11059[[package]]
11060name = "paths"
11061version = "0.1.0"
11062dependencies = [
11063 "dirs 4.0.0",
11064 "ignore",
11065 "util",
11066 "workspace-hack",
11067]
11068
11069[[package]]
11070name = "pbjson"
11071version = "0.6.0"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11074dependencies = [
11075 "base64 0.21.7",
11076 "serde",
11077]
11078
11079[[package]]
11080name = "pbjson-build"
11081version = "0.6.2"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11084dependencies = [
11085 "heck 0.4.1",
11086 "itertools 0.11.0",
11087 "prost 0.12.6",
11088 "prost-types 0.12.6",
11089]
11090
11091[[package]]
11092name = "pbjson-types"
11093version = "0.6.0"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11096dependencies = [
11097 "bytes 1.10.1",
11098 "chrono",
11099 "pbjson",
11100 "pbjson-build",
11101 "prost 0.12.6",
11102 "prost-build 0.12.6",
11103 "serde",
11104]
11105
11106[[package]]
11107name = "pbkdf2"
11108version = "0.11.0"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11111dependencies = [
11112 "digest",
11113 "hmac",
11114 "password-hash 0.4.2",
11115 "sha2",
11116]
11117
11118[[package]]
11119name = "pbkdf2"
11120version = "0.12.2"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11123dependencies = [
11124 "digest",
11125 "hmac",
11126]
11127
11128[[package]]
11129name = "pciid-parser"
11130version = "0.8.0"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11133
11134[[package]]
11135name = "pem"
11136version = "3.0.5"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11139dependencies = [
11140 "base64 0.22.1",
11141 "serde",
11142]
11143
11144[[package]]
11145name = "pem-rfc7468"
11146version = "0.7.0"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11149dependencies = [
11150 "base64ct",
11151]
11152
11153[[package]]
11154name = "percent-encoding"
11155version = "2.3.1"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11158
11159[[package]]
11160name = "perf"
11161version = "0.1.0"
11162dependencies = [
11163 "collections",
11164 "serde",
11165 "serde_json",
11166 "workspace-hack",
11167]
11168
11169[[package]]
11170name = "pest"
11171version = "2.8.0"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11174dependencies = [
11175 "memchr",
11176 "thiserror 2.0.12",
11177 "ucd-trie",
11178]
11179
11180[[package]]
11181name = "pest_derive"
11182version = "2.8.0"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11185dependencies = [
11186 "pest",
11187 "pest_generator",
11188]
11189
11190[[package]]
11191name = "pest_generator"
11192version = "2.8.0"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11195dependencies = [
11196 "pest",
11197 "pest_meta",
11198 "proc-macro2",
11199 "quote",
11200 "syn 2.0.101",
11201]
11202
11203[[package]]
11204name = "pest_meta"
11205version = "2.8.0"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11208dependencies = [
11209 "once_cell",
11210 "pest",
11211 "sha2",
11212]
11213
11214[[package]]
11215name = "pet"
11216version = "0.1.0"
11217source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11218dependencies = [
11219 "clap",
11220 "env_logger 0.10.2",
11221 "lazy_static",
11222 "log",
11223 "msvc_spectre_libs",
11224 "pet-conda",
11225 "pet-core",
11226 "pet-env-var-path",
11227 "pet-fs",
11228 "pet-global-virtualenvs",
11229 "pet-homebrew",
11230 "pet-jsonrpc",
11231 "pet-linux-global-python",
11232 "pet-mac-commandlinetools",
11233 "pet-mac-python-org",
11234 "pet-mac-xcode",
11235 "pet-pipenv",
11236 "pet-pixi",
11237 "pet-poetry",
11238 "pet-pyenv",
11239 "pet-python-utils",
11240 "pet-reporter",
11241 "pet-telemetry",
11242 "pet-venv",
11243 "pet-virtualenv",
11244 "pet-virtualenvwrapper",
11245 "pet-windows-registry",
11246 "pet-windows-store",
11247 "serde",
11248 "serde_json",
11249]
11250
11251[[package]]
11252name = "pet-conda"
11253version = "0.1.0"
11254source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11255dependencies = [
11256 "env_logger 0.10.2",
11257 "lazy_static",
11258 "log",
11259 "msvc_spectre_libs",
11260 "pet-core",
11261 "pet-fs",
11262 "pet-python-utils",
11263 "pet-reporter",
11264 "regex",
11265 "serde",
11266 "serde_json",
11267 "yaml-rust2",
11268]
11269
11270[[package]]
11271name = "pet-core"
11272version = "0.1.0"
11273source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11274dependencies = [
11275 "clap",
11276 "lazy_static",
11277 "log",
11278 "msvc_spectre_libs",
11279 "pet-fs",
11280 "regex",
11281 "serde",
11282 "serde_json",
11283]
11284
11285[[package]]
11286name = "pet-env-var-path"
11287version = "0.1.0"
11288source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11289dependencies = [
11290 "lazy_static",
11291 "log",
11292 "msvc_spectre_libs",
11293 "pet-conda",
11294 "pet-core",
11295 "pet-fs",
11296 "pet-python-utils",
11297 "pet-virtualenv",
11298 "regex",
11299]
11300
11301[[package]]
11302name = "pet-fs"
11303version = "0.1.0"
11304source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11305dependencies = [
11306 "log",
11307 "msvc_spectre_libs",
11308]
11309
11310[[package]]
11311name = "pet-global-virtualenvs"
11312version = "0.1.0"
11313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11314dependencies = [
11315 "log",
11316 "msvc_spectre_libs",
11317 "pet-conda",
11318 "pet-core",
11319 "pet-fs",
11320 "pet-virtualenv",
11321]
11322
11323[[package]]
11324name = "pet-homebrew"
11325version = "0.1.0"
11326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11327dependencies = [
11328 "lazy_static",
11329 "log",
11330 "msvc_spectre_libs",
11331 "pet-conda",
11332 "pet-core",
11333 "pet-fs",
11334 "pet-python-utils",
11335 "pet-virtualenv",
11336 "regex",
11337 "serde",
11338 "serde_json",
11339]
11340
11341[[package]]
11342name = "pet-jsonrpc"
11343version = "0.1.0"
11344source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11345dependencies = [
11346 "env_logger 0.10.2",
11347 "log",
11348 "msvc_spectre_libs",
11349 "pet-core",
11350 "serde",
11351 "serde_json",
11352]
11353
11354[[package]]
11355name = "pet-linux-global-python"
11356version = "0.1.0"
11357source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11358dependencies = [
11359 "log",
11360 "msvc_spectre_libs",
11361 "pet-core",
11362 "pet-fs",
11363 "pet-python-utils",
11364 "pet-virtualenv",
11365]
11366
11367[[package]]
11368name = "pet-mac-commandlinetools"
11369version = "0.1.0"
11370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11371dependencies = [
11372 "log",
11373 "msvc_spectre_libs",
11374 "pet-core",
11375 "pet-fs",
11376 "pet-python-utils",
11377 "pet-virtualenv",
11378]
11379
11380[[package]]
11381name = "pet-mac-python-org"
11382version = "0.1.0"
11383source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11384dependencies = [
11385 "log",
11386 "msvc_spectre_libs",
11387 "pet-core",
11388 "pet-fs",
11389 "pet-python-utils",
11390 "pet-virtualenv",
11391]
11392
11393[[package]]
11394name = "pet-mac-xcode"
11395version = "0.1.0"
11396source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11397dependencies = [
11398 "log",
11399 "msvc_spectre_libs",
11400 "pet-core",
11401 "pet-fs",
11402 "pet-python-utils",
11403 "pet-virtualenv",
11404]
11405
11406[[package]]
11407name = "pet-pipenv"
11408version = "0.1.0"
11409source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11410dependencies = [
11411 "log",
11412 "msvc_spectre_libs",
11413 "pet-core",
11414 "pet-fs",
11415 "pet-python-utils",
11416 "pet-virtualenv",
11417]
11418
11419[[package]]
11420name = "pet-pixi"
11421version = "0.1.0"
11422source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11423dependencies = [
11424 "log",
11425 "msvc_spectre_libs",
11426 "pet-conda",
11427 "pet-core",
11428 "pet-python-utils",
11429]
11430
11431[[package]]
11432name = "pet-poetry"
11433version = "0.1.0"
11434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11435dependencies = [
11436 "base64 0.22.1",
11437 "lazy_static",
11438 "log",
11439 "msvc_spectre_libs",
11440 "pet-core",
11441 "pet-fs",
11442 "pet-python-utils",
11443 "pet-reporter",
11444 "pet-virtualenv",
11445 "regex",
11446 "serde",
11447 "serde_json",
11448 "sha2",
11449 "toml 0.8.20",
11450]
11451
11452[[package]]
11453name = "pet-pyenv"
11454version = "0.1.0"
11455source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11456dependencies = [
11457 "lazy_static",
11458 "log",
11459 "msvc_spectre_libs",
11460 "pet-conda",
11461 "pet-core",
11462 "pet-fs",
11463 "pet-python-utils",
11464 "pet-reporter",
11465 "regex",
11466 "serde",
11467 "serde_json",
11468]
11469
11470[[package]]
11471name = "pet-python-utils"
11472version = "0.1.0"
11473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11474dependencies = [
11475 "env_logger 0.10.2",
11476 "lazy_static",
11477 "log",
11478 "msvc_spectre_libs",
11479 "pet-core",
11480 "pet-fs",
11481 "regex",
11482 "serde",
11483 "serde_json",
11484 "sha2",
11485]
11486
11487[[package]]
11488name = "pet-reporter"
11489version = "0.1.0"
11490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11491dependencies = [
11492 "env_logger 0.10.2",
11493 "log",
11494 "msvc_spectre_libs",
11495 "pet-core",
11496 "pet-jsonrpc",
11497 "serde",
11498 "serde_json",
11499]
11500
11501[[package]]
11502name = "pet-telemetry"
11503version = "0.1.0"
11504source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11505dependencies = [
11506 "env_logger 0.10.2",
11507 "lazy_static",
11508 "log",
11509 "msvc_spectre_libs",
11510 "pet-core",
11511 "pet-fs",
11512 "pet-python-utils",
11513 "regex",
11514]
11515
11516[[package]]
11517name = "pet-venv"
11518version = "0.1.0"
11519source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11520dependencies = [
11521 "log",
11522 "msvc_spectre_libs",
11523 "pet-core",
11524 "pet-python-utils",
11525 "pet-virtualenv",
11526]
11527
11528[[package]]
11529name = "pet-virtualenv"
11530version = "0.1.0"
11531source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11532dependencies = [
11533 "log",
11534 "msvc_spectre_libs",
11535 "pet-core",
11536 "pet-fs",
11537 "pet-python-utils",
11538]
11539
11540[[package]]
11541name = "pet-virtualenvwrapper"
11542version = "0.1.0"
11543source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11544dependencies = [
11545 "log",
11546 "msvc_spectre_libs",
11547 "pet-core",
11548 "pet-fs",
11549 "pet-python-utils",
11550 "pet-virtualenv",
11551]
11552
11553[[package]]
11554name = "pet-windows-registry"
11555version = "0.1.0"
11556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11557dependencies = [
11558 "lazy_static",
11559 "log",
11560 "msvc_spectre_libs",
11561 "pet-conda",
11562 "pet-core",
11563 "pet-fs",
11564 "pet-python-utils",
11565 "pet-virtualenv",
11566 "pet-windows-store",
11567 "regex",
11568 "winreg 0.55.0",
11569]
11570
11571[[package]]
11572name = "pet-windows-store"
11573version = "0.1.0"
11574source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11575dependencies = [
11576 "lazy_static",
11577 "log",
11578 "msvc_spectre_libs",
11579 "pet-core",
11580 "pet-fs",
11581 "pet-python-utils",
11582 "pet-virtualenv",
11583 "regex",
11584 "winreg 0.55.0",
11585]
11586
11587[[package]]
11588name = "petgraph"
11589version = "0.6.5"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11592dependencies = [
11593 "fixedbitset",
11594 "indexmap 2.9.0",
11595]
11596
11597[[package]]
11598name = "pgvector"
11599version = "0.4.0"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11602dependencies = [
11603 "serde",
11604]
11605
11606[[package]]
11607name = "phf"
11608version = "0.11.3"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11611dependencies = [
11612 "phf_macros",
11613 "phf_shared",
11614]
11615
11616[[package]]
11617name = "phf_codegen"
11618version = "0.11.3"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11621dependencies = [
11622 "phf_generator",
11623 "phf_shared",
11624]
11625
11626[[package]]
11627name = "phf_generator"
11628version = "0.11.3"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11631dependencies = [
11632 "phf_shared",
11633 "rand 0.8.5",
11634]
11635
11636[[package]]
11637name = "phf_macros"
11638version = "0.11.3"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11641dependencies = [
11642 "phf_generator",
11643 "phf_shared",
11644 "proc-macro2",
11645 "quote",
11646 "syn 2.0.101",
11647]
11648
11649[[package]]
11650name = "phf_shared"
11651version = "0.11.3"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11654dependencies = [
11655 "siphasher",
11656]
11657
11658[[package]]
11659name = "picker"
11660version = "0.1.0"
11661dependencies = [
11662 "anyhow",
11663 "ctor",
11664 "editor",
11665 "env_logger 0.11.8",
11666 "gpui",
11667 "menu",
11668 "schemars 1.0.1",
11669 "serde",
11670 "serde_json",
11671 "theme",
11672 "ui",
11673 "workspace",
11674 "workspace-hack",
11675]
11676
11677[[package]]
11678name = "pico-args"
11679version = "0.5.0"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11682
11683[[package]]
11684name = "pin-project"
11685version = "1.1.10"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11688dependencies = [
11689 "pin-project-internal",
11690]
11691
11692[[package]]
11693name = "pin-project-internal"
11694version = "1.1.10"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11697dependencies = [
11698 "proc-macro2",
11699 "quote",
11700 "syn 2.0.101",
11701]
11702
11703[[package]]
11704name = "pin-project-lite"
11705version = "0.2.16"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11708
11709[[package]]
11710name = "pin-utils"
11711version = "0.1.0"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11714
11715[[package]]
11716name = "piper"
11717version = "0.2.4"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11720dependencies = [
11721 "atomic-waker",
11722 "fastrand 2.3.0",
11723 "futures-io",
11724]
11725
11726[[package]]
11727name = "pkcs1"
11728version = "0.7.5"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11731dependencies = [
11732 "der 0.7.10",
11733 "pkcs8 0.10.2",
11734 "spki 0.7.3",
11735]
11736
11737[[package]]
11738name = "pkcs8"
11739version = "0.9.0"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11742dependencies = [
11743 "der 0.6.1",
11744 "spki 0.6.0",
11745]
11746
11747[[package]]
11748name = "pkcs8"
11749version = "0.10.2"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11752dependencies = [
11753 "der 0.7.10",
11754 "spki 0.7.3",
11755]
11756
11757[[package]]
11758name = "pkg-config"
11759version = "0.3.32"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11762
11763[[package]]
11764name = "plain"
11765version = "0.2.3"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11768
11769[[package]]
11770name = "plist"
11771version = "1.7.1"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11774dependencies = [
11775 "base64 0.22.1",
11776 "indexmap 2.9.0",
11777 "quick-xml 0.32.0",
11778 "serde",
11779 "time",
11780]
11781
11782[[package]]
11783name = "plotters"
11784version = "0.3.7"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11787dependencies = [
11788 "num-traits",
11789 "plotters-backend",
11790 "plotters-svg",
11791 "wasm-bindgen",
11792 "web-sys",
11793]
11794
11795[[package]]
11796name = "plotters-backend"
11797version = "0.3.7"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11800
11801[[package]]
11802name = "plotters-svg"
11803version = "0.3.7"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11806dependencies = [
11807 "plotters-backend",
11808]
11809
11810[[package]]
11811name = "png"
11812version = "0.17.16"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11815dependencies = [
11816 "bitflags 1.3.2",
11817 "crc32fast",
11818 "fdeflate",
11819 "flate2",
11820 "miniz_oxide",
11821]
11822
11823[[package]]
11824name = "polling"
11825version = "3.11.0"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11828dependencies = [
11829 "cfg-if",
11830 "concurrent-queue",
11831 "hermit-abi 0.5.0",
11832 "pin-project-lite",
11833 "rustix 1.0.7",
11834 "windows-sys 0.61.0",
11835]
11836
11837[[package]]
11838name = "pollster"
11839version = "0.2.5"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11842
11843[[package]]
11844name = "portable-atomic"
11845version = "1.11.0"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11848
11849[[package]]
11850name = "portable-atomic-util"
11851version = "0.2.4"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11854dependencies = [
11855 "portable-atomic",
11856]
11857
11858[[package]]
11859name = "portable-pty"
11860version = "0.9.0"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11863dependencies = [
11864 "anyhow",
11865 "bitflags 1.3.2",
11866 "downcast-rs",
11867 "filedescriptor",
11868 "lazy_static",
11869 "libc",
11870 "log",
11871 "nix 0.28.0",
11872 "serial2",
11873 "shared_library",
11874 "shell-words",
11875 "winapi",
11876 "winreg 0.10.1",
11877]
11878
11879[[package]]
11880name = "postage"
11881version = "0.5.0"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11884dependencies = [
11885 "atomic",
11886 "crossbeam-queue",
11887 "futures 0.3.31",
11888 "log",
11889 "parking_lot",
11890 "pin-project",
11891 "pollster",
11892 "static_assertions",
11893 "thiserror 1.0.69",
11894]
11895
11896[[package]]
11897name = "postcard"
11898version = "1.1.1"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11901dependencies = [
11902 "cobs",
11903 "embedded-io 0.4.0",
11904 "embedded-io 0.6.1",
11905 "serde",
11906]
11907
11908[[package]]
11909name = "powerfmt"
11910version = "0.2.0"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11913
11914[[package]]
11915name = "ppv-lite86"
11916version = "0.2.21"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11919dependencies = [
11920 "zerocopy 0.8.24",
11921]
11922
11923[[package]]
11924name = "precomputed-hash"
11925version = "0.1.1"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11928
11929[[package]]
11930name = "prettier"
11931version = "0.1.0"
11932dependencies = [
11933 "anyhow",
11934 "collections",
11935 "fs",
11936 "gpui",
11937 "language",
11938 "log",
11939 "lsp",
11940 "node_runtime",
11941 "parking_lot",
11942 "paths",
11943 "serde",
11944 "serde_json",
11945 "util",
11946 "workspace-hack",
11947]
11948
11949[[package]]
11950name = "pretty_assertions"
11951version = "1.4.1"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11954dependencies = [
11955 "diff",
11956 "yansi",
11957]
11958
11959[[package]]
11960name = "prettyplease"
11961version = "0.2.32"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11964dependencies = [
11965 "proc-macro2",
11966 "syn 2.0.101",
11967]
11968
11969[[package]]
11970name = "primal-check"
11971version = "0.3.4"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
11974dependencies = [
11975 "num-integer",
11976]
11977
11978[[package]]
11979name = "proc-macro-crate"
11980version = "3.3.0"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11983dependencies = [
11984 "toml_edit",
11985]
11986
11987[[package]]
11988name = "proc-macro-error-attr2"
11989version = "2.0.0"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11992dependencies = [
11993 "proc-macro2",
11994 "quote",
11995]
11996
11997[[package]]
11998name = "proc-macro-error2"
11999version = "2.0.1"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12002dependencies = [
12003 "proc-macro-error-attr2",
12004 "proc-macro2",
12005 "quote",
12006 "syn 2.0.101",
12007]
12008
12009[[package]]
12010name = "proc-macro2"
12011version = "1.0.95"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12014dependencies = [
12015 "unicode-ident",
12016]
12017
12018[[package]]
12019name = "proc-macro2-diagnostics"
12020version = "0.10.1"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12023dependencies = [
12024 "proc-macro2",
12025 "quote",
12026 "syn 2.0.101",
12027 "version_check",
12028 "yansi",
12029]
12030
12031[[package]]
12032name = "procfs-core"
12033version = "0.16.0"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12036dependencies = [
12037 "bitflags 2.9.0",
12038 "hex",
12039]
12040
12041[[package]]
12042name = "profiling"
12043version = "1.0.16"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12046dependencies = [
12047 "profiling-procmacros",
12048]
12049
12050[[package]]
12051name = "profiling-procmacros"
12052version = "1.0.16"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12055dependencies = [
12056 "quote",
12057 "syn 2.0.101",
12058]
12059
12060[[package]]
12061name = "project"
12062version = "0.1.0"
12063dependencies = [
12064 "aho-corasick",
12065 "anyhow",
12066 "askpass",
12067 "async-trait",
12068 "base64 0.22.1",
12069 "buffer_diff",
12070 "circular-buffer",
12071 "client",
12072 "clock",
12073 "collections",
12074 "context_server",
12075 "dap",
12076 "dap_adapters",
12077 "extension",
12078 "fancy-regex 0.14.0",
12079 "fs",
12080 "futures 0.3.31",
12081 "fuzzy",
12082 "git",
12083 "git2",
12084 "git_hosting_providers",
12085 "globset",
12086 "gpui",
12087 "http_client",
12088 "image",
12089 "indexmap 2.9.0",
12090 "itertools 0.14.0",
12091 "language",
12092 "log",
12093 "lsp",
12094 "markdown",
12095 "node_runtime",
12096 "parking_lot",
12097 "pathdiff",
12098 "paths",
12099 "postage",
12100 "prettier",
12101 "pretty_assertions",
12102 "rand 0.9.1",
12103 "regex",
12104 "release_channel",
12105 "remote",
12106 "rpc",
12107 "schemars 1.0.1",
12108 "semver",
12109 "serde",
12110 "serde_json",
12111 "settings",
12112 "sha2",
12113 "shellexpand 2.1.2",
12114 "shlex",
12115 "smallvec",
12116 "smol",
12117 "snippet",
12118 "snippet_provider",
12119 "sum_tree",
12120 "task",
12121 "tempfile",
12122 "terminal",
12123 "text",
12124 "toml 0.8.20",
12125 "unindent",
12126 "url",
12127 "util",
12128 "watch",
12129 "which 6.0.3",
12130 "workspace-hack",
12131 "worktree",
12132 "zeroize",
12133 "zlog",
12134]
12135
12136[[package]]
12137name = "project_panel"
12138version = "0.1.0"
12139dependencies = [
12140 "anyhow",
12141 "client",
12142 "collections",
12143 "command_palette_hooks",
12144 "db",
12145 "editor",
12146 "file_icons",
12147 "git",
12148 "git_ui",
12149 "gpui",
12150 "indexmap 2.9.0",
12151 "language",
12152 "menu",
12153 "pretty_assertions",
12154 "project",
12155 "schemars 1.0.1",
12156 "search",
12157 "serde",
12158 "serde_json",
12159 "settings",
12160 "smallvec",
12161 "telemetry",
12162 "theme",
12163 "ui",
12164 "util",
12165 "workspace",
12166 "workspace-hack",
12167 "worktree",
12168 "zed_actions",
12169]
12170
12171[[package]]
12172name = "project_symbols"
12173version = "0.1.0"
12174dependencies = [
12175 "anyhow",
12176 "editor",
12177 "futures 0.3.31",
12178 "fuzzy",
12179 "gpui",
12180 "language",
12181 "lsp",
12182 "ordered-float 2.10.1",
12183 "picker",
12184 "project",
12185 "release_channel",
12186 "serde_json",
12187 "settings",
12188 "theme",
12189 "util",
12190 "workspace",
12191 "workspace-hack",
12192]
12193
12194[[package]]
12195name = "prometheus"
12196version = "0.14.0"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12199dependencies = [
12200 "cfg-if",
12201 "fnv",
12202 "lazy_static",
12203 "memchr",
12204 "parking_lot",
12205 "protobuf",
12206 "thiserror 2.0.12",
12207]
12208
12209[[package]]
12210name = "prompt_store"
12211version = "0.1.0"
12212dependencies = [
12213 "anyhow",
12214 "assets",
12215 "chrono",
12216 "collections",
12217 "fs",
12218 "futures 0.3.31",
12219 "fuzzy",
12220 "gpui",
12221 "handlebars 4.5.0",
12222 "heed",
12223 "language",
12224 "log",
12225 "parking_lot",
12226 "paths",
12227 "rope",
12228 "serde",
12229 "serde_json",
12230 "text",
12231 "util",
12232 "uuid",
12233 "workspace-hack",
12234]
12235
12236[[package]]
12237name = "prost"
12238version = "0.9.0"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12241dependencies = [
12242 "bytes 1.10.1",
12243 "prost-derive 0.9.0",
12244]
12245
12246[[package]]
12247name = "prost"
12248version = "0.12.6"
12249source = "registry+https://github.com/rust-lang/crates.io-index"
12250checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12251dependencies = [
12252 "bytes 1.10.1",
12253 "prost-derive 0.12.6",
12254]
12255
12256[[package]]
12257name = "prost-build"
12258version = "0.9.0"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12261dependencies = [
12262 "bytes 1.10.1",
12263 "heck 0.3.3",
12264 "itertools 0.10.5",
12265 "lazy_static",
12266 "log",
12267 "multimap",
12268 "petgraph",
12269 "prost 0.9.0",
12270 "prost-types 0.9.0",
12271 "regex",
12272 "tempfile",
12273 "which 4.4.2",
12274]
12275
12276[[package]]
12277name = "prost-build"
12278version = "0.12.6"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12281dependencies = [
12282 "bytes 1.10.1",
12283 "heck 0.5.0",
12284 "itertools 0.12.1",
12285 "log",
12286 "multimap",
12287 "once_cell",
12288 "petgraph",
12289 "prettyplease",
12290 "prost 0.12.6",
12291 "prost-types 0.12.6",
12292 "regex",
12293 "syn 2.0.101",
12294 "tempfile",
12295]
12296
12297[[package]]
12298name = "prost-derive"
12299version = "0.9.0"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12302dependencies = [
12303 "anyhow",
12304 "itertools 0.10.5",
12305 "proc-macro2",
12306 "quote",
12307 "syn 1.0.109",
12308]
12309
12310[[package]]
12311name = "prost-derive"
12312version = "0.12.6"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12315dependencies = [
12316 "anyhow",
12317 "itertools 0.12.1",
12318 "proc-macro2",
12319 "quote",
12320 "syn 2.0.101",
12321]
12322
12323[[package]]
12324name = "prost-types"
12325version = "0.9.0"
12326source = "registry+https://github.com/rust-lang/crates.io-index"
12327checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12328dependencies = [
12329 "bytes 1.10.1",
12330 "prost 0.9.0",
12331]
12332
12333[[package]]
12334name = "prost-types"
12335version = "0.12.6"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12338dependencies = [
12339 "prost 0.12.6",
12340]
12341
12342[[package]]
12343name = "proto"
12344version = "0.1.0"
12345dependencies = [
12346 "anyhow",
12347 "collections",
12348 "prost 0.9.0",
12349 "prost-build 0.9.0",
12350 "serde",
12351 "typed-path",
12352 "workspace-hack",
12353]
12354
12355[[package]]
12356name = "protobuf"
12357version = "3.7.2"
12358source = "registry+https://github.com/rust-lang/crates.io-index"
12359checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12360dependencies = [
12361 "once_cell",
12362 "protobuf-support",
12363 "thiserror 1.0.69",
12364]
12365
12366[[package]]
12367name = "protobuf-support"
12368version = "3.7.2"
12369source = "registry+https://github.com/rust-lang/crates.io-index"
12370checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12371dependencies = [
12372 "thiserror 1.0.69",
12373]
12374
12375[[package]]
12376name = "psm"
12377version = "0.1.25"
12378source = "registry+https://github.com/rust-lang/crates.io-index"
12379checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12380dependencies = [
12381 "cc",
12382]
12383
12384[[package]]
12385name = "ptr_meta"
12386version = "0.1.4"
12387source = "registry+https://github.com/rust-lang/crates.io-index"
12388checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12389dependencies = [
12390 "ptr_meta_derive",
12391]
12392
12393[[package]]
12394name = "ptr_meta_derive"
12395version = "0.1.4"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12398dependencies = [
12399 "proc-macro2",
12400 "quote",
12401 "syn 1.0.109",
12402]
12403
12404[[package]]
12405name = "pulldown-cmark"
12406version = "0.10.3"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12409dependencies = [
12410 "bitflags 2.9.0",
12411 "memchr",
12412 "pulldown-cmark-escape",
12413 "unicase",
12414]
12415
12416[[package]]
12417name = "pulldown-cmark"
12418version = "0.12.2"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12421dependencies = [
12422 "bitflags 2.9.0",
12423 "memchr",
12424 "unicase",
12425]
12426
12427[[package]]
12428name = "pulldown-cmark-escape"
12429version = "0.10.1"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12432
12433[[package]]
12434name = "pulley-interpreter"
12435version = "29.0.1"
12436source = "registry+https://github.com/rust-lang/crates.io-index"
12437checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12438dependencies = [
12439 "cranelift-bitset",
12440 "log",
12441 "sptr",
12442 "wasmtime-math",
12443]
12444
12445[[package]]
12446name = "pulp"
12447version = "0.18.22"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12450dependencies = [
12451 "bytemuck",
12452 "libm",
12453 "num-complex",
12454 "reborrow",
12455]
12456
12457[[package]]
12458name = "pulp"
12459version = "0.21.5"
12460source = "registry+https://github.com/rust-lang/crates.io-index"
12461checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12462dependencies = [
12463 "bytemuck",
12464 "cfg-if",
12465 "libm",
12466 "num-complex",
12467 "reborrow",
12468 "version_check",
12469]
12470
12471[[package]]
12472name = "qoi"
12473version = "0.4.1"
12474source = "registry+https://github.com/rust-lang/crates.io-index"
12475checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12476dependencies = [
12477 "bytemuck",
12478]
12479
12480[[package]]
12481name = "quick-error"
12482version = "2.0.1"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12485
12486[[package]]
12487name = "quick-xml"
12488version = "0.30.0"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12491dependencies = [
12492 "memchr",
12493]
12494
12495[[package]]
12496name = "quick-xml"
12497version = "0.32.0"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12500dependencies = [
12501 "memchr",
12502]
12503
12504[[package]]
12505name = "quick-xml"
12506version = "0.37.4"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12509dependencies = [
12510 "memchr",
12511]
12512
12513[[package]]
12514name = "quinn"
12515version = "0.11.7"
12516source = "registry+https://github.com/rust-lang/crates.io-index"
12517checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12518dependencies = [
12519 "bytes 1.10.1",
12520 "cfg_aliases 0.2.1",
12521 "pin-project-lite",
12522 "quinn-proto",
12523 "quinn-udp",
12524 "rustc-hash 2.1.1",
12525 "rustls 0.23.26",
12526 "socket2",
12527 "thiserror 2.0.12",
12528 "tokio",
12529 "tracing",
12530 "web-time",
12531]
12532
12533[[package]]
12534name = "quinn-proto"
12535version = "0.11.10"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12538dependencies = [
12539 "bytes 1.10.1",
12540 "getrandom 0.3.2",
12541 "rand 0.9.1",
12542 "ring",
12543 "rustc-hash 2.1.1",
12544 "rustls 0.23.26",
12545 "rustls-pki-types",
12546 "slab",
12547 "thiserror 2.0.12",
12548 "tinyvec",
12549 "tracing",
12550 "web-time",
12551]
12552
12553[[package]]
12554name = "quinn-udp"
12555version = "0.5.11"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12558dependencies = [
12559 "cfg_aliases 0.2.1",
12560 "libc",
12561 "once_cell",
12562 "socket2",
12563 "tracing",
12564 "windows-sys 0.59.0",
12565]
12566
12567[[package]]
12568name = "quote"
12569version = "1.0.40"
12570source = "registry+https://github.com/rust-lang/crates.io-index"
12571checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12572dependencies = [
12573 "proc-macro2",
12574]
12575
12576[[package]]
12577name = "r-efi"
12578version = "5.2.0"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12581
12582[[package]]
12583name = "radium"
12584version = "0.7.0"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12587
12588[[package]]
12589name = "rand"
12590version = "0.8.5"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12593dependencies = [
12594 "libc",
12595 "rand_chacha 0.3.1",
12596 "rand_core 0.6.4",
12597]
12598
12599[[package]]
12600name = "rand"
12601version = "0.9.1"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12604dependencies = [
12605 "rand_chacha 0.9.0",
12606 "rand_core 0.9.3",
12607]
12608
12609[[package]]
12610name = "rand_chacha"
12611version = "0.3.1"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12614dependencies = [
12615 "ppv-lite86",
12616 "rand_core 0.6.4",
12617]
12618
12619[[package]]
12620name = "rand_chacha"
12621version = "0.9.0"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12624dependencies = [
12625 "ppv-lite86",
12626 "rand_core 0.9.3",
12627]
12628
12629[[package]]
12630name = "rand_core"
12631version = "0.6.4"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12634dependencies = [
12635 "getrandom 0.2.15",
12636]
12637
12638[[package]]
12639name = "rand_core"
12640version = "0.9.3"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12643dependencies = [
12644 "getrandom 0.3.2",
12645]
12646
12647[[package]]
12648name = "rand_distr"
12649version = "0.5.1"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12652dependencies = [
12653 "num-traits",
12654 "rand 0.9.1",
12655]
12656
12657[[package]]
12658name = "range-map"
12659version = "0.2.0"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12662dependencies = [
12663 "num-traits",
12664]
12665
12666[[package]]
12667name = "rangemap"
12668version = "1.5.1"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12671
12672[[package]]
12673name = "rav1e"
12674version = "0.7.1"
12675source = "registry+https://github.com/rust-lang/crates.io-index"
12676checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12677dependencies = [
12678 "arbitrary",
12679 "arg_enum_proc_macro",
12680 "arrayvec",
12681 "av1-grain",
12682 "bitstream-io",
12683 "built",
12684 "cfg-if",
12685 "interpolate_name",
12686 "itertools 0.12.1",
12687 "libc",
12688 "libfuzzer-sys",
12689 "log",
12690 "maybe-rayon",
12691 "new_debug_unreachable",
12692 "noop_proc_macro",
12693 "num-derive",
12694 "num-traits",
12695 "once_cell",
12696 "paste",
12697 "profiling",
12698 "rand 0.8.5",
12699 "rand_chacha 0.3.1",
12700 "simd_helpers",
12701 "system-deps",
12702 "thiserror 1.0.69",
12703 "v_frame",
12704 "wasm-bindgen",
12705]
12706
12707[[package]]
12708name = "ravif"
12709version = "0.11.12"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12712dependencies = [
12713 "avif-serialize",
12714 "imgref",
12715 "loop9",
12716 "quick-error",
12717 "rav1e",
12718 "rayon",
12719 "rgb",
12720]
12721
12722[[package]]
12723name = "raw-cpuid"
12724version = "10.7.0"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12727dependencies = [
12728 "bitflags 1.3.2",
12729]
12730
12731[[package]]
12732name = "raw-cpuid"
12733version = "11.6.0"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12736dependencies = [
12737 "bitflags 2.9.0",
12738]
12739
12740[[package]]
12741name = "raw-window-handle"
12742version = "0.6.2"
12743source = "registry+https://github.com/rust-lang/crates.io-index"
12744checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12745
12746[[package]]
12747name = "raw-window-metal"
12748version = "0.4.0"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12751dependencies = [
12752 "cocoa 0.25.0",
12753 "core-graphics 0.23.2",
12754 "objc",
12755 "raw-window-handle",
12756]
12757
12758[[package]]
12759name = "rayon"
12760version = "1.10.0"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12763dependencies = [
12764 "either",
12765 "rayon-core",
12766]
12767
12768[[package]]
12769name = "rayon-core"
12770version = "1.12.1"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12773dependencies = [
12774 "crossbeam-deque",
12775 "crossbeam-utils",
12776]
12777
12778[[package]]
12779name = "read-fonts"
12780version = "0.25.3"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12783dependencies = [
12784 "bytemuck",
12785 "font-types",
12786]
12787
12788[[package]]
12789name = "realfft"
12790version = "3.5.0"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12793dependencies = [
12794 "rustfft",
12795]
12796
12797[[package]]
12798name = "reborrow"
12799version = "0.5.5"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12802
12803[[package]]
12804name = "recent_projects"
12805version = "0.1.0"
12806dependencies = [
12807 "anyhow",
12808 "askpass",
12809 "auto_update",
12810 "dap",
12811 "editor",
12812 "extension_host",
12813 "file_finder",
12814 "futures 0.3.31",
12815 "fuzzy",
12816 "gpui",
12817 "indoc",
12818 "language",
12819 "log",
12820 "markdown",
12821 "menu",
12822 "ordered-float 2.10.1",
12823 "paths",
12824 "picker",
12825 "project",
12826 "release_channel",
12827 "remote",
12828 "serde",
12829 "serde_json",
12830 "settings",
12831 "smol",
12832 "task",
12833 "telemetry",
12834 "theme",
12835 "ui",
12836 "util",
12837 "windows-registry 0.6.0",
12838 "workspace",
12839 "workspace-hack",
12840 "zed_actions",
12841]
12842
12843[[package]]
12844name = "redox_syscall"
12845version = "0.2.16"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12848dependencies = [
12849 "bitflags 1.3.2",
12850]
12851
12852[[package]]
12853name = "redox_syscall"
12854version = "0.5.11"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12857dependencies = [
12858 "bitflags 2.9.0",
12859]
12860
12861[[package]]
12862name = "redox_users"
12863version = "0.4.6"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12866dependencies = [
12867 "getrandom 0.2.15",
12868 "libredox",
12869 "thiserror 1.0.69",
12870]
12871
12872[[package]]
12873name = "redox_users"
12874version = "0.5.0"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12877dependencies = [
12878 "getrandom 0.2.15",
12879 "libredox",
12880 "thiserror 2.0.12",
12881]
12882
12883[[package]]
12884name = "ref-cast"
12885version = "1.0.24"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12888dependencies = [
12889 "ref-cast-impl",
12890]
12891
12892[[package]]
12893name = "ref-cast-impl"
12894version = "1.0.24"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12897dependencies = [
12898 "proc-macro2",
12899 "quote",
12900 "syn 2.0.101",
12901]
12902
12903[[package]]
12904name = "referencing"
12905version = "0.30.0"
12906source = "registry+https://github.com/rust-lang/crates.io-index"
12907checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12908dependencies = [
12909 "ahash 0.8.11",
12910 "fluent-uri",
12911 "once_cell",
12912 "parking_lot",
12913 "percent-encoding",
12914 "serde_json",
12915]
12916
12917[[package]]
12918name = "refineable"
12919version = "0.1.0"
12920dependencies = [
12921 "derive_refineable",
12922 "workspace-hack",
12923]
12924
12925[[package]]
12926name = "regalloc2"
12927version = "0.11.2"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12930dependencies = [
12931 "allocator-api2",
12932 "bumpalo",
12933 "hashbrown 0.15.3",
12934 "log",
12935 "rustc-hash 2.1.1",
12936 "serde",
12937 "smallvec",
12938]
12939
12940[[package]]
12941name = "regex"
12942version = "1.11.1"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12945dependencies = [
12946 "aho-corasick",
12947 "memchr",
12948 "regex-automata",
12949 "regex-syntax",
12950]
12951
12952[[package]]
12953name = "regex-automata"
12954version = "0.4.9"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12957dependencies = [
12958 "aho-corasick",
12959 "memchr",
12960 "regex-syntax",
12961]
12962
12963[[package]]
12964name = "regex-lite"
12965version = "0.1.6"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12968
12969[[package]]
12970name = "regex-syntax"
12971version = "0.8.5"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12974
12975[[package]]
12976name = "release_channel"
12977version = "0.1.0"
12978dependencies = [
12979 "gpui",
12980 "workspace-hack",
12981]
12982
12983[[package]]
12984name = "remote"
12985version = "0.1.0"
12986dependencies = [
12987 "anyhow",
12988 "askpass",
12989 "async-trait",
12990 "collections",
12991 "fs",
12992 "futures 0.3.31",
12993 "gpui",
12994 "itertools 0.14.0",
12995 "log",
12996 "parking_lot",
12997 "paths",
12998 "prost 0.9.0",
12999 "release_channel",
13000 "rpc",
13001 "serde",
13002 "serde_json",
13003 "settings",
13004 "shlex",
13005 "smol",
13006 "tempfile",
13007 "thiserror 2.0.12",
13008 "urlencoding",
13009 "util",
13010 "which 6.0.3",
13011 "workspace-hack",
13012]
13013
13014[[package]]
13015name = "remote_server"
13016version = "0.1.0"
13017dependencies = [
13018 "action_log",
13019 "anyhow",
13020 "askpass",
13021 "assistant_tool",
13022 "assistant_tools",
13023 "cargo_toml",
13024 "clap",
13025 "client",
13026 "clock",
13027 "collections",
13028 "crash-handler",
13029 "crashes",
13030 "dap",
13031 "dap_adapters",
13032 "debug_adapter_extension",
13033 "editor",
13034 "env_logger 0.11.8",
13035 "extension",
13036 "extension_host",
13037 "fork",
13038 "fs",
13039 "futures 0.3.31",
13040 "git",
13041 "git2",
13042 "git_hosting_providers",
13043 "gpui",
13044 "gpui_tokio",
13045 "http_client",
13046 "language",
13047 "language_extension",
13048 "language_model",
13049 "languages",
13050 "libc",
13051 "log",
13052 "lsp",
13053 "minidumper",
13054 "node_runtime",
13055 "paths",
13056 "pretty_assertions",
13057 "project",
13058 "proto",
13059 "release_channel",
13060 "remote",
13061 "reqwest_client",
13062 "rpc",
13063 "rust-embed",
13064 "serde",
13065 "serde_json",
13066 "settings",
13067 "shellexpand 2.1.2",
13068 "smol",
13069 "sysinfo",
13070 "thiserror 2.0.12",
13071 "toml 0.8.20",
13072 "unindent",
13073 "util",
13074 "watch",
13075 "workspace",
13076 "worktree",
13077 "zlog",
13078]
13079
13080[[package]]
13081name = "rend"
13082version = "0.4.2"
13083source = "registry+https://github.com/rust-lang/crates.io-index"
13084checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13085dependencies = [
13086 "bytecheck",
13087]
13088
13089[[package]]
13090name = "repl"
13091version = "0.1.0"
13092dependencies = [
13093 "alacritty_terminal",
13094 "anyhow",
13095 "async-dispatcher",
13096 "async-tungstenite",
13097 "base64 0.22.1",
13098 "client",
13099 "collections",
13100 "command_palette_hooks",
13101 "editor",
13102 "env_logger 0.11.8",
13103 "feature_flags",
13104 "file_icons",
13105 "futures 0.3.31",
13106 "gpui",
13107 "http_client",
13108 "image",
13109 "indoc",
13110 "jupyter-protocol",
13111 "jupyter-websocket-client",
13112 "language",
13113 "languages",
13114 "log",
13115 "markdown_preview",
13116 "menu",
13117 "multi_buffer",
13118 "nbformat",
13119 "picker",
13120 "project",
13121 "runtimelib",
13122 "serde",
13123 "serde_json",
13124 "settings",
13125 "smol",
13126 "telemetry",
13127 "terminal",
13128 "terminal_view",
13129 "theme",
13130 "tree-sitter-md",
13131 "tree-sitter-python",
13132 "tree-sitter-typescript",
13133 "ui",
13134 "util",
13135 "uuid",
13136 "workspace",
13137 "workspace-hack",
13138]
13139
13140[[package]]
13141name = "reqwest"
13142version = "0.11.27"
13143source = "registry+https://github.com/rust-lang/crates.io-index"
13144checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13145dependencies = [
13146 "base64 0.21.7",
13147 "bytes 1.10.1",
13148 "encoding_rs",
13149 "futures-core",
13150 "futures-util",
13151 "h2 0.3.26",
13152 "http 0.2.12",
13153 "http-body 0.4.6",
13154 "hyper 0.14.32",
13155 "hyper-rustls 0.24.2",
13156 "hyper-tls",
13157 "ipnet",
13158 "js-sys",
13159 "log",
13160 "mime",
13161 "native-tls",
13162 "once_cell",
13163 "percent-encoding",
13164 "pin-project-lite",
13165 "rustls 0.21.12",
13166 "rustls-native-certs 0.6.3",
13167 "rustls-pemfile 1.0.4",
13168 "serde",
13169 "serde_json",
13170 "serde_urlencoded",
13171 "sync_wrapper 0.1.2",
13172 "system-configuration 0.5.1",
13173 "tokio",
13174 "tokio-native-tls",
13175 "tokio-rustls 0.24.1",
13176 "tower-service",
13177 "url",
13178 "wasm-bindgen",
13179 "wasm-bindgen-futures",
13180 "web-sys",
13181 "winreg 0.50.0",
13182]
13183
13184[[package]]
13185name = "reqwest"
13186version = "0.12.15"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13189dependencies = [
13190 "base64 0.22.1",
13191 "bytes 1.10.1",
13192 "futures-channel",
13193 "futures-core",
13194 "futures-util",
13195 "http 1.3.1",
13196 "http-body 1.0.1",
13197 "http-body-util",
13198 "hyper 1.6.0",
13199 "hyper-util",
13200 "ipnet",
13201 "js-sys",
13202 "log",
13203 "mime",
13204 "once_cell",
13205 "percent-encoding",
13206 "pin-project-lite",
13207 "serde",
13208 "serde_json",
13209 "serde_urlencoded",
13210 "sync_wrapper 1.0.2",
13211 "tokio",
13212 "tower 0.5.2",
13213 "tower-service",
13214 "url",
13215 "wasm-bindgen",
13216 "wasm-bindgen-futures",
13217 "web-sys",
13218 "windows-registry 0.4.0",
13219]
13220
13221[[package]]
13222name = "reqwest"
13223version = "0.12.15"
13224source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13225dependencies = [
13226 "base64 0.22.1",
13227 "bytes 1.10.1",
13228 "encoding_rs",
13229 "futures-core",
13230 "futures-util",
13231 "h2 0.4.9",
13232 "http 1.3.1",
13233 "http-body 1.0.1",
13234 "http-body-util",
13235 "hyper 1.6.0",
13236 "hyper-rustls 0.27.5",
13237 "hyper-util",
13238 "ipnet",
13239 "js-sys",
13240 "log",
13241 "mime",
13242 "mime_guess",
13243 "once_cell",
13244 "percent-encoding",
13245 "pin-project-lite",
13246 "quinn",
13247 "rustls 0.23.26",
13248 "rustls-native-certs 0.8.1",
13249 "rustls-pemfile 2.2.0",
13250 "rustls-pki-types",
13251 "serde",
13252 "serde_json",
13253 "serde_urlencoded",
13254 "sync_wrapper 1.0.2",
13255 "system-configuration 0.6.1",
13256 "tokio",
13257 "tokio-rustls 0.26.2",
13258 "tokio-socks",
13259 "tokio-util",
13260 "tower 0.5.2",
13261 "tower-service",
13262 "url",
13263 "wasm-bindgen",
13264 "wasm-bindgen-futures",
13265 "wasm-streams",
13266 "web-sys",
13267 "windows-registry 0.4.0",
13268]
13269
13270[[package]]
13271name = "reqwest_client"
13272version = "0.1.0"
13273dependencies = [
13274 "anyhow",
13275 "bytes 1.10.1",
13276 "futures 0.3.31",
13277 "gpui",
13278 "http_client",
13279 "http_client_tls",
13280 "log",
13281 "regex",
13282 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13283 "serde",
13284 "tokio",
13285 "workspace-hack",
13286]
13287
13288[[package]]
13289name = "resvg"
13290version = "0.45.1"
13291source = "registry+https://github.com/rust-lang/crates.io-index"
13292checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13293dependencies = [
13294 "log",
13295 "pico-args",
13296 "rgb",
13297 "svgtypes",
13298 "tiny-skia",
13299 "usvg",
13300]
13301
13302[[package]]
13303name = "rfc6979"
13304version = "0.3.1"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13307dependencies = [
13308 "crypto-bigint 0.4.9",
13309 "hmac",
13310 "zeroize",
13311]
13312
13313[[package]]
13314name = "rgb"
13315version = "0.8.50"
13316source = "registry+https://github.com/rust-lang/crates.io-index"
13317checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13318dependencies = [
13319 "bytemuck",
13320]
13321
13322[[package]]
13323name = "rich_text"
13324version = "0.1.0"
13325dependencies = [
13326 "futures 0.3.31",
13327 "gpui",
13328 "language",
13329 "linkify",
13330 "pulldown-cmark 0.12.2",
13331 "theme",
13332 "ui",
13333 "util",
13334 "workspace-hack",
13335]
13336
13337[[package]]
13338name = "ring"
13339version = "0.17.14"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13342dependencies = [
13343 "cc",
13344 "cfg-if",
13345 "getrandom 0.2.15",
13346 "libc",
13347 "untrusted",
13348 "windows-sys 0.52.0",
13349]
13350
13351[[package]]
13352name = "rkyv"
13353version = "0.7.45"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13356dependencies = [
13357 "bitvec",
13358 "bytecheck",
13359 "bytes 1.10.1",
13360 "hashbrown 0.12.3",
13361 "ptr_meta",
13362 "rend",
13363 "rkyv_derive",
13364 "seahash",
13365 "tinyvec",
13366 "uuid",
13367]
13368
13369[[package]]
13370name = "rkyv_derive"
13371version = "0.7.45"
13372source = "registry+https://github.com/rust-lang/crates.io-index"
13373checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13374dependencies = [
13375 "proc-macro2",
13376 "quote",
13377 "syn 1.0.109",
13378]
13379
13380[[package]]
13381name = "rmp"
13382version = "0.8.14"
13383source = "registry+https://github.com/rust-lang/crates.io-index"
13384checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13385dependencies = [
13386 "byteorder",
13387 "num-traits",
13388 "paste",
13389]
13390
13391[[package]]
13392name = "rmpv"
13393version = "1.3.0"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13396dependencies = [
13397 "num-traits",
13398 "rmp",
13399]
13400
13401[[package]]
13402name = "rodio"
13403version = "0.21.1"
13404source = "git+https://github.com/RustAudio/rodio?branch=better_wav_output#82514bd1f2c6cfd9a1a885019b26a8ffea75bc5c"
13405dependencies = [
13406 "cpal",
13407 "dasp_sample",
13408 "hound",
13409 "num-rational",
13410 "rtrb",
13411 "symphonia",
13412 "thiserror 2.0.12",
13413]
13414
13415[[package]]
13416name = "rope"
13417version = "0.1.0"
13418dependencies = [
13419 "arrayvec",
13420 "criterion",
13421 "ctor",
13422 "gpui",
13423 "log",
13424 "rand 0.9.1",
13425 "rayon",
13426 "smallvec",
13427 "sum_tree",
13428 "unicode-segmentation",
13429 "util",
13430 "workspace-hack",
13431 "zlog",
13432]
13433
13434[[package]]
13435name = "roxmltree"
13436version = "0.20.0"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13439
13440[[package]]
13441name = "rpc"
13442version = "0.1.0"
13443dependencies = [
13444 "anyhow",
13445 "async-tungstenite",
13446 "base64 0.22.1",
13447 "chrono",
13448 "collections",
13449 "futures 0.3.31",
13450 "gpui",
13451 "parking_lot",
13452 "proto",
13453 "rand 0.9.1",
13454 "rsa",
13455 "serde",
13456 "serde_json",
13457 "sha2",
13458 "strum 0.27.1",
13459 "tracing",
13460 "util",
13461 "workspace-hack",
13462 "zlog",
13463 "zstd",
13464]
13465
13466[[package]]
13467name = "rsa"
13468version = "0.9.8"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13471dependencies = [
13472 "const-oid",
13473 "digest",
13474 "num-bigint-dig",
13475 "num-integer",
13476 "num-traits",
13477 "pkcs1",
13478 "pkcs8 0.10.2",
13479 "rand_core 0.6.4",
13480 "signature 2.2.0",
13481 "spki 0.7.3",
13482 "subtle",
13483 "zeroize",
13484]
13485
13486[[package]]
13487name = "rtrb"
13488version = "0.3.2"
13489source = "registry+https://github.com/rust-lang/crates.io-index"
13490checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13491
13492[[package]]
13493name = "rules_library"
13494version = "0.1.0"
13495dependencies = [
13496 "anyhow",
13497 "collections",
13498 "editor",
13499 "gpui",
13500 "language",
13501 "language_model",
13502 "log",
13503 "menu",
13504 "picker",
13505 "prompt_store",
13506 "release_channel",
13507 "rope",
13508 "serde",
13509 "settings",
13510 "theme",
13511 "title_bar",
13512 "ui",
13513 "util",
13514 "workspace",
13515 "workspace-hack",
13516 "zed_actions",
13517]
13518
13519[[package]]
13520name = "runtimelib"
13521version = "0.25.0"
13522source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13523dependencies = [
13524 "anyhow",
13525 "async-dispatcher",
13526 "async-std",
13527 "base64 0.22.1",
13528 "bytes 1.10.1",
13529 "chrono",
13530 "data-encoding",
13531 "dirs 5.0.1",
13532 "futures 0.3.31",
13533 "glob",
13534 "jupyter-protocol",
13535 "ring",
13536 "serde",
13537 "serde_json",
13538 "shellexpand 3.1.1",
13539 "smol",
13540 "uuid",
13541 "zeromq",
13542]
13543
13544[[package]]
13545name = "rust-embed"
13546version = "8.7.0"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13549dependencies = [
13550 "rust-embed-impl",
13551 "rust-embed-utils",
13552 "walkdir",
13553]
13554
13555[[package]]
13556name = "rust-embed-impl"
13557version = "8.7.0"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13560dependencies = [
13561 "proc-macro2",
13562 "quote",
13563 "rust-embed-utils",
13564 "syn 2.0.101",
13565 "walkdir",
13566]
13567
13568[[package]]
13569name = "rust-embed-utils"
13570version = "8.7.0"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13573dependencies = [
13574 "globset",
13575 "sha2",
13576 "walkdir",
13577]
13578
13579[[package]]
13580name = "rust_decimal"
13581version = "1.37.1"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13584dependencies = [
13585 "arrayvec",
13586 "borsh",
13587 "bytes 1.10.1",
13588 "num-traits",
13589 "rand 0.8.5",
13590 "rkyv",
13591 "serde",
13592 "serde_json",
13593]
13594
13595[[package]]
13596name = "rustc-demangle"
13597version = "0.1.24"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13600
13601[[package]]
13602name = "rustc-hash"
13603version = "1.1.0"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13606
13607[[package]]
13608name = "rustc-hash"
13609version = "2.1.1"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13612
13613[[package]]
13614name = "rustc_version"
13615version = "0.4.1"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13618dependencies = [
13619 "semver",
13620]
13621
13622[[package]]
13623name = "rustfft"
13624version = "6.4.0"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13627dependencies = [
13628 "num-complex",
13629 "num-integer",
13630 "num-traits",
13631 "primal-check",
13632 "strength_reduce",
13633 "transpose",
13634]
13635
13636[[package]]
13637name = "rustix"
13638version = "0.38.44"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13641dependencies = [
13642 "bitflags 2.9.0",
13643 "errno 0.3.11",
13644 "libc",
13645 "linux-raw-sys 0.4.15",
13646 "windows-sys 0.59.0",
13647]
13648
13649[[package]]
13650name = "rustix"
13651version = "1.0.7"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13654dependencies = [
13655 "bitflags 2.9.0",
13656 "errno 0.3.11",
13657 "libc",
13658 "linux-raw-sys 0.9.4",
13659 "windows-sys 0.59.0",
13660]
13661
13662[[package]]
13663name = "rustix-linux-procfs"
13664version = "0.1.1"
13665source = "registry+https://github.com/rust-lang/crates.io-index"
13666checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13667dependencies = [
13668 "once_cell",
13669 "rustix 1.0.7",
13670]
13671
13672[[package]]
13673name = "rustix-openpty"
13674version = "0.2.0"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13677dependencies = [
13678 "errno 0.3.11",
13679 "libc",
13680 "rustix 1.0.7",
13681]
13682
13683[[package]]
13684name = "rustls"
13685version = "0.21.12"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13688dependencies = [
13689 "log",
13690 "ring",
13691 "rustls-webpki 0.101.7",
13692 "sct",
13693]
13694
13695[[package]]
13696name = "rustls"
13697version = "0.23.26"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13700dependencies = [
13701 "aws-lc-rs",
13702 "log",
13703 "once_cell",
13704 "ring",
13705 "rustls-pki-types",
13706 "rustls-webpki 0.103.1",
13707 "subtle",
13708 "zeroize",
13709]
13710
13711[[package]]
13712name = "rustls-native-certs"
13713version = "0.6.3"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13716dependencies = [
13717 "openssl-probe",
13718 "rustls-pemfile 1.0.4",
13719 "schannel",
13720 "security-framework 2.11.1",
13721]
13722
13723[[package]]
13724name = "rustls-native-certs"
13725version = "0.8.1"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13728dependencies = [
13729 "openssl-probe",
13730 "rustls-pki-types",
13731 "schannel",
13732 "security-framework 3.2.0",
13733]
13734
13735[[package]]
13736name = "rustls-pemfile"
13737version = "1.0.4"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13740dependencies = [
13741 "base64 0.21.7",
13742]
13743
13744[[package]]
13745name = "rustls-pemfile"
13746version = "2.2.0"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13749dependencies = [
13750 "rustls-pki-types",
13751]
13752
13753[[package]]
13754name = "rustls-pki-types"
13755version = "1.12.0"
13756source = "registry+https://github.com/rust-lang/crates.io-index"
13757checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13758dependencies = [
13759 "web-time",
13760 "zeroize",
13761]
13762
13763[[package]]
13764name = "rustls-platform-verifier"
13765version = "0.5.1"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13768dependencies = [
13769 "core-foundation 0.10.0",
13770 "core-foundation-sys",
13771 "jni",
13772 "log",
13773 "once_cell",
13774 "rustls 0.23.26",
13775 "rustls-native-certs 0.8.1",
13776 "rustls-platform-verifier-android",
13777 "rustls-webpki 0.103.1",
13778 "security-framework 3.2.0",
13779 "security-framework-sys",
13780 "webpki-root-certs",
13781 "windows-sys 0.59.0",
13782]
13783
13784[[package]]
13785name = "rustls-platform-verifier-android"
13786version = "0.1.1"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13789
13790[[package]]
13791name = "rustls-webpki"
13792version = "0.101.7"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13795dependencies = [
13796 "ring",
13797 "untrusted",
13798]
13799
13800[[package]]
13801name = "rustls-webpki"
13802version = "0.103.1"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13805dependencies = [
13806 "aws-lc-rs",
13807 "ring",
13808 "rustls-pki-types",
13809 "untrusted",
13810]
13811
13812[[package]]
13813name = "rustversion"
13814version = "1.0.20"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13817
13818[[package]]
13819name = "rustybuzz"
13820version = "0.14.1"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13823dependencies = [
13824 "bitflags 2.9.0",
13825 "bytemuck",
13826 "libm",
13827 "smallvec",
13828 "ttf-parser 0.21.1",
13829 "unicode-bidi-mirroring 0.2.0",
13830 "unicode-ccc 0.2.0",
13831 "unicode-properties",
13832 "unicode-script",
13833]
13834
13835[[package]]
13836name = "rustybuzz"
13837version = "0.20.1"
13838source = "registry+https://github.com/rust-lang/crates.io-index"
13839checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13840dependencies = [
13841 "bitflags 2.9.0",
13842 "bytemuck",
13843 "core_maths",
13844 "log",
13845 "smallvec",
13846 "ttf-parser 0.25.1",
13847 "unicode-bidi-mirroring 0.4.0",
13848 "unicode-ccc 0.4.0",
13849 "unicode-properties",
13850 "unicode-script",
13851]
13852
13853[[package]]
13854name = "ryu"
13855version = "1.0.20"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13858
13859[[package]]
13860name = "safetensors"
13861version = "0.4.5"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13864dependencies = [
13865 "serde",
13866 "serde_json",
13867]
13868
13869[[package]]
13870name = "salsa20"
13871version = "0.10.2"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13874dependencies = [
13875 "cipher",
13876]
13877
13878[[package]]
13879name = "same-file"
13880version = "1.0.6"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13883dependencies = [
13884 "winapi-util",
13885]
13886
13887[[package]]
13888name = "scap"
13889version = "0.0.8"
13890source = "git+https://github.com/zed-industries/scap?rev=808aa5c45b41e8f44729d02e38fd00a2fe2722e7#808aa5c45b41e8f44729d02e38fd00a2fe2722e7"
13891dependencies = [
13892 "anyhow",
13893 "cocoa 0.25.0",
13894 "core-graphics-helmer-fork",
13895 "log",
13896 "objc",
13897 "rand 0.8.5",
13898 "screencapturekit",
13899 "screencapturekit-sys",
13900 "sysinfo",
13901 "tao-core-video-sys",
13902 "windows 0.61.1",
13903 "windows-capture",
13904 "x11",
13905 "xcb",
13906]
13907
13908[[package]]
13909name = "schannel"
13910version = "0.1.27"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13913dependencies = [
13914 "windows-sys 0.59.0",
13915]
13916
13917[[package]]
13918name = "scheduler"
13919version = "0.1.0"
13920dependencies = [
13921 "async-task",
13922 "backtrace",
13923 "chrono",
13924 "futures 0.3.31",
13925 "parking_lot",
13926 "rand 0.9.1",
13927 "workspace-hack",
13928]
13929
13930[[package]]
13931name = "schema_generator"
13932version = "0.1.0"
13933dependencies = [
13934 "anyhow",
13935 "clap",
13936 "env_logger 0.11.8",
13937 "schemars 1.0.1",
13938 "serde",
13939 "serde_json",
13940 "theme",
13941 "workspace-hack",
13942]
13943
13944[[package]]
13945name = "schemars"
13946version = "0.9.0"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13949dependencies = [
13950 "dyn-clone",
13951 "ref-cast",
13952 "serde",
13953 "serde_json",
13954]
13955
13956[[package]]
13957name = "schemars"
13958version = "1.0.1"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
13961dependencies = [
13962 "dyn-clone",
13963 "indexmap 2.9.0",
13964 "ref-cast",
13965 "schemars_derive",
13966 "serde",
13967 "serde_json",
13968]
13969
13970[[package]]
13971name = "schemars_derive"
13972version = "1.0.1"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
13975dependencies = [
13976 "proc-macro2",
13977 "quote",
13978 "serde_derive_internals",
13979 "syn 2.0.101",
13980]
13981
13982[[package]]
13983name = "scoped-tls"
13984version = "1.0.1"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13987
13988[[package]]
13989name = "scopeguard"
13990version = "1.2.0"
13991source = "registry+https://github.com/rust-lang/crates.io-index"
13992checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13993
13994[[package]]
13995name = "scratch"
13996version = "1.0.8"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13999
14000[[package]]
14001name = "screencapturekit"
14002version = "0.2.8"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14005dependencies = [
14006 "screencapturekit-sys",
14007]
14008
14009[[package]]
14010name = "screencapturekit-sys"
14011version = "0.2.8"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14014dependencies = [
14015 "block",
14016 "dispatch",
14017 "objc",
14018 "objc-foundation",
14019 "objc_id",
14020 "once_cell",
14021]
14022
14023[[package]]
14024name = "scroll"
14025version = "0.12.0"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14028dependencies = [
14029 "scroll_derive",
14030]
14031
14032[[package]]
14033name = "scroll_derive"
14034version = "0.12.1"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14037dependencies = [
14038 "proc-macro2",
14039 "quote",
14040 "syn 2.0.101",
14041]
14042
14043[[package]]
14044name = "scrypt"
14045version = "0.11.0"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14048dependencies = [
14049 "password-hash 0.5.0",
14050 "pbkdf2 0.12.2",
14051 "salsa20",
14052 "sha2",
14053]
14054
14055[[package]]
14056name = "sct"
14057version = "0.7.1"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14060dependencies = [
14061 "ring",
14062 "untrusted",
14063]
14064
14065[[package]]
14066name = "sea-bae"
14067version = "0.2.1"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14070dependencies = [
14071 "heck 0.4.1",
14072 "proc-macro-error2",
14073 "proc-macro2",
14074 "quote",
14075 "syn 2.0.101",
14076]
14077
14078[[package]]
14079name = "sea-orm"
14080version = "1.1.10"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14083dependencies = [
14084 "async-stream",
14085 "async-trait",
14086 "bigdecimal",
14087 "chrono",
14088 "futures-util",
14089 "log",
14090 "ouroboros",
14091 "pgvector",
14092 "rust_decimal",
14093 "sea-orm-macros",
14094 "sea-query",
14095 "sea-query-binder",
14096 "serde",
14097 "serde_json",
14098 "sqlx",
14099 "strum 0.26.3",
14100 "thiserror 2.0.12",
14101 "time",
14102 "tracing",
14103 "url",
14104 "uuid",
14105]
14106
14107[[package]]
14108name = "sea-orm-macros"
14109version = "1.1.10"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14112dependencies = [
14113 "heck 0.4.1",
14114 "proc-macro2",
14115 "quote",
14116 "sea-bae",
14117 "syn 2.0.101",
14118 "unicode-ident",
14119]
14120
14121[[package]]
14122name = "sea-query"
14123version = "0.32.4"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14126dependencies = [
14127 "bigdecimal",
14128 "chrono",
14129 "inherent",
14130 "ordered-float 4.6.0",
14131 "rust_decimal",
14132 "serde_json",
14133 "time",
14134 "uuid",
14135]
14136
14137[[package]]
14138name = "sea-query-binder"
14139version = "0.7.0"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14142dependencies = [
14143 "bigdecimal",
14144 "chrono",
14145 "rust_decimal",
14146 "sea-query",
14147 "serde_json",
14148 "sqlx",
14149 "time",
14150 "uuid",
14151]
14152
14153[[package]]
14154name = "seahash"
14155version = "4.1.0"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14158
14159[[package]]
14160name = "search"
14161version = "0.1.0"
14162dependencies = [
14163 "any_vec",
14164 "anyhow",
14165 "bitflags 2.9.0",
14166 "client",
14167 "collections",
14168 "editor",
14169 "futures 0.3.31",
14170 "gpui",
14171 "language",
14172 "menu",
14173 "project",
14174 "schemars 1.0.1",
14175 "serde",
14176 "serde_json",
14177 "settings",
14178 "smol",
14179 "theme",
14180 "ui",
14181 "unindent",
14182 "util",
14183 "workspace",
14184 "workspace-hack",
14185 "zed_actions",
14186]
14187
14188[[package]]
14189name = "sec1"
14190version = "0.3.0"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14193dependencies = [
14194 "base16ct",
14195 "der 0.6.1",
14196 "generic-array",
14197 "pkcs8 0.9.0",
14198 "subtle",
14199 "zeroize",
14200]
14201
14202[[package]]
14203name = "security-framework"
14204version = "2.11.1"
14205source = "registry+https://github.com/rust-lang/crates.io-index"
14206checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14207dependencies = [
14208 "bitflags 2.9.0",
14209 "core-foundation 0.9.4",
14210 "core-foundation-sys",
14211 "libc",
14212 "security-framework-sys",
14213]
14214
14215[[package]]
14216name = "security-framework"
14217version = "3.2.0"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14220dependencies = [
14221 "bitflags 2.9.0",
14222 "core-foundation 0.10.0",
14223 "core-foundation-sys",
14224 "libc",
14225 "security-framework-sys",
14226]
14227
14228[[package]]
14229name = "security-framework-sys"
14230version = "2.14.0"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14233dependencies = [
14234 "core-foundation-sys",
14235 "libc",
14236]
14237
14238[[package]]
14239name = "self_cell"
14240version = "1.2.0"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14243
14244[[package]]
14245name = "semantic_version"
14246version = "0.1.0"
14247dependencies = [
14248 "anyhow",
14249 "serde",
14250 "workspace-hack",
14251]
14252
14253[[package]]
14254name = "semver"
14255version = "1.0.26"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14258dependencies = [
14259 "serde",
14260]
14261
14262[[package]]
14263name = "seq-macro"
14264version = "0.3.6"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14267
14268[[package]]
14269name = "serde"
14270version = "1.0.221"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14273dependencies = [
14274 "serde_core",
14275 "serde_derive",
14276]
14277
14278[[package]]
14279name = "serde_core"
14280version = "1.0.221"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14283dependencies = [
14284 "serde_derive",
14285]
14286
14287[[package]]
14288name = "serde_derive"
14289version = "1.0.221"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14292dependencies = [
14293 "proc-macro2",
14294 "quote",
14295 "syn 2.0.101",
14296]
14297
14298[[package]]
14299name = "serde_derive_internals"
14300version = "0.29.1"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14303dependencies = [
14304 "proc-macro2",
14305 "quote",
14306 "syn 2.0.101",
14307]
14308
14309[[package]]
14310name = "serde_fmt"
14311version = "1.0.3"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14314dependencies = [
14315 "serde",
14316]
14317
14318[[package]]
14319name = "serde_json"
14320version = "1.0.144"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14323dependencies = [
14324 "indexmap 2.9.0",
14325 "itoa",
14326 "memchr",
14327 "ryu",
14328 "serde_core",
14329]
14330
14331[[package]]
14332name = "serde_json_lenient"
14333version = "0.2.4"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14336dependencies = [
14337 "indexmap 2.9.0",
14338 "itoa",
14339 "memchr",
14340 "ryu",
14341 "serde",
14342]
14343
14344[[package]]
14345name = "serde_path_to_error"
14346version = "0.1.17"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14349dependencies = [
14350 "itoa",
14351 "serde",
14352]
14353
14354[[package]]
14355name = "serde_repr"
14356version = "0.1.20"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14359dependencies = [
14360 "proc-macro2",
14361 "quote",
14362 "syn 2.0.101",
14363]
14364
14365[[package]]
14366name = "serde_spanned"
14367version = "0.6.8"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14370dependencies = [
14371 "serde",
14372]
14373
14374[[package]]
14375name = "serde_urlencoded"
14376version = "0.7.1"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14379dependencies = [
14380 "form_urlencoded",
14381 "itoa",
14382 "ryu",
14383 "serde",
14384]
14385
14386[[package]]
14387name = "serde_with"
14388version = "3.13.0"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14391dependencies = [
14392 "base64 0.22.1",
14393 "chrono",
14394 "hex",
14395 "indexmap 1.9.3",
14396 "indexmap 2.9.0",
14397 "schemars 0.9.0",
14398 "serde",
14399 "serde_derive",
14400 "serde_json",
14401 "serde_with_macros",
14402 "time",
14403]
14404
14405[[package]]
14406name = "serde_with_macros"
14407version = "3.13.0"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14410dependencies = [
14411 "darling",
14412 "proc-macro2",
14413 "quote",
14414 "syn 2.0.101",
14415]
14416
14417[[package]]
14418name = "serial2"
14419version = "0.2.29"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14422dependencies = [
14423 "cfg-if",
14424 "libc",
14425 "winapi",
14426]
14427
14428[[package]]
14429name = "session"
14430version = "0.1.0"
14431dependencies = [
14432 "db",
14433 "gpui",
14434 "serde_json",
14435 "util",
14436 "uuid",
14437 "workspace-hack",
14438]
14439
14440[[package]]
14441name = "settings"
14442version = "0.1.0"
14443dependencies = [
14444 "anyhow",
14445 "collections",
14446 "ec4rs",
14447 "fs",
14448 "futures 0.3.31",
14449 "gpui",
14450 "indoc",
14451 "inventory",
14452 "log",
14453 "paths",
14454 "pretty_assertions",
14455 "release_channel",
14456 "rust-embed",
14457 "schemars 1.0.1",
14458 "serde",
14459 "serde_json",
14460 "serde_json_lenient",
14461 "serde_path_to_error",
14462 "serde_repr",
14463 "serde_with",
14464 "settings_macros",
14465 "smallvec",
14466 "tree-sitter",
14467 "tree-sitter-json",
14468 "unindent",
14469 "util",
14470 "workspace-hack",
14471 "zlog",
14472]
14473
14474[[package]]
14475name = "settings_macros"
14476version = "0.1.0"
14477dependencies = [
14478 "quote",
14479 "settings",
14480 "syn 2.0.101",
14481 "workspace-hack",
14482]
14483
14484[[package]]
14485name = "settings_profile_selector"
14486version = "0.1.0"
14487dependencies = [
14488 "client",
14489 "editor",
14490 "fuzzy",
14491 "gpui",
14492 "language",
14493 "menu",
14494 "picker",
14495 "project",
14496 "serde_json",
14497 "settings",
14498 "theme",
14499 "ui",
14500 "workspace",
14501 "workspace-hack",
14502 "zed_actions",
14503]
14504
14505[[package]]
14506name = "settings_ui"
14507version = "0.1.0"
14508dependencies = [
14509 "anyhow",
14510 "assets",
14511 "client",
14512 "command_palette_hooks",
14513 "editor",
14514 "feature_flags",
14515 "fs",
14516 "futures 0.3.31",
14517 "gpui",
14518 "language",
14519 "menu",
14520 "node_runtime",
14521 "paths",
14522 "project",
14523 "serde",
14524 "session",
14525 "settings",
14526 "theme",
14527 "ui",
14528 "workspace",
14529 "workspace-hack",
14530 "zlog",
14531]
14532
14533[[package]]
14534name = "sha1"
14535version = "0.10.6"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14538dependencies = [
14539 "cfg-if",
14540 "cpufeatures",
14541 "digest",
14542]
14543
14544[[package]]
14545name = "sha1_smol"
14546version = "1.0.1"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14549
14550[[package]]
14551name = "sha2"
14552version = "0.10.8"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14555dependencies = [
14556 "cfg-if",
14557 "cpufeatures",
14558 "digest",
14559]
14560
14561[[package]]
14562name = "sharded-slab"
14563version = "0.1.7"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14566dependencies = [
14567 "lazy_static",
14568]
14569
14570[[package]]
14571name = "shared_library"
14572version = "0.1.9"
14573source = "registry+https://github.com/rust-lang/crates.io-index"
14574checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14575dependencies = [
14576 "lazy_static",
14577 "libc",
14578]
14579
14580[[package]]
14581name = "shell-words"
14582version = "1.1.0"
14583source = "registry+https://github.com/rust-lang/crates.io-index"
14584checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14585
14586[[package]]
14587name = "shellexpand"
14588version = "2.1.2"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14591dependencies = [
14592 "dirs 4.0.0",
14593]
14594
14595[[package]]
14596name = "shellexpand"
14597version = "3.1.1"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14600dependencies = [
14601 "dirs 6.0.0",
14602]
14603
14604[[package]]
14605name = "shlex"
14606version = "1.3.0"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14609
14610[[package]]
14611name = "signal-hook"
14612version = "0.3.17"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14615dependencies = [
14616 "libc",
14617 "signal-hook-registry",
14618]
14619
14620[[package]]
14621name = "signal-hook-registry"
14622version = "1.4.5"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14625dependencies = [
14626 "libc",
14627]
14628
14629[[package]]
14630name = "signature"
14631version = "1.6.4"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14634dependencies = [
14635 "digest",
14636 "rand_core 0.6.4",
14637]
14638
14639[[package]]
14640name = "signature"
14641version = "2.2.0"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14644dependencies = [
14645 "digest",
14646 "rand_core 0.6.4",
14647]
14648
14649[[package]]
14650name = "simd-adler32"
14651version = "0.3.7"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14654
14655[[package]]
14656name = "simd_helpers"
14657version = "0.1.0"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14660dependencies = [
14661 "quote",
14662]
14663
14664[[package]]
14665name = "simdutf8"
14666version = "0.1.5"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14669
14670[[package]]
14671name = "simple_asn1"
14672version = "0.6.3"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14675dependencies = [
14676 "num-bigint",
14677 "num-traits",
14678 "thiserror 2.0.12",
14679 "time",
14680]
14681
14682[[package]]
14683name = "simplecss"
14684version = "0.2.2"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14687dependencies = [
14688 "log",
14689]
14690
14691[[package]]
14692name = "simplelog"
14693version = "0.12.2"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14696dependencies = [
14697 "log",
14698 "termcolor",
14699 "time",
14700]
14701
14702[[package]]
14703name = "siphasher"
14704version = "1.0.1"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14707
14708[[package]]
14709name = "skrifa"
14710version = "0.26.6"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14713dependencies = [
14714 "bytemuck",
14715 "read-fonts",
14716]
14717
14718[[package]]
14719name = "slab"
14720version = "0.4.9"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14723dependencies = [
14724 "autocfg",
14725]
14726
14727[[package]]
14728name = "slash_commands_example"
14729version = "0.1.0"
14730dependencies = [
14731 "zed_extension_api 0.1.0",
14732]
14733
14734[[package]]
14735name = "slotmap"
14736version = "1.0.7"
14737source = "registry+https://github.com/rust-lang/crates.io-index"
14738checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14739dependencies = [
14740 "version_check",
14741]
14742
14743[[package]]
14744name = "smallvec"
14745version = "1.15.0"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14748dependencies = [
14749 "serde",
14750]
14751
14752[[package]]
14753name = "smart-default"
14754version = "0.7.1"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14757dependencies = [
14758 "proc-macro2",
14759 "quote",
14760 "syn 2.0.101",
14761]
14762
14763[[package]]
14764name = "smol"
14765version = "2.0.2"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14768dependencies = [
14769 "async-channel 2.3.1",
14770 "async-executor",
14771 "async-fs",
14772 "async-io",
14773 "async-lock",
14774 "async-net",
14775 "async-process",
14776 "blocking",
14777 "futures-lite 2.6.0",
14778]
14779
14780[[package]]
14781name = "smol_str"
14782version = "0.2.2"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14785
14786[[package]]
14787name = "snippet"
14788version = "0.1.0"
14789dependencies = [
14790 "anyhow",
14791 "smallvec",
14792 "workspace-hack",
14793]
14794
14795[[package]]
14796name = "snippet_provider"
14797version = "0.1.0"
14798dependencies = [
14799 "anyhow",
14800 "collections",
14801 "extension",
14802 "fs",
14803 "futures 0.3.31",
14804 "gpui",
14805 "indoc",
14806 "parking_lot",
14807 "paths",
14808 "schemars 1.0.1",
14809 "serde",
14810 "serde_json_lenient",
14811 "snippet",
14812 "util",
14813 "workspace-hack",
14814]
14815
14816[[package]]
14817name = "snippets_ui"
14818version = "0.1.0"
14819dependencies = [
14820 "file_finder",
14821 "file_icons",
14822 "fuzzy",
14823 "gpui",
14824 "language",
14825 "paths",
14826 "picker",
14827 "settings",
14828 "ui",
14829 "util",
14830 "workspace",
14831 "workspace-hack",
14832]
14833
14834[[package]]
14835name = "socket2"
14836version = "0.5.9"
14837source = "registry+https://github.com/rust-lang/crates.io-index"
14838checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14839dependencies = [
14840 "libc",
14841 "windows-sys 0.52.0",
14842]
14843
14844[[package]]
14845name = "spdx"
14846version = "0.10.8"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14849dependencies = [
14850 "smallvec",
14851]
14852
14853[[package]]
14854name = "spin"
14855version = "0.9.8"
14856source = "registry+https://github.com/rust-lang/crates.io-index"
14857checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14858dependencies = [
14859 "lock_api",
14860]
14861
14862[[package]]
14863name = "spirv"
14864version = "0.3.0+sdk-1.3.268.0"
14865source = "registry+https://github.com/rust-lang/crates.io-index"
14866checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14867dependencies = [
14868 "bitflags 2.9.0",
14869]
14870
14871[[package]]
14872name = "spki"
14873version = "0.6.0"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14876dependencies = [
14877 "base64ct",
14878 "der 0.6.1",
14879]
14880
14881[[package]]
14882name = "spki"
14883version = "0.7.3"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14886dependencies = [
14887 "base64ct",
14888 "der 0.7.10",
14889]
14890
14891[[package]]
14892name = "sptr"
14893version = "0.3.2"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14896
14897[[package]]
14898name = "sqlez"
14899version = "0.1.0"
14900dependencies = [
14901 "anyhow",
14902 "collections",
14903 "futures 0.3.31",
14904 "indoc",
14905 "libsqlite3-sys",
14906 "log",
14907 "parking_lot",
14908 "smol",
14909 "sqlformat",
14910 "thread_local",
14911 "util",
14912 "uuid",
14913 "workspace-hack",
14914]
14915
14916[[package]]
14917name = "sqlez_macros"
14918version = "0.1.0"
14919dependencies = [
14920 "sqlez",
14921 "sqlformat",
14922 "syn 2.0.101",
14923 "workspace-hack",
14924]
14925
14926[[package]]
14927name = "sqlformat"
14928version = "0.2.6"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14931dependencies = [
14932 "nom 7.1.3",
14933 "unicode_categories",
14934]
14935
14936[[package]]
14937name = "sqlx"
14938version = "0.8.5"
14939source = "registry+https://github.com/rust-lang/crates.io-index"
14940checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14941dependencies = [
14942 "sqlx-core",
14943 "sqlx-macros",
14944 "sqlx-mysql",
14945 "sqlx-postgres",
14946 "sqlx-sqlite",
14947]
14948
14949[[package]]
14950name = "sqlx-core"
14951version = "0.8.5"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14954dependencies = [
14955 "base64 0.22.1",
14956 "bigdecimal",
14957 "bytes 1.10.1",
14958 "chrono",
14959 "crc",
14960 "crossbeam-queue",
14961 "either",
14962 "event-listener 5.4.0",
14963 "futures-core",
14964 "futures-intrusive",
14965 "futures-io",
14966 "futures-util",
14967 "hashbrown 0.15.3",
14968 "hashlink 0.10.0",
14969 "indexmap 2.9.0",
14970 "log",
14971 "memchr",
14972 "once_cell",
14973 "percent-encoding",
14974 "rust_decimal",
14975 "rustls 0.23.26",
14976 "serde",
14977 "serde_json",
14978 "sha2",
14979 "smallvec",
14980 "thiserror 2.0.12",
14981 "time",
14982 "tokio",
14983 "tokio-stream",
14984 "tracing",
14985 "url",
14986 "uuid",
14987 "webpki-roots",
14988]
14989
14990[[package]]
14991name = "sqlx-macros"
14992version = "0.8.5"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14995dependencies = [
14996 "proc-macro2",
14997 "quote",
14998 "sqlx-core",
14999 "sqlx-macros-core",
15000 "syn 2.0.101",
15001]
15002
15003[[package]]
15004name = "sqlx-macros-core"
15005version = "0.8.5"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15008dependencies = [
15009 "dotenvy",
15010 "either",
15011 "heck 0.5.0",
15012 "hex",
15013 "once_cell",
15014 "proc-macro2",
15015 "quote",
15016 "serde",
15017 "serde_json",
15018 "sha2",
15019 "sqlx-core",
15020 "sqlx-mysql",
15021 "sqlx-postgres",
15022 "sqlx-sqlite",
15023 "syn 2.0.101",
15024 "tempfile",
15025 "tokio",
15026 "url",
15027]
15028
15029[[package]]
15030name = "sqlx-mysql"
15031version = "0.8.5"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15034dependencies = [
15035 "atoi",
15036 "base64 0.22.1",
15037 "bigdecimal",
15038 "bitflags 2.9.0",
15039 "byteorder",
15040 "bytes 1.10.1",
15041 "chrono",
15042 "crc",
15043 "digest",
15044 "dotenvy",
15045 "either",
15046 "futures-channel",
15047 "futures-core",
15048 "futures-io",
15049 "futures-util",
15050 "generic-array",
15051 "hex",
15052 "hkdf",
15053 "hmac",
15054 "itoa",
15055 "log",
15056 "md-5",
15057 "memchr",
15058 "once_cell",
15059 "percent-encoding",
15060 "rand 0.8.5",
15061 "rsa",
15062 "rust_decimal",
15063 "serde",
15064 "sha1",
15065 "sha2",
15066 "smallvec",
15067 "sqlx-core",
15068 "stringprep",
15069 "thiserror 2.0.12",
15070 "time",
15071 "tracing",
15072 "uuid",
15073 "whoami",
15074]
15075
15076[[package]]
15077name = "sqlx-postgres"
15078version = "0.8.5"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15081dependencies = [
15082 "atoi",
15083 "base64 0.22.1",
15084 "bigdecimal",
15085 "bitflags 2.9.0",
15086 "byteorder",
15087 "chrono",
15088 "crc",
15089 "dotenvy",
15090 "etcetera",
15091 "futures-channel",
15092 "futures-core",
15093 "futures-util",
15094 "hex",
15095 "hkdf",
15096 "hmac",
15097 "home",
15098 "itoa",
15099 "log",
15100 "md-5",
15101 "memchr",
15102 "num-bigint",
15103 "once_cell",
15104 "rand 0.8.5",
15105 "rust_decimal",
15106 "serde",
15107 "serde_json",
15108 "sha2",
15109 "smallvec",
15110 "sqlx-core",
15111 "stringprep",
15112 "thiserror 2.0.12",
15113 "time",
15114 "tracing",
15115 "uuid",
15116 "whoami",
15117]
15118
15119[[package]]
15120name = "sqlx-sqlite"
15121version = "0.8.5"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15124dependencies = [
15125 "atoi",
15126 "chrono",
15127 "flume",
15128 "futures-channel",
15129 "futures-core",
15130 "futures-executor",
15131 "futures-intrusive",
15132 "futures-util",
15133 "libsqlite3-sys",
15134 "log",
15135 "percent-encoding",
15136 "serde",
15137 "serde_urlencoded",
15138 "sqlx-core",
15139 "thiserror 2.0.12",
15140 "time",
15141 "tracing",
15142 "url",
15143 "uuid",
15144]
15145
15146[[package]]
15147name = "stable_deref_trait"
15148version = "1.2.0"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15151
15152[[package]]
15153name = "stacker"
15154version = "0.1.21"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15157dependencies = [
15158 "cc",
15159 "cfg-if",
15160 "libc",
15161 "psm",
15162 "windows-sys 0.59.0",
15163]
15164
15165[[package]]
15166name = "stacksafe"
15167version = "0.1.4"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15170dependencies = [
15171 "stacker",
15172 "stacksafe-macro",
15173]
15174
15175[[package]]
15176name = "stacksafe-macro"
15177version = "0.1.4"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15180dependencies = [
15181 "proc-macro-error2",
15182 "quote",
15183 "syn 2.0.101",
15184]
15185
15186[[package]]
15187name = "static_assertions"
15188version = "1.1.0"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15191
15192[[package]]
15193name = "story"
15194version = "0.1.0"
15195dependencies = [
15196 "gpui",
15197 "itertools 0.14.0",
15198 "smallvec",
15199 "workspace-hack",
15200]
15201
15202[[package]]
15203name = "storybook"
15204version = "0.1.0"
15205dependencies = [
15206 "anyhow",
15207 "clap",
15208 "collab_ui",
15209 "ctrlc",
15210 "dialoguer",
15211 "editor",
15212 "fuzzy",
15213 "gpui",
15214 "indoc",
15215 "language",
15216 "log",
15217 "menu",
15218 "picker",
15219 "project",
15220 "reqwest_client",
15221 "rust-embed",
15222 "settings",
15223 "simplelog",
15224 "story",
15225 "strum 0.27.1",
15226 "theme",
15227 "title_bar",
15228 "ui",
15229 "workspace",
15230 "workspace-hack",
15231]
15232
15233[[package]]
15234name = "streaming-iterator"
15235version = "0.1.9"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15238
15239[[package]]
15240name = "streaming_diff"
15241version = "0.1.0"
15242dependencies = [
15243 "ordered-float 2.10.1",
15244 "rand 0.9.1",
15245 "rope",
15246 "util",
15247 "workspace-hack",
15248]
15249
15250[[package]]
15251name = "strength_reduce"
15252version = "0.2.4"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15255
15256[[package]]
15257name = "strict-num"
15258version = "0.1.1"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15261dependencies = [
15262 "float-cmp",
15263]
15264
15265[[package]]
15266name = "string_cache"
15267version = "0.8.9"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15270dependencies = [
15271 "new_debug_unreachable",
15272 "parking_lot",
15273 "phf_shared",
15274 "precomputed-hash",
15275 "serde",
15276]
15277
15278[[package]]
15279name = "string_cache_codegen"
15280version = "0.5.4"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15283dependencies = [
15284 "phf_generator",
15285 "phf_shared",
15286 "proc-macro2",
15287 "quote",
15288]
15289
15290[[package]]
15291name = "stringprep"
15292version = "0.1.5"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15295dependencies = [
15296 "unicode-bidi",
15297 "unicode-normalization",
15298 "unicode-properties",
15299]
15300
15301[[package]]
15302name = "strsim"
15303version = "0.11.1"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15306
15307[[package]]
15308name = "strum"
15309version = "0.26.3"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15312dependencies = [
15313 "strum_macros 0.26.4",
15314]
15315
15316[[package]]
15317name = "strum"
15318version = "0.27.1"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15321dependencies = [
15322 "strum_macros 0.27.1",
15323]
15324
15325[[package]]
15326name = "strum_macros"
15327version = "0.26.4"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15330dependencies = [
15331 "heck 0.5.0",
15332 "proc-macro2",
15333 "quote",
15334 "rustversion",
15335 "syn 2.0.101",
15336]
15337
15338[[package]]
15339name = "strum_macros"
15340version = "0.27.1"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15343dependencies = [
15344 "heck 0.5.0",
15345 "proc-macro2",
15346 "quote",
15347 "rustversion",
15348 "syn 2.0.101",
15349]
15350
15351[[package]]
15352name = "subtle"
15353version = "2.6.1"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15356
15357[[package]]
15358name = "sum_tree"
15359version = "0.1.0"
15360dependencies = [
15361 "arrayvec",
15362 "ctor",
15363 "log",
15364 "rand 0.9.1",
15365 "rayon",
15366 "workspace-hack",
15367 "zlog",
15368]
15369
15370[[package]]
15371name = "supermaven"
15372version = "0.1.0"
15373dependencies = [
15374 "anyhow",
15375 "client",
15376 "collections",
15377 "edit_prediction",
15378 "editor",
15379 "env_logger 0.11.8",
15380 "futures 0.3.31",
15381 "gpui",
15382 "http_client",
15383 "language",
15384 "log",
15385 "postage",
15386 "project",
15387 "serde",
15388 "serde_json",
15389 "settings",
15390 "smol",
15391 "supermaven_api",
15392 "text",
15393 "theme",
15394 "ui",
15395 "unicode-segmentation",
15396 "util",
15397 "workspace-hack",
15398]
15399
15400[[package]]
15401name = "supermaven_api"
15402version = "0.1.0"
15403dependencies = [
15404 "anyhow",
15405 "futures 0.3.31",
15406 "http_client",
15407 "paths",
15408 "serde",
15409 "serde_json",
15410 "smol",
15411 "util",
15412 "workspace-hack",
15413]
15414
15415[[package]]
15416name = "sval"
15417version = "2.14.1"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15420
15421[[package]]
15422name = "sval_buffer"
15423version = "2.14.1"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15426dependencies = [
15427 "sval",
15428 "sval_ref",
15429]
15430
15431[[package]]
15432name = "sval_dynamic"
15433version = "2.14.1"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15436dependencies = [
15437 "sval",
15438]
15439
15440[[package]]
15441name = "sval_fmt"
15442version = "2.14.1"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15445dependencies = [
15446 "itoa",
15447 "ryu",
15448 "sval",
15449]
15450
15451[[package]]
15452name = "sval_json"
15453version = "2.14.1"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15456dependencies = [
15457 "itoa",
15458 "ryu",
15459 "sval",
15460]
15461
15462[[package]]
15463name = "sval_nested"
15464version = "2.14.1"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15467dependencies = [
15468 "sval",
15469 "sval_buffer",
15470 "sval_ref",
15471]
15472
15473[[package]]
15474name = "sval_ref"
15475version = "2.14.1"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15478dependencies = [
15479 "sval",
15480]
15481
15482[[package]]
15483name = "sval_serde"
15484version = "2.14.1"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15487dependencies = [
15488 "serde",
15489 "sval",
15490 "sval_nested",
15491]
15492
15493[[package]]
15494name = "svg_fmt"
15495version = "0.4.5"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15498
15499[[package]]
15500name = "svg_preview"
15501version = "0.1.0"
15502dependencies = [
15503 "editor",
15504 "file_icons",
15505 "gpui",
15506 "multi_buffer",
15507 "ui",
15508 "workspace",
15509 "workspace-hack",
15510]
15511
15512[[package]]
15513name = "svgtypes"
15514version = "0.15.3"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15517dependencies = [
15518 "kurbo",
15519 "siphasher",
15520]
15521
15522[[package]]
15523name = "swash"
15524version = "0.2.2"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15527dependencies = [
15528 "skrifa",
15529 "yazi",
15530 "zeno",
15531]
15532
15533[[package]]
15534name = "symphonia"
15535version = "0.5.4"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15538dependencies = [
15539 "lazy_static",
15540 "symphonia-bundle-flac",
15541 "symphonia-bundle-mp3",
15542 "symphonia-codec-aac",
15543 "symphonia-codec-pcm",
15544 "symphonia-codec-vorbis",
15545 "symphonia-core",
15546 "symphonia-format-isomp4",
15547 "symphonia-format-ogg",
15548 "symphonia-format-riff",
15549 "symphonia-metadata",
15550]
15551
15552[[package]]
15553name = "symphonia-bundle-flac"
15554version = "0.5.4"
15555source = "registry+https://github.com/rust-lang/crates.io-index"
15556checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15557dependencies = [
15558 "log",
15559 "symphonia-core",
15560 "symphonia-metadata",
15561 "symphonia-utils-xiph",
15562]
15563
15564[[package]]
15565name = "symphonia-bundle-mp3"
15566version = "0.5.4"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15569dependencies = [
15570 "lazy_static",
15571 "log",
15572 "symphonia-core",
15573 "symphonia-metadata",
15574]
15575
15576[[package]]
15577name = "symphonia-codec-aac"
15578version = "0.5.4"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15581dependencies = [
15582 "lazy_static",
15583 "log",
15584 "symphonia-core",
15585]
15586
15587[[package]]
15588name = "symphonia-codec-pcm"
15589version = "0.5.4"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15592dependencies = [
15593 "log",
15594 "symphonia-core",
15595]
15596
15597[[package]]
15598name = "symphonia-codec-vorbis"
15599version = "0.5.4"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15602dependencies = [
15603 "log",
15604 "symphonia-core",
15605 "symphonia-utils-xiph",
15606]
15607
15608[[package]]
15609name = "symphonia-core"
15610version = "0.5.4"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15613dependencies = [
15614 "arrayvec",
15615 "bitflags 1.3.2",
15616 "bytemuck",
15617 "lazy_static",
15618 "log",
15619]
15620
15621[[package]]
15622name = "symphonia-format-isomp4"
15623version = "0.5.4"
15624source = "registry+https://github.com/rust-lang/crates.io-index"
15625checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15626dependencies = [
15627 "encoding_rs",
15628 "log",
15629 "symphonia-core",
15630 "symphonia-metadata",
15631 "symphonia-utils-xiph",
15632]
15633
15634[[package]]
15635name = "symphonia-format-ogg"
15636version = "0.5.4"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15639dependencies = [
15640 "log",
15641 "symphonia-core",
15642 "symphonia-metadata",
15643 "symphonia-utils-xiph",
15644]
15645
15646[[package]]
15647name = "symphonia-format-riff"
15648version = "0.5.4"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15651dependencies = [
15652 "extended",
15653 "log",
15654 "symphonia-core",
15655 "symphonia-metadata",
15656]
15657
15658[[package]]
15659name = "symphonia-metadata"
15660version = "0.5.4"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15663dependencies = [
15664 "encoding_rs",
15665 "lazy_static",
15666 "log",
15667 "symphonia-core",
15668]
15669
15670[[package]]
15671name = "symphonia-utils-xiph"
15672version = "0.5.4"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15675dependencies = [
15676 "symphonia-core",
15677 "symphonia-metadata",
15678]
15679
15680[[package]]
15681name = "syn"
15682version = "1.0.109"
15683source = "registry+https://github.com/rust-lang/crates.io-index"
15684checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15685dependencies = [
15686 "proc-macro2",
15687 "quote",
15688 "unicode-ident",
15689]
15690
15691[[package]]
15692name = "syn"
15693version = "2.0.101"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15696dependencies = [
15697 "proc-macro2",
15698 "quote",
15699 "unicode-ident",
15700]
15701
15702[[package]]
15703name = "sync_wrapper"
15704version = "0.1.2"
15705source = "registry+https://github.com/rust-lang/crates.io-index"
15706checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15707
15708[[package]]
15709name = "sync_wrapper"
15710version = "1.0.2"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15713dependencies = [
15714 "futures-core",
15715]
15716
15717[[package]]
15718name = "synchronoise"
15719version = "1.0.1"
15720source = "registry+https://github.com/rust-lang/crates.io-index"
15721checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15722dependencies = [
15723 "crossbeam-queue",
15724]
15725
15726[[package]]
15727name = "synstructure"
15728version = "0.13.1"
15729source = "registry+https://github.com/rust-lang/crates.io-index"
15730checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15731dependencies = [
15732 "proc-macro2",
15733 "quote",
15734 "syn 2.0.101",
15735]
15736
15737[[package]]
15738name = "sys-locale"
15739version = "0.3.2"
15740source = "registry+https://github.com/rust-lang/crates.io-index"
15741checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15742dependencies = [
15743 "libc",
15744]
15745
15746[[package]]
15747name = "sysctl"
15748version = "0.5.5"
15749source = "registry+https://github.com/rust-lang/crates.io-index"
15750checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15751dependencies = [
15752 "bitflags 2.9.0",
15753 "byteorder",
15754 "enum-as-inner",
15755 "libc",
15756 "thiserror 1.0.69",
15757 "walkdir",
15758]
15759
15760[[package]]
15761name = "sysctl"
15762version = "0.6.0"
15763source = "registry+https://github.com/rust-lang/crates.io-index"
15764checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15765dependencies = [
15766 "bitflags 2.9.0",
15767 "byteorder",
15768 "enum-as-inner",
15769 "libc",
15770 "thiserror 1.0.69",
15771 "walkdir",
15772]
15773
15774[[package]]
15775name = "sysinfo"
15776version = "0.31.4"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15779dependencies = [
15780 "core-foundation-sys",
15781 "libc",
15782 "memchr",
15783 "ntapi",
15784 "rayon",
15785 "windows 0.57.0",
15786]
15787
15788[[package]]
15789name = "system-configuration"
15790version = "0.5.1"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15793dependencies = [
15794 "bitflags 1.3.2",
15795 "core-foundation 0.9.4",
15796 "system-configuration-sys 0.5.0",
15797]
15798
15799[[package]]
15800name = "system-configuration"
15801version = "0.6.1"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15804dependencies = [
15805 "bitflags 2.9.0",
15806 "core-foundation 0.9.4",
15807 "system-configuration-sys 0.6.0",
15808]
15809
15810[[package]]
15811name = "system-configuration-sys"
15812version = "0.5.0"
15813source = "registry+https://github.com/rust-lang/crates.io-index"
15814checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15815dependencies = [
15816 "core-foundation-sys",
15817 "libc",
15818]
15819
15820[[package]]
15821name = "system-configuration-sys"
15822version = "0.6.0"
15823source = "registry+https://github.com/rust-lang/crates.io-index"
15824checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15825dependencies = [
15826 "core-foundation-sys",
15827 "libc",
15828]
15829
15830[[package]]
15831name = "system-deps"
15832version = "6.2.2"
15833source = "registry+https://github.com/rust-lang/crates.io-index"
15834checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15835dependencies = [
15836 "cfg-expr",
15837 "heck 0.5.0",
15838 "pkg-config",
15839 "toml 0.8.20",
15840 "version-compare",
15841]
15842
15843[[package]]
15844name = "system-interface"
15845version = "0.27.3"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15848dependencies = [
15849 "bitflags 2.9.0",
15850 "cap-fs-ext",
15851 "cap-std",
15852 "fd-lock",
15853 "io-lifetimes",
15854 "rustix 0.38.44",
15855 "windows-sys 0.59.0",
15856 "winx",
15857]
15858
15859[[package]]
15860name = "system_specs"
15861version = "0.1.0"
15862dependencies = [
15863 "anyhow",
15864 "client",
15865 "gpui",
15866 "human_bytes",
15867 "pciid-parser",
15868 "release_channel",
15869 "serde",
15870 "sysinfo",
15871 "workspace-hack",
15872]
15873
15874[[package]]
15875name = "tab_switcher"
15876version = "0.1.0"
15877dependencies = [
15878 "anyhow",
15879 "collections",
15880 "ctor",
15881 "editor",
15882 "fuzzy",
15883 "gpui",
15884 "language",
15885 "menu",
15886 "picker",
15887 "project",
15888 "schemars 1.0.1",
15889 "serde",
15890 "serde_json",
15891 "settings",
15892 "smol",
15893 "theme",
15894 "ui",
15895 "util",
15896 "workspace",
15897 "workspace-hack",
15898 "zlog",
15899]
15900
15901[[package]]
15902name = "taffy"
15903version = "0.9.0"
15904source = "registry+https://github.com/rust-lang/crates.io-index"
15905checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15906dependencies = [
15907 "arrayvec",
15908 "grid",
15909 "serde",
15910 "slotmap",
15911]
15912
15913[[package]]
15914name = "tagptr"
15915version = "0.2.0"
15916source = "registry+https://github.com/rust-lang/crates.io-index"
15917checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15918
15919[[package]]
15920name = "take-until"
15921version = "0.2.0"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15924
15925[[package]]
15926name = "tao-core-video-sys"
15927version = "0.2.0"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15930dependencies = [
15931 "cfg-if",
15932 "core-foundation-sys",
15933 "libc",
15934 "objc",
15935]
15936
15937[[package]]
15938name = "tap"
15939version = "1.0.1"
15940source = "registry+https://github.com/rust-lang/crates.io-index"
15941checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15942
15943[[package]]
15944name = "target-lexicon"
15945version = "0.12.16"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15948
15949[[package]]
15950name = "target-lexicon"
15951version = "0.13.2"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15954
15955[[package]]
15956name = "task"
15957version = "0.1.0"
15958dependencies = [
15959 "anyhow",
15960 "collections",
15961 "futures 0.3.31",
15962 "gpui",
15963 "hex",
15964 "log",
15965 "parking_lot",
15966 "pretty_assertions",
15967 "proto",
15968 "schemars 1.0.1",
15969 "serde",
15970 "serde_json",
15971 "serde_json_lenient",
15972 "sha2",
15973 "shellexpand 2.1.2",
15974 "util",
15975 "workspace-hack",
15976 "zed_actions",
15977]
15978
15979[[package]]
15980name = "tasks_ui"
15981version = "0.1.0"
15982dependencies = [
15983 "anyhow",
15984 "collections",
15985 "editor",
15986 "file_icons",
15987 "fuzzy",
15988 "gpui",
15989 "itertools 0.14.0",
15990 "language",
15991 "menu",
15992 "picker",
15993 "project",
15994 "serde",
15995 "serde_json",
15996 "task",
15997 "tree-sitter-rust",
15998 "tree-sitter-typescript",
15999 "ui",
16000 "util",
16001 "workspace",
16002 "workspace-hack",
16003 "zed_actions",
16004]
16005
16006[[package]]
16007name = "telemetry"
16008version = "0.1.0"
16009dependencies = [
16010 "futures 0.3.31",
16011 "serde",
16012 "serde_json",
16013 "telemetry_events",
16014 "workspace-hack",
16015]
16016
16017[[package]]
16018name = "telemetry_events"
16019version = "0.1.0"
16020dependencies = [
16021 "semantic_version",
16022 "serde",
16023 "serde_json",
16024 "workspace-hack",
16025]
16026
16027[[package]]
16028name = "tempfile"
16029version = "3.20.0"
16030source = "registry+https://github.com/rust-lang/crates.io-index"
16031checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16032dependencies = [
16033 "fastrand 2.3.0",
16034 "getrandom 0.3.2",
16035 "once_cell",
16036 "rustix 1.0.7",
16037 "windows-sys 0.59.0",
16038]
16039
16040[[package]]
16041name = "tendril"
16042version = "0.4.3"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16045dependencies = [
16046 "futf",
16047 "mac",
16048 "utf-8",
16049]
16050
16051[[package]]
16052name = "termcolor"
16053version = "1.4.1"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16056dependencies = [
16057 "winapi-util",
16058]
16059
16060[[package]]
16061name = "terminal"
16062version = "0.1.0"
16063dependencies = [
16064 "alacritty_terminal",
16065 "anyhow",
16066 "collections",
16067 "futures 0.3.31",
16068 "gpui",
16069 "itertools 0.14.0",
16070 "libc",
16071 "rand 0.9.1",
16072 "regex",
16073 "release_channel",
16074 "schemars 1.0.1",
16075 "serde",
16076 "settings",
16077 "smol",
16078 "sysinfo",
16079 "task",
16080 "theme",
16081 "thiserror 2.0.12",
16082 "url",
16083 "urlencoding",
16084 "util",
16085 "windows 0.61.1",
16086 "workspace-hack",
16087]
16088
16089[[package]]
16090name = "terminal_size"
16091version = "0.4.2"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16094dependencies = [
16095 "rustix 1.0.7",
16096 "windows-sys 0.59.0",
16097]
16098
16099[[package]]
16100name = "terminal_view"
16101version = "0.1.0"
16102dependencies = [
16103 "anyhow",
16104 "assistant_slash_command",
16105 "async-recursion",
16106 "breadcrumbs",
16107 "client",
16108 "collections",
16109 "db",
16110 "dirs 4.0.0",
16111 "editor",
16112 "futures 0.3.31",
16113 "gpui",
16114 "itertools 0.14.0",
16115 "language",
16116 "log",
16117 "pretty_assertions",
16118 "project",
16119 "rand 0.9.1",
16120 "regex",
16121 "schemars 1.0.1",
16122 "search",
16123 "serde",
16124 "serde_json",
16125 "settings",
16126 "shellexpand 2.1.2",
16127 "smol",
16128 "task",
16129 "terminal",
16130 "theme",
16131 "ui",
16132 "util",
16133 "workspace",
16134 "workspace-hack",
16135 "zed_actions",
16136]
16137
16138[[package]]
16139name = "text"
16140version = "0.1.0"
16141dependencies = [
16142 "anyhow",
16143 "clock",
16144 "collections",
16145 "ctor",
16146 "gpui",
16147 "http_client",
16148 "log",
16149 "parking_lot",
16150 "postage",
16151 "rand 0.9.1",
16152 "regex",
16153 "rope",
16154 "smallvec",
16155 "sum_tree",
16156 "util",
16157 "workspace-hack",
16158 "zlog",
16159]
16160
16161[[package]]
16162name = "theme"
16163version = "0.1.0"
16164dependencies = [
16165 "anyhow",
16166 "collections",
16167 "derive_more",
16168 "fs",
16169 "futures 0.3.31",
16170 "gpui",
16171 "log",
16172 "palette",
16173 "parking_lot",
16174 "refineable",
16175 "schemars 1.0.1",
16176 "serde",
16177 "serde_json",
16178 "serde_json_lenient",
16179 "settings",
16180 "strum 0.27.1",
16181 "thiserror 2.0.12",
16182 "util",
16183 "uuid",
16184 "workspace-hack",
16185]
16186
16187[[package]]
16188name = "theme_extension"
16189version = "0.1.0"
16190dependencies = [
16191 "anyhow",
16192 "extension",
16193 "fs",
16194 "gpui",
16195 "theme",
16196 "workspace-hack",
16197]
16198
16199[[package]]
16200name = "theme_importer"
16201version = "0.1.0"
16202dependencies = [
16203 "anyhow",
16204 "clap",
16205 "collections",
16206 "gpui",
16207 "indexmap 2.9.0",
16208 "log",
16209 "palette",
16210 "serde",
16211 "serde_json",
16212 "serde_json_lenient",
16213 "simplelog",
16214 "strum 0.27.1",
16215 "theme",
16216 "vscode_theme",
16217 "workspace-hack",
16218]
16219
16220[[package]]
16221name = "theme_selector"
16222version = "0.1.0"
16223dependencies = [
16224 "fs",
16225 "fuzzy",
16226 "gpui",
16227 "log",
16228 "picker",
16229 "serde",
16230 "settings",
16231 "telemetry",
16232 "theme",
16233 "ui",
16234 "util",
16235 "workspace",
16236 "workspace-hack",
16237 "zed_actions",
16238]
16239
16240[[package]]
16241name = "thiserror"
16242version = "1.0.69"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16245dependencies = [
16246 "thiserror-impl 1.0.69",
16247]
16248
16249[[package]]
16250name = "thiserror"
16251version = "2.0.12"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16254dependencies = [
16255 "thiserror-impl 2.0.12",
16256]
16257
16258[[package]]
16259name = "thiserror-impl"
16260version = "1.0.69"
16261source = "registry+https://github.com/rust-lang/crates.io-index"
16262checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16263dependencies = [
16264 "proc-macro2",
16265 "quote",
16266 "syn 2.0.101",
16267]
16268
16269[[package]]
16270name = "thiserror-impl"
16271version = "2.0.12"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16274dependencies = [
16275 "proc-macro2",
16276 "quote",
16277 "syn 2.0.101",
16278]
16279
16280[[package]]
16281name = "thread_local"
16282version = "1.1.8"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16285dependencies = [
16286 "cfg-if",
16287 "once_cell",
16288]
16289
16290[[package]]
16291name = "tiff"
16292version = "0.9.1"
16293source = "registry+https://github.com/rust-lang/crates.io-index"
16294checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16295dependencies = [
16296 "flate2",
16297 "jpeg-decoder",
16298 "weezl",
16299]
16300
16301[[package]]
16302name = "tiktoken-rs"
16303version = "0.8.0"
16304source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16305dependencies = [
16306 "anyhow",
16307 "base64 0.22.1",
16308 "bstr",
16309 "fancy-regex 0.13.0",
16310 "lazy_static",
16311 "regex",
16312 "rustc-hash 1.1.0",
16313]
16314
16315[[package]]
16316name = "time"
16317version = "0.3.41"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16320dependencies = [
16321 "deranged",
16322 "itoa",
16323 "libc",
16324 "num-conv",
16325 "num_threads",
16326 "powerfmt",
16327 "serde",
16328 "time-core",
16329 "time-macros",
16330]
16331
16332[[package]]
16333name = "time-core"
16334version = "0.1.4"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16337
16338[[package]]
16339name = "time-macros"
16340version = "0.2.22"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16343dependencies = [
16344 "num-conv",
16345 "time-core",
16346]
16347
16348[[package]]
16349name = "time_format"
16350version = "0.1.0"
16351dependencies = [
16352 "core-foundation 0.10.0",
16353 "core-foundation-sys",
16354 "sys-locale",
16355 "time",
16356 "workspace-hack",
16357]
16358
16359[[package]]
16360name = "tiny-keccak"
16361version = "2.0.2"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16364dependencies = [
16365 "crunchy",
16366]
16367
16368[[package]]
16369name = "tiny-skia"
16370version = "0.11.4"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16373dependencies = [
16374 "arrayref",
16375 "arrayvec",
16376 "bytemuck",
16377 "cfg-if",
16378 "log",
16379 "png",
16380 "tiny-skia-path",
16381]
16382
16383[[package]]
16384name = "tiny-skia-path"
16385version = "0.11.4"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16388dependencies = [
16389 "arrayref",
16390 "bytemuck",
16391 "strict-num",
16392]
16393
16394[[package]]
16395name = "tiny_http"
16396version = "0.8.2"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16399dependencies = [
16400 "ascii",
16401 "chrono",
16402 "chunked_transfer",
16403 "log",
16404 "url",
16405]
16406
16407[[package]]
16408name = "tinystr"
16409version = "0.7.6"
16410source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16412dependencies = [
16413 "displaydoc",
16414 "zerovec",
16415]
16416
16417[[package]]
16418name = "tinytemplate"
16419version = "1.2.1"
16420source = "registry+https://github.com/rust-lang/crates.io-index"
16421checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16422dependencies = [
16423 "serde",
16424 "serde_json",
16425]
16426
16427[[package]]
16428name = "tinyvec"
16429version = "1.9.0"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16432dependencies = [
16433 "tinyvec_macros",
16434]
16435
16436[[package]]
16437name = "tinyvec_macros"
16438version = "0.1.1"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16441
16442[[package]]
16443name = "title_bar"
16444version = "0.1.0"
16445dependencies = [
16446 "anyhow",
16447 "auto_update",
16448 "call",
16449 "chrono",
16450 "client",
16451 "cloud_llm_client",
16452 "collections",
16453 "db",
16454 "gpui",
16455 "http_client",
16456 "notifications",
16457 "pretty_assertions",
16458 "project",
16459 "remote",
16460 "rpc",
16461 "schemars 1.0.1",
16462 "serde",
16463 "settings",
16464 "smallvec",
16465 "story",
16466 "telemetry",
16467 "theme",
16468 "tree-sitter-md",
16469 "ui",
16470 "util",
16471 "windows 0.61.1",
16472 "workspace",
16473 "workspace-hack",
16474 "zed_actions",
16475]
16476
16477[[package]]
16478name = "tokio"
16479version = "1.44.2"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16482dependencies = [
16483 "backtrace",
16484 "bytes 1.10.1",
16485 "libc",
16486 "mio 1.0.3",
16487 "parking_lot",
16488 "pin-project-lite",
16489 "signal-hook-registry",
16490 "socket2",
16491 "tokio-macros",
16492 "windows-sys 0.52.0",
16493]
16494
16495[[package]]
16496name = "tokio-io"
16497version = "0.1.13"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16500dependencies = [
16501 "bytes 0.4.12",
16502 "futures 0.1.31",
16503 "log",
16504]
16505
16506[[package]]
16507name = "tokio-macros"
16508version = "2.5.0"
16509source = "registry+https://github.com/rust-lang/crates.io-index"
16510checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16511dependencies = [
16512 "proc-macro2",
16513 "quote",
16514 "syn 2.0.101",
16515]
16516
16517[[package]]
16518name = "tokio-native-tls"
16519version = "0.3.1"
16520source = "registry+https://github.com/rust-lang/crates.io-index"
16521checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16522dependencies = [
16523 "native-tls",
16524 "tokio",
16525]
16526
16527[[package]]
16528name = "tokio-rustls"
16529version = "0.24.1"
16530source = "registry+https://github.com/rust-lang/crates.io-index"
16531checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16532dependencies = [
16533 "rustls 0.21.12",
16534 "tokio",
16535]
16536
16537[[package]]
16538name = "tokio-rustls"
16539version = "0.26.2"
16540source = "registry+https://github.com/rust-lang/crates.io-index"
16541checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16542dependencies = [
16543 "rustls 0.23.26",
16544 "tokio",
16545]
16546
16547[[package]]
16548name = "tokio-socks"
16549version = "0.5.2"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16552dependencies = [
16553 "either",
16554 "futures-io",
16555 "futures-util",
16556 "thiserror 1.0.69",
16557 "tokio",
16558]
16559
16560[[package]]
16561name = "tokio-stream"
16562version = "0.1.17"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16565dependencies = [
16566 "futures-core",
16567 "pin-project-lite",
16568 "tokio",
16569]
16570
16571[[package]]
16572name = "tokio-tungstenite"
16573version = "0.20.1"
16574source = "registry+https://github.com/rust-lang/crates.io-index"
16575checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16576dependencies = [
16577 "futures-util",
16578 "log",
16579 "tokio",
16580 "tungstenite 0.20.1",
16581]
16582
16583[[package]]
16584name = "tokio-tungstenite"
16585version = "0.21.0"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16588dependencies = [
16589 "futures-util",
16590 "log",
16591 "tokio",
16592 "tungstenite 0.21.0",
16593]
16594
16595[[package]]
16596name = "tokio-tungstenite"
16597version = "0.26.2"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16600dependencies = [
16601 "futures-util",
16602 "log",
16603 "rustls 0.23.26",
16604 "rustls-pki-types",
16605 "tokio",
16606 "tokio-rustls 0.26.2",
16607 "tungstenite 0.26.2",
16608]
16609
16610[[package]]
16611name = "tokio-util"
16612version = "0.7.14"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16615dependencies = [
16616 "bytes 1.10.1",
16617 "futures-core",
16618 "futures-io",
16619 "futures-sink",
16620 "pin-project-lite",
16621 "tokio",
16622]
16623
16624[[package]]
16625name = "toml"
16626version = "0.5.11"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16629dependencies = [
16630 "serde",
16631]
16632
16633[[package]]
16634name = "toml"
16635version = "0.8.20"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16638dependencies = [
16639 "serde",
16640 "serde_spanned",
16641 "toml_datetime",
16642 "toml_edit",
16643]
16644
16645[[package]]
16646name = "toml_datetime"
16647version = "0.6.9"
16648source = "registry+https://github.com/rust-lang/crates.io-index"
16649checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16650dependencies = [
16651 "serde",
16652]
16653
16654[[package]]
16655name = "toml_edit"
16656version = "0.22.26"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16659dependencies = [
16660 "indexmap 2.9.0",
16661 "serde",
16662 "serde_spanned",
16663 "toml_datetime",
16664 "toml_write",
16665 "winnow",
16666]
16667
16668[[package]]
16669name = "toml_write"
16670version = "0.1.1"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16673
16674[[package]]
16675name = "toolchain_selector"
16676version = "0.1.0"
16677dependencies = [
16678 "anyhow",
16679 "convert_case 0.8.0",
16680 "editor",
16681 "file_finder",
16682 "futures 0.3.31",
16683 "fuzzy",
16684 "gpui",
16685 "language",
16686 "menu",
16687 "picker",
16688 "project",
16689 "ui",
16690 "util",
16691 "workspace",
16692 "workspace-hack",
16693]
16694
16695[[package]]
16696name = "topological-sort"
16697version = "0.2.2"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16700
16701[[package]]
16702name = "tower"
16703version = "0.4.13"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16706dependencies = [
16707 "futures-core",
16708 "futures-util",
16709 "pin-project",
16710 "pin-project-lite",
16711 "tokio",
16712 "tower-layer",
16713 "tower-service",
16714 "tracing",
16715]
16716
16717[[package]]
16718name = "tower"
16719version = "0.5.2"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16722dependencies = [
16723 "futures-core",
16724 "futures-util",
16725 "pin-project-lite",
16726 "sync_wrapper 1.0.2",
16727 "tokio",
16728 "tower-layer",
16729 "tower-service",
16730]
16731
16732[[package]]
16733name = "tower-http"
16734version = "0.3.5"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16737dependencies = [
16738 "bitflags 1.3.2",
16739 "bytes 1.10.1",
16740 "futures-core",
16741 "futures-util",
16742 "http 0.2.12",
16743 "http-body 0.4.6",
16744 "http-range-header",
16745 "pin-project-lite",
16746 "tower-layer",
16747 "tower-service",
16748]
16749
16750[[package]]
16751name = "tower-http"
16752version = "0.4.4"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16755dependencies = [
16756 "bitflags 2.9.0",
16757 "bytes 1.10.1",
16758 "futures-core",
16759 "futures-util",
16760 "http 0.2.12",
16761 "http-body 0.4.6",
16762 "http-range-header",
16763 "pin-project-lite",
16764 "tower-layer",
16765 "tower-service",
16766 "tracing",
16767]
16768
16769[[package]]
16770name = "tower-layer"
16771version = "0.3.3"
16772source = "registry+https://github.com/rust-lang/crates.io-index"
16773checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16774
16775[[package]]
16776name = "tower-service"
16777version = "0.3.3"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16780
16781[[package]]
16782name = "tracing"
16783version = "0.1.41"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16786dependencies = [
16787 "log",
16788 "pin-project-lite",
16789 "tracing-attributes",
16790 "tracing-core",
16791]
16792
16793[[package]]
16794name = "tracing-attributes"
16795version = "0.1.28"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16798dependencies = [
16799 "proc-macro2",
16800 "quote",
16801 "syn 2.0.101",
16802]
16803
16804[[package]]
16805name = "tracing-core"
16806version = "0.1.33"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16809dependencies = [
16810 "once_cell",
16811 "valuable",
16812]
16813
16814[[package]]
16815name = "tracing-log"
16816version = "0.2.0"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16819dependencies = [
16820 "log",
16821 "once_cell",
16822 "tracing-core",
16823]
16824
16825[[package]]
16826name = "tracing-serde"
16827version = "0.2.0"
16828source = "registry+https://github.com/rust-lang/crates.io-index"
16829checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16830dependencies = [
16831 "serde",
16832 "tracing-core",
16833]
16834
16835[[package]]
16836name = "tracing-subscriber"
16837version = "0.3.20"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16840dependencies = [
16841 "matchers",
16842 "nu-ansi-term",
16843 "once_cell",
16844 "regex-automata",
16845 "serde",
16846 "serde_json",
16847 "sharded-slab",
16848 "smallvec",
16849 "thread_local",
16850 "tracing",
16851 "tracing-core",
16852 "tracing-log",
16853 "tracing-serde",
16854]
16855
16856[[package]]
16857name = "trait-variant"
16858version = "0.1.2"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16861dependencies = [
16862 "proc-macro2",
16863 "quote",
16864 "syn 2.0.101",
16865]
16866
16867[[package]]
16868name = "transpose"
16869version = "0.2.3"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16872dependencies = [
16873 "num-integer",
16874 "strength_reduce",
16875]
16876
16877[[package]]
16878name = "tree-sitter"
16879version = "0.25.6"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "a7cf18d43cbf0bfca51f657132cc616a5097edc4424d538bae6fa60142eaf9f0"
16882dependencies = [
16883 "cc",
16884 "regex",
16885 "regex-syntax",
16886 "serde_json",
16887 "streaming-iterator",
16888 "tree-sitter-language",
16889 "wasmtime-c-api-impl",
16890]
16891
16892[[package]]
16893name = "tree-sitter-bash"
16894version = "0.25.0"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16897dependencies = [
16898 "cc",
16899 "tree-sitter-language",
16900]
16901
16902[[package]]
16903name = "tree-sitter-c"
16904version = "0.23.4"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16907dependencies = [
16908 "cc",
16909 "tree-sitter-language",
16910]
16911
16912[[package]]
16913name = "tree-sitter-cpp"
16914version = "0.23.4"
16915source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
16916dependencies = [
16917 "cc",
16918 "tree-sitter-language",
16919]
16920
16921[[package]]
16922name = "tree-sitter-css"
16923version = "0.23.2"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16926dependencies = [
16927 "cc",
16928 "tree-sitter-language",
16929]
16930
16931[[package]]
16932name = "tree-sitter-diff"
16933version = "0.1.0"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16936dependencies = [
16937 "cc",
16938 "tree-sitter-language",
16939]
16940
16941[[package]]
16942name = "tree-sitter-elixir"
16943version = "0.3.4"
16944source = "registry+https://github.com/rust-lang/crates.io-index"
16945checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16946dependencies = [
16947 "cc",
16948 "tree-sitter-language",
16949]
16950
16951[[package]]
16952name = "tree-sitter-embedded-template"
16953version = "0.23.2"
16954source = "registry+https://github.com/rust-lang/crates.io-index"
16955checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16956dependencies = [
16957 "cc",
16958 "tree-sitter-language",
16959]
16960
16961[[package]]
16962name = "tree-sitter-gitcommit"
16963version = "0.0.1"
16964source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16965dependencies = [
16966 "cc",
16967 "tree-sitter-language",
16968]
16969
16970[[package]]
16971name = "tree-sitter-go"
16972version = "0.23.4"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16975dependencies = [
16976 "cc",
16977 "tree-sitter-language",
16978]
16979
16980[[package]]
16981name = "tree-sitter-gomod"
16982version = "1.1.1"
16983source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16984dependencies = [
16985 "cc",
16986 "tree-sitter-language",
16987]
16988
16989[[package]]
16990name = "tree-sitter-gowork"
16991version = "0.0.1"
16992source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16993dependencies = [
16994 "cc",
16995 "tree-sitter-language",
16996]
16997
16998[[package]]
16999name = "tree-sitter-heex"
17000version = "0.0.1"
17001source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17002dependencies = [
17003 "cc",
17004 "tree-sitter-language",
17005]
17006
17007[[package]]
17008name = "tree-sitter-html"
17009version = "0.23.2"
17010source = "registry+https://github.com/rust-lang/crates.io-index"
17011checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17012dependencies = [
17013 "cc",
17014 "tree-sitter-language",
17015]
17016
17017[[package]]
17018name = "tree-sitter-jsdoc"
17019version = "0.23.2"
17020source = "registry+https://github.com/rust-lang/crates.io-index"
17021checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17022dependencies = [
17023 "cc",
17024 "tree-sitter-language",
17025]
17026
17027[[package]]
17028name = "tree-sitter-json"
17029version = "0.24.8"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17032dependencies = [
17033 "cc",
17034 "tree-sitter-language",
17035]
17036
17037[[package]]
17038name = "tree-sitter-language"
17039version = "0.1.5"
17040source = "registry+https://github.com/rust-lang/crates.io-index"
17041checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17042
17043[[package]]
17044name = "tree-sitter-md"
17045version = "0.3.2"
17046source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17047dependencies = [
17048 "cc",
17049 "tree-sitter-language",
17050]
17051
17052[[package]]
17053name = "tree-sitter-python"
17054version = "0.23.6"
17055source = "git+https://github.com/zed-industries/tree-sitter-python?rev=218fcbf3fda3d029225f3dec005cb497d111b35e#218fcbf3fda3d029225f3dec005cb497d111b35e"
17056dependencies = [
17057 "cc",
17058 "tree-sitter-language",
17059]
17060
17061[[package]]
17062name = "tree-sitter-regex"
17063version = "0.24.3"
17064source = "registry+https://github.com/rust-lang/crates.io-index"
17065checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17066dependencies = [
17067 "cc",
17068 "tree-sitter-language",
17069]
17070
17071[[package]]
17072name = "tree-sitter-ruby"
17073version = "0.23.1"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17076dependencies = [
17077 "cc",
17078 "tree-sitter-language",
17079]
17080
17081[[package]]
17082name = "tree-sitter-rust"
17083version = "0.24.0"
17084source = "registry+https://github.com/rust-lang/crates.io-index"
17085checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17086dependencies = [
17087 "cc",
17088 "tree-sitter-language",
17089]
17090
17091[[package]]
17092name = "tree-sitter-typescript"
17093version = "0.23.2"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
17096dependencies = [
17097 "cc",
17098 "tree-sitter-language",
17099]
17100
17101[[package]]
17102name = "tree-sitter-yaml"
17103version = "0.6.1"
17104source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17105dependencies = [
17106 "cc",
17107 "tree-sitter-language",
17108]
17109
17110[[package]]
17111name = "try-lock"
17112version = "0.2.5"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17115
17116[[package]]
17117name = "ttf-parser"
17118version = "0.20.0"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17121
17122[[package]]
17123name = "ttf-parser"
17124version = "0.21.1"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17127
17128[[package]]
17129name = "ttf-parser"
17130version = "0.25.1"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17133dependencies = [
17134 "core_maths",
17135]
17136
17137[[package]]
17138name = "tungstenite"
17139version = "0.20.1"
17140source = "registry+https://github.com/rust-lang/crates.io-index"
17141checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17142dependencies = [
17143 "byteorder",
17144 "bytes 1.10.1",
17145 "data-encoding",
17146 "http 0.2.12",
17147 "httparse",
17148 "log",
17149 "rand 0.8.5",
17150 "sha1",
17151 "thiserror 1.0.69",
17152 "url",
17153 "utf-8",
17154]
17155
17156[[package]]
17157name = "tungstenite"
17158version = "0.21.0"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17161dependencies = [
17162 "byteorder",
17163 "bytes 1.10.1",
17164 "data-encoding",
17165 "http 1.3.1",
17166 "httparse",
17167 "log",
17168 "rand 0.8.5",
17169 "sha1",
17170 "thiserror 1.0.69",
17171 "url",
17172 "utf-8",
17173]
17174
17175[[package]]
17176name = "tungstenite"
17177version = "0.26.2"
17178source = "registry+https://github.com/rust-lang/crates.io-index"
17179checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17180dependencies = [
17181 "bytes 1.10.1",
17182 "data-encoding",
17183 "http 1.3.1",
17184 "httparse",
17185 "log",
17186 "rand 0.9.1",
17187 "rustls 0.23.26",
17188 "rustls-pki-types",
17189 "sha1",
17190 "thiserror 2.0.12",
17191 "utf-8",
17192]
17193
17194[[package]]
17195name = "typed-path"
17196version = "0.11.0"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17199
17200[[package]]
17201name = "typeid"
17202version = "1.0.3"
17203source = "registry+https://github.com/rust-lang/crates.io-index"
17204checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17205
17206[[package]]
17207name = "typenum"
17208version = "1.18.0"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17211
17212[[package]]
17213name = "ucd-trie"
17214version = "0.1.7"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17217
17218[[package]]
17219name = "uds"
17220version = "0.4.2"
17221source = "registry+https://github.com/rust-lang/crates.io-index"
17222checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17223dependencies = [
17224 "libc",
17225]
17226
17227[[package]]
17228name = "uds_windows"
17229version = "1.1.0"
17230source = "registry+https://github.com/rust-lang/crates.io-index"
17231checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17232dependencies = [
17233 "memoffset",
17234 "tempfile",
17235 "winapi",
17236]
17237
17238[[package]]
17239name = "ug"
17240version = "0.4.0"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17243dependencies = [
17244 "gemm 0.18.2",
17245 "half",
17246 "libloading",
17247 "memmap2",
17248 "num",
17249 "num-traits",
17250 "num_cpus",
17251 "rayon",
17252 "safetensors",
17253 "serde",
17254 "thiserror 1.0.69",
17255 "tracing",
17256 "yoke",
17257]
17258
17259[[package]]
17260name = "ui"
17261version = "0.1.0"
17262dependencies = [
17263 "chrono",
17264 "component",
17265 "documented",
17266 "gpui",
17267 "gpui_macros",
17268 "icons",
17269 "itertools 0.14.0",
17270 "menu",
17271 "schemars 1.0.1",
17272 "serde",
17273 "settings",
17274 "smallvec",
17275 "story",
17276 "strum 0.27.1",
17277 "theme",
17278 "ui_macros",
17279 "util",
17280 "windows 0.61.1",
17281 "workspace-hack",
17282]
17283
17284[[package]]
17285name = "ui_input"
17286version = "0.1.0"
17287dependencies = [
17288 "component",
17289 "editor",
17290 "gpui",
17291 "settings",
17292 "theme",
17293 "ui",
17294 "workspace-hack",
17295]
17296
17297[[package]]
17298name = "ui_macros"
17299version = "0.1.0"
17300dependencies = [
17301 "component",
17302 "quote",
17303 "syn 2.0.101",
17304 "ui",
17305 "workspace-hack",
17306]
17307
17308[[package]]
17309name = "ui_prompt"
17310version = "0.1.0"
17311dependencies = [
17312 "gpui",
17313 "markdown",
17314 "menu",
17315 "settings",
17316 "theme",
17317 "ui",
17318 "workspace",
17319 "workspace-hack",
17320]
17321
17322[[package]]
17323name = "unicase"
17324version = "2.8.1"
17325source = "registry+https://github.com/rust-lang/crates.io-index"
17326checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17327
17328[[package]]
17329name = "unicode-bidi"
17330version = "0.3.18"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17333
17334[[package]]
17335name = "unicode-bidi-mirroring"
17336version = "0.2.0"
17337source = "registry+https://github.com/rust-lang/crates.io-index"
17338checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17339
17340[[package]]
17341name = "unicode-bidi-mirroring"
17342version = "0.4.0"
17343source = "registry+https://github.com/rust-lang/crates.io-index"
17344checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17345
17346[[package]]
17347name = "unicode-ccc"
17348version = "0.2.0"
17349source = "registry+https://github.com/rust-lang/crates.io-index"
17350checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17351
17352[[package]]
17353name = "unicode-ccc"
17354version = "0.4.0"
17355source = "registry+https://github.com/rust-lang/crates.io-index"
17356checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17357
17358[[package]]
17359name = "unicode-ident"
17360version = "1.0.18"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17363
17364[[package]]
17365name = "unicode-linebreak"
17366version = "0.1.5"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17369
17370[[package]]
17371name = "unicode-normalization"
17372version = "0.1.24"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17375dependencies = [
17376 "tinyvec",
17377]
17378
17379[[package]]
17380name = "unicode-properties"
17381version = "0.1.3"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17384
17385[[package]]
17386name = "unicode-script"
17387version = "0.5.7"
17388source = "registry+https://github.com/rust-lang/crates.io-index"
17389checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17390
17391[[package]]
17392name = "unicode-segmentation"
17393version = "1.12.0"
17394source = "registry+https://github.com/rust-lang/crates.io-index"
17395checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17396
17397[[package]]
17398name = "unicode-vo"
17399version = "0.1.0"
17400source = "registry+https://github.com/rust-lang/crates.io-index"
17401checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17402
17403[[package]]
17404name = "unicode-width"
17405version = "0.1.14"
17406source = "registry+https://github.com/rust-lang/crates.io-index"
17407checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
17408
17409[[package]]
17410name = "unicode-width"
17411version = "0.2.0"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17414
17415[[package]]
17416name = "unicode-xid"
17417version = "0.2.6"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17420
17421[[package]]
17422name = "unicode_categories"
17423version = "0.1.1"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17426
17427[[package]]
17428name = "unindent"
17429version = "0.2.4"
17430source = "registry+https://github.com/rust-lang/crates.io-index"
17431checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17432
17433[[package]]
17434name = "untrusted"
17435version = "0.9.0"
17436source = "registry+https://github.com/rust-lang/crates.io-index"
17437checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17438
17439[[package]]
17440name = "url"
17441version = "2.5.4"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17444dependencies = [
17445 "form_urlencoded",
17446 "idna",
17447 "percent-encoding",
17448 "serde",
17449]
17450
17451[[package]]
17452name = "urlencoding"
17453version = "2.1.3"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17456
17457[[package]]
17458name = "usvg"
17459version = "0.45.1"
17460source = "registry+https://github.com/rust-lang/crates.io-index"
17461checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17462dependencies = [
17463 "base64 0.22.1",
17464 "data-url",
17465 "flate2",
17466 "fontdb 0.23.0",
17467 "imagesize",
17468 "kurbo",
17469 "log",
17470 "pico-args",
17471 "roxmltree",
17472 "rustybuzz 0.20.1",
17473 "simplecss",
17474 "siphasher",
17475 "strict-num",
17476 "svgtypes",
17477 "tiny-skia-path",
17478 "unicode-bidi",
17479 "unicode-script",
17480 "unicode-vo",
17481 "xmlwriter",
17482]
17483
17484[[package]]
17485name = "utf-8"
17486version = "0.7.6"
17487source = "registry+https://github.com/rust-lang/crates.io-index"
17488checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17489
17490[[package]]
17491name = "utf16_iter"
17492version = "1.0.5"
17493source = "registry+https://github.com/rust-lang/crates.io-index"
17494checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17495
17496[[package]]
17497name = "utf8_iter"
17498version = "1.0.4"
17499source = "registry+https://github.com/rust-lang/crates.io-index"
17500checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17501
17502[[package]]
17503name = "utf8parse"
17504version = "0.2.2"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17507
17508[[package]]
17509name = "util"
17510version = "0.1.0"
17511dependencies = [
17512 "anyhow",
17513 "async-fs",
17514 "async_zip",
17515 "collections",
17516 "command-fds",
17517 "dirs 4.0.0",
17518 "dunce",
17519 "futures 0.3.31",
17520 "futures-lite 1.13.0",
17521 "git2",
17522 "globset",
17523 "indoc",
17524 "itertools 0.14.0",
17525 "libc",
17526 "log",
17527 "nix 0.29.0",
17528 "rand 0.9.1",
17529 "regex",
17530 "rust-embed",
17531 "schemars 1.0.1",
17532 "serde",
17533 "serde_json",
17534 "serde_json_lenient",
17535 "shlex",
17536 "smol",
17537 "take-until",
17538 "tempfile",
17539 "tendril",
17540 "unicase",
17541 "util_macros",
17542 "walkdir",
17543 "workspace-hack",
17544]
17545
17546[[package]]
17547name = "util_macros"
17548version = "0.1.0"
17549dependencies = [
17550 "perf",
17551 "quote",
17552 "syn 2.0.101",
17553 "workspace-hack",
17554]
17555
17556[[package]]
17557name = "uuid"
17558version = "1.16.0"
17559source = "registry+https://github.com/rust-lang/crates.io-index"
17560checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17561dependencies = [
17562 "getrandom 0.3.2",
17563 "serde",
17564 "sha1_smol",
17565]
17566
17567[[package]]
17568name = "uuid-simd"
17569version = "0.8.0"
17570source = "registry+https://github.com/rust-lang/crates.io-index"
17571checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17572dependencies = [
17573 "outref",
17574 "uuid",
17575 "vsimd",
17576]
17577
17578[[package]]
17579name = "v_frame"
17580version = "0.3.8"
17581source = "registry+https://github.com/rust-lang/crates.io-index"
17582checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17583dependencies = [
17584 "aligned-vec",
17585 "num-traits",
17586 "wasm-bindgen",
17587]
17588
17589[[package]]
17590name = "valuable"
17591version = "0.1.1"
17592source = "registry+https://github.com/rust-lang/crates.io-index"
17593checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17594
17595[[package]]
17596name = "value-bag"
17597version = "1.11.1"
17598source = "registry+https://github.com/rust-lang/crates.io-index"
17599checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17600dependencies = [
17601 "value-bag-serde1",
17602 "value-bag-sval2",
17603]
17604
17605[[package]]
17606name = "value-bag-serde1"
17607version = "1.11.1"
17608source = "registry+https://github.com/rust-lang/crates.io-index"
17609checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17610dependencies = [
17611 "erased-serde",
17612 "serde",
17613 "serde_fmt",
17614]
17615
17616[[package]]
17617name = "value-bag-sval2"
17618version = "1.11.1"
17619source = "registry+https://github.com/rust-lang/crates.io-index"
17620checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17621dependencies = [
17622 "sval",
17623 "sval_buffer",
17624 "sval_dynamic",
17625 "sval_fmt",
17626 "sval_json",
17627 "sval_ref",
17628 "sval_serde",
17629]
17630
17631[[package]]
17632name = "vcpkg"
17633version = "0.2.15"
17634source = "registry+https://github.com/rust-lang/crates.io-index"
17635checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17636
17637[[package]]
17638name = "vercel"
17639version = "0.1.0"
17640dependencies = [
17641 "anyhow",
17642 "schemars 1.0.1",
17643 "serde",
17644 "strum 0.27.1",
17645 "workspace-hack",
17646]
17647
17648[[package]]
17649name = "version-compare"
17650version = "0.2.0"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17653
17654[[package]]
17655name = "version_check"
17656version = "0.9.5"
17657source = "registry+https://github.com/rust-lang/crates.io-index"
17658checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17659
17660[[package]]
17661name = "vim"
17662version = "0.1.0"
17663dependencies = [
17664 "anyhow",
17665 "assets",
17666 "async-compat",
17667 "async-trait",
17668 "collections",
17669 "command_palette",
17670 "command_palette_hooks",
17671 "db",
17672 "editor",
17673 "env_logger 0.11.8",
17674 "futures 0.3.31",
17675 "git_ui",
17676 "gpui",
17677 "indoc",
17678 "itertools 0.14.0",
17679 "language",
17680 "log",
17681 "lsp",
17682 "multi_buffer",
17683 "nvim-rs",
17684 "parking_lot",
17685 "perf",
17686 "picker",
17687 "project",
17688 "project_panel",
17689 "regex",
17690 "release_channel",
17691 "schemars 1.0.1",
17692 "search",
17693 "serde",
17694 "serde_json",
17695 "settings",
17696 "task",
17697 "text",
17698 "theme",
17699 "tokio",
17700 "ui",
17701 "util",
17702 "util_macros",
17703 "vim_mode_setting",
17704 "workspace",
17705 "workspace-hack",
17706 "zed_actions",
17707]
17708
17709[[package]]
17710name = "vim_mode_setting"
17711version = "0.1.0"
17712dependencies = [
17713 "gpui",
17714 "settings",
17715 "workspace-hack",
17716]
17717
17718[[package]]
17719name = "vscode_theme"
17720version = "0.2.0"
17721source = "registry+https://github.com/rust-lang/crates.io-index"
17722checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17723dependencies = [
17724 "serde",
17725]
17726
17727[[package]]
17728name = "vsimd"
17729version = "0.8.0"
17730source = "registry+https://github.com/rust-lang/crates.io-index"
17731checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17732
17733[[package]]
17734name = "vswhom"
17735version = "0.1.0"
17736source = "registry+https://github.com/rust-lang/crates.io-index"
17737checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17738dependencies = [
17739 "libc",
17740 "vswhom-sys",
17741]
17742
17743[[package]]
17744name = "vswhom-sys"
17745version = "0.1.3"
17746source = "registry+https://github.com/rust-lang/crates.io-index"
17747checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17748dependencies = [
17749 "cc",
17750 "libc",
17751]
17752
17753[[package]]
17754name = "vte"
17755version = "0.15.0"
17756source = "registry+https://github.com/rust-lang/crates.io-index"
17757checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17758dependencies = [
17759 "arrayvec",
17760 "bitflags 2.9.0",
17761 "cursor-icon",
17762 "log",
17763 "memchr",
17764 "serde",
17765]
17766
17767[[package]]
17768name = "waker-fn"
17769version = "1.2.0"
17770source = "registry+https://github.com/rust-lang/crates.io-index"
17771checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17772
17773[[package]]
17774name = "walkdir"
17775version = "2.5.0"
17776source = "registry+https://github.com/rust-lang/crates.io-index"
17777checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17778dependencies = [
17779 "same-file",
17780 "winapi-util",
17781]
17782
17783[[package]]
17784name = "want"
17785version = "0.3.1"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17788dependencies = [
17789 "try-lock",
17790]
17791
17792[[package]]
17793name = "warp"
17794version = "0.3.7"
17795source = "registry+https://github.com/rust-lang/crates.io-index"
17796checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17797dependencies = [
17798 "bytes 1.10.1",
17799 "futures-channel",
17800 "futures-util",
17801 "headers",
17802 "http 0.2.12",
17803 "hyper 0.14.32",
17804 "log",
17805 "mime",
17806 "mime_guess",
17807 "percent-encoding",
17808 "pin-project",
17809 "scoped-tls",
17810 "serde",
17811 "serde_json",
17812 "serde_urlencoded",
17813 "tokio",
17814 "tokio-tungstenite 0.21.0",
17815 "tokio-util",
17816 "tower-service",
17817 "tracing",
17818]
17819
17820[[package]]
17821name = "wasi"
17822version = "0.11.0+wasi-snapshot-preview1"
17823source = "registry+https://github.com/rust-lang/crates.io-index"
17824checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17825
17826[[package]]
17827name = "wasi"
17828version = "0.14.2+wasi-0.2.4"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17831dependencies = [
17832 "wit-bindgen-rt 0.39.0",
17833]
17834
17835[[package]]
17836name = "wasite"
17837version = "0.1.0"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17840
17841[[package]]
17842name = "wasm-bindgen"
17843version = "0.2.100"
17844source = "registry+https://github.com/rust-lang/crates.io-index"
17845checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17846dependencies = [
17847 "cfg-if",
17848 "once_cell",
17849 "rustversion",
17850 "wasm-bindgen-macro",
17851]
17852
17853[[package]]
17854name = "wasm-bindgen-backend"
17855version = "0.2.100"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17858dependencies = [
17859 "bumpalo",
17860 "log",
17861 "proc-macro2",
17862 "quote",
17863 "syn 2.0.101",
17864 "wasm-bindgen-shared",
17865]
17866
17867[[package]]
17868name = "wasm-bindgen-futures"
17869version = "0.4.50"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17872dependencies = [
17873 "cfg-if",
17874 "js-sys",
17875 "once_cell",
17876 "wasm-bindgen",
17877 "web-sys",
17878]
17879
17880[[package]]
17881name = "wasm-bindgen-macro"
17882version = "0.2.100"
17883source = "registry+https://github.com/rust-lang/crates.io-index"
17884checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17885dependencies = [
17886 "quote",
17887 "wasm-bindgen-macro-support",
17888]
17889
17890[[package]]
17891name = "wasm-bindgen-macro-support"
17892version = "0.2.100"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17895dependencies = [
17896 "proc-macro2",
17897 "quote",
17898 "syn 2.0.101",
17899 "wasm-bindgen-backend",
17900 "wasm-bindgen-shared",
17901]
17902
17903[[package]]
17904name = "wasm-bindgen-shared"
17905version = "0.2.100"
17906source = "registry+https://github.com/rust-lang/crates.io-index"
17907checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17908dependencies = [
17909 "unicode-ident",
17910]
17911
17912[[package]]
17913name = "wasm-encoder"
17914version = "0.201.0"
17915source = "registry+https://github.com/rust-lang/crates.io-index"
17916checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17917dependencies = [
17918 "leb128",
17919]
17920
17921[[package]]
17922name = "wasm-encoder"
17923version = "0.221.3"
17924source = "registry+https://github.com/rust-lang/crates.io-index"
17925checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17926dependencies = [
17927 "leb128",
17928 "wasmparser 0.221.3",
17929]
17930
17931[[package]]
17932name = "wasm-encoder"
17933version = "0.227.1"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17936dependencies = [
17937 "leb128fmt",
17938 "wasmparser 0.227.1",
17939]
17940
17941[[package]]
17942name = "wasm-metadata"
17943version = "0.201.0"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17946dependencies = [
17947 "anyhow",
17948 "indexmap 2.9.0",
17949 "serde",
17950 "serde_derive",
17951 "serde_json",
17952 "spdx",
17953 "wasm-encoder 0.201.0",
17954 "wasmparser 0.201.0",
17955]
17956
17957[[package]]
17958name = "wasm-metadata"
17959version = "0.227.1"
17960source = "registry+https://github.com/rust-lang/crates.io-index"
17961checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17962dependencies = [
17963 "anyhow",
17964 "auditable-serde",
17965 "flate2",
17966 "indexmap 2.9.0",
17967 "serde",
17968 "serde_derive",
17969 "serde_json",
17970 "spdx",
17971 "url",
17972 "wasm-encoder 0.227.1",
17973 "wasmparser 0.227.1",
17974]
17975
17976[[package]]
17977name = "wasm-streams"
17978version = "0.4.2"
17979source = "registry+https://github.com/rust-lang/crates.io-index"
17980checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17981dependencies = [
17982 "futures-util",
17983 "js-sys",
17984 "wasm-bindgen",
17985 "wasm-bindgen-futures",
17986 "web-sys",
17987]
17988
17989[[package]]
17990name = "wasmparser"
17991version = "0.201.0"
17992source = "registry+https://github.com/rust-lang/crates.io-index"
17993checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17994dependencies = [
17995 "bitflags 2.9.0",
17996 "indexmap 2.9.0",
17997 "semver",
17998]
17999
18000[[package]]
18001name = "wasmparser"
18002version = "0.221.3"
18003source = "registry+https://github.com/rust-lang/crates.io-index"
18004checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18005dependencies = [
18006 "bitflags 2.9.0",
18007 "hashbrown 0.15.3",
18008 "indexmap 2.9.0",
18009 "semver",
18010 "serde",
18011]
18012
18013[[package]]
18014name = "wasmparser"
18015version = "0.227.1"
18016source = "registry+https://github.com/rust-lang/crates.io-index"
18017checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18018dependencies = [
18019 "bitflags 2.9.0",
18020 "hashbrown 0.15.3",
18021 "indexmap 2.9.0",
18022 "semver",
18023]
18024
18025[[package]]
18026name = "wasmprinter"
18027version = "0.221.3"
18028source = "registry+https://github.com/rust-lang/crates.io-index"
18029checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18030dependencies = [
18031 "anyhow",
18032 "termcolor",
18033 "wasmparser 0.221.3",
18034]
18035
18036[[package]]
18037name = "wasmtime"
18038version = "29.0.1"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18041dependencies = [
18042 "anyhow",
18043 "async-trait",
18044 "bitflags 2.9.0",
18045 "bumpalo",
18046 "cc",
18047 "cfg-if",
18048 "encoding_rs",
18049 "hashbrown 0.14.5",
18050 "indexmap 2.9.0",
18051 "libc",
18052 "log",
18053 "mach2 0.4.2",
18054 "memfd",
18055 "object",
18056 "once_cell",
18057 "paste",
18058 "postcard",
18059 "psm",
18060 "pulley-interpreter",
18061 "rayon",
18062 "rustix 0.38.44",
18063 "semver",
18064 "serde",
18065 "serde_derive",
18066 "smallvec",
18067 "sptr",
18068 "target-lexicon 0.13.2",
18069 "trait-variant",
18070 "wasmparser 0.221.3",
18071 "wasmtime-asm-macros",
18072 "wasmtime-component-macro",
18073 "wasmtime-component-util",
18074 "wasmtime-cranelift",
18075 "wasmtime-environ",
18076 "wasmtime-fiber",
18077 "wasmtime-jit-icache-coherence",
18078 "wasmtime-math",
18079 "wasmtime-slab",
18080 "wasmtime-versioned-export-macros",
18081 "wasmtime-winch",
18082 "windows-sys 0.59.0",
18083]
18084
18085[[package]]
18086name = "wasmtime-asm-macros"
18087version = "29.0.1"
18088source = "registry+https://github.com/rust-lang/crates.io-index"
18089checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18090dependencies = [
18091 "cfg-if",
18092]
18093
18094[[package]]
18095name = "wasmtime-c-api-impl"
18096version = "29.0.1"
18097source = "registry+https://github.com/rust-lang/crates.io-index"
18098checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18099dependencies = [
18100 "anyhow",
18101 "log",
18102 "tracing",
18103 "wasmtime",
18104 "wasmtime-c-api-macros",
18105]
18106
18107[[package]]
18108name = "wasmtime-c-api-macros"
18109version = "29.0.1"
18110source = "registry+https://github.com/rust-lang/crates.io-index"
18111checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18112dependencies = [
18113 "proc-macro2",
18114 "quote",
18115]
18116
18117[[package]]
18118name = "wasmtime-component-macro"
18119version = "29.0.1"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18122dependencies = [
18123 "anyhow",
18124 "proc-macro2",
18125 "quote",
18126 "syn 2.0.101",
18127 "wasmtime-component-util",
18128 "wasmtime-wit-bindgen",
18129 "wit-parser 0.221.3",
18130]
18131
18132[[package]]
18133name = "wasmtime-component-util"
18134version = "29.0.1"
18135source = "registry+https://github.com/rust-lang/crates.io-index"
18136checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18137
18138[[package]]
18139name = "wasmtime-cranelift"
18140version = "29.0.1"
18141source = "registry+https://github.com/rust-lang/crates.io-index"
18142checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18143dependencies = [
18144 "anyhow",
18145 "cfg-if",
18146 "cranelift-codegen",
18147 "cranelift-control",
18148 "cranelift-entity",
18149 "cranelift-frontend",
18150 "cranelift-native",
18151 "gimli",
18152 "itertools 0.12.1",
18153 "log",
18154 "object",
18155 "smallvec",
18156 "target-lexicon 0.13.2",
18157 "thiserror 1.0.69",
18158 "wasmparser 0.221.3",
18159 "wasmtime-environ",
18160 "wasmtime-versioned-export-macros",
18161]
18162
18163[[package]]
18164name = "wasmtime-environ"
18165version = "29.0.1"
18166source = "registry+https://github.com/rust-lang/crates.io-index"
18167checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18168dependencies = [
18169 "anyhow",
18170 "cpp_demangle",
18171 "cranelift-bitset",
18172 "cranelift-entity",
18173 "gimli",
18174 "indexmap 2.9.0",
18175 "log",
18176 "object",
18177 "postcard",
18178 "rustc-demangle",
18179 "semver",
18180 "serde",
18181 "serde_derive",
18182 "smallvec",
18183 "target-lexicon 0.13.2",
18184 "wasm-encoder 0.221.3",
18185 "wasmparser 0.221.3",
18186 "wasmprinter",
18187 "wasmtime-component-util",
18188]
18189
18190[[package]]
18191name = "wasmtime-fiber"
18192version = "29.0.1"
18193source = "registry+https://github.com/rust-lang/crates.io-index"
18194checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18195dependencies = [
18196 "anyhow",
18197 "cc",
18198 "cfg-if",
18199 "rustix 0.38.44",
18200 "wasmtime-asm-macros",
18201 "wasmtime-versioned-export-macros",
18202 "windows-sys 0.59.0",
18203]
18204
18205[[package]]
18206name = "wasmtime-jit-icache-coherence"
18207version = "29.0.1"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18210dependencies = [
18211 "anyhow",
18212 "cfg-if",
18213 "libc",
18214 "windows-sys 0.59.0",
18215]
18216
18217[[package]]
18218name = "wasmtime-math"
18219version = "29.0.1"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18222dependencies = [
18223 "libm",
18224]
18225
18226[[package]]
18227name = "wasmtime-slab"
18228version = "29.0.1"
18229source = "registry+https://github.com/rust-lang/crates.io-index"
18230checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18231
18232[[package]]
18233name = "wasmtime-versioned-export-macros"
18234version = "29.0.1"
18235source = "registry+https://github.com/rust-lang/crates.io-index"
18236checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18237dependencies = [
18238 "proc-macro2",
18239 "quote",
18240 "syn 2.0.101",
18241]
18242
18243[[package]]
18244name = "wasmtime-wasi"
18245version = "29.0.1"
18246source = "registry+https://github.com/rust-lang/crates.io-index"
18247checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18248dependencies = [
18249 "anyhow",
18250 "async-trait",
18251 "bitflags 2.9.0",
18252 "bytes 1.10.1",
18253 "cap-fs-ext",
18254 "cap-net-ext",
18255 "cap-rand",
18256 "cap-std",
18257 "cap-time-ext",
18258 "fs-set-times",
18259 "futures 0.3.31",
18260 "io-extras",
18261 "io-lifetimes",
18262 "rustix 0.38.44",
18263 "system-interface",
18264 "thiserror 1.0.69",
18265 "tokio",
18266 "tracing",
18267 "trait-variant",
18268 "url",
18269 "wasmtime",
18270 "wiggle",
18271 "windows-sys 0.59.0",
18272]
18273
18274[[package]]
18275name = "wasmtime-winch"
18276version = "29.0.1"
18277source = "registry+https://github.com/rust-lang/crates.io-index"
18278checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18279dependencies = [
18280 "anyhow",
18281 "cranelift-codegen",
18282 "gimli",
18283 "object",
18284 "target-lexicon 0.13.2",
18285 "wasmparser 0.221.3",
18286 "wasmtime-cranelift",
18287 "wasmtime-environ",
18288 "winch-codegen",
18289]
18290
18291[[package]]
18292name = "wasmtime-wit-bindgen"
18293version = "29.0.1"
18294source = "registry+https://github.com/rust-lang/crates.io-index"
18295checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18296dependencies = [
18297 "anyhow",
18298 "heck 0.5.0",
18299 "indexmap 2.9.0",
18300 "wit-parser 0.221.3",
18301]
18302
18303[[package]]
18304name = "wast"
18305version = "35.0.2"
18306source = "registry+https://github.com/rust-lang/crates.io-index"
18307checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18308dependencies = [
18309 "leb128",
18310]
18311
18312[[package]]
18313name = "watch"
18314version = "0.1.0"
18315dependencies = [
18316 "ctor",
18317 "futures 0.3.31",
18318 "gpui",
18319 "parking_lot",
18320 "rand 0.9.1",
18321 "workspace-hack",
18322 "zlog",
18323]
18324
18325[[package]]
18326name = "wayland-backend"
18327version = "0.3.8"
18328source = "registry+https://github.com/rust-lang/crates.io-index"
18329checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18330dependencies = [
18331 "cc",
18332 "downcast-rs",
18333 "rustix 0.38.44",
18334 "scoped-tls",
18335 "smallvec",
18336 "wayland-sys",
18337]
18338
18339[[package]]
18340name = "wayland-client"
18341version = "0.31.8"
18342source = "registry+https://github.com/rust-lang/crates.io-index"
18343checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18344dependencies = [
18345 "bitflags 2.9.0",
18346 "rustix 0.38.44",
18347 "wayland-backend",
18348 "wayland-scanner",
18349]
18350
18351[[package]]
18352name = "wayland-cursor"
18353version = "0.31.8"
18354source = "registry+https://github.com/rust-lang/crates.io-index"
18355checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18356dependencies = [
18357 "rustix 0.38.44",
18358 "wayland-client",
18359 "xcursor",
18360]
18361
18362[[package]]
18363name = "wayland-protocols"
18364version = "0.31.2"
18365source = "registry+https://github.com/rust-lang/crates.io-index"
18366checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18367dependencies = [
18368 "bitflags 2.9.0",
18369 "wayland-backend",
18370 "wayland-client",
18371 "wayland-scanner",
18372]
18373
18374[[package]]
18375name = "wayland-protocols-plasma"
18376version = "0.2.0"
18377source = "registry+https://github.com/rust-lang/crates.io-index"
18378checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18379dependencies = [
18380 "bitflags 2.9.0",
18381 "wayland-backend",
18382 "wayland-client",
18383 "wayland-protocols",
18384 "wayland-scanner",
18385]
18386
18387[[package]]
18388name = "wayland-scanner"
18389version = "0.31.6"
18390source = "registry+https://github.com/rust-lang/crates.io-index"
18391checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18392dependencies = [
18393 "proc-macro2",
18394 "quick-xml 0.37.4",
18395 "quote",
18396]
18397
18398[[package]]
18399name = "wayland-sys"
18400version = "0.31.6"
18401source = "registry+https://github.com/rust-lang/crates.io-index"
18402checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18403dependencies = [
18404 "dlib",
18405 "log",
18406 "once_cell",
18407 "pkg-config",
18408]
18409
18410[[package]]
18411name = "web-sys"
18412version = "0.3.77"
18413source = "registry+https://github.com/rust-lang/crates.io-index"
18414checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18415dependencies = [
18416 "js-sys",
18417 "wasm-bindgen",
18418]
18419
18420[[package]]
18421name = "web-time"
18422version = "1.1.0"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18425dependencies = [
18426 "js-sys",
18427 "wasm-bindgen",
18428]
18429
18430[[package]]
18431name = "web_atoms"
18432version = "0.1.0"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18435dependencies = [
18436 "phf",
18437 "phf_codegen",
18438 "string_cache",
18439 "string_cache_codegen",
18440]
18441
18442[[package]]
18443name = "web_search"
18444version = "0.1.0"
18445dependencies = [
18446 "anyhow",
18447 "cloud_llm_client",
18448 "collections",
18449 "gpui",
18450 "serde",
18451 "workspace-hack",
18452]
18453
18454[[package]]
18455name = "web_search_providers"
18456version = "0.1.0"
18457dependencies = [
18458 "anyhow",
18459 "client",
18460 "cloud_llm_client",
18461 "futures 0.3.31",
18462 "gpui",
18463 "http_client",
18464 "language_model",
18465 "serde",
18466 "serde_json",
18467 "web_search",
18468 "workspace-hack",
18469]
18470
18471[[package]]
18472name = "webpki-root-certs"
18473version = "0.26.8"
18474source = "registry+https://github.com/rust-lang/crates.io-index"
18475checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18476dependencies = [
18477 "rustls-pki-types",
18478]
18479
18480[[package]]
18481name = "webpki-roots"
18482version = "0.26.8"
18483source = "registry+https://github.com/rust-lang/crates.io-index"
18484checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18485dependencies = [
18486 "rustls-pki-types",
18487]
18488
18489[[package]]
18490name = "webrtc-sys"
18491version = "0.3.7"
18492source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18493dependencies = [
18494 "cc",
18495 "cxx",
18496 "cxx-build",
18497 "glob",
18498 "log",
18499 "webrtc-sys-build",
18500]
18501
18502[[package]]
18503name = "webrtc-sys-build"
18504version = "0.3.6"
18505source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18506dependencies = [
18507 "fs2",
18508 "regex",
18509 "reqwest 0.11.27",
18510 "scratch",
18511 "semver",
18512 "zip 0.6.6",
18513]
18514
18515[[package]]
18516name = "weezl"
18517version = "0.1.8"
18518source = "registry+https://github.com/rust-lang/crates.io-index"
18519checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18520
18521[[package]]
18522name = "which"
18523version = "4.4.2"
18524source = "registry+https://github.com/rust-lang/crates.io-index"
18525checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18526dependencies = [
18527 "either",
18528 "home",
18529 "once_cell",
18530 "rustix 0.38.44",
18531]
18532
18533[[package]]
18534name = "which"
18535version = "6.0.3"
18536source = "registry+https://github.com/rust-lang/crates.io-index"
18537checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18538dependencies = [
18539 "either",
18540 "home",
18541 "rustix 0.38.44",
18542 "winsafe",
18543]
18544
18545[[package]]
18546name = "whoami"
18547version = "1.6.0"
18548source = "registry+https://github.com/rust-lang/crates.io-index"
18549checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18550dependencies = [
18551 "redox_syscall 0.5.11",
18552 "wasite",
18553]
18554
18555[[package]]
18556name = "wiggle"
18557version = "29.0.1"
18558source = "registry+https://github.com/rust-lang/crates.io-index"
18559checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18560dependencies = [
18561 "anyhow",
18562 "async-trait",
18563 "bitflags 2.9.0",
18564 "thiserror 1.0.69",
18565 "tracing",
18566 "wasmtime",
18567 "wiggle-macro",
18568]
18569
18570[[package]]
18571name = "wiggle-generate"
18572version = "29.0.1"
18573source = "registry+https://github.com/rust-lang/crates.io-index"
18574checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18575dependencies = [
18576 "anyhow",
18577 "heck 0.5.0",
18578 "proc-macro2",
18579 "quote",
18580 "shellexpand 2.1.2",
18581 "syn 2.0.101",
18582 "witx",
18583]
18584
18585[[package]]
18586name = "wiggle-macro"
18587version = "29.0.1"
18588source = "registry+https://github.com/rust-lang/crates.io-index"
18589checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18590dependencies = [
18591 "proc-macro2",
18592 "quote",
18593 "syn 2.0.101",
18594 "wiggle-generate",
18595]
18596
18597[[package]]
18598name = "winapi"
18599version = "0.3.9"
18600source = "registry+https://github.com/rust-lang/crates.io-index"
18601checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18602dependencies = [
18603 "winapi-i686-pc-windows-gnu",
18604 "winapi-x86_64-pc-windows-gnu",
18605]
18606
18607[[package]]
18608name = "winapi-i686-pc-windows-gnu"
18609version = "0.4.0"
18610source = "registry+https://github.com/rust-lang/crates.io-index"
18611checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18612
18613[[package]]
18614name = "winapi-util"
18615version = "0.1.9"
18616source = "registry+https://github.com/rust-lang/crates.io-index"
18617checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18618dependencies = [
18619 "windows-sys 0.59.0",
18620]
18621
18622[[package]]
18623name = "winapi-x86_64-pc-windows-gnu"
18624version = "0.4.0"
18625source = "registry+https://github.com/rust-lang/crates.io-index"
18626checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18627
18628[[package]]
18629name = "winch-codegen"
18630version = "29.0.1"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18633dependencies = [
18634 "anyhow",
18635 "cranelift-codegen",
18636 "gimli",
18637 "regalloc2",
18638 "smallvec",
18639 "target-lexicon 0.13.2",
18640 "thiserror 1.0.69",
18641 "wasmparser 0.221.3",
18642 "wasmtime-cranelift",
18643 "wasmtime-environ",
18644]
18645
18646[[package]]
18647name = "windows"
18648version = "0.54.0"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18651dependencies = [
18652 "windows-core 0.54.0",
18653 "windows-targets 0.52.6",
18654]
18655
18656[[package]]
18657name = "windows"
18658version = "0.57.0"
18659source = "registry+https://github.com/rust-lang/crates.io-index"
18660checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18661dependencies = [
18662 "windows-core 0.57.0",
18663 "windows-targets 0.52.6",
18664]
18665
18666[[package]]
18667name = "windows"
18668version = "0.58.0"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18671dependencies = [
18672 "windows-core 0.58.0",
18673 "windows-targets 0.52.6",
18674]
18675
18676[[package]]
18677name = "windows"
18678version = "0.61.1"
18679source = "registry+https://github.com/rust-lang/crates.io-index"
18680checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18681dependencies = [
18682 "windows-collections",
18683 "windows-core 0.61.0",
18684 "windows-future",
18685 "windows-link 0.1.1",
18686 "windows-numerics",
18687]
18688
18689[[package]]
18690name = "windows-capture"
18691version = "1.4.3"
18692source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18693dependencies = [
18694 "clap",
18695 "ctrlc",
18696 "parking_lot",
18697 "rayon",
18698 "thiserror 2.0.12",
18699 "windows 0.61.1",
18700 "windows-future",
18701]
18702
18703[[package]]
18704name = "windows-collections"
18705version = "0.2.0"
18706source = "registry+https://github.com/rust-lang/crates.io-index"
18707checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18708dependencies = [
18709 "windows-core 0.61.0",
18710]
18711
18712[[package]]
18713name = "windows-core"
18714version = "0.54.0"
18715source = "registry+https://github.com/rust-lang/crates.io-index"
18716checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18717dependencies = [
18718 "windows-result 0.1.2",
18719 "windows-targets 0.52.6",
18720]
18721
18722[[package]]
18723name = "windows-core"
18724version = "0.57.0"
18725source = "registry+https://github.com/rust-lang/crates.io-index"
18726checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18727dependencies = [
18728 "windows-implement 0.57.0",
18729 "windows-interface 0.57.0",
18730 "windows-result 0.1.2",
18731 "windows-targets 0.52.6",
18732]
18733
18734[[package]]
18735name = "windows-core"
18736version = "0.58.0"
18737source = "registry+https://github.com/rust-lang/crates.io-index"
18738checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18739dependencies = [
18740 "windows-implement 0.58.0",
18741 "windows-interface 0.58.0",
18742 "windows-result 0.2.0",
18743 "windows-strings 0.1.0",
18744 "windows-targets 0.52.6",
18745]
18746
18747[[package]]
18748name = "windows-core"
18749version = "0.61.0"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18752dependencies = [
18753 "windows-implement 0.60.0",
18754 "windows-interface 0.59.1",
18755 "windows-link 0.1.1",
18756 "windows-result 0.3.2",
18757 "windows-strings 0.4.0",
18758]
18759
18760[[package]]
18761name = "windows-future"
18762version = "0.2.0"
18763source = "registry+https://github.com/rust-lang/crates.io-index"
18764checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18765dependencies = [
18766 "windows-core 0.61.0",
18767 "windows-link 0.1.1",
18768]
18769
18770[[package]]
18771name = "windows-implement"
18772version = "0.57.0"
18773source = "registry+https://github.com/rust-lang/crates.io-index"
18774checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18775dependencies = [
18776 "proc-macro2",
18777 "quote",
18778 "syn 2.0.101",
18779]
18780
18781[[package]]
18782name = "windows-implement"
18783version = "0.58.0"
18784source = "registry+https://github.com/rust-lang/crates.io-index"
18785checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18786dependencies = [
18787 "proc-macro2",
18788 "quote",
18789 "syn 2.0.101",
18790]
18791
18792[[package]]
18793name = "windows-implement"
18794version = "0.60.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18797dependencies = [
18798 "proc-macro2",
18799 "quote",
18800 "syn 2.0.101",
18801]
18802
18803[[package]]
18804name = "windows-interface"
18805version = "0.57.0"
18806source = "registry+https://github.com/rust-lang/crates.io-index"
18807checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18808dependencies = [
18809 "proc-macro2",
18810 "quote",
18811 "syn 2.0.101",
18812]
18813
18814[[package]]
18815name = "windows-interface"
18816version = "0.58.0"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18819dependencies = [
18820 "proc-macro2",
18821 "quote",
18822 "syn 2.0.101",
18823]
18824
18825[[package]]
18826name = "windows-interface"
18827version = "0.59.1"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18830dependencies = [
18831 "proc-macro2",
18832 "quote",
18833 "syn 2.0.101",
18834]
18835
18836[[package]]
18837name = "windows-link"
18838version = "0.1.1"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18841
18842[[package]]
18843name = "windows-link"
18844version = "0.2.0"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18847
18848[[package]]
18849name = "windows-numerics"
18850version = "0.2.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18853dependencies = [
18854 "windows-core 0.61.0",
18855 "windows-link 0.1.1",
18856]
18857
18858[[package]]
18859name = "windows-registry"
18860version = "0.4.0"
18861source = "registry+https://github.com/rust-lang/crates.io-index"
18862checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18863dependencies = [
18864 "windows-result 0.3.2",
18865 "windows-strings 0.3.1",
18866 "windows-targets 0.53.2",
18867]
18868
18869[[package]]
18870name = "windows-registry"
18871version = "0.5.1"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18874dependencies = [
18875 "windows-link 0.1.1",
18876 "windows-result 0.3.2",
18877 "windows-strings 0.4.0",
18878]
18879
18880[[package]]
18881name = "windows-registry"
18882version = "0.6.0"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18885dependencies = [
18886 "windows-link 0.2.0",
18887 "windows-result 0.4.0",
18888 "windows-strings 0.5.0",
18889]
18890
18891[[package]]
18892name = "windows-result"
18893version = "0.1.2"
18894source = "registry+https://github.com/rust-lang/crates.io-index"
18895checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18896dependencies = [
18897 "windows-targets 0.52.6",
18898]
18899
18900[[package]]
18901name = "windows-result"
18902version = "0.2.0"
18903source = "registry+https://github.com/rust-lang/crates.io-index"
18904checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18905dependencies = [
18906 "windows-targets 0.52.6",
18907]
18908
18909[[package]]
18910name = "windows-result"
18911version = "0.3.2"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18914dependencies = [
18915 "windows-link 0.1.1",
18916]
18917
18918[[package]]
18919name = "windows-result"
18920version = "0.4.0"
18921source = "registry+https://github.com/rust-lang/crates.io-index"
18922checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18923dependencies = [
18924 "windows-link 0.2.0",
18925]
18926
18927[[package]]
18928name = "windows-strings"
18929version = "0.1.0"
18930source = "registry+https://github.com/rust-lang/crates.io-index"
18931checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18932dependencies = [
18933 "windows-result 0.2.0",
18934 "windows-targets 0.52.6",
18935]
18936
18937[[package]]
18938name = "windows-strings"
18939version = "0.3.1"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18942dependencies = [
18943 "windows-link 0.1.1",
18944]
18945
18946[[package]]
18947name = "windows-strings"
18948version = "0.4.0"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18951dependencies = [
18952 "windows-link 0.1.1",
18953]
18954
18955[[package]]
18956name = "windows-strings"
18957version = "0.5.0"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
18960dependencies = [
18961 "windows-link 0.2.0",
18962]
18963
18964[[package]]
18965name = "windows-sys"
18966version = "0.45.0"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18969dependencies = [
18970 "windows-targets 0.42.2",
18971]
18972
18973[[package]]
18974name = "windows-sys"
18975version = "0.48.0"
18976source = "registry+https://github.com/rust-lang/crates.io-index"
18977checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18978dependencies = [
18979 "windows-targets 0.48.5",
18980]
18981
18982[[package]]
18983name = "windows-sys"
18984version = "0.52.0"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18987dependencies = [
18988 "windows-targets 0.52.6",
18989]
18990
18991[[package]]
18992name = "windows-sys"
18993version = "0.59.0"
18994source = "registry+https://github.com/rust-lang/crates.io-index"
18995checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18996dependencies = [
18997 "windows-targets 0.52.6",
18998]
18999
19000[[package]]
19001name = "windows-sys"
19002version = "0.60.2"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19005dependencies = [
19006 "windows-targets 0.53.2",
19007]
19008
19009[[package]]
19010name = "windows-sys"
19011version = "0.61.0"
19012source = "registry+https://github.com/rust-lang/crates.io-index"
19013checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19014dependencies = [
19015 "windows-link 0.2.0",
19016]
19017
19018[[package]]
19019name = "windows-targets"
19020version = "0.42.2"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19023dependencies = [
19024 "windows_aarch64_gnullvm 0.42.2",
19025 "windows_aarch64_msvc 0.42.2",
19026 "windows_i686_gnu 0.42.2",
19027 "windows_i686_msvc 0.42.2",
19028 "windows_x86_64_gnu 0.42.2",
19029 "windows_x86_64_gnullvm 0.42.2",
19030 "windows_x86_64_msvc 0.42.2",
19031]
19032
19033[[package]]
19034name = "windows-targets"
19035version = "0.48.5"
19036source = "registry+https://github.com/rust-lang/crates.io-index"
19037checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19038dependencies = [
19039 "windows_aarch64_gnullvm 0.48.5",
19040 "windows_aarch64_msvc 0.48.5",
19041 "windows_i686_gnu 0.48.5",
19042 "windows_i686_msvc 0.48.5",
19043 "windows_x86_64_gnu 0.48.5",
19044 "windows_x86_64_gnullvm 0.48.5",
19045 "windows_x86_64_msvc 0.48.5",
19046]
19047
19048[[package]]
19049name = "windows-targets"
19050version = "0.52.6"
19051source = "registry+https://github.com/rust-lang/crates.io-index"
19052checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19053dependencies = [
19054 "windows_aarch64_gnullvm 0.52.6",
19055 "windows_aarch64_msvc 0.52.6",
19056 "windows_i686_gnu 0.52.6",
19057 "windows_i686_gnullvm 0.52.6",
19058 "windows_i686_msvc 0.52.6",
19059 "windows_x86_64_gnu 0.52.6",
19060 "windows_x86_64_gnullvm 0.52.6",
19061 "windows_x86_64_msvc 0.52.6",
19062]
19063
19064[[package]]
19065name = "windows-targets"
19066version = "0.53.2"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19069dependencies = [
19070 "windows_aarch64_gnullvm 0.53.0",
19071 "windows_aarch64_msvc 0.53.0",
19072 "windows_i686_gnu 0.53.0",
19073 "windows_i686_gnullvm 0.53.0",
19074 "windows_i686_msvc 0.53.0",
19075 "windows_x86_64_gnu 0.53.0",
19076 "windows_x86_64_gnullvm 0.53.0",
19077 "windows_x86_64_msvc 0.53.0",
19078]
19079
19080[[package]]
19081name = "windows_aarch64_gnullvm"
19082version = "0.42.2"
19083source = "registry+https://github.com/rust-lang/crates.io-index"
19084checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19085
19086[[package]]
19087name = "windows_aarch64_gnullvm"
19088version = "0.48.5"
19089source = "registry+https://github.com/rust-lang/crates.io-index"
19090checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19091
19092[[package]]
19093name = "windows_aarch64_gnullvm"
19094version = "0.52.6"
19095source = "registry+https://github.com/rust-lang/crates.io-index"
19096checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19097
19098[[package]]
19099name = "windows_aarch64_gnullvm"
19100version = "0.53.0"
19101source = "registry+https://github.com/rust-lang/crates.io-index"
19102checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19103
19104[[package]]
19105name = "windows_aarch64_msvc"
19106version = "0.42.2"
19107source = "registry+https://github.com/rust-lang/crates.io-index"
19108checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19109
19110[[package]]
19111name = "windows_aarch64_msvc"
19112version = "0.48.5"
19113source = "registry+https://github.com/rust-lang/crates.io-index"
19114checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19115
19116[[package]]
19117name = "windows_aarch64_msvc"
19118version = "0.52.6"
19119source = "registry+https://github.com/rust-lang/crates.io-index"
19120checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19121
19122[[package]]
19123name = "windows_aarch64_msvc"
19124version = "0.53.0"
19125source = "registry+https://github.com/rust-lang/crates.io-index"
19126checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19127
19128[[package]]
19129name = "windows_i686_gnu"
19130version = "0.42.2"
19131source = "registry+https://github.com/rust-lang/crates.io-index"
19132checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19133
19134[[package]]
19135name = "windows_i686_gnu"
19136version = "0.48.5"
19137source = "registry+https://github.com/rust-lang/crates.io-index"
19138checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19139
19140[[package]]
19141name = "windows_i686_gnu"
19142version = "0.52.6"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19145
19146[[package]]
19147name = "windows_i686_gnu"
19148version = "0.53.0"
19149source = "registry+https://github.com/rust-lang/crates.io-index"
19150checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19151
19152[[package]]
19153name = "windows_i686_gnullvm"
19154version = "0.52.6"
19155source = "registry+https://github.com/rust-lang/crates.io-index"
19156checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19157
19158[[package]]
19159name = "windows_i686_gnullvm"
19160version = "0.53.0"
19161source = "registry+https://github.com/rust-lang/crates.io-index"
19162checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19163
19164[[package]]
19165name = "windows_i686_msvc"
19166version = "0.42.2"
19167source = "registry+https://github.com/rust-lang/crates.io-index"
19168checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19169
19170[[package]]
19171name = "windows_i686_msvc"
19172version = "0.48.5"
19173source = "registry+https://github.com/rust-lang/crates.io-index"
19174checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19175
19176[[package]]
19177name = "windows_i686_msvc"
19178version = "0.52.6"
19179source = "registry+https://github.com/rust-lang/crates.io-index"
19180checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19181
19182[[package]]
19183name = "windows_i686_msvc"
19184version = "0.53.0"
19185source = "registry+https://github.com/rust-lang/crates.io-index"
19186checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19187
19188[[package]]
19189name = "windows_x86_64_gnu"
19190version = "0.42.2"
19191source = "registry+https://github.com/rust-lang/crates.io-index"
19192checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19193
19194[[package]]
19195name = "windows_x86_64_gnu"
19196version = "0.48.5"
19197source = "registry+https://github.com/rust-lang/crates.io-index"
19198checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19199
19200[[package]]
19201name = "windows_x86_64_gnu"
19202version = "0.52.6"
19203source = "registry+https://github.com/rust-lang/crates.io-index"
19204checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19205
19206[[package]]
19207name = "windows_x86_64_gnu"
19208version = "0.53.0"
19209source = "registry+https://github.com/rust-lang/crates.io-index"
19210checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19211
19212[[package]]
19213name = "windows_x86_64_gnullvm"
19214version = "0.42.2"
19215source = "registry+https://github.com/rust-lang/crates.io-index"
19216checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19217
19218[[package]]
19219name = "windows_x86_64_gnullvm"
19220version = "0.48.5"
19221source = "registry+https://github.com/rust-lang/crates.io-index"
19222checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19223
19224[[package]]
19225name = "windows_x86_64_gnullvm"
19226version = "0.52.6"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19229
19230[[package]]
19231name = "windows_x86_64_gnullvm"
19232version = "0.53.0"
19233source = "registry+https://github.com/rust-lang/crates.io-index"
19234checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19235
19236[[package]]
19237name = "windows_x86_64_msvc"
19238version = "0.42.2"
19239source = "registry+https://github.com/rust-lang/crates.io-index"
19240checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19241
19242[[package]]
19243name = "windows_x86_64_msvc"
19244version = "0.48.5"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19247
19248[[package]]
19249name = "windows_x86_64_msvc"
19250version = "0.52.6"
19251source = "registry+https://github.com/rust-lang/crates.io-index"
19252checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19253
19254[[package]]
19255name = "windows_x86_64_msvc"
19256version = "0.53.0"
19257source = "registry+https://github.com/rust-lang/crates.io-index"
19258checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19259
19260[[package]]
19261name = "winnow"
19262version = "0.7.6"
19263source = "registry+https://github.com/rust-lang/crates.io-index"
19264checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19265dependencies = [
19266 "memchr",
19267]
19268
19269[[package]]
19270name = "winreg"
19271version = "0.10.1"
19272source = "registry+https://github.com/rust-lang/crates.io-index"
19273checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19274dependencies = [
19275 "winapi",
19276]
19277
19278[[package]]
19279name = "winreg"
19280version = "0.50.0"
19281source = "registry+https://github.com/rust-lang/crates.io-index"
19282checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19283dependencies = [
19284 "cfg-if",
19285 "windows-sys 0.48.0",
19286]
19287
19288[[package]]
19289name = "winreg"
19290version = "0.52.0"
19291source = "registry+https://github.com/rust-lang/crates.io-index"
19292checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19293dependencies = [
19294 "cfg-if",
19295 "windows-sys 0.48.0",
19296]
19297
19298[[package]]
19299name = "winreg"
19300version = "0.55.0"
19301source = "registry+https://github.com/rust-lang/crates.io-index"
19302checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19303dependencies = [
19304 "cfg-if",
19305 "windows-sys 0.59.0",
19306]
19307
19308[[package]]
19309name = "winresource"
19310version = "0.1.20"
19311source = "registry+https://github.com/rust-lang/crates.io-index"
19312checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19313dependencies = [
19314 "toml 0.8.20",
19315 "version_check",
19316]
19317
19318[[package]]
19319name = "winsafe"
19320version = "0.0.19"
19321source = "registry+https://github.com/rust-lang/crates.io-index"
19322checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19323
19324[[package]]
19325name = "winx"
19326version = "0.36.4"
19327source = "registry+https://github.com/rust-lang/crates.io-index"
19328checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19329dependencies = [
19330 "bitflags 2.9.0",
19331 "windows-sys 0.59.0",
19332]
19333
19334[[package]]
19335name = "wio"
19336version = "0.2.2"
19337source = "registry+https://github.com/rust-lang/crates.io-index"
19338checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19339dependencies = [
19340 "winapi",
19341]
19342
19343[[package]]
19344name = "wit-bindgen"
19345version = "0.22.0"
19346source = "registry+https://github.com/rust-lang/crates.io-index"
19347checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19348dependencies = [
19349 "bitflags 2.9.0",
19350 "wit-bindgen-rt 0.22.0",
19351 "wit-bindgen-rust-macro 0.22.0",
19352]
19353
19354[[package]]
19355name = "wit-bindgen"
19356version = "0.41.0"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19359dependencies = [
19360 "wit-bindgen-rt 0.41.0",
19361 "wit-bindgen-rust-macro 0.41.0",
19362]
19363
19364[[package]]
19365name = "wit-bindgen-core"
19366version = "0.22.0"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19369dependencies = [
19370 "anyhow",
19371 "wit-parser 0.201.0",
19372]
19373
19374[[package]]
19375name = "wit-bindgen-core"
19376version = "0.41.0"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19379dependencies = [
19380 "anyhow",
19381 "heck 0.5.0",
19382 "wit-parser 0.227.1",
19383]
19384
19385[[package]]
19386name = "wit-bindgen-rt"
19387version = "0.22.0"
19388source = "registry+https://github.com/rust-lang/crates.io-index"
19389checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19390
19391[[package]]
19392name = "wit-bindgen-rt"
19393version = "0.39.0"
19394source = "registry+https://github.com/rust-lang/crates.io-index"
19395checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19396dependencies = [
19397 "bitflags 2.9.0",
19398]
19399
19400[[package]]
19401name = "wit-bindgen-rt"
19402version = "0.41.0"
19403source = "registry+https://github.com/rust-lang/crates.io-index"
19404checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19405dependencies = [
19406 "bitflags 2.9.0",
19407 "futures 0.3.31",
19408 "once_cell",
19409]
19410
19411[[package]]
19412name = "wit-bindgen-rust"
19413version = "0.22.0"
19414source = "registry+https://github.com/rust-lang/crates.io-index"
19415checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19416dependencies = [
19417 "anyhow",
19418 "heck 0.4.1",
19419 "indexmap 2.9.0",
19420 "wasm-metadata 0.201.0",
19421 "wit-bindgen-core 0.22.0",
19422 "wit-component 0.201.0",
19423]
19424
19425[[package]]
19426name = "wit-bindgen-rust"
19427version = "0.41.0"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19430dependencies = [
19431 "anyhow",
19432 "heck 0.5.0",
19433 "indexmap 2.9.0",
19434 "prettyplease",
19435 "syn 2.0.101",
19436 "wasm-metadata 0.227.1",
19437 "wit-bindgen-core 0.41.0",
19438 "wit-component 0.227.1",
19439]
19440
19441[[package]]
19442name = "wit-bindgen-rust-macro"
19443version = "0.22.0"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19446dependencies = [
19447 "anyhow",
19448 "proc-macro2",
19449 "quote",
19450 "syn 2.0.101",
19451 "wit-bindgen-core 0.22.0",
19452 "wit-bindgen-rust 0.22.0",
19453]
19454
19455[[package]]
19456name = "wit-bindgen-rust-macro"
19457version = "0.41.0"
19458source = "registry+https://github.com/rust-lang/crates.io-index"
19459checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19460dependencies = [
19461 "anyhow",
19462 "prettyplease",
19463 "proc-macro2",
19464 "quote",
19465 "syn 2.0.101",
19466 "wit-bindgen-core 0.41.0",
19467 "wit-bindgen-rust 0.41.0",
19468]
19469
19470[[package]]
19471name = "wit-component"
19472version = "0.201.0"
19473source = "registry+https://github.com/rust-lang/crates.io-index"
19474checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19475dependencies = [
19476 "anyhow",
19477 "bitflags 2.9.0",
19478 "indexmap 2.9.0",
19479 "log",
19480 "serde",
19481 "serde_derive",
19482 "serde_json",
19483 "wasm-encoder 0.201.0",
19484 "wasm-metadata 0.201.0",
19485 "wasmparser 0.201.0",
19486 "wit-parser 0.201.0",
19487]
19488
19489[[package]]
19490name = "wit-component"
19491version = "0.227.1"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19494dependencies = [
19495 "anyhow",
19496 "bitflags 2.9.0",
19497 "indexmap 2.9.0",
19498 "log",
19499 "serde",
19500 "serde_derive",
19501 "serde_json",
19502 "wasm-encoder 0.227.1",
19503 "wasm-metadata 0.227.1",
19504 "wasmparser 0.227.1",
19505 "wit-parser 0.227.1",
19506]
19507
19508[[package]]
19509name = "wit-parser"
19510version = "0.201.0"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19513dependencies = [
19514 "anyhow",
19515 "id-arena",
19516 "indexmap 2.9.0",
19517 "log",
19518 "semver",
19519 "serde",
19520 "serde_derive",
19521 "serde_json",
19522 "unicode-xid",
19523 "wasmparser 0.201.0",
19524]
19525
19526[[package]]
19527name = "wit-parser"
19528version = "0.221.3"
19529source = "registry+https://github.com/rust-lang/crates.io-index"
19530checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19531dependencies = [
19532 "anyhow",
19533 "id-arena",
19534 "indexmap 2.9.0",
19535 "log",
19536 "semver",
19537 "serde",
19538 "serde_derive",
19539 "serde_json",
19540 "unicode-xid",
19541 "wasmparser 0.221.3",
19542]
19543
19544[[package]]
19545name = "wit-parser"
19546version = "0.227.1"
19547source = "registry+https://github.com/rust-lang/crates.io-index"
19548checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19549dependencies = [
19550 "anyhow",
19551 "id-arena",
19552 "indexmap 2.9.0",
19553 "log",
19554 "semver",
19555 "serde",
19556 "serde_derive",
19557 "serde_json",
19558 "unicode-xid",
19559 "wasmparser 0.227.1",
19560]
19561
19562[[package]]
19563name = "witx"
19564version = "0.9.1"
19565source = "registry+https://github.com/rust-lang/crates.io-index"
19566checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19567dependencies = [
19568 "anyhow",
19569 "log",
19570 "thiserror 1.0.69",
19571 "wast",
19572]
19573
19574[[package]]
19575name = "workspace"
19576version = "0.1.0"
19577dependencies = [
19578 "any_vec",
19579 "anyhow",
19580 "async-recursion",
19581 "call",
19582 "client",
19583 "clock",
19584 "collections",
19585 "component",
19586 "dap",
19587 "db",
19588 "fs",
19589 "futures 0.3.31",
19590 "gpui",
19591 "http_client",
19592 "itertools 0.14.0",
19593 "language",
19594 "log",
19595 "menu",
19596 "node_runtime",
19597 "parking_lot",
19598 "postage",
19599 "pretty_assertions",
19600 "project",
19601 "remote",
19602 "schemars 1.0.1",
19603 "serde",
19604 "serde_json",
19605 "session",
19606 "settings",
19607 "smallvec",
19608 "sqlez",
19609 "strum 0.27.1",
19610 "task",
19611 "telemetry",
19612 "tempfile",
19613 "theme",
19614 "ui",
19615 "util",
19616 "uuid",
19617 "windows 0.61.1",
19618 "workspace-hack",
19619 "zed_actions",
19620 "zlog",
19621]
19622
19623[[package]]
19624name = "workspace-hack"
19625version = "0.1.0"
19626dependencies = [
19627 "aes",
19628 "ahash 0.8.11",
19629 "aho-corasick",
19630 "anstream",
19631 "arrayvec",
19632 "async-compression",
19633 "async-std",
19634 "async-tungstenite",
19635 "aws-config",
19636 "aws-credential-types",
19637 "aws-runtime",
19638 "aws-sigv4",
19639 "aws-smithy-async",
19640 "aws-smithy-http",
19641 "aws-smithy-runtime",
19642 "aws-smithy-runtime-api",
19643 "aws-smithy-types",
19644 "base64 0.22.1",
19645 "base64ct",
19646 "bigdecimal",
19647 "bit-set 0.8.0",
19648 "bit-vec 0.8.0",
19649 "bitflags 2.9.0",
19650 "bstr",
19651 "bytemuck",
19652 "byteorder",
19653 "bytes 1.10.1",
19654 "cc",
19655 "chrono",
19656 "cipher",
19657 "clap",
19658 "clap_builder",
19659 "codespan-reporting 0.12.0",
19660 "concurrent-queue",
19661 "core-foundation 0.9.4",
19662 "core-foundation-sys",
19663 "cranelift-codegen",
19664 "crc32fast",
19665 "crossbeam-channel",
19666 "crossbeam-epoch",
19667 "crossbeam-utils",
19668 "crypto-common",
19669 "deranged",
19670 "digest",
19671 "either",
19672 "euclid",
19673 "event-listener 5.4.0",
19674 "event-listener-strategy",
19675 "flate2",
19676 "flume",
19677 "foldhash",
19678 "form_urlencoded",
19679 "futures 0.3.31",
19680 "futures-channel",
19681 "futures-core",
19682 "futures-executor",
19683 "futures-io",
19684 "futures-sink",
19685 "futures-task",
19686 "futures-util",
19687 "getrandom 0.2.15",
19688 "getrandom 0.3.2",
19689 "gimli",
19690 "half",
19691 "handlebars 4.5.0",
19692 "hashbrown 0.14.5",
19693 "hashbrown 0.15.3",
19694 "heck 0.4.1",
19695 "hmac",
19696 "hyper 0.14.32",
19697 "hyper-rustls 0.27.5",
19698 "idna",
19699 "indexmap 2.9.0",
19700 "inout",
19701 "itertools 0.12.1",
19702 "itertools 0.13.0",
19703 "lazy_static",
19704 "libc",
19705 "libsqlite3-sys",
19706 "linux-raw-sys 0.4.15",
19707 "linux-raw-sys 0.9.4",
19708 "livekit-runtime",
19709 "log",
19710 "lyon",
19711 "lyon_path",
19712 "md-5",
19713 "memchr",
19714 "memmap2",
19715 "mime_guess",
19716 "miniz_oxide",
19717 "mio 1.0.3",
19718 "naga",
19719 "nix 0.28.0",
19720 "nix 0.29.0",
19721 "nix 0.30.1",
19722 "nom 7.1.3",
19723 "num",
19724 "num-bigint",
19725 "num-bigint-dig",
19726 "num-complex",
19727 "num-integer",
19728 "num-iter",
19729 "num-rational",
19730 "num-traits",
19731 "objc2",
19732 "objc2-core-foundation",
19733 "objc2-foundation",
19734 "objc2-metal",
19735 "object",
19736 "once_cell",
19737 "percent-encoding",
19738 "phf",
19739 "phf_shared",
19740 "prettyplease",
19741 "proc-macro2",
19742 "prost 0.12.6",
19743 "prost 0.9.0",
19744 "prost-types 0.9.0",
19745 "quote",
19746 "rand 0.8.5",
19747 "rand 0.9.1",
19748 "rand_chacha 0.3.1",
19749 "rand_core 0.6.4",
19750 "rand_distr",
19751 "regalloc2",
19752 "regex",
19753 "regex-automata",
19754 "regex-syntax",
19755 "ring",
19756 "rust_decimal",
19757 "rustc-hash 1.1.0",
19758 "rustix 0.38.44",
19759 "rustix 1.0.7",
19760 "rustls 0.23.26",
19761 "rustls-webpki 0.103.1",
19762 "scopeguard",
19763 "sea-orm",
19764 "sea-query-binder",
19765 "security-framework 3.2.0",
19766 "security-framework-sys",
19767 "semver",
19768 "serde",
19769 "serde_core",
19770 "serde_json",
19771 "simd-adler32",
19772 "smallvec",
19773 "spin",
19774 "sqlx",
19775 "sqlx-macros",
19776 "sqlx-macros-core",
19777 "sqlx-postgres",
19778 "sqlx-sqlite",
19779 "stable_deref_trait",
19780 "strum 0.26.3",
19781 "subtle",
19782 "syn 1.0.109",
19783 "syn 2.0.101",
19784 "sync_wrapper 1.0.2",
19785 "thiserror 2.0.12",
19786 "time",
19787 "time-macros",
19788 "tokio",
19789 "tokio-rustls 0.26.2",
19790 "tokio-socks",
19791 "tokio-stream",
19792 "tokio-util",
19793 "toml_datetime",
19794 "toml_edit",
19795 "tower 0.5.2",
19796 "tracing",
19797 "tracing-core",
19798 "tungstenite 0.26.2",
19799 "unicode-properties",
19800 "url",
19801 "uuid",
19802 "wasmparser 0.221.3",
19803 "wasmtime",
19804 "wasmtime-cranelift",
19805 "wasmtime-environ",
19806 "winapi",
19807 "windows-core 0.61.0",
19808 "windows-numerics",
19809 "windows-sys 0.48.0",
19810 "windows-sys 0.52.0",
19811 "windows-sys 0.59.0",
19812 "windows-sys 0.61.0",
19813 "zeroize",
19814 "zvariant",
19815]
19816
19817[[package]]
19818name = "worktree"
19819version = "0.1.0"
19820dependencies = [
19821 "anyhow",
19822 "clock",
19823 "collections",
19824 "fs",
19825 "futures 0.3.31",
19826 "fuzzy",
19827 "git",
19828 "git2",
19829 "gpui",
19830 "http_client",
19831 "ignore",
19832 "language",
19833 "log",
19834 "parking_lot",
19835 "paths",
19836 "postage",
19837 "pretty_assertions",
19838 "rand 0.9.1",
19839 "rpc",
19840 "serde",
19841 "serde_json",
19842 "settings",
19843 "smallvec",
19844 "smol",
19845 "sum_tree",
19846 "text",
19847 "util",
19848 "workspace-hack",
19849 "zlog",
19850]
19851
19852[[package]]
19853name = "write16"
19854version = "1.0.0"
19855source = "registry+https://github.com/rust-lang/crates.io-index"
19856checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19857
19858[[package]]
19859name = "writeable"
19860version = "0.5.5"
19861source = "registry+https://github.com/rust-lang/crates.io-index"
19862checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19863
19864[[package]]
19865name = "wyz"
19866version = "0.5.1"
19867source = "registry+https://github.com/rust-lang/crates.io-index"
19868checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19869dependencies = [
19870 "tap",
19871]
19872
19873[[package]]
19874name = "x11"
19875version = "2.21.0"
19876source = "registry+https://github.com/rust-lang/crates.io-index"
19877checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19878dependencies = [
19879 "libc",
19880 "pkg-config",
19881]
19882
19883[[package]]
19884name = "x11-clipboard"
19885version = "0.9.3"
19886source = "registry+https://github.com/rust-lang/crates.io-index"
19887checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19888dependencies = [
19889 "libc",
19890 "x11rb",
19891]
19892
19893[[package]]
19894name = "x11rb"
19895version = "0.13.1"
19896source = "registry+https://github.com/rust-lang/crates.io-index"
19897checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19898dependencies = [
19899 "as-raw-xcb-connection",
19900 "gethostname",
19901 "libc",
19902 "rustix 0.38.44",
19903 "x11rb-protocol",
19904]
19905
19906[[package]]
19907name = "x11rb-protocol"
19908version = "0.13.1"
19909source = "registry+https://github.com/rust-lang/crates.io-index"
19910checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19911
19912[[package]]
19913name = "x_ai"
19914version = "0.1.0"
19915dependencies = [
19916 "anyhow",
19917 "schemars 1.0.1",
19918 "serde",
19919 "strum 0.27.1",
19920 "workspace-hack",
19921]
19922
19923[[package]]
19924name = "xattr"
19925version = "0.2.3"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19928dependencies = [
19929 "libc",
19930]
19931
19932[[package]]
19933name = "xcb"
19934version = "1.6.0"
19935source = "registry+https://github.com/rust-lang/crates.io-index"
19936checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19937dependencies = [
19938 "bitflags 1.3.2",
19939 "libc",
19940 "quick-xml 0.30.0",
19941 "x11",
19942]
19943
19944[[package]]
19945name = "xcursor"
19946version = "0.3.8"
19947source = "registry+https://github.com/rust-lang/crates.io-index"
19948checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19949
19950[[package]]
19951name = "xim"
19952version = "0.4.0"
19953source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19954dependencies = [
19955 "ahash 0.8.11",
19956 "hashbrown 0.14.5",
19957 "log",
19958 "x11rb",
19959 "xim-ctext",
19960 "xim-parser",
19961]
19962
19963[[package]]
19964name = "xim-ctext"
19965version = "0.3.0"
19966source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19967dependencies = [
19968 "encoding_rs",
19969]
19970
19971[[package]]
19972name = "xim-parser"
19973version = "0.2.1"
19974source = "git+https://github.com/zed-industries/xim-rs?rev=c0a70c1bd2ce197364216e5e818a2cb3adb99a8d#c0a70c1bd2ce197364216e5e818a2cb3adb99a8d"
19975dependencies = [
19976 "bitflags 2.9.0",
19977]
19978
19979[[package]]
19980name = "xkbcommon"
19981version = "0.8.0"
19982source = "registry+https://github.com/rust-lang/crates.io-index"
19983checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19984dependencies = [
19985 "as-raw-xcb-connection",
19986 "libc",
19987 "memmap2",
19988 "xkeysym",
19989]
19990
19991[[package]]
19992name = "xkeysym"
19993version = "0.2.1"
19994source = "registry+https://github.com/rust-lang/crates.io-index"
19995checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19996
19997[[package]]
19998name = "xml5ever"
19999version = "0.18.1"
20000source = "registry+https://github.com/rust-lang/crates.io-index"
20001checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20002dependencies = [
20003 "log",
20004 "mac",
20005 "markup5ever 0.12.1",
20006]
20007
20008[[package]]
20009name = "xmlparser"
20010version = "0.13.6"
20011source = "registry+https://github.com/rust-lang/crates.io-index"
20012checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20013
20014[[package]]
20015name = "xmlwriter"
20016version = "0.1.0"
20017source = "registry+https://github.com/rust-lang/crates.io-index"
20018checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20019
20020[[package]]
20021name = "xtask"
20022version = "0.1.0"
20023dependencies = [
20024 "anyhow",
20025 "cargo_metadata",
20026 "cargo_toml",
20027 "clap",
20028 "workspace-hack",
20029]
20030
20031[[package]]
20032name = "yaml-rust2"
20033version = "0.8.1"
20034source = "registry+https://github.com/rust-lang/crates.io-index"
20035checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20036dependencies = [
20037 "arraydeque",
20038 "encoding_rs",
20039 "hashlink 0.8.4",
20040]
20041
20042[[package]]
20043name = "yansi"
20044version = "1.0.1"
20045source = "registry+https://github.com/rust-lang/crates.io-index"
20046checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20047
20048[[package]]
20049name = "yawc"
20050version = "0.2.5"
20051source = "registry+https://github.com/rust-lang/crates.io-index"
20052checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20053dependencies = [
20054 "base64 0.22.1",
20055 "bytes 1.10.1",
20056 "flate2",
20057 "futures 0.3.31",
20058 "http-body-util",
20059 "hyper 1.6.0",
20060 "hyper-util",
20061 "js-sys",
20062 "nom 8.0.0",
20063 "pin-project",
20064 "rand 0.8.5",
20065 "sha1",
20066 "thiserror 1.0.69",
20067 "tokio",
20068 "tokio-rustls 0.26.2",
20069 "tokio-util",
20070 "url",
20071 "wasm-bindgen",
20072 "wasm-bindgen-futures",
20073 "web-sys",
20074 "webpki-roots",
20075]
20076
20077[[package]]
20078name = "yazi"
20079version = "0.2.1"
20080source = "registry+https://github.com/rust-lang/crates.io-index"
20081checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20082
20083[[package]]
20084name = "yeslogic-fontconfig-sys"
20085version = "6.0.0"
20086source = "registry+https://github.com/rust-lang/crates.io-index"
20087checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20088dependencies = [
20089 "dlib",
20090 "once_cell",
20091 "pkg-config",
20092]
20093
20094[[package]]
20095name = "yoke"
20096version = "0.7.5"
20097source = "registry+https://github.com/rust-lang/crates.io-index"
20098checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20099dependencies = [
20100 "serde",
20101 "stable_deref_trait",
20102 "yoke-derive",
20103 "zerofrom",
20104]
20105
20106[[package]]
20107name = "yoke-derive"
20108version = "0.7.5"
20109source = "registry+https://github.com/rust-lang/crates.io-index"
20110checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20111dependencies = [
20112 "proc-macro2",
20113 "quote",
20114 "syn 2.0.101",
20115 "synstructure",
20116]
20117
20118[[package]]
20119name = "zbus"
20120version = "5.11.0"
20121source = "registry+https://github.com/rust-lang/crates.io-index"
20122checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20123dependencies = [
20124 "async-broadcast",
20125 "async-executor",
20126 "async-io",
20127 "async-lock",
20128 "async-process",
20129 "async-recursion",
20130 "async-task",
20131 "async-trait",
20132 "blocking",
20133 "enumflags2",
20134 "event-listener 5.4.0",
20135 "futures-core",
20136 "futures-lite 2.6.0",
20137 "hex",
20138 "nix 0.30.1",
20139 "ordered-stream",
20140 "serde",
20141 "serde_repr",
20142 "tracing",
20143 "uds_windows",
20144 "windows-sys 0.60.2",
20145 "winnow",
20146 "zbus_macros",
20147 "zbus_names",
20148 "zvariant",
20149]
20150
20151[[package]]
20152name = "zbus_macros"
20153version = "5.11.0"
20154source = "registry+https://github.com/rust-lang/crates.io-index"
20155checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20156dependencies = [
20157 "proc-macro-crate",
20158 "proc-macro2",
20159 "quote",
20160 "syn 2.0.101",
20161 "zbus_names",
20162 "zvariant",
20163 "zvariant_utils",
20164]
20165
20166[[package]]
20167name = "zbus_names"
20168version = "4.2.0"
20169source = "registry+https://github.com/rust-lang/crates.io-index"
20170checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20171dependencies = [
20172 "serde",
20173 "static_assertions",
20174 "winnow",
20175 "zvariant",
20176]
20177
20178[[package]]
20179name = "zed"
20180version = "0.207.0"
20181dependencies = [
20182 "acp_tools",
20183 "activity_indicator",
20184 "agent",
20185 "agent_settings",
20186 "agent_ui",
20187 "anyhow",
20188 "ashpd 0.11.0",
20189 "askpass",
20190 "assets",
20191 "assistant_tools",
20192 "audio",
20193 "auto_update",
20194 "auto_update_ui",
20195 "backtrace",
20196 "bincode",
20197 "breadcrumbs",
20198 "call",
20199 "channel",
20200 "clap",
20201 "cli",
20202 "client",
20203 "collab_ui",
20204 "collections",
20205 "command_palette",
20206 "component",
20207 "copilot",
20208 "crashes",
20209 "dap",
20210 "dap_adapters",
20211 "db",
20212 "debug_adapter_extension",
20213 "debugger_tools",
20214 "debugger_ui",
20215 "diagnostics",
20216 "edit_prediction_button",
20217 "editor",
20218 "env_logger 0.11.8",
20219 "extension",
20220 "extension_host",
20221 "extensions_ui",
20222 "feature_flags",
20223 "feedback",
20224 "file_finder",
20225 "fs",
20226 "futures 0.3.31",
20227 "git",
20228 "git_hosting_providers",
20229 "git_ui",
20230 "go_to_line",
20231 "gpui",
20232 "gpui_tokio",
20233 "http_client",
20234 "image_viewer",
20235 "inspector_ui",
20236 "install_cli",
20237 "itertools 0.14.0",
20238 "journal",
20239 "keymap_editor",
20240 "language",
20241 "language_extension",
20242 "language_model",
20243 "language_models",
20244 "language_onboarding",
20245 "language_selector",
20246 "language_tools",
20247 "languages",
20248 "line_ending_selector",
20249 "log",
20250 "markdown",
20251 "markdown_preview",
20252 "menu",
20253 "migrator",
20254 "mimalloc",
20255 "nc",
20256 "nix 0.29.0",
20257 "node_runtime",
20258 "notifications",
20259 "onboarding",
20260 "outline",
20261 "outline_panel",
20262 "parking_lot",
20263 "paths",
20264 "picker",
20265 "pretty_assertions",
20266 "profiling",
20267 "project",
20268 "project_panel",
20269 "project_symbols",
20270 "prompt_store",
20271 "proto",
20272 "recent_projects",
20273 "release_channel",
20274 "remote",
20275 "repl",
20276 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
20277 "reqwest_client",
20278 "rope",
20279 "search",
20280 "serde",
20281 "serde_json",
20282 "session",
20283 "settings",
20284 "settings_profile_selector",
20285 "settings_ui",
20286 "shellexpand 2.1.2",
20287 "smol",
20288 "snippet_provider",
20289 "snippets_ui",
20290 "supermaven",
20291 "svg_preview",
20292 "sysinfo",
20293 "system_specs",
20294 "tab_switcher",
20295 "task",
20296 "tasks_ui",
20297 "telemetry",
20298 "telemetry_events",
20299 "terminal_view",
20300 "theme",
20301 "theme_extension",
20302 "theme_selector",
20303 "time",
20304 "title_bar",
20305 "toolchain_selector",
20306 "tree-sitter-md",
20307 "tree-sitter-rust",
20308 "ui",
20309 "ui_input",
20310 "ui_prompt",
20311 "url",
20312 "urlencoding",
20313 "util",
20314 "uuid",
20315 "vim",
20316 "vim_mode_setting",
20317 "watch",
20318 "web_search",
20319 "web_search_providers",
20320 "windows 0.61.1",
20321 "winresource",
20322 "workspace",
20323 "workspace-hack",
20324 "zed_actions",
20325 "zed_env_vars",
20326 "zeta",
20327 "zeta2",
20328 "zeta2_tools",
20329 "zlog",
20330 "zlog_settings",
20331]
20332
20333[[package]]
20334name = "zed_actions"
20335version = "0.1.0"
20336dependencies = [
20337 "gpui",
20338 "schemars 1.0.1",
20339 "serde",
20340 "uuid",
20341 "workspace-hack",
20342]
20343
20344[[package]]
20345name = "zed_env_vars"
20346version = "0.1.0"
20347dependencies = [
20348 "gpui",
20349 "workspace-hack",
20350]
20351
20352[[package]]
20353name = "zed_extension_api"
20354version = "0.1.0"
20355source = "registry+https://github.com/rust-lang/crates.io-index"
20356checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20357dependencies = [
20358 "serde",
20359 "serde_json",
20360 "wit-bindgen 0.22.0",
20361]
20362
20363[[package]]
20364name = "zed_extension_api"
20365version = "0.7.0"
20366dependencies = [
20367 "serde",
20368 "serde_json",
20369 "wit-bindgen 0.41.0",
20370]
20371
20372[[package]]
20373name = "zed_glsl"
20374version = "0.1.0"
20375dependencies = [
20376 "zed_extension_api 0.1.0",
20377]
20378
20379[[package]]
20380name = "zed_html"
20381version = "0.2.2"
20382dependencies = [
20383 "zed_extension_api 0.1.0",
20384]
20385
20386[[package]]
20387name = "zed_proto"
20388version = "0.2.2"
20389dependencies = [
20390 "zed_extension_api 0.1.0",
20391]
20392
20393[[package]]
20394name = "zed_ruff"
20395version = "0.1.1"
20396dependencies = [
20397 "zed_extension_api 0.1.0",
20398]
20399
20400[[package]]
20401name = "zed_snippets"
20402version = "0.0.6"
20403dependencies = [
20404 "serde_json",
20405 "zed_extension_api 0.1.0",
20406]
20407
20408[[package]]
20409name = "zed_test_extension"
20410version = "0.1.0"
20411dependencies = [
20412 "zed_extension_api 0.7.0",
20413]
20414
20415[[package]]
20416name = "zeno"
20417version = "0.3.2"
20418source = "registry+https://github.com/rust-lang/crates.io-index"
20419checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20420
20421[[package]]
20422name = "zerocopy"
20423version = "0.7.35"
20424source = "registry+https://github.com/rust-lang/crates.io-index"
20425checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20426dependencies = [
20427 "zerocopy-derive 0.7.35",
20428]
20429
20430[[package]]
20431name = "zerocopy"
20432version = "0.8.24"
20433source = "registry+https://github.com/rust-lang/crates.io-index"
20434checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20435dependencies = [
20436 "zerocopy-derive 0.8.24",
20437]
20438
20439[[package]]
20440name = "zerocopy-derive"
20441version = "0.7.35"
20442source = "registry+https://github.com/rust-lang/crates.io-index"
20443checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20444dependencies = [
20445 "proc-macro2",
20446 "quote",
20447 "syn 2.0.101",
20448]
20449
20450[[package]]
20451name = "zerocopy-derive"
20452version = "0.8.24"
20453source = "registry+https://github.com/rust-lang/crates.io-index"
20454checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20455dependencies = [
20456 "proc-macro2",
20457 "quote",
20458 "syn 2.0.101",
20459]
20460
20461[[package]]
20462name = "zerofrom"
20463version = "0.1.6"
20464source = "registry+https://github.com/rust-lang/crates.io-index"
20465checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20466dependencies = [
20467 "zerofrom-derive",
20468]
20469
20470[[package]]
20471name = "zerofrom-derive"
20472version = "0.1.6"
20473source = "registry+https://github.com/rust-lang/crates.io-index"
20474checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20475dependencies = [
20476 "proc-macro2",
20477 "quote",
20478 "syn 2.0.101",
20479 "synstructure",
20480]
20481
20482[[package]]
20483name = "zeroize"
20484version = "1.8.1"
20485source = "registry+https://github.com/rust-lang/crates.io-index"
20486checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20487dependencies = [
20488 "zeroize_derive",
20489]
20490
20491[[package]]
20492name = "zeroize_derive"
20493version = "1.4.2"
20494source = "registry+https://github.com/rust-lang/crates.io-index"
20495checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20496dependencies = [
20497 "proc-macro2",
20498 "quote",
20499 "syn 2.0.101",
20500]
20501
20502[[package]]
20503name = "zeromq"
20504version = "0.5.0-pre"
20505source = "registry+https://github.com/rust-lang/crates.io-index"
20506checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20507dependencies = [
20508 "async-dispatcher",
20509 "async-std",
20510 "async-trait",
20511 "asynchronous-codec",
20512 "bytes 1.10.1",
20513 "crossbeam-queue",
20514 "dashmap 5.5.3",
20515 "futures 0.3.31",
20516 "log",
20517 "num-traits",
20518 "once_cell",
20519 "parking_lot",
20520 "rand 0.8.5",
20521 "regex",
20522 "thiserror 1.0.69",
20523 "uuid",
20524]
20525
20526[[package]]
20527name = "zerovec"
20528version = "0.10.4"
20529source = "registry+https://github.com/rust-lang/crates.io-index"
20530checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20531dependencies = [
20532 "yoke",
20533 "zerofrom",
20534 "zerovec-derive",
20535]
20536
20537[[package]]
20538name = "zerovec-derive"
20539version = "0.10.3"
20540source = "registry+https://github.com/rust-lang/crates.io-index"
20541checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20542dependencies = [
20543 "proc-macro2",
20544 "quote",
20545 "syn 2.0.101",
20546]
20547
20548[[package]]
20549name = "zeta"
20550version = "0.1.0"
20551dependencies = [
20552 "ai_onboarding",
20553 "anyhow",
20554 "arrayvec",
20555 "call",
20556 "client",
20557 "clock",
20558 "cloud_api_types",
20559 "cloud_llm_client",
20560 "collections",
20561 "command_palette_hooks",
20562 "copilot",
20563 "ctor",
20564 "db",
20565 "edit_prediction",
20566 "editor",
20567 "feature_flags",
20568 "fs",
20569 "futures 0.3.31",
20570 "gpui",
20571 "http_client",
20572 "indoc",
20573 "itertools 0.14.0",
20574 "language",
20575 "language_model",
20576 "log",
20577 "menu",
20578 "parking_lot",
20579 "postage",
20580 "project",
20581 "rand 0.9.1",
20582 "regex",
20583 "release_channel",
20584 "reqwest_client",
20585 "rpc",
20586 "serde",
20587 "serde_json",
20588 "settings",
20589 "strum 0.27.1",
20590 "telemetry",
20591 "telemetry_events",
20592 "theme",
20593 "thiserror 2.0.12",
20594 "tree-sitter-go",
20595 "tree-sitter-rust",
20596 "ui",
20597 "util",
20598 "uuid",
20599 "workspace",
20600 "workspace-hack",
20601 "worktree",
20602 "zed_actions",
20603 "zlog",
20604]
20605
20606[[package]]
20607name = "zeta2"
20608version = "0.1.0"
20609dependencies = [
20610 "anyhow",
20611 "arrayvec",
20612 "chrono",
20613 "client",
20614 "cloud_llm_client",
20615 "cloud_zeta2_prompt",
20616 "edit_prediction",
20617 "edit_prediction_context",
20618 "futures 0.3.31",
20619 "gpui",
20620 "indoc",
20621 "language",
20622 "language_model",
20623 "log",
20624 "project",
20625 "release_channel",
20626 "serde_json",
20627 "thiserror 2.0.12",
20628 "util",
20629 "uuid",
20630 "workspace",
20631 "workspace-hack",
20632 "worktree",
20633]
20634
20635[[package]]
20636name = "zeta2_tools"
20637version = "0.1.0"
20638dependencies = [
20639 "chrono",
20640 "clap",
20641 "client",
20642 "collections",
20643 "edit_prediction_context",
20644 "editor",
20645 "futures 0.3.31",
20646 "gpui",
20647 "indoc",
20648 "language",
20649 "log",
20650 "pretty_assertions",
20651 "project",
20652 "serde",
20653 "serde_json",
20654 "settings",
20655 "text",
20656 "ui",
20657 "ui_input",
20658 "util",
20659 "workspace",
20660 "workspace-hack",
20661 "zeta2",
20662 "zlog",
20663]
20664
20665[[package]]
20666name = "zeta_cli"
20667version = "0.1.0"
20668dependencies = [
20669 "anyhow",
20670 "clap",
20671 "client",
20672 "cloud_zeta2_prompt",
20673 "debug_adapter_extension",
20674 "edit_prediction_context",
20675 "extension",
20676 "fs",
20677 "futures 0.3.31",
20678 "gpui",
20679 "gpui_tokio",
20680 "language",
20681 "language_extension",
20682 "language_model",
20683 "language_models",
20684 "languages",
20685 "node_runtime",
20686 "paths",
20687 "project",
20688 "prompt_store",
20689 "release_channel",
20690 "reqwest_client",
20691 "serde",
20692 "serde_json",
20693 "settings",
20694 "shellexpand 2.1.2",
20695 "smol",
20696 "terminal_view",
20697 "util",
20698 "watch",
20699 "workspace-hack",
20700 "zeta",
20701 "zeta2",
20702]
20703
20704[[package]]
20705name = "zip"
20706version = "0.6.6"
20707source = "registry+https://github.com/rust-lang/crates.io-index"
20708checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20709dependencies = [
20710 "aes",
20711 "byteorder",
20712 "bzip2",
20713 "constant_time_eq",
20714 "crc32fast",
20715 "crossbeam-utils",
20716 "flate2",
20717 "hmac",
20718 "pbkdf2 0.11.0",
20719 "sha1",
20720 "time",
20721 "zstd",
20722]
20723
20724[[package]]
20725name = "zip"
20726version = "1.1.4"
20727source = "registry+https://github.com/rust-lang/crates.io-index"
20728checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20729dependencies = [
20730 "arbitrary",
20731 "crc32fast",
20732 "crossbeam-utils",
20733 "displaydoc",
20734 "indexmap 2.9.0",
20735 "num_enum",
20736 "thiserror 1.0.69",
20737]
20738
20739[[package]]
20740name = "zlog"
20741version = "0.1.0"
20742dependencies = [
20743 "anyhow",
20744 "chrono",
20745 "collections",
20746 "log",
20747 "tempfile",
20748 "workspace-hack",
20749]
20750
20751[[package]]
20752name = "zlog_settings"
20753version = "0.1.0"
20754dependencies = [
20755 "collections",
20756 "gpui",
20757 "settings",
20758 "workspace-hack",
20759 "zlog",
20760]
20761
20762[[package]]
20763name = "zstd"
20764version = "0.11.2+zstd.1.5.2"
20765source = "registry+https://github.com/rust-lang/crates.io-index"
20766checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20767dependencies = [
20768 "zstd-safe",
20769]
20770
20771[[package]]
20772name = "zstd-safe"
20773version = "5.0.2+zstd.1.5.2"
20774source = "registry+https://github.com/rust-lang/crates.io-index"
20775checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20776dependencies = [
20777 "libc",
20778 "zstd-sys",
20779]
20780
20781[[package]]
20782name = "zstd-sys"
20783version = "2.0.15+zstd.1.5.7"
20784source = "registry+https://github.com/rust-lang/crates.io-index"
20785checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20786dependencies = [
20787 "cc",
20788 "pkg-config",
20789]
20790
20791[[package]]
20792name = "zune-core"
20793version = "0.4.12"
20794source = "registry+https://github.com/rust-lang/crates.io-index"
20795checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20796
20797[[package]]
20798name = "zune-inflate"
20799version = "0.2.54"
20800source = "registry+https://github.com/rust-lang/crates.io-index"
20801checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20802dependencies = [
20803 "simd-adler32",
20804]
20805
20806[[package]]
20807name = "zune-jpeg"
20808version = "0.4.14"
20809source = "registry+https://github.com/rust-lang/crates.io-index"
20810checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20811dependencies = [
20812 "zune-core",
20813]
20814
20815[[package]]
20816name = "zvariant"
20817version = "5.7.0"
20818source = "registry+https://github.com/rust-lang/crates.io-index"
20819checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20820dependencies = [
20821 "endi",
20822 "enumflags2",
20823 "serde",
20824 "url",
20825 "winnow",
20826 "zvariant_derive",
20827 "zvariant_utils",
20828]
20829
20830[[package]]
20831name = "zvariant_derive"
20832version = "5.7.0"
20833source = "registry+https://github.com/rust-lang/crates.io-index"
20834checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
20835dependencies = [
20836 "proc-macro-crate",
20837 "proc-macro2",
20838 "quote",
20839 "syn 2.0.101",
20840 "zvariant_utils",
20841]
20842
20843[[package]]
20844name = "zvariant_utils"
20845version = "3.2.0"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20848dependencies = [
20849 "proc-macro2",
20850 "quote",
20851 "serde",
20852 "static_assertions",
20853 "syn 2.0.101",
20854 "winnow",
20855]