1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "acp_thread"
7version = "0.1.0"
8dependencies = [
9 "action_log",
10 "agent-client-protocol",
11 "agent_settings",
12 "anyhow",
13 "buffer_diff",
14 "collections",
15 "editor",
16 "env_logger 0.11.8",
17 "file_icons",
18 "futures 0.3.31",
19 "gpui",
20 "indoc",
21 "itertools 0.14.0",
22 "language",
23 "language_model",
24 "markdown",
25 "parking_lot",
26 "portable-pty",
27 "project",
28 "prompt_store",
29 "rand 0.9.1",
30 "serde",
31 "serde_json",
32 "settings",
33 "smol",
34 "task",
35 "tempfile",
36 "terminal",
37 "ui",
38 "url",
39 "util",
40 "uuid",
41 "watch",
42 "workspace-hack",
43]
44
45[[package]]
46name = "acp_tools"
47version = "0.1.0"
48dependencies = [
49 "agent-client-protocol",
50 "collections",
51 "gpui",
52 "language",
53 "markdown",
54 "project",
55 "serde",
56 "serde_json",
57 "settings",
58 "theme",
59 "ui",
60 "util",
61 "workspace",
62 "workspace-hack",
63]
64
65[[package]]
66name = "action_log"
67version = "0.1.0"
68dependencies = [
69 "anyhow",
70 "buffer_diff",
71 "clock",
72 "collections",
73 "ctor",
74 "futures 0.3.31",
75 "gpui",
76 "indoc",
77 "language",
78 "log",
79 "pretty_assertions",
80 "project",
81 "rand 0.9.1",
82 "serde_json",
83 "settings",
84 "text",
85 "util",
86 "watch",
87 "workspace-hack",
88 "zlog",
89]
90
91[[package]]
92name = "activity_indicator"
93version = "0.1.0"
94dependencies = [
95 "anyhow",
96 "auto_update",
97 "editor",
98 "extension_host",
99 "futures 0.3.31",
100 "gpui",
101 "language",
102 "project",
103 "proto",
104 "release_channel",
105 "smallvec",
106 "ui",
107 "util",
108 "workspace",
109 "workspace-hack",
110]
111
112[[package]]
113name = "addr2line"
114version = "0.24.2"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
117dependencies = [
118 "gimli",
119]
120
121[[package]]
122name = "adler2"
123version = "2.0.0"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
126
127[[package]]
128name = "aes"
129version = "0.8.4"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
132dependencies = [
133 "cfg-if",
134 "cipher",
135 "cpufeatures",
136 "zeroize",
137]
138
139[[package]]
140name = "agent"
141version = "0.1.0"
142dependencies = [
143 "action_log",
144 "agent_settings",
145 "anyhow",
146 "assistant_context",
147 "assistant_tool",
148 "assistant_tools",
149 "chrono",
150 "client",
151 "cloud_llm_client",
152 "collections",
153 "component",
154 "context_server",
155 "convert_case 0.8.0",
156 "fs",
157 "futures 0.3.31",
158 "git",
159 "gpui",
160 "heed",
161 "http_client",
162 "icons",
163 "indoc",
164 "itertools 0.14.0",
165 "language",
166 "language_model",
167 "log",
168 "parking_lot",
169 "paths",
170 "postage",
171 "pretty_assertions",
172 "project",
173 "prompt_store",
174 "rand 0.9.1",
175 "ref-cast",
176 "rope",
177 "schemars 1.0.1",
178 "serde",
179 "serde_json",
180 "settings",
181 "smol",
182 "sqlez",
183 "telemetry",
184 "text",
185 "theme",
186 "thiserror 2.0.12",
187 "time",
188 "util",
189 "uuid",
190 "workspace",
191 "workspace-hack",
192 "zed_env_vars",
193 "zstd",
194]
195
196[[package]]
197name = "agent-client-protocol"
198version = "0.4.3"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "3aaa2bd05a2401887945f8bfd70026e90bc3cf96c62ab9eba2779835bf21dc60"
201dependencies = [
202 "anyhow",
203 "async-broadcast",
204 "async-trait",
205 "futures 0.3.31",
206 "log",
207 "parking_lot",
208 "schemars 1.0.1",
209 "serde",
210 "serde_json",
211]
212
213[[package]]
214name = "agent2"
215version = "0.1.0"
216dependencies = [
217 "acp_thread",
218 "action_log",
219 "agent",
220 "agent-client-protocol",
221 "agent_servers",
222 "agent_settings",
223 "anyhow",
224 "assistant_context",
225 "assistant_tool",
226 "assistant_tools",
227 "chrono",
228 "client",
229 "clock",
230 "cloud_llm_client",
231 "collections",
232 "context_server",
233 "ctor",
234 "db",
235 "editor",
236 "env_logger 0.11.8",
237 "fs",
238 "futures 0.3.31",
239 "git",
240 "gpui",
241 "gpui_tokio",
242 "handlebars 4.5.0",
243 "html_to_markdown",
244 "http_client",
245 "indoc",
246 "itertools 0.14.0",
247 "language",
248 "language_model",
249 "language_models",
250 "log",
251 "lsp",
252 "open",
253 "parking_lot",
254 "paths",
255 "pretty_assertions",
256 "project",
257 "prompt_store",
258 "reqwest_client",
259 "rust-embed",
260 "schemars 1.0.1",
261 "serde",
262 "serde_json",
263 "settings",
264 "smol",
265 "sqlez",
266 "task",
267 "telemetry",
268 "tempfile",
269 "terminal",
270 "text",
271 "theme",
272 "thiserror 2.0.12",
273 "tree-sitter-rust",
274 "ui",
275 "unindent",
276 "util",
277 "uuid",
278 "watch",
279 "web_search",
280 "workspace-hack",
281 "worktree",
282 "zed_env_vars",
283 "zlog",
284 "zstd",
285]
286
287[[package]]
288name = "agent_servers"
289version = "0.1.0"
290dependencies = [
291 "acp_thread",
292 "acp_tools",
293 "action_log",
294 "agent-client-protocol",
295 "agent_settings",
296 "anyhow",
297 "async-trait",
298 "client",
299 "collections",
300 "env_logger 0.11.8",
301 "fs",
302 "futures 0.3.31",
303 "gpui",
304 "gpui_tokio",
305 "http_client",
306 "indoc",
307 "language",
308 "language_model",
309 "language_models",
310 "libc",
311 "log",
312 "nix 0.29.0",
313 "project",
314 "reqwest_client",
315 "serde",
316 "serde_json",
317 "settings",
318 "smol",
319 "task",
320 "tempfile",
321 "terminal",
322 "thiserror 2.0.12",
323 "ui",
324 "util",
325 "uuid",
326 "watch",
327 "workspace-hack",
328]
329
330[[package]]
331name = "agent_settings"
332version = "0.1.0"
333dependencies = [
334 "anyhow",
335 "cloud_llm_client",
336 "collections",
337 "convert_case 0.8.0",
338 "fs",
339 "gpui",
340 "language_model",
341 "paths",
342 "project",
343 "schemars 1.0.1",
344 "serde",
345 "serde_json",
346 "serde_json_lenient",
347 "settings",
348 "util",
349 "workspace-hack",
350]
351
352[[package]]
353name = "agent_ui"
354version = "0.1.0"
355dependencies = [
356 "acp_thread",
357 "action_log",
358 "agent",
359 "agent-client-protocol",
360 "agent2",
361 "agent_servers",
362 "agent_settings",
363 "ai_onboarding",
364 "anyhow",
365 "arrayvec",
366 "assistant_context",
367 "assistant_slash_command",
368 "assistant_slash_commands",
369 "assistant_tool",
370 "assistant_tools",
371 "audio",
372 "buffer_diff",
373 "chrono",
374 "client",
375 "cloud_llm_client",
376 "collections",
377 "command_palette_hooks",
378 "component",
379 "context_server",
380 "db",
381 "editor",
382 "extension",
383 "extension_host",
384 "feature_flags",
385 "file_icons",
386 "fs",
387 "futures 0.3.31",
388 "fuzzy",
389 "gpui",
390 "html_to_markdown",
391 "http_client",
392 "indoc",
393 "itertools 0.14.0",
394 "jsonschema",
395 "language",
396 "language_model",
397 "language_models",
398 "languages",
399 "log",
400 "lsp",
401 "markdown",
402 "menu",
403 "multi_buffer",
404 "notifications",
405 "ordered-float 2.10.1",
406 "parking_lot",
407 "paths",
408 "picker",
409 "postage",
410 "pretty_assertions",
411 "project",
412 "prompt_store",
413 "proto",
414 "rand 0.9.1",
415 "release_channel",
416 "rope",
417 "rules_library",
418 "schemars 1.0.1",
419 "search",
420 "serde",
421 "serde_json",
422 "serde_json_lenient",
423 "settings",
424 "smol",
425 "streaming_diff",
426 "task",
427 "telemetry",
428 "telemetry_events",
429 "terminal",
430 "terminal_view",
431 "text",
432 "theme",
433 "time",
434 "time_format",
435 "tree-sitter-md",
436 "ui",
437 "ui_input",
438 "unindent",
439 "url",
440 "urlencoding",
441 "util",
442 "watch",
443 "workspace",
444 "workspace-hack",
445 "zed_actions",
446]
447
448[[package]]
449name = "ahash"
450version = "0.7.8"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
453dependencies = [
454 "getrandom 0.2.15",
455 "once_cell",
456 "version_check",
457]
458
459[[package]]
460name = "ahash"
461version = "0.8.11"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
464dependencies = [
465 "cfg-if",
466 "const-random",
467 "getrandom 0.2.15",
468 "once_cell",
469 "serde",
470 "version_check",
471 "zerocopy 0.7.35",
472]
473
474[[package]]
475name = "aho-corasick"
476version = "1.1.3"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
479dependencies = [
480 "memchr",
481]
482
483[[package]]
484name = "ai_onboarding"
485version = "0.1.0"
486dependencies = [
487 "client",
488 "cloud_llm_client",
489 "component",
490 "gpui",
491 "language_model",
492 "serde",
493 "smallvec",
494 "telemetry",
495 "ui",
496 "workspace-hack",
497 "zed_actions",
498]
499
500[[package]]
501name = "alacritty_terminal"
502version = "0.25.1-rc1"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
505dependencies = [
506 "base64 0.22.1",
507 "bitflags 2.9.0",
508 "home",
509 "libc",
510 "log",
511 "miow",
512 "parking_lot",
513 "piper",
514 "polling",
515 "regex-automata",
516 "rustix 1.0.7",
517 "rustix-openpty",
518 "serde",
519 "signal-hook",
520 "unicode-width",
521 "vte",
522 "windows-sys 0.59.0",
523]
524
525[[package]]
526name = "aliasable"
527version = "0.1.3"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
530
531[[package]]
532name = "aligned-vec"
533version = "0.5.0"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
536
537[[package]]
538name = "allocator-api2"
539version = "0.2.21"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
542
543[[package]]
544name = "alsa"
545version = "0.9.1"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
548dependencies = [
549 "alsa-sys",
550 "bitflags 2.9.0",
551 "cfg-if",
552 "libc",
553]
554
555[[package]]
556name = "alsa-sys"
557version = "0.3.1"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
560dependencies = [
561 "libc",
562 "pkg-config",
563]
564
565[[package]]
566name = "ambient-authority"
567version = "0.0.2"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
570
571[[package]]
572name = "ammonia"
573version = "4.1.2"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
576dependencies = [
577 "cssparser",
578 "html5ever 0.35.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 "wayland-backend",
782 "wayland-client",
783 "wayland-protocols 0.32.6",
784 "zbus",
785]
786
787[[package]]
788name = "ashpd"
789version = "0.12.0"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
792dependencies = [
793 "async-fs",
794 "async-net",
795 "enumflags2",
796 "futures-channel",
797 "futures-util",
798 "rand 0.9.1",
799 "serde",
800 "serde_repr",
801 "url",
802 "zbus",
803]
804
805[[package]]
806name = "askpass"
807version = "0.1.0"
808dependencies = [
809 "anyhow",
810 "futures 0.3.31",
811 "gpui",
812 "log",
813 "net",
814 "smol",
815 "tempfile",
816 "util",
817 "windows 0.61.1",
818 "workspace-hack",
819 "zeroize",
820]
821
822[[package]]
823name = "assets"
824version = "0.1.0"
825dependencies = [
826 "anyhow",
827 "gpui",
828 "rust-embed",
829 "workspace-hack",
830]
831
832[[package]]
833name = "assistant_context"
834version = "0.1.0"
835dependencies = [
836 "agent_settings",
837 "anyhow",
838 "assistant_slash_command",
839 "assistant_slash_commands",
840 "chrono",
841 "client",
842 "clock",
843 "cloud_llm_client",
844 "collections",
845 "context_server",
846 "fs",
847 "futures 0.3.31",
848 "fuzzy",
849 "gpui",
850 "indoc",
851 "language",
852 "language_model",
853 "log",
854 "open_ai",
855 "parking_lot",
856 "paths",
857 "pretty_assertions",
858 "project",
859 "prompt_store",
860 "proto",
861 "rand 0.9.1",
862 "regex",
863 "rpc",
864 "serde",
865 "serde_json",
866 "settings",
867 "smallvec",
868 "smol",
869 "telemetry_events",
870 "text",
871 "ui",
872 "unindent",
873 "util",
874 "uuid",
875 "workspace",
876 "workspace-hack",
877 "zed_env_vars",
878]
879
880[[package]]
881name = "assistant_slash_command"
882version = "0.1.0"
883dependencies = [
884 "anyhow",
885 "async-trait",
886 "collections",
887 "derive_more",
888 "extension",
889 "futures 0.3.31",
890 "gpui",
891 "language",
892 "language_model",
893 "parking_lot",
894 "pretty_assertions",
895 "serde",
896 "serde_json",
897 "ui",
898 "util",
899 "workspace",
900 "workspace-hack",
901]
902
903[[package]]
904name = "assistant_slash_commands"
905version = "0.1.0"
906dependencies = [
907 "anyhow",
908 "assistant_slash_command",
909 "chrono",
910 "collections",
911 "context_server",
912 "editor",
913 "feature_flags",
914 "fs",
915 "futures 0.3.31",
916 "fuzzy",
917 "globset",
918 "gpui",
919 "html_to_markdown",
920 "http_client",
921 "language",
922 "pretty_assertions",
923 "project",
924 "prompt_store",
925 "rope",
926 "serde",
927 "serde_json",
928 "settings",
929 "smol",
930 "text",
931 "ui",
932 "util",
933 "workspace",
934 "workspace-hack",
935 "worktree",
936 "zlog",
937]
938
939[[package]]
940name = "assistant_tool"
941version = "0.1.0"
942dependencies = [
943 "action_log",
944 "anyhow",
945 "buffer_diff",
946 "clock",
947 "collections",
948 "ctor",
949 "derive_more",
950 "gpui",
951 "icons",
952 "indoc",
953 "language",
954 "language_model",
955 "log",
956 "parking_lot",
957 "pretty_assertions",
958 "project",
959 "rand 0.9.1",
960 "regex",
961 "serde",
962 "serde_json",
963 "settings",
964 "text",
965 "util",
966 "workspace",
967 "workspace-hack",
968 "zlog",
969]
970
971[[package]]
972name = "assistant_tools"
973version = "0.1.0"
974dependencies = [
975 "action_log",
976 "agent_settings",
977 "anyhow",
978 "assistant_tool",
979 "buffer_diff",
980 "chrono",
981 "client",
982 "clock",
983 "cloud_llm_client",
984 "collections",
985 "component",
986 "derive_more",
987 "diffy",
988 "editor",
989 "feature_flags",
990 "fs",
991 "futures 0.3.31",
992 "gpui",
993 "gpui_tokio",
994 "handlebars 4.5.0",
995 "html_to_markdown",
996 "http_client",
997 "indoc",
998 "itertools 0.14.0",
999 "language",
1000 "language_model",
1001 "language_models",
1002 "log",
1003 "lsp",
1004 "markdown",
1005 "open",
1006 "paths",
1007 "portable-pty",
1008 "pretty_assertions",
1009 "project",
1010 "prompt_store",
1011 "rand 0.9.1",
1012 "regex",
1013 "reqwest_client",
1014 "rust-embed",
1015 "schemars 1.0.1",
1016 "serde",
1017 "serde_json",
1018 "settings",
1019 "smallvec",
1020 "smol",
1021 "streaming_diff",
1022 "strsim",
1023 "task",
1024 "tempfile",
1025 "terminal",
1026 "terminal_view",
1027 "theme",
1028 "tree-sitter-rust",
1029 "ui",
1030 "unindent",
1031 "util",
1032 "watch",
1033 "web_search",
1034 "workspace",
1035 "workspace-hack",
1036 "zlog",
1037]
1038
1039[[package]]
1040name = "async-attributes"
1041version = "1.1.2"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
1044dependencies = [
1045 "quote",
1046 "syn 1.0.109",
1047]
1048
1049[[package]]
1050name = "async-broadcast"
1051version = "0.7.2"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
1054dependencies = [
1055 "event-listener 5.4.0",
1056 "event-listener-strategy",
1057 "futures-core",
1058 "pin-project-lite",
1059]
1060
1061[[package]]
1062name = "async-channel"
1063version = "1.9.0"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
1066dependencies = [
1067 "concurrent-queue",
1068 "event-listener 2.5.3",
1069 "futures-core",
1070]
1071
1072[[package]]
1073name = "async-channel"
1074version = "2.3.1"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
1077dependencies = [
1078 "concurrent-queue",
1079 "event-listener-strategy",
1080 "futures-core",
1081 "pin-project-lite",
1082]
1083
1084[[package]]
1085name = "async-compat"
1086version = "0.2.4"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
1089dependencies = [
1090 "futures-core",
1091 "futures-io",
1092 "once_cell",
1093 "pin-project-lite",
1094 "tokio",
1095]
1096
1097[[package]]
1098name = "async-compression"
1099version = "0.4.22"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
1102dependencies = [
1103 "deflate64",
1104 "flate2",
1105 "futures-core",
1106 "futures-io",
1107 "memchr",
1108 "pin-project-lite",
1109]
1110
1111[[package]]
1112name = "async-dispatcher"
1113version = "0.1.2"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
1116dependencies = [
1117 "async-task",
1118 "futures-lite 1.13.0",
1119]
1120
1121[[package]]
1122name = "async-executor"
1123version = "1.13.1"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
1126dependencies = [
1127 "async-task",
1128 "concurrent-queue",
1129 "fastrand 2.3.0",
1130 "futures-lite 2.6.0",
1131 "slab",
1132]
1133
1134[[package]]
1135name = "async-fs"
1136version = "2.1.3"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
1139dependencies = [
1140 "async-lock 3.4.1",
1141 "blocking",
1142 "futures-lite 2.6.0",
1143]
1144
1145[[package]]
1146name = "async-global-executor"
1147version = "2.4.1"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1150dependencies = [
1151 "async-channel 2.3.1",
1152 "async-executor",
1153 "async-io",
1154 "async-lock 3.4.1",
1155 "blocking",
1156 "futures-lite 2.6.0",
1157 "once_cell",
1158]
1159
1160[[package]]
1161name = "async-io"
1162version = "2.5.0"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
1165dependencies = [
1166 "async-lock 3.4.1",
1167 "cfg-if",
1168 "concurrent-queue",
1169 "futures-io",
1170 "futures-lite 2.6.0",
1171 "parking",
1172 "polling",
1173 "rustix 1.0.7",
1174 "slab",
1175 "windows-sys 0.60.2",
1176]
1177
1178[[package]]
1179name = "async-lock"
1180version = "2.8.0"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
1183dependencies = [
1184 "event-listener 2.5.3",
1185]
1186
1187[[package]]
1188name = "async-lock"
1189version = "3.4.1"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
1192dependencies = [
1193 "event-listener 5.4.0",
1194 "event-listener-strategy",
1195 "pin-project-lite",
1196]
1197
1198[[package]]
1199name = "async-net"
1200version = "2.0.0"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1203dependencies = [
1204 "async-io",
1205 "blocking",
1206 "futures-lite 2.6.0",
1207]
1208
1209[[package]]
1210name = "async-pipe"
1211version = "0.1.3"
1212source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1213dependencies = [
1214 "futures 0.3.31",
1215 "log",
1216]
1217
1218[[package]]
1219name = "async-process"
1220version = "2.3.0"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
1223dependencies = [
1224 "async-channel 2.3.1",
1225 "async-io",
1226 "async-lock 3.4.1",
1227 "async-signal",
1228 "async-task",
1229 "blocking",
1230 "cfg-if",
1231 "event-listener 5.4.0",
1232 "futures-lite 2.6.0",
1233 "rustix 0.38.44",
1234 "tracing",
1235]
1236
1237[[package]]
1238name = "async-recursion"
1239version = "1.1.1"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1242dependencies = [
1243 "proc-macro2",
1244 "quote",
1245 "syn 2.0.101",
1246]
1247
1248[[package]]
1249name = "async-signal"
1250version = "0.2.10"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
1253dependencies = [
1254 "async-io",
1255 "async-lock 3.4.1",
1256 "atomic-waker",
1257 "cfg-if",
1258 "futures-core",
1259 "futures-io",
1260 "rustix 0.38.44",
1261 "signal-hook-registry",
1262 "slab",
1263 "windows-sys 0.59.0",
1264]
1265
1266[[package]]
1267name = "async-std"
1268version = "1.13.1"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
1271dependencies = [
1272 "async-attributes",
1273 "async-channel 1.9.0",
1274 "async-global-executor",
1275 "async-io",
1276 "async-lock 3.4.1",
1277 "async-process",
1278 "crossbeam-utils",
1279 "futures-channel",
1280 "futures-core",
1281 "futures-io",
1282 "futures-lite 2.6.0",
1283 "gloo-timers",
1284 "kv-log-macro",
1285 "log",
1286 "memchr",
1287 "once_cell",
1288 "pin-project-lite",
1289 "pin-utils",
1290 "slab",
1291 "wasm-bindgen-futures",
1292]
1293
1294[[package]]
1295name = "async-stream"
1296version = "0.3.6"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1299dependencies = [
1300 "async-stream-impl",
1301 "futures-core",
1302 "pin-project-lite",
1303]
1304
1305[[package]]
1306name = "async-stream-impl"
1307version = "0.3.6"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1310dependencies = [
1311 "proc-macro2",
1312 "quote",
1313 "syn 2.0.101",
1314]
1315
1316[[package]]
1317name = "async-tar"
1318version = "0.5.0"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1321dependencies = [
1322 "async-std",
1323 "filetime",
1324 "libc",
1325 "pin-project",
1326 "redox_syscall 0.2.16",
1327 "xattr",
1328]
1329
1330[[package]]
1331name = "async-task"
1332version = "4.7.1"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1335
1336[[package]]
1337name = "async-trait"
1338version = "0.1.89"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1341dependencies = [
1342 "proc-macro2",
1343 "quote",
1344 "syn 2.0.101",
1345]
1346
1347[[package]]
1348name = "async-tungstenite"
1349version = "0.29.1"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1352dependencies = [
1353 "atomic-waker",
1354 "futures-core",
1355 "futures-io",
1356 "futures-task",
1357 "futures-util",
1358 "log",
1359 "pin-project-lite",
1360 "rustls-pki-types",
1361 "tokio",
1362 "tokio-rustls 0.26.2",
1363 "tungstenite 0.26.2",
1364]
1365
1366[[package]]
1367name = "async_zip"
1368version = "0.0.17"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1371dependencies = [
1372 "async-compression",
1373 "crc32fast",
1374 "futures-lite 2.6.0",
1375 "pin-project",
1376 "thiserror 1.0.69",
1377]
1378
1379[[package]]
1380name = "asynchronous-codec"
1381version = "0.7.0"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1384dependencies = [
1385 "bytes 1.10.1",
1386 "futures-sink",
1387 "futures-util",
1388 "memchr",
1389 "pin-project-lite",
1390]
1391
1392[[package]]
1393name = "atoi"
1394version = "2.0.0"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1397dependencies = [
1398 "num-traits",
1399]
1400
1401[[package]]
1402name = "atomic"
1403version = "0.5.3"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1406
1407[[package]]
1408name = "atomic-waker"
1409version = "1.1.2"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1412
1413[[package]]
1414name = "audio"
1415version = "0.1.0"
1416dependencies = [
1417 "anyhow",
1418 "async-tar",
1419 "collections",
1420 "crossbeam",
1421 "denoise",
1422 "gpui",
1423 "libwebrtc",
1424 "log",
1425 "parking_lot",
1426 "rodio",
1427 "serde",
1428 "settings",
1429 "smol",
1430 "thiserror 2.0.12",
1431 "util",
1432 "workspace-hack",
1433]
1434
1435[[package]]
1436name = "auditable-serde"
1437version = "0.8.0"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1440dependencies = [
1441 "semver",
1442 "serde",
1443 "serde_json",
1444 "topological-sort",
1445]
1446
1447[[package]]
1448name = "auto_update"
1449version = "0.1.0"
1450dependencies = [
1451 "anyhow",
1452 "client",
1453 "db",
1454 "gpui",
1455 "http_client",
1456 "log",
1457 "paths",
1458 "release_channel",
1459 "serde",
1460 "serde_json",
1461 "settings",
1462 "smol",
1463 "tempfile",
1464 "which 6.0.3",
1465 "workspace",
1466 "workspace-hack",
1467]
1468
1469[[package]]
1470name = "auto_update_helper"
1471version = "0.1.0"
1472dependencies = [
1473 "anyhow",
1474 "log",
1475 "simplelog",
1476 "windows 0.61.1",
1477 "winresource",
1478 "workspace-hack",
1479]
1480
1481[[package]]
1482name = "auto_update_ui"
1483version = "0.1.0"
1484dependencies = [
1485 "anyhow",
1486 "auto_update",
1487 "client",
1488 "editor",
1489 "gpui",
1490 "http_client",
1491 "markdown_preview",
1492 "release_channel",
1493 "serde",
1494 "serde_json",
1495 "smol",
1496 "util",
1497 "workspace",
1498 "workspace-hack",
1499]
1500
1501[[package]]
1502name = "autocfg"
1503version = "1.4.0"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1506
1507[[package]]
1508name = "av1-grain"
1509version = "0.2.3"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1512dependencies = [
1513 "anyhow",
1514 "arrayvec",
1515 "log",
1516 "nom 7.1.3",
1517 "num-rational",
1518 "v_frame",
1519]
1520
1521[[package]]
1522name = "avif-serialize"
1523version = "0.8.3"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1526dependencies = [
1527 "arrayvec",
1528]
1529
1530[[package]]
1531name = "aws-config"
1532version = "1.6.1"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1535dependencies = [
1536 "aws-credential-types",
1537 "aws-runtime",
1538 "aws-sdk-sso",
1539 "aws-sdk-ssooidc",
1540 "aws-sdk-sts",
1541 "aws-smithy-async",
1542 "aws-smithy-http",
1543 "aws-smithy-json",
1544 "aws-smithy-runtime",
1545 "aws-smithy-runtime-api",
1546 "aws-smithy-types",
1547 "aws-types",
1548 "bytes 1.10.1",
1549 "fastrand 2.3.0",
1550 "hex",
1551 "http 1.3.1",
1552 "ring",
1553 "time",
1554 "tokio",
1555 "tracing",
1556 "url",
1557 "zeroize",
1558]
1559
1560[[package]]
1561name = "aws-credential-types"
1562version = "1.2.2"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1565dependencies = [
1566 "aws-smithy-async",
1567 "aws-smithy-runtime-api",
1568 "aws-smithy-types",
1569 "zeroize",
1570]
1571
1572[[package]]
1573name = "aws-lc-rs"
1574version = "1.13.1"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1577dependencies = [
1578 "aws-lc-sys",
1579 "zeroize",
1580]
1581
1582[[package]]
1583name = "aws-lc-sys"
1584version = "0.29.0"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1587dependencies = [
1588 "bindgen 0.69.5",
1589 "cc",
1590 "cmake",
1591 "dunce",
1592 "fs_extra",
1593]
1594
1595[[package]]
1596name = "aws-runtime"
1597version = "1.5.6"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1600dependencies = [
1601 "aws-credential-types",
1602 "aws-sigv4",
1603 "aws-smithy-async",
1604 "aws-smithy-eventstream",
1605 "aws-smithy-http",
1606 "aws-smithy-runtime",
1607 "aws-smithy-runtime-api",
1608 "aws-smithy-types",
1609 "aws-types",
1610 "bytes 1.10.1",
1611 "fastrand 2.3.0",
1612 "http 0.2.12",
1613 "http-body 0.4.6",
1614 "once_cell",
1615 "percent-encoding",
1616 "pin-project-lite",
1617 "tracing",
1618 "uuid",
1619]
1620
1621[[package]]
1622name = "aws-sdk-bedrockruntime"
1623version = "1.82.0"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1626dependencies = [
1627 "aws-credential-types",
1628 "aws-runtime",
1629 "aws-sigv4",
1630 "aws-smithy-async",
1631 "aws-smithy-eventstream",
1632 "aws-smithy-http",
1633 "aws-smithy-json",
1634 "aws-smithy-runtime",
1635 "aws-smithy-runtime-api",
1636 "aws-smithy-types",
1637 "aws-types",
1638 "bytes 1.10.1",
1639 "fastrand 2.3.0",
1640 "http 0.2.12",
1641 "hyper 0.14.32",
1642 "once_cell",
1643 "regex-lite",
1644 "tracing",
1645]
1646
1647[[package]]
1648name = "aws-sdk-kinesis"
1649version = "1.66.0"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1652dependencies = [
1653 "aws-credential-types",
1654 "aws-runtime",
1655 "aws-smithy-async",
1656 "aws-smithy-eventstream",
1657 "aws-smithy-http",
1658 "aws-smithy-json",
1659 "aws-smithy-runtime",
1660 "aws-smithy-runtime-api",
1661 "aws-smithy-types",
1662 "aws-types",
1663 "bytes 1.10.1",
1664 "fastrand 2.3.0",
1665 "http 0.2.12",
1666 "once_cell",
1667 "regex-lite",
1668 "tracing",
1669]
1670
1671[[package]]
1672name = "aws-sdk-s3"
1673version = "1.82.0"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1676dependencies = [
1677 "aws-credential-types",
1678 "aws-runtime",
1679 "aws-sigv4",
1680 "aws-smithy-async",
1681 "aws-smithy-checksums",
1682 "aws-smithy-eventstream",
1683 "aws-smithy-http",
1684 "aws-smithy-json",
1685 "aws-smithy-runtime",
1686 "aws-smithy-runtime-api",
1687 "aws-smithy-types",
1688 "aws-smithy-xml",
1689 "aws-types",
1690 "bytes 1.10.1",
1691 "fastrand 2.3.0",
1692 "hex",
1693 "hmac",
1694 "http 0.2.12",
1695 "http 1.3.1",
1696 "http-body 0.4.6",
1697 "lru",
1698 "once_cell",
1699 "percent-encoding",
1700 "regex-lite",
1701 "sha2",
1702 "tracing",
1703 "url",
1704]
1705
1706[[package]]
1707name = "aws-sdk-sso"
1708version = "1.64.0"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1711dependencies = [
1712 "aws-credential-types",
1713 "aws-runtime",
1714 "aws-smithy-async",
1715 "aws-smithy-http",
1716 "aws-smithy-json",
1717 "aws-smithy-runtime",
1718 "aws-smithy-runtime-api",
1719 "aws-smithy-types",
1720 "aws-types",
1721 "bytes 1.10.1",
1722 "fastrand 2.3.0",
1723 "http 0.2.12",
1724 "once_cell",
1725 "regex-lite",
1726 "tracing",
1727]
1728
1729[[package]]
1730name = "aws-sdk-ssooidc"
1731version = "1.65.0"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1734dependencies = [
1735 "aws-credential-types",
1736 "aws-runtime",
1737 "aws-smithy-async",
1738 "aws-smithy-http",
1739 "aws-smithy-json",
1740 "aws-smithy-runtime",
1741 "aws-smithy-runtime-api",
1742 "aws-smithy-types",
1743 "aws-types",
1744 "bytes 1.10.1",
1745 "fastrand 2.3.0",
1746 "http 0.2.12",
1747 "once_cell",
1748 "regex-lite",
1749 "tracing",
1750]
1751
1752[[package]]
1753name = "aws-sdk-sts"
1754version = "1.65.0"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1757dependencies = [
1758 "aws-credential-types",
1759 "aws-runtime",
1760 "aws-smithy-async",
1761 "aws-smithy-http",
1762 "aws-smithy-json",
1763 "aws-smithy-query",
1764 "aws-smithy-runtime",
1765 "aws-smithy-runtime-api",
1766 "aws-smithy-types",
1767 "aws-smithy-xml",
1768 "aws-types",
1769 "fastrand 2.3.0",
1770 "http 0.2.12",
1771 "once_cell",
1772 "regex-lite",
1773 "tracing",
1774]
1775
1776[[package]]
1777name = "aws-sigv4"
1778version = "1.3.0"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1781dependencies = [
1782 "aws-credential-types",
1783 "aws-smithy-eventstream",
1784 "aws-smithy-http",
1785 "aws-smithy-runtime-api",
1786 "aws-smithy-types",
1787 "bytes 1.10.1",
1788 "crypto-bigint 0.5.5",
1789 "form_urlencoded",
1790 "hex",
1791 "hmac",
1792 "http 0.2.12",
1793 "http 1.3.1",
1794 "once_cell",
1795 "p256",
1796 "percent-encoding",
1797 "ring",
1798 "sha2",
1799 "subtle",
1800 "time",
1801 "tracing",
1802 "zeroize",
1803]
1804
1805[[package]]
1806name = "aws-smithy-async"
1807version = "1.2.5"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1810dependencies = [
1811 "futures-util",
1812 "pin-project-lite",
1813 "tokio",
1814]
1815
1816[[package]]
1817name = "aws-smithy-checksums"
1818version = "0.63.1"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1821dependencies = [
1822 "aws-smithy-http",
1823 "aws-smithy-types",
1824 "bytes 1.10.1",
1825 "crc32c",
1826 "crc32fast",
1827 "crc64fast-nvme",
1828 "hex",
1829 "http 0.2.12",
1830 "http-body 0.4.6",
1831 "md-5",
1832 "pin-project-lite",
1833 "sha1",
1834 "sha2",
1835 "tracing",
1836]
1837
1838[[package]]
1839name = "aws-smithy-eventstream"
1840version = "0.60.8"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1843dependencies = [
1844 "aws-smithy-types",
1845 "bytes 1.10.1",
1846 "crc32fast",
1847]
1848
1849[[package]]
1850name = "aws-smithy-http"
1851version = "0.62.0"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1854dependencies = [
1855 "aws-smithy-eventstream",
1856 "aws-smithy-runtime-api",
1857 "aws-smithy-types",
1858 "bytes 1.10.1",
1859 "bytes-utils",
1860 "futures-core",
1861 "http 0.2.12",
1862 "http 1.3.1",
1863 "http-body 0.4.6",
1864 "once_cell",
1865 "percent-encoding",
1866 "pin-project-lite",
1867 "pin-utils",
1868 "tracing",
1869]
1870
1871[[package]]
1872name = "aws-smithy-http-client"
1873version = "1.0.1"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1876dependencies = [
1877 "aws-smithy-async",
1878 "aws-smithy-runtime-api",
1879 "aws-smithy-types",
1880 "h2 0.4.9",
1881 "http 0.2.12",
1882 "http 1.3.1",
1883 "http-body 0.4.6",
1884 "hyper 0.14.32",
1885 "hyper 1.6.0",
1886 "hyper-rustls 0.24.2",
1887 "hyper-rustls 0.27.5",
1888 "hyper-util",
1889 "pin-project-lite",
1890 "rustls 0.21.12",
1891 "rustls 0.23.26",
1892 "rustls-native-certs 0.8.1",
1893 "rustls-pki-types",
1894 "tokio",
1895 "tower 0.5.2",
1896 "tracing",
1897]
1898
1899[[package]]
1900name = "aws-smithy-json"
1901version = "0.61.3"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1904dependencies = [
1905 "aws-smithy-types",
1906]
1907
1908[[package]]
1909name = "aws-smithy-observability"
1910version = "0.1.2"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1913dependencies = [
1914 "aws-smithy-runtime-api",
1915 "once_cell",
1916]
1917
1918[[package]]
1919name = "aws-smithy-query"
1920version = "0.60.7"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1923dependencies = [
1924 "aws-smithy-types",
1925 "urlencoding",
1926]
1927
1928[[package]]
1929name = "aws-smithy-runtime"
1930version = "1.8.1"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1933dependencies = [
1934 "aws-smithy-async",
1935 "aws-smithy-http",
1936 "aws-smithy-http-client",
1937 "aws-smithy-observability",
1938 "aws-smithy-runtime-api",
1939 "aws-smithy-types",
1940 "bytes 1.10.1",
1941 "fastrand 2.3.0",
1942 "http 0.2.12",
1943 "http 1.3.1",
1944 "http-body 0.4.6",
1945 "http-body 1.0.1",
1946 "once_cell",
1947 "pin-project-lite",
1948 "pin-utils",
1949 "tokio",
1950 "tracing",
1951]
1952
1953[[package]]
1954name = "aws-smithy-runtime-api"
1955version = "1.7.4"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1958dependencies = [
1959 "aws-smithy-async",
1960 "aws-smithy-types",
1961 "bytes 1.10.1",
1962 "http 0.2.12",
1963 "http 1.3.1",
1964 "pin-project-lite",
1965 "tokio",
1966 "tracing",
1967 "zeroize",
1968]
1969
1970[[package]]
1971name = "aws-smithy-types"
1972version = "1.3.0"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1975dependencies = [
1976 "base64-simd",
1977 "bytes 1.10.1",
1978 "bytes-utils",
1979 "futures-core",
1980 "http 0.2.12",
1981 "http 1.3.1",
1982 "http-body 0.4.6",
1983 "http-body 1.0.1",
1984 "http-body-util",
1985 "itoa",
1986 "num-integer",
1987 "pin-project-lite",
1988 "pin-utils",
1989 "ryu",
1990 "serde",
1991 "time",
1992 "tokio",
1993 "tokio-util",
1994]
1995
1996[[package]]
1997name = "aws-smithy-xml"
1998version = "0.60.9"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
2001dependencies = [
2002 "xmlparser",
2003]
2004
2005[[package]]
2006name = "aws-types"
2007version = "1.3.6"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
2010dependencies = [
2011 "aws-credential-types",
2012 "aws-smithy-async",
2013 "aws-smithy-runtime-api",
2014 "aws-smithy-types",
2015 "rustc_version",
2016 "tracing",
2017]
2018
2019[[package]]
2020name = "aws_http_client"
2021version = "0.1.0"
2022dependencies = [
2023 "aws-smithy-runtime-api",
2024 "aws-smithy-types",
2025 "http_client",
2026 "workspace-hack",
2027]
2028
2029[[package]]
2030name = "axum"
2031version = "0.6.20"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2034dependencies = [
2035 "async-trait",
2036 "axum-core",
2037 "base64 0.21.7",
2038 "bitflags 1.3.2",
2039 "bytes 1.10.1",
2040 "futures-util",
2041 "headers",
2042 "http 0.2.12",
2043 "http-body 0.4.6",
2044 "hyper 0.14.32",
2045 "itoa",
2046 "matchit",
2047 "memchr",
2048 "mime",
2049 "percent-encoding",
2050 "pin-project-lite",
2051 "rustversion",
2052 "serde",
2053 "serde_json",
2054 "serde_path_to_error",
2055 "serde_urlencoded",
2056 "sha1",
2057 "sync_wrapper 0.1.2",
2058 "tokio",
2059 "tokio-tungstenite 0.20.1",
2060 "tower 0.4.13",
2061 "tower-layer",
2062 "tower-service",
2063]
2064
2065[[package]]
2066name = "axum-core"
2067version = "0.3.4"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2070dependencies = [
2071 "async-trait",
2072 "bytes 1.10.1",
2073 "futures-util",
2074 "http 0.2.12",
2075 "http-body 0.4.6",
2076 "mime",
2077 "rustversion",
2078 "tower-layer",
2079 "tower-service",
2080]
2081
2082[[package]]
2083name = "axum-extra"
2084version = "0.4.2"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
2087dependencies = [
2088 "axum",
2089 "bytes 1.10.1",
2090 "futures-util",
2091 "http 0.2.12",
2092 "mime",
2093 "pin-project-lite",
2094 "serde",
2095 "serde_json",
2096 "tokio",
2097 "tower 0.4.13",
2098 "tower-http 0.3.5",
2099 "tower-layer",
2100 "tower-service",
2101]
2102
2103[[package]]
2104name = "backtrace"
2105version = "0.3.74"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2108dependencies = [
2109 "addr2line",
2110 "cfg-if",
2111 "libc",
2112 "miniz_oxide",
2113 "object",
2114 "rustc-demangle",
2115 "windows-targets 0.52.6",
2116]
2117
2118[[package]]
2119name = "base16ct"
2120version = "0.1.1"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
2123
2124[[package]]
2125name = "base64"
2126version = "0.21.7"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2129
2130[[package]]
2131name = "base64"
2132version = "0.22.1"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2135
2136[[package]]
2137name = "base64-simd"
2138version = "0.8.0"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
2141dependencies = [
2142 "outref",
2143 "vsimd",
2144]
2145
2146[[package]]
2147name = "base64ct"
2148version = "1.7.3"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
2151
2152[[package]]
2153name = "bedrock"
2154version = "0.1.0"
2155dependencies = [
2156 "anyhow",
2157 "aws-sdk-bedrockruntime",
2158 "aws-smithy-types",
2159 "futures 0.3.31",
2160 "schemars 1.0.1",
2161 "serde",
2162 "serde_json",
2163 "strum 0.27.1",
2164 "thiserror 2.0.12",
2165 "workspace-hack",
2166]
2167
2168[[package]]
2169name = "bigdecimal"
2170version = "0.4.8"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2173dependencies = [
2174 "autocfg",
2175 "libm",
2176 "num-bigint",
2177 "num-integer",
2178 "num-traits",
2179 "serde",
2180]
2181
2182[[package]]
2183name = "bincode"
2184version = "1.3.3"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2187dependencies = [
2188 "serde",
2189]
2190
2191[[package]]
2192name = "bindgen"
2193version = "0.69.5"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
2196dependencies = [
2197 "bitflags 2.9.0",
2198 "cexpr",
2199 "clang-sys",
2200 "itertools 0.12.1",
2201 "lazy_static",
2202 "lazycell",
2203 "log",
2204 "prettyplease",
2205 "proc-macro2",
2206 "quote",
2207 "regex",
2208 "rustc-hash 1.1.0",
2209 "shlex",
2210 "syn 2.0.101",
2211 "which 4.4.2",
2212]
2213
2214[[package]]
2215name = "bindgen"
2216version = "0.70.1"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
2219dependencies = [
2220 "bitflags 2.9.0",
2221 "cexpr",
2222 "clang-sys",
2223 "itertools 0.13.0",
2224 "proc-macro2",
2225 "quote",
2226 "regex",
2227 "rustc-hash 1.1.0",
2228 "shlex",
2229 "syn 2.0.101",
2230]
2231
2232[[package]]
2233name = "bindgen"
2234version = "0.71.1"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2237dependencies = [
2238 "bitflags 2.9.0",
2239 "cexpr",
2240 "clang-sys",
2241 "itertools 0.13.0",
2242 "log",
2243 "prettyplease",
2244 "proc-macro2",
2245 "quote",
2246 "regex",
2247 "rustc-hash 2.1.1",
2248 "shlex",
2249 "syn 2.0.101",
2250]
2251
2252[[package]]
2253name = "bit-set"
2254version = "0.5.3"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2257dependencies = [
2258 "bit-vec 0.6.3",
2259]
2260
2261[[package]]
2262name = "bit-set"
2263version = "0.8.0"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2266dependencies = [
2267 "bit-vec 0.8.0",
2268]
2269
2270[[package]]
2271name = "bit-vec"
2272version = "0.6.3"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2275
2276[[package]]
2277name = "bit-vec"
2278version = "0.8.0"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2281
2282[[package]]
2283name = "bit_field"
2284version = "0.10.2"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2287
2288[[package]]
2289name = "bitflags"
2290version = "1.3.2"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2293
2294[[package]]
2295name = "bitflags"
2296version = "2.9.0"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2299dependencies = [
2300 "serde",
2301]
2302
2303[[package]]
2304name = "bitstream-io"
2305version = "2.6.0"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2308
2309[[package]]
2310name = "bitvec"
2311version = "1.0.1"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2314dependencies = [
2315 "funty",
2316 "radium",
2317 "tap",
2318 "wyz",
2319]
2320
2321[[package]]
2322name = "blade-graphics"
2323version = "0.7.0"
2324source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "e4deb8f595ce7f00dee3543ebf6fd9a20ea86fc421ab79600dac30876250bdae"
2326dependencies = [
2327 "ash",
2328 "ash-window",
2329 "bitflags 2.9.0",
2330 "bytemuck",
2331 "codespan-reporting",
2332 "glow",
2333 "gpu-alloc",
2334 "gpu-alloc-ash",
2335 "hidden-trait",
2336 "js-sys",
2337 "khronos-egl",
2338 "libloading",
2339 "log",
2340 "mint",
2341 "naga",
2342 "objc2",
2343 "objc2-app-kit",
2344 "objc2-core-foundation",
2345 "objc2-foundation",
2346 "objc2-metal",
2347 "objc2-quartz-core",
2348 "objc2-ui-kit",
2349 "once_cell",
2350 "raw-window-handle",
2351 "slab",
2352 "wasm-bindgen",
2353 "web-sys",
2354]
2355
2356[[package]]
2357name = "blade-macros"
2358version = "0.3.0"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "27142319e2f4c264581067eaccb9f80acccdde60d8b4bf57cc50cd3152f109ca"
2361dependencies = [
2362 "proc-macro2",
2363 "quote",
2364 "syn 2.0.101",
2365]
2366
2367[[package]]
2368name = "blade-util"
2369version = "0.3.0"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "3a6be3a82c001ba7a17b6f8e413ede5d1004e6047213f8efaf0ffc15b5c4904c"
2372dependencies = [
2373 "blade-graphics",
2374 "bytemuck",
2375 "log",
2376 "profiling",
2377]
2378
2379[[package]]
2380name = "block"
2381version = "0.1.6"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2384
2385[[package]]
2386name = "block-buffer"
2387version = "0.10.4"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2390dependencies = [
2391 "generic-array",
2392]
2393
2394[[package]]
2395name = "block-padding"
2396version = "0.3.3"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2399dependencies = [
2400 "generic-array",
2401]
2402
2403[[package]]
2404name = "block2"
2405version = "0.6.1"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2408dependencies = [
2409 "objc2",
2410]
2411
2412[[package]]
2413name = "blocking"
2414version = "1.6.1"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2417dependencies = [
2418 "async-channel 2.3.1",
2419 "async-task",
2420 "futures-io",
2421 "futures-lite 2.6.0",
2422 "piper",
2423]
2424
2425[[package]]
2426name = "bm25"
2427version = "2.3.2"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "1cbd8ffdfb7b4c2ff038726178a780a94f90525ed0ad264c0afaa75dd8c18a64"
2430dependencies = [
2431 "cached",
2432 "deunicode",
2433 "fxhash",
2434 "rust-stemmers",
2435 "stop-words",
2436 "unicode-segmentation",
2437]
2438
2439[[package]]
2440name = "borrow-or-share"
2441version = "0.2.2"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2444
2445[[package]]
2446name = "borsh"
2447version = "1.5.7"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2450dependencies = [
2451 "borsh-derive",
2452 "cfg_aliases 0.2.1",
2453]
2454
2455[[package]]
2456name = "borsh-derive"
2457version = "1.5.7"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2460dependencies = [
2461 "once_cell",
2462 "proc-macro-crate",
2463 "proc-macro2",
2464 "quote",
2465 "syn 2.0.101",
2466]
2467
2468[[package]]
2469name = "breadcrumbs"
2470version = "0.1.0"
2471dependencies = [
2472 "editor",
2473 "gpui",
2474 "itertools 0.14.0",
2475 "settings",
2476 "theme",
2477 "ui",
2478 "workspace",
2479 "workspace-hack",
2480 "zed_actions",
2481]
2482
2483[[package]]
2484name = "bstr"
2485version = "1.12.0"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2488dependencies = [
2489 "memchr",
2490 "regex-automata",
2491 "serde",
2492]
2493
2494[[package]]
2495name = "buffer_diff"
2496version = "0.1.0"
2497dependencies = [
2498 "anyhow",
2499 "clock",
2500 "ctor",
2501 "futures 0.3.31",
2502 "git2",
2503 "gpui",
2504 "language",
2505 "log",
2506 "pretty_assertions",
2507 "rand 0.9.1",
2508 "rope",
2509 "serde_json",
2510 "sum_tree",
2511 "text",
2512 "unindent",
2513 "util",
2514 "workspace-hack",
2515 "zlog",
2516]
2517
2518[[package]]
2519name = "built"
2520version = "0.7.7"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2523
2524[[package]]
2525name = "bumpalo"
2526version = "3.17.0"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2529dependencies = [
2530 "allocator-api2",
2531]
2532
2533[[package]]
2534name = "by_address"
2535version = "1.2.1"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2538
2539[[package]]
2540name = "bytecheck"
2541version = "0.6.12"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2544dependencies = [
2545 "bytecheck_derive",
2546 "ptr_meta",
2547 "simdutf8",
2548]
2549
2550[[package]]
2551name = "bytecheck_derive"
2552version = "0.6.12"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2555dependencies = [
2556 "proc-macro2",
2557 "quote",
2558 "syn 1.0.109",
2559]
2560
2561[[package]]
2562name = "bytecount"
2563version = "0.6.8"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2566
2567[[package]]
2568name = "bytemuck"
2569version = "1.22.0"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2572dependencies = [
2573 "bytemuck_derive",
2574]
2575
2576[[package]]
2577name = "bytemuck_derive"
2578version = "1.9.3"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2581dependencies = [
2582 "proc-macro2",
2583 "quote",
2584 "syn 2.0.101",
2585]
2586
2587[[package]]
2588name = "byteorder"
2589version = "1.5.0"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2592
2593[[package]]
2594name = "byteorder-lite"
2595version = "0.1.0"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2598
2599[[package]]
2600name = "bytes"
2601version = "0.4.12"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2604dependencies = [
2605 "byteorder",
2606 "iovec",
2607]
2608
2609[[package]]
2610name = "bytes"
2611version = "1.10.1"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2614
2615[[package]]
2616name = "bytes-utils"
2617version = "0.1.4"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2620dependencies = [
2621 "bytes 1.10.1",
2622 "either",
2623]
2624
2625[[package]]
2626name = "bzip2"
2627version = "0.4.4"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2630dependencies = [
2631 "bzip2-sys",
2632 "libc",
2633]
2634
2635[[package]]
2636name = "bzip2-sys"
2637version = "0.1.13+1.0.8"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2640dependencies = [
2641 "cc",
2642 "pkg-config",
2643]
2644
2645[[package]]
2646name = "cached"
2647version = "0.56.0"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2650dependencies = [
2651 "ahash 0.8.11",
2652 "cached_proc_macro",
2653 "cached_proc_macro_types",
2654 "hashbrown 0.15.3",
2655 "once_cell",
2656 "thiserror 2.0.12",
2657 "web-time",
2658]
2659
2660[[package]]
2661name = "cached_proc_macro"
2662version = "0.25.0"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2665dependencies = [
2666 "darling",
2667 "proc-macro2",
2668 "quote",
2669 "syn 2.0.101",
2670]
2671
2672[[package]]
2673name = "cached_proc_macro_types"
2674version = "0.1.1"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2677
2678[[package]]
2679name = "call"
2680version = "0.1.0"
2681dependencies = [
2682 "anyhow",
2683 "audio",
2684 "client",
2685 "collections",
2686 "feature_flags",
2687 "fs",
2688 "futures 0.3.31",
2689 "gpui",
2690 "gpui_tokio",
2691 "http_client",
2692 "language",
2693 "livekit_client",
2694 "log",
2695 "postage",
2696 "project",
2697 "serde",
2698 "settings",
2699 "telemetry",
2700 "util",
2701 "workspace-hack",
2702]
2703
2704[[package]]
2705name = "calloop"
2706version = "0.13.0"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2709dependencies = [
2710 "bitflags 2.9.0",
2711 "log",
2712 "polling",
2713 "rustix 0.38.44",
2714 "slab",
2715 "thiserror 1.0.69",
2716]
2717
2718[[package]]
2719name = "calloop-wayland-source"
2720version = "0.3.0"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2723dependencies = [
2724 "calloop",
2725 "rustix 0.38.44",
2726 "wayland-backend",
2727 "wayland-client",
2728]
2729
2730[[package]]
2731name = "camino"
2732version = "1.1.9"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2735dependencies = [
2736 "serde",
2737]
2738
2739[[package]]
2740name = "candle-core"
2741version = "0.9.1"
2742source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2743dependencies = [
2744 "byteorder",
2745 "float8",
2746 "gemm 0.17.1",
2747 "half",
2748 "memmap2",
2749 "num-traits",
2750 "num_cpus",
2751 "rand 0.9.1",
2752 "rand_distr",
2753 "rayon",
2754 "safetensors",
2755 "thiserror 1.0.69",
2756 "ug",
2757 "yoke",
2758 "zip 1.1.4",
2759]
2760
2761[[package]]
2762name = "candle-nn"
2763version = "0.9.1"
2764source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2765dependencies = [
2766 "candle-core",
2767 "half",
2768 "libc",
2769 "num-traits",
2770 "rayon",
2771 "safetensors",
2772 "serde",
2773 "thiserror 1.0.69",
2774]
2775
2776[[package]]
2777name = "candle-onnx"
2778version = "0.9.1"
2779source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2780dependencies = [
2781 "candle-core",
2782 "candle-nn",
2783 "prost 0.12.6",
2784]
2785
2786[[package]]
2787name = "cap-fs-ext"
2788version = "3.4.4"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2791dependencies = [
2792 "cap-primitives",
2793 "cap-std",
2794 "io-lifetimes",
2795 "windows-sys 0.59.0",
2796]
2797
2798[[package]]
2799name = "cap-net-ext"
2800version = "3.4.4"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2803dependencies = [
2804 "cap-primitives",
2805 "cap-std",
2806 "rustix 1.0.7",
2807 "smallvec",
2808]
2809
2810[[package]]
2811name = "cap-primitives"
2812version = "3.4.4"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2815dependencies = [
2816 "ambient-authority",
2817 "fs-set-times",
2818 "io-extras",
2819 "io-lifetimes",
2820 "ipnet",
2821 "maybe-owned",
2822 "rustix 1.0.7",
2823 "rustix-linux-procfs",
2824 "windows-sys 0.59.0",
2825 "winx",
2826]
2827
2828[[package]]
2829name = "cap-rand"
2830version = "3.4.4"
2831source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2833dependencies = [
2834 "ambient-authority",
2835 "rand 0.8.5",
2836]
2837
2838[[package]]
2839name = "cap-std"
2840version = "3.4.4"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2843dependencies = [
2844 "cap-primitives",
2845 "io-extras",
2846 "io-lifetimes",
2847 "rustix 1.0.7",
2848]
2849
2850[[package]]
2851name = "cap-time-ext"
2852version = "3.4.4"
2853source = "registry+https://github.com/rust-lang/crates.io-index"
2854checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2855dependencies = [
2856 "ambient-authority",
2857 "cap-primitives",
2858 "iana-time-zone",
2859 "once_cell",
2860 "rustix 1.0.7",
2861 "winx",
2862]
2863
2864[[package]]
2865name = "cargo-platform"
2866version = "0.1.9"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2869dependencies = [
2870 "serde",
2871]
2872
2873[[package]]
2874name = "cargo_metadata"
2875version = "0.19.2"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2878dependencies = [
2879 "camino",
2880 "cargo-platform",
2881 "semver",
2882 "serde",
2883 "serde_json",
2884 "thiserror 2.0.12",
2885]
2886
2887[[package]]
2888name = "cargo_toml"
2889version = "0.21.0"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2892dependencies = [
2893 "serde",
2894 "toml 0.8.20",
2895]
2896
2897[[package]]
2898name = "cast"
2899version = "0.3.0"
2900source = "registry+https://github.com/rust-lang/crates.io-index"
2901checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2902
2903[[package]]
2904name = "cbc"
2905version = "0.1.2"
2906source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2908dependencies = [
2909 "cipher",
2910]
2911
2912[[package]]
2913name = "cbindgen"
2914version = "0.28.0"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2917dependencies = [
2918 "heck 0.4.1",
2919 "indexmap 2.9.0",
2920 "log",
2921 "proc-macro2",
2922 "quote",
2923 "serde",
2924 "serde_json",
2925 "syn 2.0.101",
2926 "tempfile",
2927 "toml 0.8.20",
2928]
2929
2930[[package]]
2931name = "cc"
2932version = "1.2.19"
2933source = "registry+https://github.com/rust-lang/crates.io-index"
2934checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2935dependencies = [
2936 "jobserver",
2937 "libc",
2938 "shlex",
2939]
2940
2941[[package]]
2942name = "cesu8"
2943version = "1.1.0"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2946
2947[[package]]
2948name = "cexpr"
2949version = "0.6.0"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2952dependencies = [
2953 "nom 7.1.3",
2954]
2955
2956[[package]]
2957name = "cfg-expr"
2958version = "0.15.8"
2959source = "registry+https://github.com/rust-lang/crates.io-index"
2960checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2961dependencies = [
2962 "smallvec",
2963 "target-lexicon 0.12.16",
2964]
2965
2966[[package]]
2967name = "cfg-if"
2968version = "1.0.3"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
2971
2972[[package]]
2973name = "cfg_aliases"
2974version = "0.1.1"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2977
2978[[package]]
2979name = "cfg_aliases"
2980version = "0.2.1"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2983
2984[[package]]
2985name = "cgl"
2986version = "0.3.2"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2989dependencies = [
2990 "libc",
2991]
2992
2993[[package]]
2994name = "channel"
2995version = "0.1.0"
2996dependencies = [
2997 "anyhow",
2998 "client",
2999 "clock",
3000 "collections",
3001 "futures 0.3.31",
3002 "gpui",
3003 "http_client",
3004 "language",
3005 "log",
3006 "postage",
3007 "release_channel",
3008 "rpc",
3009 "settings",
3010 "text",
3011 "time",
3012 "util",
3013 "workspace-hack",
3014]
3015
3016[[package]]
3017name = "chrono"
3018version = "0.4.41"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
3021dependencies = [
3022 "android-tzdata",
3023 "iana-time-zone",
3024 "js-sys",
3025 "num-traits",
3026 "serde",
3027 "wasm-bindgen",
3028 "windows-link 0.1.1",
3029]
3030
3031[[package]]
3032name = "chunked_transfer"
3033version = "1.5.0"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
3036
3037[[package]]
3038name = "ciborium"
3039version = "0.2.2"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
3042dependencies = [
3043 "ciborium-io",
3044 "ciborium-ll",
3045 "serde",
3046]
3047
3048[[package]]
3049name = "ciborium-io"
3050version = "0.2.2"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
3053
3054[[package]]
3055name = "ciborium-ll"
3056version = "0.2.2"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
3059dependencies = [
3060 "ciborium-io",
3061 "half",
3062]
3063
3064[[package]]
3065name = "cipher"
3066version = "0.4.4"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
3069dependencies = [
3070 "crypto-common",
3071 "inout",
3072 "zeroize",
3073]
3074
3075[[package]]
3076name = "circular-buffer"
3077version = "1.1.0"
3078source = "registry+https://github.com/rust-lang/crates.io-index"
3079checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
3080
3081[[package]]
3082name = "clang-sys"
3083version = "1.8.1"
3084source = "registry+https://github.com/rust-lang/crates.io-index"
3085checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
3086dependencies = [
3087 "glob",
3088 "libc",
3089 "libloading",
3090]
3091
3092[[package]]
3093name = "clap"
3094version = "4.5.37"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
3097dependencies = [
3098 "clap_builder",
3099 "clap_derive",
3100]
3101
3102[[package]]
3103name = "clap_builder"
3104version = "4.5.37"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
3107dependencies = [
3108 "anstream",
3109 "anstyle",
3110 "clap_lex",
3111 "strsim",
3112 "terminal_size",
3113]
3114
3115[[package]]
3116name = "clap_complete"
3117version = "4.5.47"
3118source = "registry+https://github.com/rust-lang/crates.io-index"
3119checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
3120dependencies = [
3121 "clap",
3122]
3123
3124[[package]]
3125name = "clap_derive"
3126version = "4.5.32"
3127source = "registry+https://github.com/rust-lang/crates.io-index"
3128checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
3129dependencies = [
3130 "heck 0.5.0",
3131 "proc-macro2",
3132 "quote",
3133 "syn 2.0.101",
3134]
3135
3136[[package]]
3137name = "clap_lex"
3138version = "0.7.4"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
3141
3142[[package]]
3143name = "cli"
3144version = "0.1.0"
3145dependencies = [
3146 "anyhow",
3147 "askpass",
3148 "clap",
3149 "collections",
3150 "core-foundation 0.10.0",
3151 "core-services",
3152 "exec",
3153 "fork",
3154 "ipc-channel",
3155 "parking_lot",
3156 "paths",
3157 "plist",
3158 "release_channel",
3159 "serde",
3160 "tempfile",
3161 "util",
3162 "windows 0.61.1",
3163 "workspace-hack",
3164]
3165
3166[[package]]
3167name = "client"
3168version = "0.1.0"
3169dependencies = [
3170 "anyhow",
3171 "async-tungstenite",
3172 "base64 0.22.1",
3173 "chrono",
3174 "clock",
3175 "cloud_api_client",
3176 "cloud_llm_client",
3177 "collections",
3178 "credentials_provider",
3179 "derive_more",
3180 "feature_flags",
3181 "fs",
3182 "futures 0.3.31",
3183 "gpui",
3184 "gpui_tokio",
3185 "http_client",
3186 "http_client_tls",
3187 "httparse",
3188 "log",
3189 "objc2-foundation",
3190 "parking_lot",
3191 "paths",
3192 "postage",
3193 "rand 0.9.1",
3194 "regex",
3195 "release_channel",
3196 "rpc",
3197 "rustls-pki-types",
3198 "serde",
3199 "serde_json",
3200 "serde_urlencoded",
3201 "settings",
3202 "sha2",
3203 "smol",
3204 "telemetry",
3205 "telemetry_events",
3206 "text",
3207 "thiserror 2.0.12",
3208 "time",
3209 "tiny_http",
3210 "tokio",
3211 "tokio-native-tls",
3212 "tokio-rustls 0.26.2",
3213 "tokio-socks",
3214 "url",
3215 "util",
3216 "windows 0.61.1",
3217 "workspace-hack",
3218 "worktree",
3219]
3220
3221[[package]]
3222name = "clock"
3223version = "0.1.0"
3224dependencies = [
3225 "parking_lot",
3226 "serde",
3227 "smallvec",
3228 "workspace-hack",
3229]
3230
3231[[package]]
3232name = "cloud_api_client"
3233version = "0.1.0"
3234dependencies = [
3235 "anyhow",
3236 "cloud_api_types",
3237 "futures 0.3.31",
3238 "gpui",
3239 "gpui_tokio",
3240 "http_client",
3241 "parking_lot",
3242 "serde_json",
3243 "workspace-hack",
3244 "yawc",
3245]
3246
3247[[package]]
3248name = "cloud_api_types"
3249version = "0.1.0"
3250dependencies = [
3251 "anyhow",
3252 "chrono",
3253 "ciborium",
3254 "cloud_llm_client",
3255 "pretty_assertions",
3256 "serde",
3257 "serde_json",
3258 "workspace-hack",
3259]
3260
3261[[package]]
3262name = "cloud_llm_client"
3263version = "0.1.0"
3264dependencies = [
3265 "anyhow",
3266 "chrono",
3267 "pretty_assertions",
3268 "serde",
3269 "serde_json",
3270 "strum 0.27.1",
3271 "uuid",
3272 "workspace-hack",
3273]
3274
3275[[package]]
3276name = "cloud_zeta2_prompt"
3277version = "0.1.0"
3278dependencies = [
3279 "anyhow",
3280 "cloud_llm_client",
3281 "indoc",
3282 "ordered-float 2.10.1",
3283 "rustc-hash 2.1.1",
3284 "serde",
3285 "strum 0.27.1",
3286 "workspace-hack",
3287]
3288
3289[[package]]
3290name = "cmake"
3291version = "0.1.54"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3294dependencies = [
3295 "cc",
3296]
3297
3298[[package]]
3299name = "cobs"
3300version = "0.2.3"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
3303
3304[[package]]
3305name = "cocoa"
3306version = "0.25.0"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3309dependencies = [
3310 "bitflags 1.3.2",
3311 "block",
3312 "cocoa-foundation 0.1.2",
3313 "core-foundation 0.9.4",
3314 "core-graphics 0.23.2",
3315 "foreign-types 0.5.0",
3316 "libc",
3317 "objc",
3318]
3319
3320[[package]]
3321name = "cocoa"
3322version = "0.26.0"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3325dependencies = [
3326 "bitflags 2.9.0",
3327 "block",
3328 "cocoa-foundation 0.2.0",
3329 "core-foundation 0.10.0",
3330 "core-graphics 0.24.0",
3331 "foreign-types 0.5.0",
3332 "libc",
3333 "objc",
3334]
3335
3336[[package]]
3337name = "cocoa-foundation"
3338version = "0.1.2"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3341dependencies = [
3342 "bitflags 1.3.2",
3343 "block",
3344 "core-foundation 0.9.4",
3345 "core-graphics-types 0.1.3",
3346 "libc",
3347 "objc",
3348]
3349
3350[[package]]
3351name = "cocoa-foundation"
3352version = "0.2.0"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3355dependencies = [
3356 "bitflags 2.9.0",
3357 "block",
3358 "core-foundation 0.10.0",
3359 "core-graphics-types 0.2.0",
3360 "libc",
3361 "objc",
3362]
3363
3364[[package]]
3365name = "codespan-reporting"
3366version = "0.12.0"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3369dependencies = [
3370 "serde",
3371 "termcolor",
3372 "unicode-width",
3373]
3374
3375[[package]]
3376name = "codestral"
3377version = "0.1.0"
3378dependencies = [
3379 "anyhow",
3380 "edit_prediction",
3381 "edit_prediction_context",
3382 "futures 0.3.31",
3383 "gpui",
3384 "http_client",
3385 "language",
3386 "language_models",
3387 "log",
3388 "mistral",
3389 "serde",
3390 "serde_json",
3391 "smol",
3392 "text",
3393 "workspace-hack",
3394]
3395
3396[[package]]
3397name = "collab"
3398version = "0.44.0"
3399dependencies = [
3400 "agent_settings",
3401 "anyhow",
3402 "assistant_context",
3403 "assistant_slash_command",
3404 "async-trait",
3405 "async-tungstenite",
3406 "audio",
3407 "aws-config",
3408 "aws-sdk-kinesis",
3409 "aws-sdk-s3",
3410 "axum",
3411 "axum-extra",
3412 "base64 0.22.1",
3413 "buffer_diff",
3414 "call",
3415 "channel",
3416 "chrono",
3417 "client",
3418 "clock",
3419 "collab_ui",
3420 "collections",
3421 "command_palette_hooks",
3422 "context_server",
3423 "ctor",
3424 "dap",
3425 "dap-types",
3426 "dap_adapters",
3427 "dashmap 6.1.0",
3428 "debugger_ui",
3429 "editor",
3430 "envy",
3431 "extension",
3432 "file_finder",
3433 "fs",
3434 "futures 0.3.31",
3435 "git",
3436 "git_hosting_providers",
3437 "git_ui",
3438 "gpui",
3439 "gpui_tokio",
3440 "hex",
3441 "http_client",
3442 "hyper 0.14.32",
3443 "indoc",
3444 "language",
3445 "language_model",
3446 "livekit_api",
3447 "livekit_client",
3448 "log",
3449 "lsp",
3450 "menu",
3451 "multi_buffer",
3452 "nanoid",
3453 "node_runtime",
3454 "notifications",
3455 "parking_lot",
3456 "pretty_assertions",
3457 "project",
3458 "prometheus",
3459 "prompt_store",
3460 "prost 0.9.0",
3461 "rand 0.9.1",
3462 "recent_projects",
3463 "release_channel",
3464 "remote",
3465 "remote_server",
3466 "reqwest 0.11.27",
3467 "reqwest_client",
3468 "rpc",
3469 "scrypt",
3470 "sea-orm",
3471 "semantic_version",
3472 "semver",
3473 "serde",
3474 "serde_json",
3475 "session",
3476 "settings",
3477 "sha2",
3478 "smol",
3479 "sqlx",
3480 "strum 0.27.1",
3481 "subtle",
3482 "supermaven_api",
3483 "task",
3484 "telemetry_events",
3485 "text",
3486 "theme",
3487 "time",
3488 "tokio",
3489 "toml 0.8.20",
3490 "tower 0.4.13",
3491 "tower-http 0.4.4",
3492 "tracing",
3493 "tracing-subscriber",
3494 "unindent",
3495 "util",
3496 "uuid",
3497 "workspace",
3498 "workspace-hack",
3499 "worktree",
3500 "zlog",
3501]
3502
3503[[package]]
3504name = "collab_ui"
3505version = "0.1.0"
3506dependencies = [
3507 "anyhow",
3508 "call",
3509 "channel",
3510 "chrono",
3511 "client",
3512 "collections",
3513 "db",
3514 "editor",
3515 "futures 0.3.31",
3516 "fuzzy",
3517 "gpui",
3518 "http_client",
3519 "log",
3520 "menu",
3521 "notifications",
3522 "picker",
3523 "pretty_assertions",
3524 "project",
3525 "release_channel",
3526 "rpc",
3527 "serde",
3528 "serde_json",
3529 "settings",
3530 "smallvec",
3531 "story",
3532 "telemetry",
3533 "theme",
3534 "time",
3535 "time_format",
3536 "title_bar",
3537 "tree-sitter-md",
3538 "ui",
3539 "util",
3540 "workspace",
3541 "workspace-hack",
3542]
3543
3544[[package]]
3545name = "collections"
3546version = "0.1.0"
3547dependencies = [
3548 "indexmap 2.9.0",
3549 "rustc-hash 2.1.1",
3550 "workspace-hack",
3551]
3552
3553[[package]]
3554name = "color_quant"
3555version = "1.1.0"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3558
3559[[package]]
3560name = "colorchoice"
3561version = "1.0.3"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3564
3565[[package]]
3566name = "combine"
3567version = "4.6.7"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3570dependencies = [
3571 "bytes 1.10.1",
3572 "memchr",
3573]
3574
3575[[package]]
3576name = "command-fds"
3577version = "0.3.1"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
3580dependencies = [
3581 "nix 0.30.1",
3582 "thiserror 2.0.12",
3583]
3584
3585[[package]]
3586name = "command_palette"
3587version = "0.1.0"
3588dependencies = [
3589 "anyhow",
3590 "client",
3591 "collections",
3592 "command_palette_hooks",
3593 "ctor",
3594 "db",
3595 "editor",
3596 "env_logger 0.11.8",
3597 "fuzzy",
3598 "go_to_line",
3599 "gpui",
3600 "language",
3601 "log",
3602 "menu",
3603 "picker",
3604 "postage",
3605 "project",
3606 "serde",
3607 "serde_json",
3608 "settings",
3609 "telemetry",
3610 "theme",
3611 "time",
3612 "ui",
3613 "util",
3614 "workspace",
3615 "workspace-hack",
3616 "zed_actions",
3617]
3618
3619[[package]]
3620name = "command_palette_hooks"
3621version = "0.1.0"
3622dependencies = [
3623 "collections",
3624 "derive_more",
3625 "gpui",
3626 "workspace-hack",
3627]
3628
3629[[package]]
3630name = "component"
3631version = "0.1.0"
3632dependencies = [
3633 "collections",
3634 "documented",
3635 "gpui",
3636 "inventory",
3637 "parking_lot",
3638 "strum 0.27.1",
3639 "theme",
3640 "workspace-hack",
3641]
3642
3643[[package]]
3644name = "concurrent-queue"
3645version = "2.5.0"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3648dependencies = [
3649 "crossbeam-utils",
3650]
3651
3652[[package]]
3653name = "console"
3654version = "0.15.11"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3657dependencies = [
3658 "encode_unicode",
3659 "libc",
3660 "once_cell",
3661 "unicode-width",
3662 "windows-sys 0.59.0",
3663]
3664
3665[[package]]
3666name = "const-oid"
3667version = "0.9.6"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3670
3671[[package]]
3672name = "const-random"
3673version = "0.1.18"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3676dependencies = [
3677 "const-random-macro",
3678]
3679
3680[[package]]
3681name = "const-random-macro"
3682version = "0.1.16"
3683source = "registry+https://github.com/rust-lang/crates.io-index"
3684checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3685dependencies = [
3686 "getrandom 0.2.15",
3687 "once_cell",
3688 "tiny-keccak",
3689]
3690
3691[[package]]
3692name = "constant_time_eq"
3693version = "0.1.5"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3696
3697[[package]]
3698name = "context_server"
3699version = "0.1.0"
3700dependencies = [
3701 "anyhow",
3702 "async-trait",
3703 "collections",
3704 "futures 0.3.31",
3705 "gpui",
3706 "log",
3707 "net",
3708 "parking_lot",
3709 "postage",
3710 "schemars 1.0.1",
3711 "serde",
3712 "serde_json",
3713 "settings",
3714 "smol",
3715 "tempfile",
3716 "url",
3717 "util",
3718 "workspace-hack",
3719]
3720
3721[[package]]
3722name = "convert_case"
3723version = "0.4.0"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3726
3727[[package]]
3728name = "convert_case"
3729version = "0.6.0"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3732dependencies = [
3733 "unicode-segmentation",
3734]
3735
3736[[package]]
3737name = "convert_case"
3738version = "0.8.0"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3741dependencies = [
3742 "unicode-segmentation",
3743]
3744
3745[[package]]
3746name = "copilot"
3747version = "0.1.0"
3748dependencies = [
3749 "anyhow",
3750 "async-std",
3751 "chrono",
3752 "client",
3753 "clock",
3754 "collections",
3755 "command_palette_hooks",
3756 "ctor",
3757 "dirs 4.0.0",
3758 "edit_prediction",
3759 "editor",
3760 "fs",
3761 "futures 0.3.31",
3762 "gpui",
3763 "http_client",
3764 "indoc",
3765 "itertools 0.14.0",
3766 "language",
3767 "log",
3768 "lsp",
3769 "menu",
3770 "node_runtime",
3771 "parking_lot",
3772 "paths",
3773 "project",
3774 "rpc",
3775 "semver",
3776 "serde",
3777 "serde_json",
3778 "settings",
3779 "sum_tree",
3780 "task",
3781 "theme",
3782 "ui",
3783 "util",
3784 "workspace",
3785 "workspace-hack",
3786 "zlog",
3787]
3788
3789[[package]]
3790name = "core-foundation"
3791version = "0.9.4"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3794dependencies = [
3795 "core-foundation-sys",
3796 "libc",
3797]
3798
3799[[package]]
3800name = "core-foundation"
3801version = "0.10.0"
3802source = "registry+https://github.com/rust-lang/crates.io-index"
3803checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3804dependencies = [
3805 "core-foundation-sys",
3806 "libc",
3807]
3808
3809[[package]]
3810name = "core-foundation-sys"
3811version = "0.8.7"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3814
3815[[package]]
3816name = "core-graphics"
3817version = "0.23.2"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3820dependencies = [
3821 "bitflags 1.3.2",
3822 "core-foundation 0.9.4",
3823 "core-graphics-types 0.1.3",
3824 "foreign-types 0.5.0",
3825 "libc",
3826]
3827
3828[[package]]
3829name = "core-graphics"
3830version = "0.24.0"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3833dependencies = [
3834 "bitflags 2.9.0",
3835 "core-foundation 0.10.0",
3836 "core-graphics-types 0.2.0",
3837 "foreign-types 0.5.0",
3838 "libc",
3839]
3840
3841[[package]]
3842name = "core-graphics-helmer-fork"
3843version = "0.24.0"
3844source = "registry+https://github.com/rust-lang/crates.io-index"
3845checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3846dependencies = [
3847 "bitflags 2.9.0",
3848 "core-foundation 0.9.4",
3849 "core-graphics-types 0.1.3",
3850 "foreign-types 0.5.0",
3851 "libc",
3852]
3853
3854[[package]]
3855name = "core-graphics-types"
3856version = "0.1.3"
3857source = "registry+https://github.com/rust-lang/crates.io-index"
3858checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3859dependencies = [
3860 "bitflags 1.3.2",
3861 "core-foundation 0.9.4",
3862 "libc",
3863]
3864
3865[[package]]
3866name = "core-graphics-types"
3867version = "0.2.0"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3870dependencies = [
3871 "bitflags 2.9.0",
3872 "core-foundation 0.10.0",
3873 "libc",
3874]
3875
3876[[package]]
3877name = "core-graphics2"
3878version = "0.4.1"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3881dependencies = [
3882 "bitflags 2.9.0",
3883 "block",
3884 "cfg-if",
3885 "core-foundation 0.10.0",
3886 "libc",
3887]
3888
3889[[package]]
3890name = "core-services"
3891version = "0.2.1"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3894dependencies = [
3895 "core-foundation 0.9.4",
3896]
3897
3898[[package]]
3899name = "core-text"
3900version = "21.0.0"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3903dependencies = [
3904 "core-foundation 0.10.0",
3905 "core-graphics 0.24.0",
3906 "foreign-types 0.5.0",
3907 "libc",
3908]
3909
3910[[package]]
3911name = "core-video"
3912version = "0.4.3"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3915dependencies = [
3916 "block",
3917 "core-foundation 0.10.0",
3918 "core-graphics2",
3919 "io-surface",
3920 "libc",
3921 "metal",
3922]
3923
3924[[package]]
3925name = "core_maths"
3926version = "0.1.1"
3927source = "registry+https://github.com/rust-lang/crates.io-index"
3928checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3929dependencies = [
3930 "libm",
3931]
3932
3933[[package]]
3934name = "coreaudio-rs"
3935version = "0.12.1"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3938dependencies = [
3939 "bitflags 1.3.2",
3940 "core-foundation-sys",
3941 "coreaudio-sys",
3942]
3943
3944[[package]]
3945name = "coreaudio-rs"
3946version = "0.13.0"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3949dependencies = [
3950 "bitflags 1.3.2",
3951 "libc",
3952 "objc2-audio-toolbox",
3953 "objc2-core-audio",
3954 "objc2-core-audio-types",
3955 "objc2-core-foundation",
3956]
3957
3958[[package]]
3959name = "coreaudio-sys"
3960version = "0.2.16"
3961source = "registry+https://github.com/rust-lang/crates.io-index"
3962checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3963dependencies = [
3964 "bindgen 0.70.1",
3965]
3966
3967[[package]]
3968name = "cosmic-text"
3969version = "0.14.0"
3970source = "registry+https://github.com/rust-lang/crates.io-index"
3971checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3972dependencies = [
3973 "bitflags 2.9.0",
3974 "fontdb 0.16.2",
3975 "log",
3976 "rangemap",
3977 "rustc-hash 1.1.0",
3978 "rustybuzz 0.14.1",
3979 "self_cell",
3980 "smol_str",
3981 "swash",
3982 "sys-locale",
3983 "ttf-parser 0.21.1",
3984 "unicode-bidi",
3985 "unicode-linebreak",
3986 "unicode-script",
3987 "unicode-segmentation",
3988]
3989
3990[[package]]
3991name = "cpal"
3992version = "0.16.0"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3995dependencies = [
3996 "alsa",
3997 "coreaudio-rs 0.13.0",
3998 "dasp_sample",
3999 "jni",
4000 "js-sys",
4001 "libc",
4002 "mach2 0.4.2",
4003 "ndk",
4004 "ndk-context",
4005 "num-derive",
4006 "num-traits",
4007 "objc2-audio-toolbox",
4008 "objc2-core-audio",
4009 "objc2-core-audio-types",
4010 "wasm-bindgen",
4011 "wasm-bindgen-futures",
4012 "web-sys",
4013 "windows 0.54.0",
4014]
4015
4016[[package]]
4017name = "cpp_demangle"
4018version = "0.4.4"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
4021dependencies = [
4022 "cfg-if",
4023]
4024
4025[[package]]
4026name = "cpufeatures"
4027version = "0.2.17"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
4030dependencies = [
4031 "libc",
4032]
4033
4034[[package]]
4035name = "cranelift-bforest"
4036version = "0.116.1"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
4039dependencies = [
4040 "cranelift-entity",
4041]
4042
4043[[package]]
4044name = "cranelift-bitset"
4045version = "0.116.1"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
4048dependencies = [
4049 "serde",
4050 "serde_derive",
4051]
4052
4053[[package]]
4054name = "cranelift-codegen"
4055version = "0.116.1"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
4058dependencies = [
4059 "bumpalo",
4060 "cranelift-bforest",
4061 "cranelift-bitset",
4062 "cranelift-codegen-meta",
4063 "cranelift-codegen-shared",
4064 "cranelift-control",
4065 "cranelift-entity",
4066 "cranelift-isle",
4067 "gimli",
4068 "hashbrown 0.14.5",
4069 "log",
4070 "postcard",
4071 "regalloc2",
4072 "rustc-hash 2.1.1",
4073 "serde",
4074 "serde_derive",
4075 "sha2",
4076 "smallvec",
4077 "target-lexicon 0.13.2",
4078]
4079
4080[[package]]
4081name = "cranelift-codegen-meta"
4082version = "0.116.1"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4085dependencies = [
4086 "cranelift-codegen-shared",
4087]
4088
4089[[package]]
4090name = "cranelift-codegen-shared"
4091version = "0.116.1"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4094
4095[[package]]
4096name = "cranelift-control"
4097version = "0.116.1"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4100dependencies = [
4101 "arbitrary",
4102]
4103
4104[[package]]
4105name = "cranelift-entity"
4106version = "0.116.1"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4109dependencies = [
4110 "cranelift-bitset",
4111 "serde",
4112 "serde_derive",
4113]
4114
4115[[package]]
4116name = "cranelift-frontend"
4117version = "0.116.1"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4120dependencies = [
4121 "cranelift-codegen",
4122 "log",
4123 "smallvec",
4124 "target-lexicon 0.13.2",
4125]
4126
4127[[package]]
4128name = "cranelift-isle"
4129version = "0.116.1"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4132
4133[[package]]
4134name = "cranelift-native"
4135version = "0.116.1"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4138dependencies = [
4139 "cranelift-codegen",
4140 "libc",
4141 "target-lexicon 0.13.2",
4142]
4143
4144[[package]]
4145name = "crash-context"
4146version = "0.6.3"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4149dependencies = [
4150 "cfg-if",
4151 "libc",
4152 "mach2 0.4.2",
4153]
4154
4155[[package]]
4156name = "crash-handler"
4157version = "0.6.3"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4160dependencies = [
4161 "cfg-if",
4162 "crash-context",
4163 "libc",
4164 "mach2 0.4.2",
4165 "parking_lot",
4166]
4167
4168[[package]]
4169name = "crashes"
4170version = "0.1.0"
4171dependencies = [
4172 "bincode",
4173 "cfg-if",
4174 "crash-handler",
4175 "log",
4176 "mach2 0.5.0",
4177 "minidumper",
4178 "paths",
4179 "release_channel",
4180 "serde",
4181 "serde_json",
4182 "smol",
4183 "system_specs",
4184 "workspace-hack",
4185 "zstd",
4186]
4187
4188[[package]]
4189name = "crc"
4190version = "3.3.0"
4191source = "registry+https://github.com/rust-lang/crates.io-index"
4192checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4193dependencies = [
4194 "crc-catalog",
4195]
4196
4197[[package]]
4198name = "crc-catalog"
4199version = "2.4.0"
4200source = "registry+https://github.com/rust-lang/crates.io-index"
4201checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4202
4203[[package]]
4204name = "crc32c"
4205version = "0.6.8"
4206source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
4208dependencies = [
4209 "rustc_version",
4210]
4211
4212[[package]]
4213name = "crc32fast"
4214version = "1.4.2"
4215source = "registry+https://github.com/rust-lang/crates.io-index"
4216checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
4217dependencies = [
4218 "cfg-if",
4219]
4220
4221[[package]]
4222name = "crc64fast-nvme"
4223version = "1.2.0"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
4226dependencies = [
4227 "crc",
4228]
4229
4230[[package]]
4231name = "credentials_provider"
4232version = "0.1.0"
4233dependencies = [
4234 "anyhow",
4235 "futures 0.3.31",
4236 "gpui",
4237 "paths",
4238 "release_channel",
4239 "serde",
4240 "serde_json",
4241 "workspace-hack",
4242]
4243
4244[[package]]
4245name = "criterion"
4246version = "0.5.1"
4247source = "registry+https://github.com/rust-lang/crates.io-index"
4248checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4249dependencies = [
4250 "anes",
4251 "cast",
4252 "ciborium",
4253 "clap",
4254 "criterion-plot",
4255 "is-terminal",
4256 "itertools 0.10.5",
4257 "num-traits",
4258 "once_cell",
4259 "oorandom",
4260 "plotters",
4261 "rayon",
4262 "regex",
4263 "serde",
4264 "serde_derive",
4265 "serde_json",
4266 "tinytemplate",
4267 "walkdir",
4268]
4269
4270[[package]]
4271name = "criterion-plot"
4272version = "0.5.0"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4275dependencies = [
4276 "cast",
4277 "itertools 0.10.5",
4278]
4279
4280[[package]]
4281name = "crossbeam"
4282version = "0.8.4"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4285dependencies = [
4286 "crossbeam-channel",
4287 "crossbeam-deque",
4288 "crossbeam-epoch",
4289 "crossbeam-queue",
4290 "crossbeam-utils",
4291]
4292
4293[[package]]
4294name = "crossbeam-channel"
4295version = "0.5.15"
4296source = "registry+https://github.com/rust-lang/crates.io-index"
4297checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4298dependencies = [
4299 "crossbeam-utils",
4300]
4301
4302[[package]]
4303name = "crossbeam-deque"
4304version = "0.8.6"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4307dependencies = [
4308 "crossbeam-epoch",
4309 "crossbeam-utils",
4310]
4311
4312[[package]]
4313name = "crossbeam-epoch"
4314version = "0.9.18"
4315source = "registry+https://github.com/rust-lang/crates.io-index"
4316checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4317dependencies = [
4318 "crossbeam-utils",
4319]
4320
4321[[package]]
4322name = "crossbeam-queue"
4323version = "0.3.12"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4326dependencies = [
4327 "crossbeam-utils",
4328]
4329
4330[[package]]
4331name = "crossbeam-utils"
4332version = "0.8.21"
4333source = "registry+https://github.com/rust-lang/crates.io-index"
4334checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4335
4336[[package]]
4337name = "crunchy"
4338version = "0.2.3"
4339source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
4341
4342[[package]]
4343name = "crypto-bigint"
4344version = "0.4.9"
4345source = "registry+https://github.com/rust-lang/crates.io-index"
4346checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4347dependencies = [
4348 "generic-array",
4349 "rand_core 0.6.4",
4350 "subtle",
4351 "zeroize",
4352]
4353
4354[[package]]
4355name = "crypto-bigint"
4356version = "0.5.5"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4359dependencies = [
4360 "rand_core 0.6.4",
4361 "subtle",
4362]
4363
4364[[package]]
4365name = "crypto-common"
4366version = "0.1.6"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4369dependencies = [
4370 "generic-array",
4371 "rand_core 0.6.4",
4372 "typenum",
4373]
4374
4375[[package]]
4376name = "cssparser"
4377version = "0.35.0"
4378source = "registry+https://github.com/rust-lang/crates.io-index"
4379checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4380dependencies = [
4381 "cssparser-macros",
4382 "dtoa-short",
4383 "itoa",
4384 "phf",
4385 "smallvec",
4386]
4387
4388[[package]]
4389name = "cssparser-macros"
4390version = "0.6.1"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4393dependencies = [
4394 "quote",
4395 "syn 2.0.101",
4396]
4397
4398[[package]]
4399name = "ctor"
4400version = "0.4.2"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
4403dependencies = [
4404 "ctor-proc-macro",
4405 "dtor",
4406]
4407
4408[[package]]
4409name = "ctor-proc-macro"
4410version = "0.0.5"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
4413
4414[[package]]
4415name = "ctrlc"
4416version = "3.4.6"
4417source = "registry+https://github.com/rust-lang/crates.io-index"
4418checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
4419dependencies = [
4420 "nix 0.29.0",
4421 "windows-sys 0.59.0",
4422]
4423
4424[[package]]
4425name = "cursor-icon"
4426version = "1.1.0"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
4429
4430[[package]]
4431name = "cxx"
4432version = "1.0.157"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
4435dependencies = [
4436 "cc",
4437 "cxxbridge-cmd",
4438 "cxxbridge-flags",
4439 "cxxbridge-macro",
4440 "foldhash",
4441 "link-cplusplus",
4442]
4443
4444[[package]]
4445name = "cxx-build"
4446version = "1.0.157"
4447source = "registry+https://github.com/rust-lang/crates.io-index"
4448checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
4449dependencies = [
4450 "cc",
4451 "codespan-reporting",
4452 "proc-macro2",
4453 "quote",
4454 "scratch",
4455 "syn 2.0.101",
4456]
4457
4458[[package]]
4459name = "cxxbridge-cmd"
4460version = "1.0.157"
4461source = "registry+https://github.com/rust-lang/crates.io-index"
4462checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
4463dependencies = [
4464 "clap",
4465 "codespan-reporting",
4466 "proc-macro2",
4467 "quote",
4468 "syn 2.0.101",
4469]
4470
4471[[package]]
4472name = "cxxbridge-flags"
4473version = "1.0.157"
4474source = "registry+https://github.com/rust-lang/crates.io-index"
4475checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
4476
4477[[package]]
4478name = "cxxbridge-macro"
4479version = "1.0.157"
4480source = "registry+https://github.com/rust-lang/crates.io-index"
4481checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
4482dependencies = [
4483 "proc-macro2",
4484 "quote",
4485 "rustversion",
4486 "syn 2.0.101",
4487]
4488
4489[[package]]
4490name = "dap"
4491version = "0.1.0"
4492dependencies = [
4493 "anyhow",
4494 "async-compression",
4495 "async-pipe",
4496 "async-tar",
4497 "async-trait",
4498 "client",
4499 "collections",
4500 "dap-types",
4501 "fs",
4502 "futures 0.3.31",
4503 "gpui",
4504 "http_client",
4505 "language",
4506 "libc",
4507 "log",
4508 "node_runtime",
4509 "parking_lot",
4510 "paths",
4511 "proto",
4512 "schemars 1.0.1",
4513 "serde",
4514 "serde_json",
4515 "settings",
4516 "smallvec",
4517 "smol",
4518 "task",
4519 "telemetry",
4520 "tree-sitter",
4521 "tree-sitter-go",
4522 "util",
4523 "workspace-hack",
4524 "zlog",
4525]
4526
4527[[package]]
4528name = "dap-types"
4529version = "0.0.1"
4530source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4531dependencies = [
4532 "schemars 1.0.1",
4533 "serde",
4534 "serde_json",
4535]
4536
4537[[package]]
4538name = "dap_adapters"
4539version = "0.1.0"
4540dependencies = [
4541 "anyhow",
4542 "async-trait",
4543 "collections",
4544 "dap",
4545 "dotenvy",
4546 "fs",
4547 "futures 0.3.31",
4548 "gpui",
4549 "json_dotpath",
4550 "language",
4551 "log",
4552 "paths",
4553 "serde",
4554 "serde_json",
4555 "shlex",
4556 "smol",
4557 "task",
4558 "util",
4559 "workspace-hack",
4560]
4561
4562[[package]]
4563name = "darling"
4564version = "0.20.11"
4565source = "registry+https://github.com/rust-lang/crates.io-index"
4566checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4567dependencies = [
4568 "darling_core",
4569 "darling_macro",
4570]
4571
4572[[package]]
4573name = "darling_core"
4574version = "0.20.11"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4577dependencies = [
4578 "fnv",
4579 "ident_case",
4580 "proc-macro2",
4581 "quote",
4582 "strsim",
4583 "syn 2.0.101",
4584]
4585
4586[[package]]
4587name = "darling_macro"
4588version = "0.20.11"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4591dependencies = [
4592 "darling_core",
4593 "quote",
4594 "syn 2.0.101",
4595]
4596
4597[[package]]
4598name = "dashmap"
4599version = "5.5.3"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4602dependencies = [
4603 "cfg-if",
4604 "hashbrown 0.14.5",
4605 "lock_api",
4606 "once_cell",
4607 "parking_lot_core",
4608]
4609
4610[[package]]
4611name = "dashmap"
4612version = "6.1.0"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4615dependencies = [
4616 "cfg-if",
4617 "crossbeam-utils",
4618 "hashbrown 0.14.5",
4619 "lock_api",
4620 "once_cell",
4621 "parking_lot_core",
4622]
4623
4624[[package]]
4625name = "dasp_sample"
4626version = "0.11.0"
4627source = "registry+https://github.com/rust-lang/crates.io-index"
4628checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4629
4630[[package]]
4631name = "data-encoding"
4632version = "2.9.0"
4633source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4635
4636[[package]]
4637name = "data-url"
4638version = "0.3.1"
4639source = "registry+https://github.com/rust-lang/crates.io-index"
4640checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4641
4642[[package]]
4643name = "db"
4644version = "0.1.0"
4645dependencies = [
4646 "anyhow",
4647 "gpui",
4648 "indoc",
4649 "log",
4650 "paths",
4651 "release_channel",
4652 "smol",
4653 "sqlez",
4654 "sqlez_macros",
4655 "tempfile",
4656 "util",
4657 "workspace-hack",
4658 "zed_env_vars",
4659]
4660
4661[[package]]
4662name = "dbus"
4663version = "0.9.7"
4664source = "registry+https://github.com/rust-lang/crates.io-index"
4665checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4666dependencies = [
4667 "libc",
4668 "libdbus-sys",
4669 "winapi",
4670]
4671
4672[[package]]
4673name = "debug_adapter_extension"
4674version = "0.1.0"
4675dependencies = [
4676 "anyhow",
4677 "async-trait",
4678 "dap",
4679 "extension",
4680 "gpui",
4681 "serde_json",
4682 "task",
4683 "util",
4684 "workspace-hack",
4685]
4686
4687[[package]]
4688name = "debugger_tools"
4689version = "0.1.0"
4690dependencies = [
4691 "anyhow",
4692 "dap",
4693 "editor",
4694 "futures 0.3.31",
4695 "gpui",
4696 "project",
4697 "serde_json",
4698 "settings",
4699 "smol",
4700 "util",
4701 "workspace",
4702 "workspace-hack",
4703]
4704
4705[[package]]
4706name = "debugger_ui"
4707version = "0.1.0"
4708dependencies = [
4709 "alacritty_terminal",
4710 "anyhow",
4711 "bitflags 2.9.0",
4712 "client",
4713 "collections",
4714 "command_palette_hooks",
4715 "dap",
4716 "dap_adapters",
4717 "db",
4718 "debugger_tools",
4719 "editor",
4720 "file_icons",
4721 "futures 0.3.31",
4722 "fuzzy",
4723 "gpui",
4724 "hex",
4725 "indoc",
4726 "itertools 0.14.0",
4727 "language",
4728 "log",
4729 "menu",
4730 "notifications",
4731 "parking_lot",
4732 "parse_int",
4733 "paths",
4734 "picker",
4735 "pretty_assertions",
4736 "project",
4737 "rpc",
4738 "schemars 1.0.1",
4739 "serde",
4740 "serde_json",
4741 "serde_json_lenient",
4742 "settings",
4743 "shlex",
4744 "sysinfo 0.37.2",
4745 "task",
4746 "tasks_ui",
4747 "telemetry",
4748 "terminal_view",
4749 "text",
4750 "theme",
4751 "tree-sitter",
4752 "tree-sitter-go",
4753 "tree-sitter-json",
4754 "ui",
4755 "unindent",
4756 "util",
4757 "workspace",
4758 "workspace-hack",
4759 "zed_actions",
4760 "zlog",
4761]
4762
4763[[package]]
4764name = "debugid"
4765version = "0.8.0"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4768dependencies = [
4769 "uuid",
4770]
4771
4772[[package]]
4773name = "deepseek"
4774version = "0.1.0"
4775dependencies = [
4776 "anyhow",
4777 "futures 0.3.31",
4778 "http_client",
4779 "schemars 1.0.1",
4780 "serde",
4781 "serde_json",
4782 "workspace-hack",
4783]
4784
4785[[package]]
4786name = "deflate64"
4787version = "0.1.9"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4790
4791[[package]]
4792name = "denoise"
4793version = "0.1.0"
4794dependencies = [
4795 "candle-core",
4796 "candle-onnx",
4797 "log",
4798 "realfft",
4799 "rodio",
4800 "rustfft",
4801 "thiserror 2.0.12",
4802 "workspace-hack",
4803]
4804
4805[[package]]
4806name = "der"
4807version = "0.6.1"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
4809checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4810dependencies = [
4811 "const-oid",
4812 "zeroize",
4813]
4814
4815[[package]]
4816name = "der"
4817version = "0.7.10"
4818source = "registry+https://github.com/rust-lang/crates.io-index"
4819checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4820dependencies = [
4821 "const-oid",
4822 "pem-rfc7468",
4823 "zeroize",
4824]
4825
4826[[package]]
4827name = "deranged"
4828version = "0.4.0"
4829source = "registry+https://github.com/rust-lang/crates.io-index"
4830checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4831dependencies = [
4832 "powerfmt",
4833 "serde",
4834]
4835
4836[[package]]
4837name = "derive_arbitrary"
4838version = "1.4.2"
4839source = "registry+https://github.com/rust-lang/crates.io-index"
4840checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4841dependencies = [
4842 "proc-macro2",
4843 "quote",
4844 "syn 2.0.101",
4845]
4846
4847[[package]]
4848name = "derive_more"
4849version = "0.99.19"
4850source = "registry+https://github.com/rust-lang/crates.io-index"
4851checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4852dependencies = [
4853 "convert_case 0.4.0",
4854 "proc-macro2",
4855 "quote",
4856 "rustc_version",
4857 "syn 2.0.101",
4858]
4859
4860[[package]]
4861name = "derive_refineable"
4862version = "0.1.0"
4863dependencies = [
4864 "proc-macro2",
4865 "quote",
4866 "syn 2.0.101",
4867 "workspace-hack",
4868]
4869
4870[[package]]
4871name = "deunicode"
4872version = "1.6.2"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
4875
4876[[package]]
4877name = "diagnostics"
4878version = "0.1.0"
4879dependencies = [
4880 "anyhow",
4881 "client",
4882 "collections",
4883 "component",
4884 "ctor",
4885 "editor",
4886 "gpui",
4887 "indoc",
4888 "language",
4889 "log",
4890 "lsp",
4891 "markdown",
4892 "pretty_assertions",
4893 "project",
4894 "rand 0.9.1",
4895 "serde",
4896 "serde_json",
4897 "settings",
4898 "text",
4899 "theme",
4900 "ui",
4901 "unindent",
4902 "util",
4903 "workspace",
4904 "workspace-hack",
4905 "zlog",
4906]
4907
4908[[package]]
4909name = "dialoguer"
4910version = "0.11.0"
4911source = "registry+https://github.com/rust-lang/crates.io-index"
4912checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4913dependencies = [
4914 "console",
4915 "fuzzy-matcher",
4916 "shell-words",
4917 "tempfile",
4918 "thiserror 1.0.69",
4919 "zeroize",
4920]
4921
4922[[package]]
4923name = "diff"
4924version = "0.1.13"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4927
4928[[package]]
4929name = "diffy"
4930version = "0.4.2"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4933dependencies = [
4934 "nu-ansi-term",
4935]
4936
4937[[package]]
4938name = "digest"
4939version = "0.10.7"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4942dependencies = [
4943 "block-buffer",
4944 "const-oid",
4945 "crypto-common",
4946 "subtle",
4947]
4948
4949[[package]]
4950name = "dirs"
4951version = "4.0.0"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4954dependencies = [
4955 "dirs-sys 0.3.7",
4956]
4957
4958[[package]]
4959name = "dirs"
4960version = "5.0.1"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4963dependencies = [
4964 "dirs-sys 0.4.1",
4965]
4966
4967[[package]]
4968name = "dirs"
4969version = "6.0.0"
4970source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4972dependencies = [
4973 "dirs-sys 0.5.0",
4974]
4975
4976[[package]]
4977name = "dirs-sys"
4978version = "0.3.7"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4981dependencies = [
4982 "libc",
4983 "redox_users 0.4.6",
4984 "winapi",
4985]
4986
4987[[package]]
4988name = "dirs-sys"
4989version = "0.4.1"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
4991checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4992dependencies = [
4993 "libc",
4994 "option-ext",
4995 "redox_users 0.4.6",
4996 "windows-sys 0.48.0",
4997]
4998
4999[[package]]
5000name = "dirs-sys"
5001version = "0.5.0"
5002source = "registry+https://github.com/rust-lang/crates.io-index"
5003checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5004dependencies = [
5005 "libc",
5006 "option-ext",
5007 "redox_users 0.5.0",
5008 "windows-sys 0.61.0",
5009]
5010
5011[[package]]
5012name = "dispatch"
5013version = "0.2.0"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5016
5017[[package]]
5018name = "dispatch2"
5019version = "0.3.0"
5020source = "registry+https://github.com/rust-lang/crates.io-index"
5021checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
5022dependencies = [
5023 "bitflags 2.9.0",
5024 "objc2",
5025]
5026
5027[[package]]
5028name = "displaydoc"
5029version = "0.2.5"
5030source = "registry+https://github.com/rust-lang/crates.io-index"
5031checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5032dependencies = [
5033 "proc-macro2",
5034 "quote",
5035 "syn 2.0.101",
5036]
5037
5038[[package]]
5039name = "dlib"
5040version = "0.5.2"
5041source = "registry+https://github.com/rust-lang/crates.io-index"
5042checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5043dependencies = [
5044 "libloading",
5045]
5046
5047[[package]]
5048name = "docs_preprocessor"
5049version = "0.1.0"
5050dependencies = [
5051 "anyhow",
5052 "command_palette",
5053 "gpui",
5054 "mdbook",
5055 "regex",
5056 "serde",
5057 "serde_json",
5058 "settings",
5059 "task",
5060 "theme",
5061 "util",
5062 "workspace-hack",
5063 "zed",
5064 "zlog",
5065]
5066
5067[[package]]
5068name = "documented"
5069version = "0.9.1"
5070source = "registry+https://github.com/rust-lang/crates.io-index"
5071checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
5072dependencies = [
5073 "documented-macros",
5074 "phf",
5075 "thiserror 1.0.69",
5076]
5077
5078[[package]]
5079name = "documented-macros"
5080version = "0.9.1"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
5083dependencies = [
5084 "convert_case 0.6.0",
5085 "itertools 0.13.0",
5086 "optfield",
5087 "proc-macro2",
5088 "quote",
5089 "strum 0.26.3",
5090 "syn 2.0.101",
5091]
5092
5093[[package]]
5094name = "dotenvy"
5095version = "0.15.7"
5096source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5098
5099[[package]]
5100name = "downcast-rs"
5101version = "1.2.1"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5104
5105[[package]]
5106name = "doxygen-rs"
5107version = "0.4.2"
5108source = "registry+https://github.com/rust-lang/crates.io-index"
5109checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5110dependencies = [
5111 "phf",
5112]
5113
5114[[package]]
5115name = "dtoa"
5116version = "1.0.10"
5117source = "registry+https://github.com/rust-lang/crates.io-index"
5118checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5119
5120[[package]]
5121name = "dtoa-short"
5122version = "0.3.5"
5123source = "registry+https://github.com/rust-lang/crates.io-index"
5124checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5125dependencies = [
5126 "dtoa",
5127]
5128
5129[[package]]
5130name = "dtor"
5131version = "0.0.6"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5134dependencies = [
5135 "dtor-proc-macro",
5136]
5137
5138[[package]]
5139name = "dtor-proc-macro"
5140version = "0.0.5"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5143
5144[[package]]
5145name = "dunce"
5146version = "1.0.5"
5147source = "registry+https://github.com/rust-lang/crates.io-index"
5148checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5149
5150[[package]]
5151name = "dwrote"
5152version = "0.11.3"
5153source = "registry+https://github.com/rust-lang/crates.io-index"
5154checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
5155dependencies = [
5156 "lazy_static",
5157 "libc",
5158 "winapi",
5159 "wio",
5160]
5161
5162[[package]]
5163name = "dyn-clone"
5164version = "1.0.19"
5165source = "registry+https://github.com/rust-lang/crates.io-index"
5166checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
5167
5168[[package]]
5169name = "dyn-stack"
5170version = "0.10.0"
5171source = "registry+https://github.com/rust-lang/crates.io-index"
5172checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5173dependencies = [
5174 "bytemuck",
5175 "reborrow",
5176]
5177
5178[[package]]
5179name = "dyn-stack"
5180version = "0.13.0"
5181source = "registry+https://github.com/rust-lang/crates.io-index"
5182checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
5183dependencies = [
5184 "bytemuck",
5185]
5186
5187[[package]]
5188name = "ec4rs"
5189version = "1.2.0"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5192
5193[[package]]
5194name = "ecdsa"
5195version = "0.14.8"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5198dependencies = [
5199 "der 0.6.1",
5200 "elliptic-curve",
5201 "rfc6979",
5202 "signature 1.6.4",
5203]
5204
5205[[package]]
5206name = "edit_prediction"
5207version = "0.1.0"
5208dependencies = [
5209 "client",
5210 "gpui",
5211 "language",
5212 "workspace-hack",
5213]
5214
5215[[package]]
5216name = "edit_prediction_button"
5217version = "0.1.0"
5218dependencies = [
5219 "anyhow",
5220 "client",
5221 "cloud_llm_client",
5222 "codestral",
5223 "copilot",
5224 "edit_prediction",
5225 "editor",
5226 "feature_flags",
5227 "fs",
5228 "futures 0.3.31",
5229 "gpui",
5230 "indoc",
5231 "language",
5232 "lsp",
5233 "paths",
5234 "project",
5235 "regex",
5236 "serde_json",
5237 "settings",
5238 "supermaven",
5239 "telemetry",
5240 "theme",
5241 "ui",
5242 "workspace",
5243 "workspace-hack",
5244 "zed_actions",
5245 "zeta",
5246]
5247
5248[[package]]
5249name = "edit_prediction_context"
5250version = "0.1.0"
5251dependencies = [
5252 "anyhow",
5253 "arrayvec",
5254 "clap",
5255 "cloud_llm_client",
5256 "collections",
5257 "futures 0.3.31",
5258 "gpui",
5259 "hashbrown 0.15.3",
5260 "indoc",
5261 "itertools 0.14.0",
5262 "language",
5263 "log",
5264 "ordered-float 2.10.1",
5265 "postage",
5266 "pretty_assertions",
5267 "project",
5268 "regex",
5269 "serde",
5270 "serde_json",
5271 "settings",
5272 "slotmap",
5273 "strum 0.27.1",
5274 "text",
5275 "tree-sitter",
5276 "tree-sitter-c",
5277 "tree-sitter-cpp",
5278 "tree-sitter-go",
5279 "util",
5280 "workspace-hack",
5281 "zlog",
5282]
5283
5284[[package]]
5285name = "editor"
5286version = "0.1.0"
5287dependencies = [
5288 "aho-corasick",
5289 "anyhow",
5290 "assets",
5291 "buffer_diff",
5292 "client",
5293 "clock",
5294 "collections",
5295 "convert_case 0.8.0",
5296 "criterion",
5297 "ctor",
5298 "dap",
5299 "db",
5300 "edit_prediction",
5301 "emojis",
5302 "file_icons",
5303 "fs",
5304 "futures 0.3.31",
5305 "fuzzy",
5306 "git",
5307 "gpui",
5308 "http_client",
5309 "indoc",
5310 "itertools 0.14.0",
5311 "language",
5312 "languages",
5313 "linkify",
5314 "log",
5315 "lsp",
5316 "markdown",
5317 "menu",
5318 "multi_buffer",
5319 "ordered-float 2.10.1",
5320 "parking_lot",
5321 "pretty_assertions",
5322 "project",
5323 "rand 0.9.1",
5324 "regex",
5325 "release_channel",
5326 "rpc",
5327 "schemars 1.0.1",
5328 "serde",
5329 "serde_json",
5330 "settings",
5331 "smallvec",
5332 "smol",
5333 "snippet",
5334 "sum_tree",
5335 "task",
5336 "telemetry",
5337 "tempfile",
5338 "text",
5339 "theme",
5340 "time",
5341 "tree-sitter-bash",
5342 "tree-sitter-c",
5343 "tree-sitter-html",
5344 "tree-sitter-python",
5345 "tree-sitter-rust",
5346 "tree-sitter-typescript",
5347 "tree-sitter-yaml",
5348 "ui",
5349 "unicode-script",
5350 "unicode-segmentation",
5351 "unindent",
5352 "url",
5353 "util",
5354 "uuid",
5355 "vim_mode_setting",
5356 "workspace",
5357 "workspace-hack",
5358 "zed_actions",
5359 "zlog",
5360]
5361
5362[[package]]
5363name = "either"
5364version = "1.15.0"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5367dependencies = [
5368 "serde",
5369]
5370
5371[[package]]
5372name = "elasticlunr-rs"
5373version = "3.0.2"
5374source = "registry+https://github.com/rust-lang/crates.io-index"
5375checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5376dependencies = [
5377 "regex",
5378 "serde",
5379 "serde_derive",
5380 "serde_json",
5381]
5382
5383[[package]]
5384name = "elliptic-curve"
5385version = "0.12.3"
5386source = "registry+https://github.com/rust-lang/crates.io-index"
5387checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5388dependencies = [
5389 "base16ct",
5390 "crypto-bigint 0.4.9",
5391 "der 0.6.1",
5392 "digest",
5393 "ff",
5394 "generic-array",
5395 "group",
5396 "pkcs8 0.9.0",
5397 "rand_core 0.6.4",
5398 "sec1",
5399 "subtle",
5400 "zeroize",
5401]
5402
5403[[package]]
5404name = "email_address"
5405version = "0.2.9"
5406source = "registry+https://github.com/rust-lang/crates.io-index"
5407checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5408dependencies = [
5409 "serde",
5410]
5411
5412[[package]]
5413name = "embed-resource"
5414version = "3.0.2"
5415source = "registry+https://github.com/rust-lang/crates.io-index"
5416checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
5417dependencies = [
5418 "cc",
5419 "memchr",
5420 "rustc_version",
5421 "toml 0.8.20",
5422 "vswhom",
5423 "winreg 0.52.0",
5424]
5425
5426[[package]]
5427name = "embedded-io"
5428version = "0.4.0"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5431
5432[[package]]
5433name = "embedded-io"
5434version = "0.6.1"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5437
5438[[package]]
5439name = "emojis"
5440version = "0.6.4"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5443dependencies = [
5444 "phf",
5445]
5446
5447[[package]]
5448name = "encode_unicode"
5449version = "1.0.0"
5450source = "registry+https://github.com/rust-lang/crates.io-index"
5451checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5452
5453[[package]]
5454name = "encoding_rs"
5455version = "0.8.35"
5456source = "registry+https://github.com/rust-lang/crates.io-index"
5457checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5458dependencies = [
5459 "cfg-if",
5460]
5461
5462[[package]]
5463name = "endi"
5464version = "1.1.0"
5465source = "registry+https://github.com/rust-lang/crates.io-index"
5466checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5467
5468[[package]]
5469name = "enum-as-inner"
5470version = "0.6.1"
5471source = "registry+https://github.com/rust-lang/crates.io-index"
5472checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5473dependencies = [
5474 "heck 0.5.0",
5475 "proc-macro2",
5476 "quote",
5477 "syn 2.0.101",
5478]
5479
5480[[package]]
5481name = "enumflags2"
5482version = "0.7.11"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
5485dependencies = [
5486 "enumflags2_derive",
5487 "serde",
5488]
5489
5490[[package]]
5491name = "enumflags2_derive"
5492version = "0.7.11"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
5495dependencies = [
5496 "proc-macro2",
5497 "quote",
5498 "syn 2.0.101",
5499]
5500
5501[[package]]
5502name = "env_filter"
5503version = "0.1.3"
5504source = "registry+https://github.com/rust-lang/crates.io-index"
5505checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
5506dependencies = [
5507 "log",
5508 "regex",
5509]
5510
5511[[package]]
5512name = "env_logger"
5513version = "0.10.2"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5516dependencies = [
5517 "humantime",
5518 "is-terminal",
5519 "log",
5520 "regex",
5521 "termcolor",
5522]
5523
5524[[package]]
5525name = "env_logger"
5526version = "0.11.8"
5527source = "registry+https://github.com/rust-lang/crates.io-index"
5528checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5529dependencies = [
5530 "anstream",
5531 "anstyle",
5532 "env_filter",
5533 "jiff",
5534 "log",
5535]
5536
5537[[package]]
5538name = "envy"
5539version = "0.4.2"
5540source = "registry+https://github.com/rust-lang/crates.io-index"
5541checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5542dependencies = [
5543 "serde",
5544]
5545
5546[[package]]
5547name = "equivalent"
5548version = "1.0.2"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5551
5552[[package]]
5553name = "erased-serde"
5554version = "0.4.6"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
5557dependencies = [
5558 "serde",
5559 "typeid",
5560]
5561
5562[[package]]
5563name = "errno"
5564version = "0.2.8"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5567dependencies = [
5568 "errno-dragonfly",
5569 "libc",
5570 "winapi",
5571]
5572
5573[[package]]
5574name = "errno"
5575version = "0.3.11"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
5578dependencies = [
5579 "libc",
5580 "windows-sys 0.59.0",
5581]
5582
5583[[package]]
5584name = "errno-dragonfly"
5585version = "0.1.2"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5588dependencies = [
5589 "cc",
5590 "libc",
5591]
5592
5593[[package]]
5594name = "etagere"
5595version = "0.2.15"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5598dependencies = [
5599 "euclid",
5600 "svg_fmt",
5601]
5602
5603[[package]]
5604name = "etcetera"
5605version = "0.8.0"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5608dependencies = [
5609 "cfg-if",
5610 "home",
5611 "windows-sys 0.48.0",
5612]
5613
5614[[package]]
5615name = "euclid"
5616version = "0.22.11"
5617source = "registry+https://github.com/rust-lang/crates.io-index"
5618checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5619dependencies = [
5620 "num-traits",
5621]
5622
5623[[package]]
5624name = "eval"
5625version = "0.1.0"
5626dependencies = [
5627 "agent",
5628 "agent_settings",
5629 "agent_ui",
5630 "anyhow",
5631 "assistant_tool",
5632 "assistant_tools",
5633 "async-trait",
5634 "buffer_diff",
5635 "chrono",
5636 "clap",
5637 "client",
5638 "cloud_llm_client",
5639 "collections",
5640 "debug_adapter_extension",
5641 "dirs 4.0.0",
5642 "dotenvy",
5643 "env_logger 0.11.8",
5644 "extension",
5645 "fs",
5646 "futures 0.3.31",
5647 "gpui",
5648 "gpui_tokio",
5649 "handlebars 4.5.0",
5650 "language",
5651 "language_extension",
5652 "language_model",
5653 "language_models",
5654 "languages",
5655 "markdown",
5656 "node_runtime",
5657 "pathdiff",
5658 "paths",
5659 "pretty_assertions",
5660 "project",
5661 "prompt_store",
5662 "regex",
5663 "release_channel",
5664 "reqwest_client",
5665 "serde",
5666 "serde_json",
5667 "settings",
5668 "shellexpand 2.1.2",
5669 "smol",
5670 "telemetry",
5671 "terminal_view",
5672 "toml 0.8.20",
5673 "unindent",
5674 "util",
5675 "uuid",
5676 "watch",
5677 "workspace-hack",
5678]
5679
5680[[package]]
5681name = "event-listener"
5682version = "2.5.3"
5683source = "registry+https://github.com/rust-lang/crates.io-index"
5684checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5685
5686[[package]]
5687name = "event-listener"
5688version = "5.4.0"
5689source = "registry+https://github.com/rust-lang/crates.io-index"
5690checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5691dependencies = [
5692 "concurrent-queue",
5693 "parking",
5694 "pin-project-lite",
5695]
5696
5697[[package]]
5698name = "event-listener-strategy"
5699version = "0.5.4"
5700source = "registry+https://github.com/rust-lang/crates.io-index"
5701checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5702dependencies = [
5703 "event-listener 5.4.0",
5704 "pin-project-lite",
5705]
5706
5707[[package]]
5708name = "exec"
5709version = "0.3.1"
5710source = "registry+https://github.com/rust-lang/crates.io-index"
5711checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5712dependencies = [
5713 "errno 0.2.8",
5714 "libc",
5715]
5716
5717[[package]]
5718name = "explorer_command_injector"
5719version = "0.1.0"
5720dependencies = [
5721 "windows 0.61.1",
5722 "windows-core 0.61.0",
5723 "windows-registry 0.5.1",
5724 "workspace-hack",
5725]
5726
5727[[package]]
5728name = "exr"
5729version = "1.73.0"
5730source = "registry+https://github.com/rust-lang/crates.io-index"
5731checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5732dependencies = [
5733 "bit_field",
5734 "half",
5735 "lebe",
5736 "miniz_oxide",
5737 "rayon-core",
5738 "smallvec",
5739 "zune-inflate",
5740]
5741
5742[[package]]
5743name = "extended"
5744version = "0.1.0"
5745source = "registry+https://github.com/rust-lang/crates.io-index"
5746checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5747
5748[[package]]
5749name = "extension"
5750version = "0.1.0"
5751dependencies = [
5752 "anyhow",
5753 "async-compression",
5754 "async-tar",
5755 "async-trait",
5756 "collections",
5757 "dap",
5758 "fs",
5759 "futures 0.3.31",
5760 "gpui",
5761 "heck 0.5.0",
5762 "http_client",
5763 "language",
5764 "log",
5765 "lsp",
5766 "parking_lot",
5767 "pretty_assertions",
5768 "semantic_version",
5769 "serde",
5770 "serde_json",
5771 "task",
5772 "toml 0.8.20",
5773 "url",
5774 "util",
5775 "wasm-encoder 0.221.3",
5776 "wasmparser 0.221.3",
5777 "workspace-hack",
5778]
5779
5780[[package]]
5781name = "extension_cli"
5782version = "0.1.0"
5783dependencies = [
5784 "anyhow",
5785 "clap",
5786 "env_logger 0.11.8",
5787 "extension",
5788 "fs",
5789 "gpui",
5790 "language",
5791 "log",
5792 "reqwest_client",
5793 "rpc",
5794 "serde",
5795 "serde_json",
5796 "theme",
5797 "tokio",
5798 "toml 0.8.20",
5799 "tree-sitter",
5800 "wasmtime",
5801 "workspace-hack",
5802]
5803
5804[[package]]
5805name = "extension_host"
5806version = "0.1.0"
5807dependencies = [
5808 "anyhow",
5809 "async-compression",
5810 "async-tar",
5811 "async-trait",
5812 "client",
5813 "collections",
5814 "criterion",
5815 "ctor",
5816 "dap",
5817 "extension",
5818 "fs",
5819 "futures 0.3.31",
5820 "gpui",
5821 "http_client",
5822 "language",
5823 "language_extension",
5824 "log",
5825 "lsp",
5826 "moka",
5827 "node_runtime",
5828 "parking_lot",
5829 "paths",
5830 "project",
5831 "rand 0.9.1",
5832 "release_channel",
5833 "remote",
5834 "reqwest_client",
5835 "semantic_version",
5836 "serde",
5837 "serde_json",
5838 "serde_json_lenient",
5839 "settings",
5840 "task",
5841 "telemetry",
5842 "tempfile",
5843 "theme",
5844 "theme_extension",
5845 "toml 0.8.20",
5846 "url",
5847 "util",
5848 "wasmparser 0.221.3",
5849 "wasmtime",
5850 "wasmtime-wasi",
5851 "workspace-hack",
5852 "zlog",
5853]
5854
5855[[package]]
5856name = "extensions_ui"
5857version = "0.1.0"
5858dependencies = [
5859 "anyhow",
5860 "client",
5861 "collections",
5862 "db",
5863 "editor",
5864 "extension",
5865 "extension_host",
5866 "fs",
5867 "fuzzy",
5868 "gpui",
5869 "language",
5870 "log",
5871 "num-format",
5872 "picker",
5873 "project",
5874 "release_channel",
5875 "semantic_version",
5876 "serde",
5877 "settings",
5878 "smallvec",
5879 "strum 0.27.1",
5880 "telemetry",
5881 "theme",
5882 "ui",
5883 "util",
5884 "vim_mode_setting",
5885 "workspace",
5886 "workspace-hack",
5887 "zed_actions",
5888]
5889
5890[[package]]
5891name = "fallible-iterator"
5892version = "0.3.0"
5893source = "registry+https://github.com/rust-lang/crates.io-index"
5894checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5895
5896[[package]]
5897name = "fancy-regex"
5898version = "0.13.0"
5899source = "registry+https://github.com/rust-lang/crates.io-index"
5900checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5901dependencies = [
5902 "bit-set 0.5.3",
5903 "regex-automata",
5904 "regex-syntax",
5905]
5906
5907[[package]]
5908name = "fancy-regex"
5909version = "0.14.0"
5910source = "registry+https://github.com/rust-lang/crates.io-index"
5911checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5912dependencies = [
5913 "bit-set 0.8.0",
5914 "regex-automata",
5915 "regex-syntax",
5916]
5917
5918[[package]]
5919name = "fast-srgb8"
5920version = "1.0.0"
5921source = "registry+https://github.com/rust-lang/crates.io-index"
5922checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5923
5924[[package]]
5925name = "fastrand"
5926version = "1.9.0"
5927source = "registry+https://github.com/rust-lang/crates.io-index"
5928checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5929dependencies = [
5930 "instant",
5931]
5932
5933[[package]]
5934name = "fastrand"
5935version = "2.3.0"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5938
5939[[package]]
5940name = "fd-lock"
5941version = "4.0.4"
5942source = "registry+https://github.com/rust-lang/crates.io-index"
5943checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5944dependencies = [
5945 "cfg-if",
5946 "rustix 1.0.7",
5947 "windows-sys 0.59.0",
5948]
5949
5950[[package]]
5951name = "fdeflate"
5952version = "0.3.7"
5953source = "registry+https://github.com/rust-lang/crates.io-index"
5954checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5955dependencies = [
5956 "simd-adler32",
5957]
5958
5959[[package]]
5960name = "feature_flags"
5961version = "0.1.0"
5962dependencies = [
5963 "futures 0.3.31",
5964 "gpui",
5965 "smol",
5966 "workspace-hack",
5967]
5968
5969[[package]]
5970name = "feedback"
5971version = "0.1.0"
5972dependencies = [
5973 "editor",
5974 "gpui",
5975 "system_specs",
5976 "urlencoding",
5977 "util",
5978 "workspace",
5979 "workspace-hack",
5980 "zed_actions",
5981]
5982
5983[[package]]
5984name = "ff"
5985version = "0.12.1"
5986source = "registry+https://github.com/rust-lang/crates.io-index"
5987checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5988dependencies = [
5989 "rand_core 0.6.4",
5990 "subtle",
5991]
5992
5993[[package]]
5994name = "file_finder"
5995version = "0.1.0"
5996dependencies = [
5997 "anyhow",
5998 "collections",
5999 "ctor",
6000 "editor",
6001 "file_icons",
6002 "futures 0.3.31",
6003 "fuzzy",
6004 "gpui",
6005 "language",
6006 "menu",
6007 "picker",
6008 "pretty_assertions",
6009 "project",
6010 "schemars 1.0.1",
6011 "search",
6012 "serde",
6013 "serde_json",
6014 "settings",
6015 "text",
6016 "theme",
6017 "ui",
6018 "util",
6019 "workspace",
6020 "workspace-hack",
6021 "zlog",
6022]
6023
6024[[package]]
6025name = "file_icons"
6026version = "0.1.0"
6027dependencies = [
6028 "gpui",
6029 "serde",
6030 "theme",
6031 "util",
6032 "workspace-hack",
6033]
6034
6035[[package]]
6036name = "filedescriptor"
6037version = "0.8.3"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6040dependencies = [
6041 "libc",
6042 "thiserror 1.0.69",
6043 "winapi",
6044]
6045
6046[[package]]
6047name = "filetime"
6048version = "0.2.25"
6049source = "registry+https://github.com/rust-lang/crates.io-index"
6050checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
6051dependencies = [
6052 "cfg-if",
6053 "libc",
6054 "libredox",
6055 "windows-sys 0.59.0",
6056]
6057
6058[[package]]
6059name = "fixedbitset"
6060version = "0.4.2"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6063
6064[[package]]
6065name = "flate2"
6066version = "1.1.1"
6067source = "registry+https://github.com/rust-lang/crates.io-index"
6068checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
6069dependencies = [
6070 "crc32fast",
6071 "miniz_oxide",
6072]
6073
6074[[package]]
6075name = "float-cmp"
6076version = "0.9.0"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6079
6080[[package]]
6081name = "float-ord"
6082version = "0.3.2"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6085
6086[[package]]
6087name = "float8"
6088version = "0.4.2"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6091dependencies = [
6092 "half",
6093 "num-traits",
6094 "rand 0.9.1",
6095 "rand_distr",
6096]
6097
6098[[package]]
6099name = "float_next_after"
6100version = "1.0.0"
6101source = "registry+https://github.com/rust-lang/crates.io-index"
6102checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6103
6104[[package]]
6105name = "fluent-uri"
6106version = "0.3.2"
6107source = "registry+https://github.com/rust-lang/crates.io-index"
6108checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
6109dependencies = [
6110 "borrow-or-share",
6111 "ref-cast",
6112 "serde",
6113]
6114
6115[[package]]
6116name = "flume"
6117version = "0.11.1"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6120dependencies = [
6121 "futures-core",
6122 "futures-sink",
6123 "nanorand",
6124 "spin",
6125]
6126
6127[[package]]
6128name = "fnv"
6129version = "1.0.7"
6130source = "registry+https://github.com/rust-lang/crates.io-index"
6131checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6132
6133[[package]]
6134name = "foldhash"
6135version = "0.1.5"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6138
6139[[package]]
6140name = "font-types"
6141version = "0.8.4"
6142source = "registry+https://github.com/rust-lang/crates.io-index"
6143checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
6144dependencies = [
6145 "bytemuck",
6146]
6147
6148[[package]]
6149name = "fontconfig-parser"
6150version = "0.5.7"
6151source = "registry+https://github.com/rust-lang/crates.io-index"
6152checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
6153dependencies = [
6154 "roxmltree",
6155]
6156
6157[[package]]
6158name = "fontdb"
6159version = "0.16.2"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6162dependencies = [
6163 "fontconfig-parser",
6164 "log",
6165 "memmap2",
6166 "slotmap",
6167 "tinyvec",
6168 "ttf-parser 0.20.0",
6169]
6170
6171[[package]]
6172name = "fontdb"
6173version = "0.23.0"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6176dependencies = [
6177 "fontconfig-parser",
6178 "log",
6179 "memmap2",
6180 "slotmap",
6181 "tinyvec",
6182 "ttf-parser 0.25.1",
6183]
6184
6185[[package]]
6186name = "foreign-types"
6187version = "0.3.2"
6188source = "registry+https://github.com/rust-lang/crates.io-index"
6189checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6190dependencies = [
6191 "foreign-types-shared 0.1.1",
6192]
6193
6194[[package]]
6195name = "foreign-types"
6196version = "0.5.0"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6199dependencies = [
6200 "foreign-types-macros",
6201 "foreign-types-shared 0.3.1",
6202]
6203
6204[[package]]
6205name = "foreign-types-macros"
6206version = "0.2.3"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6209dependencies = [
6210 "proc-macro2",
6211 "quote",
6212 "syn 2.0.101",
6213]
6214
6215[[package]]
6216name = "foreign-types-shared"
6217version = "0.1.1"
6218source = "registry+https://github.com/rust-lang/crates.io-index"
6219checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6220
6221[[package]]
6222name = "foreign-types-shared"
6223version = "0.3.1"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6226
6227[[package]]
6228name = "fork"
6229version = "0.2.0"
6230source = "registry+https://github.com/rust-lang/crates.io-index"
6231checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
6232dependencies = [
6233 "libc",
6234]
6235
6236[[package]]
6237name = "form_urlencoded"
6238version = "1.2.1"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
6241dependencies = [
6242 "percent-encoding",
6243]
6244
6245[[package]]
6246name = "fraction"
6247version = "0.15.3"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6250dependencies = [
6251 "lazy_static",
6252 "num",
6253]
6254
6255[[package]]
6256name = "freetype-sys"
6257version = "0.20.1"
6258source = "registry+https://github.com/rust-lang/crates.io-index"
6259checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6260dependencies = [
6261 "cc",
6262 "libc",
6263 "pkg-config",
6264]
6265
6266[[package]]
6267name = "fs"
6268version = "0.1.0"
6269dependencies = [
6270 "anyhow",
6271 "ashpd 0.11.0",
6272 "async-tar",
6273 "async-trait",
6274 "cocoa 0.26.0",
6275 "collections",
6276 "fsevent",
6277 "futures 0.3.31",
6278 "git",
6279 "gpui",
6280 "ignore",
6281 "libc",
6282 "log",
6283 "notify 8.0.0",
6284 "objc",
6285 "parking_lot",
6286 "paths",
6287 "proto",
6288 "rope",
6289 "serde",
6290 "serde_json",
6291 "smol",
6292 "tempfile",
6293 "text",
6294 "time",
6295 "util",
6296 "windows 0.61.1",
6297 "workspace-hack",
6298]
6299
6300[[package]]
6301name = "fs-set-times"
6302version = "0.20.3"
6303source = "registry+https://github.com/rust-lang/crates.io-index"
6304checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6305dependencies = [
6306 "io-lifetimes",
6307 "rustix 1.0.7",
6308 "windows-sys 0.59.0",
6309]
6310
6311[[package]]
6312name = "fs2"
6313version = "0.4.3"
6314source = "registry+https://github.com/rust-lang/crates.io-index"
6315checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6316dependencies = [
6317 "libc",
6318 "winapi",
6319]
6320
6321[[package]]
6322name = "fs_extra"
6323version = "1.3.0"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6326
6327[[package]]
6328name = "fsevent"
6329version = "0.1.0"
6330dependencies = [
6331 "bitflags 2.9.0",
6332 "core-foundation 0.10.0",
6333 "fsevent-sys 3.1.0",
6334 "log",
6335 "parking_lot",
6336 "tempfile",
6337 "workspace-hack",
6338]
6339
6340[[package]]
6341name = "fsevent-sys"
6342version = "3.1.0"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
6345dependencies = [
6346 "libc",
6347]
6348
6349[[package]]
6350name = "fsevent-sys"
6351version = "4.1.0"
6352source = "registry+https://github.com/rust-lang/crates.io-index"
6353checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6354dependencies = [
6355 "libc",
6356]
6357
6358[[package]]
6359name = "funty"
6360version = "2.0.0"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6363
6364[[package]]
6365name = "futf"
6366version = "0.1.5"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6369dependencies = [
6370 "mac",
6371 "new_debug_unreachable",
6372]
6373
6374[[package]]
6375name = "futures"
6376version = "0.1.31"
6377source = "registry+https://github.com/rust-lang/crates.io-index"
6378checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6379
6380[[package]]
6381name = "futures"
6382version = "0.3.31"
6383source = "registry+https://github.com/rust-lang/crates.io-index"
6384checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6385dependencies = [
6386 "futures-channel",
6387 "futures-core",
6388 "futures-executor",
6389 "futures-io",
6390 "futures-sink",
6391 "futures-task",
6392 "futures-util",
6393]
6394
6395[[package]]
6396name = "futures-channel"
6397version = "0.3.31"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6400dependencies = [
6401 "futures-core",
6402 "futures-sink",
6403]
6404
6405[[package]]
6406name = "futures-core"
6407version = "0.3.31"
6408source = "registry+https://github.com/rust-lang/crates.io-index"
6409checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6410
6411[[package]]
6412name = "futures-executor"
6413version = "0.3.31"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6416dependencies = [
6417 "futures-core",
6418 "futures-task",
6419 "futures-util",
6420]
6421
6422[[package]]
6423name = "futures-intrusive"
6424version = "0.5.0"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6427dependencies = [
6428 "futures-core",
6429 "lock_api",
6430 "parking_lot",
6431]
6432
6433[[package]]
6434name = "futures-io"
6435version = "0.3.31"
6436source = "registry+https://github.com/rust-lang/crates.io-index"
6437checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6438
6439[[package]]
6440name = "futures-lite"
6441version = "1.13.0"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6444dependencies = [
6445 "fastrand 1.9.0",
6446 "futures-core",
6447 "futures-io",
6448 "memchr",
6449 "parking",
6450 "pin-project-lite",
6451 "waker-fn",
6452]
6453
6454[[package]]
6455name = "futures-lite"
6456version = "2.6.0"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
6459dependencies = [
6460 "fastrand 2.3.0",
6461 "futures-core",
6462 "futures-io",
6463 "parking",
6464 "pin-project-lite",
6465]
6466
6467[[package]]
6468name = "futures-macro"
6469version = "0.3.31"
6470source = "registry+https://github.com/rust-lang/crates.io-index"
6471checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6472dependencies = [
6473 "proc-macro2",
6474 "quote",
6475 "syn 2.0.101",
6476]
6477
6478[[package]]
6479name = "futures-sink"
6480version = "0.3.31"
6481source = "registry+https://github.com/rust-lang/crates.io-index"
6482checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6483
6484[[package]]
6485name = "futures-task"
6486version = "0.3.31"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6489
6490[[package]]
6491name = "futures-util"
6492version = "0.3.31"
6493source = "registry+https://github.com/rust-lang/crates.io-index"
6494checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6495dependencies = [
6496 "futures 0.1.31",
6497 "futures-channel",
6498 "futures-core",
6499 "futures-io",
6500 "futures-macro",
6501 "futures-sink",
6502 "futures-task",
6503 "memchr",
6504 "pin-project-lite",
6505 "pin-utils",
6506 "slab",
6507 "tokio-io",
6508]
6509
6510[[package]]
6511name = "fuzzy"
6512version = "0.1.0"
6513dependencies = [
6514 "gpui",
6515 "log",
6516 "util",
6517 "workspace-hack",
6518]
6519
6520[[package]]
6521name = "fuzzy-matcher"
6522version = "0.3.7"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6525dependencies = [
6526 "thread_local",
6527]
6528
6529[[package]]
6530name = "fxhash"
6531version = "0.2.1"
6532source = "registry+https://github.com/rust-lang/crates.io-index"
6533checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
6534dependencies = [
6535 "byteorder",
6536]
6537
6538[[package]]
6539name = "gemm"
6540version = "0.17.1"
6541source = "registry+https://github.com/rust-lang/crates.io-index"
6542checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6543dependencies = [
6544 "dyn-stack 0.10.0",
6545 "gemm-c32 0.17.1",
6546 "gemm-c64 0.17.1",
6547 "gemm-common 0.17.1",
6548 "gemm-f16 0.17.1",
6549 "gemm-f32 0.17.1",
6550 "gemm-f64 0.17.1",
6551 "num-complex",
6552 "num-traits",
6553 "paste",
6554 "raw-cpuid 10.7.0",
6555 "seq-macro",
6556]
6557
6558[[package]]
6559name = "gemm"
6560version = "0.18.2"
6561source = "registry+https://github.com/rust-lang/crates.io-index"
6562checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6563dependencies = [
6564 "dyn-stack 0.13.0",
6565 "gemm-c32 0.18.2",
6566 "gemm-c64 0.18.2",
6567 "gemm-common 0.18.2",
6568 "gemm-f16 0.18.2",
6569 "gemm-f32 0.18.2",
6570 "gemm-f64 0.18.2",
6571 "num-complex",
6572 "num-traits",
6573 "paste",
6574 "raw-cpuid 11.6.0",
6575 "seq-macro",
6576]
6577
6578[[package]]
6579name = "gemm-c32"
6580version = "0.17.1"
6581source = "registry+https://github.com/rust-lang/crates.io-index"
6582checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6583dependencies = [
6584 "dyn-stack 0.10.0",
6585 "gemm-common 0.17.1",
6586 "num-complex",
6587 "num-traits",
6588 "paste",
6589 "raw-cpuid 10.7.0",
6590 "seq-macro",
6591]
6592
6593[[package]]
6594name = "gemm-c32"
6595version = "0.18.2"
6596source = "registry+https://github.com/rust-lang/crates.io-index"
6597checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6598dependencies = [
6599 "dyn-stack 0.13.0",
6600 "gemm-common 0.18.2",
6601 "num-complex",
6602 "num-traits",
6603 "paste",
6604 "raw-cpuid 11.6.0",
6605 "seq-macro",
6606]
6607
6608[[package]]
6609name = "gemm-c64"
6610version = "0.17.1"
6611source = "registry+https://github.com/rust-lang/crates.io-index"
6612checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6613dependencies = [
6614 "dyn-stack 0.10.0",
6615 "gemm-common 0.17.1",
6616 "num-complex",
6617 "num-traits",
6618 "paste",
6619 "raw-cpuid 10.7.0",
6620 "seq-macro",
6621]
6622
6623[[package]]
6624name = "gemm-c64"
6625version = "0.18.2"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6628dependencies = [
6629 "dyn-stack 0.13.0",
6630 "gemm-common 0.18.2",
6631 "num-complex",
6632 "num-traits",
6633 "paste",
6634 "raw-cpuid 11.6.0",
6635 "seq-macro",
6636]
6637
6638[[package]]
6639name = "gemm-common"
6640version = "0.17.1"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6643dependencies = [
6644 "bytemuck",
6645 "dyn-stack 0.10.0",
6646 "half",
6647 "num-complex",
6648 "num-traits",
6649 "once_cell",
6650 "paste",
6651 "pulp 0.18.22",
6652 "raw-cpuid 10.7.0",
6653 "rayon",
6654 "seq-macro",
6655 "sysctl 0.5.5",
6656]
6657
6658[[package]]
6659name = "gemm-common"
6660version = "0.18.2"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6663dependencies = [
6664 "bytemuck",
6665 "dyn-stack 0.13.0",
6666 "half",
6667 "libm",
6668 "num-complex",
6669 "num-traits",
6670 "once_cell",
6671 "paste",
6672 "pulp 0.21.5",
6673 "raw-cpuid 11.6.0",
6674 "rayon",
6675 "seq-macro",
6676 "sysctl 0.6.0",
6677]
6678
6679[[package]]
6680name = "gemm-f16"
6681version = "0.17.1"
6682source = "registry+https://github.com/rust-lang/crates.io-index"
6683checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6684dependencies = [
6685 "dyn-stack 0.10.0",
6686 "gemm-common 0.17.1",
6687 "gemm-f32 0.17.1",
6688 "half",
6689 "num-complex",
6690 "num-traits",
6691 "paste",
6692 "raw-cpuid 10.7.0",
6693 "rayon",
6694 "seq-macro",
6695]
6696
6697[[package]]
6698name = "gemm-f16"
6699version = "0.18.2"
6700source = "registry+https://github.com/rust-lang/crates.io-index"
6701checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6702dependencies = [
6703 "dyn-stack 0.13.0",
6704 "gemm-common 0.18.2",
6705 "gemm-f32 0.18.2",
6706 "half",
6707 "num-complex",
6708 "num-traits",
6709 "paste",
6710 "raw-cpuid 11.6.0",
6711 "rayon",
6712 "seq-macro",
6713]
6714
6715[[package]]
6716name = "gemm-f32"
6717version = "0.17.1"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6720dependencies = [
6721 "dyn-stack 0.10.0",
6722 "gemm-common 0.17.1",
6723 "num-complex",
6724 "num-traits",
6725 "paste",
6726 "raw-cpuid 10.7.0",
6727 "seq-macro",
6728]
6729
6730[[package]]
6731name = "gemm-f32"
6732version = "0.18.2"
6733source = "registry+https://github.com/rust-lang/crates.io-index"
6734checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6735dependencies = [
6736 "dyn-stack 0.13.0",
6737 "gemm-common 0.18.2",
6738 "num-complex",
6739 "num-traits",
6740 "paste",
6741 "raw-cpuid 11.6.0",
6742 "seq-macro",
6743]
6744
6745[[package]]
6746name = "gemm-f64"
6747version = "0.17.1"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6750dependencies = [
6751 "dyn-stack 0.10.0",
6752 "gemm-common 0.17.1",
6753 "num-complex",
6754 "num-traits",
6755 "paste",
6756 "raw-cpuid 10.7.0",
6757 "seq-macro",
6758]
6759
6760[[package]]
6761name = "gemm-f64"
6762version = "0.18.2"
6763source = "registry+https://github.com/rust-lang/crates.io-index"
6764checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6765dependencies = [
6766 "dyn-stack 0.13.0",
6767 "gemm-common 0.18.2",
6768 "num-complex",
6769 "num-traits",
6770 "paste",
6771 "raw-cpuid 11.6.0",
6772 "seq-macro",
6773]
6774
6775[[package]]
6776name = "generator"
6777version = "0.8.5"
6778source = "registry+https://github.com/rust-lang/crates.io-index"
6779checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
6780dependencies = [
6781 "cc",
6782 "cfg-if",
6783 "libc",
6784 "log",
6785 "rustversion",
6786 "windows 0.61.1",
6787]
6788
6789[[package]]
6790name = "generic-array"
6791version = "0.14.7"
6792source = "registry+https://github.com/rust-lang/crates.io-index"
6793checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6794dependencies = [
6795 "typenum",
6796 "version_check",
6797]
6798
6799[[package]]
6800name = "gethostname"
6801version = "0.4.3"
6802source = "registry+https://github.com/rust-lang/crates.io-index"
6803checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
6804dependencies = [
6805 "libc",
6806 "windows-targets 0.48.5",
6807]
6808
6809[[package]]
6810name = "getrandom"
6811version = "0.2.15"
6812source = "registry+https://github.com/rust-lang/crates.io-index"
6813checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
6814dependencies = [
6815 "cfg-if",
6816 "js-sys",
6817 "libc",
6818 "wasi 0.11.0+wasi-snapshot-preview1",
6819 "wasm-bindgen",
6820]
6821
6822[[package]]
6823name = "getrandom"
6824version = "0.3.2"
6825source = "registry+https://github.com/rust-lang/crates.io-index"
6826checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
6827dependencies = [
6828 "cfg-if",
6829 "js-sys",
6830 "libc",
6831 "r-efi",
6832 "wasi 0.14.2+wasi-0.2.4",
6833 "wasm-bindgen",
6834]
6835
6836[[package]]
6837name = "gif"
6838version = "0.13.1"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6841dependencies = [
6842 "color_quant",
6843 "weezl",
6844]
6845
6846[[package]]
6847name = "gimli"
6848version = "0.31.1"
6849source = "registry+https://github.com/rust-lang/crates.io-index"
6850checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6851dependencies = [
6852 "fallible-iterator",
6853 "indexmap 2.9.0",
6854 "stable_deref_trait",
6855]
6856
6857[[package]]
6858name = "git"
6859version = "0.1.0"
6860dependencies = [
6861 "anyhow",
6862 "askpass",
6863 "async-trait",
6864 "collections",
6865 "derive_more",
6866 "futures 0.3.31",
6867 "git2",
6868 "gpui",
6869 "http_client",
6870 "itertools 0.14.0",
6871 "log",
6872 "parking_lot",
6873 "pretty_assertions",
6874 "rand 0.9.1",
6875 "regex",
6876 "rope",
6877 "schemars 1.0.1",
6878 "serde",
6879 "serde_json",
6880 "smol",
6881 "sum_tree",
6882 "tempfile",
6883 "text",
6884 "thiserror 2.0.12",
6885 "time",
6886 "unindent",
6887 "url",
6888 "urlencoding",
6889 "util",
6890 "uuid",
6891 "workspace-hack",
6892]
6893
6894[[package]]
6895name = "git2"
6896version = "0.20.1"
6897source = "registry+https://github.com/rust-lang/crates.io-index"
6898checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6899dependencies = [
6900 "bitflags 2.9.0",
6901 "libc",
6902 "libgit2-sys",
6903 "log",
6904 "url",
6905]
6906
6907[[package]]
6908name = "git_hosting_providers"
6909version = "0.1.0"
6910dependencies = [
6911 "anyhow",
6912 "async-trait",
6913 "futures 0.3.31",
6914 "git",
6915 "gpui",
6916 "http_client",
6917 "indoc",
6918 "pretty_assertions",
6919 "regex",
6920 "serde",
6921 "serde_json",
6922 "settings",
6923 "url",
6924 "util",
6925 "workspace-hack",
6926]
6927
6928[[package]]
6929name = "git_ui"
6930version = "0.1.0"
6931dependencies = [
6932 "agent_settings",
6933 "anyhow",
6934 "askpass",
6935 "buffer_diff",
6936 "call",
6937 "chrono",
6938 "cloud_llm_client",
6939 "collections",
6940 "command_palette_hooks",
6941 "component",
6942 "ctor",
6943 "db",
6944 "editor",
6945 "futures 0.3.31",
6946 "fuzzy",
6947 "git",
6948 "gpui",
6949 "indoc",
6950 "itertools 0.14.0",
6951 "language",
6952 "language_model",
6953 "linkify",
6954 "log",
6955 "markdown",
6956 "menu",
6957 "multi_buffer",
6958 "notifications",
6959 "panel",
6960 "picker",
6961 "postage",
6962 "pretty_assertions",
6963 "project",
6964 "schemars 1.0.1",
6965 "serde",
6966 "serde_json",
6967 "settings",
6968 "strum 0.27.1",
6969 "telemetry",
6970 "theme",
6971 "time",
6972 "time_format",
6973 "ui",
6974 "unindent",
6975 "util",
6976 "watch",
6977 "windows 0.61.1",
6978 "workspace",
6979 "workspace-hack",
6980 "zed_actions",
6981 "zeroize",
6982 "zlog",
6983]
6984
6985[[package]]
6986name = "glob"
6987version = "0.3.2"
6988source = "registry+https://github.com/rust-lang/crates.io-index"
6989checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6990
6991[[package]]
6992name = "globset"
6993version = "0.4.16"
6994source = "registry+https://github.com/rust-lang/crates.io-index"
6995checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6996dependencies = [
6997 "aho-corasick",
6998 "bstr",
6999 "log",
7000 "regex-automata",
7001 "regex-syntax",
7002]
7003
7004[[package]]
7005name = "gloo-timers"
7006version = "0.3.0"
7007source = "registry+https://github.com/rust-lang/crates.io-index"
7008checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7009dependencies = [
7010 "futures-channel",
7011 "futures-core",
7012 "js-sys",
7013 "wasm-bindgen",
7014]
7015
7016[[package]]
7017name = "glow"
7018version = "0.16.0"
7019source = "registry+https://github.com/rust-lang/crates.io-index"
7020checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
7021dependencies = [
7022 "js-sys",
7023 "slotmap",
7024 "wasm-bindgen",
7025 "web-sys",
7026]
7027
7028[[package]]
7029name = "go_to_line"
7030version = "0.1.0"
7031dependencies = [
7032 "editor",
7033 "gpui",
7034 "indoc",
7035 "language",
7036 "menu",
7037 "project",
7038 "rope",
7039 "serde",
7040 "serde_json",
7041 "settings",
7042 "text",
7043 "theme",
7044 "tree-sitter-rust",
7045 "tree-sitter-typescript",
7046 "ui",
7047 "util",
7048 "workspace",
7049 "workspace-hack",
7050]
7051
7052[[package]]
7053name = "goblin"
7054version = "0.8.2"
7055source = "registry+https://github.com/rust-lang/crates.io-index"
7056checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
7057dependencies = [
7058 "log",
7059 "plain",
7060 "scroll",
7061]
7062
7063[[package]]
7064name = "google_ai"
7065version = "0.1.0"
7066dependencies = [
7067 "anyhow",
7068 "futures 0.3.31",
7069 "http_client",
7070 "schemars 1.0.1",
7071 "serde",
7072 "serde_json",
7073 "settings",
7074 "strum 0.27.1",
7075 "workspace-hack",
7076]
7077
7078[[package]]
7079name = "gpu-alloc"
7080version = "0.6.0"
7081source = "registry+https://github.com/rust-lang/crates.io-index"
7082checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
7083dependencies = [
7084 "bitflags 2.9.0",
7085 "gpu-alloc-types",
7086]
7087
7088[[package]]
7089name = "gpu-alloc-ash"
7090version = "0.7.0"
7091source = "registry+https://github.com/rust-lang/crates.io-index"
7092checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7093dependencies = [
7094 "ash",
7095 "gpu-alloc-types",
7096 "tinyvec",
7097]
7098
7099[[package]]
7100name = "gpu-alloc-types"
7101version = "0.3.0"
7102source = "registry+https://github.com/rust-lang/crates.io-index"
7103checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7104dependencies = [
7105 "bitflags 2.9.0",
7106]
7107
7108[[package]]
7109name = "gpui"
7110version = "0.2.1"
7111dependencies = [
7112 "anyhow",
7113 "as-raw-xcb-connection",
7114 "ashpd 0.11.0",
7115 "async-task",
7116 "backtrace",
7117 "bindgen 0.71.1",
7118 "blade-graphics",
7119 "blade-macros",
7120 "blade-util",
7121 "block",
7122 "bytemuck",
7123 "calloop",
7124 "calloop-wayland-source",
7125 "cbindgen",
7126 "cocoa 0.26.0",
7127 "collections",
7128 "core-foundation 0.10.0",
7129 "core-foundation-sys",
7130 "core-graphics 0.24.0",
7131 "core-text",
7132 "core-video",
7133 "cosmic-text",
7134 "ctor",
7135 "derive_more",
7136 "embed-resource",
7137 "env_logger 0.11.8",
7138 "etagere",
7139 "filedescriptor",
7140 "flume",
7141 "foreign-types 0.5.0",
7142 "futures 0.3.31",
7143 "gpui_macros",
7144 "http_client",
7145 "image",
7146 "inventory",
7147 "itertools 0.14.0",
7148 "libc",
7149 "log",
7150 "lyon",
7151 "media",
7152 "metal",
7153 "naga",
7154 "num_cpus",
7155 "objc",
7156 "objc2",
7157 "objc2-metal",
7158 "oo7",
7159 "open",
7160 "parking",
7161 "parking_lot",
7162 "pathfinder_geometry",
7163 "postage",
7164 "pretty_assertions",
7165 "profiling",
7166 "rand 0.9.1",
7167 "raw-window-handle",
7168 "refineable",
7169 "reqwest_client",
7170 "resvg",
7171 "schemars 1.0.1",
7172 "seahash",
7173 "semantic_version",
7174 "serde",
7175 "serde_json",
7176 "slotmap",
7177 "smallvec",
7178 "smol",
7179 "stacksafe",
7180 "strum 0.27.1",
7181 "sum_tree",
7182 "taffy",
7183 "thiserror 2.0.12",
7184 "unicode-segmentation",
7185 "usvg",
7186 "util",
7187 "util_macros",
7188 "uuid",
7189 "waker-fn",
7190 "wayland-backend",
7191 "wayland-client",
7192 "wayland-cursor",
7193 "wayland-protocols 0.31.2",
7194 "wayland-protocols-plasma",
7195 "windows 0.61.1",
7196 "windows-core 0.61.0",
7197 "windows-numerics",
7198 "windows-registry 0.5.1",
7199 "workspace-hack",
7200 "x11-clipboard",
7201 "x11rb",
7202 "xkbcommon",
7203 "zed-font-kit",
7204 "zed-scap",
7205 "zed-xim",
7206]
7207
7208[[package]]
7209name = "gpui_macros"
7210version = "0.1.0"
7211dependencies = [
7212 "gpui",
7213 "heck 0.5.0",
7214 "proc-macro2",
7215 "quote",
7216 "syn 2.0.101",
7217 "workspace-hack",
7218]
7219
7220[[package]]
7221name = "gpui_tokio"
7222version = "0.1.0"
7223dependencies = [
7224 "anyhow",
7225 "gpui",
7226 "tokio",
7227 "util",
7228 "workspace-hack",
7229]
7230
7231[[package]]
7232name = "grid"
7233version = "0.18.0"
7234source = "registry+https://github.com/rust-lang/crates.io-index"
7235checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7236
7237[[package]]
7238name = "group"
7239version = "0.12.1"
7240source = "registry+https://github.com/rust-lang/crates.io-index"
7241checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7242dependencies = [
7243 "ff",
7244 "rand_core 0.6.4",
7245 "subtle",
7246]
7247
7248[[package]]
7249name = "h2"
7250version = "0.3.26"
7251source = "registry+https://github.com/rust-lang/crates.io-index"
7252checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7253dependencies = [
7254 "bytes 1.10.1",
7255 "fnv",
7256 "futures-core",
7257 "futures-sink",
7258 "futures-util",
7259 "http 0.2.12",
7260 "indexmap 2.9.0",
7261 "slab",
7262 "tokio",
7263 "tokio-util",
7264 "tracing",
7265]
7266
7267[[package]]
7268name = "h2"
7269version = "0.4.9"
7270source = "registry+https://github.com/rust-lang/crates.io-index"
7271checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7272dependencies = [
7273 "atomic-waker",
7274 "bytes 1.10.1",
7275 "fnv",
7276 "futures-core",
7277 "futures-sink",
7278 "http 1.3.1",
7279 "indexmap 2.9.0",
7280 "slab",
7281 "tokio",
7282 "tokio-util",
7283 "tracing",
7284]
7285
7286[[package]]
7287name = "half"
7288version = "2.6.0"
7289source = "registry+https://github.com/rust-lang/crates.io-index"
7290checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7291dependencies = [
7292 "bytemuck",
7293 "cfg-if",
7294 "crunchy",
7295 "num-traits",
7296 "rand 0.9.1",
7297 "rand_distr",
7298]
7299
7300[[package]]
7301name = "handlebars"
7302version = "4.5.0"
7303source = "registry+https://github.com/rust-lang/crates.io-index"
7304checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7305dependencies = [
7306 "log",
7307 "pest",
7308 "pest_derive",
7309 "rust-embed",
7310 "serde",
7311 "serde_json",
7312 "thiserror 1.0.69",
7313]
7314
7315[[package]]
7316name = "handlebars"
7317version = "5.1.2"
7318source = "registry+https://github.com/rust-lang/crates.io-index"
7319checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7320dependencies = [
7321 "log",
7322 "pest",
7323 "pest_derive",
7324 "serde",
7325 "serde_json",
7326 "thiserror 1.0.69",
7327]
7328
7329[[package]]
7330name = "hashbrown"
7331version = "0.12.3"
7332source = "registry+https://github.com/rust-lang/crates.io-index"
7333checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7334dependencies = [
7335 "ahash 0.7.8",
7336]
7337
7338[[package]]
7339name = "hashbrown"
7340version = "0.14.5"
7341source = "registry+https://github.com/rust-lang/crates.io-index"
7342checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7343dependencies = [
7344 "ahash 0.8.11",
7345 "allocator-api2",
7346]
7347
7348[[package]]
7349name = "hashbrown"
7350version = "0.15.3"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7353dependencies = [
7354 "allocator-api2",
7355 "equivalent",
7356 "foldhash",
7357 "serde",
7358]
7359
7360[[package]]
7361name = "hashlink"
7362version = "0.8.4"
7363source = "registry+https://github.com/rust-lang/crates.io-index"
7364checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7365dependencies = [
7366 "hashbrown 0.14.5",
7367]
7368
7369[[package]]
7370name = "hashlink"
7371version = "0.10.0"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7374dependencies = [
7375 "hashbrown 0.15.3",
7376]
7377
7378[[package]]
7379name = "headers"
7380version = "0.3.9"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7383dependencies = [
7384 "base64 0.21.7",
7385 "bytes 1.10.1",
7386 "headers-core",
7387 "http 0.2.12",
7388 "httpdate",
7389 "mime",
7390 "sha1",
7391]
7392
7393[[package]]
7394name = "headers-core"
7395version = "0.2.0"
7396source = "registry+https://github.com/rust-lang/crates.io-index"
7397checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7398dependencies = [
7399 "http 0.2.12",
7400]
7401
7402[[package]]
7403name = "heck"
7404version = "0.3.3"
7405source = "registry+https://github.com/rust-lang/crates.io-index"
7406checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7407dependencies = [
7408 "unicode-segmentation",
7409]
7410
7411[[package]]
7412name = "heck"
7413version = "0.4.1"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7416dependencies = [
7417 "unicode-segmentation",
7418]
7419
7420[[package]]
7421name = "heck"
7422version = "0.5.0"
7423source = "registry+https://github.com/rust-lang/crates.io-index"
7424checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7425
7426[[package]]
7427name = "heed"
7428version = "0.21.0"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7431dependencies = [
7432 "bitflags 2.9.0",
7433 "byteorder",
7434 "heed-traits",
7435 "heed-types",
7436 "libc",
7437 "lmdb-master-sys",
7438 "once_cell",
7439 "page_size",
7440 "serde",
7441 "synchronoise",
7442 "url",
7443]
7444
7445[[package]]
7446name = "heed-traits"
7447version = "0.20.0"
7448source = "registry+https://github.com/rust-lang/crates.io-index"
7449checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7450
7451[[package]]
7452name = "heed-types"
7453version = "0.21.0"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7456dependencies = [
7457 "bincode",
7458 "byteorder",
7459 "heed-traits",
7460 "serde",
7461 "serde_json",
7462]
7463
7464[[package]]
7465name = "hermit-abi"
7466version = "0.3.9"
7467source = "registry+https://github.com/rust-lang/crates.io-index"
7468checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7469
7470[[package]]
7471name = "hermit-abi"
7472version = "0.5.0"
7473source = "registry+https://github.com/rust-lang/crates.io-index"
7474checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7475
7476[[package]]
7477name = "hex"
7478version = "0.4.3"
7479source = "registry+https://github.com/rust-lang/crates.io-index"
7480checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7481
7482[[package]]
7483name = "hexf-parse"
7484version = "0.2.1"
7485source = "registry+https://github.com/rust-lang/crates.io-index"
7486checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7487
7488[[package]]
7489name = "hidden-trait"
7490version = "0.1.2"
7491source = "registry+https://github.com/rust-lang/crates.io-index"
7492checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7493dependencies = [
7494 "proc-macro2",
7495 "quote",
7496 "syn 1.0.109",
7497]
7498
7499[[package]]
7500name = "hkdf"
7501version = "0.12.4"
7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7504dependencies = [
7505 "hmac",
7506]
7507
7508[[package]]
7509name = "hmac"
7510version = "0.12.1"
7511source = "registry+https://github.com/rust-lang/crates.io-index"
7512checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7513dependencies = [
7514 "digest",
7515]
7516
7517[[package]]
7518name = "home"
7519version = "0.5.11"
7520source = "registry+https://github.com/rust-lang/crates.io-index"
7521checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7522dependencies = [
7523 "windows-sys 0.59.0",
7524]
7525
7526[[package]]
7527name = "hound"
7528version = "3.5.1"
7529source = "registry+https://github.com/rust-lang/crates.io-index"
7530checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7531
7532[[package]]
7533name = "html5ever"
7534version = "0.27.0"
7535source = "registry+https://github.com/rust-lang/crates.io-index"
7536checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7537dependencies = [
7538 "log",
7539 "mac",
7540 "markup5ever 0.12.1",
7541 "proc-macro2",
7542 "quote",
7543 "syn 2.0.101",
7544]
7545
7546[[package]]
7547name = "html5ever"
7548version = "0.35.0"
7549source = "registry+https://github.com/rust-lang/crates.io-index"
7550checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
7551dependencies = [
7552 "log",
7553 "markup5ever 0.35.0",
7554 "match_token",
7555]
7556
7557[[package]]
7558name = "html_to_markdown"
7559version = "0.1.0"
7560dependencies = [
7561 "anyhow",
7562 "html5ever 0.27.0",
7563 "indoc",
7564 "markup5ever_rcdom",
7565 "pretty_assertions",
7566 "regex",
7567 "workspace-hack",
7568]
7569
7570[[package]]
7571name = "http"
7572version = "0.2.12"
7573source = "registry+https://github.com/rust-lang/crates.io-index"
7574checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7575dependencies = [
7576 "bytes 1.10.1",
7577 "fnv",
7578 "itoa",
7579]
7580
7581[[package]]
7582name = "http"
7583version = "1.3.1"
7584source = "registry+https://github.com/rust-lang/crates.io-index"
7585checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7586dependencies = [
7587 "bytes 1.10.1",
7588 "fnv",
7589 "itoa",
7590]
7591
7592[[package]]
7593name = "http-body"
7594version = "0.4.6"
7595source = "registry+https://github.com/rust-lang/crates.io-index"
7596checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7597dependencies = [
7598 "bytes 1.10.1",
7599 "http 0.2.12",
7600 "pin-project-lite",
7601]
7602
7603[[package]]
7604name = "http-body"
7605version = "1.0.1"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7608dependencies = [
7609 "bytes 1.10.1",
7610 "http 1.3.1",
7611]
7612
7613[[package]]
7614name = "http-body-util"
7615version = "0.1.3"
7616source = "registry+https://github.com/rust-lang/crates.io-index"
7617checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7618dependencies = [
7619 "bytes 1.10.1",
7620 "futures-core",
7621 "http 1.3.1",
7622 "http-body 1.0.1",
7623 "pin-project-lite",
7624]
7625
7626[[package]]
7627name = "http-range-header"
7628version = "0.3.1"
7629source = "registry+https://github.com/rust-lang/crates.io-index"
7630checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7631
7632[[package]]
7633name = "http_client"
7634version = "0.1.0"
7635dependencies = [
7636 "anyhow",
7637 "async-compression",
7638 "async-fs",
7639 "async-tar",
7640 "bytes 1.10.1",
7641 "derive_more",
7642 "futures 0.3.31",
7643 "http 1.3.1",
7644 "http-body 1.0.1",
7645 "log",
7646 "parking_lot",
7647 "serde",
7648 "serde_json",
7649 "sha2",
7650 "tempfile",
7651 "url",
7652 "util",
7653 "workspace-hack",
7654 "zed-reqwest",
7655]
7656
7657[[package]]
7658name = "http_client_tls"
7659version = "0.1.0"
7660dependencies = [
7661 "rustls 0.23.26",
7662 "rustls-platform-verifier",
7663 "workspace-hack",
7664]
7665
7666[[package]]
7667name = "httparse"
7668version = "1.10.1"
7669source = "registry+https://github.com/rust-lang/crates.io-index"
7670checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7671
7672[[package]]
7673name = "httpdate"
7674version = "1.0.3"
7675source = "registry+https://github.com/rust-lang/crates.io-index"
7676checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7677
7678[[package]]
7679name = "human_bytes"
7680version = "0.4.3"
7681source = "registry+https://github.com/rust-lang/crates.io-index"
7682checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7683
7684[[package]]
7685name = "humantime"
7686version = "2.2.0"
7687source = "registry+https://github.com/rust-lang/crates.io-index"
7688checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7689
7690[[package]]
7691name = "hyper"
7692version = "0.14.32"
7693source = "registry+https://github.com/rust-lang/crates.io-index"
7694checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7695dependencies = [
7696 "bytes 1.10.1",
7697 "futures-channel",
7698 "futures-core",
7699 "futures-util",
7700 "h2 0.3.26",
7701 "http 0.2.12",
7702 "http-body 0.4.6",
7703 "httparse",
7704 "httpdate",
7705 "itoa",
7706 "pin-project-lite",
7707 "socket2",
7708 "tokio",
7709 "tower-service",
7710 "tracing",
7711 "want",
7712]
7713
7714[[package]]
7715name = "hyper"
7716version = "1.6.0"
7717source = "registry+https://github.com/rust-lang/crates.io-index"
7718checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7719dependencies = [
7720 "bytes 1.10.1",
7721 "futures-channel",
7722 "futures-util",
7723 "h2 0.4.9",
7724 "http 1.3.1",
7725 "http-body 1.0.1",
7726 "httparse",
7727 "itoa",
7728 "pin-project-lite",
7729 "smallvec",
7730 "tokio",
7731 "want",
7732]
7733
7734[[package]]
7735name = "hyper-rustls"
7736version = "0.24.2"
7737source = "registry+https://github.com/rust-lang/crates.io-index"
7738checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7739dependencies = [
7740 "futures-util",
7741 "http 0.2.12",
7742 "hyper 0.14.32",
7743 "log",
7744 "rustls 0.21.12",
7745 "rustls-native-certs 0.6.3",
7746 "tokio",
7747 "tokio-rustls 0.24.1",
7748]
7749
7750[[package]]
7751name = "hyper-rustls"
7752version = "0.27.5"
7753source = "registry+https://github.com/rust-lang/crates.io-index"
7754checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7755dependencies = [
7756 "futures-util",
7757 "http 1.3.1",
7758 "hyper 1.6.0",
7759 "hyper-util",
7760 "rustls 0.23.26",
7761 "rustls-native-certs 0.8.1",
7762 "rustls-pki-types",
7763 "tokio",
7764 "tokio-rustls 0.26.2",
7765 "tower-service",
7766]
7767
7768[[package]]
7769name = "hyper-tls"
7770version = "0.5.0"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7773dependencies = [
7774 "bytes 1.10.1",
7775 "hyper 0.14.32",
7776 "native-tls",
7777 "tokio",
7778 "tokio-native-tls",
7779]
7780
7781[[package]]
7782name = "hyper-util"
7783version = "0.1.11"
7784source = "registry+https://github.com/rust-lang/crates.io-index"
7785checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7786dependencies = [
7787 "bytes 1.10.1",
7788 "futures-channel",
7789 "futures-util",
7790 "http 1.3.1",
7791 "http-body 1.0.1",
7792 "hyper 1.6.0",
7793 "libc",
7794 "pin-project-lite",
7795 "socket2",
7796 "tokio",
7797 "tower-service",
7798 "tracing",
7799]
7800
7801[[package]]
7802name = "iana-time-zone"
7803version = "0.1.63"
7804source = "registry+https://github.com/rust-lang/crates.io-index"
7805checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7806dependencies = [
7807 "android_system_properties",
7808 "core-foundation-sys",
7809 "iana-time-zone-haiku",
7810 "js-sys",
7811 "log",
7812 "wasm-bindgen",
7813 "windows-core 0.61.0",
7814]
7815
7816[[package]]
7817name = "iana-time-zone-haiku"
7818version = "0.1.2"
7819source = "registry+https://github.com/rust-lang/crates.io-index"
7820checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7821dependencies = [
7822 "cc",
7823]
7824
7825[[package]]
7826name = "icons"
7827version = "0.1.0"
7828dependencies = [
7829 "serde",
7830 "strum 0.27.1",
7831 "workspace-hack",
7832]
7833
7834[[package]]
7835name = "icu_collections"
7836version = "1.5.0"
7837source = "registry+https://github.com/rust-lang/crates.io-index"
7838checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7839dependencies = [
7840 "displaydoc",
7841 "yoke",
7842 "zerofrom",
7843 "zerovec",
7844]
7845
7846[[package]]
7847name = "icu_locid"
7848version = "1.5.0"
7849source = "registry+https://github.com/rust-lang/crates.io-index"
7850checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7851dependencies = [
7852 "displaydoc",
7853 "litemap",
7854 "tinystr",
7855 "writeable",
7856 "zerovec",
7857]
7858
7859[[package]]
7860name = "icu_locid_transform"
7861version = "1.5.0"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7864dependencies = [
7865 "displaydoc",
7866 "icu_locid",
7867 "icu_locid_transform_data",
7868 "icu_provider",
7869 "tinystr",
7870 "zerovec",
7871]
7872
7873[[package]]
7874name = "icu_locid_transform_data"
7875version = "1.5.1"
7876source = "registry+https://github.com/rust-lang/crates.io-index"
7877checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7878
7879[[package]]
7880name = "icu_normalizer"
7881version = "1.5.0"
7882source = "registry+https://github.com/rust-lang/crates.io-index"
7883checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7884dependencies = [
7885 "displaydoc",
7886 "icu_collections",
7887 "icu_normalizer_data",
7888 "icu_properties",
7889 "icu_provider",
7890 "smallvec",
7891 "utf16_iter",
7892 "utf8_iter",
7893 "write16",
7894 "zerovec",
7895]
7896
7897[[package]]
7898name = "icu_normalizer_data"
7899version = "1.5.1"
7900source = "registry+https://github.com/rust-lang/crates.io-index"
7901checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7902
7903[[package]]
7904name = "icu_properties"
7905version = "1.5.1"
7906source = "registry+https://github.com/rust-lang/crates.io-index"
7907checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7908dependencies = [
7909 "displaydoc",
7910 "icu_collections",
7911 "icu_locid_transform",
7912 "icu_properties_data",
7913 "icu_provider",
7914 "tinystr",
7915 "zerovec",
7916]
7917
7918[[package]]
7919name = "icu_properties_data"
7920version = "1.5.1"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7923
7924[[package]]
7925name = "icu_provider"
7926version = "1.5.0"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7929dependencies = [
7930 "displaydoc",
7931 "icu_locid",
7932 "icu_provider_macros",
7933 "stable_deref_trait",
7934 "tinystr",
7935 "writeable",
7936 "yoke",
7937 "zerofrom",
7938 "zerovec",
7939]
7940
7941[[package]]
7942name = "icu_provider_macros"
7943version = "1.5.0"
7944source = "registry+https://github.com/rust-lang/crates.io-index"
7945checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7946dependencies = [
7947 "proc-macro2",
7948 "quote",
7949 "syn 2.0.101",
7950]
7951
7952[[package]]
7953name = "id-arena"
7954version = "2.2.1"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7957
7958[[package]]
7959name = "ident_case"
7960version = "1.0.1"
7961source = "registry+https://github.com/rust-lang/crates.io-index"
7962checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7963
7964[[package]]
7965name = "idna"
7966version = "1.0.3"
7967source = "registry+https://github.com/rust-lang/crates.io-index"
7968checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7969dependencies = [
7970 "idna_adapter",
7971 "smallvec",
7972 "utf8_iter",
7973]
7974
7975[[package]]
7976name = "idna_adapter"
7977version = "1.2.0"
7978source = "registry+https://github.com/rust-lang/crates.io-index"
7979checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7980dependencies = [
7981 "icu_normalizer",
7982 "icu_properties",
7983]
7984
7985[[package]]
7986name = "ignore"
7987version = "0.4.23"
7988source = "registry+https://github.com/rust-lang/crates.io-index"
7989checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7990dependencies = [
7991 "crossbeam-deque",
7992 "globset",
7993 "log",
7994 "memchr",
7995 "regex-automata",
7996 "same-file",
7997 "walkdir",
7998 "winapi-util",
7999]
8000
8001[[package]]
8002name = "image"
8003version = "0.25.6"
8004source = "registry+https://github.com/rust-lang/crates.io-index"
8005checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
8006dependencies = [
8007 "bytemuck",
8008 "byteorder-lite",
8009 "color_quant",
8010 "exr",
8011 "gif",
8012 "image-webp",
8013 "num-traits",
8014 "png",
8015 "qoi",
8016 "ravif",
8017 "rayon",
8018 "rgb",
8019 "tiff",
8020 "zune-core",
8021 "zune-jpeg",
8022]
8023
8024[[package]]
8025name = "image-webp"
8026version = "0.2.1"
8027source = "registry+https://github.com/rust-lang/crates.io-index"
8028checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
8029dependencies = [
8030 "byteorder-lite",
8031 "quick-error",
8032]
8033
8034[[package]]
8035name = "image_viewer"
8036version = "0.1.0"
8037dependencies = [
8038 "anyhow",
8039 "db",
8040 "editor",
8041 "file_icons",
8042 "gpui",
8043 "language",
8044 "log",
8045 "project",
8046 "serde",
8047 "settings",
8048 "theme",
8049 "ui",
8050 "util",
8051 "workspace",
8052 "workspace-hack",
8053]
8054
8055[[package]]
8056name = "imagesize"
8057version = "0.13.0"
8058source = "registry+https://github.com/rust-lang/crates.io-index"
8059checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8060
8061[[package]]
8062name = "imara-diff"
8063version = "0.1.8"
8064source = "registry+https://github.com/rust-lang/crates.io-index"
8065checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8066dependencies = [
8067 "hashbrown 0.15.3",
8068]
8069
8070[[package]]
8071name = "imgref"
8072version = "1.11.0"
8073source = "registry+https://github.com/rust-lang/crates.io-index"
8074checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8075
8076[[package]]
8077name = "indexmap"
8078version = "1.9.3"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8081dependencies = [
8082 "autocfg",
8083 "hashbrown 0.12.3",
8084 "serde",
8085]
8086
8087[[package]]
8088name = "indexmap"
8089version = "2.9.0"
8090source = "registry+https://github.com/rust-lang/crates.io-index"
8091checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8092dependencies = [
8093 "equivalent",
8094 "hashbrown 0.15.3",
8095 "serde",
8096]
8097
8098[[package]]
8099name = "indoc"
8100version = "2.0.6"
8101source = "registry+https://github.com/rust-lang/crates.io-index"
8102checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8103
8104[[package]]
8105name = "inherent"
8106version = "1.0.12"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8109dependencies = [
8110 "proc-macro2",
8111 "quote",
8112 "syn 2.0.101",
8113]
8114
8115[[package]]
8116name = "inotify"
8117version = "0.9.6"
8118source = "registry+https://github.com/rust-lang/crates.io-index"
8119checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8120dependencies = [
8121 "bitflags 1.3.2",
8122 "inotify-sys",
8123 "libc",
8124]
8125
8126[[package]]
8127name = "inotify"
8128version = "0.11.0"
8129source = "registry+https://github.com/rust-lang/crates.io-index"
8130checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8131dependencies = [
8132 "bitflags 2.9.0",
8133 "inotify-sys",
8134 "libc",
8135]
8136
8137[[package]]
8138name = "inotify-sys"
8139version = "0.1.5"
8140source = "registry+https://github.com/rust-lang/crates.io-index"
8141checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8142dependencies = [
8143 "libc",
8144]
8145
8146[[package]]
8147name = "inout"
8148version = "0.1.4"
8149source = "registry+https://github.com/rust-lang/crates.io-index"
8150checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8151dependencies = [
8152 "block-padding",
8153 "generic-array",
8154]
8155
8156[[package]]
8157name = "inspector_ui"
8158version = "0.1.0"
8159dependencies = [
8160 "anyhow",
8161 "command_palette_hooks",
8162 "editor",
8163 "fuzzy",
8164 "gpui",
8165 "language",
8166 "project",
8167 "serde_json",
8168 "serde_json_lenient",
8169 "theme",
8170 "title_bar",
8171 "ui",
8172 "util",
8173 "util_macros",
8174 "workspace",
8175 "workspace-hack",
8176 "zed_actions",
8177]
8178
8179[[package]]
8180name = "install_cli"
8181version = "0.1.0"
8182dependencies = [
8183 "anyhow",
8184 "client",
8185 "gpui",
8186 "release_channel",
8187 "smol",
8188 "util",
8189 "workspace",
8190 "workspace-hack",
8191]
8192
8193[[package]]
8194name = "instant"
8195version = "0.1.13"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8198dependencies = [
8199 "cfg-if",
8200]
8201
8202[[package]]
8203name = "interpolate_name"
8204version = "0.2.4"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8207dependencies = [
8208 "proc-macro2",
8209 "quote",
8210 "syn 2.0.101",
8211]
8212
8213[[package]]
8214name = "inventory"
8215version = "0.3.20"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8218dependencies = [
8219 "rustversion",
8220]
8221
8222[[package]]
8223name = "io-extras"
8224version = "0.18.4"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8227dependencies = [
8228 "io-lifetimes",
8229 "windows-sys 0.59.0",
8230]
8231
8232[[package]]
8233name = "io-lifetimes"
8234version = "2.0.4"
8235source = "registry+https://github.com/rust-lang/crates.io-index"
8236checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8237
8238[[package]]
8239name = "io-surface"
8240version = "0.16.0"
8241source = "registry+https://github.com/rust-lang/crates.io-index"
8242checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8243dependencies = [
8244 "cgl",
8245 "core-foundation 0.10.0",
8246 "core-foundation-sys",
8247 "leaky-cow",
8248 "libc",
8249]
8250
8251[[package]]
8252name = "iovec"
8253version = "0.1.4"
8254source = "registry+https://github.com/rust-lang/crates.io-index"
8255checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8256dependencies = [
8257 "libc",
8258]
8259
8260[[package]]
8261name = "ipc-channel"
8262version = "0.19.0"
8263source = "registry+https://github.com/rust-lang/crates.io-index"
8264checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8265dependencies = [
8266 "bincode",
8267 "crossbeam-channel",
8268 "fnv",
8269 "lazy_static",
8270 "libc",
8271 "mio 1.0.3",
8272 "rand 0.8.5",
8273 "serde",
8274 "tempfile",
8275 "uuid",
8276 "windows 0.58.0",
8277]
8278
8279[[package]]
8280name = "ipnet"
8281version = "2.11.0"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8284
8285[[package]]
8286name = "is-docker"
8287version = "0.2.0"
8288source = "registry+https://github.com/rust-lang/crates.io-index"
8289checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8290dependencies = [
8291 "once_cell",
8292]
8293
8294[[package]]
8295name = "is-terminal"
8296version = "0.4.16"
8297source = "registry+https://github.com/rust-lang/crates.io-index"
8298checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8299dependencies = [
8300 "hermit-abi 0.5.0",
8301 "libc",
8302 "windows-sys 0.59.0",
8303]
8304
8305[[package]]
8306name = "is-wsl"
8307version = "0.4.0"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8310dependencies = [
8311 "is-docker",
8312 "once_cell",
8313]
8314
8315[[package]]
8316name = "is_terminal_polyfill"
8317version = "1.70.1"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8320
8321[[package]]
8322name = "itertools"
8323version = "0.10.5"
8324source = "registry+https://github.com/rust-lang/crates.io-index"
8325checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8326dependencies = [
8327 "either",
8328]
8329
8330[[package]]
8331name = "itertools"
8332version = "0.11.0"
8333source = "registry+https://github.com/rust-lang/crates.io-index"
8334checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8335dependencies = [
8336 "either",
8337]
8338
8339[[package]]
8340name = "itertools"
8341version = "0.12.1"
8342source = "registry+https://github.com/rust-lang/crates.io-index"
8343checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8344dependencies = [
8345 "either",
8346]
8347
8348[[package]]
8349name = "itertools"
8350version = "0.13.0"
8351source = "registry+https://github.com/rust-lang/crates.io-index"
8352checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8353dependencies = [
8354 "either",
8355]
8356
8357[[package]]
8358name = "itertools"
8359version = "0.14.0"
8360source = "registry+https://github.com/rust-lang/crates.io-index"
8361checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8362dependencies = [
8363 "either",
8364]
8365
8366[[package]]
8367name = "itoa"
8368version = "1.0.15"
8369source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8371
8372[[package]]
8373name = "jiff"
8374version = "0.2.10"
8375source = "registry+https://github.com/rust-lang/crates.io-index"
8376checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8377dependencies = [
8378 "jiff-static",
8379 "log",
8380 "portable-atomic",
8381 "portable-atomic-util",
8382 "serde",
8383]
8384
8385[[package]]
8386name = "jiff-static"
8387version = "0.2.10"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8390dependencies = [
8391 "proc-macro2",
8392 "quote",
8393 "syn 2.0.101",
8394]
8395
8396[[package]]
8397name = "jni"
8398version = "0.21.1"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8401dependencies = [
8402 "cesu8",
8403 "cfg-if",
8404 "combine",
8405 "jni-sys",
8406 "log",
8407 "thiserror 1.0.69",
8408 "walkdir",
8409 "windows-sys 0.45.0",
8410]
8411
8412[[package]]
8413name = "jni-sys"
8414version = "0.3.0"
8415source = "registry+https://github.com/rust-lang/crates.io-index"
8416checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8417
8418[[package]]
8419name = "jobserver"
8420version = "0.1.33"
8421source = "registry+https://github.com/rust-lang/crates.io-index"
8422checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8423dependencies = [
8424 "getrandom 0.3.2",
8425 "libc",
8426]
8427
8428[[package]]
8429name = "journal"
8430version = "0.1.0"
8431dependencies = [
8432 "anyhow",
8433 "chrono",
8434 "editor",
8435 "gpui",
8436 "log",
8437 "serde",
8438 "settings",
8439 "shellexpand 2.1.2",
8440 "workspace",
8441 "workspace-hack",
8442]
8443
8444[[package]]
8445name = "jpeg-decoder"
8446version = "0.3.1"
8447source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8449
8450[[package]]
8451name = "js-sys"
8452version = "0.3.77"
8453source = "registry+https://github.com/rust-lang/crates.io-index"
8454checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8455dependencies = [
8456 "once_cell",
8457 "wasm-bindgen",
8458]
8459
8460[[package]]
8461name = "json_dotpath"
8462version = "1.1.0"
8463source = "registry+https://github.com/rust-lang/crates.io-index"
8464checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8465dependencies = [
8466 "serde",
8467 "serde_derive",
8468 "serde_json",
8469 "thiserror 1.0.69",
8470]
8471
8472[[package]]
8473name = "json_schema_store"
8474version = "0.1.0"
8475dependencies = [
8476 "anyhow",
8477 "dap",
8478 "extension",
8479 "gpui",
8480 "language",
8481 "paths",
8482 "project",
8483 "schemars 1.0.1",
8484 "serde",
8485 "serde_json",
8486 "settings",
8487 "snippet_provider",
8488 "task",
8489 "theme",
8490 "util",
8491 "workspace-hack",
8492]
8493
8494[[package]]
8495name = "jsonschema"
8496version = "0.30.0"
8497source = "registry+https://github.com/rust-lang/crates.io-index"
8498checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8499dependencies = [
8500 "ahash 0.8.11",
8501 "base64 0.22.1",
8502 "bytecount",
8503 "email_address",
8504 "fancy-regex 0.14.0",
8505 "fraction",
8506 "idna",
8507 "itoa",
8508 "num-cmp",
8509 "num-traits",
8510 "once_cell",
8511 "percent-encoding",
8512 "referencing",
8513 "regex",
8514 "regex-syntax",
8515 "reqwest 0.12.15",
8516 "serde",
8517 "serde_json",
8518 "uuid-simd",
8519]
8520
8521[[package]]
8522name = "jsonwebtoken"
8523version = "9.3.1"
8524source = "registry+https://github.com/rust-lang/crates.io-index"
8525checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8526dependencies = [
8527 "base64 0.22.1",
8528 "js-sys",
8529 "pem",
8530 "ring",
8531 "serde",
8532 "serde_json",
8533 "simple_asn1",
8534]
8535
8536[[package]]
8537name = "jupyter-protocol"
8538version = "0.6.0"
8539source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8540dependencies = [
8541 "anyhow",
8542 "async-trait",
8543 "bytes 1.10.1",
8544 "chrono",
8545 "futures 0.3.31",
8546 "serde",
8547 "serde_json",
8548 "uuid",
8549]
8550
8551[[package]]
8552name = "jupyter-websocket-client"
8553version = "0.9.0"
8554source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8555dependencies = [
8556 "anyhow",
8557 "async-trait",
8558 "async-tungstenite",
8559 "futures 0.3.31",
8560 "jupyter-protocol",
8561 "serde",
8562 "serde_json",
8563 "url",
8564 "uuid",
8565]
8566
8567[[package]]
8568name = "keymap_editor"
8569version = "0.1.0"
8570dependencies = [
8571 "anyhow",
8572 "collections",
8573 "command_palette",
8574 "component",
8575 "db",
8576 "editor",
8577 "fs",
8578 "fuzzy",
8579 "gpui",
8580 "itertools 0.14.0",
8581 "json_schema_store",
8582 "language",
8583 "log",
8584 "menu",
8585 "notifications",
8586 "paths",
8587 "project",
8588 "search",
8589 "serde",
8590 "serde_json",
8591 "settings",
8592 "telemetry",
8593 "tempfile",
8594 "theme",
8595 "tree-sitter-json",
8596 "tree-sitter-rust",
8597 "ui",
8598 "ui_input",
8599 "util",
8600 "vim",
8601 "workspace",
8602 "workspace-hack",
8603 "zed_actions",
8604]
8605
8606[[package]]
8607name = "khronos-egl"
8608version = "6.0.0"
8609source = "registry+https://github.com/rust-lang/crates.io-index"
8610checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8611dependencies = [
8612 "libc",
8613 "libloading",
8614]
8615
8616[[package]]
8617name = "kqueue"
8618version = "1.0.8"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8621dependencies = [
8622 "kqueue-sys",
8623 "libc",
8624]
8625
8626[[package]]
8627name = "kqueue-sys"
8628version = "1.0.4"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8631dependencies = [
8632 "bitflags 1.3.2",
8633 "libc",
8634]
8635
8636[[package]]
8637name = "kurbo"
8638version = "0.11.1"
8639source = "registry+https://github.com/rust-lang/crates.io-index"
8640checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8641dependencies = [
8642 "arrayvec",
8643 "smallvec",
8644]
8645
8646[[package]]
8647name = "kv-log-macro"
8648version = "1.0.7"
8649source = "registry+https://github.com/rust-lang/crates.io-index"
8650checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8651dependencies = [
8652 "log",
8653]
8654
8655[[package]]
8656name = "language"
8657version = "0.1.0"
8658dependencies = [
8659 "anyhow",
8660 "async-trait",
8661 "clock",
8662 "collections",
8663 "ctor",
8664 "diffy",
8665 "ec4rs",
8666 "fs",
8667 "futures 0.3.31",
8668 "fuzzy",
8669 "globset",
8670 "gpui",
8671 "http_client",
8672 "imara-diff",
8673 "indoc",
8674 "itertools 0.14.0",
8675 "log",
8676 "lsp",
8677 "parking_lot",
8678 "postage",
8679 "pretty_assertions",
8680 "rand 0.9.1",
8681 "regex",
8682 "rpc",
8683 "schemars 1.0.1",
8684 "serde",
8685 "serde_json",
8686 "settings",
8687 "shellexpand 2.1.2",
8688 "smallvec",
8689 "smol",
8690 "streaming-iterator",
8691 "strsim",
8692 "sum_tree",
8693 "task",
8694 "text",
8695 "theme",
8696 "toml 0.8.20",
8697 "tree-sitter",
8698 "tree-sitter-elixir",
8699 "tree-sitter-embedded-template",
8700 "tree-sitter-heex",
8701 "tree-sitter-html",
8702 "tree-sitter-json",
8703 "tree-sitter-md",
8704 "tree-sitter-python",
8705 "tree-sitter-ruby",
8706 "tree-sitter-rust",
8707 "tree-sitter-typescript",
8708 "unicase",
8709 "unindent",
8710 "util",
8711 "watch",
8712 "workspace-hack",
8713 "zlog",
8714]
8715
8716[[package]]
8717name = "language_extension"
8718version = "0.1.0"
8719dependencies = [
8720 "anyhow",
8721 "async-trait",
8722 "collections",
8723 "extension",
8724 "fs",
8725 "futures 0.3.31",
8726 "gpui",
8727 "language",
8728 "log",
8729 "lsp",
8730 "project",
8731 "serde",
8732 "serde_json",
8733 "util",
8734 "workspace-hack",
8735]
8736
8737[[package]]
8738name = "language_model"
8739version = "0.1.0"
8740dependencies = [
8741 "anthropic",
8742 "anyhow",
8743 "base64 0.22.1",
8744 "client",
8745 "cloud_api_types",
8746 "cloud_llm_client",
8747 "collections",
8748 "futures 0.3.31",
8749 "gpui",
8750 "http_client",
8751 "icons",
8752 "image",
8753 "log",
8754 "open_router",
8755 "parking_lot",
8756 "proto",
8757 "schemars 1.0.1",
8758 "serde",
8759 "serde_json",
8760 "settings",
8761 "smol",
8762 "telemetry_events",
8763 "thiserror 2.0.12",
8764 "util",
8765 "workspace-hack",
8766]
8767
8768[[package]]
8769name = "language_models"
8770version = "0.1.0"
8771dependencies = [
8772 "ai_onboarding",
8773 "anthropic",
8774 "anyhow",
8775 "aws-config",
8776 "aws-credential-types",
8777 "aws_http_client",
8778 "bedrock",
8779 "chrono",
8780 "client",
8781 "cloud_llm_client",
8782 "collections",
8783 "component",
8784 "convert_case 0.8.0",
8785 "copilot",
8786 "credentials_provider",
8787 "deepseek",
8788 "editor",
8789 "fs",
8790 "futures 0.3.31",
8791 "google_ai",
8792 "gpui",
8793 "gpui_tokio",
8794 "http_client",
8795 "language",
8796 "language_model",
8797 "lmstudio",
8798 "log",
8799 "menu",
8800 "mistral",
8801 "ollama",
8802 "open_ai",
8803 "open_router",
8804 "partial-json-fixer",
8805 "project",
8806 "release_channel",
8807 "schemars 1.0.1",
8808 "serde",
8809 "serde_json",
8810 "settings",
8811 "smol",
8812 "strum 0.27.1",
8813 "thiserror 2.0.12",
8814 "tiktoken-rs",
8815 "tokio",
8816 "ui",
8817 "ui_input",
8818 "util",
8819 "vercel",
8820 "workspace-hack",
8821 "x_ai",
8822 "zed_env_vars",
8823]
8824
8825[[package]]
8826name = "language_onboarding"
8827version = "0.1.0"
8828dependencies = [
8829 "db",
8830 "editor",
8831 "gpui",
8832 "project",
8833 "ui",
8834 "workspace",
8835 "workspace-hack",
8836]
8837
8838[[package]]
8839name = "language_selector"
8840version = "0.1.0"
8841dependencies = [
8842 "anyhow",
8843 "editor",
8844 "file_finder",
8845 "file_icons",
8846 "fuzzy",
8847 "gpui",
8848 "language",
8849 "picker",
8850 "project",
8851 "settings",
8852 "ui",
8853 "util",
8854 "workspace",
8855 "workspace-hack",
8856]
8857
8858[[package]]
8859name = "language_tools"
8860version = "0.1.0"
8861dependencies = [
8862 "anyhow",
8863 "client",
8864 "collections",
8865 "command_palette_hooks",
8866 "copilot",
8867 "editor",
8868 "futures 0.3.31",
8869 "gpui",
8870 "itertools 0.14.0",
8871 "language",
8872 "lsp",
8873 "project",
8874 "proto",
8875 "release_channel",
8876 "serde_json",
8877 "settings",
8878 "theme",
8879 "tree-sitter",
8880 "ui",
8881 "util",
8882 "workspace",
8883 "workspace-hack",
8884 "zed_actions",
8885 "zlog",
8886]
8887
8888[[package]]
8889name = "languages"
8890version = "0.1.0"
8891dependencies = [
8892 "anyhow",
8893 "async-compression",
8894 "async-fs",
8895 "async-tar",
8896 "async-trait",
8897 "chrono",
8898 "collections",
8899 "futures 0.3.31",
8900 "gpui",
8901 "http_client",
8902 "itertools 0.14.0",
8903 "json_schema_store",
8904 "language",
8905 "log",
8906 "lsp",
8907 "node_runtime",
8908 "parking_lot",
8909 "pet",
8910 "pet-conda",
8911 "pet-core",
8912 "pet-fs",
8913 "pet-poetry",
8914 "pet-reporter",
8915 "pet-virtualenv",
8916 "pretty_assertions",
8917 "project",
8918 "regex",
8919 "rope",
8920 "rust-embed",
8921 "serde",
8922 "serde_json",
8923 "serde_json_lenient",
8924 "settings",
8925 "smol",
8926 "task",
8927 "text",
8928 "theme",
8929 "toml 0.8.20",
8930 "tree-sitter",
8931 "tree-sitter-bash",
8932 "tree-sitter-c",
8933 "tree-sitter-cpp",
8934 "tree-sitter-css",
8935 "tree-sitter-diff",
8936 "tree-sitter-gitcommit",
8937 "tree-sitter-go",
8938 "tree-sitter-gomod",
8939 "tree-sitter-gowork",
8940 "tree-sitter-jsdoc",
8941 "tree-sitter-json",
8942 "tree-sitter-md",
8943 "tree-sitter-python",
8944 "tree-sitter-regex",
8945 "tree-sitter-rust",
8946 "tree-sitter-typescript",
8947 "tree-sitter-yaml",
8948 "unindent",
8949 "url",
8950 "util",
8951 "workspace",
8952 "workspace-hack",
8953]
8954
8955[[package]]
8956name = "lazy_static"
8957version = "1.5.0"
8958source = "registry+https://github.com/rust-lang/crates.io-index"
8959checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8960dependencies = [
8961 "spin",
8962]
8963
8964[[package]]
8965name = "lazycell"
8966version = "1.3.0"
8967source = "registry+https://github.com/rust-lang/crates.io-index"
8968checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8969
8970[[package]]
8971name = "leak"
8972version = "0.1.2"
8973source = "registry+https://github.com/rust-lang/crates.io-index"
8974checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8975
8976[[package]]
8977name = "leaky-cow"
8978version = "0.1.1"
8979source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8981dependencies = [
8982 "leak",
8983]
8984
8985[[package]]
8986name = "leb128"
8987version = "0.2.5"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8990
8991[[package]]
8992name = "leb128fmt"
8993version = "0.1.0"
8994source = "registry+https://github.com/rust-lang/crates.io-index"
8995checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8996
8997[[package]]
8998name = "lebe"
8999version = "0.5.2"
9000source = "registry+https://github.com/rust-lang/crates.io-index"
9001checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
9002
9003[[package]]
9004name = "libc"
9005version = "0.2.176"
9006source = "registry+https://github.com/rust-lang/crates.io-index"
9007checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
9008
9009[[package]]
9010name = "libdbus-sys"
9011version = "0.2.5"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
9014dependencies = [
9015 "cc",
9016 "pkg-config",
9017]
9018
9019[[package]]
9020name = "libfuzzer-sys"
9021version = "0.4.9"
9022source = "registry+https://github.com/rust-lang/crates.io-index"
9023checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9024dependencies = [
9025 "arbitrary",
9026 "cc",
9027]
9028
9029[[package]]
9030name = "libgit2-sys"
9031version = "0.18.1+1.9.0"
9032source = "registry+https://github.com/rust-lang/crates.io-index"
9033checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9034dependencies = [
9035 "cc",
9036 "libc",
9037 "libz-sys",
9038 "pkg-config",
9039]
9040
9041[[package]]
9042name = "libloading"
9043version = "0.8.6"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9046dependencies = [
9047 "cfg-if",
9048 "windows-targets 0.52.6",
9049]
9050
9051[[package]]
9052name = "libm"
9053version = "0.2.11"
9054source = "registry+https://github.com/rust-lang/crates.io-index"
9055checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9056
9057[[package]]
9058name = "libmimalloc-sys"
9059version = "0.1.42"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9062dependencies = [
9063 "cc",
9064 "libc",
9065]
9066
9067[[package]]
9068name = "libredox"
9069version = "0.1.3"
9070source = "registry+https://github.com/rust-lang/crates.io-index"
9071checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9072dependencies = [
9073 "bitflags 2.9.0",
9074 "libc",
9075 "redox_syscall 0.5.11",
9076]
9077
9078[[package]]
9079name = "libsqlite3-sys"
9080version = "0.30.1"
9081source = "registry+https://github.com/rust-lang/crates.io-index"
9082checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9083dependencies = [
9084 "cc",
9085 "pkg-config",
9086 "vcpkg",
9087]
9088
9089[[package]]
9090name = "libwebrtc"
9091version = "0.3.10"
9092source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9093dependencies = [
9094 "cxx",
9095 "jni",
9096 "js-sys",
9097 "lazy_static",
9098 "livekit-protocol",
9099 "livekit-runtime",
9100 "log",
9101 "parking_lot",
9102 "serde",
9103 "serde_json",
9104 "thiserror 1.0.69",
9105 "tokio",
9106 "wasm-bindgen",
9107 "wasm-bindgen-futures",
9108 "web-sys",
9109 "webrtc-sys",
9110]
9111
9112[[package]]
9113name = "libz-sys"
9114version = "1.1.22"
9115source = "registry+https://github.com/rust-lang/crates.io-index"
9116checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9117dependencies = [
9118 "cc",
9119 "libc",
9120 "pkg-config",
9121 "vcpkg",
9122]
9123
9124[[package]]
9125name = "line_ending_selector"
9126version = "0.1.0"
9127dependencies = [
9128 "editor",
9129 "gpui",
9130 "language",
9131 "picker",
9132 "project",
9133 "ui",
9134 "util",
9135 "workspace",
9136 "workspace-hack",
9137]
9138
9139[[package]]
9140name = "link-cplusplus"
9141version = "1.0.10"
9142source = "registry+https://github.com/rust-lang/crates.io-index"
9143checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9144dependencies = [
9145 "cc",
9146]
9147
9148[[package]]
9149name = "linkify"
9150version = "0.10.0"
9151source = "registry+https://github.com/rust-lang/crates.io-index"
9152checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9153dependencies = [
9154 "memchr",
9155]
9156
9157[[package]]
9158name = "linux-raw-sys"
9159version = "0.4.15"
9160source = "registry+https://github.com/rust-lang/crates.io-index"
9161checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9162
9163[[package]]
9164name = "linux-raw-sys"
9165version = "0.9.4"
9166source = "registry+https://github.com/rust-lang/crates.io-index"
9167checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9168
9169[[package]]
9170name = "litemap"
9171version = "0.7.5"
9172source = "registry+https://github.com/rust-lang/crates.io-index"
9173checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9174
9175[[package]]
9176name = "livekit"
9177version = "0.7.8"
9178source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9179dependencies = [
9180 "chrono",
9181 "futures-util",
9182 "lazy_static",
9183 "libloading",
9184 "libwebrtc",
9185 "livekit-api",
9186 "livekit-protocol",
9187 "livekit-runtime",
9188 "log",
9189 "parking_lot",
9190 "prost 0.12.6",
9191 "semver",
9192 "serde",
9193 "serde_json",
9194 "thiserror 1.0.69",
9195 "tokio",
9196]
9197
9198[[package]]
9199name = "livekit-api"
9200version = "0.4.2"
9201source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9202dependencies = [
9203 "futures-util",
9204 "http 0.2.12",
9205 "livekit-protocol",
9206 "livekit-runtime",
9207 "log",
9208 "parking_lot",
9209 "pbjson-types",
9210 "prost 0.12.6",
9211 "rand 0.9.1",
9212 "reqwest 0.11.27",
9213 "scopeguard",
9214 "serde",
9215 "sha2",
9216 "thiserror 1.0.69",
9217 "tokio",
9218 "tokio-tungstenite 0.26.2",
9219 "url",
9220]
9221
9222[[package]]
9223name = "livekit-protocol"
9224version = "0.3.9"
9225source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9226dependencies = [
9227 "futures-util",
9228 "livekit-runtime",
9229 "parking_lot",
9230 "pbjson",
9231 "pbjson-types",
9232 "prost 0.12.6",
9233 "prost-types 0.12.6",
9234 "serde",
9235 "thiserror 1.0.69",
9236 "tokio",
9237]
9238
9239[[package]]
9240name = "livekit-runtime"
9241version = "0.4.0"
9242source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9243dependencies = [
9244 "tokio",
9245 "tokio-stream",
9246]
9247
9248[[package]]
9249name = "livekit_api"
9250version = "0.1.0"
9251dependencies = [
9252 "anyhow",
9253 "async-trait",
9254 "jsonwebtoken",
9255 "log",
9256 "prost 0.9.0",
9257 "prost-build 0.9.0",
9258 "prost-types 0.9.0",
9259 "serde",
9260 "workspace-hack",
9261 "zed-reqwest",
9262]
9263
9264[[package]]
9265name = "livekit_client"
9266version = "0.1.0"
9267dependencies = [
9268 "anyhow",
9269 "async-trait",
9270 "audio",
9271 "collections",
9272 "core-foundation 0.10.0",
9273 "core-video",
9274 "coreaudio-rs 0.12.1",
9275 "cpal",
9276 "futures 0.3.31",
9277 "gpui",
9278 "gpui_tokio",
9279 "http_client_tls",
9280 "image",
9281 "libwebrtc",
9282 "livekit",
9283 "livekit_api",
9284 "log",
9285 "nanoid",
9286 "objc",
9287 "parking_lot",
9288 "postage",
9289 "rodio",
9290 "serde",
9291 "serde_json",
9292 "serde_urlencoded",
9293 "settings",
9294 "sha2",
9295 "simplelog",
9296 "smallvec",
9297 "tokio-tungstenite 0.26.2",
9298 "ui",
9299 "util",
9300 "workspace-hack",
9301 "zed-scap",
9302]
9303
9304[[package]]
9305name = "lmdb-master-sys"
9306version = "0.2.5"
9307source = "registry+https://github.com/rust-lang/crates.io-index"
9308checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9309dependencies = [
9310 "cc",
9311 "doxygen-rs",
9312 "libc",
9313]
9314
9315[[package]]
9316name = "lmstudio"
9317version = "0.1.0"
9318dependencies = [
9319 "anyhow",
9320 "futures 0.3.31",
9321 "http_client",
9322 "schemars 1.0.1",
9323 "serde",
9324 "serde_json",
9325 "workspace-hack",
9326]
9327
9328[[package]]
9329name = "lock_api"
9330version = "0.4.13"
9331source = "registry+https://github.com/rust-lang/crates.io-index"
9332checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9333dependencies = [
9334 "autocfg",
9335 "scopeguard",
9336]
9337
9338[[package]]
9339name = "log"
9340version = "0.4.27"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9343dependencies = [
9344 "serde",
9345 "value-bag",
9346]
9347
9348[[package]]
9349name = "loom"
9350version = "0.7.2"
9351source = "registry+https://github.com/rust-lang/crates.io-index"
9352checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9353dependencies = [
9354 "cfg-if",
9355 "generator",
9356 "scoped-tls",
9357 "tracing",
9358 "tracing-subscriber",
9359]
9360
9361[[package]]
9362name = "loop9"
9363version = "0.1.5"
9364source = "registry+https://github.com/rust-lang/crates.io-index"
9365checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9366dependencies = [
9367 "imgref",
9368]
9369
9370[[package]]
9371name = "lru"
9372version = "0.12.5"
9373source = "registry+https://github.com/rust-lang/crates.io-index"
9374checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9375dependencies = [
9376 "hashbrown 0.15.3",
9377]
9378
9379[[package]]
9380name = "lsp"
9381version = "0.1.0"
9382dependencies = [
9383 "anyhow",
9384 "async-pipe",
9385 "collections",
9386 "ctor",
9387 "futures 0.3.31",
9388 "gpui",
9389 "log",
9390 "lsp-types",
9391 "parking_lot",
9392 "postage",
9393 "release_channel",
9394 "schemars 1.0.1",
9395 "serde",
9396 "serde_json",
9397 "smol",
9398 "util",
9399 "workspace-hack",
9400 "zlog",
9401]
9402
9403[[package]]
9404name = "lsp-types"
9405version = "0.95.1"
9406source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9407dependencies = [
9408 "bitflags 1.3.2",
9409 "serde",
9410 "serde_json",
9411 "url",
9412]
9413
9414[[package]]
9415name = "lyon"
9416version = "1.0.1"
9417source = "registry+https://github.com/rust-lang/crates.io-index"
9418checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9419dependencies = [
9420 "lyon_algorithms",
9421 "lyon_extra",
9422 "lyon_tessellation",
9423]
9424
9425[[package]]
9426name = "lyon_algorithms"
9427version = "1.0.5"
9428source = "registry+https://github.com/rust-lang/crates.io-index"
9429checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9430dependencies = [
9431 "lyon_path",
9432 "num-traits",
9433]
9434
9435[[package]]
9436name = "lyon_extra"
9437version = "1.0.3"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9440dependencies = [
9441 "lyon_path",
9442 "thiserror 1.0.69",
9443]
9444
9445[[package]]
9446name = "lyon_geom"
9447version = "1.0.6"
9448source = "registry+https://github.com/rust-lang/crates.io-index"
9449checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9450dependencies = [
9451 "arrayvec",
9452 "euclid",
9453 "num-traits",
9454]
9455
9456[[package]]
9457name = "lyon_path"
9458version = "1.0.7"
9459source = "registry+https://github.com/rust-lang/crates.io-index"
9460checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9461dependencies = [
9462 "lyon_geom",
9463 "num-traits",
9464]
9465
9466[[package]]
9467name = "lyon_tessellation"
9468version = "1.0.15"
9469source = "registry+https://github.com/rust-lang/crates.io-index"
9470checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9471dependencies = [
9472 "float_next_after",
9473 "lyon_path",
9474 "num-traits",
9475]
9476
9477[[package]]
9478name = "mac"
9479version = "0.1.1"
9480source = "registry+https://github.com/rust-lang/crates.io-index"
9481checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9482
9483[[package]]
9484name = "mach2"
9485version = "0.4.2"
9486source = "registry+https://github.com/rust-lang/crates.io-index"
9487checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9488dependencies = [
9489 "libc",
9490]
9491
9492[[package]]
9493name = "mach2"
9494version = "0.5.0"
9495source = "registry+https://github.com/rust-lang/crates.io-index"
9496checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9497dependencies = [
9498 "libc",
9499]
9500
9501[[package]]
9502name = "malloc_buf"
9503version = "0.0.6"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9506dependencies = [
9507 "libc",
9508]
9509
9510[[package]]
9511name = "maplit"
9512version = "1.0.2"
9513source = "registry+https://github.com/rust-lang/crates.io-index"
9514checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9515
9516[[package]]
9517name = "markdown"
9518version = "0.1.0"
9519dependencies = [
9520 "assets",
9521 "base64 0.22.1",
9522 "collections",
9523 "env_logger 0.11.8",
9524 "fs",
9525 "futures 0.3.31",
9526 "gpui",
9527 "language",
9528 "languages",
9529 "linkify",
9530 "log",
9531 "node_runtime",
9532 "pulldown-cmark 0.12.2",
9533 "settings",
9534 "sum_tree",
9535 "theme",
9536 "ui",
9537 "util",
9538 "workspace-hack",
9539]
9540
9541[[package]]
9542name = "markdown_preview"
9543version = "0.1.0"
9544dependencies = [
9545 "anyhow",
9546 "async-recursion",
9547 "collections",
9548 "editor",
9549 "fs",
9550 "gpui",
9551 "html5ever 0.27.0",
9552 "language",
9553 "linkify",
9554 "log",
9555 "markup5ever_rcdom",
9556 "pretty_assertions",
9557 "pulldown-cmark 0.12.2",
9558 "settings",
9559 "theme",
9560 "ui",
9561 "util",
9562 "workspace",
9563 "workspace-hack",
9564]
9565
9566[[package]]
9567name = "markup5ever"
9568version = "0.12.1"
9569source = "registry+https://github.com/rust-lang/crates.io-index"
9570checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9571dependencies = [
9572 "log",
9573 "phf",
9574 "phf_codegen",
9575 "string_cache",
9576 "string_cache_codegen",
9577 "tendril",
9578]
9579
9580[[package]]
9581name = "markup5ever"
9582version = "0.35.0"
9583source = "registry+https://github.com/rust-lang/crates.io-index"
9584checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
9585dependencies = [
9586 "log",
9587 "tendril",
9588 "web_atoms",
9589]
9590
9591[[package]]
9592name = "markup5ever_rcdom"
9593version = "0.3.0"
9594source = "registry+https://github.com/rust-lang/crates.io-index"
9595checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9596dependencies = [
9597 "html5ever 0.27.0",
9598 "markup5ever 0.12.1",
9599 "tendril",
9600 "xml5ever",
9601]
9602
9603[[package]]
9604name = "match_token"
9605version = "0.35.0"
9606source = "registry+https://github.com/rust-lang/crates.io-index"
9607checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
9608dependencies = [
9609 "proc-macro2",
9610 "quote",
9611 "syn 2.0.101",
9612]
9613
9614[[package]]
9615name = "matchers"
9616version = "0.2.0"
9617source = "registry+https://github.com/rust-lang/crates.io-index"
9618checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9619dependencies = [
9620 "regex-automata",
9621]
9622
9623[[package]]
9624name = "matchit"
9625version = "0.7.3"
9626source = "registry+https://github.com/rust-lang/crates.io-index"
9627checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9628
9629[[package]]
9630name = "maybe-owned"
9631version = "0.3.4"
9632source = "registry+https://github.com/rust-lang/crates.io-index"
9633checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9634
9635[[package]]
9636name = "maybe-rayon"
9637version = "0.1.1"
9638source = "registry+https://github.com/rust-lang/crates.io-index"
9639checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9640dependencies = [
9641 "cfg-if",
9642 "rayon",
9643]
9644
9645[[package]]
9646name = "md-5"
9647version = "0.10.6"
9648source = "registry+https://github.com/rust-lang/crates.io-index"
9649checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9650dependencies = [
9651 "cfg-if",
9652 "digest",
9653]
9654
9655[[package]]
9656name = "mdbook"
9657version = "0.4.40"
9658source = "registry+https://github.com/rust-lang/crates.io-index"
9659checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9660dependencies = [
9661 "ammonia",
9662 "anyhow",
9663 "chrono",
9664 "clap",
9665 "clap_complete",
9666 "elasticlunr-rs",
9667 "env_logger 0.11.8",
9668 "futures-util",
9669 "handlebars 5.1.2",
9670 "ignore",
9671 "log",
9672 "memchr",
9673 "notify 6.1.1",
9674 "notify-debouncer-mini",
9675 "once_cell",
9676 "opener",
9677 "pathdiff",
9678 "pulldown-cmark 0.10.3",
9679 "regex",
9680 "serde",
9681 "serde_json",
9682 "shlex",
9683 "tempfile",
9684 "tokio",
9685 "toml 0.5.11",
9686 "topological-sort",
9687 "walkdir",
9688 "warp",
9689]
9690
9691[[package]]
9692name = "media"
9693version = "0.1.0"
9694dependencies = [
9695 "anyhow",
9696 "bindgen 0.71.1",
9697 "core-foundation 0.10.0",
9698 "core-video",
9699 "ctor",
9700 "foreign-types 0.5.0",
9701 "metal",
9702 "objc",
9703 "workspace-hack",
9704]
9705
9706[[package]]
9707name = "memchr"
9708version = "2.7.4"
9709source = "registry+https://github.com/rust-lang/crates.io-index"
9710checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9711
9712[[package]]
9713name = "memfd"
9714version = "0.6.4"
9715source = "registry+https://github.com/rust-lang/crates.io-index"
9716checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9717dependencies = [
9718 "rustix 0.38.44",
9719]
9720
9721[[package]]
9722name = "memmap2"
9723version = "0.9.5"
9724source = "registry+https://github.com/rust-lang/crates.io-index"
9725checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9726dependencies = [
9727 "libc",
9728 "stable_deref_trait",
9729]
9730
9731[[package]]
9732name = "memoffset"
9733version = "0.9.1"
9734source = "registry+https://github.com/rust-lang/crates.io-index"
9735checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9736dependencies = [
9737 "autocfg",
9738]
9739
9740[[package]]
9741name = "menu"
9742version = "0.1.0"
9743dependencies = [
9744 "gpui",
9745 "workspace-hack",
9746]
9747
9748[[package]]
9749name = "metal"
9750version = "0.29.0"
9751source = "registry+https://github.com/rust-lang/crates.io-index"
9752checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9753dependencies = [
9754 "bitflags 2.9.0",
9755 "block",
9756 "core-graphics-types 0.1.3",
9757 "foreign-types 0.5.0",
9758 "log",
9759 "objc",
9760 "paste",
9761]
9762
9763[[package]]
9764name = "migrator"
9765version = "0.1.0"
9766dependencies = [
9767 "anyhow",
9768 "collections",
9769 "convert_case 0.8.0",
9770 "log",
9771 "pretty_assertions",
9772 "serde_json",
9773 "serde_json_lenient",
9774 "settings",
9775 "streaming-iterator",
9776 "tree-sitter",
9777 "tree-sitter-json",
9778 "unindent",
9779 "workspace-hack",
9780]
9781
9782[[package]]
9783name = "mimalloc"
9784version = "0.1.46"
9785source = "registry+https://github.com/rust-lang/crates.io-index"
9786checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9787dependencies = [
9788 "libmimalloc-sys",
9789]
9790
9791[[package]]
9792name = "mime"
9793version = "0.3.17"
9794source = "registry+https://github.com/rust-lang/crates.io-index"
9795checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9796
9797[[package]]
9798name = "mime_guess"
9799version = "2.0.5"
9800source = "registry+https://github.com/rust-lang/crates.io-index"
9801checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9802dependencies = [
9803 "mime",
9804 "unicase",
9805]
9806
9807[[package]]
9808name = "minidump-common"
9809version = "0.21.2"
9810source = "registry+https://github.com/rust-lang/crates.io-index"
9811checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9812dependencies = [
9813 "bitflags 2.9.0",
9814 "debugid",
9815 "num-derive",
9816 "num-traits",
9817 "range-map",
9818 "scroll",
9819 "smart-default",
9820]
9821
9822[[package]]
9823name = "minidump-writer"
9824version = "0.8.9"
9825source = "registry+https://github.com/rust-lang/crates.io-index"
9826checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9827dependencies = [
9828 "bitflags 2.9.0",
9829 "byteorder",
9830 "cfg-if",
9831 "crash-context",
9832 "goblin",
9833 "libc",
9834 "log",
9835 "mach2 0.4.2",
9836 "memmap2",
9837 "memoffset",
9838 "minidump-common",
9839 "nix 0.28.0",
9840 "procfs-core",
9841 "scroll",
9842 "tempfile",
9843 "thiserror 1.0.69",
9844]
9845
9846[[package]]
9847name = "minidumper"
9848version = "0.8.3"
9849source = "registry+https://github.com/rust-lang/crates.io-index"
9850checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9851dependencies = [
9852 "cfg-if",
9853 "crash-context",
9854 "libc",
9855 "log",
9856 "minidump-writer",
9857 "parking_lot",
9858 "polling",
9859 "scroll",
9860 "thiserror 1.0.69",
9861 "uds",
9862]
9863
9864[[package]]
9865name = "minimal-lexical"
9866version = "0.2.1"
9867source = "registry+https://github.com/rust-lang/crates.io-index"
9868checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9869
9870[[package]]
9871name = "miniz_oxide"
9872version = "0.8.8"
9873source = "registry+https://github.com/rust-lang/crates.io-index"
9874checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9875dependencies = [
9876 "adler2",
9877 "simd-adler32",
9878]
9879
9880[[package]]
9881name = "mint"
9882version = "0.5.9"
9883source = "registry+https://github.com/rust-lang/crates.io-index"
9884checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9885
9886[[package]]
9887name = "mio"
9888version = "0.8.11"
9889source = "registry+https://github.com/rust-lang/crates.io-index"
9890checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9891dependencies = [
9892 "libc",
9893 "log",
9894 "wasi 0.11.0+wasi-snapshot-preview1",
9895 "windows-sys 0.48.0",
9896]
9897
9898[[package]]
9899name = "mio"
9900version = "1.0.3"
9901source = "registry+https://github.com/rust-lang/crates.io-index"
9902checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9903dependencies = [
9904 "libc",
9905 "log",
9906 "wasi 0.11.0+wasi-snapshot-preview1",
9907 "windows-sys 0.52.0",
9908]
9909
9910[[package]]
9911name = "miow"
9912version = "0.6.0"
9913source = "registry+https://github.com/rust-lang/crates.io-index"
9914checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9915dependencies = [
9916 "windows-sys 0.48.0",
9917]
9918
9919[[package]]
9920name = "mistral"
9921version = "0.1.0"
9922dependencies = [
9923 "anyhow",
9924 "futures 0.3.31",
9925 "http_client",
9926 "schemars 1.0.1",
9927 "serde",
9928 "serde_json",
9929 "strum 0.27.1",
9930 "workspace-hack",
9931]
9932
9933[[package]]
9934name = "moka"
9935version = "0.12.10"
9936source = "registry+https://github.com/rust-lang/crates.io-index"
9937checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9938dependencies = [
9939 "crossbeam-channel",
9940 "crossbeam-epoch",
9941 "crossbeam-utils",
9942 "loom",
9943 "parking_lot",
9944 "portable-atomic",
9945 "rustc_version",
9946 "smallvec",
9947 "tagptr",
9948 "thiserror 1.0.69",
9949 "uuid",
9950]
9951
9952[[package]]
9953name = "msvc_spectre_libs"
9954version = "0.1.3"
9955source = "registry+https://github.com/rust-lang/crates.io-index"
9956checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9957dependencies = [
9958 "cc",
9959]
9960
9961[[package]]
9962name = "multi_buffer"
9963version = "0.1.0"
9964dependencies = [
9965 "anyhow",
9966 "buffer_diff",
9967 "clock",
9968 "collections",
9969 "ctor",
9970 "gpui",
9971 "indoc",
9972 "itertools 0.14.0",
9973 "language",
9974 "log",
9975 "parking_lot",
9976 "pretty_assertions",
9977 "project",
9978 "rand 0.9.1",
9979 "rope",
9980 "serde",
9981 "settings",
9982 "smallvec",
9983 "smol",
9984 "sum_tree",
9985 "text",
9986 "theme",
9987 "tree-sitter",
9988 "util",
9989 "workspace-hack",
9990 "zlog",
9991]
9992
9993[[package]]
9994name = "multimap"
9995version = "0.8.3"
9996source = "registry+https://github.com/rust-lang/crates.io-index"
9997checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9998
9999[[package]]
10000name = "naga"
10001version = "25.0.1"
10002source = "registry+https://github.com/rust-lang/crates.io-index"
10003checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
10004dependencies = [
10005 "arrayvec",
10006 "bit-set 0.8.0",
10007 "bitflags 2.9.0",
10008 "cfg_aliases 0.2.1",
10009 "codespan-reporting",
10010 "half",
10011 "hashbrown 0.15.3",
10012 "hexf-parse",
10013 "indexmap 2.9.0",
10014 "log",
10015 "num-traits",
10016 "once_cell",
10017 "rustc-hash 1.1.0",
10018 "spirv",
10019 "strum 0.26.3",
10020 "thiserror 2.0.12",
10021 "unicode-ident",
10022]
10023
10024[[package]]
10025name = "nanoid"
10026version = "0.4.0"
10027source = "registry+https://github.com/rust-lang/crates.io-index"
10028checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10029dependencies = [
10030 "rand 0.8.5",
10031]
10032
10033[[package]]
10034name = "nanorand"
10035version = "0.7.0"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10038dependencies = [
10039 "getrandom 0.2.15",
10040]
10041
10042[[package]]
10043name = "native-tls"
10044version = "0.2.14"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10047dependencies = [
10048 "libc",
10049 "log",
10050 "openssl",
10051 "openssl-probe",
10052 "openssl-sys",
10053 "schannel",
10054 "security-framework 2.11.1",
10055 "security-framework-sys",
10056 "tempfile",
10057]
10058
10059[[package]]
10060name = "nbformat"
10061version = "0.10.0"
10062source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10063dependencies = [
10064 "anyhow",
10065 "chrono",
10066 "jupyter-protocol",
10067 "serde",
10068 "serde_json",
10069 "thiserror 1.0.69",
10070 "uuid",
10071]
10072
10073[[package]]
10074name = "nc"
10075version = "0.1.0"
10076dependencies = [
10077 "anyhow",
10078 "futures 0.3.31",
10079 "net",
10080 "smol",
10081 "workspace-hack",
10082]
10083
10084[[package]]
10085name = "ndk"
10086version = "0.9.0"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10089dependencies = [
10090 "bitflags 2.9.0",
10091 "jni-sys",
10092 "log",
10093 "ndk-sys",
10094 "num_enum",
10095 "thiserror 1.0.69",
10096]
10097
10098[[package]]
10099name = "ndk-context"
10100version = "0.1.1"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10103
10104[[package]]
10105name = "ndk-sys"
10106version = "0.6.0+11769913"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10109dependencies = [
10110 "jni-sys",
10111]
10112
10113[[package]]
10114name = "net"
10115version = "0.1.0"
10116dependencies = [
10117 "anyhow",
10118 "async-io",
10119 "smol",
10120 "tempfile",
10121 "windows 0.61.1",
10122 "workspace-hack",
10123]
10124
10125[[package]]
10126name = "new_debug_unreachable"
10127version = "1.0.6"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10130
10131[[package]]
10132name = "nix"
10133version = "0.28.0"
10134source = "registry+https://github.com/rust-lang/crates.io-index"
10135checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10136dependencies = [
10137 "bitflags 2.9.0",
10138 "cfg-if",
10139 "cfg_aliases 0.1.1",
10140 "libc",
10141]
10142
10143[[package]]
10144name = "nix"
10145version = "0.29.0"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10148dependencies = [
10149 "bitflags 2.9.0",
10150 "cfg-if",
10151 "cfg_aliases 0.2.1",
10152 "libc",
10153]
10154
10155[[package]]
10156name = "nix"
10157version = "0.30.1"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10160dependencies = [
10161 "bitflags 2.9.0",
10162 "cfg-if",
10163 "cfg_aliases 0.2.1",
10164 "libc",
10165 "memoffset",
10166]
10167
10168[[package]]
10169name = "node_runtime"
10170version = "0.1.0"
10171dependencies = [
10172 "anyhow",
10173 "async-compression",
10174 "async-std",
10175 "async-tar",
10176 "async-trait",
10177 "futures 0.3.31",
10178 "http_client",
10179 "log",
10180 "paths",
10181 "semver",
10182 "serde",
10183 "serde_json",
10184 "smol",
10185 "util",
10186 "watch",
10187 "which 6.0.3",
10188 "workspace-hack",
10189]
10190
10191[[package]]
10192name = "nom"
10193version = "7.1.3"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10196dependencies = [
10197 "memchr",
10198 "minimal-lexical",
10199]
10200
10201[[package]]
10202name = "nom"
10203version = "8.0.0"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10206dependencies = [
10207 "memchr",
10208]
10209
10210[[package]]
10211name = "noop_proc_macro"
10212version = "0.3.0"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10215
10216[[package]]
10217name = "normpath"
10218version = "1.3.0"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10221dependencies = [
10222 "windows-sys 0.59.0",
10223]
10224
10225[[package]]
10226name = "notifications"
10227version = "0.1.0"
10228dependencies = [
10229 "anyhow",
10230 "channel",
10231 "client",
10232 "collections",
10233 "component",
10234 "db",
10235 "gpui",
10236 "rpc",
10237 "settings",
10238 "sum_tree",
10239 "time",
10240 "ui",
10241 "util",
10242 "workspace",
10243 "workspace-hack",
10244 "zed_actions",
10245]
10246
10247[[package]]
10248name = "notify"
10249version = "6.1.1"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10252dependencies = [
10253 "bitflags 2.9.0",
10254 "crossbeam-channel",
10255 "filetime",
10256 "fsevent-sys 4.1.0",
10257 "inotify 0.9.6",
10258 "kqueue",
10259 "libc",
10260 "log",
10261 "mio 0.8.11",
10262 "walkdir",
10263 "windows-sys 0.48.0",
10264]
10265
10266[[package]]
10267name = "notify"
10268version = "8.0.0"
10269source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10270dependencies = [
10271 "bitflags 2.9.0",
10272 "filetime",
10273 "fsevent-sys 4.1.0",
10274 "inotify 0.11.0",
10275 "kqueue",
10276 "libc",
10277 "log",
10278 "mio 1.0.3",
10279 "notify-types",
10280 "walkdir",
10281 "windows-sys 0.59.0",
10282]
10283
10284[[package]]
10285name = "notify-debouncer-mini"
10286version = "0.4.1"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10289dependencies = [
10290 "crossbeam-channel",
10291 "log",
10292 "notify 6.1.1",
10293]
10294
10295[[package]]
10296name = "notify-types"
10297version = "2.0.0"
10298source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10299
10300[[package]]
10301name = "ntapi"
10302version = "0.4.1"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10305dependencies = [
10306 "winapi",
10307]
10308
10309[[package]]
10310name = "nu-ansi-term"
10311version = "0.50.1"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10314dependencies = [
10315 "windows-sys 0.52.0",
10316]
10317
10318[[package]]
10319name = "num"
10320version = "0.4.3"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10323dependencies = [
10324 "num-bigint",
10325 "num-complex",
10326 "num-integer",
10327 "num-iter",
10328 "num-rational",
10329 "num-traits",
10330]
10331
10332[[package]]
10333name = "num-bigint"
10334version = "0.4.6"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10337dependencies = [
10338 "num-integer",
10339 "num-traits",
10340]
10341
10342[[package]]
10343name = "num-bigint-dig"
10344version = "0.8.4"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10347dependencies = [
10348 "byteorder",
10349 "lazy_static",
10350 "libm",
10351 "num-integer",
10352 "num-iter",
10353 "num-traits",
10354 "rand 0.8.5",
10355 "serde",
10356 "smallvec",
10357 "zeroize",
10358]
10359
10360[[package]]
10361name = "num-cmp"
10362version = "0.1.0"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10365
10366[[package]]
10367name = "num-complex"
10368version = "0.4.6"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10371dependencies = [
10372 "bytemuck",
10373 "num-traits",
10374]
10375
10376[[package]]
10377name = "num-conv"
10378version = "0.1.0"
10379source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10381
10382[[package]]
10383name = "num-derive"
10384version = "0.4.2"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10387dependencies = [
10388 "proc-macro2",
10389 "quote",
10390 "syn 2.0.101",
10391]
10392
10393[[package]]
10394name = "num-format"
10395version = "0.4.4"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10398dependencies = [
10399 "arrayvec",
10400 "itoa",
10401]
10402
10403[[package]]
10404name = "num-integer"
10405version = "0.1.46"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10408dependencies = [
10409 "num-traits",
10410]
10411
10412[[package]]
10413name = "num-iter"
10414version = "0.1.45"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10417dependencies = [
10418 "autocfg",
10419 "num-integer",
10420 "num-traits",
10421]
10422
10423[[package]]
10424name = "num-rational"
10425version = "0.4.2"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10428dependencies = [
10429 "num-bigint",
10430 "num-integer",
10431 "num-traits",
10432]
10433
10434[[package]]
10435name = "num-traits"
10436version = "0.2.19"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10439dependencies = [
10440 "autocfg",
10441 "libm",
10442]
10443
10444[[package]]
10445name = "num_cpus"
10446version = "1.16.0"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10449dependencies = [
10450 "hermit-abi 0.3.9",
10451 "libc",
10452]
10453
10454[[package]]
10455name = "num_enum"
10456version = "0.7.3"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10459dependencies = [
10460 "num_enum_derive",
10461]
10462
10463[[package]]
10464name = "num_enum_derive"
10465version = "0.7.3"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10468dependencies = [
10469 "proc-macro-crate",
10470 "proc-macro2",
10471 "quote",
10472 "syn 2.0.101",
10473]
10474
10475[[package]]
10476name = "num_threads"
10477version = "0.1.7"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10480dependencies = [
10481 "libc",
10482]
10483
10484[[package]]
10485name = "nvim-rs"
10486version = "0.9.2"
10487source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10488dependencies = [
10489 "async-trait",
10490 "futures 0.3.31",
10491 "log",
10492 "rmp",
10493 "rmpv",
10494 "tokio",
10495 "tokio-util",
10496]
10497
10498[[package]]
10499name = "objc"
10500version = "0.2.7"
10501source = "registry+https://github.com/rust-lang/crates.io-index"
10502checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10503dependencies = [
10504 "malloc_buf",
10505 "objc_exception",
10506]
10507
10508[[package]]
10509name = "objc-foundation"
10510version = "0.1.1"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10513dependencies = [
10514 "block",
10515 "objc",
10516 "objc_id",
10517]
10518
10519[[package]]
10520name = "objc2"
10521version = "0.6.1"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10524dependencies = [
10525 "objc2-encode",
10526]
10527
10528[[package]]
10529name = "objc2-app-kit"
10530version = "0.3.1"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10533dependencies = [
10534 "bitflags 2.9.0",
10535 "objc2",
10536 "objc2-core-foundation",
10537 "objc2-foundation",
10538 "objc2-quartz-core",
10539]
10540
10541[[package]]
10542name = "objc2-audio-toolbox"
10543version = "0.3.1"
10544source = "registry+https://github.com/rust-lang/crates.io-index"
10545checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10546dependencies = [
10547 "bitflags 2.9.0",
10548 "libc",
10549 "objc2",
10550 "objc2-core-audio",
10551 "objc2-core-audio-types",
10552 "objc2-core-foundation",
10553 "objc2-foundation",
10554]
10555
10556[[package]]
10557name = "objc2-core-audio"
10558version = "0.3.1"
10559source = "registry+https://github.com/rust-lang/crates.io-index"
10560checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10561dependencies = [
10562 "dispatch2",
10563 "objc2",
10564 "objc2-core-audio-types",
10565 "objc2-core-foundation",
10566]
10567
10568[[package]]
10569name = "objc2-core-audio-types"
10570version = "0.3.1"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10573dependencies = [
10574 "bitflags 2.9.0",
10575 "objc2",
10576]
10577
10578[[package]]
10579name = "objc2-core-foundation"
10580version = "0.3.1"
10581source = "registry+https://github.com/rust-lang/crates.io-index"
10582checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10583dependencies = [
10584 "bitflags 2.9.0",
10585 "dispatch2",
10586 "objc2",
10587]
10588
10589[[package]]
10590name = "objc2-encode"
10591version = "4.1.0"
10592source = "registry+https://github.com/rust-lang/crates.io-index"
10593checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10594
10595[[package]]
10596name = "objc2-foundation"
10597version = "0.3.1"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10600dependencies = [
10601 "bitflags 2.9.0",
10602 "objc2",
10603 "objc2-core-foundation",
10604]
10605
10606[[package]]
10607name = "objc2-io-kit"
10608version = "0.3.1"
10609source = "registry+https://github.com/rust-lang/crates.io-index"
10610checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a"
10611dependencies = [
10612 "libc",
10613 "objc2-core-foundation",
10614]
10615
10616[[package]]
10617name = "objc2-metal"
10618version = "0.3.1"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10621dependencies = [
10622 "bitflags 2.9.0",
10623 "block2",
10624 "dispatch2",
10625 "objc2",
10626 "objc2-core-foundation",
10627 "objc2-foundation",
10628]
10629
10630[[package]]
10631name = "objc2-quartz-core"
10632version = "0.3.1"
10633source = "registry+https://github.com/rust-lang/crates.io-index"
10634checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10635dependencies = [
10636 "bitflags 2.9.0",
10637 "objc2",
10638 "objc2-core-foundation",
10639 "objc2-foundation",
10640 "objc2-metal",
10641]
10642
10643[[package]]
10644name = "objc2-ui-kit"
10645version = "0.3.1"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10648dependencies = [
10649 "bitflags 2.9.0",
10650 "objc2",
10651 "objc2-core-foundation",
10652 "objc2-foundation",
10653 "objc2-quartz-core",
10654]
10655
10656[[package]]
10657name = "objc_exception"
10658version = "0.1.2"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10661dependencies = [
10662 "cc",
10663]
10664
10665[[package]]
10666name = "objc_id"
10667version = "0.1.1"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10670dependencies = [
10671 "objc",
10672]
10673
10674[[package]]
10675name = "object"
10676version = "0.36.7"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10679dependencies = [
10680 "crc32fast",
10681 "hashbrown 0.15.3",
10682 "indexmap 2.9.0",
10683 "memchr",
10684]
10685
10686[[package]]
10687name = "ollama"
10688version = "0.1.0"
10689dependencies = [
10690 "anyhow",
10691 "futures 0.3.31",
10692 "http_client",
10693 "schemars 1.0.1",
10694 "serde",
10695 "serde_json",
10696 "settings",
10697 "workspace-hack",
10698]
10699
10700[[package]]
10701name = "onboarding"
10702version = "0.1.0"
10703dependencies = [
10704 "anyhow",
10705 "client",
10706 "component",
10707 "db",
10708 "documented",
10709 "fs",
10710 "fuzzy",
10711 "git",
10712 "gpui",
10713 "menu",
10714 "notifications",
10715 "picker",
10716 "project",
10717 "schemars 1.0.1",
10718 "serde",
10719 "settings",
10720 "telemetry",
10721 "theme",
10722 "ui",
10723 "ui_input",
10724 "util",
10725 "vim_mode_setting",
10726 "workspace",
10727 "workspace-hack",
10728 "zed_actions",
10729 "zlog",
10730]
10731
10732[[package]]
10733name = "once_cell"
10734version = "1.21.3"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10737
10738[[package]]
10739name = "oo7"
10740version = "0.5.0"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10743dependencies = [
10744 "aes",
10745 "ashpd 0.12.0",
10746 "async-fs",
10747 "async-io",
10748 "async-lock 3.4.1",
10749 "blocking",
10750 "cbc",
10751 "cipher",
10752 "digest",
10753 "endi",
10754 "futures-lite 2.6.0",
10755 "futures-util",
10756 "getrandom 0.3.2",
10757 "hkdf",
10758 "hmac",
10759 "md-5",
10760 "num",
10761 "num-bigint-dig",
10762 "pbkdf2 0.12.2",
10763 "rand 0.9.1",
10764 "serde",
10765 "sha2",
10766 "subtle",
10767 "zbus",
10768 "zbus_macros",
10769 "zeroize",
10770 "zvariant",
10771]
10772
10773[[package]]
10774name = "oorandom"
10775version = "11.1.5"
10776source = "registry+https://github.com/rust-lang/crates.io-index"
10777checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10778
10779[[package]]
10780name = "open"
10781version = "5.3.2"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10784dependencies = [
10785 "is-wsl",
10786 "libc",
10787 "pathdiff",
10788]
10789
10790[[package]]
10791name = "open_ai"
10792version = "0.1.0"
10793dependencies = [
10794 "anyhow",
10795 "futures 0.3.31",
10796 "http_client",
10797 "log",
10798 "schemars 1.0.1",
10799 "serde",
10800 "serde_json",
10801 "settings",
10802 "strum 0.27.1",
10803 "workspace-hack",
10804]
10805
10806[[package]]
10807name = "open_router"
10808version = "0.1.0"
10809dependencies = [
10810 "anyhow",
10811 "futures 0.3.31",
10812 "http_client",
10813 "schemars 1.0.1",
10814 "serde",
10815 "serde_json",
10816 "settings",
10817 "strum 0.27.1",
10818 "thiserror 2.0.12",
10819 "workspace-hack",
10820]
10821
10822[[package]]
10823name = "opener"
10824version = "0.7.2"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10827dependencies = [
10828 "bstr",
10829 "dbus",
10830 "normpath",
10831 "windows-sys 0.59.0",
10832]
10833
10834[[package]]
10835name = "openssl"
10836version = "0.10.72"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10839dependencies = [
10840 "bitflags 2.9.0",
10841 "cfg-if",
10842 "foreign-types 0.3.2",
10843 "libc",
10844 "once_cell",
10845 "openssl-macros",
10846 "openssl-sys",
10847]
10848
10849[[package]]
10850name = "openssl-macros"
10851version = "0.1.1"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10854dependencies = [
10855 "proc-macro2",
10856 "quote",
10857 "syn 2.0.101",
10858]
10859
10860[[package]]
10861name = "openssl-probe"
10862version = "0.1.6"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10865
10866[[package]]
10867name = "openssl-sys"
10868version = "0.9.107"
10869source = "registry+https://github.com/rust-lang/crates.io-index"
10870checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10871dependencies = [
10872 "cc",
10873 "libc",
10874 "pkg-config",
10875 "vcpkg",
10876]
10877
10878[[package]]
10879name = "optfield"
10880version = "0.3.0"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10883dependencies = [
10884 "proc-macro2",
10885 "quote",
10886 "syn 2.0.101",
10887]
10888
10889[[package]]
10890name = "option-ext"
10891version = "0.2.0"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10894
10895[[package]]
10896name = "ordered-float"
10897version = "2.10.1"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10900dependencies = [
10901 "num-traits",
10902]
10903
10904[[package]]
10905name = "ordered-float"
10906version = "4.6.0"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10909dependencies = [
10910 "num-traits",
10911]
10912
10913[[package]]
10914name = "ordered-stream"
10915version = "0.2.0"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10918dependencies = [
10919 "futures-core",
10920 "pin-project-lite",
10921]
10922
10923[[package]]
10924name = "ouroboros"
10925version = "0.18.5"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10928dependencies = [
10929 "aliasable",
10930 "ouroboros_macro",
10931 "static_assertions",
10932]
10933
10934[[package]]
10935name = "ouroboros_macro"
10936version = "0.18.5"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10939dependencies = [
10940 "heck 0.4.1",
10941 "proc-macro2",
10942 "proc-macro2-diagnostics",
10943 "quote",
10944 "syn 2.0.101",
10945]
10946
10947[[package]]
10948name = "outline"
10949version = "0.1.0"
10950dependencies = [
10951 "editor",
10952 "fuzzy",
10953 "gpui",
10954 "indoc",
10955 "language",
10956 "menu",
10957 "ordered-float 2.10.1",
10958 "picker",
10959 "project",
10960 "rope",
10961 "serde_json",
10962 "settings",
10963 "smol",
10964 "theme",
10965 "tree-sitter-rust",
10966 "tree-sitter-typescript",
10967 "ui",
10968 "util",
10969 "workspace",
10970 "workspace-hack",
10971 "zed_actions",
10972]
10973
10974[[package]]
10975name = "outline_panel"
10976version = "0.1.0"
10977dependencies = [
10978 "anyhow",
10979 "collections",
10980 "db",
10981 "editor",
10982 "file_icons",
10983 "fuzzy",
10984 "gpui",
10985 "itertools 0.14.0",
10986 "language",
10987 "log",
10988 "menu",
10989 "outline",
10990 "pretty_assertions",
10991 "project",
10992 "search",
10993 "serde",
10994 "serde_json",
10995 "settings",
10996 "smallvec",
10997 "smol",
10998 "theme",
10999 "ui",
11000 "util",
11001 "workspace",
11002 "workspace-hack",
11003 "worktree",
11004 "zed_actions",
11005]
11006
11007[[package]]
11008name = "outref"
11009version = "0.5.2"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11012
11013[[package]]
11014name = "p256"
11015version = "0.11.1"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11018dependencies = [
11019 "ecdsa",
11020 "elliptic-curve",
11021 "sha2",
11022]
11023
11024[[package]]
11025name = "page_size"
11026version = "0.6.0"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11029dependencies = [
11030 "libc",
11031 "winapi",
11032]
11033
11034[[package]]
11035name = "palette"
11036version = "0.7.6"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11039dependencies = [
11040 "approx",
11041 "fast-srgb8",
11042 "palette_derive",
11043]
11044
11045[[package]]
11046name = "palette_derive"
11047version = "0.7.6"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11050dependencies = [
11051 "by_address",
11052 "proc-macro2",
11053 "quote",
11054 "syn 2.0.101",
11055]
11056
11057[[package]]
11058name = "panel"
11059version = "0.1.0"
11060dependencies = [
11061 "editor",
11062 "gpui",
11063 "settings",
11064 "theme",
11065 "ui",
11066 "workspace",
11067 "workspace-hack",
11068]
11069
11070[[package]]
11071name = "parking"
11072version = "2.2.1"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11075
11076[[package]]
11077name = "parking_lot"
11078version = "0.12.4"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
11081dependencies = [
11082 "lock_api",
11083 "parking_lot_core",
11084]
11085
11086[[package]]
11087name = "parking_lot_core"
11088version = "0.9.11"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11091dependencies = [
11092 "cfg-if",
11093 "libc",
11094 "redox_syscall 0.5.11",
11095 "smallvec",
11096 "windows-targets 0.52.6",
11097]
11098
11099[[package]]
11100name = "parse_int"
11101version = "0.9.0"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11104dependencies = [
11105 "num-traits",
11106]
11107
11108[[package]]
11109name = "partial-json-fixer"
11110version = "0.5.3"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11113
11114[[package]]
11115name = "password-hash"
11116version = "0.4.2"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11119dependencies = [
11120 "base64ct",
11121 "rand_core 0.6.4",
11122 "subtle",
11123]
11124
11125[[package]]
11126name = "password-hash"
11127version = "0.5.0"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11130dependencies = [
11131 "base64ct",
11132 "rand_core 0.6.4",
11133 "subtle",
11134]
11135
11136[[package]]
11137name = "paste"
11138version = "1.0.15"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11141
11142[[package]]
11143name = "pathdiff"
11144version = "0.2.3"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11147
11148[[package]]
11149name = "pathfinder_geometry"
11150version = "0.5.1"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11153dependencies = [
11154 "log",
11155 "pathfinder_simd",
11156]
11157
11158[[package]]
11159name = "pathfinder_simd"
11160version = "0.5.5"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11163dependencies = [
11164 "rustc_version",
11165]
11166
11167[[package]]
11168name = "paths"
11169version = "0.1.0"
11170dependencies = [
11171 "dirs 4.0.0",
11172 "ignore",
11173 "util",
11174 "workspace-hack",
11175]
11176
11177[[package]]
11178name = "pbjson"
11179version = "0.6.0"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11182dependencies = [
11183 "base64 0.21.7",
11184 "serde",
11185]
11186
11187[[package]]
11188name = "pbjson-build"
11189version = "0.6.2"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11192dependencies = [
11193 "heck 0.4.1",
11194 "itertools 0.11.0",
11195 "prost 0.12.6",
11196 "prost-types 0.12.6",
11197]
11198
11199[[package]]
11200name = "pbjson-types"
11201version = "0.6.0"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11204dependencies = [
11205 "bytes 1.10.1",
11206 "chrono",
11207 "pbjson",
11208 "pbjson-build",
11209 "prost 0.12.6",
11210 "prost-build 0.12.6",
11211 "serde",
11212]
11213
11214[[package]]
11215name = "pbkdf2"
11216version = "0.11.0"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11219dependencies = [
11220 "digest",
11221 "hmac",
11222 "password-hash 0.4.2",
11223 "sha2",
11224]
11225
11226[[package]]
11227name = "pbkdf2"
11228version = "0.12.2"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11231dependencies = [
11232 "digest",
11233 "hmac",
11234]
11235
11236[[package]]
11237name = "pciid-parser"
11238version = "0.8.0"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11241
11242[[package]]
11243name = "pem"
11244version = "3.0.5"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11247dependencies = [
11248 "base64 0.22.1",
11249 "serde",
11250]
11251
11252[[package]]
11253name = "pem-rfc7468"
11254version = "0.7.0"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11257dependencies = [
11258 "base64ct",
11259]
11260
11261[[package]]
11262name = "percent-encoding"
11263version = "2.3.1"
11264source = "registry+https://github.com/rust-lang/crates.io-index"
11265checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11266
11267[[package]]
11268name = "perf"
11269version = "0.1.0"
11270dependencies = [
11271 "collections",
11272 "serde",
11273 "serde_json",
11274 "workspace-hack",
11275]
11276
11277[[package]]
11278name = "pest"
11279version = "2.8.0"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11282dependencies = [
11283 "memchr",
11284 "thiserror 2.0.12",
11285 "ucd-trie",
11286]
11287
11288[[package]]
11289name = "pest_derive"
11290version = "2.8.0"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11293dependencies = [
11294 "pest",
11295 "pest_generator",
11296]
11297
11298[[package]]
11299name = "pest_generator"
11300version = "2.8.0"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11303dependencies = [
11304 "pest",
11305 "pest_meta",
11306 "proc-macro2",
11307 "quote",
11308 "syn 2.0.101",
11309]
11310
11311[[package]]
11312name = "pest_meta"
11313version = "2.8.0"
11314source = "registry+https://github.com/rust-lang/crates.io-index"
11315checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11316dependencies = [
11317 "once_cell",
11318 "pest",
11319 "sha2",
11320]
11321
11322[[package]]
11323name = "pet"
11324version = "0.1.0"
11325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11326dependencies = [
11327 "clap",
11328 "env_logger 0.10.2",
11329 "lazy_static",
11330 "log",
11331 "msvc_spectre_libs",
11332 "pet-conda",
11333 "pet-core",
11334 "pet-env-var-path",
11335 "pet-fs",
11336 "pet-global-virtualenvs",
11337 "pet-homebrew",
11338 "pet-jsonrpc",
11339 "pet-linux-global-python",
11340 "pet-mac-commandlinetools",
11341 "pet-mac-python-org",
11342 "pet-mac-xcode",
11343 "pet-pipenv",
11344 "pet-pixi",
11345 "pet-poetry",
11346 "pet-pyenv",
11347 "pet-python-utils",
11348 "pet-reporter",
11349 "pet-telemetry",
11350 "pet-venv",
11351 "pet-virtualenv",
11352 "pet-virtualenvwrapper",
11353 "pet-windows-registry",
11354 "pet-windows-store",
11355 "serde",
11356 "serde_json",
11357]
11358
11359[[package]]
11360name = "pet-conda"
11361version = "0.1.0"
11362source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11363dependencies = [
11364 "env_logger 0.10.2",
11365 "lazy_static",
11366 "log",
11367 "msvc_spectre_libs",
11368 "pet-core",
11369 "pet-fs",
11370 "pet-python-utils",
11371 "pet-reporter",
11372 "regex",
11373 "serde",
11374 "serde_json",
11375 "yaml-rust2",
11376]
11377
11378[[package]]
11379name = "pet-core"
11380version = "0.1.0"
11381source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11382dependencies = [
11383 "clap",
11384 "lazy_static",
11385 "log",
11386 "msvc_spectre_libs",
11387 "pet-fs",
11388 "regex",
11389 "serde",
11390 "serde_json",
11391]
11392
11393[[package]]
11394name = "pet-env-var-path"
11395version = "0.1.0"
11396source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11397dependencies = [
11398 "lazy_static",
11399 "log",
11400 "msvc_spectre_libs",
11401 "pet-conda",
11402 "pet-core",
11403 "pet-fs",
11404 "pet-python-utils",
11405 "pet-virtualenv",
11406 "regex",
11407]
11408
11409[[package]]
11410name = "pet-fs"
11411version = "0.1.0"
11412source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11413dependencies = [
11414 "log",
11415 "msvc_spectre_libs",
11416]
11417
11418[[package]]
11419name = "pet-global-virtualenvs"
11420version = "0.1.0"
11421source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11422dependencies = [
11423 "log",
11424 "msvc_spectre_libs",
11425 "pet-conda",
11426 "pet-core",
11427 "pet-fs",
11428 "pet-virtualenv",
11429]
11430
11431[[package]]
11432name = "pet-homebrew"
11433version = "0.1.0"
11434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11435dependencies = [
11436 "lazy_static",
11437 "log",
11438 "msvc_spectre_libs",
11439 "pet-conda",
11440 "pet-core",
11441 "pet-fs",
11442 "pet-python-utils",
11443 "pet-virtualenv",
11444 "regex",
11445 "serde",
11446 "serde_json",
11447]
11448
11449[[package]]
11450name = "pet-jsonrpc"
11451version = "0.1.0"
11452source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11453dependencies = [
11454 "env_logger 0.10.2",
11455 "log",
11456 "msvc_spectre_libs",
11457 "pet-core",
11458 "serde",
11459 "serde_json",
11460]
11461
11462[[package]]
11463name = "pet-linux-global-python"
11464version = "0.1.0"
11465source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11466dependencies = [
11467 "log",
11468 "msvc_spectre_libs",
11469 "pet-core",
11470 "pet-fs",
11471 "pet-python-utils",
11472 "pet-virtualenv",
11473]
11474
11475[[package]]
11476name = "pet-mac-commandlinetools"
11477version = "0.1.0"
11478source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11479dependencies = [
11480 "log",
11481 "msvc_spectre_libs",
11482 "pet-core",
11483 "pet-fs",
11484 "pet-python-utils",
11485 "pet-virtualenv",
11486]
11487
11488[[package]]
11489name = "pet-mac-python-org"
11490version = "0.1.0"
11491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11492dependencies = [
11493 "log",
11494 "msvc_spectre_libs",
11495 "pet-core",
11496 "pet-fs",
11497 "pet-python-utils",
11498 "pet-virtualenv",
11499]
11500
11501[[package]]
11502name = "pet-mac-xcode"
11503version = "0.1.0"
11504source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11505dependencies = [
11506 "log",
11507 "msvc_spectre_libs",
11508 "pet-core",
11509 "pet-fs",
11510 "pet-python-utils",
11511 "pet-virtualenv",
11512]
11513
11514[[package]]
11515name = "pet-pipenv"
11516version = "0.1.0"
11517source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11518dependencies = [
11519 "log",
11520 "msvc_spectre_libs",
11521 "pet-core",
11522 "pet-fs",
11523 "pet-python-utils",
11524 "pet-virtualenv",
11525]
11526
11527[[package]]
11528name = "pet-pixi"
11529version = "0.1.0"
11530source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11531dependencies = [
11532 "log",
11533 "msvc_spectre_libs",
11534 "pet-conda",
11535 "pet-core",
11536 "pet-python-utils",
11537]
11538
11539[[package]]
11540name = "pet-poetry"
11541version = "0.1.0"
11542source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11543dependencies = [
11544 "base64 0.22.1",
11545 "lazy_static",
11546 "log",
11547 "msvc_spectre_libs",
11548 "pet-core",
11549 "pet-fs",
11550 "pet-python-utils",
11551 "pet-reporter",
11552 "pet-virtualenv",
11553 "regex",
11554 "serde",
11555 "serde_json",
11556 "sha2",
11557 "toml 0.8.20",
11558]
11559
11560[[package]]
11561name = "pet-pyenv"
11562version = "0.1.0"
11563source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11564dependencies = [
11565 "lazy_static",
11566 "log",
11567 "msvc_spectre_libs",
11568 "pet-conda",
11569 "pet-core",
11570 "pet-fs",
11571 "pet-python-utils",
11572 "pet-reporter",
11573 "regex",
11574 "serde",
11575 "serde_json",
11576]
11577
11578[[package]]
11579name = "pet-python-utils"
11580version = "0.1.0"
11581source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11582dependencies = [
11583 "env_logger 0.10.2",
11584 "lazy_static",
11585 "log",
11586 "msvc_spectre_libs",
11587 "pet-core",
11588 "pet-fs",
11589 "regex",
11590 "serde",
11591 "serde_json",
11592 "sha2",
11593]
11594
11595[[package]]
11596name = "pet-reporter"
11597version = "0.1.0"
11598source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11599dependencies = [
11600 "env_logger 0.10.2",
11601 "log",
11602 "msvc_spectre_libs",
11603 "pet-core",
11604 "pet-jsonrpc",
11605 "serde",
11606 "serde_json",
11607]
11608
11609[[package]]
11610name = "pet-telemetry"
11611version = "0.1.0"
11612source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11613dependencies = [
11614 "env_logger 0.10.2",
11615 "lazy_static",
11616 "log",
11617 "msvc_spectre_libs",
11618 "pet-core",
11619 "pet-fs",
11620 "pet-python-utils",
11621 "regex",
11622]
11623
11624[[package]]
11625name = "pet-venv"
11626version = "0.1.0"
11627source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11628dependencies = [
11629 "log",
11630 "msvc_spectre_libs",
11631 "pet-core",
11632 "pet-python-utils",
11633 "pet-virtualenv",
11634]
11635
11636[[package]]
11637name = "pet-virtualenv"
11638version = "0.1.0"
11639source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11640dependencies = [
11641 "log",
11642 "msvc_spectre_libs",
11643 "pet-core",
11644 "pet-fs",
11645 "pet-python-utils",
11646]
11647
11648[[package]]
11649name = "pet-virtualenvwrapper"
11650version = "0.1.0"
11651source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11652dependencies = [
11653 "log",
11654 "msvc_spectre_libs",
11655 "pet-core",
11656 "pet-fs",
11657 "pet-python-utils",
11658 "pet-virtualenv",
11659]
11660
11661[[package]]
11662name = "pet-windows-registry"
11663version = "0.1.0"
11664source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11665dependencies = [
11666 "lazy_static",
11667 "log",
11668 "msvc_spectre_libs",
11669 "pet-conda",
11670 "pet-core",
11671 "pet-fs",
11672 "pet-python-utils",
11673 "pet-virtualenv",
11674 "pet-windows-store",
11675 "regex",
11676 "winreg 0.55.0",
11677]
11678
11679[[package]]
11680name = "pet-windows-store"
11681version = "0.1.0"
11682source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11683dependencies = [
11684 "lazy_static",
11685 "log",
11686 "msvc_spectre_libs",
11687 "pet-core",
11688 "pet-fs",
11689 "pet-python-utils",
11690 "pet-virtualenv",
11691 "regex",
11692 "winreg 0.55.0",
11693]
11694
11695[[package]]
11696name = "petgraph"
11697version = "0.6.5"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11700dependencies = [
11701 "fixedbitset",
11702 "indexmap 2.9.0",
11703]
11704
11705[[package]]
11706name = "pgvector"
11707version = "0.4.0"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11710dependencies = [
11711 "serde",
11712]
11713
11714[[package]]
11715name = "phf"
11716version = "0.11.3"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11719dependencies = [
11720 "phf_macros",
11721 "phf_shared",
11722]
11723
11724[[package]]
11725name = "phf_codegen"
11726version = "0.11.3"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11729dependencies = [
11730 "phf_generator",
11731 "phf_shared",
11732]
11733
11734[[package]]
11735name = "phf_generator"
11736version = "0.11.3"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11739dependencies = [
11740 "phf_shared",
11741 "rand 0.8.5",
11742]
11743
11744[[package]]
11745name = "phf_macros"
11746version = "0.11.3"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11749dependencies = [
11750 "phf_generator",
11751 "phf_shared",
11752 "proc-macro2",
11753 "quote",
11754 "syn 2.0.101",
11755]
11756
11757[[package]]
11758name = "phf_shared"
11759version = "0.11.3"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11762dependencies = [
11763 "siphasher",
11764]
11765
11766[[package]]
11767name = "picker"
11768version = "0.1.0"
11769dependencies = [
11770 "anyhow",
11771 "ctor",
11772 "editor",
11773 "env_logger 0.11.8",
11774 "gpui",
11775 "menu",
11776 "schemars 1.0.1",
11777 "serde",
11778 "serde_json",
11779 "theme",
11780 "ui",
11781 "workspace",
11782 "workspace-hack",
11783]
11784
11785[[package]]
11786name = "pico-args"
11787version = "0.5.0"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11790
11791[[package]]
11792name = "pin-project"
11793version = "1.1.10"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11796dependencies = [
11797 "pin-project-internal",
11798]
11799
11800[[package]]
11801name = "pin-project-internal"
11802version = "1.1.10"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11805dependencies = [
11806 "proc-macro2",
11807 "quote",
11808 "syn 2.0.101",
11809]
11810
11811[[package]]
11812name = "pin-project-lite"
11813version = "0.2.16"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11816
11817[[package]]
11818name = "pin-utils"
11819version = "0.1.0"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11822
11823[[package]]
11824name = "piper"
11825version = "0.2.4"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11828dependencies = [
11829 "atomic-waker",
11830 "fastrand 2.3.0",
11831 "futures-io",
11832]
11833
11834[[package]]
11835name = "pkcs1"
11836version = "0.7.5"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11839dependencies = [
11840 "der 0.7.10",
11841 "pkcs8 0.10.2",
11842 "spki 0.7.3",
11843]
11844
11845[[package]]
11846name = "pkcs8"
11847version = "0.9.0"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11850dependencies = [
11851 "der 0.6.1",
11852 "spki 0.6.0",
11853]
11854
11855[[package]]
11856name = "pkcs8"
11857version = "0.10.2"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11860dependencies = [
11861 "der 0.7.10",
11862 "spki 0.7.3",
11863]
11864
11865[[package]]
11866name = "pkg-config"
11867version = "0.3.32"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11870
11871[[package]]
11872name = "plain"
11873version = "0.2.3"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11876
11877[[package]]
11878name = "plist"
11879version = "1.7.1"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11882dependencies = [
11883 "base64 0.22.1",
11884 "indexmap 2.9.0",
11885 "quick-xml 0.32.0",
11886 "serde",
11887 "time",
11888]
11889
11890[[package]]
11891name = "plotters"
11892version = "0.3.7"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11895dependencies = [
11896 "num-traits",
11897 "plotters-backend",
11898 "plotters-svg",
11899 "wasm-bindgen",
11900 "web-sys",
11901]
11902
11903[[package]]
11904name = "plotters-backend"
11905version = "0.3.7"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11908
11909[[package]]
11910name = "plotters-svg"
11911version = "0.3.7"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11914dependencies = [
11915 "plotters-backend",
11916]
11917
11918[[package]]
11919name = "png"
11920version = "0.17.16"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11923dependencies = [
11924 "bitflags 1.3.2",
11925 "crc32fast",
11926 "fdeflate",
11927 "flate2",
11928 "miniz_oxide",
11929]
11930
11931[[package]]
11932name = "polling"
11933version = "3.11.0"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
11936dependencies = [
11937 "cfg-if",
11938 "concurrent-queue",
11939 "hermit-abi 0.5.0",
11940 "pin-project-lite",
11941 "rustix 1.0.7",
11942 "windows-sys 0.61.0",
11943]
11944
11945[[package]]
11946name = "pollster"
11947version = "0.2.5"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11950
11951[[package]]
11952name = "portable-atomic"
11953version = "1.11.0"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11956
11957[[package]]
11958name = "portable-atomic-util"
11959version = "0.2.4"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11962dependencies = [
11963 "portable-atomic",
11964]
11965
11966[[package]]
11967name = "portable-pty"
11968version = "0.9.0"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11971dependencies = [
11972 "anyhow",
11973 "bitflags 1.3.2",
11974 "downcast-rs",
11975 "filedescriptor",
11976 "lazy_static",
11977 "libc",
11978 "log",
11979 "nix 0.28.0",
11980 "serial2",
11981 "shared_library",
11982 "shell-words",
11983 "winapi",
11984 "winreg 0.10.1",
11985]
11986
11987[[package]]
11988name = "postage"
11989version = "0.5.0"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11992dependencies = [
11993 "atomic",
11994 "crossbeam-queue",
11995 "futures 0.3.31",
11996 "log",
11997 "parking_lot",
11998 "pin-project",
11999 "pollster",
12000 "static_assertions",
12001 "thiserror 1.0.69",
12002]
12003
12004[[package]]
12005name = "postcard"
12006version = "1.1.1"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
12009dependencies = [
12010 "cobs",
12011 "embedded-io 0.4.0",
12012 "embedded-io 0.6.1",
12013 "serde",
12014]
12015
12016[[package]]
12017name = "powerfmt"
12018version = "0.2.0"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12021
12022[[package]]
12023name = "ppv-lite86"
12024version = "0.2.21"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12027dependencies = [
12028 "zerocopy 0.8.24",
12029]
12030
12031[[package]]
12032name = "precomputed-hash"
12033version = "0.1.1"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12036
12037[[package]]
12038name = "prettier"
12039version = "0.1.0"
12040dependencies = [
12041 "anyhow",
12042 "collections",
12043 "fs",
12044 "gpui",
12045 "language",
12046 "log",
12047 "lsp",
12048 "node_runtime",
12049 "parking_lot",
12050 "paths",
12051 "serde",
12052 "serde_json",
12053 "util",
12054 "workspace-hack",
12055]
12056
12057[[package]]
12058name = "pretty_assertions"
12059version = "1.4.1"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12062dependencies = [
12063 "diff",
12064 "yansi",
12065]
12066
12067[[package]]
12068name = "prettyplease"
12069version = "0.2.32"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
12072dependencies = [
12073 "proc-macro2",
12074 "syn 2.0.101",
12075]
12076
12077[[package]]
12078name = "primal-check"
12079version = "0.3.4"
12080source = "registry+https://github.com/rust-lang/crates.io-index"
12081checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12082dependencies = [
12083 "num-integer",
12084]
12085
12086[[package]]
12087name = "proc-macro-crate"
12088version = "3.3.0"
12089source = "registry+https://github.com/rust-lang/crates.io-index"
12090checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12091dependencies = [
12092 "toml_edit",
12093]
12094
12095[[package]]
12096name = "proc-macro-error-attr2"
12097version = "2.0.0"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12100dependencies = [
12101 "proc-macro2",
12102 "quote",
12103]
12104
12105[[package]]
12106name = "proc-macro-error2"
12107version = "2.0.1"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12110dependencies = [
12111 "proc-macro-error-attr2",
12112 "proc-macro2",
12113 "quote",
12114 "syn 2.0.101",
12115]
12116
12117[[package]]
12118name = "proc-macro2"
12119version = "1.0.95"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12122dependencies = [
12123 "unicode-ident",
12124]
12125
12126[[package]]
12127name = "proc-macro2-diagnostics"
12128version = "0.10.1"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12131dependencies = [
12132 "proc-macro2",
12133 "quote",
12134 "syn 2.0.101",
12135 "version_check",
12136 "yansi",
12137]
12138
12139[[package]]
12140name = "procfs-core"
12141version = "0.16.0"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12144dependencies = [
12145 "bitflags 2.9.0",
12146 "hex",
12147]
12148
12149[[package]]
12150name = "profiling"
12151version = "1.0.16"
12152source = "registry+https://github.com/rust-lang/crates.io-index"
12153checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12154dependencies = [
12155 "profiling-procmacros",
12156]
12157
12158[[package]]
12159name = "profiling-procmacros"
12160version = "1.0.16"
12161source = "registry+https://github.com/rust-lang/crates.io-index"
12162checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12163dependencies = [
12164 "quote",
12165 "syn 2.0.101",
12166]
12167
12168[[package]]
12169name = "project"
12170version = "0.1.0"
12171dependencies = [
12172 "aho-corasick",
12173 "anyhow",
12174 "askpass",
12175 "async-trait",
12176 "base64 0.22.1",
12177 "buffer_diff",
12178 "circular-buffer",
12179 "client",
12180 "clock",
12181 "collections",
12182 "context_server",
12183 "dap",
12184 "dap_adapters",
12185 "extension",
12186 "fancy-regex 0.14.0",
12187 "fs",
12188 "futures 0.3.31",
12189 "fuzzy",
12190 "git",
12191 "git2",
12192 "git_hosting_providers",
12193 "globset",
12194 "gpui",
12195 "http_client",
12196 "image",
12197 "indexmap 2.9.0",
12198 "itertools 0.14.0",
12199 "language",
12200 "log",
12201 "lsp",
12202 "markdown",
12203 "node_runtime",
12204 "parking_lot",
12205 "paths",
12206 "postage",
12207 "prettier",
12208 "pretty_assertions",
12209 "rand 0.9.1",
12210 "regex",
12211 "release_channel",
12212 "remote",
12213 "rpc",
12214 "schemars 1.0.1",
12215 "semver",
12216 "serde",
12217 "serde_json",
12218 "settings",
12219 "sha2",
12220 "shellexpand 2.1.2",
12221 "shlex",
12222 "smallvec",
12223 "smol",
12224 "snippet",
12225 "snippet_provider",
12226 "sum_tree",
12227 "task",
12228 "tempfile",
12229 "terminal",
12230 "text",
12231 "toml 0.8.20",
12232 "unindent",
12233 "url",
12234 "util",
12235 "watch",
12236 "which 6.0.3",
12237 "workspace-hack",
12238 "worktree",
12239 "zeroize",
12240 "zlog",
12241]
12242
12243[[package]]
12244name = "project_panel"
12245version = "0.1.0"
12246dependencies = [
12247 "anyhow",
12248 "client",
12249 "collections",
12250 "command_palette_hooks",
12251 "criterion",
12252 "db",
12253 "editor",
12254 "file_icons",
12255 "git",
12256 "git_ui",
12257 "gpui",
12258 "language",
12259 "menu",
12260 "pretty_assertions",
12261 "project",
12262 "rayon",
12263 "schemars 1.0.1",
12264 "search",
12265 "serde",
12266 "serde_json",
12267 "settings",
12268 "smallvec",
12269 "telemetry",
12270 "theme",
12271 "ui",
12272 "util",
12273 "workspace",
12274 "workspace-hack",
12275 "worktree",
12276 "zed_actions",
12277]
12278
12279[[package]]
12280name = "project_symbols"
12281version = "0.1.0"
12282dependencies = [
12283 "anyhow",
12284 "editor",
12285 "futures 0.3.31",
12286 "fuzzy",
12287 "gpui",
12288 "language",
12289 "lsp",
12290 "ordered-float 2.10.1",
12291 "picker",
12292 "project",
12293 "release_channel",
12294 "serde_json",
12295 "settings",
12296 "theme",
12297 "util",
12298 "workspace",
12299 "workspace-hack",
12300]
12301
12302[[package]]
12303name = "prometheus"
12304version = "0.14.0"
12305source = "registry+https://github.com/rust-lang/crates.io-index"
12306checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12307dependencies = [
12308 "cfg-if",
12309 "fnv",
12310 "lazy_static",
12311 "memchr",
12312 "parking_lot",
12313 "protobuf",
12314 "thiserror 2.0.12",
12315]
12316
12317[[package]]
12318name = "prompt_store"
12319version = "0.1.0"
12320dependencies = [
12321 "anyhow",
12322 "assets",
12323 "chrono",
12324 "collections",
12325 "fs",
12326 "futures 0.3.31",
12327 "fuzzy",
12328 "gpui",
12329 "handlebars 4.5.0",
12330 "heed",
12331 "language",
12332 "log",
12333 "parking_lot",
12334 "paths",
12335 "rope",
12336 "serde",
12337 "serde_json",
12338 "text",
12339 "util",
12340 "uuid",
12341 "workspace-hack",
12342]
12343
12344[[package]]
12345name = "prost"
12346version = "0.9.0"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12349dependencies = [
12350 "bytes 1.10.1",
12351 "prost-derive 0.9.0",
12352]
12353
12354[[package]]
12355name = "prost"
12356version = "0.12.6"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12359dependencies = [
12360 "bytes 1.10.1",
12361 "prost-derive 0.12.6",
12362]
12363
12364[[package]]
12365name = "prost-build"
12366version = "0.9.0"
12367source = "registry+https://github.com/rust-lang/crates.io-index"
12368checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12369dependencies = [
12370 "bytes 1.10.1",
12371 "heck 0.3.3",
12372 "itertools 0.10.5",
12373 "lazy_static",
12374 "log",
12375 "multimap",
12376 "petgraph",
12377 "prost 0.9.0",
12378 "prost-types 0.9.0",
12379 "regex",
12380 "tempfile",
12381 "which 4.4.2",
12382]
12383
12384[[package]]
12385name = "prost-build"
12386version = "0.12.6"
12387source = "registry+https://github.com/rust-lang/crates.io-index"
12388checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12389dependencies = [
12390 "bytes 1.10.1",
12391 "heck 0.5.0",
12392 "itertools 0.12.1",
12393 "log",
12394 "multimap",
12395 "once_cell",
12396 "petgraph",
12397 "prettyplease",
12398 "prost 0.12.6",
12399 "prost-types 0.12.6",
12400 "regex",
12401 "syn 2.0.101",
12402 "tempfile",
12403]
12404
12405[[package]]
12406name = "prost-derive"
12407version = "0.9.0"
12408source = "registry+https://github.com/rust-lang/crates.io-index"
12409checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12410dependencies = [
12411 "anyhow",
12412 "itertools 0.10.5",
12413 "proc-macro2",
12414 "quote",
12415 "syn 1.0.109",
12416]
12417
12418[[package]]
12419name = "prost-derive"
12420version = "0.12.6"
12421source = "registry+https://github.com/rust-lang/crates.io-index"
12422checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12423dependencies = [
12424 "anyhow",
12425 "itertools 0.12.1",
12426 "proc-macro2",
12427 "quote",
12428 "syn 2.0.101",
12429]
12430
12431[[package]]
12432name = "prost-types"
12433version = "0.9.0"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12436dependencies = [
12437 "bytes 1.10.1",
12438 "prost 0.9.0",
12439]
12440
12441[[package]]
12442name = "prost-types"
12443version = "0.12.6"
12444source = "registry+https://github.com/rust-lang/crates.io-index"
12445checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12446dependencies = [
12447 "prost 0.12.6",
12448]
12449
12450[[package]]
12451name = "proto"
12452version = "0.1.0"
12453dependencies = [
12454 "anyhow",
12455 "collections",
12456 "prost 0.9.0",
12457 "prost-build 0.9.0",
12458 "serde",
12459 "typed-path",
12460 "workspace-hack",
12461]
12462
12463[[package]]
12464name = "protobuf"
12465version = "3.7.2"
12466source = "registry+https://github.com/rust-lang/crates.io-index"
12467checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12468dependencies = [
12469 "once_cell",
12470 "protobuf-support",
12471 "thiserror 1.0.69",
12472]
12473
12474[[package]]
12475name = "protobuf-support"
12476version = "3.7.2"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12479dependencies = [
12480 "thiserror 1.0.69",
12481]
12482
12483[[package]]
12484name = "psm"
12485version = "0.1.25"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12488dependencies = [
12489 "cc",
12490]
12491
12492[[package]]
12493name = "ptr_meta"
12494version = "0.1.4"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12497dependencies = [
12498 "ptr_meta_derive",
12499]
12500
12501[[package]]
12502name = "ptr_meta_derive"
12503version = "0.1.4"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12506dependencies = [
12507 "proc-macro2",
12508 "quote",
12509 "syn 1.0.109",
12510]
12511
12512[[package]]
12513name = "pulldown-cmark"
12514version = "0.10.3"
12515source = "registry+https://github.com/rust-lang/crates.io-index"
12516checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12517dependencies = [
12518 "bitflags 2.9.0",
12519 "memchr",
12520 "pulldown-cmark-escape",
12521 "unicase",
12522]
12523
12524[[package]]
12525name = "pulldown-cmark"
12526version = "0.12.2"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12529dependencies = [
12530 "bitflags 2.9.0",
12531 "memchr",
12532 "unicase",
12533]
12534
12535[[package]]
12536name = "pulldown-cmark-escape"
12537version = "0.10.1"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12540
12541[[package]]
12542name = "pulley-interpreter"
12543version = "29.0.1"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12546dependencies = [
12547 "cranelift-bitset",
12548 "log",
12549 "sptr",
12550 "wasmtime-math",
12551]
12552
12553[[package]]
12554name = "pulp"
12555version = "0.18.22"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
12558dependencies = [
12559 "bytemuck",
12560 "libm",
12561 "num-complex",
12562 "reborrow",
12563]
12564
12565[[package]]
12566name = "pulp"
12567version = "0.21.5"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
12570dependencies = [
12571 "bytemuck",
12572 "cfg-if",
12573 "libm",
12574 "num-complex",
12575 "reborrow",
12576 "version_check",
12577]
12578
12579[[package]]
12580name = "qoi"
12581version = "0.4.1"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12584dependencies = [
12585 "bytemuck",
12586]
12587
12588[[package]]
12589name = "quick-error"
12590version = "2.0.1"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12593
12594[[package]]
12595name = "quick-xml"
12596version = "0.30.0"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12599dependencies = [
12600 "memchr",
12601]
12602
12603[[package]]
12604name = "quick-xml"
12605version = "0.32.0"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12608dependencies = [
12609 "memchr",
12610]
12611
12612[[package]]
12613name = "quick-xml"
12614version = "0.37.4"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12617dependencies = [
12618 "memchr",
12619]
12620
12621[[package]]
12622name = "quinn"
12623version = "0.11.7"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12626dependencies = [
12627 "bytes 1.10.1",
12628 "cfg_aliases 0.2.1",
12629 "pin-project-lite",
12630 "quinn-proto",
12631 "quinn-udp",
12632 "rustc-hash 2.1.1",
12633 "rustls 0.23.26",
12634 "socket2",
12635 "thiserror 2.0.12",
12636 "tokio",
12637 "tracing",
12638 "web-time",
12639]
12640
12641[[package]]
12642name = "quinn-proto"
12643version = "0.11.10"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12646dependencies = [
12647 "bytes 1.10.1",
12648 "getrandom 0.3.2",
12649 "rand 0.9.1",
12650 "ring",
12651 "rustc-hash 2.1.1",
12652 "rustls 0.23.26",
12653 "rustls-pki-types",
12654 "slab",
12655 "thiserror 2.0.12",
12656 "tinyvec",
12657 "tracing",
12658 "web-time",
12659]
12660
12661[[package]]
12662name = "quinn-udp"
12663version = "0.5.11"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12666dependencies = [
12667 "cfg_aliases 0.2.1",
12668 "libc",
12669 "once_cell",
12670 "socket2",
12671 "tracing",
12672 "windows-sys 0.59.0",
12673]
12674
12675[[package]]
12676name = "quote"
12677version = "1.0.40"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12680dependencies = [
12681 "proc-macro2",
12682]
12683
12684[[package]]
12685name = "r-efi"
12686version = "5.2.0"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12689
12690[[package]]
12691name = "radium"
12692version = "0.7.0"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12695
12696[[package]]
12697name = "rand"
12698version = "0.8.5"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12701dependencies = [
12702 "libc",
12703 "rand_chacha 0.3.1",
12704 "rand_core 0.6.4",
12705]
12706
12707[[package]]
12708name = "rand"
12709version = "0.9.1"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12712dependencies = [
12713 "rand_chacha 0.9.0",
12714 "rand_core 0.9.3",
12715]
12716
12717[[package]]
12718name = "rand_chacha"
12719version = "0.3.1"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12722dependencies = [
12723 "ppv-lite86",
12724 "rand_core 0.6.4",
12725]
12726
12727[[package]]
12728name = "rand_chacha"
12729version = "0.9.0"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12732dependencies = [
12733 "ppv-lite86",
12734 "rand_core 0.9.3",
12735]
12736
12737[[package]]
12738name = "rand_core"
12739version = "0.6.4"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12742dependencies = [
12743 "getrandom 0.2.15",
12744]
12745
12746[[package]]
12747name = "rand_core"
12748version = "0.9.3"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12751dependencies = [
12752 "getrandom 0.3.2",
12753]
12754
12755[[package]]
12756name = "rand_distr"
12757version = "0.5.1"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
12760dependencies = [
12761 "num-traits",
12762 "rand 0.9.1",
12763]
12764
12765[[package]]
12766name = "range-map"
12767version = "0.2.0"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
12770dependencies = [
12771 "num-traits",
12772]
12773
12774[[package]]
12775name = "rangemap"
12776version = "1.5.1"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12779
12780[[package]]
12781name = "rav1e"
12782version = "0.7.1"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12785dependencies = [
12786 "arbitrary",
12787 "arg_enum_proc_macro",
12788 "arrayvec",
12789 "av1-grain",
12790 "bitstream-io",
12791 "built",
12792 "cfg-if",
12793 "interpolate_name",
12794 "itertools 0.12.1",
12795 "libc",
12796 "libfuzzer-sys",
12797 "log",
12798 "maybe-rayon",
12799 "new_debug_unreachable",
12800 "noop_proc_macro",
12801 "num-derive",
12802 "num-traits",
12803 "once_cell",
12804 "paste",
12805 "profiling",
12806 "rand 0.8.5",
12807 "rand_chacha 0.3.1",
12808 "simd_helpers",
12809 "system-deps",
12810 "thiserror 1.0.69",
12811 "v_frame",
12812 "wasm-bindgen",
12813]
12814
12815[[package]]
12816name = "ravif"
12817version = "0.11.12"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12820dependencies = [
12821 "avif-serialize",
12822 "imgref",
12823 "loop9",
12824 "quick-error",
12825 "rav1e",
12826 "rayon",
12827 "rgb",
12828]
12829
12830[[package]]
12831name = "raw-cpuid"
12832version = "10.7.0"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
12835dependencies = [
12836 "bitflags 1.3.2",
12837]
12838
12839[[package]]
12840name = "raw-cpuid"
12841version = "11.6.0"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
12844dependencies = [
12845 "bitflags 2.9.0",
12846]
12847
12848[[package]]
12849name = "raw-window-handle"
12850version = "0.6.2"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12853
12854[[package]]
12855name = "raw-window-metal"
12856version = "0.4.0"
12857source = "registry+https://github.com/rust-lang/crates.io-index"
12858checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12859dependencies = [
12860 "cocoa 0.25.0",
12861 "core-graphics 0.23.2",
12862 "objc",
12863 "raw-window-handle",
12864]
12865
12866[[package]]
12867name = "rayon"
12868version = "1.10.0"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12871dependencies = [
12872 "either",
12873 "rayon-core",
12874]
12875
12876[[package]]
12877name = "rayon-core"
12878version = "1.12.1"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12881dependencies = [
12882 "crossbeam-deque",
12883 "crossbeam-utils",
12884]
12885
12886[[package]]
12887name = "read-fonts"
12888version = "0.25.3"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12891dependencies = [
12892 "bytemuck",
12893 "font-types",
12894]
12895
12896[[package]]
12897name = "realfft"
12898version = "3.5.0"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
12901dependencies = [
12902 "rustfft",
12903]
12904
12905[[package]]
12906name = "reborrow"
12907version = "0.5.5"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
12910
12911[[package]]
12912name = "recent_projects"
12913version = "0.1.0"
12914dependencies = [
12915 "anyhow",
12916 "askpass",
12917 "auto_update",
12918 "dap",
12919 "editor",
12920 "extension_host",
12921 "file_finder",
12922 "futures 0.3.31",
12923 "fuzzy",
12924 "gpui",
12925 "indoc",
12926 "language",
12927 "log",
12928 "markdown",
12929 "menu",
12930 "ordered-float 2.10.1",
12931 "paths",
12932 "picker",
12933 "project",
12934 "release_channel",
12935 "remote",
12936 "serde",
12937 "serde_json",
12938 "settings",
12939 "smol",
12940 "task",
12941 "telemetry",
12942 "theme",
12943 "ui",
12944 "util",
12945 "windows-registry 0.6.0",
12946 "workspace",
12947 "workspace-hack",
12948 "zed_actions",
12949]
12950
12951[[package]]
12952name = "redox_syscall"
12953version = "0.2.16"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12956dependencies = [
12957 "bitflags 1.3.2",
12958]
12959
12960[[package]]
12961name = "redox_syscall"
12962version = "0.5.11"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12965dependencies = [
12966 "bitflags 2.9.0",
12967]
12968
12969[[package]]
12970name = "redox_users"
12971version = "0.4.6"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12974dependencies = [
12975 "getrandom 0.2.15",
12976 "libredox",
12977 "thiserror 1.0.69",
12978]
12979
12980[[package]]
12981name = "redox_users"
12982version = "0.5.0"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12985dependencies = [
12986 "getrandom 0.2.15",
12987 "libredox",
12988 "thiserror 2.0.12",
12989]
12990
12991[[package]]
12992name = "ref-cast"
12993version = "1.0.24"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12996dependencies = [
12997 "ref-cast-impl",
12998]
12999
13000[[package]]
13001name = "ref-cast-impl"
13002version = "1.0.24"
13003source = "registry+https://github.com/rust-lang/crates.io-index"
13004checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
13005dependencies = [
13006 "proc-macro2",
13007 "quote",
13008 "syn 2.0.101",
13009]
13010
13011[[package]]
13012name = "referencing"
13013version = "0.30.0"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
13016dependencies = [
13017 "ahash 0.8.11",
13018 "fluent-uri",
13019 "once_cell",
13020 "parking_lot",
13021 "percent-encoding",
13022 "serde_json",
13023]
13024
13025[[package]]
13026name = "refineable"
13027version = "0.1.0"
13028dependencies = [
13029 "derive_refineable",
13030 "workspace-hack",
13031]
13032
13033[[package]]
13034name = "regalloc2"
13035version = "0.11.2"
13036source = "registry+https://github.com/rust-lang/crates.io-index"
13037checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
13038dependencies = [
13039 "allocator-api2",
13040 "bumpalo",
13041 "hashbrown 0.15.3",
13042 "log",
13043 "rustc-hash 2.1.1",
13044 "serde",
13045 "smallvec",
13046]
13047
13048[[package]]
13049name = "regex"
13050version = "1.11.1"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
13053dependencies = [
13054 "aho-corasick",
13055 "memchr",
13056 "regex-automata",
13057 "regex-syntax",
13058]
13059
13060[[package]]
13061name = "regex-automata"
13062version = "0.4.9"
13063source = "registry+https://github.com/rust-lang/crates.io-index"
13064checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
13065dependencies = [
13066 "aho-corasick",
13067 "memchr",
13068 "regex-syntax",
13069]
13070
13071[[package]]
13072name = "regex-lite"
13073version = "0.1.6"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
13076
13077[[package]]
13078name = "regex-syntax"
13079version = "0.8.5"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
13082
13083[[package]]
13084name = "release_channel"
13085version = "0.1.0"
13086dependencies = [
13087 "gpui",
13088 "workspace-hack",
13089]
13090
13091[[package]]
13092name = "remote"
13093version = "0.1.0"
13094dependencies = [
13095 "anyhow",
13096 "askpass",
13097 "async-trait",
13098 "collections",
13099 "fs",
13100 "futures 0.3.31",
13101 "gpui",
13102 "log",
13103 "parking_lot",
13104 "paths",
13105 "prost 0.9.0",
13106 "release_channel",
13107 "rpc",
13108 "serde",
13109 "serde_json",
13110 "settings",
13111 "shlex",
13112 "smol",
13113 "tempfile",
13114 "thiserror 2.0.12",
13115 "urlencoding",
13116 "util",
13117 "which 6.0.3",
13118 "workspace-hack",
13119]
13120
13121[[package]]
13122name = "remote_server"
13123version = "0.1.0"
13124dependencies = [
13125 "action_log",
13126 "anyhow",
13127 "askpass",
13128 "assistant_tool",
13129 "assistant_tools",
13130 "cargo_toml",
13131 "clap",
13132 "client",
13133 "clock",
13134 "collections",
13135 "crash-handler",
13136 "crashes",
13137 "dap",
13138 "dap_adapters",
13139 "debug_adapter_extension",
13140 "editor",
13141 "env_logger 0.11.8",
13142 "extension",
13143 "extension_host",
13144 "fork",
13145 "fs",
13146 "futures 0.3.31",
13147 "git",
13148 "git2",
13149 "git_hosting_providers",
13150 "gpui",
13151 "gpui_tokio",
13152 "http_client",
13153 "json_schema_store",
13154 "language",
13155 "language_extension",
13156 "language_model",
13157 "languages",
13158 "libc",
13159 "log",
13160 "lsp",
13161 "minidumper",
13162 "node_runtime",
13163 "paths",
13164 "pretty_assertions",
13165 "project",
13166 "proto",
13167 "release_channel",
13168 "remote",
13169 "reqwest_client",
13170 "rpc",
13171 "rust-embed",
13172 "serde",
13173 "serde_json",
13174 "settings",
13175 "shellexpand 2.1.2",
13176 "smol",
13177 "sysinfo 0.37.2",
13178 "task",
13179 "thiserror 2.0.12",
13180 "toml 0.8.20",
13181 "unindent",
13182 "util",
13183 "watch",
13184 "workspace",
13185 "worktree",
13186 "zlog",
13187]
13188
13189[[package]]
13190name = "rend"
13191version = "0.4.2"
13192source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13194dependencies = [
13195 "bytecheck",
13196]
13197
13198[[package]]
13199name = "repl"
13200version = "0.1.0"
13201dependencies = [
13202 "alacritty_terminal",
13203 "anyhow",
13204 "async-dispatcher",
13205 "async-tungstenite",
13206 "base64 0.22.1",
13207 "client",
13208 "collections",
13209 "command_palette_hooks",
13210 "editor",
13211 "env_logger 0.11.8",
13212 "feature_flags",
13213 "file_icons",
13214 "futures 0.3.31",
13215 "gpui",
13216 "http_client",
13217 "image",
13218 "indoc",
13219 "jupyter-protocol",
13220 "jupyter-websocket-client",
13221 "language",
13222 "languages",
13223 "log",
13224 "markdown_preview",
13225 "menu",
13226 "multi_buffer",
13227 "nbformat",
13228 "picker",
13229 "project",
13230 "runtimelib",
13231 "serde",
13232 "serde_json",
13233 "settings",
13234 "smol",
13235 "telemetry",
13236 "terminal",
13237 "terminal_view",
13238 "theme",
13239 "tree-sitter-md",
13240 "tree-sitter-python",
13241 "tree-sitter-typescript",
13242 "ui",
13243 "util",
13244 "uuid",
13245 "workspace",
13246 "workspace-hack",
13247]
13248
13249[[package]]
13250name = "reqwest"
13251version = "0.11.27"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13254dependencies = [
13255 "base64 0.21.7",
13256 "bytes 1.10.1",
13257 "encoding_rs",
13258 "futures-core",
13259 "futures-util",
13260 "h2 0.3.26",
13261 "http 0.2.12",
13262 "http-body 0.4.6",
13263 "hyper 0.14.32",
13264 "hyper-rustls 0.24.2",
13265 "hyper-tls",
13266 "ipnet",
13267 "js-sys",
13268 "log",
13269 "mime",
13270 "native-tls",
13271 "once_cell",
13272 "percent-encoding",
13273 "pin-project-lite",
13274 "rustls 0.21.12",
13275 "rustls-native-certs 0.6.3",
13276 "rustls-pemfile 1.0.4",
13277 "serde",
13278 "serde_json",
13279 "serde_urlencoded",
13280 "sync_wrapper 0.1.2",
13281 "system-configuration 0.5.1",
13282 "tokio",
13283 "tokio-native-tls",
13284 "tokio-rustls 0.24.1",
13285 "tower-service",
13286 "url",
13287 "wasm-bindgen",
13288 "wasm-bindgen-futures",
13289 "web-sys",
13290 "winreg 0.50.0",
13291]
13292
13293[[package]]
13294name = "reqwest"
13295version = "0.12.15"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13298dependencies = [
13299 "base64 0.22.1",
13300 "bytes 1.10.1",
13301 "futures-channel",
13302 "futures-core",
13303 "futures-util",
13304 "http 1.3.1",
13305 "http-body 1.0.1",
13306 "http-body-util",
13307 "hyper 1.6.0",
13308 "hyper-util",
13309 "ipnet",
13310 "js-sys",
13311 "log",
13312 "mime",
13313 "once_cell",
13314 "percent-encoding",
13315 "pin-project-lite",
13316 "serde",
13317 "serde_json",
13318 "serde_urlencoded",
13319 "sync_wrapper 1.0.2",
13320 "tokio",
13321 "tower 0.5.2",
13322 "tower-service",
13323 "url",
13324 "wasm-bindgen",
13325 "wasm-bindgen-futures",
13326 "web-sys",
13327 "windows-registry 0.4.0",
13328]
13329
13330[[package]]
13331name = "reqwest_client"
13332version = "0.1.0"
13333dependencies = [
13334 "anyhow",
13335 "bytes 1.10.1",
13336 "futures 0.3.31",
13337 "gpui",
13338 "http_client",
13339 "http_client_tls",
13340 "log",
13341 "regex",
13342 "serde",
13343 "tokio",
13344 "workspace-hack",
13345 "zed-reqwest",
13346]
13347
13348[[package]]
13349name = "resvg"
13350version = "0.45.1"
13351source = "registry+https://github.com/rust-lang/crates.io-index"
13352checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13353dependencies = [
13354 "log",
13355 "pico-args",
13356 "rgb",
13357 "svgtypes",
13358 "tiny-skia",
13359 "usvg",
13360]
13361
13362[[package]]
13363name = "rfc6979"
13364version = "0.3.1"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13367dependencies = [
13368 "crypto-bigint 0.4.9",
13369 "hmac",
13370 "zeroize",
13371]
13372
13373[[package]]
13374name = "rgb"
13375version = "0.8.50"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13378dependencies = [
13379 "bytemuck",
13380]
13381
13382[[package]]
13383name = "rich_text"
13384version = "0.1.0"
13385dependencies = [
13386 "futures 0.3.31",
13387 "gpui",
13388 "language",
13389 "linkify",
13390 "pulldown-cmark 0.12.2",
13391 "theme",
13392 "ui",
13393 "util",
13394 "workspace-hack",
13395]
13396
13397[[package]]
13398name = "ring"
13399version = "0.17.14"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13402dependencies = [
13403 "cc",
13404 "cfg-if",
13405 "getrandom 0.2.15",
13406 "libc",
13407 "untrusted",
13408 "windows-sys 0.52.0",
13409]
13410
13411[[package]]
13412name = "rkyv"
13413version = "0.7.45"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13416dependencies = [
13417 "bitvec",
13418 "bytecheck",
13419 "bytes 1.10.1",
13420 "hashbrown 0.12.3",
13421 "ptr_meta",
13422 "rend",
13423 "rkyv_derive",
13424 "seahash",
13425 "tinyvec",
13426 "uuid",
13427]
13428
13429[[package]]
13430name = "rkyv_derive"
13431version = "0.7.45"
13432source = "registry+https://github.com/rust-lang/crates.io-index"
13433checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13434dependencies = [
13435 "proc-macro2",
13436 "quote",
13437 "syn 1.0.109",
13438]
13439
13440[[package]]
13441name = "rmp"
13442version = "0.8.14"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13445dependencies = [
13446 "byteorder",
13447 "num-traits",
13448 "paste",
13449]
13450
13451[[package]]
13452name = "rmpv"
13453version = "1.3.0"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13456dependencies = [
13457 "num-traits",
13458 "rmp",
13459]
13460
13461[[package]]
13462name = "rodio"
13463version = "0.21.1"
13464source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
13465dependencies = [
13466 "cpal",
13467 "dasp_sample",
13468 "hound",
13469 "num-rational",
13470 "rtrb",
13471 "symphonia",
13472 "thiserror 2.0.12",
13473]
13474
13475[[package]]
13476name = "rope"
13477version = "0.1.0"
13478dependencies = [
13479 "arrayvec",
13480 "criterion",
13481 "ctor",
13482 "gpui",
13483 "log",
13484 "rand 0.9.1",
13485 "rayon",
13486 "smallvec",
13487 "sum_tree",
13488 "unicode-segmentation",
13489 "util",
13490 "workspace-hack",
13491 "zlog",
13492]
13493
13494[[package]]
13495name = "roxmltree"
13496version = "0.20.0"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13499
13500[[package]]
13501name = "rpc"
13502version = "0.1.0"
13503dependencies = [
13504 "anyhow",
13505 "async-tungstenite",
13506 "base64 0.22.1",
13507 "chrono",
13508 "collections",
13509 "futures 0.3.31",
13510 "gpui",
13511 "parking_lot",
13512 "proto",
13513 "rand 0.9.1",
13514 "rsa",
13515 "serde",
13516 "serde_json",
13517 "sha2",
13518 "strum 0.27.1",
13519 "tracing",
13520 "util",
13521 "workspace-hack",
13522 "zlog",
13523 "zstd",
13524]
13525
13526[[package]]
13527name = "rsa"
13528version = "0.9.8"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13531dependencies = [
13532 "const-oid",
13533 "digest",
13534 "num-bigint-dig",
13535 "num-integer",
13536 "num-traits",
13537 "pkcs1",
13538 "pkcs8 0.10.2",
13539 "rand_core 0.6.4",
13540 "signature 2.2.0",
13541 "spki 0.7.3",
13542 "subtle",
13543 "zeroize",
13544]
13545
13546[[package]]
13547name = "rtrb"
13548version = "0.3.2"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
13551
13552[[package]]
13553name = "rules_library"
13554version = "0.1.0"
13555dependencies = [
13556 "anyhow",
13557 "collections",
13558 "editor",
13559 "gpui",
13560 "language",
13561 "language_model",
13562 "log",
13563 "menu",
13564 "picker",
13565 "prompt_store",
13566 "release_channel",
13567 "rope",
13568 "serde",
13569 "settings",
13570 "theme",
13571 "title_bar",
13572 "ui",
13573 "util",
13574 "workspace",
13575 "workspace-hack",
13576 "zed_actions",
13577]
13578
13579[[package]]
13580name = "runtimelib"
13581version = "0.25.0"
13582source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13583dependencies = [
13584 "anyhow",
13585 "async-dispatcher",
13586 "async-std",
13587 "base64 0.22.1",
13588 "bytes 1.10.1",
13589 "chrono",
13590 "data-encoding",
13591 "dirs 5.0.1",
13592 "futures 0.3.31",
13593 "glob",
13594 "jupyter-protocol",
13595 "ring",
13596 "serde",
13597 "serde_json",
13598 "shellexpand 3.1.1",
13599 "smol",
13600 "uuid",
13601 "zeromq",
13602]
13603
13604[[package]]
13605name = "rust-embed"
13606version = "8.7.0"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13609dependencies = [
13610 "rust-embed-impl",
13611 "rust-embed-utils",
13612 "walkdir",
13613]
13614
13615[[package]]
13616name = "rust-embed-impl"
13617version = "8.7.0"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13620dependencies = [
13621 "proc-macro2",
13622 "quote",
13623 "rust-embed-utils",
13624 "syn 2.0.101",
13625 "walkdir",
13626]
13627
13628[[package]]
13629name = "rust-embed-utils"
13630version = "8.7.0"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13633dependencies = [
13634 "globset",
13635 "sha2",
13636 "walkdir",
13637]
13638
13639[[package]]
13640name = "rust-stemmers"
13641version = "1.2.0"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
13644dependencies = [
13645 "serde",
13646 "serde_derive",
13647]
13648
13649[[package]]
13650name = "rust_decimal"
13651version = "1.38.0"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "c8975fc98059f365204d635119cf9c5a60ae67b841ed49b5422a9a7e56cdfac0"
13654dependencies = [
13655 "arrayvec",
13656 "borsh",
13657 "bytes 1.10.1",
13658 "num-traits",
13659 "rand 0.8.5",
13660 "rkyv",
13661 "serde",
13662 "serde_json",
13663]
13664
13665[[package]]
13666name = "rustc-demangle"
13667version = "0.1.24"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13670
13671[[package]]
13672name = "rustc-hash"
13673version = "1.1.0"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13676
13677[[package]]
13678name = "rustc-hash"
13679version = "2.1.1"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13682
13683[[package]]
13684name = "rustc_version"
13685version = "0.4.1"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13688dependencies = [
13689 "semver",
13690]
13691
13692[[package]]
13693name = "rustfft"
13694version = "6.4.0"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
13697dependencies = [
13698 "num-complex",
13699 "num-integer",
13700 "num-traits",
13701 "primal-check",
13702 "strength_reduce",
13703 "transpose",
13704]
13705
13706[[package]]
13707name = "rustix"
13708version = "0.38.44"
13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13711dependencies = [
13712 "bitflags 2.9.0",
13713 "errno 0.3.11",
13714 "libc",
13715 "linux-raw-sys 0.4.15",
13716 "windows-sys 0.59.0",
13717]
13718
13719[[package]]
13720name = "rustix"
13721version = "1.0.7"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13724dependencies = [
13725 "bitflags 2.9.0",
13726 "errno 0.3.11",
13727 "libc",
13728 "linux-raw-sys 0.9.4",
13729 "windows-sys 0.59.0",
13730]
13731
13732[[package]]
13733name = "rustix-linux-procfs"
13734version = "0.1.1"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13737dependencies = [
13738 "once_cell",
13739 "rustix 1.0.7",
13740]
13741
13742[[package]]
13743name = "rustix-openpty"
13744version = "0.2.0"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
13747dependencies = [
13748 "errno 0.3.11",
13749 "libc",
13750 "rustix 1.0.7",
13751]
13752
13753[[package]]
13754name = "rustls"
13755version = "0.21.12"
13756source = "registry+https://github.com/rust-lang/crates.io-index"
13757checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13758dependencies = [
13759 "log",
13760 "ring",
13761 "rustls-webpki 0.101.7",
13762 "sct",
13763]
13764
13765[[package]]
13766name = "rustls"
13767version = "0.23.26"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13770dependencies = [
13771 "aws-lc-rs",
13772 "log",
13773 "once_cell",
13774 "ring",
13775 "rustls-pki-types",
13776 "rustls-webpki 0.103.1",
13777 "subtle",
13778 "zeroize",
13779]
13780
13781[[package]]
13782name = "rustls-native-certs"
13783version = "0.6.3"
13784source = "registry+https://github.com/rust-lang/crates.io-index"
13785checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13786dependencies = [
13787 "openssl-probe",
13788 "rustls-pemfile 1.0.4",
13789 "schannel",
13790 "security-framework 2.11.1",
13791]
13792
13793[[package]]
13794name = "rustls-native-certs"
13795version = "0.8.1"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13798dependencies = [
13799 "openssl-probe",
13800 "rustls-pki-types",
13801 "schannel",
13802 "security-framework 3.2.0",
13803]
13804
13805[[package]]
13806name = "rustls-pemfile"
13807version = "1.0.4"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13810dependencies = [
13811 "base64 0.21.7",
13812]
13813
13814[[package]]
13815name = "rustls-pemfile"
13816version = "2.2.0"
13817source = "registry+https://github.com/rust-lang/crates.io-index"
13818checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13819dependencies = [
13820 "rustls-pki-types",
13821]
13822
13823[[package]]
13824name = "rustls-pki-types"
13825version = "1.12.0"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13828dependencies = [
13829 "web-time",
13830 "zeroize",
13831]
13832
13833[[package]]
13834name = "rustls-platform-verifier"
13835version = "0.5.1"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13838dependencies = [
13839 "core-foundation 0.10.0",
13840 "core-foundation-sys",
13841 "jni",
13842 "log",
13843 "once_cell",
13844 "rustls 0.23.26",
13845 "rustls-native-certs 0.8.1",
13846 "rustls-platform-verifier-android",
13847 "rustls-webpki 0.103.1",
13848 "security-framework 3.2.0",
13849 "security-framework-sys",
13850 "webpki-root-certs",
13851 "windows-sys 0.59.0",
13852]
13853
13854[[package]]
13855name = "rustls-platform-verifier-android"
13856version = "0.1.1"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13859
13860[[package]]
13861name = "rustls-webpki"
13862version = "0.101.7"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13865dependencies = [
13866 "ring",
13867 "untrusted",
13868]
13869
13870[[package]]
13871name = "rustls-webpki"
13872version = "0.103.1"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13875dependencies = [
13876 "aws-lc-rs",
13877 "ring",
13878 "rustls-pki-types",
13879 "untrusted",
13880]
13881
13882[[package]]
13883name = "rustversion"
13884version = "1.0.20"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13887
13888[[package]]
13889name = "rustybuzz"
13890version = "0.14.1"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13893dependencies = [
13894 "bitflags 2.9.0",
13895 "bytemuck",
13896 "libm",
13897 "smallvec",
13898 "ttf-parser 0.21.1",
13899 "unicode-bidi-mirroring 0.2.0",
13900 "unicode-ccc 0.2.0",
13901 "unicode-properties",
13902 "unicode-script",
13903]
13904
13905[[package]]
13906name = "rustybuzz"
13907version = "0.20.1"
13908source = "registry+https://github.com/rust-lang/crates.io-index"
13909checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13910dependencies = [
13911 "bitflags 2.9.0",
13912 "bytemuck",
13913 "core_maths",
13914 "log",
13915 "smallvec",
13916 "ttf-parser 0.25.1",
13917 "unicode-bidi-mirroring 0.4.0",
13918 "unicode-ccc 0.4.0",
13919 "unicode-properties",
13920 "unicode-script",
13921]
13922
13923[[package]]
13924name = "ryu"
13925version = "1.0.20"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13928
13929[[package]]
13930name = "safetensors"
13931version = "0.4.5"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
13934dependencies = [
13935 "serde",
13936 "serde_json",
13937]
13938
13939[[package]]
13940name = "salsa20"
13941version = "0.10.2"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13944dependencies = [
13945 "cipher",
13946]
13947
13948[[package]]
13949name = "same-file"
13950version = "1.0.6"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13953dependencies = [
13954 "winapi-util",
13955]
13956
13957[[package]]
13958name = "schannel"
13959version = "0.1.27"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13962dependencies = [
13963 "windows-sys 0.59.0",
13964]
13965
13966[[package]]
13967name = "scheduler"
13968version = "0.1.0"
13969dependencies = [
13970 "async-task",
13971 "backtrace",
13972 "chrono",
13973 "futures 0.3.31",
13974 "parking_lot",
13975 "rand 0.9.1",
13976 "workspace-hack",
13977]
13978
13979[[package]]
13980name = "schema_generator"
13981version = "0.1.0"
13982dependencies = [
13983 "anyhow",
13984 "clap",
13985 "env_logger 0.11.8",
13986 "schemars 1.0.1",
13987 "serde",
13988 "serde_json",
13989 "theme",
13990 "workspace-hack",
13991]
13992
13993[[package]]
13994name = "schemars"
13995version = "0.9.0"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
13998dependencies = [
13999 "dyn-clone",
14000 "ref-cast",
14001 "serde",
14002 "serde_json",
14003]
14004
14005[[package]]
14006name = "schemars"
14007version = "1.0.1"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
14010dependencies = [
14011 "dyn-clone",
14012 "indexmap 2.9.0",
14013 "ref-cast",
14014 "schemars_derive",
14015 "serde",
14016 "serde_json",
14017]
14018
14019[[package]]
14020name = "schemars_derive"
14021version = "1.0.1"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
14024dependencies = [
14025 "proc-macro2",
14026 "quote",
14027 "serde_derive_internals",
14028 "syn 2.0.101",
14029]
14030
14031[[package]]
14032name = "scoped-tls"
14033version = "1.0.1"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14036
14037[[package]]
14038name = "scopeguard"
14039version = "1.2.0"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14042
14043[[package]]
14044name = "scratch"
14045version = "1.0.8"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14048
14049[[package]]
14050name = "screencapturekit"
14051version = "0.2.8"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14054dependencies = [
14055 "screencapturekit-sys",
14056]
14057
14058[[package]]
14059name = "screencapturekit-sys"
14060version = "0.2.8"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14063dependencies = [
14064 "block",
14065 "dispatch",
14066 "objc",
14067 "objc-foundation",
14068 "objc_id",
14069 "once_cell",
14070]
14071
14072[[package]]
14073name = "scroll"
14074version = "0.12.0"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14077dependencies = [
14078 "scroll_derive",
14079]
14080
14081[[package]]
14082name = "scroll_derive"
14083version = "0.12.1"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14086dependencies = [
14087 "proc-macro2",
14088 "quote",
14089 "syn 2.0.101",
14090]
14091
14092[[package]]
14093name = "scrypt"
14094version = "0.11.0"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14097dependencies = [
14098 "password-hash 0.5.0",
14099 "pbkdf2 0.12.2",
14100 "salsa20",
14101 "sha2",
14102]
14103
14104[[package]]
14105name = "sct"
14106version = "0.7.1"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14109dependencies = [
14110 "ring",
14111 "untrusted",
14112]
14113
14114[[package]]
14115name = "sea-bae"
14116version = "0.2.1"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14119dependencies = [
14120 "heck 0.4.1",
14121 "proc-macro-error2",
14122 "proc-macro2",
14123 "quote",
14124 "syn 2.0.101",
14125]
14126
14127[[package]]
14128name = "sea-orm"
14129version = "1.1.10"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14132dependencies = [
14133 "async-stream",
14134 "async-trait",
14135 "bigdecimal",
14136 "chrono",
14137 "futures-util",
14138 "log",
14139 "ouroboros",
14140 "pgvector",
14141 "rust_decimal",
14142 "sea-orm-macros",
14143 "sea-query",
14144 "sea-query-binder",
14145 "serde",
14146 "serde_json",
14147 "sqlx",
14148 "strum 0.26.3",
14149 "thiserror 2.0.12",
14150 "time",
14151 "tracing",
14152 "url",
14153 "uuid",
14154]
14155
14156[[package]]
14157name = "sea-orm-macros"
14158version = "1.1.10"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14161dependencies = [
14162 "heck 0.4.1",
14163 "proc-macro2",
14164 "quote",
14165 "sea-bae",
14166 "syn 2.0.101",
14167 "unicode-ident",
14168]
14169
14170[[package]]
14171name = "sea-query"
14172version = "0.32.4"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14175dependencies = [
14176 "bigdecimal",
14177 "chrono",
14178 "inherent",
14179 "ordered-float 4.6.0",
14180 "rust_decimal",
14181 "serde_json",
14182 "time",
14183 "uuid",
14184]
14185
14186[[package]]
14187name = "sea-query-binder"
14188version = "0.7.0"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14191dependencies = [
14192 "bigdecimal",
14193 "chrono",
14194 "rust_decimal",
14195 "sea-query",
14196 "serde_json",
14197 "sqlx",
14198 "time",
14199 "uuid",
14200]
14201
14202[[package]]
14203name = "seahash"
14204version = "4.1.0"
14205source = "registry+https://github.com/rust-lang/crates.io-index"
14206checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14207
14208[[package]]
14209name = "search"
14210version = "0.1.0"
14211dependencies = [
14212 "any_vec",
14213 "anyhow",
14214 "bitflags 2.9.0",
14215 "client",
14216 "collections",
14217 "editor",
14218 "futures 0.3.31",
14219 "gpui",
14220 "language",
14221 "menu",
14222 "project",
14223 "schemars 1.0.1",
14224 "serde",
14225 "serde_json",
14226 "settings",
14227 "smol",
14228 "theme",
14229 "ui",
14230 "unindent",
14231 "util",
14232 "workspace",
14233 "workspace-hack",
14234 "zed_actions",
14235]
14236
14237[[package]]
14238name = "sec1"
14239version = "0.3.0"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14242dependencies = [
14243 "base16ct",
14244 "der 0.6.1",
14245 "generic-array",
14246 "pkcs8 0.9.0",
14247 "subtle",
14248 "zeroize",
14249]
14250
14251[[package]]
14252name = "security-framework"
14253version = "2.11.1"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14256dependencies = [
14257 "bitflags 2.9.0",
14258 "core-foundation 0.9.4",
14259 "core-foundation-sys",
14260 "libc",
14261 "security-framework-sys",
14262]
14263
14264[[package]]
14265name = "security-framework"
14266version = "3.2.0"
14267source = "registry+https://github.com/rust-lang/crates.io-index"
14268checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14269dependencies = [
14270 "bitflags 2.9.0",
14271 "core-foundation 0.10.0",
14272 "core-foundation-sys",
14273 "libc",
14274 "security-framework-sys",
14275]
14276
14277[[package]]
14278name = "security-framework-sys"
14279version = "2.14.0"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14282dependencies = [
14283 "core-foundation-sys",
14284 "libc",
14285]
14286
14287[[package]]
14288name = "self_cell"
14289version = "1.2.0"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14292
14293[[package]]
14294name = "semantic_version"
14295version = "0.1.0"
14296dependencies = [
14297 "anyhow",
14298 "serde",
14299 "workspace-hack",
14300]
14301
14302[[package]]
14303name = "semver"
14304version = "1.0.26"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14307dependencies = [
14308 "serde",
14309]
14310
14311[[package]]
14312name = "seq-macro"
14313version = "0.3.6"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14316
14317[[package]]
14318name = "serde"
14319version = "1.0.221"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
14322dependencies = [
14323 "serde_core",
14324 "serde_derive",
14325]
14326
14327[[package]]
14328name = "serde_core"
14329version = "1.0.221"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
14332dependencies = [
14333 "serde_derive",
14334]
14335
14336[[package]]
14337name = "serde_derive"
14338version = "1.0.221"
14339source = "registry+https://github.com/rust-lang/crates.io-index"
14340checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
14341dependencies = [
14342 "proc-macro2",
14343 "quote",
14344 "syn 2.0.101",
14345]
14346
14347[[package]]
14348name = "serde_derive_internals"
14349version = "0.29.1"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14352dependencies = [
14353 "proc-macro2",
14354 "quote",
14355 "syn 2.0.101",
14356]
14357
14358[[package]]
14359name = "serde_fmt"
14360version = "1.0.3"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14363dependencies = [
14364 "serde",
14365]
14366
14367[[package]]
14368name = "serde_json"
14369version = "1.0.144"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
14372dependencies = [
14373 "indexmap 2.9.0",
14374 "itoa",
14375 "memchr",
14376 "ryu",
14377 "serde_core",
14378]
14379
14380[[package]]
14381name = "serde_json_lenient"
14382version = "0.2.4"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14385dependencies = [
14386 "indexmap 2.9.0",
14387 "itoa",
14388 "memchr",
14389 "ryu",
14390 "serde",
14391]
14392
14393[[package]]
14394name = "serde_path_to_error"
14395version = "0.1.17"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14398dependencies = [
14399 "itoa",
14400 "serde",
14401]
14402
14403[[package]]
14404name = "serde_repr"
14405version = "0.1.20"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14408dependencies = [
14409 "proc-macro2",
14410 "quote",
14411 "syn 2.0.101",
14412]
14413
14414[[package]]
14415name = "serde_spanned"
14416version = "0.6.8"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14419dependencies = [
14420 "serde",
14421]
14422
14423[[package]]
14424name = "serde_urlencoded"
14425version = "0.7.1"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14428dependencies = [
14429 "form_urlencoded",
14430 "itoa",
14431 "ryu",
14432 "serde",
14433]
14434
14435[[package]]
14436name = "serde_with"
14437version = "3.13.0"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
14440dependencies = [
14441 "base64 0.22.1",
14442 "chrono",
14443 "hex",
14444 "indexmap 1.9.3",
14445 "indexmap 2.9.0",
14446 "schemars 0.9.0",
14447 "serde",
14448 "serde_derive",
14449 "serde_json",
14450 "serde_with_macros",
14451 "time",
14452]
14453
14454[[package]]
14455name = "serde_with_macros"
14456version = "3.13.0"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
14459dependencies = [
14460 "darling",
14461 "proc-macro2",
14462 "quote",
14463 "syn 2.0.101",
14464]
14465
14466[[package]]
14467name = "serial2"
14468version = "0.2.29"
14469source = "registry+https://github.com/rust-lang/crates.io-index"
14470checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14471dependencies = [
14472 "cfg-if",
14473 "libc",
14474 "winapi",
14475]
14476
14477[[package]]
14478name = "session"
14479version = "0.1.0"
14480dependencies = [
14481 "db",
14482 "gpui",
14483 "serde_json",
14484 "util",
14485 "uuid",
14486 "workspace-hack",
14487]
14488
14489[[package]]
14490name = "settings"
14491version = "0.1.0"
14492dependencies = [
14493 "anyhow",
14494 "collections",
14495 "derive_more",
14496 "ec4rs",
14497 "fs",
14498 "futures 0.3.31",
14499 "gpui",
14500 "indoc",
14501 "inventory",
14502 "log",
14503 "paths",
14504 "pretty_assertions",
14505 "release_channel",
14506 "rust-embed",
14507 "schemars 1.0.1",
14508 "serde",
14509 "serde_json",
14510 "serde_json_lenient",
14511 "serde_path_to_error",
14512 "serde_repr",
14513 "serde_with",
14514 "settings_macros",
14515 "smallvec",
14516 "strum 0.27.1",
14517 "tree-sitter",
14518 "tree-sitter-json",
14519 "unindent",
14520 "util",
14521 "workspace-hack",
14522 "zlog",
14523]
14524
14525[[package]]
14526name = "settings_macros"
14527version = "0.1.0"
14528dependencies = [
14529 "quote",
14530 "settings",
14531 "syn 2.0.101",
14532 "workspace-hack",
14533]
14534
14535[[package]]
14536name = "settings_profile_selector"
14537version = "0.1.0"
14538dependencies = [
14539 "client",
14540 "editor",
14541 "fuzzy",
14542 "gpui",
14543 "language",
14544 "menu",
14545 "picker",
14546 "project",
14547 "serde_json",
14548 "settings",
14549 "theme",
14550 "ui",
14551 "workspace",
14552 "workspace-hack",
14553 "zed_actions",
14554]
14555
14556[[package]]
14557name = "settings_ui"
14558version = "0.1.0"
14559dependencies = [
14560 "anyhow",
14561 "assets",
14562 "bm25",
14563 "client",
14564 "editor",
14565 "feature_flags",
14566 "fs",
14567 "futures 0.3.31",
14568 "fuzzy",
14569 "gpui",
14570 "heck 0.5.0",
14571 "language",
14572 "log",
14573 "menu",
14574 "node_runtime",
14575 "paths",
14576 "pretty_assertions",
14577 "project",
14578 "schemars 1.0.1",
14579 "search",
14580 "serde",
14581 "session",
14582 "settings",
14583 "strum 0.27.1",
14584 "theme",
14585 "title_bar",
14586 "ui",
14587 "ui_input",
14588 "util",
14589 "workspace",
14590 "workspace-hack",
14591 "zed_actions",
14592 "zlog",
14593]
14594
14595[[package]]
14596name = "sha1"
14597version = "0.10.6"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14600dependencies = [
14601 "cfg-if",
14602 "cpufeatures",
14603 "digest",
14604]
14605
14606[[package]]
14607name = "sha1_smol"
14608version = "1.0.1"
14609source = "registry+https://github.com/rust-lang/crates.io-index"
14610checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14611
14612[[package]]
14613name = "sha2"
14614version = "0.10.9"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
14617dependencies = [
14618 "cfg-if",
14619 "cpufeatures",
14620 "digest",
14621]
14622
14623[[package]]
14624name = "sharded-slab"
14625version = "0.1.7"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14628dependencies = [
14629 "lazy_static",
14630]
14631
14632[[package]]
14633name = "shared_library"
14634version = "0.1.9"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14637dependencies = [
14638 "lazy_static",
14639 "libc",
14640]
14641
14642[[package]]
14643name = "shell-words"
14644version = "1.1.0"
14645source = "registry+https://github.com/rust-lang/crates.io-index"
14646checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14647
14648[[package]]
14649name = "shellexpand"
14650version = "2.1.2"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14653dependencies = [
14654 "dirs 4.0.0",
14655]
14656
14657[[package]]
14658name = "shellexpand"
14659version = "3.1.1"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14662dependencies = [
14663 "dirs 6.0.0",
14664]
14665
14666[[package]]
14667name = "shlex"
14668version = "1.3.0"
14669source = "registry+https://github.com/rust-lang/crates.io-index"
14670checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14671
14672[[package]]
14673name = "signal-hook"
14674version = "0.3.17"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14677dependencies = [
14678 "libc",
14679 "signal-hook-registry",
14680]
14681
14682[[package]]
14683name = "signal-hook-registry"
14684version = "1.4.5"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14687dependencies = [
14688 "libc",
14689]
14690
14691[[package]]
14692name = "signature"
14693version = "1.6.4"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14696dependencies = [
14697 "digest",
14698 "rand_core 0.6.4",
14699]
14700
14701[[package]]
14702name = "signature"
14703version = "2.2.0"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14706dependencies = [
14707 "digest",
14708 "rand_core 0.6.4",
14709]
14710
14711[[package]]
14712name = "simd-adler32"
14713version = "0.3.7"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14716
14717[[package]]
14718name = "simd_helpers"
14719version = "0.1.0"
14720source = "registry+https://github.com/rust-lang/crates.io-index"
14721checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14722dependencies = [
14723 "quote",
14724]
14725
14726[[package]]
14727name = "simdutf8"
14728version = "0.1.5"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14731
14732[[package]]
14733name = "simple_asn1"
14734version = "0.6.3"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14737dependencies = [
14738 "num-bigint",
14739 "num-traits",
14740 "thiserror 2.0.12",
14741 "time",
14742]
14743
14744[[package]]
14745name = "simplecss"
14746version = "0.2.2"
14747source = "registry+https://github.com/rust-lang/crates.io-index"
14748checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14749dependencies = [
14750 "log",
14751]
14752
14753[[package]]
14754name = "simplelog"
14755version = "0.12.2"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14758dependencies = [
14759 "log",
14760 "termcolor",
14761 "time",
14762]
14763
14764[[package]]
14765name = "siphasher"
14766version = "1.0.1"
14767source = "registry+https://github.com/rust-lang/crates.io-index"
14768checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14769
14770[[package]]
14771name = "skrifa"
14772version = "0.26.6"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14775dependencies = [
14776 "bytemuck",
14777 "read-fonts",
14778]
14779
14780[[package]]
14781name = "slab"
14782version = "0.4.9"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14785dependencies = [
14786 "autocfg",
14787]
14788
14789[[package]]
14790name = "slash_commands_example"
14791version = "0.1.0"
14792dependencies = [
14793 "zed_extension_api 0.1.0",
14794]
14795
14796[[package]]
14797name = "slotmap"
14798version = "1.0.7"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14801dependencies = [
14802 "version_check",
14803]
14804
14805[[package]]
14806name = "smallvec"
14807version = "1.15.0"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14810dependencies = [
14811 "serde",
14812]
14813
14814[[package]]
14815name = "smart-default"
14816version = "0.7.1"
14817source = "registry+https://github.com/rust-lang/crates.io-index"
14818checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
14819dependencies = [
14820 "proc-macro2",
14821 "quote",
14822 "syn 2.0.101",
14823]
14824
14825[[package]]
14826name = "smol"
14827version = "2.0.2"
14828source = "registry+https://github.com/rust-lang/crates.io-index"
14829checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14830dependencies = [
14831 "async-channel 2.3.1",
14832 "async-executor",
14833 "async-fs",
14834 "async-io",
14835 "async-lock 3.4.1",
14836 "async-net",
14837 "async-process",
14838 "blocking",
14839 "futures-lite 2.6.0",
14840]
14841
14842[[package]]
14843name = "smol_str"
14844version = "0.2.2"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14847
14848[[package]]
14849name = "snippet"
14850version = "0.1.0"
14851dependencies = [
14852 "anyhow",
14853 "smallvec",
14854 "workspace-hack",
14855]
14856
14857[[package]]
14858name = "snippet_provider"
14859version = "0.1.0"
14860dependencies = [
14861 "anyhow",
14862 "collections",
14863 "extension",
14864 "fs",
14865 "futures 0.3.31",
14866 "gpui",
14867 "indoc",
14868 "parking_lot",
14869 "paths",
14870 "schemars 1.0.1",
14871 "serde",
14872 "serde_json",
14873 "serde_json_lenient",
14874 "snippet",
14875 "util",
14876 "workspace-hack",
14877]
14878
14879[[package]]
14880name = "snippets_ui"
14881version = "0.1.0"
14882dependencies = [
14883 "file_finder",
14884 "file_icons",
14885 "fuzzy",
14886 "gpui",
14887 "language",
14888 "paths",
14889 "picker",
14890 "settings",
14891 "ui",
14892 "util",
14893 "workspace",
14894 "workspace-hack",
14895]
14896
14897[[package]]
14898name = "socket2"
14899version = "0.5.9"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14902dependencies = [
14903 "libc",
14904 "windows-sys 0.52.0",
14905]
14906
14907[[package]]
14908name = "spdx"
14909version = "0.10.8"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14912dependencies = [
14913 "smallvec",
14914]
14915
14916[[package]]
14917name = "spin"
14918version = "0.9.8"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14921dependencies = [
14922 "lock_api",
14923]
14924
14925[[package]]
14926name = "spirv"
14927version = "0.3.0+sdk-1.3.268.0"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14930dependencies = [
14931 "bitflags 2.9.0",
14932]
14933
14934[[package]]
14935name = "spki"
14936version = "0.6.0"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14939dependencies = [
14940 "base64ct",
14941 "der 0.6.1",
14942]
14943
14944[[package]]
14945name = "spki"
14946version = "0.7.3"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14949dependencies = [
14950 "base64ct",
14951 "der 0.7.10",
14952]
14953
14954[[package]]
14955name = "sptr"
14956version = "0.3.2"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14959
14960[[package]]
14961name = "sqlez"
14962version = "0.1.0"
14963dependencies = [
14964 "anyhow",
14965 "collections",
14966 "futures 0.3.31",
14967 "indoc",
14968 "libsqlite3-sys",
14969 "log",
14970 "parking_lot",
14971 "smol",
14972 "sqlformat",
14973 "thread_local",
14974 "util",
14975 "uuid",
14976 "workspace-hack",
14977]
14978
14979[[package]]
14980name = "sqlez_macros"
14981version = "0.1.0"
14982dependencies = [
14983 "sqlez",
14984 "sqlformat",
14985 "syn 2.0.101",
14986 "workspace-hack",
14987]
14988
14989[[package]]
14990name = "sqlformat"
14991version = "0.2.6"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14994dependencies = [
14995 "nom 7.1.3",
14996 "unicode_categories",
14997]
14998
14999[[package]]
15000name = "sqlx"
15001version = "0.8.5"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
15004dependencies = [
15005 "sqlx-core",
15006 "sqlx-macros",
15007 "sqlx-mysql",
15008 "sqlx-postgres",
15009 "sqlx-sqlite",
15010]
15011
15012[[package]]
15013name = "sqlx-core"
15014version = "0.8.5"
15015source = "registry+https://github.com/rust-lang/crates.io-index"
15016checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
15017dependencies = [
15018 "base64 0.22.1",
15019 "bigdecimal",
15020 "bytes 1.10.1",
15021 "chrono",
15022 "crc",
15023 "crossbeam-queue",
15024 "either",
15025 "event-listener 5.4.0",
15026 "futures-core",
15027 "futures-intrusive",
15028 "futures-io",
15029 "futures-util",
15030 "hashbrown 0.15.3",
15031 "hashlink 0.10.0",
15032 "indexmap 2.9.0",
15033 "log",
15034 "memchr",
15035 "once_cell",
15036 "percent-encoding",
15037 "rust_decimal",
15038 "rustls 0.23.26",
15039 "serde",
15040 "serde_json",
15041 "sha2",
15042 "smallvec",
15043 "thiserror 2.0.12",
15044 "time",
15045 "tokio",
15046 "tokio-stream",
15047 "tracing",
15048 "url",
15049 "uuid",
15050 "webpki-roots",
15051]
15052
15053[[package]]
15054name = "sqlx-macros"
15055version = "0.8.5"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15058dependencies = [
15059 "proc-macro2",
15060 "quote",
15061 "sqlx-core",
15062 "sqlx-macros-core",
15063 "syn 2.0.101",
15064]
15065
15066[[package]]
15067name = "sqlx-macros-core"
15068version = "0.8.5"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15071dependencies = [
15072 "dotenvy",
15073 "either",
15074 "heck 0.5.0",
15075 "hex",
15076 "once_cell",
15077 "proc-macro2",
15078 "quote",
15079 "serde",
15080 "serde_json",
15081 "sha2",
15082 "sqlx-core",
15083 "sqlx-mysql",
15084 "sqlx-postgres",
15085 "sqlx-sqlite",
15086 "syn 2.0.101",
15087 "tempfile",
15088 "tokio",
15089 "url",
15090]
15091
15092[[package]]
15093name = "sqlx-mysql"
15094version = "0.8.5"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15097dependencies = [
15098 "atoi",
15099 "base64 0.22.1",
15100 "bigdecimal",
15101 "bitflags 2.9.0",
15102 "byteorder",
15103 "bytes 1.10.1",
15104 "chrono",
15105 "crc",
15106 "digest",
15107 "dotenvy",
15108 "either",
15109 "futures-channel",
15110 "futures-core",
15111 "futures-io",
15112 "futures-util",
15113 "generic-array",
15114 "hex",
15115 "hkdf",
15116 "hmac",
15117 "itoa",
15118 "log",
15119 "md-5",
15120 "memchr",
15121 "once_cell",
15122 "percent-encoding",
15123 "rand 0.8.5",
15124 "rsa",
15125 "rust_decimal",
15126 "serde",
15127 "sha1",
15128 "sha2",
15129 "smallvec",
15130 "sqlx-core",
15131 "stringprep",
15132 "thiserror 2.0.12",
15133 "time",
15134 "tracing",
15135 "uuid",
15136 "whoami",
15137]
15138
15139[[package]]
15140name = "sqlx-postgres"
15141version = "0.8.5"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15144dependencies = [
15145 "atoi",
15146 "base64 0.22.1",
15147 "bigdecimal",
15148 "bitflags 2.9.0",
15149 "byteorder",
15150 "chrono",
15151 "crc",
15152 "dotenvy",
15153 "etcetera",
15154 "futures-channel",
15155 "futures-core",
15156 "futures-util",
15157 "hex",
15158 "hkdf",
15159 "hmac",
15160 "home",
15161 "itoa",
15162 "log",
15163 "md-5",
15164 "memchr",
15165 "num-bigint",
15166 "once_cell",
15167 "rand 0.8.5",
15168 "rust_decimal",
15169 "serde",
15170 "serde_json",
15171 "sha2",
15172 "smallvec",
15173 "sqlx-core",
15174 "stringprep",
15175 "thiserror 2.0.12",
15176 "time",
15177 "tracing",
15178 "uuid",
15179 "whoami",
15180]
15181
15182[[package]]
15183name = "sqlx-sqlite"
15184version = "0.8.5"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15187dependencies = [
15188 "atoi",
15189 "chrono",
15190 "flume",
15191 "futures-channel",
15192 "futures-core",
15193 "futures-executor",
15194 "futures-intrusive",
15195 "futures-util",
15196 "libsqlite3-sys",
15197 "log",
15198 "percent-encoding",
15199 "serde",
15200 "serde_urlencoded",
15201 "sqlx-core",
15202 "thiserror 2.0.12",
15203 "time",
15204 "tracing",
15205 "url",
15206 "uuid",
15207]
15208
15209[[package]]
15210name = "stable_deref_trait"
15211version = "1.2.0"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15214
15215[[package]]
15216name = "stacker"
15217version = "0.1.21"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15220dependencies = [
15221 "cc",
15222 "cfg-if",
15223 "libc",
15224 "psm",
15225 "windows-sys 0.59.0",
15226]
15227
15228[[package]]
15229name = "stacksafe"
15230version = "0.1.4"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15233dependencies = [
15234 "stacker",
15235 "stacksafe-macro",
15236]
15237
15238[[package]]
15239name = "stacksafe-macro"
15240version = "0.1.4"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15243dependencies = [
15244 "proc-macro-error2",
15245 "quote",
15246 "syn 2.0.101",
15247]
15248
15249[[package]]
15250name = "static_assertions"
15251version = "1.1.0"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15254
15255[[package]]
15256name = "stop-words"
15257version = "0.9.0"
15258source = "registry+https://github.com/rust-lang/crates.io-index"
15259checksum = "645a3d441ccf4bf47f2e4b7681461986681a6eeea9937d4c3bc9febd61d17c71"
15260dependencies = [
15261 "serde_json",
15262]
15263
15264[[package]]
15265name = "story"
15266version = "0.1.0"
15267dependencies = [
15268 "gpui",
15269 "itertools 0.14.0",
15270 "smallvec",
15271 "workspace-hack",
15272]
15273
15274[[package]]
15275name = "storybook"
15276version = "0.1.0"
15277dependencies = [
15278 "anyhow",
15279 "clap",
15280 "collab_ui",
15281 "ctrlc",
15282 "dialoguer",
15283 "editor",
15284 "fuzzy",
15285 "gpui",
15286 "indoc",
15287 "language",
15288 "log",
15289 "menu",
15290 "picker",
15291 "project",
15292 "reqwest_client",
15293 "rust-embed",
15294 "settings",
15295 "simplelog",
15296 "story",
15297 "strum 0.27.1",
15298 "theme",
15299 "title_bar",
15300 "ui",
15301 "workspace",
15302 "workspace-hack",
15303]
15304
15305[[package]]
15306name = "streaming-iterator"
15307version = "0.1.9"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15310
15311[[package]]
15312name = "streaming_diff"
15313version = "0.1.0"
15314dependencies = [
15315 "ordered-float 2.10.1",
15316 "rand 0.9.1",
15317 "rope",
15318 "util",
15319 "workspace-hack",
15320]
15321
15322[[package]]
15323name = "strength_reduce"
15324version = "0.2.4"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
15327
15328[[package]]
15329name = "strict-num"
15330version = "0.1.1"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15333dependencies = [
15334 "float-cmp",
15335]
15336
15337[[package]]
15338name = "string_cache"
15339version = "0.8.9"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15342dependencies = [
15343 "new_debug_unreachable",
15344 "parking_lot",
15345 "phf_shared",
15346 "precomputed-hash",
15347 "serde",
15348]
15349
15350[[package]]
15351name = "string_cache_codegen"
15352version = "0.5.4"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15355dependencies = [
15356 "phf_generator",
15357 "phf_shared",
15358 "proc-macro2",
15359 "quote",
15360]
15361
15362[[package]]
15363name = "stringprep"
15364version = "0.1.5"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15367dependencies = [
15368 "unicode-bidi",
15369 "unicode-normalization",
15370 "unicode-properties",
15371]
15372
15373[[package]]
15374name = "strsim"
15375version = "0.11.1"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15378
15379[[package]]
15380name = "strum"
15381version = "0.26.3"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15384dependencies = [
15385 "strum_macros 0.26.4",
15386]
15387
15388[[package]]
15389name = "strum"
15390version = "0.27.1"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15393dependencies = [
15394 "strum_macros 0.27.1",
15395]
15396
15397[[package]]
15398name = "strum_macros"
15399version = "0.26.4"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15402dependencies = [
15403 "heck 0.5.0",
15404 "proc-macro2",
15405 "quote",
15406 "rustversion",
15407 "syn 2.0.101",
15408]
15409
15410[[package]]
15411name = "strum_macros"
15412version = "0.27.1"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15415dependencies = [
15416 "heck 0.5.0",
15417 "proc-macro2",
15418 "quote",
15419 "rustversion",
15420 "syn 2.0.101",
15421]
15422
15423[[package]]
15424name = "subtle"
15425version = "2.6.1"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15428
15429[[package]]
15430name = "sum_tree"
15431version = "0.1.0"
15432dependencies = [
15433 "arrayvec",
15434 "ctor",
15435 "log",
15436 "rand 0.9.1",
15437 "rayon",
15438 "workspace-hack",
15439 "zlog",
15440]
15441
15442[[package]]
15443name = "supermaven"
15444version = "0.1.0"
15445dependencies = [
15446 "anyhow",
15447 "client",
15448 "collections",
15449 "edit_prediction",
15450 "editor",
15451 "env_logger 0.11.8",
15452 "futures 0.3.31",
15453 "gpui",
15454 "http_client",
15455 "language",
15456 "log",
15457 "postage",
15458 "project",
15459 "serde",
15460 "serde_json",
15461 "settings",
15462 "smol",
15463 "supermaven_api",
15464 "text",
15465 "theme",
15466 "ui",
15467 "unicode-segmentation",
15468 "util",
15469 "workspace-hack",
15470]
15471
15472[[package]]
15473name = "supermaven_api"
15474version = "0.1.0"
15475dependencies = [
15476 "anyhow",
15477 "futures 0.3.31",
15478 "http_client",
15479 "paths",
15480 "serde",
15481 "serde_json",
15482 "smol",
15483 "util",
15484 "workspace-hack",
15485]
15486
15487[[package]]
15488name = "sval"
15489version = "2.14.1"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15492
15493[[package]]
15494name = "sval_buffer"
15495version = "2.14.1"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15498dependencies = [
15499 "sval",
15500 "sval_ref",
15501]
15502
15503[[package]]
15504name = "sval_dynamic"
15505version = "2.14.1"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15508dependencies = [
15509 "sval",
15510]
15511
15512[[package]]
15513name = "sval_fmt"
15514version = "2.14.1"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15517dependencies = [
15518 "itoa",
15519 "ryu",
15520 "sval",
15521]
15522
15523[[package]]
15524name = "sval_json"
15525version = "2.14.1"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15528dependencies = [
15529 "itoa",
15530 "ryu",
15531 "sval",
15532]
15533
15534[[package]]
15535name = "sval_nested"
15536version = "2.14.1"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15539dependencies = [
15540 "sval",
15541 "sval_buffer",
15542 "sval_ref",
15543]
15544
15545[[package]]
15546name = "sval_ref"
15547version = "2.14.1"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15550dependencies = [
15551 "sval",
15552]
15553
15554[[package]]
15555name = "sval_serde"
15556version = "2.14.1"
15557source = "registry+https://github.com/rust-lang/crates.io-index"
15558checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15559dependencies = [
15560 "serde",
15561 "sval",
15562 "sval_nested",
15563]
15564
15565[[package]]
15566name = "svg_fmt"
15567version = "0.4.5"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15570
15571[[package]]
15572name = "svg_preview"
15573version = "0.1.0"
15574dependencies = [
15575 "editor",
15576 "file_icons",
15577 "gpui",
15578 "multi_buffer",
15579 "ui",
15580 "workspace",
15581 "workspace-hack",
15582]
15583
15584[[package]]
15585name = "svgtypes"
15586version = "0.15.3"
15587source = "registry+https://github.com/rust-lang/crates.io-index"
15588checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15589dependencies = [
15590 "kurbo",
15591 "siphasher",
15592]
15593
15594[[package]]
15595name = "swash"
15596version = "0.2.2"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15599dependencies = [
15600 "skrifa",
15601 "yazi",
15602 "zeno",
15603]
15604
15605[[package]]
15606name = "symphonia"
15607version = "0.5.4"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
15610dependencies = [
15611 "lazy_static",
15612 "symphonia-bundle-flac",
15613 "symphonia-bundle-mp3",
15614 "symphonia-codec-aac",
15615 "symphonia-codec-pcm",
15616 "symphonia-codec-vorbis",
15617 "symphonia-core",
15618 "symphonia-format-isomp4",
15619 "symphonia-format-ogg",
15620 "symphonia-format-riff",
15621 "symphonia-metadata",
15622]
15623
15624[[package]]
15625name = "symphonia-bundle-flac"
15626version = "0.5.4"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
15629dependencies = [
15630 "log",
15631 "symphonia-core",
15632 "symphonia-metadata",
15633 "symphonia-utils-xiph",
15634]
15635
15636[[package]]
15637name = "symphonia-bundle-mp3"
15638version = "0.5.4"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
15641dependencies = [
15642 "lazy_static",
15643 "log",
15644 "symphonia-core",
15645 "symphonia-metadata",
15646]
15647
15648[[package]]
15649name = "symphonia-codec-aac"
15650version = "0.5.4"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
15653dependencies = [
15654 "lazy_static",
15655 "log",
15656 "symphonia-core",
15657]
15658
15659[[package]]
15660name = "symphonia-codec-pcm"
15661version = "0.5.4"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
15664dependencies = [
15665 "log",
15666 "symphonia-core",
15667]
15668
15669[[package]]
15670name = "symphonia-codec-vorbis"
15671version = "0.5.4"
15672source = "registry+https://github.com/rust-lang/crates.io-index"
15673checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
15674dependencies = [
15675 "log",
15676 "symphonia-core",
15677 "symphonia-utils-xiph",
15678]
15679
15680[[package]]
15681name = "symphonia-core"
15682version = "0.5.4"
15683source = "registry+https://github.com/rust-lang/crates.io-index"
15684checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
15685dependencies = [
15686 "arrayvec",
15687 "bitflags 1.3.2",
15688 "bytemuck",
15689 "lazy_static",
15690 "log",
15691]
15692
15693[[package]]
15694name = "symphonia-format-isomp4"
15695version = "0.5.4"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
15698dependencies = [
15699 "encoding_rs",
15700 "log",
15701 "symphonia-core",
15702 "symphonia-metadata",
15703 "symphonia-utils-xiph",
15704]
15705
15706[[package]]
15707name = "symphonia-format-ogg"
15708version = "0.5.4"
15709source = "registry+https://github.com/rust-lang/crates.io-index"
15710checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
15711dependencies = [
15712 "log",
15713 "symphonia-core",
15714 "symphonia-metadata",
15715 "symphonia-utils-xiph",
15716]
15717
15718[[package]]
15719name = "symphonia-format-riff"
15720version = "0.5.4"
15721source = "registry+https://github.com/rust-lang/crates.io-index"
15722checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
15723dependencies = [
15724 "extended",
15725 "log",
15726 "symphonia-core",
15727 "symphonia-metadata",
15728]
15729
15730[[package]]
15731name = "symphonia-metadata"
15732version = "0.5.4"
15733source = "registry+https://github.com/rust-lang/crates.io-index"
15734checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
15735dependencies = [
15736 "encoding_rs",
15737 "lazy_static",
15738 "log",
15739 "symphonia-core",
15740]
15741
15742[[package]]
15743name = "symphonia-utils-xiph"
15744version = "0.5.4"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
15747dependencies = [
15748 "symphonia-core",
15749 "symphonia-metadata",
15750]
15751
15752[[package]]
15753name = "syn"
15754version = "1.0.109"
15755source = "registry+https://github.com/rust-lang/crates.io-index"
15756checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15757dependencies = [
15758 "proc-macro2",
15759 "quote",
15760 "unicode-ident",
15761]
15762
15763[[package]]
15764name = "syn"
15765version = "2.0.101"
15766source = "registry+https://github.com/rust-lang/crates.io-index"
15767checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15768dependencies = [
15769 "proc-macro2",
15770 "quote",
15771 "unicode-ident",
15772]
15773
15774[[package]]
15775name = "sync_wrapper"
15776version = "0.1.2"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15779
15780[[package]]
15781name = "sync_wrapper"
15782version = "1.0.2"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15785dependencies = [
15786 "futures-core",
15787]
15788
15789[[package]]
15790name = "synchronoise"
15791version = "1.0.1"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15794dependencies = [
15795 "crossbeam-queue",
15796]
15797
15798[[package]]
15799name = "synstructure"
15800version = "0.13.1"
15801source = "registry+https://github.com/rust-lang/crates.io-index"
15802checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15803dependencies = [
15804 "proc-macro2",
15805 "quote",
15806 "syn 2.0.101",
15807]
15808
15809[[package]]
15810name = "sys-locale"
15811version = "0.3.2"
15812source = "registry+https://github.com/rust-lang/crates.io-index"
15813checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15814dependencies = [
15815 "libc",
15816]
15817
15818[[package]]
15819name = "sysctl"
15820version = "0.5.5"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
15823dependencies = [
15824 "bitflags 2.9.0",
15825 "byteorder",
15826 "enum-as-inner",
15827 "libc",
15828 "thiserror 1.0.69",
15829 "walkdir",
15830]
15831
15832[[package]]
15833name = "sysctl"
15834version = "0.6.0"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
15837dependencies = [
15838 "bitflags 2.9.0",
15839 "byteorder",
15840 "enum-as-inner",
15841 "libc",
15842 "thiserror 1.0.69",
15843 "walkdir",
15844]
15845
15846[[package]]
15847name = "sysinfo"
15848version = "0.31.4"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15851dependencies = [
15852 "core-foundation-sys",
15853 "libc",
15854 "memchr",
15855 "ntapi",
15856 "rayon",
15857 "windows 0.54.0",
15858]
15859
15860[[package]]
15861name = "sysinfo"
15862version = "0.37.2"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
15865dependencies = [
15866 "libc",
15867 "memchr",
15868 "ntapi",
15869 "objc2-core-foundation",
15870 "objc2-io-kit",
15871 "windows 0.61.1",
15872]
15873
15874[[package]]
15875name = "system-configuration"
15876version = "0.5.1"
15877source = "registry+https://github.com/rust-lang/crates.io-index"
15878checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15879dependencies = [
15880 "bitflags 1.3.2",
15881 "core-foundation 0.9.4",
15882 "system-configuration-sys 0.5.0",
15883]
15884
15885[[package]]
15886name = "system-configuration"
15887version = "0.6.1"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15890dependencies = [
15891 "bitflags 2.9.0",
15892 "core-foundation 0.9.4",
15893 "system-configuration-sys 0.6.0",
15894]
15895
15896[[package]]
15897name = "system-configuration-sys"
15898version = "0.5.0"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15901dependencies = [
15902 "core-foundation-sys",
15903 "libc",
15904]
15905
15906[[package]]
15907name = "system-configuration-sys"
15908version = "0.6.0"
15909source = "registry+https://github.com/rust-lang/crates.io-index"
15910checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15911dependencies = [
15912 "core-foundation-sys",
15913 "libc",
15914]
15915
15916[[package]]
15917name = "system-deps"
15918version = "6.2.2"
15919source = "registry+https://github.com/rust-lang/crates.io-index"
15920checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15921dependencies = [
15922 "cfg-expr",
15923 "heck 0.5.0",
15924 "pkg-config",
15925 "toml 0.8.20",
15926 "version-compare",
15927]
15928
15929[[package]]
15930name = "system-interface"
15931version = "0.27.3"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15934dependencies = [
15935 "bitflags 2.9.0",
15936 "cap-fs-ext",
15937 "cap-std",
15938 "fd-lock",
15939 "io-lifetimes",
15940 "rustix 0.38.44",
15941 "windows-sys 0.59.0",
15942 "winx",
15943]
15944
15945[[package]]
15946name = "system_specs"
15947version = "0.1.0"
15948dependencies = [
15949 "anyhow",
15950 "client",
15951 "gpui",
15952 "human_bytes",
15953 "pciid-parser",
15954 "release_channel",
15955 "serde",
15956 "sysinfo 0.37.2",
15957 "workspace-hack",
15958]
15959
15960[[package]]
15961name = "tab_switcher"
15962version = "0.1.0"
15963dependencies = [
15964 "anyhow",
15965 "collections",
15966 "ctor",
15967 "editor",
15968 "fuzzy",
15969 "gpui",
15970 "language",
15971 "menu",
15972 "picker",
15973 "project",
15974 "schemars 1.0.1",
15975 "serde",
15976 "serde_json",
15977 "settings",
15978 "smol",
15979 "theme",
15980 "ui",
15981 "util",
15982 "workspace",
15983 "workspace-hack",
15984 "zlog",
15985]
15986
15987[[package]]
15988name = "taffy"
15989version = "0.9.0"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
15992dependencies = [
15993 "arrayvec",
15994 "grid",
15995 "serde",
15996 "slotmap",
15997]
15998
15999[[package]]
16000name = "tagptr"
16001version = "0.2.0"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
16004
16005[[package]]
16006name = "take-until"
16007version = "0.2.0"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
16010
16011[[package]]
16012name = "tao-core-video-sys"
16013version = "0.2.0"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
16016dependencies = [
16017 "cfg-if",
16018 "core-foundation-sys",
16019 "libc",
16020 "objc",
16021]
16022
16023[[package]]
16024name = "tap"
16025version = "1.0.1"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
16028
16029[[package]]
16030name = "target-lexicon"
16031version = "0.12.16"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
16034
16035[[package]]
16036name = "target-lexicon"
16037version = "0.13.2"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
16040
16041[[package]]
16042name = "task"
16043version = "0.1.0"
16044dependencies = [
16045 "anyhow",
16046 "collections",
16047 "futures 0.3.31",
16048 "gpui",
16049 "hex",
16050 "log",
16051 "parking_lot",
16052 "pretty_assertions",
16053 "proto",
16054 "schemars 1.0.1",
16055 "serde",
16056 "serde_json",
16057 "serde_json_lenient",
16058 "sha2",
16059 "shellexpand 2.1.2",
16060 "util",
16061 "workspace-hack",
16062 "zed_actions",
16063]
16064
16065[[package]]
16066name = "tasks_ui"
16067version = "0.1.0"
16068dependencies = [
16069 "anyhow",
16070 "collections",
16071 "editor",
16072 "file_icons",
16073 "fuzzy",
16074 "gpui",
16075 "itertools 0.14.0",
16076 "language",
16077 "menu",
16078 "picker",
16079 "project",
16080 "serde",
16081 "serde_json",
16082 "task",
16083 "tree-sitter-rust",
16084 "tree-sitter-typescript",
16085 "ui",
16086 "util",
16087 "workspace",
16088 "workspace-hack",
16089 "zed_actions",
16090]
16091
16092[[package]]
16093name = "telemetry"
16094version = "0.1.0"
16095dependencies = [
16096 "futures 0.3.31",
16097 "serde",
16098 "serde_json",
16099 "telemetry_events",
16100 "workspace-hack",
16101]
16102
16103[[package]]
16104name = "telemetry_events"
16105version = "0.1.0"
16106dependencies = [
16107 "semantic_version",
16108 "serde",
16109 "serde_json",
16110 "workspace-hack",
16111]
16112
16113[[package]]
16114name = "tempfile"
16115version = "3.20.0"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16118dependencies = [
16119 "fastrand 2.3.0",
16120 "getrandom 0.3.2",
16121 "once_cell",
16122 "rustix 1.0.7",
16123 "windows-sys 0.59.0",
16124]
16125
16126[[package]]
16127name = "tendril"
16128version = "0.4.3"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16131dependencies = [
16132 "futf",
16133 "mac",
16134 "utf-8",
16135]
16136
16137[[package]]
16138name = "termcolor"
16139version = "1.4.1"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16142dependencies = [
16143 "winapi-util",
16144]
16145
16146[[package]]
16147name = "terminal"
16148version = "0.1.0"
16149dependencies = [
16150 "alacritty_terminal",
16151 "anyhow",
16152 "collections",
16153 "futures 0.3.31",
16154 "gpui",
16155 "itertools 0.14.0",
16156 "libc",
16157 "log",
16158 "rand 0.9.1",
16159 "regex",
16160 "release_channel",
16161 "schemars 1.0.1",
16162 "serde",
16163 "settings",
16164 "smol",
16165 "sysinfo 0.37.2",
16166 "task",
16167 "theme",
16168 "thiserror 2.0.12",
16169 "url",
16170 "urlencoding",
16171 "util",
16172 "windows 0.61.1",
16173 "workspace-hack",
16174]
16175
16176[[package]]
16177name = "terminal_size"
16178version = "0.4.2"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16181dependencies = [
16182 "rustix 1.0.7",
16183 "windows-sys 0.59.0",
16184]
16185
16186[[package]]
16187name = "terminal_view"
16188version = "0.1.0"
16189dependencies = [
16190 "anyhow",
16191 "assistant_slash_command",
16192 "async-recursion",
16193 "breadcrumbs",
16194 "client",
16195 "collections",
16196 "db",
16197 "dirs 4.0.0",
16198 "editor",
16199 "futures 0.3.31",
16200 "gpui",
16201 "itertools 0.14.0",
16202 "language",
16203 "log",
16204 "pretty_assertions",
16205 "project",
16206 "rand 0.9.1",
16207 "regex",
16208 "schemars 1.0.1",
16209 "search",
16210 "serde",
16211 "serde_json",
16212 "settings",
16213 "shellexpand 2.1.2",
16214 "smol",
16215 "task",
16216 "terminal",
16217 "theme",
16218 "ui",
16219 "util",
16220 "workspace",
16221 "workspace-hack",
16222 "zed_actions",
16223]
16224
16225[[package]]
16226name = "text"
16227version = "0.1.0"
16228dependencies = [
16229 "anyhow",
16230 "clock",
16231 "collections",
16232 "ctor",
16233 "gpui",
16234 "http_client",
16235 "log",
16236 "parking_lot",
16237 "postage",
16238 "rand 0.9.1",
16239 "regex",
16240 "rope",
16241 "smallvec",
16242 "sum_tree",
16243 "util",
16244 "workspace-hack",
16245 "zlog",
16246]
16247
16248[[package]]
16249name = "theme"
16250version = "0.1.0"
16251dependencies = [
16252 "anyhow",
16253 "collections",
16254 "derive_more",
16255 "fs",
16256 "futures 0.3.31",
16257 "gpui",
16258 "log",
16259 "palette",
16260 "parking_lot",
16261 "refineable",
16262 "schemars 1.0.1",
16263 "serde",
16264 "serde_json",
16265 "serde_json_lenient",
16266 "settings",
16267 "strum 0.27.1",
16268 "thiserror 2.0.12",
16269 "util",
16270 "uuid",
16271 "workspace-hack",
16272]
16273
16274[[package]]
16275name = "theme_extension"
16276version = "0.1.0"
16277dependencies = [
16278 "anyhow",
16279 "extension",
16280 "fs",
16281 "gpui",
16282 "theme",
16283 "workspace-hack",
16284]
16285
16286[[package]]
16287name = "theme_importer"
16288version = "0.1.0"
16289dependencies = [
16290 "anyhow",
16291 "clap",
16292 "collections",
16293 "gpui",
16294 "indexmap 2.9.0",
16295 "log",
16296 "palette",
16297 "serde",
16298 "serde_json",
16299 "serde_json_lenient",
16300 "simplelog",
16301 "strum 0.27.1",
16302 "theme",
16303 "vscode_theme",
16304 "workspace-hack",
16305]
16306
16307[[package]]
16308name = "theme_selector"
16309version = "0.1.0"
16310dependencies = [
16311 "fs",
16312 "fuzzy",
16313 "gpui",
16314 "log",
16315 "picker",
16316 "serde",
16317 "settings",
16318 "telemetry",
16319 "theme",
16320 "ui",
16321 "util",
16322 "workspace",
16323 "workspace-hack",
16324 "zed_actions",
16325]
16326
16327[[package]]
16328name = "thiserror"
16329version = "1.0.69"
16330source = "registry+https://github.com/rust-lang/crates.io-index"
16331checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
16332dependencies = [
16333 "thiserror-impl 1.0.69",
16334]
16335
16336[[package]]
16337name = "thiserror"
16338version = "2.0.12"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
16341dependencies = [
16342 "thiserror-impl 2.0.12",
16343]
16344
16345[[package]]
16346name = "thiserror-impl"
16347version = "1.0.69"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
16350dependencies = [
16351 "proc-macro2",
16352 "quote",
16353 "syn 2.0.101",
16354]
16355
16356[[package]]
16357name = "thiserror-impl"
16358version = "2.0.12"
16359source = "registry+https://github.com/rust-lang/crates.io-index"
16360checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
16361dependencies = [
16362 "proc-macro2",
16363 "quote",
16364 "syn 2.0.101",
16365]
16366
16367[[package]]
16368name = "thread_local"
16369version = "1.1.8"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
16372dependencies = [
16373 "cfg-if",
16374 "once_cell",
16375]
16376
16377[[package]]
16378name = "tiff"
16379version = "0.9.1"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
16382dependencies = [
16383 "flate2",
16384 "jpeg-decoder",
16385 "weezl",
16386]
16387
16388[[package]]
16389name = "tiktoken-rs"
16390version = "0.8.0"
16391source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
16392dependencies = [
16393 "anyhow",
16394 "base64 0.22.1",
16395 "bstr",
16396 "fancy-regex 0.13.0",
16397 "lazy_static",
16398 "regex",
16399 "rustc-hash 1.1.0",
16400]
16401
16402[[package]]
16403name = "time"
16404version = "0.3.41"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
16407dependencies = [
16408 "deranged",
16409 "itoa",
16410 "libc",
16411 "num-conv",
16412 "num_threads",
16413 "powerfmt",
16414 "serde",
16415 "time-core",
16416 "time-macros",
16417]
16418
16419[[package]]
16420name = "time-core"
16421version = "0.1.4"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
16424
16425[[package]]
16426name = "time-macros"
16427version = "0.2.22"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
16430dependencies = [
16431 "num-conv",
16432 "time-core",
16433]
16434
16435[[package]]
16436name = "time_format"
16437version = "0.1.0"
16438dependencies = [
16439 "core-foundation 0.10.0",
16440 "core-foundation-sys",
16441 "sys-locale",
16442 "time",
16443 "workspace-hack",
16444]
16445
16446[[package]]
16447name = "tiny-keccak"
16448version = "2.0.2"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
16451dependencies = [
16452 "crunchy",
16453]
16454
16455[[package]]
16456name = "tiny-skia"
16457version = "0.11.4"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
16460dependencies = [
16461 "arrayref",
16462 "arrayvec",
16463 "bytemuck",
16464 "cfg-if",
16465 "log",
16466 "png",
16467 "tiny-skia-path",
16468]
16469
16470[[package]]
16471name = "tiny-skia-path"
16472version = "0.11.4"
16473source = "registry+https://github.com/rust-lang/crates.io-index"
16474checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16475dependencies = [
16476 "arrayref",
16477 "bytemuck",
16478 "strict-num",
16479]
16480
16481[[package]]
16482name = "tiny_http"
16483version = "0.8.2"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16486dependencies = [
16487 "ascii",
16488 "chrono",
16489 "chunked_transfer",
16490 "log",
16491 "url",
16492]
16493
16494[[package]]
16495name = "tinystr"
16496version = "0.7.6"
16497source = "registry+https://github.com/rust-lang/crates.io-index"
16498checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16499dependencies = [
16500 "displaydoc",
16501 "zerovec",
16502]
16503
16504[[package]]
16505name = "tinytemplate"
16506version = "1.2.1"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16509dependencies = [
16510 "serde",
16511 "serde_json",
16512]
16513
16514[[package]]
16515name = "tinyvec"
16516version = "1.9.0"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16519dependencies = [
16520 "tinyvec_macros",
16521]
16522
16523[[package]]
16524name = "tinyvec_macros"
16525version = "0.1.1"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16528
16529[[package]]
16530name = "title_bar"
16531version = "0.1.0"
16532dependencies = [
16533 "anyhow",
16534 "auto_update",
16535 "call",
16536 "chrono",
16537 "client",
16538 "cloud_llm_client",
16539 "collections",
16540 "db",
16541 "gpui",
16542 "http_client",
16543 "notifications",
16544 "pretty_assertions",
16545 "project",
16546 "remote",
16547 "rpc",
16548 "schemars 1.0.1",
16549 "serde",
16550 "settings",
16551 "smallvec",
16552 "story",
16553 "telemetry",
16554 "theme",
16555 "tree-sitter-md",
16556 "ui",
16557 "util",
16558 "windows 0.61.1",
16559 "workspace",
16560 "workspace-hack",
16561 "zed_actions",
16562]
16563
16564[[package]]
16565name = "tokio"
16566version = "1.44.2"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16569dependencies = [
16570 "backtrace",
16571 "bytes 1.10.1",
16572 "libc",
16573 "mio 1.0.3",
16574 "parking_lot",
16575 "pin-project-lite",
16576 "signal-hook-registry",
16577 "socket2",
16578 "tokio-macros",
16579 "windows-sys 0.52.0",
16580]
16581
16582[[package]]
16583name = "tokio-io"
16584version = "0.1.13"
16585source = "registry+https://github.com/rust-lang/crates.io-index"
16586checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16587dependencies = [
16588 "bytes 0.4.12",
16589 "futures 0.1.31",
16590 "log",
16591]
16592
16593[[package]]
16594name = "tokio-macros"
16595version = "2.5.0"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16598dependencies = [
16599 "proc-macro2",
16600 "quote",
16601 "syn 2.0.101",
16602]
16603
16604[[package]]
16605name = "tokio-native-tls"
16606version = "0.3.1"
16607source = "registry+https://github.com/rust-lang/crates.io-index"
16608checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16609dependencies = [
16610 "native-tls",
16611 "tokio",
16612]
16613
16614[[package]]
16615name = "tokio-rustls"
16616version = "0.24.1"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16619dependencies = [
16620 "rustls 0.21.12",
16621 "tokio",
16622]
16623
16624[[package]]
16625name = "tokio-rustls"
16626version = "0.26.2"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16629dependencies = [
16630 "rustls 0.23.26",
16631 "tokio",
16632]
16633
16634[[package]]
16635name = "tokio-socks"
16636version = "0.5.2"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16639dependencies = [
16640 "either",
16641 "futures-io",
16642 "futures-util",
16643 "thiserror 1.0.69",
16644 "tokio",
16645]
16646
16647[[package]]
16648name = "tokio-stream"
16649version = "0.1.17"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16652dependencies = [
16653 "futures-core",
16654 "pin-project-lite",
16655 "tokio",
16656]
16657
16658[[package]]
16659name = "tokio-tungstenite"
16660version = "0.20.1"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16663dependencies = [
16664 "futures-util",
16665 "log",
16666 "tokio",
16667 "tungstenite 0.20.1",
16668]
16669
16670[[package]]
16671name = "tokio-tungstenite"
16672version = "0.21.0"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16675dependencies = [
16676 "futures-util",
16677 "log",
16678 "tokio",
16679 "tungstenite 0.21.0",
16680]
16681
16682[[package]]
16683name = "tokio-tungstenite"
16684version = "0.26.2"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16687dependencies = [
16688 "futures-util",
16689 "log",
16690 "rustls 0.23.26",
16691 "rustls-pki-types",
16692 "tokio",
16693 "tokio-rustls 0.26.2",
16694 "tungstenite 0.26.2",
16695]
16696
16697[[package]]
16698name = "tokio-util"
16699version = "0.7.14"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16702dependencies = [
16703 "bytes 1.10.1",
16704 "futures-core",
16705 "futures-io",
16706 "futures-sink",
16707 "pin-project-lite",
16708 "tokio",
16709]
16710
16711[[package]]
16712name = "toml"
16713version = "0.5.11"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16716dependencies = [
16717 "serde",
16718]
16719
16720[[package]]
16721name = "toml"
16722version = "0.8.20"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16725dependencies = [
16726 "serde",
16727 "serde_spanned",
16728 "toml_datetime",
16729 "toml_edit",
16730]
16731
16732[[package]]
16733name = "toml_datetime"
16734version = "0.6.9"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16737dependencies = [
16738 "serde",
16739]
16740
16741[[package]]
16742name = "toml_edit"
16743version = "0.22.26"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16746dependencies = [
16747 "indexmap 2.9.0",
16748 "serde",
16749 "serde_spanned",
16750 "toml_datetime",
16751 "toml_write",
16752 "winnow",
16753]
16754
16755[[package]]
16756name = "toml_write"
16757version = "0.1.1"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16760
16761[[package]]
16762name = "toolchain_selector"
16763version = "0.1.0"
16764dependencies = [
16765 "anyhow",
16766 "convert_case 0.8.0",
16767 "editor",
16768 "file_finder",
16769 "futures 0.3.31",
16770 "fuzzy",
16771 "gpui",
16772 "language",
16773 "menu",
16774 "picker",
16775 "project",
16776 "ui",
16777 "util",
16778 "workspace",
16779 "workspace-hack",
16780]
16781
16782[[package]]
16783name = "topological-sort"
16784version = "0.2.2"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16787
16788[[package]]
16789name = "tower"
16790version = "0.4.13"
16791source = "registry+https://github.com/rust-lang/crates.io-index"
16792checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16793dependencies = [
16794 "futures-core",
16795 "futures-util",
16796 "pin-project",
16797 "pin-project-lite",
16798 "tokio",
16799 "tower-layer",
16800 "tower-service",
16801 "tracing",
16802]
16803
16804[[package]]
16805name = "tower"
16806version = "0.5.2"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16809dependencies = [
16810 "futures-core",
16811 "futures-util",
16812 "pin-project-lite",
16813 "sync_wrapper 1.0.2",
16814 "tokio",
16815 "tower-layer",
16816 "tower-service",
16817]
16818
16819[[package]]
16820name = "tower-http"
16821version = "0.3.5"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16824dependencies = [
16825 "bitflags 1.3.2",
16826 "bytes 1.10.1",
16827 "futures-core",
16828 "futures-util",
16829 "http 0.2.12",
16830 "http-body 0.4.6",
16831 "http-range-header",
16832 "pin-project-lite",
16833 "tower-layer",
16834 "tower-service",
16835]
16836
16837[[package]]
16838name = "tower-http"
16839version = "0.4.4"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16842dependencies = [
16843 "bitflags 2.9.0",
16844 "bytes 1.10.1",
16845 "futures-core",
16846 "futures-util",
16847 "http 0.2.12",
16848 "http-body 0.4.6",
16849 "http-range-header",
16850 "pin-project-lite",
16851 "tower-layer",
16852 "tower-service",
16853 "tracing",
16854]
16855
16856[[package]]
16857name = "tower-layer"
16858version = "0.3.3"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16861
16862[[package]]
16863name = "tower-service"
16864version = "0.3.3"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16867
16868[[package]]
16869name = "tracing"
16870version = "0.1.41"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16873dependencies = [
16874 "log",
16875 "pin-project-lite",
16876 "tracing-attributes",
16877 "tracing-core",
16878]
16879
16880[[package]]
16881name = "tracing-attributes"
16882version = "0.1.28"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16885dependencies = [
16886 "proc-macro2",
16887 "quote",
16888 "syn 2.0.101",
16889]
16890
16891[[package]]
16892name = "tracing-core"
16893version = "0.1.33"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16896dependencies = [
16897 "once_cell",
16898 "valuable",
16899]
16900
16901[[package]]
16902name = "tracing-log"
16903version = "0.2.0"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16906dependencies = [
16907 "log",
16908 "once_cell",
16909 "tracing-core",
16910]
16911
16912[[package]]
16913name = "tracing-serde"
16914version = "0.2.0"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16917dependencies = [
16918 "serde",
16919 "tracing-core",
16920]
16921
16922[[package]]
16923name = "tracing-subscriber"
16924version = "0.3.20"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
16927dependencies = [
16928 "matchers",
16929 "nu-ansi-term",
16930 "once_cell",
16931 "regex-automata",
16932 "serde",
16933 "serde_json",
16934 "sharded-slab",
16935 "smallvec",
16936 "thread_local",
16937 "tracing",
16938 "tracing-core",
16939 "tracing-log",
16940 "tracing-serde",
16941]
16942
16943[[package]]
16944name = "trait-variant"
16945version = "0.1.2"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16948dependencies = [
16949 "proc-macro2",
16950 "quote",
16951 "syn 2.0.101",
16952]
16953
16954[[package]]
16955name = "transpose"
16956version = "0.2.3"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
16959dependencies = [
16960 "num-integer",
16961 "strength_reduce",
16962]
16963
16964[[package]]
16965name = "tree-sitter"
16966version = "0.25.10"
16967source = "registry+https://github.com/rust-lang/crates.io-index"
16968checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
16969dependencies = [
16970 "cc",
16971 "regex",
16972 "regex-syntax",
16973 "serde_json",
16974 "streaming-iterator",
16975 "tree-sitter-language",
16976 "wasmtime-c-api-impl",
16977]
16978
16979[[package]]
16980name = "tree-sitter-bash"
16981version = "0.25.0"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
16984dependencies = [
16985 "cc",
16986 "tree-sitter-language",
16987]
16988
16989[[package]]
16990name = "tree-sitter-c"
16991version = "0.23.4"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16994dependencies = [
16995 "cc",
16996 "tree-sitter-language",
16997]
16998
16999[[package]]
17000name = "tree-sitter-cpp"
17001version = "0.23.4"
17002source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
17003dependencies = [
17004 "cc",
17005 "tree-sitter-language",
17006]
17007
17008[[package]]
17009name = "tree-sitter-css"
17010version = "0.23.2"
17011source = "registry+https://github.com/rust-lang/crates.io-index"
17012checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
17013dependencies = [
17014 "cc",
17015 "tree-sitter-language",
17016]
17017
17018[[package]]
17019name = "tree-sitter-diff"
17020version = "0.1.0"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
17023dependencies = [
17024 "cc",
17025 "tree-sitter-language",
17026]
17027
17028[[package]]
17029name = "tree-sitter-elixir"
17030version = "0.3.4"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
17033dependencies = [
17034 "cc",
17035 "tree-sitter-language",
17036]
17037
17038[[package]]
17039name = "tree-sitter-embedded-template"
17040version = "0.23.2"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
17043dependencies = [
17044 "cc",
17045 "tree-sitter-language",
17046]
17047
17048[[package]]
17049name = "tree-sitter-gitcommit"
17050version = "0.0.1"
17051source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
17052dependencies = [
17053 "cc",
17054 "tree-sitter-language",
17055]
17056
17057[[package]]
17058name = "tree-sitter-go"
17059version = "0.23.4"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17062dependencies = [
17063 "cc",
17064 "tree-sitter-language",
17065]
17066
17067[[package]]
17068name = "tree-sitter-gomod"
17069version = "1.1.1"
17070source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17071dependencies = [
17072 "cc",
17073 "tree-sitter-language",
17074]
17075
17076[[package]]
17077name = "tree-sitter-gowork"
17078version = "0.0.1"
17079source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17080dependencies = [
17081 "cc",
17082 "tree-sitter-language",
17083]
17084
17085[[package]]
17086name = "tree-sitter-heex"
17087version = "0.0.1"
17088source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17089dependencies = [
17090 "cc",
17091 "tree-sitter-language",
17092]
17093
17094[[package]]
17095name = "tree-sitter-html"
17096version = "0.23.2"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17099dependencies = [
17100 "cc",
17101 "tree-sitter-language",
17102]
17103
17104[[package]]
17105name = "tree-sitter-jsdoc"
17106version = "0.23.2"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17109dependencies = [
17110 "cc",
17111 "tree-sitter-language",
17112]
17113
17114[[package]]
17115name = "tree-sitter-json"
17116version = "0.24.8"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17119dependencies = [
17120 "cc",
17121 "tree-sitter-language",
17122]
17123
17124[[package]]
17125name = "tree-sitter-language"
17126version = "0.1.5"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17129
17130[[package]]
17131name = "tree-sitter-md"
17132version = "0.3.2"
17133source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17134dependencies = [
17135 "cc",
17136 "tree-sitter-language",
17137]
17138
17139[[package]]
17140name = "tree-sitter-python"
17141version = "0.25.0"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17144dependencies = [
17145 "cc",
17146 "tree-sitter-language",
17147]
17148
17149[[package]]
17150name = "tree-sitter-regex"
17151version = "0.24.3"
17152source = "registry+https://github.com/rust-lang/crates.io-index"
17153checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17154dependencies = [
17155 "cc",
17156 "tree-sitter-language",
17157]
17158
17159[[package]]
17160name = "tree-sitter-ruby"
17161version = "0.23.1"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17164dependencies = [
17165 "cc",
17166 "tree-sitter-language",
17167]
17168
17169[[package]]
17170name = "tree-sitter-rust"
17171version = "0.24.0"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17174dependencies = [
17175 "cc",
17176 "tree-sitter-language",
17177]
17178
17179[[package]]
17180name = "tree-sitter-typescript"
17181version = "0.23.2"
17182source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
17183dependencies = [
17184 "cc",
17185 "tree-sitter-language",
17186]
17187
17188[[package]]
17189name = "tree-sitter-yaml"
17190version = "0.6.1"
17191source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17192dependencies = [
17193 "cc",
17194 "tree-sitter-language",
17195]
17196
17197[[package]]
17198name = "try-lock"
17199version = "0.2.5"
17200source = "registry+https://github.com/rust-lang/crates.io-index"
17201checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17202
17203[[package]]
17204name = "ttf-parser"
17205version = "0.20.0"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17208
17209[[package]]
17210name = "ttf-parser"
17211version = "0.21.1"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17214
17215[[package]]
17216name = "ttf-parser"
17217version = "0.25.1"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17220dependencies = [
17221 "core_maths",
17222]
17223
17224[[package]]
17225name = "tungstenite"
17226version = "0.20.1"
17227source = "registry+https://github.com/rust-lang/crates.io-index"
17228checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17229dependencies = [
17230 "byteorder",
17231 "bytes 1.10.1",
17232 "data-encoding",
17233 "http 0.2.12",
17234 "httparse",
17235 "log",
17236 "rand 0.8.5",
17237 "sha1",
17238 "thiserror 1.0.69",
17239 "url",
17240 "utf-8",
17241]
17242
17243[[package]]
17244name = "tungstenite"
17245version = "0.21.0"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
17248dependencies = [
17249 "byteorder",
17250 "bytes 1.10.1",
17251 "data-encoding",
17252 "http 1.3.1",
17253 "httparse",
17254 "log",
17255 "rand 0.8.5",
17256 "sha1",
17257 "thiserror 1.0.69",
17258 "url",
17259 "utf-8",
17260]
17261
17262[[package]]
17263name = "tungstenite"
17264version = "0.26.2"
17265source = "registry+https://github.com/rust-lang/crates.io-index"
17266checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
17267dependencies = [
17268 "bytes 1.10.1",
17269 "data-encoding",
17270 "http 1.3.1",
17271 "httparse",
17272 "log",
17273 "rand 0.9.1",
17274 "rustls 0.23.26",
17275 "rustls-pki-types",
17276 "sha1",
17277 "thiserror 2.0.12",
17278 "utf-8",
17279]
17280
17281[[package]]
17282name = "typed-path"
17283version = "0.11.0"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
17286
17287[[package]]
17288name = "typeid"
17289version = "1.0.3"
17290source = "registry+https://github.com/rust-lang/crates.io-index"
17291checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
17292
17293[[package]]
17294name = "typenum"
17295version = "1.18.0"
17296source = "registry+https://github.com/rust-lang/crates.io-index"
17297checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
17298
17299[[package]]
17300name = "ucd-trie"
17301version = "0.1.7"
17302source = "registry+https://github.com/rust-lang/crates.io-index"
17303checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
17304
17305[[package]]
17306name = "uds"
17307version = "0.4.2"
17308source = "registry+https://github.com/rust-lang/crates.io-index"
17309checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
17310dependencies = [
17311 "libc",
17312]
17313
17314[[package]]
17315name = "uds_windows"
17316version = "1.1.0"
17317source = "registry+https://github.com/rust-lang/crates.io-index"
17318checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
17319dependencies = [
17320 "memoffset",
17321 "tempfile",
17322 "winapi",
17323]
17324
17325[[package]]
17326name = "ug"
17327version = "0.4.0"
17328source = "registry+https://github.com/rust-lang/crates.io-index"
17329checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
17330dependencies = [
17331 "gemm 0.18.2",
17332 "half",
17333 "libloading",
17334 "memmap2",
17335 "num",
17336 "num-traits",
17337 "num_cpus",
17338 "rayon",
17339 "safetensors",
17340 "serde",
17341 "thiserror 1.0.69",
17342 "tracing",
17343 "yoke",
17344]
17345
17346[[package]]
17347name = "ui"
17348version = "0.1.0"
17349dependencies = [
17350 "chrono",
17351 "component",
17352 "documented",
17353 "gpui",
17354 "gpui_macros",
17355 "icons",
17356 "itertools 0.14.0",
17357 "menu",
17358 "schemars 1.0.1",
17359 "serde",
17360 "settings",
17361 "smallvec",
17362 "story",
17363 "strum 0.27.1",
17364 "theme",
17365 "ui_macros",
17366 "util",
17367 "windows 0.61.1",
17368 "workspace-hack",
17369]
17370
17371[[package]]
17372name = "ui_input"
17373version = "0.1.0"
17374dependencies = [
17375 "component",
17376 "editor",
17377 "fuzzy",
17378 "gpui",
17379 "menu",
17380 "picker",
17381 "settings",
17382 "theme",
17383 "ui",
17384 "workspace-hack",
17385]
17386
17387[[package]]
17388name = "ui_macros"
17389version = "0.1.0"
17390dependencies = [
17391 "component",
17392 "quote",
17393 "syn 2.0.101",
17394 "ui",
17395 "workspace-hack",
17396]
17397
17398[[package]]
17399name = "ui_prompt"
17400version = "0.1.0"
17401dependencies = [
17402 "gpui",
17403 "markdown",
17404 "menu",
17405 "settings",
17406 "theme",
17407 "ui",
17408 "workspace",
17409 "workspace-hack",
17410]
17411
17412[[package]]
17413name = "unicase"
17414version = "2.8.1"
17415source = "registry+https://github.com/rust-lang/crates.io-index"
17416checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
17417
17418[[package]]
17419name = "unicode-bidi"
17420version = "0.3.18"
17421source = "registry+https://github.com/rust-lang/crates.io-index"
17422checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
17423
17424[[package]]
17425name = "unicode-bidi-mirroring"
17426version = "0.2.0"
17427source = "registry+https://github.com/rust-lang/crates.io-index"
17428checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
17429
17430[[package]]
17431name = "unicode-bidi-mirroring"
17432version = "0.4.0"
17433source = "registry+https://github.com/rust-lang/crates.io-index"
17434checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
17435
17436[[package]]
17437name = "unicode-ccc"
17438version = "0.2.0"
17439source = "registry+https://github.com/rust-lang/crates.io-index"
17440checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
17441
17442[[package]]
17443name = "unicode-ccc"
17444version = "0.4.0"
17445source = "registry+https://github.com/rust-lang/crates.io-index"
17446checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
17447
17448[[package]]
17449name = "unicode-ident"
17450version = "1.0.18"
17451source = "registry+https://github.com/rust-lang/crates.io-index"
17452checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
17453
17454[[package]]
17455name = "unicode-linebreak"
17456version = "0.1.5"
17457source = "registry+https://github.com/rust-lang/crates.io-index"
17458checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
17459
17460[[package]]
17461name = "unicode-normalization"
17462version = "0.1.24"
17463source = "registry+https://github.com/rust-lang/crates.io-index"
17464checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
17465dependencies = [
17466 "tinyvec",
17467]
17468
17469[[package]]
17470name = "unicode-properties"
17471version = "0.1.3"
17472source = "registry+https://github.com/rust-lang/crates.io-index"
17473checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
17474
17475[[package]]
17476name = "unicode-script"
17477version = "0.5.7"
17478source = "registry+https://github.com/rust-lang/crates.io-index"
17479checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
17480
17481[[package]]
17482name = "unicode-segmentation"
17483version = "1.12.0"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
17486
17487[[package]]
17488name = "unicode-vo"
17489version = "0.1.0"
17490source = "registry+https://github.com/rust-lang/crates.io-index"
17491checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
17492
17493[[package]]
17494name = "unicode-width"
17495version = "0.2.0"
17496source = "registry+https://github.com/rust-lang/crates.io-index"
17497checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
17498
17499[[package]]
17500name = "unicode-xid"
17501version = "0.2.6"
17502source = "registry+https://github.com/rust-lang/crates.io-index"
17503checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
17504
17505[[package]]
17506name = "unicode_categories"
17507version = "0.1.1"
17508source = "registry+https://github.com/rust-lang/crates.io-index"
17509checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17510
17511[[package]]
17512name = "unindent"
17513version = "0.2.4"
17514source = "registry+https://github.com/rust-lang/crates.io-index"
17515checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17516
17517[[package]]
17518name = "untrusted"
17519version = "0.9.0"
17520source = "registry+https://github.com/rust-lang/crates.io-index"
17521checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17522
17523[[package]]
17524name = "url"
17525version = "2.5.4"
17526source = "registry+https://github.com/rust-lang/crates.io-index"
17527checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17528dependencies = [
17529 "form_urlencoded",
17530 "idna",
17531 "percent-encoding",
17532 "serde",
17533]
17534
17535[[package]]
17536name = "urlencoding"
17537version = "2.1.3"
17538source = "registry+https://github.com/rust-lang/crates.io-index"
17539checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17540
17541[[package]]
17542name = "usvg"
17543version = "0.45.1"
17544source = "registry+https://github.com/rust-lang/crates.io-index"
17545checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17546dependencies = [
17547 "base64 0.22.1",
17548 "data-url",
17549 "flate2",
17550 "fontdb 0.23.0",
17551 "imagesize",
17552 "kurbo",
17553 "log",
17554 "pico-args",
17555 "roxmltree",
17556 "rustybuzz 0.20.1",
17557 "simplecss",
17558 "siphasher",
17559 "strict-num",
17560 "svgtypes",
17561 "tiny-skia-path",
17562 "unicode-bidi",
17563 "unicode-script",
17564 "unicode-vo",
17565 "xmlwriter",
17566]
17567
17568[[package]]
17569name = "utf-8"
17570version = "0.7.6"
17571source = "registry+https://github.com/rust-lang/crates.io-index"
17572checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17573
17574[[package]]
17575name = "utf16_iter"
17576version = "1.0.5"
17577source = "registry+https://github.com/rust-lang/crates.io-index"
17578checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17579
17580[[package]]
17581name = "utf8_iter"
17582version = "1.0.4"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17585
17586[[package]]
17587name = "utf8parse"
17588version = "0.2.2"
17589source = "registry+https://github.com/rust-lang/crates.io-index"
17590checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17591
17592[[package]]
17593name = "util"
17594version = "0.1.0"
17595dependencies = [
17596 "anyhow",
17597 "async-fs",
17598 "async_zip",
17599 "collections",
17600 "command-fds",
17601 "dirs 4.0.0",
17602 "dunce",
17603 "futures 0.3.31",
17604 "futures-lite 1.13.0",
17605 "git2",
17606 "globset",
17607 "indoc",
17608 "itertools 0.14.0",
17609 "libc",
17610 "log",
17611 "nix 0.29.0",
17612 "pretty_assertions",
17613 "rand 0.9.1",
17614 "regex",
17615 "rust-embed",
17616 "schemars 1.0.1",
17617 "serde",
17618 "serde_json",
17619 "serde_json_lenient",
17620 "shlex",
17621 "smol",
17622 "take-until",
17623 "tempfile",
17624 "tendril",
17625 "unicase",
17626 "util_macros",
17627 "walkdir",
17628 "which 6.0.3",
17629 "workspace-hack",
17630]
17631
17632[[package]]
17633name = "util_macros"
17634version = "0.1.0"
17635dependencies = [
17636 "perf",
17637 "quote",
17638 "syn 2.0.101",
17639 "workspace-hack",
17640]
17641
17642[[package]]
17643name = "uuid"
17644version = "1.16.0"
17645source = "registry+https://github.com/rust-lang/crates.io-index"
17646checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17647dependencies = [
17648 "getrandom 0.3.2",
17649 "serde",
17650 "sha1_smol",
17651]
17652
17653[[package]]
17654name = "uuid-simd"
17655version = "0.8.0"
17656source = "registry+https://github.com/rust-lang/crates.io-index"
17657checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17658dependencies = [
17659 "outref",
17660 "uuid",
17661 "vsimd",
17662]
17663
17664[[package]]
17665name = "v_frame"
17666version = "0.3.8"
17667source = "registry+https://github.com/rust-lang/crates.io-index"
17668checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17669dependencies = [
17670 "aligned-vec",
17671 "num-traits",
17672 "wasm-bindgen",
17673]
17674
17675[[package]]
17676name = "valuable"
17677version = "0.1.1"
17678source = "registry+https://github.com/rust-lang/crates.io-index"
17679checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17680
17681[[package]]
17682name = "value-bag"
17683version = "1.11.1"
17684source = "registry+https://github.com/rust-lang/crates.io-index"
17685checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17686dependencies = [
17687 "value-bag-serde1",
17688 "value-bag-sval2",
17689]
17690
17691[[package]]
17692name = "value-bag-serde1"
17693version = "1.11.1"
17694source = "registry+https://github.com/rust-lang/crates.io-index"
17695checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17696dependencies = [
17697 "erased-serde",
17698 "serde",
17699 "serde_fmt",
17700]
17701
17702[[package]]
17703name = "value-bag-sval2"
17704version = "1.11.1"
17705source = "registry+https://github.com/rust-lang/crates.io-index"
17706checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17707dependencies = [
17708 "sval",
17709 "sval_buffer",
17710 "sval_dynamic",
17711 "sval_fmt",
17712 "sval_json",
17713 "sval_ref",
17714 "sval_serde",
17715]
17716
17717[[package]]
17718name = "vcpkg"
17719version = "0.2.15"
17720source = "registry+https://github.com/rust-lang/crates.io-index"
17721checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17722
17723[[package]]
17724name = "vercel"
17725version = "0.1.0"
17726dependencies = [
17727 "anyhow",
17728 "schemars 1.0.1",
17729 "serde",
17730 "strum 0.27.1",
17731 "workspace-hack",
17732]
17733
17734[[package]]
17735name = "version-compare"
17736version = "0.2.0"
17737source = "registry+https://github.com/rust-lang/crates.io-index"
17738checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17739
17740[[package]]
17741name = "version_check"
17742version = "0.9.5"
17743source = "registry+https://github.com/rust-lang/crates.io-index"
17744checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17745
17746[[package]]
17747name = "vim"
17748version = "0.1.0"
17749dependencies = [
17750 "anyhow",
17751 "assets",
17752 "async-compat",
17753 "async-trait",
17754 "collections",
17755 "command_palette",
17756 "command_palette_hooks",
17757 "db",
17758 "editor",
17759 "env_logger 0.11.8",
17760 "futures 0.3.31",
17761 "git_ui",
17762 "gpui",
17763 "indoc",
17764 "itertools 0.14.0",
17765 "language",
17766 "log",
17767 "lsp",
17768 "menu",
17769 "multi_buffer",
17770 "nvim-rs",
17771 "parking_lot",
17772 "perf",
17773 "picker",
17774 "project",
17775 "project_panel",
17776 "regex",
17777 "release_channel",
17778 "schemars 1.0.1",
17779 "search",
17780 "serde",
17781 "serde_json",
17782 "settings",
17783 "task",
17784 "text",
17785 "theme",
17786 "tokio",
17787 "ui",
17788 "util",
17789 "util_macros",
17790 "vim_mode_setting",
17791 "workspace",
17792 "workspace-hack",
17793 "zed_actions",
17794]
17795
17796[[package]]
17797name = "vim_mode_setting"
17798version = "0.1.0"
17799dependencies = [
17800 "gpui",
17801 "settings",
17802 "workspace-hack",
17803]
17804
17805[[package]]
17806name = "vscode_theme"
17807version = "0.2.0"
17808source = "registry+https://github.com/rust-lang/crates.io-index"
17809checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17810dependencies = [
17811 "serde",
17812]
17813
17814[[package]]
17815name = "vsimd"
17816version = "0.8.0"
17817source = "registry+https://github.com/rust-lang/crates.io-index"
17818checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17819
17820[[package]]
17821name = "vswhom"
17822version = "0.1.0"
17823source = "registry+https://github.com/rust-lang/crates.io-index"
17824checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17825dependencies = [
17826 "libc",
17827 "vswhom-sys",
17828]
17829
17830[[package]]
17831name = "vswhom-sys"
17832version = "0.1.3"
17833source = "registry+https://github.com/rust-lang/crates.io-index"
17834checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17835dependencies = [
17836 "cc",
17837 "libc",
17838]
17839
17840[[package]]
17841name = "vte"
17842version = "0.15.0"
17843source = "registry+https://github.com/rust-lang/crates.io-index"
17844checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17845dependencies = [
17846 "arrayvec",
17847 "bitflags 2.9.0",
17848 "cursor-icon",
17849 "log",
17850 "memchr",
17851 "serde",
17852]
17853
17854[[package]]
17855name = "waker-fn"
17856version = "1.2.0"
17857source = "registry+https://github.com/rust-lang/crates.io-index"
17858checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17859
17860[[package]]
17861name = "walkdir"
17862version = "2.5.0"
17863source = "registry+https://github.com/rust-lang/crates.io-index"
17864checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17865dependencies = [
17866 "same-file",
17867 "winapi-util",
17868]
17869
17870[[package]]
17871name = "want"
17872version = "0.3.1"
17873source = "registry+https://github.com/rust-lang/crates.io-index"
17874checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17875dependencies = [
17876 "try-lock",
17877]
17878
17879[[package]]
17880name = "warp"
17881version = "0.3.7"
17882source = "registry+https://github.com/rust-lang/crates.io-index"
17883checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17884dependencies = [
17885 "bytes 1.10.1",
17886 "futures-channel",
17887 "futures-util",
17888 "headers",
17889 "http 0.2.12",
17890 "hyper 0.14.32",
17891 "log",
17892 "mime",
17893 "mime_guess",
17894 "percent-encoding",
17895 "pin-project",
17896 "scoped-tls",
17897 "serde",
17898 "serde_json",
17899 "serde_urlencoded",
17900 "tokio",
17901 "tokio-tungstenite 0.21.0",
17902 "tokio-util",
17903 "tower-service",
17904 "tracing",
17905]
17906
17907[[package]]
17908name = "wasi"
17909version = "0.11.0+wasi-snapshot-preview1"
17910source = "registry+https://github.com/rust-lang/crates.io-index"
17911checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17912
17913[[package]]
17914name = "wasi"
17915version = "0.14.2+wasi-0.2.4"
17916source = "registry+https://github.com/rust-lang/crates.io-index"
17917checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17918dependencies = [
17919 "wit-bindgen-rt 0.39.0",
17920]
17921
17922[[package]]
17923name = "wasite"
17924version = "0.1.0"
17925source = "registry+https://github.com/rust-lang/crates.io-index"
17926checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17927
17928[[package]]
17929name = "wasm-bindgen"
17930version = "0.2.100"
17931source = "registry+https://github.com/rust-lang/crates.io-index"
17932checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17933dependencies = [
17934 "cfg-if",
17935 "once_cell",
17936 "rustversion",
17937 "wasm-bindgen-macro",
17938]
17939
17940[[package]]
17941name = "wasm-bindgen-backend"
17942version = "0.2.100"
17943source = "registry+https://github.com/rust-lang/crates.io-index"
17944checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17945dependencies = [
17946 "bumpalo",
17947 "log",
17948 "proc-macro2",
17949 "quote",
17950 "syn 2.0.101",
17951 "wasm-bindgen-shared",
17952]
17953
17954[[package]]
17955name = "wasm-bindgen-futures"
17956version = "0.4.50"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17959dependencies = [
17960 "cfg-if",
17961 "js-sys",
17962 "once_cell",
17963 "wasm-bindgen",
17964 "web-sys",
17965]
17966
17967[[package]]
17968name = "wasm-bindgen-macro"
17969version = "0.2.100"
17970source = "registry+https://github.com/rust-lang/crates.io-index"
17971checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17972dependencies = [
17973 "quote",
17974 "wasm-bindgen-macro-support",
17975]
17976
17977[[package]]
17978name = "wasm-bindgen-macro-support"
17979version = "0.2.100"
17980source = "registry+https://github.com/rust-lang/crates.io-index"
17981checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17982dependencies = [
17983 "proc-macro2",
17984 "quote",
17985 "syn 2.0.101",
17986 "wasm-bindgen-backend",
17987 "wasm-bindgen-shared",
17988]
17989
17990[[package]]
17991name = "wasm-bindgen-shared"
17992version = "0.2.100"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17995dependencies = [
17996 "unicode-ident",
17997]
17998
17999[[package]]
18000name = "wasm-encoder"
18001version = "0.201.0"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
18004dependencies = [
18005 "leb128",
18006]
18007
18008[[package]]
18009name = "wasm-encoder"
18010version = "0.221.3"
18011source = "registry+https://github.com/rust-lang/crates.io-index"
18012checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
18013dependencies = [
18014 "leb128",
18015 "wasmparser 0.221.3",
18016]
18017
18018[[package]]
18019name = "wasm-encoder"
18020version = "0.227.1"
18021source = "registry+https://github.com/rust-lang/crates.io-index"
18022checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
18023dependencies = [
18024 "leb128fmt",
18025 "wasmparser 0.227.1",
18026]
18027
18028[[package]]
18029name = "wasm-metadata"
18030version = "0.201.0"
18031source = "registry+https://github.com/rust-lang/crates.io-index"
18032checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
18033dependencies = [
18034 "anyhow",
18035 "indexmap 2.9.0",
18036 "serde",
18037 "serde_derive",
18038 "serde_json",
18039 "spdx",
18040 "wasm-encoder 0.201.0",
18041 "wasmparser 0.201.0",
18042]
18043
18044[[package]]
18045name = "wasm-metadata"
18046version = "0.227.1"
18047source = "registry+https://github.com/rust-lang/crates.io-index"
18048checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
18049dependencies = [
18050 "anyhow",
18051 "auditable-serde",
18052 "flate2",
18053 "indexmap 2.9.0",
18054 "serde",
18055 "serde_derive",
18056 "serde_json",
18057 "spdx",
18058 "url",
18059 "wasm-encoder 0.227.1",
18060 "wasmparser 0.227.1",
18061]
18062
18063[[package]]
18064name = "wasm-streams"
18065version = "0.4.2"
18066source = "registry+https://github.com/rust-lang/crates.io-index"
18067checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18068dependencies = [
18069 "futures-util",
18070 "js-sys",
18071 "wasm-bindgen",
18072 "wasm-bindgen-futures",
18073 "web-sys",
18074]
18075
18076[[package]]
18077name = "wasmparser"
18078version = "0.201.0"
18079source = "registry+https://github.com/rust-lang/crates.io-index"
18080checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18081dependencies = [
18082 "bitflags 2.9.0",
18083 "indexmap 2.9.0",
18084 "semver",
18085]
18086
18087[[package]]
18088name = "wasmparser"
18089version = "0.221.3"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18092dependencies = [
18093 "bitflags 2.9.0",
18094 "hashbrown 0.15.3",
18095 "indexmap 2.9.0",
18096 "semver",
18097 "serde",
18098]
18099
18100[[package]]
18101name = "wasmparser"
18102version = "0.227.1"
18103source = "registry+https://github.com/rust-lang/crates.io-index"
18104checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18105dependencies = [
18106 "bitflags 2.9.0",
18107 "hashbrown 0.15.3",
18108 "indexmap 2.9.0",
18109 "semver",
18110]
18111
18112[[package]]
18113name = "wasmprinter"
18114version = "0.221.3"
18115source = "registry+https://github.com/rust-lang/crates.io-index"
18116checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18117dependencies = [
18118 "anyhow",
18119 "termcolor",
18120 "wasmparser 0.221.3",
18121]
18122
18123[[package]]
18124name = "wasmtime"
18125version = "29.0.1"
18126source = "registry+https://github.com/rust-lang/crates.io-index"
18127checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18128dependencies = [
18129 "anyhow",
18130 "async-trait",
18131 "bitflags 2.9.0",
18132 "bumpalo",
18133 "cc",
18134 "cfg-if",
18135 "encoding_rs",
18136 "hashbrown 0.14.5",
18137 "indexmap 2.9.0",
18138 "libc",
18139 "log",
18140 "mach2 0.4.2",
18141 "memfd",
18142 "object",
18143 "once_cell",
18144 "paste",
18145 "postcard",
18146 "psm",
18147 "pulley-interpreter",
18148 "rayon",
18149 "rustix 0.38.44",
18150 "semver",
18151 "serde",
18152 "serde_derive",
18153 "smallvec",
18154 "sptr",
18155 "target-lexicon 0.13.2",
18156 "trait-variant",
18157 "wasmparser 0.221.3",
18158 "wasmtime-asm-macros",
18159 "wasmtime-component-macro",
18160 "wasmtime-component-util",
18161 "wasmtime-cranelift",
18162 "wasmtime-environ",
18163 "wasmtime-fiber",
18164 "wasmtime-jit-icache-coherence",
18165 "wasmtime-math",
18166 "wasmtime-slab",
18167 "wasmtime-versioned-export-macros",
18168 "wasmtime-winch",
18169 "windows-sys 0.59.0",
18170]
18171
18172[[package]]
18173name = "wasmtime-asm-macros"
18174version = "29.0.1"
18175source = "registry+https://github.com/rust-lang/crates.io-index"
18176checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18177dependencies = [
18178 "cfg-if",
18179]
18180
18181[[package]]
18182name = "wasmtime-c-api-impl"
18183version = "29.0.1"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18186dependencies = [
18187 "anyhow",
18188 "log",
18189 "tracing",
18190 "wasmtime",
18191 "wasmtime-c-api-macros",
18192]
18193
18194[[package]]
18195name = "wasmtime-c-api-macros"
18196version = "29.0.1"
18197source = "registry+https://github.com/rust-lang/crates.io-index"
18198checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18199dependencies = [
18200 "proc-macro2",
18201 "quote",
18202]
18203
18204[[package]]
18205name = "wasmtime-component-macro"
18206version = "29.0.1"
18207source = "registry+https://github.com/rust-lang/crates.io-index"
18208checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18209dependencies = [
18210 "anyhow",
18211 "proc-macro2",
18212 "quote",
18213 "syn 2.0.101",
18214 "wasmtime-component-util",
18215 "wasmtime-wit-bindgen",
18216 "wit-parser 0.221.3",
18217]
18218
18219[[package]]
18220name = "wasmtime-component-util"
18221version = "29.0.1"
18222source = "registry+https://github.com/rust-lang/crates.io-index"
18223checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
18224
18225[[package]]
18226name = "wasmtime-cranelift"
18227version = "29.0.1"
18228source = "registry+https://github.com/rust-lang/crates.io-index"
18229checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
18230dependencies = [
18231 "anyhow",
18232 "cfg-if",
18233 "cranelift-codegen",
18234 "cranelift-control",
18235 "cranelift-entity",
18236 "cranelift-frontend",
18237 "cranelift-native",
18238 "gimli",
18239 "itertools 0.12.1",
18240 "log",
18241 "object",
18242 "smallvec",
18243 "target-lexicon 0.13.2",
18244 "thiserror 1.0.69",
18245 "wasmparser 0.221.3",
18246 "wasmtime-environ",
18247 "wasmtime-versioned-export-macros",
18248]
18249
18250[[package]]
18251name = "wasmtime-environ"
18252version = "29.0.1"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
18255dependencies = [
18256 "anyhow",
18257 "cpp_demangle",
18258 "cranelift-bitset",
18259 "cranelift-entity",
18260 "gimli",
18261 "indexmap 2.9.0",
18262 "log",
18263 "object",
18264 "postcard",
18265 "rustc-demangle",
18266 "semver",
18267 "serde",
18268 "serde_derive",
18269 "smallvec",
18270 "target-lexicon 0.13.2",
18271 "wasm-encoder 0.221.3",
18272 "wasmparser 0.221.3",
18273 "wasmprinter",
18274 "wasmtime-component-util",
18275]
18276
18277[[package]]
18278name = "wasmtime-fiber"
18279version = "29.0.1"
18280source = "registry+https://github.com/rust-lang/crates.io-index"
18281checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
18282dependencies = [
18283 "anyhow",
18284 "cc",
18285 "cfg-if",
18286 "rustix 0.38.44",
18287 "wasmtime-asm-macros",
18288 "wasmtime-versioned-export-macros",
18289 "windows-sys 0.59.0",
18290]
18291
18292[[package]]
18293name = "wasmtime-jit-icache-coherence"
18294version = "29.0.1"
18295source = "registry+https://github.com/rust-lang/crates.io-index"
18296checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
18297dependencies = [
18298 "anyhow",
18299 "cfg-if",
18300 "libc",
18301 "windows-sys 0.59.0",
18302]
18303
18304[[package]]
18305name = "wasmtime-math"
18306version = "29.0.1"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
18309dependencies = [
18310 "libm",
18311]
18312
18313[[package]]
18314name = "wasmtime-slab"
18315version = "29.0.1"
18316source = "registry+https://github.com/rust-lang/crates.io-index"
18317checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
18318
18319[[package]]
18320name = "wasmtime-versioned-export-macros"
18321version = "29.0.1"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
18324dependencies = [
18325 "proc-macro2",
18326 "quote",
18327 "syn 2.0.101",
18328]
18329
18330[[package]]
18331name = "wasmtime-wasi"
18332version = "29.0.1"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
18335dependencies = [
18336 "anyhow",
18337 "async-trait",
18338 "bitflags 2.9.0",
18339 "bytes 1.10.1",
18340 "cap-fs-ext",
18341 "cap-net-ext",
18342 "cap-rand",
18343 "cap-std",
18344 "cap-time-ext",
18345 "fs-set-times",
18346 "futures 0.3.31",
18347 "io-extras",
18348 "io-lifetimes",
18349 "rustix 0.38.44",
18350 "system-interface",
18351 "thiserror 1.0.69",
18352 "tokio",
18353 "tracing",
18354 "trait-variant",
18355 "url",
18356 "wasmtime",
18357 "wiggle",
18358 "windows-sys 0.59.0",
18359]
18360
18361[[package]]
18362name = "wasmtime-winch"
18363version = "29.0.1"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
18366dependencies = [
18367 "anyhow",
18368 "cranelift-codegen",
18369 "gimli",
18370 "object",
18371 "target-lexicon 0.13.2",
18372 "wasmparser 0.221.3",
18373 "wasmtime-cranelift",
18374 "wasmtime-environ",
18375 "winch-codegen",
18376]
18377
18378[[package]]
18379name = "wasmtime-wit-bindgen"
18380version = "29.0.1"
18381source = "registry+https://github.com/rust-lang/crates.io-index"
18382checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
18383dependencies = [
18384 "anyhow",
18385 "heck 0.5.0",
18386 "indexmap 2.9.0",
18387 "wit-parser 0.221.3",
18388]
18389
18390[[package]]
18391name = "wast"
18392version = "35.0.2"
18393source = "registry+https://github.com/rust-lang/crates.io-index"
18394checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
18395dependencies = [
18396 "leb128",
18397]
18398
18399[[package]]
18400name = "watch"
18401version = "0.1.0"
18402dependencies = [
18403 "ctor",
18404 "futures 0.3.31",
18405 "gpui",
18406 "parking_lot",
18407 "rand 0.9.1",
18408 "workspace-hack",
18409 "zlog",
18410]
18411
18412[[package]]
18413name = "wayland-backend"
18414version = "0.3.8"
18415source = "registry+https://github.com/rust-lang/crates.io-index"
18416checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
18417dependencies = [
18418 "cc",
18419 "downcast-rs",
18420 "rustix 0.38.44",
18421 "scoped-tls",
18422 "smallvec",
18423 "wayland-sys",
18424]
18425
18426[[package]]
18427name = "wayland-client"
18428version = "0.31.8"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
18431dependencies = [
18432 "bitflags 2.9.0",
18433 "rustix 0.38.44",
18434 "wayland-backend",
18435 "wayland-scanner",
18436]
18437
18438[[package]]
18439name = "wayland-cursor"
18440version = "0.31.8"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
18443dependencies = [
18444 "rustix 0.38.44",
18445 "wayland-client",
18446 "xcursor",
18447]
18448
18449[[package]]
18450name = "wayland-protocols"
18451version = "0.31.2"
18452source = "registry+https://github.com/rust-lang/crates.io-index"
18453checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
18454dependencies = [
18455 "bitflags 2.9.0",
18456 "wayland-backend",
18457 "wayland-client",
18458 "wayland-scanner",
18459]
18460
18461[[package]]
18462name = "wayland-protocols"
18463version = "0.32.6"
18464source = "registry+https://github.com/rust-lang/crates.io-index"
18465checksum = "0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc"
18466dependencies = [
18467 "bitflags 2.9.0",
18468 "wayland-backend",
18469 "wayland-client",
18470 "wayland-scanner",
18471]
18472
18473[[package]]
18474name = "wayland-protocols-plasma"
18475version = "0.2.0"
18476source = "registry+https://github.com/rust-lang/crates.io-index"
18477checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
18478dependencies = [
18479 "bitflags 2.9.0",
18480 "wayland-backend",
18481 "wayland-client",
18482 "wayland-protocols 0.31.2",
18483 "wayland-scanner",
18484]
18485
18486[[package]]
18487name = "wayland-scanner"
18488version = "0.31.6"
18489source = "registry+https://github.com/rust-lang/crates.io-index"
18490checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
18491dependencies = [
18492 "proc-macro2",
18493 "quick-xml 0.37.4",
18494 "quote",
18495]
18496
18497[[package]]
18498name = "wayland-sys"
18499version = "0.31.6"
18500source = "registry+https://github.com/rust-lang/crates.io-index"
18501checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
18502dependencies = [
18503 "dlib",
18504 "log",
18505 "once_cell",
18506 "pkg-config",
18507]
18508
18509[[package]]
18510name = "web-sys"
18511version = "0.3.77"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
18514dependencies = [
18515 "js-sys",
18516 "wasm-bindgen",
18517]
18518
18519[[package]]
18520name = "web-time"
18521version = "1.1.0"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
18524dependencies = [
18525 "js-sys",
18526 "wasm-bindgen",
18527]
18528
18529[[package]]
18530name = "web_atoms"
18531version = "0.1.0"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18534dependencies = [
18535 "phf",
18536 "phf_codegen",
18537 "string_cache",
18538 "string_cache_codegen",
18539]
18540
18541[[package]]
18542name = "web_search"
18543version = "0.1.0"
18544dependencies = [
18545 "anyhow",
18546 "cloud_llm_client",
18547 "collections",
18548 "gpui",
18549 "serde",
18550 "workspace-hack",
18551]
18552
18553[[package]]
18554name = "web_search_providers"
18555version = "0.1.0"
18556dependencies = [
18557 "anyhow",
18558 "client",
18559 "cloud_llm_client",
18560 "futures 0.3.31",
18561 "gpui",
18562 "http_client",
18563 "language_model",
18564 "serde",
18565 "serde_json",
18566 "web_search",
18567 "workspace-hack",
18568]
18569
18570[[package]]
18571name = "webpki-root-certs"
18572version = "0.26.8"
18573source = "registry+https://github.com/rust-lang/crates.io-index"
18574checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18575dependencies = [
18576 "rustls-pki-types",
18577]
18578
18579[[package]]
18580name = "webpki-roots"
18581version = "0.26.8"
18582source = "registry+https://github.com/rust-lang/crates.io-index"
18583checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18584dependencies = [
18585 "rustls-pki-types",
18586]
18587
18588[[package]]
18589name = "webrtc-sys"
18590version = "0.3.7"
18591source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18592dependencies = [
18593 "cc",
18594 "cxx",
18595 "cxx-build",
18596 "glob",
18597 "log",
18598 "webrtc-sys-build",
18599]
18600
18601[[package]]
18602name = "webrtc-sys-build"
18603version = "0.3.6"
18604source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
18605dependencies = [
18606 "fs2",
18607 "regex",
18608 "reqwest 0.11.27",
18609 "scratch",
18610 "semver",
18611 "zip 0.6.6",
18612]
18613
18614[[package]]
18615name = "weezl"
18616version = "0.1.8"
18617source = "registry+https://github.com/rust-lang/crates.io-index"
18618checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18619
18620[[package]]
18621name = "which"
18622version = "4.4.2"
18623source = "registry+https://github.com/rust-lang/crates.io-index"
18624checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18625dependencies = [
18626 "either",
18627 "home",
18628 "once_cell",
18629 "rustix 0.38.44",
18630]
18631
18632[[package]]
18633name = "which"
18634version = "6.0.3"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18637dependencies = [
18638 "either",
18639 "home",
18640 "rustix 0.38.44",
18641 "winsafe",
18642]
18643
18644[[package]]
18645name = "whoami"
18646version = "1.6.0"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18649dependencies = [
18650 "redox_syscall 0.5.11",
18651 "wasite",
18652]
18653
18654[[package]]
18655name = "wiggle"
18656version = "29.0.1"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18659dependencies = [
18660 "anyhow",
18661 "async-trait",
18662 "bitflags 2.9.0",
18663 "thiserror 1.0.69",
18664 "tracing",
18665 "wasmtime",
18666 "wiggle-macro",
18667]
18668
18669[[package]]
18670name = "wiggle-generate"
18671version = "29.0.1"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18674dependencies = [
18675 "anyhow",
18676 "heck 0.5.0",
18677 "proc-macro2",
18678 "quote",
18679 "shellexpand 2.1.2",
18680 "syn 2.0.101",
18681 "witx",
18682]
18683
18684[[package]]
18685name = "wiggle-macro"
18686version = "29.0.1"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18689dependencies = [
18690 "proc-macro2",
18691 "quote",
18692 "syn 2.0.101",
18693 "wiggle-generate",
18694]
18695
18696[[package]]
18697name = "winapi"
18698version = "0.3.9"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18701dependencies = [
18702 "winapi-i686-pc-windows-gnu",
18703 "winapi-x86_64-pc-windows-gnu",
18704]
18705
18706[[package]]
18707name = "winapi-i686-pc-windows-gnu"
18708version = "0.4.0"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18711
18712[[package]]
18713name = "winapi-util"
18714version = "0.1.9"
18715source = "registry+https://github.com/rust-lang/crates.io-index"
18716checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18717dependencies = [
18718 "windows-sys 0.59.0",
18719]
18720
18721[[package]]
18722name = "winapi-x86_64-pc-windows-gnu"
18723version = "0.4.0"
18724source = "registry+https://github.com/rust-lang/crates.io-index"
18725checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18726
18727[[package]]
18728name = "winch-codegen"
18729version = "29.0.1"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18732dependencies = [
18733 "anyhow",
18734 "cranelift-codegen",
18735 "gimli",
18736 "regalloc2",
18737 "smallvec",
18738 "target-lexicon 0.13.2",
18739 "thiserror 1.0.69",
18740 "wasmparser 0.221.3",
18741 "wasmtime-cranelift",
18742 "wasmtime-environ",
18743]
18744
18745[[package]]
18746name = "windows"
18747version = "0.54.0"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18750dependencies = [
18751 "windows-core 0.54.0",
18752 "windows-targets 0.52.6",
18753]
18754
18755[[package]]
18756name = "windows"
18757version = "0.58.0"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18760dependencies = [
18761 "windows-core 0.58.0",
18762 "windows-targets 0.52.6",
18763]
18764
18765[[package]]
18766name = "windows"
18767version = "0.61.1"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18770dependencies = [
18771 "windows-collections",
18772 "windows-core 0.61.0",
18773 "windows-future",
18774 "windows-link 0.1.1",
18775 "windows-numerics",
18776]
18777
18778[[package]]
18779name = "windows-capture"
18780version = "1.4.3"
18781source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
18782dependencies = [
18783 "clap",
18784 "ctrlc",
18785 "parking_lot",
18786 "rayon",
18787 "thiserror 2.0.12",
18788 "windows 0.61.1",
18789 "windows-future",
18790]
18791
18792[[package]]
18793name = "windows-collections"
18794version = "0.2.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18797dependencies = [
18798 "windows-core 0.61.0",
18799]
18800
18801[[package]]
18802name = "windows-core"
18803version = "0.54.0"
18804source = "registry+https://github.com/rust-lang/crates.io-index"
18805checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18806dependencies = [
18807 "windows-result 0.1.2",
18808 "windows-targets 0.52.6",
18809]
18810
18811[[package]]
18812name = "windows-core"
18813version = "0.58.0"
18814source = "registry+https://github.com/rust-lang/crates.io-index"
18815checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18816dependencies = [
18817 "windows-implement 0.58.0",
18818 "windows-interface 0.58.0",
18819 "windows-result 0.2.0",
18820 "windows-strings 0.1.0",
18821 "windows-targets 0.52.6",
18822]
18823
18824[[package]]
18825name = "windows-core"
18826version = "0.61.0"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18829dependencies = [
18830 "windows-implement 0.60.0",
18831 "windows-interface 0.59.1",
18832 "windows-link 0.1.1",
18833 "windows-result 0.3.2",
18834 "windows-strings 0.4.0",
18835]
18836
18837[[package]]
18838name = "windows-future"
18839version = "0.2.0"
18840source = "registry+https://github.com/rust-lang/crates.io-index"
18841checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18842dependencies = [
18843 "windows-core 0.61.0",
18844 "windows-link 0.1.1",
18845]
18846
18847[[package]]
18848name = "windows-implement"
18849version = "0.58.0"
18850source = "registry+https://github.com/rust-lang/crates.io-index"
18851checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18852dependencies = [
18853 "proc-macro2",
18854 "quote",
18855 "syn 2.0.101",
18856]
18857
18858[[package]]
18859name = "windows-implement"
18860version = "0.60.0"
18861source = "registry+https://github.com/rust-lang/crates.io-index"
18862checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18863dependencies = [
18864 "proc-macro2",
18865 "quote",
18866 "syn 2.0.101",
18867]
18868
18869[[package]]
18870name = "windows-interface"
18871version = "0.58.0"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18874dependencies = [
18875 "proc-macro2",
18876 "quote",
18877 "syn 2.0.101",
18878]
18879
18880[[package]]
18881name = "windows-interface"
18882version = "0.59.1"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18885dependencies = [
18886 "proc-macro2",
18887 "quote",
18888 "syn 2.0.101",
18889]
18890
18891[[package]]
18892name = "windows-link"
18893version = "0.1.1"
18894source = "registry+https://github.com/rust-lang/crates.io-index"
18895checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18896
18897[[package]]
18898name = "windows-link"
18899version = "0.2.0"
18900source = "registry+https://github.com/rust-lang/crates.io-index"
18901checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
18902
18903[[package]]
18904name = "windows-numerics"
18905version = "0.2.0"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18908dependencies = [
18909 "windows-core 0.61.0",
18910 "windows-link 0.1.1",
18911]
18912
18913[[package]]
18914name = "windows-registry"
18915version = "0.4.0"
18916source = "registry+https://github.com/rust-lang/crates.io-index"
18917checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18918dependencies = [
18919 "windows-result 0.3.2",
18920 "windows-strings 0.3.1",
18921 "windows-targets 0.53.2",
18922]
18923
18924[[package]]
18925name = "windows-registry"
18926version = "0.5.1"
18927source = "registry+https://github.com/rust-lang/crates.io-index"
18928checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18929dependencies = [
18930 "windows-link 0.1.1",
18931 "windows-result 0.3.2",
18932 "windows-strings 0.4.0",
18933]
18934
18935[[package]]
18936name = "windows-registry"
18937version = "0.6.0"
18938source = "registry+https://github.com/rust-lang/crates.io-index"
18939checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
18940dependencies = [
18941 "windows-link 0.2.0",
18942 "windows-result 0.4.0",
18943 "windows-strings 0.5.0",
18944]
18945
18946[[package]]
18947name = "windows-result"
18948version = "0.1.2"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18951dependencies = [
18952 "windows-targets 0.52.6",
18953]
18954
18955[[package]]
18956name = "windows-result"
18957version = "0.2.0"
18958source = "registry+https://github.com/rust-lang/crates.io-index"
18959checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18960dependencies = [
18961 "windows-targets 0.52.6",
18962]
18963
18964[[package]]
18965name = "windows-result"
18966version = "0.3.2"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18969dependencies = [
18970 "windows-link 0.1.1",
18971]
18972
18973[[package]]
18974name = "windows-result"
18975version = "0.4.0"
18976source = "registry+https://github.com/rust-lang/crates.io-index"
18977checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
18978dependencies = [
18979 "windows-link 0.2.0",
18980]
18981
18982[[package]]
18983name = "windows-strings"
18984version = "0.1.0"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18987dependencies = [
18988 "windows-result 0.2.0",
18989 "windows-targets 0.52.6",
18990]
18991
18992[[package]]
18993name = "windows-strings"
18994version = "0.3.1"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18997dependencies = [
18998 "windows-link 0.1.1",
18999]
19000
19001[[package]]
19002name = "windows-strings"
19003version = "0.4.0"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
19006dependencies = [
19007 "windows-link 0.1.1",
19008]
19009
19010[[package]]
19011name = "windows-strings"
19012version = "0.5.0"
19013source = "registry+https://github.com/rust-lang/crates.io-index"
19014checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
19015dependencies = [
19016 "windows-link 0.2.0",
19017]
19018
19019[[package]]
19020name = "windows-sys"
19021version = "0.45.0"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19024dependencies = [
19025 "windows-targets 0.42.2",
19026]
19027
19028[[package]]
19029name = "windows-sys"
19030version = "0.48.0"
19031source = "registry+https://github.com/rust-lang/crates.io-index"
19032checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19033dependencies = [
19034 "windows-targets 0.48.5",
19035]
19036
19037[[package]]
19038name = "windows-sys"
19039version = "0.52.0"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19042dependencies = [
19043 "windows-targets 0.52.6",
19044]
19045
19046[[package]]
19047name = "windows-sys"
19048version = "0.59.0"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19051dependencies = [
19052 "windows-targets 0.52.6",
19053]
19054
19055[[package]]
19056name = "windows-sys"
19057version = "0.60.2"
19058source = "registry+https://github.com/rust-lang/crates.io-index"
19059checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19060dependencies = [
19061 "windows-targets 0.53.2",
19062]
19063
19064[[package]]
19065name = "windows-sys"
19066version = "0.61.0"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19069dependencies = [
19070 "windows-link 0.2.0",
19071]
19072
19073[[package]]
19074name = "windows-targets"
19075version = "0.42.2"
19076source = "registry+https://github.com/rust-lang/crates.io-index"
19077checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19078dependencies = [
19079 "windows_aarch64_gnullvm 0.42.2",
19080 "windows_aarch64_msvc 0.42.2",
19081 "windows_i686_gnu 0.42.2",
19082 "windows_i686_msvc 0.42.2",
19083 "windows_x86_64_gnu 0.42.2",
19084 "windows_x86_64_gnullvm 0.42.2",
19085 "windows_x86_64_msvc 0.42.2",
19086]
19087
19088[[package]]
19089name = "windows-targets"
19090version = "0.48.5"
19091source = "registry+https://github.com/rust-lang/crates.io-index"
19092checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19093dependencies = [
19094 "windows_aarch64_gnullvm 0.48.5",
19095 "windows_aarch64_msvc 0.48.5",
19096 "windows_i686_gnu 0.48.5",
19097 "windows_i686_msvc 0.48.5",
19098 "windows_x86_64_gnu 0.48.5",
19099 "windows_x86_64_gnullvm 0.48.5",
19100 "windows_x86_64_msvc 0.48.5",
19101]
19102
19103[[package]]
19104name = "windows-targets"
19105version = "0.52.6"
19106source = "registry+https://github.com/rust-lang/crates.io-index"
19107checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19108dependencies = [
19109 "windows_aarch64_gnullvm 0.52.6",
19110 "windows_aarch64_msvc 0.52.6",
19111 "windows_i686_gnu 0.52.6",
19112 "windows_i686_gnullvm 0.52.6",
19113 "windows_i686_msvc 0.52.6",
19114 "windows_x86_64_gnu 0.52.6",
19115 "windows_x86_64_gnullvm 0.52.6",
19116 "windows_x86_64_msvc 0.52.6",
19117]
19118
19119[[package]]
19120name = "windows-targets"
19121version = "0.53.2"
19122source = "registry+https://github.com/rust-lang/crates.io-index"
19123checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19124dependencies = [
19125 "windows_aarch64_gnullvm 0.53.0",
19126 "windows_aarch64_msvc 0.53.0",
19127 "windows_i686_gnu 0.53.0",
19128 "windows_i686_gnullvm 0.53.0",
19129 "windows_i686_msvc 0.53.0",
19130 "windows_x86_64_gnu 0.53.0",
19131 "windows_x86_64_gnullvm 0.53.0",
19132 "windows_x86_64_msvc 0.53.0",
19133]
19134
19135[[package]]
19136name = "windows_aarch64_gnullvm"
19137version = "0.42.2"
19138source = "registry+https://github.com/rust-lang/crates.io-index"
19139checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19140
19141[[package]]
19142name = "windows_aarch64_gnullvm"
19143version = "0.48.5"
19144source = "registry+https://github.com/rust-lang/crates.io-index"
19145checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19146
19147[[package]]
19148name = "windows_aarch64_gnullvm"
19149version = "0.52.6"
19150source = "registry+https://github.com/rust-lang/crates.io-index"
19151checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19152
19153[[package]]
19154name = "windows_aarch64_gnullvm"
19155version = "0.53.0"
19156source = "registry+https://github.com/rust-lang/crates.io-index"
19157checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19158
19159[[package]]
19160name = "windows_aarch64_msvc"
19161version = "0.42.2"
19162source = "registry+https://github.com/rust-lang/crates.io-index"
19163checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19164
19165[[package]]
19166name = "windows_aarch64_msvc"
19167version = "0.48.5"
19168source = "registry+https://github.com/rust-lang/crates.io-index"
19169checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19170
19171[[package]]
19172name = "windows_aarch64_msvc"
19173version = "0.52.6"
19174source = "registry+https://github.com/rust-lang/crates.io-index"
19175checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19176
19177[[package]]
19178name = "windows_aarch64_msvc"
19179version = "0.53.0"
19180source = "registry+https://github.com/rust-lang/crates.io-index"
19181checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19182
19183[[package]]
19184name = "windows_i686_gnu"
19185version = "0.42.2"
19186source = "registry+https://github.com/rust-lang/crates.io-index"
19187checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19188
19189[[package]]
19190name = "windows_i686_gnu"
19191version = "0.48.5"
19192source = "registry+https://github.com/rust-lang/crates.io-index"
19193checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19194
19195[[package]]
19196name = "windows_i686_gnu"
19197version = "0.52.6"
19198source = "registry+https://github.com/rust-lang/crates.io-index"
19199checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19200
19201[[package]]
19202name = "windows_i686_gnu"
19203version = "0.53.0"
19204source = "registry+https://github.com/rust-lang/crates.io-index"
19205checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19206
19207[[package]]
19208name = "windows_i686_gnullvm"
19209version = "0.52.6"
19210source = "registry+https://github.com/rust-lang/crates.io-index"
19211checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19212
19213[[package]]
19214name = "windows_i686_gnullvm"
19215version = "0.53.0"
19216source = "registry+https://github.com/rust-lang/crates.io-index"
19217checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19218
19219[[package]]
19220name = "windows_i686_msvc"
19221version = "0.42.2"
19222source = "registry+https://github.com/rust-lang/crates.io-index"
19223checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
19224
19225[[package]]
19226name = "windows_i686_msvc"
19227version = "0.48.5"
19228source = "registry+https://github.com/rust-lang/crates.io-index"
19229checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
19230
19231[[package]]
19232name = "windows_i686_msvc"
19233version = "0.52.6"
19234source = "registry+https://github.com/rust-lang/crates.io-index"
19235checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
19236
19237[[package]]
19238name = "windows_i686_msvc"
19239version = "0.53.0"
19240source = "registry+https://github.com/rust-lang/crates.io-index"
19241checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
19242
19243[[package]]
19244name = "windows_x86_64_gnu"
19245version = "0.42.2"
19246source = "registry+https://github.com/rust-lang/crates.io-index"
19247checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
19248
19249[[package]]
19250name = "windows_x86_64_gnu"
19251version = "0.48.5"
19252source = "registry+https://github.com/rust-lang/crates.io-index"
19253checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
19254
19255[[package]]
19256name = "windows_x86_64_gnu"
19257version = "0.52.6"
19258source = "registry+https://github.com/rust-lang/crates.io-index"
19259checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
19260
19261[[package]]
19262name = "windows_x86_64_gnu"
19263version = "0.53.0"
19264source = "registry+https://github.com/rust-lang/crates.io-index"
19265checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
19266
19267[[package]]
19268name = "windows_x86_64_gnullvm"
19269version = "0.42.2"
19270source = "registry+https://github.com/rust-lang/crates.io-index"
19271checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
19272
19273[[package]]
19274name = "windows_x86_64_gnullvm"
19275version = "0.48.5"
19276source = "registry+https://github.com/rust-lang/crates.io-index"
19277checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
19278
19279[[package]]
19280name = "windows_x86_64_gnullvm"
19281version = "0.52.6"
19282source = "registry+https://github.com/rust-lang/crates.io-index"
19283checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
19284
19285[[package]]
19286name = "windows_x86_64_gnullvm"
19287version = "0.53.0"
19288source = "registry+https://github.com/rust-lang/crates.io-index"
19289checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
19290
19291[[package]]
19292name = "windows_x86_64_msvc"
19293version = "0.42.2"
19294source = "registry+https://github.com/rust-lang/crates.io-index"
19295checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
19296
19297[[package]]
19298name = "windows_x86_64_msvc"
19299version = "0.48.5"
19300source = "registry+https://github.com/rust-lang/crates.io-index"
19301checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
19302
19303[[package]]
19304name = "windows_x86_64_msvc"
19305version = "0.52.6"
19306source = "registry+https://github.com/rust-lang/crates.io-index"
19307checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
19308
19309[[package]]
19310name = "windows_x86_64_msvc"
19311version = "0.53.0"
19312source = "registry+https://github.com/rust-lang/crates.io-index"
19313checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
19314
19315[[package]]
19316name = "winnow"
19317version = "0.7.6"
19318source = "registry+https://github.com/rust-lang/crates.io-index"
19319checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
19320dependencies = [
19321 "memchr",
19322]
19323
19324[[package]]
19325name = "winreg"
19326version = "0.10.1"
19327source = "registry+https://github.com/rust-lang/crates.io-index"
19328checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
19329dependencies = [
19330 "winapi",
19331]
19332
19333[[package]]
19334name = "winreg"
19335version = "0.50.0"
19336source = "registry+https://github.com/rust-lang/crates.io-index"
19337checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
19338dependencies = [
19339 "cfg-if",
19340 "windows-sys 0.48.0",
19341]
19342
19343[[package]]
19344name = "winreg"
19345version = "0.52.0"
19346source = "registry+https://github.com/rust-lang/crates.io-index"
19347checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
19348dependencies = [
19349 "cfg-if",
19350 "windows-sys 0.48.0",
19351]
19352
19353[[package]]
19354name = "winreg"
19355version = "0.55.0"
19356source = "registry+https://github.com/rust-lang/crates.io-index"
19357checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
19358dependencies = [
19359 "cfg-if",
19360 "windows-sys 0.59.0",
19361]
19362
19363[[package]]
19364name = "winresource"
19365version = "0.1.20"
19366source = "registry+https://github.com/rust-lang/crates.io-index"
19367checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
19368dependencies = [
19369 "toml 0.8.20",
19370 "version_check",
19371]
19372
19373[[package]]
19374name = "winsafe"
19375version = "0.0.19"
19376source = "registry+https://github.com/rust-lang/crates.io-index"
19377checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
19378
19379[[package]]
19380name = "winx"
19381version = "0.36.4"
19382source = "registry+https://github.com/rust-lang/crates.io-index"
19383checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
19384dependencies = [
19385 "bitflags 2.9.0",
19386 "windows-sys 0.59.0",
19387]
19388
19389[[package]]
19390name = "wio"
19391version = "0.2.2"
19392source = "registry+https://github.com/rust-lang/crates.io-index"
19393checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
19394dependencies = [
19395 "winapi",
19396]
19397
19398[[package]]
19399name = "wit-bindgen"
19400version = "0.22.0"
19401source = "registry+https://github.com/rust-lang/crates.io-index"
19402checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
19403dependencies = [
19404 "bitflags 2.9.0",
19405 "wit-bindgen-rt 0.22.0",
19406 "wit-bindgen-rust-macro 0.22.0",
19407]
19408
19409[[package]]
19410name = "wit-bindgen"
19411version = "0.41.0"
19412source = "registry+https://github.com/rust-lang/crates.io-index"
19413checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
19414dependencies = [
19415 "wit-bindgen-rt 0.41.0",
19416 "wit-bindgen-rust-macro 0.41.0",
19417]
19418
19419[[package]]
19420name = "wit-bindgen-core"
19421version = "0.22.0"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
19424dependencies = [
19425 "anyhow",
19426 "wit-parser 0.201.0",
19427]
19428
19429[[package]]
19430name = "wit-bindgen-core"
19431version = "0.41.0"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
19434dependencies = [
19435 "anyhow",
19436 "heck 0.5.0",
19437 "wit-parser 0.227.1",
19438]
19439
19440[[package]]
19441name = "wit-bindgen-rt"
19442version = "0.22.0"
19443source = "registry+https://github.com/rust-lang/crates.io-index"
19444checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
19445
19446[[package]]
19447name = "wit-bindgen-rt"
19448version = "0.39.0"
19449source = "registry+https://github.com/rust-lang/crates.io-index"
19450checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
19451dependencies = [
19452 "bitflags 2.9.0",
19453]
19454
19455[[package]]
19456name = "wit-bindgen-rt"
19457version = "0.41.0"
19458source = "registry+https://github.com/rust-lang/crates.io-index"
19459checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
19460dependencies = [
19461 "bitflags 2.9.0",
19462 "futures 0.3.31",
19463 "once_cell",
19464]
19465
19466[[package]]
19467name = "wit-bindgen-rust"
19468version = "0.22.0"
19469source = "registry+https://github.com/rust-lang/crates.io-index"
19470checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
19471dependencies = [
19472 "anyhow",
19473 "heck 0.4.1",
19474 "indexmap 2.9.0",
19475 "wasm-metadata 0.201.0",
19476 "wit-bindgen-core 0.22.0",
19477 "wit-component 0.201.0",
19478]
19479
19480[[package]]
19481name = "wit-bindgen-rust"
19482version = "0.41.0"
19483source = "registry+https://github.com/rust-lang/crates.io-index"
19484checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
19485dependencies = [
19486 "anyhow",
19487 "heck 0.5.0",
19488 "indexmap 2.9.0",
19489 "prettyplease",
19490 "syn 2.0.101",
19491 "wasm-metadata 0.227.1",
19492 "wit-bindgen-core 0.41.0",
19493 "wit-component 0.227.1",
19494]
19495
19496[[package]]
19497name = "wit-bindgen-rust-macro"
19498version = "0.22.0"
19499source = "registry+https://github.com/rust-lang/crates.io-index"
19500checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
19501dependencies = [
19502 "anyhow",
19503 "proc-macro2",
19504 "quote",
19505 "syn 2.0.101",
19506 "wit-bindgen-core 0.22.0",
19507 "wit-bindgen-rust 0.22.0",
19508]
19509
19510[[package]]
19511name = "wit-bindgen-rust-macro"
19512version = "0.41.0"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19515dependencies = [
19516 "anyhow",
19517 "prettyplease",
19518 "proc-macro2",
19519 "quote",
19520 "syn 2.0.101",
19521 "wit-bindgen-core 0.41.0",
19522 "wit-bindgen-rust 0.41.0",
19523]
19524
19525[[package]]
19526name = "wit-component"
19527version = "0.201.0"
19528source = "registry+https://github.com/rust-lang/crates.io-index"
19529checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19530dependencies = [
19531 "anyhow",
19532 "bitflags 2.9.0",
19533 "indexmap 2.9.0",
19534 "log",
19535 "serde",
19536 "serde_derive",
19537 "serde_json",
19538 "wasm-encoder 0.201.0",
19539 "wasm-metadata 0.201.0",
19540 "wasmparser 0.201.0",
19541 "wit-parser 0.201.0",
19542]
19543
19544[[package]]
19545name = "wit-component"
19546version = "0.227.1"
19547source = "registry+https://github.com/rust-lang/crates.io-index"
19548checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19549dependencies = [
19550 "anyhow",
19551 "bitflags 2.9.0",
19552 "indexmap 2.9.0",
19553 "log",
19554 "serde",
19555 "serde_derive",
19556 "serde_json",
19557 "wasm-encoder 0.227.1",
19558 "wasm-metadata 0.227.1",
19559 "wasmparser 0.227.1",
19560 "wit-parser 0.227.1",
19561]
19562
19563[[package]]
19564name = "wit-parser"
19565version = "0.201.0"
19566source = "registry+https://github.com/rust-lang/crates.io-index"
19567checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19568dependencies = [
19569 "anyhow",
19570 "id-arena",
19571 "indexmap 2.9.0",
19572 "log",
19573 "semver",
19574 "serde",
19575 "serde_derive",
19576 "serde_json",
19577 "unicode-xid",
19578 "wasmparser 0.201.0",
19579]
19580
19581[[package]]
19582name = "wit-parser"
19583version = "0.221.3"
19584source = "registry+https://github.com/rust-lang/crates.io-index"
19585checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19586dependencies = [
19587 "anyhow",
19588 "id-arena",
19589 "indexmap 2.9.0",
19590 "log",
19591 "semver",
19592 "serde",
19593 "serde_derive",
19594 "serde_json",
19595 "unicode-xid",
19596 "wasmparser 0.221.3",
19597]
19598
19599[[package]]
19600name = "wit-parser"
19601version = "0.227.1"
19602source = "registry+https://github.com/rust-lang/crates.io-index"
19603checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19604dependencies = [
19605 "anyhow",
19606 "id-arena",
19607 "indexmap 2.9.0",
19608 "log",
19609 "semver",
19610 "serde",
19611 "serde_derive",
19612 "serde_json",
19613 "unicode-xid",
19614 "wasmparser 0.227.1",
19615]
19616
19617[[package]]
19618name = "witx"
19619version = "0.9.1"
19620source = "registry+https://github.com/rust-lang/crates.io-index"
19621checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19622dependencies = [
19623 "anyhow",
19624 "log",
19625 "thiserror 1.0.69",
19626 "wast",
19627]
19628
19629[[package]]
19630name = "workspace"
19631version = "0.1.0"
19632dependencies = [
19633 "any_vec",
19634 "anyhow",
19635 "async-recursion",
19636 "call",
19637 "client",
19638 "clock",
19639 "collections",
19640 "component",
19641 "dap",
19642 "db",
19643 "fs",
19644 "futures 0.3.31",
19645 "gpui",
19646 "http_client",
19647 "itertools 0.14.0",
19648 "language",
19649 "log",
19650 "menu",
19651 "node_runtime",
19652 "parking_lot",
19653 "postage",
19654 "pretty_assertions",
19655 "project",
19656 "remote",
19657 "schemars 1.0.1",
19658 "serde",
19659 "serde_json",
19660 "session",
19661 "settings",
19662 "smallvec",
19663 "sqlez",
19664 "strum 0.27.1",
19665 "task",
19666 "telemetry",
19667 "tempfile",
19668 "theme",
19669 "ui",
19670 "util",
19671 "uuid",
19672 "windows 0.61.1",
19673 "workspace-hack",
19674 "zed_actions",
19675 "zlog",
19676]
19677
19678[[package]]
19679name = "workspace-hack"
19680version = "0.1.0"
19681dependencies = [
19682 "aes",
19683 "ahash 0.8.11",
19684 "aho-corasick",
19685 "anstream",
19686 "arrayvec",
19687 "ashpd 0.11.0",
19688 "async-compression",
19689 "async-std",
19690 "async-tungstenite",
19691 "aws-config",
19692 "aws-credential-types",
19693 "aws-runtime",
19694 "aws-sigv4",
19695 "aws-smithy-async",
19696 "aws-smithy-http",
19697 "aws-smithy-runtime",
19698 "aws-smithy-runtime-api",
19699 "aws-smithy-types",
19700 "base64 0.22.1",
19701 "base64ct",
19702 "bigdecimal",
19703 "bit-set 0.8.0",
19704 "bit-vec 0.8.0",
19705 "bitflags 2.9.0",
19706 "bstr",
19707 "bytemuck",
19708 "byteorder",
19709 "bytes 1.10.1",
19710 "cc",
19711 "chrono",
19712 "cipher",
19713 "clap",
19714 "clap_builder",
19715 "codespan-reporting",
19716 "concurrent-queue",
19717 "core-foundation 0.9.4",
19718 "core-foundation-sys",
19719 "cranelift-codegen",
19720 "crossbeam-channel",
19721 "crossbeam-epoch",
19722 "crossbeam-utils",
19723 "crypto-common",
19724 "deranged",
19725 "digest",
19726 "either",
19727 "euclid",
19728 "event-listener 5.4.0",
19729 "event-listener-strategy",
19730 "flate2",
19731 "flume",
19732 "foldhash",
19733 "form_urlencoded",
19734 "futures 0.3.31",
19735 "futures-channel",
19736 "futures-core",
19737 "futures-executor",
19738 "futures-io",
19739 "futures-sink",
19740 "futures-task",
19741 "futures-util",
19742 "getrandom 0.2.15",
19743 "getrandom 0.3.2",
19744 "gimli",
19745 "half",
19746 "handlebars 4.5.0",
19747 "hashbrown 0.14.5",
19748 "hashbrown 0.15.3",
19749 "heck 0.4.1",
19750 "hmac",
19751 "hyper 0.14.32",
19752 "hyper-rustls 0.27.5",
19753 "idna",
19754 "indexmap 2.9.0",
19755 "inout",
19756 "itertools 0.12.1",
19757 "itertools 0.13.0",
19758 "lazy_static",
19759 "libc",
19760 "libsqlite3-sys",
19761 "linux-raw-sys 0.4.15",
19762 "linux-raw-sys 0.9.4",
19763 "livekit-runtime",
19764 "log",
19765 "lyon",
19766 "lyon_path",
19767 "md-5",
19768 "memchr",
19769 "memmap2",
19770 "mime_guess",
19771 "miniz_oxide",
19772 "mio 1.0.3",
19773 "naga",
19774 "nix 0.28.0",
19775 "nix 0.29.0",
19776 "nix 0.30.1",
19777 "nom 7.1.3",
19778 "num-bigint",
19779 "num-bigint-dig",
19780 "num-complex",
19781 "num-integer",
19782 "num-iter",
19783 "num-rational",
19784 "num-traits",
19785 "objc2",
19786 "objc2-core-foundation",
19787 "objc2-foundation",
19788 "objc2-metal",
19789 "object",
19790 "once_cell",
19791 "percent-encoding",
19792 "phf",
19793 "phf_shared",
19794 "prettyplease",
19795 "proc-macro2",
19796 "prost 0.12.6",
19797 "prost 0.9.0",
19798 "prost-types 0.9.0",
19799 "quote",
19800 "rand 0.8.5",
19801 "rand 0.9.1",
19802 "rand_chacha 0.3.1",
19803 "rand_core 0.6.4",
19804 "rand_distr",
19805 "regalloc2",
19806 "regex",
19807 "regex-automata",
19808 "regex-syntax",
19809 "ring",
19810 "rust_decimal",
19811 "rustc-hash 1.1.0",
19812 "rustix 0.38.44",
19813 "rustix 1.0.7",
19814 "rustls 0.23.26",
19815 "rustls-webpki 0.103.1",
19816 "scopeguard",
19817 "sea-orm",
19818 "sea-query-binder",
19819 "security-framework 3.2.0",
19820 "security-framework-sys",
19821 "semver",
19822 "serde",
19823 "serde_core",
19824 "serde_json",
19825 "simd-adler32",
19826 "smallvec",
19827 "spin",
19828 "sqlx",
19829 "sqlx-macros",
19830 "sqlx-macros-core",
19831 "sqlx-postgres",
19832 "sqlx-sqlite",
19833 "stable_deref_trait",
19834 "strum 0.26.3",
19835 "subtle",
19836 "syn 1.0.109",
19837 "syn 2.0.101",
19838 "sync_wrapper 1.0.2",
19839 "thiserror 2.0.12",
19840 "time",
19841 "time-macros",
19842 "tokio",
19843 "tokio-rustls 0.26.2",
19844 "tokio-socks",
19845 "tokio-stream",
19846 "tokio-util",
19847 "toml_datetime",
19848 "toml_edit",
19849 "tower 0.5.2",
19850 "tracing",
19851 "tracing-core",
19852 "tungstenite 0.26.2",
19853 "unicode-properties",
19854 "url",
19855 "uuid",
19856 "wasmparser 0.221.3",
19857 "wasmtime",
19858 "wasmtime-cranelift",
19859 "wasmtime-environ",
19860 "wayland-backend",
19861 "wayland-sys",
19862 "winapi",
19863 "windows 0.61.1",
19864 "windows-core 0.61.0",
19865 "windows-numerics",
19866 "windows-sys 0.48.0",
19867 "windows-sys 0.52.0",
19868 "windows-sys 0.59.0",
19869 "windows-sys 0.61.0",
19870 "zbus_macros",
19871 "zeroize",
19872 "zvariant",
19873]
19874
19875[[package]]
19876name = "worktree"
19877version = "0.1.0"
19878dependencies = [
19879 "anyhow",
19880 "async-lock 2.8.0",
19881 "clock",
19882 "collections",
19883 "fs",
19884 "futures 0.3.31",
19885 "fuzzy",
19886 "git",
19887 "git2",
19888 "gpui",
19889 "http_client",
19890 "ignore",
19891 "language",
19892 "log",
19893 "parking_lot",
19894 "paths",
19895 "postage",
19896 "pretty_assertions",
19897 "rand 0.9.1",
19898 "rpc",
19899 "serde",
19900 "serde_json",
19901 "settings",
19902 "smallvec",
19903 "smol",
19904 "sum_tree",
19905 "text",
19906 "util",
19907 "workspace-hack",
19908 "zlog",
19909]
19910
19911[[package]]
19912name = "write16"
19913version = "1.0.0"
19914source = "registry+https://github.com/rust-lang/crates.io-index"
19915checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19916
19917[[package]]
19918name = "writeable"
19919version = "0.5.5"
19920source = "registry+https://github.com/rust-lang/crates.io-index"
19921checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19922
19923[[package]]
19924name = "wyz"
19925version = "0.5.1"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19928dependencies = [
19929 "tap",
19930]
19931
19932[[package]]
19933name = "x11"
19934version = "2.21.0"
19935source = "registry+https://github.com/rust-lang/crates.io-index"
19936checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19937dependencies = [
19938 "libc",
19939 "pkg-config",
19940]
19941
19942[[package]]
19943name = "x11-clipboard"
19944version = "0.9.3"
19945source = "registry+https://github.com/rust-lang/crates.io-index"
19946checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19947dependencies = [
19948 "libc",
19949 "x11rb",
19950]
19951
19952[[package]]
19953name = "x11rb"
19954version = "0.13.1"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19957dependencies = [
19958 "as-raw-xcb-connection",
19959 "gethostname",
19960 "libc",
19961 "rustix 0.38.44",
19962 "x11rb-protocol",
19963]
19964
19965[[package]]
19966name = "x11rb-protocol"
19967version = "0.13.1"
19968source = "registry+https://github.com/rust-lang/crates.io-index"
19969checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19970
19971[[package]]
19972name = "x_ai"
19973version = "0.1.0"
19974dependencies = [
19975 "anyhow",
19976 "schemars 1.0.1",
19977 "serde",
19978 "strum 0.27.1",
19979 "workspace-hack",
19980]
19981
19982[[package]]
19983name = "xattr"
19984version = "0.2.3"
19985source = "registry+https://github.com/rust-lang/crates.io-index"
19986checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19987dependencies = [
19988 "libc",
19989]
19990
19991[[package]]
19992name = "xcb"
19993version = "1.6.0"
19994source = "registry+https://github.com/rust-lang/crates.io-index"
19995checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
19996dependencies = [
19997 "bitflags 1.3.2",
19998 "libc",
19999 "quick-xml 0.30.0",
20000 "x11",
20001]
20002
20003[[package]]
20004name = "xcursor"
20005version = "0.3.8"
20006source = "registry+https://github.com/rust-lang/crates.io-index"
20007checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
20008
20009[[package]]
20010name = "xim-ctext"
20011version = "0.3.0"
20012source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20013dependencies = [
20014 "encoding_rs",
20015]
20016
20017[[package]]
20018name = "xim-parser"
20019version = "0.2.1"
20020source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20021dependencies = [
20022 "bitflags 2.9.0",
20023]
20024
20025[[package]]
20026name = "xkbcommon"
20027version = "0.8.0"
20028source = "registry+https://github.com/rust-lang/crates.io-index"
20029checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20030dependencies = [
20031 "as-raw-xcb-connection",
20032 "libc",
20033 "memmap2",
20034 "xkeysym",
20035]
20036
20037[[package]]
20038name = "xkeysym"
20039version = "0.2.1"
20040source = "registry+https://github.com/rust-lang/crates.io-index"
20041checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20042
20043[[package]]
20044name = "xml5ever"
20045version = "0.18.1"
20046source = "registry+https://github.com/rust-lang/crates.io-index"
20047checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20048dependencies = [
20049 "log",
20050 "mac",
20051 "markup5ever 0.12.1",
20052]
20053
20054[[package]]
20055name = "xmlparser"
20056version = "0.13.6"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20059
20060[[package]]
20061name = "xmlwriter"
20062version = "0.1.0"
20063source = "registry+https://github.com/rust-lang/crates.io-index"
20064checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20065
20066[[package]]
20067name = "xtask"
20068version = "0.1.0"
20069dependencies = [
20070 "anyhow",
20071 "cargo_metadata",
20072 "cargo_toml",
20073 "clap",
20074 "indoc",
20075 "toml 0.8.20",
20076 "toml_edit",
20077 "workspace-hack",
20078]
20079
20080[[package]]
20081name = "yaml-rust2"
20082version = "0.8.1"
20083source = "registry+https://github.com/rust-lang/crates.io-index"
20084checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20085dependencies = [
20086 "arraydeque",
20087 "encoding_rs",
20088 "hashlink 0.8.4",
20089]
20090
20091[[package]]
20092name = "yansi"
20093version = "1.0.1"
20094source = "registry+https://github.com/rust-lang/crates.io-index"
20095checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20096
20097[[package]]
20098name = "yawc"
20099version = "0.2.5"
20100source = "registry+https://github.com/rust-lang/crates.io-index"
20101checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20102dependencies = [
20103 "base64 0.22.1",
20104 "bytes 1.10.1",
20105 "flate2",
20106 "futures 0.3.31",
20107 "http-body-util",
20108 "hyper 1.6.0",
20109 "hyper-util",
20110 "js-sys",
20111 "nom 8.0.0",
20112 "pin-project",
20113 "rand 0.8.5",
20114 "sha1",
20115 "thiserror 1.0.69",
20116 "tokio",
20117 "tokio-rustls 0.26.2",
20118 "tokio-util",
20119 "url",
20120 "wasm-bindgen",
20121 "wasm-bindgen-futures",
20122 "web-sys",
20123 "webpki-roots",
20124]
20125
20126[[package]]
20127name = "yazi"
20128version = "0.2.1"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20131
20132[[package]]
20133name = "yeslogic-fontconfig-sys"
20134version = "6.0.0"
20135source = "registry+https://github.com/rust-lang/crates.io-index"
20136checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20137dependencies = [
20138 "dlib",
20139 "once_cell",
20140 "pkg-config",
20141]
20142
20143[[package]]
20144name = "yoke"
20145version = "0.7.5"
20146source = "registry+https://github.com/rust-lang/crates.io-index"
20147checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20148dependencies = [
20149 "serde",
20150 "stable_deref_trait",
20151 "yoke-derive",
20152 "zerofrom",
20153]
20154
20155[[package]]
20156name = "yoke-derive"
20157version = "0.7.5"
20158source = "registry+https://github.com/rust-lang/crates.io-index"
20159checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20160dependencies = [
20161 "proc-macro2",
20162 "quote",
20163 "syn 2.0.101",
20164 "synstructure",
20165]
20166
20167[[package]]
20168name = "zbus"
20169version = "5.11.0"
20170source = "registry+https://github.com/rust-lang/crates.io-index"
20171checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20172dependencies = [
20173 "async-broadcast",
20174 "async-executor",
20175 "async-io",
20176 "async-lock 3.4.1",
20177 "async-process",
20178 "async-recursion",
20179 "async-task",
20180 "async-trait",
20181 "blocking",
20182 "enumflags2",
20183 "event-listener 5.4.0",
20184 "futures-core",
20185 "futures-lite 2.6.0",
20186 "hex",
20187 "nix 0.30.1",
20188 "ordered-stream",
20189 "serde",
20190 "serde_repr",
20191 "tracing",
20192 "uds_windows",
20193 "windows-sys 0.60.2",
20194 "winnow",
20195 "zbus_macros",
20196 "zbus_names",
20197 "zvariant",
20198]
20199
20200[[package]]
20201name = "zbus_macros"
20202version = "5.11.0"
20203source = "registry+https://github.com/rust-lang/crates.io-index"
20204checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
20205dependencies = [
20206 "proc-macro-crate",
20207 "proc-macro2",
20208 "quote",
20209 "syn 2.0.101",
20210 "zbus_names",
20211 "zvariant",
20212 "zvariant_utils",
20213]
20214
20215[[package]]
20216name = "zbus_names"
20217version = "4.2.0"
20218source = "registry+https://github.com/rust-lang/crates.io-index"
20219checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20220dependencies = [
20221 "serde",
20222 "static_assertions",
20223 "winnow",
20224 "zvariant",
20225]
20226
20227[[package]]
20228name = "zed"
20229version = "0.209.0"
20230dependencies = [
20231 "acp_tools",
20232 "activity_indicator",
20233 "agent",
20234 "agent_settings",
20235 "agent_ui",
20236 "anyhow",
20237 "ashpd 0.11.0",
20238 "askpass",
20239 "assets",
20240 "assistant_tools",
20241 "audio",
20242 "auto_update",
20243 "auto_update_ui",
20244 "backtrace",
20245 "bincode",
20246 "breadcrumbs",
20247 "call",
20248 "channel",
20249 "clap",
20250 "cli",
20251 "client",
20252 "codestral",
20253 "collab_ui",
20254 "collections",
20255 "command_palette",
20256 "component",
20257 "copilot",
20258 "crashes",
20259 "dap",
20260 "dap_adapters",
20261 "db",
20262 "debug_adapter_extension",
20263 "debugger_tools",
20264 "debugger_ui",
20265 "diagnostics",
20266 "edit_prediction_button",
20267 "editor",
20268 "env_logger 0.11.8",
20269 "extension",
20270 "extension_host",
20271 "extensions_ui",
20272 "feature_flags",
20273 "feedback",
20274 "file_finder",
20275 "fs",
20276 "futures 0.3.31",
20277 "git",
20278 "git_hosting_providers",
20279 "git_ui",
20280 "go_to_line",
20281 "gpui",
20282 "gpui_tokio",
20283 "http_client",
20284 "image_viewer",
20285 "inspector_ui",
20286 "install_cli",
20287 "itertools 0.14.0",
20288 "journal",
20289 "json_schema_store",
20290 "keymap_editor",
20291 "language",
20292 "language_extension",
20293 "language_model",
20294 "language_models",
20295 "language_onboarding",
20296 "language_selector",
20297 "language_tools",
20298 "languages",
20299 "line_ending_selector",
20300 "log",
20301 "markdown",
20302 "markdown_preview",
20303 "menu",
20304 "migrator",
20305 "mimalloc",
20306 "nc",
20307 "nix 0.29.0",
20308 "node_runtime",
20309 "notifications",
20310 "onboarding",
20311 "outline",
20312 "outline_panel",
20313 "parking_lot",
20314 "paths",
20315 "picker",
20316 "pretty_assertions",
20317 "profiling",
20318 "project",
20319 "project_panel",
20320 "project_symbols",
20321 "prompt_store",
20322 "proto",
20323 "recent_projects",
20324 "release_channel",
20325 "remote",
20326 "repl",
20327 "reqwest_client",
20328 "rope",
20329 "search",
20330 "serde",
20331 "serde_json",
20332 "session",
20333 "settings",
20334 "settings_profile_selector",
20335 "settings_ui",
20336 "shellexpand 2.1.2",
20337 "smol",
20338 "snippet_provider",
20339 "snippets_ui",
20340 "supermaven",
20341 "svg_preview",
20342 "sysinfo 0.37.2",
20343 "system_specs",
20344 "tab_switcher",
20345 "task",
20346 "tasks_ui",
20347 "telemetry",
20348 "telemetry_events",
20349 "terminal_view",
20350 "theme",
20351 "theme_extension",
20352 "theme_selector",
20353 "time",
20354 "title_bar",
20355 "toolchain_selector",
20356 "tree-sitter-md",
20357 "tree-sitter-rust",
20358 "ui",
20359 "ui_input",
20360 "ui_prompt",
20361 "url",
20362 "urlencoding",
20363 "util",
20364 "uuid",
20365 "vim",
20366 "vim_mode_setting",
20367 "watch",
20368 "web_search",
20369 "web_search_providers",
20370 "windows 0.61.1",
20371 "winresource",
20372 "workspace",
20373 "workspace-hack",
20374 "zed-reqwest",
20375 "zed_actions",
20376 "zed_env_vars",
20377 "zeta",
20378 "zeta2",
20379 "zeta2_tools",
20380 "zlog",
20381 "zlog_settings",
20382]
20383
20384[[package]]
20385name = "zed-font-kit"
20386version = "0.14.1-zed"
20387source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
20388dependencies = [
20389 "bitflags 2.9.0",
20390 "byteorder",
20391 "core-foundation 0.10.0",
20392 "core-graphics 0.24.0",
20393 "core-text",
20394 "dirs 5.0.1",
20395 "dwrote",
20396 "float-ord",
20397 "freetype-sys",
20398 "lazy_static",
20399 "libc",
20400 "log",
20401 "pathfinder_geometry",
20402 "pathfinder_simd",
20403 "walkdir",
20404 "winapi",
20405 "yeslogic-fontconfig-sys",
20406]
20407
20408[[package]]
20409name = "zed-reqwest"
20410version = "0.12.15-zed"
20411source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
20412dependencies = [
20413 "base64 0.22.1",
20414 "bytes 1.10.1",
20415 "encoding_rs",
20416 "futures-core",
20417 "futures-util",
20418 "h2 0.4.9",
20419 "http 1.3.1",
20420 "http-body 1.0.1",
20421 "http-body-util",
20422 "hyper 1.6.0",
20423 "hyper-rustls 0.27.5",
20424 "hyper-util",
20425 "ipnet",
20426 "js-sys",
20427 "log",
20428 "mime",
20429 "mime_guess",
20430 "once_cell",
20431 "percent-encoding",
20432 "pin-project-lite",
20433 "quinn",
20434 "rustls 0.23.26",
20435 "rustls-native-certs 0.8.1",
20436 "rustls-pemfile 2.2.0",
20437 "rustls-pki-types",
20438 "serde",
20439 "serde_json",
20440 "serde_urlencoded",
20441 "sync_wrapper 1.0.2",
20442 "system-configuration 0.6.1",
20443 "tokio",
20444 "tokio-rustls 0.26.2",
20445 "tokio-socks",
20446 "tokio-util",
20447 "tower 0.5.2",
20448 "tower-service",
20449 "url",
20450 "wasm-bindgen",
20451 "wasm-bindgen-futures",
20452 "wasm-streams",
20453 "web-sys",
20454 "windows-registry 0.4.0",
20455]
20456
20457[[package]]
20458name = "zed-scap"
20459version = "0.0.8-zed"
20460source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
20461dependencies = [
20462 "anyhow",
20463 "cocoa 0.25.0",
20464 "core-graphics-helmer-fork",
20465 "log",
20466 "objc",
20467 "rand 0.8.5",
20468 "screencapturekit",
20469 "screencapturekit-sys",
20470 "sysinfo 0.31.4",
20471 "tao-core-video-sys",
20472 "windows 0.61.1",
20473 "windows-capture",
20474 "x11",
20475 "xcb",
20476]
20477
20478[[package]]
20479name = "zed-xim"
20480version = "0.4.0-zed"
20481source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20482dependencies = [
20483 "ahash 0.8.11",
20484 "hashbrown 0.14.5",
20485 "log",
20486 "x11rb",
20487 "xim-ctext",
20488 "xim-parser",
20489]
20490
20491[[package]]
20492name = "zed_actions"
20493version = "0.1.0"
20494dependencies = [
20495 "gpui",
20496 "schemars 1.0.1",
20497 "serde",
20498 "uuid",
20499 "workspace-hack",
20500]
20501
20502[[package]]
20503name = "zed_env_vars"
20504version = "0.1.0"
20505dependencies = [
20506 "gpui",
20507 "workspace-hack",
20508]
20509
20510[[package]]
20511name = "zed_extension_api"
20512version = "0.1.0"
20513source = "registry+https://github.com/rust-lang/crates.io-index"
20514checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
20515dependencies = [
20516 "serde",
20517 "serde_json",
20518 "wit-bindgen 0.22.0",
20519]
20520
20521[[package]]
20522name = "zed_extension_api"
20523version = "0.7.0"
20524dependencies = [
20525 "serde",
20526 "serde_json",
20527 "wit-bindgen 0.41.0",
20528]
20529
20530[[package]]
20531name = "zed_extension_api"
20532version = "0.7.0"
20533source = "registry+https://github.com/rust-lang/crates.io-index"
20534checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
20535dependencies = [
20536 "serde",
20537 "serde_json",
20538 "wit-bindgen 0.41.0",
20539]
20540
20541[[package]]
20542name = "zed_glsl"
20543version = "0.1.0"
20544dependencies = [
20545 "zed_extension_api 0.1.0",
20546]
20547
20548[[package]]
20549name = "zed_html"
20550version = "0.2.3"
20551dependencies = [
20552 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
20553]
20554
20555[[package]]
20556name = "zed_proto"
20557version = "0.2.2"
20558dependencies = [
20559 "zed_extension_api 0.1.0",
20560]
20561
20562[[package]]
20563name = "zed_test_extension"
20564version = "0.1.0"
20565dependencies = [
20566 "zed_extension_api 0.7.0",
20567]
20568
20569[[package]]
20570name = "zeno"
20571version = "0.3.2"
20572source = "registry+https://github.com/rust-lang/crates.io-index"
20573checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
20574
20575[[package]]
20576name = "zerocopy"
20577version = "0.7.35"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
20580dependencies = [
20581 "zerocopy-derive 0.7.35",
20582]
20583
20584[[package]]
20585name = "zerocopy"
20586version = "0.8.24"
20587source = "registry+https://github.com/rust-lang/crates.io-index"
20588checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
20589dependencies = [
20590 "zerocopy-derive 0.8.24",
20591]
20592
20593[[package]]
20594name = "zerocopy-derive"
20595version = "0.7.35"
20596source = "registry+https://github.com/rust-lang/crates.io-index"
20597checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
20598dependencies = [
20599 "proc-macro2",
20600 "quote",
20601 "syn 2.0.101",
20602]
20603
20604[[package]]
20605name = "zerocopy-derive"
20606version = "0.8.24"
20607source = "registry+https://github.com/rust-lang/crates.io-index"
20608checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20609dependencies = [
20610 "proc-macro2",
20611 "quote",
20612 "syn 2.0.101",
20613]
20614
20615[[package]]
20616name = "zerofrom"
20617version = "0.1.6"
20618source = "registry+https://github.com/rust-lang/crates.io-index"
20619checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20620dependencies = [
20621 "zerofrom-derive",
20622]
20623
20624[[package]]
20625name = "zerofrom-derive"
20626version = "0.1.6"
20627source = "registry+https://github.com/rust-lang/crates.io-index"
20628checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20629dependencies = [
20630 "proc-macro2",
20631 "quote",
20632 "syn 2.0.101",
20633 "synstructure",
20634]
20635
20636[[package]]
20637name = "zeroize"
20638version = "1.8.1"
20639source = "registry+https://github.com/rust-lang/crates.io-index"
20640checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20641dependencies = [
20642 "zeroize_derive",
20643]
20644
20645[[package]]
20646name = "zeroize_derive"
20647version = "1.4.2"
20648source = "registry+https://github.com/rust-lang/crates.io-index"
20649checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20650dependencies = [
20651 "proc-macro2",
20652 "quote",
20653 "syn 2.0.101",
20654]
20655
20656[[package]]
20657name = "zeromq"
20658version = "0.5.0-pre"
20659source = "registry+https://github.com/rust-lang/crates.io-index"
20660checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20661dependencies = [
20662 "async-dispatcher",
20663 "async-std",
20664 "async-trait",
20665 "asynchronous-codec",
20666 "bytes 1.10.1",
20667 "crossbeam-queue",
20668 "dashmap 5.5.3",
20669 "futures 0.3.31",
20670 "log",
20671 "num-traits",
20672 "once_cell",
20673 "parking_lot",
20674 "rand 0.8.5",
20675 "regex",
20676 "thiserror 1.0.69",
20677 "uuid",
20678]
20679
20680[[package]]
20681name = "zerovec"
20682version = "0.10.4"
20683source = "registry+https://github.com/rust-lang/crates.io-index"
20684checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20685dependencies = [
20686 "yoke",
20687 "zerofrom",
20688 "zerovec-derive",
20689]
20690
20691[[package]]
20692name = "zerovec-derive"
20693version = "0.10.3"
20694source = "registry+https://github.com/rust-lang/crates.io-index"
20695checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20696dependencies = [
20697 "proc-macro2",
20698 "quote",
20699 "syn 2.0.101",
20700]
20701
20702[[package]]
20703name = "zeta"
20704version = "0.1.0"
20705dependencies = [
20706 "ai_onboarding",
20707 "anyhow",
20708 "arrayvec",
20709 "call",
20710 "client",
20711 "clock",
20712 "cloud_api_types",
20713 "cloud_llm_client",
20714 "collections",
20715 "command_palette_hooks",
20716 "copilot",
20717 "ctor",
20718 "db",
20719 "edit_prediction",
20720 "editor",
20721 "feature_flags",
20722 "fs",
20723 "futures 0.3.31",
20724 "gpui",
20725 "http_client",
20726 "indoc",
20727 "itertools 0.14.0",
20728 "language",
20729 "language_model",
20730 "log",
20731 "menu",
20732 "parking_lot",
20733 "postage",
20734 "project",
20735 "rand 0.9.1",
20736 "regex",
20737 "release_channel",
20738 "reqwest_client",
20739 "rpc",
20740 "serde",
20741 "serde_json",
20742 "settings",
20743 "strum 0.27.1",
20744 "telemetry",
20745 "telemetry_events",
20746 "theme",
20747 "thiserror 2.0.12",
20748 "tree-sitter-go",
20749 "tree-sitter-rust",
20750 "ui",
20751 "util",
20752 "uuid",
20753 "workspace",
20754 "workspace-hack",
20755 "worktree",
20756 "zed_actions",
20757 "zlog",
20758]
20759
20760[[package]]
20761name = "zeta2"
20762version = "0.1.0"
20763dependencies = [
20764 "anyhow",
20765 "arrayvec",
20766 "chrono",
20767 "client",
20768 "clock",
20769 "cloud_llm_client",
20770 "cloud_zeta2_prompt",
20771 "edit_prediction",
20772 "edit_prediction_context",
20773 "futures 0.3.31",
20774 "gpui",
20775 "indoc",
20776 "language",
20777 "language_model",
20778 "log",
20779 "lsp",
20780 "pretty_assertions",
20781 "project",
20782 "release_channel",
20783 "serde_json",
20784 "settings",
20785 "thiserror 2.0.12",
20786 "util",
20787 "uuid",
20788 "workspace",
20789 "workspace-hack",
20790 "worktree",
20791]
20792
20793[[package]]
20794name = "zeta2_tools"
20795version = "0.1.0"
20796dependencies = [
20797 "chrono",
20798 "clap",
20799 "client",
20800 "cloud_llm_client",
20801 "collections",
20802 "edit_prediction_context",
20803 "editor",
20804 "futures 0.3.31",
20805 "gpui",
20806 "indoc",
20807 "language",
20808 "log",
20809 "multi_buffer",
20810 "ordered-float 2.10.1",
20811 "pretty_assertions",
20812 "project",
20813 "serde",
20814 "serde_json",
20815 "settings",
20816 "text",
20817 "ui",
20818 "ui_input",
20819 "util",
20820 "workspace",
20821 "workspace-hack",
20822 "zeta2",
20823 "zlog",
20824]
20825
20826[[package]]
20827name = "zeta_cli"
20828version = "0.1.0"
20829dependencies = [
20830 "anyhow",
20831 "clap",
20832 "client",
20833 "cloud_llm_client",
20834 "cloud_zeta2_prompt",
20835 "collections",
20836 "debug_adapter_extension",
20837 "edit_prediction_context",
20838 "extension",
20839 "fs",
20840 "futures 0.3.31",
20841 "gpui",
20842 "gpui_tokio",
20843 "language",
20844 "language_extension",
20845 "language_model",
20846 "language_models",
20847 "languages",
20848 "log",
20849 "node_runtime",
20850 "ordered-float 2.10.1",
20851 "paths",
20852 "project",
20853 "prompt_store",
20854 "release_channel",
20855 "reqwest_client",
20856 "serde",
20857 "serde_json",
20858 "settings",
20859 "shellexpand 2.1.2",
20860 "smol",
20861 "terminal_view",
20862 "util",
20863 "watch",
20864 "workspace-hack",
20865 "zeta",
20866 "zeta2",
20867 "zlog",
20868]
20869
20870[[package]]
20871name = "zip"
20872version = "0.6.6"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20875dependencies = [
20876 "aes",
20877 "byteorder",
20878 "bzip2",
20879 "constant_time_eq",
20880 "crc32fast",
20881 "crossbeam-utils",
20882 "flate2",
20883 "hmac",
20884 "pbkdf2 0.11.0",
20885 "sha1",
20886 "time",
20887 "zstd",
20888]
20889
20890[[package]]
20891name = "zip"
20892version = "1.1.4"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
20895dependencies = [
20896 "arbitrary",
20897 "crc32fast",
20898 "crossbeam-utils",
20899 "displaydoc",
20900 "indexmap 2.9.0",
20901 "num_enum",
20902 "thiserror 1.0.69",
20903]
20904
20905[[package]]
20906name = "zlog"
20907version = "0.1.0"
20908dependencies = [
20909 "anyhow",
20910 "chrono",
20911 "collections",
20912 "log",
20913 "tempfile",
20914 "workspace-hack",
20915]
20916
20917[[package]]
20918name = "zlog_settings"
20919version = "0.1.0"
20920dependencies = [
20921 "collections",
20922 "gpui",
20923 "settings",
20924 "workspace-hack",
20925 "zlog",
20926]
20927
20928[[package]]
20929name = "zstd"
20930version = "0.11.2+zstd.1.5.2"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20933dependencies = [
20934 "zstd-safe",
20935]
20936
20937[[package]]
20938name = "zstd-safe"
20939version = "5.0.2+zstd.1.5.2"
20940source = "registry+https://github.com/rust-lang/crates.io-index"
20941checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20942dependencies = [
20943 "libc",
20944 "zstd-sys",
20945]
20946
20947[[package]]
20948name = "zstd-sys"
20949version = "2.0.15+zstd.1.5.7"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20952dependencies = [
20953 "cc",
20954 "pkg-config",
20955]
20956
20957[[package]]
20958name = "zune-core"
20959version = "0.4.12"
20960source = "registry+https://github.com/rust-lang/crates.io-index"
20961checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20962
20963[[package]]
20964name = "zune-inflate"
20965version = "0.2.54"
20966source = "registry+https://github.com/rust-lang/crates.io-index"
20967checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20968dependencies = [
20969 "simd-adler32",
20970]
20971
20972[[package]]
20973name = "zune-jpeg"
20974version = "0.4.14"
20975source = "registry+https://github.com/rust-lang/crates.io-index"
20976checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20977dependencies = [
20978 "zune-core",
20979]
20980
20981[[package]]
20982name = "zvariant"
20983version = "5.7.0"
20984source = "registry+https://github.com/rust-lang/crates.io-index"
20985checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
20986dependencies = [
20987 "endi",
20988 "enumflags2",
20989 "serde",
20990 "url",
20991 "winnow",
20992 "zvariant_derive",
20993 "zvariant_utils",
20994]
20995
20996[[package]]
20997name = "zvariant_derive"
20998version = "5.7.0"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
21001dependencies = [
21002 "proc-macro-crate",
21003 "proc-macro2",
21004 "quote",
21005 "syn 2.0.101",
21006 "zvariant_utils",
21007]
21008
21009[[package]]
21010name = "zvariant_utils"
21011version = "3.2.0"
21012source = "registry+https://github.com/rust-lang/crates.io-index"
21013checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
21014dependencies = [
21015 "proc-macro2",
21016 "quote",
21017 "serde",
21018 "static_assertions",
21019 "syn 2.0.101",
21020 "winnow",
21021]