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 "acp_thread",
144 "action_log",
145 "agent-client-protocol",
146 "agent_servers",
147 "agent_settings",
148 "anyhow",
149 "assistant_context",
150 "chrono",
151 "client",
152 "clock",
153 "cloud_llm_client",
154 "collections",
155 "context_server",
156 "ctor",
157 "db",
158 "derive_more",
159 "editor",
160 "env_logger 0.11.8",
161 "fs",
162 "futures 0.3.31",
163 "git",
164 "gpui",
165 "gpui_tokio",
166 "handlebars 4.5.0",
167 "html_to_markdown",
168 "http_client",
169 "indoc",
170 "itertools 0.14.0",
171 "language",
172 "language_model",
173 "language_models",
174 "log",
175 "lsp",
176 "open",
177 "parking_lot",
178 "paths",
179 "pretty_assertions",
180 "project",
181 "prompt_store",
182 "rand 0.9.1",
183 "regex",
184 "reqwest_client",
185 "rust-embed",
186 "schemars 1.0.1",
187 "serde",
188 "serde_json",
189 "settings",
190 "smallvec",
191 "smol",
192 "sqlez",
193 "streaming_diff",
194 "strsim",
195 "task",
196 "telemetry",
197 "tempfile",
198 "terminal",
199 "text",
200 "theme",
201 "thiserror 2.0.12",
202 "tree-sitter-rust",
203 "ui",
204 "unindent",
205 "util",
206 "uuid",
207 "watch",
208 "web_search",
209 "workspace-hack",
210 "worktree",
211 "zed_env_vars",
212 "zlog",
213 "zstd 0.11.2+zstd.1.5.2",
214]
215
216[[package]]
217name = "agent-client-protocol"
218version = "0.4.3"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "3aaa2bd05a2401887945f8bfd70026e90bc3cf96c62ab9eba2779835bf21dc60"
221dependencies = [
222 "anyhow",
223 "async-broadcast",
224 "async-trait",
225 "futures 0.3.31",
226 "log",
227 "parking_lot",
228 "schemars 1.0.1",
229 "serde",
230 "serde_json",
231]
232
233[[package]]
234name = "agent_servers"
235version = "0.1.0"
236dependencies = [
237 "acp_thread",
238 "acp_tools",
239 "action_log",
240 "agent-client-protocol",
241 "agent_settings",
242 "anyhow",
243 "async-trait",
244 "client",
245 "collections",
246 "env_logger 0.11.8",
247 "fs",
248 "futures 0.3.31",
249 "gpui",
250 "gpui_tokio",
251 "http_client",
252 "indoc",
253 "language",
254 "language_model",
255 "language_models",
256 "libc",
257 "log",
258 "nix 0.29.0",
259 "project",
260 "reqwest_client",
261 "serde",
262 "serde_json",
263 "settings",
264 "smol",
265 "task",
266 "tempfile",
267 "terminal",
268 "thiserror 2.0.12",
269 "ui",
270 "util",
271 "uuid",
272 "watch",
273 "workspace-hack",
274]
275
276[[package]]
277name = "agent_settings"
278version = "0.1.0"
279dependencies = [
280 "anyhow",
281 "cloud_llm_client",
282 "collections",
283 "convert_case 0.8.0",
284 "fs",
285 "gpui",
286 "language_model",
287 "paths",
288 "project",
289 "schemars 1.0.1",
290 "serde",
291 "serde_json",
292 "serde_json_lenient",
293 "settings",
294 "util",
295 "workspace-hack",
296]
297
298[[package]]
299name = "agent_ui"
300version = "0.1.0"
301dependencies = [
302 "acp_thread",
303 "action_log",
304 "agent",
305 "agent-client-protocol",
306 "agent_servers",
307 "agent_settings",
308 "ai_onboarding",
309 "anyhow",
310 "arrayvec",
311 "assistant_context",
312 "assistant_slash_command",
313 "assistant_slash_commands",
314 "audio",
315 "buffer_diff",
316 "chrono",
317 "client",
318 "cloud_llm_client",
319 "collections",
320 "command_palette_hooks",
321 "component",
322 "context_server",
323 "db",
324 "editor",
325 "extension",
326 "extension_host",
327 "feature_flags",
328 "file_icons",
329 "fs",
330 "futures 0.3.31",
331 "fuzzy",
332 "gpui",
333 "html_to_markdown",
334 "http_client",
335 "indoc",
336 "itertools 0.14.0",
337 "jsonschema",
338 "language",
339 "language_model",
340 "language_models",
341 "languages",
342 "log",
343 "lsp",
344 "markdown",
345 "menu",
346 "multi_buffer",
347 "notifications",
348 "ordered-float 2.10.1",
349 "parking_lot",
350 "paths",
351 "picker",
352 "postage",
353 "pretty_assertions",
354 "project",
355 "prompt_store",
356 "proto",
357 "rand 0.9.1",
358 "ref-cast",
359 "release_channel",
360 "rope",
361 "rules_library",
362 "schemars 1.0.1",
363 "search",
364 "serde",
365 "serde_json",
366 "serde_json_lenient",
367 "settings",
368 "smol",
369 "streaming_diff",
370 "task",
371 "telemetry",
372 "telemetry_events",
373 "terminal",
374 "terminal_view",
375 "text",
376 "theme",
377 "time",
378 "time_format",
379 "tree-sitter-md",
380 "ui",
381 "ui_input",
382 "unindent",
383 "url",
384 "urlencoding",
385 "util",
386 "watch",
387 "workspace",
388 "workspace-hack",
389 "zed_actions",
390]
391
392[[package]]
393name = "ahash"
394version = "0.7.8"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
397dependencies = [
398 "getrandom 0.2.15",
399 "once_cell",
400 "version_check",
401]
402
403[[package]]
404name = "ahash"
405version = "0.8.11"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
408dependencies = [
409 "cfg-if",
410 "const-random",
411 "getrandom 0.2.15",
412 "once_cell",
413 "serde",
414 "version_check",
415 "zerocopy 0.7.35",
416]
417
418[[package]]
419name = "aho-corasick"
420version = "1.1.3"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
423dependencies = [
424 "memchr",
425]
426
427[[package]]
428name = "ai_onboarding"
429version = "0.1.0"
430dependencies = [
431 "client",
432 "cloud_llm_client",
433 "component",
434 "gpui",
435 "language_model",
436 "serde",
437 "smallvec",
438 "telemetry",
439 "ui",
440 "workspace-hack",
441 "zed_actions",
442]
443
444[[package]]
445name = "alacritty_terminal"
446version = "0.25.1-rc1"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
449dependencies = [
450 "base64 0.22.1",
451 "bitflags 2.9.0",
452 "home",
453 "libc",
454 "log",
455 "miow",
456 "parking_lot",
457 "piper",
458 "polling",
459 "regex-automata",
460 "rustix 1.0.7",
461 "rustix-openpty",
462 "serde",
463 "signal-hook",
464 "unicode-width",
465 "vte",
466 "windows-sys 0.59.0",
467]
468
469[[package]]
470name = "aliasable"
471version = "0.1.3"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
474
475[[package]]
476name = "aligned-vec"
477version = "0.5.0"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
480
481[[package]]
482name = "alloc-no-stdlib"
483version = "2.0.4"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
486
487[[package]]
488name = "alloc-stdlib"
489version = "0.2.2"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
492dependencies = [
493 "alloc-no-stdlib",
494]
495
496[[package]]
497name = "allocator-api2"
498version = "0.2.21"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
501
502[[package]]
503name = "alsa"
504version = "0.9.1"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
507dependencies = [
508 "alsa-sys",
509 "bitflags 2.9.0",
510 "cfg-if",
511 "libc",
512]
513
514[[package]]
515name = "alsa-sys"
516version = "0.3.1"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
519dependencies = [
520 "libc",
521 "pkg-config",
522]
523
524[[package]]
525name = "ambient-authority"
526version = "0.0.2"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
529
530[[package]]
531name = "ammonia"
532version = "4.1.2"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
535dependencies = [
536 "cssparser",
537 "html5ever 0.35.0",
538 "maplit",
539 "tendril",
540 "url",
541]
542
543[[package]]
544name = "android-tzdata"
545version = "0.1.1"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
548
549[[package]]
550name = "android_system_properties"
551version = "0.1.5"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
554dependencies = [
555 "libc",
556]
557
558[[package]]
559name = "anes"
560version = "0.1.6"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
563
564[[package]]
565name = "anstream"
566version = "0.6.18"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
569dependencies = [
570 "anstyle",
571 "anstyle-parse",
572 "anstyle-query",
573 "anstyle-wincon",
574 "colorchoice",
575 "is_terminal_polyfill",
576 "utf8parse",
577]
578
579[[package]]
580name = "anstyle"
581version = "1.0.10"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
584
585[[package]]
586name = "anstyle-parse"
587version = "0.2.6"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
590dependencies = [
591 "utf8parse",
592]
593
594[[package]]
595name = "anstyle-query"
596version = "1.1.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
599dependencies = [
600 "windows-sys 0.59.0",
601]
602
603[[package]]
604name = "anstyle-wincon"
605version = "3.0.7"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
608dependencies = [
609 "anstyle",
610 "once_cell",
611 "windows-sys 0.59.0",
612]
613
614[[package]]
615name = "anthropic"
616version = "0.1.0"
617dependencies = [
618 "anyhow",
619 "chrono",
620 "futures 0.3.31",
621 "http_client",
622 "schemars 1.0.1",
623 "serde",
624 "serde_json",
625 "settings",
626 "strum 0.27.2",
627 "thiserror 2.0.12",
628 "workspace-hack",
629]
630
631[[package]]
632name = "any_vec"
633version = "0.14.0"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
636
637[[package]]
638name = "anyhow"
639version = "1.0.98"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
642
643[[package]]
644name = "approx"
645version = "0.5.1"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
648dependencies = [
649 "num-traits",
650]
651
652[[package]]
653name = "arbitrary"
654version = "1.4.1"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
657dependencies = [
658 "derive_arbitrary",
659]
660
661[[package]]
662name = "arg_enum_proc_macro"
663version = "0.3.4"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
666dependencies = [
667 "proc-macro2",
668 "quote",
669 "syn 2.0.101",
670]
671
672[[package]]
673name = "argminmax"
674version = "0.6.3"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "70f13d10a41ac8d2ec79ee34178d61e6f47a29c2edfe7ef1721c7383b0359e65"
677dependencies = [
678 "num-traits",
679]
680
681[[package]]
682name = "array-init-cursor"
683version = "0.2.1"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "ed51fe0f224d1d4ea768be38c51f9f831dee9d05c163c11fba0b8c44387b1fc3"
686
687[[package]]
688name = "arraydeque"
689version = "0.5.1"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
692
693[[package]]
694name = "arrayref"
695version = "0.3.9"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
698
699[[package]]
700name = "arrayvec"
701version = "0.7.6"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
704dependencies = [
705 "serde",
706]
707
708[[package]]
709name = "as-raw-xcb-connection"
710version = "1.0.1"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
713
714[[package]]
715name = "ascii"
716version = "1.1.0"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
719
720[[package]]
721name = "ash"
722version = "0.38.0+1.3.281"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
725dependencies = [
726 "libloading",
727]
728
729[[package]]
730name = "ash-window"
731version = "0.13.0"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
734dependencies = [
735 "ash",
736 "raw-window-handle",
737 "raw-window-metal",
738]
739
740[[package]]
741name = "ashpd"
742version = "0.11.0"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
745dependencies = [
746 "async-fs",
747 "async-net",
748 "enumflags2",
749 "futures-channel",
750 "futures-util",
751 "rand 0.9.1",
752 "serde",
753 "serde_repr",
754 "url",
755 "wayland-backend",
756 "wayland-client",
757 "wayland-protocols 0.32.6",
758 "zbus",
759]
760
761[[package]]
762name = "ashpd"
763version = "0.12.0"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
766dependencies = [
767 "async-fs",
768 "async-net",
769 "enumflags2",
770 "futures-channel",
771 "futures-util",
772 "rand 0.9.1",
773 "serde",
774 "serde_repr",
775 "url",
776 "zbus",
777]
778
779[[package]]
780name = "askpass"
781version = "0.1.0"
782dependencies = [
783 "anyhow",
784 "futures 0.3.31",
785 "gpui",
786 "log",
787 "net",
788 "smol",
789 "tempfile",
790 "util",
791 "windows 0.61.1",
792 "workspace-hack",
793 "zeroize",
794]
795
796[[package]]
797name = "assets"
798version = "0.1.0"
799dependencies = [
800 "anyhow",
801 "gpui",
802 "rust-embed",
803 "workspace-hack",
804]
805
806[[package]]
807name = "assistant_context"
808version = "0.1.0"
809dependencies = [
810 "agent_settings",
811 "anyhow",
812 "assistant_slash_command",
813 "assistant_slash_commands",
814 "chrono",
815 "client",
816 "clock",
817 "cloud_llm_client",
818 "collections",
819 "context_server",
820 "fs",
821 "futures 0.3.31",
822 "fuzzy",
823 "gpui",
824 "indoc",
825 "language",
826 "language_model",
827 "log",
828 "open_ai",
829 "parking_lot",
830 "paths",
831 "pretty_assertions",
832 "project",
833 "prompt_store",
834 "proto",
835 "rand 0.9.1",
836 "regex",
837 "rpc",
838 "serde",
839 "serde_json",
840 "settings",
841 "smallvec",
842 "smol",
843 "telemetry_events",
844 "text",
845 "ui",
846 "unindent",
847 "util",
848 "uuid",
849 "workspace",
850 "workspace-hack",
851 "zed_env_vars",
852]
853
854[[package]]
855name = "assistant_slash_command"
856version = "0.1.0"
857dependencies = [
858 "anyhow",
859 "async-trait",
860 "collections",
861 "derive_more",
862 "extension",
863 "futures 0.3.31",
864 "gpui",
865 "language",
866 "language_model",
867 "parking_lot",
868 "pretty_assertions",
869 "serde",
870 "serde_json",
871 "ui",
872 "util",
873 "workspace",
874 "workspace-hack",
875]
876
877[[package]]
878name = "assistant_slash_commands"
879version = "0.1.0"
880dependencies = [
881 "anyhow",
882 "assistant_slash_command",
883 "chrono",
884 "collections",
885 "context_server",
886 "editor",
887 "feature_flags",
888 "fs",
889 "futures 0.3.31",
890 "fuzzy",
891 "globset",
892 "gpui",
893 "html_to_markdown",
894 "http_client",
895 "language",
896 "pretty_assertions",
897 "project",
898 "prompt_store",
899 "rope",
900 "serde",
901 "serde_json",
902 "settings",
903 "smol",
904 "text",
905 "ui",
906 "util",
907 "workspace",
908 "workspace-hack",
909 "worktree",
910 "zlog",
911]
912
913[[package]]
914name = "async-attributes"
915version = "1.1.2"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
918dependencies = [
919 "quote",
920 "syn 1.0.109",
921]
922
923[[package]]
924name = "async-broadcast"
925version = "0.7.2"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
928dependencies = [
929 "event-listener 5.4.0",
930 "event-listener-strategy",
931 "futures-core",
932 "pin-project-lite",
933]
934
935[[package]]
936name = "async-channel"
937version = "1.9.0"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
940dependencies = [
941 "concurrent-queue",
942 "event-listener 2.5.3",
943 "futures-core",
944]
945
946[[package]]
947name = "async-channel"
948version = "2.3.1"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
951dependencies = [
952 "concurrent-queue",
953 "event-listener-strategy",
954 "futures-core",
955 "pin-project-lite",
956]
957
958[[package]]
959name = "async-compat"
960version = "0.2.4"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
963dependencies = [
964 "futures-core",
965 "futures-io",
966 "once_cell",
967 "pin-project-lite",
968 "tokio",
969]
970
971[[package]]
972name = "async-compression"
973version = "0.4.22"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
976dependencies = [
977 "deflate64",
978 "flate2",
979 "futures-core",
980 "futures-io",
981 "memchr",
982 "pin-project-lite",
983]
984
985[[package]]
986name = "async-dispatcher"
987version = "0.1.2"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
990dependencies = [
991 "async-task",
992 "futures-lite 1.13.0",
993]
994
995[[package]]
996name = "async-executor"
997version = "1.13.1"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
1000dependencies = [
1001 "async-task",
1002 "concurrent-queue",
1003 "fastrand 2.3.0",
1004 "futures-lite 2.6.0",
1005 "slab",
1006]
1007
1008[[package]]
1009name = "async-fs"
1010version = "2.1.3"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50"
1013dependencies = [
1014 "async-lock 3.4.1",
1015 "blocking",
1016 "futures-lite 2.6.0",
1017]
1018
1019[[package]]
1020name = "async-global-executor"
1021version = "2.4.1"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1024dependencies = [
1025 "async-channel 2.3.1",
1026 "async-executor",
1027 "async-io",
1028 "async-lock 3.4.1",
1029 "blocking",
1030 "futures-lite 2.6.0",
1031 "once_cell",
1032]
1033
1034[[package]]
1035name = "async-io"
1036version = "2.5.0"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
1039dependencies = [
1040 "async-lock 3.4.1",
1041 "cfg-if",
1042 "concurrent-queue",
1043 "futures-io",
1044 "futures-lite 2.6.0",
1045 "parking",
1046 "polling",
1047 "rustix 1.0.7",
1048 "slab",
1049 "windows-sys 0.60.2",
1050]
1051
1052[[package]]
1053name = "async-lock"
1054version = "2.8.0"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
1057dependencies = [
1058 "event-listener 2.5.3",
1059]
1060
1061[[package]]
1062name = "async-lock"
1063version = "3.4.1"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
1066dependencies = [
1067 "event-listener 5.4.0",
1068 "event-listener-strategy",
1069 "pin-project-lite",
1070]
1071
1072[[package]]
1073name = "async-net"
1074version = "2.0.0"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1077dependencies = [
1078 "async-io",
1079 "blocking",
1080 "futures-lite 2.6.0",
1081]
1082
1083[[package]]
1084name = "async-pipe"
1085version = "0.1.3"
1086source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1087dependencies = [
1088 "futures 0.3.31",
1089 "log",
1090]
1091
1092[[package]]
1093name = "async-process"
1094version = "2.3.0"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
1097dependencies = [
1098 "async-channel 2.3.1",
1099 "async-io",
1100 "async-lock 3.4.1",
1101 "async-signal",
1102 "async-task",
1103 "blocking",
1104 "cfg-if",
1105 "event-listener 5.4.0",
1106 "futures-lite 2.6.0",
1107 "rustix 0.38.44",
1108 "tracing",
1109]
1110
1111[[package]]
1112name = "async-recursion"
1113version = "1.1.1"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1116dependencies = [
1117 "proc-macro2",
1118 "quote",
1119 "syn 2.0.101",
1120]
1121
1122[[package]]
1123name = "async-signal"
1124version = "0.2.10"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
1127dependencies = [
1128 "async-io",
1129 "async-lock 3.4.1",
1130 "atomic-waker",
1131 "cfg-if",
1132 "futures-core",
1133 "futures-io",
1134 "rustix 0.38.44",
1135 "signal-hook-registry",
1136 "slab",
1137 "windows-sys 0.59.0",
1138]
1139
1140[[package]]
1141name = "async-std"
1142version = "1.13.1"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
1145dependencies = [
1146 "async-attributes",
1147 "async-channel 1.9.0",
1148 "async-global-executor",
1149 "async-io",
1150 "async-lock 3.4.1",
1151 "async-process",
1152 "crossbeam-utils",
1153 "futures-channel",
1154 "futures-core",
1155 "futures-io",
1156 "futures-lite 2.6.0",
1157 "gloo-timers",
1158 "kv-log-macro",
1159 "log",
1160 "memchr",
1161 "once_cell",
1162 "pin-project-lite",
1163 "pin-utils",
1164 "slab",
1165 "wasm-bindgen-futures",
1166]
1167
1168[[package]]
1169name = "async-stream"
1170version = "0.3.6"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1173dependencies = [
1174 "async-stream-impl",
1175 "futures-core",
1176 "pin-project-lite",
1177]
1178
1179[[package]]
1180name = "async-stream-impl"
1181version = "0.3.6"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1184dependencies = [
1185 "proc-macro2",
1186 "quote",
1187 "syn 2.0.101",
1188]
1189
1190[[package]]
1191name = "async-tar"
1192version = "0.5.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1195dependencies = [
1196 "async-std",
1197 "filetime",
1198 "libc",
1199 "pin-project",
1200 "redox_syscall 0.2.16",
1201 "xattr",
1202]
1203
1204[[package]]
1205name = "async-task"
1206version = "4.7.1"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1209
1210[[package]]
1211name = "async-trait"
1212version = "0.1.89"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1215dependencies = [
1216 "proc-macro2",
1217 "quote",
1218 "syn 2.0.101",
1219]
1220
1221[[package]]
1222name = "async-tungstenite"
1223version = "0.29.1"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1226dependencies = [
1227 "atomic-waker",
1228 "futures-core",
1229 "futures-io",
1230 "futures-task",
1231 "futures-util",
1232 "log",
1233 "pin-project-lite",
1234 "rustls-pki-types",
1235 "tokio",
1236 "tokio-rustls 0.26.2",
1237 "tungstenite 0.26.2",
1238]
1239
1240[[package]]
1241name = "async_zip"
1242version = "0.0.17"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1245dependencies = [
1246 "async-compression",
1247 "crc32fast",
1248 "futures-lite 2.6.0",
1249 "pin-project",
1250 "thiserror 1.0.69",
1251]
1252
1253[[package]]
1254name = "asynchronous-codec"
1255version = "0.7.0"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1258dependencies = [
1259 "bytes 1.10.1",
1260 "futures-sink",
1261 "futures-util",
1262 "memchr",
1263 "pin-project-lite",
1264]
1265
1266[[package]]
1267name = "atoi"
1268version = "2.0.0"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1271dependencies = [
1272 "num-traits",
1273]
1274
1275[[package]]
1276name = "atoi_simd"
1277version = "0.16.1"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "c2a49e05797ca52e312a0c658938b7d00693ef037799ef7187678f212d7684cf"
1280dependencies = [
1281 "debug_unsafe",
1282]
1283
1284[[package]]
1285name = "atomic"
1286version = "0.5.3"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1289
1290[[package]]
1291name = "atomic-waker"
1292version = "1.1.2"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1295
1296[[package]]
1297name = "audio"
1298version = "0.1.0"
1299dependencies = [
1300 "anyhow",
1301 "async-tar",
1302 "collections",
1303 "crossbeam",
1304 "denoise",
1305 "gpui",
1306 "libwebrtc",
1307 "log",
1308 "parking_lot",
1309 "rodio",
1310 "serde",
1311 "settings",
1312 "smol",
1313 "thiserror 2.0.12",
1314 "util",
1315 "workspace-hack",
1316]
1317
1318[[package]]
1319name = "auditable-serde"
1320version = "0.8.0"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1323dependencies = [
1324 "semver",
1325 "serde",
1326 "serde_json",
1327 "topological-sort",
1328]
1329
1330[[package]]
1331name = "auto_update"
1332version = "0.1.0"
1333dependencies = [
1334 "anyhow",
1335 "client",
1336 "db",
1337 "gpui",
1338 "http_client",
1339 "log",
1340 "paths",
1341 "release_channel",
1342 "serde",
1343 "serde_json",
1344 "settings",
1345 "smol",
1346 "tempfile",
1347 "which 6.0.3",
1348 "workspace",
1349 "workspace-hack",
1350]
1351
1352[[package]]
1353name = "auto_update_helper"
1354version = "0.1.0"
1355dependencies = [
1356 "anyhow",
1357 "log",
1358 "simplelog",
1359 "windows 0.61.1",
1360 "winresource",
1361 "workspace-hack",
1362]
1363
1364[[package]]
1365name = "auto_update_ui"
1366version = "0.1.0"
1367dependencies = [
1368 "anyhow",
1369 "auto_update",
1370 "client",
1371 "editor",
1372 "gpui",
1373 "http_client",
1374 "markdown_preview",
1375 "release_channel",
1376 "serde",
1377 "serde_json",
1378 "smol",
1379 "util",
1380 "workspace",
1381 "workspace-hack",
1382]
1383
1384[[package]]
1385name = "autocfg"
1386version = "1.4.0"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1389
1390[[package]]
1391name = "av1-grain"
1392version = "0.2.3"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1395dependencies = [
1396 "anyhow",
1397 "arrayvec",
1398 "log",
1399 "nom 7.1.3",
1400 "num-rational",
1401 "v_frame",
1402]
1403
1404[[package]]
1405name = "avif-serialize"
1406version = "0.8.3"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1409dependencies = [
1410 "arrayvec",
1411]
1412
1413[[package]]
1414name = "aws-config"
1415version = "1.6.1"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1418dependencies = [
1419 "aws-credential-types",
1420 "aws-runtime",
1421 "aws-sdk-sso",
1422 "aws-sdk-ssooidc",
1423 "aws-sdk-sts",
1424 "aws-smithy-async",
1425 "aws-smithy-http",
1426 "aws-smithy-json",
1427 "aws-smithy-runtime",
1428 "aws-smithy-runtime-api",
1429 "aws-smithy-types",
1430 "aws-types",
1431 "bytes 1.10.1",
1432 "fastrand 2.3.0",
1433 "hex",
1434 "http 1.3.1",
1435 "ring",
1436 "time",
1437 "tokio",
1438 "tracing",
1439 "url",
1440 "zeroize",
1441]
1442
1443[[package]]
1444name = "aws-credential-types"
1445version = "1.2.2"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1448dependencies = [
1449 "aws-smithy-async",
1450 "aws-smithy-runtime-api",
1451 "aws-smithy-types",
1452 "zeroize",
1453]
1454
1455[[package]]
1456name = "aws-lc-rs"
1457version = "1.13.1"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1460dependencies = [
1461 "aws-lc-sys",
1462 "zeroize",
1463]
1464
1465[[package]]
1466name = "aws-lc-sys"
1467version = "0.29.0"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1470dependencies = [
1471 "bindgen 0.69.5",
1472 "cc",
1473 "cmake",
1474 "dunce",
1475 "fs_extra",
1476]
1477
1478[[package]]
1479name = "aws-runtime"
1480version = "1.5.6"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1483dependencies = [
1484 "aws-credential-types",
1485 "aws-sigv4",
1486 "aws-smithy-async",
1487 "aws-smithy-eventstream",
1488 "aws-smithy-http",
1489 "aws-smithy-runtime",
1490 "aws-smithy-runtime-api",
1491 "aws-smithy-types",
1492 "aws-types",
1493 "bytes 1.10.1",
1494 "fastrand 2.3.0",
1495 "http 0.2.12",
1496 "http-body 0.4.6",
1497 "once_cell",
1498 "percent-encoding",
1499 "pin-project-lite",
1500 "tracing",
1501 "uuid",
1502]
1503
1504[[package]]
1505name = "aws-sdk-bedrockruntime"
1506version = "1.82.0"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1509dependencies = [
1510 "aws-credential-types",
1511 "aws-runtime",
1512 "aws-sigv4",
1513 "aws-smithy-async",
1514 "aws-smithy-eventstream",
1515 "aws-smithy-http",
1516 "aws-smithy-json",
1517 "aws-smithy-runtime",
1518 "aws-smithy-runtime-api",
1519 "aws-smithy-types",
1520 "aws-types",
1521 "bytes 1.10.1",
1522 "fastrand 2.3.0",
1523 "http 0.2.12",
1524 "hyper 0.14.32",
1525 "once_cell",
1526 "regex-lite",
1527 "tracing",
1528]
1529
1530[[package]]
1531name = "aws-sdk-kinesis"
1532version = "1.66.0"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1535dependencies = [
1536 "aws-credential-types",
1537 "aws-runtime",
1538 "aws-smithy-async",
1539 "aws-smithy-eventstream",
1540 "aws-smithy-http",
1541 "aws-smithy-json",
1542 "aws-smithy-runtime",
1543 "aws-smithy-runtime-api",
1544 "aws-smithy-types",
1545 "aws-types",
1546 "bytes 1.10.1",
1547 "fastrand 2.3.0",
1548 "http 0.2.12",
1549 "once_cell",
1550 "regex-lite",
1551 "tracing",
1552]
1553
1554[[package]]
1555name = "aws-sdk-s3"
1556version = "1.82.0"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1559dependencies = [
1560 "aws-credential-types",
1561 "aws-runtime",
1562 "aws-sigv4",
1563 "aws-smithy-async",
1564 "aws-smithy-checksums",
1565 "aws-smithy-eventstream",
1566 "aws-smithy-http",
1567 "aws-smithy-json",
1568 "aws-smithy-runtime",
1569 "aws-smithy-runtime-api",
1570 "aws-smithy-types",
1571 "aws-smithy-xml",
1572 "aws-types",
1573 "bytes 1.10.1",
1574 "fastrand 2.3.0",
1575 "hex",
1576 "hmac",
1577 "http 0.2.12",
1578 "http 1.3.1",
1579 "http-body 0.4.6",
1580 "lru",
1581 "once_cell",
1582 "percent-encoding",
1583 "regex-lite",
1584 "sha2",
1585 "tracing",
1586 "url",
1587]
1588
1589[[package]]
1590name = "aws-sdk-sso"
1591version = "1.64.0"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1594dependencies = [
1595 "aws-credential-types",
1596 "aws-runtime",
1597 "aws-smithy-async",
1598 "aws-smithy-http",
1599 "aws-smithy-json",
1600 "aws-smithy-runtime",
1601 "aws-smithy-runtime-api",
1602 "aws-smithy-types",
1603 "aws-types",
1604 "bytes 1.10.1",
1605 "fastrand 2.3.0",
1606 "http 0.2.12",
1607 "once_cell",
1608 "regex-lite",
1609 "tracing",
1610]
1611
1612[[package]]
1613name = "aws-sdk-ssooidc"
1614version = "1.65.0"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1617dependencies = [
1618 "aws-credential-types",
1619 "aws-runtime",
1620 "aws-smithy-async",
1621 "aws-smithy-http",
1622 "aws-smithy-json",
1623 "aws-smithy-runtime",
1624 "aws-smithy-runtime-api",
1625 "aws-smithy-types",
1626 "aws-types",
1627 "bytes 1.10.1",
1628 "fastrand 2.3.0",
1629 "http 0.2.12",
1630 "once_cell",
1631 "regex-lite",
1632 "tracing",
1633]
1634
1635[[package]]
1636name = "aws-sdk-sts"
1637version = "1.65.0"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1640dependencies = [
1641 "aws-credential-types",
1642 "aws-runtime",
1643 "aws-smithy-async",
1644 "aws-smithy-http",
1645 "aws-smithy-json",
1646 "aws-smithy-query",
1647 "aws-smithy-runtime",
1648 "aws-smithy-runtime-api",
1649 "aws-smithy-types",
1650 "aws-smithy-xml",
1651 "aws-types",
1652 "fastrand 2.3.0",
1653 "http 0.2.12",
1654 "once_cell",
1655 "regex-lite",
1656 "tracing",
1657]
1658
1659[[package]]
1660name = "aws-sigv4"
1661version = "1.3.0"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1664dependencies = [
1665 "aws-credential-types",
1666 "aws-smithy-eventstream",
1667 "aws-smithy-http",
1668 "aws-smithy-runtime-api",
1669 "aws-smithy-types",
1670 "bytes 1.10.1",
1671 "crypto-bigint 0.5.5",
1672 "form_urlencoded",
1673 "hex",
1674 "hmac",
1675 "http 0.2.12",
1676 "http 1.3.1",
1677 "once_cell",
1678 "p256",
1679 "percent-encoding",
1680 "ring",
1681 "sha2",
1682 "subtle",
1683 "time",
1684 "tracing",
1685 "zeroize",
1686]
1687
1688[[package]]
1689name = "aws-smithy-async"
1690version = "1.2.5"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1693dependencies = [
1694 "futures-util",
1695 "pin-project-lite",
1696 "tokio",
1697]
1698
1699[[package]]
1700name = "aws-smithy-checksums"
1701version = "0.63.1"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1704dependencies = [
1705 "aws-smithy-http",
1706 "aws-smithy-types",
1707 "bytes 1.10.1",
1708 "crc32c",
1709 "crc32fast",
1710 "crc64fast-nvme",
1711 "hex",
1712 "http 0.2.12",
1713 "http-body 0.4.6",
1714 "md-5",
1715 "pin-project-lite",
1716 "sha1",
1717 "sha2",
1718 "tracing",
1719]
1720
1721[[package]]
1722name = "aws-smithy-eventstream"
1723version = "0.60.8"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1726dependencies = [
1727 "aws-smithy-types",
1728 "bytes 1.10.1",
1729 "crc32fast",
1730]
1731
1732[[package]]
1733name = "aws-smithy-http"
1734version = "0.62.0"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1737dependencies = [
1738 "aws-smithy-eventstream",
1739 "aws-smithy-runtime-api",
1740 "aws-smithy-types",
1741 "bytes 1.10.1",
1742 "bytes-utils",
1743 "futures-core",
1744 "http 0.2.12",
1745 "http 1.3.1",
1746 "http-body 0.4.6",
1747 "once_cell",
1748 "percent-encoding",
1749 "pin-project-lite",
1750 "pin-utils",
1751 "tracing",
1752]
1753
1754[[package]]
1755name = "aws-smithy-http-client"
1756version = "1.0.1"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1759dependencies = [
1760 "aws-smithy-async",
1761 "aws-smithy-runtime-api",
1762 "aws-smithy-types",
1763 "h2 0.4.9",
1764 "http 0.2.12",
1765 "http 1.3.1",
1766 "http-body 0.4.6",
1767 "hyper 0.14.32",
1768 "hyper 1.6.0",
1769 "hyper-rustls 0.24.2",
1770 "hyper-rustls 0.27.5",
1771 "hyper-util",
1772 "pin-project-lite",
1773 "rustls 0.21.12",
1774 "rustls 0.23.26",
1775 "rustls-native-certs 0.8.1",
1776 "rustls-pki-types",
1777 "tokio",
1778 "tower 0.5.2",
1779 "tracing",
1780]
1781
1782[[package]]
1783name = "aws-smithy-json"
1784version = "0.61.3"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1787dependencies = [
1788 "aws-smithy-types",
1789]
1790
1791[[package]]
1792name = "aws-smithy-observability"
1793version = "0.1.2"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1796dependencies = [
1797 "aws-smithy-runtime-api",
1798 "once_cell",
1799]
1800
1801[[package]]
1802name = "aws-smithy-query"
1803version = "0.60.7"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1806dependencies = [
1807 "aws-smithy-types",
1808 "urlencoding",
1809]
1810
1811[[package]]
1812name = "aws-smithy-runtime"
1813version = "1.8.1"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1816dependencies = [
1817 "aws-smithy-async",
1818 "aws-smithy-http",
1819 "aws-smithy-http-client",
1820 "aws-smithy-observability",
1821 "aws-smithy-runtime-api",
1822 "aws-smithy-types",
1823 "bytes 1.10.1",
1824 "fastrand 2.3.0",
1825 "http 0.2.12",
1826 "http 1.3.1",
1827 "http-body 0.4.6",
1828 "http-body 1.0.1",
1829 "once_cell",
1830 "pin-project-lite",
1831 "pin-utils",
1832 "tokio",
1833 "tracing",
1834]
1835
1836[[package]]
1837name = "aws-smithy-runtime-api"
1838version = "1.7.4"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1841dependencies = [
1842 "aws-smithy-async",
1843 "aws-smithy-types",
1844 "bytes 1.10.1",
1845 "http 0.2.12",
1846 "http 1.3.1",
1847 "pin-project-lite",
1848 "tokio",
1849 "tracing",
1850 "zeroize",
1851]
1852
1853[[package]]
1854name = "aws-smithy-types"
1855version = "1.3.0"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1858dependencies = [
1859 "base64-simd",
1860 "bytes 1.10.1",
1861 "bytes-utils",
1862 "futures-core",
1863 "http 0.2.12",
1864 "http 1.3.1",
1865 "http-body 0.4.6",
1866 "http-body 1.0.1",
1867 "http-body-util",
1868 "itoa",
1869 "num-integer",
1870 "pin-project-lite",
1871 "pin-utils",
1872 "ryu",
1873 "serde",
1874 "time",
1875 "tokio",
1876 "tokio-util",
1877]
1878
1879[[package]]
1880name = "aws-smithy-xml"
1881version = "0.60.9"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1884dependencies = [
1885 "xmlparser",
1886]
1887
1888[[package]]
1889name = "aws-types"
1890version = "1.3.6"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
1893dependencies = [
1894 "aws-credential-types",
1895 "aws-smithy-async",
1896 "aws-smithy-runtime-api",
1897 "aws-smithy-types",
1898 "rustc_version",
1899 "tracing",
1900]
1901
1902[[package]]
1903name = "aws_http_client"
1904version = "0.1.0"
1905dependencies = [
1906 "aws-smithy-runtime-api",
1907 "aws-smithy-types",
1908 "http_client",
1909 "workspace-hack",
1910]
1911
1912[[package]]
1913name = "axum"
1914version = "0.6.20"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1917dependencies = [
1918 "async-trait",
1919 "axum-core",
1920 "base64 0.21.7",
1921 "bitflags 1.3.2",
1922 "bytes 1.10.1",
1923 "futures-util",
1924 "headers",
1925 "http 0.2.12",
1926 "http-body 0.4.6",
1927 "hyper 0.14.32",
1928 "itoa",
1929 "matchit",
1930 "memchr",
1931 "mime",
1932 "percent-encoding",
1933 "pin-project-lite",
1934 "rustversion",
1935 "serde",
1936 "serde_json",
1937 "serde_path_to_error",
1938 "serde_urlencoded",
1939 "sha1",
1940 "sync_wrapper 0.1.2",
1941 "tokio",
1942 "tokio-tungstenite 0.20.1",
1943 "tower 0.4.13",
1944 "tower-layer",
1945 "tower-service",
1946]
1947
1948[[package]]
1949name = "axum-core"
1950version = "0.3.4"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1953dependencies = [
1954 "async-trait",
1955 "bytes 1.10.1",
1956 "futures-util",
1957 "http 0.2.12",
1958 "http-body 0.4.6",
1959 "mime",
1960 "rustversion",
1961 "tower-layer",
1962 "tower-service",
1963]
1964
1965[[package]]
1966name = "axum-extra"
1967version = "0.4.2"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1970dependencies = [
1971 "axum",
1972 "bytes 1.10.1",
1973 "futures-util",
1974 "http 0.2.12",
1975 "mime",
1976 "pin-project-lite",
1977 "serde",
1978 "serde_json",
1979 "tokio",
1980 "tower 0.4.13",
1981 "tower-http 0.3.5",
1982 "tower-layer",
1983 "tower-service",
1984]
1985
1986[[package]]
1987name = "backtrace"
1988version = "0.3.74"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1991dependencies = [
1992 "addr2line",
1993 "cfg-if",
1994 "libc",
1995 "miniz_oxide",
1996 "object",
1997 "rustc-demangle",
1998 "windows-targets 0.52.6",
1999]
2000
2001[[package]]
2002name = "base16ct"
2003version = "0.1.1"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
2006
2007[[package]]
2008name = "base64"
2009version = "0.21.7"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2012
2013[[package]]
2014name = "base64"
2015version = "0.22.1"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2018
2019[[package]]
2020name = "base64-simd"
2021version = "0.8.0"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
2024dependencies = [
2025 "outref",
2026 "vsimd",
2027]
2028
2029[[package]]
2030name = "base64ct"
2031version = "1.7.3"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
2034
2035[[package]]
2036name = "bedrock"
2037version = "0.1.0"
2038dependencies = [
2039 "anyhow",
2040 "aws-sdk-bedrockruntime",
2041 "aws-smithy-types",
2042 "futures 0.3.31",
2043 "schemars 1.0.1",
2044 "serde",
2045 "serde_json",
2046 "strum 0.27.2",
2047 "thiserror 2.0.12",
2048 "workspace-hack",
2049]
2050
2051[[package]]
2052name = "bigdecimal"
2053version = "0.4.8"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2056dependencies = [
2057 "autocfg",
2058 "libm",
2059 "num-bigint",
2060 "num-integer",
2061 "num-traits",
2062 "serde",
2063]
2064
2065[[package]]
2066name = "bincode"
2067version = "1.3.3"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2070dependencies = [
2071 "serde",
2072]
2073
2074[[package]]
2075name = "bincode"
2076version = "2.0.1"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
2079dependencies = [
2080 "bincode_derive",
2081 "serde",
2082 "unty",
2083]
2084
2085[[package]]
2086name = "bincode_derive"
2087version = "2.0.1"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
2090dependencies = [
2091 "virtue",
2092]
2093
2094[[package]]
2095name = "bindgen"
2096version = "0.69.5"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
2099dependencies = [
2100 "bitflags 2.9.0",
2101 "cexpr",
2102 "clang-sys",
2103 "itertools 0.12.1",
2104 "lazy_static",
2105 "lazycell",
2106 "log",
2107 "prettyplease",
2108 "proc-macro2",
2109 "quote",
2110 "regex",
2111 "rustc-hash 1.1.0",
2112 "shlex",
2113 "syn 2.0.101",
2114 "which 4.4.2",
2115]
2116
2117[[package]]
2118name = "bindgen"
2119version = "0.70.1"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
2122dependencies = [
2123 "bitflags 2.9.0",
2124 "cexpr",
2125 "clang-sys",
2126 "itertools 0.13.0",
2127 "proc-macro2",
2128 "quote",
2129 "regex",
2130 "rustc-hash 1.1.0",
2131 "shlex",
2132 "syn 2.0.101",
2133]
2134
2135[[package]]
2136name = "bindgen"
2137version = "0.71.1"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2140dependencies = [
2141 "bitflags 2.9.0",
2142 "cexpr",
2143 "clang-sys",
2144 "itertools 0.13.0",
2145 "log",
2146 "prettyplease",
2147 "proc-macro2",
2148 "quote",
2149 "regex",
2150 "rustc-hash 2.1.1",
2151 "shlex",
2152 "syn 2.0.101",
2153]
2154
2155[[package]]
2156name = "bit-set"
2157version = "0.5.3"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2160dependencies = [
2161 "bit-vec 0.6.3",
2162]
2163
2164[[package]]
2165name = "bit-set"
2166version = "0.8.0"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2169dependencies = [
2170 "bit-vec 0.8.0",
2171]
2172
2173[[package]]
2174name = "bit-vec"
2175version = "0.6.3"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2178
2179[[package]]
2180name = "bit-vec"
2181version = "0.8.0"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2184
2185[[package]]
2186name = "bit_field"
2187version = "0.10.2"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2190
2191[[package]]
2192name = "bitflags"
2193version = "1.3.2"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2196
2197[[package]]
2198name = "bitflags"
2199version = "2.9.0"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2202dependencies = [
2203 "serde",
2204]
2205
2206[[package]]
2207name = "bitstream-io"
2208version = "2.6.0"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2211
2212[[package]]
2213name = "bitvec"
2214version = "1.0.1"
2215source = "registry+https://github.com/rust-lang/crates.io-index"
2216checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2217dependencies = [
2218 "funty",
2219 "radium",
2220 "tap",
2221 "wyz",
2222]
2223
2224[[package]]
2225name = "blade-graphics"
2226version = "0.7.0"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "e4deb8f595ce7f00dee3543ebf6fd9a20ea86fc421ab79600dac30876250bdae"
2229dependencies = [
2230 "ash",
2231 "ash-window",
2232 "bitflags 2.9.0",
2233 "bytemuck",
2234 "codespan-reporting",
2235 "glow",
2236 "gpu-alloc",
2237 "gpu-alloc-ash",
2238 "hidden-trait",
2239 "js-sys",
2240 "khronos-egl",
2241 "libloading",
2242 "log",
2243 "mint",
2244 "naga",
2245 "objc2",
2246 "objc2-app-kit",
2247 "objc2-core-foundation",
2248 "objc2-foundation",
2249 "objc2-metal",
2250 "objc2-quartz-core",
2251 "objc2-ui-kit",
2252 "once_cell",
2253 "raw-window-handle",
2254 "slab",
2255 "wasm-bindgen",
2256 "web-sys",
2257]
2258
2259[[package]]
2260name = "blade-macros"
2261version = "0.3.0"
2262source = "registry+https://github.com/rust-lang/crates.io-index"
2263checksum = "27142319e2f4c264581067eaccb9f80acccdde60d8b4bf57cc50cd3152f109ca"
2264dependencies = [
2265 "proc-macro2",
2266 "quote",
2267 "syn 2.0.101",
2268]
2269
2270[[package]]
2271name = "blade-util"
2272version = "0.3.0"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "3a6be3a82c001ba7a17b6f8e413ede5d1004e6047213f8efaf0ffc15b5c4904c"
2275dependencies = [
2276 "blade-graphics",
2277 "bytemuck",
2278 "log",
2279 "profiling",
2280]
2281
2282[[package]]
2283name = "blake3"
2284version = "1.8.2"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
2287dependencies = [
2288 "arrayref",
2289 "arrayvec",
2290 "cc",
2291 "cfg-if",
2292 "constant_time_eq 0.3.1",
2293]
2294
2295[[package]]
2296name = "block"
2297version = "0.1.6"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2300
2301[[package]]
2302name = "block-buffer"
2303version = "0.10.4"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2306dependencies = [
2307 "generic-array",
2308]
2309
2310[[package]]
2311name = "block-padding"
2312version = "0.3.3"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2315dependencies = [
2316 "generic-array",
2317]
2318
2319[[package]]
2320name = "block2"
2321version = "0.6.1"
2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2324dependencies = [
2325 "objc2",
2326]
2327
2328[[package]]
2329name = "blocking"
2330version = "1.6.1"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2333dependencies = [
2334 "async-channel 2.3.1",
2335 "async-task",
2336 "futures-io",
2337 "futures-lite 2.6.0",
2338 "piper",
2339]
2340
2341[[package]]
2342name = "bm25"
2343version = "2.3.2"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "1cbd8ffdfb7b4c2ff038726178a780a94f90525ed0ad264c0afaa75dd8c18a64"
2346dependencies = [
2347 "cached",
2348 "deunicode",
2349 "fxhash",
2350 "rust-stemmers",
2351 "stop-words",
2352 "unicode-segmentation",
2353]
2354
2355[[package]]
2356name = "borrow-or-share"
2357version = "0.2.2"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2360
2361[[package]]
2362name = "borsh"
2363version = "1.5.7"
2364source = "registry+https://github.com/rust-lang/crates.io-index"
2365checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2366dependencies = [
2367 "borsh-derive",
2368 "cfg_aliases 0.2.1",
2369]
2370
2371[[package]]
2372name = "borsh-derive"
2373version = "1.5.7"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2376dependencies = [
2377 "once_cell",
2378 "proc-macro-crate",
2379 "proc-macro2",
2380 "quote",
2381 "syn 2.0.101",
2382]
2383
2384[[package]]
2385name = "boxcar"
2386version = "0.2.14"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e"
2389
2390[[package]]
2391name = "breadcrumbs"
2392version = "0.1.0"
2393dependencies = [
2394 "editor",
2395 "gpui",
2396 "itertools 0.14.0",
2397 "settings",
2398 "theme",
2399 "ui",
2400 "workspace",
2401 "workspace-hack",
2402 "zed_actions",
2403]
2404
2405[[package]]
2406name = "brotli"
2407version = "8.0.2"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
2410dependencies = [
2411 "alloc-no-stdlib",
2412 "alloc-stdlib",
2413 "brotli-decompressor",
2414]
2415
2416[[package]]
2417name = "brotli-decompressor"
2418version = "5.0.0"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
2421dependencies = [
2422 "alloc-no-stdlib",
2423 "alloc-stdlib",
2424]
2425
2426[[package]]
2427name = "bstr"
2428version = "1.12.0"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2431dependencies = [
2432 "memchr",
2433 "regex-automata",
2434 "serde",
2435]
2436
2437[[package]]
2438name = "buffer_diff"
2439version = "0.1.0"
2440dependencies = [
2441 "anyhow",
2442 "clock",
2443 "ctor",
2444 "futures 0.3.31",
2445 "git2",
2446 "gpui",
2447 "language",
2448 "log",
2449 "pretty_assertions",
2450 "rand 0.9.1",
2451 "rope",
2452 "serde_json",
2453 "sum_tree",
2454 "text",
2455 "unindent",
2456 "util",
2457 "workspace-hack",
2458 "zlog",
2459]
2460
2461[[package]]
2462name = "built"
2463version = "0.7.7"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2466
2467[[package]]
2468name = "bumpalo"
2469version = "3.17.0"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2472dependencies = [
2473 "allocator-api2",
2474]
2475
2476[[package]]
2477name = "by_address"
2478version = "1.2.1"
2479source = "registry+https://github.com/rust-lang/crates.io-index"
2480checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2481
2482[[package]]
2483name = "bytecheck"
2484version = "0.6.12"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2487dependencies = [
2488 "bytecheck_derive",
2489 "ptr_meta",
2490 "simdutf8",
2491]
2492
2493[[package]]
2494name = "bytecheck_derive"
2495version = "0.6.12"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2498dependencies = [
2499 "proc-macro2",
2500 "quote",
2501 "syn 1.0.109",
2502]
2503
2504[[package]]
2505name = "bytecount"
2506version = "0.6.8"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2509
2510[[package]]
2511name = "bytemuck"
2512version = "1.22.0"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2515dependencies = [
2516 "bytemuck_derive",
2517]
2518
2519[[package]]
2520name = "bytemuck_derive"
2521version = "1.9.3"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2524dependencies = [
2525 "proc-macro2",
2526 "quote",
2527 "syn 2.0.101",
2528]
2529
2530[[package]]
2531name = "byteorder"
2532version = "1.5.0"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2535
2536[[package]]
2537name = "byteorder-lite"
2538version = "0.1.0"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2541
2542[[package]]
2543name = "bytes"
2544version = "0.4.12"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2547dependencies = [
2548 "byteorder",
2549 "iovec",
2550]
2551
2552[[package]]
2553name = "bytes"
2554version = "1.10.1"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2557dependencies = [
2558 "serde",
2559]
2560
2561[[package]]
2562name = "bytes-utils"
2563version = "0.1.4"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2566dependencies = [
2567 "bytes 1.10.1",
2568 "either",
2569]
2570
2571[[package]]
2572name = "bzip2"
2573version = "0.4.4"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2576dependencies = [
2577 "bzip2-sys",
2578 "libc",
2579]
2580
2581[[package]]
2582name = "bzip2-sys"
2583version = "0.1.13+1.0.8"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2586dependencies = [
2587 "cc",
2588 "pkg-config",
2589]
2590
2591[[package]]
2592name = "cached"
2593version = "0.56.0"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
2595checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2596dependencies = [
2597 "ahash 0.8.11",
2598 "cached_proc_macro",
2599 "cached_proc_macro_types",
2600 "hashbrown 0.15.3",
2601 "once_cell",
2602 "thiserror 2.0.12",
2603 "web-time",
2604]
2605
2606[[package]]
2607name = "cached_proc_macro"
2608version = "0.25.0"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2611dependencies = [
2612 "darling",
2613 "proc-macro2",
2614 "quote",
2615 "syn 2.0.101",
2616]
2617
2618[[package]]
2619name = "cached_proc_macro_types"
2620version = "0.1.1"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2623
2624[[package]]
2625name = "call"
2626version = "0.1.0"
2627dependencies = [
2628 "anyhow",
2629 "audio",
2630 "client",
2631 "collections",
2632 "feature_flags",
2633 "fs",
2634 "futures 0.3.31",
2635 "gpui",
2636 "gpui_tokio",
2637 "http_client",
2638 "language",
2639 "livekit_client",
2640 "log",
2641 "postage",
2642 "project",
2643 "serde",
2644 "settings",
2645 "telemetry",
2646 "util",
2647 "workspace-hack",
2648]
2649
2650[[package]]
2651name = "calloop"
2652version = "0.13.0"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2655dependencies = [
2656 "bitflags 2.9.0",
2657 "log",
2658 "polling",
2659 "rustix 0.38.44",
2660 "slab",
2661 "thiserror 1.0.69",
2662]
2663
2664[[package]]
2665name = "calloop-wayland-source"
2666version = "0.3.0"
2667source = "registry+https://github.com/rust-lang/crates.io-index"
2668checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2669dependencies = [
2670 "calloop",
2671 "rustix 0.38.44",
2672 "wayland-backend",
2673 "wayland-client",
2674]
2675
2676[[package]]
2677name = "camino"
2678version = "1.1.9"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2681dependencies = [
2682 "serde",
2683]
2684
2685[[package]]
2686name = "candle-core"
2687version = "0.9.1"
2688source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2689dependencies = [
2690 "byteorder",
2691 "float8",
2692 "gemm 0.17.1",
2693 "half",
2694 "memmap2",
2695 "num-traits",
2696 "num_cpus",
2697 "rand 0.9.1",
2698 "rand_distr",
2699 "rayon",
2700 "safetensors",
2701 "thiserror 1.0.69",
2702 "ug",
2703 "yoke",
2704 "zip 1.1.4",
2705]
2706
2707[[package]]
2708name = "candle-nn"
2709version = "0.9.1"
2710source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2711dependencies = [
2712 "candle-core",
2713 "half",
2714 "libc",
2715 "num-traits",
2716 "rayon",
2717 "safetensors",
2718 "serde",
2719 "thiserror 1.0.69",
2720]
2721
2722[[package]]
2723name = "candle-onnx"
2724version = "0.9.1"
2725source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2726dependencies = [
2727 "candle-core",
2728 "candle-nn",
2729 "prost 0.12.6",
2730]
2731
2732[[package]]
2733name = "cap-fs-ext"
2734version = "3.4.4"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2737dependencies = [
2738 "cap-primitives",
2739 "cap-std",
2740 "io-lifetimes",
2741 "windows-sys 0.59.0",
2742]
2743
2744[[package]]
2745name = "cap-net-ext"
2746version = "3.4.4"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2749dependencies = [
2750 "cap-primitives",
2751 "cap-std",
2752 "rustix 1.0.7",
2753 "smallvec",
2754]
2755
2756[[package]]
2757name = "cap-primitives"
2758version = "3.4.4"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2761dependencies = [
2762 "ambient-authority",
2763 "fs-set-times",
2764 "io-extras",
2765 "io-lifetimes",
2766 "ipnet",
2767 "maybe-owned",
2768 "rustix 1.0.7",
2769 "rustix-linux-procfs",
2770 "windows-sys 0.59.0",
2771 "winx",
2772]
2773
2774[[package]]
2775name = "cap-rand"
2776version = "3.4.4"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2779dependencies = [
2780 "ambient-authority",
2781 "rand 0.8.5",
2782]
2783
2784[[package]]
2785name = "cap-std"
2786version = "3.4.4"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2789dependencies = [
2790 "cap-primitives",
2791 "io-extras",
2792 "io-lifetimes",
2793 "rustix 1.0.7",
2794]
2795
2796[[package]]
2797name = "cap-time-ext"
2798version = "3.4.4"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2801dependencies = [
2802 "ambient-authority",
2803 "cap-primitives",
2804 "iana-time-zone",
2805 "once_cell",
2806 "rustix 1.0.7",
2807 "winx",
2808]
2809
2810[[package]]
2811name = "cargo-platform"
2812version = "0.1.9"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2815dependencies = [
2816 "serde",
2817]
2818
2819[[package]]
2820name = "cargo_metadata"
2821version = "0.19.2"
2822source = "registry+https://github.com/rust-lang/crates.io-index"
2823checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2824dependencies = [
2825 "camino",
2826 "cargo-platform",
2827 "semver",
2828 "serde",
2829 "serde_json",
2830 "thiserror 2.0.12",
2831]
2832
2833[[package]]
2834name = "cargo_toml"
2835version = "0.21.0"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2838dependencies = [
2839 "serde",
2840 "toml 0.8.20",
2841]
2842
2843[[package]]
2844name = "cast"
2845version = "0.3.0"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2848
2849[[package]]
2850name = "castaway"
2851version = "0.2.4"
2852source = "registry+https://github.com/rust-lang/crates.io-index"
2853checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
2854dependencies = [
2855 "rustversion",
2856]
2857
2858[[package]]
2859name = "cbc"
2860version = "0.1.2"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2863dependencies = [
2864 "cipher",
2865]
2866
2867[[package]]
2868name = "cbindgen"
2869version = "0.28.0"
2870source = "registry+https://github.com/rust-lang/crates.io-index"
2871checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2872dependencies = [
2873 "heck 0.4.1",
2874 "indexmap 2.9.0",
2875 "log",
2876 "proc-macro2",
2877 "quote",
2878 "serde",
2879 "serde_json",
2880 "syn 2.0.101",
2881 "tempfile",
2882 "toml 0.8.20",
2883]
2884
2885[[package]]
2886name = "cc"
2887version = "1.2.19"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2890dependencies = [
2891 "jobserver",
2892 "libc",
2893 "shlex",
2894]
2895
2896[[package]]
2897name = "cesu8"
2898version = "1.1.0"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2901
2902[[package]]
2903name = "cexpr"
2904version = "0.6.0"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2907dependencies = [
2908 "nom 7.1.3",
2909]
2910
2911[[package]]
2912name = "cfg-expr"
2913version = "0.15.8"
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2916dependencies = [
2917 "smallvec",
2918 "target-lexicon 0.12.16",
2919]
2920
2921[[package]]
2922name = "cfg-if"
2923version = "1.0.3"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
2926
2927[[package]]
2928name = "cfg_aliases"
2929version = "0.1.1"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2932
2933[[package]]
2934name = "cfg_aliases"
2935version = "0.2.1"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2938
2939[[package]]
2940name = "cgl"
2941version = "0.3.2"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2944dependencies = [
2945 "libc",
2946]
2947
2948[[package]]
2949name = "channel"
2950version = "0.1.0"
2951dependencies = [
2952 "anyhow",
2953 "client",
2954 "clock",
2955 "collections",
2956 "futures 0.3.31",
2957 "gpui",
2958 "http_client",
2959 "language",
2960 "log",
2961 "postage",
2962 "release_channel",
2963 "rpc",
2964 "settings",
2965 "text",
2966 "time",
2967 "util",
2968 "workspace-hack",
2969]
2970
2971[[package]]
2972name = "chrono"
2973version = "0.4.41"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2976dependencies = [
2977 "android-tzdata",
2978 "iana-time-zone",
2979 "js-sys",
2980 "num-traits",
2981 "serde",
2982 "wasm-bindgen",
2983 "windows-link 0.1.1",
2984]
2985
2986[[package]]
2987name = "chrono-tz"
2988version = "0.10.4"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
2991dependencies = [
2992 "chrono",
2993 "phf 0.12.1",
2994]
2995
2996[[package]]
2997name = "chunked_transfer"
2998version = "1.5.0"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
3001
3002[[package]]
3003name = "ciborium"
3004version = "0.2.2"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
3007dependencies = [
3008 "ciborium-io",
3009 "ciborium-ll",
3010 "serde",
3011]
3012
3013[[package]]
3014name = "ciborium-io"
3015version = "0.2.2"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
3018
3019[[package]]
3020name = "ciborium-ll"
3021version = "0.2.2"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
3024dependencies = [
3025 "ciborium-io",
3026 "half",
3027]
3028
3029[[package]]
3030name = "cipher"
3031version = "0.4.4"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
3034dependencies = [
3035 "crypto-common",
3036 "inout",
3037 "zeroize",
3038]
3039
3040[[package]]
3041name = "circular-buffer"
3042version = "1.1.0"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
3045
3046[[package]]
3047name = "clang-sys"
3048version = "1.8.1"
3049source = "registry+https://github.com/rust-lang/crates.io-index"
3050checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
3051dependencies = [
3052 "glob",
3053 "libc",
3054 "libloading",
3055]
3056
3057[[package]]
3058name = "clap"
3059version = "4.5.37"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
3062dependencies = [
3063 "clap_builder",
3064 "clap_derive",
3065]
3066
3067[[package]]
3068name = "clap_builder"
3069version = "4.5.37"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
3072dependencies = [
3073 "anstream",
3074 "anstyle",
3075 "clap_lex",
3076 "strsim",
3077 "terminal_size",
3078]
3079
3080[[package]]
3081name = "clap_complete"
3082version = "4.5.47"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
3085dependencies = [
3086 "clap",
3087]
3088
3089[[package]]
3090name = "clap_derive"
3091version = "4.5.32"
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
3094dependencies = [
3095 "heck 0.5.0",
3096 "proc-macro2",
3097 "quote",
3098 "syn 2.0.101",
3099]
3100
3101[[package]]
3102name = "clap_lex"
3103version = "0.7.4"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
3106
3107[[package]]
3108name = "cli"
3109version = "0.1.0"
3110dependencies = [
3111 "anyhow",
3112 "askpass",
3113 "clap",
3114 "collections",
3115 "core-foundation 0.10.0",
3116 "core-services",
3117 "exec",
3118 "fork",
3119 "ipc-channel",
3120 "parking_lot",
3121 "paths",
3122 "plist",
3123 "release_channel",
3124 "serde",
3125 "tempfile",
3126 "util",
3127 "windows 0.61.1",
3128 "workspace-hack",
3129]
3130
3131[[package]]
3132name = "client"
3133version = "0.1.0"
3134dependencies = [
3135 "anyhow",
3136 "async-tungstenite",
3137 "base64 0.22.1",
3138 "chrono",
3139 "clock",
3140 "cloud_api_client",
3141 "cloud_llm_client",
3142 "collections",
3143 "credentials_provider",
3144 "derive_more",
3145 "feature_flags",
3146 "fs",
3147 "futures 0.3.31",
3148 "gpui",
3149 "gpui_tokio",
3150 "http_client",
3151 "http_client_tls",
3152 "httparse",
3153 "log",
3154 "objc2-foundation",
3155 "parking_lot",
3156 "paths",
3157 "postage",
3158 "rand 0.9.1",
3159 "regex",
3160 "release_channel",
3161 "rpc",
3162 "rustls-pki-types",
3163 "serde",
3164 "serde_json",
3165 "serde_urlencoded",
3166 "settings",
3167 "sha2",
3168 "smol",
3169 "telemetry",
3170 "telemetry_events",
3171 "text",
3172 "thiserror 2.0.12",
3173 "time",
3174 "tiny_http",
3175 "tokio",
3176 "tokio-native-tls",
3177 "tokio-rustls 0.26.2",
3178 "tokio-socks",
3179 "url",
3180 "util",
3181 "windows 0.61.1",
3182 "workspace-hack",
3183 "worktree",
3184]
3185
3186[[package]]
3187name = "clock"
3188version = "0.1.0"
3189dependencies = [
3190 "parking_lot",
3191 "serde",
3192 "smallvec",
3193 "workspace-hack",
3194]
3195
3196[[package]]
3197name = "cloud_api_client"
3198version = "0.1.0"
3199dependencies = [
3200 "anyhow",
3201 "cloud_api_types",
3202 "futures 0.3.31",
3203 "gpui",
3204 "gpui_tokio",
3205 "http_client",
3206 "parking_lot",
3207 "serde_json",
3208 "workspace-hack",
3209 "yawc",
3210]
3211
3212[[package]]
3213name = "cloud_api_types"
3214version = "0.1.0"
3215dependencies = [
3216 "anyhow",
3217 "chrono",
3218 "ciborium",
3219 "cloud_llm_client",
3220 "pretty_assertions",
3221 "serde",
3222 "serde_json",
3223 "workspace-hack",
3224]
3225
3226[[package]]
3227name = "cloud_llm_client"
3228version = "0.1.0"
3229dependencies = [
3230 "anyhow",
3231 "chrono",
3232 "indoc",
3233 "pretty_assertions",
3234 "serde",
3235 "serde_json",
3236 "strum 0.27.2",
3237 "uuid",
3238 "workspace-hack",
3239]
3240
3241[[package]]
3242name = "cloud_zeta2_prompt"
3243version = "0.1.0"
3244dependencies = [
3245 "anyhow",
3246 "cloud_llm_client",
3247 "indoc",
3248 "ordered-float 2.10.1",
3249 "rustc-hash 2.1.1",
3250 "serde",
3251 "strum 0.27.2",
3252 "workspace-hack",
3253]
3254
3255[[package]]
3256name = "cmake"
3257version = "0.1.54"
3258source = "registry+https://github.com/rust-lang/crates.io-index"
3259checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3260dependencies = [
3261 "cc",
3262]
3263
3264[[package]]
3265name = "cobs"
3266version = "0.2.3"
3267source = "registry+https://github.com/rust-lang/crates.io-index"
3268checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
3269
3270[[package]]
3271name = "cocoa"
3272version = "0.25.0"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3275dependencies = [
3276 "bitflags 1.3.2",
3277 "block",
3278 "cocoa-foundation 0.1.2",
3279 "core-foundation 0.9.4",
3280 "core-graphics 0.23.2",
3281 "foreign-types 0.5.0",
3282 "libc",
3283 "objc",
3284]
3285
3286[[package]]
3287name = "cocoa"
3288version = "0.26.0"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3291dependencies = [
3292 "bitflags 2.9.0",
3293 "block",
3294 "cocoa-foundation 0.2.0",
3295 "core-foundation 0.10.0",
3296 "core-graphics 0.24.0",
3297 "foreign-types 0.5.0",
3298 "libc",
3299 "objc",
3300]
3301
3302[[package]]
3303name = "cocoa-foundation"
3304version = "0.1.2"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3307dependencies = [
3308 "bitflags 1.3.2",
3309 "block",
3310 "core-foundation 0.9.4",
3311 "core-graphics-types 0.1.3",
3312 "libc",
3313 "objc",
3314]
3315
3316[[package]]
3317name = "cocoa-foundation"
3318version = "0.2.0"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3321dependencies = [
3322 "bitflags 2.9.0",
3323 "block",
3324 "core-foundation 0.10.0",
3325 "core-graphics-types 0.2.0",
3326 "libc",
3327 "objc",
3328]
3329
3330[[package]]
3331name = "codespan-reporting"
3332version = "0.12.0"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3335dependencies = [
3336 "serde",
3337 "termcolor",
3338 "unicode-width",
3339]
3340
3341[[package]]
3342name = "codestral"
3343version = "0.1.0"
3344dependencies = [
3345 "anyhow",
3346 "edit_prediction",
3347 "edit_prediction_context",
3348 "futures 0.3.31",
3349 "gpui",
3350 "http_client",
3351 "language",
3352 "language_models",
3353 "log",
3354 "mistral",
3355 "serde",
3356 "serde_json",
3357 "smol",
3358 "text",
3359 "workspace-hack",
3360]
3361
3362[[package]]
3363name = "collab"
3364version = "0.44.0"
3365dependencies = [
3366 "agent_settings",
3367 "anyhow",
3368 "assistant_context",
3369 "assistant_slash_command",
3370 "async-trait",
3371 "async-tungstenite",
3372 "audio",
3373 "aws-config",
3374 "aws-sdk-kinesis",
3375 "aws-sdk-s3",
3376 "axum",
3377 "axum-extra",
3378 "base64 0.22.1",
3379 "buffer_diff",
3380 "call",
3381 "channel",
3382 "chrono",
3383 "client",
3384 "clock",
3385 "collab_ui",
3386 "collections",
3387 "command_palette_hooks",
3388 "context_server",
3389 "ctor",
3390 "dap",
3391 "dap-types",
3392 "dap_adapters",
3393 "dashmap 6.1.0",
3394 "debugger_ui",
3395 "editor",
3396 "envy",
3397 "extension",
3398 "file_finder",
3399 "fs",
3400 "futures 0.3.31",
3401 "git",
3402 "git_hosting_providers",
3403 "git_ui",
3404 "gpui",
3405 "gpui_tokio",
3406 "hex",
3407 "http_client",
3408 "hyper 0.14.32",
3409 "indoc",
3410 "language",
3411 "language_model",
3412 "livekit_api",
3413 "livekit_client",
3414 "log",
3415 "lsp",
3416 "menu",
3417 "multi_buffer",
3418 "nanoid",
3419 "node_runtime",
3420 "notifications",
3421 "parking_lot",
3422 "pretty_assertions",
3423 "project",
3424 "prometheus",
3425 "prompt_store",
3426 "prost 0.9.0",
3427 "rand 0.9.1",
3428 "recent_projects",
3429 "release_channel",
3430 "remote",
3431 "remote_server",
3432 "reqwest 0.11.27",
3433 "reqwest_client",
3434 "rpc",
3435 "scrypt",
3436 "sea-orm",
3437 "semantic_version",
3438 "semver",
3439 "serde",
3440 "serde_json",
3441 "session",
3442 "settings",
3443 "sha2",
3444 "smol",
3445 "sqlx",
3446 "strum 0.27.2",
3447 "subtle",
3448 "supermaven_api",
3449 "task",
3450 "telemetry_events",
3451 "text",
3452 "theme",
3453 "time",
3454 "tokio",
3455 "toml 0.8.20",
3456 "tower 0.4.13",
3457 "tower-http 0.4.4",
3458 "tracing",
3459 "tracing-subscriber",
3460 "unindent",
3461 "util",
3462 "uuid",
3463 "workspace",
3464 "workspace-hack",
3465 "worktree",
3466 "zlog",
3467]
3468
3469[[package]]
3470name = "collab_ui"
3471version = "0.1.0"
3472dependencies = [
3473 "anyhow",
3474 "call",
3475 "channel",
3476 "chrono",
3477 "client",
3478 "collections",
3479 "db",
3480 "editor",
3481 "futures 0.3.31",
3482 "fuzzy",
3483 "gpui",
3484 "http_client",
3485 "log",
3486 "menu",
3487 "notifications",
3488 "picker",
3489 "pretty_assertions",
3490 "project",
3491 "release_channel",
3492 "rpc",
3493 "serde",
3494 "serde_json",
3495 "settings",
3496 "smallvec",
3497 "story",
3498 "telemetry",
3499 "theme",
3500 "time",
3501 "time_format",
3502 "title_bar",
3503 "tree-sitter-md",
3504 "ui",
3505 "util",
3506 "workspace",
3507 "workspace-hack",
3508]
3509
3510[[package]]
3511name = "collections"
3512version = "0.1.0"
3513dependencies = [
3514 "indexmap 2.9.0",
3515 "rustc-hash 2.1.1",
3516 "workspace-hack",
3517]
3518
3519[[package]]
3520name = "color_quant"
3521version = "1.1.0"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3524
3525[[package]]
3526name = "colorchoice"
3527version = "1.0.3"
3528source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3530
3531[[package]]
3532name = "combine"
3533version = "4.6.7"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3536dependencies = [
3537 "bytes 1.10.1",
3538 "memchr",
3539]
3540
3541[[package]]
3542name = "comfy-table"
3543version = "7.2.1"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b"
3546dependencies = [
3547 "crossterm",
3548 "unicode-segmentation",
3549 "unicode-width",
3550]
3551
3552[[package]]
3553name = "command-fds"
3554version = "0.3.1"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "2ec1052629a80c28594777d1252efc8a6b005d13f9edfd8c3fc0f44d5b32489a"
3557dependencies = [
3558 "nix 0.30.1",
3559 "thiserror 2.0.12",
3560]
3561
3562[[package]]
3563name = "command_palette"
3564version = "0.1.0"
3565dependencies = [
3566 "anyhow",
3567 "client",
3568 "collections",
3569 "command_palette_hooks",
3570 "ctor",
3571 "db",
3572 "editor",
3573 "env_logger 0.11.8",
3574 "fuzzy",
3575 "go_to_line",
3576 "gpui",
3577 "language",
3578 "log",
3579 "menu",
3580 "picker",
3581 "postage",
3582 "project",
3583 "serde",
3584 "serde_json",
3585 "settings",
3586 "telemetry",
3587 "theme",
3588 "time",
3589 "ui",
3590 "util",
3591 "workspace",
3592 "workspace-hack",
3593 "zed_actions",
3594]
3595
3596[[package]]
3597name = "command_palette_hooks"
3598version = "0.1.0"
3599dependencies = [
3600 "collections",
3601 "derive_more",
3602 "gpui",
3603 "workspace",
3604 "workspace-hack",
3605]
3606
3607[[package]]
3608name = "compact_str"
3609version = "0.9.0"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a"
3612dependencies = [
3613 "castaway",
3614 "cfg-if",
3615 "itoa",
3616 "rustversion",
3617 "ryu",
3618 "serde",
3619 "static_assertions",
3620]
3621
3622[[package]]
3623name = "component"
3624version = "0.1.0"
3625dependencies = [
3626 "collections",
3627 "documented",
3628 "gpui",
3629 "inventory",
3630 "parking_lot",
3631 "strum 0.27.2",
3632 "theme",
3633 "workspace-hack",
3634]
3635
3636[[package]]
3637name = "concurrent-queue"
3638version = "2.5.0"
3639source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3641dependencies = [
3642 "crossbeam-utils",
3643]
3644
3645[[package]]
3646name = "console"
3647version = "0.15.11"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3650dependencies = [
3651 "encode_unicode",
3652 "libc",
3653 "once_cell",
3654 "unicode-width",
3655 "windows-sys 0.59.0",
3656]
3657
3658[[package]]
3659name = "const-oid"
3660version = "0.9.6"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3663
3664[[package]]
3665name = "const-random"
3666version = "0.1.18"
3667source = "registry+https://github.com/rust-lang/crates.io-index"
3668checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3669dependencies = [
3670 "const-random-macro",
3671]
3672
3673[[package]]
3674name = "const-random-macro"
3675version = "0.1.16"
3676source = "registry+https://github.com/rust-lang/crates.io-index"
3677checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3678dependencies = [
3679 "getrandom 0.2.15",
3680 "once_cell",
3681 "tiny-keccak",
3682]
3683
3684[[package]]
3685name = "constant_time_eq"
3686version = "0.1.5"
3687source = "registry+https://github.com/rust-lang/crates.io-index"
3688checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3689
3690[[package]]
3691name = "constant_time_eq"
3692version = "0.3.1"
3693source = "registry+https://github.com/rust-lang/crates.io-index"
3694checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3695
3696[[package]]
3697name = "context_server"
3698version = "0.1.0"
3699dependencies = [
3700 "anyhow",
3701 "async-trait",
3702 "collections",
3703 "futures 0.3.31",
3704 "gpui",
3705 "log",
3706 "net",
3707 "parking_lot",
3708 "postage",
3709 "schemars 1.0.1",
3710 "serde",
3711 "serde_json",
3712 "settings",
3713 "smol",
3714 "tempfile",
3715 "url",
3716 "util",
3717 "workspace-hack",
3718]
3719
3720[[package]]
3721name = "convert_case"
3722version = "0.4.0"
3723source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3725
3726[[package]]
3727name = "convert_case"
3728version = "0.6.0"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3731dependencies = [
3732 "unicode-segmentation",
3733]
3734
3735[[package]]
3736name = "convert_case"
3737version = "0.8.0"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3740dependencies = [
3741 "unicode-segmentation",
3742]
3743
3744[[package]]
3745name = "copilot"
3746version = "0.1.0"
3747dependencies = [
3748 "anyhow",
3749 "async-std",
3750 "chrono",
3751 "client",
3752 "clock",
3753 "collections",
3754 "command_palette_hooks",
3755 "ctor",
3756 "dirs 4.0.0",
3757 "edit_prediction",
3758 "editor",
3759 "fs",
3760 "futures 0.3.31",
3761 "gpui",
3762 "http_client",
3763 "indoc",
3764 "itertools 0.14.0",
3765 "language",
3766 "log",
3767 "lsp",
3768 "menu",
3769 "node_runtime",
3770 "parking_lot",
3771 "paths",
3772 "project",
3773 "rpc",
3774 "semver",
3775 "serde",
3776 "serde_json",
3777 "settings",
3778 "sum_tree",
3779 "task",
3780 "theme",
3781 "ui",
3782 "util",
3783 "workspace",
3784 "workspace-hack",
3785 "zlog",
3786]
3787
3788[[package]]
3789name = "core-foundation"
3790version = "0.9.4"
3791source = "registry+https://github.com/rust-lang/crates.io-index"
3792checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3793dependencies = [
3794 "core-foundation-sys",
3795 "libc",
3796]
3797
3798[[package]]
3799name = "core-foundation"
3800version = "0.10.0"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3803dependencies = [
3804 "core-foundation-sys",
3805 "libc",
3806]
3807
3808[[package]]
3809name = "core-foundation-sys"
3810version = "0.8.7"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3813
3814[[package]]
3815name = "core-graphics"
3816version = "0.23.2"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3819dependencies = [
3820 "bitflags 1.3.2",
3821 "core-foundation 0.9.4",
3822 "core-graphics-types 0.1.3",
3823 "foreign-types 0.5.0",
3824 "libc",
3825]
3826
3827[[package]]
3828name = "core-graphics"
3829version = "0.24.0"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3832dependencies = [
3833 "bitflags 2.9.0",
3834 "core-foundation 0.10.0",
3835 "core-graphics-types 0.2.0",
3836 "foreign-types 0.5.0",
3837 "libc",
3838]
3839
3840[[package]]
3841name = "core-graphics-helmer-fork"
3842version = "0.24.0"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3845dependencies = [
3846 "bitflags 2.9.0",
3847 "core-foundation 0.9.4",
3848 "core-graphics-types 0.1.3",
3849 "foreign-types 0.5.0",
3850 "libc",
3851]
3852
3853[[package]]
3854name = "core-graphics-types"
3855version = "0.1.3"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3858dependencies = [
3859 "bitflags 1.3.2",
3860 "core-foundation 0.9.4",
3861 "libc",
3862]
3863
3864[[package]]
3865name = "core-graphics-types"
3866version = "0.2.0"
3867source = "registry+https://github.com/rust-lang/crates.io-index"
3868checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3869dependencies = [
3870 "bitflags 2.9.0",
3871 "core-foundation 0.10.0",
3872 "libc",
3873]
3874
3875[[package]]
3876name = "core-graphics2"
3877version = "0.4.1"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3880dependencies = [
3881 "bitflags 2.9.0",
3882 "block",
3883 "cfg-if",
3884 "core-foundation 0.10.0",
3885 "libc",
3886]
3887
3888[[package]]
3889name = "core-services"
3890version = "0.2.1"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3893dependencies = [
3894 "core-foundation 0.9.4",
3895]
3896
3897[[package]]
3898name = "core-text"
3899version = "21.0.0"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3902dependencies = [
3903 "core-foundation 0.10.0",
3904 "core-graphics 0.24.0",
3905 "foreign-types 0.5.0",
3906 "libc",
3907]
3908
3909[[package]]
3910name = "core-video"
3911version = "0.4.3"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3914dependencies = [
3915 "block",
3916 "core-foundation 0.10.0",
3917 "core-graphics2",
3918 "io-surface",
3919 "libc",
3920 "metal",
3921]
3922
3923[[package]]
3924name = "core_maths"
3925version = "0.1.1"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3928dependencies = [
3929 "libm",
3930]
3931
3932[[package]]
3933name = "coreaudio-rs"
3934version = "0.12.1"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3937dependencies = [
3938 "bitflags 1.3.2",
3939 "core-foundation-sys",
3940 "coreaudio-sys",
3941]
3942
3943[[package]]
3944name = "coreaudio-rs"
3945version = "0.13.0"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3948dependencies = [
3949 "bitflags 1.3.2",
3950 "libc",
3951 "objc2-audio-toolbox",
3952 "objc2-core-audio",
3953 "objc2-core-audio-types",
3954 "objc2-core-foundation",
3955]
3956
3957[[package]]
3958name = "coreaudio-sys"
3959version = "0.2.16"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3962dependencies = [
3963 "bindgen 0.70.1",
3964]
3965
3966[[package]]
3967name = "cosmic-text"
3968version = "0.14.0"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3971dependencies = [
3972 "bitflags 2.9.0",
3973 "fontdb 0.16.2",
3974 "log",
3975 "rangemap",
3976 "rustc-hash 1.1.0",
3977 "rustybuzz 0.14.1",
3978 "self_cell",
3979 "smol_str",
3980 "swash",
3981 "sys-locale",
3982 "ttf-parser 0.21.1",
3983 "unicode-bidi",
3984 "unicode-linebreak",
3985 "unicode-script",
3986 "unicode-segmentation",
3987]
3988
3989[[package]]
3990name = "cpal"
3991version = "0.16.0"
3992source = "registry+https://github.com/rust-lang/crates.io-index"
3993checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3994dependencies = [
3995 "alsa",
3996 "coreaudio-rs 0.13.0",
3997 "dasp_sample",
3998 "jni",
3999 "js-sys",
4000 "libc",
4001 "mach2 0.4.2",
4002 "ndk",
4003 "ndk-context",
4004 "num-derive",
4005 "num-traits",
4006 "objc2-audio-toolbox",
4007 "objc2-core-audio",
4008 "objc2-core-audio-types",
4009 "wasm-bindgen",
4010 "wasm-bindgen-futures",
4011 "web-sys",
4012 "windows 0.54.0",
4013]
4014
4015[[package]]
4016name = "cpp_demangle"
4017version = "0.4.4"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
4020dependencies = [
4021 "cfg-if",
4022]
4023
4024[[package]]
4025name = "cpufeatures"
4026version = "0.2.17"
4027source = "registry+https://github.com/rust-lang/crates.io-index"
4028checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
4029dependencies = [
4030 "libc",
4031]
4032
4033[[package]]
4034name = "cranelift-bforest"
4035version = "0.116.1"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
4038dependencies = [
4039 "cranelift-entity",
4040]
4041
4042[[package]]
4043name = "cranelift-bitset"
4044version = "0.116.1"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
4047dependencies = [
4048 "serde",
4049 "serde_derive",
4050]
4051
4052[[package]]
4053name = "cranelift-codegen"
4054version = "0.116.1"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
4057dependencies = [
4058 "bumpalo",
4059 "cranelift-bforest",
4060 "cranelift-bitset",
4061 "cranelift-codegen-meta",
4062 "cranelift-codegen-shared",
4063 "cranelift-control",
4064 "cranelift-entity",
4065 "cranelift-isle",
4066 "gimli",
4067 "hashbrown 0.14.5",
4068 "log",
4069 "postcard",
4070 "regalloc2",
4071 "rustc-hash 2.1.1",
4072 "serde",
4073 "serde_derive",
4074 "sha2",
4075 "smallvec",
4076 "target-lexicon 0.13.2",
4077]
4078
4079[[package]]
4080name = "cranelift-codegen-meta"
4081version = "0.116.1"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4084dependencies = [
4085 "cranelift-codegen-shared",
4086]
4087
4088[[package]]
4089name = "cranelift-codegen-shared"
4090version = "0.116.1"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4093
4094[[package]]
4095name = "cranelift-control"
4096version = "0.116.1"
4097source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4099dependencies = [
4100 "arbitrary",
4101]
4102
4103[[package]]
4104name = "cranelift-entity"
4105version = "0.116.1"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4108dependencies = [
4109 "cranelift-bitset",
4110 "serde",
4111 "serde_derive",
4112]
4113
4114[[package]]
4115name = "cranelift-frontend"
4116version = "0.116.1"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4119dependencies = [
4120 "cranelift-codegen",
4121 "log",
4122 "smallvec",
4123 "target-lexicon 0.13.2",
4124]
4125
4126[[package]]
4127name = "cranelift-isle"
4128version = "0.116.1"
4129source = "registry+https://github.com/rust-lang/crates.io-index"
4130checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4131
4132[[package]]
4133name = "cranelift-native"
4134version = "0.116.1"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4137dependencies = [
4138 "cranelift-codegen",
4139 "libc",
4140 "target-lexicon 0.13.2",
4141]
4142
4143[[package]]
4144name = "crash-context"
4145version = "0.6.3"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4148dependencies = [
4149 "cfg-if",
4150 "libc",
4151 "mach2 0.4.2",
4152]
4153
4154[[package]]
4155name = "crash-handler"
4156version = "0.6.3"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4159dependencies = [
4160 "cfg-if",
4161 "crash-context",
4162 "libc",
4163 "mach2 0.4.2",
4164 "parking_lot",
4165]
4166
4167[[package]]
4168name = "crashes"
4169version = "0.1.0"
4170dependencies = [
4171 "bincode 1.3.3",
4172 "cfg-if",
4173 "crash-handler",
4174 "log",
4175 "mach2 0.5.0",
4176 "minidumper",
4177 "paths",
4178 "release_channel",
4179 "serde",
4180 "serde_json",
4181 "smol",
4182 "system_specs",
4183 "workspace-hack",
4184 "zstd 0.11.2+zstd.1.5.2",
4185]
4186
4187[[package]]
4188name = "crc"
4189version = "3.3.0"
4190source = "registry+https://github.com/rust-lang/crates.io-index"
4191checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4192dependencies = [
4193 "crc-catalog",
4194]
4195
4196[[package]]
4197name = "crc-catalog"
4198version = "2.4.0"
4199source = "registry+https://github.com/rust-lang/crates.io-index"
4200checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4201
4202[[package]]
4203name = "crc32c"
4204version = "0.6.8"
4205source = "registry+https://github.com/rust-lang/crates.io-index"
4206checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
4207dependencies = [
4208 "rustc_version",
4209]
4210
4211[[package]]
4212name = "crc32fast"
4213version = "1.4.2"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
4216dependencies = [
4217 "cfg-if",
4218]
4219
4220[[package]]
4221name = "crc64fast-nvme"
4222version = "1.2.0"
4223source = "registry+https://github.com/rust-lang/crates.io-index"
4224checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
4225dependencies = [
4226 "crc",
4227]
4228
4229[[package]]
4230name = "credentials_provider"
4231version = "0.1.0"
4232dependencies = [
4233 "anyhow",
4234 "futures 0.3.31",
4235 "gpui",
4236 "paths",
4237 "release_channel",
4238 "serde",
4239 "serde_json",
4240 "workspace-hack",
4241]
4242
4243[[package]]
4244name = "criterion"
4245version = "0.5.1"
4246source = "registry+https://github.com/rust-lang/crates.io-index"
4247checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4248dependencies = [
4249 "anes",
4250 "cast",
4251 "ciborium",
4252 "clap",
4253 "criterion-plot",
4254 "is-terminal",
4255 "itertools 0.10.5",
4256 "num-traits",
4257 "once_cell",
4258 "oorandom",
4259 "plotters",
4260 "rayon",
4261 "regex",
4262 "serde",
4263 "serde_derive",
4264 "serde_json",
4265 "tinytemplate",
4266 "walkdir",
4267]
4268
4269[[package]]
4270name = "criterion-plot"
4271version = "0.5.0"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4274dependencies = [
4275 "cast",
4276 "itertools 0.10.5",
4277]
4278
4279[[package]]
4280name = "crossbeam"
4281version = "0.8.4"
4282source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4284dependencies = [
4285 "crossbeam-channel",
4286 "crossbeam-deque",
4287 "crossbeam-epoch",
4288 "crossbeam-queue",
4289 "crossbeam-utils",
4290]
4291
4292[[package]]
4293name = "crossbeam-channel"
4294version = "0.5.15"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4297dependencies = [
4298 "crossbeam-utils",
4299]
4300
4301[[package]]
4302name = "crossbeam-deque"
4303version = "0.8.6"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4306dependencies = [
4307 "crossbeam-epoch",
4308 "crossbeam-utils",
4309]
4310
4311[[package]]
4312name = "crossbeam-epoch"
4313version = "0.9.18"
4314source = "registry+https://github.com/rust-lang/crates.io-index"
4315checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4316dependencies = [
4317 "crossbeam-utils",
4318]
4319
4320[[package]]
4321name = "crossbeam-queue"
4322version = "0.3.12"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4325dependencies = [
4326 "crossbeam-utils",
4327]
4328
4329[[package]]
4330name = "crossbeam-utils"
4331version = "0.8.21"
4332source = "registry+https://github.com/rust-lang/crates.io-index"
4333checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4334
4335[[package]]
4336name = "crossterm"
4337version = "0.29.0"
4338source = "registry+https://github.com/rust-lang/crates.io-index"
4339checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
4340dependencies = [
4341 "bitflags 2.9.0",
4342 "crossterm_winapi",
4343 "document-features",
4344 "parking_lot",
4345 "rustix 1.0.7",
4346 "winapi",
4347]
4348
4349[[package]]
4350name = "crossterm_winapi"
4351version = "0.9.1"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
4354dependencies = [
4355 "winapi",
4356]
4357
4358[[package]]
4359name = "crunchy"
4360version = "0.2.3"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
4363
4364[[package]]
4365name = "crypto-bigint"
4366version = "0.4.9"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4369dependencies = [
4370 "generic-array",
4371 "rand_core 0.6.4",
4372 "subtle",
4373 "zeroize",
4374]
4375
4376[[package]]
4377name = "crypto-bigint"
4378version = "0.5.5"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4381dependencies = [
4382 "rand_core 0.6.4",
4383 "subtle",
4384]
4385
4386[[package]]
4387name = "crypto-common"
4388version = "0.1.6"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4391dependencies = [
4392 "generic-array",
4393 "rand_core 0.6.4",
4394 "typenum",
4395]
4396
4397[[package]]
4398name = "cssparser"
4399version = "0.35.0"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4402dependencies = [
4403 "cssparser-macros",
4404 "dtoa-short",
4405 "itoa",
4406 "phf 0.11.3",
4407 "smallvec",
4408]
4409
4410[[package]]
4411name = "cssparser-macros"
4412version = "0.6.1"
4413source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4415dependencies = [
4416 "quote",
4417 "syn 2.0.101",
4418]
4419
4420[[package]]
4421name = "ctor"
4422version = "0.4.2"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
4425dependencies = [
4426 "ctor-proc-macro",
4427 "dtor",
4428]
4429
4430[[package]]
4431name = "ctor-proc-macro"
4432version = "0.0.5"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
4435
4436[[package]]
4437name = "ctrlc"
4438version = "3.4.6"
4439source = "registry+https://github.com/rust-lang/crates.io-index"
4440checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
4441dependencies = [
4442 "nix 0.29.0",
4443 "windows-sys 0.59.0",
4444]
4445
4446[[package]]
4447name = "cursor-icon"
4448version = "1.1.0"
4449source = "registry+https://github.com/rust-lang/crates.io-index"
4450checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
4451
4452[[package]]
4453name = "cxx"
4454version = "1.0.157"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
4457dependencies = [
4458 "cc",
4459 "cxxbridge-cmd",
4460 "cxxbridge-flags",
4461 "cxxbridge-macro",
4462 "foldhash",
4463 "link-cplusplus",
4464]
4465
4466[[package]]
4467name = "cxx-build"
4468version = "1.0.157"
4469source = "registry+https://github.com/rust-lang/crates.io-index"
4470checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
4471dependencies = [
4472 "cc",
4473 "codespan-reporting",
4474 "proc-macro2",
4475 "quote",
4476 "scratch",
4477 "syn 2.0.101",
4478]
4479
4480[[package]]
4481name = "cxxbridge-cmd"
4482version = "1.0.157"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
4485dependencies = [
4486 "clap",
4487 "codespan-reporting",
4488 "proc-macro2",
4489 "quote",
4490 "syn 2.0.101",
4491]
4492
4493[[package]]
4494name = "cxxbridge-flags"
4495version = "1.0.157"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
4498
4499[[package]]
4500name = "cxxbridge-macro"
4501version = "1.0.157"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
4504dependencies = [
4505 "proc-macro2",
4506 "quote",
4507 "rustversion",
4508 "syn 2.0.101",
4509]
4510
4511[[package]]
4512name = "dap"
4513version = "0.1.0"
4514dependencies = [
4515 "anyhow",
4516 "async-compression",
4517 "async-pipe",
4518 "async-tar",
4519 "async-trait",
4520 "client",
4521 "collections",
4522 "dap-types",
4523 "fs",
4524 "futures 0.3.31",
4525 "gpui",
4526 "http_client",
4527 "language",
4528 "libc",
4529 "log",
4530 "node_runtime",
4531 "parking_lot",
4532 "paths",
4533 "proto",
4534 "schemars 1.0.1",
4535 "serde",
4536 "serde_json",
4537 "settings",
4538 "smallvec",
4539 "smol",
4540 "task",
4541 "telemetry",
4542 "tree-sitter",
4543 "tree-sitter-go",
4544 "util",
4545 "workspace-hack",
4546 "zlog",
4547]
4548
4549[[package]]
4550name = "dap-types"
4551version = "0.0.1"
4552source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4553dependencies = [
4554 "schemars 1.0.1",
4555 "serde",
4556 "serde_json",
4557]
4558
4559[[package]]
4560name = "dap_adapters"
4561version = "0.1.0"
4562dependencies = [
4563 "anyhow",
4564 "async-trait",
4565 "collections",
4566 "dap",
4567 "dotenvy",
4568 "fs",
4569 "futures 0.3.31",
4570 "gpui",
4571 "json_dotpath",
4572 "language",
4573 "log",
4574 "paths",
4575 "serde",
4576 "serde_json",
4577 "shlex",
4578 "smol",
4579 "task",
4580 "util",
4581 "workspace-hack",
4582]
4583
4584[[package]]
4585name = "darling"
4586version = "0.20.11"
4587source = "registry+https://github.com/rust-lang/crates.io-index"
4588checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4589dependencies = [
4590 "darling_core",
4591 "darling_macro",
4592]
4593
4594[[package]]
4595name = "darling_core"
4596version = "0.20.11"
4597source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4599dependencies = [
4600 "fnv",
4601 "ident_case",
4602 "proc-macro2",
4603 "quote",
4604 "strsim",
4605 "syn 2.0.101",
4606]
4607
4608[[package]]
4609name = "darling_macro"
4610version = "0.20.11"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4613dependencies = [
4614 "darling_core",
4615 "quote",
4616 "syn 2.0.101",
4617]
4618
4619[[package]]
4620name = "dashmap"
4621version = "5.5.3"
4622source = "registry+https://github.com/rust-lang/crates.io-index"
4623checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4624dependencies = [
4625 "cfg-if",
4626 "hashbrown 0.14.5",
4627 "lock_api",
4628 "once_cell",
4629 "parking_lot_core",
4630]
4631
4632[[package]]
4633name = "dashmap"
4634version = "6.1.0"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4637dependencies = [
4638 "cfg-if",
4639 "crossbeam-utils",
4640 "hashbrown 0.14.5",
4641 "lock_api",
4642 "once_cell",
4643 "parking_lot_core",
4644]
4645
4646[[package]]
4647name = "dasp_sample"
4648version = "0.11.0"
4649source = "registry+https://github.com/rust-lang/crates.io-index"
4650checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4651
4652[[package]]
4653name = "data-encoding"
4654version = "2.9.0"
4655source = "registry+https://github.com/rust-lang/crates.io-index"
4656checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4657
4658[[package]]
4659name = "data-url"
4660version = "0.3.1"
4661source = "registry+https://github.com/rust-lang/crates.io-index"
4662checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4663
4664[[package]]
4665name = "db"
4666version = "0.1.0"
4667dependencies = [
4668 "anyhow",
4669 "gpui",
4670 "indoc",
4671 "log",
4672 "paths",
4673 "release_channel",
4674 "smol",
4675 "sqlez",
4676 "sqlez_macros",
4677 "tempfile",
4678 "util",
4679 "workspace-hack",
4680 "zed_env_vars",
4681]
4682
4683[[package]]
4684name = "dbus"
4685version = "0.9.7"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4688dependencies = [
4689 "libc",
4690 "libdbus-sys",
4691 "winapi",
4692]
4693
4694[[package]]
4695name = "debug_adapter_extension"
4696version = "0.1.0"
4697dependencies = [
4698 "anyhow",
4699 "async-trait",
4700 "collections",
4701 "dap",
4702 "extension",
4703 "gpui",
4704 "serde_json",
4705 "task",
4706 "util",
4707 "workspace-hack",
4708]
4709
4710[[package]]
4711name = "debug_unsafe"
4712version = "0.1.3"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "85d3cef41d236720ed453e102153a53e4cc3d2fde848c0078a50cf249e8e3e5b"
4715
4716[[package]]
4717name = "debugger_tools"
4718version = "0.1.0"
4719dependencies = [
4720 "anyhow",
4721 "dap",
4722 "editor",
4723 "futures 0.3.31",
4724 "gpui",
4725 "project",
4726 "serde_json",
4727 "settings",
4728 "smol",
4729 "util",
4730 "workspace",
4731 "workspace-hack",
4732]
4733
4734[[package]]
4735name = "debugger_ui"
4736version = "0.1.0"
4737dependencies = [
4738 "alacritty_terminal",
4739 "anyhow",
4740 "bitflags 2.9.0",
4741 "client",
4742 "collections",
4743 "command_palette_hooks",
4744 "dap",
4745 "dap_adapters",
4746 "db",
4747 "debugger_tools",
4748 "editor",
4749 "file_icons",
4750 "futures 0.3.31",
4751 "fuzzy",
4752 "gpui",
4753 "hex",
4754 "indoc",
4755 "itertools 0.14.0",
4756 "language",
4757 "log",
4758 "menu",
4759 "notifications",
4760 "parking_lot",
4761 "parse_int",
4762 "paths",
4763 "picker",
4764 "pretty_assertions",
4765 "project",
4766 "rpc",
4767 "schemars 1.0.1",
4768 "serde",
4769 "serde_json",
4770 "serde_json_lenient",
4771 "settings",
4772 "shlex",
4773 "sysinfo 0.37.2",
4774 "task",
4775 "tasks_ui",
4776 "telemetry",
4777 "terminal_view",
4778 "text",
4779 "theme",
4780 "tree-sitter",
4781 "tree-sitter-go",
4782 "tree-sitter-json",
4783 "ui",
4784 "unindent",
4785 "util",
4786 "workspace",
4787 "workspace-hack",
4788 "zed_actions",
4789 "zlog",
4790]
4791
4792[[package]]
4793name = "debugid"
4794version = "0.8.0"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4797dependencies = [
4798 "uuid",
4799]
4800
4801[[package]]
4802name = "deepseek"
4803version = "0.1.0"
4804dependencies = [
4805 "anyhow",
4806 "futures 0.3.31",
4807 "http_client",
4808 "schemars 1.0.1",
4809 "serde",
4810 "serde_json",
4811 "workspace-hack",
4812]
4813
4814[[package]]
4815name = "deflate64"
4816version = "0.1.9"
4817source = "registry+https://github.com/rust-lang/crates.io-index"
4818checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4819
4820[[package]]
4821name = "denoise"
4822version = "0.1.0"
4823dependencies = [
4824 "candle-core",
4825 "candle-onnx",
4826 "log",
4827 "realfft",
4828 "rodio",
4829 "rustfft",
4830 "thiserror 2.0.12",
4831 "workspace-hack",
4832]
4833
4834[[package]]
4835name = "der"
4836version = "0.6.1"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4839dependencies = [
4840 "const-oid",
4841 "zeroize",
4842]
4843
4844[[package]]
4845name = "der"
4846version = "0.7.10"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4849dependencies = [
4850 "const-oid",
4851 "pem-rfc7468",
4852 "zeroize",
4853]
4854
4855[[package]]
4856name = "deranged"
4857version = "0.4.0"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4860dependencies = [
4861 "powerfmt",
4862 "serde",
4863]
4864
4865[[package]]
4866name = "derive_arbitrary"
4867version = "1.4.2"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4870dependencies = [
4871 "proc-macro2",
4872 "quote",
4873 "syn 2.0.101",
4874]
4875
4876[[package]]
4877name = "derive_more"
4878version = "0.99.19"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4881dependencies = [
4882 "convert_case 0.4.0",
4883 "proc-macro2",
4884 "quote",
4885 "rustc_version",
4886 "syn 2.0.101",
4887]
4888
4889[[package]]
4890name = "derive_refineable"
4891version = "0.1.0"
4892dependencies = [
4893 "proc-macro2",
4894 "quote",
4895 "syn 2.0.101",
4896 "workspace-hack",
4897]
4898
4899[[package]]
4900name = "deunicode"
4901version = "1.6.2"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
4904
4905[[package]]
4906name = "diagnostics"
4907version = "0.1.0"
4908dependencies = [
4909 "anyhow",
4910 "client",
4911 "collections",
4912 "component",
4913 "ctor",
4914 "editor",
4915 "gpui",
4916 "indoc",
4917 "language",
4918 "log",
4919 "lsp",
4920 "markdown",
4921 "pretty_assertions",
4922 "project",
4923 "rand 0.9.1",
4924 "serde",
4925 "serde_json",
4926 "settings",
4927 "text",
4928 "theme",
4929 "ui",
4930 "unindent",
4931 "util",
4932 "workspace",
4933 "workspace-hack",
4934 "zlog",
4935]
4936
4937[[package]]
4938name = "dialoguer"
4939version = "0.11.0"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4942dependencies = [
4943 "console",
4944 "fuzzy-matcher",
4945 "shell-words",
4946 "tempfile",
4947 "thiserror 1.0.69",
4948 "zeroize",
4949]
4950
4951[[package]]
4952name = "diff"
4953version = "0.1.13"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4956
4957[[package]]
4958name = "diffy"
4959version = "0.4.2"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4962dependencies = [
4963 "nu-ansi-term",
4964]
4965
4966[[package]]
4967name = "digest"
4968version = "0.10.7"
4969source = "registry+https://github.com/rust-lang/crates.io-index"
4970checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4971dependencies = [
4972 "block-buffer",
4973 "const-oid",
4974 "crypto-common",
4975 "subtle",
4976]
4977
4978[[package]]
4979name = "dirs"
4980version = "4.0.0"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4983dependencies = [
4984 "dirs-sys 0.3.7",
4985]
4986
4987[[package]]
4988name = "dirs"
4989version = "5.0.1"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
4991checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4992dependencies = [
4993 "dirs-sys 0.4.1",
4994]
4995
4996[[package]]
4997name = "dirs"
4998version = "6.0.0"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
5001dependencies = [
5002 "dirs-sys 0.5.0",
5003]
5004
5005[[package]]
5006name = "dirs-sys"
5007version = "0.3.7"
5008source = "registry+https://github.com/rust-lang/crates.io-index"
5009checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
5010dependencies = [
5011 "libc",
5012 "redox_users 0.4.6",
5013 "winapi",
5014]
5015
5016[[package]]
5017name = "dirs-sys"
5018version = "0.4.1"
5019source = "registry+https://github.com/rust-lang/crates.io-index"
5020checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
5021dependencies = [
5022 "libc",
5023 "option-ext",
5024 "redox_users 0.4.6",
5025 "windows-sys 0.48.0",
5026]
5027
5028[[package]]
5029name = "dirs-sys"
5030version = "0.5.0"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5033dependencies = [
5034 "libc",
5035 "option-ext",
5036 "redox_users 0.5.0",
5037 "windows-sys 0.61.0",
5038]
5039
5040[[package]]
5041name = "dispatch"
5042version = "0.2.0"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5045
5046[[package]]
5047name = "dispatch2"
5048version = "0.3.0"
5049source = "registry+https://github.com/rust-lang/crates.io-index"
5050checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
5051dependencies = [
5052 "bitflags 2.9.0",
5053 "objc2",
5054]
5055
5056[[package]]
5057name = "displaydoc"
5058version = "0.2.5"
5059source = "registry+https://github.com/rust-lang/crates.io-index"
5060checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5061dependencies = [
5062 "proc-macro2",
5063 "quote",
5064 "syn 2.0.101",
5065]
5066
5067[[package]]
5068name = "dlib"
5069version = "0.5.2"
5070source = "registry+https://github.com/rust-lang/crates.io-index"
5071checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5072dependencies = [
5073 "libloading",
5074]
5075
5076[[package]]
5077name = "docs_preprocessor"
5078version = "0.1.0"
5079dependencies = [
5080 "anyhow",
5081 "command_palette",
5082 "gpui",
5083 "mdbook",
5084 "regex",
5085 "serde",
5086 "serde_json",
5087 "settings",
5088 "task",
5089 "theme",
5090 "util",
5091 "workspace-hack",
5092 "zed",
5093 "zlog",
5094]
5095
5096[[package]]
5097name = "document-features"
5098version = "0.2.11"
5099source = "registry+https://github.com/rust-lang/crates.io-index"
5100checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
5101dependencies = [
5102 "litrs",
5103]
5104
5105[[package]]
5106name = "documented"
5107version = "0.9.1"
5108source = "registry+https://github.com/rust-lang/crates.io-index"
5109checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
5110dependencies = [
5111 "documented-macros",
5112 "phf 0.11.3",
5113 "thiserror 1.0.69",
5114]
5115
5116[[package]]
5117name = "documented-macros"
5118version = "0.9.1"
5119source = "registry+https://github.com/rust-lang/crates.io-index"
5120checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
5121dependencies = [
5122 "convert_case 0.6.0",
5123 "itertools 0.13.0",
5124 "optfield",
5125 "proc-macro2",
5126 "quote",
5127 "strum 0.26.3",
5128 "syn 2.0.101",
5129]
5130
5131[[package]]
5132name = "dotenvy"
5133version = "0.15.7"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5136
5137[[package]]
5138name = "downcast-rs"
5139version = "1.2.1"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5142
5143[[package]]
5144name = "doxygen-rs"
5145version = "0.4.2"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5148dependencies = [
5149 "phf 0.11.3",
5150]
5151
5152[[package]]
5153name = "dtoa"
5154version = "1.0.10"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5157
5158[[package]]
5159name = "dtoa-short"
5160version = "0.3.5"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5163dependencies = [
5164 "dtoa",
5165]
5166
5167[[package]]
5168name = "dtor"
5169version = "0.0.6"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5172dependencies = [
5173 "dtor-proc-macro",
5174]
5175
5176[[package]]
5177name = "dtor-proc-macro"
5178version = "0.0.5"
5179source = "registry+https://github.com/rust-lang/crates.io-index"
5180checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5181
5182[[package]]
5183name = "dunce"
5184version = "1.0.5"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5187
5188[[package]]
5189name = "dwrote"
5190version = "0.11.3"
5191source = "registry+https://github.com/rust-lang/crates.io-index"
5192checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
5193dependencies = [
5194 "lazy_static",
5195 "libc",
5196 "winapi",
5197 "wio",
5198]
5199
5200[[package]]
5201name = "dyn-clone"
5202version = "1.0.19"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
5205
5206[[package]]
5207name = "dyn-stack"
5208version = "0.10.0"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5211dependencies = [
5212 "bytemuck",
5213 "reborrow",
5214]
5215
5216[[package]]
5217name = "dyn-stack"
5218version = "0.13.0"
5219source = "registry+https://github.com/rust-lang/crates.io-index"
5220checksum = "490bd48eb68fffcfed519b4edbfd82c69cbe741d175b84f0e0cbe8c57cbe0bdd"
5221dependencies = [
5222 "bytemuck",
5223]
5224
5225[[package]]
5226name = "ec4rs"
5227version = "1.2.0"
5228source = "registry+https://github.com/rust-lang/crates.io-index"
5229checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5230
5231[[package]]
5232name = "ecdsa"
5233version = "0.14.8"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5236dependencies = [
5237 "der 0.6.1",
5238 "elliptic-curve",
5239 "rfc6979",
5240 "signature 1.6.4",
5241]
5242
5243[[package]]
5244name = "edit_prediction"
5245version = "0.1.0"
5246dependencies = [
5247 "client",
5248 "gpui",
5249 "language",
5250 "workspace-hack",
5251]
5252
5253[[package]]
5254name = "edit_prediction_button"
5255version = "0.1.0"
5256dependencies = [
5257 "anyhow",
5258 "client",
5259 "cloud_llm_client",
5260 "codestral",
5261 "copilot",
5262 "edit_prediction",
5263 "editor",
5264 "feature_flags",
5265 "fs",
5266 "futures 0.3.31",
5267 "gpui",
5268 "indoc",
5269 "language",
5270 "lsp",
5271 "paths",
5272 "project",
5273 "regex",
5274 "serde_json",
5275 "settings",
5276 "supermaven",
5277 "telemetry",
5278 "theme",
5279 "ui",
5280 "workspace",
5281 "workspace-hack",
5282 "zed_actions",
5283 "zeta",
5284]
5285
5286[[package]]
5287name = "edit_prediction_context"
5288version = "0.1.0"
5289dependencies = [
5290 "anyhow",
5291 "arrayvec",
5292 "clap",
5293 "cloud_llm_client",
5294 "collections",
5295 "futures 0.3.31",
5296 "gpui",
5297 "hashbrown 0.15.3",
5298 "indoc",
5299 "itertools 0.14.0",
5300 "language",
5301 "log",
5302 "ordered-float 2.10.1",
5303 "postage",
5304 "pretty_assertions",
5305 "project",
5306 "regex",
5307 "serde",
5308 "serde_json",
5309 "settings",
5310 "slotmap",
5311 "strum 0.27.2",
5312 "text",
5313 "tree-sitter",
5314 "tree-sitter-c",
5315 "tree-sitter-cpp",
5316 "tree-sitter-go",
5317 "util",
5318 "workspace-hack",
5319 "zlog",
5320]
5321
5322[[package]]
5323name = "editor"
5324version = "0.1.0"
5325dependencies = [
5326 "aho-corasick",
5327 "anyhow",
5328 "assets",
5329 "buffer_diff",
5330 "client",
5331 "clock",
5332 "collections",
5333 "convert_case 0.8.0",
5334 "criterion",
5335 "ctor",
5336 "dap",
5337 "db",
5338 "edit_prediction",
5339 "emojis",
5340 "file_icons",
5341 "fs",
5342 "futures 0.3.31",
5343 "fuzzy",
5344 "git",
5345 "gpui",
5346 "http_client",
5347 "indoc",
5348 "itertools 0.14.0",
5349 "language",
5350 "languages",
5351 "linkify",
5352 "log",
5353 "lsp",
5354 "markdown",
5355 "menu",
5356 "multi_buffer",
5357 "ordered-float 2.10.1",
5358 "parking_lot",
5359 "pretty_assertions",
5360 "project",
5361 "rand 0.9.1",
5362 "regex",
5363 "release_channel",
5364 "rpc",
5365 "schemars 1.0.1",
5366 "serde",
5367 "serde_json",
5368 "settings",
5369 "smallvec",
5370 "smol",
5371 "snippet",
5372 "sum_tree",
5373 "task",
5374 "telemetry",
5375 "tempfile",
5376 "text",
5377 "theme",
5378 "time",
5379 "tree-sitter-bash",
5380 "tree-sitter-c",
5381 "tree-sitter-html",
5382 "tree-sitter-python",
5383 "tree-sitter-rust",
5384 "tree-sitter-typescript",
5385 "tree-sitter-yaml",
5386 "ui",
5387 "unicode-script",
5388 "unicode-segmentation",
5389 "unindent",
5390 "url",
5391 "util",
5392 "uuid",
5393 "vim_mode_setting",
5394 "workspace",
5395 "workspace-hack",
5396 "zed_actions",
5397 "zlog",
5398]
5399
5400[[package]]
5401name = "either"
5402version = "1.15.0"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5405dependencies = [
5406 "serde",
5407]
5408
5409[[package]]
5410name = "elasticlunr-rs"
5411version = "3.0.2"
5412source = "registry+https://github.com/rust-lang/crates.io-index"
5413checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5414dependencies = [
5415 "regex",
5416 "serde",
5417 "serde_derive",
5418 "serde_json",
5419]
5420
5421[[package]]
5422name = "elliptic-curve"
5423version = "0.12.3"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5426dependencies = [
5427 "base16ct",
5428 "crypto-bigint 0.4.9",
5429 "der 0.6.1",
5430 "digest",
5431 "ff",
5432 "generic-array",
5433 "group",
5434 "pkcs8 0.9.0",
5435 "rand_core 0.6.4",
5436 "sec1",
5437 "subtle",
5438 "zeroize",
5439]
5440
5441[[package]]
5442name = "email_address"
5443version = "0.2.9"
5444source = "registry+https://github.com/rust-lang/crates.io-index"
5445checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5446dependencies = [
5447 "serde",
5448]
5449
5450[[package]]
5451name = "embed-resource"
5452version = "3.0.2"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
5455dependencies = [
5456 "cc",
5457 "memchr",
5458 "rustc_version",
5459 "toml 0.8.20",
5460 "vswhom",
5461 "winreg 0.52.0",
5462]
5463
5464[[package]]
5465name = "embedded-io"
5466version = "0.4.0"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5469
5470[[package]]
5471name = "embedded-io"
5472version = "0.6.1"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5475
5476[[package]]
5477name = "emojis"
5478version = "0.6.4"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5481dependencies = [
5482 "phf 0.11.3",
5483]
5484
5485[[package]]
5486name = "encode_unicode"
5487version = "1.0.0"
5488source = "registry+https://github.com/rust-lang/crates.io-index"
5489checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5490
5491[[package]]
5492name = "encoding_rs"
5493version = "0.8.35"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5496dependencies = [
5497 "cfg-if",
5498]
5499
5500[[package]]
5501name = "endi"
5502version = "1.1.0"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5505
5506[[package]]
5507name = "enum-as-inner"
5508version = "0.6.1"
5509source = "registry+https://github.com/rust-lang/crates.io-index"
5510checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5511dependencies = [
5512 "heck 0.5.0",
5513 "proc-macro2",
5514 "quote",
5515 "syn 2.0.101",
5516]
5517
5518[[package]]
5519name = "enumflags2"
5520version = "0.7.11"
5521source = "registry+https://github.com/rust-lang/crates.io-index"
5522checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
5523dependencies = [
5524 "enumflags2_derive",
5525 "serde",
5526]
5527
5528[[package]]
5529name = "enumflags2_derive"
5530version = "0.7.11"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
5533dependencies = [
5534 "proc-macro2",
5535 "quote",
5536 "syn 2.0.101",
5537]
5538
5539[[package]]
5540name = "env_filter"
5541version = "0.1.3"
5542source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
5544dependencies = [
5545 "log",
5546 "regex",
5547]
5548
5549[[package]]
5550name = "env_logger"
5551version = "0.10.2"
5552source = "registry+https://github.com/rust-lang/crates.io-index"
5553checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5554dependencies = [
5555 "humantime",
5556 "is-terminal",
5557 "log",
5558 "regex",
5559 "termcolor",
5560]
5561
5562[[package]]
5563name = "env_logger"
5564version = "0.11.8"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5567dependencies = [
5568 "anstream",
5569 "anstyle",
5570 "env_filter",
5571 "jiff",
5572 "log",
5573]
5574
5575[[package]]
5576name = "envy"
5577version = "0.4.2"
5578source = "registry+https://github.com/rust-lang/crates.io-index"
5579checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5580dependencies = [
5581 "serde",
5582]
5583
5584[[package]]
5585name = "equivalent"
5586version = "1.0.2"
5587source = "registry+https://github.com/rust-lang/crates.io-index"
5588checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5589
5590[[package]]
5591name = "erased-serde"
5592version = "0.4.6"
5593source = "registry+https://github.com/rust-lang/crates.io-index"
5594checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
5595dependencies = [
5596 "serde",
5597 "typeid",
5598]
5599
5600[[package]]
5601name = "errno"
5602version = "0.2.8"
5603source = "registry+https://github.com/rust-lang/crates.io-index"
5604checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5605dependencies = [
5606 "errno-dragonfly",
5607 "libc",
5608 "winapi",
5609]
5610
5611[[package]]
5612name = "errno"
5613version = "0.3.11"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
5616dependencies = [
5617 "libc",
5618 "windows-sys 0.59.0",
5619]
5620
5621[[package]]
5622name = "errno-dragonfly"
5623version = "0.1.2"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5626dependencies = [
5627 "cc",
5628 "libc",
5629]
5630
5631[[package]]
5632name = "etagere"
5633version = "0.2.15"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5636dependencies = [
5637 "euclid",
5638 "svg_fmt",
5639]
5640
5641[[package]]
5642name = "etcetera"
5643version = "0.8.0"
5644source = "registry+https://github.com/rust-lang/crates.io-index"
5645checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5646dependencies = [
5647 "cfg-if",
5648 "home",
5649 "windows-sys 0.48.0",
5650]
5651
5652[[package]]
5653name = "ethnum"
5654version = "1.5.2"
5655source = "registry+https://github.com/rust-lang/crates.io-index"
5656checksum = "ca81e6b4777c89fd810c25a4be2b1bd93ea034fbe58e6a75216a34c6b82c539b"
5657
5658[[package]]
5659name = "euclid"
5660version = "0.22.11"
5661source = "registry+https://github.com/rust-lang/crates.io-index"
5662checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5663dependencies = [
5664 "num-traits",
5665]
5666
5667[[package]]
5668name = "event-listener"
5669version = "2.5.3"
5670source = "registry+https://github.com/rust-lang/crates.io-index"
5671checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5672
5673[[package]]
5674name = "event-listener"
5675version = "5.4.0"
5676source = "registry+https://github.com/rust-lang/crates.io-index"
5677checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5678dependencies = [
5679 "concurrent-queue",
5680 "parking",
5681 "pin-project-lite",
5682]
5683
5684[[package]]
5685name = "event-listener-strategy"
5686version = "0.5.4"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5689dependencies = [
5690 "event-listener 5.4.0",
5691 "pin-project-lite",
5692]
5693
5694[[package]]
5695name = "exec"
5696version = "0.3.1"
5697source = "registry+https://github.com/rust-lang/crates.io-index"
5698checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5699dependencies = [
5700 "errno 0.2.8",
5701 "libc",
5702]
5703
5704[[package]]
5705name = "explorer_command_injector"
5706version = "0.1.0"
5707dependencies = [
5708 "windows 0.61.1",
5709 "windows-core 0.61.0",
5710 "windows-registry 0.5.1",
5711 "workspace-hack",
5712]
5713
5714[[package]]
5715name = "exr"
5716version = "1.73.0"
5717source = "registry+https://github.com/rust-lang/crates.io-index"
5718checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5719dependencies = [
5720 "bit_field",
5721 "half",
5722 "lebe",
5723 "miniz_oxide",
5724 "rayon-core",
5725 "smallvec",
5726 "zune-inflate",
5727]
5728
5729[[package]]
5730name = "extended"
5731version = "0.1.0"
5732source = "registry+https://github.com/rust-lang/crates.io-index"
5733checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5734
5735[[package]]
5736name = "extension"
5737version = "0.1.0"
5738dependencies = [
5739 "anyhow",
5740 "async-compression",
5741 "async-tar",
5742 "async-trait",
5743 "collections",
5744 "dap",
5745 "fs",
5746 "futures 0.3.31",
5747 "gpui",
5748 "heck 0.5.0",
5749 "http_client",
5750 "language",
5751 "log",
5752 "lsp",
5753 "parking_lot",
5754 "pretty_assertions",
5755 "semantic_version",
5756 "serde",
5757 "serde_json",
5758 "task",
5759 "toml 0.8.20",
5760 "url",
5761 "util",
5762 "wasm-encoder 0.221.3",
5763 "wasmparser 0.221.3",
5764 "workspace-hack",
5765]
5766
5767[[package]]
5768name = "extension_cli"
5769version = "0.1.0"
5770dependencies = [
5771 "anyhow",
5772 "clap",
5773 "env_logger 0.11.8",
5774 "extension",
5775 "fs",
5776 "gpui",
5777 "language",
5778 "log",
5779 "reqwest_client",
5780 "rpc",
5781 "serde",
5782 "serde_json",
5783 "theme",
5784 "tokio",
5785 "toml 0.8.20",
5786 "tree-sitter",
5787 "wasmtime",
5788 "workspace-hack",
5789]
5790
5791[[package]]
5792name = "extension_host"
5793version = "0.1.0"
5794dependencies = [
5795 "anyhow",
5796 "async-compression",
5797 "async-tar",
5798 "async-trait",
5799 "client",
5800 "collections",
5801 "criterion",
5802 "ctor",
5803 "dap",
5804 "extension",
5805 "fs",
5806 "futures 0.3.31",
5807 "gpui",
5808 "http_client",
5809 "language",
5810 "language_extension",
5811 "log",
5812 "lsp",
5813 "moka",
5814 "node_runtime",
5815 "parking_lot",
5816 "paths",
5817 "project",
5818 "rand 0.9.1",
5819 "release_channel",
5820 "remote",
5821 "reqwest_client",
5822 "semantic_version",
5823 "serde",
5824 "serde_json",
5825 "serde_json_lenient",
5826 "settings",
5827 "task",
5828 "telemetry",
5829 "tempfile",
5830 "theme",
5831 "theme_extension",
5832 "toml 0.8.20",
5833 "url",
5834 "util",
5835 "wasmparser 0.221.3",
5836 "wasmtime",
5837 "wasmtime-wasi",
5838 "workspace-hack",
5839 "zlog",
5840]
5841
5842[[package]]
5843name = "extensions_ui"
5844version = "0.1.0"
5845dependencies = [
5846 "anyhow",
5847 "client",
5848 "collections",
5849 "db",
5850 "editor",
5851 "extension",
5852 "extension_host",
5853 "fs",
5854 "fuzzy",
5855 "gpui",
5856 "language",
5857 "log",
5858 "num-format",
5859 "picker",
5860 "project",
5861 "release_channel",
5862 "semantic_version",
5863 "serde",
5864 "settings",
5865 "smallvec",
5866 "strum 0.27.2",
5867 "telemetry",
5868 "theme",
5869 "ui",
5870 "util",
5871 "vim_mode_setting",
5872 "workspace",
5873 "workspace-hack",
5874 "zed_actions",
5875]
5876
5877[[package]]
5878name = "fallible-iterator"
5879version = "0.3.0"
5880source = "registry+https://github.com/rust-lang/crates.io-index"
5881checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5882
5883[[package]]
5884name = "fallible-streaming-iterator"
5885version = "0.1.9"
5886source = "registry+https://github.com/rust-lang/crates.io-index"
5887checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
5888
5889[[package]]
5890name = "fancy-regex"
5891version = "0.13.0"
5892source = "registry+https://github.com/rust-lang/crates.io-index"
5893checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5894dependencies = [
5895 "bit-set 0.5.3",
5896 "regex-automata",
5897 "regex-syntax",
5898]
5899
5900[[package]]
5901name = "fancy-regex"
5902version = "0.14.0"
5903source = "registry+https://github.com/rust-lang/crates.io-index"
5904checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5905dependencies = [
5906 "bit-set 0.8.0",
5907 "regex-automata",
5908 "regex-syntax",
5909]
5910
5911[[package]]
5912name = "fast-float2"
5913version = "0.2.3"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55"
5916
5917[[package]]
5918name = "fast-srgb8"
5919version = "1.0.0"
5920source = "registry+https://github.com/rust-lang/crates.io-index"
5921checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5922
5923[[package]]
5924name = "fastrand"
5925version = "1.9.0"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5928dependencies = [
5929 "instant",
5930]
5931
5932[[package]]
5933name = "fastrand"
5934version = "2.3.0"
5935source = "registry+https://github.com/rust-lang/crates.io-index"
5936checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5937
5938[[package]]
5939name = "fd-lock"
5940version = "4.0.4"
5941source = "registry+https://github.com/rust-lang/crates.io-index"
5942checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5943dependencies = [
5944 "cfg-if",
5945 "rustix 1.0.7",
5946 "windows-sys 0.59.0",
5947]
5948
5949[[package]]
5950name = "fdeflate"
5951version = "0.3.7"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5954dependencies = [
5955 "simd-adler32",
5956]
5957
5958[[package]]
5959name = "feature_flags"
5960version = "0.1.0"
5961dependencies = [
5962 "futures 0.3.31",
5963 "gpui",
5964 "smol",
5965 "workspace-hack",
5966]
5967
5968[[package]]
5969name = "feedback"
5970version = "0.1.0"
5971dependencies = [
5972 "editor",
5973 "gpui",
5974 "system_specs",
5975 "urlencoding",
5976 "util",
5977 "workspace",
5978 "workspace-hack",
5979 "zed_actions",
5980]
5981
5982[[package]]
5983name = "ff"
5984version = "0.12.1"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5987dependencies = [
5988 "rand_core 0.6.4",
5989 "subtle",
5990]
5991
5992[[package]]
5993name = "file_finder"
5994version = "0.1.0"
5995dependencies = [
5996 "anyhow",
5997 "collections",
5998 "ctor",
5999 "editor",
6000 "file_icons",
6001 "futures 0.3.31",
6002 "fuzzy",
6003 "gpui",
6004 "language",
6005 "menu",
6006 "picker",
6007 "pretty_assertions",
6008 "project",
6009 "schemars 1.0.1",
6010 "search",
6011 "serde",
6012 "serde_json",
6013 "settings",
6014 "text",
6015 "theme",
6016 "ui",
6017 "util",
6018 "workspace",
6019 "workspace-hack",
6020 "zlog",
6021]
6022
6023[[package]]
6024name = "file_icons"
6025version = "0.1.0"
6026dependencies = [
6027 "gpui",
6028 "serde",
6029 "theme",
6030 "util",
6031 "workspace-hack",
6032]
6033
6034[[package]]
6035name = "filedescriptor"
6036version = "0.8.3"
6037source = "registry+https://github.com/rust-lang/crates.io-index"
6038checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6039dependencies = [
6040 "libc",
6041 "thiserror 1.0.69",
6042 "winapi",
6043]
6044
6045[[package]]
6046name = "filetime"
6047version = "0.2.25"
6048source = "registry+https://github.com/rust-lang/crates.io-index"
6049checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
6050dependencies = [
6051 "cfg-if",
6052 "libc",
6053 "libredox",
6054 "windows-sys 0.59.0",
6055]
6056
6057[[package]]
6058name = "fixedbitset"
6059version = "0.4.2"
6060source = "registry+https://github.com/rust-lang/crates.io-index"
6061checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6062
6063[[package]]
6064name = "flate2"
6065version = "1.1.1"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
6068dependencies = [
6069 "crc32fast",
6070 "libz-rs-sys",
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 = "fs4"
6323version = "0.13.1"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4"
6326dependencies = [
6327 "rustix 1.0.7",
6328 "windows-sys 0.59.0",
6329]
6330
6331[[package]]
6332name = "fs_benchmarks"
6333version = "0.1.0"
6334dependencies = [
6335 "fs",
6336 "gpui",
6337 "workspace-hack",
6338]
6339
6340[[package]]
6341name = "fs_extra"
6342version = "1.3.0"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6345
6346[[package]]
6347name = "fsevent"
6348version = "0.1.0"
6349dependencies = [
6350 "bitflags 2.9.0",
6351 "core-foundation 0.10.0",
6352 "fsevent-sys 3.1.0",
6353 "log",
6354 "parking_lot",
6355 "tempfile",
6356 "workspace-hack",
6357]
6358
6359[[package]]
6360name = "fsevent-sys"
6361version = "3.1.0"
6362source = "registry+https://github.com/rust-lang/crates.io-index"
6363checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
6364dependencies = [
6365 "libc",
6366]
6367
6368[[package]]
6369name = "fsevent-sys"
6370version = "4.1.0"
6371source = "registry+https://github.com/rust-lang/crates.io-index"
6372checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6373dependencies = [
6374 "libc",
6375]
6376
6377[[package]]
6378name = "funty"
6379version = "2.0.0"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6382
6383[[package]]
6384name = "futf"
6385version = "0.1.5"
6386source = "registry+https://github.com/rust-lang/crates.io-index"
6387checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6388dependencies = [
6389 "mac",
6390 "new_debug_unreachable",
6391]
6392
6393[[package]]
6394name = "futures"
6395version = "0.1.31"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6398
6399[[package]]
6400name = "futures"
6401version = "0.3.31"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6404dependencies = [
6405 "futures-channel",
6406 "futures-core",
6407 "futures-executor",
6408 "futures-io",
6409 "futures-sink",
6410 "futures-task",
6411 "futures-util",
6412]
6413
6414[[package]]
6415name = "futures-channel"
6416version = "0.3.31"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6419dependencies = [
6420 "futures-core",
6421 "futures-sink",
6422]
6423
6424[[package]]
6425name = "futures-core"
6426version = "0.3.31"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6429
6430[[package]]
6431name = "futures-executor"
6432version = "0.3.31"
6433source = "registry+https://github.com/rust-lang/crates.io-index"
6434checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6435dependencies = [
6436 "futures-core",
6437 "futures-task",
6438 "futures-util",
6439]
6440
6441[[package]]
6442name = "futures-intrusive"
6443version = "0.5.0"
6444source = "registry+https://github.com/rust-lang/crates.io-index"
6445checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6446dependencies = [
6447 "futures-core",
6448 "lock_api",
6449 "parking_lot",
6450]
6451
6452[[package]]
6453name = "futures-io"
6454version = "0.3.31"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6457
6458[[package]]
6459name = "futures-lite"
6460version = "1.13.0"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6463dependencies = [
6464 "fastrand 1.9.0",
6465 "futures-core",
6466 "futures-io",
6467 "memchr",
6468 "parking",
6469 "pin-project-lite",
6470 "waker-fn",
6471]
6472
6473[[package]]
6474name = "futures-lite"
6475version = "2.6.0"
6476source = "registry+https://github.com/rust-lang/crates.io-index"
6477checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
6478dependencies = [
6479 "fastrand 2.3.0",
6480 "futures-core",
6481 "futures-io",
6482 "parking",
6483 "pin-project-lite",
6484]
6485
6486[[package]]
6487name = "futures-macro"
6488version = "0.3.31"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6491dependencies = [
6492 "proc-macro2",
6493 "quote",
6494 "syn 2.0.101",
6495]
6496
6497[[package]]
6498name = "futures-sink"
6499version = "0.3.31"
6500source = "registry+https://github.com/rust-lang/crates.io-index"
6501checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6502
6503[[package]]
6504name = "futures-task"
6505version = "0.3.31"
6506source = "registry+https://github.com/rust-lang/crates.io-index"
6507checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6508
6509[[package]]
6510name = "futures-util"
6511version = "0.3.31"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6514dependencies = [
6515 "futures 0.1.31",
6516 "futures-channel",
6517 "futures-core",
6518 "futures-io",
6519 "futures-macro",
6520 "futures-sink",
6521 "futures-task",
6522 "memchr",
6523 "pin-project-lite",
6524 "pin-utils",
6525 "slab",
6526 "tokio-io",
6527]
6528
6529[[package]]
6530name = "fuzzy"
6531version = "0.1.0"
6532dependencies = [
6533 "gpui",
6534 "log",
6535 "util",
6536 "workspace-hack",
6537]
6538
6539[[package]]
6540name = "fuzzy-matcher"
6541version = "0.3.7"
6542source = "registry+https://github.com/rust-lang/crates.io-index"
6543checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6544dependencies = [
6545 "thread_local",
6546]
6547
6548[[package]]
6549name = "fxhash"
6550version = "0.2.1"
6551source = "registry+https://github.com/rust-lang/crates.io-index"
6552checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
6553dependencies = [
6554 "byteorder",
6555]
6556
6557[[package]]
6558name = "gemm"
6559version = "0.17.1"
6560source = "registry+https://github.com/rust-lang/crates.io-index"
6561checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6562dependencies = [
6563 "dyn-stack 0.10.0",
6564 "gemm-c32 0.17.1",
6565 "gemm-c64 0.17.1",
6566 "gemm-common 0.17.1",
6567 "gemm-f16 0.17.1",
6568 "gemm-f32 0.17.1",
6569 "gemm-f64 0.17.1",
6570 "num-complex",
6571 "num-traits",
6572 "paste",
6573 "raw-cpuid 10.7.0",
6574 "seq-macro",
6575]
6576
6577[[package]]
6578name = "gemm"
6579version = "0.18.2"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6582dependencies = [
6583 "dyn-stack 0.13.0",
6584 "gemm-c32 0.18.2",
6585 "gemm-c64 0.18.2",
6586 "gemm-common 0.18.2",
6587 "gemm-f16 0.18.2",
6588 "gemm-f32 0.18.2",
6589 "gemm-f64 0.18.2",
6590 "num-complex",
6591 "num-traits",
6592 "paste",
6593 "raw-cpuid 11.6.0",
6594 "seq-macro",
6595]
6596
6597[[package]]
6598name = "gemm-c32"
6599version = "0.17.1"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6602dependencies = [
6603 "dyn-stack 0.10.0",
6604 "gemm-common 0.17.1",
6605 "num-complex",
6606 "num-traits",
6607 "paste",
6608 "raw-cpuid 10.7.0",
6609 "seq-macro",
6610]
6611
6612[[package]]
6613name = "gemm-c32"
6614version = "0.18.2"
6615source = "registry+https://github.com/rust-lang/crates.io-index"
6616checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6617dependencies = [
6618 "dyn-stack 0.13.0",
6619 "gemm-common 0.18.2",
6620 "num-complex",
6621 "num-traits",
6622 "paste",
6623 "raw-cpuid 11.6.0",
6624 "seq-macro",
6625]
6626
6627[[package]]
6628name = "gemm-c64"
6629version = "0.17.1"
6630source = "registry+https://github.com/rust-lang/crates.io-index"
6631checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6632dependencies = [
6633 "dyn-stack 0.10.0",
6634 "gemm-common 0.17.1",
6635 "num-complex",
6636 "num-traits",
6637 "paste",
6638 "raw-cpuid 10.7.0",
6639 "seq-macro",
6640]
6641
6642[[package]]
6643name = "gemm-c64"
6644version = "0.18.2"
6645source = "registry+https://github.com/rust-lang/crates.io-index"
6646checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6647dependencies = [
6648 "dyn-stack 0.13.0",
6649 "gemm-common 0.18.2",
6650 "num-complex",
6651 "num-traits",
6652 "paste",
6653 "raw-cpuid 11.6.0",
6654 "seq-macro",
6655]
6656
6657[[package]]
6658name = "gemm-common"
6659version = "0.17.1"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6662dependencies = [
6663 "bytemuck",
6664 "dyn-stack 0.10.0",
6665 "half",
6666 "num-complex",
6667 "num-traits",
6668 "once_cell",
6669 "paste",
6670 "pulp 0.18.22",
6671 "raw-cpuid 10.7.0",
6672 "rayon",
6673 "seq-macro",
6674 "sysctl 0.5.5",
6675]
6676
6677[[package]]
6678name = "gemm-common"
6679version = "0.18.2"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6682dependencies = [
6683 "bytemuck",
6684 "dyn-stack 0.13.0",
6685 "half",
6686 "libm",
6687 "num-complex",
6688 "num-traits",
6689 "once_cell",
6690 "paste",
6691 "pulp 0.21.5",
6692 "raw-cpuid 11.6.0",
6693 "rayon",
6694 "seq-macro",
6695 "sysctl 0.6.0",
6696]
6697
6698[[package]]
6699name = "gemm-f16"
6700version = "0.17.1"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6703dependencies = [
6704 "dyn-stack 0.10.0",
6705 "gemm-common 0.17.1",
6706 "gemm-f32 0.17.1",
6707 "half",
6708 "num-complex",
6709 "num-traits",
6710 "paste",
6711 "raw-cpuid 10.7.0",
6712 "rayon",
6713 "seq-macro",
6714]
6715
6716[[package]]
6717name = "gemm-f16"
6718version = "0.18.2"
6719source = "registry+https://github.com/rust-lang/crates.io-index"
6720checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6721dependencies = [
6722 "dyn-stack 0.13.0",
6723 "gemm-common 0.18.2",
6724 "gemm-f32 0.18.2",
6725 "half",
6726 "num-complex",
6727 "num-traits",
6728 "paste",
6729 "raw-cpuid 11.6.0",
6730 "rayon",
6731 "seq-macro",
6732]
6733
6734[[package]]
6735name = "gemm-f32"
6736version = "0.17.1"
6737source = "registry+https://github.com/rust-lang/crates.io-index"
6738checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6739dependencies = [
6740 "dyn-stack 0.10.0",
6741 "gemm-common 0.17.1",
6742 "num-complex",
6743 "num-traits",
6744 "paste",
6745 "raw-cpuid 10.7.0",
6746 "seq-macro",
6747]
6748
6749[[package]]
6750name = "gemm-f32"
6751version = "0.18.2"
6752source = "registry+https://github.com/rust-lang/crates.io-index"
6753checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6754dependencies = [
6755 "dyn-stack 0.13.0",
6756 "gemm-common 0.18.2",
6757 "num-complex",
6758 "num-traits",
6759 "paste",
6760 "raw-cpuid 11.6.0",
6761 "seq-macro",
6762]
6763
6764[[package]]
6765name = "gemm-f64"
6766version = "0.17.1"
6767source = "registry+https://github.com/rust-lang/crates.io-index"
6768checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6769dependencies = [
6770 "dyn-stack 0.10.0",
6771 "gemm-common 0.17.1",
6772 "num-complex",
6773 "num-traits",
6774 "paste",
6775 "raw-cpuid 10.7.0",
6776 "seq-macro",
6777]
6778
6779[[package]]
6780name = "gemm-f64"
6781version = "0.18.2"
6782source = "registry+https://github.com/rust-lang/crates.io-index"
6783checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6784dependencies = [
6785 "dyn-stack 0.13.0",
6786 "gemm-common 0.18.2",
6787 "num-complex",
6788 "num-traits",
6789 "paste",
6790 "raw-cpuid 11.6.0",
6791 "seq-macro",
6792]
6793
6794[[package]]
6795name = "generator"
6796version = "0.8.5"
6797source = "registry+https://github.com/rust-lang/crates.io-index"
6798checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
6799dependencies = [
6800 "cc",
6801 "cfg-if",
6802 "libc",
6803 "log",
6804 "rustversion",
6805 "windows 0.61.1",
6806]
6807
6808[[package]]
6809name = "generic-array"
6810version = "0.14.7"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6813dependencies = [
6814 "typenum",
6815 "version_check",
6816]
6817
6818[[package]]
6819name = "gethostname"
6820version = "0.4.3"
6821source = "registry+https://github.com/rust-lang/crates.io-index"
6822checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
6823dependencies = [
6824 "libc",
6825 "windows-targets 0.48.5",
6826]
6827
6828[[package]]
6829name = "getrandom"
6830version = "0.2.15"
6831source = "registry+https://github.com/rust-lang/crates.io-index"
6832checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
6833dependencies = [
6834 "cfg-if",
6835 "js-sys",
6836 "libc",
6837 "wasi 0.11.0+wasi-snapshot-preview1",
6838 "wasm-bindgen",
6839]
6840
6841[[package]]
6842name = "getrandom"
6843version = "0.3.2"
6844source = "registry+https://github.com/rust-lang/crates.io-index"
6845checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
6846dependencies = [
6847 "cfg-if",
6848 "js-sys",
6849 "libc",
6850 "r-efi",
6851 "wasi 0.14.2+wasi-0.2.4",
6852 "wasm-bindgen",
6853]
6854
6855[[package]]
6856name = "gif"
6857version = "0.13.1"
6858source = "registry+https://github.com/rust-lang/crates.io-index"
6859checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6860dependencies = [
6861 "color_quant",
6862 "weezl",
6863]
6864
6865[[package]]
6866name = "gimli"
6867version = "0.31.1"
6868source = "registry+https://github.com/rust-lang/crates.io-index"
6869checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6870dependencies = [
6871 "fallible-iterator",
6872 "indexmap 2.9.0",
6873 "stable_deref_trait",
6874]
6875
6876[[package]]
6877name = "git"
6878version = "0.1.0"
6879dependencies = [
6880 "anyhow",
6881 "askpass",
6882 "async-trait",
6883 "collections",
6884 "derive_more",
6885 "futures 0.3.31",
6886 "git2",
6887 "gpui",
6888 "http_client",
6889 "itertools 0.14.0",
6890 "log",
6891 "parking_lot",
6892 "pretty_assertions",
6893 "rand 0.9.1",
6894 "regex",
6895 "rope",
6896 "schemars 1.0.1",
6897 "serde",
6898 "serde_json",
6899 "smol",
6900 "sum_tree",
6901 "tempfile",
6902 "text",
6903 "thiserror 2.0.12",
6904 "time",
6905 "unindent",
6906 "url",
6907 "urlencoding",
6908 "util",
6909 "uuid",
6910 "workspace-hack",
6911]
6912
6913[[package]]
6914name = "git2"
6915version = "0.20.1"
6916source = "registry+https://github.com/rust-lang/crates.io-index"
6917checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6918dependencies = [
6919 "bitflags 2.9.0",
6920 "libc",
6921 "libgit2-sys",
6922 "log",
6923 "url",
6924]
6925
6926[[package]]
6927name = "git_hosting_providers"
6928version = "0.1.0"
6929dependencies = [
6930 "anyhow",
6931 "async-trait",
6932 "futures 0.3.31",
6933 "git",
6934 "gpui",
6935 "http_client",
6936 "indoc",
6937 "pretty_assertions",
6938 "regex",
6939 "serde",
6940 "serde_json",
6941 "settings",
6942 "url",
6943 "util",
6944 "workspace-hack",
6945]
6946
6947[[package]]
6948name = "git_ui"
6949version = "0.1.0"
6950dependencies = [
6951 "agent_settings",
6952 "anyhow",
6953 "askpass",
6954 "buffer_diff",
6955 "call",
6956 "chrono",
6957 "cloud_llm_client",
6958 "collections",
6959 "command_palette_hooks",
6960 "component",
6961 "ctor",
6962 "db",
6963 "editor",
6964 "futures 0.3.31",
6965 "fuzzy",
6966 "git",
6967 "gpui",
6968 "indoc",
6969 "itertools 0.14.0",
6970 "language",
6971 "language_model",
6972 "linkify",
6973 "log",
6974 "markdown",
6975 "menu",
6976 "multi_buffer",
6977 "notifications",
6978 "panel",
6979 "picker",
6980 "postage",
6981 "pretty_assertions",
6982 "project",
6983 "schemars 1.0.1",
6984 "serde",
6985 "serde_json",
6986 "settings",
6987 "strum 0.27.2",
6988 "telemetry",
6989 "theme",
6990 "time",
6991 "time_format",
6992 "ui",
6993 "unindent",
6994 "util",
6995 "watch",
6996 "windows 0.61.1",
6997 "workspace",
6998 "workspace-hack",
6999 "zed_actions",
7000 "zeroize",
7001 "zlog",
7002]
7003
7004[[package]]
7005name = "glob"
7006version = "0.3.2"
7007source = "registry+https://github.com/rust-lang/crates.io-index"
7008checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
7009
7010[[package]]
7011name = "globset"
7012version = "0.4.16"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
7015dependencies = [
7016 "aho-corasick",
7017 "bstr",
7018 "log",
7019 "regex-automata",
7020 "regex-syntax",
7021]
7022
7023[[package]]
7024name = "gloo-timers"
7025version = "0.3.0"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7028dependencies = [
7029 "futures-channel",
7030 "futures-core",
7031 "js-sys",
7032 "wasm-bindgen",
7033]
7034
7035[[package]]
7036name = "glow"
7037version = "0.16.0"
7038source = "registry+https://github.com/rust-lang/crates.io-index"
7039checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
7040dependencies = [
7041 "js-sys",
7042 "slotmap",
7043 "wasm-bindgen",
7044 "web-sys",
7045]
7046
7047[[package]]
7048name = "go_to_line"
7049version = "0.1.0"
7050dependencies = [
7051 "editor",
7052 "gpui",
7053 "indoc",
7054 "language",
7055 "menu",
7056 "project",
7057 "rope",
7058 "serde",
7059 "serde_json",
7060 "settings",
7061 "text",
7062 "theme",
7063 "tree-sitter-rust",
7064 "tree-sitter-typescript",
7065 "ui",
7066 "util",
7067 "workspace",
7068 "workspace-hack",
7069]
7070
7071[[package]]
7072name = "goblin"
7073version = "0.8.2"
7074source = "registry+https://github.com/rust-lang/crates.io-index"
7075checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
7076dependencies = [
7077 "log",
7078 "plain",
7079 "scroll",
7080]
7081
7082[[package]]
7083name = "google_ai"
7084version = "0.1.0"
7085dependencies = [
7086 "anyhow",
7087 "futures 0.3.31",
7088 "http_client",
7089 "schemars 1.0.1",
7090 "serde",
7091 "serde_json",
7092 "settings",
7093 "strum 0.27.2",
7094 "workspace-hack",
7095]
7096
7097[[package]]
7098name = "gpu-alloc"
7099version = "0.6.0"
7100source = "registry+https://github.com/rust-lang/crates.io-index"
7101checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
7102dependencies = [
7103 "bitflags 2.9.0",
7104 "gpu-alloc-types",
7105]
7106
7107[[package]]
7108name = "gpu-alloc-ash"
7109version = "0.7.0"
7110source = "registry+https://github.com/rust-lang/crates.io-index"
7111checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7112dependencies = [
7113 "ash",
7114 "gpu-alloc-types",
7115 "tinyvec",
7116]
7117
7118[[package]]
7119name = "gpu-alloc-types"
7120version = "0.3.0"
7121source = "registry+https://github.com/rust-lang/crates.io-index"
7122checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7123dependencies = [
7124 "bitflags 2.9.0",
7125]
7126
7127[[package]]
7128name = "gpui"
7129version = "0.2.1"
7130dependencies = [
7131 "anyhow",
7132 "as-raw-xcb-connection",
7133 "ashpd 0.11.0",
7134 "async-task",
7135 "backtrace",
7136 "bindgen 0.71.1",
7137 "blade-graphics",
7138 "blade-macros",
7139 "blade-util",
7140 "block",
7141 "bytemuck",
7142 "calloop",
7143 "calloop-wayland-source",
7144 "cbindgen",
7145 "cocoa 0.26.0",
7146 "collections",
7147 "core-foundation 0.10.0",
7148 "core-foundation-sys",
7149 "core-graphics 0.24.0",
7150 "core-text",
7151 "core-video",
7152 "cosmic-text",
7153 "ctor",
7154 "derive_more",
7155 "embed-resource",
7156 "env_logger 0.11.8",
7157 "etagere",
7158 "filedescriptor",
7159 "flume",
7160 "foreign-types 0.5.0",
7161 "futures 0.3.31",
7162 "gpui_macros",
7163 "http_client",
7164 "image",
7165 "inventory",
7166 "itertools 0.14.0",
7167 "libc",
7168 "log",
7169 "lyon",
7170 "media",
7171 "metal",
7172 "naga",
7173 "num_cpus",
7174 "objc",
7175 "objc2",
7176 "objc2-metal",
7177 "oo7",
7178 "open",
7179 "parking",
7180 "parking_lot",
7181 "pathfinder_geometry",
7182 "pin-project",
7183 "postage",
7184 "pretty_assertions",
7185 "profiling",
7186 "rand 0.9.1",
7187 "raw-window-handle",
7188 "refineable",
7189 "reqwest_client",
7190 "resvg",
7191 "schemars 1.0.1",
7192 "seahash",
7193 "semantic_version",
7194 "serde",
7195 "serde_json",
7196 "slotmap",
7197 "smallvec",
7198 "smol",
7199 "stacksafe",
7200 "strum 0.27.2",
7201 "sum_tree",
7202 "taffy",
7203 "thiserror 2.0.12",
7204 "unicode-segmentation",
7205 "usvg",
7206 "util",
7207 "util_macros",
7208 "uuid",
7209 "waker-fn",
7210 "wayland-backend",
7211 "wayland-client",
7212 "wayland-cursor",
7213 "wayland-protocols 0.31.2",
7214 "wayland-protocols-plasma",
7215 "windows 0.61.1",
7216 "windows-core 0.61.0",
7217 "windows-numerics",
7218 "windows-registry 0.5.1",
7219 "workspace-hack",
7220 "x11-clipboard",
7221 "x11rb",
7222 "xkbcommon",
7223 "zed-font-kit",
7224 "zed-scap",
7225 "zed-xim",
7226]
7227
7228[[package]]
7229name = "gpui_macros"
7230version = "0.1.0"
7231dependencies = [
7232 "gpui",
7233 "heck 0.5.0",
7234 "proc-macro2",
7235 "quote",
7236 "syn 2.0.101",
7237 "workspace-hack",
7238]
7239
7240[[package]]
7241name = "gpui_tokio"
7242version = "0.1.0"
7243dependencies = [
7244 "anyhow",
7245 "gpui",
7246 "tokio",
7247 "util",
7248 "workspace-hack",
7249]
7250
7251[[package]]
7252name = "grid"
7253version = "0.18.0"
7254source = "registry+https://github.com/rust-lang/crates.io-index"
7255checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7256
7257[[package]]
7258name = "group"
7259version = "0.12.1"
7260source = "registry+https://github.com/rust-lang/crates.io-index"
7261checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7262dependencies = [
7263 "ff",
7264 "rand_core 0.6.4",
7265 "subtle",
7266]
7267
7268[[package]]
7269name = "h2"
7270version = "0.3.26"
7271source = "registry+https://github.com/rust-lang/crates.io-index"
7272checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7273dependencies = [
7274 "bytes 1.10.1",
7275 "fnv",
7276 "futures-core",
7277 "futures-sink",
7278 "futures-util",
7279 "http 0.2.12",
7280 "indexmap 2.9.0",
7281 "slab",
7282 "tokio",
7283 "tokio-util",
7284 "tracing",
7285]
7286
7287[[package]]
7288name = "h2"
7289version = "0.4.9"
7290source = "registry+https://github.com/rust-lang/crates.io-index"
7291checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7292dependencies = [
7293 "atomic-waker",
7294 "bytes 1.10.1",
7295 "fnv",
7296 "futures-core",
7297 "futures-sink",
7298 "http 1.3.1",
7299 "indexmap 2.9.0",
7300 "slab",
7301 "tokio",
7302 "tokio-util",
7303 "tracing",
7304]
7305
7306[[package]]
7307name = "half"
7308version = "2.6.0"
7309source = "registry+https://github.com/rust-lang/crates.io-index"
7310checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7311dependencies = [
7312 "bytemuck",
7313 "cfg-if",
7314 "crunchy",
7315 "num-traits",
7316 "rand 0.9.1",
7317 "rand_distr",
7318]
7319
7320[[package]]
7321name = "handlebars"
7322version = "4.5.0"
7323source = "registry+https://github.com/rust-lang/crates.io-index"
7324checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7325dependencies = [
7326 "log",
7327 "pest",
7328 "pest_derive",
7329 "rust-embed",
7330 "serde",
7331 "serde_json",
7332 "thiserror 1.0.69",
7333]
7334
7335[[package]]
7336name = "handlebars"
7337version = "5.1.2"
7338source = "registry+https://github.com/rust-lang/crates.io-index"
7339checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7340dependencies = [
7341 "log",
7342 "pest",
7343 "pest_derive",
7344 "serde",
7345 "serde_json",
7346 "thiserror 1.0.69",
7347]
7348
7349[[package]]
7350name = "hashbrown"
7351version = "0.12.3"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7354dependencies = [
7355 "ahash 0.7.8",
7356]
7357
7358[[package]]
7359name = "hashbrown"
7360version = "0.14.5"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7363dependencies = [
7364 "ahash 0.8.11",
7365 "allocator-api2",
7366]
7367
7368[[package]]
7369name = "hashbrown"
7370version = "0.15.3"
7371source = "registry+https://github.com/rust-lang/crates.io-index"
7372checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7373dependencies = [
7374 "allocator-api2",
7375 "equivalent",
7376 "foldhash",
7377 "rayon",
7378 "serde",
7379]
7380
7381[[package]]
7382name = "hashlink"
7383version = "0.8.4"
7384source = "registry+https://github.com/rust-lang/crates.io-index"
7385checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7386dependencies = [
7387 "hashbrown 0.14.5",
7388]
7389
7390[[package]]
7391name = "hashlink"
7392version = "0.10.0"
7393source = "registry+https://github.com/rust-lang/crates.io-index"
7394checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7395dependencies = [
7396 "hashbrown 0.15.3",
7397]
7398
7399[[package]]
7400name = "headers"
7401version = "0.3.9"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7404dependencies = [
7405 "base64 0.21.7",
7406 "bytes 1.10.1",
7407 "headers-core",
7408 "http 0.2.12",
7409 "httpdate",
7410 "mime",
7411 "sha1",
7412]
7413
7414[[package]]
7415name = "headers-core"
7416version = "0.2.0"
7417source = "registry+https://github.com/rust-lang/crates.io-index"
7418checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7419dependencies = [
7420 "http 0.2.12",
7421]
7422
7423[[package]]
7424name = "heck"
7425version = "0.3.3"
7426source = "registry+https://github.com/rust-lang/crates.io-index"
7427checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7428dependencies = [
7429 "unicode-segmentation",
7430]
7431
7432[[package]]
7433name = "heck"
7434version = "0.4.1"
7435source = "registry+https://github.com/rust-lang/crates.io-index"
7436checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7437dependencies = [
7438 "unicode-segmentation",
7439]
7440
7441[[package]]
7442name = "heck"
7443version = "0.5.0"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7446
7447[[package]]
7448name = "heed"
7449version = "0.21.0"
7450source = "registry+https://github.com/rust-lang/crates.io-index"
7451checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7452dependencies = [
7453 "bitflags 2.9.0",
7454 "byteorder",
7455 "heed-traits",
7456 "heed-types",
7457 "libc",
7458 "lmdb-master-sys",
7459 "once_cell",
7460 "page_size",
7461 "serde",
7462 "synchronoise",
7463 "url",
7464]
7465
7466[[package]]
7467name = "heed-traits"
7468version = "0.20.0"
7469source = "registry+https://github.com/rust-lang/crates.io-index"
7470checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7471
7472[[package]]
7473name = "heed-types"
7474version = "0.21.0"
7475source = "registry+https://github.com/rust-lang/crates.io-index"
7476checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7477dependencies = [
7478 "bincode 1.3.3",
7479 "byteorder",
7480 "heed-traits",
7481 "serde",
7482 "serde_json",
7483]
7484
7485[[package]]
7486name = "hermit-abi"
7487version = "0.3.9"
7488source = "registry+https://github.com/rust-lang/crates.io-index"
7489checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7490
7491[[package]]
7492name = "hermit-abi"
7493version = "0.5.0"
7494source = "registry+https://github.com/rust-lang/crates.io-index"
7495checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7496
7497[[package]]
7498name = "hex"
7499version = "0.4.3"
7500source = "registry+https://github.com/rust-lang/crates.io-index"
7501checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7502
7503[[package]]
7504name = "hexf-parse"
7505version = "0.2.1"
7506source = "registry+https://github.com/rust-lang/crates.io-index"
7507checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7508
7509[[package]]
7510name = "hidden-trait"
7511version = "0.1.2"
7512source = "registry+https://github.com/rust-lang/crates.io-index"
7513checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7514dependencies = [
7515 "proc-macro2",
7516 "quote",
7517 "syn 1.0.109",
7518]
7519
7520[[package]]
7521name = "hkdf"
7522version = "0.12.4"
7523source = "registry+https://github.com/rust-lang/crates.io-index"
7524checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7525dependencies = [
7526 "hmac",
7527]
7528
7529[[package]]
7530name = "hmac"
7531version = "0.12.1"
7532source = "registry+https://github.com/rust-lang/crates.io-index"
7533checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7534dependencies = [
7535 "digest",
7536]
7537
7538[[package]]
7539name = "home"
7540version = "0.5.11"
7541source = "registry+https://github.com/rust-lang/crates.io-index"
7542checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7543dependencies = [
7544 "windows-sys 0.59.0",
7545]
7546
7547[[package]]
7548name = "hound"
7549version = "3.5.1"
7550source = "registry+https://github.com/rust-lang/crates.io-index"
7551checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7552
7553[[package]]
7554name = "html5ever"
7555version = "0.27.0"
7556source = "registry+https://github.com/rust-lang/crates.io-index"
7557checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7558dependencies = [
7559 "log",
7560 "mac",
7561 "markup5ever 0.12.1",
7562 "proc-macro2",
7563 "quote",
7564 "syn 2.0.101",
7565]
7566
7567[[package]]
7568name = "html5ever"
7569version = "0.35.0"
7570source = "registry+https://github.com/rust-lang/crates.io-index"
7571checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
7572dependencies = [
7573 "log",
7574 "markup5ever 0.35.0",
7575 "match_token",
7576]
7577
7578[[package]]
7579name = "html_to_markdown"
7580version = "0.1.0"
7581dependencies = [
7582 "anyhow",
7583 "html5ever 0.27.0",
7584 "indoc",
7585 "markup5ever_rcdom",
7586 "pretty_assertions",
7587 "regex",
7588 "workspace-hack",
7589]
7590
7591[[package]]
7592name = "http"
7593version = "0.2.12"
7594source = "registry+https://github.com/rust-lang/crates.io-index"
7595checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7596dependencies = [
7597 "bytes 1.10.1",
7598 "fnv",
7599 "itoa",
7600]
7601
7602[[package]]
7603name = "http"
7604version = "1.3.1"
7605source = "registry+https://github.com/rust-lang/crates.io-index"
7606checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7607dependencies = [
7608 "bytes 1.10.1",
7609 "fnv",
7610 "itoa",
7611]
7612
7613[[package]]
7614name = "http-body"
7615version = "0.4.6"
7616source = "registry+https://github.com/rust-lang/crates.io-index"
7617checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7618dependencies = [
7619 "bytes 1.10.1",
7620 "http 0.2.12",
7621 "pin-project-lite",
7622]
7623
7624[[package]]
7625name = "http-body"
7626version = "1.0.1"
7627source = "registry+https://github.com/rust-lang/crates.io-index"
7628checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7629dependencies = [
7630 "bytes 1.10.1",
7631 "http 1.3.1",
7632]
7633
7634[[package]]
7635name = "http-body-util"
7636version = "0.1.3"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7639dependencies = [
7640 "bytes 1.10.1",
7641 "futures-core",
7642 "http 1.3.1",
7643 "http-body 1.0.1",
7644 "pin-project-lite",
7645]
7646
7647[[package]]
7648name = "http-range-header"
7649version = "0.3.1"
7650source = "registry+https://github.com/rust-lang/crates.io-index"
7651checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7652
7653[[package]]
7654name = "http_client"
7655version = "0.1.0"
7656dependencies = [
7657 "anyhow",
7658 "async-compression",
7659 "async-fs",
7660 "async-tar",
7661 "bytes 1.10.1",
7662 "derive_more",
7663 "futures 0.3.31",
7664 "http 1.3.1",
7665 "http-body 1.0.1",
7666 "log",
7667 "parking_lot",
7668 "serde",
7669 "serde_json",
7670 "sha2",
7671 "tempfile",
7672 "url",
7673 "util",
7674 "workspace-hack",
7675 "zed-reqwest",
7676]
7677
7678[[package]]
7679name = "http_client_tls"
7680version = "0.1.0"
7681dependencies = [
7682 "rustls 0.23.26",
7683 "rustls-platform-verifier",
7684 "workspace-hack",
7685]
7686
7687[[package]]
7688name = "httparse"
7689version = "1.10.1"
7690source = "registry+https://github.com/rust-lang/crates.io-index"
7691checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7692
7693[[package]]
7694name = "httpdate"
7695version = "1.0.3"
7696source = "registry+https://github.com/rust-lang/crates.io-index"
7697checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7698
7699[[package]]
7700name = "human_bytes"
7701version = "0.4.3"
7702source = "registry+https://github.com/rust-lang/crates.io-index"
7703checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7704
7705[[package]]
7706name = "humantime"
7707version = "2.2.0"
7708source = "registry+https://github.com/rust-lang/crates.io-index"
7709checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7710
7711[[package]]
7712name = "hyper"
7713version = "0.14.32"
7714source = "registry+https://github.com/rust-lang/crates.io-index"
7715checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7716dependencies = [
7717 "bytes 1.10.1",
7718 "futures-channel",
7719 "futures-core",
7720 "futures-util",
7721 "h2 0.3.26",
7722 "http 0.2.12",
7723 "http-body 0.4.6",
7724 "httparse",
7725 "httpdate",
7726 "itoa",
7727 "pin-project-lite",
7728 "socket2",
7729 "tokio",
7730 "tower-service",
7731 "tracing",
7732 "want",
7733]
7734
7735[[package]]
7736name = "hyper"
7737version = "1.6.0"
7738source = "registry+https://github.com/rust-lang/crates.io-index"
7739checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7740dependencies = [
7741 "bytes 1.10.1",
7742 "futures-channel",
7743 "futures-util",
7744 "h2 0.4.9",
7745 "http 1.3.1",
7746 "http-body 1.0.1",
7747 "httparse",
7748 "itoa",
7749 "pin-project-lite",
7750 "smallvec",
7751 "tokio",
7752 "want",
7753]
7754
7755[[package]]
7756name = "hyper-rustls"
7757version = "0.24.2"
7758source = "registry+https://github.com/rust-lang/crates.io-index"
7759checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7760dependencies = [
7761 "futures-util",
7762 "http 0.2.12",
7763 "hyper 0.14.32",
7764 "log",
7765 "rustls 0.21.12",
7766 "rustls-native-certs 0.6.3",
7767 "tokio",
7768 "tokio-rustls 0.24.1",
7769]
7770
7771[[package]]
7772name = "hyper-rustls"
7773version = "0.27.5"
7774source = "registry+https://github.com/rust-lang/crates.io-index"
7775checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7776dependencies = [
7777 "futures-util",
7778 "http 1.3.1",
7779 "hyper 1.6.0",
7780 "hyper-util",
7781 "rustls 0.23.26",
7782 "rustls-native-certs 0.8.1",
7783 "rustls-pki-types",
7784 "tokio",
7785 "tokio-rustls 0.26.2",
7786 "tower-service",
7787]
7788
7789[[package]]
7790name = "hyper-tls"
7791version = "0.5.0"
7792source = "registry+https://github.com/rust-lang/crates.io-index"
7793checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7794dependencies = [
7795 "bytes 1.10.1",
7796 "hyper 0.14.32",
7797 "native-tls",
7798 "tokio",
7799 "tokio-native-tls",
7800]
7801
7802[[package]]
7803name = "hyper-util"
7804version = "0.1.11"
7805source = "registry+https://github.com/rust-lang/crates.io-index"
7806checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7807dependencies = [
7808 "bytes 1.10.1",
7809 "futures-channel",
7810 "futures-util",
7811 "http 1.3.1",
7812 "http-body 1.0.1",
7813 "hyper 1.6.0",
7814 "libc",
7815 "pin-project-lite",
7816 "socket2",
7817 "tokio",
7818 "tower-service",
7819 "tracing",
7820]
7821
7822[[package]]
7823name = "iana-time-zone"
7824version = "0.1.63"
7825source = "registry+https://github.com/rust-lang/crates.io-index"
7826checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7827dependencies = [
7828 "android_system_properties",
7829 "core-foundation-sys",
7830 "iana-time-zone-haiku",
7831 "js-sys",
7832 "log",
7833 "wasm-bindgen",
7834 "windows-core 0.61.0",
7835]
7836
7837[[package]]
7838name = "iana-time-zone-haiku"
7839version = "0.1.2"
7840source = "registry+https://github.com/rust-lang/crates.io-index"
7841checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7842dependencies = [
7843 "cc",
7844]
7845
7846[[package]]
7847name = "icons"
7848version = "0.1.0"
7849dependencies = [
7850 "serde",
7851 "strum 0.27.2",
7852 "workspace-hack",
7853]
7854
7855[[package]]
7856name = "icu_collections"
7857version = "1.5.0"
7858source = "registry+https://github.com/rust-lang/crates.io-index"
7859checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7860dependencies = [
7861 "displaydoc",
7862 "yoke",
7863 "zerofrom",
7864 "zerovec",
7865]
7866
7867[[package]]
7868name = "icu_locid"
7869version = "1.5.0"
7870source = "registry+https://github.com/rust-lang/crates.io-index"
7871checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7872dependencies = [
7873 "displaydoc",
7874 "litemap",
7875 "tinystr",
7876 "writeable",
7877 "zerovec",
7878]
7879
7880[[package]]
7881name = "icu_locid_transform"
7882version = "1.5.0"
7883source = "registry+https://github.com/rust-lang/crates.io-index"
7884checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7885dependencies = [
7886 "displaydoc",
7887 "icu_locid",
7888 "icu_locid_transform_data",
7889 "icu_provider",
7890 "tinystr",
7891 "zerovec",
7892]
7893
7894[[package]]
7895name = "icu_locid_transform_data"
7896version = "1.5.1"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7899
7900[[package]]
7901name = "icu_normalizer"
7902version = "1.5.0"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7905dependencies = [
7906 "displaydoc",
7907 "icu_collections",
7908 "icu_normalizer_data",
7909 "icu_properties",
7910 "icu_provider",
7911 "smallvec",
7912 "utf16_iter",
7913 "utf8_iter",
7914 "write16",
7915 "zerovec",
7916]
7917
7918[[package]]
7919name = "icu_normalizer_data"
7920version = "1.5.1"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7923
7924[[package]]
7925name = "icu_properties"
7926version = "1.5.1"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7929dependencies = [
7930 "displaydoc",
7931 "icu_collections",
7932 "icu_locid_transform",
7933 "icu_properties_data",
7934 "icu_provider",
7935 "tinystr",
7936 "zerovec",
7937]
7938
7939[[package]]
7940name = "icu_properties_data"
7941version = "1.5.1"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7944
7945[[package]]
7946name = "icu_provider"
7947version = "1.5.0"
7948source = "registry+https://github.com/rust-lang/crates.io-index"
7949checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7950dependencies = [
7951 "displaydoc",
7952 "icu_locid",
7953 "icu_provider_macros",
7954 "stable_deref_trait",
7955 "tinystr",
7956 "writeable",
7957 "yoke",
7958 "zerofrom",
7959 "zerovec",
7960]
7961
7962[[package]]
7963name = "icu_provider_macros"
7964version = "1.5.0"
7965source = "registry+https://github.com/rust-lang/crates.io-index"
7966checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7967dependencies = [
7968 "proc-macro2",
7969 "quote",
7970 "syn 2.0.101",
7971]
7972
7973[[package]]
7974name = "id-arena"
7975version = "2.2.1"
7976source = "registry+https://github.com/rust-lang/crates.io-index"
7977checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7978
7979[[package]]
7980name = "ident_case"
7981version = "1.0.1"
7982source = "registry+https://github.com/rust-lang/crates.io-index"
7983checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7984
7985[[package]]
7986name = "idna"
7987version = "1.0.3"
7988source = "registry+https://github.com/rust-lang/crates.io-index"
7989checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7990dependencies = [
7991 "idna_adapter",
7992 "smallvec",
7993 "utf8_iter",
7994]
7995
7996[[package]]
7997name = "idna_adapter"
7998version = "1.2.0"
7999source = "registry+https://github.com/rust-lang/crates.io-index"
8000checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
8001dependencies = [
8002 "icu_normalizer",
8003 "icu_properties",
8004]
8005
8006[[package]]
8007name = "ignore"
8008version = "0.4.23"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
8011dependencies = [
8012 "crossbeam-deque",
8013 "globset",
8014 "log",
8015 "memchr",
8016 "regex-automata",
8017 "same-file",
8018 "walkdir",
8019 "winapi-util",
8020]
8021
8022[[package]]
8023name = "image"
8024version = "0.25.6"
8025source = "registry+https://github.com/rust-lang/crates.io-index"
8026checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
8027dependencies = [
8028 "bytemuck",
8029 "byteorder-lite",
8030 "color_quant",
8031 "exr",
8032 "gif",
8033 "image-webp",
8034 "num-traits",
8035 "png",
8036 "qoi",
8037 "ravif",
8038 "rayon",
8039 "rgb",
8040 "tiff",
8041 "zune-core",
8042 "zune-jpeg",
8043]
8044
8045[[package]]
8046name = "image-webp"
8047version = "0.2.1"
8048source = "registry+https://github.com/rust-lang/crates.io-index"
8049checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
8050dependencies = [
8051 "byteorder-lite",
8052 "quick-error",
8053]
8054
8055[[package]]
8056name = "image_viewer"
8057version = "0.1.0"
8058dependencies = [
8059 "anyhow",
8060 "db",
8061 "editor",
8062 "file_icons",
8063 "gpui",
8064 "language",
8065 "log",
8066 "project",
8067 "serde",
8068 "settings",
8069 "theme",
8070 "ui",
8071 "util",
8072 "workspace",
8073 "workspace-hack",
8074]
8075
8076[[package]]
8077name = "imagesize"
8078version = "0.13.0"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8081
8082[[package]]
8083name = "imara-diff"
8084version = "0.1.8"
8085source = "registry+https://github.com/rust-lang/crates.io-index"
8086checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8087dependencies = [
8088 "hashbrown 0.15.3",
8089]
8090
8091[[package]]
8092name = "imgref"
8093version = "1.11.0"
8094source = "registry+https://github.com/rust-lang/crates.io-index"
8095checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8096
8097[[package]]
8098name = "indexmap"
8099version = "1.9.3"
8100source = "registry+https://github.com/rust-lang/crates.io-index"
8101checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8102dependencies = [
8103 "autocfg",
8104 "hashbrown 0.12.3",
8105 "serde",
8106]
8107
8108[[package]]
8109name = "indexmap"
8110version = "2.9.0"
8111source = "registry+https://github.com/rust-lang/crates.io-index"
8112checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8113dependencies = [
8114 "equivalent",
8115 "hashbrown 0.15.3",
8116 "serde",
8117]
8118
8119[[package]]
8120name = "indoc"
8121version = "2.0.6"
8122source = "registry+https://github.com/rust-lang/crates.io-index"
8123checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8124
8125[[package]]
8126name = "inherent"
8127version = "1.0.12"
8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8130dependencies = [
8131 "proc-macro2",
8132 "quote",
8133 "syn 2.0.101",
8134]
8135
8136[[package]]
8137name = "inotify"
8138version = "0.9.6"
8139source = "registry+https://github.com/rust-lang/crates.io-index"
8140checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8141dependencies = [
8142 "bitflags 1.3.2",
8143 "inotify-sys",
8144 "libc",
8145]
8146
8147[[package]]
8148name = "inotify"
8149version = "0.11.0"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8152dependencies = [
8153 "bitflags 2.9.0",
8154 "inotify-sys",
8155 "libc",
8156]
8157
8158[[package]]
8159name = "inotify-sys"
8160version = "0.1.5"
8161source = "registry+https://github.com/rust-lang/crates.io-index"
8162checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8163dependencies = [
8164 "libc",
8165]
8166
8167[[package]]
8168name = "inout"
8169version = "0.1.4"
8170source = "registry+https://github.com/rust-lang/crates.io-index"
8171checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8172dependencies = [
8173 "block-padding",
8174 "generic-array",
8175]
8176
8177[[package]]
8178name = "inspector_ui"
8179version = "0.1.0"
8180dependencies = [
8181 "anyhow",
8182 "command_palette_hooks",
8183 "editor",
8184 "fuzzy",
8185 "gpui",
8186 "language",
8187 "project",
8188 "serde_json",
8189 "serde_json_lenient",
8190 "theme",
8191 "title_bar",
8192 "ui",
8193 "util",
8194 "util_macros",
8195 "workspace",
8196 "workspace-hack",
8197 "zed_actions",
8198]
8199
8200[[package]]
8201name = "install_cli"
8202version = "0.1.0"
8203dependencies = [
8204 "anyhow",
8205 "client",
8206 "gpui",
8207 "release_channel",
8208 "smol",
8209 "util",
8210 "workspace",
8211 "workspace-hack",
8212]
8213
8214[[package]]
8215name = "instant"
8216version = "0.1.13"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8219dependencies = [
8220 "cfg-if",
8221]
8222
8223[[package]]
8224name = "interpolate_name"
8225version = "0.2.4"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8228dependencies = [
8229 "proc-macro2",
8230 "quote",
8231 "syn 2.0.101",
8232]
8233
8234[[package]]
8235name = "inventory"
8236version = "0.3.20"
8237source = "registry+https://github.com/rust-lang/crates.io-index"
8238checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8239dependencies = [
8240 "rustversion",
8241]
8242
8243[[package]]
8244name = "io-extras"
8245version = "0.18.4"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8248dependencies = [
8249 "io-lifetimes",
8250 "windows-sys 0.59.0",
8251]
8252
8253[[package]]
8254name = "io-lifetimes"
8255version = "2.0.4"
8256source = "registry+https://github.com/rust-lang/crates.io-index"
8257checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8258
8259[[package]]
8260name = "io-surface"
8261version = "0.16.0"
8262source = "registry+https://github.com/rust-lang/crates.io-index"
8263checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8264dependencies = [
8265 "cgl",
8266 "core-foundation 0.10.0",
8267 "core-foundation-sys",
8268 "leaky-cow",
8269 "libc",
8270]
8271
8272[[package]]
8273name = "iovec"
8274version = "0.1.4"
8275source = "registry+https://github.com/rust-lang/crates.io-index"
8276checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8277dependencies = [
8278 "libc",
8279]
8280
8281[[package]]
8282name = "ipc-channel"
8283version = "0.19.0"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8286dependencies = [
8287 "bincode 1.3.3",
8288 "crossbeam-channel",
8289 "fnv",
8290 "lazy_static",
8291 "libc",
8292 "mio 1.0.3",
8293 "rand 0.8.5",
8294 "serde",
8295 "tempfile",
8296 "uuid",
8297 "windows 0.58.0",
8298]
8299
8300[[package]]
8301name = "ipnet"
8302version = "2.11.0"
8303source = "registry+https://github.com/rust-lang/crates.io-index"
8304checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8305
8306[[package]]
8307name = "is-docker"
8308version = "0.2.0"
8309source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8311dependencies = [
8312 "once_cell",
8313]
8314
8315[[package]]
8316name = "is-terminal"
8317version = "0.4.16"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8320dependencies = [
8321 "hermit-abi 0.5.0",
8322 "libc",
8323 "windows-sys 0.59.0",
8324]
8325
8326[[package]]
8327name = "is-wsl"
8328version = "0.4.0"
8329source = "registry+https://github.com/rust-lang/crates.io-index"
8330checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8331dependencies = [
8332 "is-docker",
8333 "once_cell",
8334]
8335
8336[[package]]
8337name = "is_terminal_polyfill"
8338version = "1.70.1"
8339source = "registry+https://github.com/rust-lang/crates.io-index"
8340checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8341
8342[[package]]
8343name = "itertools"
8344version = "0.10.5"
8345source = "registry+https://github.com/rust-lang/crates.io-index"
8346checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8347dependencies = [
8348 "either",
8349]
8350
8351[[package]]
8352name = "itertools"
8353version = "0.11.0"
8354source = "registry+https://github.com/rust-lang/crates.io-index"
8355checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8356dependencies = [
8357 "either",
8358]
8359
8360[[package]]
8361name = "itertools"
8362version = "0.12.1"
8363source = "registry+https://github.com/rust-lang/crates.io-index"
8364checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8365dependencies = [
8366 "either",
8367]
8368
8369[[package]]
8370name = "itertools"
8371version = "0.13.0"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8374dependencies = [
8375 "either",
8376]
8377
8378[[package]]
8379name = "itertools"
8380version = "0.14.0"
8381source = "registry+https://github.com/rust-lang/crates.io-index"
8382checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8383dependencies = [
8384 "either",
8385]
8386
8387[[package]]
8388name = "itoa"
8389version = "1.0.15"
8390source = "registry+https://github.com/rust-lang/crates.io-index"
8391checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8392
8393[[package]]
8394name = "jiff"
8395version = "0.2.10"
8396source = "registry+https://github.com/rust-lang/crates.io-index"
8397checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8398dependencies = [
8399 "jiff-static",
8400 "log",
8401 "portable-atomic",
8402 "portable-atomic-util",
8403 "serde",
8404]
8405
8406[[package]]
8407name = "jiff-static"
8408version = "0.2.10"
8409source = "registry+https://github.com/rust-lang/crates.io-index"
8410checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8411dependencies = [
8412 "proc-macro2",
8413 "quote",
8414 "syn 2.0.101",
8415]
8416
8417[[package]]
8418name = "jni"
8419version = "0.21.1"
8420source = "registry+https://github.com/rust-lang/crates.io-index"
8421checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8422dependencies = [
8423 "cesu8",
8424 "cfg-if",
8425 "combine",
8426 "jni-sys",
8427 "log",
8428 "thiserror 1.0.69",
8429 "walkdir",
8430 "windows-sys 0.45.0",
8431]
8432
8433[[package]]
8434name = "jni-sys"
8435version = "0.3.0"
8436source = "registry+https://github.com/rust-lang/crates.io-index"
8437checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8438
8439[[package]]
8440name = "jobserver"
8441version = "0.1.33"
8442source = "registry+https://github.com/rust-lang/crates.io-index"
8443checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8444dependencies = [
8445 "getrandom 0.3.2",
8446 "libc",
8447]
8448
8449[[package]]
8450name = "journal"
8451version = "0.1.0"
8452dependencies = [
8453 "anyhow",
8454 "chrono",
8455 "editor",
8456 "gpui",
8457 "log",
8458 "serde",
8459 "settings",
8460 "shellexpand 2.1.2",
8461 "workspace",
8462 "workspace-hack",
8463]
8464
8465[[package]]
8466name = "jpeg-decoder"
8467version = "0.3.1"
8468source = "registry+https://github.com/rust-lang/crates.io-index"
8469checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8470
8471[[package]]
8472name = "js-sys"
8473version = "0.3.77"
8474source = "registry+https://github.com/rust-lang/crates.io-index"
8475checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8476dependencies = [
8477 "once_cell",
8478 "wasm-bindgen",
8479]
8480
8481[[package]]
8482name = "json_dotpath"
8483version = "1.1.0"
8484source = "registry+https://github.com/rust-lang/crates.io-index"
8485checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8486dependencies = [
8487 "serde",
8488 "serde_derive",
8489 "serde_json",
8490 "thiserror 1.0.69",
8491]
8492
8493[[package]]
8494name = "json_schema_store"
8495version = "0.1.0"
8496dependencies = [
8497 "anyhow",
8498 "dap",
8499 "extension",
8500 "gpui",
8501 "language",
8502 "paths",
8503 "project",
8504 "schemars 1.0.1",
8505 "serde",
8506 "serde_json",
8507 "settings",
8508 "snippet_provider",
8509 "task",
8510 "theme",
8511 "util",
8512 "workspace-hack",
8513]
8514
8515[[package]]
8516name = "jsonschema"
8517version = "0.30.0"
8518source = "registry+https://github.com/rust-lang/crates.io-index"
8519checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8520dependencies = [
8521 "ahash 0.8.11",
8522 "base64 0.22.1",
8523 "bytecount",
8524 "email_address",
8525 "fancy-regex 0.14.0",
8526 "fraction",
8527 "idna",
8528 "itoa",
8529 "num-cmp",
8530 "num-traits",
8531 "once_cell",
8532 "percent-encoding",
8533 "referencing",
8534 "regex",
8535 "regex-syntax",
8536 "reqwest 0.12.15",
8537 "serde",
8538 "serde_json",
8539 "uuid-simd",
8540]
8541
8542[[package]]
8543name = "jsonwebtoken"
8544version = "9.3.1"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8547dependencies = [
8548 "base64 0.22.1",
8549 "js-sys",
8550 "pem",
8551 "ring",
8552 "serde",
8553 "serde_json",
8554 "simple_asn1",
8555]
8556
8557[[package]]
8558name = "jupyter-protocol"
8559version = "0.6.0"
8560source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8561dependencies = [
8562 "anyhow",
8563 "async-trait",
8564 "bytes 1.10.1",
8565 "chrono",
8566 "futures 0.3.31",
8567 "serde",
8568 "serde_json",
8569 "uuid",
8570]
8571
8572[[package]]
8573name = "jupyter-websocket-client"
8574version = "0.9.0"
8575source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8576dependencies = [
8577 "anyhow",
8578 "async-trait",
8579 "async-tungstenite",
8580 "futures 0.3.31",
8581 "jupyter-protocol",
8582 "serde",
8583 "serde_json",
8584 "url",
8585 "uuid",
8586]
8587
8588[[package]]
8589name = "keymap_editor"
8590version = "0.1.0"
8591dependencies = [
8592 "anyhow",
8593 "collections",
8594 "command_palette",
8595 "component",
8596 "db",
8597 "editor",
8598 "fs",
8599 "fuzzy",
8600 "gpui",
8601 "itertools 0.14.0",
8602 "json_schema_store",
8603 "language",
8604 "log",
8605 "menu",
8606 "notifications",
8607 "paths",
8608 "project",
8609 "search",
8610 "serde",
8611 "serde_json",
8612 "settings",
8613 "telemetry",
8614 "tempfile",
8615 "theme",
8616 "tree-sitter-json",
8617 "tree-sitter-rust",
8618 "ui",
8619 "ui_input",
8620 "util",
8621 "vim",
8622 "workspace",
8623 "workspace-hack",
8624 "zed_actions",
8625]
8626
8627[[package]]
8628name = "khronos-egl"
8629version = "6.0.0"
8630source = "registry+https://github.com/rust-lang/crates.io-index"
8631checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8632dependencies = [
8633 "libc",
8634 "libloading",
8635]
8636
8637[[package]]
8638name = "kqueue"
8639version = "1.0.8"
8640source = "registry+https://github.com/rust-lang/crates.io-index"
8641checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8642dependencies = [
8643 "kqueue-sys",
8644 "libc",
8645]
8646
8647[[package]]
8648name = "kqueue-sys"
8649version = "1.0.4"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8652dependencies = [
8653 "bitflags 1.3.2",
8654 "libc",
8655]
8656
8657[[package]]
8658name = "kurbo"
8659version = "0.11.1"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8662dependencies = [
8663 "arrayvec",
8664 "smallvec",
8665]
8666
8667[[package]]
8668name = "kv-log-macro"
8669version = "1.0.7"
8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8672dependencies = [
8673 "log",
8674]
8675
8676[[package]]
8677name = "language"
8678version = "0.1.0"
8679dependencies = [
8680 "anyhow",
8681 "async-trait",
8682 "clock",
8683 "collections",
8684 "ctor",
8685 "diffy",
8686 "ec4rs",
8687 "fs",
8688 "futures 0.3.31",
8689 "fuzzy",
8690 "globset",
8691 "gpui",
8692 "http_client",
8693 "imara-diff",
8694 "indoc",
8695 "itertools 0.14.0",
8696 "log",
8697 "lsp",
8698 "parking_lot",
8699 "postage",
8700 "pretty_assertions",
8701 "rand 0.9.1",
8702 "regex",
8703 "rpc",
8704 "schemars 1.0.1",
8705 "serde",
8706 "serde_json",
8707 "settings",
8708 "shellexpand 2.1.2",
8709 "smallvec",
8710 "smol",
8711 "streaming-iterator",
8712 "strsim",
8713 "sum_tree",
8714 "task",
8715 "text",
8716 "theme",
8717 "toml 0.8.20",
8718 "tree-sitter",
8719 "tree-sitter-elixir",
8720 "tree-sitter-embedded-template",
8721 "tree-sitter-heex",
8722 "tree-sitter-html",
8723 "tree-sitter-json",
8724 "tree-sitter-md",
8725 "tree-sitter-python",
8726 "tree-sitter-ruby",
8727 "tree-sitter-rust",
8728 "tree-sitter-typescript",
8729 "unicase",
8730 "unindent",
8731 "util",
8732 "watch",
8733 "workspace-hack",
8734 "zlog",
8735]
8736
8737[[package]]
8738name = "language_extension"
8739version = "0.1.0"
8740dependencies = [
8741 "anyhow",
8742 "async-trait",
8743 "collections",
8744 "extension",
8745 "fs",
8746 "futures 0.3.31",
8747 "gpui",
8748 "language",
8749 "log",
8750 "lsp",
8751 "project",
8752 "serde",
8753 "serde_json",
8754 "util",
8755 "workspace-hack",
8756]
8757
8758[[package]]
8759name = "language_model"
8760version = "0.1.0"
8761dependencies = [
8762 "anthropic",
8763 "anyhow",
8764 "base64 0.22.1",
8765 "client",
8766 "cloud_api_types",
8767 "cloud_llm_client",
8768 "collections",
8769 "futures 0.3.31",
8770 "gpui",
8771 "http_client",
8772 "icons",
8773 "image",
8774 "log",
8775 "open_router",
8776 "parking_lot",
8777 "proto",
8778 "serde",
8779 "serde_json",
8780 "settings",
8781 "smol",
8782 "telemetry_events",
8783 "thiserror 2.0.12",
8784 "util",
8785 "workspace-hack",
8786]
8787
8788[[package]]
8789name = "language_models"
8790version = "0.1.0"
8791dependencies = [
8792 "ai_onboarding",
8793 "anthropic",
8794 "anyhow",
8795 "aws-config",
8796 "aws-credential-types",
8797 "aws_http_client",
8798 "bedrock",
8799 "chrono",
8800 "client",
8801 "cloud_llm_client",
8802 "collections",
8803 "component",
8804 "convert_case 0.8.0",
8805 "copilot",
8806 "credentials_provider",
8807 "deepseek",
8808 "editor",
8809 "fs",
8810 "futures 0.3.31",
8811 "google_ai",
8812 "gpui",
8813 "gpui_tokio",
8814 "http_client",
8815 "language",
8816 "language_model",
8817 "lmstudio",
8818 "log",
8819 "menu",
8820 "mistral",
8821 "ollama",
8822 "open_ai",
8823 "open_router",
8824 "partial-json-fixer",
8825 "project",
8826 "release_channel",
8827 "schemars 1.0.1",
8828 "serde",
8829 "serde_json",
8830 "settings",
8831 "smol",
8832 "strum 0.27.2",
8833 "thiserror 2.0.12",
8834 "tiktoken-rs",
8835 "tokio",
8836 "ui",
8837 "ui_input",
8838 "util",
8839 "vercel",
8840 "workspace-hack",
8841 "x_ai",
8842 "zed_env_vars",
8843]
8844
8845[[package]]
8846name = "language_onboarding"
8847version = "0.1.0"
8848dependencies = [
8849 "db",
8850 "editor",
8851 "gpui",
8852 "project",
8853 "ui",
8854 "workspace",
8855 "workspace-hack",
8856]
8857
8858[[package]]
8859name = "language_selector"
8860version = "0.1.0"
8861dependencies = [
8862 "anyhow",
8863 "editor",
8864 "file_finder",
8865 "file_icons",
8866 "fuzzy",
8867 "gpui",
8868 "language",
8869 "picker",
8870 "project",
8871 "settings",
8872 "ui",
8873 "util",
8874 "workspace",
8875 "workspace-hack",
8876]
8877
8878[[package]]
8879name = "language_tools"
8880version = "0.1.0"
8881dependencies = [
8882 "anyhow",
8883 "client",
8884 "collections",
8885 "command_palette_hooks",
8886 "copilot",
8887 "editor",
8888 "futures 0.3.31",
8889 "gpui",
8890 "itertools 0.14.0",
8891 "language",
8892 "lsp",
8893 "project",
8894 "proto",
8895 "release_channel",
8896 "serde_json",
8897 "settings",
8898 "theme",
8899 "tree-sitter",
8900 "ui",
8901 "util",
8902 "workspace",
8903 "workspace-hack",
8904 "zed_actions",
8905 "zlog",
8906]
8907
8908[[package]]
8909name = "languages"
8910version = "0.1.0"
8911dependencies = [
8912 "anyhow",
8913 "async-compression",
8914 "async-fs",
8915 "async-tar",
8916 "async-trait",
8917 "chrono",
8918 "collections",
8919 "futures 0.3.31",
8920 "gpui",
8921 "http_client",
8922 "itertools 0.14.0",
8923 "json_schema_store",
8924 "language",
8925 "log",
8926 "lsp",
8927 "node_runtime",
8928 "parking_lot",
8929 "pet",
8930 "pet-conda",
8931 "pet-core",
8932 "pet-fs",
8933 "pet-poetry",
8934 "pet-reporter",
8935 "pet-virtualenv",
8936 "pretty_assertions",
8937 "project",
8938 "regex",
8939 "rope",
8940 "rust-embed",
8941 "serde",
8942 "serde_json",
8943 "serde_json_lenient",
8944 "settings",
8945 "smol",
8946 "task",
8947 "text",
8948 "theme",
8949 "toml 0.8.20",
8950 "tree-sitter",
8951 "tree-sitter-bash",
8952 "tree-sitter-c",
8953 "tree-sitter-cpp",
8954 "tree-sitter-css",
8955 "tree-sitter-diff",
8956 "tree-sitter-gitcommit",
8957 "tree-sitter-go",
8958 "tree-sitter-gomod",
8959 "tree-sitter-gowork",
8960 "tree-sitter-jsdoc",
8961 "tree-sitter-json",
8962 "tree-sitter-md",
8963 "tree-sitter-python",
8964 "tree-sitter-regex",
8965 "tree-sitter-rust",
8966 "tree-sitter-typescript",
8967 "tree-sitter-yaml",
8968 "unindent",
8969 "url",
8970 "util",
8971 "workspace",
8972 "workspace-hack",
8973]
8974
8975[[package]]
8976name = "lazy_static"
8977version = "1.5.0"
8978source = "registry+https://github.com/rust-lang/crates.io-index"
8979checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8980dependencies = [
8981 "spin",
8982]
8983
8984[[package]]
8985name = "lazycell"
8986version = "1.3.0"
8987source = "registry+https://github.com/rust-lang/crates.io-index"
8988checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8989
8990[[package]]
8991name = "leak"
8992version = "0.1.2"
8993source = "registry+https://github.com/rust-lang/crates.io-index"
8994checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8995
8996[[package]]
8997name = "leaky-cow"
8998version = "0.1.1"
8999source = "registry+https://github.com/rust-lang/crates.io-index"
9000checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9001dependencies = [
9002 "leak",
9003]
9004
9005[[package]]
9006name = "leb128"
9007version = "0.2.5"
9008source = "registry+https://github.com/rust-lang/crates.io-index"
9009checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9010
9011[[package]]
9012name = "leb128fmt"
9013version = "0.1.0"
9014source = "registry+https://github.com/rust-lang/crates.io-index"
9015checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9016
9017[[package]]
9018name = "lebe"
9019version = "0.5.2"
9020source = "registry+https://github.com/rust-lang/crates.io-index"
9021checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
9022
9023[[package]]
9024name = "libc"
9025version = "0.2.176"
9026source = "registry+https://github.com/rust-lang/crates.io-index"
9027checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
9028
9029[[package]]
9030name = "libdbus-sys"
9031version = "0.2.5"
9032source = "registry+https://github.com/rust-lang/crates.io-index"
9033checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
9034dependencies = [
9035 "cc",
9036 "pkg-config",
9037]
9038
9039[[package]]
9040name = "libfuzzer-sys"
9041version = "0.4.9"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9044dependencies = [
9045 "arbitrary",
9046 "cc",
9047]
9048
9049[[package]]
9050name = "libgit2-sys"
9051version = "0.18.1+1.9.0"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9054dependencies = [
9055 "cc",
9056 "libc",
9057 "libz-sys",
9058 "pkg-config",
9059]
9060
9061[[package]]
9062name = "libloading"
9063version = "0.8.6"
9064source = "registry+https://github.com/rust-lang/crates.io-index"
9065checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9066dependencies = [
9067 "cfg-if",
9068 "windows-targets 0.52.6",
9069]
9070
9071[[package]]
9072name = "libm"
9073version = "0.2.11"
9074source = "registry+https://github.com/rust-lang/crates.io-index"
9075checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9076
9077[[package]]
9078name = "libmimalloc-sys"
9079version = "0.1.42"
9080source = "registry+https://github.com/rust-lang/crates.io-index"
9081checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9082dependencies = [
9083 "cc",
9084 "libc",
9085]
9086
9087[[package]]
9088name = "libredox"
9089version = "0.1.3"
9090source = "registry+https://github.com/rust-lang/crates.io-index"
9091checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9092dependencies = [
9093 "bitflags 2.9.0",
9094 "libc",
9095 "redox_syscall 0.5.11",
9096]
9097
9098[[package]]
9099name = "libsqlite3-sys"
9100version = "0.30.1"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9103dependencies = [
9104 "cc",
9105 "pkg-config",
9106 "vcpkg",
9107]
9108
9109[[package]]
9110name = "libwebrtc"
9111version = "0.3.10"
9112source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9113dependencies = [
9114 "cxx",
9115 "jni",
9116 "js-sys",
9117 "lazy_static",
9118 "livekit-protocol",
9119 "livekit-runtime",
9120 "log",
9121 "parking_lot",
9122 "serde",
9123 "serde_json",
9124 "thiserror 1.0.69",
9125 "tokio",
9126 "wasm-bindgen",
9127 "wasm-bindgen-futures",
9128 "web-sys",
9129 "webrtc-sys",
9130]
9131
9132[[package]]
9133name = "libz-rs-sys"
9134version = "0.5.2"
9135source = "registry+https://github.com/rust-lang/crates.io-index"
9136checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd"
9137dependencies = [
9138 "zlib-rs",
9139]
9140
9141[[package]]
9142name = "libz-sys"
9143version = "1.1.22"
9144source = "registry+https://github.com/rust-lang/crates.io-index"
9145checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9146dependencies = [
9147 "cc",
9148 "libc",
9149 "pkg-config",
9150 "vcpkg",
9151]
9152
9153[[package]]
9154name = "line_ending_selector"
9155version = "0.1.0"
9156dependencies = [
9157 "editor",
9158 "gpui",
9159 "language",
9160 "picker",
9161 "project",
9162 "ui",
9163 "util",
9164 "workspace",
9165 "workspace-hack",
9166]
9167
9168[[package]]
9169name = "link-cplusplus"
9170version = "1.0.10"
9171source = "registry+https://github.com/rust-lang/crates.io-index"
9172checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9173dependencies = [
9174 "cc",
9175]
9176
9177[[package]]
9178name = "linkify"
9179version = "0.10.0"
9180source = "registry+https://github.com/rust-lang/crates.io-index"
9181checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9182dependencies = [
9183 "memchr",
9184]
9185
9186[[package]]
9187name = "linux-raw-sys"
9188version = "0.4.15"
9189source = "registry+https://github.com/rust-lang/crates.io-index"
9190checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9191
9192[[package]]
9193name = "linux-raw-sys"
9194version = "0.9.4"
9195source = "registry+https://github.com/rust-lang/crates.io-index"
9196checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9197
9198[[package]]
9199name = "litemap"
9200version = "0.7.5"
9201source = "registry+https://github.com/rust-lang/crates.io-index"
9202checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9203
9204[[package]]
9205name = "litrs"
9206version = "0.4.2"
9207source = "registry+https://github.com/rust-lang/crates.io-index"
9208checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed"
9209
9210[[package]]
9211name = "livekit"
9212version = "0.7.8"
9213source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9214dependencies = [
9215 "chrono",
9216 "futures-util",
9217 "lazy_static",
9218 "libloading",
9219 "libwebrtc",
9220 "livekit-api",
9221 "livekit-protocol",
9222 "livekit-runtime",
9223 "log",
9224 "parking_lot",
9225 "prost 0.12.6",
9226 "semver",
9227 "serde",
9228 "serde_json",
9229 "thiserror 1.0.69",
9230 "tokio",
9231]
9232
9233[[package]]
9234name = "livekit-api"
9235version = "0.4.2"
9236source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9237dependencies = [
9238 "futures-util",
9239 "http 0.2.12",
9240 "livekit-protocol",
9241 "livekit-runtime",
9242 "log",
9243 "parking_lot",
9244 "pbjson-types",
9245 "prost 0.12.6",
9246 "rand 0.9.1",
9247 "reqwest 0.11.27",
9248 "scopeguard",
9249 "serde",
9250 "sha2",
9251 "thiserror 1.0.69",
9252 "tokio",
9253 "tokio-tungstenite 0.26.2",
9254 "url",
9255]
9256
9257[[package]]
9258name = "livekit-protocol"
9259version = "0.3.9"
9260source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9261dependencies = [
9262 "futures-util",
9263 "livekit-runtime",
9264 "parking_lot",
9265 "pbjson",
9266 "pbjson-types",
9267 "prost 0.12.6",
9268 "prost-types 0.12.6",
9269 "serde",
9270 "thiserror 1.0.69",
9271 "tokio",
9272]
9273
9274[[package]]
9275name = "livekit-runtime"
9276version = "0.4.0"
9277source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9278dependencies = [
9279 "tokio",
9280 "tokio-stream",
9281]
9282
9283[[package]]
9284name = "livekit_api"
9285version = "0.1.0"
9286dependencies = [
9287 "anyhow",
9288 "async-trait",
9289 "jsonwebtoken",
9290 "log",
9291 "prost 0.9.0",
9292 "prost-build 0.9.0",
9293 "prost-types 0.9.0",
9294 "serde",
9295 "workspace-hack",
9296 "zed-reqwest",
9297]
9298
9299[[package]]
9300name = "livekit_client"
9301version = "0.1.0"
9302dependencies = [
9303 "anyhow",
9304 "async-trait",
9305 "audio",
9306 "collections",
9307 "core-foundation 0.10.0",
9308 "core-video",
9309 "coreaudio-rs 0.12.1",
9310 "cpal",
9311 "futures 0.3.31",
9312 "gpui",
9313 "gpui_tokio",
9314 "http_client_tls",
9315 "image",
9316 "libwebrtc",
9317 "livekit",
9318 "livekit_api",
9319 "log",
9320 "nanoid",
9321 "objc",
9322 "parking_lot",
9323 "postage",
9324 "rodio",
9325 "serde",
9326 "serde_json",
9327 "serde_urlencoded",
9328 "settings",
9329 "sha2",
9330 "simplelog",
9331 "smallvec",
9332 "tokio-tungstenite 0.26.2",
9333 "ui",
9334 "util",
9335 "workspace-hack",
9336 "zed-scap",
9337]
9338
9339[[package]]
9340name = "lmdb-master-sys"
9341version = "0.2.5"
9342source = "registry+https://github.com/rust-lang/crates.io-index"
9343checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9344dependencies = [
9345 "cc",
9346 "doxygen-rs",
9347 "libc",
9348]
9349
9350[[package]]
9351name = "lmstudio"
9352version = "0.1.0"
9353dependencies = [
9354 "anyhow",
9355 "futures 0.3.31",
9356 "http_client",
9357 "schemars 1.0.1",
9358 "serde",
9359 "serde_json",
9360 "workspace-hack",
9361]
9362
9363[[package]]
9364name = "lock_api"
9365version = "0.4.13"
9366source = "registry+https://github.com/rust-lang/crates.io-index"
9367checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
9368dependencies = [
9369 "autocfg",
9370 "scopeguard",
9371]
9372
9373[[package]]
9374name = "log"
9375version = "0.4.27"
9376source = "registry+https://github.com/rust-lang/crates.io-index"
9377checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9378dependencies = [
9379 "serde",
9380 "value-bag",
9381]
9382
9383[[package]]
9384name = "loom"
9385version = "0.7.2"
9386source = "registry+https://github.com/rust-lang/crates.io-index"
9387checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9388dependencies = [
9389 "cfg-if",
9390 "generator",
9391 "scoped-tls",
9392 "tracing",
9393 "tracing-subscriber",
9394]
9395
9396[[package]]
9397name = "loop9"
9398version = "0.1.5"
9399source = "registry+https://github.com/rust-lang/crates.io-index"
9400checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9401dependencies = [
9402 "imgref",
9403]
9404
9405[[package]]
9406name = "lru"
9407version = "0.12.5"
9408source = "registry+https://github.com/rust-lang/crates.io-index"
9409checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9410dependencies = [
9411 "hashbrown 0.15.3",
9412]
9413
9414[[package]]
9415name = "lsp"
9416version = "0.1.0"
9417dependencies = [
9418 "anyhow",
9419 "async-pipe",
9420 "collections",
9421 "ctor",
9422 "futures 0.3.31",
9423 "gpui",
9424 "log",
9425 "lsp-types",
9426 "parking_lot",
9427 "postage",
9428 "release_channel",
9429 "schemars 1.0.1",
9430 "serde",
9431 "serde_json",
9432 "smol",
9433 "util",
9434 "workspace-hack",
9435 "zlog",
9436]
9437
9438[[package]]
9439name = "lsp-types"
9440version = "0.95.1"
9441source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9442dependencies = [
9443 "bitflags 1.3.2",
9444 "serde",
9445 "serde_json",
9446 "url",
9447]
9448
9449[[package]]
9450name = "lyon"
9451version = "1.0.1"
9452source = "registry+https://github.com/rust-lang/crates.io-index"
9453checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9454dependencies = [
9455 "lyon_algorithms",
9456 "lyon_extra",
9457 "lyon_tessellation",
9458]
9459
9460[[package]]
9461name = "lyon_algorithms"
9462version = "1.0.5"
9463source = "registry+https://github.com/rust-lang/crates.io-index"
9464checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9465dependencies = [
9466 "lyon_path",
9467 "num-traits",
9468]
9469
9470[[package]]
9471name = "lyon_extra"
9472version = "1.0.3"
9473source = "registry+https://github.com/rust-lang/crates.io-index"
9474checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9475dependencies = [
9476 "lyon_path",
9477 "thiserror 1.0.69",
9478]
9479
9480[[package]]
9481name = "lyon_geom"
9482version = "1.0.6"
9483source = "registry+https://github.com/rust-lang/crates.io-index"
9484checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9485dependencies = [
9486 "arrayvec",
9487 "euclid",
9488 "num-traits",
9489]
9490
9491[[package]]
9492name = "lyon_path"
9493version = "1.0.7"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9496dependencies = [
9497 "lyon_geom",
9498 "num-traits",
9499]
9500
9501[[package]]
9502name = "lyon_tessellation"
9503version = "1.0.15"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9506dependencies = [
9507 "float_next_after",
9508 "lyon_path",
9509 "num-traits",
9510]
9511
9512[[package]]
9513name = "lz4"
9514version = "1.28.1"
9515source = "registry+https://github.com/rust-lang/crates.io-index"
9516checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
9517dependencies = [
9518 "lz4-sys",
9519]
9520
9521[[package]]
9522name = "lz4-sys"
9523version = "1.11.1+lz4-1.10.0"
9524source = "registry+https://github.com/rust-lang/crates.io-index"
9525checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
9526dependencies = [
9527 "cc",
9528 "libc",
9529]
9530
9531[[package]]
9532name = "mac"
9533version = "0.1.1"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9536
9537[[package]]
9538name = "mach2"
9539version = "0.4.2"
9540source = "registry+https://github.com/rust-lang/crates.io-index"
9541checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9542dependencies = [
9543 "libc",
9544]
9545
9546[[package]]
9547name = "mach2"
9548version = "0.5.0"
9549source = "registry+https://github.com/rust-lang/crates.io-index"
9550checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9551dependencies = [
9552 "libc",
9553]
9554
9555[[package]]
9556name = "malloc_buf"
9557version = "0.0.6"
9558source = "registry+https://github.com/rust-lang/crates.io-index"
9559checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9560dependencies = [
9561 "libc",
9562]
9563
9564[[package]]
9565name = "maplit"
9566version = "1.0.2"
9567source = "registry+https://github.com/rust-lang/crates.io-index"
9568checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9569
9570[[package]]
9571name = "markdown"
9572version = "0.1.0"
9573dependencies = [
9574 "assets",
9575 "base64 0.22.1",
9576 "collections",
9577 "env_logger 0.11.8",
9578 "fs",
9579 "futures 0.3.31",
9580 "gpui",
9581 "language",
9582 "languages",
9583 "linkify",
9584 "log",
9585 "node_runtime",
9586 "pulldown-cmark 0.12.2",
9587 "settings",
9588 "sum_tree",
9589 "theme",
9590 "ui",
9591 "util",
9592 "workspace-hack",
9593]
9594
9595[[package]]
9596name = "markdown_preview"
9597version = "0.1.0"
9598dependencies = [
9599 "anyhow",
9600 "async-recursion",
9601 "collections",
9602 "editor",
9603 "fs",
9604 "gpui",
9605 "html5ever 0.27.0",
9606 "language",
9607 "linkify",
9608 "log",
9609 "markup5ever_rcdom",
9610 "pretty_assertions",
9611 "pulldown-cmark 0.12.2",
9612 "settings",
9613 "theme",
9614 "ui",
9615 "util",
9616 "workspace",
9617 "workspace-hack",
9618]
9619
9620[[package]]
9621name = "markup5ever"
9622version = "0.12.1"
9623source = "registry+https://github.com/rust-lang/crates.io-index"
9624checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9625dependencies = [
9626 "log",
9627 "phf 0.11.3",
9628 "phf_codegen",
9629 "string_cache",
9630 "string_cache_codegen",
9631 "tendril",
9632]
9633
9634[[package]]
9635name = "markup5ever"
9636version = "0.35.0"
9637source = "registry+https://github.com/rust-lang/crates.io-index"
9638checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
9639dependencies = [
9640 "log",
9641 "tendril",
9642 "web_atoms",
9643]
9644
9645[[package]]
9646name = "markup5ever_rcdom"
9647version = "0.3.0"
9648source = "registry+https://github.com/rust-lang/crates.io-index"
9649checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9650dependencies = [
9651 "html5ever 0.27.0",
9652 "markup5ever 0.12.1",
9653 "tendril",
9654 "xml5ever",
9655]
9656
9657[[package]]
9658name = "match_token"
9659version = "0.35.0"
9660source = "registry+https://github.com/rust-lang/crates.io-index"
9661checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
9662dependencies = [
9663 "proc-macro2",
9664 "quote",
9665 "syn 2.0.101",
9666]
9667
9668[[package]]
9669name = "matchers"
9670version = "0.2.0"
9671source = "registry+https://github.com/rust-lang/crates.io-index"
9672checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9673dependencies = [
9674 "regex-automata",
9675]
9676
9677[[package]]
9678name = "matchit"
9679version = "0.7.3"
9680source = "registry+https://github.com/rust-lang/crates.io-index"
9681checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9682
9683[[package]]
9684name = "maybe-owned"
9685version = "0.3.4"
9686source = "registry+https://github.com/rust-lang/crates.io-index"
9687checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9688
9689[[package]]
9690name = "maybe-rayon"
9691version = "0.1.1"
9692source = "registry+https://github.com/rust-lang/crates.io-index"
9693checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9694dependencies = [
9695 "cfg-if",
9696 "rayon",
9697]
9698
9699[[package]]
9700name = "md-5"
9701version = "0.10.6"
9702source = "registry+https://github.com/rust-lang/crates.io-index"
9703checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9704dependencies = [
9705 "cfg-if",
9706 "digest",
9707]
9708
9709[[package]]
9710name = "mdbook"
9711version = "0.4.40"
9712source = "registry+https://github.com/rust-lang/crates.io-index"
9713checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9714dependencies = [
9715 "ammonia",
9716 "anyhow",
9717 "chrono",
9718 "clap",
9719 "clap_complete",
9720 "elasticlunr-rs",
9721 "env_logger 0.11.8",
9722 "futures-util",
9723 "handlebars 5.1.2",
9724 "ignore",
9725 "log",
9726 "memchr",
9727 "notify 6.1.1",
9728 "notify-debouncer-mini",
9729 "once_cell",
9730 "opener",
9731 "pathdiff",
9732 "pulldown-cmark 0.10.3",
9733 "regex",
9734 "serde",
9735 "serde_json",
9736 "shlex",
9737 "tempfile",
9738 "tokio",
9739 "toml 0.5.11",
9740 "topological-sort",
9741 "walkdir",
9742 "warp",
9743]
9744
9745[[package]]
9746name = "media"
9747version = "0.1.0"
9748dependencies = [
9749 "anyhow",
9750 "bindgen 0.71.1",
9751 "core-foundation 0.10.0",
9752 "core-video",
9753 "ctor",
9754 "foreign-types 0.5.0",
9755 "metal",
9756 "objc",
9757 "workspace-hack",
9758]
9759
9760[[package]]
9761name = "memchr"
9762version = "2.7.4"
9763source = "registry+https://github.com/rust-lang/crates.io-index"
9764checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9765
9766[[package]]
9767name = "memfd"
9768version = "0.6.4"
9769source = "registry+https://github.com/rust-lang/crates.io-index"
9770checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9771dependencies = [
9772 "rustix 0.38.44",
9773]
9774
9775[[package]]
9776name = "memmap2"
9777version = "0.9.5"
9778source = "registry+https://github.com/rust-lang/crates.io-index"
9779checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9780dependencies = [
9781 "libc",
9782 "stable_deref_trait",
9783]
9784
9785[[package]]
9786name = "memoffset"
9787version = "0.9.1"
9788source = "registry+https://github.com/rust-lang/crates.io-index"
9789checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9790dependencies = [
9791 "autocfg",
9792]
9793
9794[[package]]
9795name = "menu"
9796version = "0.1.0"
9797dependencies = [
9798 "gpui",
9799 "workspace-hack",
9800]
9801
9802[[package]]
9803name = "metal"
9804version = "0.29.0"
9805source = "registry+https://github.com/rust-lang/crates.io-index"
9806checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9807dependencies = [
9808 "bitflags 2.9.0",
9809 "block",
9810 "core-graphics-types 0.1.3",
9811 "foreign-types 0.5.0",
9812 "log",
9813 "objc",
9814 "paste",
9815]
9816
9817[[package]]
9818name = "migrator"
9819version = "0.1.0"
9820dependencies = [
9821 "anyhow",
9822 "collections",
9823 "convert_case 0.8.0",
9824 "log",
9825 "pretty_assertions",
9826 "serde_json",
9827 "serde_json_lenient",
9828 "settings",
9829 "streaming-iterator",
9830 "tree-sitter",
9831 "tree-sitter-json",
9832 "unindent",
9833 "workspace-hack",
9834]
9835
9836[[package]]
9837name = "mimalloc"
9838version = "0.1.46"
9839source = "registry+https://github.com/rust-lang/crates.io-index"
9840checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9841dependencies = [
9842 "libmimalloc-sys",
9843]
9844
9845[[package]]
9846name = "mime"
9847version = "0.3.17"
9848source = "registry+https://github.com/rust-lang/crates.io-index"
9849checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9850
9851[[package]]
9852name = "mime_guess"
9853version = "2.0.5"
9854source = "registry+https://github.com/rust-lang/crates.io-index"
9855checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9856dependencies = [
9857 "mime",
9858 "unicase",
9859]
9860
9861[[package]]
9862name = "minidump-common"
9863version = "0.21.2"
9864source = "registry+https://github.com/rust-lang/crates.io-index"
9865checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9866dependencies = [
9867 "bitflags 2.9.0",
9868 "debugid",
9869 "num-derive",
9870 "num-traits",
9871 "range-map",
9872 "scroll",
9873 "smart-default",
9874]
9875
9876[[package]]
9877name = "minidump-writer"
9878version = "0.8.9"
9879source = "registry+https://github.com/rust-lang/crates.io-index"
9880checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9881dependencies = [
9882 "bitflags 2.9.0",
9883 "byteorder",
9884 "cfg-if",
9885 "crash-context",
9886 "goblin",
9887 "libc",
9888 "log",
9889 "mach2 0.4.2",
9890 "memmap2",
9891 "memoffset",
9892 "minidump-common",
9893 "nix 0.28.0",
9894 "procfs-core",
9895 "scroll",
9896 "tempfile",
9897 "thiserror 1.0.69",
9898]
9899
9900[[package]]
9901name = "minidumper"
9902version = "0.8.3"
9903source = "registry+https://github.com/rust-lang/crates.io-index"
9904checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9905dependencies = [
9906 "cfg-if",
9907 "crash-context",
9908 "libc",
9909 "log",
9910 "minidump-writer",
9911 "parking_lot",
9912 "polling",
9913 "scroll",
9914 "thiserror 1.0.69",
9915 "uds",
9916]
9917
9918[[package]]
9919name = "minimal-lexical"
9920version = "0.2.1"
9921source = "registry+https://github.com/rust-lang/crates.io-index"
9922checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9923
9924[[package]]
9925name = "miniz_oxide"
9926version = "0.8.8"
9927source = "registry+https://github.com/rust-lang/crates.io-index"
9928checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9929dependencies = [
9930 "adler2",
9931 "simd-adler32",
9932]
9933
9934[[package]]
9935name = "mint"
9936version = "0.5.9"
9937source = "registry+https://github.com/rust-lang/crates.io-index"
9938checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9939
9940[[package]]
9941name = "mio"
9942version = "0.8.11"
9943source = "registry+https://github.com/rust-lang/crates.io-index"
9944checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9945dependencies = [
9946 "libc",
9947 "log",
9948 "wasi 0.11.0+wasi-snapshot-preview1",
9949 "windows-sys 0.48.0",
9950]
9951
9952[[package]]
9953name = "mio"
9954version = "1.0.3"
9955source = "registry+https://github.com/rust-lang/crates.io-index"
9956checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9957dependencies = [
9958 "libc",
9959 "log",
9960 "wasi 0.11.0+wasi-snapshot-preview1",
9961 "windows-sys 0.52.0",
9962]
9963
9964[[package]]
9965name = "miow"
9966version = "0.6.0"
9967source = "registry+https://github.com/rust-lang/crates.io-index"
9968checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9969dependencies = [
9970 "windows-sys 0.48.0",
9971]
9972
9973[[package]]
9974name = "mistral"
9975version = "0.1.0"
9976dependencies = [
9977 "anyhow",
9978 "futures 0.3.31",
9979 "http_client",
9980 "schemars 1.0.1",
9981 "serde",
9982 "serde_json",
9983 "strum 0.27.2",
9984 "workspace-hack",
9985]
9986
9987[[package]]
9988name = "moka"
9989version = "0.12.10"
9990source = "registry+https://github.com/rust-lang/crates.io-index"
9991checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9992dependencies = [
9993 "crossbeam-channel",
9994 "crossbeam-epoch",
9995 "crossbeam-utils",
9996 "loom",
9997 "parking_lot",
9998 "portable-atomic",
9999 "rustc_version",
10000 "smallvec",
10001 "tagptr",
10002 "thiserror 1.0.69",
10003 "uuid",
10004]
10005
10006[[package]]
10007name = "msvc_spectre_libs"
10008version = "0.1.3"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10011dependencies = [
10012 "cc",
10013]
10014
10015[[package]]
10016name = "multi_buffer"
10017version = "0.1.0"
10018dependencies = [
10019 "anyhow",
10020 "buffer_diff",
10021 "clock",
10022 "collections",
10023 "ctor",
10024 "gpui",
10025 "indoc",
10026 "itertools 0.14.0",
10027 "language",
10028 "log",
10029 "parking_lot",
10030 "pretty_assertions",
10031 "project",
10032 "rand 0.9.1",
10033 "rope",
10034 "serde",
10035 "settings",
10036 "smallvec",
10037 "smol",
10038 "sum_tree",
10039 "text",
10040 "theme",
10041 "tree-sitter",
10042 "util",
10043 "workspace-hack",
10044 "zlog",
10045]
10046
10047[[package]]
10048name = "multimap"
10049version = "0.8.3"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10052
10053[[package]]
10054name = "naga"
10055version = "25.0.1"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
10058dependencies = [
10059 "arrayvec",
10060 "bit-set 0.8.0",
10061 "bitflags 2.9.0",
10062 "cfg_aliases 0.2.1",
10063 "codespan-reporting",
10064 "half",
10065 "hashbrown 0.15.3",
10066 "hexf-parse",
10067 "indexmap 2.9.0",
10068 "log",
10069 "num-traits",
10070 "once_cell",
10071 "rustc-hash 1.1.0",
10072 "spirv",
10073 "strum 0.26.3",
10074 "thiserror 2.0.12",
10075 "unicode-ident",
10076]
10077
10078[[package]]
10079name = "nanoid"
10080version = "0.4.0"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10083dependencies = [
10084 "rand 0.8.5",
10085]
10086
10087[[package]]
10088name = "nanorand"
10089version = "0.7.0"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10092dependencies = [
10093 "getrandom 0.2.15",
10094]
10095
10096[[package]]
10097name = "native-tls"
10098version = "0.2.14"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10101dependencies = [
10102 "libc",
10103 "log",
10104 "openssl",
10105 "openssl-probe",
10106 "openssl-sys",
10107 "schannel",
10108 "security-framework 2.11.1",
10109 "security-framework-sys",
10110 "tempfile",
10111]
10112
10113[[package]]
10114name = "nbformat"
10115version = "0.10.0"
10116source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10117dependencies = [
10118 "anyhow",
10119 "chrono",
10120 "jupyter-protocol",
10121 "serde",
10122 "serde_json",
10123 "thiserror 1.0.69",
10124 "uuid",
10125]
10126
10127[[package]]
10128name = "nc"
10129version = "0.1.0"
10130dependencies = [
10131 "anyhow",
10132 "futures 0.3.31",
10133 "net",
10134 "smol",
10135 "workspace-hack",
10136]
10137
10138[[package]]
10139name = "ndk"
10140version = "0.9.0"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10143dependencies = [
10144 "bitflags 2.9.0",
10145 "jni-sys",
10146 "log",
10147 "ndk-sys",
10148 "num_enum",
10149 "thiserror 1.0.69",
10150]
10151
10152[[package]]
10153name = "ndk-context"
10154version = "0.1.1"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10157
10158[[package]]
10159name = "ndk-sys"
10160version = "0.6.0+11769913"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10163dependencies = [
10164 "jni-sys",
10165]
10166
10167[[package]]
10168name = "net"
10169version = "0.1.0"
10170dependencies = [
10171 "anyhow",
10172 "async-io",
10173 "smol",
10174 "tempfile",
10175 "windows 0.61.1",
10176 "workspace-hack",
10177]
10178
10179[[package]]
10180name = "new_debug_unreachable"
10181version = "1.0.6"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10184
10185[[package]]
10186name = "nix"
10187version = "0.28.0"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10190dependencies = [
10191 "bitflags 2.9.0",
10192 "cfg-if",
10193 "cfg_aliases 0.1.1",
10194 "libc",
10195]
10196
10197[[package]]
10198name = "nix"
10199version = "0.29.0"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10202dependencies = [
10203 "bitflags 2.9.0",
10204 "cfg-if",
10205 "cfg_aliases 0.2.1",
10206 "libc",
10207]
10208
10209[[package]]
10210name = "nix"
10211version = "0.30.1"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10214dependencies = [
10215 "bitflags 2.9.0",
10216 "cfg-if",
10217 "cfg_aliases 0.2.1",
10218 "libc",
10219 "memoffset",
10220]
10221
10222[[package]]
10223name = "node_runtime"
10224version = "0.1.0"
10225dependencies = [
10226 "anyhow",
10227 "async-compression",
10228 "async-std",
10229 "async-tar",
10230 "async-trait",
10231 "futures 0.3.31",
10232 "http_client",
10233 "log",
10234 "paths",
10235 "semver",
10236 "serde",
10237 "serde_json",
10238 "smol",
10239 "util",
10240 "watch",
10241 "which 6.0.3",
10242 "workspace-hack",
10243]
10244
10245[[package]]
10246name = "nom"
10247version = "7.1.3"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10250dependencies = [
10251 "memchr",
10252 "minimal-lexical",
10253]
10254
10255[[package]]
10256name = "nom"
10257version = "8.0.0"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10260dependencies = [
10261 "memchr",
10262]
10263
10264[[package]]
10265name = "noop_proc_macro"
10266version = "0.3.0"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10269
10270[[package]]
10271name = "normpath"
10272version = "1.3.0"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10275dependencies = [
10276 "windows-sys 0.59.0",
10277]
10278
10279[[package]]
10280name = "notifications"
10281version = "0.1.0"
10282dependencies = [
10283 "anyhow",
10284 "channel",
10285 "client",
10286 "collections",
10287 "component",
10288 "db",
10289 "gpui",
10290 "rpc",
10291 "settings",
10292 "sum_tree",
10293 "time",
10294 "ui",
10295 "util",
10296 "workspace",
10297 "workspace-hack",
10298 "zed_actions",
10299]
10300
10301[[package]]
10302name = "notify"
10303version = "6.1.1"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10306dependencies = [
10307 "bitflags 2.9.0",
10308 "crossbeam-channel",
10309 "filetime",
10310 "fsevent-sys 4.1.0",
10311 "inotify 0.9.6",
10312 "kqueue",
10313 "libc",
10314 "log",
10315 "mio 0.8.11",
10316 "walkdir",
10317 "windows-sys 0.48.0",
10318]
10319
10320[[package]]
10321name = "notify"
10322version = "8.0.0"
10323source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10324dependencies = [
10325 "bitflags 2.9.0",
10326 "filetime",
10327 "fsevent-sys 4.1.0",
10328 "inotify 0.11.0",
10329 "kqueue",
10330 "libc",
10331 "log",
10332 "mio 1.0.3",
10333 "notify-types",
10334 "walkdir",
10335 "windows-sys 0.59.0",
10336]
10337
10338[[package]]
10339name = "notify-debouncer-mini"
10340version = "0.4.1"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10343dependencies = [
10344 "crossbeam-channel",
10345 "log",
10346 "notify 6.1.1",
10347]
10348
10349[[package]]
10350name = "notify-types"
10351version = "2.0.0"
10352source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10353
10354[[package]]
10355name = "now"
10356version = "0.1.3"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0"
10359dependencies = [
10360 "chrono",
10361]
10362
10363[[package]]
10364name = "ntapi"
10365version = "0.4.1"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10368dependencies = [
10369 "winapi",
10370]
10371
10372[[package]]
10373name = "nu-ansi-term"
10374version = "0.50.1"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10377dependencies = [
10378 "windows-sys 0.52.0",
10379]
10380
10381[[package]]
10382name = "num"
10383version = "0.4.3"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10386dependencies = [
10387 "num-bigint",
10388 "num-complex",
10389 "num-integer",
10390 "num-iter",
10391 "num-rational",
10392 "num-traits",
10393]
10394
10395[[package]]
10396name = "num-bigint"
10397version = "0.4.6"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10400dependencies = [
10401 "num-integer",
10402 "num-traits",
10403]
10404
10405[[package]]
10406name = "num-bigint-dig"
10407version = "0.8.4"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10410dependencies = [
10411 "byteorder",
10412 "lazy_static",
10413 "libm",
10414 "num-integer",
10415 "num-iter",
10416 "num-traits",
10417 "rand 0.8.5",
10418 "serde",
10419 "smallvec",
10420 "zeroize",
10421]
10422
10423[[package]]
10424name = "num-cmp"
10425version = "0.1.0"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10428
10429[[package]]
10430name = "num-complex"
10431version = "0.4.6"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10434dependencies = [
10435 "bytemuck",
10436 "num-traits",
10437]
10438
10439[[package]]
10440name = "num-conv"
10441version = "0.1.0"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10444
10445[[package]]
10446name = "num-derive"
10447version = "0.4.2"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10450dependencies = [
10451 "proc-macro2",
10452 "quote",
10453 "syn 2.0.101",
10454]
10455
10456[[package]]
10457name = "num-format"
10458version = "0.4.4"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10461dependencies = [
10462 "arrayvec",
10463 "itoa",
10464]
10465
10466[[package]]
10467name = "num-integer"
10468version = "0.1.46"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10471dependencies = [
10472 "num-traits",
10473]
10474
10475[[package]]
10476name = "num-iter"
10477version = "0.1.45"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10480dependencies = [
10481 "autocfg",
10482 "num-integer",
10483 "num-traits",
10484]
10485
10486[[package]]
10487name = "num-rational"
10488version = "0.4.2"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10491dependencies = [
10492 "num-bigint",
10493 "num-integer",
10494 "num-traits",
10495]
10496
10497[[package]]
10498name = "num-traits"
10499version = "0.2.19"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10502dependencies = [
10503 "autocfg",
10504 "libm",
10505]
10506
10507[[package]]
10508name = "num_cpus"
10509version = "1.16.0"
10510source = "registry+https://github.com/rust-lang/crates.io-index"
10511checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10512dependencies = [
10513 "hermit-abi 0.3.9",
10514 "libc",
10515]
10516
10517[[package]]
10518name = "num_enum"
10519version = "0.7.3"
10520source = "registry+https://github.com/rust-lang/crates.io-index"
10521checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10522dependencies = [
10523 "num_enum_derive",
10524]
10525
10526[[package]]
10527name = "num_enum_derive"
10528version = "0.7.3"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10531dependencies = [
10532 "proc-macro-crate",
10533 "proc-macro2",
10534 "quote",
10535 "syn 2.0.101",
10536]
10537
10538[[package]]
10539name = "num_threads"
10540version = "0.1.7"
10541source = "registry+https://github.com/rust-lang/crates.io-index"
10542checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10543dependencies = [
10544 "libc",
10545]
10546
10547[[package]]
10548name = "nvim-rs"
10549version = "0.9.2"
10550source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10551dependencies = [
10552 "async-trait",
10553 "futures 0.3.31",
10554 "log",
10555 "rmp",
10556 "rmpv",
10557 "tokio",
10558 "tokio-util",
10559]
10560
10561[[package]]
10562name = "objc"
10563version = "0.2.7"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10566dependencies = [
10567 "malloc_buf",
10568 "objc_exception",
10569]
10570
10571[[package]]
10572name = "objc-foundation"
10573version = "0.1.1"
10574source = "registry+https://github.com/rust-lang/crates.io-index"
10575checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10576dependencies = [
10577 "block",
10578 "objc",
10579 "objc_id",
10580]
10581
10582[[package]]
10583name = "objc2"
10584version = "0.6.1"
10585source = "registry+https://github.com/rust-lang/crates.io-index"
10586checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10587dependencies = [
10588 "objc2-encode",
10589]
10590
10591[[package]]
10592name = "objc2-app-kit"
10593version = "0.3.1"
10594source = "registry+https://github.com/rust-lang/crates.io-index"
10595checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10596dependencies = [
10597 "bitflags 2.9.0",
10598 "objc2",
10599 "objc2-core-foundation",
10600 "objc2-foundation",
10601 "objc2-quartz-core",
10602]
10603
10604[[package]]
10605name = "objc2-audio-toolbox"
10606version = "0.3.1"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10609dependencies = [
10610 "bitflags 2.9.0",
10611 "libc",
10612 "objc2",
10613 "objc2-core-audio",
10614 "objc2-core-audio-types",
10615 "objc2-core-foundation",
10616 "objc2-foundation",
10617]
10618
10619[[package]]
10620name = "objc2-core-audio"
10621version = "0.3.1"
10622source = "registry+https://github.com/rust-lang/crates.io-index"
10623checksum = "ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82"
10624dependencies = [
10625 "dispatch2",
10626 "objc2",
10627 "objc2-core-audio-types",
10628 "objc2-core-foundation",
10629]
10630
10631[[package]]
10632name = "objc2-core-audio-types"
10633version = "0.3.1"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1"
10636dependencies = [
10637 "bitflags 2.9.0",
10638 "objc2",
10639]
10640
10641[[package]]
10642name = "objc2-core-foundation"
10643version = "0.3.1"
10644source = "registry+https://github.com/rust-lang/crates.io-index"
10645checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10646dependencies = [
10647 "bitflags 2.9.0",
10648 "dispatch2",
10649 "objc2",
10650]
10651
10652[[package]]
10653name = "objc2-encode"
10654version = "4.1.0"
10655source = "registry+https://github.com/rust-lang/crates.io-index"
10656checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10657
10658[[package]]
10659name = "objc2-foundation"
10660version = "0.3.1"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10663dependencies = [
10664 "bitflags 2.9.0",
10665 "objc2",
10666 "objc2-core-foundation",
10667]
10668
10669[[package]]
10670name = "objc2-io-kit"
10671version = "0.3.1"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a"
10674dependencies = [
10675 "libc",
10676 "objc2-core-foundation",
10677]
10678
10679[[package]]
10680name = "objc2-metal"
10681version = "0.3.1"
10682source = "registry+https://github.com/rust-lang/crates.io-index"
10683checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10684dependencies = [
10685 "bitflags 2.9.0",
10686 "block2",
10687 "dispatch2",
10688 "objc2",
10689 "objc2-core-foundation",
10690 "objc2-foundation",
10691]
10692
10693[[package]]
10694name = "objc2-quartz-core"
10695version = "0.3.1"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10698dependencies = [
10699 "bitflags 2.9.0",
10700 "objc2",
10701 "objc2-core-foundation",
10702 "objc2-foundation",
10703 "objc2-metal",
10704]
10705
10706[[package]]
10707name = "objc2-ui-kit"
10708version = "0.3.1"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10711dependencies = [
10712 "bitflags 2.9.0",
10713 "objc2",
10714 "objc2-core-foundation",
10715 "objc2-foundation",
10716 "objc2-quartz-core",
10717]
10718
10719[[package]]
10720name = "objc_exception"
10721version = "0.1.2"
10722source = "registry+https://github.com/rust-lang/crates.io-index"
10723checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10724dependencies = [
10725 "cc",
10726]
10727
10728[[package]]
10729name = "objc_id"
10730version = "0.1.1"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10733dependencies = [
10734 "objc",
10735]
10736
10737[[package]]
10738name = "object"
10739version = "0.36.7"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10742dependencies = [
10743 "crc32fast",
10744 "hashbrown 0.15.3",
10745 "indexmap 2.9.0",
10746 "memchr",
10747]
10748
10749[[package]]
10750name = "object_store"
10751version = "0.12.4"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "4c1be0c6c22ec0817cdc77d3842f721a17fd30ab6965001415b5402a74e6b740"
10754dependencies = [
10755 "async-trait",
10756 "base64 0.22.1",
10757 "bytes 1.10.1",
10758 "chrono",
10759 "form_urlencoded",
10760 "futures 0.3.31",
10761 "http 1.3.1",
10762 "http-body-util",
10763 "humantime",
10764 "hyper 1.6.0",
10765 "itertools 0.14.0",
10766 "parking_lot",
10767 "percent-encoding",
10768 "quick-xml 0.38.3",
10769 "rand 0.9.1",
10770 "reqwest 0.12.15",
10771 "ring",
10772 "serde",
10773 "serde_json",
10774 "serde_urlencoded",
10775 "thiserror 2.0.12",
10776 "tokio",
10777 "tracing",
10778 "url",
10779 "walkdir",
10780 "wasm-bindgen-futures",
10781 "web-time",
10782]
10783
10784[[package]]
10785name = "ollama"
10786version = "0.1.0"
10787dependencies = [
10788 "anyhow",
10789 "futures 0.3.31",
10790 "http_client",
10791 "schemars 1.0.1",
10792 "serde",
10793 "serde_json",
10794 "settings",
10795 "workspace-hack",
10796]
10797
10798[[package]]
10799name = "onboarding"
10800version = "0.1.0"
10801dependencies = [
10802 "anyhow",
10803 "client",
10804 "component",
10805 "db",
10806 "documented",
10807 "fs",
10808 "fuzzy",
10809 "git",
10810 "gpui",
10811 "menu",
10812 "notifications",
10813 "picker",
10814 "project",
10815 "schemars 1.0.1",
10816 "serde",
10817 "settings",
10818 "telemetry",
10819 "theme",
10820 "ui",
10821 "ui_input",
10822 "util",
10823 "vim_mode_setting",
10824 "workspace",
10825 "workspace-hack",
10826 "zed_actions",
10827 "zlog",
10828]
10829
10830[[package]]
10831name = "once_cell"
10832version = "1.21.3"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10835
10836[[package]]
10837name = "oo7"
10838version = "0.5.0"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10841dependencies = [
10842 "aes",
10843 "ashpd 0.12.0",
10844 "async-fs",
10845 "async-io",
10846 "async-lock 3.4.1",
10847 "blocking",
10848 "cbc",
10849 "cipher",
10850 "digest",
10851 "endi",
10852 "futures-lite 2.6.0",
10853 "futures-util",
10854 "getrandom 0.3.2",
10855 "hkdf",
10856 "hmac",
10857 "md-5",
10858 "num",
10859 "num-bigint-dig",
10860 "pbkdf2 0.12.2",
10861 "rand 0.9.1",
10862 "serde",
10863 "sha2",
10864 "subtle",
10865 "zbus",
10866 "zbus_macros",
10867 "zeroize",
10868 "zvariant",
10869]
10870
10871[[package]]
10872name = "oorandom"
10873version = "11.1.5"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10876
10877[[package]]
10878name = "open"
10879version = "5.3.2"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10882dependencies = [
10883 "is-wsl",
10884 "libc",
10885 "pathdiff",
10886]
10887
10888[[package]]
10889name = "open_ai"
10890version = "0.1.0"
10891dependencies = [
10892 "anyhow",
10893 "futures 0.3.31",
10894 "http_client",
10895 "log",
10896 "schemars 1.0.1",
10897 "serde",
10898 "serde_json",
10899 "settings",
10900 "strum 0.27.2",
10901 "workspace-hack",
10902]
10903
10904[[package]]
10905name = "open_router"
10906version = "0.1.0"
10907dependencies = [
10908 "anyhow",
10909 "futures 0.3.31",
10910 "http_client",
10911 "schemars 1.0.1",
10912 "serde",
10913 "serde_json",
10914 "settings",
10915 "strum 0.27.2",
10916 "thiserror 2.0.12",
10917 "workspace-hack",
10918]
10919
10920[[package]]
10921name = "opener"
10922version = "0.7.2"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10925dependencies = [
10926 "bstr",
10927 "dbus",
10928 "normpath",
10929 "windows-sys 0.59.0",
10930]
10931
10932[[package]]
10933name = "openssl"
10934version = "0.10.72"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10937dependencies = [
10938 "bitflags 2.9.0",
10939 "cfg-if",
10940 "foreign-types 0.3.2",
10941 "libc",
10942 "once_cell",
10943 "openssl-macros",
10944 "openssl-sys",
10945]
10946
10947[[package]]
10948name = "openssl-macros"
10949version = "0.1.1"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10952dependencies = [
10953 "proc-macro2",
10954 "quote",
10955 "syn 2.0.101",
10956]
10957
10958[[package]]
10959name = "openssl-probe"
10960version = "0.1.6"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10963
10964[[package]]
10965name = "openssl-sys"
10966version = "0.9.107"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10969dependencies = [
10970 "cc",
10971 "libc",
10972 "pkg-config",
10973 "vcpkg",
10974]
10975
10976[[package]]
10977name = "optfield"
10978version = "0.3.0"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10981dependencies = [
10982 "proc-macro2",
10983 "quote",
10984 "syn 2.0.101",
10985]
10986
10987[[package]]
10988name = "option-ext"
10989version = "0.2.0"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10992
10993[[package]]
10994name = "ordered-float"
10995version = "2.10.1"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10998dependencies = [
10999 "num-traits",
11000]
11001
11002[[package]]
11003name = "ordered-float"
11004version = "4.6.0"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11007dependencies = [
11008 "num-traits",
11009]
11010
11011[[package]]
11012name = "ordered-stream"
11013version = "0.2.0"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11016dependencies = [
11017 "futures-core",
11018 "pin-project-lite",
11019]
11020
11021[[package]]
11022name = "ouroboros"
11023version = "0.18.5"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11026dependencies = [
11027 "aliasable",
11028 "ouroboros_macro",
11029 "static_assertions",
11030]
11031
11032[[package]]
11033name = "ouroboros_macro"
11034version = "0.18.5"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11037dependencies = [
11038 "heck 0.4.1",
11039 "proc-macro2",
11040 "proc-macro2-diagnostics",
11041 "quote",
11042 "syn 2.0.101",
11043]
11044
11045[[package]]
11046name = "outline"
11047version = "0.1.0"
11048dependencies = [
11049 "editor",
11050 "fuzzy",
11051 "gpui",
11052 "indoc",
11053 "language",
11054 "menu",
11055 "ordered-float 2.10.1",
11056 "picker",
11057 "project",
11058 "rope",
11059 "serde_json",
11060 "settings",
11061 "smol",
11062 "theme",
11063 "tree-sitter-rust",
11064 "tree-sitter-typescript",
11065 "ui",
11066 "util",
11067 "workspace",
11068 "workspace-hack",
11069 "zed_actions",
11070]
11071
11072[[package]]
11073name = "outline_panel"
11074version = "0.1.0"
11075dependencies = [
11076 "anyhow",
11077 "collections",
11078 "db",
11079 "editor",
11080 "file_icons",
11081 "fuzzy",
11082 "gpui",
11083 "itertools 0.14.0",
11084 "language",
11085 "log",
11086 "menu",
11087 "outline",
11088 "pretty_assertions",
11089 "project",
11090 "search",
11091 "serde",
11092 "serde_json",
11093 "settings",
11094 "smallvec",
11095 "smol",
11096 "theme",
11097 "ui",
11098 "util",
11099 "workspace",
11100 "workspace-hack",
11101 "worktree",
11102 "zed_actions",
11103]
11104
11105[[package]]
11106name = "outref"
11107version = "0.5.2"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11110
11111[[package]]
11112name = "p256"
11113version = "0.11.1"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11116dependencies = [
11117 "ecdsa",
11118 "elliptic-curve",
11119 "sha2",
11120]
11121
11122[[package]]
11123name = "page_size"
11124version = "0.6.0"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11127dependencies = [
11128 "libc",
11129 "winapi",
11130]
11131
11132[[package]]
11133name = "palette"
11134version = "0.7.6"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11137dependencies = [
11138 "approx",
11139 "fast-srgb8",
11140 "palette_derive",
11141]
11142
11143[[package]]
11144name = "palette_derive"
11145version = "0.7.6"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11148dependencies = [
11149 "by_address",
11150 "proc-macro2",
11151 "quote",
11152 "syn 2.0.101",
11153]
11154
11155[[package]]
11156name = "panel"
11157version = "0.1.0"
11158dependencies = [
11159 "editor",
11160 "gpui",
11161 "settings",
11162 "theme",
11163 "ui",
11164 "workspace",
11165 "workspace-hack",
11166]
11167
11168[[package]]
11169name = "parking"
11170version = "2.2.1"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11173
11174[[package]]
11175name = "parking_lot"
11176version = "0.12.4"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
11179dependencies = [
11180 "lock_api",
11181 "parking_lot_core",
11182]
11183
11184[[package]]
11185name = "parking_lot_core"
11186version = "0.9.11"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
11189dependencies = [
11190 "cfg-if",
11191 "libc",
11192 "redox_syscall 0.5.11",
11193 "smallvec",
11194 "windows-targets 0.52.6",
11195]
11196
11197[[package]]
11198name = "parse_int"
11199version = "0.9.0"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11202dependencies = [
11203 "num-traits",
11204]
11205
11206[[package]]
11207name = "partial-json-fixer"
11208version = "0.5.3"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11211
11212[[package]]
11213name = "password-hash"
11214version = "0.4.2"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11217dependencies = [
11218 "base64ct",
11219 "rand_core 0.6.4",
11220 "subtle",
11221]
11222
11223[[package]]
11224name = "password-hash"
11225version = "0.5.0"
11226source = "registry+https://github.com/rust-lang/crates.io-index"
11227checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11228dependencies = [
11229 "base64ct",
11230 "rand_core 0.6.4",
11231 "subtle",
11232]
11233
11234[[package]]
11235name = "paste"
11236version = "1.0.15"
11237source = "registry+https://github.com/rust-lang/crates.io-index"
11238checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11239
11240[[package]]
11241name = "pathdiff"
11242version = "0.2.3"
11243source = "registry+https://github.com/rust-lang/crates.io-index"
11244checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11245
11246[[package]]
11247name = "pathfinder_geometry"
11248version = "0.5.1"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11251dependencies = [
11252 "log",
11253 "pathfinder_simd",
11254]
11255
11256[[package]]
11257name = "pathfinder_simd"
11258version = "0.5.5"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11261dependencies = [
11262 "rustc_version",
11263]
11264
11265[[package]]
11266name = "paths"
11267version = "0.1.0"
11268dependencies = [
11269 "dirs 4.0.0",
11270 "ignore",
11271 "util",
11272 "workspace-hack",
11273]
11274
11275[[package]]
11276name = "pbjson"
11277version = "0.6.0"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11280dependencies = [
11281 "base64 0.21.7",
11282 "serde",
11283]
11284
11285[[package]]
11286name = "pbjson-build"
11287version = "0.6.2"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11290dependencies = [
11291 "heck 0.4.1",
11292 "itertools 0.11.0",
11293 "prost 0.12.6",
11294 "prost-types 0.12.6",
11295]
11296
11297[[package]]
11298name = "pbjson-types"
11299version = "0.6.0"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11302dependencies = [
11303 "bytes 1.10.1",
11304 "chrono",
11305 "pbjson",
11306 "pbjson-build",
11307 "prost 0.12.6",
11308 "prost-build 0.12.6",
11309 "serde",
11310]
11311
11312[[package]]
11313name = "pbkdf2"
11314version = "0.11.0"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11317dependencies = [
11318 "digest",
11319 "hmac",
11320 "password-hash 0.4.2",
11321 "sha2",
11322]
11323
11324[[package]]
11325name = "pbkdf2"
11326version = "0.12.2"
11327source = "registry+https://github.com/rust-lang/crates.io-index"
11328checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11329dependencies = [
11330 "digest",
11331 "hmac",
11332]
11333
11334[[package]]
11335name = "pciid-parser"
11336version = "0.8.0"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11339
11340[[package]]
11341name = "pem"
11342version = "3.0.5"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11345dependencies = [
11346 "base64 0.22.1",
11347 "serde",
11348]
11349
11350[[package]]
11351name = "pem-rfc7468"
11352version = "0.7.0"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11355dependencies = [
11356 "base64ct",
11357]
11358
11359[[package]]
11360name = "percent-encoding"
11361version = "2.3.1"
11362source = "registry+https://github.com/rust-lang/crates.io-index"
11363checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11364
11365[[package]]
11366name = "perf"
11367version = "0.1.0"
11368dependencies = [
11369 "collections",
11370 "serde",
11371 "serde_json",
11372 "workspace-hack",
11373]
11374
11375[[package]]
11376name = "pest"
11377version = "2.8.0"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11380dependencies = [
11381 "memchr",
11382 "thiserror 2.0.12",
11383 "ucd-trie",
11384]
11385
11386[[package]]
11387name = "pest_derive"
11388version = "2.8.0"
11389source = "registry+https://github.com/rust-lang/crates.io-index"
11390checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11391dependencies = [
11392 "pest",
11393 "pest_generator",
11394]
11395
11396[[package]]
11397name = "pest_generator"
11398version = "2.8.0"
11399source = "registry+https://github.com/rust-lang/crates.io-index"
11400checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11401dependencies = [
11402 "pest",
11403 "pest_meta",
11404 "proc-macro2",
11405 "quote",
11406 "syn 2.0.101",
11407]
11408
11409[[package]]
11410name = "pest_meta"
11411version = "2.8.0"
11412source = "registry+https://github.com/rust-lang/crates.io-index"
11413checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11414dependencies = [
11415 "once_cell",
11416 "pest",
11417 "sha2",
11418]
11419
11420[[package]]
11421name = "pet"
11422version = "0.1.0"
11423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11424dependencies = [
11425 "clap",
11426 "env_logger 0.10.2",
11427 "lazy_static",
11428 "log",
11429 "msvc_spectre_libs",
11430 "pet-conda",
11431 "pet-core",
11432 "pet-env-var-path",
11433 "pet-fs",
11434 "pet-global-virtualenvs",
11435 "pet-homebrew",
11436 "pet-jsonrpc",
11437 "pet-linux-global-python",
11438 "pet-mac-commandlinetools",
11439 "pet-mac-python-org",
11440 "pet-mac-xcode",
11441 "pet-pipenv",
11442 "pet-pixi",
11443 "pet-poetry",
11444 "pet-pyenv",
11445 "pet-python-utils",
11446 "pet-reporter",
11447 "pet-telemetry",
11448 "pet-venv",
11449 "pet-virtualenv",
11450 "pet-virtualenvwrapper",
11451 "pet-windows-registry",
11452 "pet-windows-store",
11453 "serde",
11454 "serde_json",
11455]
11456
11457[[package]]
11458name = "pet-conda"
11459version = "0.1.0"
11460source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11461dependencies = [
11462 "env_logger 0.10.2",
11463 "lazy_static",
11464 "log",
11465 "msvc_spectre_libs",
11466 "pet-core",
11467 "pet-fs",
11468 "pet-python-utils",
11469 "pet-reporter",
11470 "regex",
11471 "serde",
11472 "serde_json",
11473 "yaml-rust2",
11474]
11475
11476[[package]]
11477name = "pet-core"
11478version = "0.1.0"
11479source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11480dependencies = [
11481 "clap",
11482 "lazy_static",
11483 "log",
11484 "msvc_spectre_libs",
11485 "pet-fs",
11486 "regex",
11487 "serde",
11488 "serde_json",
11489]
11490
11491[[package]]
11492name = "pet-env-var-path"
11493version = "0.1.0"
11494source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11495dependencies = [
11496 "lazy_static",
11497 "log",
11498 "msvc_spectre_libs",
11499 "pet-conda",
11500 "pet-core",
11501 "pet-fs",
11502 "pet-python-utils",
11503 "pet-virtualenv",
11504 "regex",
11505]
11506
11507[[package]]
11508name = "pet-fs"
11509version = "0.1.0"
11510source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11511dependencies = [
11512 "log",
11513 "msvc_spectre_libs",
11514]
11515
11516[[package]]
11517name = "pet-global-virtualenvs"
11518version = "0.1.0"
11519source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11520dependencies = [
11521 "log",
11522 "msvc_spectre_libs",
11523 "pet-conda",
11524 "pet-core",
11525 "pet-fs",
11526 "pet-virtualenv",
11527]
11528
11529[[package]]
11530name = "pet-homebrew"
11531version = "0.1.0"
11532source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11533dependencies = [
11534 "lazy_static",
11535 "log",
11536 "msvc_spectre_libs",
11537 "pet-conda",
11538 "pet-core",
11539 "pet-fs",
11540 "pet-python-utils",
11541 "pet-virtualenv",
11542 "regex",
11543 "serde",
11544 "serde_json",
11545]
11546
11547[[package]]
11548name = "pet-jsonrpc"
11549version = "0.1.0"
11550source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11551dependencies = [
11552 "env_logger 0.10.2",
11553 "log",
11554 "msvc_spectre_libs",
11555 "pet-core",
11556 "serde",
11557 "serde_json",
11558]
11559
11560[[package]]
11561name = "pet-linux-global-python"
11562version = "0.1.0"
11563source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11564dependencies = [
11565 "log",
11566 "msvc_spectre_libs",
11567 "pet-core",
11568 "pet-fs",
11569 "pet-python-utils",
11570 "pet-virtualenv",
11571]
11572
11573[[package]]
11574name = "pet-mac-commandlinetools"
11575version = "0.1.0"
11576source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11577dependencies = [
11578 "log",
11579 "msvc_spectre_libs",
11580 "pet-core",
11581 "pet-fs",
11582 "pet-python-utils",
11583 "pet-virtualenv",
11584]
11585
11586[[package]]
11587name = "pet-mac-python-org"
11588version = "0.1.0"
11589source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11590dependencies = [
11591 "log",
11592 "msvc_spectre_libs",
11593 "pet-core",
11594 "pet-fs",
11595 "pet-python-utils",
11596 "pet-virtualenv",
11597]
11598
11599[[package]]
11600name = "pet-mac-xcode"
11601version = "0.1.0"
11602source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11603dependencies = [
11604 "log",
11605 "msvc_spectre_libs",
11606 "pet-core",
11607 "pet-fs",
11608 "pet-python-utils",
11609 "pet-virtualenv",
11610]
11611
11612[[package]]
11613name = "pet-pipenv"
11614version = "0.1.0"
11615source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11616dependencies = [
11617 "log",
11618 "msvc_spectre_libs",
11619 "pet-core",
11620 "pet-fs",
11621 "pet-python-utils",
11622 "pet-virtualenv",
11623]
11624
11625[[package]]
11626name = "pet-pixi"
11627version = "0.1.0"
11628source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11629dependencies = [
11630 "log",
11631 "msvc_spectre_libs",
11632 "pet-conda",
11633 "pet-core",
11634 "pet-python-utils",
11635]
11636
11637[[package]]
11638name = "pet-poetry"
11639version = "0.1.0"
11640source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11641dependencies = [
11642 "base64 0.22.1",
11643 "lazy_static",
11644 "log",
11645 "msvc_spectre_libs",
11646 "pet-core",
11647 "pet-fs",
11648 "pet-python-utils",
11649 "pet-reporter",
11650 "pet-virtualenv",
11651 "regex",
11652 "serde",
11653 "serde_json",
11654 "sha2",
11655 "toml 0.8.20",
11656]
11657
11658[[package]]
11659name = "pet-pyenv"
11660version = "0.1.0"
11661source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11662dependencies = [
11663 "lazy_static",
11664 "log",
11665 "msvc_spectre_libs",
11666 "pet-conda",
11667 "pet-core",
11668 "pet-fs",
11669 "pet-python-utils",
11670 "pet-reporter",
11671 "regex",
11672 "serde",
11673 "serde_json",
11674]
11675
11676[[package]]
11677name = "pet-python-utils"
11678version = "0.1.0"
11679source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11680dependencies = [
11681 "env_logger 0.10.2",
11682 "lazy_static",
11683 "log",
11684 "msvc_spectre_libs",
11685 "pet-core",
11686 "pet-fs",
11687 "regex",
11688 "serde",
11689 "serde_json",
11690 "sha2",
11691]
11692
11693[[package]]
11694name = "pet-reporter"
11695version = "0.1.0"
11696source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11697dependencies = [
11698 "env_logger 0.10.2",
11699 "log",
11700 "msvc_spectre_libs",
11701 "pet-core",
11702 "pet-jsonrpc",
11703 "serde",
11704 "serde_json",
11705]
11706
11707[[package]]
11708name = "pet-telemetry"
11709version = "0.1.0"
11710source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11711dependencies = [
11712 "env_logger 0.10.2",
11713 "lazy_static",
11714 "log",
11715 "msvc_spectre_libs",
11716 "pet-core",
11717 "pet-fs",
11718 "pet-python-utils",
11719 "regex",
11720]
11721
11722[[package]]
11723name = "pet-venv"
11724version = "0.1.0"
11725source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11726dependencies = [
11727 "log",
11728 "msvc_spectre_libs",
11729 "pet-core",
11730 "pet-python-utils",
11731 "pet-virtualenv",
11732]
11733
11734[[package]]
11735name = "pet-virtualenv"
11736version = "0.1.0"
11737source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11738dependencies = [
11739 "log",
11740 "msvc_spectre_libs",
11741 "pet-core",
11742 "pet-fs",
11743 "pet-python-utils",
11744]
11745
11746[[package]]
11747name = "pet-virtualenvwrapper"
11748version = "0.1.0"
11749source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11750dependencies = [
11751 "log",
11752 "msvc_spectre_libs",
11753 "pet-core",
11754 "pet-fs",
11755 "pet-python-utils",
11756 "pet-virtualenv",
11757]
11758
11759[[package]]
11760name = "pet-windows-registry"
11761version = "0.1.0"
11762source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11763dependencies = [
11764 "lazy_static",
11765 "log",
11766 "msvc_spectre_libs",
11767 "pet-conda",
11768 "pet-core",
11769 "pet-fs",
11770 "pet-python-utils",
11771 "pet-virtualenv",
11772 "pet-windows-store",
11773 "regex",
11774 "winreg 0.55.0",
11775]
11776
11777[[package]]
11778name = "pet-windows-store"
11779version = "0.1.0"
11780source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11781dependencies = [
11782 "lazy_static",
11783 "log",
11784 "msvc_spectre_libs",
11785 "pet-core",
11786 "pet-fs",
11787 "pet-python-utils",
11788 "pet-virtualenv",
11789 "regex",
11790 "winreg 0.55.0",
11791]
11792
11793[[package]]
11794name = "petgraph"
11795version = "0.6.5"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11798dependencies = [
11799 "fixedbitset",
11800 "indexmap 2.9.0",
11801]
11802
11803[[package]]
11804name = "pgvector"
11805version = "0.4.0"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11808dependencies = [
11809 "serde",
11810]
11811
11812[[package]]
11813name = "phf"
11814version = "0.11.3"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11817dependencies = [
11818 "phf_macros",
11819 "phf_shared 0.11.3",
11820]
11821
11822[[package]]
11823name = "phf"
11824version = "0.12.1"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
11827dependencies = [
11828 "phf_shared 0.12.1",
11829]
11830
11831[[package]]
11832name = "phf_codegen"
11833version = "0.11.3"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11836dependencies = [
11837 "phf_generator",
11838 "phf_shared 0.11.3",
11839]
11840
11841[[package]]
11842name = "phf_generator"
11843version = "0.11.3"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11846dependencies = [
11847 "phf_shared 0.11.3",
11848 "rand 0.8.5",
11849]
11850
11851[[package]]
11852name = "phf_macros"
11853version = "0.11.3"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11856dependencies = [
11857 "phf_generator",
11858 "phf_shared 0.11.3",
11859 "proc-macro2",
11860 "quote",
11861 "syn 2.0.101",
11862]
11863
11864[[package]]
11865name = "phf_shared"
11866version = "0.11.3"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11869dependencies = [
11870 "siphasher",
11871]
11872
11873[[package]]
11874name = "phf_shared"
11875version = "0.12.1"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
11878dependencies = [
11879 "siphasher",
11880]
11881
11882[[package]]
11883name = "picker"
11884version = "0.1.0"
11885dependencies = [
11886 "anyhow",
11887 "ctor",
11888 "editor",
11889 "env_logger 0.11.8",
11890 "gpui",
11891 "menu",
11892 "schemars 1.0.1",
11893 "serde",
11894 "serde_json",
11895 "theme",
11896 "ui",
11897 "workspace",
11898 "workspace-hack",
11899]
11900
11901[[package]]
11902name = "pico-args"
11903version = "0.5.0"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11906
11907[[package]]
11908name = "pin-project"
11909version = "1.1.10"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11912dependencies = [
11913 "pin-project-internal",
11914]
11915
11916[[package]]
11917name = "pin-project-internal"
11918version = "1.1.10"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11921dependencies = [
11922 "proc-macro2",
11923 "quote",
11924 "syn 2.0.101",
11925]
11926
11927[[package]]
11928name = "pin-project-lite"
11929version = "0.2.16"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11932
11933[[package]]
11934name = "pin-utils"
11935version = "0.1.0"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11938
11939[[package]]
11940name = "piper"
11941version = "0.2.4"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11944dependencies = [
11945 "atomic-waker",
11946 "fastrand 2.3.0",
11947 "futures-io",
11948]
11949
11950[[package]]
11951name = "pkcs1"
11952version = "0.7.5"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11955dependencies = [
11956 "der 0.7.10",
11957 "pkcs8 0.10.2",
11958 "spki 0.7.3",
11959]
11960
11961[[package]]
11962name = "pkcs8"
11963version = "0.9.0"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11966dependencies = [
11967 "der 0.6.1",
11968 "spki 0.6.0",
11969]
11970
11971[[package]]
11972name = "pkcs8"
11973version = "0.10.2"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11976dependencies = [
11977 "der 0.7.10",
11978 "spki 0.7.3",
11979]
11980
11981[[package]]
11982name = "pkg-config"
11983version = "0.3.32"
11984source = "registry+https://github.com/rust-lang/crates.io-index"
11985checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11986
11987[[package]]
11988name = "plain"
11989version = "0.2.3"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11992
11993[[package]]
11994name = "planus"
11995version = "1.1.1"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "3daf8e3d4b712abe1d690838f6e29fb76b76ea19589c4afa39ec30e12f62af71"
11998dependencies = [
11999 "array-init-cursor",
12000 "hashbrown 0.15.3",
12001]
12002
12003[[package]]
12004name = "plist"
12005version = "1.7.1"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
12008dependencies = [
12009 "base64 0.22.1",
12010 "indexmap 2.9.0",
12011 "quick-xml 0.32.0",
12012 "serde",
12013 "time",
12014]
12015
12016[[package]]
12017name = "plotters"
12018version = "0.3.7"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12021dependencies = [
12022 "num-traits",
12023 "plotters-backend",
12024 "plotters-svg",
12025 "wasm-bindgen",
12026 "web-sys",
12027]
12028
12029[[package]]
12030name = "plotters-backend"
12031version = "0.3.7"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12034
12035[[package]]
12036name = "plotters-svg"
12037version = "0.3.7"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12040dependencies = [
12041 "plotters-backend",
12042]
12043
12044[[package]]
12045name = "png"
12046version = "0.17.16"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12049dependencies = [
12050 "bitflags 1.3.2",
12051 "crc32fast",
12052 "fdeflate",
12053 "flate2",
12054 "miniz_oxide",
12055]
12056
12057[[package]]
12058name = "polars"
12059version = "0.51.0"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "a5f7feb5d56b954e691dff22a8b2d78d77433dcc93c35fe21c3777fdc121b697"
12062dependencies = [
12063 "getrandom 0.2.15",
12064 "getrandom 0.3.2",
12065 "polars-arrow",
12066 "polars-core",
12067 "polars-error",
12068 "polars-io",
12069 "polars-lazy",
12070 "polars-ops",
12071 "polars-parquet",
12072 "polars-sql",
12073 "polars-time",
12074 "polars-utils",
12075 "version_check",
12076]
12077
12078[[package]]
12079name = "polars-arrow"
12080version = "0.51.0"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "32b4fed2343961b3eea3db2cee165540c3e1ad9d5782350cc55a9e76cf440148"
12083dependencies = [
12084 "atoi_simd",
12085 "bitflags 2.9.0",
12086 "bytemuck",
12087 "chrono",
12088 "chrono-tz",
12089 "dyn-clone",
12090 "either",
12091 "ethnum",
12092 "getrandom 0.2.15",
12093 "getrandom 0.3.2",
12094 "hashbrown 0.15.3",
12095 "itoa",
12096 "lz4",
12097 "num-traits",
12098 "polars-arrow-format",
12099 "polars-error",
12100 "polars-schema",
12101 "polars-utils",
12102 "serde",
12103 "simdutf8",
12104 "streaming-iterator",
12105 "strum_macros 0.27.1",
12106 "version_check",
12107 "zstd 0.13.3",
12108]
12109
12110[[package]]
12111name = "polars-arrow-format"
12112version = "0.2.1"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "a556ac0ee744e61e167f34c1eb0013ce740e0ee6cd8c158b2ec0b518f10e6675"
12115dependencies = [
12116 "planus",
12117 "serde",
12118]
12119
12120[[package]]
12121name = "polars-compute"
12122version = "0.51.0"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "138785beda4e4a90a025219f09d0d15a671b2be9091513ede58e05db6ad4413f"
12125dependencies = [
12126 "atoi_simd",
12127 "bytemuck",
12128 "chrono",
12129 "either",
12130 "fast-float2",
12131 "hashbrown 0.15.3",
12132 "itoa",
12133 "num-traits",
12134 "polars-arrow",
12135 "polars-error",
12136 "polars-utils",
12137 "rand 0.9.1",
12138 "ryu",
12139 "serde",
12140 "skiplist",
12141 "strength_reduce",
12142 "strum_macros 0.27.1",
12143 "version_check",
12144]
12145
12146[[package]]
12147name = "polars-core"
12148version = "0.51.0"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "e77b1f08ef6dbb032bb1d0d3365464be950df9905f6827a95b24c4ca5518901d"
12151dependencies = [
12152 "bitflags 2.9.0",
12153 "boxcar",
12154 "bytemuck",
12155 "chrono",
12156 "chrono-tz",
12157 "comfy-table",
12158 "either",
12159 "hashbrown 0.15.3",
12160 "indexmap 2.9.0",
12161 "itoa",
12162 "num-traits",
12163 "polars-arrow",
12164 "polars-compute",
12165 "polars-dtype",
12166 "polars-error",
12167 "polars-row",
12168 "polars-schema",
12169 "polars-utils",
12170 "rand 0.9.1",
12171 "rand_distr",
12172 "rayon",
12173 "regex",
12174 "serde",
12175 "serde_json",
12176 "strum_macros 0.27.1",
12177 "uuid",
12178 "version_check",
12179 "xxhash-rust",
12180]
12181
12182[[package]]
12183name = "polars-dtype"
12184version = "0.51.0"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "89c43d0ea57168be4546c4d8064479ed8b29a9c79c31a0c7c367ee734b9b7158"
12187dependencies = [
12188 "boxcar",
12189 "hashbrown 0.15.3",
12190 "polars-arrow",
12191 "polars-error",
12192 "polars-utils",
12193 "serde",
12194 "uuid",
12195]
12196
12197[[package]]
12198name = "polars-error"
12199version = "0.51.0"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "b9cb5d98f59f8b94673ee391840440ad9f0d2170afced95fc98aa86f895563c0"
12202dependencies = [
12203 "object_store",
12204 "parking_lot",
12205 "polars-arrow-format",
12206 "regex",
12207 "signal-hook",
12208 "simdutf8",
12209]
12210
12211[[package]]
12212name = "polars-expr"
12213version = "0.51.0"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "343931b818cf136349135ba11dbc18c27683b52c3477b1ba8ca606cf5ab1965c"
12216dependencies = [
12217 "bitflags 2.9.0",
12218 "hashbrown 0.15.3",
12219 "num-traits",
12220 "polars-arrow",
12221 "polars-compute",
12222 "polars-core",
12223 "polars-io",
12224 "polars-ops",
12225 "polars-plan",
12226 "polars-row",
12227 "polars-time",
12228 "polars-utils",
12229 "rand 0.9.1",
12230 "rayon",
12231 "recursive",
12232]
12233
12234[[package]]
12235name = "polars-io"
12236version = "0.51.0"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "10388c64b8155122488229a881d1c6f4fdc393bc988e764ab51b182fcb2307e4"
12239dependencies = [
12240 "async-trait",
12241 "atoi_simd",
12242 "blake3",
12243 "bytes 1.10.1",
12244 "chrono",
12245 "fast-float2",
12246 "fs4",
12247 "futures 0.3.31",
12248 "glob",
12249 "hashbrown 0.15.3",
12250 "home",
12251 "itoa",
12252 "memchr",
12253 "memmap2",
12254 "num-traits",
12255 "object_store",
12256 "percent-encoding",
12257 "polars-arrow",
12258 "polars-core",
12259 "polars-error",
12260 "polars-parquet",
12261 "polars-schema",
12262 "polars-time",
12263 "polars-utils",
12264 "rayon",
12265 "regex",
12266 "reqwest 0.12.15",
12267 "ryu",
12268 "serde",
12269 "serde_json",
12270 "simdutf8",
12271 "tokio",
12272 "tokio-util",
12273 "url",
12274]
12275
12276[[package]]
12277name = "polars-lazy"
12278version = "0.51.0"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "0fb6e2c6c2fa4ea0c660df1c06cf56960c81e7c2683877995bae3d4e3d408147"
12281dependencies = [
12282 "bitflags 2.9.0",
12283 "chrono",
12284 "either",
12285 "memchr",
12286 "polars-arrow",
12287 "polars-compute",
12288 "polars-core",
12289 "polars-expr",
12290 "polars-io",
12291 "polars-mem-engine",
12292 "polars-ops",
12293 "polars-plan",
12294 "polars-stream",
12295 "polars-time",
12296 "polars-utils",
12297 "rayon",
12298 "version_check",
12299]
12300
12301[[package]]
12302name = "polars-mem-engine"
12303version = "0.51.0"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "20a856e98e253587c28d8132a5e7e5a75cb2c44731ca090f1481d45f1d123771"
12306dependencies = [
12307 "futures 0.3.31",
12308 "memmap2",
12309 "polars-arrow",
12310 "polars-core",
12311 "polars-error",
12312 "polars-expr",
12313 "polars-io",
12314 "polars-ops",
12315 "polars-plan",
12316 "polars-time",
12317 "polars-utils",
12318 "rayon",
12319 "recursive",
12320 "tokio",
12321]
12322
12323[[package]]
12324name = "polars-ops"
12325version = "0.51.0"
12326source = "registry+https://github.com/rust-lang/crates.io-index"
12327checksum = "acf6062173fdc9ba05775548beb66e76643a148d9aeadc9984ed712bc4babd76"
12328dependencies = [
12329 "argminmax",
12330 "base64 0.22.1",
12331 "bytemuck",
12332 "chrono",
12333 "chrono-tz",
12334 "either",
12335 "hashbrown 0.15.3",
12336 "hex",
12337 "indexmap 2.9.0",
12338 "libm",
12339 "memchr",
12340 "num-traits",
12341 "polars-arrow",
12342 "polars-compute",
12343 "polars-core",
12344 "polars-error",
12345 "polars-schema",
12346 "polars-utils",
12347 "rayon",
12348 "regex",
12349 "regex-syntax",
12350 "strum_macros 0.27.1",
12351 "unicode-normalization",
12352 "unicode-reverse",
12353 "version_check",
12354]
12355
12356[[package]]
12357name = "polars-parquet"
12358version = "0.51.0"
12359source = "registry+https://github.com/rust-lang/crates.io-index"
12360checksum = "cc1d769180dec070df0dc4b89299b364bf2cfe32b218ecc4ddd8f1a49ae60669"
12361dependencies = [
12362 "async-stream",
12363 "base64 0.22.1",
12364 "brotli",
12365 "bytemuck",
12366 "ethnum",
12367 "flate2",
12368 "futures 0.3.31",
12369 "hashbrown 0.15.3",
12370 "lz4",
12371 "num-traits",
12372 "polars-arrow",
12373 "polars-compute",
12374 "polars-error",
12375 "polars-parquet-format",
12376 "polars-utils",
12377 "serde",
12378 "simdutf8",
12379 "snap",
12380 "streaming-decompression",
12381 "zstd 0.13.3",
12382]
12383
12384[[package]]
12385name = "polars-parquet-format"
12386version = "0.1.0"
12387source = "registry+https://github.com/rust-lang/crates.io-index"
12388checksum = "c025243dcfe8dbc57e94d9f82eb3bef10b565ab180d5b99bed87fd8aea319ce1"
12389dependencies = [
12390 "async-trait",
12391 "futures 0.3.31",
12392]
12393
12394[[package]]
12395name = "polars-plan"
12396version = "0.51.0"
12397source = "registry+https://github.com/rust-lang/crates.io-index"
12398checksum = "1cd3a2e33ae4484fe407ab2d2ba5684f0889d1ccf3ad6b844103c03638e6d0a0"
12399dependencies = [
12400 "bitflags 2.9.0",
12401 "bytemuck",
12402 "bytes 1.10.1",
12403 "chrono",
12404 "chrono-tz",
12405 "either",
12406 "futures 0.3.31",
12407 "hashbrown 0.15.3",
12408 "memmap2",
12409 "num-traits",
12410 "percent-encoding",
12411 "polars-arrow",
12412 "polars-compute",
12413 "polars-core",
12414 "polars-error",
12415 "polars-io",
12416 "polars-ops",
12417 "polars-parquet",
12418 "polars-time",
12419 "polars-utils",
12420 "rayon",
12421 "recursive",
12422 "regex",
12423 "sha2",
12424 "strum_macros 0.27.1",
12425 "version_check",
12426]
12427
12428[[package]]
12429name = "polars-row"
12430version = "0.51.0"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "18734f17e0e348724df3ae65f3ee744c681117c04b041cac969dfceb05edabc0"
12433dependencies = [
12434 "bitflags 2.9.0",
12435 "bytemuck",
12436 "polars-arrow",
12437 "polars-compute",
12438 "polars-dtype",
12439 "polars-error",
12440 "polars-utils",
12441]
12442
12443[[package]]
12444name = "polars-schema"
12445version = "0.51.0"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "8e6c1ab13e04d5167661a9854ed1ea0482b2ed9b8a0f1118dabed7cd994a85e3"
12448dependencies = [
12449 "indexmap 2.9.0",
12450 "polars-error",
12451 "polars-utils",
12452 "serde",
12453 "version_check",
12454]
12455
12456[[package]]
12457name = "polars-sql"
12458version = "0.51.0"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "c4e7766da02cc1d464994404d3e88a7a0ccd4933df3627c325480fbd9bbc0a11"
12461dependencies = [
12462 "bitflags 2.9.0",
12463 "hex",
12464 "polars-core",
12465 "polars-error",
12466 "polars-lazy",
12467 "polars-ops",
12468 "polars-plan",
12469 "polars-time",
12470 "polars-utils",
12471 "rand 0.9.1",
12472 "regex",
12473 "serde",
12474 "sqlparser",
12475]
12476
12477[[package]]
12478name = "polars-stream"
12479version = "0.51.0"
12480source = "registry+https://github.com/rust-lang/crates.io-index"
12481checksum = "31f6c6ca1ea01f9dea424d167e4f33f5ec44cd67fbfac9efd40575ed20521f14"
12482dependencies = [
12483 "async-channel 2.3.1",
12484 "async-trait",
12485 "atomic-waker",
12486 "bitflags 2.9.0",
12487 "crossbeam-channel",
12488 "crossbeam-deque",
12489 "crossbeam-queue",
12490 "crossbeam-utils",
12491 "futures 0.3.31",
12492 "memmap2",
12493 "parking_lot",
12494 "percent-encoding",
12495 "pin-project-lite",
12496 "polars-arrow",
12497 "polars-core",
12498 "polars-error",
12499 "polars-expr",
12500 "polars-io",
12501 "polars-mem-engine",
12502 "polars-ops",
12503 "polars-parquet",
12504 "polars-plan",
12505 "polars-utils",
12506 "rand 0.9.1",
12507 "rayon",
12508 "recursive",
12509 "slotmap",
12510 "tokio",
12511 "tokio-util",
12512 "version_check",
12513]
12514
12515[[package]]
12516name = "polars-time"
12517version = "0.51.0"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "f6a3a6e279a7a984a0b83715660f9e880590c6129ec2104396bfa710bcd76dee"
12520dependencies = [
12521 "atoi_simd",
12522 "bytemuck",
12523 "chrono",
12524 "chrono-tz",
12525 "now",
12526 "num-traits",
12527 "polars-arrow",
12528 "polars-compute",
12529 "polars-core",
12530 "polars-error",
12531 "polars-ops",
12532 "polars-utils",
12533 "rayon",
12534 "regex",
12535 "strum_macros 0.27.1",
12536]
12537
12538[[package]]
12539name = "polars-utils"
12540version = "0.51.0"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "57b267021b0e5422d7fbc70fd79e51b9f9a8466c585779373a18b0199e973f29"
12543dependencies = [
12544 "bincode 2.0.1",
12545 "bytemuck",
12546 "bytes 1.10.1",
12547 "compact_str",
12548 "either",
12549 "flate2",
12550 "foldhash",
12551 "hashbrown 0.15.3",
12552 "indexmap 2.9.0",
12553 "libc",
12554 "memmap2",
12555 "num-traits",
12556 "polars-error",
12557 "rand 0.9.1",
12558 "raw-cpuid 11.6.0",
12559 "rayon",
12560 "regex",
12561 "rmp-serde",
12562 "serde",
12563 "serde_json",
12564 "serde_stacker",
12565 "slotmap",
12566 "stacker",
12567 "uuid",
12568 "version_check",
12569]
12570
12571[[package]]
12572name = "polling"
12573version = "3.11.0"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12576dependencies = [
12577 "cfg-if",
12578 "concurrent-queue",
12579 "hermit-abi 0.5.0",
12580 "pin-project-lite",
12581 "rustix 1.0.7",
12582 "windows-sys 0.61.0",
12583]
12584
12585[[package]]
12586name = "pollster"
12587version = "0.2.5"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12590
12591[[package]]
12592name = "portable-atomic"
12593version = "1.11.0"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
12596
12597[[package]]
12598name = "portable-atomic-util"
12599version = "0.2.4"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12602dependencies = [
12603 "portable-atomic",
12604]
12605
12606[[package]]
12607name = "portable-pty"
12608version = "0.9.0"
12609source = "registry+https://github.com/rust-lang/crates.io-index"
12610checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12611dependencies = [
12612 "anyhow",
12613 "bitflags 1.3.2",
12614 "downcast-rs",
12615 "filedescriptor",
12616 "lazy_static",
12617 "libc",
12618 "log",
12619 "nix 0.28.0",
12620 "serial2",
12621 "shared_library",
12622 "shell-words",
12623 "winapi",
12624 "winreg 0.10.1",
12625]
12626
12627[[package]]
12628name = "postage"
12629version = "0.5.0"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12632dependencies = [
12633 "atomic",
12634 "crossbeam-queue",
12635 "futures 0.3.31",
12636 "log",
12637 "parking_lot",
12638 "pin-project",
12639 "pollster",
12640 "static_assertions",
12641 "thiserror 1.0.69",
12642]
12643
12644[[package]]
12645name = "postcard"
12646version = "1.1.1"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
12649dependencies = [
12650 "cobs",
12651 "embedded-io 0.4.0",
12652 "embedded-io 0.6.1",
12653 "serde",
12654]
12655
12656[[package]]
12657name = "powerfmt"
12658version = "0.2.0"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12661
12662[[package]]
12663name = "ppv-lite86"
12664version = "0.2.21"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12667dependencies = [
12668 "zerocopy 0.8.24",
12669]
12670
12671[[package]]
12672name = "precomputed-hash"
12673version = "0.1.1"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12676
12677[[package]]
12678name = "prettier"
12679version = "0.1.0"
12680dependencies = [
12681 "anyhow",
12682 "collections",
12683 "fs",
12684 "gpui",
12685 "language",
12686 "log",
12687 "lsp",
12688 "node_runtime",
12689 "parking_lot",
12690 "paths",
12691 "serde",
12692 "serde_json",
12693 "util",
12694 "workspace-hack",
12695]
12696
12697[[package]]
12698name = "pretty_assertions"
12699version = "1.4.1"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12702dependencies = [
12703 "diff",
12704 "yansi",
12705]
12706
12707[[package]]
12708name = "prettyplease"
12709version = "0.2.32"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
12712dependencies = [
12713 "proc-macro2",
12714 "syn 2.0.101",
12715]
12716
12717[[package]]
12718name = "primal-check"
12719version = "0.3.4"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12722dependencies = [
12723 "num-integer",
12724]
12725
12726[[package]]
12727name = "proc-macro-crate"
12728version = "3.3.0"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
12731dependencies = [
12732 "toml_edit",
12733]
12734
12735[[package]]
12736name = "proc-macro-error-attr2"
12737version = "2.0.0"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12740dependencies = [
12741 "proc-macro2",
12742 "quote",
12743]
12744
12745[[package]]
12746name = "proc-macro-error2"
12747version = "2.0.1"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12750dependencies = [
12751 "proc-macro-error-attr2",
12752 "proc-macro2",
12753 "quote",
12754 "syn 2.0.101",
12755]
12756
12757[[package]]
12758name = "proc-macro2"
12759version = "1.0.95"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
12762dependencies = [
12763 "unicode-ident",
12764]
12765
12766[[package]]
12767name = "proc-macro2-diagnostics"
12768version = "0.10.1"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12771dependencies = [
12772 "proc-macro2",
12773 "quote",
12774 "syn 2.0.101",
12775 "version_check",
12776 "yansi",
12777]
12778
12779[[package]]
12780name = "procfs-core"
12781version = "0.16.0"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12784dependencies = [
12785 "bitflags 2.9.0",
12786 "hex",
12787]
12788
12789[[package]]
12790name = "profiling"
12791version = "1.0.16"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12794dependencies = [
12795 "profiling-procmacros",
12796]
12797
12798[[package]]
12799name = "profiling-procmacros"
12800version = "1.0.16"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12803dependencies = [
12804 "quote",
12805 "syn 2.0.101",
12806]
12807
12808[[package]]
12809name = "project"
12810version = "0.1.0"
12811dependencies = [
12812 "aho-corasick",
12813 "anyhow",
12814 "askpass",
12815 "async-trait",
12816 "base64 0.22.1",
12817 "buffer_diff",
12818 "circular-buffer",
12819 "client",
12820 "clock",
12821 "collections",
12822 "context_server",
12823 "dap",
12824 "dap_adapters",
12825 "extension",
12826 "fancy-regex 0.14.0",
12827 "fs",
12828 "futures 0.3.31",
12829 "fuzzy",
12830 "git",
12831 "git2",
12832 "git_hosting_providers",
12833 "globset",
12834 "gpui",
12835 "http_client",
12836 "image",
12837 "indexmap 2.9.0",
12838 "itertools 0.14.0",
12839 "language",
12840 "log",
12841 "lsp",
12842 "markdown",
12843 "node_runtime",
12844 "parking_lot",
12845 "paths",
12846 "postage",
12847 "prettier",
12848 "pretty_assertions",
12849 "rand 0.9.1",
12850 "regex",
12851 "release_channel",
12852 "remote",
12853 "rpc",
12854 "schemars 1.0.1",
12855 "semver",
12856 "serde",
12857 "serde_json",
12858 "settings",
12859 "sha2",
12860 "shellexpand 2.1.2",
12861 "shlex",
12862 "smallvec",
12863 "smol",
12864 "snippet",
12865 "snippet_provider",
12866 "sum_tree",
12867 "task",
12868 "tempfile",
12869 "terminal",
12870 "text",
12871 "toml 0.8.20",
12872 "unindent",
12873 "url",
12874 "util",
12875 "watch",
12876 "which 6.0.3",
12877 "workspace-hack",
12878 "worktree",
12879 "zeroize",
12880 "zlog",
12881]
12882
12883[[package]]
12884name = "project_panel"
12885version = "0.1.0"
12886dependencies = [
12887 "anyhow",
12888 "client",
12889 "collections",
12890 "command_palette_hooks",
12891 "criterion",
12892 "db",
12893 "editor",
12894 "file_icons",
12895 "git",
12896 "git_ui",
12897 "gpui",
12898 "language",
12899 "menu",
12900 "pretty_assertions",
12901 "project",
12902 "rayon",
12903 "schemars 1.0.1",
12904 "search",
12905 "serde",
12906 "serde_json",
12907 "settings",
12908 "smallvec",
12909 "telemetry",
12910 "theme",
12911 "ui",
12912 "util",
12913 "workspace",
12914 "workspace-hack",
12915 "worktree",
12916 "zed_actions",
12917]
12918
12919[[package]]
12920name = "project_symbols"
12921version = "0.1.0"
12922dependencies = [
12923 "anyhow",
12924 "editor",
12925 "futures 0.3.31",
12926 "fuzzy",
12927 "gpui",
12928 "language",
12929 "lsp",
12930 "ordered-float 2.10.1",
12931 "picker",
12932 "project",
12933 "release_channel",
12934 "serde_json",
12935 "settings",
12936 "theme",
12937 "util",
12938 "workspace",
12939 "workspace-hack",
12940]
12941
12942[[package]]
12943name = "prometheus"
12944version = "0.14.0"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12947dependencies = [
12948 "cfg-if",
12949 "fnv",
12950 "lazy_static",
12951 "memchr",
12952 "parking_lot",
12953 "protobuf",
12954 "thiserror 2.0.12",
12955]
12956
12957[[package]]
12958name = "prompt_store"
12959version = "0.1.0"
12960dependencies = [
12961 "anyhow",
12962 "assets",
12963 "chrono",
12964 "collections",
12965 "fs",
12966 "futures 0.3.31",
12967 "fuzzy",
12968 "gpui",
12969 "handlebars 4.5.0",
12970 "heed",
12971 "language",
12972 "log",
12973 "parking_lot",
12974 "paths",
12975 "rope",
12976 "serde",
12977 "serde_json",
12978 "text",
12979 "util",
12980 "uuid",
12981 "workspace-hack",
12982]
12983
12984[[package]]
12985name = "prost"
12986version = "0.9.0"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12989dependencies = [
12990 "bytes 1.10.1",
12991 "prost-derive 0.9.0",
12992]
12993
12994[[package]]
12995name = "prost"
12996version = "0.12.6"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12999dependencies = [
13000 "bytes 1.10.1",
13001 "prost-derive 0.12.6",
13002]
13003
13004[[package]]
13005name = "prost-build"
13006version = "0.9.0"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13009dependencies = [
13010 "bytes 1.10.1",
13011 "heck 0.3.3",
13012 "itertools 0.10.5",
13013 "lazy_static",
13014 "log",
13015 "multimap",
13016 "petgraph",
13017 "prost 0.9.0",
13018 "prost-types 0.9.0",
13019 "regex",
13020 "tempfile",
13021 "which 4.4.2",
13022]
13023
13024[[package]]
13025name = "prost-build"
13026version = "0.12.6"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13029dependencies = [
13030 "bytes 1.10.1",
13031 "heck 0.5.0",
13032 "itertools 0.12.1",
13033 "log",
13034 "multimap",
13035 "once_cell",
13036 "petgraph",
13037 "prettyplease",
13038 "prost 0.12.6",
13039 "prost-types 0.12.6",
13040 "regex",
13041 "syn 2.0.101",
13042 "tempfile",
13043]
13044
13045[[package]]
13046name = "prost-derive"
13047version = "0.9.0"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13050dependencies = [
13051 "anyhow",
13052 "itertools 0.10.5",
13053 "proc-macro2",
13054 "quote",
13055 "syn 1.0.109",
13056]
13057
13058[[package]]
13059name = "prost-derive"
13060version = "0.12.6"
13061source = "registry+https://github.com/rust-lang/crates.io-index"
13062checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13063dependencies = [
13064 "anyhow",
13065 "itertools 0.12.1",
13066 "proc-macro2",
13067 "quote",
13068 "syn 2.0.101",
13069]
13070
13071[[package]]
13072name = "prost-types"
13073version = "0.9.0"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13076dependencies = [
13077 "bytes 1.10.1",
13078 "prost 0.9.0",
13079]
13080
13081[[package]]
13082name = "prost-types"
13083version = "0.12.6"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13086dependencies = [
13087 "prost 0.12.6",
13088]
13089
13090[[package]]
13091name = "proto"
13092version = "0.1.0"
13093dependencies = [
13094 "anyhow",
13095 "collections",
13096 "prost 0.9.0",
13097 "prost-build 0.9.0",
13098 "serde",
13099 "typed-path",
13100 "workspace-hack",
13101]
13102
13103[[package]]
13104name = "protobuf"
13105version = "3.7.2"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13108dependencies = [
13109 "once_cell",
13110 "protobuf-support",
13111 "thiserror 1.0.69",
13112]
13113
13114[[package]]
13115name = "protobuf-support"
13116version = "3.7.2"
13117source = "registry+https://github.com/rust-lang/crates.io-index"
13118checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13119dependencies = [
13120 "thiserror 1.0.69",
13121]
13122
13123[[package]]
13124name = "psm"
13125version = "0.1.25"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
13128dependencies = [
13129 "cc",
13130]
13131
13132[[package]]
13133name = "ptr_meta"
13134version = "0.1.4"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13137dependencies = [
13138 "ptr_meta_derive",
13139]
13140
13141[[package]]
13142name = "ptr_meta_derive"
13143version = "0.1.4"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13146dependencies = [
13147 "proc-macro2",
13148 "quote",
13149 "syn 1.0.109",
13150]
13151
13152[[package]]
13153name = "pulldown-cmark"
13154version = "0.10.3"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13157dependencies = [
13158 "bitflags 2.9.0",
13159 "memchr",
13160 "pulldown-cmark-escape",
13161 "unicase",
13162]
13163
13164[[package]]
13165name = "pulldown-cmark"
13166version = "0.12.2"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
13169dependencies = [
13170 "bitflags 2.9.0",
13171 "memchr",
13172 "unicase",
13173]
13174
13175[[package]]
13176name = "pulldown-cmark-escape"
13177version = "0.10.1"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13180
13181[[package]]
13182name = "pulley-interpreter"
13183version = "29.0.1"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
13186dependencies = [
13187 "cranelift-bitset",
13188 "log",
13189 "sptr",
13190 "wasmtime-math",
13191]
13192
13193[[package]]
13194name = "pulp"
13195version = "0.18.22"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13198dependencies = [
13199 "bytemuck",
13200 "libm",
13201 "num-complex",
13202 "reborrow",
13203]
13204
13205[[package]]
13206name = "pulp"
13207version = "0.21.5"
13208source = "registry+https://github.com/rust-lang/crates.io-index"
13209checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13210dependencies = [
13211 "bytemuck",
13212 "cfg-if",
13213 "libm",
13214 "num-complex",
13215 "reborrow",
13216 "version_check",
13217]
13218
13219[[package]]
13220name = "qoi"
13221version = "0.4.1"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13224dependencies = [
13225 "bytemuck",
13226]
13227
13228[[package]]
13229name = "quick-error"
13230version = "2.0.1"
13231source = "registry+https://github.com/rust-lang/crates.io-index"
13232checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13233
13234[[package]]
13235name = "quick-xml"
13236version = "0.30.0"
13237source = "registry+https://github.com/rust-lang/crates.io-index"
13238checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13239dependencies = [
13240 "memchr",
13241]
13242
13243[[package]]
13244name = "quick-xml"
13245version = "0.32.0"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
13248dependencies = [
13249 "memchr",
13250]
13251
13252[[package]]
13253name = "quick-xml"
13254version = "0.37.4"
13255source = "registry+https://github.com/rust-lang/crates.io-index"
13256checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
13257dependencies = [
13258 "memchr",
13259]
13260
13261[[package]]
13262name = "quick-xml"
13263version = "0.38.3"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13266dependencies = [
13267 "memchr",
13268 "serde",
13269]
13270
13271[[package]]
13272name = "quinn"
13273version = "0.11.7"
13274source = "registry+https://github.com/rust-lang/crates.io-index"
13275checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
13276dependencies = [
13277 "bytes 1.10.1",
13278 "cfg_aliases 0.2.1",
13279 "pin-project-lite",
13280 "quinn-proto",
13281 "quinn-udp",
13282 "rustc-hash 2.1.1",
13283 "rustls 0.23.26",
13284 "socket2",
13285 "thiserror 2.0.12",
13286 "tokio",
13287 "tracing",
13288 "web-time",
13289]
13290
13291[[package]]
13292name = "quinn-proto"
13293version = "0.11.10"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
13296dependencies = [
13297 "bytes 1.10.1",
13298 "getrandom 0.3.2",
13299 "rand 0.9.1",
13300 "ring",
13301 "rustc-hash 2.1.1",
13302 "rustls 0.23.26",
13303 "rustls-pki-types",
13304 "slab",
13305 "thiserror 2.0.12",
13306 "tinyvec",
13307 "tracing",
13308 "web-time",
13309]
13310
13311[[package]]
13312name = "quinn-udp"
13313version = "0.5.11"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
13316dependencies = [
13317 "cfg_aliases 0.2.1",
13318 "libc",
13319 "once_cell",
13320 "socket2",
13321 "tracing",
13322 "windows-sys 0.59.0",
13323]
13324
13325[[package]]
13326name = "quote"
13327version = "1.0.40"
13328source = "registry+https://github.com/rust-lang/crates.io-index"
13329checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
13330dependencies = [
13331 "proc-macro2",
13332]
13333
13334[[package]]
13335name = "r-efi"
13336version = "5.2.0"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
13339
13340[[package]]
13341name = "radium"
13342version = "0.7.0"
13343source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13345
13346[[package]]
13347name = "rand"
13348version = "0.8.5"
13349source = "registry+https://github.com/rust-lang/crates.io-index"
13350checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13351dependencies = [
13352 "libc",
13353 "rand_chacha 0.3.1",
13354 "rand_core 0.6.4",
13355]
13356
13357[[package]]
13358name = "rand"
13359version = "0.9.1"
13360source = "registry+https://github.com/rust-lang/crates.io-index"
13361checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
13362dependencies = [
13363 "rand_chacha 0.9.0",
13364 "rand_core 0.9.3",
13365]
13366
13367[[package]]
13368name = "rand_chacha"
13369version = "0.3.1"
13370source = "registry+https://github.com/rust-lang/crates.io-index"
13371checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13372dependencies = [
13373 "ppv-lite86",
13374 "rand_core 0.6.4",
13375]
13376
13377[[package]]
13378name = "rand_chacha"
13379version = "0.9.0"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13382dependencies = [
13383 "ppv-lite86",
13384 "rand_core 0.9.3",
13385]
13386
13387[[package]]
13388name = "rand_core"
13389version = "0.6.4"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13392dependencies = [
13393 "getrandom 0.2.15",
13394]
13395
13396[[package]]
13397name = "rand_core"
13398version = "0.9.3"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13401dependencies = [
13402 "getrandom 0.3.2",
13403]
13404
13405[[package]]
13406name = "rand_distr"
13407version = "0.5.1"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13410dependencies = [
13411 "num-traits",
13412 "rand 0.9.1",
13413]
13414
13415[[package]]
13416name = "range-map"
13417version = "0.2.0"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13420dependencies = [
13421 "num-traits",
13422]
13423
13424[[package]]
13425name = "rangemap"
13426version = "1.5.1"
13427source = "registry+https://github.com/rust-lang/crates.io-index"
13428checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
13429
13430[[package]]
13431name = "rav1e"
13432version = "0.7.1"
13433source = "registry+https://github.com/rust-lang/crates.io-index"
13434checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13435dependencies = [
13436 "arbitrary",
13437 "arg_enum_proc_macro",
13438 "arrayvec",
13439 "av1-grain",
13440 "bitstream-io",
13441 "built",
13442 "cfg-if",
13443 "interpolate_name",
13444 "itertools 0.12.1",
13445 "libc",
13446 "libfuzzer-sys",
13447 "log",
13448 "maybe-rayon",
13449 "new_debug_unreachable",
13450 "noop_proc_macro",
13451 "num-derive",
13452 "num-traits",
13453 "once_cell",
13454 "paste",
13455 "profiling",
13456 "rand 0.8.5",
13457 "rand_chacha 0.3.1",
13458 "simd_helpers",
13459 "system-deps",
13460 "thiserror 1.0.69",
13461 "v_frame",
13462 "wasm-bindgen",
13463]
13464
13465[[package]]
13466name = "ravif"
13467version = "0.11.12"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
13470dependencies = [
13471 "avif-serialize",
13472 "imgref",
13473 "loop9",
13474 "quick-error",
13475 "rav1e",
13476 "rayon",
13477 "rgb",
13478]
13479
13480[[package]]
13481name = "raw-cpuid"
13482version = "10.7.0"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13485dependencies = [
13486 "bitflags 1.3.2",
13487]
13488
13489[[package]]
13490name = "raw-cpuid"
13491version = "11.6.0"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13494dependencies = [
13495 "bitflags 2.9.0",
13496]
13497
13498[[package]]
13499name = "raw-window-handle"
13500version = "0.6.2"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13503
13504[[package]]
13505name = "raw-window-metal"
13506version = "0.4.0"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
13509dependencies = [
13510 "cocoa 0.25.0",
13511 "core-graphics 0.23.2",
13512 "objc",
13513 "raw-window-handle",
13514]
13515
13516[[package]]
13517name = "rayon"
13518version = "1.10.0"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
13521dependencies = [
13522 "either",
13523 "rayon-core",
13524]
13525
13526[[package]]
13527name = "rayon-core"
13528version = "1.12.1"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
13531dependencies = [
13532 "crossbeam-deque",
13533 "crossbeam-utils",
13534]
13535
13536[[package]]
13537name = "read-fonts"
13538version = "0.25.3"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
13541dependencies = [
13542 "bytemuck",
13543 "font-types",
13544]
13545
13546[[package]]
13547name = "realfft"
13548version = "3.5.0"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
13551dependencies = [
13552 "rustfft",
13553]
13554
13555[[package]]
13556name = "reborrow"
13557version = "0.5.5"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
13560
13561[[package]]
13562name = "recent_projects"
13563version = "0.1.0"
13564dependencies = [
13565 "anyhow",
13566 "askpass",
13567 "auto_update",
13568 "dap",
13569 "editor",
13570 "extension_host",
13571 "file_finder",
13572 "futures 0.3.31",
13573 "fuzzy",
13574 "gpui",
13575 "indoc",
13576 "language",
13577 "log",
13578 "markdown",
13579 "menu",
13580 "ordered-float 2.10.1",
13581 "paths",
13582 "picker",
13583 "project",
13584 "release_channel",
13585 "remote",
13586 "serde",
13587 "serde_json",
13588 "settings",
13589 "smol",
13590 "task",
13591 "telemetry",
13592 "theme",
13593 "ui",
13594 "util",
13595 "windows-registry 0.6.0",
13596 "workspace",
13597 "workspace-hack",
13598 "zed_actions",
13599]
13600
13601[[package]]
13602name = "recursive"
13603version = "0.1.1"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
13606dependencies = [
13607 "recursive-proc-macro-impl",
13608 "stacker",
13609]
13610
13611[[package]]
13612name = "recursive-proc-macro-impl"
13613version = "0.1.1"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
13616dependencies = [
13617 "quote",
13618 "syn 2.0.101",
13619]
13620
13621[[package]]
13622name = "redox_syscall"
13623version = "0.2.16"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
13626dependencies = [
13627 "bitflags 1.3.2",
13628]
13629
13630[[package]]
13631name = "redox_syscall"
13632version = "0.5.11"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
13635dependencies = [
13636 "bitflags 2.9.0",
13637]
13638
13639[[package]]
13640name = "redox_users"
13641version = "0.4.6"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
13644dependencies = [
13645 "getrandom 0.2.15",
13646 "libredox",
13647 "thiserror 1.0.69",
13648]
13649
13650[[package]]
13651name = "redox_users"
13652version = "0.5.0"
13653source = "registry+https://github.com/rust-lang/crates.io-index"
13654checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
13655dependencies = [
13656 "getrandom 0.2.15",
13657 "libredox",
13658 "thiserror 2.0.12",
13659]
13660
13661[[package]]
13662name = "ref-cast"
13663version = "1.0.24"
13664source = "registry+https://github.com/rust-lang/crates.io-index"
13665checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
13666dependencies = [
13667 "ref-cast-impl",
13668]
13669
13670[[package]]
13671name = "ref-cast-impl"
13672version = "1.0.24"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
13675dependencies = [
13676 "proc-macro2",
13677 "quote",
13678 "syn 2.0.101",
13679]
13680
13681[[package]]
13682name = "referencing"
13683version = "0.30.0"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
13686dependencies = [
13687 "ahash 0.8.11",
13688 "fluent-uri",
13689 "once_cell",
13690 "parking_lot",
13691 "percent-encoding",
13692 "serde_json",
13693]
13694
13695[[package]]
13696name = "refineable"
13697version = "0.1.0"
13698dependencies = [
13699 "derive_refineable",
13700 "workspace-hack",
13701]
13702
13703[[package]]
13704name = "regalloc2"
13705version = "0.11.2"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
13708dependencies = [
13709 "allocator-api2",
13710 "bumpalo",
13711 "hashbrown 0.15.3",
13712 "log",
13713 "rustc-hash 2.1.1",
13714 "serde",
13715 "smallvec",
13716]
13717
13718[[package]]
13719name = "regex"
13720version = "1.11.1"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
13723dependencies = [
13724 "aho-corasick",
13725 "memchr",
13726 "regex-automata",
13727 "regex-syntax",
13728]
13729
13730[[package]]
13731name = "regex-automata"
13732version = "0.4.9"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
13735dependencies = [
13736 "aho-corasick",
13737 "memchr",
13738 "regex-syntax",
13739]
13740
13741[[package]]
13742name = "regex-lite"
13743version = "0.1.6"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
13746
13747[[package]]
13748name = "regex-syntax"
13749version = "0.8.5"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
13752
13753[[package]]
13754name = "release_channel"
13755version = "0.1.0"
13756dependencies = [
13757 "gpui",
13758 "workspace-hack",
13759]
13760
13761[[package]]
13762name = "remote"
13763version = "0.1.0"
13764dependencies = [
13765 "anyhow",
13766 "askpass",
13767 "async-trait",
13768 "collections",
13769 "fs",
13770 "futures 0.3.31",
13771 "gpui",
13772 "log",
13773 "parking_lot",
13774 "paths",
13775 "prost 0.9.0",
13776 "release_channel",
13777 "rpc",
13778 "serde",
13779 "serde_json",
13780 "settings",
13781 "shlex",
13782 "smol",
13783 "tempfile",
13784 "thiserror 2.0.12",
13785 "urlencoding",
13786 "util",
13787 "which 6.0.3",
13788 "workspace-hack",
13789]
13790
13791[[package]]
13792name = "remote_server"
13793version = "0.1.0"
13794dependencies = [
13795 "action_log",
13796 "agent",
13797 "anyhow",
13798 "askpass",
13799 "cargo_toml",
13800 "clap",
13801 "client",
13802 "clock",
13803 "collections",
13804 "crash-handler",
13805 "crashes",
13806 "dap",
13807 "dap_adapters",
13808 "debug_adapter_extension",
13809 "editor",
13810 "env_logger 0.11.8",
13811 "extension",
13812 "extension_host",
13813 "fork",
13814 "fs",
13815 "futures 0.3.31",
13816 "git",
13817 "git2",
13818 "git_hosting_providers",
13819 "gpui",
13820 "gpui_tokio",
13821 "http_client",
13822 "json_schema_store",
13823 "language",
13824 "language_extension",
13825 "language_model",
13826 "languages",
13827 "libc",
13828 "log",
13829 "lsp",
13830 "minidumper",
13831 "node_runtime",
13832 "paths",
13833 "pretty_assertions",
13834 "project",
13835 "proto",
13836 "release_channel",
13837 "remote",
13838 "reqwest_client",
13839 "rpc",
13840 "rust-embed",
13841 "serde",
13842 "serde_json",
13843 "settings",
13844 "shellexpand 2.1.2",
13845 "smol",
13846 "sysinfo 0.37.2",
13847 "task",
13848 "thiserror 2.0.12",
13849 "toml 0.8.20",
13850 "unindent",
13851 "util",
13852 "watch",
13853 "workspace",
13854 "worktree",
13855 "zlog",
13856]
13857
13858[[package]]
13859name = "rend"
13860version = "0.4.2"
13861source = "registry+https://github.com/rust-lang/crates.io-index"
13862checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13863dependencies = [
13864 "bytecheck",
13865]
13866
13867[[package]]
13868name = "repl"
13869version = "0.1.0"
13870dependencies = [
13871 "alacritty_terminal",
13872 "anyhow",
13873 "async-dispatcher",
13874 "async-tungstenite",
13875 "base64 0.22.1",
13876 "client",
13877 "collections",
13878 "command_palette_hooks",
13879 "editor",
13880 "env_logger 0.11.8",
13881 "feature_flags",
13882 "file_icons",
13883 "futures 0.3.31",
13884 "gpui",
13885 "http_client",
13886 "image",
13887 "indoc",
13888 "jupyter-protocol",
13889 "jupyter-websocket-client",
13890 "language",
13891 "languages",
13892 "log",
13893 "markdown_preview",
13894 "menu",
13895 "multi_buffer",
13896 "nbformat",
13897 "picker",
13898 "project",
13899 "runtimelib",
13900 "serde",
13901 "serde_json",
13902 "settings",
13903 "smol",
13904 "telemetry",
13905 "terminal",
13906 "terminal_view",
13907 "theme",
13908 "tree-sitter-md",
13909 "tree-sitter-python",
13910 "tree-sitter-typescript",
13911 "ui",
13912 "util",
13913 "uuid",
13914 "workspace",
13915 "workspace-hack",
13916]
13917
13918[[package]]
13919name = "reqwest"
13920version = "0.11.27"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13923dependencies = [
13924 "base64 0.21.7",
13925 "bytes 1.10.1",
13926 "encoding_rs",
13927 "futures-core",
13928 "futures-util",
13929 "h2 0.3.26",
13930 "http 0.2.12",
13931 "http-body 0.4.6",
13932 "hyper 0.14.32",
13933 "hyper-rustls 0.24.2",
13934 "hyper-tls",
13935 "ipnet",
13936 "js-sys",
13937 "log",
13938 "mime",
13939 "native-tls",
13940 "once_cell",
13941 "percent-encoding",
13942 "pin-project-lite",
13943 "rustls 0.21.12",
13944 "rustls-native-certs 0.6.3",
13945 "rustls-pemfile 1.0.4",
13946 "serde",
13947 "serde_json",
13948 "serde_urlencoded",
13949 "sync_wrapper 0.1.2",
13950 "system-configuration 0.5.1",
13951 "tokio",
13952 "tokio-native-tls",
13953 "tokio-rustls 0.24.1",
13954 "tower-service",
13955 "url",
13956 "wasm-bindgen",
13957 "wasm-bindgen-futures",
13958 "web-sys",
13959 "winreg 0.50.0",
13960]
13961
13962[[package]]
13963name = "reqwest"
13964version = "0.12.15"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13967dependencies = [
13968 "base64 0.22.1",
13969 "bytes 1.10.1",
13970 "futures-channel",
13971 "futures-core",
13972 "futures-util",
13973 "h2 0.4.9",
13974 "http 1.3.1",
13975 "http-body 1.0.1",
13976 "http-body-util",
13977 "hyper 1.6.0",
13978 "hyper-rustls 0.27.5",
13979 "hyper-util",
13980 "ipnet",
13981 "js-sys",
13982 "log",
13983 "mime",
13984 "once_cell",
13985 "percent-encoding",
13986 "pin-project-lite",
13987 "quinn",
13988 "rustls 0.23.26",
13989 "rustls-native-certs 0.8.1",
13990 "rustls-pemfile 2.2.0",
13991 "rustls-pki-types",
13992 "serde",
13993 "serde_json",
13994 "serde_urlencoded",
13995 "sync_wrapper 1.0.2",
13996 "tokio",
13997 "tokio-rustls 0.26.2",
13998 "tokio-util",
13999 "tower 0.5.2",
14000 "tower-service",
14001 "url",
14002 "wasm-bindgen",
14003 "wasm-bindgen-futures",
14004 "wasm-streams",
14005 "web-sys",
14006 "windows-registry 0.4.0",
14007]
14008
14009[[package]]
14010name = "reqwest_client"
14011version = "0.1.0"
14012dependencies = [
14013 "anyhow",
14014 "bytes 1.10.1",
14015 "futures 0.3.31",
14016 "gpui",
14017 "http_client",
14018 "http_client_tls",
14019 "log",
14020 "regex",
14021 "serde",
14022 "tokio",
14023 "workspace-hack",
14024 "zed-reqwest",
14025]
14026
14027[[package]]
14028name = "resvg"
14029version = "0.45.1"
14030source = "registry+https://github.com/rust-lang/crates.io-index"
14031checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14032dependencies = [
14033 "log",
14034 "pico-args",
14035 "rgb",
14036 "svgtypes",
14037 "tiny-skia",
14038 "usvg",
14039]
14040
14041[[package]]
14042name = "rfc6979"
14043version = "0.3.1"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14046dependencies = [
14047 "crypto-bigint 0.4.9",
14048 "hmac",
14049 "zeroize",
14050]
14051
14052[[package]]
14053name = "rgb"
14054version = "0.8.50"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
14057dependencies = [
14058 "bytemuck",
14059]
14060
14061[[package]]
14062name = "rich_text"
14063version = "0.1.0"
14064dependencies = [
14065 "futures 0.3.31",
14066 "gpui",
14067 "language",
14068 "linkify",
14069 "pulldown-cmark 0.12.2",
14070 "theme",
14071 "ui",
14072 "util",
14073 "workspace-hack",
14074]
14075
14076[[package]]
14077name = "ring"
14078version = "0.17.14"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14081dependencies = [
14082 "cc",
14083 "cfg-if",
14084 "getrandom 0.2.15",
14085 "libc",
14086 "untrusted",
14087 "windows-sys 0.52.0",
14088]
14089
14090[[package]]
14091name = "rkyv"
14092version = "0.7.45"
14093source = "registry+https://github.com/rust-lang/crates.io-index"
14094checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14095dependencies = [
14096 "bitvec",
14097 "bytecheck",
14098 "bytes 1.10.1",
14099 "hashbrown 0.12.3",
14100 "ptr_meta",
14101 "rend",
14102 "rkyv_derive",
14103 "seahash",
14104 "tinyvec",
14105 "uuid",
14106]
14107
14108[[package]]
14109name = "rkyv_derive"
14110version = "0.7.45"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14113dependencies = [
14114 "proc-macro2",
14115 "quote",
14116 "syn 1.0.109",
14117]
14118
14119[[package]]
14120name = "rmp"
14121version = "0.8.14"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14124dependencies = [
14125 "byteorder",
14126 "num-traits",
14127 "paste",
14128]
14129
14130[[package]]
14131name = "rmp-serde"
14132version = "1.3.0"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
14135dependencies = [
14136 "byteorder",
14137 "rmp",
14138 "serde",
14139]
14140
14141[[package]]
14142name = "rmpv"
14143version = "1.3.0"
14144source = "registry+https://github.com/rust-lang/crates.io-index"
14145checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14146dependencies = [
14147 "num-traits",
14148 "rmp",
14149]
14150
14151[[package]]
14152name = "rodio"
14153version = "0.21.1"
14154source = "git+https://github.com/RustAudio/rodio#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
14155dependencies = [
14156 "cpal",
14157 "dasp_sample",
14158 "hound",
14159 "num-rational",
14160 "rtrb",
14161 "symphonia",
14162 "thiserror 2.0.12",
14163]
14164
14165[[package]]
14166name = "rope"
14167version = "0.1.0"
14168dependencies = [
14169 "arrayvec",
14170 "criterion",
14171 "ctor",
14172 "gpui",
14173 "log",
14174 "rand 0.9.1",
14175 "rayon",
14176 "smallvec",
14177 "sum_tree",
14178 "unicode-segmentation",
14179 "util",
14180 "workspace-hack",
14181 "zlog",
14182]
14183
14184[[package]]
14185name = "roxmltree"
14186version = "0.20.0"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14189
14190[[package]]
14191name = "rpc"
14192version = "0.1.0"
14193dependencies = [
14194 "anyhow",
14195 "async-tungstenite",
14196 "base64 0.22.1",
14197 "chrono",
14198 "collections",
14199 "futures 0.3.31",
14200 "gpui",
14201 "parking_lot",
14202 "proto",
14203 "rand 0.9.1",
14204 "rsa",
14205 "serde",
14206 "serde_json",
14207 "sha2",
14208 "strum 0.27.2",
14209 "tracing",
14210 "util",
14211 "workspace-hack",
14212 "zlog",
14213 "zstd 0.11.2+zstd.1.5.2",
14214]
14215
14216[[package]]
14217name = "rsa"
14218version = "0.9.8"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
14221dependencies = [
14222 "const-oid",
14223 "digest",
14224 "num-bigint-dig",
14225 "num-integer",
14226 "num-traits",
14227 "pkcs1",
14228 "pkcs8 0.10.2",
14229 "rand_core 0.6.4",
14230 "signature 2.2.0",
14231 "spki 0.7.3",
14232 "subtle",
14233 "zeroize",
14234]
14235
14236[[package]]
14237name = "rtrb"
14238version = "0.3.2"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14241
14242[[package]]
14243name = "rules_library"
14244version = "0.1.0"
14245dependencies = [
14246 "anyhow",
14247 "collections",
14248 "editor",
14249 "gpui",
14250 "language",
14251 "language_model",
14252 "log",
14253 "menu",
14254 "picker",
14255 "prompt_store",
14256 "release_channel",
14257 "rope",
14258 "serde",
14259 "settings",
14260 "theme",
14261 "title_bar",
14262 "ui",
14263 "util",
14264 "workspace",
14265 "workspace-hack",
14266 "zed_actions",
14267]
14268
14269[[package]]
14270name = "runtimelib"
14271version = "0.25.0"
14272source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
14273dependencies = [
14274 "anyhow",
14275 "async-dispatcher",
14276 "async-std",
14277 "base64 0.22.1",
14278 "bytes 1.10.1",
14279 "chrono",
14280 "data-encoding",
14281 "dirs 5.0.1",
14282 "futures 0.3.31",
14283 "glob",
14284 "jupyter-protocol",
14285 "ring",
14286 "serde",
14287 "serde_json",
14288 "shellexpand 3.1.1",
14289 "smol",
14290 "uuid",
14291 "zeromq",
14292]
14293
14294[[package]]
14295name = "rust-embed"
14296version = "8.7.0"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
14299dependencies = [
14300 "rust-embed-impl",
14301 "rust-embed-utils",
14302 "walkdir",
14303]
14304
14305[[package]]
14306name = "rust-embed-impl"
14307version = "8.7.0"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
14310dependencies = [
14311 "proc-macro2",
14312 "quote",
14313 "rust-embed-utils",
14314 "syn 2.0.101",
14315 "walkdir",
14316]
14317
14318[[package]]
14319name = "rust-embed-utils"
14320version = "8.7.0"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
14323dependencies = [
14324 "globset",
14325 "sha2",
14326 "walkdir",
14327]
14328
14329[[package]]
14330name = "rust-stemmers"
14331version = "1.2.0"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
14334dependencies = [
14335 "serde",
14336 "serde_derive",
14337]
14338
14339[[package]]
14340name = "rust_decimal"
14341version = "1.38.0"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "c8975fc98059f365204d635119cf9c5a60ae67b841ed49b5422a9a7e56cdfac0"
14344dependencies = [
14345 "arrayvec",
14346 "borsh",
14347 "bytes 1.10.1",
14348 "num-traits",
14349 "rand 0.8.5",
14350 "rkyv",
14351 "serde",
14352 "serde_json",
14353]
14354
14355[[package]]
14356name = "rustc-demangle"
14357version = "0.1.24"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
14360
14361[[package]]
14362name = "rustc-hash"
14363version = "1.1.0"
14364source = "registry+https://github.com/rust-lang/crates.io-index"
14365checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14366
14367[[package]]
14368name = "rustc-hash"
14369version = "2.1.1"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14372
14373[[package]]
14374name = "rustc_version"
14375version = "0.4.1"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14378dependencies = [
14379 "semver",
14380]
14381
14382[[package]]
14383name = "rustfft"
14384version = "6.4.0"
14385source = "registry+https://github.com/rust-lang/crates.io-index"
14386checksum = "c6f140db74548f7c9d7cce60912c9ac414e74df5e718dc947d514b051b42f3f4"
14387dependencies = [
14388 "num-complex",
14389 "num-integer",
14390 "num-traits",
14391 "primal-check",
14392 "strength_reduce",
14393 "transpose",
14394]
14395
14396[[package]]
14397name = "rustix"
14398version = "0.38.44"
14399source = "registry+https://github.com/rust-lang/crates.io-index"
14400checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14401dependencies = [
14402 "bitflags 2.9.0",
14403 "errno 0.3.11",
14404 "libc",
14405 "linux-raw-sys 0.4.15",
14406 "windows-sys 0.59.0",
14407]
14408
14409[[package]]
14410name = "rustix"
14411version = "1.0.7"
14412source = "registry+https://github.com/rust-lang/crates.io-index"
14413checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
14414dependencies = [
14415 "bitflags 2.9.0",
14416 "errno 0.3.11",
14417 "libc",
14418 "linux-raw-sys 0.9.4",
14419 "windows-sys 0.59.0",
14420]
14421
14422[[package]]
14423name = "rustix-linux-procfs"
14424version = "0.1.1"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14427dependencies = [
14428 "once_cell",
14429 "rustix 1.0.7",
14430]
14431
14432[[package]]
14433name = "rustix-openpty"
14434version = "0.2.0"
14435source = "registry+https://github.com/rust-lang/crates.io-index"
14436checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14437dependencies = [
14438 "errno 0.3.11",
14439 "libc",
14440 "rustix 1.0.7",
14441]
14442
14443[[package]]
14444name = "rustls"
14445version = "0.21.12"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14448dependencies = [
14449 "log",
14450 "ring",
14451 "rustls-webpki 0.101.7",
14452 "sct",
14453]
14454
14455[[package]]
14456name = "rustls"
14457version = "0.23.26"
14458source = "registry+https://github.com/rust-lang/crates.io-index"
14459checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
14460dependencies = [
14461 "aws-lc-rs",
14462 "log",
14463 "once_cell",
14464 "ring",
14465 "rustls-pki-types",
14466 "rustls-webpki 0.103.1",
14467 "subtle",
14468 "zeroize",
14469]
14470
14471[[package]]
14472name = "rustls-native-certs"
14473version = "0.6.3"
14474source = "registry+https://github.com/rust-lang/crates.io-index"
14475checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14476dependencies = [
14477 "openssl-probe",
14478 "rustls-pemfile 1.0.4",
14479 "schannel",
14480 "security-framework 2.11.1",
14481]
14482
14483[[package]]
14484name = "rustls-native-certs"
14485version = "0.8.1"
14486source = "registry+https://github.com/rust-lang/crates.io-index"
14487checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
14488dependencies = [
14489 "openssl-probe",
14490 "rustls-pki-types",
14491 "schannel",
14492 "security-framework 3.2.0",
14493]
14494
14495[[package]]
14496name = "rustls-pemfile"
14497version = "1.0.4"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14500dependencies = [
14501 "base64 0.21.7",
14502]
14503
14504[[package]]
14505name = "rustls-pemfile"
14506version = "2.2.0"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14509dependencies = [
14510 "rustls-pki-types",
14511]
14512
14513[[package]]
14514name = "rustls-pki-types"
14515version = "1.12.0"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14518dependencies = [
14519 "web-time",
14520 "zeroize",
14521]
14522
14523[[package]]
14524name = "rustls-platform-verifier"
14525version = "0.5.1"
14526source = "registry+https://github.com/rust-lang/crates.io-index"
14527checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
14528dependencies = [
14529 "core-foundation 0.10.0",
14530 "core-foundation-sys",
14531 "jni",
14532 "log",
14533 "once_cell",
14534 "rustls 0.23.26",
14535 "rustls-native-certs 0.8.1",
14536 "rustls-platform-verifier-android",
14537 "rustls-webpki 0.103.1",
14538 "security-framework 3.2.0",
14539 "security-framework-sys",
14540 "webpki-root-certs",
14541 "windows-sys 0.59.0",
14542]
14543
14544[[package]]
14545name = "rustls-platform-verifier-android"
14546version = "0.1.1"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
14549
14550[[package]]
14551name = "rustls-webpki"
14552version = "0.101.7"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
14555dependencies = [
14556 "ring",
14557 "untrusted",
14558]
14559
14560[[package]]
14561name = "rustls-webpki"
14562version = "0.103.1"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
14565dependencies = [
14566 "aws-lc-rs",
14567 "ring",
14568 "rustls-pki-types",
14569 "untrusted",
14570]
14571
14572[[package]]
14573name = "rustversion"
14574version = "1.0.20"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
14577
14578[[package]]
14579name = "rustybuzz"
14580version = "0.14.1"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
14583dependencies = [
14584 "bitflags 2.9.0",
14585 "bytemuck",
14586 "libm",
14587 "smallvec",
14588 "ttf-parser 0.21.1",
14589 "unicode-bidi-mirroring 0.2.0",
14590 "unicode-ccc 0.2.0",
14591 "unicode-properties",
14592 "unicode-script",
14593]
14594
14595[[package]]
14596name = "rustybuzz"
14597version = "0.20.1"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
14600dependencies = [
14601 "bitflags 2.9.0",
14602 "bytemuck",
14603 "core_maths",
14604 "log",
14605 "smallvec",
14606 "ttf-parser 0.25.1",
14607 "unicode-bidi-mirroring 0.4.0",
14608 "unicode-ccc 0.4.0",
14609 "unicode-properties",
14610 "unicode-script",
14611]
14612
14613[[package]]
14614name = "ryu"
14615version = "1.0.20"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
14618
14619[[package]]
14620name = "safetensors"
14621version = "0.4.5"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
14624dependencies = [
14625 "serde",
14626 "serde_json",
14627]
14628
14629[[package]]
14630name = "salsa20"
14631version = "0.10.2"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
14634dependencies = [
14635 "cipher",
14636]
14637
14638[[package]]
14639name = "same-file"
14640version = "1.0.6"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
14643dependencies = [
14644 "winapi-util",
14645]
14646
14647[[package]]
14648name = "schannel"
14649version = "0.1.27"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
14652dependencies = [
14653 "windows-sys 0.59.0",
14654]
14655
14656[[package]]
14657name = "scheduler"
14658version = "0.1.0"
14659dependencies = [
14660 "async-task",
14661 "backtrace",
14662 "chrono",
14663 "futures 0.3.31",
14664 "parking_lot",
14665 "rand 0.9.1",
14666 "workspace-hack",
14667]
14668
14669[[package]]
14670name = "schema_generator"
14671version = "0.1.0"
14672dependencies = [
14673 "anyhow",
14674 "clap",
14675 "env_logger 0.11.8",
14676 "schemars 1.0.1",
14677 "serde",
14678 "serde_json",
14679 "theme",
14680 "workspace-hack",
14681]
14682
14683[[package]]
14684name = "schemars"
14685version = "0.9.0"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
14688dependencies = [
14689 "dyn-clone",
14690 "ref-cast",
14691 "serde",
14692 "serde_json",
14693]
14694
14695[[package]]
14696name = "schemars"
14697version = "1.0.1"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "fe8c9d1c68d67dd9f97ecbc6f932b60eb289c5dbddd8aa1405484a8fd2fcd984"
14700dependencies = [
14701 "dyn-clone",
14702 "indexmap 2.9.0",
14703 "ref-cast",
14704 "schemars_derive",
14705 "serde",
14706 "serde_json",
14707]
14708
14709[[package]]
14710name = "schemars_derive"
14711version = "1.0.1"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "6ca9fcb757952f8e8629b9ab066fc62da523c46c2b247b1708a3be06dd82530b"
14714dependencies = [
14715 "proc-macro2",
14716 "quote",
14717 "serde_derive_internals",
14718 "syn 2.0.101",
14719]
14720
14721[[package]]
14722name = "scoped-tls"
14723version = "1.0.1"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14726
14727[[package]]
14728name = "scopeguard"
14729version = "1.2.0"
14730source = "registry+https://github.com/rust-lang/crates.io-index"
14731checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14732
14733[[package]]
14734name = "scratch"
14735version = "1.0.8"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
14738
14739[[package]]
14740name = "screencapturekit"
14741version = "0.2.8"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14744dependencies = [
14745 "screencapturekit-sys",
14746]
14747
14748[[package]]
14749name = "screencapturekit-sys"
14750version = "0.2.8"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14753dependencies = [
14754 "block",
14755 "dispatch",
14756 "objc",
14757 "objc-foundation",
14758 "objc_id",
14759 "once_cell",
14760]
14761
14762[[package]]
14763name = "scroll"
14764version = "0.12.0"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14767dependencies = [
14768 "scroll_derive",
14769]
14770
14771[[package]]
14772name = "scroll_derive"
14773version = "0.12.1"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14776dependencies = [
14777 "proc-macro2",
14778 "quote",
14779 "syn 2.0.101",
14780]
14781
14782[[package]]
14783name = "scrypt"
14784version = "0.11.0"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14787dependencies = [
14788 "password-hash 0.5.0",
14789 "pbkdf2 0.12.2",
14790 "salsa20",
14791 "sha2",
14792]
14793
14794[[package]]
14795name = "sct"
14796version = "0.7.1"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14799dependencies = [
14800 "ring",
14801 "untrusted",
14802]
14803
14804[[package]]
14805name = "sea-bae"
14806version = "0.2.1"
14807source = "registry+https://github.com/rust-lang/crates.io-index"
14808checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14809dependencies = [
14810 "heck 0.4.1",
14811 "proc-macro-error2",
14812 "proc-macro2",
14813 "quote",
14814 "syn 2.0.101",
14815]
14816
14817[[package]]
14818name = "sea-orm"
14819version = "1.1.10"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14822dependencies = [
14823 "async-stream",
14824 "async-trait",
14825 "bigdecimal",
14826 "chrono",
14827 "futures-util",
14828 "log",
14829 "ouroboros",
14830 "pgvector",
14831 "rust_decimal",
14832 "sea-orm-macros",
14833 "sea-query",
14834 "sea-query-binder",
14835 "serde",
14836 "serde_json",
14837 "sqlx",
14838 "strum 0.26.3",
14839 "thiserror 2.0.12",
14840 "time",
14841 "tracing",
14842 "url",
14843 "uuid",
14844]
14845
14846[[package]]
14847name = "sea-orm-macros"
14848version = "1.1.10"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14851dependencies = [
14852 "heck 0.4.1",
14853 "proc-macro2",
14854 "quote",
14855 "sea-bae",
14856 "syn 2.0.101",
14857 "unicode-ident",
14858]
14859
14860[[package]]
14861name = "sea-query"
14862version = "0.32.4"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
14865dependencies = [
14866 "bigdecimal",
14867 "chrono",
14868 "inherent",
14869 "ordered-float 4.6.0",
14870 "rust_decimal",
14871 "serde_json",
14872 "time",
14873 "uuid",
14874]
14875
14876[[package]]
14877name = "sea-query-binder"
14878version = "0.7.0"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14881dependencies = [
14882 "bigdecimal",
14883 "chrono",
14884 "rust_decimal",
14885 "sea-query",
14886 "serde_json",
14887 "sqlx",
14888 "time",
14889 "uuid",
14890]
14891
14892[[package]]
14893name = "seahash"
14894version = "4.1.0"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14897
14898[[package]]
14899name = "search"
14900version = "0.1.0"
14901dependencies = [
14902 "any_vec",
14903 "anyhow",
14904 "bitflags 2.9.0",
14905 "client",
14906 "collections",
14907 "editor",
14908 "futures 0.3.31",
14909 "gpui",
14910 "language",
14911 "menu",
14912 "project",
14913 "schemars 1.0.1",
14914 "serde",
14915 "serde_json",
14916 "settings",
14917 "smol",
14918 "theme",
14919 "ui",
14920 "unindent",
14921 "util",
14922 "workspace",
14923 "workspace-hack",
14924 "zed_actions",
14925]
14926
14927[[package]]
14928name = "sec1"
14929version = "0.3.0"
14930source = "registry+https://github.com/rust-lang/crates.io-index"
14931checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14932dependencies = [
14933 "base16ct",
14934 "der 0.6.1",
14935 "generic-array",
14936 "pkcs8 0.9.0",
14937 "subtle",
14938 "zeroize",
14939]
14940
14941[[package]]
14942name = "security-framework"
14943version = "2.11.1"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14946dependencies = [
14947 "bitflags 2.9.0",
14948 "core-foundation 0.9.4",
14949 "core-foundation-sys",
14950 "libc",
14951 "security-framework-sys",
14952]
14953
14954[[package]]
14955name = "security-framework"
14956version = "3.2.0"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14959dependencies = [
14960 "bitflags 2.9.0",
14961 "core-foundation 0.10.0",
14962 "core-foundation-sys",
14963 "libc",
14964 "security-framework-sys",
14965]
14966
14967[[package]]
14968name = "security-framework-sys"
14969version = "2.14.0"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14972dependencies = [
14973 "core-foundation-sys",
14974 "libc",
14975]
14976
14977[[package]]
14978name = "self_cell"
14979version = "1.2.0"
14980source = "registry+https://github.com/rust-lang/crates.io-index"
14981checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14982
14983[[package]]
14984name = "semantic_version"
14985version = "0.1.0"
14986dependencies = [
14987 "anyhow",
14988 "serde",
14989 "workspace-hack",
14990]
14991
14992[[package]]
14993name = "semver"
14994version = "1.0.26"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14997dependencies = [
14998 "serde",
14999]
15000
15001[[package]]
15002name = "seq-macro"
15003version = "0.3.6"
15004source = "registry+https://github.com/rust-lang/crates.io-index"
15005checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15006
15007[[package]]
15008name = "serde"
15009version = "1.0.221"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "341877e04a22458705eb4e131a1508483c877dca2792b3781d4e5d8a6019ec43"
15012dependencies = [
15013 "serde_core",
15014 "serde_derive",
15015]
15016
15017[[package]]
15018name = "serde_core"
15019version = "1.0.221"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "0c459bc0a14c840cb403fc14b148620de1e0778c96ecd6e0c8c3cacb6d8d00fe"
15022dependencies = [
15023 "serde_derive",
15024]
15025
15026[[package]]
15027name = "serde_derive"
15028version = "1.0.221"
15029source = "registry+https://github.com/rust-lang/crates.io-index"
15030checksum = "d6185cf75117e20e62b1ff867b9518577271e58abe0037c40bb4794969355ab0"
15031dependencies = [
15032 "proc-macro2",
15033 "quote",
15034 "syn 2.0.101",
15035]
15036
15037[[package]]
15038name = "serde_derive_internals"
15039version = "0.29.1"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15042dependencies = [
15043 "proc-macro2",
15044 "quote",
15045 "syn 2.0.101",
15046]
15047
15048[[package]]
15049name = "serde_fmt"
15050version = "1.0.3"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15053dependencies = [
15054 "serde",
15055]
15056
15057[[package]]
15058name = "serde_json"
15059version = "1.0.144"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "56177480b00303e689183f110b4e727bb4211d692c62d4fcd16d02be93077d40"
15062dependencies = [
15063 "indexmap 2.9.0",
15064 "itoa",
15065 "memchr",
15066 "ryu",
15067 "serde_core",
15068]
15069
15070[[package]]
15071name = "serde_json_lenient"
15072version = "0.2.4"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15075dependencies = [
15076 "indexmap 2.9.0",
15077 "itoa",
15078 "memchr",
15079 "ryu",
15080 "serde",
15081]
15082
15083[[package]]
15084name = "serde_path_to_error"
15085version = "0.1.17"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
15088dependencies = [
15089 "itoa",
15090 "serde",
15091]
15092
15093[[package]]
15094name = "serde_repr"
15095version = "0.1.20"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15098dependencies = [
15099 "proc-macro2",
15100 "quote",
15101 "syn 2.0.101",
15102]
15103
15104[[package]]
15105name = "serde_spanned"
15106version = "0.6.8"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
15109dependencies = [
15110 "serde",
15111]
15112
15113[[package]]
15114name = "serde_stacker"
15115version = "0.1.14"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "d4936375d50c4be7eff22293a9344f8e46f323ed2b3c243e52f89138d9bb0f4a"
15118dependencies = [
15119 "serde",
15120 "serde_core",
15121 "stacker",
15122]
15123
15124[[package]]
15125name = "serde_urlencoded"
15126version = "0.7.1"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15129dependencies = [
15130 "form_urlencoded",
15131 "itoa",
15132 "ryu",
15133 "serde",
15134]
15135
15136[[package]]
15137name = "serde_with"
15138version = "3.13.0"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42"
15141dependencies = [
15142 "base64 0.22.1",
15143 "chrono",
15144 "hex",
15145 "indexmap 1.9.3",
15146 "indexmap 2.9.0",
15147 "schemars 0.9.0",
15148 "serde",
15149 "serde_derive",
15150 "serde_json",
15151 "serde_with_macros",
15152 "time",
15153]
15154
15155[[package]]
15156name = "serde_with_macros"
15157version = "3.13.0"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77"
15160dependencies = [
15161 "darling",
15162 "proc-macro2",
15163 "quote",
15164 "syn 2.0.101",
15165]
15166
15167[[package]]
15168name = "serial2"
15169version = "0.2.29"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
15172dependencies = [
15173 "cfg-if",
15174 "libc",
15175 "winapi",
15176]
15177
15178[[package]]
15179name = "session"
15180version = "0.1.0"
15181dependencies = [
15182 "db",
15183 "gpui",
15184 "serde_json",
15185 "util",
15186 "uuid",
15187 "workspace-hack",
15188]
15189
15190[[package]]
15191name = "settings"
15192version = "0.1.0"
15193dependencies = [
15194 "anyhow",
15195 "collections",
15196 "derive_more",
15197 "ec4rs",
15198 "fs",
15199 "futures 0.3.31",
15200 "gpui",
15201 "indoc",
15202 "inventory",
15203 "log",
15204 "paths",
15205 "pretty_assertions",
15206 "release_channel",
15207 "rust-embed",
15208 "schemars 1.0.1",
15209 "serde",
15210 "serde_json",
15211 "serde_json_lenient",
15212 "serde_path_to_error",
15213 "serde_repr",
15214 "serde_with",
15215 "settings_macros",
15216 "smallvec",
15217 "strum 0.27.2",
15218 "tree-sitter",
15219 "tree-sitter-json",
15220 "unindent",
15221 "util",
15222 "workspace-hack",
15223 "zlog",
15224]
15225
15226[[package]]
15227name = "settings_macros"
15228version = "0.1.0"
15229dependencies = [
15230 "quote",
15231 "settings",
15232 "syn 2.0.101",
15233 "workspace-hack",
15234]
15235
15236[[package]]
15237name = "settings_profile_selector"
15238version = "0.1.0"
15239dependencies = [
15240 "client",
15241 "editor",
15242 "fuzzy",
15243 "gpui",
15244 "language",
15245 "menu",
15246 "picker",
15247 "project",
15248 "serde_json",
15249 "settings",
15250 "theme",
15251 "ui",
15252 "workspace",
15253 "workspace-hack",
15254 "zed_actions",
15255]
15256
15257[[package]]
15258name = "settings_ui"
15259version = "0.1.0"
15260dependencies = [
15261 "anyhow",
15262 "assets",
15263 "bm25",
15264 "client",
15265 "editor",
15266 "feature_flags",
15267 "fs",
15268 "futures 0.3.31",
15269 "fuzzy",
15270 "gpui",
15271 "heck 0.5.0",
15272 "language",
15273 "log",
15274 "menu",
15275 "node_runtime",
15276 "paths",
15277 "pretty_assertions",
15278 "project",
15279 "schemars 1.0.1",
15280 "search",
15281 "serde",
15282 "session",
15283 "settings",
15284 "strum 0.27.2",
15285 "theme",
15286 "title_bar",
15287 "ui",
15288 "ui_input",
15289 "util",
15290 "workspace",
15291 "workspace-hack",
15292 "zed_actions",
15293 "zlog",
15294]
15295
15296[[package]]
15297name = "sha1"
15298version = "0.10.6"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15301dependencies = [
15302 "cfg-if",
15303 "cpufeatures",
15304 "digest",
15305]
15306
15307[[package]]
15308name = "sha1_smol"
15309version = "1.0.1"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15312
15313[[package]]
15314name = "sha2"
15315version = "0.10.9"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15318dependencies = [
15319 "cfg-if",
15320 "cpufeatures",
15321 "digest",
15322]
15323
15324[[package]]
15325name = "sharded-slab"
15326version = "0.1.7"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15329dependencies = [
15330 "lazy_static",
15331]
15332
15333[[package]]
15334name = "shared_library"
15335version = "0.1.9"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15338dependencies = [
15339 "lazy_static",
15340 "libc",
15341]
15342
15343[[package]]
15344name = "shell-words"
15345version = "1.1.0"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15348
15349[[package]]
15350name = "shellexpand"
15351version = "2.1.2"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15354dependencies = [
15355 "dirs 4.0.0",
15356]
15357
15358[[package]]
15359name = "shellexpand"
15360version = "3.1.1"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15363dependencies = [
15364 "dirs 6.0.0",
15365]
15366
15367[[package]]
15368name = "shlex"
15369version = "1.3.0"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15372
15373[[package]]
15374name = "signal-hook"
15375version = "0.3.17"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
15378dependencies = [
15379 "libc",
15380 "signal-hook-registry",
15381]
15382
15383[[package]]
15384name = "signal-hook-registry"
15385version = "1.4.5"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
15388dependencies = [
15389 "libc",
15390]
15391
15392[[package]]
15393name = "signature"
15394version = "1.6.4"
15395source = "registry+https://github.com/rust-lang/crates.io-index"
15396checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15397dependencies = [
15398 "digest",
15399 "rand_core 0.6.4",
15400]
15401
15402[[package]]
15403name = "signature"
15404version = "2.2.0"
15405source = "registry+https://github.com/rust-lang/crates.io-index"
15406checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15407dependencies = [
15408 "digest",
15409 "rand_core 0.6.4",
15410]
15411
15412[[package]]
15413name = "simd-adler32"
15414version = "0.3.7"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15417
15418[[package]]
15419name = "simd_helpers"
15420version = "0.1.0"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15423dependencies = [
15424 "quote",
15425]
15426
15427[[package]]
15428name = "simdutf8"
15429version = "0.1.5"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15432
15433[[package]]
15434name = "simple_asn1"
15435version = "0.6.3"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15438dependencies = [
15439 "num-bigint",
15440 "num-traits",
15441 "thiserror 2.0.12",
15442 "time",
15443]
15444
15445[[package]]
15446name = "simplecss"
15447version = "0.2.2"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15450dependencies = [
15451 "log",
15452]
15453
15454[[package]]
15455name = "simplelog"
15456version = "0.12.2"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15459dependencies = [
15460 "log",
15461 "termcolor",
15462 "time",
15463]
15464
15465[[package]]
15466name = "siphasher"
15467version = "1.0.1"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
15470
15471[[package]]
15472name = "skiplist"
15473version = "0.6.0"
15474source = "registry+https://github.com/rust-lang/crates.io-index"
15475checksum = "f354fd282d3177c2951004953e2fdc4cb342fa159bbee8b829852b6a081c8ea1"
15476dependencies = [
15477 "rand 0.9.1",
15478 "thiserror 2.0.12",
15479]
15480
15481[[package]]
15482name = "skrifa"
15483version = "0.26.6"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
15486dependencies = [
15487 "bytemuck",
15488 "read-fonts",
15489]
15490
15491[[package]]
15492name = "slab"
15493version = "0.4.9"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
15496dependencies = [
15497 "autocfg",
15498]
15499
15500[[package]]
15501name = "slash_commands_example"
15502version = "0.1.0"
15503dependencies = [
15504 "zed_extension_api 0.1.0",
15505]
15506
15507[[package]]
15508name = "slotmap"
15509version = "1.0.7"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
15512dependencies = [
15513 "version_check",
15514]
15515
15516[[package]]
15517name = "smallvec"
15518version = "1.15.0"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
15521dependencies = [
15522 "serde",
15523]
15524
15525[[package]]
15526name = "smart-default"
15527version = "0.7.1"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
15530dependencies = [
15531 "proc-macro2",
15532 "quote",
15533 "syn 2.0.101",
15534]
15535
15536[[package]]
15537name = "smol"
15538version = "2.0.2"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
15541dependencies = [
15542 "async-channel 2.3.1",
15543 "async-executor",
15544 "async-fs",
15545 "async-io",
15546 "async-lock 3.4.1",
15547 "async-net",
15548 "async-process",
15549 "blocking",
15550 "futures-lite 2.6.0",
15551]
15552
15553[[package]]
15554name = "smol_str"
15555version = "0.2.2"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
15558
15559[[package]]
15560name = "snap"
15561version = "1.1.1"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
15564
15565[[package]]
15566name = "snippet"
15567version = "0.1.0"
15568dependencies = [
15569 "anyhow",
15570 "smallvec",
15571 "workspace-hack",
15572]
15573
15574[[package]]
15575name = "snippet_provider"
15576version = "0.1.0"
15577dependencies = [
15578 "anyhow",
15579 "collections",
15580 "extension",
15581 "fs",
15582 "futures 0.3.31",
15583 "gpui",
15584 "indoc",
15585 "parking_lot",
15586 "paths",
15587 "schemars 1.0.1",
15588 "serde",
15589 "serde_json",
15590 "serde_json_lenient",
15591 "snippet",
15592 "util",
15593 "workspace-hack",
15594]
15595
15596[[package]]
15597name = "snippets_ui"
15598version = "0.1.0"
15599dependencies = [
15600 "file_finder",
15601 "file_icons",
15602 "fuzzy",
15603 "gpui",
15604 "language",
15605 "paths",
15606 "picker",
15607 "settings",
15608 "ui",
15609 "util",
15610 "workspace",
15611 "workspace-hack",
15612]
15613
15614[[package]]
15615name = "soa-rs"
15616version = "0.8.1"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "b75ae4668062b095fda87ba54118697bed601f07f6c68bf50289a25ca0c8c935"
15619dependencies = [
15620 "soa-rs-derive",
15621]
15622
15623[[package]]
15624name = "soa-rs-derive"
15625version = "0.8.0"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "9c09121507da587d3434e5929ce3321162f36bd3eff403873cb163c06b176913"
15628dependencies = [
15629 "proc-macro2",
15630 "quote",
15631 "syn 2.0.101",
15632]
15633
15634[[package]]
15635name = "socket2"
15636version = "0.5.9"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
15639dependencies = [
15640 "libc",
15641 "windows-sys 0.52.0",
15642]
15643
15644[[package]]
15645name = "spdx"
15646version = "0.10.8"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
15649dependencies = [
15650 "smallvec",
15651]
15652
15653[[package]]
15654name = "spin"
15655version = "0.9.8"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
15658dependencies = [
15659 "lock_api",
15660]
15661
15662[[package]]
15663name = "spirv"
15664version = "0.3.0+sdk-1.3.268.0"
15665source = "registry+https://github.com/rust-lang/crates.io-index"
15666checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
15667dependencies = [
15668 "bitflags 2.9.0",
15669]
15670
15671[[package]]
15672name = "spki"
15673version = "0.6.0"
15674source = "registry+https://github.com/rust-lang/crates.io-index"
15675checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
15676dependencies = [
15677 "base64ct",
15678 "der 0.6.1",
15679]
15680
15681[[package]]
15682name = "spki"
15683version = "0.7.3"
15684source = "registry+https://github.com/rust-lang/crates.io-index"
15685checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
15686dependencies = [
15687 "base64ct",
15688 "der 0.7.10",
15689]
15690
15691[[package]]
15692name = "sptr"
15693version = "0.3.2"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
15696
15697[[package]]
15698name = "sqlez"
15699version = "0.1.0"
15700dependencies = [
15701 "anyhow",
15702 "collections",
15703 "futures 0.3.31",
15704 "indoc",
15705 "libsqlite3-sys",
15706 "log",
15707 "parking_lot",
15708 "smol",
15709 "sqlformat",
15710 "thread_local",
15711 "util",
15712 "uuid",
15713 "workspace-hack",
15714]
15715
15716[[package]]
15717name = "sqlez_macros"
15718version = "0.1.0"
15719dependencies = [
15720 "sqlez",
15721 "sqlformat",
15722 "syn 2.0.101",
15723 "workspace-hack",
15724]
15725
15726[[package]]
15727name = "sqlformat"
15728version = "0.2.6"
15729source = "registry+https://github.com/rust-lang/crates.io-index"
15730checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
15731dependencies = [
15732 "nom 7.1.3",
15733 "unicode_categories",
15734]
15735
15736[[package]]
15737name = "sqlparser"
15738version = "0.53.0"
15739source = "registry+https://github.com/rust-lang/crates.io-index"
15740checksum = "05a528114c392209b3264855ad491fcce534b94a38771b0a0b97a79379275ce8"
15741dependencies = [
15742 "log",
15743]
15744
15745[[package]]
15746name = "sqlx"
15747version = "0.8.5"
15748source = "registry+https://github.com/rust-lang/crates.io-index"
15749checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
15750dependencies = [
15751 "sqlx-core",
15752 "sqlx-macros",
15753 "sqlx-mysql",
15754 "sqlx-postgres",
15755 "sqlx-sqlite",
15756]
15757
15758[[package]]
15759name = "sqlx-core"
15760version = "0.8.5"
15761source = "registry+https://github.com/rust-lang/crates.io-index"
15762checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
15763dependencies = [
15764 "base64 0.22.1",
15765 "bigdecimal",
15766 "bytes 1.10.1",
15767 "chrono",
15768 "crc",
15769 "crossbeam-queue",
15770 "either",
15771 "event-listener 5.4.0",
15772 "futures-core",
15773 "futures-intrusive",
15774 "futures-io",
15775 "futures-util",
15776 "hashbrown 0.15.3",
15777 "hashlink 0.10.0",
15778 "indexmap 2.9.0",
15779 "log",
15780 "memchr",
15781 "once_cell",
15782 "percent-encoding",
15783 "rust_decimal",
15784 "rustls 0.23.26",
15785 "serde",
15786 "serde_json",
15787 "sha2",
15788 "smallvec",
15789 "thiserror 2.0.12",
15790 "time",
15791 "tokio",
15792 "tokio-stream",
15793 "tracing",
15794 "url",
15795 "uuid",
15796 "webpki-roots",
15797]
15798
15799[[package]]
15800name = "sqlx-macros"
15801version = "0.8.5"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
15804dependencies = [
15805 "proc-macro2",
15806 "quote",
15807 "sqlx-core",
15808 "sqlx-macros-core",
15809 "syn 2.0.101",
15810]
15811
15812[[package]]
15813name = "sqlx-macros-core"
15814version = "0.8.5"
15815source = "registry+https://github.com/rust-lang/crates.io-index"
15816checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
15817dependencies = [
15818 "dotenvy",
15819 "either",
15820 "heck 0.5.0",
15821 "hex",
15822 "once_cell",
15823 "proc-macro2",
15824 "quote",
15825 "serde",
15826 "serde_json",
15827 "sha2",
15828 "sqlx-core",
15829 "sqlx-mysql",
15830 "sqlx-postgres",
15831 "sqlx-sqlite",
15832 "syn 2.0.101",
15833 "tempfile",
15834 "tokio",
15835 "url",
15836]
15837
15838[[package]]
15839name = "sqlx-mysql"
15840version = "0.8.5"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
15843dependencies = [
15844 "atoi",
15845 "base64 0.22.1",
15846 "bigdecimal",
15847 "bitflags 2.9.0",
15848 "byteorder",
15849 "bytes 1.10.1",
15850 "chrono",
15851 "crc",
15852 "digest",
15853 "dotenvy",
15854 "either",
15855 "futures-channel",
15856 "futures-core",
15857 "futures-io",
15858 "futures-util",
15859 "generic-array",
15860 "hex",
15861 "hkdf",
15862 "hmac",
15863 "itoa",
15864 "log",
15865 "md-5",
15866 "memchr",
15867 "once_cell",
15868 "percent-encoding",
15869 "rand 0.8.5",
15870 "rsa",
15871 "rust_decimal",
15872 "serde",
15873 "sha1",
15874 "sha2",
15875 "smallvec",
15876 "sqlx-core",
15877 "stringprep",
15878 "thiserror 2.0.12",
15879 "time",
15880 "tracing",
15881 "uuid",
15882 "whoami",
15883]
15884
15885[[package]]
15886name = "sqlx-postgres"
15887version = "0.8.5"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
15890dependencies = [
15891 "atoi",
15892 "base64 0.22.1",
15893 "bigdecimal",
15894 "bitflags 2.9.0",
15895 "byteorder",
15896 "chrono",
15897 "crc",
15898 "dotenvy",
15899 "etcetera",
15900 "futures-channel",
15901 "futures-core",
15902 "futures-util",
15903 "hex",
15904 "hkdf",
15905 "hmac",
15906 "home",
15907 "itoa",
15908 "log",
15909 "md-5",
15910 "memchr",
15911 "num-bigint",
15912 "once_cell",
15913 "rand 0.8.5",
15914 "rust_decimal",
15915 "serde",
15916 "serde_json",
15917 "sha2",
15918 "smallvec",
15919 "sqlx-core",
15920 "stringprep",
15921 "thiserror 2.0.12",
15922 "time",
15923 "tracing",
15924 "uuid",
15925 "whoami",
15926]
15927
15928[[package]]
15929name = "sqlx-sqlite"
15930version = "0.8.5"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
15933dependencies = [
15934 "atoi",
15935 "chrono",
15936 "flume",
15937 "futures-channel",
15938 "futures-core",
15939 "futures-executor",
15940 "futures-intrusive",
15941 "futures-util",
15942 "libsqlite3-sys",
15943 "log",
15944 "percent-encoding",
15945 "serde",
15946 "serde_urlencoded",
15947 "sqlx-core",
15948 "thiserror 2.0.12",
15949 "time",
15950 "tracing",
15951 "url",
15952 "uuid",
15953]
15954
15955[[package]]
15956name = "stable_deref_trait"
15957version = "1.2.0"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15960
15961[[package]]
15962name = "stacker"
15963version = "0.1.21"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
15966dependencies = [
15967 "cc",
15968 "cfg-if",
15969 "libc",
15970 "psm",
15971 "windows-sys 0.59.0",
15972]
15973
15974[[package]]
15975name = "stacksafe"
15976version = "0.1.4"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15979dependencies = [
15980 "stacker",
15981 "stacksafe-macro",
15982]
15983
15984[[package]]
15985name = "stacksafe-macro"
15986version = "0.1.4"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15989dependencies = [
15990 "proc-macro-error2",
15991 "quote",
15992 "syn 2.0.101",
15993]
15994
15995[[package]]
15996name = "static_assertions"
15997version = "1.1.0"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16000
16001[[package]]
16002name = "stop-words"
16003version = "0.9.0"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "645a3d441ccf4bf47f2e4b7681461986681a6eeea9937d4c3bc9febd61d17c71"
16006dependencies = [
16007 "serde_json",
16008]
16009
16010[[package]]
16011name = "story"
16012version = "0.1.0"
16013dependencies = [
16014 "gpui",
16015 "itertools 0.14.0",
16016 "smallvec",
16017 "workspace-hack",
16018]
16019
16020[[package]]
16021name = "storybook"
16022version = "0.1.0"
16023dependencies = [
16024 "anyhow",
16025 "clap",
16026 "collab_ui",
16027 "ctrlc",
16028 "dialoguer",
16029 "editor",
16030 "fuzzy",
16031 "gpui",
16032 "indoc",
16033 "language",
16034 "log",
16035 "menu",
16036 "picker",
16037 "project",
16038 "reqwest_client",
16039 "rust-embed",
16040 "settings",
16041 "simplelog",
16042 "story",
16043 "strum 0.27.2",
16044 "theme",
16045 "title_bar",
16046 "ui",
16047 "workspace",
16048 "workspace-hack",
16049]
16050
16051[[package]]
16052name = "streaming-decompression"
16053version = "0.1.2"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3"
16056dependencies = [
16057 "fallible-streaming-iterator",
16058]
16059
16060[[package]]
16061name = "streaming-iterator"
16062version = "0.1.9"
16063source = "registry+https://github.com/rust-lang/crates.io-index"
16064checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16065
16066[[package]]
16067name = "streaming_diff"
16068version = "0.1.0"
16069dependencies = [
16070 "ordered-float 2.10.1",
16071 "rand 0.9.1",
16072 "rope",
16073 "util",
16074 "workspace-hack",
16075]
16076
16077[[package]]
16078name = "strength_reduce"
16079version = "0.2.4"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16082
16083[[package]]
16084name = "strict-num"
16085version = "0.1.1"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16088dependencies = [
16089 "float-cmp",
16090]
16091
16092[[package]]
16093name = "string_cache"
16094version = "0.8.9"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16097dependencies = [
16098 "new_debug_unreachable",
16099 "parking_lot",
16100 "phf_shared 0.11.3",
16101 "precomputed-hash",
16102 "serde",
16103]
16104
16105[[package]]
16106name = "string_cache_codegen"
16107version = "0.5.4"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16110dependencies = [
16111 "phf_generator",
16112 "phf_shared 0.11.3",
16113 "proc-macro2",
16114 "quote",
16115]
16116
16117[[package]]
16118name = "stringprep"
16119version = "0.1.5"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16122dependencies = [
16123 "unicode-bidi",
16124 "unicode-normalization",
16125 "unicode-properties",
16126]
16127
16128[[package]]
16129name = "strsim"
16130version = "0.11.1"
16131source = "registry+https://github.com/rust-lang/crates.io-index"
16132checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16133
16134[[package]]
16135name = "strum"
16136version = "0.26.3"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16139dependencies = [
16140 "strum_macros 0.26.4",
16141]
16142
16143[[package]]
16144name = "strum"
16145version = "0.27.2"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16148dependencies = [
16149 "strum_macros 0.27.1",
16150]
16151
16152[[package]]
16153name = "strum_macros"
16154version = "0.26.4"
16155source = "registry+https://github.com/rust-lang/crates.io-index"
16156checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
16157dependencies = [
16158 "heck 0.5.0",
16159 "proc-macro2",
16160 "quote",
16161 "rustversion",
16162 "syn 2.0.101",
16163]
16164
16165[[package]]
16166name = "strum_macros"
16167version = "0.27.1"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
16170dependencies = [
16171 "heck 0.5.0",
16172 "proc-macro2",
16173 "quote",
16174 "rustversion",
16175 "syn 2.0.101",
16176]
16177
16178[[package]]
16179name = "subtle"
16180version = "2.6.1"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16183
16184[[package]]
16185name = "sum_tree"
16186version = "0.1.0"
16187dependencies = [
16188 "arrayvec",
16189 "ctor",
16190 "log",
16191 "rand 0.9.1",
16192 "rayon",
16193 "workspace-hack",
16194 "zlog",
16195]
16196
16197[[package]]
16198name = "supermaven"
16199version = "0.1.0"
16200dependencies = [
16201 "anyhow",
16202 "client",
16203 "collections",
16204 "edit_prediction",
16205 "editor",
16206 "env_logger 0.11.8",
16207 "futures 0.3.31",
16208 "gpui",
16209 "http_client",
16210 "language",
16211 "log",
16212 "postage",
16213 "project",
16214 "serde",
16215 "serde_json",
16216 "settings",
16217 "smol",
16218 "supermaven_api",
16219 "text",
16220 "theme",
16221 "ui",
16222 "unicode-segmentation",
16223 "util",
16224 "workspace-hack",
16225]
16226
16227[[package]]
16228name = "supermaven_api"
16229version = "0.1.0"
16230dependencies = [
16231 "anyhow",
16232 "futures 0.3.31",
16233 "http_client",
16234 "paths",
16235 "serde",
16236 "serde_json",
16237 "smol",
16238 "util",
16239 "workspace-hack",
16240]
16241
16242[[package]]
16243name = "sval"
16244version = "2.14.1"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
16247
16248[[package]]
16249name = "sval_buffer"
16250version = "2.14.1"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
16253dependencies = [
16254 "sval",
16255 "sval_ref",
16256]
16257
16258[[package]]
16259name = "sval_dynamic"
16260version = "2.14.1"
16261source = "registry+https://github.com/rust-lang/crates.io-index"
16262checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
16263dependencies = [
16264 "sval",
16265]
16266
16267[[package]]
16268name = "sval_fmt"
16269version = "2.14.1"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
16272dependencies = [
16273 "itoa",
16274 "ryu",
16275 "sval",
16276]
16277
16278[[package]]
16279name = "sval_json"
16280version = "2.14.1"
16281source = "registry+https://github.com/rust-lang/crates.io-index"
16282checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
16283dependencies = [
16284 "itoa",
16285 "ryu",
16286 "sval",
16287]
16288
16289[[package]]
16290name = "sval_nested"
16291version = "2.14.1"
16292source = "registry+https://github.com/rust-lang/crates.io-index"
16293checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
16294dependencies = [
16295 "sval",
16296 "sval_buffer",
16297 "sval_ref",
16298]
16299
16300[[package]]
16301name = "sval_ref"
16302version = "2.14.1"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
16305dependencies = [
16306 "sval",
16307]
16308
16309[[package]]
16310name = "sval_serde"
16311version = "2.14.1"
16312source = "registry+https://github.com/rust-lang/crates.io-index"
16313checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
16314dependencies = [
16315 "serde",
16316 "sval",
16317 "sval_nested",
16318]
16319
16320[[package]]
16321name = "svg_fmt"
16322version = "0.4.5"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16325
16326[[package]]
16327name = "svg_preview"
16328version = "0.1.0"
16329dependencies = [
16330 "editor",
16331 "file_icons",
16332 "gpui",
16333 "multi_buffer",
16334 "ui",
16335 "workspace",
16336 "workspace-hack",
16337]
16338
16339[[package]]
16340name = "svgtypes"
16341version = "0.15.3"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16344dependencies = [
16345 "kurbo",
16346 "siphasher",
16347]
16348
16349[[package]]
16350name = "swash"
16351version = "0.2.2"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
16354dependencies = [
16355 "skrifa",
16356 "yazi",
16357 "zeno",
16358]
16359
16360[[package]]
16361name = "symphonia"
16362version = "0.5.4"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
16365dependencies = [
16366 "lazy_static",
16367 "symphonia-bundle-flac",
16368 "symphonia-bundle-mp3",
16369 "symphonia-codec-aac",
16370 "symphonia-codec-pcm",
16371 "symphonia-codec-vorbis",
16372 "symphonia-core",
16373 "symphonia-format-isomp4",
16374 "symphonia-format-ogg",
16375 "symphonia-format-riff",
16376 "symphonia-metadata",
16377]
16378
16379[[package]]
16380name = "symphonia-bundle-flac"
16381version = "0.5.4"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
16384dependencies = [
16385 "log",
16386 "symphonia-core",
16387 "symphonia-metadata",
16388 "symphonia-utils-xiph",
16389]
16390
16391[[package]]
16392name = "symphonia-bundle-mp3"
16393version = "0.5.4"
16394source = "registry+https://github.com/rust-lang/crates.io-index"
16395checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
16396dependencies = [
16397 "lazy_static",
16398 "log",
16399 "symphonia-core",
16400 "symphonia-metadata",
16401]
16402
16403[[package]]
16404name = "symphonia-codec-aac"
16405version = "0.5.4"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
16408dependencies = [
16409 "lazy_static",
16410 "log",
16411 "symphonia-core",
16412]
16413
16414[[package]]
16415name = "symphonia-codec-pcm"
16416version = "0.5.4"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
16419dependencies = [
16420 "log",
16421 "symphonia-core",
16422]
16423
16424[[package]]
16425name = "symphonia-codec-vorbis"
16426version = "0.5.4"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
16429dependencies = [
16430 "log",
16431 "symphonia-core",
16432 "symphonia-utils-xiph",
16433]
16434
16435[[package]]
16436name = "symphonia-core"
16437version = "0.5.4"
16438source = "registry+https://github.com/rust-lang/crates.io-index"
16439checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
16440dependencies = [
16441 "arrayvec",
16442 "bitflags 1.3.2",
16443 "bytemuck",
16444 "lazy_static",
16445 "log",
16446]
16447
16448[[package]]
16449name = "symphonia-format-isomp4"
16450version = "0.5.4"
16451source = "registry+https://github.com/rust-lang/crates.io-index"
16452checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
16453dependencies = [
16454 "encoding_rs",
16455 "log",
16456 "symphonia-core",
16457 "symphonia-metadata",
16458 "symphonia-utils-xiph",
16459]
16460
16461[[package]]
16462name = "symphonia-format-ogg"
16463version = "0.5.4"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
16466dependencies = [
16467 "log",
16468 "symphonia-core",
16469 "symphonia-metadata",
16470 "symphonia-utils-xiph",
16471]
16472
16473[[package]]
16474name = "symphonia-format-riff"
16475version = "0.5.4"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
16478dependencies = [
16479 "extended",
16480 "log",
16481 "symphonia-core",
16482 "symphonia-metadata",
16483]
16484
16485[[package]]
16486name = "symphonia-metadata"
16487version = "0.5.4"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
16490dependencies = [
16491 "encoding_rs",
16492 "lazy_static",
16493 "log",
16494 "symphonia-core",
16495]
16496
16497[[package]]
16498name = "symphonia-utils-xiph"
16499version = "0.5.4"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
16502dependencies = [
16503 "symphonia-core",
16504 "symphonia-metadata",
16505]
16506
16507[[package]]
16508name = "syn"
16509version = "1.0.109"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16512dependencies = [
16513 "proc-macro2",
16514 "quote",
16515 "unicode-ident",
16516]
16517
16518[[package]]
16519name = "syn"
16520version = "2.0.101"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
16523dependencies = [
16524 "proc-macro2",
16525 "quote",
16526 "unicode-ident",
16527]
16528
16529[[package]]
16530name = "sync_wrapper"
16531version = "0.1.2"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16534
16535[[package]]
16536name = "sync_wrapper"
16537version = "1.0.2"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16540dependencies = [
16541 "futures-core",
16542]
16543
16544[[package]]
16545name = "synchronoise"
16546version = "1.0.1"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
16549dependencies = [
16550 "crossbeam-queue",
16551]
16552
16553[[package]]
16554name = "synstructure"
16555version = "0.13.1"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
16558dependencies = [
16559 "proc-macro2",
16560 "quote",
16561 "syn 2.0.101",
16562]
16563
16564[[package]]
16565name = "sys-locale"
16566version = "0.3.2"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
16569dependencies = [
16570 "libc",
16571]
16572
16573[[package]]
16574name = "sysctl"
16575version = "0.5.5"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
16578dependencies = [
16579 "bitflags 2.9.0",
16580 "byteorder",
16581 "enum-as-inner",
16582 "libc",
16583 "thiserror 1.0.69",
16584 "walkdir",
16585]
16586
16587[[package]]
16588name = "sysctl"
16589version = "0.6.0"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
16592dependencies = [
16593 "bitflags 2.9.0",
16594 "byteorder",
16595 "enum-as-inner",
16596 "libc",
16597 "thiserror 1.0.69",
16598 "walkdir",
16599]
16600
16601[[package]]
16602name = "sysinfo"
16603version = "0.31.4"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
16606dependencies = [
16607 "core-foundation-sys",
16608 "libc",
16609 "memchr",
16610 "ntapi",
16611 "rayon",
16612 "windows 0.54.0",
16613]
16614
16615[[package]]
16616name = "sysinfo"
16617version = "0.37.2"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
16620dependencies = [
16621 "libc",
16622 "memchr",
16623 "ntapi",
16624 "objc2-core-foundation",
16625 "objc2-io-kit",
16626 "windows 0.61.1",
16627]
16628
16629[[package]]
16630name = "system-configuration"
16631version = "0.5.1"
16632source = "registry+https://github.com/rust-lang/crates.io-index"
16633checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
16634dependencies = [
16635 "bitflags 1.3.2",
16636 "core-foundation 0.9.4",
16637 "system-configuration-sys 0.5.0",
16638]
16639
16640[[package]]
16641name = "system-configuration"
16642version = "0.6.1"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
16645dependencies = [
16646 "bitflags 2.9.0",
16647 "core-foundation 0.9.4",
16648 "system-configuration-sys 0.6.0",
16649]
16650
16651[[package]]
16652name = "system-configuration-sys"
16653version = "0.5.0"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
16656dependencies = [
16657 "core-foundation-sys",
16658 "libc",
16659]
16660
16661[[package]]
16662name = "system-configuration-sys"
16663version = "0.6.0"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
16666dependencies = [
16667 "core-foundation-sys",
16668 "libc",
16669]
16670
16671[[package]]
16672name = "system-deps"
16673version = "6.2.2"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
16676dependencies = [
16677 "cfg-expr",
16678 "heck 0.5.0",
16679 "pkg-config",
16680 "toml 0.8.20",
16681 "version-compare",
16682]
16683
16684[[package]]
16685name = "system-interface"
16686version = "0.27.3"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
16689dependencies = [
16690 "bitflags 2.9.0",
16691 "cap-fs-ext",
16692 "cap-std",
16693 "fd-lock",
16694 "io-lifetimes",
16695 "rustix 0.38.44",
16696 "windows-sys 0.59.0",
16697 "winx",
16698]
16699
16700[[package]]
16701name = "system_specs"
16702version = "0.1.0"
16703dependencies = [
16704 "anyhow",
16705 "client",
16706 "gpui",
16707 "human_bytes",
16708 "pciid-parser",
16709 "release_channel",
16710 "serde",
16711 "sysinfo 0.37.2",
16712 "workspace-hack",
16713]
16714
16715[[package]]
16716name = "tab_switcher"
16717version = "0.1.0"
16718dependencies = [
16719 "anyhow",
16720 "collections",
16721 "ctor",
16722 "editor",
16723 "fuzzy",
16724 "gpui",
16725 "language",
16726 "menu",
16727 "picker",
16728 "project",
16729 "schemars 1.0.1",
16730 "serde",
16731 "serde_json",
16732 "settings",
16733 "smol",
16734 "theme",
16735 "ui",
16736 "util",
16737 "workspace",
16738 "workspace-hack",
16739 "zlog",
16740]
16741
16742[[package]]
16743name = "taffy"
16744version = "0.9.0"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
16747dependencies = [
16748 "arrayvec",
16749 "grid",
16750 "serde",
16751 "slotmap",
16752]
16753
16754[[package]]
16755name = "tagptr"
16756version = "0.2.0"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
16759
16760[[package]]
16761name = "take-until"
16762version = "0.2.0"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
16765
16766[[package]]
16767name = "tao-core-video-sys"
16768version = "0.2.0"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
16771dependencies = [
16772 "cfg-if",
16773 "core-foundation-sys",
16774 "libc",
16775 "objc",
16776]
16777
16778[[package]]
16779name = "tap"
16780version = "1.0.1"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
16783
16784[[package]]
16785name = "target-lexicon"
16786version = "0.12.16"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
16789
16790[[package]]
16791name = "target-lexicon"
16792version = "0.13.2"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
16795
16796[[package]]
16797name = "task"
16798version = "0.1.0"
16799dependencies = [
16800 "anyhow",
16801 "collections",
16802 "futures 0.3.31",
16803 "gpui",
16804 "hex",
16805 "log",
16806 "parking_lot",
16807 "pretty_assertions",
16808 "proto",
16809 "schemars 1.0.1",
16810 "serde",
16811 "serde_json",
16812 "serde_json_lenient",
16813 "sha2",
16814 "shellexpand 2.1.2",
16815 "util",
16816 "workspace-hack",
16817 "zed_actions",
16818]
16819
16820[[package]]
16821name = "tasks_ui"
16822version = "0.1.0"
16823dependencies = [
16824 "anyhow",
16825 "collections",
16826 "editor",
16827 "file_icons",
16828 "fuzzy",
16829 "gpui",
16830 "itertools 0.14.0",
16831 "language",
16832 "menu",
16833 "picker",
16834 "project",
16835 "serde",
16836 "serde_json",
16837 "task",
16838 "tree-sitter-rust",
16839 "tree-sitter-typescript",
16840 "ui",
16841 "util",
16842 "workspace",
16843 "workspace-hack",
16844 "zed_actions",
16845]
16846
16847[[package]]
16848name = "telemetry"
16849version = "0.1.0"
16850dependencies = [
16851 "futures 0.3.31",
16852 "serde",
16853 "serde_json",
16854 "telemetry_events",
16855 "workspace-hack",
16856]
16857
16858[[package]]
16859name = "telemetry_events"
16860version = "0.1.0"
16861dependencies = [
16862 "semantic_version",
16863 "serde",
16864 "serde_json",
16865 "workspace-hack",
16866]
16867
16868[[package]]
16869name = "tempfile"
16870version = "3.20.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
16873dependencies = [
16874 "fastrand 2.3.0",
16875 "getrandom 0.3.2",
16876 "once_cell",
16877 "rustix 1.0.7",
16878 "windows-sys 0.59.0",
16879]
16880
16881[[package]]
16882name = "tendril"
16883version = "0.4.3"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16886dependencies = [
16887 "futf",
16888 "mac",
16889 "utf-8",
16890]
16891
16892[[package]]
16893name = "termcolor"
16894version = "1.4.1"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16897dependencies = [
16898 "winapi-util",
16899]
16900
16901[[package]]
16902name = "terminal"
16903version = "0.1.0"
16904dependencies = [
16905 "alacritty_terminal",
16906 "anyhow",
16907 "collections",
16908 "futures 0.3.31",
16909 "gpui",
16910 "itertools 0.14.0",
16911 "libc",
16912 "log",
16913 "rand 0.9.1",
16914 "regex",
16915 "release_channel",
16916 "schemars 1.0.1",
16917 "serde",
16918 "settings",
16919 "smol",
16920 "sysinfo 0.37.2",
16921 "task",
16922 "theme",
16923 "thiserror 2.0.12",
16924 "url",
16925 "urlencoding",
16926 "util",
16927 "windows 0.61.1",
16928 "workspace-hack",
16929]
16930
16931[[package]]
16932name = "terminal_size"
16933version = "0.4.2"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
16936dependencies = [
16937 "rustix 1.0.7",
16938 "windows-sys 0.59.0",
16939]
16940
16941[[package]]
16942name = "terminal_view"
16943version = "0.1.0"
16944dependencies = [
16945 "anyhow",
16946 "assistant_slash_command",
16947 "async-recursion",
16948 "breadcrumbs",
16949 "client",
16950 "collections",
16951 "db",
16952 "dirs 4.0.0",
16953 "editor",
16954 "futures 0.3.31",
16955 "gpui",
16956 "itertools 0.14.0",
16957 "language",
16958 "log",
16959 "pretty_assertions",
16960 "project",
16961 "rand 0.9.1",
16962 "regex",
16963 "schemars 1.0.1",
16964 "search",
16965 "serde",
16966 "serde_json",
16967 "settings",
16968 "shellexpand 2.1.2",
16969 "smol",
16970 "task",
16971 "terminal",
16972 "theme",
16973 "ui",
16974 "util",
16975 "workspace",
16976 "workspace-hack",
16977 "zed_actions",
16978]
16979
16980[[package]]
16981name = "text"
16982version = "0.1.0"
16983dependencies = [
16984 "anyhow",
16985 "clock",
16986 "collections",
16987 "ctor",
16988 "gpui",
16989 "http_client",
16990 "log",
16991 "parking_lot",
16992 "postage",
16993 "rand 0.9.1",
16994 "regex",
16995 "rope",
16996 "smallvec",
16997 "sum_tree",
16998 "util",
16999 "workspace-hack",
17000 "zlog",
17001]
17002
17003[[package]]
17004name = "theme"
17005version = "0.1.0"
17006dependencies = [
17007 "anyhow",
17008 "collections",
17009 "derive_more",
17010 "fs",
17011 "futures 0.3.31",
17012 "gpui",
17013 "log",
17014 "palette",
17015 "parking_lot",
17016 "refineable",
17017 "schemars 1.0.1",
17018 "serde",
17019 "serde_json",
17020 "serde_json_lenient",
17021 "settings",
17022 "strum 0.27.2",
17023 "thiserror 2.0.12",
17024 "util",
17025 "uuid",
17026 "workspace-hack",
17027]
17028
17029[[package]]
17030name = "theme_extension"
17031version = "0.1.0"
17032dependencies = [
17033 "anyhow",
17034 "extension",
17035 "fs",
17036 "gpui",
17037 "theme",
17038 "workspace-hack",
17039]
17040
17041[[package]]
17042name = "theme_importer"
17043version = "0.1.0"
17044dependencies = [
17045 "anyhow",
17046 "clap",
17047 "collections",
17048 "gpui",
17049 "indexmap 2.9.0",
17050 "log",
17051 "palette",
17052 "serde",
17053 "serde_json",
17054 "serde_json_lenient",
17055 "simplelog",
17056 "strum 0.27.2",
17057 "theme",
17058 "vscode_theme",
17059 "workspace-hack",
17060]
17061
17062[[package]]
17063name = "theme_selector"
17064version = "0.1.0"
17065dependencies = [
17066 "fs",
17067 "fuzzy",
17068 "gpui",
17069 "log",
17070 "picker",
17071 "serde",
17072 "settings",
17073 "telemetry",
17074 "theme",
17075 "ui",
17076 "util",
17077 "workspace",
17078 "workspace-hack",
17079 "zed_actions",
17080]
17081
17082[[package]]
17083name = "thiserror"
17084version = "1.0.69"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17087dependencies = [
17088 "thiserror-impl 1.0.69",
17089]
17090
17091[[package]]
17092name = "thiserror"
17093version = "2.0.12"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
17096dependencies = [
17097 "thiserror-impl 2.0.12",
17098]
17099
17100[[package]]
17101name = "thiserror-impl"
17102version = "1.0.69"
17103source = "registry+https://github.com/rust-lang/crates.io-index"
17104checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17105dependencies = [
17106 "proc-macro2",
17107 "quote",
17108 "syn 2.0.101",
17109]
17110
17111[[package]]
17112name = "thiserror-impl"
17113version = "2.0.12"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
17116dependencies = [
17117 "proc-macro2",
17118 "quote",
17119 "syn 2.0.101",
17120]
17121
17122[[package]]
17123name = "thread_local"
17124version = "1.1.8"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
17127dependencies = [
17128 "cfg-if",
17129 "once_cell",
17130]
17131
17132[[package]]
17133name = "tiff"
17134version = "0.9.1"
17135source = "registry+https://github.com/rust-lang/crates.io-index"
17136checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
17137dependencies = [
17138 "flate2",
17139 "jpeg-decoder",
17140 "weezl",
17141]
17142
17143[[package]]
17144name = "tiktoken-rs"
17145version = "0.8.0"
17146source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
17147dependencies = [
17148 "anyhow",
17149 "base64 0.22.1",
17150 "bstr",
17151 "fancy-regex 0.13.0",
17152 "lazy_static",
17153 "regex",
17154 "rustc-hash 1.1.0",
17155]
17156
17157[[package]]
17158name = "time"
17159version = "0.3.41"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
17162dependencies = [
17163 "deranged",
17164 "itoa",
17165 "libc",
17166 "num-conv",
17167 "num_threads",
17168 "powerfmt",
17169 "serde",
17170 "time-core",
17171 "time-macros",
17172]
17173
17174[[package]]
17175name = "time-core"
17176version = "0.1.4"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
17179
17180[[package]]
17181name = "time-macros"
17182version = "0.2.22"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
17185dependencies = [
17186 "num-conv",
17187 "time-core",
17188]
17189
17190[[package]]
17191name = "time_format"
17192version = "0.1.0"
17193dependencies = [
17194 "core-foundation 0.10.0",
17195 "core-foundation-sys",
17196 "sys-locale",
17197 "time",
17198 "workspace-hack",
17199]
17200
17201[[package]]
17202name = "tiny-keccak"
17203version = "2.0.2"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17206dependencies = [
17207 "crunchy",
17208]
17209
17210[[package]]
17211name = "tiny-skia"
17212version = "0.11.4"
17213source = "registry+https://github.com/rust-lang/crates.io-index"
17214checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17215dependencies = [
17216 "arrayref",
17217 "arrayvec",
17218 "bytemuck",
17219 "cfg-if",
17220 "log",
17221 "png",
17222 "tiny-skia-path",
17223]
17224
17225[[package]]
17226name = "tiny-skia-path"
17227version = "0.11.4"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17230dependencies = [
17231 "arrayref",
17232 "bytemuck",
17233 "strict-num",
17234]
17235
17236[[package]]
17237name = "tiny_http"
17238version = "0.8.2"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
17241dependencies = [
17242 "ascii",
17243 "chrono",
17244 "chunked_transfer",
17245 "log",
17246 "url",
17247]
17248
17249[[package]]
17250name = "tinystr"
17251version = "0.7.6"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
17254dependencies = [
17255 "displaydoc",
17256 "zerovec",
17257]
17258
17259[[package]]
17260name = "tinytemplate"
17261version = "1.2.1"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17264dependencies = [
17265 "serde",
17266 "serde_json",
17267]
17268
17269[[package]]
17270name = "tinyvec"
17271version = "1.9.0"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
17274dependencies = [
17275 "tinyvec_macros",
17276]
17277
17278[[package]]
17279name = "tinyvec_macros"
17280version = "0.1.1"
17281source = "registry+https://github.com/rust-lang/crates.io-index"
17282checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17283
17284[[package]]
17285name = "title_bar"
17286version = "0.1.0"
17287dependencies = [
17288 "anyhow",
17289 "auto_update",
17290 "call",
17291 "chrono",
17292 "client",
17293 "cloud_llm_client",
17294 "collections",
17295 "db",
17296 "gpui",
17297 "http_client",
17298 "notifications",
17299 "pretty_assertions",
17300 "project",
17301 "remote",
17302 "rpc",
17303 "schemars 1.0.1",
17304 "serde",
17305 "settings",
17306 "smallvec",
17307 "story",
17308 "telemetry",
17309 "theme",
17310 "tree-sitter-md",
17311 "ui",
17312 "util",
17313 "windows 0.61.1",
17314 "workspace",
17315 "workspace-hack",
17316 "zed_actions",
17317]
17318
17319[[package]]
17320name = "tokio"
17321version = "1.44.2"
17322source = "registry+https://github.com/rust-lang/crates.io-index"
17323checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
17324dependencies = [
17325 "backtrace",
17326 "bytes 1.10.1",
17327 "libc",
17328 "mio 1.0.3",
17329 "parking_lot",
17330 "pin-project-lite",
17331 "signal-hook-registry",
17332 "socket2",
17333 "tokio-macros",
17334 "windows-sys 0.52.0",
17335]
17336
17337[[package]]
17338name = "tokio-io"
17339version = "0.1.13"
17340source = "registry+https://github.com/rust-lang/crates.io-index"
17341checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17342dependencies = [
17343 "bytes 0.4.12",
17344 "futures 0.1.31",
17345 "log",
17346]
17347
17348[[package]]
17349name = "tokio-macros"
17350version = "2.5.0"
17351source = "registry+https://github.com/rust-lang/crates.io-index"
17352checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
17353dependencies = [
17354 "proc-macro2",
17355 "quote",
17356 "syn 2.0.101",
17357]
17358
17359[[package]]
17360name = "tokio-native-tls"
17361version = "0.3.1"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17364dependencies = [
17365 "native-tls",
17366 "tokio",
17367]
17368
17369[[package]]
17370name = "tokio-rustls"
17371version = "0.24.1"
17372source = "registry+https://github.com/rust-lang/crates.io-index"
17373checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17374dependencies = [
17375 "rustls 0.21.12",
17376 "tokio",
17377]
17378
17379[[package]]
17380name = "tokio-rustls"
17381version = "0.26.2"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17384dependencies = [
17385 "rustls 0.23.26",
17386 "tokio",
17387]
17388
17389[[package]]
17390name = "tokio-socks"
17391version = "0.5.2"
17392source = "registry+https://github.com/rust-lang/crates.io-index"
17393checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17394dependencies = [
17395 "either",
17396 "futures-io",
17397 "futures-util",
17398 "thiserror 1.0.69",
17399 "tokio",
17400]
17401
17402[[package]]
17403name = "tokio-stream"
17404version = "0.1.17"
17405source = "registry+https://github.com/rust-lang/crates.io-index"
17406checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17407dependencies = [
17408 "futures-core",
17409 "pin-project-lite",
17410 "tokio",
17411]
17412
17413[[package]]
17414name = "tokio-tungstenite"
17415version = "0.20.1"
17416source = "registry+https://github.com/rust-lang/crates.io-index"
17417checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17418dependencies = [
17419 "futures-util",
17420 "log",
17421 "tokio",
17422 "tungstenite 0.20.1",
17423]
17424
17425[[package]]
17426name = "tokio-tungstenite"
17427version = "0.21.0"
17428source = "registry+https://github.com/rust-lang/crates.io-index"
17429checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17430dependencies = [
17431 "futures-util",
17432 "log",
17433 "tokio",
17434 "tungstenite 0.21.0",
17435]
17436
17437[[package]]
17438name = "tokio-tungstenite"
17439version = "0.26.2"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
17442dependencies = [
17443 "futures-util",
17444 "log",
17445 "rustls 0.23.26",
17446 "rustls-pki-types",
17447 "tokio",
17448 "tokio-rustls 0.26.2",
17449 "tungstenite 0.26.2",
17450]
17451
17452[[package]]
17453name = "tokio-util"
17454version = "0.7.14"
17455source = "registry+https://github.com/rust-lang/crates.io-index"
17456checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
17457dependencies = [
17458 "bytes 1.10.1",
17459 "futures-core",
17460 "futures-io",
17461 "futures-sink",
17462 "futures-util",
17463 "hashbrown 0.14.5",
17464 "pin-project-lite",
17465 "tokio",
17466]
17467
17468[[package]]
17469name = "toml"
17470version = "0.5.11"
17471source = "registry+https://github.com/rust-lang/crates.io-index"
17472checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17473dependencies = [
17474 "serde",
17475]
17476
17477[[package]]
17478name = "toml"
17479version = "0.8.20"
17480source = "registry+https://github.com/rust-lang/crates.io-index"
17481checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
17482dependencies = [
17483 "serde",
17484 "serde_spanned",
17485 "toml_datetime",
17486 "toml_edit",
17487]
17488
17489[[package]]
17490name = "toml_datetime"
17491version = "0.6.9"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
17494dependencies = [
17495 "serde",
17496]
17497
17498[[package]]
17499name = "toml_edit"
17500version = "0.22.26"
17501source = "registry+https://github.com/rust-lang/crates.io-index"
17502checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
17503dependencies = [
17504 "indexmap 2.9.0",
17505 "serde",
17506 "serde_spanned",
17507 "toml_datetime",
17508 "toml_write",
17509 "winnow",
17510]
17511
17512[[package]]
17513name = "toml_write"
17514version = "0.1.1"
17515source = "registry+https://github.com/rust-lang/crates.io-index"
17516checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
17517
17518[[package]]
17519name = "toolchain_selector"
17520version = "0.1.0"
17521dependencies = [
17522 "anyhow",
17523 "convert_case 0.8.0",
17524 "editor",
17525 "file_finder",
17526 "futures 0.3.31",
17527 "fuzzy",
17528 "gpui",
17529 "language",
17530 "menu",
17531 "picker",
17532 "project",
17533 "ui",
17534 "util",
17535 "workspace",
17536 "workspace-hack",
17537]
17538
17539[[package]]
17540name = "topological-sort"
17541version = "0.2.2"
17542source = "registry+https://github.com/rust-lang/crates.io-index"
17543checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
17544
17545[[package]]
17546name = "tower"
17547version = "0.4.13"
17548source = "registry+https://github.com/rust-lang/crates.io-index"
17549checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
17550dependencies = [
17551 "futures-core",
17552 "futures-util",
17553 "pin-project",
17554 "pin-project-lite",
17555 "tokio",
17556 "tower-layer",
17557 "tower-service",
17558 "tracing",
17559]
17560
17561[[package]]
17562name = "tower"
17563version = "0.5.2"
17564source = "registry+https://github.com/rust-lang/crates.io-index"
17565checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
17566dependencies = [
17567 "futures-core",
17568 "futures-util",
17569 "pin-project-lite",
17570 "sync_wrapper 1.0.2",
17571 "tokio",
17572 "tower-layer",
17573 "tower-service",
17574]
17575
17576[[package]]
17577name = "tower-http"
17578version = "0.3.5"
17579source = "registry+https://github.com/rust-lang/crates.io-index"
17580checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
17581dependencies = [
17582 "bitflags 1.3.2",
17583 "bytes 1.10.1",
17584 "futures-core",
17585 "futures-util",
17586 "http 0.2.12",
17587 "http-body 0.4.6",
17588 "http-range-header",
17589 "pin-project-lite",
17590 "tower-layer",
17591 "tower-service",
17592]
17593
17594[[package]]
17595name = "tower-http"
17596version = "0.4.4"
17597source = "registry+https://github.com/rust-lang/crates.io-index"
17598checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
17599dependencies = [
17600 "bitflags 2.9.0",
17601 "bytes 1.10.1",
17602 "futures-core",
17603 "futures-util",
17604 "http 0.2.12",
17605 "http-body 0.4.6",
17606 "http-range-header",
17607 "pin-project-lite",
17608 "tower-layer",
17609 "tower-service",
17610 "tracing",
17611]
17612
17613[[package]]
17614name = "tower-layer"
17615version = "0.3.3"
17616source = "registry+https://github.com/rust-lang/crates.io-index"
17617checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
17618
17619[[package]]
17620name = "tower-service"
17621version = "0.3.3"
17622source = "registry+https://github.com/rust-lang/crates.io-index"
17623checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
17624
17625[[package]]
17626name = "tracing"
17627version = "0.1.41"
17628source = "registry+https://github.com/rust-lang/crates.io-index"
17629checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
17630dependencies = [
17631 "log",
17632 "pin-project-lite",
17633 "tracing-attributes",
17634 "tracing-core",
17635]
17636
17637[[package]]
17638name = "tracing-attributes"
17639version = "0.1.28"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
17642dependencies = [
17643 "proc-macro2",
17644 "quote",
17645 "syn 2.0.101",
17646]
17647
17648[[package]]
17649name = "tracing-core"
17650version = "0.1.33"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
17653dependencies = [
17654 "once_cell",
17655 "valuable",
17656]
17657
17658[[package]]
17659name = "tracing-log"
17660version = "0.2.0"
17661source = "registry+https://github.com/rust-lang/crates.io-index"
17662checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
17663dependencies = [
17664 "log",
17665 "once_cell",
17666 "tracing-core",
17667]
17668
17669[[package]]
17670name = "tracing-serde"
17671version = "0.2.0"
17672source = "registry+https://github.com/rust-lang/crates.io-index"
17673checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
17674dependencies = [
17675 "serde",
17676 "tracing-core",
17677]
17678
17679[[package]]
17680name = "tracing-subscriber"
17681version = "0.3.20"
17682source = "registry+https://github.com/rust-lang/crates.io-index"
17683checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
17684dependencies = [
17685 "matchers",
17686 "nu-ansi-term",
17687 "once_cell",
17688 "regex-automata",
17689 "serde",
17690 "serde_json",
17691 "sharded-slab",
17692 "smallvec",
17693 "thread_local",
17694 "tracing",
17695 "tracing-core",
17696 "tracing-log",
17697 "tracing-serde",
17698]
17699
17700[[package]]
17701name = "trait-variant"
17702version = "0.1.2"
17703source = "registry+https://github.com/rust-lang/crates.io-index"
17704checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
17705dependencies = [
17706 "proc-macro2",
17707 "quote",
17708 "syn 2.0.101",
17709]
17710
17711[[package]]
17712name = "transpose"
17713version = "0.2.3"
17714source = "registry+https://github.com/rust-lang/crates.io-index"
17715checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
17716dependencies = [
17717 "num-integer",
17718 "strength_reduce",
17719]
17720
17721[[package]]
17722name = "tree-sitter"
17723version = "0.25.10"
17724source = "registry+https://github.com/rust-lang/crates.io-index"
17725checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
17726dependencies = [
17727 "cc",
17728 "regex",
17729 "regex-syntax",
17730 "serde_json",
17731 "streaming-iterator",
17732 "tree-sitter-language",
17733 "wasmtime-c-api-impl",
17734]
17735
17736[[package]]
17737name = "tree-sitter-bash"
17738version = "0.25.0"
17739source = "registry+https://github.com/rust-lang/crates.io-index"
17740checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
17741dependencies = [
17742 "cc",
17743 "tree-sitter-language",
17744]
17745
17746[[package]]
17747name = "tree-sitter-c"
17748version = "0.23.4"
17749source = "registry+https://github.com/rust-lang/crates.io-index"
17750checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
17751dependencies = [
17752 "cc",
17753 "tree-sitter-language",
17754]
17755
17756[[package]]
17757name = "tree-sitter-cpp"
17758version = "0.23.4"
17759source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
17760dependencies = [
17761 "cc",
17762 "tree-sitter-language",
17763]
17764
17765[[package]]
17766name = "tree-sitter-css"
17767version = "0.23.2"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
17770dependencies = [
17771 "cc",
17772 "tree-sitter-language",
17773]
17774
17775[[package]]
17776name = "tree-sitter-diff"
17777version = "0.1.0"
17778source = "registry+https://github.com/rust-lang/crates.io-index"
17779checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
17780dependencies = [
17781 "cc",
17782 "tree-sitter-language",
17783]
17784
17785[[package]]
17786name = "tree-sitter-elixir"
17787version = "0.3.4"
17788source = "registry+https://github.com/rust-lang/crates.io-index"
17789checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
17790dependencies = [
17791 "cc",
17792 "tree-sitter-language",
17793]
17794
17795[[package]]
17796name = "tree-sitter-embedded-template"
17797version = "0.23.2"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
17800dependencies = [
17801 "cc",
17802 "tree-sitter-language",
17803]
17804
17805[[package]]
17806name = "tree-sitter-gitcommit"
17807version = "0.0.1"
17808source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
17809dependencies = [
17810 "cc",
17811 "tree-sitter-language",
17812]
17813
17814[[package]]
17815name = "tree-sitter-go"
17816version = "0.23.4"
17817source = "registry+https://github.com/rust-lang/crates.io-index"
17818checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17819dependencies = [
17820 "cc",
17821 "tree-sitter-language",
17822]
17823
17824[[package]]
17825name = "tree-sitter-gomod"
17826version = "1.1.1"
17827source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17828dependencies = [
17829 "cc",
17830 "tree-sitter-language",
17831]
17832
17833[[package]]
17834name = "tree-sitter-gowork"
17835version = "0.0.1"
17836source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17837dependencies = [
17838 "cc",
17839 "tree-sitter-language",
17840]
17841
17842[[package]]
17843name = "tree-sitter-heex"
17844version = "0.0.1"
17845source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17846dependencies = [
17847 "cc",
17848 "tree-sitter-language",
17849]
17850
17851[[package]]
17852name = "tree-sitter-html"
17853version = "0.23.2"
17854source = "registry+https://github.com/rust-lang/crates.io-index"
17855checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17856dependencies = [
17857 "cc",
17858 "tree-sitter-language",
17859]
17860
17861[[package]]
17862name = "tree-sitter-jsdoc"
17863version = "0.23.2"
17864source = "registry+https://github.com/rust-lang/crates.io-index"
17865checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17866dependencies = [
17867 "cc",
17868 "tree-sitter-language",
17869]
17870
17871[[package]]
17872name = "tree-sitter-json"
17873version = "0.24.8"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17876dependencies = [
17877 "cc",
17878 "tree-sitter-language",
17879]
17880
17881[[package]]
17882name = "tree-sitter-language"
17883version = "0.1.5"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17886
17887[[package]]
17888name = "tree-sitter-md"
17889version = "0.3.2"
17890source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17891dependencies = [
17892 "cc",
17893 "tree-sitter-language",
17894]
17895
17896[[package]]
17897name = "tree-sitter-python"
17898version = "0.25.0"
17899source = "registry+https://github.com/rust-lang/crates.io-index"
17900checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17901dependencies = [
17902 "cc",
17903 "tree-sitter-language",
17904]
17905
17906[[package]]
17907name = "tree-sitter-regex"
17908version = "0.24.3"
17909source = "registry+https://github.com/rust-lang/crates.io-index"
17910checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17911dependencies = [
17912 "cc",
17913 "tree-sitter-language",
17914]
17915
17916[[package]]
17917name = "tree-sitter-ruby"
17918version = "0.23.1"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17921dependencies = [
17922 "cc",
17923 "tree-sitter-language",
17924]
17925
17926[[package]]
17927name = "tree-sitter-rust"
17928version = "0.24.0"
17929source = "registry+https://github.com/rust-lang/crates.io-index"
17930checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17931dependencies = [
17932 "cc",
17933 "tree-sitter-language",
17934]
17935
17936[[package]]
17937name = "tree-sitter-typescript"
17938version = "0.23.2"
17939source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
17940dependencies = [
17941 "cc",
17942 "tree-sitter-language",
17943]
17944
17945[[package]]
17946name = "tree-sitter-yaml"
17947version = "0.6.1"
17948source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17949dependencies = [
17950 "cc",
17951 "tree-sitter-language",
17952]
17953
17954[[package]]
17955name = "try-lock"
17956version = "0.2.5"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17959
17960[[package]]
17961name = "ttf-parser"
17962version = "0.20.0"
17963source = "registry+https://github.com/rust-lang/crates.io-index"
17964checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17965
17966[[package]]
17967name = "ttf-parser"
17968version = "0.21.1"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17971
17972[[package]]
17973name = "ttf-parser"
17974version = "0.25.1"
17975source = "registry+https://github.com/rust-lang/crates.io-index"
17976checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17977dependencies = [
17978 "core_maths",
17979]
17980
17981[[package]]
17982name = "tungstenite"
17983version = "0.20.1"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17986dependencies = [
17987 "byteorder",
17988 "bytes 1.10.1",
17989 "data-encoding",
17990 "http 0.2.12",
17991 "httparse",
17992 "log",
17993 "rand 0.8.5",
17994 "sha1",
17995 "thiserror 1.0.69",
17996 "url",
17997 "utf-8",
17998]
17999
18000[[package]]
18001name = "tungstenite"
18002version = "0.21.0"
18003source = "registry+https://github.com/rust-lang/crates.io-index"
18004checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18005dependencies = [
18006 "byteorder",
18007 "bytes 1.10.1",
18008 "data-encoding",
18009 "http 1.3.1",
18010 "httparse",
18011 "log",
18012 "rand 0.8.5",
18013 "sha1",
18014 "thiserror 1.0.69",
18015 "url",
18016 "utf-8",
18017]
18018
18019[[package]]
18020name = "tungstenite"
18021version = "0.26.2"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
18024dependencies = [
18025 "bytes 1.10.1",
18026 "data-encoding",
18027 "http 1.3.1",
18028 "httparse",
18029 "log",
18030 "rand 0.9.1",
18031 "rustls 0.23.26",
18032 "rustls-pki-types",
18033 "sha1",
18034 "thiserror 2.0.12",
18035 "utf-8",
18036]
18037
18038[[package]]
18039name = "typed-path"
18040version = "0.11.0"
18041source = "registry+https://github.com/rust-lang/crates.io-index"
18042checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
18043
18044[[package]]
18045name = "typeid"
18046version = "1.0.3"
18047source = "registry+https://github.com/rust-lang/crates.io-index"
18048checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18049
18050[[package]]
18051name = "typenum"
18052version = "1.18.0"
18053source = "registry+https://github.com/rust-lang/crates.io-index"
18054checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
18055
18056[[package]]
18057name = "ucd-trie"
18058version = "0.1.7"
18059source = "registry+https://github.com/rust-lang/crates.io-index"
18060checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18061
18062[[package]]
18063name = "uds"
18064version = "0.4.2"
18065source = "registry+https://github.com/rust-lang/crates.io-index"
18066checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18067dependencies = [
18068 "libc",
18069]
18070
18071[[package]]
18072name = "uds_windows"
18073version = "1.1.0"
18074source = "registry+https://github.com/rust-lang/crates.io-index"
18075checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18076dependencies = [
18077 "memoffset",
18078 "tempfile",
18079 "winapi",
18080]
18081
18082[[package]]
18083name = "ug"
18084version = "0.4.0"
18085source = "registry+https://github.com/rust-lang/crates.io-index"
18086checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18087dependencies = [
18088 "gemm 0.18.2",
18089 "half",
18090 "libloading",
18091 "memmap2",
18092 "num",
18093 "num-traits",
18094 "num_cpus",
18095 "rayon",
18096 "safetensors",
18097 "serde",
18098 "thiserror 1.0.69",
18099 "tracing",
18100 "yoke",
18101]
18102
18103[[package]]
18104name = "ui"
18105version = "0.1.0"
18106dependencies = [
18107 "chrono",
18108 "component",
18109 "documented",
18110 "gpui",
18111 "gpui_macros",
18112 "icons",
18113 "itertools 0.14.0",
18114 "menu",
18115 "schemars 1.0.1",
18116 "serde",
18117 "settings",
18118 "smallvec",
18119 "story",
18120 "strum 0.27.2",
18121 "theme",
18122 "ui_macros",
18123 "util",
18124 "windows 0.61.1",
18125 "workspace-hack",
18126]
18127
18128[[package]]
18129name = "ui_input"
18130version = "0.1.0"
18131dependencies = [
18132 "component",
18133 "editor",
18134 "fuzzy",
18135 "gpui",
18136 "menu",
18137 "picker",
18138 "settings",
18139 "theme",
18140 "ui",
18141 "workspace-hack",
18142]
18143
18144[[package]]
18145name = "ui_macros"
18146version = "0.1.0"
18147dependencies = [
18148 "component",
18149 "quote",
18150 "syn 2.0.101",
18151 "ui",
18152 "workspace-hack",
18153]
18154
18155[[package]]
18156name = "ui_prompt"
18157version = "0.1.0"
18158dependencies = [
18159 "gpui",
18160 "markdown",
18161 "menu",
18162 "settings",
18163 "theme",
18164 "ui",
18165 "workspace",
18166 "workspace-hack",
18167]
18168
18169[[package]]
18170name = "unicase"
18171version = "2.8.1"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18174
18175[[package]]
18176name = "unicode-bidi"
18177version = "0.3.18"
18178source = "registry+https://github.com/rust-lang/crates.io-index"
18179checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18180
18181[[package]]
18182name = "unicode-bidi-mirroring"
18183version = "0.2.0"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
18186
18187[[package]]
18188name = "unicode-bidi-mirroring"
18189version = "0.4.0"
18190source = "registry+https://github.com/rust-lang/crates.io-index"
18191checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18192
18193[[package]]
18194name = "unicode-ccc"
18195version = "0.2.0"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
18198
18199[[package]]
18200name = "unicode-ccc"
18201version = "0.4.0"
18202source = "registry+https://github.com/rust-lang/crates.io-index"
18203checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18204
18205[[package]]
18206name = "unicode-ident"
18207version = "1.0.18"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
18210
18211[[package]]
18212name = "unicode-linebreak"
18213version = "0.1.5"
18214source = "registry+https://github.com/rust-lang/crates.io-index"
18215checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18216
18217[[package]]
18218name = "unicode-normalization"
18219version = "0.1.24"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18222dependencies = [
18223 "tinyvec",
18224]
18225
18226[[package]]
18227name = "unicode-properties"
18228version = "0.1.3"
18229source = "registry+https://github.com/rust-lang/crates.io-index"
18230checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18231
18232[[package]]
18233name = "unicode-reverse"
18234version = "1.0.9"
18235source = "registry+https://github.com/rust-lang/crates.io-index"
18236checksum = "4b6f4888ebc23094adfb574fdca9fdc891826287a6397d2cd28802ffd6f20c76"
18237dependencies = [
18238 "unicode-segmentation",
18239]
18240
18241[[package]]
18242name = "unicode-script"
18243version = "0.5.7"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
18246
18247[[package]]
18248name = "unicode-segmentation"
18249version = "1.12.0"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18252
18253[[package]]
18254name = "unicode-vo"
18255version = "0.1.0"
18256source = "registry+https://github.com/rust-lang/crates.io-index"
18257checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18258
18259[[package]]
18260name = "unicode-width"
18261version = "0.2.0"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
18264
18265[[package]]
18266name = "unicode-xid"
18267version = "0.2.6"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18270
18271[[package]]
18272name = "unicode_categories"
18273version = "0.1.1"
18274source = "registry+https://github.com/rust-lang/crates.io-index"
18275checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18276
18277[[package]]
18278name = "unindent"
18279version = "0.2.4"
18280source = "registry+https://github.com/rust-lang/crates.io-index"
18281checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18282
18283[[package]]
18284name = "untrusted"
18285version = "0.9.0"
18286source = "registry+https://github.com/rust-lang/crates.io-index"
18287checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18288
18289[[package]]
18290name = "unty"
18291version = "0.0.4"
18292source = "registry+https://github.com/rust-lang/crates.io-index"
18293checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
18294
18295[[package]]
18296name = "url"
18297version = "2.5.4"
18298source = "registry+https://github.com/rust-lang/crates.io-index"
18299checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
18300dependencies = [
18301 "form_urlencoded",
18302 "idna",
18303 "percent-encoding",
18304 "serde",
18305]
18306
18307[[package]]
18308name = "urlencoding"
18309version = "2.1.3"
18310source = "registry+https://github.com/rust-lang/crates.io-index"
18311checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18312
18313[[package]]
18314name = "usvg"
18315version = "0.45.1"
18316source = "registry+https://github.com/rust-lang/crates.io-index"
18317checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18318dependencies = [
18319 "base64 0.22.1",
18320 "data-url",
18321 "flate2",
18322 "fontdb 0.23.0",
18323 "imagesize",
18324 "kurbo",
18325 "log",
18326 "pico-args",
18327 "roxmltree",
18328 "rustybuzz 0.20.1",
18329 "simplecss",
18330 "siphasher",
18331 "strict-num",
18332 "svgtypes",
18333 "tiny-skia-path",
18334 "unicode-bidi",
18335 "unicode-script",
18336 "unicode-vo",
18337 "xmlwriter",
18338]
18339
18340[[package]]
18341name = "utf-8"
18342version = "0.7.6"
18343source = "registry+https://github.com/rust-lang/crates.io-index"
18344checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18345
18346[[package]]
18347name = "utf16_iter"
18348version = "1.0.5"
18349source = "registry+https://github.com/rust-lang/crates.io-index"
18350checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
18351
18352[[package]]
18353name = "utf8_iter"
18354version = "1.0.4"
18355source = "registry+https://github.com/rust-lang/crates.io-index"
18356checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18357
18358[[package]]
18359name = "utf8parse"
18360version = "0.2.2"
18361source = "registry+https://github.com/rust-lang/crates.io-index"
18362checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18363
18364[[package]]
18365name = "util"
18366version = "0.1.0"
18367dependencies = [
18368 "anyhow",
18369 "async-fs",
18370 "async_zip",
18371 "collections",
18372 "command-fds",
18373 "dirs 4.0.0",
18374 "dunce",
18375 "futures 0.3.31",
18376 "futures-lite 1.13.0",
18377 "git2",
18378 "globset",
18379 "indoc",
18380 "itertools 0.14.0",
18381 "libc",
18382 "log",
18383 "nix 0.29.0",
18384 "pretty_assertions",
18385 "rand 0.9.1",
18386 "regex",
18387 "rust-embed",
18388 "schemars 1.0.1",
18389 "serde",
18390 "serde_json",
18391 "serde_json_lenient",
18392 "shlex",
18393 "smol",
18394 "take-until",
18395 "tempfile",
18396 "tendril",
18397 "unicase",
18398 "util_macros",
18399 "walkdir",
18400 "which 6.0.3",
18401 "workspace-hack",
18402]
18403
18404[[package]]
18405name = "util_macros"
18406version = "0.1.0"
18407dependencies = [
18408 "perf",
18409 "quote",
18410 "syn 2.0.101",
18411 "workspace-hack",
18412]
18413
18414[[package]]
18415name = "uuid"
18416version = "1.16.0"
18417source = "registry+https://github.com/rust-lang/crates.io-index"
18418checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
18419dependencies = [
18420 "getrandom 0.3.2",
18421 "js-sys",
18422 "serde",
18423 "sha1_smol",
18424 "wasm-bindgen",
18425]
18426
18427[[package]]
18428name = "uuid-simd"
18429version = "0.8.0"
18430source = "registry+https://github.com/rust-lang/crates.io-index"
18431checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18432dependencies = [
18433 "outref",
18434 "uuid",
18435 "vsimd",
18436]
18437
18438[[package]]
18439name = "v_frame"
18440version = "0.3.8"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
18443dependencies = [
18444 "aligned-vec",
18445 "num-traits",
18446 "wasm-bindgen",
18447]
18448
18449[[package]]
18450name = "valuable"
18451version = "0.1.1"
18452source = "registry+https://github.com/rust-lang/crates.io-index"
18453checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
18454
18455[[package]]
18456name = "value-bag"
18457version = "1.11.1"
18458source = "registry+https://github.com/rust-lang/crates.io-index"
18459checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
18460dependencies = [
18461 "value-bag-serde1",
18462 "value-bag-sval2",
18463]
18464
18465[[package]]
18466name = "value-bag-serde1"
18467version = "1.11.1"
18468source = "registry+https://github.com/rust-lang/crates.io-index"
18469checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
18470dependencies = [
18471 "erased-serde",
18472 "serde",
18473 "serde_fmt",
18474]
18475
18476[[package]]
18477name = "value-bag-sval2"
18478version = "1.11.1"
18479source = "registry+https://github.com/rust-lang/crates.io-index"
18480checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
18481dependencies = [
18482 "sval",
18483 "sval_buffer",
18484 "sval_dynamic",
18485 "sval_fmt",
18486 "sval_json",
18487 "sval_ref",
18488 "sval_serde",
18489]
18490
18491[[package]]
18492name = "vcpkg"
18493version = "0.2.15"
18494source = "registry+https://github.com/rust-lang/crates.io-index"
18495checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
18496
18497[[package]]
18498name = "vercel"
18499version = "0.1.0"
18500dependencies = [
18501 "anyhow",
18502 "schemars 1.0.1",
18503 "serde",
18504 "strum 0.27.2",
18505 "workspace-hack",
18506]
18507
18508[[package]]
18509name = "version-compare"
18510version = "0.2.0"
18511source = "registry+https://github.com/rust-lang/crates.io-index"
18512checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
18513
18514[[package]]
18515name = "version_check"
18516version = "0.9.5"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
18519
18520[[package]]
18521name = "vim"
18522version = "0.1.0"
18523dependencies = [
18524 "anyhow",
18525 "assets",
18526 "async-compat",
18527 "async-trait",
18528 "collections",
18529 "command_palette",
18530 "command_palette_hooks",
18531 "db",
18532 "editor",
18533 "env_logger 0.11.8",
18534 "futures 0.3.31",
18535 "fuzzy",
18536 "git_ui",
18537 "gpui",
18538 "indoc",
18539 "itertools 0.14.0",
18540 "language",
18541 "log",
18542 "lsp",
18543 "menu",
18544 "multi_buffer",
18545 "nvim-rs",
18546 "parking_lot",
18547 "perf",
18548 "picker",
18549 "project",
18550 "project_panel",
18551 "regex",
18552 "release_channel",
18553 "schemars 1.0.1",
18554 "search",
18555 "serde",
18556 "serde_json",
18557 "settings",
18558 "task",
18559 "text",
18560 "theme",
18561 "tokio",
18562 "ui",
18563 "util",
18564 "util_macros",
18565 "vim_mode_setting",
18566 "workspace",
18567 "workspace-hack",
18568 "zed_actions",
18569]
18570
18571[[package]]
18572name = "vim_mode_setting"
18573version = "0.1.0"
18574dependencies = [
18575 "gpui",
18576 "settings",
18577 "workspace-hack",
18578]
18579
18580[[package]]
18581name = "virtue"
18582version = "0.0.18"
18583source = "registry+https://github.com/rust-lang/crates.io-index"
18584checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
18585
18586[[package]]
18587name = "vscode_theme"
18588version = "0.2.0"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
18591dependencies = [
18592 "serde",
18593]
18594
18595[[package]]
18596name = "vsimd"
18597version = "0.8.0"
18598source = "registry+https://github.com/rust-lang/crates.io-index"
18599checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
18600
18601[[package]]
18602name = "vswhom"
18603version = "0.1.0"
18604source = "registry+https://github.com/rust-lang/crates.io-index"
18605checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
18606dependencies = [
18607 "libc",
18608 "vswhom-sys",
18609]
18610
18611[[package]]
18612name = "vswhom-sys"
18613version = "0.1.3"
18614source = "registry+https://github.com/rust-lang/crates.io-index"
18615checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
18616dependencies = [
18617 "cc",
18618 "libc",
18619]
18620
18621[[package]]
18622name = "vte"
18623version = "0.15.0"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
18626dependencies = [
18627 "arrayvec",
18628 "bitflags 2.9.0",
18629 "cursor-icon",
18630 "log",
18631 "memchr",
18632 "serde",
18633]
18634
18635[[package]]
18636name = "waker-fn"
18637version = "1.2.0"
18638source = "registry+https://github.com/rust-lang/crates.io-index"
18639checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
18640
18641[[package]]
18642name = "walkdir"
18643version = "2.5.0"
18644source = "registry+https://github.com/rust-lang/crates.io-index"
18645checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
18646dependencies = [
18647 "same-file",
18648 "winapi-util",
18649]
18650
18651[[package]]
18652name = "want"
18653version = "0.3.1"
18654source = "registry+https://github.com/rust-lang/crates.io-index"
18655checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
18656dependencies = [
18657 "try-lock",
18658]
18659
18660[[package]]
18661name = "warp"
18662version = "0.3.7"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
18665dependencies = [
18666 "bytes 1.10.1",
18667 "futures-channel",
18668 "futures-util",
18669 "headers",
18670 "http 0.2.12",
18671 "hyper 0.14.32",
18672 "log",
18673 "mime",
18674 "mime_guess",
18675 "percent-encoding",
18676 "pin-project",
18677 "scoped-tls",
18678 "serde",
18679 "serde_json",
18680 "serde_urlencoded",
18681 "tokio",
18682 "tokio-tungstenite 0.21.0",
18683 "tokio-util",
18684 "tower-service",
18685 "tracing",
18686]
18687
18688[[package]]
18689name = "wasi"
18690version = "0.11.0+wasi-snapshot-preview1"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
18693
18694[[package]]
18695name = "wasi"
18696version = "0.14.2+wasi-0.2.4"
18697source = "registry+https://github.com/rust-lang/crates.io-index"
18698checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
18699dependencies = [
18700 "wit-bindgen-rt 0.39.0",
18701]
18702
18703[[package]]
18704name = "wasite"
18705version = "0.1.0"
18706source = "registry+https://github.com/rust-lang/crates.io-index"
18707checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
18708
18709[[package]]
18710name = "wasm-bindgen"
18711version = "0.2.100"
18712source = "registry+https://github.com/rust-lang/crates.io-index"
18713checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
18714dependencies = [
18715 "cfg-if",
18716 "once_cell",
18717 "rustversion",
18718 "wasm-bindgen-macro",
18719]
18720
18721[[package]]
18722name = "wasm-bindgen-backend"
18723version = "0.2.100"
18724source = "registry+https://github.com/rust-lang/crates.io-index"
18725checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
18726dependencies = [
18727 "bumpalo",
18728 "log",
18729 "proc-macro2",
18730 "quote",
18731 "syn 2.0.101",
18732 "wasm-bindgen-shared",
18733]
18734
18735[[package]]
18736name = "wasm-bindgen-futures"
18737version = "0.4.50"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
18740dependencies = [
18741 "cfg-if",
18742 "js-sys",
18743 "once_cell",
18744 "wasm-bindgen",
18745 "web-sys",
18746]
18747
18748[[package]]
18749name = "wasm-bindgen-macro"
18750version = "0.2.100"
18751source = "registry+https://github.com/rust-lang/crates.io-index"
18752checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
18753dependencies = [
18754 "quote",
18755 "wasm-bindgen-macro-support",
18756]
18757
18758[[package]]
18759name = "wasm-bindgen-macro-support"
18760version = "0.2.100"
18761source = "registry+https://github.com/rust-lang/crates.io-index"
18762checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
18763dependencies = [
18764 "proc-macro2",
18765 "quote",
18766 "syn 2.0.101",
18767 "wasm-bindgen-backend",
18768 "wasm-bindgen-shared",
18769]
18770
18771[[package]]
18772name = "wasm-bindgen-shared"
18773version = "0.2.100"
18774source = "registry+https://github.com/rust-lang/crates.io-index"
18775checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
18776dependencies = [
18777 "unicode-ident",
18778]
18779
18780[[package]]
18781name = "wasm-encoder"
18782version = "0.201.0"
18783source = "registry+https://github.com/rust-lang/crates.io-index"
18784checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
18785dependencies = [
18786 "leb128",
18787]
18788
18789[[package]]
18790name = "wasm-encoder"
18791version = "0.221.3"
18792source = "registry+https://github.com/rust-lang/crates.io-index"
18793checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
18794dependencies = [
18795 "leb128",
18796 "wasmparser 0.221.3",
18797]
18798
18799[[package]]
18800name = "wasm-encoder"
18801version = "0.227.1"
18802source = "registry+https://github.com/rust-lang/crates.io-index"
18803checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
18804dependencies = [
18805 "leb128fmt",
18806 "wasmparser 0.227.1",
18807]
18808
18809[[package]]
18810name = "wasm-metadata"
18811version = "0.201.0"
18812source = "registry+https://github.com/rust-lang/crates.io-index"
18813checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
18814dependencies = [
18815 "anyhow",
18816 "indexmap 2.9.0",
18817 "serde",
18818 "serde_derive",
18819 "serde_json",
18820 "spdx",
18821 "wasm-encoder 0.201.0",
18822 "wasmparser 0.201.0",
18823]
18824
18825[[package]]
18826name = "wasm-metadata"
18827version = "0.227.1"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
18830dependencies = [
18831 "anyhow",
18832 "auditable-serde",
18833 "flate2",
18834 "indexmap 2.9.0",
18835 "serde",
18836 "serde_derive",
18837 "serde_json",
18838 "spdx",
18839 "url",
18840 "wasm-encoder 0.227.1",
18841 "wasmparser 0.227.1",
18842]
18843
18844[[package]]
18845name = "wasm-streams"
18846version = "0.4.2"
18847source = "registry+https://github.com/rust-lang/crates.io-index"
18848checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18849dependencies = [
18850 "futures-util",
18851 "js-sys",
18852 "wasm-bindgen",
18853 "wasm-bindgen-futures",
18854 "web-sys",
18855]
18856
18857[[package]]
18858name = "wasmparser"
18859version = "0.201.0"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18862dependencies = [
18863 "bitflags 2.9.0",
18864 "indexmap 2.9.0",
18865 "semver",
18866]
18867
18868[[package]]
18869name = "wasmparser"
18870version = "0.221.3"
18871source = "registry+https://github.com/rust-lang/crates.io-index"
18872checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18873dependencies = [
18874 "bitflags 2.9.0",
18875 "hashbrown 0.15.3",
18876 "indexmap 2.9.0",
18877 "semver",
18878 "serde",
18879]
18880
18881[[package]]
18882name = "wasmparser"
18883version = "0.227.1"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18886dependencies = [
18887 "bitflags 2.9.0",
18888 "hashbrown 0.15.3",
18889 "indexmap 2.9.0",
18890 "semver",
18891]
18892
18893[[package]]
18894name = "wasmprinter"
18895version = "0.221.3"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18898dependencies = [
18899 "anyhow",
18900 "termcolor",
18901 "wasmparser 0.221.3",
18902]
18903
18904[[package]]
18905name = "wasmtime"
18906version = "29.0.1"
18907source = "registry+https://github.com/rust-lang/crates.io-index"
18908checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18909dependencies = [
18910 "anyhow",
18911 "async-trait",
18912 "bitflags 2.9.0",
18913 "bumpalo",
18914 "cc",
18915 "cfg-if",
18916 "encoding_rs",
18917 "hashbrown 0.14.5",
18918 "indexmap 2.9.0",
18919 "libc",
18920 "log",
18921 "mach2 0.4.2",
18922 "memfd",
18923 "object",
18924 "once_cell",
18925 "paste",
18926 "postcard",
18927 "psm",
18928 "pulley-interpreter",
18929 "rayon",
18930 "rustix 0.38.44",
18931 "semver",
18932 "serde",
18933 "serde_derive",
18934 "smallvec",
18935 "sptr",
18936 "target-lexicon 0.13.2",
18937 "trait-variant",
18938 "wasmparser 0.221.3",
18939 "wasmtime-asm-macros",
18940 "wasmtime-component-macro",
18941 "wasmtime-component-util",
18942 "wasmtime-cranelift",
18943 "wasmtime-environ",
18944 "wasmtime-fiber",
18945 "wasmtime-jit-icache-coherence",
18946 "wasmtime-math",
18947 "wasmtime-slab",
18948 "wasmtime-versioned-export-macros",
18949 "wasmtime-winch",
18950 "windows-sys 0.59.0",
18951]
18952
18953[[package]]
18954name = "wasmtime-asm-macros"
18955version = "29.0.1"
18956source = "registry+https://github.com/rust-lang/crates.io-index"
18957checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18958dependencies = [
18959 "cfg-if",
18960]
18961
18962[[package]]
18963name = "wasmtime-c-api-impl"
18964version = "29.0.1"
18965source = "registry+https://github.com/rust-lang/crates.io-index"
18966checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18967dependencies = [
18968 "anyhow",
18969 "log",
18970 "tracing",
18971 "wasmtime",
18972 "wasmtime-c-api-macros",
18973]
18974
18975[[package]]
18976name = "wasmtime-c-api-macros"
18977version = "29.0.1"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18980dependencies = [
18981 "proc-macro2",
18982 "quote",
18983]
18984
18985[[package]]
18986name = "wasmtime-component-macro"
18987version = "29.0.1"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
18990dependencies = [
18991 "anyhow",
18992 "proc-macro2",
18993 "quote",
18994 "syn 2.0.101",
18995 "wasmtime-component-util",
18996 "wasmtime-wit-bindgen",
18997 "wit-parser 0.221.3",
18998]
18999
19000[[package]]
19001name = "wasmtime-component-util"
19002version = "29.0.1"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
19005
19006[[package]]
19007name = "wasmtime-cranelift"
19008version = "29.0.1"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
19011dependencies = [
19012 "anyhow",
19013 "cfg-if",
19014 "cranelift-codegen",
19015 "cranelift-control",
19016 "cranelift-entity",
19017 "cranelift-frontend",
19018 "cranelift-native",
19019 "gimli",
19020 "itertools 0.12.1",
19021 "log",
19022 "object",
19023 "smallvec",
19024 "target-lexicon 0.13.2",
19025 "thiserror 1.0.69",
19026 "wasmparser 0.221.3",
19027 "wasmtime-environ",
19028 "wasmtime-versioned-export-macros",
19029]
19030
19031[[package]]
19032name = "wasmtime-environ"
19033version = "29.0.1"
19034source = "registry+https://github.com/rust-lang/crates.io-index"
19035checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
19036dependencies = [
19037 "anyhow",
19038 "cpp_demangle",
19039 "cranelift-bitset",
19040 "cranelift-entity",
19041 "gimli",
19042 "indexmap 2.9.0",
19043 "log",
19044 "object",
19045 "postcard",
19046 "rustc-demangle",
19047 "semver",
19048 "serde",
19049 "serde_derive",
19050 "smallvec",
19051 "target-lexicon 0.13.2",
19052 "wasm-encoder 0.221.3",
19053 "wasmparser 0.221.3",
19054 "wasmprinter",
19055 "wasmtime-component-util",
19056]
19057
19058[[package]]
19059name = "wasmtime-fiber"
19060version = "29.0.1"
19061source = "registry+https://github.com/rust-lang/crates.io-index"
19062checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
19063dependencies = [
19064 "anyhow",
19065 "cc",
19066 "cfg-if",
19067 "rustix 0.38.44",
19068 "wasmtime-asm-macros",
19069 "wasmtime-versioned-export-macros",
19070 "windows-sys 0.59.0",
19071]
19072
19073[[package]]
19074name = "wasmtime-jit-icache-coherence"
19075version = "29.0.1"
19076source = "registry+https://github.com/rust-lang/crates.io-index"
19077checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
19078dependencies = [
19079 "anyhow",
19080 "cfg-if",
19081 "libc",
19082 "windows-sys 0.59.0",
19083]
19084
19085[[package]]
19086name = "wasmtime-math"
19087version = "29.0.1"
19088source = "registry+https://github.com/rust-lang/crates.io-index"
19089checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
19090dependencies = [
19091 "libm",
19092]
19093
19094[[package]]
19095name = "wasmtime-slab"
19096version = "29.0.1"
19097source = "registry+https://github.com/rust-lang/crates.io-index"
19098checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
19099
19100[[package]]
19101name = "wasmtime-versioned-export-macros"
19102version = "29.0.1"
19103source = "registry+https://github.com/rust-lang/crates.io-index"
19104checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
19105dependencies = [
19106 "proc-macro2",
19107 "quote",
19108 "syn 2.0.101",
19109]
19110
19111[[package]]
19112name = "wasmtime-wasi"
19113version = "29.0.1"
19114source = "registry+https://github.com/rust-lang/crates.io-index"
19115checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
19116dependencies = [
19117 "anyhow",
19118 "async-trait",
19119 "bitflags 2.9.0",
19120 "bytes 1.10.1",
19121 "cap-fs-ext",
19122 "cap-net-ext",
19123 "cap-rand",
19124 "cap-std",
19125 "cap-time-ext",
19126 "fs-set-times",
19127 "futures 0.3.31",
19128 "io-extras",
19129 "io-lifetimes",
19130 "rustix 0.38.44",
19131 "system-interface",
19132 "thiserror 1.0.69",
19133 "tokio",
19134 "tracing",
19135 "trait-variant",
19136 "url",
19137 "wasmtime",
19138 "wiggle",
19139 "windows-sys 0.59.0",
19140]
19141
19142[[package]]
19143name = "wasmtime-winch"
19144version = "29.0.1"
19145source = "registry+https://github.com/rust-lang/crates.io-index"
19146checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
19147dependencies = [
19148 "anyhow",
19149 "cranelift-codegen",
19150 "gimli",
19151 "object",
19152 "target-lexicon 0.13.2",
19153 "wasmparser 0.221.3",
19154 "wasmtime-cranelift",
19155 "wasmtime-environ",
19156 "winch-codegen",
19157]
19158
19159[[package]]
19160name = "wasmtime-wit-bindgen"
19161version = "29.0.1"
19162source = "registry+https://github.com/rust-lang/crates.io-index"
19163checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
19164dependencies = [
19165 "anyhow",
19166 "heck 0.5.0",
19167 "indexmap 2.9.0",
19168 "wit-parser 0.221.3",
19169]
19170
19171[[package]]
19172name = "wast"
19173version = "35.0.2"
19174source = "registry+https://github.com/rust-lang/crates.io-index"
19175checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19176dependencies = [
19177 "leb128",
19178]
19179
19180[[package]]
19181name = "watch"
19182version = "0.1.0"
19183dependencies = [
19184 "ctor",
19185 "futures 0.3.31",
19186 "gpui",
19187 "parking_lot",
19188 "rand 0.9.1",
19189 "workspace-hack",
19190 "zlog",
19191]
19192
19193[[package]]
19194name = "wayland-backend"
19195version = "0.3.8"
19196source = "registry+https://github.com/rust-lang/crates.io-index"
19197checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
19198dependencies = [
19199 "cc",
19200 "downcast-rs",
19201 "rustix 0.38.44",
19202 "scoped-tls",
19203 "smallvec",
19204 "wayland-sys",
19205]
19206
19207[[package]]
19208name = "wayland-client"
19209version = "0.31.8"
19210source = "registry+https://github.com/rust-lang/crates.io-index"
19211checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
19212dependencies = [
19213 "bitflags 2.9.0",
19214 "rustix 0.38.44",
19215 "wayland-backend",
19216 "wayland-scanner",
19217]
19218
19219[[package]]
19220name = "wayland-cursor"
19221version = "0.31.8"
19222source = "registry+https://github.com/rust-lang/crates.io-index"
19223checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
19224dependencies = [
19225 "rustix 0.38.44",
19226 "wayland-client",
19227 "xcursor",
19228]
19229
19230[[package]]
19231name = "wayland-protocols"
19232version = "0.31.2"
19233source = "registry+https://github.com/rust-lang/crates.io-index"
19234checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
19235dependencies = [
19236 "bitflags 2.9.0",
19237 "wayland-backend",
19238 "wayland-client",
19239 "wayland-scanner",
19240]
19241
19242[[package]]
19243name = "wayland-protocols"
19244version = "0.32.6"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc"
19247dependencies = [
19248 "bitflags 2.9.0",
19249 "wayland-backend",
19250 "wayland-client",
19251 "wayland-scanner",
19252]
19253
19254[[package]]
19255name = "wayland-protocols-plasma"
19256version = "0.2.0"
19257source = "registry+https://github.com/rust-lang/crates.io-index"
19258checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
19259dependencies = [
19260 "bitflags 2.9.0",
19261 "wayland-backend",
19262 "wayland-client",
19263 "wayland-protocols 0.31.2",
19264 "wayland-scanner",
19265]
19266
19267[[package]]
19268name = "wayland-scanner"
19269version = "0.31.6"
19270source = "registry+https://github.com/rust-lang/crates.io-index"
19271checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
19272dependencies = [
19273 "proc-macro2",
19274 "quick-xml 0.37.4",
19275 "quote",
19276]
19277
19278[[package]]
19279name = "wayland-sys"
19280version = "0.31.6"
19281source = "registry+https://github.com/rust-lang/crates.io-index"
19282checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
19283dependencies = [
19284 "dlib",
19285 "log",
19286 "once_cell",
19287 "pkg-config",
19288]
19289
19290[[package]]
19291name = "web-sys"
19292version = "0.3.77"
19293source = "registry+https://github.com/rust-lang/crates.io-index"
19294checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
19295dependencies = [
19296 "js-sys",
19297 "wasm-bindgen",
19298]
19299
19300[[package]]
19301name = "web-time"
19302version = "1.1.0"
19303source = "registry+https://github.com/rust-lang/crates.io-index"
19304checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19305dependencies = [
19306 "js-sys",
19307 "wasm-bindgen",
19308]
19309
19310[[package]]
19311name = "web_atoms"
19312version = "0.1.0"
19313source = "registry+https://github.com/rust-lang/crates.io-index"
19314checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
19315dependencies = [
19316 "phf 0.11.3",
19317 "phf_codegen",
19318 "string_cache",
19319 "string_cache_codegen",
19320]
19321
19322[[package]]
19323name = "web_search"
19324version = "0.1.0"
19325dependencies = [
19326 "anyhow",
19327 "cloud_llm_client",
19328 "collections",
19329 "gpui",
19330 "serde",
19331 "workspace-hack",
19332]
19333
19334[[package]]
19335name = "web_search_providers"
19336version = "0.1.0"
19337dependencies = [
19338 "anyhow",
19339 "client",
19340 "cloud_llm_client",
19341 "futures 0.3.31",
19342 "gpui",
19343 "http_client",
19344 "language_model",
19345 "serde",
19346 "serde_json",
19347 "web_search",
19348 "workspace-hack",
19349]
19350
19351[[package]]
19352name = "webpki-root-certs"
19353version = "0.26.8"
19354source = "registry+https://github.com/rust-lang/crates.io-index"
19355checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
19356dependencies = [
19357 "rustls-pki-types",
19358]
19359
19360[[package]]
19361name = "webpki-roots"
19362version = "0.26.8"
19363source = "registry+https://github.com/rust-lang/crates.io-index"
19364checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
19365dependencies = [
19366 "rustls-pki-types",
19367]
19368
19369[[package]]
19370name = "webrtc-sys"
19371version = "0.3.7"
19372source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
19373dependencies = [
19374 "cc",
19375 "cxx",
19376 "cxx-build",
19377 "glob",
19378 "log",
19379 "webrtc-sys-build",
19380]
19381
19382[[package]]
19383name = "webrtc-sys-build"
19384version = "0.3.6"
19385source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
19386dependencies = [
19387 "fs2",
19388 "regex",
19389 "reqwest 0.11.27",
19390 "scratch",
19391 "semver",
19392 "zip 0.6.6",
19393]
19394
19395[[package]]
19396name = "weezl"
19397version = "0.1.8"
19398source = "registry+https://github.com/rust-lang/crates.io-index"
19399checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
19400
19401[[package]]
19402name = "which"
19403version = "4.4.2"
19404source = "registry+https://github.com/rust-lang/crates.io-index"
19405checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
19406dependencies = [
19407 "either",
19408 "home",
19409 "once_cell",
19410 "rustix 0.38.44",
19411]
19412
19413[[package]]
19414name = "which"
19415version = "6.0.3"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
19418dependencies = [
19419 "either",
19420 "home",
19421 "rustix 0.38.44",
19422 "winsafe",
19423]
19424
19425[[package]]
19426name = "whoami"
19427version = "1.6.0"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
19430dependencies = [
19431 "redox_syscall 0.5.11",
19432 "wasite",
19433]
19434
19435[[package]]
19436name = "wiggle"
19437version = "29.0.1"
19438source = "registry+https://github.com/rust-lang/crates.io-index"
19439checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
19440dependencies = [
19441 "anyhow",
19442 "async-trait",
19443 "bitflags 2.9.0",
19444 "thiserror 1.0.69",
19445 "tracing",
19446 "wasmtime",
19447 "wiggle-macro",
19448]
19449
19450[[package]]
19451name = "wiggle-generate"
19452version = "29.0.1"
19453source = "registry+https://github.com/rust-lang/crates.io-index"
19454checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
19455dependencies = [
19456 "anyhow",
19457 "heck 0.5.0",
19458 "proc-macro2",
19459 "quote",
19460 "shellexpand 2.1.2",
19461 "syn 2.0.101",
19462 "witx",
19463]
19464
19465[[package]]
19466name = "wiggle-macro"
19467version = "29.0.1"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
19470dependencies = [
19471 "proc-macro2",
19472 "quote",
19473 "syn 2.0.101",
19474 "wiggle-generate",
19475]
19476
19477[[package]]
19478name = "winapi"
19479version = "0.3.9"
19480source = "registry+https://github.com/rust-lang/crates.io-index"
19481checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
19482dependencies = [
19483 "winapi-i686-pc-windows-gnu",
19484 "winapi-x86_64-pc-windows-gnu",
19485]
19486
19487[[package]]
19488name = "winapi-i686-pc-windows-gnu"
19489version = "0.4.0"
19490source = "registry+https://github.com/rust-lang/crates.io-index"
19491checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
19492
19493[[package]]
19494name = "winapi-util"
19495version = "0.1.9"
19496source = "registry+https://github.com/rust-lang/crates.io-index"
19497checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
19498dependencies = [
19499 "windows-sys 0.59.0",
19500]
19501
19502[[package]]
19503name = "winapi-x86_64-pc-windows-gnu"
19504version = "0.4.0"
19505source = "registry+https://github.com/rust-lang/crates.io-index"
19506checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
19507
19508[[package]]
19509name = "winch-codegen"
19510version = "29.0.1"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
19513dependencies = [
19514 "anyhow",
19515 "cranelift-codegen",
19516 "gimli",
19517 "regalloc2",
19518 "smallvec",
19519 "target-lexicon 0.13.2",
19520 "thiserror 1.0.69",
19521 "wasmparser 0.221.3",
19522 "wasmtime-cranelift",
19523 "wasmtime-environ",
19524]
19525
19526[[package]]
19527name = "windows"
19528version = "0.54.0"
19529source = "registry+https://github.com/rust-lang/crates.io-index"
19530checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
19531dependencies = [
19532 "windows-core 0.54.0",
19533 "windows-targets 0.52.6",
19534]
19535
19536[[package]]
19537name = "windows"
19538version = "0.58.0"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
19541dependencies = [
19542 "windows-core 0.58.0",
19543 "windows-targets 0.52.6",
19544]
19545
19546[[package]]
19547name = "windows"
19548version = "0.61.1"
19549source = "registry+https://github.com/rust-lang/crates.io-index"
19550checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
19551dependencies = [
19552 "windows-collections",
19553 "windows-core 0.61.0",
19554 "windows-future",
19555 "windows-link 0.1.1",
19556 "windows-numerics",
19557]
19558
19559[[package]]
19560name = "windows-capture"
19561version = "1.4.3"
19562source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
19563dependencies = [
19564 "clap",
19565 "ctrlc",
19566 "parking_lot",
19567 "rayon",
19568 "thiserror 2.0.12",
19569 "windows 0.61.1",
19570 "windows-future",
19571]
19572
19573[[package]]
19574name = "windows-collections"
19575version = "0.2.0"
19576source = "registry+https://github.com/rust-lang/crates.io-index"
19577checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
19578dependencies = [
19579 "windows-core 0.61.0",
19580]
19581
19582[[package]]
19583name = "windows-core"
19584version = "0.54.0"
19585source = "registry+https://github.com/rust-lang/crates.io-index"
19586checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
19587dependencies = [
19588 "windows-result 0.1.2",
19589 "windows-targets 0.52.6",
19590]
19591
19592[[package]]
19593name = "windows-core"
19594version = "0.58.0"
19595source = "registry+https://github.com/rust-lang/crates.io-index"
19596checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
19597dependencies = [
19598 "windows-implement 0.58.0",
19599 "windows-interface 0.58.0",
19600 "windows-result 0.2.0",
19601 "windows-strings 0.1.0",
19602 "windows-targets 0.52.6",
19603]
19604
19605[[package]]
19606name = "windows-core"
19607version = "0.61.0"
19608source = "registry+https://github.com/rust-lang/crates.io-index"
19609checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
19610dependencies = [
19611 "windows-implement 0.60.0",
19612 "windows-interface 0.59.1",
19613 "windows-link 0.1.1",
19614 "windows-result 0.3.2",
19615 "windows-strings 0.4.0",
19616]
19617
19618[[package]]
19619name = "windows-future"
19620version = "0.2.0"
19621source = "registry+https://github.com/rust-lang/crates.io-index"
19622checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
19623dependencies = [
19624 "windows-core 0.61.0",
19625 "windows-link 0.1.1",
19626]
19627
19628[[package]]
19629name = "windows-implement"
19630version = "0.58.0"
19631source = "registry+https://github.com/rust-lang/crates.io-index"
19632checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
19633dependencies = [
19634 "proc-macro2",
19635 "quote",
19636 "syn 2.0.101",
19637]
19638
19639[[package]]
19640name = "windows-implement"
19641version = "0.60.0"
19642source = "registry+https://github.com/rust-lang/crates.io-index"
19643checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
19644dependencies = [
19645 "proc-macro2",
19646 "quote",
19647 "syn 2.0.101",
19648]
19649
19650[[package]]
19651name = "windows-interface"
19652version = "0.58.0"
19653source = "registry+https://github.com/rust-lang/crates.io-index"
19654checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
19655dependencies = [
19656 "proc-macro2",
19657 "quote",
19658 "syn 2.0.101",
19659]
19660
19661[[package]]
19662name = "windows-interface"
19663version = "0.59.1"
19664source = "registry+https://github.com/rust-lang/crates.io-index"
19665checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
19666dependencies = [
19667 "proc-macro2",
19668 "quote",
19669 "syn 2.0.101",
19670]
19671
19672[[package]]
19673name = "windows-link"
19674version = "0.1.1"
19675source = "registry+https://github.com/rust-lang/crates.io-index"
19676checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
19677
19678[[package]]
19679name = "windows-link"
19680version = "0.2.0"
19681source = "registry+https://github.com/rust-lang/crates.io-index"
19682checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
19683
19684[[package]]
19685name = "windows-numerics"
19686version = "0.2.0"
19687source = "registry+https://github.com/rust-lang/crates.io-index"
19688checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
19689dependencies = [
19690 "windows-core 0.61.0",
19691 "windows-link 0.1.1",
19692]
19693
19694[[package]]
19695name = "windows-registry"
19696version = "0.4.0"
19697source = "registry+https://github.com/rust-lang/crates.io-index"
19698checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
19699dependencies = [
19700 "windows-result 0.3.2",
19701 "windows-strings 0.3.1",
19702 "windows-targets 0.53.2",
19703]
19704
19705[[package]]
19706name = "windows-registry"
19707version = "0.5.1"
19708source = "registry+https://github.com/rust-lang/crates.io-index"
19709checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
19710dependencies = [
19711 "windows-link 0.1.1",
19712 "windows-result 0.3.2",
19713 "windows-strings 0.4.0",
19714]
19715
19716[[package]]
19717name = "windows-registry"
19718version = "0.6.0"
19719source = "registry+https://github.com/rust-lang/crates.io-index"
19720checksum = "3f91f87ce112ffb7275000ea98eb1940912c21c1567c9312fde20261f3eadd29"
19721dependencies = [
19722 "windows-link 0.2.0",
19723 "windows-result 0.4.0",
19724 "windows-strings 0.5.0",
19725]
19726
19727[[package]]
19728name = "windows-result"
19729version = "0.1.2"
19730source = "registry+https://github.com/rust-lang/crates.io-index"
19731checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
19732dependencies = [
19733 "windows-targets 0.52.6",
19734]
19735
19736[[package]]
19737name = "windows-result"
19738version = "0.2.0"
19739source = "registry+https://github.com/rust-lang/crates.io-index"
19740checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
19741dependencies = [
19742 "windows-targets 0.52.6",
19743]
19744
19745[[package]]
19746name = "windows-result"
19747version = "0.3.2"
19748source = "registry+https://github.com/rust-lang/crates.io-index"
19749checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
19750dependencies = [
19751 "windows-link 0.1.1",
19752]
19753
19754[[package]]
19755name = "windows-result"
19756version = "0.4.0"
19757source = "registry+https://github.com/rust-lang/crates.io-index"
19758checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
19759dependencies = [
19760 "windows-link 0.2.0",
19761]
19762
19763[[package]]
19764name = "windows-strings"
19765version = "0.1.0"
19766source = "registry+https://github.com/rust-lang/crates.io-index"
19767checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
19768dependencies = [
19769 "windows-result 0.2.0",
19770 "windows-targets 0.52.6",
19771]
19772
19773[[package]]
19774name = "windows-strings"
19775version = "0.3.1"
19776source = "registry+https://github.com/rust-lang/crates.io-index"
19777checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
19778dependencies = [
19779 "windows-link 0.1.1",
19780]
19781
19782[[package]]
19783name = "windows-strings"
19784version = "0.4.0"
19785source = "registry+https://github.com/rust-lang/crates.io-index"
19786checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
19787dependencies = [
19788 "windows-link 0.1.1",
19789]
19790
19791[[package]]
19792name = "windows-strings"
19793version = "0.5.0"
19794source = "registry+https://github.com/rust-lang/crates.io-index"
19795checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
19796dependencies = [
19797 "windows-link 0.2.0",
19798]
19799
19800[[package]]
19801name = "windows-sys"
19802version = "0.45.0"
19803source = "registry+https://github.com/rust-lang/crates.io-index"
19804checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19805dependencies = [
19806 "windows-targets 0.42.2",
19807]
19808
19809[[package]]
19810name = "windows-sys"
19811version = "0.48.0"
19812source = "registry+https://github.com/rust-lang/crates.io-index"
19813checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19814dependencies = [
19815 "windows-targets 0.48.5",
19816]
19817
19818[[package]]
19819name = "windows-sys"
19820version = "0.52.0"
19821source = "registry+https://github.com/rust-lang/crates.io-index"
19822checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19823dependencies = [
19824 "windows-targets 0.52.6",
19825]
19826
19827[[package]]
19828name = "windows-sys"
19829version = "0.59.0"
19830source = "registry+https://github.com/rust-lang/crates.io-index"
19831checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19832dependencies = [
19833 "windows-targets 0.52.6",
19834]
19835
19836[[package]]
19837name = "windows-sys"
19838version = "0.60.2"
19839source = "registry+https://github.com/rust-lang/crates.io-index"
19840checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19841dependencies = [
19842 "windows-targets 0.53.2",
19843]
19844
19845[[package]]
19846name = "windows-sys"
19847version = "0.61.0"
19848source = "registry+https://github.com/rust-lang/crates.io-index"
19849checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
19850dependencies = [
19851 "windows-link 0.2.0",
19852]
19853
19854[[package]]
19855name = "windows-targets"
19856version = "0.42.2"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19859dependencies = [
19860 "windows_aarch64_gnullvm 0.42.2",
19861 "windows_aarch64_msvc 0.42.2",
19862 "windows_i686_gnu 0.42.2",
19863 "windows_i686_msvc 0.42.2",
19864 "windows_x86_64_gnu 0.42.2",
19865 "windows_x86_64_gnullvm 0.42.2",
19866 "windows_x86_64_msvc 0.42.2",
19867]
19868
19869[[package]]
19870name = "windows-targets"
19871version = "0.48.5"
19872source = "registry+https://github.com/rust-lang/crates.io-index"
19873checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19874dependencies = [
19875 "windows_aarch64_gnullvm 0.48.5",
19876 "windows_aarch64_msvc 0.48.5",
19877 "windows_i686_gnu 0.48.5",
19878 "windows_i686_msvc 0.48.5",
19879 "windows_x86_64_gnu 0.48.5",
19880 "windows_x86_64_gnullvm 0.48.5",
19881 "windows_x86_64_msvc 0.48.5",
19882]
19883
19884[[package]]
19885name = "windows-targets"
19886version = "0.52.6"
19887source = "registry+https://github.com/rust-lang/crates.io-index"
19888checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19889dependencies = [
19890 "windows_aarch64_gnullvm 0.52.6",
19891 "windows_aarch64_msvc 0.52.6",
19892 "windows_i686_gnu 0.52.6",
19893 "windows_i686_gnullvm 0.52.6",
19894 "windows_i686_msvc 0.52.6",
19895 "windows_x86_64_gnu 0.52.6",
19896 "windows_x86_64_gnullvm 0.52.6",
19897 "windows_x86_64_msvc 0.52.6",
19898]
19899
19900[[package]]
19901name = "windows-targets"
19902version = "0.53.2"
19903source = "registry+https://github.com/rust-lang/crates.io-index"
19904checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
19905dependencies = [
19906 "windows_aarch64_gnullvm 0.53.0",
19907 "windows_aarch64_msvc 0.53.0",
19908 "windows_i686_gnu 0.53.0",
19909 "windows_i686_gnullvm 0.53.0",
19910 "windows_i686_msvc 0.53.0",
19911 "windows_x86_64_gnu 0.53.0",
19912 "windows_x86_64_gnullvm 0.53.0",
19913 "windows_x86_64_msvc 0.53.0",
19914]
19915
19916[[package]]
19917name = "windows_aarch64_gnullvm"
19918version = "0.42.2"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19921
19922[[package]]
19923name = "windows_aarch64_gnullvm"
19924version = "0.48.5"
19925source = "registry+https://github.com/rust-lang/crates.io-index"
19926checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
19927
19928[[package]]
19929name = "windows_aarch64_gnullvm"
19930version = "0.52.6"
19931source = "registry+https://github.com/rust-lang/crates.io-index"
19932checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
19933
19934[[package]]
19935name = "windows_aarch64_gnullvm"
19936version = "0.53.0"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
19939
19940[[package]]
19941name = "windows_aarch64_msvc"
19942version = "0.42.2"
19943source = "registry+https://github.com/rust-lang/crates.io-index"
19944checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
19945
19946[[package]]
19947name = "windows_aarch64_msvc"
19948version = "0.48.5"
19949source = "registry+https://github.com/rust-lang/crates.io-index"
19950checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
19951
19952[[package]]
19953name = "windows_aarch64_msvc"
19954version = "0.52.6"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
19957
19958[[package]]
19959name = "windows_aarch64_msvc"
19960version = "0.53.0"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
19963
19964[[package]]
19965name = "windows_i686_gnu"
19966version = "0.42.2"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
19969
19970[[package]]
19971name = "windows_i686_gnu"
19972version = "0.48.5"
19973source = "registry+https://github.com/rust-lang/crates.io-index"
19974checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
19975
19976[[package]]
19977name = "windows_i686_gnu"
19978version = "0.52.6"
19979source = "registry+https://github.com/rust-lang/crates.io-index"
19980checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
19981
19982[[package]]
19983name = "windows_i686_gnu"
19984version = "0.53.0"
19985source = "registry+https://github.com/rust-lang/crates.io-index"
19986checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
19987
19988[[package]]
19989name = "windows_i686_gnullvm"
19990version = "0.52.6"
19991source = "registry+https://github.com/rust-lang/crates.io-index"
19992checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
19993
19994[[package]]
19995name = "windows_i686_gnullvm"
19996version = "0.53.0"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
19999
20000[[package]]
20001name = "windows_i686_msvc"
20002version = "0.42.2"
20003source = "registry+https://github.com/rust-lang/crates.io-index"
20004checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20005
20006[[package]]
20007name = "windows_i686_msvc"
20008version = "0.48.5"
20009source = "registry+https://github.com/rust-lang/crates.io-index"
20010checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20011
20012[[package]]
20013name = "windows_i686_msvc"
20014version = "0.52.6"
20015source = "registry+https://github.com/rust-lang/crates.io-index"
20016checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20017
20018[[package]]
20019name = "windows_i686_msvc"
20020version = "0.53.0"
20021source = "registry+https://github.com/rust-lang/crates.io-index"
20022checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
20023
20024[[package]]
20025name = "windows_x86_64_gnu"
20026version = "0.42.2"
20027source = "registry+https://github.com/rust-lang/crates.io-index"
20028checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20029
20030[[package]]
20031name = "windows_x86_64_gnu"
20032version = "0.48.5"
20033source = "registry+https://github.com/rust-lang/crates.io-index"
20034checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20035
20036[[package]]
20037name = "windows_x86_64_gnu"
20038version = "0.52.6"
20039source = "registry+https://github.com/rust-lang/crates.io-index"
20040checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20041
20042[[package]]
20043name = "windows_x86_64_gnu"
20044version = "0.53.0"
20045source = "registry+https://github.com/rust-lang/crates.io-index"
20046checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
20047
20048[[package]]
20049name = "windows_x86_64_gnullvm"
20050version = "0.42.2"
20051source = "registry+https://github.com/rust-lang/crates.io-index"
20052checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20053
20054[[package]]
20055name = "windows_x86_64_gnullvm"
20056version = "0.48.5"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20059
20060[[package]]
20061name = "windows_x86_64_gnullvm"
20062version = "0.52.6"
20063source = "registry+https://github.com/rust-lang/crates.io-index"
20064checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20065
20066[[package]]
20067name = "windows_x86_64_gnullvm"
20068version = "0.53.0"
20069source = "registry+https://github.com/rust-lang/crates.io-index"
20070checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
20071
20072[[package]]
20073name = "windows_x86_64_msvc"
20074version = "0.42.2"
20075source = "registry+https://github.com/rust-lang/crates.io-index"
20076checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
20077
20078[[package]]
20079name = "windows_x86_64_msvc"
20080version = "0.48.5"
20081source = "registry+https://github.com/rust-lang/crates.io-index"
20082checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
20083
20084[[package]]
20085name = "windows_x86_64_msvc"
20086version = "0.52.6"
20087source = "registry+https://github.com/rust-lang/crates.io-index"
20088checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
20089
20090[[package]]
20091name = "windows_x86_64_msvc"
20092version = "0.53.0"
20093source = "registry+https://github.com/rust-lang/crates.io-index"
20094checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
20095
20096[[package]]
20097name = "winnow"
20098version = "0.7.6"
20099source = "registry+https://github.com/rust-lang/crates.io-index"
20100checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
20101dependencies = [
20102 "memchr",
20103]
20104
20105[[package]]
20106name = "winreg"
20107version = "0.10.1"
20108source = "registry+https://github.com/rust-lang/crates.io-index"
20109checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
20110dependencies = [
20111 "winapi",
20112]
20113
20114[[package]]
20115name = "winreg"
20116version = "0.50.0"
20117source = "registry+https://github.com/rust-lang/crates.io-index"
20118checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
20119dependencies = [
20120 "cfg-if",
20121 "windows-sys 0.48.0",
20122]
20123
20124[[package]]
20125name = "winreg"
20126version = "0.52.0"
20127source = "registry+https://github.com/rust-lang/crates.io-index"
20128checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
20129dependencies = [
20130 "cfg-if",
20131 "windows-sys 0.48.0",
20132]
20133
20134[[package]]
20135name = "winreg"
20136version = "0.55.0"
20137source = "registry+https://github.com/rust-lang/crates.io-index"
20138checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
20139dependencies = [
20140 "cfg-if",
20141 "windows-sys 0.59.0",
20142]
20143
20144[[package]]
20145name = "winresource"
20146version = "0.1.20"
20147source = "registry+https://github.com/rust-lang/crates.io-index"
20148checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
20149dependencies = [
20150 "toml 0.8.20",
20151 "version_check",
20152]
20153
20154[[package]]
20155name = "winsafe"
20156version = "0.0.19"
20157source = "registry+https://github.com/rust-lang/crates.io-index"
20158checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
20159
20160[[package]]
20161name = "winx"
20162version = "0.36.4"
20163source = "registry+https://github.com/rust-lang/crates.io-index"
20164checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
20165dependencies = [
20166 "bitflags 2.9.0",
20167 "windows-sys 0.59.0",
20168]
20169
20170[[package]]
20171name = "wio"
20172version = "0.2.2"
20173source = "registry+https://github.com/rust-lang/crates.io-index"
20174checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
20175dependencies = [
20176 "winapi",
20177]
20178
20179[[package]]
20180name = "wit-bindgen"
20181version = "0.22.0"
20182source = "registry+https://github.com/rust-lang/crates.io-index"
20183checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
20184dependencies = [
20185 "bitflags 2.9.0",
20186 "wit-bindgen-rt 0.22.0",
20187 "wit-bindgen-rust-macro 0.22.0",
20188]
20189
20190[[package]]
20191name = "wit-bindgen"
20192version = "0.41.0"
20193source = "registry+https://github.com/rust-lang/crates.io-index"
20194checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
20195dependencies = [
20196 "wit-bindgen-rt 0.41.0",
20197 "wit-bindgen-rust-macro 0.41.0",
20198]
20199
20200[[package]]
20201name = "wit-bindgen-core"
20202version = "0.22.0"
20203source = "registry+https://github.com/rust-lang/crates.io-index"
20204checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
20205dependencies = [
20206 "anyhow",
20207 "wit-parser 0.201.0",
20208]
20209
20210[[package]]
20211name = "wit-bindgen-core"
20212version = "0.41.0"
20213source = "registry+https://github.com/rust-lang/crates.io-index"
20214checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
20215dependencies = [
20216 "anyhow",
20217 "heck 0.5.0",
20218 "wit-parser 0.227.1",
20219]
20220
20221[[package]]
20222name = "wit-bindgen-rt"
20223version = "0.22.0"
20224source = "registry+https://github.com/rust-lang/crates.io-index"
20225checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
20226
20227[[package]]
20228name = "wit-bindgen-rt"
20229version = "0.39.0"
20230source = "registry+https://github.com/rust-lang/crates.io-index"
20231checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
20232dependencies = [
20233 "bitflags 2.9.0",
20234]
20235
20236[[package]]
20237name = "wit-bindgen-rt"
20238version = "0.41.0"
20239source = "registry+https://github.com/rust-lang/crates.io-index"
20240checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
20241dependencies = [
20242 "bitflags 2.9.0",
20243 "futures 0.3.31",
20244 "once_cell",
20245]
20246
20247[[package]]
20248name = "wit-bindgen-rust"
20249version = "0.22.0"
20250source = "registry+https://github.com/rust-lang/crates.io-index"
20251checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
20252dependencies = [
20253 "anyhow",
20254 "heck 0.4.1",
20255 "indexmap 2.9.0",
20256 "wasm-metadata 0.201.0",
20257 "wit-bindgen-core 0.22.0",
20258 "wit-component 0.201.0",
20259]
20260
20261[[package]]
20262name = "wit-bindgen-rust"
20263version = "0.41.0"
20264source = "registry+https://github.com/rust-lang/crates.io-index"
20265checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
20266dependencies = [
20267 "anyhow",
20268 "heck 0.5.0",
20269 "indexmap 2.9.0",
20270 "prettyplease",
20271 "syn 2.0.101",
20272 "wasm-metadata 0.227.1",
20273 "wit-bindgen-core 0.41.0",
20274 "wit-component 0.227.1",
20275]
20276
20277[[package]]
20278name = "wit-bindgen-rust-macro"
20279version = "0.22.0"
20280source = "registry+https://github.com/rust-lang/crates.io-index"
20281checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
20282dependencies = [
20283 "anyhow",
20284 "proc-macro2",
20285 "quote",
20286 "syn 2.0.101",
20287 "wit-bindgen-core 0.22.0",
20288 "wit-bindgen-rust 0.22.0",
20289]
20290
20291[[package]]
20292name = "wit-bindgen-rust-macro"
20293version = "0.41.0"
20294source = "registry+https://github.com/rust-lang/crates.io-index"
20295checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
20296dependencies = [
20297 "anyhow",
20298 "prettyplease",
20299 "proc-macro2",
20300 "quote",
20301 "syn 2.0.101",
20302 "wit-bindgen-core 0.41.0",
20303 "wit-bindgen-rust 0.41.0",
20304]
20305
20306[[package]]
20307name = "wit-component"
20308version = "0.201.0"
20309source = "registry+https://github.com/rust-lang/crates.io-index"
20310checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
20311dependencies = [
20312 "anyhow",
20313 "bitflags 2.9.0",
20314 "indexmap 2.9.0",
20315 "log",
20316 "serde",
20317 "serde_derive",
20318 "serde_json",
20319 "wasm-encoder 0.201.0",
20320 "wasm-metadata 0.201.0",
20321 "wasmparser 0.201.0",
20322 "wit-parser 0.201.0",
20323]
20324
20325[[package]]
20326name = "wit-component"
20327version = "0.227.1"
20328source = "registry+https://github.com/rust-lang/crates.io-index"
20329checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
20330dependencies = [
20331 "anyhow",
20332 "bitflags 2.9.0",
20333 "indexmap 2.9.0",
20334 "log",
20335 "serde",
20336 "serde_derive",
20337 "serde_json",
20338 "wasm-encoder 0.227.1",
20339 "wasm-metadata 0.227.1",
20340 "wasmparser 0.227.1",
20341 "wit-parser 0.227.1",
20342]
20343
20344[[package]]
20345name = "wit-parser"
20346version = "0.201.0"
20347source = "registry+https://github.com/rust-lang/crates.io-index"
20348checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
20349dependencies = [
20350 "anyhow",
20351 "id-arena",
20352 "indexmap 2.9.0",
20353 "log",
20354 "semver",
20355 "serde",
20356 "serde_derive",
20357 "serde_json",
20358 "unicode-xid",
20359 "wasmparser 0.201.0",
20360]
20361
20362[[package]]
20363name = "wit-parser"
20364version = "0.221.3"
20365source = "registry+https://github.com/rust-lang/crates.io-index"
20366checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
20367dependencies = [
20368 "anyhow",
20369 "id-arena",
20370 "indexmap 2.9.0",
20371 "log",
20372 "semver",
20373 "serde",
20374 "serde_derive",
20375 "serde_json",
20376 "unicode-xid",
20377 "wasmparser 0.221.3",
20378]
20379
20380[[package]]
20381name = "wit-parser"
20382version = "0.227.1"
20383source = "registry+https://github.com/rust-lang/crates.io-index"
20384checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
20385dependencies = [
20386 "anyhow",
20387 "id-arena",
20388 "indexmap 2.9.0",
20389 "log",
20390 "semver",
20391 "serde",
20392 "serde_derive",
20393 "serde_json",
20394 "unicode-xid",
20395 "wasmparser 0.227.1",
20396]
20397
20398[[package]]
20399name = "witx"
20400version = "0.9.1"
20401source = "registry+https://github.com/rust-lang/crates.io-index"
20402checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
20403dependencies = [
20404 "anyhow",
20405 "log",
20406 "thiserror 1.0.69",
20407 "wast",
20408]
20409
20410[[package]]
20411name = "workspace"
20412version = "0.1.0"
20413dependencies = [
20414 "any_vec",
20415 "anyhow",
20416 "async-recursion",
20417 "call",
20418 "client",
20419 "clock",
20420 "collections",
20421 "component",
20422 "dap",
20423 "db",
20424 "fs",
20425 "futures 0.3.31",
20426 "gpui",
20427 "http_client",
20428 "itertools 0.14.0",
20429 "language",
20430 "log",
20431 "menu",
20432 "node_runtime",
20433 "parking_lot",
20434 "postage",
20435 "pretty_assertions",
20436 "project",
20437 "remote",
20438 "schemars 1.0.1",
20439 "serde",
20440 "serde_json",
20441 "session",
20442 "settings",
20443 "smallvec",
20444 "sqlez",
20445 "strum 0.27.2",
20446 "task",
20447 "telemetry",
20448 "tempfile",
20449 "theme",
20450 "ui",
20451 "util",
20452 "uuid",
20453 "windows 0.61.1",
20454 "workspace-hack",
20455 "zed_actions",
20456 "zlog",
20457]
20458
20459[[package]]
20460name = "workspace-hack"
20461version = "0.1.0"
20462dependencies = [
20463 "aes",
20464 "ahash 0.8.11",
20465 "aho-corasick",
20466 "anstream",
20467 "arrayvec",
20468 "ashpd 0.11.0",
20469 "async-compression",
20470 "async-std",
20471 "async-tungstenite",
20472 "aws-config",
20473 "aws-credential-types",
20474 "aws-runtime",
20475 "aws-sigv4",
20476 "aws-smithy-async",
20477 "aws-smithy-http",
20478 "aws-smithy-runtime",
20479 "aws-smithy-runtime-api",
20480 "aws-smithy-types",
20481 "base64 0.22.1",
20482 "base64ct",
20483 "bigdecimal",
20484 "bit-set 0.8.0",
20485 "bit-vec 0.8.0",
20486 "bitflags 2.9.0",
20487 "bstr",
20488 "bytemuck",
20489 "byteorder",
20490 "bytes 1.10.1",
20491 "cc",
20492 "chrono",
20493 "cipher",
20494 "clap",
20495 "clap_builder",
20496 "codespan-reporting",
20497 "concurrent-queue",
20498 "core-foundation 0.9.4",
20499 "core-foundation-sys",
20500 "cranelift-codegen",
20501 "crossbeam-channel",
20502 "crossbeam-epoch",
20503 "crossbeam-utils",
20504 "crypto-common",
20505 "deranged",
20506 "digest",
20507 "either",
20508 "euclid",
20509 "event-listener 5.4.0",
20510 "event-listener-strategy",
20511 "flate2",
20512 "flume",
20513 "foldhash",
20514 "form_urlencoded",
20515 "futures 0.3.31",
20516 "futures-channel",
20517 "futures-core",
20518 "futures-executor",
20519 "futures-io",
20520 "futures-sink",
20521 "futures-task",
20522 "futures-util",
20523 "getrandom 0.2.15",
20524 "getrandom 0.3.2",
20525 "gimli",
20526 "half",
20527 "handlebars 4.5.0",
20528 "hashbrown 0.14.5",
20529 "hashbrown 0.15.3",
20530 "heck 0.4.1",
20531 "hmac",
20532 "hyper 0.14.32",
20533 "hyper-rustls 0.27.5",
20534 "idna",
20535 "indexmap 2.9.0",
20536 "inout",
20537 "itertools 0.12.1",
20538 "itertools 0.13.0",
20539 "lazy_static",
20540 "libc",
20541 "libsqlite3-sys",
20542 "linux-raw-sys 0.4.15",
20543 "linux-raw-sys 0.9.4",
20544 "livekit-runtime",
20545 "log",
20546 "lyon",
20547 "lyon_path",
20548 "md-5",
20549 "memchr",
20550 "memmap2",
20551 "mime_guess",
20552 "miniz_oxide",
20553 "mio 1.0.3",
20554 "naga",
20555 "nix 0.28.0",
20556 "nix 0.29.0",
20557 "nix 0.30.1",
20558 "nom 7.1.3",
20559 "num-bigint",
20560 "num-bigint-dig",
20561 "num-complex",
20562 "num-integer",
20563 "num-iter",
20564 "num-rational",
20565 "num-traits",
20566 "objc2",
20567 "objc2-core-foundation",
20568 "objc2-foundation",
20569 "objc2-metal",
20570 "object",
20571 "once_cell",
20572 "percent-encoding",
20573 "phf 0.11.3",
20574 "phf_shared 0.11.3",
20575 "prettyplease",
20576 "proc-macro2",
20577 "prost 0.12.6",
20578 "prost 0.9.0",
20579 "prost-types 0.9.0",
20580 "quote",
20581 "rand 0.8.5",
20582 "rand 0.9.1",
20583 "rand_chacha 0.3.1",
20584 "rand_core 0.6.4",
20585 "rand_distr",
20586 "regalloc2",
20587 "regex",
20588 "regex-automata",
20589 "regex-syntax",
20590 "reqwest 0.12.15",
20591 "ring",
20592 "rust_decimal",
20593 "rustc-hash 1.1.0",
20594 "rustix 0.38.44",
20595 "rustix 1.0.7",
20596 "rustls 0.23.26",
20597 "rustls-webpki 0.103.1",
20598 "scopeguard",
20599 "sea-orm",
20600 "sea-query-binder",
20601 "security-framework 3.2.0",
20602 "security-framework-sys",
20603 "semver",
20604 "serde",
20605 "serde_core",
20606 "serde_json",
20607 "simd-adler32",
20608 "smallvec",
20609 "spin",
20610 "sqlx",
20611 "sqlx-macros",
20612 "sqlx-macros-core",
20613 "sqlx-postgres",
20614 "sqlx-sqlite",
20615 "stable_deref_trait",
20616 "strum 0.26.3",
20617 "subtle",
20618 "syn 1.0.109",
20619 "syn 2.0.101",
20620 "thiserror 2.0.12",
20621 "time",
20622 "time-macros",
20623 "tokio",
20624 "tokio-rustls 0.26.2",
20625 "tokio-socks",
20626 "tokio-stream",
20627 "tokio-util",
20628 "toml_datetime",
20629 "toml_edit",
20630 "tower 0.5.2",
20631 "tracing",
20632 "tracing-core",
20633 "tungstenite 0.26.2",
20634 "unicode-properties",
20635 "url",
20636 "uuid",
20637 "wasmparser 0.221.3",
20638 "wasmtime",
20639 "wasmtime-cranelift",
20640 "wasmtime-environ",
20641 "wayland-backend",
20642 "wayland-sys",
20643 "winapi",
20644 "windows 0.61.1",
20645 "windows-core 0.61.0",
20646 "windows-numerics",
20647 "windows-sys 0.48.0",
20648 "windows-sys 0.52.0",
20649 "windows-sys 0.59.0",
20650 "windows-sys 0.61.0",
20651 "zbus_macros",
20652 "zeroize",
20653 "zvariant",
20654]
20655
20656[[package]]
20657name = "worktree"
20658version = "0.1.0"
20659dependencies = [
20660 "anyhow",
20661 "async-lock 2.8.0",
20662 "clock",
20663 "collections",
20664 "fs",
20665 "futures 0.3.31",
20666 "fuzzy",
20667 "git",
20668 "git2",
20669 "gpui",
20670 "http_client",
20671 "ignore",
20672 "language",
20673 "log",
20674 "parking_lot",
20675 "paths",
20676 "postage",
20677 "pretty_assertions",
20678 "rand 0.9.1",
20679 "rpc",
20680 "serde",
20681 "serde_json",
20682 "settings",
20683 "smallvec",
20684 "smol",
20685 "sum_tree",
20686 "text",
20687 "util",
20688 "workspace-hack",
20689 "zlog",
20690]
20691
20692[[package]]
20693name = "worktree_benchmarks"
20694version = "0.1.0"
20695dependencies = [
20696 "fs",
20697 "gpui",
20698 "settings",
20699 "workspace-hack",
20700 "worktree",
20701]
20702
20703[[package]]
20704name = "write16"
20705version = "1.0.0"
20706source = "registry+https://github.com/rust-lang/crates.io-index"
20707checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
20708
20709[[package]]
20710name = "writeable"
20711version = "0.5.5"
20712source = "registry+https://github.com/rust-lang/crates.io-index"
20713checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
20714
20715[[package]]
20716name = "wyz"
20717version = "0.5.1"
20718source = "registry+https://github.com/rust-lang/crates.io-index"
20719checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
20720dependencies = [
20721 "tap",
20722]
20723
20724[[package]]
20725name = "x11"
20726version = "2.21.0"
20727source = "registry+https://github.com/rust-lang/crates.io-index"
20728checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
20729dependencies = [
20730 "libc",
20731 "pkg-config",
20732]
20733
20734[[package]]
20735name = "x11-clipboard"
20736version = "0.9.3"
20737source = "registry+https://github.com/rust-lang/crates.io-index"
20738checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
20739dependencies = [
20740 "libc",
20741 "x11rb",
20742]
20743
20744[[package]]
20745name = "x11rb"
20746version = "0.13.1"
20747source = "registry+https://github.com/rust-lang/crates.io-index"
20748checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
20749dependencies = [
20750 "as-raw-xcb-connection",
20751 "gethostname",
20752 "libc",
20753 "rustix 0.38.44",
20754 "x11rb-protocol",
20755]
20756
20757[[package]]
20758name = "x11rb-protocol"
20759version = "0.13.1"
20760source = "registry+https://github.com/rust-lang/crates.io-index"
20761checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
20762
20763[[package]]
20764name = "x_ai"
20765version = "0.1.0"
20766dependencies = [
20767 "anyhow",
20768 "schemars 1.0.1",
20769 "serde",
20770 "strum 0.27.2",
20771 "workspace-hack",
20772]
20773
20774[[package]]
20775name = "xattr"
20776version = "0.2.3"
20777source = "registry+https://github.com/rust-lang/crates.io-index"
20778checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
20779dependencies = [
20780 "libc",
20781]
20782
20783[[package]]
20784name = "xcb"
20785version = "1.6.0"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
20788dependencies = [
20789 "bitflags 1.3.2",
20790 "libc",
20791 "quick-xml 0.30.0",
20792 "x11",
20793]
20794
20795[[package]]
20796name = "xcursor"
20797version = "0.3.8"
20798source = "registry+https://github.com/rust-lang/crates.io-index"
20799checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
20800
20801[[package]]
20802name = "xim-ctext"
20803version = "0.3.0"
20804source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20805dependencies = [
20806 "encoding_rs",
20807]
20808
20809[[package]]
20810name = "xim-parser"
20811version = "0.2.1"
20812source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20813dependencies = [
20814 "bitflags 2.9.0",
20815]
20816
20817[[package]]
20818name = "xkbcommon"
20819version = "0.8.0"
20820source = "registry+https://github.com/rust-lang/crates.io-index"
20821checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20822dependencies = [
20823 "as-raw-xcb-connection",
20824 "libc",
20825 "memmap2",
20826 "xkeysym",
20827]
20828
20829[[package]]
20830name = "xkeysym"
20831version = "0.2.1"
20832source = "registry+https://github.com/rust-lang/crates.io-index"
20833checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20834
20835[[package]]
20836name = "xml5ever"
20837version = "0.18.1"
20838source = "registry+https://github.com/rust-lang/crates.io-index"
20839checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20840dependencies = [
20841 "log",
20842 "mac",
20843 "markup5ever 0.12.1",
20844]
20845
20846[[package]]
20847name = "xmlparser"
20848version = "0.13.6"
20849source = "registry+https://github.com/rust-lang/crates.io-index"
20850checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20851
20852[[package]]
20853name = "xmlwriter"
20854version = "0.1.0"
20855source = "registry+https://github.com/rust-lang/crates.io-index"
20856checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20857
20858[[package]]
20859name = "xtask"
20860version = "0.1.0"
20861dependencies = [
20862 "anyhow",
20863 "cargo_metadata",
20864 "cargo_toml",
20865 "clap",
20866 "indoc",
20867 "toml 0.8.20",
20868 "toml_edit",
20869 "workspace-hack",
20870]
20871
20872[[package]]
20873name = "xxhash-rust"
20874version = "0.8.15"
20875source = "registry+https://github.com/rust-lang/crates.io-index"
20876checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
20877
20878[[package]]
20879name = "yaml-rust2"
20880version = "0.8.1"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20883dependencies = [
20884 "arraydeque",
20885 "encoding_rs",
20886 "hashlink 0.8.4",
20887]
20888
20889[[package]]
20890name = "yansi"
20891version = "1.0.1"
20892source = "registry+https://github.com/rust-lang/crates.io-index"
20893checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20894
20895[[package]]
20896name = "yawc"
20897version = "0.2.5"
20898source = "registry+https://github.com/rust-lang/crates.io-index"
20899checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20900dependencies = [
20901 "base64 0.22.1",
20902 "bytes 1.10.1",
20903 "flate2",
20904 "futures 0.3.31",
20905 "http-body-util",
20906 "hyper 1.6.0",
20907 "hyper-util",
20908 "js-sys",
20909 "nom 8.0.0",
20910 "pin-project",
20911 "rand 0.8.5",
20912 "sha1",
20913 "thiserror 1.0.69",
20914 "tokio",
20915 "tokio-rustls 0.26.2",
20916 "tokio-util",
20917 "url",
20918 "wasm-bindgen",
20919 "wasm-bindgen-futures",
20920 "web-sys",
20921 "webpki-roots",
20922]
20923
20924[[package]]
20925name = "yazi"
20926version = "0.2.1"
20927source = "registry+https://github.com/rust-lang/crates.io-index"
20928checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20929
20930[[package]]
20931name = "yeslogic-fontconfig-sys"
20932version = "6.0.0"
20933source = "registry+https://github.com/rust-lang/crates.io-index"
20934checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20935dependencies = [
20936 "dlib",
20937 "once_cell",
20938 "pkg-config",
20939]
20940
20941[[package]]
20942name = "yoke"
20943version = "0.7.5"
20944source = "registry+https://github.com/rust-lang/crates.io-index"
20945checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20946dependencies = [
20947 "serde",
20948 "stable_deref_trait",
20949 "yoke-derive",
20950 "zerofrom",
20951]
20952
20953[[package]]
20954name = "yoke-derive"
20955version = "0.7.5"
20956source = "registry+https://github.com/rust-lang/crates.io-index"
20957checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20958dependencies = [
20959 "proc-macro2",
20960 "quote",
20961 "syn 2.0.101",
20962 "synstructure",
20963]
20964
20965[[package]]
20966name = "zbus"
20967version = "5.11.0"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7"
20970dependencies = [
20971 "async-broadcast",
20972 "async-executor",
20973 "async-io",
20974 "async-lock 3.4.1",
20975 "async-process",
20976 "async-recursion",
20977 "async-task",
20978 "async-trait",
20979 "blocking",
20980 "enumflags2",
20981 "event-listener 5.4.0",
20982 "futures-core",
20983 "futures-lite 2.6.0",
20984 "hex",
20985 "nix 0.30.1",
20986 "ordered-stream",
20987 "serde",
20988 "serde_repr",
20989 "tracing",
20990 "uds_windows",
20991 "windows-sys 0.60.2",
20992 "winnow",
20993 "zbus_macros",
20994 "zbus_names",
20995 "zvariant",
20996]
20997
20998[[package]]
20999name = "zbus_macros"
21000version = "5.11.0"
21001source = "registry+https://github.com/rust-lang/crates.io-index"
21002checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca"
21003dependencies = [
21004 "proc-macro-crate",
21005 "proc-macro2",
21006 "quote",
21007 "syn 2.0.101",
21008 "zbus_names",
21009 "zvariant",
21010 "zvariant_utils",
21011]
21012
21013[[package]]
21014name = "zbus_names"
21015version = "4.2.0"
21016source = "registry+https://github.com/rust-lang/crates.io-index"
21017checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
21018dependencies = [
21019 "serde",
21020 "static_assertions",
21021 "winnow",
21022 "zvariant",
21023]
21024
21025[[package]]
21026name = "zed"
21027version = "0.210.0"
21028dependencies = [
21029 "acp_tools",
21030 "activity_indicator",
21031 "agent_settings",
21032 "agent_ui",
21033 "anyhow",
21034 "ashpd 0.11.0",
21035 "askpass",
21036 "assets",
21037 "audio",
21038 "auto_update",
21039 "auto_update_ui",
21040 "backtrace",
21041 "bincode 1.3.3",
21042 "breadcrumbs",
21043 "call",
21044 "channel",
21045 "clap",
21046 "cli",
21047 "client",
21048 "codestral",
21049 "collab_ui",
21050 "collections",
21051 "command_palette",
21052 "component",
21053 "copilot",
21054 "crashes",
21055 "dap",
21056 "dap_adapters",
21057 "db",
21058 "debug_adapter_extension",
21059 "debugger_tools",
21060 "debugger_ui",
21061 "diagnostics",
21062 "edit_prediction_button",
21063 "editor",
21064 "env_logger 0.11.8",
21065 "extension",
21066 "extension_host",
21067 "extensions_ui",
21068 "feature_flags",
21069 "feedback",
21070 "file_finder",
21071 "fs",
21072 "futures 0.3.31",
21073 "git",
21074 "git_hosting_providers",
21075 "git_ui",
21076 "go_to_line",
21077 "gpui",
21078 "gpui_tokio",
21079 "http_client",
21080 "image_viewer",
21081 "inspector_ui",
21082 "install_cli",
21083 "itertools 0.14.0",
21084 "journal",
21085 "json_schema_store",
21086 "keymap_editor",
21087 "language",
21088 "language_extension",
21089 "language_model",
21090 "language_models",
21091 "language_onboarding",
21092 "language_selector",
21093 "language_tools",
21094 "languages",
21095 "line_ending_selector",
21096 "log",
21097 "markdown",
21098 "markdown_preview",
21099 "menu",
21100 "migrator",
21101 "mimalloc",
21102 "nc",
21103 "nix 0.29.0",
21104 "node_runtime",
21105 "notifications",
21106 "onboarding",
21107 "outline",
21108 "outline_panel",
21109 "parking_lot",
21110 "paths",
21111 "picker",
21112 "pretty_assertions",
21113 "profiling",
21114 "project",
21115 "project_panel",
21116 "project_symbols",
21117 "prompt_store",
21118 "proto",
21119 "recent_projects",
21120 "release_channel",
21121 "remote",
21122 "repl",
21123 "reqwest_client",
21124 "rope",
21125 "search",
21126 "serde",
21127 "serde_json",
21128 "session",
21129 "settings",
21130 "settings_profile_selector",
21131 "settings_ui",
21132 "shellexpand 2.1.2",
21133 "smol",
21134 "snippet_provider",
21135 "snippets_ui",
21136 "supermaven",
21137 "svg_preview",
21138 "sysinfo 0.37.2",
21139 "system_specs",
21140 "tab_switcher",
21141 "task",
21142 "tasks_ui",
21143 "telemetry",
21144 "telemetry_events",
21145 "terminal_view",
21146 "theme",
21147 "theme_extension",
21148 "theme_selector",
21149 "time",
21150 "title_bar",
21151 "toolchain_selector",
21152 "tree-sitter-md",
21153 "tree-sitter-rust",
21154 "ui",
21155 "ui_input",
21156 "ui_prompt",
21157 "url",
21158 "urlencoding",
21159 "util",
21160 "uuid",
21161 "vim",
21162 "vim_mode_setting",
21163 "watch",
21164 "web_search",
21165 "web_search_providers",
21166 "windows 0.61.1",
21167 "winresource",
21168 "workspace",
21169 "workspace-hack",
21170 "zed-reqwest",
21171 "zed_actions",
21172 "zed_env_vars",
21173 "zeta",
21174 "zeta2",
21175 "zeta2_tools",
21176 "zlog",
21177 "zlog_settings",
21178]
21179
21180[[package]]
21181name = "zed-font-kit"
21182version = "0.14.1-zed"
21183source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
21184dependencies = [
21185 "bitflags 2.9.0",
21186 "byteorder",
21187 "core-foundation 0.10.0",
21188 "core-graphics 0.24.0",
21189 "core-text",
21190 "dirs 5.0.1",
21191 "dwrote",
21192 "float-ord",
21193 "freetype-sys",
21194 "lazy_static",
21195 "libc",
21196 "log",
21197 "pathfinder_geometry",
21198 "pathfinder_simd",
21199 "walkdir",
21200 "winapi",
21201 "yeslogic-fontconfig-sys",
21202]
21203
21204[[package]]
21205name = "zed-reqwest"
21206version = "0.12.15-zed"
21207source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
21208dependencies = [
21209 "base64 0.22.1",
21210 "bytes 1.10.1",
21211 "encoding_rs",
21212 "futures-core",
21213 "futures-util",
21214 "h2 0.4.9",
21215 "http 1.3.1",
21216 "http-body 1.0.1",
21217 "http-body-util",
21218 "hyper 1.6.0",
21219 "hyper-rustls 0.27.5",
21220 "hyper-util",
21221 "ipnet",
21222 "js-sys",
21223 "log",
21224 "mime",
21225 "mime_guess",
21226 "once_cell",
21227 "percent-encoding",
21228 "pin-project-lite",
21229 "quinn",
21230 "rustls 0.23.26",
21231 "rustls-native-certs 0.8.1",
21232 "rustls-pemfile 2.2.0",
21233 "rustls-pki-types",
21234 "serde",
21235 "serde_json",
21236 "serde_urlencoded",
21237 "sync_wrapper 1.0.2",
21238 "system-configuration 0.6.1",
21239 "tokio",
21240 "tokio-rustls 0.26.2",
21241 "tokio-socks",
21242 "tokio-util",
21243 "tower 0.5.2",
21244 "tower-service",
21245 "url",
21246 "wasm-bindgen",
21247 "wasm-bindgen-futures",
21248 "wasm-streams",
21249 "web-sys",
21250 "windows-registry 0.4.0",
21251]
21252
21253[[package]]
21254name = "zed-scap"
21255version = "0.0.8-zed"
21256source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
21257dependencies = [
21258 "anyhow",
21259 "cocoa 0.25.0",
21260 "core-graphics-helmer-fork",
21261 "log",
21262 "objc",
21263 "rand 0.8.5",
21264 "screencapturekit",
21265 "screencapturekit-sys",
21266 "sysinfo 0.31.4",
21267 "tao-core-video-sys",
21268 "windows 0.61.1",
21269 "windows-capture",
21270 "x11",
21271 "xcb",
21272]
21273
21274[[package]]
21275name = "zed-xim"
21276version = "0.4.0-zed"
21277source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21278dependencies = [
21279 "ahash 0.8.11",
21280 "hashbrown 0.14.5",
21281 "log",
21282 "x11rb",
21283 "xim-ctext",
21284 "xim-parser",
21285]
21286
21287[[package]]
21288name = "zed_actions"
21289version = "0.1.0"
21290dependencies = [
21291 "gpui",
21292 "schemars 1.0.1",
21293 "serde",
21294 "uuid",
21295 "workspace-hack",
21296]
21297
21298[[package]]
21299name = "zed_env_vars"
21300version = "0.1.0"
21301dependencies = [
21302 "gpui",
21303 "workspace-hack",
21304]
21305
21306[[package]]
21307name = "zed_extension_api"
21308version = "0.1.0"
21309source = "registry+https://github.com/rust-lang/crates.io-index"
21310checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
21311dependencies = [
21312 "serde",
21313 "serde_json",
21314 "wit-bindgen 0.22.0",
21315]
21316
21317[[package]]
21318name = "zed_extension_api"
21319version = "0.7.0"
21320dependencies = [
21321 "serde",
21322 "serde_json",
21323 "wit-bindgen 0.41.0",
21324]
21325
21326[[package]]
21327name = "zed_extension_api"
21328version = "0.7.0"
21329source = "registry+https://github.com/rust-lang/crates.io-index"
21330checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
21331dependencies = [
21332 "serde",
21333 "serde_json",
21334 "wit-bindgen 0.41.0",
21335]
21336
21337[[package]]
21338name = "zed_glsl"
21339version = "0.1.0"
21340dependencies = [
21341 "zed_extension_api 0.1.0",
21342]
21343
21344[[package]]
21345name = "zed_html"
21346version = "0.2.3"
21347dependencies = [
21348 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
21349]
21350
21351[[package]]
21352name = "zed_proto"
21353version = "0.2.2"
21354dependencies = [
21355 "zed_extension_api 0.1.0",
21356]
21357
21358[[package]]
21359name = "zed_test_extension"
21360version = "0.1.0"
21361dependencies = [
21362 "zed_extension_api 0.7.0",
21363]
21364
21365[[package]]
21366name = "zeno"
21367version = "0.3.2"
21368source = "registry+https://github.com/rust-lang/crates.io-index"
21369checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
21370
21371[[package]]
21372name = "zerocopy"
21373version = "0.7.35"
21374source = "registry+https://github.com/rust-lang/crates.io-index"
21375checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
21376dependencies = [
21377 "zerocopy-derive 0.7.35",
21378]
21379
21380[[package]]
21381name = "zerocopy"
21382version = "0.8.24"
21383source = "registry+https://github.com/rust-lang/crates.io-index"
21384checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
21385dependencies = [
21386 "zerocopy-derive 0.8.24",
21387]
21388
21389[[package]]
21390name = "zerocopy-derive"
21391version = "0.7.35"
21392source = "registry+https://github.com/rust-lang/crates.io-index"
21393checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
21394dependencies = [
21395 "proc-macro2",
21396 "quote",
21397 "syn 2.0.101",
21398]
21399
21400[[package]]
21401name = "zerocopy-derive"
21402version = "0.8.24"
21403source = "registry+https://github.com/rust-lang/crates.io-index"
21404checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
21405dependencies = [
21406 "proc-macro2",
21407 "quote",
21408 "syn 2.0.101",
21409]
21410
21411[[package]]
21412name = "zerofrom"
21413version = "0.1.6"
21414source = "registry+https://github.com/rust-lang/crates.io-index"
21415checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
21416dependencies = [
21417 "zerofrom-derive",
21418]
21419
21420[[package]]
21421name = "zerofrom-derive"
21422version = "0.1.6"
21423source = "registry+https://github.com/rust-lang/crates.io-index"
21424checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
21425dependencies = [
21426 "proc-macro2",
21427 "quote",
21428 "syn 2.0.101",
21429 "synstructure",
21430]
21431
21432[[package]]
21433name = "zeroize"
21434version = "1.8.1"
21435source = "registry+https://github.com/rust-lang/crates.io-index"
21436checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
21437dependencies = [
21438 "zeroize_derive",
21439]
21440
21441[[package]]
21442name = "zeroize_derive"
21443version = "1.4.2"
21444source = "registry+https://github.com/rust-lang/crates.io-index"
21445checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
21446dependencies = [
21447 "proc-macro2",
21448 "quote",
21449 "syn 2.0.101",
21450]
21451
21452[[package]]
21453name = "zeromq"
21454version = "0.5.0-pre"
21455source = "registry+https://github.com/rust-lang/crates.io-index"
21456checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
21457dependencies = [
21458 "async-dispatcher",
21459 "async-std",
21460 "async-trait",
21461 "asynchronous-codec",
21462 "bytes 1.10.1",
21463 "crossbeam-queue",
21464 "dashmap 5.5.3",
21465 "futures 0.3.31",
21466 "log",
21467 "num-traits",
21468 "once_cell",
21469 "parking_lot",
21470 "rand 0.8.5",
21471 "regex",
21472 "thiserror 1.0.69",
21473 "uuid",
21474]
21475
21476[[package]]
21477name = "zerovec"
21478version = "0.10.4"
21479source = "registry+https://github.com/rust-lang/crates.io-index"
21480checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
21481dependencies = [
21482 "yoke",
21483 "zerofrom",
21484 "zerovec-derive",
21485]
21486
21487[[package]]
21488name = "zerovec-derive"
21489version = "0.10.3"
21490source = "registry+https://github.com/rust-lang/crates.io-index"
21491checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
21492dependencies = [
21493 "proc-macro2",
21494 "quote",
21495 "syn 2.0.101",
21496]
21497
21498[[package]]
21499name = "zeta"
21500version = "0.1.0"
21501dependencies = [
21502 "ai_onboarding",
21503 "anyhow",
21504 "arrayvec",
21505 "call",
21506 "client",
21507 "clock",
21508 "cloud_api_types",
21509 "cloud_llm_client",
21510 "collections",
21511 "command_palette_hooks",
21512 "copilot",
21513 "ctor",
21514 "db",
21515 "edit_prediction",
21516 "editor",
21517 "feature_flags",
21518 "fs",
21519 "futures 0.3.31",
21520 "gpui",
21521 "http_client",
21522 "indoc",
21523 "itertools 0.14.0",
21524 "language",
21525 "language_model",
21526 "log",
21527 "menu",
21528 "parking_lot",
21529 "postage",
21530 "project",
21531 "rand 0.9.1",
21532 "regex",
21533 "release_channel",
21534 "reqwest_client",
21535 "rpc",
21536 "serde",
21537 "serde_json",
21538 "settings",
21539 "strum 0.27.2",
21540 "telemetry",
21541 "telemetry_events",
21542 "theme",
21543 "thiserror 2.0.12",
21544 "tree-sitter-go",
21545 "tree-sitter-rust",
21546 "ui",
21547 "util",
21548 "uuid",
21549 "workspace",
21550 "workspace-hack",
21551 "worktree",
21552 "zed_actions",
21553 "zlog",
21554]
21555
21556[[package]]
21557name = "zeta2"
21558version = "0.1.0"
21559dependencies = [
21560 "anyhow",
21561 "arrayvec",
21562 "chrono",
21563 "client",
21564 "clock",
21565 "cloud_llm_client",
21566 "cloud_zeta2_prompt",
21567 "edit_prediction",
21568 "edit_prediction_context",
21569 "feature_flags",
21570 "futures 0.3.31",
21571 "gpui",
21572 "indoc",
21573 "language",
21574 "language_model",
21575 "log",
21576 "lsp",
21577 "pretty_assertions",
21578 "project",
21579 "release_channel",
21580 "serde",
21581 "serde_json",
21582 "settings",
21583 "thiserror 2.0.12",
21584 "util",
21585 "uuid",
21586 "workspace",
21587 "workspace-hack",
21588 "worktree",
21589]
21590
21591[[package]]
21592name = "zeta2_tools"
21593version = "0.1.0"
21594dependencies = [
21595 "chrono",
21596 "clap",
21597 "client",
21598 "cloud_llm_client",
21599 "collections",
21600 "edit_prediction_context",
21601 "editor",
21602 "feature_flags",
21603 "futures 0.3.31",
21604 "gpui",
21605 "indoc",
21606 "language",
21607 "log",
21608 "multi_buffer",
21609 "ordered-float 2.10.1",
21610 "pretty_assertions",
21611 "project",
21612 "serde",
21613 "serde_json",
21614 "settings",
21615 "text",
21616 "ui",
21617 "ui_input",
21618 "util",
21619 "workspace",
21620 "workspace-hack",
21621 "zeta2",
21622 "zlog",
21623]
21624
21625[[package]]
21626name = "zeta_cli"
21627version = "0.1.0"
21628dependencies = [
21629 "anyhow",
21630 "chrono",
21631 "clap",
21632 "client",
21633 "cloud_llm_client",
21634 "cloud_zeta2_prompt",
21635 "collections",
21636 "debug_adapter_extension",
21637 "edit_prediction_context",
21638 "extension",
21639 "fs",
21640 "futures 0.3.31",
21641 "gpui",
21642 "gpui_tokio",
21643 "language",
21644 "language_extension",
21645 "language_model",
21646 "language_models",
21647 "languages",
21648 "log",
21649 "node_runtime",
21650 "ordered-float 2.10.1",
21651 "paths",
21652 "polars",
21653 "project",
21654 "prompt_store",
21655 "release_channel",
21656 "reqwest_client",
21657 "serde",
21658 "serde_json",
21659 "settings",
21660 "shellexpand 2.1.2",
21661 "smol",
21662 "soa-rs",
21663 "terminal_view",
21664 "util",
21665 "watch",
21666 "workspace-hack",
21667 "zeta",
21668 "zeta2",
21669 "zlog",
21670]
21671
21672[[package]]
21673name = "zip"
21674version = "0.6.6"
21675source = "registry+https://github.com/rust-lang/crates.io-index"
21676checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
21677dependencies = [
21678 "aes",
21679 "byteorder",
21680 "bzip2",
21681 "constant_time_eq 0.1.5",
21682 "crc32fast",
21683 "crossbeam-utils",
21684 "flate2",
21685 "hmac",
21686 "pbkdf2 0.11.0",
21687 "sha1",
21688 "time",
21689 "zstd 0.11.2+zstd.1.5.2",
21690]
21691
21692[[package]]
21693name = "zip"
21694version = "1.1.4"
21695source = "registry+https://github.com/rust-lang/crates.io-index"
21696checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
21697dependencies = [
21698 "arbitrary",
21699 "crc32fast",
21700 "crossbeam-utils",
21701 "displaydoc",
21702 "indexmap 2.9.0",
21703 "num_enum",
21704 "thiserror 1.0.69",
21705]
21706
21707[[package]]
21708name = "zlib-rs"
21709version = "0.5.2"
21710source = "registry+https://github.com/rust-lang/crates.io-index"
21711checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2"
21712
21713[[package]]
21714name = "zlog"
21715version = "0.1.0"
21716dependencies = [
21717 "anyhow",
21718 "chrono",
21719 "collections",
21720 "log",
21721 "tempfile",
21722 "workspace-hack",
21723]
21724
21725[[package]]
21726name = "zlog_settings"
21727version = "0.1.0"
21728dependencies = [
21729 "collections",
21730 "gpui",
21731 "settings",
21732 "workspace-hack",
21733 "zlog",
21734]
21735
21736[[package]]
21737name = "zstd"
21738version = "0.11.2+zstd.1.5.2"
21739source = "registry+https://github.com/rust-lang/crates.io-index"
21740checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
21741dependencies = [
21742 "zstd-safe 5.0.2+zstd.1.5.2",
21743]
21744
21745[[package]]
21746name = "zstd"
21747version = "0.13.3"
21748source = "registry+https://github.com/rust-lang/crates.io-index"
21749checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
21750dependencies = [
21751 "zstd-safe 7.2.4",
21752]
21753
21754[[package]]
21755name = "zstd-safe"
21756version = "5.0.2+zstd.1.5.2"
21757source = "registry+https://github.com/rust-lang/crates.io-index"
21758checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
21759dependencies = [
21760 "libc",
21761 "zstd-sys",
21762]
21763
21764[[package]]
21765name = "zstd-safe"
21766version = "7.2.4"
21767source = "registry+https://github.com/rust-lang/crates.io-index"
21768checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
21769dependencies = [
21770 "zstd-sys",
21771]
21772
21773[[package]]
21774name = "zstd-sys"
21775version = "2.0.15+zstd.1.5.7"
21776source = "registry+https://github.com/rust-lang/crates.io-index"
21777checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
21778dependencies = [
21779 "cc",
21780 "pkg-config",
21781]
21782
21783[[package]]
21784name = "zune-core"
21785version = "0.4.12"
21786source = "registry+https://github.com/rust-lang/crates.io-index"
21787checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
21788
21789[[package]]
21790name = "zune-inflate"
21791version = "0.2.54"
21792source = "registry+https://github.com/rust-lang/crates.io-index"
21793checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
21794dependencies = [
21795 "simd-adler32",
21796]
21797
21798[[package]]
21799name = "zune-jpeg"
21800version = "0.4.14"
21801source = "registry+https://github.com/rust-lang/crates.io-index"
21802checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
21803dependencies = [
21804 "zune-core",
21805]
21806
21807[[package]]
21808name = "zvariant"
21809version = "5.7.0"
21810source = "registry+https://github.com/rust-lang/crates.io-index"
21811checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db"
21812dependencies = [
21813 "endi",
21814 "enumflags2",
21815 "serde",
21816 "url",
21817 "winnow",
21818 "zvariant_derive",
21819 "zvariant_utils",
21820]
21821
21822[[package]]
21823name = "zvariant_derive"
21824version = "5.7.0"
21825source = "registry+https://github.com/rust-lang/crates.io-index"
21826checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e"
21827dependencies = [
21828 "proc-macro-crate",
21829 "proc-macro2",
21830 "quote",
21831 "syn 2.0.101",
21832 "zvariant_utils",
21833]
21834
21835[[package]]
21836name = "zvariant_utils"
21837version = "3.2.0"
21838source = "registry+https://github.com/rust-lang/crates.io-index"
21839checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
21840dependencies = [
21841 "proc-macro2",
21842 "quote",
21843 "serde",
21844 "static_assertions",
21845 "syn 2.0.101",
21846 "winnow",
21847]