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.2",
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]
43
44[[package]]
45name = "acp_tools"
46version = "0.1.0"
47dependencies = [
48 "agent-client-protocol",
49 "collections",
50 "gpui",
51 "language",
52 "markdown",
53 "project",
54 "serde",
55 "serde_json",
56 "settings",
57 "theme",
58 "ui",
59 "util",
60 "workspace",
61]
62
63[[package]]
64name = "action_log"
65version = "0.1.0"
66dependencies = [
67 "anyhow",
68 "buffer_diff",
69 "clock",
70 "collections",
71 "ctor",
72 "futures 0.3.31",
73 "gpui",
74 "indoc",
75 "language",
76 "log",
77 "pretty_assertions",
78 "project",
79 "rand 0.9.2",
80 "serde_json",
81 "settings",
82 "text",
83 "util",
84 "watch",
85 "zlog",
86]
87
88[[package]]
89name = "activity_indicator"
90version = "0.1.0"
91dependencies = [
92 "anyhow",
93 "auto_update",
94 "editor",
95 "extension_host",
96 "futures 0.3.31",
97 "gpui",
98 "language",
99 "project",
100 "proto",
101 "release_channel",
102 "smallvec",
103 "ui",
104 "util",
105 "workspace",
106]
107
108[[package]]
109name = "addr2line"
110version = "0.25.1"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
113dependencies = [
114 "gimli 0.32.3",
115]
116
117[[package]]
118name = "adler2"
119version = "2.0.1"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
122
123[[package]]
124name = "aes"
125version = "0.8.4"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
128dependencies = [
129 "cfg-if",
130 "cipher",
131 "cpufeatures",
132 "zeroize",
133]
134
135[[package]]
136name = "agent"
137version = "0.1.0"
138dependencies = [
139 "acp_thread",
140 "action_log",
141 "agent-client-protocol",
142 "agent_servers",
143 "agent_settings",
144 "anyhow",
145 "assistant_context",
146 "chrono",
147 "client",
148 "clock",
149 "cloud_llm_client",
150 "collections",
151 "context_server",
152 "ctor",
153 "db",
154 "derive_more",
155 "editor",
156 "env_logger 0.11.8",
157 "fs",
158 "futures 0.3.31",
159 "git",
160 "gpui",
161 "gpui_tokio",
162 "handlebars 4.5.0",
163 "html_to_markdown",
164 "http_client",
165 "indoc",
166 "itertools 0.14.0",
167 "language",
168 "language_model",
169 "language_models",
170 "log",
171 "lsp",
172 "open",
173 "parking_lot",
174 "paths",
175 "pretty_assertions",
176 "project",
177 "prompt_store",
178 "rand 0.9.2",
179 "regex",
180 "reqwest_client",
181 "rust-embed",
182 "schemars 1.0.4",
183 "serde",
184 "serde_json",
185 "settings",
186 "smallvec",
187 "smol",
188 "sqlez",
189 "streaming_diff",
190 "strsim",
191 "task",
192 "telemetry",
193 "tempfile",
194 "terminal",
195 "text",
196 "theme",
197 "thiserror 2.0.17",
198 "tree-sitter-rust",
199 "ui",
200 "unindent",
201 "util",
202 "uuid",
203 "watch",
204 "web_search",
205 "worktree",
206 "zed_env_vars",
207 "zlog",
208 "zstd 0.11.2+zstd.1.5.2",
209]
210
211[[package]]
212name = "agent-client-protocol"
213version = "0.4.3"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "3aaa2bd05a2401887945f8bfd70026e90bc3cf96c62ab9eba2779835bf21dc60"
216dependencies = [
217 "anyhow",
218 "async-broadcast",
219 "async-trait",
220 "futures 0.3.31",
221 "log",
222 "parking_lot",
223 "schemars 1.0.4",
224 "serde",
225 "serde_json",
226]
227
228[[package]]
229name = "agent_servers"
230version = "0.1.0"
231dependencies = [
232 "acp_thread",
233 "acp_tools",
234 "action_log",
235 "agent-client-protocol",
236 "agent_settings",
237 "anyhow",
238 "async-trait",
239 "client",
240 "collections",
241 "env_logger 0.11.8",
242 "fs",
243 "futures 0.3.31",
244 "gpui",
245 "gpui_tokio",
246 "http_client",
247 "indoc",
248 "language",
249 "language_model",
250 "language_models",
251 "libc",
252 "log",
253 "nix 0.29.0",
254 "project",
255 "reqwest_client",
256 "serde",
257 "serde_json",
258 "settings",
259 "smol",
260 "task",
261 "tempfile",
262 "terminal",
263 "thiserror 2.0.17",
264 "ui",
265 "util",
266 "uuid",
267 "watch",
268]
269
270[[package]]
271name = "agent_settings"
272version = "0.1.0"
273dependencies = [
274 "anyhow",
275 "cloud_llm_client",
276 "collections",
277 "convert_case 0.8.0",
278 "fs",
279 "gpui",
280 "language_model",
281 "paths",
282 "project",
283 "schemars 1.0.4",
284 "serde",
285 "serde_json",
286 "serde_json_lenient",
287 "settings",
288 "util",
289]
290
291[[package]]
292name = "agent_ui"
293version = "0.1.0"
294dependencies = [
295 "acp_thread",
296 "action_log",
297 "agent",
298 "agent-client-protocol",
299 "agent_servers",
300 "agent_settings",
301 "ai_onboarding",
302 "anyhow",
303 "arrayvec",
304 "assistant_context",
305 "assistant_slash_command",
306 "assistant_slash_commands",
307 "audio",
308 "buffer_diff",
309 "chrono",
310 "client",
311 "cloud_llm_client",
312 "collections",
313 "command_palette_hooks",
314 "component",
315 "context_server",
316 "db",
317 "editor",
318 "extension",
319 "extension_host",
320 "feature_flags",
321 "file_icons",
322 "fs",
323 "futures 0.3.31",
324 "fuzzy",
325 "gpui",
326 "html_to_markdown",
327 "http_client",
328 "indoc",
329 "itertools 0.14.0",
330 "jsonschema",
331 "language",
332 "language_model",
333 "language_models",
334 "languages",
335 "log",
336 "lsp",
337 "markdown",
338 "menu",
339 "multi_buffer",
340 "notifications",
341 "ordered-float 2.10.1",
342 "parking_lot",
343 "paths",
344 "picker",
345 "postage",
346 "pretty_assertions",
347 "project",
348 "prompt_store",
349 "proto",
350 "rand 0.9.2",
351 "ref-cast",
352 "release_channel",
353 "rope",
354 "rules_library",
355 "schemars 1.0.4",
356 "search",
357 "serde",
358 "serde_json",
359 "serde_json_lenient",
360 "settings",
361 "smol",
362 "streaming_diff",
363 "task",
364 "telemetry",
365 "telemetry_events",
366 "terminal",
367 "terminal_view",
368 "text",
369 "theme",
370 "time",
371 "time_format",
372 "tree-sitter-md",
373 "ui",
374 "ui_input",
375 "unindent",
376 "url",
377 "urlencoding",
378 "util",
379 "watch",
380 "workspace",
381 "zed_actions",
382]
383
384[[package]]
385name = "ahash"
386version = "0.7.8"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
389dependencies = [
390 "getrandom 0.2.16",
391 "once_cell",
392 "version_check",
393]
394
395[[package]]
396name = "ahash"
397version = "0.8.12"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
400dependencies = [
401 "cfg-if",
402 "const-random",
403 "getrandom 0.3.4",
404 "once_cell",
405 "serde",
406 "version_check",
407 "zerocopy",
408]
409
410[[package]]
411name = "aho-corasick"
412version = "1.1.3"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
415dependencies = [
416 "memchr",
417]
418
419[[package]]
420name = "ai_onboarding"
421version = "0.1.0"
422dependencies = [
423 "client",
424 "cloud_llm_client",
425 "component",
426 "gpui",
427 "language_model",
428 "serde",
429 "smallvec",
430 "telemetry",
431 "ui",
432 "zed_actions",
433]
434
435[[package]]
436name = "alacritty_terminal"
437version = "0.25.1-rc1"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
440dependencies = [
441 "base64 0.22.1",
442 "bitflags 2.9.4",
443 "home",
444 "libc",
445 "log",
446 "miow",
447 "parking_lot",
448 "piper",
449 "polling",
450 "regex-automata",
451 "rustix 1.1.2",
452 "rustix-openpty",
453 "serde",
454 "signal-hook",
455 "unicode-width",
456 "vte",
457 "windows-sys 0.59.0",
458]
459
460[[package]]
461name = "aliasable"
462version = "0.1.3"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
465
466[[package]]
467name = "aligned-vec"
468version = "0.6.4"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
471dependencies = [
472 "equator",
473]
474
475[[package]]
476name = "alloc-no-stdlib"
477version = "2.0.4"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
480
481[[package]]
482name = "alloc-stdlib"
483version = "0.2.2"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
486dependencies = [
487 "alloc-no-stdlib",
488]
489
490[[package]]
491name = "allocator-api2"
492version = "0.2.21"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
495
496[[package]]
497name = "alsa"
498version = "0.9.1"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
501dependencies = [
502 "alsa-sys",
503 "bitflags 2.9.4",
504 "cfg-if",
505 "libc",
506]
507
508[[package]]
509name = "alsa-sys"
510version = "0.3.1"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
513dependencies = [
514 "libc",
515 "pkg-config",
516]
517
518[[package]]
519name = "ambient-authority"
520version = "0.0.2"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
523
524[[package]]
525name = "ammonia"
526version = "4.1.2"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
529dependencies = [
530 "cssparser",
531 "html5ever 0.35.0",
532 "maplit",
533 "tendril",
534 "url",
535]
536
537[[package]]
538name = "android_system_properties"
539version = "0.1.5"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
542dependencies = [
543 "libc",
544]
545
546[[package]]
547name = "anes"
548version = "0.1.6"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
551
552[[package]]
553name = "anstream"
554version = "0.6.21"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
557dependencies = [
558 "anstyle",
559 "anstyle-parse",
560 "anstyle-query",
561 "anstyle-wincon",
562 "colorchoice",
563 "is_terminal_polyfill",
564 "utf8parse",
565]
566
567[[package]]
568name = "anstyle"
569version = "1.0.13"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
572
573[[package]]
574name = "anstyle-parse"
575version = "0.2.7"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
578dependencies = [
579 "utf8parse",
580]
581
582[[package]]
583name = "anstyle-query"
584version = "1.1.4"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
587dependencies = [
588 "windows-sys 0.60.2",
589]
590
591[[package]]
592name = "anstyle-wincon"
593version = "3.0.10"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
596dependencies = [
597 "anstyle",
598 "once_cell_polyfill",
599 "windows-sys 0.60.2",
600]
601
602[[package]]
603name = "anthropic"
604version = "0.1.0"
605dependencies = [
606 "anyhow",
607 "chrono",
608 "futures 0.3.31",
609 "http_client",
610 "schemars 1.0.4",
611 "serde",
612 "serde_json",
613 "settings",
614 "strum 0.27.2",
615 "thiserror 2.0.17",
616]
617
618[[package]]
619name = "any_vec"
620version = "0.14.0"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
623
624[[package]]
625name = "anyhow"
626version = "1.0.100"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
629
630[[package]]
631name = "approx"
632version = "0.5.1"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
635dependencies = [
636 "num-traits",
637]
638
639[[package]]
640name = "arbitrary"
641version = "1.4.2"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
644dependencies = [
645 "derive_arbitrary",
646]
647
648[[package]]
649name = "arg_enum_proc_macro"
650version = "0.3.4"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
653dependencies = [
654 "proc-macro2",
655 "quote",
656 "syn 2.0.106",
657]
658
659[[package]]
660name = "argminmax"
661version = "0.6.3"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "70f13d10a41ac8d2ec79ee34178d61e6f47a29c2edfe7ef1721c7383b0359e65"
664dependencies = [
665 "num-traits",
666]
667
668[[package]]
669name = "array-init-cursor"
670version = "0.2.1"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "ed51fe0f224d1d4ea768be38c51f9f831dee9d05c163c11fba0b8c44387b1fc3"
673
674[[package]]
675name = "arraydeque"
676version = "0.5.1"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
679
680[[package]]
681name = "arrayref"
682version = "0.3.9"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
685
686[[package]]
687name = "arrayvec"
688version = "0.7.6"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
691dependencies = [
692 "serde",
693]
694
695[[package]]
696name = "as-raw-xcb-connection"
697version = "1.0.1"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
700
701[[package]]
702name = "ascii"
703version = "1.1.0"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
706
707[[package]]
708name = "ash"
709version = "0.38.0+1.3.281"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
712dependencies = [
713 "libloading",
714]
715
716[[package]]
717name = "ash-window"
718version = "0.13.0"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
721dependencies = [
722 "ash",
723 "raw-window-handle",
724 "raw-window-metal",
725]
726
727[[package]]
728name = "ashpd"
729version = "0.11.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
732dependencies = [
733 "async-fs",
734 "async-net",
735 "enumflags2",
736 "futures-channel",
737 "futures-util",
738 "rand 0.9.2",
739 "serde",
740 "serde_repr",
741 "url",
742 "wayland-backend",
743 "wayland-client",
744 "wayland-protocols 0.32.9",
745 "zbus",
746]
747
748[[package]]
749name = "ashpd"
750version = "0.12.0"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "da0986d5b4f0802160191ad75f8d33ada000558757db3defb70299ca95d9fcbd"
753dependencies = [
754 "async-fs",
755 "async-net",
756 "enumflags2",
757 "futures-channel",
758 "futures-util",
759 "rand 0.9.2",
760 "serde",
761 "serde_repr",
762 "url",
763 "zbus",
764]
765
766[[package]]
767name = "askpass"
768version = "0.1.0"
769dependencies = [
770 "anyhow",
771 "futures 0.3.31",
772 "gpui",
773 "log",
774 "net",
775 "smol",
776 "tempfile",
777 "util",
778 "windows 0.61.3",
779 "zeroize",
780]
781
782[[package]]
783name = "assets"
784version = "0.1.0"
785dependencies = [
786 "anyhow",
787 "gpui",
788 "rust-embed",
789]
790
791[[package]]
792name = "assistant_context"
793version = "0.1.0"
794dependencies = [
795 "agent_settings",
796 "anyhow",
797 "assistant_slash_command",
798 "assistant_slash_commands",
799 "chrono",
800 "client",
801 "clock",
802 "cloud_llm_client",
803 "collections",
804 "context_server",
805 "fs",
806 "futures 0.3.31",
807 "fuzzy",
808 "gpui",
809 "indoc",
810 "language",
811 "language_model",
812 "log",
813 "open_ai",
814 "parking_lot",
815 "paths",
816 "pretty_assertions",
817 "project",
818 "prompt_store",
819 "proto",
820 "rand 0.9.2",
821 "regex",
822 "rpc",
823 "serde",
824 "serde_json",
825 "settings",
826 "smallvec",
827 "smol",
828 "telemetry_events",
829 "text",
830 "ui",
831 "unindent",
832 "util",
833 "uuid",
834 "workspace",
835 "zed_env_vars",
836]
837
838[[package]]
839name = "assistant_slash_command"
840version = "0.1.0"
841dependencies = [
842 "anyhow",
843 "async-trait",
844 "collections",
845 "derive_more",
846 "extension",
847 "futures 0.3.31",
848 "gpui",
849 "language",
850 "language_model",
851 "parking_lot",
852 "pretty_assertions",
853 "serde",
854 "serde_json",
855 "ui",
856 "util",
857 "workspace",
858]
859
860[[package]]
861name = "assistant_slash_commands"
862version = "0.1.0"
863dependencies = [
864 "anyhow",
865 "assistant_slash_command",
866 "chrono",
867 "collections",
868 "context_server",
869 "editor",
870 "feature_flags",
871 "fs",
872 "futures 0.3.31",
873 "fuzzy",
874 "globset",
875 "gpui",
876 "html_to_markdown",
877 "http_client",
878 "language",
879 "pretty_assertions",
880 "project",
881 "prompt_store",
882 "rope",
883 "serde",
884 "serde_json",
885 "settings",
886 "smol",
887 "text",
888 "ui",
889 "util",
890 "workspace",
891 "worktree",
892 "zlog",
893]
894
895[[package]]
896name = "async-attributes"
897version = "1.1.2"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
900dependencies = [
901 "quote",
902 "syn 1.0.109",
903]
904
905[[package]]
906name = "async-broadcast"
907version = "0.7.2"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
910dependencies = [
911 "event-listener 5.4.1",
912 "event-listener-strategy",
913 "futures-core",
914 "pin-project-lite",
915]
916
917[[package]]
918name = "async-channel"
919version = "1.9.0"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
922dependencies = [
923 "concurrent-queue",
924 "event-listener 2.5.3",
925 "futures-core",
926]
927
928[[package]]
929name = "async-channel"
930version = "2.5.0"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
933dependencies = [
934 "concurrent-queue",
935 "event-listener-strategy",
936 "futures-core",
937 "pin-project-lite",
938]
939
940[[package]]
941name = "async-compat"
942version = "0.2.5"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
945dependencies = [
946 "futures-core",
947 "futures-io",
948 "once_cell",
949 "pin-project-lite",
950 "tokio",
951]
952
953[[package]]
954name = "async-compression"
955version = "0.4.32"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
958dependencies = [
959 "compression-codecs",
960 "compression-core",
961 "futures-core",
962 "futures-io",
963 "pin-project-lite",
964]
965
966[[package]]
967name = "async-dispatcher"
968version = "0.1.2"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
971dependencies = [
972 "async-task",
973 "futures-lite 1.13.0",
974]
975
976[[package]]
977name = "async-executor"
978version = "1.13.3"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
981dependencies = [
982 "async-task",
983 "concurrent-queue",
984 "fastrand 2.3.0",
985 "futures-lite 2.6.1",
986 "pin-project-lite",
987 "slab",
988]
989
990[[package]]
991name = "async-fs"
992version = "2.2.0"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
995dependencies = [
996 "async-lock 3.4.1",
997 "blocking",
998 "futures-lite 2.6.1",
999]
1000
1001[[package]]
1002name = "async-global-executor"
1003version = "2.4.1"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1006dependencies = [
1007 "async-channel 2.5.0",
1008 "async-executor",
1009 "async-io",
1010 "async-lock 3.4.1",
1011 "blocking",
1012 "futures-lite 2.6.1",
1013 "once_cell",
1014]
1015
1016[[package]]
1017name = "async-io"
1018version = "2.6.0"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
1021dependencies = [
1022 "autocfg",
1023 "cfg-if",
1024 "concurrent-queue",
1025 "futures-io",
1026 "futures-lite 2.6.1",
1027 "parking",
1028 "polling",
1029 "rustix 1.1.2",
1030 "slab",
1031 "windows-sys 0.61.2",
1032]
1033
1034[[package]]
1035name = "async-lock"
1036version = "2.8.0"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
1039dependencies = [
1040 "event-listener 2.5.3",
1041]
1042
1043[[package]]
1044name = "async-lock"
1045version = "3.4.1"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
1048dependencies = [
1049 "event-listener 5.4.1",
1050 "event-listener-strategy",
1051 "pin-project-lite",
1052]
1053
1054[[package]]
1055name = "async-net"
1056version = "2.0.0"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1059dependencies = [
1060 "async-io",
1061 "blocking",
1062 "futures-lite 2.6.1",
1063]
1064
1065[[package]]
1066name = "async-pipe"
1067version = "0.1.3"
1068source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1069dependencies = [
1070 "futures 0.3.31",
1071 "log",
1072]
1073
1074[[package]]
1075name = "async-process"
1076version = "2.5.0"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
1079dependencies = [
1080 "async-channel 2.5.0",
1081 "async-io",
1082 "async-lock 3.4.1",
1083 "async-signal",
1084 "async-task",
1085 "blocking",
1086 "cfg-if",
1087 "event-listener 5.4.1",
1088 "futures-lite 2.6.1",
1089 "rustix 1.1.2",
1090]
1091
1092[[package]]
1093name = "async-recursion"
1094version = "1.1.1"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1097dependencies = [
1098 "proc-macro2",
1099 "quote",
1100 "syn 2.0.106",
1101]
1102
1103[[package]]
1104name = "async-signal"
1105version = "0.2.13"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
1108dependencies = [
1109 "async-io",
1110 "async-lock 3.4.1",
1111 "atomic-waker",
1112 "cfg-if",
1113 "futures-core",
1114 "futures-io",
1115 "rustix 1.1.2",
1116 "signal-hook-registry",
1117 "slab",
1118 "windows-sys 0.61.2",
1119]
1120
1121[[package]]
1122name = "async-std"
1123version = "1.13.2"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
1126dependencies = [
1127 "async-attributes",
1128 "async-channel 1.9.0",
1129 "async-global-executor",
1130 "async-io",
1131 "async-lock 3.4.1",
1132 "async-process",
1133 "crossbeam-utils",
1134 "futures-channel",
1135 "futures-core",
1136 "futures-io",
1137 "futures-lite 2.6.1",
1138 "gloo-timers",
1139 "kv-log-macro",
1140 "log",
1141 "memchr",
1142 "once_cell",
1143 "pin-project-lite",
1144 "pin-utils",
1145 "slab",
1146 "wasm-bindgen-futures",
1147]
1148
1149[[package]]
1150name = "async-stream"
1151version = "0.3.6"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1154dependencies = [
1155 "async-stream-impl",
1156 "futures-core",
1157 "pin-project-lite",
1158]
1159
1160[[package]]
1161name = "async-stream-impl"
1162version = "0.3.6"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1165dependencies = [
1166 "proc-macro2",
1167 "quote",
1168 "syn 2.0.106",
1169]
1170
1171[[package]]
1172name = "async-tar"
1173version = "0.5.0"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1176dependencies = [
1177 "async-std",
1178 "filetime",
1179 "libc",
1180 "pin-project",
1181 "redox_syscall 0.2.16",
1182 "xattr",
1183]
1184
1185[[package]]
1186name = "async-task"
1187version = "4.7.1"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1190
1191[[package]]
1192name = "async-trait"
1193version = "0.1.89"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1196dependencies = [
1197 "proc-macro2",
1198 "quote",
1199 "syn 2.0.106",
1200]
1201
1202[[package]]
1203name = "async-tungstenite"
1204version = "0.31.0"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
1207dependencies = [
1208 "atomic-waker",
1209 "futures-core",
1210 "futures-io",
1211 "futures-task",
1212 "futures-util",
1213 "log",
1214 "pin-project-lite",
1215 "rustls-pki-types",
1216 "tokio",
1217 "tokio-rustls 0.26.2",
1218 "tungstenite 0.27.0",
1219]
1220
1221[[package]]
1222name = "async_zip"
1223version = "0.0.17"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1226dependencies = [
1227 "async-compression",
1228 "crc32fast",
1229 "futures-lite 2.6.1",
1230 "pin-project",
1231 "thiserror 1.0.69",
1232]
1233
1234[[package]]
1235name = "asynchronous-codec"
1236version = "0.7.0"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1239dependencies = [
1240 "bytes 1.10.1",
1241 "futures-sink",
1242 "futures-util",
1243 "memchr",
1244 "pin-project-lite",
1245]
1246
1247[[package]]
1248name = "atoi"
1249version = "2.0.0"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1252dependencies = [
1253 "num-traits",
1254]
1255
1256[[package]]
1257name = "atoi_simd"
1258version = "0.16.1"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "c2a49e05797ca52e312a0c658938b7d00693ef037799ef7187678f212d7684cf"
1261dependencies = [
1262 "debug_unsafe",
1263]
1264
1265[[package]]
1266name = "atomic"
1267version = "0.5.3"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1270
1271[[package]]
1272name = "atomic-waker"
1273version = "1.1.2"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1276
1277[[package]]
1278name = "audio"
1279version = "0.1.0"
1280dependencies = [
1281 "anyhow",
1282 "async-tar",
1283 "collections",
1284 "crossbeam",
1285 "denoise",
1286 "gpui",
1287 "libwebrtc",
1288 "log",
1289 "parking_lot",
1290 "rodio",
1291 "serde",
1292 "settings",
1293 "smol",
1294 "thiserror 2.0.17",
1295 "util",
1296]
1297
1298[[package]]
1299name = "auditable-serde"
1300version = "0.8.0"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1303dependencies = [
1304 "semver",
1305 "serde",
1306 "serde_json",
1307 "topological-sort",
1308]
1309
1310[[package]]
1311name = "auto_update"
1312version = "0.1.0"
1313dependencies = [
1314 "anyhow",
1315 "client",
1316 "db",
1317 "gpui",
1318 "http_client",
1319 "log",
1320 "paths",
1321 "release_channel",
1322 "serde",
1323 "serde_json",
1324 "settings",
1325 "smol",
1326 "tempfile",
1327 "which 6.0.3",
1328 "workspace",
1329]
1330
1331[[package]]
1332name = "auto_update_helper"
1333version = "0.1.0"
1334dependencies = [
1335 "anyhow",
1336 "log",
1337 "simplelog",
1338 "windows 0.61.3",
1339 "winresource",
1340]
1341
1342[[package]]
1343name = "auto_update_ui"
1344version = "0.1.0"
1345dependencies = [
1346 "anyhow",
1347 "auto_update",
1348 "client",
1349 "editor",
1350 "gpui",
1351 "http_client",
1352 "markdown_preview",
1353 "release_channel",
1354 "serde",
1355 "serde_json",
1356 "smol",
1357 "util",
1358 "workspace",
1359]
1360
1361[[package]]
1362name = "autocfg"
1363version = "1.5.0"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1366
1367[[package]]
1368name = "av1-grain"
1369version = "0.2.4"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
1372dependencies = [
1373 "anyhow",
1374 "arrayvec",
1375 "log",
1376 "nom 7.1.3",
1377 "num-rational",
1378 "v_frame",
1379]
1380
1381[[package]]
1382name = "avif-serialize"
1383version = "0.8.6"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
1386dependencies = [
1387 "arrayvec",
1388]
1389
1390[[package]]
1391name = "aws-config"
1392version = "1.8.8"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "37cf2b6af2a95a20e266782b4f76f1a5e12bf412a9db2de9c1e9123b9d8c0ad8"
1395dependencies = [
1396 "aws-credential-types",
1397 "aws-runtime",
1398 "aws-sdk-sso",
1399 "aws-sdk-ssooidc",
1400 "aws-sdk-sts",
1401 "aws-smithy-async",
1402 "aws-smithy-http",
1403 "aws-smithy-json",
1404 "aws-smithy-runtime",
1405 "aws-smithy-runtime-api",
1406 "aws-smithy-types",
1407 "aws-types",
1408 "bytes 1.10.1",
1409 "fastrand 2.3.0",
1410 "hex",
1411 "http 1.3.1",
1412 "ring",
1413 "time",
1414 "tokio",
1415 "tracing",
1416 "url",
1417 "zeroize",
1418]
1419
1420[[package]]
1421name = "aws-credential-types"
1422version = "1.2.8"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "faf26925f4a5b59eb76722b63c2892b1d70d06fa053c72e4a100ec308c1d47bc"
1425dependencies = [
1426 "aws-smithy-async",
1427 "aws-smithy-runtime-api",
1428 "aws-smithy-types",
1429 "zeroize",
1430]
1431
1432[[package]]
1433name = "aws-lc-rs"
1434version = "1.14.1"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d"
1437dependencies = [
1438 "aws-lc-sys",
1439 "zeroize",
1440]
1441
1442[[package]]
1443name = "aws-lc-sys"
1444version = "0.32.3"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c"
1447dependencies = [
1448 "bindgen 0.72.1",
1449 "cc",
1450 "cmake",
1451 "dunce",
1452 "fs_extra",
1453]
1454
1455[[package]]
1456name = "aws-runtime"
1457version = "1.5.12"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "bfa006bb32360ed90ac51203feafb9d02e3d21046e1fd3a450a404b90ea73e5d"
1460dependencies = [
1461 "aws-credential-types",
1462 "aws-sigv4",
1463 "aws-smithy-async",
1464 "aws-smithy-eventstream",
1465 "aws-smithy-http",
1466 "aws-smithy-runtime",
1467 "aws-smithy-runtime-api",
1468 "aws-smithy-types",
1469 "aws-types",
1470 "bytes 1.10.1",
1471 "fastrand 2.3.0",
1472 "http 0.2.12",
1473 "http-body 0.4.6",
1474 "percent-encoding",
1475 "pin-project-lite",
1476 "tracing",
1477 "uuid",
1478]
1479
1480[[package]]
1481name = "aws-sdk-bedrockruntime"
1482version = "1.109.0"
1483source = "registry+https://github.com/rust-lang/crates.io-index"
1484checksum = "fbfdfd941dcb253c17bf70baddbf1e5b22f19e29d313d2e049bad4b1dadb2011"
1485dependencies = [
1486 "aws-credential-types",
1487 "aws-runtime",
1488 "aws-sigv4",
1489 "aws-smithy-async",
1490 "aws-smithy-eventstream",
1491 "aws-smithy-http",
1492 "aws-smithy-json",
1493 "aws-smithy-runtime",
1494 "aws-smithy-runtime-api",
1495 "aws-smithy-types",
1496 "aws-types",
1497 "bytes 1.10.1",
1498 "fastrand 2.3.0",
1499 "http 0.2.12",
1500 "hyper 0.14.32",
1501 "regex-lite",
1502 "tracing",
1503]
1504
1505[[package]]
1506name = "aws-sdk-kinesis"
1507version = "1.91.0"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "699a3d645a2ab5cb12ca02eb23979753953414429fd6584ea8841af6bc4e0516"
1510dependencies = [
1511 "aws-credential-types",
1512 "aws-runtime",
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 "regex-lite",
1525 "tracing",
1526]
1527
1528[[package]]
1529name = "aws-sdk-s3"
1530version = "1.108.0"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "200be4aed61e3c0669f7268bacb768f283f1c32a7014ce57225e1160be2f6ccb"
1533dependencies = [
1534 "aws-credential-types",
1535 "aws-runtime",
1536 "aws-sigv4",
1537 "aws-smithy-async",
1538 "aws-smithy-checksums",
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-smithy-xml",
1546 "aws-types",
1547 "bytes 1.10.1",
1548 "fastrand 2.3.0",
1549 "hex",
1550 "hmac",
1551 "http 0.2.12",
1552 "http 1.3.1",
1553 "http-body 0.4.6",
1554 "lru",
1555 "percent-encoding",
1556 "regex-lite",
1557 "sha2",
1558 "tracing",
1559 "url",
1560]
1561
1562[[package]]
1563name = "aws-sdk-sso"
1564version = "1.86.0"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "4a0abbfab841446cce6e87af853a3ba2cc1bc9afcd3f3550dd556c43d434c86d"
1567dependencies = [
1568 "aws-credential-types",
1569 "aws-runtime",
1570 "aws-smithy-async",
1571 "aws-smithy-http",
1572 "aws-smithy-json",
1573 "aws-smithy-runtime",
1574 "aws-smithy-runtime-api",
1575 "aws-smithy-types",
1576 "aws-types",
1577 "bytes 1.10.1",
1578 "fastrand 2.3.0",
1579 "http 0.2.12",
1580 "regex-lite",
1581 "tracing",
1582]
1583
1584[[package]]
1585name = "aws-sdk-ssooidc"
1586version = "1.88.0"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "9a68d675582afea0e94d38b6ca9c5aaae4ca14f1d36faa6edb19b42e687e70d7"
1589dependencies = [
1590 "aws-credential-types",
1591 "aws-runtime",
1592 "aws-smithy-async",
1593 "aws-smithy-http",
1594 "aws-smithy-json",
1595 "aws-smithy-runtime",
1596 "aws-smithy-runtime-api",
1597 "aws-smithy-types",
1598 "aws-types",
1599 "bytes 1.10.1",
1600 "fastrand 2.3.0",
1601 "http 0.2.12",
1602 "regex-lite",
1603 "tracing",
1604]
1605
1606[[package]]
1607name = "aws-sdk-sts"
1608version = "1.88.0"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "d30990923f4f675523c51eb1c0dec9b752fb267b36a61e83cbc219c9d86da715"
1611dependencies = [
1612 "aws-credential-types",
1613 "aws-runtime",
1614 "aws-smithy-async",
1615 "aws-smithy-http",
1616 "aws-smithy-json",
1617 "aws-smithy-query",
1618 "aws-smithy-runtime",
1619 "aws-smithy-runtime-api",
1620 "aws-smithy-types",
1621 "aws-smithy-xml",
1622 "aws-types",
1623 "fastrand 2.3.0",
1624 "http 0.2.12",
1625 "regex-lite",
1626 "tracing",
1627]
1628
1629[[package]]
1630name = "aws-sigv4"
1631version = "1.3.5"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "bffc03068fbb9c8dd5ce1c6fb240678a5cffb86fb2b7b1985c999c4b83c8df68"
1634dependencies = [
1635 "aws-credential-types",
1636 "aws-smithy-eventstream",
1637 "aws-smithy-http",
1638 "aws-smithy-runtime-api",
1639 "aws-smithy-types",
1640 "bytes 1.10.1",
1641 "crypto-bigint 0.5.5",
1642 "form_urlencoded",
1643 "hex",
1644 "hmac",
1645 "http 0.2.12",
1646 "http 1.3.1",
1647 "p256",
1648 "percent-encoding",
1649 "ring",
1650 "sha2",
1651 "subtle",
1652 "time",
1653 "tracing",
1654 "zeroize",
1655]
1656
1657[[package]]
1658name = "aws-smithy-async"
1659version = "1.2.6"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
1662dependencies = [
1663 "futures-util",
1664 "pin-project-lite",
1665 "tokio",
1666]
1667
1668[[package]]
1669name = "aws-smithy-checksums"
1670version = "0.63.9"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "165d8583d8d906e2fb5511d29201d447cc710864f075debcdd9c31c265412806"
1673dependencies = [
1674 "aws-smithy-http",
1675 "aws-smithy-types",
1676 "bytes 1.10.1",
1677 "crc-fast",
1678 "hex",
1679 "http 0.2.12",
1680 "http-body 0.4.6",
1681 "md-5",
1682 "pin-project-lite",
1683 "sha1",
1684 "sha2",
1685 "tracing",
1686]
1687
1688[[package]]
1689name = "aws-smithy-eventstream"
1690version = "0.60.12"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "9656b85088f8d9dc7ad40f9a6c7228e1e8447cdf4b046c87e152e0805dea02fa"
1693dependencies = [
1694 "aws-smithy-types",
1695 "bytes 1.10.1",
1696 "crc32fast",
1697]
1698
1699[[package]]
1700name = "aws-smithy-http"
1701version = "0.62.4"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "3feafd437c763db26aa04e0cc7591185d0961e64c61885bece0fb9d50ceac671"
1704dependencies = [
1705 "aws-smithy-eventstream",
1706 "aws-smithy-runtime-api",
1707 "aws-smithy-types",
1708 "bytes 1.10.1",
1709 "bytes-utils",
1710 "futures-core",
1711 "http 0.2.12",
1712 "http 1.3.1",
1713 "http-body 0.4.6",
1714 "percent-encoding",
1715 "pin-project-lite",
1716 "pin-utils",
1717 "tracing",
1718]
1719
1720[[package]]
1721name = "aws-smithy-http-client"
1722version = "1.1.3"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "1053b5e587e6fa40ce5a79ea27957b04ba660baa02b28b7436f64850152234f1"
1725dependencies = [
1726 "aws-smithy-async",
1727 "aws-smithy-runtime-api",
1728 "aws-smithy-types",
1729 "h2 0.3.27",
1730 "h2 0.4.12",
1731 "http 0.2.12",
1732 "http 1.3.1",
1733 "http-body 0.4.6",
1734 "hyper 0.14.32",
1735 "hyper 1.7.0",
1736 "hyper-rustls 0.24.2",
1737 "hyper-rustls 0.27.7",
1738 "hyper-util",
1739 "pin-project-lite",
1740 "rustls 0.21.12",
1741 "rustls 0.23.33",
1742 "rustls-native-certs 0.8.2",
1743 "rustls-pki-types",
1744 "tokio",
1745 "tokio-rustls 0.26.2",
1746 "tower 0.5.2",
1747 "tracing",
1748]
1749
1750[[package]]
1751name = "aws-smithy-json"
1752version = "0.61.6"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "cff418fc8ec5cadf8173b10125f05c2e7e1d46771406187b2c878557d4503390"
1755dependencies = [
1756 "aws-smithy-types",
1757]
1758
1759[[package]]
1760name = "aws-smithy-observability"
1761version = "0.1.4"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
1764dependencies = [
1765 "aws-smithy-runtime-api",
1766]
1767
1768[[package]]
1769name = "aws-smithy-query"
1770version = "0.60.8"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
1773dependencies = [
1774 "aws-smithy-types",
1775 "urlencoding",
1776]
1777
1778[[package]]
1779name = "aws-smithy-runtime"
1780version = "1.9.3"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "40ab99739082da5347660c556689256438defae3bcefd66c52b095905730e404"
1783dependencies = [
1784 "aws-smithy-async",
1785 "aws-smithy-http",
1786 "aws-smithy-http-client",
1787 "aws-smithy-observability",
1788 "aws-smithy-runtime-api",
1789 "aws-smithy-types",
1790 "bytes 1.10.1",
1791 "fastrand 2.3.0",
1792 "http 0.2.12",
1793 "http 1.3.1",
1794 "http-body 0.4.6",
1795 "http-body 1.0.1",
1796 "pin-project-lite",
1797 "pin-utils",
1798 "tokio",
1799 "tracing",
1800]
1801
1802[[package]]
1803name = "aws-smithy-runtime-api"
1804version = "1.9.1"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "3683c5b152d2ad753607179ed71988e8cfd52964443b4f74fd8e552d0bbfeb46"
1807dependencies = [
1808 "aws-smithy-async",
1809 "aws-smithy-types",
1810 "bytes 1.10.1",
1811 "http 0.2.12",
1812 "http 1.3.1",
1813 "pin-project-lite",
1814 "tokio",
1815 "tracing",
1816 "zeroize",
1817]
1818
1819[[package]]
1820name = "aws-smithy-types"
1821version = "1.3.3"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "9f5b3a7486f6690ba25952cabf1e7d75e34d69eaff5081904a47bc79074d6457"
1824dependencies = [
1825 "base64-simd",
1826 "bytes 1.10.1",
1827 "bytes-utils",
1828 "futures-core",
1829 "http 0.2.12",
1830 "http 1.3.1",
1831 "http-body 0.4.6",
1832 "http-body 1.0.1",
1833 "http-body-util",
1834 "itoa",
1835 "num-integer",
1836 "pin-project-lite",
1837 "pin-utils",
1838 "ryu",
1839 "serde",
1840 "time",
1841 "tokio",
1842 "tokio-util",
1843]
1844
1845[[package]]
1846name = "aws-smithy-xml"
1847version = "0.60.11"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "e9c34127e8c624bc2999f3b657e749c1393bedc9cd97b92a804db8ced4d2e163"
1850dependencies = [
1851 "xmlparser",
1852]
1853
1854[[package]]
1855name = "aws-types"
1856version = "1.3.9"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "e2fd329bf0e901ff3f60425691410c69094dc2a1f34b331f37bfc4e9ac1565a1"
1859dependencies = [
1860 "aws-credential-types",
1861 "aws-smithy-async",
1862 "aws-smithy-runtime-api",
1863 "aws-smithy-types",
1864 "rustc_version",
1865 "tracing",
1866]
1867
1868[[package]]
1869name = "aws_http_client"
1870version = "0.1.0"
1871dependencies = [
1872 "aws-smithy-runtime-api",
1873 "aws-smithy-types",
1874 "http_client",
1875]
1876
1877[[package]]
1878name = "axum"
1879version = "0.6.20"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1882dependencies = [
1883 "async-trait",
1884 "axum-core",
1885 "base64 0.21.7",
1886 "bitflags 1.3.2",
1887 "bytes 1.10.1",
1888 "futures-util",
1889 "headers",
1890 "http 0.2.12",
1891 "http-body 0.4.6",
1892 "hyper 0.14.32",
1893 "itoa",
1894 "matchit",
1895 "memchr",
1896 "mime",
1897 "percent-encoding",
1898 "pin-project-lite",
1899 "rustversion",
1900 "serde",
1901 "serde_json",
1902 "serde_path_to_error",
1903 "serde_urlencoded",
1904 "sha1",
1905 "sync_wrapper 0.1.2",
1906 "tokio",
1907 "tokio-tungstenite 0.20.1",
1908 "tower 0.4.13",
1909 "tower-layer",
1910 "tower-service",
1911]
1912
1913[[package]]
1914name = "axum-core"
1915version = "0.3.4"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1918dependencies = [
1919 "async-trait",
1920 "bytes 1.10.1",
1921 "futures-util",
1922 "http 0.2.12",
1923 "http-body 0.4.6",
1924 "mime",
1925 "rustversion",
1926 "tower-layer",
1927 "tower-service",
1928]
1929
1930[[package]]
1931name = "axum-extra"
1932version = "0.4.2"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1935dependencies = [
1936 "axum",
1937 "bytes 1.10.1",
1938 "futures-util",
1939 "http 0.2.12",
1940 "mime",
1941 "pin-project-lite",
1942 "serde",
1943 "serde_json",
1944 "tokio",
1945 "tower 0.4.13",
1946 "tower-http 0.3.5",
1947 "tower-layer",
1948 "tower-service",
1949]
1950
1951[[package]]
1952name = "backtrace"
1953version = "0.3.76"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1956dependencies = [
1957 "addr2line",
1958 "cfg-if",
1959 "libc",
1960 "miniz_oxide",
1961 "object 0.37.3",
1962 "rustc-demangle",
1963 "windows-link 0.2.1",
1964]
1965
1966[[package]]
1967name = "base16ct"
1968version = "0.1.1"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1971
1972[[package]]
1973name = "base64"
1974version = "0.21.7"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1977
1978[[package]]
1979name = "base64"
1980version = "0.22.1"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1983
1984[[package]]
1985name = "base64-simd"
1986version = "0.8.0"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1989dependencies = [
1990 "outref",
1991 "vsimd",
1992]
1993
1994[[package]]
1995name = "base64ct"
1996version = "1.8.0"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
1999
2000[[package]]
2001name = "bedrock"
2002version = "0.1.0"
2003dependencies = [
2004 "anyhow",
2005 "aws-sdk-bedrockruntime",
2006 "aws-smithy-types",
2007 "futures 0.3.31",
2008 "schemars 1.0.4",
2009 "serde",
2010 "serde_json",
2011 "strum 0.27.2",
2012 "thiserror 2.0.17",
2013]
2014
2015[[package]]
2016name = "bigdecimal"
2017version = "0.4.8"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2020dependencies = [
2021 "autocfg",
2022 "libm",
2023 "num-bigint",
2024 "num-integer",
2025 "num-traits",
2026 "serde",
2027]
2028
2029[[package]]
2030name = "bincode"
2031version = "1.3.3"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2034dependencies = [
2035 "serde",
2036]
2037
2038[[package]]
2039name = "bincode"
2040version = "2.0.1"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
2043dependencies = [
2044 "bincode_derive",
2045 "serde",
2046 "unty",
2047]
2048
2049[[package]]
2050name = "bincode_derive"
2051version = "2.0.1"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
2054dependencies = [
2055 "virtue",
2056]
2057
2058[[package]]
2059name = "bindgen"
2060version = "0.71.1"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2063dependencies = [
2064 "bitflags 2.9.4",
2065 "cexpr",
2066 "clang-sys",
2067 "itertools 0.11.0",
2068 "log",
2069 "prettyplease",
2070 "proc-macro2",
2071 "quote",
2072 "regex",
2073 "rustc-hash 2.1.1",
2074 "shlex",
2075 "syn 2.0.106",
2076]
2077
2078[[package]]
2079name = "bindgen"
2080version = "0.72.1"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
2083dependencies = [
2084 "bitflags 2.9.4",
2085 "cexpr",
2086 "clang-sys",
2087 "itertools 0.11.0",
2088 "log",
2089 "prettyplease",
2090 "proc-macro2",
2091 "quote",
2092 "regex",
2093 "rustc-hash 2.1.1",
2094 "shlex",
2095 "syn 2.0.106",
2096]
2097
2098[[package]]
2099name = "bit-set"
2100version = "0.5.3"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2103dependencies = [
2104 "bit-vec 0.6.3",
2105]
2106
2107[[package]]
2108name = "bit-set"
2109version = "0.8.0"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2112dependencies = [
2113 "bit-vec 0.8.0",
2114]
2115
2116[[package]]
2117name = "bit-vec"
2118version = "0.6.3"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2121
2122[[package]]
2123name = "bit-vec"
2124version = "0.8.0"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2127
2128[[package]]
2129name = "bit_field"
2130version = "0.10.3"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
2133
2134[[package]]
2135name = "bitflags"
2136version = "1.3.2"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2139
2140[[package]]
2141name = "bitflags"
2142version = "2.9.4"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
2145dependencies = [
2146 "serde",
2147]
2148
2149[[package]]
2150name = "bitstream-io"
2151version = "2.6.0"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2154
2155[[package]]
2156name = "bitvec"
2157version = "1.0.1"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2160dependencies = [
2161 "funty",
2162 "radium",
2163 "tap",
2164 "wyz",
2165]
2166
2167[[package]]
2168name = "blade-graphics"
2169version = "0.7.0"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "e4deb8f595ce7f00dee3543ebf6fd9a20ea86fc421ab79600dac30876250bdae"
2172dependencies = [
2173 "ash",
2174 "ash-window",
2175 "bitflags 2.9.4",
2176 "bytemuck",
2177 "codespan-reporting 0.12.0",
2178 "glow",
2179 "gpu-alloc",
2180 "gpu-alloc-ash",
2181 "hidden-trait",
2182 "js-sys",
2183 "khronos-egl",
2184 "libloading",
2185 "log",
2186 "mint",
2187 "naga",
2188 "objc2",
2189 "objc2-app-kit",
2190 "objc2-core-foundation",
2191 "objc2-foundation",
2192 "objc2-metal",
2193 "objc2-quartz-core",
2194 "objc2-ui-kit",
2195 "once_cell",
2196 "raw-window-handle",
2197 "slab",
2198 "wasm-bindgen",
2199 "web-sys",
2200]
2201
2202[[package]]
2203name = "blade-macros"
2204version = "0.3.0"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "27142319e2f4c264581067eaccb9f80acccdde60d8b4bf57cc50cd3152f109ca"
2207dependencies = [
2208 "proc-macro2",
2209 "quote",
2210 "syn 2.0.106",
2211]
2212
2213[[package]]
2214name = "blade-util"
2215version = "0.3.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "3a6be3a82c001ba7a17b6f8e413ede5d1004e6047213f8efaf0ffc15b5c4904c"
2218dependencies = [
2219 "blade-graphics",
2220 "bytemuck",
2221 "log",
2222 "profiling",
2223]
2224
2225[[package]]
2226name = "blake3"
2227version = "1.8.2"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
2230dependencies = [
2231 "arrayref",
2232 "arrayvec",
2233 "cc",
2234 "cfg-if",
2235 "constant_time_eq 0.3.1",
2236]
2237
2238[[package]]
2239name = "block"
2240version = "0.1.6"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2243
2244[[package]]
2245name = "block-buffer"
2246version = "0.10.4"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2249dependencies = [
2250 "generic-array",
2251]
2252
2253[[package]]
2254name = "block-padding"
2255version = "0.3.3"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2258dependencies = [
2259 "generic-array",
2260]
2261
2262[[package]]
2263name = "block2"
2264version = "0.6.2"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
2267dependencies = [
2268 "objc2",
2269]
2270
2271[[package]]
2272name = "blocking"
2273version = "1.6.2"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
2276dependencies = [
2277 "async-channel 2.5.0",
2278 "async-task",
2279 "futures-io",
2280 "futures-lite 2.6.1",
2281 "piper",
2282]
2283
2284[[package]]
2285name = "bm25"
2286version = "2.3.2"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "1cbd8ffdfb7b4c2ff038726178a780a94f90525ed0ad264c0afaa75dd8c18a64"
2289dependencies = [
2290 "cached",
2291 "deunicode",
2292 "fxhash",
2293 "rust-stemmers",
2294 "stop-words",
2295 "unicode-segmentation",
2296]
2297
2298[[package]]
2299name = "borrow-or-share"
2300version = "0.2.2"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
2302checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2303
2304[[package]]
2305name = "borsh"
2306version = "1.5.7"
2307source = "registry+https://github.com/rust-lang/crates.io-index"
2308checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2309dependencies = [
2310 "borsh-derive",
2311 "cfg_aliases 0.2.1",
2312]
2313
2314[[package]]
2315name = "borsh-derive"
2316version = "1.5.7"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2319dependencies = [
2320 "once_cell",
2321 "proc-macro-crate",
2322 "proc-macro2",
2323 "quote",
2324 "syn 2.0.106",
2325]
2326
2327[[package]]
2328name = "boxcar"
2329version = "0.2.14"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e"
2332
2333[[package]]
2334name = "breadcrumbs"
2335version = "0.1.0"
2336dependencies = [
2337 "editor",
2338 "gpui",
2339 "itertools 0.14.0",
2340 "settings",
2341 "theme",
2342 "ui",
2343 "workspace",
2344 "zed_actions",
2345]
2346
2347[[package]]
2348name = "brotli"
2349version = "8.0.2"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
2352dependencies = [
2353 "alloc-no-stdlib",
2354 "alloc-stdlib",
2355 "brotli-decompressor",
2356]
2357
2358[[package]]
2359name = "brotli-decompressor"
2360version = "5.0.0"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
2363dependencies = [
2364 "alloc-no-stdlib",
2365 "alloc-stdlib",
2366]
2367
2368[[package]]
2369name = "bstr"
2370version = "1.12.0"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2373dependencies = [
2374 "memchr",
2375 "regex-automata",
2376 "serde",
2377]
2378
2379[[package]]
2380name = "buffer_diff"
2381version = "0.1.0"
2382dependencies = [
2383 "anyhow",
2384 "clock",
2385 "ctor",
2386 "futures 0.3.31",
2387 "git2",
2388 "gpui",
2389 "language",
2390 "log",
2391 "pretty_assertions",
2392 "rand 0.9.2",
2393 "rope",
2394 "serde_json",
2395 "sum_tree",
2396 "text",
2397 "unindent",
2398 "util",
2399 "zlog",
2400]
2401
2402[[package]]
2403name = "built"
2404version = "0.7.7"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2407
2408[[package]]
2409name = "bumpalo"
2410version = "3.19.0"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2413dependencies = [
2414 "allocator-api2",
2415]
2416
2417[[package]]
2418name = "by_address"
2419version = "1.2.1"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2422
2423[[package]]
2424name = "bytecheck"
2425version = "0.6.12"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2428dependencies = [
2429 "bytecheck_derive",
2430 "ptr_meta",
2431 "simdutf8",
2432]
2433
2434[[package]]
2435name = "bytecheck_derive"
2436version = "0.6.12"
2437source = "registry+https://github.com/rust-lang/crates.io-index"
2438checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2439dependencies = [
2440 "proc-macro2",
2441 "quote",
2442 "syn 1.0.109",
2443]
2444
2445[[package]]
2446name = "bytecount"
2447version = "0.6.9"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2450
2451[[package]]
2452name = "bytemuck"
2453version = "1.24.0"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
2456dependencies = [
2457 "bytemuck_derive",
2458]
2459
2460[[package]]
2461name = "bytemuck_derive"
2462version = "1.10.2"
2463source = "registry+https://github.com/rust-lang/crates.io-index"
2464checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
2465dependencies = [
2466 "proc-macro2",
2467 "quote",
2468 "syn 2.0.106",
2469]
2470
2471[[package]]
2472name = "byteorder"
2473version = "1.5.0"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2476
2477[[package]]
2478name = "byteorder-lite"
2479version = "0.1.0"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2482
2483[[package]]
2484name = "bytes"
2485version = "0.4.12"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2488dependencies = [
2489 "byteorder",
2490 "iovec",
2491]
2492
2493[[package]]
2494name = "bytes"
2495version = "1.10.1"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2498dependencies = [
2499 "serde",
2500]
2501
2502[[package]]
2503name = "bytes-utils"
2504version = "0.1.4"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2507dependencies = [
2508 "bytes 1.10.1",
2509 "either",
2510]
2511
2512[[package]]
2513name = "bzip2"
2514version = "0.4.4"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2517dependencies = [
2518 "bzip2-sys",
2519 "libc",
2520]
2521
2522[[package]]
2523name = "bzip2-sys"
2524version = "0.1.13+1.0.8"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2527dependencies = [
2528 "cc",
2529 "pkg-config",
2530]
2531
2532[[package]]
2533name = "cached"
2534version = "0.56.0"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2537dependencies = [
2538 "ahash 0.8.12",
2539 "cached_proc_macro",
2540 "cached_proc_macro_types",
2541 "hashbrown 0.15.5",
2542 "once_cell",
2543 "thiserror 2.0.17",
2544 "web-time",
2545]
2546
2547[[package]]
2548name = "cached_proc_macro"
2549version = "0.25.0"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2552dependencies = [
2553 "darling 0.20.11",
2554 "proc-macro2",
2555 "quote",
2556 "syn 2.0.106",
2557]
2558
2559[[package]]
2560name = "cached_proc_macro_types"
2561version = "0.1.1"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2564
2565[[package]]
2566name = "call"
2567version = "0.1.0"
2568dependencies = [
2569 "anyhow",
2570 "audio",
2571 "client",
2572 "collections",
2573 "feature_flags",
2574 "fs",
2575 "futures 0.3.31",
2576 "gpui",
2577 "gpui_tokio",
2578 "http_client",
2579 "language",
2580 "livekit_client",
2581 "log",
2582 "postage",
2583 "project",
2584 "serde",
2585 "settings",
2586 "telemetry",
2587 "util",
2588]
2589
2590[[package]]
2591name = "calloop"
2592version = "0.13.0"
2593source = "registry+https://github.com/rust-lang/crates.io-index"
2594checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2595dependencies = [
2596 "bitflags 2.9.4",
2597 "log",
2598 "polling",
2599 "rustix 0.38.44",
2600 "slab",
2601 "thiserror 1.0.69",
2602]
2603
2604[[package]]
2605name = "calloop-wayland-source"
2606version = "0.3.0"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2609dependencies = [
2610 "calloop",
2611 "rustix 0.38.44",
2612 "wayland-backend",
2613 "wayland-client",
2614]
2615
2616[[package]]
2617name = "camino"
2618version = "1.2.1"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2621dependencies = [
2622 "serde_core",
2623]
2624
2625[[package]]
2626name = "candle-core"
2627version = "0.9.1"
2628source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2629dependencies = [
2630 "byteorder",
2631 "float8",
2632 "gemm 0.17.1",
2633 "half",
2634 "memmap2",
2635 "num-traits",
2636 "num_cpus",
2637 "rand 0.9.2",
2638 "rand_distr",
2639 "rayon",
2640 "safetensors",
2641 "thiserror 1.0.69",
2642 "ug",
2643 "yoke 0.7.5",
2644 "zip 1.1.4",
2645]
2646
2647[[package]]
2648name = "candle-nn"
2649version = "0.9.1"
2650source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2651dependencies = [
2652 "candle-core",
2653 "half",
2654 "libc",
2655 "num-traits",
2656 "rayon",
2657 "safetensors",
2658 "serde",
2659 "thiserror 1.0.69",
2660]
2661
2662[[package]]
2663name = "candle-onnx"
2664version = "0.9.1"
2665source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2666dependencies = [
2667 "candle-core",
2668 "candle-nn",
2669 "prost 0.12.6",
2670]
2671
2672[[package]]
2673name = "cap-fs-ext"
2674version = "3.4.4"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2677dependencies = [
2678 "cap-primitives",
2679 "cap-std",
2680 "io-lifetimes",
2681 "windows-sys 0.59.0",
2682]
2683
2684[[package]]
2685name = "cap-net-ext"
2686version = "3.4.4"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2689dependencies = [
2690 "cap-primitives",
2691 "cap-std",
2692 "rustix 1.1.2",
2693 "smallvec",
2694]
2695
2696[[package]]
2697name = "cap-primitives"
2698version = "3.4.4"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2701dependencies = [
2702 "ambient-authority",
2703 "fs-set-times",
2704 "io-extras",
2705 "io-lifetimes",
2706 "ipnet",
2707 "maybe-owned",
2708 "rustix 1.1.2",
2709 "rustix-linux-procfs",
2710 "windows-sys 0.59.0",
2711 "winx",
2712]
2713
2714[[package]]
2715name = "cap-rand"
2716version = "3.4.4"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2719dependencies = [
2720 "ambient-authority",
2721 "rand 0.8.5",
2722]
2723
2724[[package]]
2725name = "cap-std"
2726version = "3.4.4"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2729dependencies = [
2730 "cap-primitives",
2731 "io-extras",
2732 "io-lifetimes",
2733 "rustix 1.1.2",
2734]
2735
2736[[package]]
2737name = "cap-time-ext"
2738version = "3.4.4"
2739source = "registry+https://github.com/rust-lang/crates.io-index"
2740checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2741dependencies = [
2742 "ambient-authority",
2743 "cap-primitives",
2744 "iana-time-zone",
2745 "once_cell",
2746 "rustix 1.1.2",
2747 "winx",
2748]
2749
2750[[package]]
2751name = "cargo-platform"
2752version = "0.1.9"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2755dependencies = [
2756 "serde",
2757]
2758
2759[[package]]
2760name = "cargo_metadata"
2761version = "0.19.2"
2762source = "registry+https://github.com/rust-lang/crates.io-index"
2763checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2764dependencies = [
2765 "camino",
2766 "cargo-platform",
2767 "semver",
2768 "serde",
2769 "serde_json",
2770 "thiserror 2.0.17",
2771]
2772
2773[[package]]
2774name = "cargo_toml"
2775version = "0.21.0"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2778dependencies = [
2779 "serde",
2780 "toml 0.8.23",
2781]
2782
2783[[package]]
2784name = "cast"
2785version = "0.3.0"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2788
2789[[package]]
2790name = "castaway"
2791version = "0.2.4"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
2794dependencies = [
2795 "rustversion",
2796]
2797
2798[[package]]
2799name = "cbc"
2800version = "0.1.2"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2803dependencies = [
2804 "cipher",
2805]
2806
2807[[package]]
2808name = "cbindgen"
2809version = "0.28.0"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2812dependencies = [
2813 "heck 0.4.1",
2814 "indexmap 2.11.4",
2815 "log",
2816 "proc-macro2",
2817 "quote",
2818 "serde",
2819 "serde_json",
2820 "syn 2.0.106",
2821 "tempfile",
2822 "toml 0.8.23",
2823]
2824
2825[[package]]
2826name = "cc"
2827version = "1.2.41"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
2830dependencies = [
2831 "find-msvc-tools",
2832 "jobserver",
2833 "libc",
2834 "shlex",
2835]
2836
2837[[package]]
2838name = "cesu8"
2839version = "1.1.0"
2840source = "registry+https://github.com/rust-lang/crates.io-index"
2841checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2842
2843[[package]]
2844name = "cexpr"
2845version = "0.6.0"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2848dependencies = [
2849 "nom 7.1.3",
2850]
2851
2852[[package]]
2853name = "cfg-expr"
2854version = "0.15.8"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2857dependencies = [
2858 "smallvec",
2859 "target-lexicon 0.12.16",
2860]
2861
2862[[package]]
2863name = "cfg-if"
2864version = "1.0.4"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2867
2868[[package]]
2869name = "cfg_aliases"
2870version = "0.1.1"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2873
2874[[package]]
2875name = "cfg_aliases"
2876version = "0.2.1"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2879
2880[[package]]
2881name = "cgl"
2882version = "0.3.2"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2885dependencies = [
2886 "libc",
2887]
2888
2889[[package]]
2890name = "channel"
2891version = "0.1.0"
2892dependencies = [
2893 "anyhow",
2894 "client",
2895 "clock",
2896 "collections",
2897 "futures 0.3.31",
2898 "gpui",
2899 "http_client",
2900 "language",
2901 "log",
2902 "postage",
2903 "release_channel",
2904 "rpc",
2905 "settings",
2906 "text",
2907 "time",
2908 "util",
2909]
2910
2911[[package]]
2912name = "chrono"
2913version = "0.4.42"
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2916dependencies = [
2917 "iana-time-zone",
2918 "js-sys",
2919 "num-traits",
2920 "serde",
2921 "wasm-bindgen",
2922 "windows-link 0.2.1",
2923]
2924
2925[[package]]
2926name = "chrono-tz"
2927version = "0.10.4"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
2930dependencies = [
2931 "chrono",
2932 "phf 0.12.1",
2933]
2934
2935[[package]]
2936name = "chunked_transfer"
2937version = "1.5.0"
2938source = "registry+https://github.com/rust-lang/crates.io-index"
2939checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2940
2941[[package]]
2942name = "ciborium"
2943version = "0.2.2"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2946dependencies = [
2947 "ciborium-io",
2948 "ciborium-ll",
2949 "serde",
2950]
2951
2952[[package]]
2953name = "ciborium-io"
2954version = "0.2.2"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2957
2958[[package]]
2959name = "ciborium-ll"
2960version = "0.2.2"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2963dependencies = [
2964 "ciborium-io",
2965 "half",
2966]
2967
2968[[package]]
2969name = "cipher"
2970version = "0.4.4"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2973dependencies = [
2974 "crypto-common",
2975 "inout",
2976 "zeroize",
2977]
2978
2979[[package]]
2980name = "circular-buffer"
2981version = "1.2.0"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2984
2985[[package]]
2986name = "clang-sys"
2987version = "1.8.1"
2988source = "registry+https://github.com/rust-lang/crates.io-index"
2989checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2990dependencies = [
2991 "glob",
2992 "libc",
2993 "libloading",
2994]
2995
2996[[package]]
2997name = "clap"
2998version = "4.5.49"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
3001dependencies = [
3002 "clap_builder",
3003 "clap_derive",
3004]
3005
3006[[package]]
3007name = "clap_builder"
3008version = "4.5.49"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
3011dependencies = [
3012 "anstream",
3013 "anstyle",
3014 "clap_lex",
3015 "strsim",
3016 "terminal_size",
3017]
3018
3019[[package]]
3020name = "clap_complete"
3021version = "4.5.59"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
3024dependencies = [
3025 "clap",
3026]
3027
3028[[package]]
3029name = "clap_derive"
3030version = "4.5.49"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
3033dependencies = [
3034 "heck 0.5.0",
3035 "proc-macro2",
3036 "quote",
3037 "syn 2.0.106",
3038]
3039
3040[[package]]
3041name = "clap_lex"
3042version = "0.7.6"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
3045
3046[[package]]
3047name = "cli"
3048version = "0.1.0"
3049dependencies = [
3050 "anyhow",
3051 "askpass",
3052 "clap",
3053 "collections",
3054 "core-foundation 0.10.0",
3055 "core-services",
3056 "exec",
3057 "fork",
3058 "ipc-channel",
3059 "parking_lot",
3060 "paths",
3061 "plist",
3062 "release_channel",
3063 "serde",
3064 "tempfile",
3065 "util",
3066 "windows 0.61.3",
3067]
3068
3069[[package]]
3070name = "client"
3071version = "0.1.0"
3072dependencies = [
3073 "anyhow",
3074 "async-tungstenite",
3075 "base64 0.22.1",
3076 "chrono",
3077 "clock",
3078 "cloud_api_client",
3079 "cloud_llm_client",
3080 "collections",
3081 "credentials_provider",
3082 "derive_more",
3083 "feature_flags",
3084 "fs",
3085 "futures 0.3.31",
3086 "gpui",
3087 "gpui_tokio",
3088 "http_client",
3089 "http_client_tls",
3090 "httparse",
3091 "log",
3092 "objc2-foundation",
3093 "parking_lot",
3094 "paths",
3095 "postage",
3096 "rand 0.9.2",
3097 "regex",
3098 "release_channel",
3099 "rpc",
3100 "rustls-pki-types",
3101 "serde",
3102 "serde_json",
3103 "serde_urlencoded",
3104 "settings",
3105 "sha2",
3106 "smol",
3107 "telemetry",
3108 "telemetry_events",
3109 "text",
3110 "thiserror 2.0.17",
3111 "time",
3112 "tiny_http",
3113 "tokio",
3114 "tokio-native-tls",
3115 "tokio-rustls 0.26.2",
3116 "tokio-socks",
3117 "url",
3118 "util",
3119 "windows 0.61.3",
3120 "worktree",
3121]
3122
3123[[package]]
3124name = "clock"
3125version = "0.1.0"
3126dependencies = [
3127 "parking_lot",
3128 "serde",
3129 "smallvec",
3130]
3131
3132[[package]]
3133name = "cloud_api_client"
3134version = "0.1.0"
3135dependencies = [
3136 "anyhow",
3137 "cloud_api_types",
3138 "futures 0.3.31",
3139 "gpui",
3140 "gpui_tokio",
3141 "http_client",
3142 "parking_lot",
3143 "serde_json",
3144 "yawc",
3145]
3146
3147[[package]]
3148name = "cloud_api_types"
3149version = "0.1.0"
3150dependencies = [
3151 "anyhow",
3152 "chrono",
3153 "ciborium",
3154 "cloud_llm_client",
3155 "pretty_assertions",
3156 "serde",
3157 "serde_json",
3158]
3159
3160[[package]]
3161name = "cloud_llm_client"
3162version = "0.1.0"
3163dependencies = [
3164 "anyhow",
3165 "chrono",
3166 "indoc",
3167 "pretty_assertions",
3168 "serde",
3169 "serde_json",
3170 "strum 0.27.2",
3171 "uuid",
3172]
3173
3174[[package]]
3175name = "cloud_zeta2_prompt"
3176version = "0.1.0"
3177dependencies = [
3178 "anyhow",
3179 "cloud_llm_client",
3180 "indoc",
3181 "ordered-float 2.10.1",
3182 "rustc-hash 2.1.1",
3183 "serde",
3184 "strum 0.27.2",
3185]
3186
3187[[package]]
3188name = "cmake"
3189version = "0.1.54"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
3192dependencies = [
3193 "cc",
3194]
3195
3196[[package]]
3197name = "cobs"
3198version = "0.3.0"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
3201dependencies = [
3202 "thiserror 2.0.17",
3203]
3204
3205[[package]]
3206name = "cocoa"
3207version = "0.25.0"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3210dependencies = [
3211 "bitflags 1.3.2",
3212 "block",
3213 "cocoa-foundation 0.1.2",
3214 "core-foundation 0.9.4",
3215 "core-graphics 0.23.2",
3216 "foreign-types 0.5.0",
3217 "libc",
3218 "objc",
3219]
3220
3221[[package]]
3222name = "cocoa"
3223version = "0.26.0"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3226dependencies = [
3227 "bitflags 2.9.4",
3228 "block",
3229 "cocoa-foundation 0.2.0",
3230 "core-foundation 0.10.0",
3231 "core-graphics 0.24.0",
3232 "foreign-types 0.5.0",
3233 "libc",
3234 "objc",
3235]
3236
3237[[package]]
3238name = "cocoa-foundation"
3239version = "0.1.2"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3242dependencies = [
3243 "bitflags 1.3.2",
3244 "block",
3245 "core-foundation 0.9.4",
3246 "core-graphics-types 0.1.3",
3247 "libc",
3248 "objc",
3249]
3250
3251[[package]]
3252name = "cocoa-foundation"
3253version = "0.2.0"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3256dependencies = [
3257 "bitflags 2.9.4",
3258 "block",
3259 "core-foundation 0.10.0",
3260 "core-graphics-types 0.2.0",
3261 "libc",
3262 "objc",
3263]
3264
3265[[package]]
3266name = "codespan-reporting"
3267version = "0.12.0"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
3270dependencies = [
3271 "serde",
3272 "termcolor",
3273 "unicode-width",
3274]
3275
3276[[package]]
3277name = "codespan-reporting"
3278version = "0.13.0"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3281dependencies = [
3282 "serde",
3283 "termcolor",
3284 "unicode-width",
3285]
3286
3287[[package]]
3288name = "codestral"
3289version = "0.1.0"
3290dependencies = [
3291 "anyhow",
3292 "edit_prediction",
3293 "edit_prediction_context",
3294 "futures 0.3.31",
3295 "gpui",
3296 "http_client",
3297 "language",
3298 "language_models",
3299 "log",
3300 "mistral",
3301 "serde",
3302 "serde_json",
3303 "smol",
3304 "text",
3305]
3306
3307[[package]]
3308name = "collab"
3309version = "0.44.0"
3310dependencies = [
3311 "agent_settings",
3312 "anyhow",
3313 "assistant_context",
3314 "assistant_slash_command",
3315 "async-trait",
3316 "async-tungstenite",
3317 "audio",
3318 "aws-config",
3319 "aws-sdk-kinesis",
3320 "aws-sdk-s3",
3321 "axum",
3322 "axum-extra",
3323 "base64 0.22.1",
3324 "buffer_diff",
3325 "call",
3326 "channel",
3327 "chrono",
3328 "client",
3329 "clock",
3330 "collab_ui",
3331 "collections",
3332 "command_palette_hooks",
3333 "context_server",
3334 "ctor",
3335 "dap",
3336 "dap-types",
3337 "dap_adapters",
3338 "dashmap 6.1.0",
3339 "debugger_ui",
3340 "editor",
3341 "envy",
3342 "extension",
3343 "file_finder",
3344 "fs",
3345 "futures 0.3.31",
3346 "git",
3347 "git_hosting_providers",
3348 "git_ui",
3349 "gpui",
3350 "gpui_tokio",
3351 "hex",
3352 "http_client",
3353 "hyper 0.14.32",
3354 "indoc",
3355 "language",
3356 "language_model",
3357 "livekit_api",
3358 "livekit_client",
3359 "log",
3360 "lsp",
3361 "menu",
3362 "multi_buffer",
3363 "nanoid",
3364 "node_runtime",
3365 "notifications",
3366 "parking_lot",
3367 "pretty_assertions",
3368 "project",
3369 "prometheus",
3370 "prompt_store",
3371 "prost 0.9.0",
3372 "rand 0.9.2",
3373 "recent_projects",
3374 "release_channel",
3375 "remote",
3376 "remote_server",
3377 "reqwest 0.11.27",
3378 "reqwest_client",
3379 "rpc",
3380 "scrypt",
3381 "sea-orm",
3382 "semantic_version",
3383 "semver",
3384 "serde",
3385 "serde_json",
3386 "session",
3387 "settings",
3388 "sha2",
3389 "smol",
3390 "sqlx",
3391 "strum 0.27.2",
3392 "subtle",
3393 "supermaven_api",
3394 "task",
3395 "telemetry_events",
3396 "text",
3397 "theme",
3398 "time",
3399 "tokio",
3400 "toml 0.8.23",
3401 "tower 0.4.13",
3402 "tower-http 0.4.4",
3403 "tracing",
3404 "tracing-subscriber",
3405 "unindent",
3406 "util",
3407 "uuid",
3408 "workspace",
3409 "worktree",
3410 "zlog",
3411]
3412
3413[[package]]
3414name = "collab_ui"
3415version = "0.1.0"
3416dependencies = [
3417 "anyhow",
3418 "call",
3419 "channel",
3420 "chrono",
3421 "client",
3422 "collections",
3423 "db",
3424 "editor",
3425 "futures 0.3.31",
3426 "fuzzy",
3427 "gpui",
3428 "http_client",
3429 "log",
3430 "menu",
3431 "notifications",
3432 "picker",
3433 "pretty_assertions",
3434 "project",
3435 "release_channel",
3436 "rpc",
3437 "serde",
3438 "serde_json",
3439 "settings",
3440 "smallvec",
3441 "story",
3442 "telemetry",
3443 "theme",
3444 "time",
3445 "time_format",
3446 "title_bar",
3447 "tree-sitter-md",
3448 "ui",
3449 "util",
3450 "workspace",
3451]
3452
3453[[package]]
3454name = "collections"
3455version = "0.1.0"
3456dependencies = [
3457 "indexmap 2.11.4",
3458 "rustc-hash 2.1.1",
3459]
3460
3461[[package]]
3462name = "color_quant"
3463version = "1.1.0"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3466
3467[[package]]
3468name = "colorchoice"
3469version = "1.0.4"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3472
3473[[package]]
3474name = "combine"
3475version = "4.6.7"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3478dependencies = [
3479 "bytes 1.10.1",
3480 "memchr",
3481]
3482
3483[[package]]
3484name = "comfy-table"
3485version = "7.2.1"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b"
3488dependencies = [
3489 "crossterm",
3490 "unicode-segmentation",
3491 "unicode-width",
3492]
3493
3494[[package]]
3495name = "command-fds"
3496version = "0.3.2"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3499dependencies = [
3500 "nix 0.30.1",
3501 "thiserror 2.0.17",
3502]
3503
3504[[package]]
3505name = "command_palette"
3506version = "0.1.0"
3507dependencies = [
3508 "anyhow",
3509 "client",
3510 "collections",
3511 "command_palette_hooks",
3512 "ctor",
3513 "db",
3514 "editor",
3515 "env_logger 0.11.8",
3516 "fuzzy",
3517 "go_to_line",
3518 "gpui",
3519 "language",
3520 "log",
3521 "menu",
3522 "picker",
3523 "postage",
3524 "project",
3525 "serde",
3526 "serde_json",
3527 "settings",
3528 "telemetry",
3529 "theme",
3530 "time",
3531 "ui",
3532 "util",
3533 "workspace",
3534 "zed_actions",
3535]
3536
3537[[package]]
3538name = "command_palette_hooks"
3539version = "0.1.0"
3540dependencies = [
3541 "collections",
3542 "derive_more",
3543 "gpui",
3544 "workspace",
3545]
3546
3547[[package]]
3548name = "compact_str"
3549version = "0.9.0"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a"
3552dependencies = [
3553 "castaway",
3554 "cfg-if",
3555 "itoa",
3556 "rustversion",
3557 "ryu",
3558 "serde",
3559 "static_assertions",
3560]
3561
3562[[package]]
3563name = "component"
3564version = "0.1.0"
3565dependencies = [
3566 "collections",
3567 "documented",
3568 "gpui",
3569 "inventory",
3570 "parking_lot",
3571 "strum 0.27.2",
3572 "theme",
3573]
3574
3575[[package]]
3576name = "compression-codecs"
3577version = "0.4.31"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3580dependencies = [
3581 "compression-core",
3582 "deflate64",
3583 "flate2",
3584 "memchr",
3585]
3586
3587[[package]]
3588name = "compression-core"
3589version = "0.4.29"
3590source = "registry+https://github.com/rust-lang/crates.io-index"
3591checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3592
3593[[package]]
3594name = "concurrent-queue"
3595version = "2.5.0"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3598dependencies = [
3599 "crossbeam-utils",
3600]
3601
3602[[package]]
3603name = "console"
3604version = "0.15.11"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3607dependencies = [
3608 "encode_unicode",
3609 "libc",
3610 "once_cell",
3611 "unicode-width",
3612 "windows-sys 0.59.0",
3613]
3614
3615[[package]]
3616name = "const-oid"
3617version = "0.9.6"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3620
3621[[package]]
3622name = "const-random"
3623version = "0.1.18"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3626dependencies = [
3627 "const-random-macro",
3628]
3629
3630[[package]]
3631name = "const-random-macro"
3632version = "0.1.16"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3635dependencies = [
3636 "getrandom 0.2.16",
3637 "once_cell",
3638 "tiny-keccak",
3639]
3640
3641[[package]]
3642name = "constant_time_eq"
3643version = "0.1.5"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3646
3647[[package]]
3648name = "constant_time_eq"
3649version = "0.3.1"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3652
3653[[package]]
3654name = "context_server"
3655version = "0.1.0"
3656dependencies = [
3657 "anyhow",
3658 "async-trait",
3659 "collections",
3660 "futures 0.3.31",
3661 "gpui",
3662 "log",
3663 "net",
3664 "parking_lot",
3665 "postage",
3666 "schemars 1.0.4",
3667 "serde",
3668 "serde_json",
3669 "settings",
3670 "smol",
3671 "tempfile",
3672 "url",
3673 "util",
3674]
3675
3676[[package]]
3677name = "convert_case"
3678version = "0.4.0"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3681
3682[[package]]
3683name = "convert_case"
3684version = "0.8.0"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3687dependencies = [
3688 "unicode-segmentation",
3689]
3690
3691[[package]]
3692name = "copilot"
3693version = "0.1.0"
3694dependencies = [
3695 "anyhow",
3696 "async-std",
3697 "chrono",
3698 "client",
3699 "clock",
3700 "collections",
3701 "command_palette_hooks",
3702 "ctor",
3703 "dirs 4.0.0",
3704 "edit_prediction",
3705 "editor",
3706 "fs",
3707 "futures 0.3.31",
3708 "gpui",
3709 "http_client",
3710 "indoc",
3711 "itertools 0.14.0",
3712 "language",
3713 "log",
3714 "lsp",
3715 "menu",
3716 "node_runtime",
3717 "parking_lot",
3718 "paths",
3719 "project",
3720 "rpc",
3721 "semver",
3722 "serde",
3723 "serde_json",
3724 "settings",
3725 "sum_tree",
3726 "task",
3727 "theme",
3728 "ui",
3729 "util",
3730 "workspace",
3731 "zlog",
3732]
3733
3734[[package]]
3735name = "core-foundation"
3736version = "0.9.4"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3739dependencies = [
3740 "core-foundation-sys",
3741 "libc",
3742]
3743
3744[[package]]
3745name = "core-foundation"
3746version = "0.10.0"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3749dependencies = [
3750 "core-foundation-sys",
3751 "libc",
3752]
3753
3754[[package]]
3755name = "core-foundation-sys"
3756version = "0.8.7"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3759
3760[[package]]
3761name = "core-graphics"
3762version = "0.23.2"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3765dependencies = [
3766 "bitflags 1.3.2",
3767 "core-foundation 0.9.4",
3768 "core-graphics-types 0.1.3",
3769 "foreign-types 0.5.0",
3770 "libc",
3771]
3772
3773[[package]]
3774name = "core-graphics"
3775version = "0.24.0"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3778dependencies = [
3779 "bitflags 2.9.4",
3780 "core-foundation 0.10.0",
3781 "core-graphics-types 0.2.0",
3782 "foreign-types 0.5.0",
3783 "libc",
3784]
3785
3786[[package]]
3787name = "core-graphics-helmer-fork"
3788version = "0.24.0"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3791dependencies = [
3792 "bitflags 2.9.4",
3793 "core-foundation 0.9.4",
3794 "core-graphics-types 0.1.3",
3795 "foreign-types 0.5.0",
3796 "libc",
3797]
3798
3799[[package]]
3800name = "core-graphics-types"
3801version = "0.1.3"
3802source = "registry+https://github.com/rust-lang/crates.io-index"
3803checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3804dependencies = [
3805 "bitflags 1.3.2",
3806 "core-foundation 0.9.4",
3807 "libc",
3808]
3809
3810[[package]]
3811name = "core-graphics-types"
3812version = "0.2.0"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3815dependencies = [
3816 "bitflags 2.9.4",
3817 "core-foundation 0.10.0",
3818 "libc",
3819]
3820
3821[[package]]
3822name = "core-graphics2"
3823version = "0.4.1"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3826dependencies = [
3827 "bitflags 2.9.4",
3828 "block",
3829 "cfg-if",
3830 "core-foundation 0.10.0",
3831 "libc",
3832]
3833
3834[[package]]
3835name = "core-services"
3836version = "0.2.1"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3839dependencies = [
3840 "core-foundation 0.9.4",
3841]
3842
3843[[package]]
3844name = "core-text"
3845version = "21.0.0"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3848dependencies = [
3849 "core-foundation 0.10.0",
3850 "core-graphics 0.24.0",
3851 "foreign-types 0.5.0",
3852 "libc",
3853]
3854
3855[[package]]
3856name = "core-video"
3857version = "0.4.3"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3860dependencies = [
3861 "block",
3862 "core-foundation 0.10.0",
3863 "core-graphics2",
3864 "io-surface",
3865 "libc",
3866 "metal",
3867]
3868
3869[[package]]
3870name = "core_maths"
3871version = "0.1.1"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3874dependencies = [
3875 "libm",
3876]
3877
3878[[package]]
3879name = "coreaudio-rs"
3880version = "0.12.1"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3883dependencies = [
3884 "bitflags 1.3.2",
3885 "core-foundation-sys",
3886 "coreaudio-sys",
3887]
3888
3889[[package]]
3890name = "coreaudio-rs"
3891version = "0.13.0"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3894dependencies = [
3895 "bitflags 1.3.2",
3896 "libc",
3897 "objc2-audio-toolbox",
3898 "objc2-core-audio",
3899 "objc2-core-audio-types",
3900 "objc2-core-foundation",
3901]
3902
3903[[package]]
3904name = "coreaudio-sys"
3905version = "0.2.17"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3908dependencies = [
3909 "bindgen 0.72.1",
3910]
3911
3912[[package]]
3913name = "cosmic-text"
3914version = "0.14.2"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "da46a9d5a8905cc538a4a5bceb6a4510de7a51049c5588c0114efce102bcbbe8"
3917dependencies = [
3918 "bitflags 2.9.4",
3919 "fontdb 0.16.2",
3920 "log",
3921 "rangemap",
3922 "rustc-hash 1.1.0",
3923 "rustybuzz 0.14.1",
3924 "self_cell",
3925 "smol_str",
3926 "swash",
3927 "sys-locale",
3928 "ttf-parser 0.21.1",
3929 "unicode-bidi",
3930 "unicode-linebreak",
3931 "unicode-script",
3932 "unicode-segmentation",
3933]
3934
3935[[package]]
3936name = "cpal"
3937version = "0.16.0"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
3940dependencies = [
3941 "alsa",
3942 "coreaudio-rs 0.13.0",
3943 "dasp_sample",
3944 "jni",
3945 "js-sys",
3946 "libc",
3947 "mach2 0.4.3",
3948 "ndk",
3949 "ndk-context",
3950 "num-derive",
3951 "num-traits",
3952 "objc2-audio-toolbox",
3953 "objc2-core-audio",
3954 "objc2-core-audio-types",
3955 "wasm-bindgen",
3956 "wasm-bindgen-futures",
3957 "web-sys",
3958 "windows 0.54.0",
3959]
3960
3961[[package]]
3962name = "cpp_demangle"
3963version = "0.4.5"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3966dependencies = [
3967 "cfg-if",
3968]
3969
3970[[package]]
3971name = "cpufeatures"
3972version = "0.2.17"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3975dependencies = [
3976 "libc",
3977]
3978
3979[[package]]
3980name = "cranelift-bforest"
3981version = "0.116.1"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3984dependencies = [
3985 "cranelift-entity",
3986]
3987
3988[[package]]
3989name = "cranelift-bitset"
3990version = "0.116.1"
3991source = "registry+https://github.com/rust-lang/crates.io-index"
3992checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3993dependencies = [
3994 "serde",
3995 "serde_derive",
3996]
3997
3998[[package]]
3999name = "cranelift-codegen"
4000version = "0.116.1"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
4003dependencies = [
4004 "bumpalo",
4005 "cranelift-bforest",
4006 "cranelift-bitset",
4007 "cranelift-codegen-meta",
4008 "cranelift-codegen-shared",
4009 "cranelift-control",
4010 "cranelift-entity",
4011 "cranelift-isle",
4012 "gimli 0.31.1",
4013 "hashbrown 0.14.5",
4014 "log",
4015 "postcard",
4016 "regalloc2",
4017 "rustc-hash 2.1.1",
4018 "serde",
4019 "serde_derive",
4020 "sha2",
4021 "smallvec",
4022 "target-lexicon 0.13.3",
4023]
4024
4025[[package]]
4026name = "cranelift-codegen-meta"
4027version = "0.116.1"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
4030dependencies = [
4031 "cranelift-codegen-shared",
4032]
4033
4034[[package]]
4035name = "cranelift-codegen-shared"
4036version = "0.116.1"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
4039
4040[[package]]
4041name = "cranelift-control"
4042version = "0.116.1"
4043source = "registry+https://github.com/rust-lang/crates.io-index"
4044checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
4045dependencies = [
4046 "arbitrary",
4047]
4048
4049[[package]]
4050name = "cranelift-entity"
4051version = "0.116.1"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
4054dependencies = [
4055 "cranelift-bitset",
4056 "serde",
4057 "serde_derive",
4058]
4059
4060[[package]]
4061name = "cranelift-frontend"
4062version = "0.116.1"
4063source = "registry+https://github.com/rust-lang/crates.io-index"
4064checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
4065dependencies = [
4066 "cranelift-codegen",
4067 "log",
4068 "smallvec",
4069 "target-lexicon 0.13.3",
4070]
4071
4072[[package]]
4073name = "cranelift-isle"
4074version = "0.116.1"
4075source = "registry+https://github.com/rust-lang/crates.io-index"
4076checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
4077
4078[[package]]
4079name = "cranelift-native"
4080version = "0.116.1"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
4083dependencies = [
4084 "cranelift-codegen",
4085 "libc",
4086 "target-lexicon 0.13.3",
4087]
4088
4089[[package]]
4090name = "crash-context"
4091version = "0.6.3"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4094dependencies = [
4095 "cfg-if",
4096 "libc",
4097 "mach2 0.4.3",
4098]
4099
4100[[package]]
4101name = "crash-handler"
4102version = "0.6.3"
4103source = "registry+https://github.com/rust-lang/crates.io-index"
4104checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4105dependencies = [
4106 "cfg-if",
4107 "crash-context",
4108 "libc",
4109 "mach2 0.4.3",
4110 "parking_lot",
4111]
4112
4113[[package]]
4114name = "crashes"
4115version = "0.1.0"
4116dependencies = [
4117 "bincode 1.3.3",
4118 "cfg-if",
4119 "crash-handler",
4120 "log",
4121 "mach2 0.5.0",
4122 "minidumper",
4123 "paths",
4124 "release_channel",
4125 "serde",
4126 "serde_json",
4127 "smol",
4128 "system_specs",
4129 "zstd 0.11.2+zstd.1.5.2",
4130]
4131
4132[[package]]
4133name = "crc"
4134version = "3.3.0"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4137dependencies = [
4138 "crc-catalog",
4139]
4140
4141[[package]]
4142name = "crc-catalog"
4143version = "2.4.0"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4146
4147[[package]]
4148name = "crc-fast"
4149version = "1.3.0"
4150source = "registry+https://github.com/rust-lang/crates.io-index"
4151checksum = "6bf62af4cc77d8fe1c22dde4e721d87f2f54056139d8c412e1366b740305f56f"
4152dependencies = [
4153 "crc",
4154 "digest",
4155 "libc",
4156 "rand 0.9.2",
4157 "regex",
4158]
4159
4160[[package]]
4161name = "crc32fast"
4162version = "1.5.0"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4165dependencies = [
4166 "cfg-if",
4167]
4168
4169[[package]]
4170name = "credentials_provider"
4171version = "0.1.0"
4172dependencies = [
4173 "anyhow",
4174 "futures 0.3.31",
4175 "gpui",
4176 "paths",
4177 "release_channel",
4178 "serde",
4179 "serde_json",
4180]
4181
4182[[package]]
4183name = "criterion"
4184version = "0.5.1"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4187dependencies = [
4188 "anes",
4189 "cast",
4190 "ciborium",
4191 "clap",
4192 "criterion-plot",
4193 "is-terminal",
4194 "itertools 0.10.5",
4195 "num-traits",
4196 "once_cell",
4197 "oorandom",
4198 "plotters",
4199 "rayon",
4200 "regex",
4201 "serde",
4202 "serde_derive",
4203 "serde_json",
4204 "tinytemplate",
4205 "walkdir",
4206]
4207
4208[[package]]
4209name = "criterion-plot"
4210version = "0.5.0"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4213dependencies = [
4214 "cast",
4215 "itertools 0.10.5",
4216]
4217
4218[[package]]
4219name = "crossbeam"
4220version = "0.8.4"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4223dependencies = [
4224 "crossbeam-channel",
4225 "crossbeam-deque",
4226 "crossbeam-epoch",
4227 "crossbeam-queue",
4228 "crossbeam-utils",
4229]
4230
4231[[package]]
4232name = "crossbeam-channel"
4233version = "0.5.15"
4234source = "registry+https://github.com/rust-lang/crates.io-index"
4235checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4236dependencies = [
4237 "crossbeam-utils",
4238]
4239
4240[[package]]
4241name = "crossbeam-deque"
4242version = "0.8.6"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4245dependencies = [
4246 "crossbeam-epoch",
4247 "crossbeam-utils",
4248]
4249
4250[[package]]
4251name = "crossbeam-epoch"
4252version = "0.9.18"
4253source = "registry+https://github.com/rust-lang/crates.io-index"
4254checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4255dependencies = [
4256 "crossbeam-utils",
4257]
4258
4259[[package]]
4260name = "crossbeam-queue"
4261version = "0.3.12"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4264dependencies = [
4265 "crossbeam-utils",
4266]
4267
4268[[package]]
4269name = "crossbeam-utils"
4270version = "0.8.21"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4273
4274[[package]]
4275name = "crossterm"
4276version = "0.29.0"
4277source = "registry+https://github.com/rust-lang/crates.io-index"
4278checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
4279dependencies = [
4280 "bitflags 2.9.4",
4281 "crossterm_winapi",
4282 "document-features",
4283 "parking_lot",
4284 "rustix 1.1.2",
4285 "winapi",
4286]
4287
4288[[package]]
4289name = "crossterm_winapi"
4290version = "0.9.1"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
4293dependencies = [
4294 "winapi",
4295]
4296
4297[[package]]
4298name = "crunchy"
4299version = "0.2.4"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4302
4303[[package]]
4304name = "crypto-bigint"
4305version = "0.4.9"
4306source = "registry+https://github.com/rust-lang/crates.io-index"
4307checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4308dependencies = [
4309 "generic-array",
4310 "rand_core 0.6.4",
4311 "subtle",
4312 "zeroize",
4313]
4314
4315[[package]]
4316name = "crypto-bigint"
4317version = "0.5.5"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4320dependencies = [
4321 "rand_core 0.6.4",
4322 "subtle",
4323]
4324
4325[[package]]
4326name = "crypto-common"
4327version = "0.1.6"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4330dependencies = [
4331 "generic-array",
4332 "rand_core 0.6.4",
4333 "typenum",
4334]
4335
4336[[package]]
4337name = "cssparser"
4338version = "0.35.0"
4339source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4341dependencies = [
4342 "cssparser-macros",
4343 "dtoa-short",
4344 "itoa",
4345 "phf 0.11.3",
4346 "smallvec",
4347]
4348
4349[[package]]
4350name = "cssparser-macros"
4351version = "0.6.1"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4354dependencies = [
4355 "quote",
4356 "syn 2.0.106",
4357]
4358
4359[[package]]
4360name = "ctor"
4361version = "0.4.3"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4364dependencies = [
4365 "ctor-proc-macro",
4366 "dtor",
4367]
4368
4369[[package]]
4370name = "ctor-proc-macro"
4371version = "0.0.6"
4372source = "registry+https://github.com/rust-lang/crates.io-index"
4373checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4374
4375[[package]]
4376name = "ctrlc"
4377version = "3.5.0"
4378source = "registry+https://github.com/rust-lang/crates.io-index"
4379checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4380dependencies = [
4381 "dispatch",
4382 "nix 0.30.1",
4383 "windows-sys 0.61.2",
4384]
4385
4386[[package]]
4387name = "cursor-icon"
4388version = "1.2.0"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4391
4392[[package]]
4393name = "cxx"
4394version = "1.0.187"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4397dependencies = [
4398 "cc",
4399 "cxx-build",
4400 "cxxbridge-cmd",
4401 "cxxbridge-flags",
4402 "cxxbridge-macro",
4403 "foldhash 0.2.0",
4404 "link-cplusplus",
4405]
4406
4407[[package]]
4408name = "cxx-build"
4409version = "1.0.187"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4412dependencies = [
4413 "cc",
4414 "codespan-reporting 0.13.0",
4415 "indexmap 2.11.4",
4416 "proc-macro2",
4417 "quote",
4418 "scratch",
4419 "syn 2.0.106",
4420]
4421
4422[[package]]
4423name = "cxxbridge-cmd"
4424version = "1.0.187"
4425source = "registry+https://github.com/rust-lang/crates.io-index"
4426checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4427dependencies = [
4428 "clap",
4429 "codespan-reporting 0.13.0",
4430 "indexmap 2.11.4",
4431 "proc-macro2",
4432 "quote",
4433 "syn 2.0.106",
4434]
4435
4436[[package]]
4437name = "cxxbridge-flags"
4438version = "1.0.187"
4439source = "registry+https://github.com/rust-lang/crates.io-index"
4440checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4441
4442[[package]]
4443name = "cxxbridge-macro"
4444version = "1.0.187"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4447dependencies = [
4448 "indexmap 2.11.4",
4449 "proc-macro2",
4450 "quote",
4451 "syn 2.0.106",
4452]
4453
4454[[package]]
4455name = "dap"
4456version = "0.1.0"
4457dependencies = [
4458 "anyhow",
4459 "async-compression",
4460 "async-pipe",
4461 "async-tar",
4462 "async-trait",
4463 "client",
4464 "collections",
4465 "dap-types",
4466 "fs",
4467 "futures 0.3.31",
4468 "gpui",
4469 "http_client",
4470 "language",
4471 "libc",
4472 "log",
4473 "node_runtime",
4474 "parking_lot",
4475 "paths",
4476 "proto",
4477 "schemars 1.0.4",
4478 "serde",
4479 "serde_json",
4480 "settings",
4481 "smallvec",
4482 "smol",
4483 "task",
4484 "telemetry",
4485 "tree-sitter",
4486 "tree-sitter-go",
4487 "util",
4488 "zlog",
4489]
4490
4491[[package]]
4492name = "dap-types"
4493version = "0.0.1"
4494source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4495dependencies = [
4496 "schemars 1.0.4",
4497 "serde",
4498 "serde_json",
4499]
4500
4501[[package]]
4502name = "dap_adapters"
4503version = "0.1.0"
4504dependencies = [
4505 "anyhow",
4506 "async-trait",
4507 "collections",
4508 "dap",
4509 "dotenvy",
4510 "fs",
4511 "futures 0.3.31",
4512 "gpui",
4513 "json_dotpath",
4514 "language",
4515 "log",
4516 "paths",
4517 "serde",
4518 "serde_json",
4519 "shlex",
4520 "smol",
4521 "task",
4522 "util",
4523]
4524
4525[[package]]
4526name = "darling"
4527version = "0.20.11"
4528source = "registry+https://github.com/rust-lang/crates.io-index"
4529checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4530dependencies = [
4531 "darling_core 0.20.11",
4532 "darling_macro 0.20.11",
4533]
4534
4535[[package]]
4536name = "darling"
4537version = "0.21.3"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4540dependencies = [
4541 "darling_core 0.21.3",
4542 "darling_macro 0.21.3",
4543]
4544
4545[[package]]
4546name = "darling_core"
4547version = "0.20.11"
4548source = "registry+https://github.com/rust-lang/crates.io-index"
4549checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4550dependencies = [
4551 "fnv",
4552 "ident_case",
4553 "proc-macro2",
4554 "quote",
4555 "strsim",
4556 "syn 2.0.106",
4557]
4558
4559[[package]]
4560name = "darling_core"
4561version = "0.21.3"
4562source = "registry+https://github.com/rust-lang/crates.io-index"
4563checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4564dependencies = [
4565 "fnv",
4566 "ident_case",
4567 "proc-macro2",
4568 "quote",
4569 "strsim",
4570 "syn 2.0.106",
4571]
4572
4573[[package]]
4574name = "darling_macro"
4575version = "0.20.11"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4578dependencies = [
4579 "darling_core 0.20.11",
4580 "quote",
4581 "syn 2.0.106",
4582]
4583
4584[[package]]
4585name = "darling_macro"
4586version = "0.21.3"
4587source = "registry+https://github.com/rust-lang/crates.io-index"
4588checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4589dependencies = [
4590 "darling_core 0.21.3",
4591 "quote",
4592 "syn 2.0.106",
4593]
4594
4595[[package]]
4596name = "dashmap"
4597version = "5.5.3"
4598source = "registry+https://github.com/rust-lang/crates.io-index"
4599checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4600dependencies = [
4601 "cfg-if",
4602 "hashbrown 0.14.5",
4603 "lock_api",
4604 "once_cell",
4605 "parking_lot_core",
4606]
4607
4608[[package]]
4609name = "dashmap"
4610version = "6.1.0"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4613dependencies = [
4614 "cfg-if",
4615 "crossbeam-utils",
4616 "hashbrown 0.14.5",
4617 "lock_api",
4618 "once_cell",
4619 "parking_lot_core",
4620]
4621
4622[[package]]
4623name = "dasp_sample"
4624version = "0.11.0"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4627
4628[[package]]
4629name = "data-encoding"
4630version = "2.9.0"
4631source = "registry+https://github.com/rust-lang/crates.io-index"
4632checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4633
4634[[package]]
4635name = "data-url"
4636version = "0.3.2"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4639
4640[[package]]
4641name = "db"
4642version = "0.1.0"
4643dependencies = [
4644 "anyhow",
4645 "gpui",
4646 "indoc",
4647 "log",
4648 "paths",
4649 "release_channel",
4650 "smol",
4651 "sqlez",
4652 "sqlez_macros",
4653 "tempfile",
4654 "util",
4655 "zed_env_vars",
4656]
4657
4658[[package]]
4659name = "dbus"
4660version = "0.9.9"
4661source = "registry+https://github.com/rust-lang/crates.io-index"
4662checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4663dependencies = [
4664 "libc",
4665 "libdbus-sys",
4666 "windows-sys 0.59.0",
4667]
4668
4669[[package]]
4670name = "debug_adapter_extension"
4671version = "0.1.0"
4672dependencies = [
4673 "anyhow",
4674 "async-trait",
4675 "collections",
4676 "dap",
4677 "extension",
4678 "gpui",
4679 "serde_json",
4680 "task",
4681 "util",
4682]
4683
4684[[package]]
4685name = "debug_unsafe"
4686version = "0.1.3"
4687source = "registry+https://github.com/rust-lang/crates.io-index"
4688checksum = "85d3cef41d236720ed453e102153a53e4cc3d2fde848c0078a50cf249e8e3e5b"
4689
4690[[package]]
4691name = "debugger_tools"
4692version = "0.1.0"
4693dependencies = [
4694 "anyhow",
4695 "dap",
4696 "editor",
4697 "futures 0.3.31",
4698 "gpui",
4699 "project",
4700 "serde_json",
4701 "settings",
4702 "smol",
4703 "util",
4704 "workspace",
4705]
4706
4707[[package]]
4708name = "debugger_ui"
4709version = "0.1.0"
4710dependencies = [
4711 "alacritty_terminal",
4712 "anyhow",
4713 "bitflags 2.9.4",
4714 "client",
4715 "collections",
4716 "command_palette_hooks",
4717 "dap",
4718 "dap_adapters",
4719 "db",
4720 "debugger_tools",
4721 "editor",
4722 "file_icons",
4723 "futures 0.3.31",
4724 "fuzzy",
4725 "gpui",
4726 "hex",
4727 "indoc",
4728 "itertools 0.14.0",
4729 "language",
4730 "log",
4731 "menu",
4732 "notifications",
4733 "parking_lot",
4734 "parse_int",
4735 "paths",
4736 "picker",
4737 "pretty_assertions",
4738 "project",
4739 "rpc",
4740 "schemars 1.0.4",
4741 "serde",
4742 "serde_json",
4743 "serde_json_lenient",
4744 "settings",
4745 "shlex",
4746 "sysinfo 0.37.2",
4747 "task",
4748 "tasks_ui",
4749 "telemetry",
4750 "terminal_view",
4751 "text",
4752 "theme",
4753 "tree-sitter",
4754 "tree-sitter-go",
4755 "tree-sitter-json",
4756 "ui",
4757 "unindent",
4758 "util",
4759 "workspace",
4760 "zed_actions",
4761 "zlog",
4762]
4763
4764[[package]]
4765name = "debugid"
4766version = "0.8.0"
4767source = "registry+https://github.com/rust-lang/crates.io-index"
4768checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4769dependencies = [
4770 "uuid",
4771]
4772
4773[[package]]
4774name = "deepseek"
4775version = "0.1.0"
4776dependencies = [
4777 "anyhow",
4778 "futures 0.3.31",
4779 "http_client",
4780 "schemars 1.0.4",
4781 "serde",
4782 "serde_json",
4783]
4784
4785[[package]]
4786name = "deflate64"
4787version = "0.1.10"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4790
4791[[package]]
4792name = "denoise"
4793version = "0.1.0"
4794dependencies = [
4795 "candle-core",
4796 "candle-onnx",
4797 "log",
4798 "realfft",
4799 "rodio",
4800 "rustfft",
4801 "thiserror 2.0.17",
4802]
4803
4804[[package]]
4805name = "der"
4806version = "0.6.1"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4809dependencies = [
4810 "const-oid",
4811 "zeroize",
4812]
4813
4814[[package]]
4815name = "der"
4816version = "0.7.10"
4817source = "registry+https://github.com/rust-lang/crates.io-index"
4818checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4819dependencies = [
4820 "const-oid",
4821 "pem-rfc7468",
4822 "zeroize",
4823]
4824
4825[[package]]
4826name = "deranged"
4827version = "0.5.4"
4828source = "registry+https://github.com/rust-lang/crates.io-index"
4829checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4830dependencies = [
4831 "powerfmt",
4832 "serde_core",
4833]
4834
4835[[package]]
4836name = "derive_arbitrary"
4837version = "1.4.2"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4840dependencies = [
4841 "proc-macro2",
4842 "quote",
4843 "syn 2.0.106",
4844]
4845
4846[[package]]
4847name = "derive_more"
4848version = "0.99.20"
4849source = "registry+https://github.com/rust-lang/crates.io-index"
4850checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
4851dependencies = [
4852 "convert_case 0.4.0",
4853 "proc-macro2",
4854 "quote",
4855 "rustc_version",
4856 "syn 2.0.106",
4857]
4858
4859[[package]]
4860name = "derive_refineable"
4861version = "0.1.0"
4862dependencies = [
4863 "proc-macro2",
4864 "quote",
4865 "syn 2.0.106",
4866]
4867
4868[[package]]
4869name = "deunicode"
4870version = "1.6.2"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
4873
4874[[package]]
4875name = "diagnostics"
4876version = "0.1.0"
4877dependencies = [
4878 "anyhow",
4879 "client",
4880 "collections",
4881 "component",
4882 "ctor",
4883 "editor",
4884 "gpui",
4885 "indoc",
4886 "language",
4887 "log",
4888 "lsp",
4889 "markdown",
4890 "pretty_assertions",
4891 "project",
4892 "rand 0.9.2",
4893 "serde",
4894 "serde_json",
4895 "settings",
4896 "text",
4897 "theme",
4898 "ui",
4899 "unindent",
4900 "util",
4901 "workspace",
4902 "zlog",
4903]
4904
4905[[package]]
4906name = "dialoguer"
4907version = "0.11.0"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4910dependencies = [
4911 "console",
4912 "fuzzy-matcher",
4913 "shell-words",
4914 "tempfile",
4915 "thiserror 1.0.69",
4916 "zeroize",
4917]
4918
4919[[package]]
4920name = "diff"
4921version = "0.1.13"
4922source = "registry+https://github.com/rust-lang/crates.io-index"
4923checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4924
4925[[package]]
4926name = "diffy"
4927version = "0.4.2"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4930dependencies = [
4931 "nu-ansi-term",
4932]
4933
4934[[package]]
4935name = "digest"
4936version = "0.10.7"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4939dependencies = [
4940 "block-buffer",
4941 "const-oid",
4942 "crypto-common",
4943 "subtle",
4944]
4945
4946[[package]]
4947name = "dirs"
4948version = "4.0.0"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4951dependencies = [
4952 "dirs-sys 0.3.7",
4953]
4954
4955[[package]]
4956name = "dirs"
4957version = "5.0.1"
4958source = "registry+https://github.com/rust-lang/crates.io-index"
4959checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4960dependencies = [
4961 "dirs-sys 0.4.1",
4962]
4963
4964[[package]]
4965name = "dirs"
4966version = "6.0.0"
4967source = "registry+https://github.com/rust-lang/crates.io-index"
4968checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4969dependencies = [
4970 "dirs-sys 0.5.0",
4971]
4972
4973[[package]]
4974name = "dirs-sys"
4975version = "0.3.7"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4978dependencies = [
4979 "libc",
4980 "redox_users 0.4.6",
4981 "winapi",
4982]
4983
4984[[package]]
4985name = "dirs-sys"
4986version = "0.4.1"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4989dependencies = [
4990 "libc",
4991 "option-ext",
4992 "redox_users 0.4.6",
4993 "windows-sys 0.48.0",
4994]
4995
4996[[package]]
4997name = "dirs-sys"
4998version = "0.5.0"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5001dependencies = [
5002 "libc",
5003 "option-ext",
5004 "redox_users 0.5.2",
5005 "windows-sys 0.59.0",
5006]
5007
5008[[package]]
5009name = "dispatch"
5010version = "0.2.0"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5013
5014[[package]]
5015name = "dispatch2"
5016version = "0.3.0"
5017source = "registry+https://github.com/rust-lang/crates.io-index"
5018checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
5019dependencies = [
5020 "bitflags 2.9.4",
5021 "objc2",
5022]
5023
5024[[package]]
5025name = "displaydoc"
5026version = "0.2.5"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5029dependencies = [
5030 "proc-macro2",
5031 "quote",
5032 "syn 2.0.106",
5033]
5034
5035[[package]]
5036name = "dlib"
5037version = "0.5.2"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5040dependencies = [
5041 "libloading",
5042]
5043
5044[[package]]
5045name = "docs_preprocessor"
5046version = "0.1.0"
5047dependencies = [
5048 "anyhow",
5049 "command_palette",
5050 "gpui",
5051 "mdbook",
5052 "regex",
5053 "serde",
5054 "serde_json",
5055 "settings",
5056 "task",
5057 "theme",
5058 "util",
5059 "zed",
5060 "zlog",
5061]
5062
5063[[package]]
5064name = "document-features"
5065version = "0.2.11"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
5068dependencies = [
5069 "litrs",
5070]
5071
5072[[package]]
5073name = "documented"
5074version = "0.9.2"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5077dependencies = [
5078 "documented-macros",
5079 "phf 0.12.1",
5080 "thiserror 2.0.17",
5081]
5082
5083[[package]]
5084name = "documented-macros"
5085version = "0.9.2"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5088dependencies = [
5089 "convert_case 0.8.0",
5090 "itertools 0.14.0",
5091 "optfield",
5092 "proc-macro2",
5093 "quote",
5094 "strum 0.27.2",
5095 "syn 2.0.106",
5096]
5097
5098[[package]]
5099name = "dotenvy"
5100version = "0.15.7"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5103
5104[[package]]
5105name = "downcast-rs"
5106version = "1.2.1"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
5108checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5109
5110[[package]]
5111name = "doxygen-rs"
5112version = "0.4.2"
5113source = "registry+https://github.com/rust-lang/crates.io-index"
5114checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5115dependencies = [
5116 "phf 0.11.3",
5117]
5118
5119[[package]]
5120name = "dtoa"
5121version = "1.0.10"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5124
5125[[package]]
5126name = "dtoa-short"
5127version = "0.3.5"
5128source = "registry+https://github.com/rust-lang/crates.io-index"
5129checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5130dependencies = [
5131 "dtoa",
5132]
5133
5134[[package]]
5135name = "dtor"
5136version = "0.0.6"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5139dependencies = [
5140 "dtor-proc-macro",
5141]
5142
5143[[package]]
5144name = "dtor-proc-macro"
5145version = "0.0.5"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5148
5149[[package]]
5150name = "dunce"
5151version = "1.0.5"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5154
5155[[package]]
5156name = "dwrote"
5157version = "0.11.5"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5160dependencies = [
5161 "lazy_static",
5162 "libc",
5163 "winapi",
5164 "wio",
5165]
5166
5167[[package]]
5168name = "dyn-clone"
5169version = "1.0.20"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5172
5173[[package]]
5174name = "dyn-stack"
5175version = "0.10.0"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5178dependencies = [
5179 "bytemuck",
5180 "reborrow",
5181]
5182
5183[[package]]
5184name = "dyn-stack"
5185version = "0.13.2"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5188dependencies = [
5189 "bytemuck",
5190 "dyn-stack-macros",
5191]
5192
5193[[package]]
5194name = "dyn-stack-macros"
5195version = "0.1.3"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5198
5199[[package]]
5200name = "ec4rs"
5201version = "1.2.0"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5204
5205[[package]]
5206name = "ecdsa"
5207version = "0.14.8"
5208source = "registry+https://github.com/rust-lang/crates.io-index"
5209checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5210dependencies = [
5211 "der 0.6.1",
5212 "elliptic-curve",
5213 "rfc6979",
5214 "signature 1.6.4",
5215]
5216
5217[[package]]
5218name = "edit_prediction"
5219version = "0.1.0"
5220dependencies = [
5221 "client",
5222 "gpui",
5223 "language",
5224]
5225
5226[[package]]
5227name = "edit_prediction_button"
5228version = "0.1.0"
5229dependencies = [
5230 "anyhow",
5231 "client",
5232 "cloud_llm_client",
5233 "codestral",
5234 "copilot",
5235 "edit_prediction",
5236 "editor",
5237 "feature_flags",
5238 "fs",
5239 "futures 0.3.31",
5240 "gpui",
5241 "indoc",
5242 "language",
5243 "lsp",
5244 "paths",
5245 "project",
5246 "regex",
5247 "serde_json",
5248 "settings",
5249 "supermaven",
5250 "telemetry",
5251 "theme",
5252 "ui",
5253 "workspace",
5254 "zed_actions",
5255 "zeta",
5256]
5257
5258[[package]]
5259name = "edit_prediction_context"
5260version = "0.1.0"
5261dependencies = [
5262 "anyhow",
5263 "arrayvec",
5264 "clap",
5265 "cloud_llm_client",
5266 "collections",
5267 "futures 0.3.31",
5268 "gpui",
5269 "hashbrown 0.15.5",
5270 "indoc",
5271 "itertools 0.14.0",
5272 "language",
5273 "log",
5274 "ordered-float 2.10.1",
5275 "postage",
5276 "pretty_assertions",
5277 "project",
5278 "regex",
5279 "serde",
5280 "serde_json",
5281 "settings",
5282 "slotmap",
5283 "strum 0.27.2",
5284 "text",
5285 "tree-sitter",
5286 "tree-sitter-c",
5287 "tree-sitter-cpp",
5288 "tree-sitter-go",
5289 "util",
5290 "zlog",
5291]
5292
5293[[package]]
5294name = "editor"
5295version = "0.1.0"
5296dependencies = [
5297 "aho-corasick",
5298 "anyhow",
5299 "assets",
5300 "buffer_diff",
5301 "client",
5302 "clock",
5303 "collections",
5304 "convert_case 0.8.0",
5305 "criterion",
5306 "ctor",
5307 "dap",
5308 "db",
5309 "edit_prediction",
5310 "emojis",
5311 "file_icons",
5312 "fs",
5313 "futures 0.3.31",
5314 "fuzzy",
5315 "git",
5316 "gpui",
5317 "http_client",
5318 "indoc",
5319 "itertools 0.14.0",
5320 "language",
5321 "languages",
5322 "linkify",
5323 "log",
5324 "lsp",
5325 "markdown",
5326 "menu",
5327 "multi_buffer",
5328 "ordered-float 2.10.1",
5329 "parking_lot",
5330 "pretty_assertions",
5331 "project",
5332 "rand 0.9.2",
5333 "regex",
5334 "release_channel",
5335 "rpc",
5336 "schemars 1.0.4",
5337 "serde",
5338 "serde_json",
5339 "settings",
5340 "smallvec",
5341 "smol",
5342 "snippet",
5343 "sum_tree",
5344 "task",
5345 "telemetry",
5346 "tempfile",
5347 "text",
5348 "theme",
5349 "time",
5350 "tree-sitter-bash",
5351 "tree-sitter-c",
5352 "tree-sitter-html",
5353 "tree-sitter-python",
5354 "tree-sitter-rust",
5355 "tree-sitter-typescript",
5356 "tree-sitter-yaml",
5357 "ui",
5358 "unicode-script",
5359 "unicode-segmentation",
5360 "unindent",
5361 "url",
5362 "util",
5363 "uuid",
5364 "vim_mode_setting",
5365 "workspace",
5366 "zed_actions",
5367 "zlog",
5368]
5369
5370[[package]]
5371name = "either"
5372version = "1.15.0"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5375dependencies = [
5376 "serde",
5377]
5378
5379[[package]]
5380name = "elasticlunr-rs"
5381version = "3.0.2"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5384dependencies = [
5385 "regex",
5386 "serde",
5387 "serde_derive",
5388 "serde_json",
5389]
5390
5391[[package]]
5392name = "elliptic-curve"
5393version = "0.12.3"
5394source = "registry+https://github.com/rust-lang/crates.io-index"
5395checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5396dependencies = [
5397 "base16ct",
5398 "crypto-bigint 0.4.9",
5399 "der 0.6.1",
5400 "digest",
5401 "ff",
5402 "generic-array",
5403 "group",
5404 "pkcs8 0.9.0",
5405 "rand_core 0.6.4",
5406 "sec1",
5407 "subtle",
5408 "zeroize",
5409]
5410
5411[[package]]
5412name = "email_address"
5413version = "0.2.9"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5416dependencies = [
5417 "serde",
5418]
5419
5420[[package]]
5421name = "embed-resource"
5422version = "3.0.6"
5423source = "registry+https://github.com/rust-lang/crates.io-index"
5424checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5425dependencies = [
5426 "cc",
5427 "memchr",
5428 "rustc_version",
5429 "toml 0.9.8",
5430 "vswhom",
5431 "winreg 0.55.0",
5432]
5433
5434[[package]]
5435name = "embedded-io"
5436version = "0.4.0"
5437source = "registry+https://github.com/rust-lang/crates.io-index"
5438checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5439
5440[[package]]
5441name = "embedded-io"
5442version = "0.6.1"
5443source = "registry+https://github.com/rust-lang/crates.io-index"
5444checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5445
5446[[package]]
5447name = "emojis"
5448version = "0.6.4"
5449source = "registry+https://github.com/rust-lang/crates.io-index"
5450checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5451dependencies = [
5452 "phf 0.11.3",
5453]
5454
5455[[package]]
5456name = "encode_unicode"
5457version = "1.0.0"
5458source = "registry+https://github.com/rust-lang/crates.io-index"
5459checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5460
5461[[package]]
5462name = "encoding_rs"
5463version = "0.8.35"
5464source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5466dependencies = [
5467 "cfg-if",
5468]
5469
5470[[package]]
5471name = "endi"
5472version = "1.1.0"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5475
5476[[package]]
5477name = "enum-as-inner"
5478version = "0.6.1"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5481dependencies = [
5482 "heck 0.5.0",
5483 "proc-macro2",
5484 "quote",
5485 "syn 2.0.106",
5486]
5487
5488[[package]]
5489name = "enumflags2"
5490version = "0.7.12"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5493dependencies = [
5494 "enumflags2_derive",
5495 "serde",
5496]
5497
5498[[package]]
5499name = "enumflags2_derive"
5500version = "0.7.12"
5501source = "registry+https://github.com/rust-lang/crates.io-index"
5502checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5503dependencies = [
5504 "proc-macro2",
5505 "quote",
5506 "syn 2.0.106",
5507]
5508
5509[[package]]
5510name = "env_filter"
5511version = "0.1.4"
5512source = "registry+https://github.com/rust-lang/crates.io-index"
5513checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5514dependencies = [
5515 "log",
5516 "regex",
5517]
5518
5519[[package]]
5520name = "env_logger"
5521version = "0.10.2"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5524dependencies = [
5525 "humantime",
5526 "is-terminal",
5527 "log",
5528 "regex",
5529 "termcolor",
5530]
5531
5532[[package]]
5533name = "env_logger"
5534version = "0.11.8"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5537dependencies = [
5538 "anstream",
5539 "anstyle",
5540 "env_filter",
5541 "jiff",
5542 "log",
5543]
5544
5545[[package]]
5546name = "envy"
5547version = "0.4.2"
5548source = "registry+https://github.com/rust-lang/crates.io-index"
5549checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5550dependencies = [
5551 "serde",
5552]
5553
5554[[package]]
5555name = "equator"
5556version = "0.4.2"
5557source = "registry+https://github.com/rust-lang/crates.io-index"
5558checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5559dependencies = [
5560 "equator-macro",
5561]
5562
5563[[package]]
5564name = "equator-macro"
5565version = "0.4.2"
5566source = "registry+https://github.com/rust-lang/crates.io-index"
5567checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5568dependencies = [
5569 "proc-macro2",
5570 "quote",
5571 "syn 2.0.106",
5572]
5573
5574[[package]]
5575name = "equivalent"
5576version = "1.0.2"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5579
5580[[package]]
5581name = "erased-serde"
5582version = "0.4.8"
5583source = "registry+https://github.com/rust-lang/crates.io-index"
5584checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b"
5585dependencies = [
5586 "serde",
5587 "serde_core",
5588 "typeid",
5589]
5590
5591[[package]]
5592name = "errno"
5593version = "0.2.8"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5596dependencies = [
5597 "errno-dragonfly",
5598 "libc",
5599 "winapi",
5600]
5601
5602[[package]]
5603name = "errno"
5604version = "0.3.14"
5605source = "registry+https://github.com/rust-lang/crates.io-index"
5606checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5607dependencies = [
5608 "libc",
5609 "windows-sys 0.59.0",
5610]
5611
5612[[package]]
5613name = "errno-dragonfly"
5614version = "0.1.2"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5617dependencies = [
5618 "cc",
5619 "libc",
5620]
5621
5622[[package]]
5623name = "etagere"
5624version = "0.2.15"
5625source = "registry+https://github.com/rust-lang/crates.io-index"
5626checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5627dependencies = [
5628 "euclid",
5629 "svg_fmt",
5630]
5631
5632[[package]]
5633name = "etcetera"
5634version = "0.8.0"
5635source = "registry+https://github.com/rust-lang/crates.io-index"
5636checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5637dependencies = [
5638 "cfg-if",
5639 "home",
5640 "windows-sys 0.48.0",
5641]
5642
5643[[package]]
5644name = "ethnum"
5645version = "1.5.2"
5646source = "registry+https://github.com/rust-lang/crates.io-index"
5647checksum = "ca81e6b4777c89fd810c25a4be2b1bd93ea034fbe58e6a75216a34c6b82c539b"
5648
5649[[package]]
5650name = "euclid"
5651version = "0.22.11"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5654dependencies = [
5655 "num-traits",
5656]
5657
5658[[package]]
5659name = "event-listener"
5660version = "2.5.3"
5661source = "registry+https://github.com/rust-lang/crates.io-index"
5662checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5663
5664[[package]]
5665name = "event-listener"
5666version = "5.4.1"
5667source = "registry+https://github.com/rust-lang/crates.io-index"
5668checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5669dependencies = [
5670 "concurrent-queue",
5671 "parking",
5672 "pin-project-lite",
5673]
5674
5675[[package]]
5676name = "event-listener-strategy"
5677version = "0.5.4"
5678source = "registry+https://github.com/rust-lang/crates.io-index"
5679checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5680dependencies = [
5681 "event-listener 5.4.1",
5682 "pin-project-lite",
5683]
5684
5685[[package]]
5686name = "exec"
5687version = "0.3.1"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5690dependencies = [
5691 "errno 0.2.8",
5692 "libc",
5693]
5694
5695[[package]]
5696name = "explorer_command_injector"
5697version = "0.1.0"
5698dependencies = [
5699 "windows 0.61.3",
5700 "windows-core 0.61.2",
5701 "windows-registry 0.5.3",
5702]
5703
5704[[package]]
5705name = "exr"
5706version = "1.73.0"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5709dependencies = [
5710 "bit_field",
5711 "half",
5712 "lebe",
5713 "miniz_oxide",
5714 "rayon-core",
5715 "smallvec",
5716 "zune-inflate",
5717]
5718
5719[[package]]
5720name = "extended"
5721version = "0.1.0"
5722source = "registry+https://github.com/rust-lang/crates.io-index"
5723checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5724
5725[[package]]
5726name = "extension"
5727version = "0.1.0"
5728dependencies = [
5729 "anyhow",
5730 "async-compression",
5731 "async-tar",
5732 "async-trait",
5733 "collections",
5734 "dap",
5735 "fs",
5736 "futures 0.3.31",
5737 "gpui",
5738 "heck 0.5.0",
5739 "http_client",
5740 "language",
5741 "log",
5742 "lsp",
5743 "parking_lot",
5744 "pretty_assertions",
5745 "semantic_version",
5746 "serde",
5747 "serde_json",
5748 "task",
5749 "toml 0.8.23",
5750 "url",
5751 "util",
5752 "wasm-encoder 0.221.3",
5753 "wasmparser 0.221.3",
5754]
5755
5756[[package]]
5757name = "extension_cli"
5758version = "0.1.0"
5759dependencies = [
5760 "anyhow",
5761 "clap",
5762 "env_logger 0.11.8",
5763 "extension",
5764 "fs",
5765 "gpui",
5766 "language",
5767 "log",
5768 "reqwest_client",
5769 "rpc",
5770 "serde",
5771 "serde_json",
5772 "theme",
5773 "tokio",
5774 "toml 0.8.23",
5775 "tree-sitter",
5776 "wasmtime",
5777]
5778
5779[[package]]
5780name = "extension_host"
5781version = "0.1.0"
5782dependencies = [
5783 "anyhow",
5784 "async-compression",
5785 "async-tar",
5786 "async-trait",
5787 "client",
5788 "collections",
5789 "criterion",
5790 "ctor",
5791 "dap",
5792 "extension",
5793 "fs",
5794 "futures 0.3.31",
5795 "gpui",
5796 "http_client",
5797 "language",
5798 "language_extension",
5799 "log",
5800 "lsp",
5801 "moka",
5802 "node_runtime",
5803 "parking_lot",
5804 "paths",
5805 "project",
5806 "rand 0.9.2",
5807 "release_channel",
5808 "remote",
5809 "reqwest_client",
5810 "semantic_version",
5811 "serde",
5812 "serde_json",
5813 "serde_json_lenient",
5814 "settings",
5815 "task",
5816 "telemetry",
5817 "tempfile",
5818 "theme",
5819 "theme_extension",
5820 "toml 0.8.23",
5821 "url",
5822 "util",
5823 "wasmparser 0.221.3",
5824 "wasmtime",
5825 "wasmtime-wasi",
5826 "zlog",
5827]
5828
5829[[package]]
5830name = "extensions_ui"
5831version = "0.1.0"
5832dependencies = [
5833 "anyhow",
5834 "client",
5835 "collections",
5836 "db",
5837 "editor",
5838 "extension",
5839 "extension_host",
5840 "fs",
5841 "fuzzy",
5842 "gpui",
5843 "language",
5844 "log",
5845 "num-format",
5846 "picker",
5847 "project",
5848 "release_channel",
5849 "semantic_version",
5850 "serde",
5851 "settings",
5852 "smallvec",
5853 "strum 0.27.2",
5854 "telemetry",
5855 "theme",
5856 "ui",
5857 "util",
5858 "vim_mode_setting",
5859 "workspace",
5860 "zed_actions",
5861]
5862
5863[[package]]
5864name = "fallible-iterator"
5865version = "0.3.0"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5868
5869[[package]]
5870name = "fallible-streaming-iterator"
5871version = "0.1.9"
5872source = "registry+https://github.com/rust-lang/crates.io-index"
5873checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
5874
5875[[package]]
5876name = "fancy-regex"
5877version = "0.13.0"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5880dependencies = [
5881 "bit-set 0.5.3",
5882 "regex-automata",
5883 "regex-syntax",
5884]
5885
5886[[package]]
5887name = "fancy-regex"
5888version = "0.14.0"
5889source = "registry+https://github.com/rust-lang/crates.io-index"
5890checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5891dependencies = [
5892 "bit-set 0.8.0",
5893 "regex-automata",
5894 "regex-syntax",
5895]
5896
5897[[package]]
5898name = "fast-float2"
5899version = "0.2.3"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55"
5902
5903[[package]]
5904name = "fast-srgb8"
5905version = "1.0.0"
5906source = "registry+https://github.com/rust-lang/crates.io-index"
5907checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5908
5909[[package]]
5910name = "fastrand"
5911version = "1.9.0"
5912source = "registry+https://github.com/rust-lang/crates.io-index"
5913checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5914dependencies = [
5915 "instant",
5916]
5917
5918[[package]]
5919name = "fastrand"
5920version = "2.3.0"
5921source = "registry+https://github.com/rust-lang/crates.io-index"
5922checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5923
5924[[package]]
5925name = "fax"
5926version = "0.2.6"
5927source = "registry+https://github.com/rust-lang/crates.io-index"
5928checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
5929dependencies = [
5930 "fax_derive",
5931]
5932
5933[[package]]
5934name = "fax_derive"
5935version = "0.2.0"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
5938dependencies = [
5939 "proc-macro2",
5940 "quote",
5941 "syn 2.0.106",
5942]
5943
5944[[package]]
5945name = "fd-lock"
5946version = "4.0.4"
5947source = "registry+https://github.com/rust-lang/crates.io-index"
5948checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5949dependencies = [
5950 "cfg-if",
5951 "rustix 1.1.2",
5952 "windows-sys 0.59.0",
5953]
5954
5955[[package]]
5956name = "fdeflate"
5957version = "0.3.7"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5960dependencies = [
5961 "simd-adler32",
5962]
5963
5964[[package]]
5965name = "feature_flags"
5966version = "0.1.0"
5967dependencies = [
5968 "futures 0.3.31",
5969 "gpui",
5970 "smol",
5971]
5972
5973[[package]]
5974name = "feedback"
5975version = "0.1.0"
5976dependencies = [
5977 "editor",
5978 "gpui",
5979 "system_specs",
5980 "urlencoding",
5981 "util",
5982 "workspace",
5983 "zed_actions",
5984]
5985
5986[[package]]
5987name = "ff"
5988version = "0.12.1"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5991dependencies = [
5992 "rand_core 0.6.4",
5993 "subtle",
5994]
5995
5996[[package]]
5997name = "file_finder"
5998version = "0.1.0"
5999dependencies = [
6000 "anyhow",
6001 "collections",
6002 "ctor",
6003 "editor",
6004 "file_icons",
6005 "futures 0.3.31",
6006 "fuzzy",
6007 "gpui",
6008 "language",
6009 "menu",
6010 "picker",
6011 "pretty_assertions",
6012 "project",
6013 "schemars 1.0.4",
6014 "search",
6015 "serde",
6016 "serde_json",
6017 "settings",
6018 "text",
6019 "theme",
6020 "ui",
6021 "util",
6022 "workspace",
6023 "zlog",
6024]
6025
6026[[package]]
6027name = "file_icons"
6028version = "0.1.0"
6029dependencies = [
6030 "gpui",
6031 "serde",
6032 "theme",
6033 "util",
6034]
6035
6036[[package]]
6037name = "filedescriptor"
6038version = "0.8.3"
6039source = "registry+https://github.com/rust-lang/crates.io-index"
6040checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6041dependencies = [
6042 "libc",
6043 "thiserror 1.0.69",
6044 "winapi",
6045]
6046
6047[[package]]
6048name = "filetime"
6049version = "0.2.26"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6052dependencies = [
6053 "cfg-if",
6054 "libc",
6055 "libredox",
6056 "windows-sys 0.60.2",
6057]
6058
6059[[package]]
6060name = "find-msvc-tools"
6061version = "0.1.4"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
6064
6065[[package]]
6066name = "fixedbitset"
6067version = "0.4.2"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6070
6071[[package]]
6072name = "flate2"
6073version = "1.1.4"
6074source = "registry+https://github.com/rust-lang/crates.io-index"
6075checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
6076dependencies = [
6077 "crc32fast",
6078 "libz-rs-sys",
6079 "miniz_oxide",
6080]
6081
6082[[package]]
6083name = "float-cmp"
6084version = "0.9.0"
6085source = "registry+https://github.com/rust-lang/crates.io-index"
6086checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6087
6088[[package]]
6089name = "float-ord"
6090version = "0.3.2"
6091source = "registry+https://github.com/rust-lang/crates.io-index"
6092checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6093
6094[[package]]
6095name = "float8"
6096version = "0.4.2"
6097source = "registry+https://github.com/rust-lang/crates.io-index"
6098checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6099dependencies = [
6100 "half",
6101 "num-traits",
6102 "rand 0.9.2",
6103 "rand_distr",
6104]
6105
6106[[package]]
6107name = "float_next_after"
6108version = "1.0.0"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6111
6112[[package]]
6113name = "fluent-uri"
6114version = "0.3.2"
6115source = "registry+https://github.com/rust-lang/crates.io-index"
6116checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
6117dependencies = [
6118 "borrow-or-share",
6119 "ref-cast",
6120 "serde",
6121]
6122
6123[[package]]
6124name = "flume"
6125version = "0.11.1"
6126source = "registry+https://github.com/rust-lang/crates.io-index"
6127checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6128dependencies = [
6129 "futures-core",
6130 "futures-sink",
6131 "nanorand",
6132 "spin",
6133]
6134
6135[[package]]
6136name = "fnv"
6137version = "1.0.7"
6138source = "registry+https://github.com/rust-lang/crates.io-index"
6139checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6140
6141[[package]]
6142name = "foldhash"
6143version = "0.1.5"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6146
6147[[package]]
6148name = "foldhash"
6149version = "0.2.0"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6152
6153[[package]]
6154name = "font-types"
6155version = "0.10.0"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6158dependencies = [
6159 "bytemuck",
6160]
6161
6162[[package]]
6163name = "fontconfig-parser"
6164version = "0.5.8"
6165source = "registry+https://github.com/rust-lang/crates.io-index"
6166checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6167dependencies = [
6168 "roxmltree",
6169]
6170
6171[[package]]
6172name = "fontdb"
6173version = "0.16.2"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6176dependencies = [
6177 "fontconfig-parser",
6178 "log",
6179 "memmap2",
6180 "slotmap",
6181 "tinyvec",
6182 "ttf-parser 0.20.0",
6183]
6184
6185[[package]]
6186name = "fontdb"
6187version = "0.23.0"
6188source = "registry+https://github.com/rust-lang/crates.io-index"
6189checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6190dependencies = [
6191 "fontconfig-parser",
6192 "log",
6193 "memmap2",
6194 "slotmap",
6195 "tinyvec",
6196 "ttf-parser 0.25.1",
6197]
6198
6199[[package]]
6200name = "foreign-types"
6201version = "0.3.2"
6202source = "registry+https://github.com/rust-lang/crates.io-index"
6203checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6204dependencies = [
6205 "foreign-types-shared 0.1.1",
6206]
6207
6208[[package]]
6209name = "foreign-types"
6210version = "0.5.0"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6213dependencies = [
6214 "foreign-types-macros",
6215 "foreign-types-shared 0.3.1",
6216]
6217
6218[[package]]
6219name = "foreign-types-macros"
6220version = "0.2.3"
6221source = "registry+https://github.com/rust-lang/crates.io-index"
6222checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6223dependencies = [
6224 "proc-macro2",
6225 "quote",
6226 "syn 2.0.106",
6227]
6228
6229[[package]]
6230name = "foreign-types-shared"
6231version = "0.1.1"
6232source = "registry+https://github.com/rust-lang/crates.io-index"
6233checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6234
6235[[package]]
6236name = "foreign-types-shared"
6237version = "0.3.1"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6240
6241[[package]]
6242name = "fork"
6243version = "0.2.0"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
6246dependencies = [
6247 "libc",
6248]
6249
6250[[package]]
6251name = "form_urlencoded"
6252version = "1.2.2"
6253source = "registry+https://github.com/rust-lang/crates.io-index"
6254checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6255dependencies = [
6256 "percent-encoding",
6257]
6258
6259[[package]]
6260name = "fraction"
6261version = "0.15.3"
6262source = "registry+https://github.com/rust-lang/crates.io-index"
6263checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6264dependencies = [
6265 "lazy_static",
6266 "num",
6267]
6268
6269[[package]]
6270name = "freetype-sys"
6271version = "0.20.1"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6274dependencies = [
6275 "cc",
6276 "libc",
6277 "pkg-config",
6278]
6279
6280[[package]]
6281name = "fs"
6282version = "0.1.0"
6283dependencies = [
6284 "anyhow",
6285 "ashpd 0.11.0",
6286 "async-tar",
6287 "async-trait",
6288 "cocoa 0.26.0",
6289 "collections",
6290 "fsevent",
6291 "futures 0.3.31",
6292 "git",
6293 "gpui",
6294 "ignore",
6295 "libc",
6296 "log",
6297 "notify 8.0.0",
6298 "objc",
6299 "parking_lot",
6300 "paths",
6301 "proto",
6302 "rope",
6303 "serde",
6304 "serde_json",
6305 "smol",
6306 "tempfile",
6307 "text",
6308 "time",
6309 "util",
6310 "windows 0.61.3",
6311]
6312
6313[[package]]
6314name = "fs-set-times"
6315version = "0.20.3"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6318dependencies = [
6319 "io-lifetimes",
6320 "rustix 1.1.2",
6321 "windows-sys 0.59.0",
6322]
6323
6324[[package]]
6325name = "fs2"
6326version = "0.4.3"
6327source = "registry+https://github.com/rust-lang/crates.io-index"
6328checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6329dependencies = [
6330 "libc",
6331 "winapi",
6332]
6333
6334[[package]]
6335name = "fs4"
6336version = "0.13.1"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4"
6339dependencies = [
6340 "rustix 1.1.2",
6341 "windows-sys 0.59.0",
6342]
6343
6344[[package]]
6345name = "fs_benchmarks"
6346version = "0.1.0"
6347dependencies = [
6348 "fs",
6349 "gpui",
6350]
6351
6352[[package]]
6353name = "fs_extra"
6354version = "1.3.0"
6355source = "registry+https://github.com/rust-lang/crates.io-index"
6356checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6357
6358[[package]]
6359name = "fsevent"
6360version = "0.1.0"
6361dependencies = [
6362 "bitflags 2.9.4",
6363 "core-foundation 0.10.0",
6364 "fsevent-sys 3.1.0",
6365 "log",
6366 "parking_lot",
6367 "tempfile",
6368]
6369
6370[[package]]
6371name = "fsevent-sys"
6372version = "3.1.0"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
6375dependencies = [
6376 "libc",
6377]
6378
6379[[package]]
6380name = "fsevent-sys"
6381version = "4.1.0"
6382source = "registry+https://github.com/rust-lang/crates.io-index"
6383checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6384dependencies = [
6385 "libc",
6386]
6387
6388[[package]]
6389name = "funty"
6390version = "2.0.0"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6393
6394[[package]]
6395name = "futf"
6396version = "0.1.5"
6397source = "registry+https://github.com/rust-lang/crates.io-index"
6398checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6399dependencies = [
6400 "mac",
6401 "new_debug_unreachable",
6402]
6403
6404[[package]]
6405name = "futures"
6406version = "0.1.31"
6407source = "registry+https://github.com/rust-lang/crates.io-index"
6408checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6409
6410[[package]]
6411name = "futures"
6412version = "0.3.31"
6413source = "registry+https://github.com/rust-lang/crates.io-index"
6414checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6415dependencies = [
6416 "futures-channel",
6417 "futures-core",
6418 "futures-executor",
6419 "futures-io",
6420 "futures-sink",
6421 "futures-task",
6422 "futures-util",
6423]
6424
6425[[package]]
6426name = "futures-channel"
6427version = "0.3.31"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6430dependencies = [
6431 "futures-core",
6432 "futures-sink",
6433]
6434
6435[[package]]
6436name = "futures-core"
6437version = "0.3.31"
6438source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6440
6441[[package]]
6442name = "futures-executor"
6443version = "0.3.31"
6444source = "registry+https://github.com/rust-lang/crates.io-index"
6445checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6446dependencies = [
6447 "futures-core",
6448 "futures-task",
6449 "futures-util",
6450]
6451
6452[[package]]
6453name = "futures-intrusive"
6454version = "0.5.0"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6457dependencies = [
6458 "futures-core",
6459 "lock_api",
6460 "parking_lot",
6461]
6462
6463[[package]]
6464name = "futures-io"
6465version = "0.3.31"
6466source = "registry+https://github.com/rust-lang/crates.io-index"
6467checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6468
6469[[package]]
6470name = "futures-lite"
6471version = "1.13.0"
6472source = "registry+https://github.com/rust-lang/crates.io-index"
6473checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6474dependencies = [
6475 "fastrand 1.9.0",
6476 "futures-core",
6477 "futures-io",
6478 "memchr",
6479 "parking",
6480 "pin-project-lite",
6481 "waker-fn",
6482]
6483
6484[[package]]
6485name = "futures-lite"
6486version = "2.6.1"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6489dependencies = [
6490 "fastrand 2.3.0",
6491 "futures-core",
6492 "futures-io",
6493 "parking",
6494 "pin-project-lite",
6495]
6496
6497[[package]]
6498name = "futures-macro"
6499version = "0.3.31"
6500source = "registry+https://github.com/rust-lang/crates.io-index"
6501checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6502dependencies = [
6503 "proc-macro2",
6504 "quote",
6505 "syn 2.0.106",
6506]
6507
6508[[package]]
6509name = "futures-sink"
6510version = "0.3.31"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6513
6514[[package]]
6515name = "futures-task"
6516version = "0.3.31"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6519
6520[[package]]
6521name = "futures-util"
6522version = "0.3.31"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6525dependencies = [
6526 "futures 0.1.31",
6527 "futures-channel",
6528 "futures-core",
6529 "futures-io",
6530 "futures-macro",
6531 "futures-sink",
6532 "futures-task",
6533 "memchr",
6534 "pin-project-lite",
6535 "pin-utils",
6536 "slab",
6537 "tokio-io",
6538]
6539
6540[[package]]
6541name = "fuzzy"
6542version = "0.1.0"
6543dependencies = [
6544 "gpui",
6545 "log",
6546 "util",
6547]
6548
6549[[package]]
6550name = "fuzzy-matcher"
6551version = "0.3.7"
6552source = "registry+https://github.com/rust-lang/crates.io-index"
6553checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6554dependencies = [
6555 "thread_local",
6556]
6557
6558[[package]]
6559name = "fxhash"
6560version = "0.2.1"
6561source = "registry+https://github.com/rust-lang/crates.io-index"
6562checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
6563dependencies = [
6564 "byteorder",
6565]
6566
6567[[package]]
6568name = "gemm"
6569version = "0.17.1"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6572dependencies = [
6573 "dyn-stack 0.10.0",
6574 "gemm-c32 0.17.1",
6575 "gemm-c64 0.17.1",
6576 "gemm-common 0.17.1",
6577 "gemm-f16 0.17.1",
6578 "gemm-f32 0.17.1",
6579 "gemm-f64 0.17.1",
6580 "num-complex",
6581 "num-traits",
6582 "paste",
6583 "raw-cpuid 10.7.0",
6584 "seq-macro",
6585]
6586
6587[[package]]
6588name = "gemm"
6589version = "0.18.2"
6590source = "registry+https://github.com/rust-lang/crates.io-index"
6591checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6592dependencies = [
6593 "dyn-stack 0.13.2",
6594 "gemm-c32 0.18.2",
6595 "gemm-c64 0.18.2",
6596 "gemm-common 0.18.2",
6597 "gemm-f16 0.18.2",
6598 "gemm-f32 0.18.2",
6599 "gemm-f64 0.18.2",
6600 "num-complex",
6601 "num-traits",
6602 "paste",
6603 "raw-cpuid 11.6.0",
6604 "seq-macro",
6605]
6606
6607[[package]]
6608name = "gemm-c32"
6609version = "0.17.1"
6610source = "registry+https://github.com/rust-lang/crates.io-index"
6611checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6612dependencies = [
6613 "dyn-stack 0.10.0",
6614 "gemm-common 0.17.1",
6615 "num-complex",
6616 "num-traits",
6617 "paste",
6618 "raw-cpuid 10.7.0",
6619 "seq-macro",
6620]
6621
6622[[package]]
6623name = "gemm-c32"
6624version = "0.18.2"
6625source = "registry+https://github.com/rust-lang/crates.io-index"
6626checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6627dependencies = [
6628 "dyn-stack 0.13.2",
6629 "gemm-common 0.18.2",
6630 "num-complex",
6631 "num-traits",
6632 "paste",
6633 "raw-cpuid 11.6.0",
6634 "seq-macro",
6635]
6636
6637[[package]]
6638name = "gemm-c64"
6639version = "0.17.1"
6640source = "registry+https://github.com/rust-lang/crates.io-index"
6641checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6642dependencies = [
6643 "dyn-stack 0.10.0",
6644 "gemm-common 0.17.1",
6645 "num-complex",
6646 "num-traits",
6647 "paste",
6648 "raw-cpuid 10.7.0",
6649 "seq-macro",
6650]
6651
6652[[package]]
6653name = "gemm-c64"
6654version = "0.18.2"
6655source = "registry+https://github.com/rust-lang/crates.io-index"
6656checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6657dependencies = [
6658 "dyn-stack 0.13.2",
6659 "gemm-common 0.18.2",
6660 "num-complex",
6661 "num-traits",
6662 "paste",
6663 "raw-cpuid 11.6.0",
6664 "seq-macro",
6665]
6666
6667[[package]]
6668name = "gemm-common"
6669version = "0.17.1"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6672dependencies = [
6673 "bytemuck",
6674 "dyn-stack 0.10.0",
6675 "half",
6676 "num-complex",
6677 "num-traits",
6678 "once_cell",
6679 "paste",
6680 "pulp 0.18.22",
6681 "raw-cpuid 10.7.0",
6682 "rayon",
6683 "seq-macro",
6684 "sysctl 0.5.5",
6685]
6686
6687[[package]]
6688name = "gemm-common"
6689version = "0.18.2"
6690source = "registry+https://github.com/rust-lang/crates.io-index"
6691checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6692dependencies = [
6693 "bytemuck",
6694 "dyn-stack 0.13.2",
6695 "half",
6696 "libm",
6697 "num-complex",
6698 "num-traits",
6699 "once_cell",
6700 "paste",
6701 "pulp 0.21.5",
6702 "raw-cpuid 11.6.0",
6703 "rayon",
6704 "seq-macro",
6705 "sysctl 0.6.0",
6706]
6707
6708[[package]]
6709name = "gemm-f16"
6710version = "0.17.1"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6713dependencies = [
6714 "dyn-stack 0.10.0",
6715 "gemm-common 0.17.1",
6716 "gemm-f32 0.17.1",
6717 "half",
6718 "num-complex",
6719 "num-traits",
6720 "paste",
6721 "raw-cpuid 10.7.0",
6722 "rayon",
6723 "seq-macro",
6724]
6725
6726[[package]]
6727name = "gemm-f16"
6728version = "0.18.2"
6729source = "registry+https://github.com/rust-lang/crates.io-index"
6730checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6731dependencies = [
6732 "dyn-stack 0.13.2",
6733 "gemm-common 0.18.2",
6734 "gemm-f32 0.18.2",
6735 "half",
6736 "num-complex",
6737 "num-traits",
6738 "paste",
6739 "raw-cpuid 11.6.0",
6740 "rayon",
6741 "seq-macro",
6742]
6743
6744[[package]]
6745name = "gemm-f32"
6746version = "0.17.1"
6747source = "registry+https://github.com/rust-lang/crates.io-index"
6748checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6749dependencies = [
6750 "dyn-stack 0.10.0",
6751 "gemm-common 0.17.1",
6752 "num-complex",
6753 "num-traits",
6754 "paste",
6755 "raw-cpuid 10.7.0",
6756 "seq-macro",
6757]
6758
6759[[package]]
6760name = "gemm-f32"
6761version = "0.18.2"
6762source = "registry+https://github.com/rust-lang/crates.io-index"
6763checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6764dependencies = [
6765 "dyn-stack 0.13.2",
6766 "gemm-common 0.18.2",
6767 "num-complex",
6768 "num-traits",
6769 "paste",
6770 "raw-cpuid 11.6.0",
6771 "seq-macro",
6772]
6773
6774[[package]]
6775name = "gemm-f64"
6776version = "0.17.1"
6777source = "registry+https://github.com/rust-lang/crates.io-index"
6778checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6779dependencies = [
6780 "dyn-stack 0.10.0",
6781 "gemm-common 0.17.1",
6782 "num-complex",
6783 "num-traits",
6784 "paste",
6785 "raw-cpuid 10.7.0",
6786 "seq-macro",
6787]
6788
6789[[package]]
6790name = "gemm-f64"
6791version = "0.18.2"
6792source = "registry+https://github.com/rust-lang/crates.io-index"
6793checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6794dependencies = [
6795 "dyn-stack 0.13.2",
6796 "gemm-common 0.18.2",
6797 "num-complex",
6798 "num-traits",
6799 "paste",
6800 "raw-cpuid 11.6.0",
6801 "seq-macro",
6802]
6803
6804[[package]]
6805name = "generic-array"
6806version = "0.14.7"
6807source = "registry+https://github.com/rust-lang/crates.io-index"
6808checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6809dependencies = [
6810 "typenum",
6811 "version_check",
6812]
6813
6814[[package]]
6815name = "gethostname"
6816version = "1.1.0"
6817source = "registry+https://github.com/rust-lang/crates.io-index"
6818checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
6819dependencies = [
6820 "rustix 1.1.2",
6821 "windows-link 0.2.1",
6822]
6823
6824[[package]]
6825name = "getrandom"
6826version = "0.2.16"
6827source = "registry+https://github.com/rust-lang/crates.io-index"
6828checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
6829dependencies = [
6830 "cfg-if",
6831 "js-sys",
6832 "libc",
6833 "wasi",
6834 "wasm-bindgen",
6835]
6836
6837[[package]]
6838name = "getrandom"
6839version = "0.3.4"
6840source = "registry+https://github.com/rust-lang/crates.io-index"
6841checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
6842dependencies = [
6843 "cfg-if",
6844 "js-sys",
6845 "libc",
6846 "r-efi",
6847 "wasip2",
6848 "wasm-bindgen",
6849]
6850
6851[[package]]
6852name = "gif"
6853version = "0.13.3"
6854source = "registry+https://github.com/rust-lang/crates.io-index"
6855checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
6856dependencies = [
6857 "color_quant",
6858 "weezl",
6859]
6860
6861[[package]]
6862name = "gimli"
6863version = "0.31.1"
6864source = "registry+https://github.com/rust-lang/crates.io-index"
6865checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6866dependencies = [
6867 "fallible-iterator",
6868 "indexmap 2.11.4",
6869 "stable_deref_trait",
6870]
6871
6872[[package]]
6873name = "gimli"
6874version = "0.32.3"
6875source = "registry+https://github.com/rust-lang/crates.io-index"
6876checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
6877
6878[[package]]
6879name = "git"
6880version = "0.1.0"
6881dependencies = [
6882 "anyhow",
6883 "askpass",
6884 "async-trait",
6885 "collections",
6886 "derive_more",
6887 "futures 0.3.31",
6888 "git2",
6889 "gpui",
6890 "http_client",
6891 "itertools 0.14.0",
6892 "log",
6893 "parking_lot",
6894 "pretty_assertions",
6895 "rand 0.9.2",
6896 "regex",
6897 "rope",
6898 "schemars 1.0.4",
6899 "serde",
6900 "serde_json",
6901 "smol",
6902 "sum_tree",
6903 "tempfile",
6904 "text",
6905 "thiserror 2.0.17",
6906 "time",
6907 "unindent",
6908 "url",
6909 "urlencoding",
6910 "util",
6911 "uuid",
6912]
6913
6914[[package]]
6915name = "git2"
6916version = "0.20.2"
6917source = "registry+https://github.com/rust-lang/crates.io-index"
6918checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110"
6919dependencies = [
6920 "bitflags 2.9.4",
6921 "libc",
6922 "libgit2-sys",
6923 "log",
6924 "url",
6925]
6926
6927[[package]]
6928name = "git_hosting_providers"
6929version = "0.1.0"
6930dependencies = [
6931 "anyhow",
6932 "async-trait",
6933 "futures 0.3.31",
6934 "git",
6935 "gpui",
6936 "http_client",
6937 "indoc",
6938 "pretty_assertions",
6939 "regex",
6940 "serde",
6941 "serde_json",
6942 "settings",
6943 "url",
6944 "util",
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.4",
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.3",
6997 "workspace",
6998 "zed_actions",
6999 "zeroize",
7000 "zlog",
7001]
7002
7003[[package]]
7004name = "glob"
7005version = "0.3.3"
7006source = "registry+https://github.com/rust-lang/crates.io-index"
7007checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7008
7009[[package]]
7010name = "globset"
7011version = "0.4.17"
7012source = "registry+https://github.com/rust-lang/crates.io-index"
7013checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7014dependencies = [
7015 "aho-corasick",
7016 "bstr",
7017 "log",
7018 "regex-automata",
7019 "regex-syntax",
7020]
7021
7022[[package]]
7023name = "gloo-timers"
7024version = "0.3.0"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7027dependencies = [
7028 "futures-channel",
7029 "futures-core",
7030 "js-sys",
7031 "wasm-bindgen",
7032]
7033
7034[[package]]
7035name = "glow"
7036version = "0.16.0"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
7039dependencies = [
7040 "js-sys",
7041 "slotmap",
7042 "wasm-bindgen",
7043 "web-sys",
7044]
7045
7046[[package]]
7047name = "go_to_line"
7048version = "0.1.0"
7049dependencies = [
7050 "editor",
7051 "gpui",
7052 "indoc",
7053 "language",
7054 "menu",
7055 "project",
7056 "rope",
7057 "serde",
7058 "serde_json",
7059 "settings",
7060 "text",
7061 "theme",
7062 "tree-sitter-rust",
7063 "tree-sitter-typescript",
7064 "ui",
7065 "util",
7066 "workspace",
7067]
7068
7069[[package]]
7070name = "goblin"
7071version = "0.8.2"
7072source = "registry+https://github.com/rust-lang/crates.io-index"
7073checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
7074dependencies = [
7075 "log",
7076 "plain",
7077 "scroll",
7078]
7079
7080[[package]]
7081name = "google_ai"
7082version = "0.1.0"
7083dependencies = [
7084 "anyhow",
7085 "futures 0.3.31",
7086 "http_client",
7087 "schemars 1.0.4",
7088 "serde",
7089 "serde_json",
7090 "settings",
7091 "strum 0.27.2",
7092]
7093
7094[[package]]
7095name = "gpu-alloc"
7096version = "0.6.0"
7097source = "registry+https://github.com/rust-lang/crates.io-index"
7098checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
7099dependencies = [
7100 "bitflags 2.9.4",
7101 "gpu-alloc-types",
7102]
7103
7104[[package]]
7105name = "gpu-alloc-ash"
7106version = "0.7.0"
7107source = "registry+https://github.com/rust-lang/crates.io-index"
7108checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7109dependencies = [
7110 "ash",
7111 "gpu-alloc-types",
7112 "tinyvec",
7113]
7114
7115[[package]]
7116name = "gpu-alloc-types"
7117version = "0.3.0"
7118source = "registry+https://github.com/rust-lang/crates.io-index"
7119checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7120dependencies = [
7121 "bitflags 2.9.4",
7122]
7123
7124[[package]]
7125name = "gpui"
7126version = "0.2.1"
7127dependencies = [
7128 "anyhow",
7129 "as-raw-xcb-connection",
7130 "ashpd 0.11.0",
7131 "async-task",
7132 "backtrace",
7133 "bindgen 0.71.1",
7134 "blade-graphics",
7135 "blade-macros",
7136 "blade-util",
7137 "block",
7138 "bytemuck",
7139 "calloop",
7140 "calloop-wayland-source",
7141 "cbindgen",
7142 "cocoa 0.26.0",
7143 "cocoa-foundation 0.2.0",
7144 "collections",
7145 "core-foundation 0.10.0",
7146 "core-foundation-sys",
7147 "core-graphics 0.24.0",
7148 "core-text",
7149 "core-video",
7150 "cosmic-text",
7151 "ctor",
7152 "derive_more",
7153 "embed-resource",
7154 "env_logger 0.11.8",
7155 "etagere",
7156 "filedescriptor",
7157 "flume",
7158 "foreign-types 0.5.0",
7159 "futures 0.3.31",
7160 "gpui_macros",
7161 "http_client",
7162 "image",
7163 "inventory",
7164 "itertools 0.14.0",
7165 "libc",
7166 "log",
7167 "lyon",
7168 "media",
7169 "metal",
7170 "naga",
7171 "num_cpus",
7172 "objc",
7173 "objc2",
7174 "objc2-metal",
7175 "oo7",
7176 "open",
7177 "parking",
7178 "parking_lot",
7179 "pathfinder_geometry",
7180 "pin-project",
7181 "postage",
7182 "pretty_assertions",
7183 "profiling",
7184 "rand 0.9.2",
7185 "raw-window-handle",
7186 "refineable",
7187 "reqwest_client",
7188 "resvg",
7189 "schemars 1.0.4",
7190 "seahash",
7191 "semantic_version",
7192 "serde",
7193 "serde_json",
7194 "slotmap",
7195 "smallvec",
7196 "smol",
7197 "stacksafe",
7198 "strum 0.27.2",
7199 "sum_tree",
7200 "taffy",
7201 "thiserror 2.0.17",
7202 "unicode-segmentation",
7203 "usvg",
7204 "util",
7205 "util_macros",
7206 "uuid",
7207 "waker-fn",
7208 "wayland-backend",
7209 "wayland-client",
7210 "wayland-cursor",
7211 "wayland-protocols 0.31.2",
7212 "wayland-protocols-plasma",
7213 "windows 0.61.3",
7214 "windows-core 0.61.2",
7215 "windows-numerics",
7216 "windows-registry 0.5.3",
7217 "x11-clipboard",
7218 "x11rb",
7219 "xkbcommon",
7220 "zed-font-kit",
7221 "zed-scap",
7222 "zed-xim",
7223]
7224
7225[[package]]
7226name = "gpui_macros"
7227version = "0.1.0"
7228dependencies = [
7229 "gpui",
7230 "heck 0.5.0",
7231 "proc-macro2",
7232 "quote",
7233 "syn 2.0.106",
7234]
7235
7236[[package]]
7237name = "gpui_tokio"
7238version = "0.1.0"
7239dependencies = [
7240 "anyhow",
7241 "gpui",
7242 "tokio",
7243 "util",
7244]
7245
7246[[package]]
7247name = "grid"
7248version = "0.18.0"
7249source = "registry+https://github.com/rust-lang/crates.io-index"
7250checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7251
7252[[package]]
7253name = "group"
7254version = "0.12.1"
7255source = "registry+https://github.com/rust-lang/crates.io-index"
7256checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7257dependencies = [
7258 "ff",
7259 "rand_core 0.6.4",
7260 "subtle",
7261]
7262
7263[[package]]
7264name = "h2"
7265version = "0.3.27"
7266source = "registry+https://github.com/rust-lang/crates.io-index"
7267checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7268dependencies = [
7269 "bytes 1.10.1",
7270 "fnv",
7271 "futures-core",
7272 "futures-sink",
7273 "futures-util",
7274 "http 0.2.12",
7275 "indexmap 2.11.4",
7276 "slab",
7277 "tokio",
7278 "tokio-util",
7279 "tracing",
7280]
7281
7282[[package]]
7283name = "h2"
7284version = "0.4.12"
7285source = "registry+https://github.com/rust-lang/crates.io-index"
7286checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7287dependencies = [
7288 "atomic-waker",
7289 "bytes 1.10.1",
7290 "fnv",
7291 "futures-core",
7292 "futures-sink",
7293 "http 1.3.1",
7294 "indexmap 2.11.4",
7295 "slab",
7296 "tokio",
7297 "tokio-util",
7298 "tracing",
7299]
7300
7301[[package]]
7302name = "half"
7303version = "2.7.1"
7304source = "registry+https://github.com/rust-lang/crates.io-index"
7305checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7306dependencies = [
7307 "bytemuck",
7308 "cfg-if",
7309 "crunchy",
7310 "num-traits",
7311 "rand 0.9.2",
7312 "rand_distr",
7313 "zerocopy",
7314]
7315
7316[[package]]
7317name = "handlebars"
7318version = "4.5.0"
7319source = "registry+https://github.com/rust-lang/crates.io-index"
7320checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7321dependencies = [
7322 "log",
7323 "pest",
7324 "pest_derive",
7325 "rust-embed",
7326 "serde",
7327 "serde_json",
7328 "thiserror 1.0.69",
7329]
7330
7331[[package]]
7332name = "handlebars"
7333version = "5.1.2"
7334source = "registry+https://github.com/rust-lang/crates.io-index"
7335checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7336dependencies = [
7337 "log",
7338 "pest",
7339 "pest_derive",
7340 "serde",
7341 "serde_json",
7342 "thiserror 1.0.69",
7343]
7344
7345[[package]]
7346name = "hashbrown"
7347version = "0.12.3"
7348source = "registry+https://github.com/rust-lang/crates.io-index"
7349checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7350dependencies = [
7351 "ahash 0.7.8",
7352]
7353
7354[[package]]
7355name = "hashbrown"
7356version = "0.14.5"
7357source = "registry+https://github.com/rust-lang/crates.io-index"
7358checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7359dependencies = [
7360 "ahash 0.8.12",
7361 "allocator-api2",
7362]
7363
7364[[package]]
7365name = "hashbrown"
7366version = "0.15.5"
7367source = "registry+https://github.com/rust-lang/crates.io-index"
7368checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
7369dependencies = [
7370 "allocator-api2",
7371 "equivalent",
7372 "foldhash 0.1.5",
7373 "rayon",
7374 "serde",
7375]
7376
7377[[package]]
7378name = "hashlink"
7379version = "0.8.4"
7380source = "registry+https://github.com/rust-lang/crates.io-index"
7381checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7382dependencies = [
7383 "hashbrown 0.14.5",
7384]
7385
7386[[package]]
7387name = "hashlink"
7388version = "0.10.0"
7389source = "registry+https://github.com/rust-lang/crates.io-index"
7390checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7391dependencies = [
7392 "hashbrown 0.15.5",
7393]
7394
7395[[package]]
7396name = "headers"
7397version = "0.3.9"
7398source = "registry+https://github.com/rust-lang/crates.io-index"
7399checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7400dependencies = [
7401 "base64 0.21.7",
7402 "bytes 1.10.1",
7403 "headers-core",
7404 "http 0.2.12",
7405 "httpdate",
7406 "mime",
7407 "sha1",
7408]
7409
7410[[package]]
7411name = "headers-core"
7412version = "0.2.0"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7415dependencies = [
7416 "http 0.2.12",
7417]
7418
7419[[package]]
7420name = "heck"
7421version = "0.3.3"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7424dependencies = [
7425 "unicode-segmentation",
7426]
7427
7428[[package]]
7429name = "heck"
7430version = "0.4.1"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7433dependencies = [
7434 "unicode-segmentation",
7435]
7436
7437[[package]]
7438name = "heck"
7439version = "0.5.0"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7442
7443[[package]]
7444name = "heed"
7445version = "0.21.0"
7446source = "registry+https://github.com/rust-lang/crates.io-index"
7447checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7448dependencies = [
7449 "bitflags 2.9.4",
7450 "byteorder",
7451 "heed-traits",
7452 "heed-types",
7453 "libc",
7454 "lmdb-master-sys",
7455 "once_cell",
7456 "page_size",
7457 "serde",
7458 "synchronoise",
7459 "url",
7460]
7461
7462[[package]]
7463name = "heed-traits"
7464version = "0.20.0"
7465source = "registry+https://github.com/rust-lang/crates.io-index"
7466checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7467
7468[[package]]
7469name = "heed-types"
7470version = "0.21.0"
7471source = "registry+https://github.com/rust-lang/crates.io-index"
7472checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7473dependencies = [
7474 "bincode 1.3.3",
7475 "byteorder",
7476 "heed-traits",
7477 "serde",
7478 "serde_json",
7479]
7480
7481[[package]]
7482name = "hermit-abi"
7483version = "0.5.2"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
7486
7487[[package]]
7488name = "hex"
7489version = "0.4.3"
7490source = "registry+https://github.com/rust-lang/crates.io-index"
7491checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7492
7493[[package]]
7494name = "hexf-parse"
7495version = "0.2.1"
7496source = "registry+https://github.com/rust-lang/crates.io-index"
7497checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7498
7499[[package]]
7500name = "hidden-trait"
7501version = "0.1.2"
7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7504dependencies = [
7505 "proc-macro2",
7506 "quote",
7507 "syn 1.0.109",
7508]
7509
7510[[package]]
7511name = "hkdf"
7512version = "0.12.4"
7513source = "registry+https://github.com/rust-lang/crates.io-index"
7514checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7515dependencies = [
7516 "hmac",
7517]
7518
7519[[package]]
7520name = "hmac"
7521version = "0.12.1"
7522source = "registry+https://github.com/rust-lang/crates.io-index"
7523checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7524dependencies = [
7525 "digest",
7526]
7527
7528[[package]]
7529name = "home"
7530version = "0.5.11"
7531source = "registry+https://github.com/rust-lang/crates.io-index"
7532checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7533dependencies = [
7534 "windows-sys 0.59.0",
7535]
7536
7537[[package]]
7538name = "hound"
7539version = "3.5.1"
7540source = "registry+https://github.com/rust-lang/crates.io-index"
7541checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7542
7543[[package]]
7544name = "html5ever"
7545version = "0.27.0"
7546source = "registry+https://github.com/rust-lang/crates.io-index"
7547checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7548dependencies = [
7549 "log",
7550 "mac",
7551 "markup5ever 0.12.1",
7552 "proc-macro2",
7553 "quote",
7554 "syn 2.0.106",
7555]
7556
7557[[package]]
7558name = "html5ever"
7559version = "0.35.0"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
7562dependencies = [
7563 "log",
7564 "markup5ever 0.35.0",
7565 "match_token",
7566]
7567
7568[[package]]
7569name = "html_to_markdown"
7570version = "0.1.0"
7571dependencies = [
7572 "anyhow",
7573 "html5ever 0.27.0",
7574 "indoc",
7575 "markup5ever_rcdom",
7576 "pretty_assertions",
7577 "regex",
7578]
7579
7580[[package]]
7581name = "http"
7582version = "0.2.12"
7583source = "registry+https://github.com/rust-lang/crates.io-index"
7584checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7585dependencies = [
7586 "bytes 1.10.1",
7587 "fnv",
7588 "itoa",
7589]
7590
7591[[package]]
7592name = "http"
7593version = "1.3.1"
7594source = "registry+https://github.com/rust-lang/crates.io-index"
7595checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7596dependencies = [
7597 "bytes 1.10.1",
7598 "fnv",
7599 "itoa",
7600]
7601
7602[[package]]
7603name = "http-body"
7604version = "0.4.6"
7605source = "registry+https://github.com/rust-lang/crates.io-index"
7606checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7607dependencies = [
7608 "bytes 1.10.1",
7609 "http 0.2.12",
7610 "pin-project-lite",
7611]
7612
7613[[package]]
7614name = "http-body"
7615version = "1.0.1"
7616source = "registry+https://github.com/rust-lang/crates.io-index"
7617checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7618dependencies = [
7619 "bytes 1.10.1",
7620 "http 1.3.1",
7621]
7622
7623[[package]]
7624name = "http-body-util"
7625version = "0.1.3"
7626source = "registry+https://github.com/rust-lang/crates.io-index"
7627checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7628dependencies = [
7629 "bytes 1.10.1",
7630 "futures-core",
7631 "http 1.3.1",
7632 "http-body 1.0.1",
7633 "pin-project-lite",
7634]
7635
7636[[package]]
7637name = "http-range-header"
7638version = "0.3.1"
7639source = "registry+https://github.com/rust-lang/crates.io-index"
7640checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7641
7642[[package]]
7643name = "http_client"
7644version = "0.1.0"
7645dependencies = [
7646 "anyhow",
7647 "async-compression",
7648 "async-fs",
7649 "async-tar",
7650 "bytes 1.10.1",
7651 "derive_more",
7652 "futures 0.3.31",
7653 "http 1.3.1",
7654 "http-body 1.0.1",
7655 "log",
7656 "parking_lot",
7657 "serde",
7658 "serde_json",
7659 "sha2",
7660 "tempfile",
7661 "url",
7662 "util",
7663 "zed-reqwest",
7664]
7665
7666[[package]]
7667name = "http_client_tls"
7668version = "0.1.0"
7669dependencies = [
7670 "rustls 0.23.33",
7671 "rustls-platform-verifier",
7672]
7673
7674[[package]]
7675name = "httparse"
7676version = "1.10.1"
7677source = "registry+https://github.com/rust-lang/crates.io-index"
7678checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7679
7680[[package]]
7681name = "httpdate"
7682version = "1.0.3"
7683source = "registry+https://github.com/rust-lang/crates.io-index"
7684checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7685
7686[[package]]
7687name = "human_bytes"
7688version = "0.4.3"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7691
7692[[package]]
7693name = "humantime"
7694version = "2.3.0"
7695source = "registry+https://github.com/rust-lang/crates.io-index"
7696checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
7697
7698[[package]]
7699name = "hyper"
7700version = "0.14.32"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7703dependencies = [
7704 "bytes 1.10.1",
7705 "futures-channel",
7706 "futures-core",
7707 "futures-util",
7708 "h2 0.3.27",
7709 "http 0.2.12",
7710 "http-body 0.4.6",
7711 "httparse",
7712 "httpdate",
7713 "itoa",
7714 "pin-project-lite",
7715 "socket2 0.5.10",
7716 "tokio",
7717 "tower-service",
7718 "tracing",
7719 "want",
7720]
7721
7722[[package]]
7723name = "hyper"
7724version = "1.7.0"
7725source = "registry+https://github.com/rust-lang/crates.io-index"
7726checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
7727dependencies = [
7728 "atomic-waker",
7729 "bytes 1.10.1",
7730 "futures-channel",
7731 "futures-core",
7732 "h2 0.4.12",
7733 "http 1.3.1",
7734 "http-body 1.0.1",
7735 "httparse",
7736 "itoa",
7737 "pin-project-lite",
7738 "pin-utils",
7739 "smallvec",
7740 "tokio",
7741 "want",
7742]
7743
7744[[package]]
7745name = "hyper-rustls"
7746version = "0.24.2"
7747source = "registry+https://github.com/rust-lang/crates.io-index"
7748checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7749dependencies = [
7750 "futures-util",
7751 "http 0.2.12",
7752 "hyper 0.14.32",
7753 "log",
7754 "rustls 0.21.12",
7755 "rustls-native-certs 0.6.3",
7756 "tokio",
7757 "tokio-rustls 0.24.1",
7758]
7759
7760[[package]]
7761name = "hyper-rustls"
7762version = "0.27.7"
7763source = "registry+https://github.com/rust-lang/crates.io-index"
7764checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
7765dependencies = [
7766 "http 1.3.1",
7767 "hyper 1.7.0",
7768 "hyper-util",
7769 "rustls 0.23.33",
7770 "rustls-native-certs 0.8.2",
7771 "rustls-pki-types",
7772 "tokio",
7773 "tokio-rustls 0.26.2",
7774 "tower-service",
7775]
7776
7777[[package]]
7778name = "hyper-tls"
7779version = "0.5.0"
7780source = "registry+https://github.com/rust-lang/crates.io-index"
7781checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7782dependencies = [
7783 "bytes 1.10.1",
7784 "hyper 0.14.32",
7785 "native-tls",
7786 "tokio",
7787 "tokio-native-tls",
7788]
7789
7790[[package]]
7791name = "hyper-util"
7792version = "0.1.17"
7793source = "registry+https://github.com/rust-lang/crates.io-index"
7794checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
7795dependencies = [
7796 "base64 0.22.1",
7797 "bytes 1.10.1",
7798 "futures-channel",
7799 "futures-core",
7800 "futures-util",
7801 "http 1.3.1",
7802 "http-body 1.0.1",
7803 "hyper 1.7.0",
7804 "ipnet",
7805 "libc",
7806 "percent-encoding",
7807 "pin-project-lite",
7808 "socket2 0.6.1",
7809 "tokio",
7810 "tower-service",
7811 "tracing",
7812]
7813
7814[[package]]
7815name = "iana-time-zone"
7816version = "0.1.64"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
7819dependencies = [
7820 "android_system_properties",
7821 "core-foundation-sys",
7822 "iana-time-zone-haiku",
7823 "js-sys",
7824 "log",
7825 "wasm-bindgen",
7826 "windows-core 0.62.2",
7827]
7828
7829[[package]]
7830name = "iana-time-zone-haiku"
7831version = "0.1.2"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7834dependencies = [
7835 "cc",
7836]
7837
7838[[package]]
7839name = "icons"
7840version = "0.1.0"
7841dependencies = [
7842 "serde",
7843 "strum 0.27.2",
7844]
7845
7846[[package]]
7847name = "icu_collections"
7848version = "2.0.0"
7849source = "registry+https://github.com/rust-lang/crates.io-index"
7850checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
7851dependencies = [
7852 "displaydoc",
7853 "potential_utf",
7854 "yoke 0.8.0",
7855 "zerofrom",
7856 "zerovec",
7857]
7858
7859[[package]]
7860name = "icu_locale_core"
7861version = "2.0.0"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
7864dependencies = [
7865 "displaydoc",
7866 "litemap",
7867 "tinystr",
7868 "writeable",
7869 "zerovec",
7870]
7871
7872[[package]]
7873name = "icu_normalizer"
7874version = "2.0.0"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
7877dependencies = [
7878 "displaydoc",
7879 "icu_collections",
7880 "icu_normalizer_data",
7881 "icu_properties",
7882 "icu_provider",
7883 "smallvec",
7884 "zerovec",
7885]
7886
7887[[package]]
7888name = "icu_normalizer_data"
7889version = "2.0.0"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
7892
7893[[package]]
7894name = "icu_properties"
7895version = "2.0.1"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
7898dependencies = [
7899 "displaydoc",
7900 "icu_collections",
7901 "icu_locale_core",
7902 "icu_properties_data",
7903 "icu_provider",
7904 "potential_utf",
7905 "zerotrie",
7906 "zerovec",
7907]
7908
7909[[package]]
7910name = "icu_properties_data"
7911version = "2.0.1"
7912source = "registry+https://github.com/rust-lang/crates.io-index"
7913checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
7914
7915[[package]]
7916name = "icu_provider"
7917version = "2.0.0"
7918source = "registry+https://github.com/rust-lang/crates.io-index"
7919checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
7920dependencies = [
7921 "displaydoc",
7922 "icu_locale_core",
7923 "stable_deref_trait",
7924 "tinystr",
7925 "writeable",
7926 "yoke 0.8.0",
7927 "zerofrom",
7928 "zerotrie",
7929 "zerovec",
7930]
7931
7932[[package]]
7933name = "id-arena"
7934version = "2.2.1"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7937
7938[[package]]
7939name = "ident_case"
7940version = "1.0.1"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7943
7944[[package]]
7945name = "idna"
7946version = "1.1.0"
7947source = "registry+https://github.com/rust-lang/crates.io-index"
7948checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
7949dependencies = [
7950 "idna_adapter",
7951 "smallvec",
7952 "utf8_iter",
7953]
7954
7955[[package]]
7956name = "idna_adapter"
7957version = "1.2.1"
7958source = "registry+https://github.com/rust-lang/crates.io-index"
7959checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
7960dependencies = [
7961 "icu_normalizer",
7962 "icu_properties",
7963]
7964
7965[[package]]
7966name = "ignore"
7967version = "0.4.24"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
7970dependencies = [
7971 "crossbeam-deque",
7972 "globset",
7973 "log",
7974 "memchr",
7975 "regex-automata",
7976 "same-file",
7977 "walkdir",
7978 "winapi-util",
7979]
7980
7981[[package]]
7982name = "image"
7983version = "0.25.8"
7984source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
7986dependencies = [
7987 "bytemuck",
7988 "byteorder-lite",
7989 "color_quant",
7990 "exr",
7991 "gif",
7992 "image-webp",
7993 "moxcms",
7994 "num-traits",
7995 "png 0.18.0",
7996 "qoi",
7997 "ravif",
7998 "rayon",
7999 "rgb",
8000 "tiff",
8001 "zune-core",
8002 "zune-jpeg",
8003]
8004
8005[[package]]
8006name = "image-webp"
8007version = "0.2.4"
8008source = "registry+https://github.com/rust-lang/crates.io-index"
8009checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8010dependencies = [
8011 "byteorder-lite",
8012 "quick-error",
8013]
8014
8015[[package]]
8016name = "image_viewer"
8017version = "0.1.0"
8018dependencies = [
8019 "anyhow",
8020 "db",
8021 "editor",
8022 "file_icons",
8023 "gpui",
8024 "language",
8025 "log",
8026 "project",
8027 "serde",
8028 "settings",
8029 "theme",
8030 "ui",
8031 "util",
8032 "workspace",
8033]
8034
8035[[package]]
8036name = "imagesize"
8037version = "0.13.0"
8038source = "registry+https://github.com/rust-lang/crates.io-index"
8039checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8040
8041[[package]]
8042name = "imara-diff"
8043version = "0.1.8"
8044source = "registry+https://github.com/rust-lang/crates.io-index"
8045checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8046dependencies = [
8047 "hashbrown 0.15.5",
8048]
8049
8050[[package]]
8051name = "imgref"
8052version = "1.12.0"
8053source = "registry+https://github.com/rust-lang/crates.io-index"
8054checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8055
8056[[package]]
8057name = "indexmap"
8058version = "1.9.3"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8061dependencies = [
8062 "autocfg",
8063 "hashbrown 0.12.3",
8064 "serde",
8065]
8066
8067[[package]]
8068name = "indexmap"
8069version = "2.11.4"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8072dependencies = [
8073 "equivalent",
8074 "hashbrown 0.15.5",
8075 "serde",
8076 "serde_core",
8077]
8078
8079[[package]]
8080name = "indoc"
8081version = "2.0.6"
8082source = "registry+https://github.com/rust-lang/crates.io-index"
8083checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8084
8085[[package]]
8086name = "inherent"
8087version = "1.0.13"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8090dependencies = [
8091 "proc-macro2",
8092 "quote",
8093 "syn 2.0.106",
8094]
8095
8096[[package]]
8097name = "inotify"
8098version = "0.9.6"
8099source = "registry+https://github.com/rust-lang/crates.io-index"
8100checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8101dependencies = [
8102 "bitflags 1.3.2",
8103 "inotify-sys",
8104 "libc",
8105]
8106
8107[[package]]
8108name = "inotify"
8109version = "0.11.0"
8110source = "registry+https://github.com/rust-lang/crates.io-index"
8111checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8112dependencies = [
8113 "bitflags 2.9.4",
8114 "inotify-sys",
8115 "libc",
8116]
8117
8118[[package]]
8119name = "inotify-sys"
8120version = "0.1.5"
8121source = "registry+https://github.com/rust-lang/crates.io-index"
8122checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8123dependencies = [
8124 "libc",
8125]
8126
8127[[package]]
8128name = "inout"
8129version = "0.1.4"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8132dependencies = [
8133 "block-padding",
8134 "generic-array",
8135]
8136
8137[[package]]
8138name = "inspector_ui"
8139version = "0.1.0"
8140dependencies = [
8141 "anyhow",
8142 "command_palette_hooks",
8143 "editor",
8144 "fuzzy",
8145 "gpui",
8146 "language",
8147 "project",
8148 "serde_json",
8149 "serde_json_lenient",
8150 "theme",
8151 "title_bar",
8152 "ui",
8153 "util",
8154 "util_macros",
8155 "workspace",
8156 "zed_actions",
8157]
8158
8159[[package]]
8160name = "install_cli"
8161version = "0.1.0"
8162dependencies = [
8163 "anyhow",
8164 "client",
8165 "gpui",
8166 "release_channel",
8167 "smol",
8168 "util",
8169 "workspace",
8170]
8171
8172[[package]]
8173name = "instant"
8174version = "0.1.13"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8177dependencies = [
8178 "cfg-if",
8179]
8180
8181[[package]]
8182name = "interpolate_name"
8183version = "0.2.4"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8186dependencies = [
8187 "proc-macro2",
8188 "quote",
8189 "syn 2.0.106",
8190]
8191
8192[[package]]
8193name = "inventory"
8194version = "0.3.21"
8195source = "registry+https://github.com/rust-lang/crates.io-index"
8196checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8197dependencies = [
8198 "rustversion",
8199]
8200
8201[[package]]
8202name = "io-extras"
8203version = "0.18.4"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8206dependencies = [
8207 "io-lifetimes",
8208 "windows-sys 0.59.0",
8209]
8210
8211[[package]]
8212name = "io-lifetimes"
8213version = "2.0.4"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8216
8217[[package]]
8218name = "io-surface"
8219version = "0.16.1"
8220source = "registry+https://github.com/rust-lang/crates.io-index"
8221checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8222dependencies = [
8223 "cgl",
8224 "core-foundation 0.10.0",
8225 "core-foundation-sys",
8226 "leaky-cow",
8227]
8228
8229[[package]]
8230name = "iovec"
8231version = "0.1.4"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8234dependencies = [
8235 "libc",
8236]
8237
8238[[package]]
8239name = "ipc-channel"
8240version = "0.19.0"
8241source = "registry+https://github.com/rust-lang/crates.io-index"
8242checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8243dependencies = [
8244 "bincode 1.3.3",
8245 "crossbeam-channel",
8246 "fnv",
8247 "lazy_static",
8248 "libc",
8249 "mio 1.1.0",
8250 "rand 0.8.5",
8251 "serde",
8252 "tempfile",
8253 "uuid",
8254 "windows 0.58.0",
8255]
8256
8257[[package]]
8258name = "ipnet"
8259version = "2.11.0"
8260source = "registry+https://github.com/rust-lang/crates.io-index"
8261checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8262
8263[[package]]
8264name = "iri-string"
8265version = "0.7.8"
8266source = "registry+https://github.com/rust-lang/crates.io-index"
8267checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8268dependencies = [
8269 "memchr",
8270 "serde",
8271]
8272
8273[[package]]
8274name = "is-docker"
8275version = "0.2.0"
8276source = "registry+https://github.com/rust-lang/crates.io-index"
8277checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8278dependencies = [
8279 "once_cell",
8280]
8281
8282[[package]]
8283name = "is-terminal"
8284version = "0.4.16"
8285source = "registry+https://github.com/rust-lang/crates.io-index"
8286checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8287dependencies = [
8288 "hermit-abi",
8289 "libc",
8290 "windows-sys 0.59.0",
8291]
8292
8293[[package]]
8294name = "is-wsl"
8295version = "0.4.0"
8296source = "registry+https://github.com/rust-lang/crates.io-index"
8297checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8298dependencies = [
8299 "is-docker",
8300 "once_cell",
8301]
8302
8303[[package]]
8304name = "is_terminal_polyfill"
8305version = "1.70.1"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8308
8309[[package]]
8310name = "itertools"
8311version = "0.10.5"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8314dependencies = [
8315 "either",
8316]
8317
8318[[package]]
8319name = "itertools"
8320version = "0.11.0"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8323dependencies = [
8324 "either",
8325]
8326
8327[[package]]
8328name = "itertools"
8329version = "0.12.1"
8330source = "registry+https://github.com/rust-lang/crates.io-index"
8331checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8332dependencies = [
8333 "either",
8334]
8335
8336[[package]]
8337name = "itertools"
8338version = "0.14.0"
8339source = "registry+https://github.com/rust-lang/crates.io-index"
8340checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8341dependencies = [
8342 "either",
8343]
8344
8345[[package]]
8346name = "itoa"
8347version = "1.0.15"
8348source = "registry+https://github.com/rust-lang/crates.io-index"
8349checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8350
8351[[package]]
8352name = "jiff"
8353version = "0.2.15"
8354source = "registry+https://github.com/rust-lang/crates.io-index"
8355checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
8356dependencies = [
8357 "jiff-static",
8358 "log",
8359 "portable-atomic",
8360 "portable-atomic-util",
8361 "serde",
8362]
8363
8364[[package]]
8365name = "jiff-static"
8366version = "0.2.15"
8367source = "registry+https://github.com/rust-lang/crates.io-index"
8368checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
8369dependencies = [
8370 "proc-macro2",
8371 "quote",
8372 "syn 2.0.106",
8373]
8374
8375[[package]]
8376name = "jni"
8377version = "0.21.1"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8380dependencies = [
8381 "cesu8",
8382 "cfg-if",
8383 "combine",
8384 "jni-sys",
8385 "log",
8386 "thiserror 1.0.69",
8387 "walkdir",
8388 "windows-sys 0.45.0",
8389]
8390
8391[[package]]
8392name = "jni-sys"
8393version = "0.3.0"
8394source = "registry+https://github.com/rust-lang/crates.io-index"
8395checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8396
8397[[package]]
8398name = "jobserver"
8399version = "0.1.34"
8400source = "registry+https://github.com/rust-lang/crates.io-index"
8401checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
8402dependencies = [
8403 "getrandom 0.3.4",
8404 "libc",
8405]
8406
8407[[package]]
8408name = "journal"
8409version = "0.1.0"
8410dependencies = [
8411 "anyhow",
8412 "chrono",
8413 "editor",
8414 "gpui",
8415 "log",
8416 "serde",
8417 "settings",
8418 "shellexpand 2.1.2",
8419 "workspace",
8420]
8421
8422[[package]]
8423name = "js-sys"
8424version = "0.3.81"
8425source = "registry+https://github.com/rust-lang/crates.io-index"
8426checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
8427dependencies = [
8428 "once_cell",
8429 "wasm-bindgen",
8430]
8431
8432[[package]]
8433name = "json_dotpath"
8434version = "1.1.0"
8435source = "registry+https://github.com/rust-lang/crates.io-index"
8436checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8437dependencies = [
8438 "serde",
8439 "serde_derive",
8440 "serde_json",
8441 "thiserror 1.0.69",
8442]
8443
8444[[package]]
8445name = "json_schema_store"
8446version = "0.1.0"
8447dependencies = [
8448 "anyhow",
8449 "dap",
8450 "extension",
8451 "gpui",
8452 "language",
8453 "paths",
8454 "project",
8455 "schemars 1.0.4",
8456 "serde",
8457 "serde_json",
8458 "settings",
8459 "snippet_provider",
8460 "task",
8461 "theme",
8462 "util",
8463]
8464
8465[[package]]
8466name = "jsonschema"
8467version = "0.30.0"
8468source = "registry+https://github.com/rust-lang/crates.io-index"
8469checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8470dependencies = [
8471 "ahash 0.8.12",
8472 "base64 0.22.1",
8473 "bytecount",
8474 "email_address",
8475 "fancy-regex 0.14.0",
8476 "fraction",
8477 "idna",
8478 "itoa",
8479 "num-cmp",
8480 "num-traits",
8481 "once_cell",
8482 "percent-encoding",
8483 "referencing",
8484 "regex",
8485 "regex-syntax",
8486 "reqwest 0.12.24",
8487 "serde",
8488 "serde_json",
8489 "uuid-simd",
8490]
8491
8492[[package]]
8493name = "jsonwebtoken"
8494version = "9.3.1"
8495source = "registry+https://github.com/rust-lang/crates.io-index"
8496checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8497dependencies = [
8498 "base64 0.22.1",
8499 "js-sys",
8500 "pem",
8501 "ring",
8502 "serde",
8503 "serde_json",
8504 "simple_asn1",
8505]
8506
8507[[package]]
8508name = "jupyter-protocol"
8509version = "0.6.0"
8510source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8511dependencies = [
8512 "anyhow",
8513 "async-trait",
8514 "bytes 1.10.1",
8515 "chrono",
8516 "futures 0.3.31",
8517 "serde",
8518 "serde_json",
8519 "uuid",
8520]
8521
8522[[package]]
8523name = "jupyter-websocket-client"
8524version = "0.9.0"
8525source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8526dependencies = [
8527 "anyhow",
8528 "async-trait",
8529 "async-tungstenite",
8530 "futures 0.3.31",
8531 "jupyter-protocol",
8532 "serde",
8533 "serde_json",
8534 "url",
8535 "uuid",
8536]
8537
8538[[package]]
8539name = "keymap_editor"
8540version = "0.1.0"
8541dependencies = [
8542 "anyhow",
8543 "collections",
8544 "command_palette",
8545 "component",
8546 "db",
8547 "editor",
8548 "fs",
8549 "fuzzy",
8550 "gpui",
8551 "itertools 0.14.0",
8552 "json_schema_store",
8553 "language",
8554 "log",
8555 "menu",
8556 "notifications",
8557 "paths",
8558 "project",
8559 "search",
8560 "serde",
8561 "serde_json",
8562 "settings",
8563 "telemetry",
8564 "tempfile",
8565 "theme",
8566 "tree-sitter-json",
8567 "tree-sitter-rust",
8568 "ui",
8569 "ui_input",
8570 "util",
8571 "vim",
8572 "workspace",
8573 "zed_actions",
8574]
8575
8576[[package]]
8577name = "khronos-egl"
8578version = "6.0.0"
8579source = "registry+https://github.com/rust-lang/crates.io-index"
8580checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8581dependencies = [
8582 "libc",
8583 "libloading",
8584]
8585
8586[[package]]
8587name = "kqueue"
8588version = "1.1.1"
8589source = "registry+https://github.com/rust-lang/crates.io-index"
8590checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
8591dependencies = [
8592 "kqueue-sys",
8593 "libc",
8594]
8595
8596[[package]]
8597name = "kqueue-sys"
8598version = "1.0.4"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8601dependencies = [
8602 "bitflags 1.3.2",
8603 "libc",
8604]
8605
8606[[package]]
8607name = "kurbo"
8608version = "0.11.3"
8609source = "registry+https://github.com/rust-lang/crates.io-index"
8610checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
8611dependencies = [
8612 "arrayvec",
8613 "euclid",
8614 "smallvec",
8615]
8616
8617[[package]]
8618name = "kv-log-macro"
8619version = "1.0.7"
8620source = "registry+https://github.com/rust-lang/crates.io-index"
8621checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8622dependencies = [
8623 "log",
8624]
8625
8626[[package]]
8627name = "language"
8628version = "0.1.0"
8629dependencies = [
8630 "anyhow",
8631 "async-trait",
8632 "clock",
8633 "collections",
8634 "ctor",
8635 "diffy",
8636 "ec4rs",
8637 "fs",
8638 "futures 0.3.31",
8639 "fuzzy",
8640 "globset",
8641 "gpui",
8642 "http_client",
8643 "imara-diff",
8644 "indoc",
8645 "itertools 0.14.0",
8646 "log",
8647 "lsp",
8648 "parking_lot",
8649 "postage",
8650 "pretty_assertions",
8651 "rand 0.9.2",
8652 "regex",
8653 "rpc",
8654 "schemars 1.0.4",
8655 "serde",
8656 "serde_json",
8657 "settings",
8658 "shellexpand 2.1.2",
8659 "smallvec",
8660 "smol",
8661 "streaming-iterator",
8662 "strsim",
8663 "sum_tree",
8664 "task",
8665 "text",
8666 "theme",
8667 "toml 0.8.23",
8668 "tree-sitter",
8669 "tree-sitter-elixir",
8670 "tree-sitter-embedded-template",
8671 "tree-sitter-heex",
8672 "tree-sitter-html",
8673 "tree-sitter-json",
8674 "tree-sitter-md",
8675 "tree-sitter-python",
8676 "tree-sitter-ruby",
8677 "tree-sitter-rust",
8678 "tree-sitter-typescript",
8679 "unicase",
8680 "unindent",
8681 "util",
8682 "watch",
8683 "zlog",
8684]
8685
8686[[package]]
8687name = "language_extension"
8688version = "0.1.0"
8689dependencies = [
8690 "anyhow",
8691 "async-trait",
8692 "collections",
8693 "extension",
8694 "fs",
8695 "futures 0.3.31",
8696 "gpui",
8697 "language",
8698 "log",
8699 "lsp",
8700 "project",
8701 "serde",
8702 "serde_json",
8703 "util",
8704]
8705
8706[[package]]
8707name = "language_model"
8708version = "0.1.0"
8709dependencies = [
8710 "anthropic",
8711 "anyhow",
8712 "base64 0.22.1",
8713 "client",
8714 "cloud_api_types",
8715 "cloud_llm_client",
8716 "collections",
8717 "futures 0.3.31",
8718 "gpui",
8719 "http_client",
8720 "icons",
8721 "image",
8722 "log",
8723 "open_router",
8724 "parking_lot",
8725 "proto",
8726 "serde",
8727 "serde_json",
8728 "settings",
8729 "smol",
8730 "telemetry_events",
8731 "thiserror 2.0.17",
8732 "util",
8733]
8734
8735[[package]]
8736name = "language_models"
8737version = "0.1.0"
8738dependencies = [
8739 "ai_onboarding",
8740 "anthropic",
8741 "anyhow",
8742 "aws-config",
8743 "aws-credential-types",
8744 "aws_http_client",
8745 "bedrock",
8746 "chrono",
8747 "client",
8748 "cloud_llm_client",
8749 "collections",
8750 "component",
8751 "convert_case 0.8.0",
8752 "copilot",
8753 "credentials_provider",
8754 "deepseek",
8755 "editor",
8756 "fs",
8757 "futures 0.3.31",
8758 "google_ai",
8759 "gpui",
8760 "gpui_tokio",
8761 "http_client",
8762 "language",
8763 "language_model",
8764 "lmstudio",
8765 "log",
8766 "menu",
8767 "mistral",
8768 "ollama",
8769 "open_ai",
8770 "open_router",
8771 "partial-json-fixer",
8772 "project",
8773 "release_channel",
8774 "schemars 1.0.4",
8775 "serde",
8776 "serde_json",
8777 "settings",
8778 "smol",
8779 "strum 0.27.2",
8780 "thiserror 2.0.17",
8781 "tiktoken-rs",
8782 "tokio",
8783 "ui",
8784 "ui_input",
8785 "util",
8786 "vercel",
8787 "x_ai",
8788 "zed_env_vars",
8789]
8790
8791[[package]]
8792name = "language_onboarding"
8793version = "0.1.0"
8794dependencies = [
8795 "db",
8796 "editor",
8797 "gpui",
8798 "project",
8799 "ui",
8800 "workspace",
8801]
8802
8803[[package]]
8804name = "language_selector"
8805version = "0.1.0"
8806dependencies = [
8807 "anyhow",
8808 "editor",
8809 "file_finder",
8810 "file_icons",
8811 "fuzzy",
8812 "gpui",
8813 "language",
8814 "picker",
8815 "project",
8816 "settings",
8817 "ui",
8818 "util",
8819 "workspace",
8820]
8821
8822[[package]]
8823name = "language_tools"
8824version = "0.1.0"
8825dependencies = [
8826 "anyhow",
8827 "client",
8828 "collections",
8829 "command_palette_hooks",
8830 "copilot",
8831 "editor",
8832 "futures 0.3.31",
8833 "gpui",
8834 "itertools 0.14.0",
8835 "language",
8836 "lsp",
8837 "project",
8838 "proto",
8839 "release_channel",
8840 "serde_json",
8841 "settings",
8842 "theme",
8843 "tree-sitter",
8844 "ui",
8845 "util",
8846 "workspace",
8847 "zed_actions",
8848 "zlog",
8849]
8850
8851[[package]]
8852name = "languages"
8853version = "0.1.0"
8854dependencies = [
8855 "anyhow",
8856 "async-compression",
8857 "async-fs",
8858 "async-tar",
8859 "async-trait",
8860 "chrono",
8861 "collections",
8862 "futures 0.3.31",
8863 "gpui",
8864 "http_client",
8865 "itertools 0.14.0",
8866 "json_schema_store",
8867 "language",
8868 "log",
8869 "lsp",
8870 "node_runtime",
8871 "parking_lot",
8872 "pet",
8873 "pet-conda",
8874 "pet-core",
8875 "pet-fs",
8876 "pet-poetry",
8877 "pet-reporter",
8878 "pet-virtualenv",
8879 "pretty_assertions",
8880 "project",
8881 "regex",
8882 "rope",
8883 "rust-embed",
8884 "serde",
8885 "serde_json",
8886 "serde_json_lenient",
8887 "settings",
8888 "smol",
8889 "task",
8890 "text",
8891 "theme",
8892 "toml 0.8.23",
8893 "tree-sitter",
8894 "tree-sitter-bash",
8895 "tree-sitter-c",
8896 "tree-sitter-cpp",
8897 "tree-sitter-css",
8898 "tree-sitter-diff",
8899 "tree-sitter-gitcommit",
8900 "tree-sitter-go",
8901 "tree-sitter-gomod",
8902 "tree-sitter-gowork",
8903 "tree-sitter-jsdoc",
8904 "tree-sitter-json",
8905 "tree-sitter-md",
8906 "tree-sitter-python",
8907 "tree-sitter-regex",
8908 "tree-sitter-rust",
8909 "tree-sitter-typescript",
8910 "tree-sitter-yaml",
8911 "unindent",
8912 "url",
8913 "util",
8914 "workspace",
8915]
8916
8917[[package]]
8918name = "lazy_static"
8919version = "1.5.0"
8920source = "registry+https://github.com/rust-lang/crates.io-index"
8921checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8922dependencies = [
8923 "spin",
8924]
8925
8926[[package]]
8927name = "leak"
8928version = "0.1.2"
8929source = "registry+https://github.com/rust-lang/crates.io-index"
8930checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8931
8932[[package]]
8933name = "leaky-cow"
8934version = "0.1.1"
8935source = "registry+https://github.com/rust-lang/crates.io-index"
8936checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8937dependencies = [
8938 "leak",
8939]
8940
8941[[package]]
8942name = "leb128"
8943version = "0.2.5"
8944source = "registry+https://github.com/rust-lang/crates.io-index"
8945checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8946
8947[[package]]
8948name = "leb128fmt"
8949version = "0.1.0"
8950source = "registry+https://github.com/rust-lang/crates.io-index"
8951checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8952
8953[[package]]
8954name = "lebe"
8955version = "0.5.3"
8956source = "registry+https://github.com/rust-lang/crates.io-index"
8957checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
8958
8959[[package]]
8960name = "libc"
8961version = "0.2.177"
8962source = "registry+https://github.com/rust-lang/crates.io-index"
8963checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
8964
8965[[package]]
8966name = "libdbus-sys"
8967version = "0.2.6"
8968source = "registry+https://github.com/rust-lang/crates.io-index"
8969checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
8970dependencies = [
8971 "cc",
8972 "pkg-config",
8973]
8974
8975[[package]]
8976name = "libfuzzer-sys"
8977version = "0.4.10"
8978source = "registry+https://github.com/rust-lang/crates.io-index"
8979checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
8980dependencies = [
8981 "arbitrary",
8982 "cc",
8983]
8984
8985[[package]]
8986name = "libgit2-sys"
8987version = "0.18.2+1.9.1"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222"
8990dependencies = [
8991 "cc",
8992 "libc",
8993 "libz-sys",
8994 "pkg-config",
8995]
8996
8997[[package]]
8998name = "libloading"
8999version = "0.8.9"
9000source = "registry+https://github.com/rust-lang/crates.io-index"
9001checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9002dependencies = [
9003 "cfg-if",
9004 "windows-link 0.2.1",
9005]
9006
9007[[package]]
9008name = "libm"
9009version = "0.2.15"
9010source = "registry+https://github.com/rust-lang/crates.io-index"
9011checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9012
9013[[package]]
9014name = "libmimalloc-sys"
9015version = "0.1.44"
9016source = "registry+https://github.com/rust-lang/crates.io-index"
9017checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9018dependencies = [
9019 "cc",
9020 "libc",
9021]
9022
9023[[package]]
9024name = "libredox"
9025version = "0.1.10"
9026source = "registry+https://github.com/rust-lang/crates.io-index"
9027checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9028dependencies = [
9029 "bitflags 2.9.4",
9030 "libc",
9031 "redox_syscall 0.5.18",
9032]
9033
9034[[package]]
9035name = "libsqlite3-sys"
9036version = "0.30.1"
9037source = "registry+https://github.com/rust-lang/crates.io-index"
9038checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9039dependencies = [
9040 "cc",
9041 "pkg-config",
9042 "vcpkg",
9043]
9044
9045[[package]]
9046name = "libwebrtc"
9047version = "0.3.10"
9048source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9049dependencies = [
9050 "cxx",
9051 "jni",
9052 "js-sys",
9053 "lazy_static",
9054 "livekit-protocol",
9055 "livekit-runtime",
9056 "log",
9057 "parking_lot",
9058 "serde",
9059 "serde_json",
9060 "thiserror 1.0.69",
9061 "tokio",
9062 "wasm-bindgen",
9063 "wasm-bindgen-futures",
9064 "web-sys",
9065 "webrtc-sys",
9066]
9067
9068[[package]]
9069name = "libz-rs-sys"
9070version = "0.5.2"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd"
9073dependencies = [
9074 "zlib-rs",
9075]
9076
9077[[package]]
9078name = "libz-sys"
9079version = "1.1.22"
9080source = "registry+https://github.com/rust-lang/crates.io-index"
9081checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9082dependencies = [
9083 "cc",
9084 "libc",
9085 "pkg-config",
9086 "vcpkg",
9087]
9088
9089[[package]]
9090name = "line_ending_selector"
9091version = "0.1.0"
9092dependencies = [
9093 "editor",
9094 "gpui",
9095 "language",
9096 "picker",
9097 "project",
9098 "ui",
9099 "util",
9100 "workspace",
9101]
9102
9103[[package]]
9104name = "link-cplusplus"
9105version = "1.0.12"
9106source = "registry+https://github.com/rust-lang/crates.io-index"
9107checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9108dependencies = [
9109 "cc",
9110]
9111
9112[[package]]
9113name = "linkify"
9114version = "0.10.0"
9115source = "registry+https://github.com/rust-lang/crates.io-index"
9116checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9117dependencies = [
9118 "memchr",
9119]
9120
9121[[package]]
9122name = "linux-raw-sys"
9123version = "0.4.15"
9124source = "registry+https://github.com/rust-lang/crates.io-index"
9125checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9126
9127[[package]]
9128name = "linux-raw-sys"
9129version = "0.11.0"
9130source = "registry+https://github.com/rust-lang/crates.io-index"
9131checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9132
9133[[package]]
9134name = "litemap"
9135version = "0.8.0"
9136source = "registry+https://github.com/rust-lang/crates.io-index"
9137checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9138
9139[[package]]
9140name = "litrs"
9141version = "0.4.2"
9142source = "registry+https://github.com/rust-lang/crates.io-index"
9143checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed"
9144
9145[[package]]
9146name = "livekit"
9147version = "0.7.8"
9148source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9149dependencies = [
9150 "chrono",
9151 "futures-util",
9152 "lazy_static",
9153 "libloading",
9154 "libwebrtc",
9155 "livekit-api",
9156 "livekit-protocol",
9157 "livekit-runtime",
9158 "log",
9159 "parking_lot",
9160 "prost 0.12.6",
9161 "semver",
9162 "serde",
9163 "serde_json",
9164 "thiserror 1.0.69",
9165 "tokio",
9166]
9167
9168[[package]]
9169name = "livekit-api"
9170version = "0.4.2"
9171source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9172dependencies = [
9173 "futures-util",
9174 "http 0.2.12",
9175 "livekit-protocol",
9176 "livekit-runtime",
9177 "log",
9178 "parking_lot",
9179 "pbjson-types",
9180 "prost 0.12.6",
9181 "rand 0.9.2",
9182 "reqwest 0.11.27",
9183 "scopeguard",
9184 "serde",
9185 "sha2",
9186 "thiserror 1.0.69",
9187 "tokio",
9188 "tokio-tungstenite 0.26.2",
9189 "url",
9190]
9191
9192[[package]]
9193name = "livekit-protocol"
9194version = "0.3.9"
9195source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9196dependencies = [
9197 "futures-util",
9198 "livekit-runtime",
9199 "parking_lot",
9200 "pbjson",
9201 "pbjson-types",
9202 "prost 0.12.6",
9203 "prost-types 0.12.6",
9204 "serde",
9205 "thiserror 1.0.69",
9206 "tokio",
9207]
9208
9209[[package]]
9210name = "livekit-runtime"
9211version = "0.4.0"
9212source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
9213dependencies = [
9214 "tokio",
9215 "tokio-stream",
9216]
9217
9218[[package]]
9219name = "livekit_api"
9220version = "0.1.0"
9221dependencies = [
9222 "anyhow",
9223 "async-trait",
9224 "jsonwebtoken",
9225 "log",
9226 "prost 0.9.0",
9227 "prost-build 0.9.0",
9228 "prost-types 0.9.0",
9229 "serde",
9230 "zed-reqwest",
9231]
9232
9233[[package]]
9234name = "livekit_client"
9235version = "0.1.0"
9236dependencies = [
9237 "anyhow",
9238 "async-trait",
9239 "audio",
9240 "collections",
9241 "core-foundation 0.10.0",
9242 "core-video",
9243 "coreaudio-rs 0.12.1",
9244 "cpal",
9245 "futures 0.3.31",
9246 "gpui",
9247 "gpui_tokio",
9248 "http_client_tls",
9249 "image",
9250 "libwebrtc",
9251 "livekit",
9252 "livekit_api",
9253 "log",
9254 "nanoid",
9255 "objc",
9256 "parking_lot",
9257 "postage",
9258 "rodio",
9259 "serde",
9260 "serde_json",
9261 "serde_urlencoded",
9262 "settings",
9263 "sha2",
9264 "simplelog",
9265 "smallvec",
9266 "tokio-tungstenite 0.26.2",
9267 "ui",
9268 "util",
9269 "zed-scap",
9270]
9271
9272[[package]]
9273name = "lmdb-master-sys"
9274version = "0.2.5"
9275source = "registry+https://github.com/rust-lang/crates.io-index"
9276checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9277dependencies = [
9278 "cc",
9279 "doxygen-rs",
9280 "libc",
9281]
9282
9283[[package]]
9284name = "lmstudio"
9285version = "0.1.0"
9286dependencies = [
9287 "anyhow",
9288 "futures 0.3.31",
9289 "http_client",
9290 "schemars 1.0.4",
9291 "serde",
9292 "serde_json",
9293]
9294
9295[[package]]
9296name = "lock_api"
9297version = "0.4.14"
9298source = "registry+https://github.com/rust-lang/crates.io-index"
9299checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
9300dependencies = [
9301 "scopeguard",
9302]
9303
9304[[package]]
9305name = "log"
9306version = "0.4.28"
9307source = "registry+https://github.com/rust-lang/crates.io-index"
9308checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
9309dependencies = [
9310 "serde",
9311 "value-bag",
9312]
9313
9314[[package]]
9315name = "loop9"
9316version = "0.1.5"
9317source = "registry+https://github.com/rust-lang/crates.io-index"
9318checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9319dependencies = [
9320 "imgref",
9321]
9322
9323[[package]]
9324name = "lru"
9325version = "0.12.5"
9326source = "registry+https://github.com/rust-lang/crates.io-index"
9327checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9328dependencies = [
9329 "hashbrown 0.15.5",
9330]
9331
9332[[package]]
9333name = "lru-slab"
9334version = "0.1.2"
9335source = "registry+https://github.com/rust-lang/crates.io-index"
9336checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
9337
9338[[package]]
9339name = "lsp"
9340version = "0.1.0"
9341dependencies = [
9342 "anyhow",
9343 "async-pipe",
9344 "collections",
9345 "ctor",
9346 "futures 0.3.31",
9347 "gpui",
9348 "log",
9349 "lsp-types",
9350 "parking_lot",
9351 "postage",
9352 "release_channel",
9353 "schemars 1.0.4",
9354 "serde",
9355 "serde_json",
9356 "smol",
9357 "util",
9358 "zlog",
9359]
9360
9361[[package]]
9362name = "lsp-types"
9363version = "0.95.1"
9364source = "git+https://github.com/zed-industries/lsp-types?rev=0874f8742fe55b4dc94308c1e3c0069710d8eeaf#0874f8742fe55b4dc94308c1e3c0069710d8eeaf"
9365dependencies = [
9366 "bitflags 1.3.2",
9367 "serde",
9368 "serde_json",
9369 "url",
9370]
9371
9372[[package]]
9373name = "lyon"
9374version = "1.0.16"
9375source = "registry+https://github.com/rust-lang/crates.io-index"
9376checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
9377dependencies = [
9378 "lyon_algorithms",
9379 "lyon_extra",
9380 "lyon_tessellation",
9381]
9382
9383[[package]]
9384name = "lyon_algorithms"
9385version = "1.0.16"
9386source = "registry+https://github.com/rust-lang/crates.io-index"
9387checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
9388dependencies = [
9389 "lyon_path",
9390 "num-traits",
9391]
9392
9393[[package]]
9394name = "lyon_extra"
9395version = "1.0.3"
9396source = "registry+https://github.com/rust-lang/crates.io-index"
9397checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9398dependencies = [
9399 "lyon_path",
9400 "thiserror 1.0.69",
9401]
9402
9403[[package]]
9404name = "lyon_geom"
9405version = "1.0.17"
9406source = "registry+https://github.com/rust-lang/crates.io-index"
9407checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
9408dependencies = [
9409 "arrayvec",
9410 "euclid",
9411 "num-traits",
9412]
9413
9414[[package]]
9415name = "lyon_path"
9416version = "1.0.16"
9417source = "registry+https://github.com/rust-lang/crates.io-index"
9418checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
9419dependencies = [
9420 "lyon_geom",
9421 "num-traits",
9422]
9423
9424[[package]]
9425name = "lyon_tessellation"
9426version = "1.0.16"
9427source = "registry+https://github.com/rust-lang/crates.io-index"
9428checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
9429dependencies = [
9430 "float_next_after",
9431 "lyon_path",
9432 "num-traits",
9433]
9434
9435[[package]]
9436name = "lz4"
9437version = "1.28.1"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
9440dependencies = [
9441 "lz4-sys",
9442]
9443
9444[[package]]
9445name = "lz4-sys"
9446version = "1.11.1+lz4-1.10.0"
9447source = "registry+https://github.com/rust-lang/crates.io-index"
9448checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
9449dependencies = [
9450 "cc",
9451 "libc",
9452]
9453
9454[[package]]
9455name = "mac"
9456version = "0.1.1"
9457source = "registry+https://github.com/rust-lang/crates.io-index"
9458checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9459
9460[[package]]
9461name = "mach2"
9462version = "0.4.3"
9463source = "registry+https://github.com/rust-lang/crates.io-index"
9464checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
9465dependencies = [
9466 "libc",
9467]
9468
9469[[package]]
9470name = "mach2"
9471version = "0.5.0"
9472source = "registry+https://github.com/rust-lang/crates.io-index"
9473checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
9474dependencies = [
9475 "libc",
9476]
9477
9478[[package]]
9479name = "malloc_buf"
9480version = "0.0.6"
9481source = "registry+https://github.com/rust-lang/crates.io-index"
9482checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9483dependencies = [
9484 "libc",
9485]
9486
9487[[package]]
9488name = "maplit"
9489version = "1.0.2"
9490source = "registry+https://github.com/rust-lang/crates.io-index"
9491checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9492
9493[[package]]
9494name = "markdown"
9495version = "0.1.0"
9496dependencies = [
9497 "assets",
9498 "base64 0.22.1",
9499 "collections",
9500 "env_logger 0.11.8",
9501 "fs",
9502 "futures 0.3.31",
9503 "gpui",
9504 "language",
9505 "languages",
9506 "linkify",
9507 "log",
9508 "node_runtime",
9509 "pulldown-cmark 0.12.2",
9510 "settings",
9511 "sum_tree",
9512 "theme",
9513 "ui",
9514 "util",
9515]
9516
9517[[package]]
9518name = "markdown_preview"
9519version = "0.1.0"
9520dependencies = [
9521 "anyhow",
9522 "async-recursion",
9523 "collections",
9524 "editor",
9525 "fs",
9526 "gpui",
9527 "html5ever 0.27.0",
9528 "language",
9529 "linkify",
9530 "log",
9531 "markup5ever_rcdom",
9532 "pretty_assertions",
9533 "pulldown-cmark 0.12.2",
9534 "settings",
9535 "theme",
9536 "ui",
9537 "util",
9538 "workspace",
9539]
9540
9541[[package]]
9542name = "markup5ever"
9543version = "0.12.1"
9544source = "registry+https://github.com/rust-lang/crates.io-index"
9545checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9546dependencies = [
9547 "log",
9548 "phf 0.11.3",
9549 "phf_codegen",
9550 "string_cache",
9551 "string_cache_codegen",
9552 "tendril",
9553]
9554
9555[[package]]
9556name = "markup5ever"
9557version = "0.35.0"
9558source = "registry+https://github.com/rust-lang/crates.io-index"
9559checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
9560dependencies = [
9561 "log",
9562 "tendril",
9563 "web_atoms",
9564]
9565
9566[[package]]
9567name = "markup5ever_rcdom"
9568version = "0.3.0"
9569source = "registry+https://github.com/rust-lang/crates.io-index"
9570checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9571dependencies = [
9572 "html5ever 0.27.0",
9573 "markup5ever 0.12.1",
9574 "tendril",
9575 "xml5ever",
9576]
9577
9578[[package]]
9579name = "match_token"
9580version = "0.35.0"
9581source = "registry+https://github.com/rust-lang/crates.io-index"
9582checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
9583dependencies = [
9584 "proc-macro2",
9585 "quote",
9586 "syn 2.0.106",
9587]
9588
9589[[package]]
9590name = "matchers"
9591version = "0.2.0"
9592source = "registry+https://github.com/rust-lang/crates.io-index"
9593checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
9594dependencies = [
9595 "regex-automata",
9596]
9597
9598[[package]]
9599name = "matchit"
9600version = "0.7.3"
9601source = "registry+https://github.com/rust-lang/crates.io-index"
9602checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9603
9604[[package]]
9605name = "maybe-owned"
9606version = "0.3.4"
9607source = "registry+https://github.com/rust-lang/crates.io-index"
9608checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9609
9610[[package]]
9611name = "maybe-rayon"
9612version = "0.1.1"
9613source = "registry+https://github.com/rust-lang/crates.io-index"
9614checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9615dependencies = [
9616 "cfg-if",
9617 "rayon",
9618]
9619
9620[[package]]
9621name = "md-5"
9622version = "0.10.6"
9623source = "registry+https://github.com/rust-lang/crates.io-index"
9624checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9625dependencies = [
9626 "cfg-if",
9627 "digest",
9628]
9629
9630[[package]]
9631name = "mdbook"
9632version = "0.4.40"
9633source = "registry+https://github.com/rust-lang/crates.io-index"
9634checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
9635dependencies = [
9636 "ammonia",
9637 "anyhow",
9638 "chrono",
9639 "clap",
9640 "clap_complete",
9641 "elasticlunr-rs",
9642 "env_logger 0.11.8",
9643 "futures-util",
9644 "handlebars 5.1.2",
9645 "ignore",
9646 "log",
9647 "memchr",
9648 "notify 6.1.1",
9649 "notify-debouncer-mini",
9650 "once_cell",
9651 "opener",
9652 "pathdiff",
9653 "pulldown-cmark 0.10.3",
9654 "regex",
9655 "serde",
9656 "serde_json",
9657 "shlex",
9658 "tempfile",
9659 "tokio",
9660 "toml 0.5.11",
9661 "topological-sort",
9662 "walkdir",
9663 "warp",
9664]
9665
9666[[package]]
9667name = "media"
9668version = "0.1.0"
9669dependencies = [
9670 "anyhow",
9671 "bindgen 0.71.1",
9672 "core-foundation 0.10.0",
9673 "core-video",
9674 "ctor",
9675 "foreign-types 0.5.0",
9676 "metal",
9677 "objc",
9678]
9679
9680[[package]]
9681name = "memchr"
9682version = "2.7.6"
9683source = "registry+https://github.com/rust-lang/crates.io-index"
9684checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
9685
9686[[package]]
9687name = "memfd"
9688version = "0.6.5"
9689source = "registry+https://github.com/rust-lang/crates.io-index"
9690checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
9691dependencies = [
9692 "rustix 1.1.2",
9693]
9694
9695[[package]]
9696name = "memmap2"
9697version = "0.9.8"
9698source = "registry+https://github.com/rust-lang/crates.io-index"
9699checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
9700dependencies = [
9701 "libc",
9702 "stable_deref_trait",
9703]
9704
9705[[package]]
9706name = "memoffset"
9707version = "0.9.1"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9710dependencies = [
9711 "autocfg",
9712]
9713
9714[[package]]
9715name = "menu"
9716version = "0.1.0"
9717dependencies = [
9718 "gpui",
9719]
9720
9721[[package]]
9722name = "metal"
9723version = "0.29.0"
9724source = "registry+https://github.com/rust-lang/crates.io-index"
9725checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9726dependencies = [
9727 "bitflags 2.9.4",
9728 "block",
9729 "core-graphics-types 0.1.3",
9730 "foreign-types 0.5.0",
9731 "log",
9732 "objc",
9733 "paste",
9734]
9735
9736[[package]]
9737name = "migrator"
9738version = "0.1.0"
9739dependencies = [
9740 "anyhow",
9741 "collections",
9742 "convert_case 0.8.0",
9743 "log",
9744 "pretty_assertions",
9745 "serde_json",
9746 "serde_json_lenient",
9747 "settings",
9748 "streaming-iterator",
9749 "tree-sitter",
9750 "tree-sitter-json",
9751 "unindent",
9752]
9753
9754[[package]]
9755name = "mimalloc"
9756version = "0.1.48"
9757source = "registry+https://github.com/rust-lang/crates.io-index"
9758checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
9759dependencies = [
9760 "libmimalloc-sys",
9761]
9762
9763[[package]]
9764name = "mime"
9765version = "0.3.17"
9766source = "registry+https://github.com/rust-lang/crates.io-index"
9767checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9768
9769[[package]]
9770name = "mime_guess"
9771version = "2.0.5"
9772source = "registry+https://github.com/rust-lang/crates.io-index"
9773checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9774dependencies = [
9775 "mime",
9776 "unicase",
9777]
9778
9779[[package]]
9780name = "minidump-common"
9781version = "0.21.2"
9782source = "registry+https://github.com/rust-lang/crates.io-index"
9783checksum = "5c4d14bcca0fd3ed165a03000480aaa364c6860c34e900cb2dafdf3b95340e77"
9784dependencies = [
9785 "bitflags 2.9.4",
9786 "debugid",
9787 "num-derive",
9788 "num-traits",
9789 "range-map",
9790 "scroll",
9791 "smart-default",
9792]
9793
9794[[package]]
9795name = "minidump-writer"
9796version = "0.8.9"
9797source = "registry+https://github.com/rust-lang/crates.io-index"
9798checksum = "e2abcd9c8a1e6e1e9d56ce3627851f39a17ea83e17c96bc510f29d7e43d78a7d"
9799dependencies = [
9800 "bitflags 2.9.4",
9801 "byteorder",
9802 "cfg-if",
9803 "crash-context",
9804 "goblin",
9805 "libc",
9806 "log",
9807 "mach2 0.4.3",
9808 "memmap2",
9809 "memoffset",
9810 "minidump-common",
9811 "nix 0.28.0",
9812 "procfs-core",
9813 "scroll",
9814 "tempfile",
9815 "thiserror 1.0.69",
9816]
9817
9818[[package]]
9819name = "minidumper"
9820version = "0.8.3"
9821source = "registry+https://github.com/rust-lang/crates.io-index"
9822checksum = "9b4ebc9d1f8847ec1d078f78b35ed598e0ebefa1f242d5f83cd8d7f03960a7d1"
9823dependencies = [
9824 "cfg-if",
9825 "crash-context",
9826 "libc",
9827 "log",
9828 "minidump-writer",
9829 "parking_lot",
9830 "polling",
9831 "scroll",
9832 "thiserror 1.0.69",
9833 "uds",
9834]
9835
9836[[package]]
9837name = "minimal-lexical"
9838version = "0.2.1"
9839source = "registry+https://github.com/rust-lang/crates.io-index"
9840checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9841
9842[[package]]
9843name = "miniz_oxide"
9844version = "0.8.9"
9845source = "registry+https://github.com/rust-lang/crates.io-index"
9846checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
9847dependencies = [
9848 "adler2",
9849 "simd-adler32",
9850]
9851
9852[[package]]
9853name = "mint"
9854version = "0.5.9"
9855source = "registry+https://github.com/rust-lang/crates.io-index"
9856checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9857
9858[[package]]
9859name = "mio"
9860version = "0.8.11"
9861source = "registry+https://github.com/rust-lang/crates.io-index"
9862checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
9863dependencies = [
9864 "libc",
9865 "log",
9866 "wasi",
9867 "windows-sys 0.48.0",
9868]
9869
9870[[package]]
9871name = "mio"
9872version = "1.1.0"
9873source = "registry+https://github.com/rust-lang/crates.io-index"
9874checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
9875dependencies = [
9876 "libc",
9877 "log",
9878 "wasi",
9879 "windows-sys 0.61.2",
9880]
9881
9882[[package]]
9883name = "miow"
9884version = "0.6.1"
9885source = "registry+https://github.com/rust-lang/crates.io-index"
9886checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
9887dependencies = [
9888 "windows-sys 0.61.2",
9889]
9890
9891[[package]]
9892name = "mistral"
9893version = "0.1.0"
9894dependencies = [
9895 "anyhow",
9896 "futures 0.3.31",
9897 "http_client",
9898 "schemars 1.0.4",
9899 "serde",
9900 "serde_json",
9901 "strum 0.27.2",
9902]
9903
9904[[package]]
9905name = "moka"
9906version = "0.12.11"
9907source = "registry+https://github.com/rust-lang/crates.io-index"
9908checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
9909dependencies = [
9910 "crossbeam-channel",
9911 "crossbeam-epoch",
9912 "crossbeam-utils",
9913 "equivalent",
9914 "parking_lot",
9915 "portable-atomic",
9916 "rustc_version",
9917 "smallvec",
9918 "tagptr",
9919 "uuid",
9920]
9921
9922[[package]]
9923name = "moxcms"
9924version = "0.7.7"
9925source = "registry+https://github.com/rust-lang/crates.io-index"
9926checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
9927dependencies = [
9928 "num-traits",
9929 "pxfm",
9930]
9931
9932[[package]]
9933name = "msvc_spectre_libs"
9934version = "0.1.3"
9935source = "registry+https://github.com/rust-lang/crates.io-index"
9936checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9937dependencies = [
9938 "cc",
9939]
9940
9941[[package]]
9942name = "multi_buffer"
9943version = "0.1.0"
9944dependencies = [
9945 "anyhow",
9946 "buffer_diff",
9947 "clock",
9948 "collections",
9949 "ctor",
9950 "gpui",
9951 "indoc",
9952 "itertools 0.14.0",
9953 "language",
9954 "log",
9955 "parking_lot",
9956 "pretty_assertions",
9957 "project",
9958 "rand 0.9.2",
9959 "rope",
9960 "serde",
9961 "settings",
9962 "smallvec",
9963 "smol",
9964 "sum_tree",
9965 "text",
9966 "theme",
9967 "tree-sitter",
9968 "util",
9969 "zlog",
9970]
9971
9972[[package]]
9973name = "multimap"
9974version = "0.8.3"
9975source = "registry+https://github.com/rust-lang/crates.io-index"
9976checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9977
9978[[package]]
9979name = "multimap"
9980version = "0.10.1"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
9983
9984[[package]]
9985name = "naga"
9986version = "25.0.1"
9987source = "registry+https://github.com/rust-lang/crates.io-index"
9988checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9989dependencies = [
9990 "arrayvec",
9991 "bit-set 0.8.0",
9992 "bitflags 2.9.4",
9993 "cfg_aliases 0.2.1",
9994 "codespan-reporting 0.12.0",
9995 "half",
9996 "hashbrown 0.15.5",
9997 "hexf-parse",
9998 "indexmap 2.11.4",
9999 "log",
10000 "num-traits",
10001 "once_cell",
10002 "rustc-hash 1.1.0",
10003 "spirv",
10004 "strum 0.26.3",
10005 "thiserror 2.0.17",
10006 "unicode-ident",
10007]
10008
10009[[package]]
10010name = "nanoid"
10011version = "0.4.0"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10014dependencies = [
10015 "rand 0.8.5",
10016]
10017
10018[[package]]
10019name = "nanorand"
10020version = "0.7.0"
10021source = "registry+https://github.com/rust-lang/crates.io-index"
10022checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10023dependencies = [
10024 "getrandom 0.2.16",
10025]
10026
10027[[package]]
10028name = "native-tls"
10029version = "0.2.14"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10032dependencies = [
10033 "libc",
10034 "log",
10035 "openssl",
10036 "openssl-probe",
10037 "openssl-sys",
10038 "schannel",
10039 "security-framework 2.11.1",
10040 "security-framework-sys",
10041 "tempfile",
10042]
10043
10044[[package]]
10045name = "nbformat"
10046version = "0.10.0"
10047source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10048dependencies = [
10049 "anyhow",
10050 "chrono",
10051 "jupyter-protocol",
10052 "serde",
10053 "serde_json",
10054 "thiserror 1.0.69",
10055 "uuid",
10056]
10057
10058[[package]]
10059name = "nc"
10060version = "0.1.0"
10061dependencies = [
10062 "anyhow",
10063 "futures 0.3.31",
10064 "net",
10065 "smol",
10066]
10067
10068[[package]]
10069name = "ndk"
10070version = "0.9.0"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10073dependencies = [
10074 "bitflags 2.9.4",
10075 "jni-sys",
10076 "log",
10077 "ndk-sys",
10078 "num_enum",
10079 "thiserror 1.0.69",
10080]
10081
10082[[package]]
10083name = "ndk-context"
10084version = "0.1.1"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10087
10088[[package]]
10089name = "ndk-sys"
10090version = "0.6.0+11769913"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10093dependencies = [
10094 "jni-sys",
10095]
10096
10097[[package]]
10098name = "net"
10099version = "0.1.0"
10100dependencies = [
10101 "anyhow",
10102 "async-io",
10103 "smol",
10104 "tempfile",
10105 "windows 0.61.3",
10106]
10107
10108[[package]]
10109name = "new_debug_unreachable"
10110version = "1.0.6"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10113
10114[[package]]
10115name = "nix"
10116version = "0.28.0"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10119dependencies = [
10120 "bitflags 2.9.4",
10121 "cfg-if",
10122 "cfg_aliases 0.1.1",
10123 "libc",
10124]
10125
10126[[package]]
10127name = "nix"
10128version = "0.29.0"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10131dependencies = [
10132 "bitflags 2.9.4",
10133 "cfg-if",
10134 "cfg_aliases 0.2.1",
10135 "libc",
10136]
10137
10138[[package]]
10139name = "nix"
10140version = "0.30.1"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10143dependencies = [
10144 "bitflags 2.9.4",
10145 "cfg-if",
10146 "cfg_aliases 0.2.1",
10147 "libc",
10148 "memoffset",
10149]
10150
10151[[package]]
10152name = "node_runtime"
10153version = "0.1.0"
10154dependencies = [
10155 "anyhow",
10156 "async-compression",
10157 "async-std",
10158 "async-tar",
10159 "async-trait",
10160 "futures 0.3.31",
10161 "http_client",
10162 "log",
10163 "paths",
10164 "semver",
10165 "serde",
10166 "serde_json",
10167 "smol",
10168 "util",
10169 "watch",
10170 "which 6.0.3",
10171]
10172
10173[[package]]
10174name = "nom"
10175version = "7.1.3"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10178dependencies = [
10179 "memchr",
10180 "minimal-lexical",
10181]
10182
10183[[package]]
10184name = "nom"
10185version = "8.0.0"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10188dependencies = [
10189 "memchr",
10190]
10191
10192[[package]]
10193name = "noop_proc_macro"
10194version = "0.3.0"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10197
10198[[package]]
10199name = "normpath"
10200version = "1.5.0"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10203dependencies = [
10204 "windows-sys 0.61.2",
10205]
10206
10207[[package]]
10208name = "notifications"
10209version = "0.1.0"
10210dependencies = [
10211 "anyhow",
10212 "channel",
10213 "client",
10214 "collections",
10215 "component",
10216 "db",
10217 "gpui",
10218 "rpc",
10219 "settings",
10220 "sum_tree",
10221 "time",
10222 "ui",
10223 "util",
10224 "workspace",
10225 "zed_actions",
10226]
10227
10228[[package]]
10229name = "notify"
10230version = "6.1.1"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10233dependencies = [
10234 "bitflags 2.9.4",
10235 "crossbeam-channel",
10236 "filetime",
10237 "fsevent-sys 4.1.0",
10238 "inotify 0.9.6",
10239 "kqueue",
10240 "libc",
10241 "log",
10242 "mio 0.8.11",
10243 "walkdir",
10244 "windows-sys 0.48.0",
10245]
10246
10247[[package]]
10248name = "notify"
10249version = "8.0.0"
10250source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10251dependencies = [
10252 "bitflags 2.9.4",
10253 "filetime",
10254 "fsevent-sys 4.1.0",
10255 "inotify 0.11.0",
10256 "kqueue",
10257 "libc",
10258 "log",
10259 "mio 1.1.0",
10260 "notify-types",
10261 "walkdir",
10262 "windows-sys 0.59.0",
10263]
10264
10265[[package]]
10266name = "notify-debouncer-mini"
10267version = "0.4.1"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10270dependencies = [
10271 "crossbeam-channel",
10272 "log",
10273 "notify 6.1.1",
10274]
10275
10276[[package]]
10277name = "notify-types"
10278version = "2.0.0"
10279source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10280
10281[[package]]
10282name = "now"
10283version = "0.1.3"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0"
10286dependencies = [
10287 "chrono",
10288]
10289
10290[[package]]
10291name = "ntapi"
10292version = "0.4.1"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10295dependencies = [
10296 "winapi",
10297]
10298
10299[[package]]
10300name = "nu-ansi-term"
10301version = "0.50.3"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
10304dependencies = [
10305 "windows-sys 0.59.0",
10306]
10307
10308[[package]]
10309name = "num"
10310version = "0.4.3"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10313dependencies = [
10314 "num-bigint",
10315 "num-complex",
10316 "num-integer",
10317 "num-iter",
10318 "num-rational",
10319 "num-traits",
10320]
10321
10322[[package]]
10323name = "num-bigint"
10324version = "0.4.6"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10327dependencies = [
10328 "num-integer",
10329 "num-traits",
10330]
10331
10332[[package]]
10333name = "num-bigint-dig"
10334version = "0.8.4"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10337dependencies = [
10338 "byteorder",
10339 "lazy_static",
10340 "libm",
10341 "num-integer",
10342 "num-iter",
10343 "num-traits",
10344 "rand 0.8.5",
10345 "serde",
10346 "smallvec",
10347 "zeroize",
10348]
10349
10350[[package]]
10351name = "num-cmp"
10352version = "0.1.0"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10355
10356[[package]]
10357name = "num-complex"
10358version = "0.4.6"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10361dependencies = [
10362 "bytemuck",
10363 "num-traits",
10364]
10365
10366[[package]]
10367name = "num-conv"
10368version = "0.1.0"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10371
10372[[package]]
10373name = "num-derive"
10374version = "0.4.2"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10377dependencies = [
10378 "proc-macro2",
10379 "quote",
10380 "syn 2.0.106",
10381]
10382
10383[[package]]
10384name = "num-format"
10385version = "0.4.4"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10388dependencies = [
10389 "arrayvec",
10390 "itoa",
10391]
10392
10393[[package]]
10394name = "num-integer"
10395version = "0.1.46"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10398dependencies = [
10399 "num-traits",
10400]
10401
10402[[package]]
10403name = "num-iter"
10404version = "0.1.45"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10407dependencies = [
10408 "autocfg",
10409 "num-integer",
10410 "num-traits",
10411]
10412
10413[[package]]
10414name = "num-rational"
10415version = "0.4.2"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10418dependencies = [
10419 "num-bigint",
10420 "num-integer",
10421 "num-traits",
10422]
10423
10424[[package]]
10425name = "num-traits"
10426version = "0.2.19"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10429dependencies = [
10430 "autocfg",
10431 "libm",
10432]
10433
10434[[package]]
10435name = "num_cpus"
10436version = "1.17.0"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
10439dependencies = [
10440 "hermit-abi",
10441 "libc",
10442]
10443
10444[[package]]
10445name = "num_enum"
10446version = "0.7.4"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
10449dependencies = [
10450 "num_enum_derive",
10451 "rustversion",
10452]
10453
10454[[package]]
10455name = "num_enum_derive"
10456version = "0.7.4"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
10459dependencies = [
10460 "proc-macro-crate",
10461 "proc-macro2",
10462 "quote",
10463 "syn 2.0.106",
10464]
10465
10466[[package]]
10467name = "num_threads"
10468version = "0.1.7"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10471dependencies = [
10472 "libc",
10473]
10474
10475[[package]]
10476name = "nvim-rs"
10477version = "0.9.2"
10478source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10479dependencies = [
10480 "async-trait",
10481 "futures 0.3.31",
10482 "log",
10483 "rmp",
10484 "rmpv",
10485 "tokio",
10486 "tokio-util",
10487]
10488
10489[[package]]
10490name = "objc"
10491version = "0.2.7"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10494dependencies = [
10495 "malloc_buf",
10496 "objc_exception",
10497]
10498
10499[[package]]
10500name = "objc-foundation"
10501version = "0.1.1"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10504dependencies = [
10505 "block",
10506 "objc",
10507 "objc_id",
10508]
10509
10510[[package]]
10511name = "objc2"
10512version = "0.6.3"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
10515dependencies = [
10516 "objc2-encode",
10517]
10518
10519[[package]]
10520name = "objc2-app-kit"
10521version = "0.3.1"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10524dependencies = [
10525 "bitflags 2.9.4",
10526 "objc2",
10527 "objc2-core-foundation",
10528 "objc2-foundation",
10529 "objc2-quartz-core",
10530]
10531
10532[[package]]
10533name = "objc2-audio-toolbox"
10534version = "0.3.1"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07"
10537dependencies = [
10538 "bitflags 2.9.4",
10539 "libc",
10540 "objc2",
10541 "objc2-core-audio",
10542 "objc2-core-audio-types",
10543 "objc2-core-foundation",
10544 "objc2-foundation",
10545]
10546
10547[[package]]
10548name = "objc2-core-audio"
10549version = "0.3.2"
10550source = "registry+https://github.com/rust-lang/crates.io-index"
10551checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
10552dependencies = [
10553 "dispatch2",
10554 "objc2",
10555 "objc2-core-audio-types",
10556 "objc2-core-foundation",
10557]
10558
10559[[package]]
10560name = "objc2-core-audio-types"
10561version = "0.3.2"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
10564dependencies = [
10565 "bitflags 2.9.4",
10566 "objc2",
10567]
10568
10569[[package]]
10570name = "objc2-core-foundation"
10571version = "0.3.2"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
10574dependencies = [
10575 "bitflags 2.9.4",
10576 "dispatch2",
10577 "objc2",
10578]
10579
10580[[package]]
10581name = "objc2-encode"
10582version = "4.1.0"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10585
10586[[package]]
10587name = "objc2-foundation"
10588version = "0.3.1"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10591dependencies = [
10592 "bitflags 2.9.4",
10593 "objc2",
10594 "objc2-core-foundation",
10595]
10596
10597[[package]]
10598name = "objc2-io-kit"
10599version = "0.3.2"
10600source = "registry+https://github.com/rust-lang/crates.io-index"
10601checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
10602dependencies = [
10603 "libc",
10604 "objc2-core-foundation",
10605]
10606
10607[[package]]
10608name = "objc2-metal"
10609version = "0.3.1"
10610source = "registry+https://github.com/rust-lang/crates.io-index"
10611checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10612dependencies = [
10613 "bitflags 2.9.4",
10614 "block2",
10615 "dispatch2",
10616 "objc2",
10617 "objc2-core-foundation",
10618 "objc2-foundation",
10619]
10620
10621[[package]]
10622name = "objc2-quartz-core"
10623version = "0.3.1"
10624source = "registry+https://github.com/rust-lang/crates.io-index"
10625checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10626dependencies = [
10627 "bitflags 2.9.4",
10628 "objc2",
10629 "objc2-core-foundation",
10630 "objc2-foundation",
10631 "objc2-metal",
10632]
10633
10634[[package]]
10635name = "objc2-ui-kit"
10636version = "0.3.1"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10639dependencies = [
10640 "bitflags 2.9.4",
10641 "objc2",
10642 "objc2-core-foundation",
10643 "objc2-foundation",
10644 "objc2-quartz-core",
10645]
10646
10647[[package]]
10648name = "objc_exception"
10649version = "0.1.2"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10652dependencies = [
10653 "cc",
10654]
10655
10656[[package]]
10657name = "objc_id"
10658version = "0.1.1"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10661dependencies = [
10662 "objc",
10663]
10664
10665[[package]]
10666name = "object"
10667version = "0.36.7"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10670dependencies = [
10671 "crc32fast",
10672 "hashbrown 0.15.5",
10673 "indexmap 2.11.4",
10674 "memchr",
10675]
10676
10677[[package]]
10678name = "object"
10679version = "0.37.3"
10680source = "registry+https://github.com/rust-lang/crates.io-index"
10681checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
10682dependencies = [
10683 "memchr",
10684]
10685
10686[[package]]
10687name = "object_store"
10688version = "0.12.4"
10689source = "registry+https://github.com/rust-lang/crates.io-index"
10690checksum = "4c1be0c6c22ec0817cdc77d3842f721a17fd30ab6965001415b5402a74e6b740"
10691dependencies = [
10692 "async-trait",
10693 "base64 0.22.1",
10694 "bytes 1.10.1",
10695 "chrono",
10696 "form_urlencoded",
10697 "futures 0.3.31",
10698 "http 1.3.1",
10699 "http-body-util",
10700 "humantime",
10701 "hyper 1.7.0",
10702 "itertools 0.14.0",
10703 "parking_lot",
10704 "percent-encoding",
10705 "quick-xml 0.38.3",
10706 "rand 0.9.2",
10707 "reqwest 0.12.24",
10708 "ring",
10709 "serde",
10710 "serde_json",
10711 "serde_urlencoded",
10712 "thiserror 2.0.17",
10713 "tokio",
10714 "tracing",
10715 "url",
10716 "walkdir",
10717 "wasm-bindgen-futures",
10718 "web-time",
10719]
10720
10721[[package]]
10722name = "ollama"
10723version = "0.1.0"
10724dependencies = [
10725 "anyhow",
10726 "futures 0.3.31",
10727 "http_client",
10728 "schemars 1.0.4",
10729 "serde",
10730 "serde_json",
10731 "settings",
10732]
10733
10734[[package]]
10735name = "onboarding"
10736version = "0.1.0"
10737dependencies = [
10738 "anyhow",
10739 "client",
10740 "component",
10741 "db",
10742 "documented",
10743 "fs",
10744 "fuzzy",
10745 "git",
10746 "gpui",
10747 "menu",
10748 "notifications",
10749 "picker",
10750 "project",
10751 "schemars 1.0.4",
10752 "serde",
10753 "settings",
10754 "telemetry",
10755 "theme",
10756 "ui",
10757 "ui_input",
10758 "util",
10759 "vim_mode_setting",
10760 "workspace",
10761 "zed_actions",
10762 "zlog",
10763]
10764
10765[[package]]
10766name = "once_cell"
10767version = "1.21.3"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10770
10771[[package]]
10772name = "once_cell_polyfill"
10773version = "1.70.1"
10774source = "registry+https://github.com/rust-lang/crates.io-index"
10775checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
10776
10777[[package]]
10778name = "oo7"
10779version = "0.5.0"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d"
10782dependencies = [
10783 "aes",
10784 "ashpd 0.12.0",
10785 "async-fs",
10786 "async-io",
10787 "async-lock 3.4.1",
10788 "blocking",
10789 "cbc",
10790 "cipher",
10791 "digest",
10792 "endi",
10793 "futures-lite 2.6.1",
10794 "futures-util",
10795 "getrandom 0.3.4",
10796 "hkdf",
10797 "hmac",
10798 "md-5",
10799 "num",
10800 "num-bigint-dig",
10801 "pbkdf2 0.12.2",
10802 "rand 0.9.2",
10803 "serde",
10804 "sha2",
10805 "subtle",
10806 "zbus",
10807 "zbus_macros",
10808 "zeroize",
10809 "zvariant",
10810]
10811
10812[[package]]
10813name = "oorandom"
10814version = "11.1.5"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10817
10818[[package]]
10819name = "open"
10820version = "5.3.2"
10821source = "registry+https://github.com/rust-lang/crates.io-index"
10822checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10823dependencies = [
10824 "is-wsl",
10825 "libc",
10826 "pathdiff",
10827]
10828
10829[[package]]
10830name = "open_ai"
10831version = "0.1.0"
10832dependencies = [
10833 "anyhow",
10834 "futures 0.3.31",
10835 "http_client",
10836 "log",
10837 "schemars 1.0.4",
10838 "serde",
10839 "serde_json",
10840 "settings",
10841 "strum 0.27.2",
10842]
10843
10844[[package]]
10845name = "open_router"
10846version = "0.1.0"
10847dependencies = [
10848 "anyhow",
10849 "futures 0.3.31",
10850 "http_client",
10851 "schemars 1.0.4",
10852 "serde",
10853 "serde_json",
10854 "settings",
10855 "strum 0.27.2",
10856 "thiserror 2.0.17",
10857]
10858
10859[[package]]
10860name = "opener"
10861version = "0.7.2"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10864dependencies = [
10865 "bstr",
10866 "dbus",
10867 "normpath",
10868 "windows-sys 0.59.0",
10869]
10870
10871[[package]]
10872name = "openssl"
10873version = "0.10.74"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
10876dependencies = [
10877 "bitflags 2.9.4",
10878 "cfg-if",
10879 "foreign-types 0.3.2",
10880 "libc",
10881 "once_cell",
10882 "openssl-macros",
10883 "openssl-sys",
10884]
10885
10886[[package]]
10887name = "openssl-macros"
10888version = "0.1.1"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10891dependencies = [
10892 "proc-macro2",
10893 "quote",
10894 "syn 2.0.106",
10895]
10896
10897[[package]]
10898name = "openssl-probe"
10899version = "0.1.6"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10902
10903[[package]]
10904name = "openssl-sys"
10905version = "0.9.110"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
10908dependencies = [
10909 "cc",
10910 "libc",
10911 "pkg-config",
10912 "vcpkg",
10913]
10914
10915[[package]]
10916name = "optfield"
10917version = "0.4.0"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
10920dependencies = [
10921 "proc-macro2",
10922 "quote",
10923 "syn 2.0.106",
10924]
10925
10926[[package]]
10927name = "option-ext"
10928version = "0.2.0"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10931
10932[[package]]
10933name = "ordered-float"
10934version = "2.10.1"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10937dependencies = [
10938 "num-traits",
10939]
10940
10941[[package]]
10942name = "ordered-float"
10943version = "4.6.0"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10946dependencies = [
10947 "num-traits",
10948]
10949
10950[[package]]
10951name = "ordered-stream"
10952version = "0.2.0"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10955dependencies = [
10956 "futures-core",
10957 "pin-project-lite",
10958]
10959
10960[[package]]
10961name = "ouroboros"
10962version = "0.18.5"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10965dependencies = [
10966 "aliasable",
10967 "ouroboros_macro",
10968 "static_assertions",
10969]
10970
10971[[package]]
10972name = "ouroboros_macro"
10973version = "0.18.5"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10976dependencies = [
10977 "heck 0.4.1",
10978 "proc-macro2",
10979 "proc-macro2-diagnostics",
10980 "quote",
10981 "syn 2.0.106",
10982]
10983
10984[[package]]
10985name = "outline"
10986version = "0.1.0"
10987dependencies = [
10988 "editor",
10989 "fuzzy",
10990 "gpui",
10991 "indoc",
10992 "language",
10993 "menu",
10994 "ordered-float 2.10.1",
10995 "picker",
10996 "project",
10997 "rope",
10998 "serde_json",
10999 "settings",
11000 "smol",
11001 "theme",
11002 "tree-sitter-rust",
11003 "tree-sitter-typescript",
11004 "ui",
11005 "util",
11006 "workspace",
11007 "zed_actions",
11008]
11009
11010[[package]]
11011name = "outline_panel"
11012version = "0.1.0"
11013dependencies = [
11014 "anyhow",
11015 "collections",
11016 "db",
11017 "editor",
11018 "file_icons",
11019 "fuzzy",
11020 "gpui",
11021 "itertools 0.14.0",
11022 "language",
11023 "log",
11024 "menu",
11025 "outline",
11026 "pretty_assertions",
11027 "project",
11028 "search",
11029 "serde",
11030 "serde_json",
11031 "settings",
11032 "smallvec",
11033 "smol",
11034 "theme",
11035 "ui",
11036 "util",
11037 "workspace",
11038 "worktree",
11039 "zed_actions",
11040]
11041
11042[[package]]
11043name = "outref"
11044version = "0.5.2"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11047
11048[[package]]
11049name = "p256"
11050version = "0.11.1"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11053dependencies = [
11054 "ecdsa",
11055 "elliptic-curve",
11056 "sha2",
11057]
11058
11059[[package]]
11060name = "page_size"
11061version = "0.6.0"
11062source = "registry+https://github.com/rust-lang/crates.io-index"
11063checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11064dependencies = [
11065 "libc",
11066 "winapi",
11067]
11068
11069[[package]]
11070name = "palette"
11071version = "0.7.6"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11074dependencies = [
11075 "approx",
11076 "fast-srgb8",
11077 "palette_derive",
11078]
11079
11080[[package]]
11081name = "palette_derive"
11082version = "0.7.6"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11085dependencies = [
11086 "by_address",
11087 "proc-macro2",
11088 "quote",
11089 "syn 2.0.106",
11090]
11091
11092[[package]]
11093name = "panel"
11094version = "0.1.0"
11095dependencies = [
11096 "editor",
11097 "gpui",
11098 "settings",
11099 "theme",
11100 "ui",
11101 "workspace",
11102]
11103
11104[[package]]
11105name = "parking"
11106version = "2.2.1"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11109
11110[[package]]
11111name = "parking_lot"
11112version = "0.12.5"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11115dependencies = [
11116 "lock_api",
11117 "parking_lot_core",
11118]
11119
11120[[package]]
11121name = "parking_lot_core"
11122version = "0.9.12"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11125dependencies = [
11126 "cfg-if",
11127 "libc",
11128 "redox_syscall 0.5.18",
11129 "smallvec",
11130 "windows-link 0.2.1",
11131]
11132
11133[[package]]
11134name = "parse_int"
11135version = "0.9.0"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11138dependencies = [
11139 "num-traits",
11140]
11141
11142[[package]]
11143name = "partial-json-fixer"
11144version = "0.5.3"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11147
11148[[package]]
11149name = "password-hash"
11150version = "0.4.2"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11153dependencies = [
11154 "base64ct",
11155 "rand_core 0.6.4",
11156 "subtle",
11157]
11158
11159[[package]]
11160name = "password-hash"
11161version = "0.5.0"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11164dependencies = [
11165 "base64ct",
11166 "rand_core 0.6.4",
11167 "subtle",
11168]
11169
11170[[package]]
11171name = "paste"
11172version = "1.0.15"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11175
11176[[package]]
11177name = "pathdiff"
11178version = "0.2.3"
11179source = "registry+https://github.com/rust-lang/crates.io-index"
11180checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11181
11182[[package]]
11183name = "pathfinder_geometry"
11184version = "0.5.1"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11187dependencies = [
11188 "log",
11189 "pathfinder_simd",
11190]
11191
11192[[package]]
11193name = "pathfinder_simd"
11194version = "0.5.5"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11197dependencies = [
11198 "rustc_version",
11199]
11200
11201[[package]]
11202name = "paths"
11203version = "0.1.0"
11204dependencies = [
11205 "dirs 4.0.0",
11206 "ignore",
11207 "util",
11208]
11209
11210[[package]]
11211name = "pbjson"
11212version = "0.6.0"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11215dependencies = [
11216 "base64 0.21.7",
11217 "serde",
11218]
11219
11220[[package]]
11221name = "pbjson-build"
11222version = "0.6.2"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11225dependencies = [
11226 "heck 0.4.1",
11227 "itertools 0.11.0",
11228 "prost 0.12.6",
11229 "prost-types 0.12.6",
11230]
11231
11232[[package]]
11233name = "pbjson-types"
11234version = "0.6.0"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11237dependencies = [
11238 "bytes 1.10.1",
11239 "chrono",
11240 "pbjson",
11241 "pbjson-build",
11242 "prost 0.12.6",
11243 "prost-build 0.12.6",
11244 "serde",
11245]
11246
11247[[package]]
11248name = "pbkdf2"
11249version = "0.11.0"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11252dependencies = [
11253 "digest",
11254 "hmac",
11255 "password-hash 0.4.2",
11256 "sha2",
11257]
11258
11259[[package]]
11260name = "pbkdf2"
11261version = "0.12.2"
11262source = "registry+https://github.com/rust-lang/crates.io-index"
11263checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11264dependencies = [
11265 "digest",
11266 "hmac",
11267]
11268
11269[[package]]
11270name = "pciid-parser"
11271version = "0.8.0"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11274
11275[[package]]
11276name = "pem"
11277version = "3.0.6"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
11280dependencies = [
11281 "base64 0.22.1",
11282 "serde_core",
11283]
11284
11285[[package]]
11286name = "pem-rfc7468"
11287version = "0.7.0"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11290dependencies = [
11291 "base64ct",
11292]
11293
11294[[package]]
11295name = "percent-encoding"
11296version = "2.3.2"
11297source = "registry+https://github.com/rust-lang/crates.io-index"
11298checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
11299
11300[[package]]
11301name = "perf"
11302version = "0.1.0"
11303dependencies = [
11304 "collections",
11305 "serde",
11306 "serde_json",
11307]
11308
11309[[package]]
11310name = "pest"
11311version = "2.8.3"
11312source = "registry+https://github.com/rust-lang/crates.io-index"
11313checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
11314dependencies = [
11315 "memchr",
11316 "ucd-trie",
11317]
11318
11319[[package]]
11320name = "pest_derive"
11321version = "2.8.3"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
11324dependencies = [
11325 "pest",
11326 "pest_generator",
11327]
11328
11329[[package]]
11330name = "pest_generator"
11331version = "2.8.3"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
11334dependencies = [
11335 "pest",
11336 "pest_meta",
11337 "proc-macro2",
11338 "quote",
11339 "syn 2.0.106",
11340]
11341
11342[[package]]
11343name = "pest_meta"
11344version = "2.8.3"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
11347dependencies = [
11348 "pest",
11349 "sha2",
11350]
11351
11352[[package]]
11353name = "pet"
11354version = "0.1.0"
11355source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11356dependencies = [
11357 "clap",
11358 "env_logger 0.10.2",
11359 "lazy_static",
11360 "log",
11361 "msvc_spectre_libs",
11362 "pet-conda",
11363 "pet-core",
11364 "pet-env-var-path",
11365 "pet-fs",
11366 "pet-global-virtualenvs",
11367 "pet-homebrew",
11368 "pet-jsonrpc",
11369 "pet-linux-global-python",
11370 "pet-mac-commandlinetools",
11371 "pet-mac-python-org",
11372 "pet-mac-xcode",
11373 "pet-pipenv",
11374 "pet-pixi",
11375 "pet-poetry",
11376 "pet-pyenv",
11377 "pet-python-utils",
11378 "pet-reporter",
11379 "pet-telemetry",
11380 "pet-venv",
11381 "pet-virtualenv",
11382 "pet-virtualenvwrapper",
11383 "pet-windows-registry",
11384 "pet-windows-store",
11385 "serde",
11386 "serde_json",
11387]
11388
11389[[package]]
11390name = "pet-conda"
11391version = "0.1.0"
11392source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11393dependencies = [
11394 "env_logger 0.10.2",
11395 "lazy_static",
11396 "log",
11397 "msvc_spectre_libs",
11398 "pet-core",
11399 "pet-fs",
11400 "pet-python-utils",
11401 "pet-reporter",
11402 "regex",
11403 "serde",
11404 "serde_json",
11405 "yaml-rust2",
11406]
11407
11408[[package]]
11409name = "pet-core"
11410version = "0.1.0"
11411source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11412dependencies = [
11413 "clap",
11414 "lazy_static",
11415 "log",
11416 "msvc_spectre_libs",
11417 "pet-fs",
11418 "regex",
11419 "serde",
11420 "serde_json",
11421]
11422
11423[[package]]
11424name = "pet-env-var-path"
11425version = "0.1.0"
11426source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11427dependencies = [
11428 "lazy_static",
11429 "log",
11430 "msvc_spectre_libs",
11431 "pet-conda",
11432 "pet-core",
11433 "pet-fs",
11434 "pet-python-utils",
11435 "pet-virtualenv",
11436 "regex",
11437]
11438
11439[[package]]
11440name = "pet-fs"
11441version = "0.1.0"
11442source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11443dependencies = [
11444 "log",
11445 "msvc_spectre_libs",
11446]
11447
11448[[package]]
11449name = "pet-global-virtualenvs"
11450version = "0.1.0"
11451source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11452dependencies = [
11453 "log",
11454 "msvc_spectre_libs",
11455 "pet-conda",
11456 "pet-core",
11457 "pet-fs",
11458 "pet-virtualenv",
11459]
11460
11461[[package]]
11462name = "pet-homebrew"
11463version = "0.1.0"
11464source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11465dependencies = [
11466 "lazy_static",
11467 "log",
11468 "msvc_spectre_libs",
11469 "pet-conda",
11470 "pet-core",
11471 "pet-fs",
11472 "pet-python-utils",
11473 "pet-virtualenv",
11474 "regex",
11475 "serde",
11476 "serde_json",
11477]
11478
11479[[package]]
11480name = "pet-jsonrpc"
11481version = "0.1.0"
11482source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11483dependencies = [
11484 "env_logger 0.10.2",
11485 "log",
11486 "msvc_spectre_libs",
11487 "pet-core",
11488 "serde",
11489 "serde_json",
11490]
11491
11492[[package]]
11493name = "pet-linux-global-python"
11494version = "0.1.0"
11495source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11496dependencies = [
11497 "log",
11498 "msvc_spectre_libs",
11499 "pet-core",
11500 "pet-fs",
11501 "pet-python-utils",
11502 "pet-virtualenv",
11503]
11504
11505[[package]]
11506name = "pet-mac-commandlinetools"
11507version = "0.1.0"
11508source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11509dependencies = [
11510 "log",
11511 "msvc_spectre_libs",
11512 "pet-core",
11513 "pet-fs",
11514 "pet-python-utils",
11515 "pet-virtualenv",
11516]
11517
11518[[package]]
11519name = "pet-mac-python-org"
11520version = "0.1.0"
11521source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11522dependencies = [
11523 "log",
11524 "msvc_spectre_libs",
11525 "pet-core",
11526 "pet-fs",
11527 "pet-python-utils",
11528 "pet-virtualenv",
11529]
11530
11531[[package]]
11532name = "pet-mac-xcode"
11533version = "0.1.0"
11534source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11535dependencies = [
11536 "log",
11537 "msvc_spectre_libs",
11538 "pet-core",
11539 "pet-fs",
11540 "pet-python-utils",
11541 "pet-virtualenv",
11542]
11543
11544[[package]]
11545name = "pet-pipenv"
11546version = "0.1.0"
11547source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11548dependencies = [
11549 "log",
11550 "msvc_spectre_libs",
11551 "pet-core",
11552 "pet-fs",
11553 "pet-python-utils",
11554 "pet-virtualenv",
11555]
11556
11557[[package]]
11558name = "pet-pixi"
11559version = "0.1.0"
11560source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11561dependencies = [
11562 "log",
11563 "msvc_spectre_libs",
11564 "pet-conda",
11565 "pet-core",
11566 "pet-python-utils",
11567]
11568
11569[[package]]
11570name = "pet-poetry"
11571version = "0.1.0"
11572source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11573dependencies = [
11574 "base64 0.22.1",
11575 "lazy_static",
11576 "log",
11577 "msvc_spectre_libs",
11578 "pet-core",
11579 "pet-fs",
11580 "pet-python-utils",
11581 "pet-reporter",
11582 "pet-virtualenv",
11583 "regex",
11584 "serde",
11585 "serde_json",
11586 "sha2",
11587 "toml 0.8.23",
11588]
11589
11590[[package]]
11591name = "pet-pyenv"
11592version = "0.1.0"
11593source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11594dependencies = [
11595 "lazy_static",
11596 "log",
11597 "msvc_spectre_libs",
11598 "pet-conda",
11599 "pet-core",
11600 "pet-fs",
11601 "pet-python-utils",
11602 "pet-reporter",
11603 "regex",
11604 "serde",
11605 "serde_json",
11606]
11607
11608[[package]]
11609name = "pet-python-utils"
11610version = "0.1.0"
11611source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11612dependencies = [
11613 "env_logger 0.10.2",
11614 "lazy_static",
11615 "log",
11616 "msvc_spectre_libs",
11617 "pet-core",
11618 "pet-fs",
11619 "regex",
11620 "serde",
11621 "serde_json",
11622 "sha2",
11623]
11624
11625[[package]]
11626name = "pet-reporter"
11627version = "0.1.0"
11628source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11629dependencies = [
11630 "env_logger 0.10.2",
11631 "log",
11632 "msvc_spectre_libs",
11633 "pet-core",
11634 "pet-jsonrpc",
11635 "serde",
11636 "serde_json",
11637]
11638
11639[[package]]
11640name = "pet-telemetry"
11641version = "0.1.0"
11642source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11643dependencies = [
11644 "env_logger 0.10.2",
11645 "lazy_static",
11646 "log",
11647 "msvc_spectre_libs",
11648 "pet-core",
11649 "pet-fs",
11650 "pet-python-utils",
11651 "regex",
11652]
11653
11654[[package]]
11655name = "pet-venv"
11656version = "0.1.0"
11657source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11658dependencies = [
11659 "log",
11660 "msvc_spectre_libs",
11661 "pet-core",
11662 "pet-python-utils",
11663 "pet-virtualenv",
11664]
11665
11666[[package]]
11667name = "pet-virtualenv"
11668version = "0.1.0"
11669source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11670dependencies = [
11671 "log",
11672 "msvc_spectre_libs",
11673 "pet-core",
11674 "pet-fs",
11675 "pet-python-utils",
11676]
11677
11678[[package]]
11679name = "pet-virtualenvwrapper"
11680version = "0.1.0"
11681source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11682dependencies = [
11683 "log",
11684 "msvc_spectre_libs",
11685 "pet-core",
11686 "pet-fs",
11687 "pet-python-utils",
11688 "pet-virtualenv",
11689]
11690
11691[[package]]
11692name = "pet-windows-registry"
11693version = "0.1.0"
11694source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11695dependencies = [
11696 "lazy_static",
11697 "log",
11698 "msvc_spectre_libs",
11699 "pet-conda",
11700 "pet-core",
11701 "pet-fs",
11702 "pet-python-utils",
11703 "pet-virtualenv",
11704 "pet-windows-store",
11705 "regex",
11706 "winreg 0.55.0",
11707]
11708
11709[[package]]
11710name = "pet-windows-store"
11711version = "0.1.0"
11712source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11713dependencies = [
11714 "lazy_static",
11715 "log",
11716 "msvc_spectre_libs",
11717 "pet-core",
11718 "pet-fs",
11719 "pet-python-utils",
11720 "pet-virtualenv",
11721 "regex",
11722 "winreg 0.55.0",
11723]
11724
11725[[package]]
11726name = "petgraph"
11727version = "0.6.5"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11730dependencies = [
11731 "fixedbitset",
11732 "indexmap 2.11.4",
11733]
11734
11735[[package]]
11736name = "pgvector"
11737version = "0.4.1"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
11740dependencies = [
11741 "serde",
11742]
11743
11744[[package]]
11745name = "phf"
11746version = "0.11.3"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11749dependencies = [
11750 "phf_macros 0.11.3",
11751 "phf_shared 0.11.3",
11752]
11753
11754[[package]]
11755name = "phf"
11756version = "0.12.1"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
11759dependencies = [
11760 "phf_macros 0.12.1",
11761 "phf_shared 0.12.1",
11762]
11763
11764[[package]]
11765name = "phf_codegen"
11766version = "0.11.3"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11769dependencies = [
11770 "phf_generator 0.11.3",
11771 "phf_shared 0.11.3",
11772]
11773
11774[[package]]
11775name = "phf_generator"
11776version = "0.11.3"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11779dependencies = [
11780 "phf_shared 0.11.3",
11781 "rand 0.8.5",
11782]
11783
11784[[package]]
11785name = "phf_generator"
11786version = "0.12.1"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
11789dependencies = [
11790 "fastrand 2.3.0",
11791 "phf_shared 0.12.1",
11792]
11793
11794[[package]]
11795name = "phf_macros"
11796version = "0.11.3"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11799dependencies = [
11800 "phf_generator 0.11.3",
11801 "phf_shared 0.11.3",
11802 "proc-macro2",
11803 "quote",
11804 "syn 2.0.106",
11805]
11806
11807[[package]]
11808name = "phf_macros"
11809version = "0.12.1"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
11812dependencies = [
11813 "phf_generator 0.12.1",
11814 "phf_shared 0.12.1",
11815 "proc-macro2",
11816 "quote",
11817 "syn 2.0.106",
11818]
11819
11820[[package]]
11821name = "phf_shared"
11822version = "0.11.3"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11825dependencies = [
11826 "siphasher",
11827]
11828
11829[[package]]
11830name = "phf_shared"
11831version = "0.12.1"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
11834dependencies = [
11835 "siphasher",
11836]
11837
11838[[package]]
11839name = "picker"
11840version = "0.1.0"
11841dependencies = [
11842 "anyhow",
11843 "ctor",
11844 "editor",
11845 "env_logger 0.11.8",
11846 "gpui",
11847 "menu",
11848 "schemars 1.0.4",
11849 "serde",
11850 "serde_json",
11851 "theme",
11852 "ui",
11853 "workspace",
11854]
11855
11856[[package]]
11857name = "pico-args"
11858version = "0.5.0"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11861
11862[[package]]
11863name = "pin-project"
11864version = "1.1.10"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11867dependencies = [
11868 "pin-project-internal",
11869]
11870
11871[[package]]
11872name = "pin-project-internal"
11873version = "1.1.10"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11876dependencies = [
11877 "proc-macro2",
11878 "quote",
11879 "syn 2.0.106",
11880]
11881
11882[[package]]
11883name = "pin-project-lite"
11884version = "0.2.16"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11887
11888[[package]]
11889name = "pin-utils"
11890version = "0.1.0"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11893
11894[[package]]
11895name = "piper"
11896version = "0.2.4"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11899dependencies = [
11900 "atomic-waker",
11901 "fastrand 2.3.0",
11902 "futures-io",
11903]
11904
11905[[package]]
11906name = "pkcs1"
11907version = "0.7.5"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11910dependencies = [
11911 "der 0.7.10",
11912 "pkcs8 0.10.2",
11913 "spki 0.7.3",
11914]
11915
11916[[package]]
11917name = "pkcs8"
11918version = "0.9.0"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11921dependencies = [
11922 "der 0.6.1",
11923 "spki 0.6.0",
11924]
11925
11926[[package]]
11927name = "pkcs8"
11928version = "0.10.2"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11931dependencies = [
11932 "der 0.7.10",
11933 "spki 0.7.3",
11934]
11935
11936[[package]]
11937name = "pkg-config"
11938version = "0.3.32"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11941
11942[[package]]
11943name = "plain"
11944version = "0.2.3"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
11947
11948[[package]]
11949name = "planus"
11950version = "1.1.1"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "3daf8e3d4b712abe1d690838f6e29fb76b76ea19589c4afa39ec30e12f62af71"
11953dependencies = [
11954 "array-init-cursor",
11955 "hashbrown 0.15.5",
11956]
11957
11958[[package]]
11959name = "plist"
11960version = "1.8.0"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
11963dependencies = [
11964 "base64 0.22.1",
11965 "indexmap 2.11.4",
11966 "quick-xml 0.38.3",
11967 "serde",
11968 "time",
11969]
11970
11971[[package]]
11972name = "plotters"
11973version = "0.3.7"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11976dependencies = [
11977 "num-traits",
11978 "plotters-backend",
11979 "plotters-svg",
11980 "wasm-bindgen",
11981 "web-sys",
11982]
11983
11984[[package]]
11985name = "plotters-backend"
11986version = "0.3.7"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11989
11990[[package]]
11991name = "plotters-svg"
11992version = "0.3.7"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11995dependencies = [
11996 "plotters-backend",
11997]
11998
11999[[package]]
12000name = "png"
12001version = "0.17.16"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12004dependencies = [
12005 "bitflags 1.3.2",
12006 "crc32fast",
12007 "fdeflate",
12008 "flate2",
12009 "miniz_oxide",
12010]
12011
12012[[package]]
12013name = "png"
12014version = "0.18.0"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12017dependencies = [
12018 "bitflags 2.9.4",
12019 "crc32fast",
12020 "fdeflate",
12021 "flate2",
12022 "miniz_oxide",
12023]
12024
12025[[package]]
12026name = "polars"
12027version = "0.51.0"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "a5f7feb5d56b954e691dff22a8b2d78d77433dcc93c35fe21c3777fdc121b697"
12030dependencies = [
12031 "getrandom 0.2.16",
12032 "getrandom 0.3.4",
12033 "polars-arrow",
12034 "polars-core",
12035 "polars-error",
12036 "polars-io",
12037 "polars-lazy",
12038 "polars-ops",
12039 "polars-parquet",
12040 "polars-sql",
12041 "polars-time",
12042 "polars-utils",
12043 "version_check",
12044]
12045
12046[[package]]
12047name = "polars-arrow"
12048version = "0.51.0"
12049source = "registry+https://github.com/rust-lang/crates.io-index"
12050checksum = "32b4fed2343961b3eea3db2cee165540c3e1ad9d5782350cc55a9e76cf440148"
12051dependencies = [
12052 "atoi_simd",
12053 "bitflags 2.9.4",
12054 "bytemuck",
12055 "chrono",
12056 "chrono-tz",
12057 "dyn-clone",
12058 "either",
12059 "ethnum",
12060 "getrandom 0.2.16",
12061 "getrandom 0.3.4",
12062 "hashbrown 0.15.5",
12063 "itoa",
12064 "lz4",
12065 "num-traits",
12066 "polars-arrow-format",
12067 "polars-error",
12068 "polars-schema",
12069 "polars-utils",
12070 "serde",
12071 "simdutf8",
12072 "streaming-iterator",
12073 "strum_macros 0.27.2",
12074 "version_check",
12075 "zstd 0.13.3",
12076]
12077
12078[[package]]
12079name = "polars-arrow-format"
12080version = "0.2.1"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "a556ac0ee744e61e167f34c1eb0013ce740e0ee6cd8c158b2ec0b518f10e6675"
12083dependencies = [
12084 "planus",
12085 "serde",
12086]
12087
12088[[package]]
12089name = "polars-compute"
12090version = "0.51.0"
12091source = "registry+https://github.com/rust-lang/crates.io-index"
12092checksum = "138785beda4e4a90a025219f09d0d15a671b2be9091513ede58e05db6ad4413f"
12093dependencies = [
12094 "atoi_simd",
12095 "bytemuck",
12096 "chrono",
12097 "either",
12098 "fast-float2",
12099 "hashbrown 0.15.5",
12100 "itoa",
12101 "num-traits",
12102 "polars-arrow",
12103 "polars-error",
12104 "polars-utils",
12105 "rand 0.9.2",
12106 "ryu",
12107 "serde",
12108 "skiplist",
12109 "strength_reduce",
12110 "strum_macros 0.27.2",
12111 "version_check",
12112]
12113
12114[[package]]
12115name = "polars-core"
12116version = "0.51.0"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "e77b1f08ef6dbb032bb1d0d3365464be950df9905f6827a95b24c4ca5518901d"
12119dependencies = [
12120 "bitflags 2.9.4",
12121 "boxcar",
12122 "bytemuck",
12123 "chrono",
12124 "chrono-tz",
12125 "comfy-table",
12126 "either",
12127 "hashbrown 0.15.5",
12128 "indexmap 2.11.4",
12129 "itoa",
12130 "num-traits",
12131 "polars-arrow",
12132 "polars-compute",
12133 "polars-dtype",
12134 "polars-error",
12135 "polars-row",
12136 "polars-schema",
12137 "polars-utils",
12138 "rand 0.9.2",
12139 "rand_distr",
12140 "rayon",
12141 "regex",
12142 "serde",
12143 "serde_json",
12144 "strum_macros 0.27.2",
12145 "uuid",
12146 "version_check",
12147 "xxhash-rust",
12148]
12149
12150[[package]]
12151name = "polars-dtype"
12152version = "0.51.0"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "89c43d0ea57168be4546c4d8064479ed8b29a9c79c31a0c7c367ee734b9b7158"
12155dependencies = [
12156 "boxcar",
12157 "hashbrown 0.15.5",
12158 "polars-arrow",
12159 "polars-error",
12160 "polars-utils",
12161 "serde",
12162 "uuid",
12163]
12164
12165[[package]]
12166name = "polars-error"
12167version = "0.51.0"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "b9cb5d98f59f8b94673ee391840440ad9f0d2170afced95fc98aa86f895563c0"
12170dependencies = [
12171 "object_store",
12172 "parking_lot",
12173 "polars-arrow-format",
12174 "regex",
12175 "signal-hook",
12176 "simdutf8",
12177]
12178
12179[[package]]
12180name = "polars-expr"
12181version = "0.51.0"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "343931b818cf136349135ba11dbc18c27683b52c3477b1ba8ca606cf5ab1965c"
12184dependencies = [
12185 "bitflags 2.9.4",
12186 "hashbrown 0.15.5",
12187 "num-traits",
12188 "polars-arrow",
12189 "polars-compute",
12190 "polars-core",
12191 "polars-io",
12192 "polars-ops",
12193 "polars-plan",
12194 "polars-row",
12195 "polars-time",
12196 "polars-utils",
12197 "rand 0.9.2",
12198 "rayon",
12199 "recursive",
12200]
12201
12202[[package]]
12203name = "polars-io"
12204version = "0.51.0"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "10388c64b8155122488229a881d1c6f4fdc393bc988e764ab51b182fcb2307e4"
12207dependencies = [
12208 "async-trait",
12209 "atoi_simd",
12210 "blake3",
12211 "bytes 1.10.1",
12212 "chrono",
12213 "fast-float2",
12214 "fs4",
12215 "futures 0.3.31",
12216 "glob",
12217 "hashbrown 0.15.5",
12218 "home",
12219 "itoa",
12220 "memchr",
12221 "memmap2",
12222 "num-traits",
12223 "object_store",
12224 "percent-encoding",
12225 "polars-arrow",
12226 "polars-core",
12227 "polars-error",
12228 "polars-parquet",
12229 "polars-schema",
12230 "polars-time",
12231 "polars-utils",
12232 "rayon",
12233 "regex",
12234 "reqwest 0.12.24",
12235 "ryu",
12236 "serde",
12237 "serde_json",
12238 "simdutf8",
12239 "tokio",
12240 "tokio-util",
12241 "url",
12242]
12243
12244[[package]]
12245name = "polars-lazy"
12246version = "0.51.0"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "0fb6e2c6c2fa4ea0c660df1c06cf56960c81e7c2683877995bae3d4e3d408147"
12249dependencies = [
12250 "bitflags 2.9.4",
12251 "chrono",
12252 "either",
12253 "memchr",
12254 "polars-arrow",
12255 "polars-compute",
12256 "polars-core",
12257 "polars-expr",
12258 "polars-io",
12259 "polars-mem-engine",
12260 "polars-ops",
12261 "polars-plan",
12262 "polars-stream",
12263 "polars-time",
12264 "polars-utils",
12265 "rayon",
12266 "version_check",
12267]
12268
12269[[package]]
12270name = "polars-mem-engine"
12271version = "0.51.0"
12272source = "registry+https://github.com/rust-lang/crates.io-index"
12273checksum = "20a856e98e253587c28d8132a5e7e5a75cb2c44731ca090f1481d45f1d123771"
12274dependencies = [
12275 "futures 0.3.31",
12276 "memmap2",
12277 "polars-arrow",
12278 "polars-core",
12279 "polars-error",
12280 "polars-expr",
12281 "polars-io",
12282 "polars-ops",
12283 "polars-plan",
12284 "polars-time",
12285 "polars-utils",
12286 "rayon",
12287 "recursive",
12288 "tokio",
12289]
12290
12291[[package]]
12292name = "polars-ops"
12293version = "0.51.0"
12294source = "registry+https://github.com/rust-lang/crates.io-index"
12295checksum = "acf6062173fdc9ba05775548beb66e76643a148d9aeadc9984ed712bc4babd76"
12296dependencies = [
12297 "argminmax",
12298 "base64 0.22.1",
12299 "bytemuck",
12300 "chrono",
12301 "chrono-tz",
12302 "either",
12303 "hashbrown 0.15.5",
12304 "hex",
12305 "indexmap 2.11.4",
12306 "libm",
12307 "memchr",
12308 "num-traits",
12309 "polars-arrow",
12310 "polars-compute",
12311 "polars-core",
12312 "polars-error",
12313 "polars-schema",
12314 "polars-utils",
12315 "rayon",
12316 "regex",
12317 "regex-syntax",
12318 "strum_macros 0.27.2",
12319 "unicode-normalization",
12320 "unicode-reverse",
12321 "version_check",
12322]
12323
12324[[package]]
12325name = "polars-parquet"
12326version = "0.51.0"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "cc1d769180dec070df0dc4b89299b364bf2cfe32b218ecc4ddd8f1a49ae60669"
12329dependencies = [
12330 "async-stream",
12331 "base64 0.22.1",
12332 "brotli",
12333 "bytemuck",
12334 "ethnum",
12335 "flate2",
12336 "futures 0.3.31",
12337 "hashbrown 0.15.5",
12338 "lz4",
12339 "num-traits",
12340 "polars-arrow",
12341 "polars-compute",
12342 "polars-error",
12343 "polars-parquet-format",
12344 "polars-utils",
12345 "serde",
12346 "simdutf8",
12347 "snap",
12348 "streaming-decompression",
12349 "zstd 0.13.3",
12350]
12351
12352[[package]]
12353name = "polars-parquet-format"
12354version = "0.1.0"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "c025243dcfe8dbc57e94d9f82eb3bef10b565ab180d5b99bed87fd8aea319ce1"
12357dependencies = [
12358 "async-trait",
12359 "futures 0.3.31",
12360]
12361
12362[[package]]
12363name = "polars-plan"
12364version = "0.51.0"
12365source = "registry+https://github.com/rust-lang/crates.io-index"
12366checksum = "1cd3a2e33ae4484fe407ab2d2ba5684f0889d1ccf3ad6b844103c03638e6d0a0"
12367dependencies = [
12368 "bitflags 2.9.4",
12369 "bytemuck",
12370 "bytes 1.10.1",
12371 "chrono",
12372 "chrono-tz",
12373 "either",
12374 "futures 0.3.31",
12375 "hashbrown 0.15.5",
12376 "memmap2",
12377 "num-traits",
12378 "percent-encoding",
12379 "polars-arrow",
12380 "polars-compute",
12381 "polars-core",
12382 "polars-error",
12383 "polars-io",
12384 "polars-ops",
12385 "polars-parquet",
12386 "polars-time",
12387 "polars-utils",
12388 "rayon",
12389 "recursive",
12390 "regex",
12391 "sha2",
12392 "strum_macros 0.27.2",
12393 "version_check",
12394]
12395
12396[[package]]
12397name = "polars-row"
12398version = "0.51.0"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "18734f17e0e348724df3ae65f3ee744c681117c04b041cac969dfceb05edabc0"
12401dependencies = [
12402 "bitflags 2.9.4",
12403 "bytemuck",
12404 "polars-arrow",
12405 "polars-compute",
12406 "polars-dtype",
12407 "polars-error",
12408 "polars-utils",
12409]
12410
12411[[package]]
12412name = "polars-schema"
12413version = "0.51.0"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "8e6c1ab13e04d5167661a9854ed1ea0482b2ed9b8a0f1118dabed7cd994a85e3"
12416dependencies = [
12417 "indexmap 2.11.4",
12418 "polars-error",
12419 "polars-utils",
12420 "serde",
12421 "version_check",
12422]
12423
12424[[package]]
12425name = "polars-sql"
12426version = "0.51.0"
12427source = "registry+https://github.com/rust-lang/crates.io-index"
12428checksum = "c4e7766da02cc1d464994404d3e88a7a0ccd4933df3627c325480fbd9bbc0a11"
12429dependencies = [
12430 "bitflags 2.9.4",
12431 "hex",
12432 "polars-core",
12433 "polars-error",
12434 "polars-lazy",
12435 "polars-ops",
12436 "polars-plan",
12437 "polars-time",
12438 "polars-utils",
12439 "rand 0.9.2",
12440 "regex",
12441 "serde",
12442 "sqlparser",
12443]
12444
12445[[package]]
12446name = "polars-stream"
12447version = "0.51.0"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "31f6c6ca1ea01f9dea424d167e4f33f5ec44cd67fbfac9efd40575ed20521f14"
12450dependencies = [
12451 "async-channel 2.5.0",
12452 "async-trait",
12453 "atomic-waker",
12454 "bitflags 2.9.4",
12455 "crossbeam-channel",
12456 "crossbeam-deque",
12457 "crossbeam-queue",
12458 "crossbeam-utils",
12459 "futures 0.3.31",
12460 "memmap2",
12461 "parking_lot",
12462 "percent-encoding",
12463 "pin-project-lite",
12464 "polars-arrow",
12465 "polars-core",
12466 "polars-error",
12467 "polars-expr",
12468 "polars-io",
12469 "polars-mem-engine",
12470 "polars-ops",
12471 "polars-parquet",
12472 "polars-plan",
12473 "polars-utils",
12474 "rand 0.9.2",
12475 "rayon",
12476 "recursive",
12477 "slotmap",
12478 "tokio",
12479 "tokio-util",
12480 "version_check",
12481]
12482
12483[[package]]
12484name = "polars-time"
12485version = "0.51.0"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "f6a3a6e279a7a984a0b83715660f9e880590c6129ec2104396bfa710bcd76dee"
12488dependencies = [
12489 "atoi_simd",
12490 "bytemuck",
12491 "chrono",
12492 "chrono-tz",
12493 "now",
12494 "num-traits",
12495 "polars-arrow",
12496 "polars-compute",
12497 "polars-core",
12498 "polars-error",
12499 "polars-ops",
12500 "polars-utils",
12501 "rayon",
12502 "regex",
12503 "strum_macros 0.27.2",
12504]
12505
12506[[package]]
12507name = "polars-utils"
12508version = "0.51.0"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "57b267021b0e5422d7fbc70fd79e51b9f9a8466c585779373a18b0199e973f29"
12511dependencies = [
12512 "bincode 2.0.1",
12513 "bytemuck",
12514 "bytes 1.10.1",
12515 "compact_str",
12516 "either",
12517 "flate2",
12518 "foldhash 0.1.5",
12519 "hashbrown 0.15.5",
12520 "indexmap 2.11.4",
12521 "libc",
12522 "memmap2",
12523 "num-traits",
12524 "polars-error",
12525 "rand 0.9.2",
12526 "raw-cpuid 11.6.0",
12527 "rayon",
12528 "regex",
12529 "rmp-serde",
12530 "serde",
12531 "serde_json",
12532 "serde_stacker",
12533 "slotmap",
12534 "stacker",
12535 "uuid",
12536 "version_check",
12537]
12538
12539[[package]]
12540name = "polling"
12541version = "3.11.0"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12544dependencies = [
12545 "cfg-if",
12546 "concurrent-queue",
12547 "hermit-abi",
12548 "pin-project-lite",
12549 "rustix 1.1.2",
12550 "windows-sys 0.61.2",
12551]
12552
12553[[package]]
12554name = "pollster"
12555version = "0.2.5"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12558
12559[[package]]
12560name = "portable-atomic"
12561version = "1.11.1"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12564
12565[[package]]
12566name = "portable-atomic-util"
12567version = "0.2.4"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12570dependencies = [
12571 "portable-atomic",
12572]
12573
12574[[package]]
12575name = "portable-pty"
12576version = "0.9.0"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12579dependencies = [
12580 "anyhow",
12581 "bitflags 1.3.2",
12582 "downcast-rs",
12583 "filedescriptor",
12584 "lazy_static",
12585 "libc",
12586 "log",
12587 "nix 0.28.0",
12588 "serial2",
12589 "shared_library",
12590 "shell-words",
12591 "winapi",
12592 "winreg 0.10.1",
12593]
12594
12595[[package]]
12596name = "postage"
12597version = "0.5.0"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12600dependencies = [
12601 "atomic",
12602 "crossbeam-queue",
12603 "futures 0.3.31",
12604 "log",
12605 "parking_lot",
12606 "pin-project",
12607 "pollster",
12608 "static_assertions",
12609 "thiserror 1.0.69",
12610]
12611
12612[[package]]
12613name = "postcard"
12614version = "1.1.3"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12617dependencies = [
12618 "cobs",
12619 "embedded-io 0.4.0",
12620 "embedded-io 0.6.1",
12621 "serde",
12622]
12623
12624[[package]]
12625name = "potential_utf"
12626version = "0.1.3"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12629dependencies = [
12630 "zerovec",
12631]
12632
12633[[package]]
12634name = "powerfmt"
12635version = "0.2.0"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12638
12639[[package]]
12640name = "ppv-lite86"
12641version = "0.2.21"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12644dependencies = [
12645 "zerocopy",
12646]
12647
12648[[package]]
12649name = "precomputed-hash"
12650version = "0.1.1"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12653
12654[[package]]
12655name = "prettier"
12656version = "0.1.0"
12657dependencies = [
12658 "anyhow",
12659 "collections",
12660 "fs",
12661 "gpui",
12662 "language",
12663 "log",
12664 "lsp",
12665 "node_runtime",
12666 "parking_lot",
12667 "paths",
12668 "serde",
12669 "serde_json",
12670 "util",
12671]
12672
12673[[package]]
12674name = "pretty_assertions"
12675version = "1.4.1"
12676source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12678dependencies = [
12679 "diff",
12680 "yansi",
12681]
12682
12683[[package]]
12684name = "prettyplease"
12685version = "0.2.37"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
12688dependencies = [
12689 "proc-macro2",
12690 "syn 2.0.106",
12691]
12692
12693[[package]]
12694name = "primal-check"
12695version = "0.3.4"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12698dependencies = [
12699 "num-integer",
12700]
12701
12702[[package]]
12703name = "proc-macro-crate"
12704version = "3.4.0"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
12707dependencies = [
12708 "toml_edit 0.23.7",
12709]
12710
12711[[package]]
12712name = "proc-macro-error-attr2"
12713version = "2.0.0"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
12716dependencies = [
12717 "proc-macro2",
12718 "quote",
12719]
12720
12721[[package]]
12722name = "proc-macro-error2"
12723version = "2.0.1"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
12726dependencies = [
12727 "proc-macro-error-attr2",
12728 "proc-macro2",
12729 "quote",
12730 "syn 2.0.106",
12731]
12732
12733[[package]]
12734name = "proc-macro2"
12735version = "1.0.101"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
12738dependencies = [
12739 "unicode-ident",
12740]
12741
12742[[package]]
12743name = "proc-macro2-diagnostics"
12744version = "0.10.1"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
12747dependencies = [
12748 "proc-macro2",
12749 "quote",
12750 "syn 2.0.106",
12751 "version_check",
12752 "yansi",
12753]
12754
12755[[package]]
12756name = "procfs-core"
12757version = "0.16.0"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
12760dependencies = [
12761 "bitflags 2.9.4",
12762 "hex",
12763]
12764
12765[[package]]
12766name = "profiling"
12767version = "1.0.17"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
12770dependencies = [
12771 "profiling-procmacros",
12772]
12773
12774[[package]]
12775name = "profiling-procmacros"
12776version = "1.0.17"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
12779dependencies = [
12780 "quote",
12781 "syn 2.0.106",
12782]
12783
12784[[package]]
12785name = "project"
12786version = "0.1.0"
12787dependencies = [
12788 "aho-corasick",
12789 "anyhow",
12790 "askpass",
12791 "async-trait",
12792 "base64 0.22.1",
12793 "buffer_diff",
12794 "circular-buffer",
12795 "client",
12796 "clock",
12797 "collections",
12798 "context_server",
12799 "dap",
12800 "dap_adapters",
12801 "extension",
12802 "fancy-regex 0.14.0",
12803 "fs",
12804 "futures 0.3.31",
12805 "fuzzy",
12806 "git",
12807 "git2",
12808 "git_hosting_providers",
12809 "globset",
12810 "gpui",
12811 "http_client",
12812 "image",
12813 "indexmap 2.11.4",
12814 "itertools 0.14.0",
12815 "language",
12816 "log",
12817 "lsp",
12818 "markdown",
12819 "node_runtime",
12820 "parking_lot",
12821 "paths",
12822 "postage",
12823 "prettier",
12824 "pretty_assertions",
12825 "rand 0.9.2",
12826 "regex",
12827 "release_channel",
12828 "remote",
12829 "rpc",
12830 "schemars 1.0.4",
12831 "semver",
12832 "serde",
12833 "serde_json",
12834 "settings",
12835 "sha2",
12836 "shellexpand 2.1.2",
12837 "shlex",
12838 "smallvec",
12839 "smol",
12840 "snippet",
12841 "snippet_provider",
12842 "sum_tree",
12843 "task",
12844 "tempfile",
12845 "terminal",
12846 "text",
12847 "toml 0.8.23",
12848 "unindent",
12849 "url",
12850 "util",
12851 "watch",
12852 "which 6.0.3",
12853 "worktree",
12854 "zeroize",
12855 "zlog",
12856]
12857
12858[[package]]
12859name = "project_panel"
12860version = "0.1.0"
12861dependencies = [
12862 "anyhow",
12863 "client",
12864 "collections",
12865 "command_palette_hooks",
12866 "criterion",
12867 "db",
12868 "editor",
12869 "file_icons",
12870 "git",
12871 "git_ui",
12872 "gpui",
12873 "language",
12874 "menu",
12875 "pretty_assertions",
12876 "project",
12877 "rayon",
12878 "schemars 1.0.4",
12879 "search",
12880 "serde",
12881 "serde_json",
12882 "settings",
12883 "smallvec",
12884 "telemetry",
12885 "theme",
12886 "ui",
12887 "util",
12888 "workspace",
12889 "worktree",
12890 "zed_actions",
12891]
12892
12893[[package]]
12894name = "project_symbols"
12895version = "0.1.0"
12896dependencies = [
12897 "anyhow",
12898 "editor",
12899 "futures 0.3.31",
12900 "fuzzy",
12901 "gpui",
12902 "language",
12903 "lsp",
12904 "ordered-float 2.10.1",
12905 "picker",
12906 "project",
12907 "release_channel",
12908 "serde_json",
12909 "settings",
12910 "theme",
12911 "util",
12912 "workspace",
12913]
12914
12915[[package]]
12916name = "prometheus"
12917version = "0.14.0"
12918source = "registry+https://github.com/rust-lang/crates.io-index"
12919checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12920dependencies = [
12921 "cfg-if",
12922 "fnv",
12923 "lazy_static",
12924 "memchr",
12925 "parking_lot",
12926 "protobuf",
12927 "thiserror 2.0.17",
12928]
12929
12930[[package]]
12931name = "prompt_store"
12932version = "0.1.0"
12933dependencies = [
12934 "anyhow",
12935 "assets",
12936 "chrono",
12937 "collections",
12938 "fs",
12939 "futures 0.3.31",
12940 "fuzzy",
12941 "gpui",
12942 "handlebars 4.5.0",
12943 "heed",
12944 "language",
12945 "log",
12946 "parking_lot",
12947 "paths",
12948 "rope",
12949 "serde",
12950 "serde_json",
12951 "text",
12952 "util",
12953 "uuid",
12954]
12955
12956[[package]]
12957name = "prost"
12958version = "0.9.0"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12961dependencies = [
12962 "bytes 1.10.1",
12963 "prost-derive 0.9.0",
12964]
12965
12966[[package]]
12967name = "prost"
12968version = "0.12.6"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12971dependencies = [
12972 "bytes 1.10.1",
12973 "prost-derive 0.12.6",
12974]
12975
12976[[package]]
12977name = "prost-build"
12978version = "0.9.0"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12981dependencies = [
12982 "bytes 1.10.1",
12983 "heck 0.3.3",
12984 "itertools 0.10.5",
12985 "lazy_static",
12986 "log",
12987 "multimap 0.8.3",
12988 "petgraph",
12989 "prost 0.9.0",
12990 "prost-types 0.9.0",
12991 "regex",
12992 "tempfile",
12993 "which 4.4.2",
12994]
12995
12996[[package]]
12997name = "prost-build"
12998version = "0.12.6"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13001dependencies = [
13002 "bytes 1.10.1",
13003 "heck 0.5.0",
13004 "itertools 0.12.1",
13005 "log",
13006 "multimap 0.10.1",
13007 "once_cell",
13008 "petgraph",
13009 "prettyplease",
13010 "prost 0.12.6",
13011 "prost-types 0.12.6",
13012 "regex",
13013 "syn 2.0.106",
13014 "tempfile",
13015]
13016
13017[[package]]
13018name = "prost-derive"
13019version = "0.9.0"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13022dependencies = [
13023 "anyhow",
13024 "itertools 0.10.5",
13025 "proc-macro2",
13026 "quote",
13027 "syn 1.0.109",
13028]
13029
13030[[package]]
13031name = "prost-derive"
13032version = "0.12.6"
13033source = "registry+https://github.com/rust-lang/crates.io-index"
13034checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13035dependencies = [
13036 "anyhow",
13037 "itertools 0.12.1",
13038 "proc-macro2",
13039 "quote",
13040 "syn 2.0.106",
13041]
13042
13043[[package]]
13044name = "prost-types"
13045version = "0.9.0"
13046source = "registry+https://github.com/rust-lang/crates.io-index"
13047checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13048dependencies = [
13049 "bytes 1.10.1",
13050 "prost 0.9.0",
13051]
13052
13053[[package]]
13054name = "prost-types"
13055version = "0.12.6"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13058dependencies = [
13059 "prost 0.12.6",
13060]
13061
13062[[package]]
13063name = "proto"
13064version = "0.1.0"
13065dependencies = [
13066 "anyhow",
13067 "collections",
13068 "prost 0.9.0",
13069 "prost-build 0.9.0",
13070 "serde",
13071 "typed-path",
13072]
13073
13074[[package]]
13075name = "protobuf"
13076version = "3.7.2"
13077source = "registry+https://github.com/rust-lang/crates.io-index"
13078checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13079dependencies = [
13080 "once_cell",
13081 "protobuf-support",
13082 "thiserror 1.0.69",
13083]
13084
13085[[package]]
13086name = "protobuf-support"
13087version = "3.7.2"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13090dependencies = [
13091 "thiserror 1.0.69",
13092]
13093
13094[[package]]
13095name = "psm"
13096version = "0.1.27"
13097source = "registry+https://github.com/rust-lang/crates.io-index"
13098checksum = "e66fcd288453b748497d8fb18bccc83a16b0518e3906d4b8df0a8d42d93dbb1c"
13099dependencies = [
13100 "cc",
13101]
13102
13103[[package]]
13104name = "ptr_meta"
13105version = "0.1.4"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13108dependencies = [
13109 "ptr_meta_derive",
13110]
13111
13112[[package]]
13113name = "ptr_meta_derive"
13114version = "0.1.4"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13117dependencies = [
13118 "proc-macro2",
13119 "quote",
13120 "syn 1.0.109",
13121]
13122
13123[[package]]
13124name = "pulldown-cmark"
13125version = "0.10.3"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13128dependencies = [
13129 "bitflags 2.9.4",
13130 "memchr",
13131 "pulldown-cmark-escape",
13132 "unicase",
13133]
13134
13135[[package]]
13136name = "pulldown-cmark"
13137version = "0.12.2"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
13140dependencies = [
13141 "bitflags 2.9.4",
13142 "memchr",
13143 "unicase",
13144]
13145
13146[[package]]
13147name = "pulldown-cmark-escape"
13148version = "0.10.1"
13149source = "registry+https://github.com/rust-lang/crates.io-index"
13150checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13151
13152[[package]]
13153name = "pulley-interpreter"
13154version = "29.0.1"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
13157dependencies = [
13158 "cranelift-bitset",
13159 "log",
13160 "sptr",
13161 "wasmtime-math",
13162]
13163
13164[[package]]
13165name = "pulp"
13166version = "0.18.22"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13169dependencies = [
13170 "bytemuck",
13171 "libm",
13172 "num-complex",
13173 "reborrow",
13174]
13175
13176[[package]]
13177name = "pulp"
13178version = "0.21.5"
13179source = "registry+https://github.com/rust-lang/crates.io-index"
13180checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13181dependencies = [
13182 "bytemuck",
13183 "cfg-if",
13184 "libm",
13185 "num-complex",
13186 "reborrow",
13187 "version_check",
13188]
13189
13190[[package]]
13191name = "pxfm"
13192version = "0.1.25"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13195dependencies = [
13196 "num-traits",
13197]
13198
13199[[package]]
13200name = "qoi"
13201version = "0.4.1"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13204dependencies = [
13205 "bytemuck",
13206]
13207
13208[[package]]
13209name = "quick-error"
13210version = "2.0.1"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13213
13214[[package]]
13215name = "quick-xml"
13216version = "0.30.0"
13217source = "registry+https://github.com/rust-lang/crates.io-index"
13218checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13219dependencies = [
13220 "memchr",
13221]
13222
13223[[package]]
13224name = "quick-xml"
13225version = "0.37.5"
13226source = "registry+https://github.com/rust-lang/crates.io-index"
13227checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13228dependencies = [
13229 "memchr",
13230]
13231
13232[[package]]
13233name = "quick-xml"
13234version = "0.38.3"
13235source = "registry+https://github.com/rust-lang/crates.io-index"
13236checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13237dependencies = [
13238 "memchr",
13239 "serde",
13240]
13241
13242[[package]]
13243name = "quinn"
13244version = "0.11.9"
13245source = "registry+https://github.com/rust-lang/crates.io-index"
13246checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13247dependencies = [
13248 "bytes 1.10.1",
13249 "cfg_aliases 0.2.1",
13250 "pin-project-lite",
13251 "quinn-proto",
13252 "quinn-udp",
13253 "rustc-hash 2.1.1",
13254 "rustls 0.23.33",
13255 "socket2 0.6.1",
13256 "thiserror 2.0.17",
13257 "tokio",
13258 "tracing",
13259 "web-time",
13260]
13261
13262[[package]]
13263name = "quinn-proto"
13264version = "0.11.13"
13265source = "registry+https://github.com/rust-lang/crates.io-index"
13266checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13267dependencies = [
13268 "bytes 1.10.1",
13269 "getrandom 0.3.4",
13270 "lru-slab",
13271 "rand 0.9.2",
13272 "ring",
13273 "rustc-hash 2.1.1",
13274 "rustls 0.23.33",
13275 "rustls-pki-types",
13276 "slab",
13277 "thiserror 2.0.17",
13278 "tinyvec",
13279 "tracing",
13280 "web-time",
13281]
13282
13283[[package]]
13284name = "quinn-udp"
13285version = "0.5.14"
13286source = "registry+https://github.com/rust-lang/crates.io-index"
13287checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13288dependencies = [
13289 "cfg_aliases 0.2.1",
13290 "libc",
13291 "once_cell",
13292 "socket2 0.6.1",
13293 "tracing",
13294 "windows-sys 0.59.0",
13295]
13296
13297[[package]]
13298name = "quote"
13299version = "1.0.41"
13300source = "registry+https://github.com/rust-lang/crates.io-index"
13301checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13302dependencies = [
13303 "proc-macro2",
13304]
13305
13306[[package]]
13307name = "r-efi"
13308version = "5.3.0"
13309source = "registry+https://github.com/rust-lang/crates.io-index"
13310checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13311
13312[[package]]
13313name = "radium"
13314version = "0.7.0"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13317
13318[[package]]
13319name = "rand"
13320version = "0.8.5"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13323dependencies = [
13324 "libc",
13325 "rand_chacha 0.3.1",
13326 "rand_core 0.6.4",
13327]
13328
13329[[package]]
13330name = "rand"
13331version = "0.9.2"
13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13334dependencies = [
13335 "rand_chacha 0.9.0",
13336 "rand_core 0.9.3",
13337]
13338
13339[[package]]
13340name = "rand_chacha"
13341version = "0.3.1"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13344dependencies = [
13345 "ppv-lite86",
13346 "rand_core 0.6.4",
13347]
13348
13349[[package]]
13350name = "rand_chacha"
13351version = "0.9.0"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13354dependencies = [
13355 "ppv-lite86",
13356 "rand_core 0.9.3",
13357]
13358
13359[[package]]
13360name = "rand_core"
13361version = "0.6.4"
13362source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13364dependencies = [
13365 "getrandom 0.2.16",
13366]
13367
13368[[package]]
13369name = "rand_core"
13370version = "0.9.3"
13371source = "registry+https://github.com/rust-lang/crates.io-index"
13372checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13373dependencies = [
13374 "getrandom 0.3.4",
13375]
13376
13377[[package]]
13378name = "rand_distr"
13379version = "0.5.1"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13382dependencies = [
13383 "num-traits",
13384 "rand 0.9.2",
13385]
13386
13387[[package]]
13388name = "range-map"
13389version = "0.2.0"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13392dependencies = [
13393 "num-traits",
13394]
13395
13396[[package]]
13397name = "rangemap"
13398version = "1.6.0"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "f93e7e49bb0bf967717f7bd674458b3d6b0c5f48ec7e3038166026a69fc22223"
13401
13402[[package]]
13403name = "rav1e"
13404version = "0.7.1"
13405source = "registry+https://github.com/rust-lang/crates.io-index"
13406checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13407dependencies = [
13408 "arbitrary",
13409 "arg_enum_proc_macro",
13410 "arrayvec",
13411 "av1-grain",
13412 "bitstream-io",
13413 "built",
13414 "cfg-if",
13415 "interpolate_name",
13416 "itertools 0.12.1",
13417 "libc",
13418 "libfuzzer-sys",
13419 "log",
13420 "maybe-rayon",
13421 "new_debug_unreachable",
13422 "noop_proc_macro",
13423 "num-derive",
13424 "num-traits",
13425 "once_cell",
13426 "paste",
13427 "profiling",
13428 "rand 0.8.5",
13429 "rand_chacha 0.3.1",
13430 "simd_helpers",
13431 "system-deps",
13432 "thiserror 1.0.69",
13433 "v_frame",
13434 "wasm-bindgen",
13435]
13436
13437[[package]]
13438name = "ravif"
13439version = "0.11.20"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13442dependencies = [
13443 "avif-serialize",
13444 "imgref",
13445 "loop9",
13446 "quick-error",
13447 "rav1e",
13448 "rayon",
13449 "rgb",
13450]
13451
13452[[package]]
13453name = "raw-cpuid"
13454version = "10.7.0"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13457dependencies = [
13458 "bitflags 1.3.2",
13459]
13460
13461[[package]]
13462name = "raw-cpuid"
13463version = "11.6.0"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13466dependencies = [
13467 "bitflags 2.9.4",
13468]
13469
13470[[package]]
13471name = "raw-window-handle"
13472version = "0.6.2"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13475
13476[[package]]
13477name = "raw-window-metal"
13478version = "0.4.0"
13479source = "registry+https://github.com/rust-lang/crates.io-index"
13480checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
13481dependencies = [
13482 "cocoa 0.25.0",
13483 "core-graphics 0.23.2",
13484 "objc",
13485 "raw-window-handle",
13486]
13487
13488[[package]]
13489name = "rayon"
13490version = "1.11.0"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13493dependencies = [
13494 "either",
13495 "rayon-core",
13496]
13497
13498[[package]]
13499name = "rayon-core"
13500version = "1.13.0"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13503dependencies = [
13504 "crossbeam-deque",
13505 "crossbeam-utils",
13506]
13507
13508[[package]]
13509name = "read-fonts"
13510version = "0.35.0"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
13513dependencies = [
13514 "bytemuck",
13515 "font-types",
13516]
13517
13518[[package]]
13519name = "realfft"
13520version = "3.5.0"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
13523dependencies = [
13524 "rustfft",
13525]
13526
13527[[package]]
13528name = "reborrow"
13529version = "0.5.5"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
13532
13533[[package]]
13534name = "recent_projects"
13535version = "0.1.0"
13536dependencies = [
13537 "anyhow",
13538 "askpass",
13539 "auto_update",
13540 "dap",
13541 "editor",
13542 "extension_host",
13543 "file_finder",
13544 "futures 0.3.31",
13545 "fuzzy",
13546 "gpui",
13547 "indoc",
13548 "language",
13549 "log",
13550 "markdown",
13551 "menu",
13552 "ordered-float 2.10.1",
13553 "paths",
13554 "picker",
13555 "project",
13556 "release_channel",
13557 "remote",
13558 "serde",
13559 "serde_json",
13560 "settings",
13561 "smol",
13562 "task",
13563 "telemetry",
13564 "theme",
13565 "ui",
13566 "util",
13567 "windows-registry 0.6.1",
13568 "workspace",
13569 "zed_actions",
13570]
13571
13572[[package]]
13573name = "recursive"
13574version = "0.1.1"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
13577dependencies = [
13578 "recursive-proc-macro-impl",
13579 "stacker",
13580]
13581
13582[[package]]
13583name = "recursive-proc-macro-impl"
13584version = "0.1.1"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
13587dependencies = [
13588 "quote",
13589 "syn 2.0.106",
13590]
13591
13592[[package]]
13593name = "redox_syscall"
13594version = "0.2.16"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
13597dependencies = [
13598 "bitflags 1.3.2",
13599]
13600
13601[[package]]
13602name = "redox_syscall"
13603version = "0.5.18"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
13606dependencies = [
13607 "bitflags 2.9.4",
13608]
13609
13610[[package]]
13611name = "redox_users"
13612version = "0.4.6"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
13615dependencies = [
13616 "getrandom 0.2.16",
13617 "libredox",
13618 "thiserror 1.0.69",
13619]
13620
13621[[package]]
13622name = "redox_users"
13623version = "0.5.2"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
13626dependencies = [
13627 "getrandom 0.2.16",
13628 "libredox",
13629 "thiserror 2.0.17",
13630]
13631
13632[[package]]
13633name = "ref-cast"
13634version = "1.0.25"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
13637dependencies = [
13638 "ref-cast-impl",
13639]
13640
13641[[package]]
13642name = "ref-cast-impl"
13643version = "1.0.25"
13644source = "registry+https://github.com/rust-lang/crates.io-index"
13645checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
13646dependencies = [
13647 "proc-macro2",
13648 "quote",
13649 "syn 2.0.106",
13650]
13651
13652[[package]]
13653name = "referencing"
13654version = "0.30.0"
13655source = "registry+https://github.com/rust-lang/crates.io-index"
13656checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
13657dependencies = [
13658 "ahash 0.8.12",
13659 "fluent-uri",
13660 "once_cell",
13661 "parking_lot",
13662 "percent-encoding",
13663 "serde_json",
13664]
13665
13666[[package]]
13667name = "refineable"
13668version = "0.1.0"
13669dependencies = [
13670 "derive_refineable",
13671]
13672
13673[[package]]
13674name = "regalloc2"
13675version = "0.11.2"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
13678dependencies = [
13679 "allocator-api2",
13680 "bumpalo",
13681 "hashbrown 0.15.5",
13682 "log",
13683 "rustc-hash 2.1.1",
13684 "serde",
13685 "smallvec",
13686]
13687
13688[[package]]
13689name = "regex"
13690version = "1.12.2"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
13693dependencies = [
13694 "aho-corasick",
13695 "memchr",
13696 "regex-automata",
13697 "regex-syntax",
13698]
13699
13700[[package]]
13701name = "regex-automata"
13702version = "0.4.13"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
13705dependencies = [
13706 "aho-corasick",
13707 "memchr",
13708 "regex-syntax",
13709]
13710
13711[[package]]
13712name = "regex-lite"
13713version = "0.1.8"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
13716
13717[[package]]
13718name = "regex-syntax"
13719version = "0.8.8"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
13722
13723[[package]]
13724name = "release_channel"
13725version = "0.1.0"
13726dependencies = [
13727 "gpui",
13728]
13729
13730[[package]]
13731name = "remote"
13732version = "0.1.0"
13733dependencies = [
13734 "anyhow",
13735 "askpass",
13736 "async-trait",
13737 "collections",
13738 "fs",
13739 "futures 0.3.31",
13740 "gpui",
13741 "log",
13742 "parking_lot",
13743 "paths",
13744 "prost 0.9.0",
13745 "release_channel",
13746 "rpc",
13747 "serde",
13748 "serde_json",
13749 "settings",
13750 "shlex",
13751 "smol",
13752 "tempfile",
13753 "thiserror 2.0.17",
13754 "urlencoding",
13755 "util",
13756 "which 6.0.3",
13757]
13758
13759[[package]]
13760name = "remote_server"
13761version = "0.1.0"
13762dependencies = [
13763 "action_log",
13764 "agent",
13765 "anyhow",
13766 "askpass",
13767 "cargo_toml",
13768 "clap",
13769 "client",
13770 "clock",
13771 "collections",
13772 "crash-handler",
13773 "crashes",
13774 "dap",
13775 "dap_adapters",
13776 "debug_adapter_extension",
13777 "editor",
13778 "env_logger 0.11.8",
13779 "extension",
13780 "extension_host",
13781 "fork",
13782 "fs",
13783 "futures 0.3.31",
13784 "git",
13785 "git2",
13786 "git_hosting_providers",
13787 "gpui",
13788 "gpui_tokio",
13789 "http_client",
13790 "json_schema_store",
13791 "language",
13792 "language_extension",
13793 "language_model",
13794 "languages",
13795 "libc",
13796 "log",
13797 "lsp",
13798 "minidumper",
13799 "node_runtime",
13800 "paths",
13801 "pretty_assertions",
13802 "project",
13803 "proto",
13804 "release_channel",
13805 "remote",
13806 "reqwest_client",
13807 "rpc",
13808 "rust-embed",
13809 "serde",
13810 "serde_json",
13811 "settings",
13812 "shellexpand 2.1.2",
13813 "smol",
13814 "sysinfo 0.37.2",
13815 "task",
13816 "thiserror 2.0.17",
13817 "toml 0.8.23",
13818 "unindent",
13819 "util",
13820 "watch",
13821 "workspace",
13822 "worktree",
13823 "zlog",
13824]
13825
13826[[package]]
13827name = "rend"
13828version = "0.4.2"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13831dependencies = [
13832 "bytecheck",
13833]
13834
13835[[package]]
13836name = "repl"
13837version = "0.1.0"
13838dependencies = [
13839 "alacritty_terminal",
13840 "anyhow",
13841 "async-dispatcher",
13842 "async-tungstenite",
13843 "base64 0.22.1",
13844 "client",
13845 "collections",
13846 "command_palette_hooks",
13847 "editor",
13848 "env_logger 0.11.8",
13849 "feature_flags",
13850 "file_icons",
13851 "futures 0.3.31",
13852 "gpui",
13853 "http_client",
13854 "image",
13855 "indoc",
13856 "jupyter-protocol",
13857 "jupyter-websocket-client",
13858 "language",
13859 "languages",
13860 "log",
13861 "markdown_preview",
13862 "menu",
13863 "multi_buffer",
13864 "nbformat",
13865 "picker",
13866 "project",
13867 "runtimelib",
13868 "serde",
13869 "serde_json",
13870 "settings",
13871 "smol",
13872 "telemetry",
13873 "terminal",
13874 "terminal_view",
13875 "theme",
13876 "tree-sitter-md",
13877 "tree-sitter-python",
13878 "tree-sitter-typescript",
13879 "ui",
13880 "util",
13881 "uuid",
13882 "workspace",
13883]
13884
13885[[package]]
13886name = "reqwest"
13887version = "0.11.27"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13890dependencies = [
13891 "base64 0.21.7",
13892 "bytes 1.10.1",
13893 "encoding_rs",
13894 "futures-core",
13895 "futures-util",
13896 "h2 0.3.27",
13897 "http 0.2.12",
13898 "http-body 0.4.6",
13899 "hyper 0.14.32",
13900 "hyper-rustls 0.24.2",
13901 "hyper-tls",
13902 "ipnet",
13903 "js-sys",
13904 "log",
13905 "mime",
13906 "native-tls",
13907 "once_cell",
13908 "percent-encoding",
13909 "pin-project-lite",
13910 "rustls 0.21.12",
13911 "rustls-native-certs 0.6.3",
13912 "rustls-pemfile 1.0.4",
13913 "serde",
13914 "serde_json",
13915 "serde_urlencoded",
13916 "sync_wrapper 0.1.2",
13917 "system-configuration 0.5.1",
13918 "tokio",
13919 "tokio-native-tls",
13920 "tokio-rustls 0.24.1",
13921 "tower-service",
13922 "url",
13923 "wasm-bindgen",
13924 "wasm-bindgen-futures",
13925 "web-sys",
13926 "winreg 0.50.0",
13927]
13928
13929[[package]]
13930name = "reqwest"
13931version = "0.12.24"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
13934dependencies = [
13935 "base64 0.22.1",
13936 "bytes 1.10.1",
13937 "futures-channel",
13938 "futures-core",
13939 "futures-util",
13940 "h2 0.4.12",
13941 "http 1.3.1",
13942 "http-body 1.0.1",
13943 "http-body-util",
13944 "hyper 1.7.0",
13945 "hyper-rustls 0.27.7",
13946 "hyper-util",
13947 "js-sys",
13948 "log",
13949 "percent-encoding",
13950 "pin-project-lite",
13951 "quinn",
13952 "rustls 0.23.33",
13953 "rustls-native-certs 0.8.2",
13954 "rustls-pki-types",
13955 "serde",
13956 "serde_json",
13957 "serde_urlencoded",
13958 "sync_wrapper 1.0.2",
13959 "tokio",
13960 "tokio-rustls 0.26.2",
13961 "tokio-util",
13962 "tower 0.5.2",
13963 "tower-http 0.6.6",
13964 "tower-service",
13965 "url",
13966 "wasm-bindgen",
13967 "wasm-bindgen-futures",
13968 "wasm-streams",
13969 "web-sys",
13970]
13971
13972[[package]]
13973name = "reqwest_client"
13974version = "0.1.0"
13975dependencies = [
13976 "anyhow",
13977 "bytes 1.10.1",
13978 "futures 0.3.31",
13979 "gpui",
13980 "http_client",
13981 "http_client_tls",
13982 "log",
13983 "regex",
13984 "serde",
13985 "tokio",
13986 "zed-reqwest",
13987]
13988
13989[[package]]
13990name = "resvg"
13991version = "0.45.1"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13994dependencies = [
13995 "log",
13996 "pico-args",
13997 "rgb",
13998 "svgtypes",
13999 "tiny-skia",
14000 "usvg",
14001]
14002
14003[[package]]
14004name = "rfc6979"
14005version = "0.3.1"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14008dependencies = [
14009 "crypto-bigint 0.4.9",
14010 "hmac",
14011 "zeroize",
14012]
14013
14014[[package]]
14015name = "rgb"
14016version = "0.8.52"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14019dependencies = [
14020 "bytemuck",
14021]
14022
14023[[package]]
14024name = "rich_text"
14025version = "0.1.0"
14026dependencies = [
14027 "futures 0.3.31",
14028 "gpui",
14029 "language",
14030 "linkify",
14031 "pulldown-cmark 0.12.2",
14032 "theme",
14033 "ui",
14034 "util",
14035]
14036
14037[[package]]
14038name = "ring"
14039version = "0.17.14"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14042dependencies = [
14043 "cc",
14044 "cfg-if",
14045 "getrandom 0.2.16",
14046 "libc",
14047 "untrusted",
14048 "windows-sys 0.52.0",
14049]
14050
14051[[package]]
14052name = "rkyv"
14053version = "0.7.45"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14056dependencies = [
14057 "bitvec",
14058 "bytecheck",
14059 "bytes 1.10.1",
14060 "hashbrown 0.12.3",
14061 "ptr_meta",
14062 "rend",
14063 "rkyv_derive",
14064 "seahash",
14065 "tinyvec",
14066 "uuid",
14067]
14068
14069[[package]]
14070name = "rkyv_derive"
14071version = "0.7.45"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14074dependencies = [
14075 "proc-macro2",
14076 "quote",
14077 "syn 1.0.109",
14078]
14079
14080[[package]]
14081name = "rmp"
14082version = "0.8.14"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14085dependencies = [
14086 "byteorder",
14087 "num-traits",
14088 "paste",
14089]
14090
14091[[package]]
14092name = "rmp-serde"
14093version = "1.3.0"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
14096dependencies = [
14097 "byteorder",
14098 "rmp",
14099 "serde",
14100]
14101
14102[[package]]
14103name = "rmpv"
14104version = "1.3.0"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14107dependencies = [
14108 "num-traits",
14109 "rmp",
14110]
14111
14112[[package]]
14113name = "rodio"
14114version = "0.21.1"
14115source = "git+https://github.com/RustAudio/rodio?rev=e2074c6c2acf07b57cf717e076bdda7a9ac6e70b#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b"
14116dependencies = [
14117 "cpal",
14118 "dasp_sample",
14119 "hound",
14120 "num-rational",
14121 "rtrb",
14122 "symphonia",
14123 "thiserror 2.0.17",
14124]
14125
14126[[package]]
14127name = "rope"
14128version = "0.1.0"
14129dependencies = [
14130 "arrayvec",
14131 "criterion",
14132 "ctor",
14133 "gpui",
14134 "log",
14135 "rand 0.9.2",
14136 "rayon",
14137 "smallvec",
14138 "sum_tree",
14139 "unicode-segmentation",
14140 "util",
14141 "zlog",
14142]
14143
14144[[package]]
14145name = "roxmltree"
14146version = "0.20.0"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14149
14150[[package]]
14151name = "rpc"
14152version = "0.1.0"
14153dependencies = [
14154 "anyhow",
14155 "async-tungstenite",
14156 "base64 0.22.1",
14157 "chrono",
14158 "collections",
14159 "futures 0.3.31",
14160 "gpui",
14161 "parking_lot",
14162 "proto",
14163 "rand 0.9.2",
14164 "rsa",
14165 "serde",
14166 "serde_json",
14167 "sha2",
14168 "strum 0.27.2",
14169 "tracing",
14170 "util",
14171 "zlog",
14172 "zstd 0.11.2+zstd.1.5.2",
14173]
14174
14175[[package]]
14176name = "rsa"
14177version = "0.9.8"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
14180dependencies = [
14181 "const-oid",
14182 "digest",
14183 "num-bigint-dig",
14184 "num-integer",
14185 "num-traits",
14186 "pkcs1",
14187 "pkcs8 0.10.2",
14188 "rand_core 0.6.4",
14189 "signature 2.2.0",
14190 "spki 0.7.3",
14191 "subtle",
14192 "zeroize",
14193]
14194
14195[[package]]
14196name = "rtrb"
14197version = "0.3.2"
14198source = "registry+https://github.com/rust-lang/crates.io-index"
14199checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14200
14201[[package]]
14202name = "rules_library"
14203version = "0.1.0"
14204dependencies = [
14205 "anyhow",
14206 "collections",
14207 "editor",
14208 "gpui",
14209 "language",
14210 "language_model",
14211 "log",
14212 "menu",
14213 "picker",
14214 "prompt_store",
14215 "release_channel",
14216 "rope",
14217 "serde",
14218 "settings",
14219 "theme",
14220 "title_bar",
14221 "ui",
14222 "util",
14223 "workspace",
14224 "zed_actions",
14225]
14226
14227[[package]]
14228name = "runtimelib"
14229version = "0.25.0"
14230source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
14231dependencies = [
14232 "anyhow",
14233 "async-dispatcher",
14234 "async-std",
14235 "base64 0.22.1",
14236 "bytes 1.10.1",
14237 "chrono",
14238 "data-encoding",
14239 "dirs 5.0.1",
14240 "futures 0.3.31",
14241 "glob",
14242 "jupyter-protocol",
14243 "ring",
14244 "serde",
14245 "serde_json",
14246 "shellexpand 3.1.1",
14247 "smol",
14248 "uuid",
14249 "zeromq",
14250]
14251
14252[[package]]
14253name = "rust-embed"
14254version = "8.7.2"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14257dependencies = [
14258 "rust-embed-impl",
14259 "rust-embed-utils",
14260 "walkdir",
14261]
14262
14263[[package]]
14264name = "rust-embed-impl"
14265version = "8.7.2"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14268dependencies = [
14269 "proc-macro2",
14270 "quote",
14271 "rust-embed-utils",
14272 "syn 2.0.106",
14273 "walkdir",
14274]
14275
14276[[package]]
14277name = "rust-embed-utils"
14278version = "8.7.2"
14279source = "registry+https://github.com/rust-lang/crates.io-index"
14280checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14281dependencies = [
14282 "globset",
14283 "sha2",
14284 "walkdir",
14285]
14286
14287[[package]]
14288name = "rust-stemmers"
14289version = "1.2.0"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
14292dependencies = [
14293 "serde",
14294 "serde_derive",
14295]
14296
14297[[package]]
14298name = "rust_decimal"
14299version = "1.39.0"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14302dependencies = [
14303 "arrayvec",
14304 "borsh",
14305 "bytes 1.10.1",
14306 "num-traits",
14307 "rand 0.8.5",
14308 "rkyv",
14309 "serde",
14310 "serde_json",
14311]
14312
14313[[package]]
14314name = "rustc-demangle"
14315version = "0.1.26"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14318
14319[[package]]
14320name = "rustc-hash"
14321version = "1.1.0"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14324
14325[[package]]
14326name = "rustc-hash"
14327version = "2.1.1"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14330
14331[[package]]
14332name = "rustc_version"
14333version = "0.4.1"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14336dependencies = [
14337 "semver",
14338]
14339
14340[[package]]
14341name = "rustfft"
14342version = "6.4.1"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14345dependencies = [
14346 "num-complex",
14347 "num-integer",
14348 "num-traits",
14349 "primal-check",
14350 "strength_reduce",
14351 "transpose",
14352]
14353
14354[[package]]
14355name = "rustix"
14356version = "0.38.44"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14359dependencies = [
14360 "bitflags 2.9.4",
14361 "errno 0.3.14",
14362 "libc",
14363 "linux-raw-sys 0.4.15",
14364 "windows-sys 0.59.0",
14365]
14366
14367[[package]]
14368name = "rustix"
14369version = "1.1.2"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14372dependencies = [
14373 "bitflags 2.9.4",
14374 "errno 0.3.14",
14375 "libc",
14376 "linux-raw-sys 0.11.0",
14377 "windows-sys 0.59.0",
14378]
14379
14380[[package]]
14381name = "rustix-linux-procfs"
14382version = "0.1.1"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14385dependencies = [
14386 "once_cell",
14387 "rustix 1.1.2",
14388]
14389
14390[[package]]
14391name = "rustix-openpty"
14392version = "0.2.0"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14395dependencies = [
14396 "errno 0.3.14",
14397 "libc",
14398 "rustix 1.1.2",
14399]
14400
14401[[package]]
14402name = "rustls"
14403version = "0.21.12"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14406dependencies = [
14407 "log",
14408 "ring",
14409 "rustls-webpki 0.101.7",
14410 "sct",
14411]
14412
14413[[package]]
14414name = "rustls"
14415version = "0.23.33"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14418dependencies = [
14419 "aws-lc-rs",
14420 "log",
14421 "once_cell",
14422 "ring",
14423 "rustls-pki-types",
14424 "rustls-webpki 0.103.7",
14425 "subtle",
14426 "zeroize",
14427]
14428
14429[[package]]
14430name = "rustls-native-certs"
14431version = "0.6.3"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14434dependencies = [
14435 "openssl-probe",
14436 "rustls-pemfile 1.0.4",
14437 "schannel",
14438 "security-framework 2.11.1",
14439]
14440
14441[[package]]
14442name = "rustls-native-certs"
14443version = "0.8.2"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14446dependencies = [
14447 "openssl-probe",
14448 "rustls-pki-types",
14449 "schannel",
14450 "security-framework 3.5.1",
14451]
14452
14453[[package]]
14454name = "rustls-pemfile"
14455version = "1.0.4"
14456source = "registry+https://github.com/rust-lang/crates.io-index"
14457checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14458dependencies = [
14459 "base64 0.21.7",
14460]
14461
14462[[package]]
14463name = "rustls-pemfile"
14464version = "2.2.0"
14465source = "registry+https://github.com/rust-lang/crates.io-index"
14466checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14467dependencies = [
14468 "rustls-pki-types",
14469]
14470
14471[[package]]
14472name = "rustls-pki-types"
14473version = "1.12.0"
14474source = "registry+https://github.com/rust-lang/crates.io-index"
14475checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14476dependencies = [
14477 "web-time",
14478 "zeroize",
14479]
14480
14481[[package]]
14482name = "rustls-platform-verifier"
14483version = "0.5.3"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14486dependencies = [
14487 "core-foundation 0.10.0",
14488 "core-foundation-sys",
14489 "jni",
14490 "log",
14491 "once_cell",
14492 "rustls 0.23.33",
14493 "rustls-native-certs 0.8.2",
14494 "rustls-platform-verifier-android",
14495 "rustls-webpki 0.103.7",
14496 "security-framework 3.5.1",
14497 "security-framework-sys",
14498 "webpki-root-certs",
14499 "windows-sys 0.59.0",
14500]
14501
14502[[package]]
14503name = "rustls-platform-verifier-android"
14504version = "0.1.1"
14505source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
14507
14508[[package]]
14509name = "rustls-webpki"
14510version = "0.101.7"
14511source = "registry+https://github.com/rust-lang/crates.io-index"
14512checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
14513dependencies = [
14514 "ring",
14515 "untrusted",
14516]
14517
14518[[package]]
14519name = "rustls-webpki"
14520version = "0.103.7"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
14523dependencies = [
14524 "aws-lc-rs",
14525 "ring",
14526 "rustls-pki-types",
14527 "untrusted",
14528]
14529
14530[[package]]
14531name = "rustversion"
14532version = "1.0.22"
14533source = "registry+https://github.com/rust-lang/crates.io-index"
14534checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
14535
14536[[package]]
14537name = "rustybuzz"
14538version = "0.14.1"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
14541dependencies = [
14542 "bitflags 2.9.4",
14543 "bytemuck",
14544 "libm",
14545 "smallvec",
14546 "ttf-parser 0.21.1",
14547 "unicode-bidi-mirroring 0.2.0",
14548 "unicode-ccc 0.2.0",
14549 "unicode-properties",
14550 "unicode-script",
14551]
14552
14553[[package]]
14554name = "rustybuzz"
14555version = "0.20.1"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
14558dependencies = [
14559 "bitflags 2.9.4",
14560 "bytemuck",
14561 "core_maths",
14562 "log",
14563 "smallvec",
14564 "ttf-parser 0.25.1",
14565 "unicode-bidi-mirroring 0.4.0",
14566 "unicode-ccc 0.4.0",
14567 "unicode-properties",
14568 "unicode-script",
14569]
14570
14571[[package]]
14572name = "ryu"
14573version = "1.0.20"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
14576
14577[[package]]
14578name = "safetensors"
14579version = "0.4.5"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
14582dependencies = [
14583 "serde",
14584 "serde_json",
14585]
14586
14587[[package]]
14588name = "salsa20"
14589version = "0.10.2"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
14592dependencies = [
14593 "cipher",
14594]
14595
14596[[package]]
14597name = "same-file"
14598version = "1.0.6"
14599source = "registry+https://github.com/rust-lang/crates.io-index"
14600checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
14601dependencies = [
14602 "winapi-util",
14603]
14604
14605[[package]]
14606name = "schannel"
14607version = "0.1.28"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
14610dependencies = [
14611 "windows-sys 0.61.2",
14612]
14613
14614[[package]]
14615name = "scheduler"
14616version = "0.1.0"
14617dependencies = [
14618 "async-task",
14619 "backtrace",
14620 "chrono",
14621 "futures 0.3.31",
14622 "parking_lot",
14623 "rand 0.9.2",
14624]
14625
14626[[package]]
14627name = "schema_generator"
14628version = "0.1.0"
14629dependencies = [
14630 "anyhow",
14631 "clap",
14632 "env_logger 0.11.8",
14633 "schemars 1.0.4",
14634 "serde",
14635 "serde_json",
14636 "theme",
14637]
14638
14639[[package]]
14640name = "schemars"
14641version = "0.9.0"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
14644dependencies = [
14645 "dyn-clone",
14646 "ref-cast",
14647 "serde",
14648 "serde_json",
14649]
14650
14651[[package]]
14652name = "schemars"
14653version = "1.0.4"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
14656dependencies = [
14657 "dyn-clone",
14658 "indexmap 2.11.4",
14659 "ref-cast",
14660 "schemars_derive",
14661 "serde",
14662 "serde_json",
14663]
14664
14665[[package]]
14666name = "schemars_derive"
14667version = "1.0.4"
14668source = "registry+https://github.com/rust-lang/crates.io-index"
14669checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
14670dependencies = [
14671 "proc-macro2",
14672 "quote",
14673 "serde_derive_internals",
14674 "syn 2.0.106",
14675]
14676
14677[[package]]
14678name = "scoped-tls"
14679version = "1.0.1"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
14682
14683[[package]]
14684name = "scopeguard"
14685version = "1.2.0"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
14688
14689[[package]]
14690name = "scratch"
14691version = "1.0.9"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
14694
14695[[package]]
14696name = "screencapturekit"
14697version = "0.2.8"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
14700dependencies = [
14701 "screencapturekit-sys",
14702]
14703
14704[[package]]
14705name = "screencapturekit-sys"
14706version = "0.2.8"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
14709dependencies = [
14710 "block",
14711 "dispatch",
14712 "objc",
14713 "objc-foundation",
14714 "objc_id",
14715 "once_cell",
14716]
14717
14718[[package]]
14719name = "scroll"
14720version = "0.12.0"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
14723dependencies = [
14724 "scroll_derive",
14725]
14726
14727[[package]]
14728name = "scroll_derive"
14729version = "0.12.1"
14730source = "registry+https://github.com/rust-lang/crates.io-index"
14731checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
14732dependencies = [
14733 "proc-macro2",
14734 "quote",
14735 "syn 2.0.106",
14736]
14737
14738[[package]]
14739name = "scrypt"
14740version = "0.11.0"
14741source = "registry+https://github.com/rust-lang/crates.io-index"
14742checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
14743dependencies = [
14744 "password-hash 0.5.0",
14745 "pbkdf2 0.12.2",
14746 "salsa20",
14747 "sha2",
14748]
14749
14750[[package]]
14751name = "sct"
14752version = "0.7.1"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
14755dependencies = [
14756 "ring",
14757 "untrusted",
14758]
14759
14760[[package]]
14761name = "sea-bae"
14762version = "0.2.1"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
14765dependencies = [
14766 "heck 0.4.1",
14767 "proc-macro-error2",
14768 "proc-macro2",
14769 "quote",
14770 "syn 2.0.106",
14771]
14772
14773[[package]]
14774name = "sea-orm"
14775version = "1.1.10"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
14778dependencies = [
14779 "async-stream",
14780 "async-trait",
14781 "bigdecimal",
14782 "chrono",
14783 "futures-util",
14784 "log",
14785 "ouroboros",
14786 "pgvector",
14787 "rust_decimal",
14788 "sea-orm-macros",
14789 "sea-query",
14790 "sea-query-binder",
14791 "serde",
14792 "serde_json",
14793 "sqlx",
14794 "strum 0.26.3",
14795 "thiserror 2.0.17",
14796 "time",
14797 "tracing",
14798 "url",
14799 "uuid",
14800]
14801
14802[[package]]
14803name = "sea-orm-macros"
14804version = "1.1.10"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
14807dependencies = [
14808 "heck 0.4.1",
14809 "proc-macro2",
14810 "quote",
14811 "sea-bae",
14812 "syn 2.0.106",
14813 "unicode-ident",
14814]
14815
14816[[package]]
14817name = "sea-query"
14818version = "0.32.7"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
14821dependencies = [
14822 "bigdecimal",
14823 "chrono",
14824 "inherent",
14825 "ordered-float 4.6.0",
14826 "rust_decimal",
14827 "serde_json",
14828 "time",
14829 "uuid",
14830]
14831
14832[[package]]
14833name = "sea-query-binder"
14834version = "0.7.0"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14837dependencies = [
14838 "bigdecimal",
14839 "chrono",
14840 "rust_decimal",
14841 "sea-query",
14842 "serde_json",
14843 "sqlx",
14844 "time",
14845 "uuid",
14846]
14847
14848[[package]]
14849name = "seahash"
14850version = "4.1.0"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14853
14854[[package]]
14855name = "search"
14856version = "0.1.0"
14857dependencies = [
14858 "any_vec",
14859 "anyhow",
14860 "bitflags 2.9.4",
14861 "client",
14862 "collections",
14863 "editor",
14864 "futures 0.3.31",
14865 "gpui",
14866 "language",
14867 "menu",
14868 "project",
14869 "schemars 1.0.4",
14870 "serde",
14871 "serde_json",
14872 "settings",
14873 "smol",
14874 "theme",
14875 "ui",
14876 "unindent",
14877 "util",
14878 "util_macros",
14879 "workspace",
14880 "zed_actions",
14881]
14882
14883[[package]]
14884name = "sec1"
14885version = "0.3.0"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14888dependencies = [
14889 "base16ct",
14890 "der 0.6.1",
14891 "generic-array",
14892 "pkcs8 0.9.0",
14893 "subtle",
14894 "zeroize",
14895]
14896
14897[[package]]
14898name = "security-framework"
14899version = "2.11.1"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14902dependencies = [
14903 "bitflags 2.9.4",
14904 "core-foundation 0.9.4",
14905 "core-foundation-sys",
14906 "libc",
14907 "security-framework-sys",
14908]
14909
14910[[package]]
14911name = "security-framework"
14912version = "3.5.1"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
14915dependencies = [
14916 "bitflags 2.9.4",
14917 "core-foundation 0.10.0",
14918 "core-foundation-sys",
14919 "libc",
14920 "security-framework-sys",
14921]
14922
14923[[package]]
14924name = "security-framework-sys"
14925version = "2.15.0"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
14928dependencies = [
14929 "core-foundation-sys",
14930 "libc",
14931]
14932
14933[[package]]
14934name = "self_cell"
14935version = "1.2.0"
14936source = "registry+https://github.com/rust-lang/crates.io-index"
14937checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14938
14939[[package]]
14940name = "semantic_version"
14941version = "0.1.0"
14942dependencies = [
14943 "anyhow",
14944 "serde",
14945]
14946
14947[[package]]
14948name = "semver"
14949version = "1.0.27"
14950source = "registry+https://github.com/rust-lang/crates.io-index"
14951checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
14952dependencies = [
14953 "serde",
14954 "serde_core",
14955]
14956
14957[[package]]
14958name = "seq-macro"
14959version = "0.3.6"
14960source = "registry+https://github.com/rust-lang/crates.io-index"
14961checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
14962
14963[[package]]
14964name = "serde"
14965version = "1.0.228"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
14968dependencies = [
14969 "serde_core",
14970 "serde_derive",
14971]
14972
14973[[package]]
14974name = "serde_core"
14975version = "1.0.228"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
14978dependencies = [
14979 "serde_derive",
14980]
14981
14982[[package]]
14983name = "serde_derive"
14984version = "1.0.228"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
14987dependencies = [
14988 "proc-macro2",
14989 "quote",
14990 "syn 2.0.106",
14991]
14992
14993[[package]]
14994name = "serde_derive_internals"
14995version = "0.29.1"
14996source = "registry+https://github.com/rust-lang/crates.io-index"
14997checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14998dependencies = [
14999 "proc-macro2",
15000 "quote",
15001 "syn 2.0.106",
15002]
15003
15004[[package]]
15005name = "serde_fmt"
15006version = "1.0.3"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15009dependencies = [
15010 "serde",
15011]
15012
15013[[package]]
15014name = "serde_json"
15015version = "1.0.145"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15018dependencies = [
15019 "indexmap 2.11.4",
15020 "itoa",
15021 "memchr",
15022 "ryu",
15023 "serde",
15024 "serde_core",
15025]
15026
15027[[package]]
15028name = "serde_json_lenient"
15029version = "0.2.4"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15032dependencies = [
15033 "indexmap 2.11.4",
15034 "itoa",
15035 "memchr",
15036 "ryu",
15037 "serde",
15038]
15039
15040[[package]]
15041name = "serde_path_to_error"
15042version = "0.1.20"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15045dependencies = [
15046 "itoa",
15047 "serde",
15048 "serde_core",
15049]
15050
15051[[package]]
15052name = "serde_repr"
15053version = "0.1.20"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15056dependencies = [
15057 "proc-macro2",
15058 "quote",
15059 "syn 2.0.106",
15060]
15061
15062[[package]]
15063name = "serde_spanned"
15064version = "0.6.9"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15067dependencies = [
15068 "serde",
15069]
15070
15071[[package]]
15072name = "serde_spanned"
15073version = "1.0.3"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15076dependencies = [
15077 "serde_core",
15078]
15079
15080[[package]]
15081name = "serde_stacker"
15082version = "0.1.14"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "d4936375d50c4be7eff22293a9344f8e46f323ed2b3c243e52f89138d9bb0f4a"
15085dependencies = [
15086 "serde",
15087 "serde_core",
15088 "stacker",
15089]
15090
15091[[package]]
15092name = "serde_urlencoded"
15093version = "0.7.1"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15096dependencies = [
15097 "form_urlencoded",
15098 "itoa",
15099 "ryu",
15100 "serde",
15101]
15102
15103[[package]]
15104name = "serde_with"
15105version = "3.15.0"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "6093cd8c01b25262b84927e0f7151692158fab02d961e04c979d3903eba7ecc5"
15108dependencies = [
15109 "base64 0.22.1",
15110 "chrono",
15111 "hex",
15112 "indexmap 1.9.3",
15113 "indexmap 2.11.4",
15114 "schemars 0.9.0",
15115 "schemars 1.0.4",
15116 "serde_core",
15117 "serde_json",
15118 "serde_with_macros",
15119 "time",
15120]
15121
15122[[package]]
15123name = "serde_with_macros"
15124version = "3.15.0"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "a7e6c180db0816026a61afa1cff5344fb7ebded7e4d3062772179f2501481c27"
15127dependencies = [
15128 "darling 0.21.3",
15129 "proc-macro2",
15130 "quote",
15131 "syn 2.0.106",
15132]
15133
15134[[package]]
15135name = "serial2"
15136version = "0.2.33"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15139dependencies = [
15140 "cfg-if",
15141 "libc",
15142 "winapi",
15143]
15144
15145[[package]]
15146name = "session"
15147version = "0.1.0"
15148dependencies = [
15149 "db",
15150 "gpui",
15151 "serde_json",
15152 "util",
15153 "uuid",
15154]
15155
15156[[package]]
15157name = "settings"
15158version = "0.1.0"
15159dependencies = [
15160 "anyhow",
15161 "collections",
15162 "derive_more",
15163 "ec4rs",
15164 "fs",
15165 "futures 0.3.31",
15166 "gpui",
15167 "indoc",
15168 "inventory",
15169 "log",
15170 "paths",
15171 "pretty_assertions",
15172 "release_channel",
15173 "rust-embed",
15174 "schemars 1.0.4",
15175 "serde",
15176 "serde_json",
15177 "serde_json_lenient",
15178 "serde_path_to_error",
15179 "serde_repr",
15180 "serde_with",
15181 "settings_macros",
15182 "smallvec",
15183 "strum 0.27.2",
15184 "tree-sitter",
15185 "tree-sitter-json",
15186 "unindent",
15187 "util",
15188 "zlog",
15189]
15190
15191[[package]]
15192name = "settings_macros"
15193version = "0.1.0"
15194dependencies = [
15195 "quote",
15196 "settings",
15197 "syn 2.0.106",
15198]
15199
15200[[package]]
15201name = "settings_profile_selector"
15202version = "0.1.0"
15203dependencies = [
15204 "client",
15205 "editor",
15206 "fuzzy",
15207 "gpui",
15208 "language",
15209 "menu",
15210 "picker",
15211 "project",
15212 "serde_json",
15213 "settings",
15214 "theme",
15215 "ui",
15216 "workspace",
15217 "zed_actions",
15218]
15219
15220[[package]]
15221name = "settings_ui"
15222version = "0.1.0"
15223dependencies = [
15224 "anyhow",
15225 "assets",
15226 "bm25",
15227 "client",
15228 "editor",
15229 "feature_flags",
15230 "fs",
15231 "futures 0.3.31",
15232 "fuzzy",
15233 "gpui",
15234 "heck 0.5.0",
15235 "language",
15236 "log",
15237 "menu",
15238 "node_runtime",
15239 "paths",
15240 "pretty_assertions",
15241 "project",
15242 "schemars 1.0.4",
15243 "search",
15244 "serde",
15245 "session",
15246 "settings",
15247 "strum 0.27.2",
15248 "theme",
15249 "title_bar",
15250 "ui",
15251 "ui_input",
15252 "util",
15253 "workspace",
15254 "zed_actions",
15255 "zlog",
15256]
15257
15258[[package]]
15259name = "sha1"
15260version = "0.10.6"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15263dependencies = [
15264 "cfg-if",
15265 "cpufeatures",
15266 "digest",
15267]
15268
15269[[package]]
15270name = "sha1_smol"
15271version = "1.0.1"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15274
15275[[package]]
15276name = "sha2"
15277version = "0.10.9"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15280dependencies = [
15281 "cfg-if",
15282 "cpufeatures",
15283 "digest",
15284]
15285
15286[[package]]
15287name = "sharded-slab"
15288version = "0.1.7"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15291dependencies = [
15292 "lazy_static",
15293]
15294
15295[[package]]
15296name = "shared_library"
15297version = "0.1.9"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15300dependencies = [
15301 "lazy_static",
15302 "libc",
15303]
15304
15305[[package]]
15306name = "shell-words"
15307version = "1.1.0"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15310
15311[[package]]
15312name = "shellexpand"
15313version = "2.1.2"
15314source = "registry+https://github.com/rust-lang/crates.io-index"
15315checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15316dependencies = [
15317 "dirs 4.0.0",
15318]
15319
15320[[package]]
15321name = "shellexpand"
15322version = "3.1.1"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15325dependencies = [
15326 "dirs 6.0.0",
15327]
15328
15329[[package]]
15330name = "shlex"
15331version = "1.3.0"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15334
15335[[package]]
15336name = "signal-hook"
15337version = "0.3.18"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15340dependencies = [
15341 "libc",
15342 "signal-hook-registry",
15343]
15344
15345[[package]]
15346name = "signal-hook-registry"
15347version = "1.4.6"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15350dependencies = [
15351 "libc",
15352]
15353
15354[[package]]
15355name = "signature"
15356version = "1.6.4"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15359dependencies = [
15360 "digest",
15361 "rand_core 0.6.4",
15362]
15363
15364[[package]]
15365name = "signature"
15366version = "2.2.0"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15369dependencies = [
15370 "digest",
15371 "rand_core 0.6.4",
15372]
15373
15374[[package]]
15375name = "simd-adler32"
15376version = "0.3.7"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15379
15380[[package]]
15381name = "simd_helpers"
15382version = "0.1.0"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15385dependencies = [
15386 "quote",
15387]
15388
15389[[package]]
15390name = "simdutf8"
15391version = "0.1.5"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15394
15395[[package]]
15396name = "simple_asn1"
15397version = "0.6.3"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15400dependencies = [
15401 "num-bigint",
15402 "num-traits",
15403 "thiserror 2.0.17",
15404 "time",
15405]
15406
15407[[package]]
15408name = "simplecss"
15409version = "0.2.2"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15412dependencies = [
15413 "log",
15414]
15415
15416[[package]]
15417name = "simplelog"
15418version = "0.12.2"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15421dependencies = [
15422 "log",
15423 "termcolor",
15424 "time",
15425]
15426
15427[[package]]
15428name = "siphasher"
15429version = "1.0.1"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
15432
15433[[package]]
15434name = "skiplist"
15435version = "0.6.0"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "f354fd282d3177c2951004953e2fdc4cb342fa159bbee8b829852b6a081c8ea1"
15438dependencies = [
15439 "rand 0.9.2",
15440 "thiserror 2.0.17",
15441]
15442
15443[[package]]
15444name = "skrifa"
15445version = "0.37.0"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
15448dependencies = [
15449 "bytemuck",
15450 "read-fonts",
15451]
15452
15453[[package]]
15454name = "slab"
15455version = "0.4.11"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
15458
15459[[package]]
15460name = "slash_commands_example"
15461version = "0.1.0"
15462dependencies = [
15463 "zed_extension_api 0.1.0",
15464]
15465
15466[[package]]
15467name = "slotmap"
15468version = "1.0.7"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
15471dependencies = [
15472 "version_check",
15473]
15474
15475[[package]]
15476name = "smallvec"
15477version = "1.15.1"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
15480dependencies = [
15481 "serde",
15482]
15483
15484[[package]]
15485name = "smart-default"
15486version = "0.7.1"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
15489dependencies = [
15490 "proc-macro2",
15491 "quote",
15492 "syn 2.0.106",
15493]
15494
15495[[package]]
15496name = "smol"
15497version = "2.0.2"
15498source = "registry+https://github.com/rust-lang/crates.io-index"
15499checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
15500dependencies = [
15501 "async-channel 2.5.0",
15502 "async-executor",
15503 "async-fs",
15504 "async-io",
15505 "async-lock 3.4.1",
15506 "async-net",
15507 "async-process",
15508 "blocking",
15509 "futures-lite 2.6.1",
15510]
15511
15512[[package]]
15513name = "smol_str"
15514version = "0.2.2"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
15517
15518[[package]]
15519name = "snap"
15520version = "1.1.1"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
15523
15524[[package]]
15525name = "snippet"
15526version = "0.1.0"
15527dependencies = [
15528 "anyhow",
15529 "smallvec",
15530]
15531
15532[[package]]
15533name = "snippet_provider"
15534version = "0.1.0"
15535dependencies = [
15536 "anyhow",
15537 "collections",
15538 "extension",
15539 "fs",
15540 "futures 0.3.31",
15541 "gpui",
15542 "indoc",
15543 "parking_lot",
15544 "paths",
15545 "schemars 1.0.4",
15546 "serde",
15547 "serde_json",
15548 "serde_json_lenient",
15549 "snippet",
15550 "util",
15551]
15552
15553[[package]]
15554name = "snippets_ui"
15555version = "0.1.0"
15556dependencies = [
15557 "file_finder",
15558 "file_icons",
15559 "fuzzy",
15560 "gpui",
15561 "language",
15562 "paths",
15563 "picker",
15564 "settings",
15565 "ui",
15566 "util",
15567 "workspace",
15568]
15569
15570[[package]]
15571name = "soa-rs"
15572version = "0.8.1"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "b75ae4668062b095fda87ba54118697bed601f07f6c68bf50289a25ca0c8c935"
15575dependencies = [
15576 "soa-rs-derive",
15577]
15578
15579[[package]]
15580name = "soa-rs-derive"
15581version = "0.8.0"
15582source = "registry+https://github.com/rust-lang/crates.io-index"
15583checksum = "9c09121507da587d3434e5929ce3321162f36bd3eff403873cb163c06b176913"
15584dependencies = [
15585 "proc-macro2",
15586 "quote",
15587 "syn 2.0.106",
15588]
15589
15590[[package]]
15591name = "socket2"
15592version = "0.5.10"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
15595dependencies = [
15596 "libc",
15597 "windows-sys 0.52.0",
15598]
15599
15600[[package]]
15601name = "socket2"
15602version = "0.6.1"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
15605dependencies = [
15606 "libc",
15607 "windows-sys 0.60.2",
15608]
15609
15610[[package]]
15611name = "spdx"
15612version = "0.10.9"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
15615dependencies = [
15616 "smallvec",
15617]
15618
15619[[package]]
15620name = "spin"
15621version = "0.9.8"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
15624dependencies = [
15625 "lock_api",
15626]
15627
15628[[package]]
15629name = "spirv"
15630version = "0.3.0+sdk-1.3.268.0"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
15633dependencies = [
15634 "bitflags 2.9.4",
15635]
15636
15637[[package]]
15638name = "spki"
15639version = "0.6.0"
15640source = "registry+https://github.com/rust-lang/crates.io-index"
15641checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
15642dependencies = [
15643 "base64ct",
15644 "der 0.6.1",
15645]
15646
15647[[package]]
15648name = "spki"
15649version = "0.7.3"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
15652dependencies = [
15653 "base64ct",
15654 "der 0.7.10",
15655]
15656
15657[[package]]
15658name = "sptr"
15659version = "0.3.2"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
15662
15663[[package]]
15664name = "sqlez"
15665version = "0.1.0"
15666dependencies = [
15667 "anyhow",
15668 "collections",
15669 "futures 0.3.31",
15670 "indoc",
15671 "libsqlite3-sys",
15672 "log",
15673 "parking_lot",
15674 "smol",
15675 "sqlformat",
15676 "thread_local",
15677 "util",
15678 "uuid",
15679]
15680
15681[[package]]
15682name = "sqlez_macros"
15683version = "0.1.0"
15684dependencies = [
15685 "sqlez",
15686 "sqlformat",
15687 "syn 2.0.106",
15688]
15689
15690[[package]]
15691name = "sqlformat"
15692version = "0.2.6"
15693source = "registry+https://github.com/rust-lang/crates.io-index"
15694checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
15695dependencies = [
15696 "nom 7.1.3",
15697 "unicode_categories",
15698]
15699
15700[[package]]
15701name = "sqlparser"
15702version = "0.53.0"
15703source = "registry+https://github.com/rust-lang/crates.io-index"
15704checksum = "05a528114c392209b3264855ad491fcce534b94a38771b0a0b97a79379275ce8"
15705dependencies = [
15706 "log",
15707]
15708
15709[[package]]
15710name = "sqlx"
15711version = "0.8.6"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
15714dependencies = [
15715 "sqlx-core",
15716 "sqlx-macros",
15717 "sqlx-mysql",
15718 "sqlx-postgres",
15719 "sqlx-sqlite",
15720]
15721
15722[[package]]
15723name = "sqlx-core"
15724version = "0.8.6"
15725source = "registry+https://github.com/rust-lang/crates.io-index"
15726checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
15727dependencies = [
15728 "base64 0.22.1",
15729 "bigdecimal",
15730 "bytes 1.10.1",
15731 "chrono",
15732 "crc",
15733 "crossbeam-queue",
15734 "either",
15735 "event-listener 5.4.1",
15736 "futures-core",
15737 "futures-intrusive",
15738 "futures-io",
15739 "futures-util",
15740 "hashbrown 0.15.5",
15741 "hashlink 0.10.0",
15742 "indexmap 2.11.4",
15743 "log",
15744 "memchr",
15745 "once_cell",
15746 "percent-encoding",
15747 "rust_decimal",
15748 "rustls 0.23.33",
15749 "serde",
15750 "serde_json",
15751 "sha2",
15752 "smallvec",
15753 "thiserror 2.0.17",
15754 "time",
15755 "tokio",
15756 "tokio-stream",
15757 "tracing",
15758 "url",
15759 "uuid",
15760 "webpki-roots",
15761]
15762
15763[[package]]
15764name = "sqlx-macros"
15765version = "0.8.6"
15766source = "registry+https://github.com/rust-lang/crates.io-index"
15767checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
15768dependencies = [
15769 "proc-macro2",
15770 "quote",
15771 "sqlx-core",
15772 "sqlx-macros-core",
15773 "syn 2.0.106",
15774]
15775
15776[[package]]
15777name = "sqlx-macros-core"
15778version = "0.8.6"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
15781dependencies = [
15782 "dotenvy",
15783 "either",
15784 "heck 0.5.0",
15785 "hex",
15786 "once_cell",
15787 "proc-macro2",
15788 "quote",
15789 "serde",
15790 "serde_json",
15791 "sha2",
15792 "sqlx-core",
15793 "sqlx-mysql",
15794 "sqlx-postgres",
15795 "sqlx-sqlite",
15796 "syn 2.0.106",
15797 "tokio",
15798 "url",
15799]
15800
15801[[package]]
15802name = "sqlx-mysql"
15803version = "0.8.6"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
15806dependencies = [
15807 "atoi",
15808 "base64 0.22.1",
15809 "bigdecimal",
15810 "bitflags 2.9.4",
15811 "byteorder",
15812 "bytes 1.10.1",
15813 "chrono",
15814 "crc",
15815 "digest",
15816 "dotenvy",
15817 "either",
15818 "futures-channel",
15819 "futures-core",
15820 "futures-io",
15821 "futures-util",
15822 "generic-array",
15823 "hex",
15824 "hkdf",
15825 "hmac",
15826 "itoa",
15827 "log",
15828 "md-5",
15829 "memchr",
15830 "once_cell",
15831 "percent-encoding",
15832 "rand 0.8.5",
15833 "rsa",
15834 "rust_decimal",
15835 "serde",
15836 "sha1",
15837 "sha2",
15838 "smallvec",
15839 "sqlx-core",
15840 "stringprep",
15841 "thiserror 2.0.17",
15842 "time",
15843 "tracing",
15844 "uuid",
15845 "whoami",
15846]
15847
15848[[package]]
15849name = "sqlx-postgres"
15850version = "0.8.6"
15851source = "registry+https://github.com/rust-lang/crates.io-index"
15852checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
15853dependencies = [
15854 "atoi",
15855 "base64 0.22.1",
15856 "bigdecimal",
15857 "bitflags 2.9.4",
15858 "byteorder",
15859 "chrono",
15860 "crc",
15861 "dotenvy",
15862 "etcetera",
15863 "futures-channel",
15864 "futures-core",
15865 "futures-util",
15866 "hex",
15867 "hkdf",
15868 "hmac",
15869 "home",
15870 "itoa",
15871 "log",
15872 "md-5",
15873 "memchr",
15874 "num-bigint",
15875 "once_cell",
15876 "rand 0.8.5",
15877 "rust_decimal",
15878 "serde",
15879 "serde_json",
15880 "sha2",
15881 "smallvec",
15882 "sqlx-core",
15883 "stringprep",
15884 "thiserror 2.0.17",
15885 "time",
15886 "tracing",
15887 "uuid",
15888 "whoami",
15889]
15890
15891[[package]]
15892name = "sqlx-sqlite"
15893version = "0.8.6"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
15896dependencies = [
15897 "atoi",
15898 "chrono",
15899 "flume",
15900 "futures-channel",
15901 "futures-core",
15902 "futures-executor",
15903 "futures-intrusive",
15904 "futures-util",
15905 "libsqlite3-sys",
15906 "log",
15907 "percent-encoding",
15908 "serde",
15909 "serde_urlencoded",
15910 "sqlx-core",
15911 "thiserror 2.0.17",
15912 "time",
15913 "tracing",
15914 "url",
15915 "uuid",
15916]
15917
15918[[package]]
15919name = "stable_deref_trait"
15920version = "1.2.1"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
15923
15924[[package]]
15925name = "stacker"
15926version = "0.1.22"
15927source = "registry+https://github.com/rust-lang/crates.io-index"
15928checksum = "e1f8b29fb42aafcea4edeeb6b2f2d7ecd0d969c48b4cf0d2e64aafc471dd6e59"
15929dependencies = [
15930 "cc",
15931 "cfg-if",
15932 "libc",
15933 "psm",
15934 "windows-sys 0.59.0",
15935]
15936
15937[[package]]
15938name = "stacksafe"
15939version = "0.1.4"
15940source = "registry+https://github.com/rust-lang/crates.io-index"
15941checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
15942dependencies = [
15943 "stacker",
15944 "stacksafe-macro",
15945]
15946
15947[[package]]
15948name = "stacksafe-macro"
15949version = "0.1.4"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
15952dependencies = [
15953 "proc-macro-error2",
15954 "quote",
15955 "syn 2.0.106",
15956]
15957
15958[[package]]
15959name = "static_assertions"
15960version = "1.1.0"
15961source = "registry+https://github.com/rust-lang/crates.io-index"
15962checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15963
15964[[package]]
15965name = "stop-words"
15966version = "0.9.0"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "645a3d441ccf4bf47f2e4b7681461986681a6eeea9937d4c3bc9febd61d17c71"
15969dependencies = [
15970 "serde_json",
15971]
15972
15973[[package]]
15974name = "story"
15975version = "0.1.0"
15976dependencies = [
15977 "gpui",
15978 "itertools 0.14.0",
15979 "smallvec",
15980]
15981
15982[[package]]
15983name = "storybook"
15984version = "0.1.0"
15985dependencies = [
15986 "anyhow",
15987 "clap",
15988 "collab_ui",
15989 "ctrlc",
15990 "dialoguer",
15991 "editor",
15992 "fuzzy",
15993 "gpui",
15994 "indoc",
15995 "language",
15996 "log",
15997 "menu",
15998 "picker",
15999 "project",
16000 "reqwest_client",
16001 "rust-embed",
16002 "settings",
16003 "simplelog",
16004 "story",
16005 "strum 0.27.2",
16006 "theme",
16007 "title_bar",
16008 "ui",
16009 "workspace",
16010]
16011
16012[[package]]
16013name = "streaming-decompression"
16014version = "0.1.2"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3"
16017dependencies = [
16018 "fallible-streaming-iterator",
16019]
16020
16021[[package]]
16022name = "streaming-iterator"
16023version = "0.1.9"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16026
16027[[package]]
16028name = "streaming_diff"
16029version = "0.1.0"
16030dependencies = [
16031 "ordered-float 2.10.1",
16032 "rand 0.9.2",
16033 "rope",
16034 "util",
16035]
16036
16037[[package]]
16038name = "strength_reduce"
16039version = "0.2.4"
16040source = "registry+https://github.com/rust-lang/crates.io-index"
16041checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16042
16043[[package]]
16044name = "strict-num"
16045version = "0.1.1"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16048dependencies = [
16049 "float-cmp",
16050]
16051
16052[[package]]
16053name = "string_cache"
16054version = "0.8.9"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16057dependencies = [
16058 "new_debug_unreachable",
16059 "parking_lot",
16060 "phf_shared 0.11.3",
16061 "precomputed-hash",
16062 "serde",
16063]
16064
16065[[package]]
16066name = "string_cache_codegen"
16067version = "0.5.4"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16070dependencies = [
16071 "phf_generator 0.11.3",
16072 "phf_shared 0.11.3",
16073 "proc-macro2",
16074 "quote",
16075]
16076
16077[[package]]
16078name = "stringprep"
16079version = "0.1.5"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16082dependencies = [
16083 "unicode-bidi",
16084 "unicode-normalization",
16085 "unicode-properties",
16086]
16087
16088[[package]]
16089name = "strsim"
16090version = "0.11.1"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16093
16094[[package]]
16095name = "strum"
16096version = "0.26.3"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16099dependencies = [
16100 "strum_macros 0.26.4",
16101]
16102
16103[[package]]
16104name = "strum"
16105version = "0.27.2"
16106source = "registry+https://github.com/rust-lang/crates.io-index"
16107checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16108dependencies = [
16109 "strum_macros 0.27.2",
16110]
16111
16112[[package]]
16113name = "strum_macros"
16114version = "0.26.4"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
16117dependencies = [
16118 "heck 0.5.0",
16119 "proc-macro2",
16120 "quote",
16121 "rustversion",
16122 "syn 2.0.106",
16123]
16124
16125[[package]]
16126name = "strum_macros"
16127version = "0.27.2"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16130dependencies = [
16131 "heck 0.5.0",
16132 "proc-macro2",
16133 "quote",
16134 "syn 2.0.106",
16135]
16136
16137[[package]]
16138name = "subtle"
16139version = "2.6.1"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16142
16143[[package]]
16144name = "sum_tree"
16145version = "0.1.0"
16146dependencies = [
16147 "arrayvec",
16148 "ctor",
16149 "log",
16150 "rand 0.9.2",
16151 "rayon",
16152 "zlog",
16153]
16154
16155[[package]]
16156name = "supermaven"
16157version = "0.1.0"
16158dependencies = [
16159 "anyhow",
16160 "client",
16161 "collections",
16162 "edit_prediction",
16163 "editor",
16164 "env_logger 0.11.8",
16165 "futures 0.3.31",
16166 "gpui",
16167 "http_client",
16168 "language",
16169 "log",
16170 "postage",
16171 "project",
16172 "serde",
16173 "serde_json",
16174 "settings",
16175 "smol",
16176 "supermaven_api",
16177 "text",
16178 "theme",
16179 "ui",
16180 "unicode-segmentation",
16181 "util",
16182]
16183
16184[[package]]
16185name = "supermaven_api"
16186version = "0.1.0"
16187dependencies = [
16188 "anyhow",
16189 "futures 0.3.31",
16190 "http_client",
16191 "paths",
16192 "serde",
16193 "serde_json",
16194 "smol",
16195 "util",
16196]
16197
16198[[package]]
16199name = "sval"
16200version = "2.15.0"
16201source = "registry+https://github.com/rust-lang/crates.io-index"
16202checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16203
16204[[package]]
16205name = "sval_buffer"
16206version = "2.15.0"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16209dependencies = [
16210 "sval",
16211 "sval_ref",
16212]
16213
16214[[package]]
16215name = "sval_dynamic"
16216version = "2.15.0"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16219dependencies = [
16220 "sval",
16221]
16222
16223[[package]]
16224name = "sval_fmt"
16225version = "2.15.0"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16228dependencies = [
16229 "itoa",
16230 "ryu",
16231 "sval",
16232]
16233
16234[[package]]
16235name = "sval_json"
16236version = "2.15.0"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16239dependencies = [
16240 "itoa",
16241 "ryu",
16242 "sval",
16243]
16244
16245[[package]]
16246name = "sval_nested"
16247version = "2.15.0"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16250dependencies = [
16251 "sval",
16252 "sval_buffer",
16253 "sval_ref",
16254]
16255
16256[[package]]
16257name = "sval_ref"
16258version = "2.15.0"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16261dependencies = [
16262 "sval",
16263]
16264
16265[[package]]
16266name = "sval_serde"
16267version = "2.15.0"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16270dependencies = [
16271 "serde_core",
16272 "sval",
16273 "sval_nested",
16274]
16275
16276[[package]]
16277name = "svg_fmt"
16278version = "0.4.5"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16281
16282[[package]]
16283name = "svg_preview"
16284version = "0.1.0"
16285dependencies = [
16286 "editor",
16287 "file_icons",
16288 "gpui",
16289 "multi_buffer",
16290 "ui",
16291 "workspace",
16292]
16293
16294[[package]]
16295name = "svgtypes"
16296version = "0.15.3"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16299dependencies = [
16300 "kurbo",
16301 "siphasher",
16302]
16303
16304[[package]]
16305name = "swash"
16306version = "0.2.6"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16309dependencies = [
16310 "skrifa",
16311 "yazi",
16312 "zeno",
16313]
16314
16315[[package]]
16316name = "symphonia"
16317version = "0.5.5"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16320dependencies = [
16321 "lazy_static",
16322 "symphonia-bundle-flac",
16323 "symphonia-bundle-mp3",
16324 "symphonia-codec-aac",
16325 "symphonia-codec-pcm",
16326 "symphonia-codec-vorbis",
16327 "symphonia-core",
16328 "symphonia-format-isomp4",
16329 "symphonia-format-ogg",
16330 "symphonia-format-riff",
16331 "symphonia-metadata",
16332]
16333
16334[[package]]
16335name = "symphonia-bundle-flac"
16336version = "0.5.5"
16337source = "registry+https://github.com/rust-lang/crates.io-index"
16338checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16339dependencies = [
16340 "log",
16341 "symphonia-core",
16342 "symphonia-metadata",
16343 "symphonia-utils-xiph",
16344]
16345
16346[[package]]
16347name = "symphonia-bundle-mp3"
16348version = "0.5.5"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16351dependencies = [
16352 "lazy_static",
16353 "log",
16354 "symphonia-core",
16355 "symphonia-metadata",
16356]
16357
16358[[package]]
16359name = "symphonia-codec-aac"
16360version = "0.5.5"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16363dependencies = [
16364 "lazy_static",
16365 "log",
16366 "symphonia-core",
16367]
16368
16369[[package]]
16370name = "symphonia-codec-pcm"
16371version = "0.5.5"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16374dependencies = [
16375 "log",
16376 "symphonia-core",
16377]
16378
16379[[package]]
16380name = "symphonia-codec-vorbis"
16381version = "0.5.5"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16384dependencies = [
16385 "log",
16386 "symphonia-core",
16387 "symphonia-utils-xiph",
16388]
16389
16390[[package]]
16391name = "symphonia-core"
16392version = "0.5.5"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16395dependencies = [
16396 "arrayvec",
16397 "bitflags 1.3.2",
16398 "bytemuck",
16399 "lazy_static",
16400 "log",
16401]
16402
16403[[package]]
16404name = "symphonia-format-isomp4"
16405version = "0.5.5"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16408dependencies = [
16409 "encoding_rs",
16410 "log",
16411 "symphonia-core",
16412 "symphonia-metadata",
16413 "symphonia-utils-xiph",
16414]
16415
16416[[package]]
16417name = "symphonia-format-ogg"
16418version = "0.5.5"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16421dependencies = [
16422 "log",
16423 "symphonia-core",
16424 "symphonia-metadata",
16425 "symphonia-utils-xiph",
16426]
16427
16428[[package]]
16429name = "symphonia-format-riff"
16430version = "0.5.5"
16431source = "registry+https://github.com/rust-lang/crates.io-index"
16432checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16433dependencies = [
16434 "extended",
16435 "log",
16436 "symphonia-core",
16437 "symphonia-metadata",
16438]
16439
16440[[package]]
16441name = "symphonia-metadata"
16442version = "0.5.5"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16445dependencies = [
16446 "encoding_rs",
16447 "lazy_static",
16448 "log",
16449 "symphonia-core",
16450]
16451
16452[[package]]
16453name = "symphonia-utils-xiph"
16454version = "0.5.5"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16457dependencies = [
16458 "symphonia-core",
16459 "symphonia-metadata",
16460]
16461
16462[[package]]
16463name = "syn"
16464version = "1.0.109"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16467dependencies = [
16468 "proc-macro2",
16469 "quote",
16470 "unicode-ident",
16471]
16472
16473[[package]]
16474name = "syn"
16475version = "2.0.106"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
16478dependencies = [
16479 "proc-macro2",
16480 "quote",
16481 "unicode-ident",
16482]
16483
16484[[package]]
16485name = "sync_wrapper"
16486version = "0.1.2"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16489
16490[[package]]
16491name = "sync_wrapper"
16492version = "1.0.2"
16493source = "registry+https://github.com/rust-lang/crates.io-index"
16494checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16495dependencies = [
16496 "futures-core",
16497]
16498
16499[[package]]
16500name = "synchronoise"
16501version = "1.0.1"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
16504dependencies = [
16505 "crossbeam-queue",
16506]
16507
16508[[package]]
16509name = "synstructure"
16510version = "0.13.2"
16511source = "registry+https://github.com/rust-lang/crates.io-index"
16512checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
16513dependencies = [
16514 "proc-macro2",
16515 "quote",
16516 "syn 2.0.106",
16517]
16518
16519[[package]]
16520name = "sys-locale"
16521version = "0.3.2"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
16524dependencies = [
16525 "libc",
16526]
16527
16528[[package]]
16529name = "sysctl"
16530version = "0.5.5"
16531source = "registry+https://github.com/rust-lang/crates.io-index"
16532checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
16533dependencies = [
16534 "bitflags 2.9.4",
16535 "byteorder",
16536 "enum-as-inner",
16537 "libc",
16538 "thiserror 1.0.69",
16539 "walkdir",
16540]
16541
16542[[package]]
16543name = "sysctl"
16544version = "0.6.0"
16545source = "registry+https://github.com/rust-lang/crates.io-index"
16546checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
16547dependencies = [
16548 "bitflags 2.9.4",
16549 "byteorder",
16550 "enum-as-inner",
16551 "libc",
16552 "thiserror 1.0.69",
16553 "walkdir",
16554]
16555
16556[[package]]
16557name = "sysinfo"
16558version = "0.31.4"
16559source = "registry+https://github.com/rust-lang/crates.io-index"
16560checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
16561dependencies = [
16562 "core-foundation-sys",
16563 "libc",
16564 "memchr",
16565 "ntapi",
16566 "rayon",
16567 "windows 0.57.0",
16568]
16569
16570[[package]]
16571name = "sysinfo"
16572version = "0.37.2"
16573source = "registry+https://github.com/rust-lang/crates.io-index"
16574checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
16575dependencies = [
16576 "libc",
16577 "memchr",
16578 "ntapi",
16579 "objc2-core-foundation",
16580 "objc2-io-kit",
16581 "windows 0.61.3",
16582]
16583
16584[[package]]
16585name = "system-configuration"
16586version = "0.5.1"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
16589dependencies = [
16590 "bitflags 1.3.2",
16591 "core-foundation 0.9.4",
16592 "system-configuration-sys 0.5.0",
16593]
16594
16595[[package]]
16596name = "system-configuration"
16597version = "0.6.1"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
16600dependencies = [
16601 "bitflags 2.9.4",
16602 "core-foundation 0.9.4",
16603 "system-configuration-sys 0.6.0",
16604]
16605
16606[[package]]
16607name = "system-configuration-sys"
16608version = "0.5.0"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
16611dependencies = [
16612 "core-foundation-sys",
16613 "libc",
16614]
16615
16616[[package]]
16617name = "system-configuration-sys"
16618version = "0.6.0"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
16621dependencies = [
16622 "core-foundation-sys",
16623 "libc",
16624]
16625
16626[[package]]
16627name = "system-deps"
16628version = "6.2.2"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
16631dependencies = [
16632 "cfg-expr",
16633 "heck 0.5.0",
16634 "pkg-config",
16635 "toml 0.8.23",
16636 "version-compare",
16637]
16638
16639[[package]]
16640name = "system-interface"
16641version = "0.27.3"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
16644dependencies = [
16645 "bitflags 2.9.4",
16646 "cap-fs-ext",
16647 "cap-std",
16648 "fd-lock",
16649 "io-lifetimes",
16650 "rustix 0.38.44",
16651 "windows-sys 0.59.0",
16652 "winx",
16653]
16654
16655[[package]]
16656name = "system_specs"
16657version = "0.1.0"
16658dependencies = [
16659 "anyhow",
16660 "client",
16661 "gpui",
16662 "human_bytes",
16663 "pciid-parser",
16664 "release_channel",
16665 "serde",
16666 "sysinfo 0.37.2",
16667]
16668
16669[[package]]
16670name = "tab_switcher"
16671version = "0.1.0"
16672dependencies = [
16673 "anyhow",
16674 "collections",
16675 "ctor",
16676 "editor",
16677 "fuzzy",
16678 "gpui",
16679 "language",
16680 "menu",
16681 "picker",
16682 "project",
16683 "schemars 1.0.4",
16684 "serde",
16685 "serde_json",
16686 "settings",
16687 "smol",
16688 "theme",
16689 "ui",
16690 "util",
16691 "workspace",
16692 "zlog",
16693]
16694
16695[[package]]
16696name = "taffy"
16697version = "0.9.0"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
16700dependencies = [
16701 "arrayvec",
16702 "grid",
16703 "serde",
16704 "slotmap",
16705]
16706
16707[[package]]
16708name = "tagptr"
16709version = "0.2.0"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
16712
16713[[package]]
16714name = "take-until"
16715version = "0.2.0"
16716source = "registry+https://github.com/rust-lang/crates.io-index"
16717checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
16718
16719[[package]]
16720name = "tao-core-video-sys"
16721version = "0.2.0"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
16724dependencies = [
16725 "cfg-if",
16726 "core-foundation-sys",
16727 "libc",
16728 "objc",
16729]
16730
16731[[package]]
16732name = "tap"
16733version = "1.0.1"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
16736
16737[[package]]
16738name = "target-lexicon"
16739version = "0.12.16"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
16742
16743[[package]]
16744name = "target-lexicon"
16745version = "0.13.3"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
16748
16749[[package]]
16750name = "task"
16751version = "0.1.0"
16752dependencies = [
16753 "anyhow",
16754 "collections",
16755 "futures 0.3.31",
16756 "gpui",
16757 "hex",
16758 "log",
16759 "parking_lot",
16760 "pretty_assertions",
16761 "proto",
16762 "schemars 1.0.4",
16763 "serde",
16764 "serde_json",
16765 "serde_json_lenient",
16766 "sha2",
16767 "shellexpand 2.1.2",
16768 "util",
16769 "zed_actions",
16770]
16771
16772[[package]]
16773name = "tasks_ui"
16774version = "0.1.0"
16775dependencies = [
16776 "anyhow",
16777 "collections",
16778 "editor",
16779 "file_icons",
16780 "fuzzy",
16781 "gpui",
16782 "itertools 0.14.0",
16783 "language",
16784 "menu",
16785 "picker",
16786 "project",
16787 "serde",
16788 "serde_json",
16789 "task",
16790 "tree-sitter-rust",
16791 "tree-sitter-typescript",
16792 "ui",
16793 "util",
16794 "workspace",
16795 "zed_actions",
16796]
16797
16798[[package]]
16799name = "telemetry"
16800version = "0.1.0"
16801dependencies = [
16802 "futures 0.3.31",
16803 "serde",
16804 "serde_json",
16805 "telemetry_events",
16806]
16807
16808[[package]]
16809name = "telemetry_events"
16810version = "0.1.0"
16811dependencies = [
16812 "semantic_version",
16813 "serde",
16814 "serde_json",
16815]
16816
16817[[package]]
16818name = "tempfile"
16819version = "3.23.0"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
16822dependencies = [
16823 "fastrand 2.3.0",
16824 "getrandom 0.3.4",
16825 "once_cell",
16826 "rustix 1.1.2",
16827 "windows-sys 0.59.0",
16828]
16829
16830[[package]]
16831name = "tendril"
16832version = "0.4.3"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
16835dependencies = [
16836 "futf",
16837 "mac",
16838 "utf-8",
16839]
16840
16841[[package]]
16842name = "termcolor"
16843version = "1.4.1"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
16846dependencies = [
16847 "winapi-util",
16848]
16849
16850[[package]]
16851name = "terminal"
16852version = "0.1.0"
16853dependencies = [
16854 "alacritty_terminal",
16855 "anyhow",
16856 "collections",
16857 "futures 0.3.31",
16858 "gpui",
16859 "itertools 0.14.0",
16860 "libc",
16861 "log",
16862 "rand 0.9.2",
16863 "regex",
16864 "release_channel",
16865 "schemars 1.0.4",
16866 "serde",
16867 "settings",
16868 "smol",
16869 "sysinfo 0.37.2",
16870 "task",
16871 "theme",
16872 "thiserror 2.0.17",
16873 "url",
16874 "urlencoding",
16875 "util",
16876 "windows 0.61.3",
16877]
16878
16879[[package]]
16880name = "terminal_size"
16881version = "0.4.3"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
16884dependencies = [
16885 "rustix 1.1.2",
16886 "windows-sys 0.60.2",
16887]
16888
16889[[package]]
16890name = "terminal_view"
16891version = "0.1.0"
16892dependencies = [
16893 "anyhow",
16894 "assistant_slash_command",
16895 "async-recursion",
16896 "breadcrumbs",
16897 "client",
16898 "collections",
16899 "db",
16900 "dirs 4.0.0",
16901 "editor",
16902 "futures 0.3.31",
16903 "gpui",
16904 "itertools 0.14.0",
16905 "language",
16906 "log",
16907 "pretty_assertions",
16908 "project",
16909 "rand 0.9.2",
16910 "regex",
16911 "schemars 1.0.4",
16912 "search",
16913 "serde",
16914 "serde_json",
16915 "settings",
16916 "shellexpand 2.1.2",
16917 "smol",
16918 "task",
16919 "terminal",
16920 "theme",
16921 "ui",
16922 "util",
16923 "workspace",
16924 "zed_actions",
16925]
16926
16927[[package]]
16928name = "text"
16929version = "0.1.0"
16930dependencies = [
16931 "anyhow",
16932 "clock",
16933 "collections",
16934 "ctor",
16935 "gpui",
16936 "http_client",
16937 "log",
16938 "parking_lot",
16939 "postage",
16940 "rand 0.9.2",
16941 "regex",
16942 "rope",
16943 "smallvec",
16944 "sum_tree",
16945 "util",
16946 "zlog",
16947]
16948
16949[[package]]
16950name = "theme"
16951version = "0.1.0"
16952dependencies = [
16953 "anyhow",
16954 "collections",
16955 "derive_more",
16956 "fs",
16957 "futures 0.3.31",
16958 "gpui",
16959 "log",
16960 "palette",
16961 "parking_lot",
16962 "refineable",
16963 "schemars 1.0.4",
16964 "serde",
16965 "serde_json",
16966 "serde_json_lenient",
16967 "settings",
16968 "strum 0.27.2",
16969 "thiserror 2.0.17",
16970 "util",
16971 "uuid",
16972]
16973
16974[[package]]
16975name = "theme_extension"
16976version = "0.1.0"
16977dependencies = [
16978 "anyhow",
16979 "extension",
16980 "fs",
16981 "gpui",
16982 "theme",
16983]
16984
16985[[package]]
16986name = "theme_importer"
16987version = "0.1.0"
16988dependencies = [
16989 "anyhow",
16990 "clap",
16991 "collections",
16992 "gpui",
16993 "indexmap 2.11.4",
16994 "log",
16995 "palette",
16996 "serde",
16997 "serde_json",
16998 "serde_json_lenient",
16999 "simplelog",
17000 "strum 0.27.2",
17001 "theme",
17002 "vscode_theme",
17003]
17004
17005[[package]]
17006name = "theme_selector"
17007version = "0.1.0"
17008dependencies = [
17009 "fs",
17010 "fuzzy",
17011 "gpui",
17012 "log",
17013 "picker",
17014 "serde",
17015 "settings",
17016 "telemetry",
17017 "theme",
17018 "ui",
17019 "util",
17020 "workspace",
17021 "zed_actions",
17022]
17023
17024[[package]]
17025name = "thiserror"
17026version = "1.0.69"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17029dependencies = [
17030 "thiserror-impl 1.0.69",
17031]
17032
17033[[package]]
17034name = "thiserror"
17035version = "2.0.17"
17036source = "registry+https://github.com/rust-lang/crates.io-index"
17037checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17038dependencies = [
17039 "thiserror-impl 2.0.17",
17040]
17041
17042[[package]]
17043name = "thiserror-impl"
17044version = "1.0.69"
17045source = "registry+https://github.com/rust-lang/crates.io-index"
17046checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17047dependencies = [
17048 "proc-macro2",
17049 "quote",
17050 "syn 2.0.106",
17051]
17052
17053[[package]]
17054name = "thiserror-impl"
17055version = "2.0.17"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17058dependencies = [
17059 "proc-macro2",
17060 "quote",
17061 "syn 2.0.106",
17062]
17063
17064[[package]]
17065name = "thread_local"
17066version = "1.1.9"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17069dependencies = [
17070 "cfg-if",
17071]
17072
17073[[package]]
17074name = "tiff"
17075version = "0.10.3"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17078dependencies = [
17079 "fax",
17080 "flate2",
17081 "half",
17082 "quick-error",
17083 "weezl",
17084 "zune-jpeg",
17085]
17086
17087[[package]]
17088name = "tiktoken-rs"
17089version = "0.8.0"
17090source = "git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d#30c32a4522751699adeda0d5840c71c3b75ae73d"
17091dependencies = [
17092 "anyhow",
17093 "base64 0.22.1",
17094 "bstr",
17095 "fancy-regex 0.13.0",
17096 "lazy_static",
17097 "regex",
17098 "rustc-hash 1.1.0",
17099]
17100
17101[[package]]
17102name = "time"
17103version = "0.3.44"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
17106dependencies = [
17107 "deranged",
17108 "itoa",
17109 "libc",
17110 "num-conv",
17111 "num_threads",
17112 "powerfmt",
17113 "serde",
17114 "time-core",
17115 "time-macros",
17116]
17117
17118[[package]]
17119name = "time-core"
17120version = "0.1.6"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
17123
17124[[package]]
17125name = "time-macros"
17126version = "0.2.24"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
17129dependencies = [
17130 "num-conv",
17131 "time-core",
17132]
17133
17134[[package]]
17135name = "time_format"
17136version = "0.1.0"
17137dependencies = [
17138 "core-foundation 0.10.0",
17139 "core-foundation-sys",
17140 "sys-locale",
17141 "time",
17142]
17143
17144[[package]]
17145name = "tiny-keccak"
17146version = "2.0.2"
17147source = "registry+https://github.com/rust-lang/crates.io-index"
17148checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17149dependencies = [
17150 "crunchy",
17151]
17152
17153[[package]]
17154name = "tiny-skia"
17155version = "0.11.4"
17156source = "registry+https://github.com/rust-lang/crates.io-index"
17157checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17158dependencies = [
17159 "arrayref",
17160 "arrayvec",
17161 "bytemuck",
17162 "cfg-if",
17163 "log",
17164 "png 0.17.16",
17165 "tiny-skia-path",
17166]
17167
17168[[package]]
17169name = "tiny-skia-path"
17170version = "0.11.4"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17173dependencies = [
17174 "arrayref",
17175 "bytemuck",
17176 "strict-num",
17177]
17178
17179[[package]]
17180name = "tiny_http"
17181version = "0.8.2"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
17184dependencies = [
17185 "ascii",
17186 "chrono",
17187 "chunked_transfer",
17188 "log",
17189 "url",
17190]
17191
17192[[package]]
17193name = "tinystr"
17194version = "0.8.1"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17197dependencies = [
17198 "displaydoc",
17199 "zerovec",
17200]
17201
17202[[package]]
17203name = "tinytemplate"
17204version = "1.2.1"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17207dependencies = [
17208 "serde",
17209 "serde_json",
17210]
17211
17212[[package]]
17213name = "tinyvec"
17214version = "1.10.0"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17217dependencies = [
17218 "tinyvec_macros",
17219]
17220
17221[[package]]
17222name = "tinyvec_macros"
17223version = "0.1.1"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17226
17227[[package]]
17228name = "title_bar"
17229version = "0.1.0"
17230dependencies = [
17231 "anyhow",
17232 "auto_update",
17233 "call",
17234 "chrono",
17235 "client",
17236 "cloud_llm_client",
17237 "collections",
17238 "db",
17239 "gpui",
17240 "http_client",
17241 "notifications",
17242 "pretty_assertions",
17243 "project",
17244 "remote",
17245 "rpc",
17246 "schemars 1.0.4",
17247 "serde",
17248 "settings",
17249 "smallvec",
17250 "story",
17251 "telemetry",
17252 "theme",
17253 "tree-sitter-md",
17254 "ui",
17255 "util",
17256 "windows 0.61.3",
17257 "workspace",
17258 "zed_actions",
17259]
17260
17261[[package]]
17262name = "tokio"
17263version = "1.48.0"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17266dependencies = [
17267 "bytes 1.10.1",
17268 "libc",
17269 "mio 1.1.0",
17270 "parking_lot",
17271 "pin-project-lite",
17272 "signal-hook-registry",
17273 "socket2 0.6.1",
17274 "tokio-macros",
17275 "windows-sys 0.61.2",
17276]
17277
17278[[package]]
17279name = "tokio-io"
17280version = "0.1.13"
17281source = "registry+https://github.com/rust-lang/crates.io-index"
17282checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17283dependencies = [
17284 "bytes 0.4.12",
17285 "futures 0.1.31",
17286 "log",
17287]
17288
17289[[package]]
17290name = "tokio-macros"
17291version = "2.6.0"
17292source = "registry+https://github.com/rust-lang/crates.io-index"
17293checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17294dependencies = [
17295 "proc-macro2",
17296 "quote",
17297 "syn 2.0.106",
17298]
17299
17300[[package]]
17301name = "tokio-native-tls"
17302version = "0.3.1"
17303source = "registry+https://github.com/rust-lang/crates.io-index"
17304checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17305dependencies = [
17306 "native-tls",
17307 "tokio",
17308]
17309
17310[[package]]
17311name = "tokio-rustls"
17312version = "0.24.1"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17315dependencies = [
17316 "rustls 0.21.12",
17317 "tokio",
17318]
17319
17320[[package]]
17321name = "tokio-rustls"
17322version = "0.26.2"
17323source = "registry+https://github.com/rust-lang/crates.io-index"
17324checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17325dependencies = [
17326 "rustls 0.23.33",
17327 "tokio",
17328]
17329
17330[[package]]
17331name = "tokio-socks"
17332version = "0.5.2"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17335dependencies = [
17336 "either",
17337 "futures-io",
17338 "futures-util",
17339 "thiserror 1.0.69",
17340 "tokio",
17341]
17342
17343[[package]]
17344name = "tokio-stream"
17345version = "0.1.17"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17348dependencies = [
17349 "futures-core",
17350 "pin-project-lite",
17351 "tokio",
17352]
17353
17354[[package]]
17355name = "tokio-tungstenite"
17356version = "0.20.1"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17359dependencies = [
17360 "futures-util",
17361 "log",
17362 "tokio",
17363 "tungstenite 0.20.1",
17364]
17365
17366[[package]]
17367name = "tokio-tungstenite"
17368version = "0.21.0"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17371dependencies = [
17372 "futures-util",
17373 "log",
17374 "tokio",
17375 "tungstenite 0.21.0",
17376]
17377
17378[[package]]
17379name = "tokio-tungstenite"
17380version = "0.26.2"
17381source = "registry+https://github.com/rust-lang/crates.io-index"
17382checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
17383dependencies = [
17384 "futures-util",
17385 "log",
17386 "rustls 0.23.33",
17387 "rustls-pki-types",
17388 "tokio",
17389 "tokio-rustls 0.26.2",
17390 "tungstenite 0.26.2",
17391]
17392
17393[[package]]
17394name = "tokio-util"
17395version = "0.7.16"
17396source = "registry+https://github.com/rust-lang/crates.io-index"
17397checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17398dependencies = [
17399 "bytes 1.10.1",
17400 "futures-core",
17401 "futures-io",
17402 "futures-sink",
17403 "futures-util",
17404 "pin-project-lite",
17405 "tokio",
17406]
17407
17408[[package]]
17409name = "toml"
17410version = "0.5.11"
17411source = "registry+https://github.com/rust-lang/crates.io-index"
17412checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17413dependencies = [
17414 "serde",
17415]
17416
17417[[package]]
17418name = "toml"
17419version = "0.8.23"
17420source = "registry+https://github.com/rust-lang/crates.io-index"
17421checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17422dependencies = [
17423 "serde",
17424 "serde_spanned 0.6.9",
17425 "toml_datetime 0.6.11",
17426 "toml_edit 0.22.27",
17427]
17428
17429[[package]]
17430name = "toml"
17431version = "0.9.8"
17432source = "registry+https://github.com/rust-lang/crates.io-index"
17433checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17434dependencies = [
17435 "indexmap 2.11.4",
17436 "serde_core",
17437 "serde_spanned 1.0.3",
17438 "toml_datetime 0.7.3",
17439 "toml_parser",
17440 "toml_writer",
17441 "winnow",
17442]
17443
17444[[package]]
17445name = "toml_datetime"
17446version = "0.6.11"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17449dependencies = [
17450 "serde",
17451]
17452
17453[[package]]
17454name = "toml_datetime"
17455version = "0.7.3"
17456source = "registry+https://github.com/rust-lang/crates.io-index"
17457checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17458dependencies = [
17459 "serde_core",
17460]
17461
17462[[package]]
17463name = "toml_edit"
17464version = "0.22.27"
17465source = "registry+https://github.com/rust-lang/crates.io-index"
17466checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
17467dependencies = [
17468 "indexmap 2.11.4",
17469 "serde",
17470 "serde_spanned 0.6.9",
17471 "toml_datetime 0.6.11",
17472 "toml_write",
17473 "winnow",
17474]
17475
17476[[package]]
17477name = "toml_edit"
17478version = "0.23.7"
17479source = "registry+https://github.com/rust-lang/crates.io-index"
17480checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
17481dependencies = [
17482 "indexmap 2.11.4",
17483 "toml_datetime 0.7.3",
17484 "toml_parser",
17485 "winnow",
17486]
17487
17488[[package]]
17489name = "toml_parser"
17490version = "1.0.4"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
17493dependencies = [
17494 "winnow",
17495]
17496
17497[[package]]
17498name = "toml_write"
17499version = "0.1.2"
17500source = "registry+https://github.com/rust-lang/crates.io-index"
17501checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
17502
17503[[package]]
17504name = "toml_writer"
17505version = "1.0.4"
17506source = "registry+https://github.com/rust-lang/crates.io-index"
17507checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
17508
17509[[package]]
17510name = "toolchain_selector"
17511version = "0.1.0"
17512dependencies = [
17513 "anyhow",
17514 "convert_case 0.8.0",
17515 "editor",
17516 "file_finder",
17517 "futures 0.3.31",
17518 "fuzzy",
17519 "gpui",
17520 "language",
17521 "menu",
17522 "picker",
17523 "project",
17524 "ui",
17525 "util",
17526 "workspace",
17527]
17528
17529[[package]]
17530name = "topological-sort"
17531version = "0.2.2"
17532source = "registry+https://github.com/rust-lang/crates.io-index"
17533checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
17534
17535[[package]]
17536name = "tower"
17537version = "0.4.13"
17538source = "registry+https://github.com/rust-lang/crates.io-index"
17539checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
17540dependencies = [
17541 "futures-core",
17542 "futures-util",
17543 "pin-project",
17544 "pin-project-lite",
17545 "tokio",
17546 "tower-layer",
17547 "tower-service",
17548 "tracing",
17549]
17550
17551[[package]]
17552name = "tower"
17553version = "0.5.2"
17554source = "registry+https://github.com/rust-lang/crates.io-index"
17555checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
17556dependencies = [
17557 "futures-core",
17558 "futures-util",
17559 "pin-project-lite",
17560 "sync_wrapper 1.0.2",
17561 "tokio",
17562 "tower-layer",
17563 "tower-service",
17564]
17565
17566[[package]]
17567name = "tower-http"
17568version = "0.3.5"
17569source = "registry+https://github.com/rust-lang/crates.io-index"
17570checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
17571dependencies = [
17572 "bitflags 1.3.2",
17573 "bytes 1.10.1",
17574 "futures-core",
17575 "futures-util",
17576 "http 0.2.12",
17577 "http-body 0.4.6",
17578 "http-range-header",
17579 "pin-project-lite",
17580 "tower-layer",
17581 "tower-service",
17582]
17583
17584[[package]]
17585name = "tower-http"
17586version = "0.4.4"
17587source = "registry+https://github.com/rust-lang/crates.io-index"
17588checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
17589dependencies = [
17590 "bitflags 2.9.4",
17591 "bytes 1.10.1",
17592 "futures-core",
17593 "futures-util",
17594 "http 0.2.12",
17595 "http-body 0.4.6",
17596 "http-range-header",
17597 "pin-project-lite",
17598 "tower-layer",
17599 "tower-service",
17600 "tracing",
17601]
17602
17603[[package]]
17604name = "tower-http"
17605version = "0.6.6"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
17608dependencies = [
17609 "bitflags 2.9.4",
17610 "bytes 1.10.1",
17611 "futures-util",
17612 "http 1.3.1",
17613 "http-body 1.0.1",
17614 "iri-string",
17615 "pin-project-lite",
17616 "tower 0.5.2",
17617 "tower-layer",
17618 "tower-service",
17619]
17620
17621[[package]]
17622name = "tower-layer"
17623version = "0.3.3"
17624source = "registry+https://github.com/rust-lang/crates.io-index"
17625checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
17626
17627[[package]]
17628name = "tower-service"
17629version = "0.3.3"
17630source = "registry+https://github.com/rust-lang/crates.io-index"
17631checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
17632
17633[[package]]
17634name = "tracing"
17635version = "0.1.41"
17636source = "registry+https://github.com/rust-lang/crates.io-index"
17637checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
17638dependencies = [
17639 "log",
17640 "pin-project-lite",
17641 "tracing-attributes",
17642 "tracing-core",
17643]
17644
17645[[package]]
17646name = "tracing-attributes"
17647version = "0.1.30"
17648source = "registry+https://github.com/rust-lang/crates.io-index"
17649checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
17650dependencies = [
17651 "proc-macro2",
17652 "quote",
17653 "syn 2.0.106",
17654]
17655
17656[[package]]
17657name = "tracing-core"
17658version = "0.1.34"
17659source = "registry+https://github.com/rust-lang/crates.io-index"
17660checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
17661dependencies = [
17662 "once_cell",
17663 "valuable",
17664]
17665
17666[[package]]
17667name = "tracing-log"
17668version = "0.2.0"
17669source = "registry+https://github.com/rust-lang/crates.io-index"
17670checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
17671dependencies = [
17672 "log",
17673 "once_cell",
17674 "tracing-core",
17675]
17676
17677[[package]]
17678name = "tracing-serde"
17679version = "0.2.0"
17680source = "registry+https://github.com/rust-lang/crates.io-index"
17681checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
17682dependencies = [
17683 "serde",
17684 "tracing-core",
17685]
17686
17687[[package]]
17688name = "tracing-subscriber"
17689version = "0.3.20"
17690source = "registry+https://github.com/rust-lang/crates.io-index"
17691checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
17692dependencies = [
17693 "matchers",
17694 "nu-ansi-term",
17695 "once_cell",
17696 "regex-automata",
17697 "serde",
17698 "serde_json",
17699 "sharded-slab",
17700 "smallvec",
17701 "thread_local",
17702 "tracing",
17703 "tracing-core",
17704 "tracing-log",
17705 "tracing-serde",
17706]
17707
17708[[package]]
17709name = "trait-variant"
17710version = "0.1.2"
17711source = "registry+https://github.com/rust-lang/crates.io-index"
17712checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
17713dependencies = [
17714 "proc-macro2",
17715 "quote",
17716 "syn 2.0.106",
17717]
17718
17719[[package]]
17720name = "transpose"
17721version = "0.2.3"
17722source = "registry+https://github.com/rust-lang/crates.io-index"
17723checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
17724dependencies = [
17725 "num-integer",
17726 "strength_reduce",
17727]
17728
17729[[package]]
17730name = "tree-sitter"
17731version = "0.25.10"
17732source = "registry+https://github.com/rust-lang/crates.io-index"
17733checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87"
17734dependencies = [
17735 "cc",
17736 "regex",
17737 "regex-syntax",
17738 "serde_json",
17739 "streaming-iterator",
17740 "tree-sitter-language",
17741 "wasmtime-c-api-impl",
17742]
17743
17744[[package]]
17745name = "tree-sitter-bash"
17746version = "0.25.0"
17747source = "registry+https://github.com/rust-lang/crates.io-index"
17748checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
17749dependencies = [
17750 "cc",
17751 "tree-sitter-language",
17752]
17753
17754[[package]]
17755name = "tree-sitter-c"
17756version = "0.23.4"
17757source = "registry+https://github.com/rust-lang/crates.io-index"
17758checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
17759dependencies = [
17760 "cc",
17761 "tree-sitter-language",
17762]
17763
17764[[package]]
17765name = "tree-sitter-cpp"
17766version = "0.23.4"
17767source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
17768dependencies = [
17769 "cc",
17770 "tree-sitter-language",
17771]
17772
17773[[package]]
17774name = "tree-sitter-css"
17775version = "0.23.2"
17776source = "registry+https://github.com/rust-lang/crates.io-index"
17777checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
17778dependencies = [
17779 "cc",
17780 "tree-sitter-language",
17781]
17782
17783[[package]]
17784name = "tree-sitter-diff"
17785version = "0.1.0"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
17788dependencies = [
17789 "cc",
17790 "tree-sitter-language",
17791]
17792
17793[[package]]
17794name = "tree-sitter-elixir"
17795version = "0.3.4"
17796source = "registry+https://github.com/rust-lang/crates.io-index"
17797checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
17798dependencies = [
17799 "cc",
17800 "tree-sitter-language",
17801]
17802
17803[[package]]
17804name = "tree-sitter-embedded-template"
17805version = "0.23.2"
17806source = "registry+https://github.com/rust-lang/crates.io-index"
17807checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
17808dependencies = [
17809 "cc",
17810 "tree-sitter-language",
17811]
17812
17813[[package]]
17814name = "tree-sitter-gitcommit"
17815version = "0.0.1"
17816source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
17817dependencies = [
17818 "cc",
17819 "tree-sitter-language",
17820]
17821
17822[[package]]
17823name = "tree-sitter-go"
17824version = "0.23.4"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
17827dependencies = [
17828 "cc",
17829 "tree-sitter-language",
17830]
17831
17832[[package]]
17833name = "tree-sitter-gomod"
17834version = "1.1.1"
17835source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
17836dependencies = [
17837 "cc",
17838 "tree-sitter-language",
17839]
17840
17841[[package]]
17842name = "tree-sitter-gowork"
17843version = "0.0.1"
17844source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
17845dependencies = [
17846 "cc",
17847 "tree-sitter-language",
17848]
17849
17850[[package]]
17851name = "tree-sitter-heex"
17852version = "0.0.1"
17853source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
17854dependencies = [
17855 "cc",
17856 "tree-sitter-language",
17857]
17858
17859[[package]]
17860name = "tree-sitter-html"
17861version = "0.23.2"
17862source = "registry+https://github.com/rust-lang/crates.io-index"
17863checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
17864dependencies = [
17865 "cc",
17866 "tree-sitter-language",
17867]
17868
17869[[package]]
17870name = "tree-sitter-jsdoc"
17871version = "0.23.2"
17872source = "registry+https://github.com/rust-lang/crates.io-index"
17873checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
17874dependencies = [
17875 "cc",
17876 "tree-sitter-language",
17877]
17878
17879[[package]]
17880name = "tree-sitter-json"
17881version = "0.24.8"
17882source = "registry+https://github.com/rust-lang/crates.io-index"
17883checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
17884dependencies = [
17885 "cc",
17886 "tree-sitter-language",
17887]
17888
17889[[package]]
17890name = "tree-sitter-language"
17891version = "0.1.5"
17892source = "registry+https://github.com/rust-lang/crates.io-index"
17893checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
17894
17895[[package]]
17896name = "tree-sitter-md"
17897version = "0.3.2"
17898source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
17899dependencies = [
17900 "cc",
17901 "tree-sitter-language",
17902]
17903
17904[[package]]
17905name = "tree-sitter-python"
17906version = "0.25.0"
17907source = "registry+https://github.com/rust-lang/crates.io-index"
17908checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
17909dependencies = [
17910 "cc",
17911 "tree-sitter-language",
17912]
17913
17914[[package]]
17915name = "tree-sitter-regex"
17916version = "0.24.3"
17917source = "registry+https://github.com/rust-lang/crates.io-index"
17918checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
17919dependencies = [
17920 "cc",
17921 "tree-sitter-language",
17922]
17923
17924[[package]]
17925name = "tree-sitter-ruby"
17926version = "0.23.1"
17927source = "registry+https://github.com/rust-lang/crates.io-index"
17928checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
17929dependencies = [
17930 "cc",
17931 "tree-sitter-language",
17932]
17933
17934[[package]]
17935name = "tree-sitter-rust"
17936version = "0.24.0"
17937source = "registry+https://github.com/rust-lang/crates.io-index"
17938checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
17939dependencies = [
17940 "cc",
17941 "tree-sitter-language",
17942]
17943
17944[[package]]
17945name = "tree-sitter-typescript"
17946version = "0.23.2"
17947source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
17948dependencies = [
17949 "cc",
17950 "tree-sitter-language",
17951]
17952
17953[[package]]
17954name = "tree-sitter-yaml"
17955version = "0.6.1"
17956source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
17957dependencies = [
17958 "cc",
17959 "tree-sitter-language",
17960]
17961
17962[[package]]
17963name = "try-lock"
17964version = "0.2.5"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
17967
17968[[package]]
17969name = "ttf-parser"
17970version = "0.20.0"
17971source = "registry+https://github.com/rust-lang/crates.io-index"
17972checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
17973
17974[[package]]
17975name = "ttf-parser"
17976version = "0.21.1"
17977source = "registry+https://github.com/rust-lang/crates.io-index"
17978checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
17979
17980[[package]]
17981name = "ttf-parser"
17982version = "0.25.1"
17983source = "registry+https://github.com/rust-lang/crates.io-index"
17984checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
17985dependencies = [
17986 "core_maths",
17987]
17988
17989[[package]]
17990name = "tungstenite"
17991version = "0.20.1"
17992source = "registry+https://github.com/rust-lang/crates.io-index"
17993checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
17994dependencies = [
17995 "byteorder",
17996 "bytes 1.10.1",
17997 "data-encoding",
17998 "http 0.2.12",
17999 "httparse",
18000 "log",
18001 "rand 0.8.5",
18002 "sha1",
18003 "thiserror 1.0.69",
18004 "url",
18005 "utf-8",
18006]
18007
18008[[package]]
18009name = "tungstenite"
18010version = "0.21.0"
18011source = "registry+https://github.com/rust-lang/crates.io-index"
18012checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18013dependencies = [
18014 "byteorder",
18015 "bytes 1.10.1",
18016 "data-encoding",
18017 "http 1.3.1",
18018 "httparse",
18019 "log",
18020 "rand 0.8.5",
18021 "sha1",
18022 "thiserror 1.0.69",
18023 "url",
18024 "utf-8",
18025]
18026
18027[[package]]
18028name = "tungstenite"
18029version = "0.26.2"
18030source = "registry+https://github.com/rust-lang/crates.io-index"
18031checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
18032dependencies = [
18033 "bytes 1.10.1",
18034 "data-encoding",
18035 "http 1.3.1",
18036 "httparse",
18037 "log",
18038 "rand 0.9.2",
18039 "rustls 0.23.33",
18040 "rustls-pki-types",
18041 "sha1",
18042 "thiserror 2.0.17",
18043 "utf-8",
18044]
18045
18046[[package]]
18047name = "tungstenite"
18048version = "0.27.0"
18049source = "registry+https://github.com/rust-lang/crates.io-index"
18050checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18051dependencies = [
18052 "bytes 1.10.1",
18053 "data-encoding",
18054 "http 1.3.1",
18055 "httparse",
18056 "log",
18057 "rand 0.9.2",
18058 "rustls 0.23.33",
18059 "rustls-pki-types",
18060 "sha1",
18061 "thiserror 2.0.17",
18062 "utf-8",
18063]
18064
18065[[package]]
18066name = "typed-path"
18067version = "0.11.0"
18068source = "registry+https://github.com/rust-lang/crates.io-index"
18069checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566"
18070
18071[[package]]
18072name = "typeid"
18073version = "1.0.3"
18074source = "registry+https://github.com/rust-lang/crates.io-index"
18075checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18076
18077[[package]]
18078name = "typenum"
18079version = "1.19.0"
18080source = "registry+https://github.com/rust-lang/crates.io-index"
18081checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18082
18083[[package]]
18084name = "ucd-trie"
18085version = "0.1.7"
18086source = "registry+https://github.com/rust-lang/crates.io-index"
18087checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18088
18089[[package]]
18090name = "uds"
18091version = "0.4.2"
18092source = "registry+https://github.com/rust-lang/crates.io-index"
18093checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18094dependencies = [
18095 "libc",
18096]
18097
18098[[package]]
18099name = "uds_windows"
18100version = "1.1.0"
18101source = "registry+https://github.com/rust-lang/crates.io-index"
18102checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18103dependencies = [
18104 "memoffset",
18105 "tempfile",
18106 "winapi",
18107]
18108
18109[[package]]
18110name = "ug"
18111version = "0.4.0"
18112source = "registry+https://github.com/rust-lang/crates.io-index"
18113checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18114dependencies = [
18115 "gemm 0.18.2",
18116 "half",
18117 "libloading",
18118 "memmap2",
18119 "num",
18120 "num-traits",
18121 "num_cpus",
18122 "rayon",
18123 "safetensors",
18124 "serde",
18125 "thiserror 1.0.69",
18126 "tracing",
18127 "yoke 0.7.5",
18128]
18129
18130[[package]]
18131name = "ui"
18132version = "0.1.0"
18133dependencies = [
18134 "chrono",
18135 "component",
18136 "documented",
18137 "gpui",
18138 "gpui_macros",
18139 "icons",
18140 "itertools 0.14.0",
18141 "menu",
18142 "schemars 1.0.4",
18143 "serde",
18144 "settings",
18145 "smallvec",
18146 "story",
18147 "strum 0.27.2",
18148 "theme",
18149 "ui_macros",
18150 "util",
18151 "windows 0.61.3",
18152]
18153
18154[[package]]
18155name = "ui_input"
18156version = "0.1.0"
18157dependencies = [
18158 "component",
18159 "editor",
18160 "fuzzy",
18161 "gpui",
18162 "menu",
18163 "picker",
18164 "settings",
18165 "theme",
18166 "ui",
18167]
18168
18169[[package]]
18170name = "ui_macros"
18171version = "0.1.0"
18172dependencies = [
18173 "component",
18174 "quote",
18175 "syn 2.0.106",
18176 "ui",
18177]
18178
18179[[package]]
18180name = "ui_prompt"
18181version = "0.1.0"
18182dependencies = [
18183 "gpui",
18184 "markdown",
18185 "menu",
18186 "settings",
18187 "theme",
18188 "ui",
18189 "workspace",
18190]
18191
18192[[package]]
18193name = "unicase"
18194version = "2.8.1"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18197
18198[[package]]
18199name = "unicode-bidi"
18200version = "0.3.18"
18201source = "registry+https://github.com/rust-lang/crates.io-index"
18202checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18203
18204[[package]]
18205name = "unicode-bidi-mirroring"
18206version = "0.2.0"
18207source = "registry+https://github.com/rust-lang/crates.io-index"
18208checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
18209
18210[[package]]
18211name = "unicode-bidi-mirroring"
18212version = "0.4.0"
18213source = "registry+https://github.com/rust-lang/crates.io-index"
18214checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18215
18216[[package]]
18217name = "unicode-ccc"
18218version = "0.2.0"
18219source = "registry+https://github.com/rust-lang/crates.io-index"
18220checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
18221
18222[[package]]
18223name = "unicode-ccc"
18224version = "0.4.0"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18227
18228[[package]]
18229name = "unicode-ident"
18230version = "1.0.19"
18231source = "registry+https://github.com/rust-lang/crates.io-index"
18232checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18233
18234[[package]]
18235name = "unicode-linebreak"
18236version = "0.1.5"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18239
18240[[package]]
18241name = "unicode-normalization"
18242version = "0.1.24"
18243source = "registry+https://github.com/rust-lang/crates.io-index"
18244checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18245dependencies = [
18246 "tinyvec",
18247]
18248
18249[[package]]
18250name = "unicode-properties"
18251version = "0.1.3"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18254
18255[[package]]
18256name = "unicode-reverse"
18257version = "1.0.9"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "4b6f4888ebc23094adfb574fdca9fdc891826287a6397d2cd28802ffd6f20c76"
18260dependencies = [
18261 "unicode-segmentation",
18262]
18263
18264[[package]]
18265name = "unicode-script"
18266version = "0.5.7"
18267source = "registry+https://github.com/rust-lang/crates.io-index"
18268checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
18269
18270[[package]]
18271name = "unicode-segmentation"
18272version = "1.12.0"
18273source = "registry+https://github.com/rust-lang/crates.io-index"
18274checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18275
18276[[package]]
18277name = "unicode-vo"
18278version = "0.1.0"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18281
18282[[package]]
18283name = "unicode-width"
18284version = "0.2.2"
18285source = "registry+https://github.com/rust-lang/crates.io-index"
18286checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18287
18288[[package]]
18289name = "unicode-xid"
18290version = "0.2.6"
18291source = "registry+https://github.com/rust-lang/crates.io-index"
18292checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18293
18294[[package]]
18295name = "unicode_categories"
18296version = "0.1.1"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18299
18300[[package]]
18301name = "unindent"
18302version = "0.2.4"
18303source = "registry+https://github.com/rust-lang/crates.io-index"
18304checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18305
18306[[package]]
18307name = "untrusted"
18308version = "0.9.0"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18311
18312[[package]]
18313name = "unty"
18314version = "0.0.4"
18315source = "registry+https://github.com/rust-lang/crates.io-index"
18316checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
18317
18318[[package]]
18319name = "url"
18320version = "2.5.7"
18321source = "registry+https://github.com/rust-lang/crates.io-index"
18322checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18323dependencies = [
18324 "form_urlencoded",
18325 "idna",
18326 "percent-encoding",
18327 "serde",
18328]
18329
18330[[package]]
18331name = "urlencoding"
18332version = "2.1.3"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18335
18336[[package]]
18337name = "usvg"
18338version = "0.45.1"
18339source = "registry+https://github.com/rust-lang/crates.io-index"
18340checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18341dependencies = [
18342 "base64 0.22.1",
18343 "data-url",
18344 "flate2",
18345 "fontdb 0.23.0",
18346 "imagesize",
18347 "kurbo",
18348 "log",
18349 "pico-args",
18350 "roxmltree",
18351 "rustybuzz 0.20.1",
18352 "simplecss",
18353 "siphasher",
18354 "strict-num",
18355 "svgtypes",
18356 "tiny-skia-path",
18357 "unicode-bidi",
18358 "unicode-script",
18359 "unicode-vo",
18360 "xmlwriter",
18361]
18362
18363[[package]]
18364name = "utf-8"
18365version = "0.7.6"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18368
18369[[package]]
18370name = "utf8_iter"
18371version = "1.0.4"
18372source = "registry+https://github.com/rust-lang/crates.io-index"
18373checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18374
18375[[package]]
18376name = "utf8parse"
18377version = "0.2.2"
18378source = "registry+https://github.com/rust-lang/crates.io-index"
18379checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18380
18381[[package]]
18382name = "util"
18383version = "0.1.0"
18384dependencies = [
18385 "anyhow",
18386 "async-fs",
18387 "async_zip",
18388 "collections",
18389 "command-fds",
18390 "dirs 4.0.0",
18391 "dunce",
18392 "futures 0.3.31",
18393 "futures-lite 1.13.0",
18394 "git2",
18395 "globset",
18396 "indoc",
18397 "itertools 0.14.0",
18398 "libc",
18399 "log",
18400 "nix 0.29.0",
18401 "pretty_assertions",
18402 "rand 0.9.2",
18403 "regex",
18404 "rust-embed",
18405 "schemars 1.0.4",
18406 "serde",
18407 "serde_json",
18408 "serde_json_lenient",
18409 "shlex",
18410 "smol",
18411 "take-until",
18412 "tempfile",
18413 "tendril",
18414 "unicase",
18415 "util_macros",
18416 "walkdir",
18417 "which 6.0.3",
18418]
18419
18420[[package]]
18421name = "util_macros"
18422version = "0.1.0"
18423dependencies = [
18424 "perf",
18425 "quote",
18426 "syn 2.0.106",
18427]
18428
18429[[package]]
18430name = "uuid"
18431version = "1.18.1"
18432source = "registry+https://github.com/rust-lang/crates.io-index"
18433checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18434dependencies = [
18435 "getrandom 0.3.4",
18436 "js-sys",
18437 "serde",
18438 "sha1_smol",
18439 "wasm-bindgen",
18440]
18441
18442[[package]]
18443name = "uuid-simd"
18444version = "0.8.0"
18445source = "registry+https://github.com/rust-lang/crates.io-index"
18446checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18447dependencies = [
18448 "outref",
18449 "uuid",
18450 "vsimd",
18451]
18452
18453[[package]]
18454name = "v_frame"
18455version = "0.3.9"
18456source = "registry+https://github.com/rust-lang/crates.io-index"
18457checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18458dependencies = [
18459 "aligned-vec",
18460 "num-traits",
18461 "wasm-bindgen",
18462]
18463
18464[[package]]
18465name = "valuable"
18466version = "0.1.1"
18467source = "registry+https://github.com/rust-lang/crates.io-index"
18468checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
18469
18470[[package]]
18471name = "value-bag"
18472version = "1.11.1"
18473source = "registry+https://github.com/rust-lang/crates.io-index"
18474checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
18475dependencies = [
18476 "value-bag-serde1",
18477 "value-bag-sval2",
18478]
18479
18480[[package]]
18481name = "value-bag-serde1"
18482version = "1.11.1"
18483source = "registry+https://github.com/rust-lang/crates.io-index"
18484checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
18485dependencies = [
18486 "erased-serde",
18487 "serde",
18488 "serde_fmt",
18489]
18490
18491[[package]]
18492name = "value-bag-sval2"
18493version = "1.11.1"
18494source = "registry+https://github.com/rust-lang/crates.io-index"
18495checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
18496dependencies = [
18497 "sval",
18498 "sval_buffer",
18499 "sval_dynamic",
18500 "sval_fmt",
18501 "sval_json",
18502 "sval_ref",
18503 "sval_serde",
18504]
18505
18506[[package]]
18507name = "vcpkg"
18508version = "0.2.15"
18509source = "registry+https://github.com/rust-lang/crates.io-index"
18510checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
18511
18512[[package]]
18513name = "vercel"
18514version = "0.1.0"
18515dependencies = [
18516 "anyhow",
18517 "schemars 1.0.4",
18518 "serde",
18519 "strum 0.27.2",
18520]
18521
18522[[package]]
18523name = "version-compare"
18524version = "0.2.0"
18525source = "registry+https://github.com/rust-lang/crates.io-index"
18526checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
18527
18528[[package]]
18529name = "version_check"
18530version = "0.9.5"
18531source = "registry+https://github.com/rust-lang/crates.io-index"
18532checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
18533
18534[[package]]
18535name = "vim"
18536version = "0.1.0"
18537dependencies = [
18538 "anyhow",
18539 "assets",
18540 "async-compat",
18541 "async-trait",
18542 "collections",
18543 "command_palette",
18544 "command_palette_hooks",
18545 "db",
18546 "editor",
18547 "env_logger 0.11.8",
18548 "futures 0.3.31",
18549 "fuzzy",
18550 "git_ui",
18551 "gpui",
18552 "indoc",
18553 "itertools 0.14.0",
18554 "language",
18555 "log",
18556 "lsp",
18557 "menu",
18558 "multi_buffer",
18559 "nvim-rs",
18560 "parking_lot",
18561 "perf",
18562 "picker",
18563 "project",
18564 "project_panel",
18565 "regex",
18566 "release_channel",
18567 "schemars 1.0.4",
18568 "search",
18569 "serde",
18570 "serde_json",
18571 "settings",
18572 "task",
18573 "text",
18574 "theme",
18575 "tokio",
18576 "ui",
18577 "util",
18578 "util_macros",
18579 "vim_mode_setting",
18580 "workspace",
18581 "zed_actions",
18582]
18583
18584[[package]]
18585name = "vim_mode_setting"
18586version = "0.1.0"
18587dependencies = [
18588 "gpui",
18589 "settings",
18590]
18591
18592[[package]]
18593name = "virtue"
18594version = "0.0.18"
18595source = "registry+https://github.com/rust-lang/crates.io-index"
18596checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
18597
18598[[package]]
18599name = "vscode_theme"
18600version = "0.2.0"
18601source = "registry+https://github.com/rust-lang/crates.io-index"
18602checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
18603dependencies = [
18604 "serde",
18605]
18606
18607[[package]]
18608name = "vsimd"
18609version = "0.8.0"
18610source = "registry+https://github.com/rust-lang/crates.io-index"
18611checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
18612
18613[[package]]
18614name = "vswhom"
18615version = "0.1.0"
18616source = "registry+https://github.com/rust-lang/crates.io-index"
18617checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
18618dependencies = [
18619 "libc",
18620 "vswhom-sys",
18621]
18622
18623[[package]]
18624name = "vswhom-sys"
18625version = "0.1.3"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
18628dependencies = [
18629 "cc",
18630 "libc",
18631]
18632
18633[[package]]
18634name = "vte"
18635version = "0.15.0"
18636source = "registry+https://github.com/rust-lang/crates.io-index"
18637checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
18638dependencies = [
18639 "arrayvec",
18640 "bitflags 2.9.4",
18641 "cursor-icon",
18642 "log",
18643 "memchr",
18644 "serde",
18645]
18646
18647[[package]]
18648name = "waker-fn"
18649version = "1.2.0"
18650source = "registry+https://github.com/rust-lang/crates.io-index"
18651checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
18652
18653[[package]]
18654name = "walkdir"
18655version = "2.5.0"
18656source = "registry+https://github.com/rust-lang/crates.io-index"
18657checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
18658dependencies = [
18659 "same-file",
18660 "winapi-util",
18661]
18662
18663[[package]]
18664name = "want"
18665version = "0.3.1"
18666source = "registry+https://github.com/rust-lang/crates.io-index"
18667checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
18668dependencies = [
18669 "try-lock",
18670]
18671
18672[[package]]
18673name = "warp"
18674version = "0.3.7"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
18677dependencies = [
18678 "bytes 1.10.1",
18679 "futures-channel",
18680 "futures-util",
18681 "headers",
18682 "http 0.2.12",
18683 "hyper 0.14.32",
18684 "log",
18685 "mime",
18686 "mime_guess",
18687 "percent-encoding",
18688 "pin-project",
18689 "scoped-tls",
18690 "serde",
18691 "serde_json",
18692 "serde_urlencoded",
18693 "tokio",
18694 "tokio-tungstenite 0.21.0",
18695 "tokio-util",
18696 "tower-service",
18697 "tracing",
18698]
18699
18700[[package]]
18701name = "wasi"
18702version = "0.11.1+wasi-snapshot-preview1"
18703source = "registry+https://github.com/rust-lang/crates.io-index"
18704checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
18705
18706[[package]]
18707name = "wasip2"
18708version = "1.0.1+wasi-0.2.4"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
18711dependencies = [
18712 "wit-bindgen 0.46.0",
18713]
18714
18715[[package]]
18716name = "wasite"
18717version = "0.1.0"
18718source = "registry+https://github.com/rust-lang/crates.io-index"
18719checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
18720
18721[[package]]
18722name = "wasm-bindgen"
18723version = "0.2.104"
18724source = "registry+https://github.com/rust-lang/crates.io-index"
18725checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
18726dependencies = [
18727 "cfg-if",
18728 "once_cell",
18729 "rustversion",
18730 "wasm-bindgen-macro",
18731 "wasm-bindgen-shared",
18732]
18733
18734[[package]]
18735name = "wasm-bindgen-backend"
18736version = "0.2.104"
18737source = "registry+https://github.com/rust-lang/crates.io-index"
18738checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
18739dependencies = [
18740 "bumpalo",
18741 "log",
18742 "proc-macro2",
18743 "quote",
18744 "syn 2.0.106",
18745 "wasm-bindgen-shared",
18746]
18747
18748[[package]]
18749name = "wasm-bindgen-futures"
18750version = "0.4.54"
18751source = "registry+https://github.com/rust-lang/crates.io-index"
18752checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
18753dependencies = [
18754 "cfg-if",
18755 "js-sys",
18756 "once_cell",
18757 "wasm-bindgen",
18758 "web-sys",
18759]
18760
18761[[package]]
18762name = "wasm-bindgen-macro"
18763version = "0.2.104"
18764source = "registry+https://github.com/rust-lang/crates.io-index"
18765checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
18766dependencies = [
18767 "quote",
18768 "wasm-bindgen-macro-support",
18769]
18770
18771[[package]]
18772name = "wasm-bindgen-macro-support"
18773version = "0.2.104"
18774source = "registry+https://github.com/rust-lang/crates.io-index"
18775checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
18776dependencies = [
18777 "proc-macro2",
18778 "quote",
18779 "syn 2.0.106",
18780 "wasm-bindgen-backend",
18781 "wasm-bindgen-shared",
18782]
18783
18784[[package]]
18785name = "wasm-bindgen-shared"
18786version = "0.2.104"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
18789dependencies = [
18790 "unicode-ident",
18791]
18792
18793[[package]]
18794name = "wasm-encoder"
18795version = "0.201.0"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
18798dependencies = [
18799 "leb128",
18800]
18801
18802[[package]]
18803name = "wasm-encoder"
18804version = "0.221.3"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
18807dependencies = [
18808 "leb128",
18809 "wasmparser 0.221.3",
18810]
18811
18812[[package]]
18813name = "wasm-encoder"
18814version = "0.227.1"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
18817dependencies = [
18818 "leb128fmt",
18819 "wasmparser 0.227.1",
18820]
18821
18822[[package]]
18823name = "wasm-metadata"
18824version = "0.201.0"
18825source = "registry+https://github.com/rust-lang/crates.io-index"
18826checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
18827dependencies = [
18828 "anyhow",
18829 "indexmap 2.11.4",
18830 "serde",
18831 "serde_derive",
18832 "serde_json",
18833 "spdx",
18834 "wasm-encoder 0.201.0",
18835 "wasmparser 0.201.0",
18836]
18837
18838[[package]]
18839name = "wasm-metadata"
18840version = "0.227.1"
18841source = "registry+https://github.com/rust-lang/crates.io-index"
18842checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
18843dependencies = [
18844 "anyhow",
18845 "auditable-serde",
18846 "flate2",
18847 "indexmap 2.11.4",
18848 "serde",
18849 "serde_derive",
18850 "serde_json",
18851 "spdx",
18852 "url",
18853 "wasm-encoder 0.227.1",
18854 "wasmparser 0.227.1",
18855]
18856
18857[[package]]
18858name = "wasm-streams"
18859version = "0.4.2"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
18862dependencies = [
18863 "futures-util",
18864 "js-sys",
18865 "wasm-bindgen",
18866 "wasm-bindgen-futures",
18867 "web-sys",
18868]
18869
18870[[package]]
18871name = "wasmparser"
18872version = "0.201.0"
18873source = "registry+https://github.com/rust-lang/crates.io-index"
18874checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
18875dependencies = [
18876 "bitflags 2.9.4",
18877 "indexmap 2.11.4",
18878 "semver",
18879]
18880
18881[[package]]
18882name = "wasmparser"
18883version = "0.221.3"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
18886dependencies = [
18887 "bitflags 2.9.4",
18888 "hashbrown 0.15.5",
18889 "indexmap 2.11.4",
18890 "semver",
18891 "serde",
18892]
18893
18894[[package]]
18895name = "wasmparser"
18896version = "0.227.1"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
18899dependencies = [
18900 "bitflags 2.9.4",
18901 "hashbrown 0.15.5",
18902 "indexmap 2.11.4",
18903 "semver",
18904]
18905
18906[[package]]
18907name = "wasmprinter"
18908version = "0.221.3"
18909source = "registry+https://github.com/rust-lang/crates.io-index"
18910checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
18911dependencies = [
18912 "anyhow",
18913 "termcolor",
18914 "wasmparser 0.221.3",
18915]
18916
18917[[package]]
18918name = "wasmtime"
18919version = "29.0.1"
18920source = "registry+https://github.com/rust-lang/crates.io-index"
18921checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
18922dependencies = [
18923 "anyhow",
18924 "async-trait",
18925 "bitflags 2.9.4",
18926 "bumpalo",
18927 "cc",
18928 "cfg-if",
18929 "encoding_rs",
18930 "hashbrown 0.14.5",
18931 "indexmap 2.11.4",
18932 "libc",
18933 "log",
18934 "mach2 0.4.3",
18935 "memfd",
18936 "object 0.36.7",
18937 "once_cell",
18938 "paste",
18939 "postcard",
18940 "psm",
18941 "pulley-interpreter",
18942 "rayon",
18943 "rustix 0.38.44",
18944 "semver",
18945 "serde",
18946 "serde_derive",
18947 "smallvec",
18948 "sptr",
18949 "target-lexicon 0.13.3",
18950 "trait-variant",
18951 "wasmparser 0.221.3",
18952 "wasmtime-asm-macros",
18953 "wasmtime-component-macro",
18954 "wasmtime-component-util",
18955 "wasmtime-cranelift",
18956 "wasmtime-environ",
18957 "wasmtime-fiber",
18958 "wasmtime-jit-icache-coherence",
18959 "wasmtime-math",
18960 "wasmtime-slab",
18961 "wasmtime-versioned-export-macros",
18962 "wasmtime-winch",
18963 "windows-sys 0.59.0",
18964]
18965
18966[[package]]
18967name = "wasmtime-asm-macros"
18968version = "29.0.1"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
18971dependencies = [
18972 "cfg-if",
18973]
18974
18975[[package]]
18976name = "wasmtime-c-api-impl"
18977version = "29.0.1"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
18980dependencies = [
18981 "anyhow",
18982 "log",
18983 "tracing",
18984 "wasmtime",
18985 "wasmtime-c-api-macros",
18986]
18987
18988[[package]]
18989name = "wasmtime-c-api-macros"
18990version = "29.0.1"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
18993dependencies = [
18994 "proc-macro2",
18995 "quote",
18996]
18997
18998[[package]]
18999name = "wasmtime-component-macro"
19000version = "29.0.1"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
19003dependencies = [
19004 "anyhow",
19005 "proc-macro2",
19006 "quote",
19007 "syn 2.0.106",
19008 "wasmtime-component-util",
19009 "wasmtime-wit-bindgen",
19010 "wit-parser 0.221.3",
19011]
19012
19013[[package]]
19014name = "wasmtime-component-util"
19015version = "29.0.1"
19016source = "registry+https://github.com/rust-lang/crates.io-index"
19017checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
19018
19019[[package]]
19020name = "wasmtime-cranelift"
19021version = "29.0.1"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
19024dependencies = [
19025 "anyhow",
19026 "cfg-if",
19027 "cranelift-codegen",
19028 "cranelift-control",
19029 "cranelift-entity",
19030 "cranelift-frontend",
19031 "cranelift-native",
19032 "gimli 0.31.1",
19033 "itertools 0.12.1",
19034 "log",
19035 "object 0.36.7",
19036 "smallvec",
19037 "target-lexicon 0.13.3",
19038 "thiserror 1.0.69",
19039 "wasmparser 0.221.3",
19040 "wasmtime-environ",
19041 "wasmtime-versioned-export-macros",
19042]
19043
19044[[package]]
19045name = "wasmtime-environ"
19046version = "29.0.1"
19047source = "registry+https://github.com/rust-lang/crates.io-index"
19048checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
19049dependencies = [
19050 "anyhow",
19051 "cpp_demangle",
19052 "cranelift-bitset",
19053 "cranelift-entity",
19054 "gimli 0.31.1",
19055 "indexmap 2.11.4",
19056 "log",
19057 "object 0.36.7",
19058 "postcard",
19059 "rustc-demangle",
19060 "semver",
19061 "serde",
19062 "serde_derive",
19063 "smallvec",
19064 "target-lexicon 0.13.3",
19065 "wasm-encoder 0.221.3",
19066 "wasmparser 0.221.3",
19067 "wasmprinter",
19068 "wasmtime-component-util",
19069]
19070
19071[[package]]
19072name = "wasmtime-fiber"
19073version = "29.0.1"
19074source = "registry+https://github.com/rust-lang/crates.io-index"
19075checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
19076dependencies = [
19077 "anyhow",
19078 "cc",
19079 "cfg-if",
19080 "rustix 0.38.44",
19081 "wasmtime-asm-macros",
19082 "wasmtime-versioned-export-macros",
19083 "windows-sys 0.59.0",
19084]
19085
19086[[package]]
19087name = "wasmtime-jit-icache-coherence"
19088version = "29.0.1"
19089source = "registry+https://github.com/rust-lang/crates.io-index"
19090checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
19091dependencies = [
19092 "anyhow",
19093 "cfg-if",
19094 "libc",
19095 "windows-sys 0.59.0",
19096]
19097
19098[[package]]
19099name = "wasmtime-math"
19100version = "29.0.1"
19101source = "registry+https://github.com/rust-lang/crates.io-index"
19102checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
19103dependencies = [
19104 "libm",
19105]
19106
19107[[package]]
19108name = "wasmtime-slab"
19109version = "29.0.1"
19110source = "registry+https://github.com/rust-lang/crates.io-index"
19111checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
19112
19113[[package]]
19114name = "wasmtime-versioned-export-macros"
19115version = "29.0.1"
19116source = "registry+https://github.com/rust-lang/crates.io-index"
19117checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
19118dependencies = [
19119 "proc-macro2",
19120 "quote",
19121 "syn 2.0.106",
19122]
19123
19124[[package]]
19125name = "wasmtime-wasi"
19126version = "29.0.1"
19127source = "registry+https://github.com/rust-lang/crates.io-index"
19128checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
19129dependencies = [
19130 "anyhow",
19131 "async-trait",
19132 "bitflags 2.9.4",
19133 "bytes 1.10.1",
19134 "cap-fs-ext",
19135 "cap-net-ext",
19136 "cap-rand",
19137 "cap-std",
19138 "cap-time-ext",
19139 "fs-set-times",
19140 "futures 0.3.31",
19141 "io-extras",
19142 "io-lifetimes",
19143 "rustix 0.38.44",
19144 "system-interface",
19145 "thiserror 1.0.69",
19146 "tokio",
19147 "tracing",
19148 "trait-variant",
19149 "url",
19150 "wasmtime",
19151 "wiggle",
19152 "windows-sys 0.59.0",
19153]
19154
19155[[package]]
19156name = "wasmtime-winch"
19157version = "29.0.1"
19158source = "registry+https://github.com/rust-lang/crates.io-index"
19159checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
19160dependencies = [
19161 "anyhow",
19162 "cranelift-codegen",
19163 "gimli 0.31.1",
19164 "object 0.36.7",
19165 "target-lexicon 0.13.3",
19166 "wasmparser 0.221.3",
19167 "wasmtime-cranelift",
19168 "wasmtime-environ",
19169 "winch-codegen",
19170]
19171
19172[[package]]
19173name = "wasmtime-wit-bindgen"
19174version = "29.0.1"
19175source = "registry+https://github.com/rust-lang/crates.io-index"
19176checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
19177dependencies = [
19178 "anyhow",
19179 "heck 0.5.0",
19180 "indexmap 2.11.4",
19181 "wit-parser 0.221.3",
19182]
19183
19184[[package]]
19185name = "wast"
19186version = "35.0.2"
19187source = "registry+https://github.com/rust-lang/crates.io-index"
19188checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19189dependencies = [
19190 "leb128",
19191]
19192
19193[[package]]
19194name = "watch"
19195version = "0.1.0"
19196dependencies = [
19197 "ctor",
19198 "futures 0.3.31",
19199 "gpui",
19200 "parking_lot",
19201 "rand 0.9.2",
19202 "zlog",
19203]
19204
19205[[package]]
19206name = "wayland-backend"
19207version = "0.3.11"
19208source = "registry+https://github.com/rust-lang/crates.io-index"
19209checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19210dependencies = [
19211 "cc",
19212 "downcast-rs",
19213 "rustix 1.1.2",
19214 "scoped-tls",
19215 "smallvec",
19216 "wayland-sys",
19217]
19218
19219[[package]]
19220name = "wayland-client"
19221version = "0.31.11"
19222source = "registry+https://github.com/rust-lang/crates.io-index"
19223checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19224dependencies = [
19225 "bitflags 2.9.4",
19226 "rustix 1.1.2",
19227 "wayland-backend",
19228 "wayland-scanner",
19229]
19230
19231[[package]]
19232name = "wayland-cursor"
19233version = "0.31.11"
19234source = "registry+https://github.com/rust-lang/crates.io-index"
19235checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19236dependencies = [
19237 "rustix 1.1.2",
19238 "wayland-client",
19239 "xcursor",
19240]
19241
19242[[package]]
19243name = "wayland-protocols"
19244version = "0.31.2"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
19247dependencies = [
19248 "bitflags 2.9.4",
19249 "wayland-backend",
19250 "wayland-client",
19251 "wayland-scanner",
19252]
19253
19254[[package]]
19255name = "wayland-protocols"
19256version = "0.32.9"
19257source = "registry+https://github.com/rust-lang/crates.io-index"
19258checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19259dependencies = [
19260 "bitflags 2.9.4",
19261 "wayland-backend",
19262 "wayland-client",
19263 "wayland-scanner",
19264]
19265
19266[[package]]
19267name = "wayland-protocols-plasma"
19268version = "0.2.0"
19269source = "registry+https://github.com/rust-lang/crates.io-index"
19270checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
19271dependencies = [
19272 "bitflags 2.9.4",
19273 "wayland-backend",
19274 "wayland-client",
19275 "wayland-protocols 0.31.2",
19276 "wayland-scanner",
19277]
19278
19279[[package]]
19280name = "wayland-scanner"
19281version = "0.31.7"
19282source = "registry+https://github.com/rust-lang/crates.io-index"
19283checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19284dependencies = [
19285 "proc-macro2",
19286 "quick-xml 0.37.5",
19287 "quote",
19288]
19289
19290[[package]]
19291name = "wayland-sys"
19292version = "0.31.7"
19293source = "registry+https://github.com/rust-lang/crates.io-index"
19294checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19295dependencies = [
19296 "dlib",
19297 "log",
19298 "once_cell",
19299 "pkg-config",
19300]
19301
19302[[package]]
19303name = "web-sys"
19304version = "0.3.81"
19305source = "registry+https://github.com/rust-lang/crates.io-index"
19306checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
19307dependencies = [
19308 "js-sys",
19309 "wasm-bindgen",
19310]
19311
19312[[package]]
19313name = "web-time"
19314version = "1.1.0"
19315source = "registry+https://github.com/rust-lang/crates.io-index"
19316checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19317dependencies = [
19318 "js-sys",
19319 "wasm-bindgen",
19320]
19321
19322[[package]]
19323name = "web_atoms"
19324version = "0.1.3"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19327dependencies = [
19328 "phf 0.11.3",
19329 "phf_codegen",
19330 "string_cache",
19331 "string_cache_codegen",
19332]
19333
19334[[package]]
19335name = "web_search"
19336version = "0.1.0"
19337dependencies = [
19338 "anyhow",
19339 "cloud_llm_client",
19340 "collections",
19341 "gpui",
19342 "serde",
19343]
19344
19345[[package]]
19346name = "web_search_providers"
19347version = "0.1.0"
19348dependencies = [
19349 "anyhow",
19350 "client",
19351 "cloud_llm_client",
19352 "futures 0.3.31",
19353 "gpui",
19354 "http_client",
19355 "language_model",
19356 "serde",
19357 "serde_json",
19358 "web_search",
19359]
19360
19361[[package]]
19362name = "webpki-root-certs"
19363version = "0.26.8"
19364source = "registry+https://github.com/rust-lang/crates.io-index"
19365checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
19366dependencies = [
19367 "rustls-pki-types",
19368]
19369
19370[[package]]
19371name = "webpki-roots"
19372version = "0.26.8"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
19375dependencies = [
19376 "rustls-pki-types",
19377]
19378
19379[[package]]
19380name = "webrtc-sys"
19381version = "0.3.7"
19382source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
19383dependencies = [
19384 "cc",
19385 "cxx",
19386 "cxx-build",
19387 "glob",
19388 "log",
19389 "webrtc-sys-build",
19390]
19391
19392[[package]]
19393name = "webrtc-sys-build"
19394version = "0.3.6"
19395source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=5f04705ac3f356350ae31534ffbc476abc9ea83d#5f04705ac3f356350ae31534ffbc476abc9ea83d"
19396dependencies = [
19397 "fs2",
19398 "regex",
19399 "reqwest 0.11.27",
19400 "scratch",
19401 "semver",
19402 "zip 0.6.6",
19403]
19404
19405[[package]]
19406name = "weezl"
19407version = "0.1.10"
19408source = "registry+https://github.com/rust-lang/crates.io-index"
19409checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
19410
19411[[package]]
19412name = "which"
19413version = "4.4.2"
19414source = "registry+https://github.com/rust-lang/crates.io-index"
19415checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
19416dependencies = [
19417 "either",
19418 "home",
19419 "once_cell",
19420 "rustix 0.38.44",
19421]
19422
19423[[package]]
19424name = "which"
19425version = "6.0.3"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
19428dependencies = [
19429 "either",
19430 "home",
19431 "rustix 0.38.44",
19432 "winsafe",
19433]
19434
19435[[package]]
19436name = "whoami"
19437version = "1.6.1"
19438source = "registry+https://github.com/rust-lang/crates.io-index"
19439checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
19440dependencies = [
19441 "libredox",
19442 "wasite",
19443]
19444
19445[[package]]
19446name = "wiggle"
19447version = "29.0.1"
19448source = "registry+https://github.com/rust-lang/crates.io-index"
19449checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
19450dependencies = [
19451 "anyhow",
19452 "async-trait",
19453 "bitflags 2.9.4",
19454 "thiserror 1.0.69",
19455 "tracing",
19456 "wasmtime",
19457 "wiggle-macro",
19458]
19459
19460[[package]]
19461name = "wiggle-generate"
19462version = "29.0.1"
19463source = "registry+https://github.com/rust-lang/crates.io-index"
19464checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
19465dependencies = [
19466 "anyhow",
19467 "heck 0.5.0",
19468 "proc-macro2",
19469 "quote",
19470 "shellexpand 2.1.2",
19471 "syn 2.0.106",
19472 "witx",
19473]
19474
19475[[package]]
19476name = "wiggle-macro"
19477version = "29.0.1"
19478source = "registry+https://github.com/rust-lang/crates.io-index"
19479checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
19480dependencies = [
19481 "proc-macro2",
19482 "quote",
19483 "syn 2.0.106",
19484 "wiggle-generate",
19485]
19486
19487[[package]]
19488name = "winapi"
19489version = "0.3.9"
19490source = "registry+https://github.com/rust-lang/crates.io-index"
19491checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
19492dependencies = [
19493 "winapi-i686-pc-windows-gnu",
19494 "winapi-x86_64-pc-windows-gnu",
19495]
19496
19497[[package]]
19498name = "winapi-i686-pc-windows-gnu"
19499version = "0.4.0"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
19502
19503[[package]]
19504name = "winapi-util"
19505version = "0.1.11"
19506source = "registry+https://github.com/rust-lang/crates.io-index"
19507checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
19508dependencies = [
19509 "windows-sys 0.48.0",
19510]
19511
19512[[package]]
19513name = "winapi-x86_64-pc-windows-gnu"
19514version = "0.4.0"
19515source = "registry+https://github.com/rust-lang/crates.io-index"
19516checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
19517
19518[[package]]
19519name = "winch-codegen"
19520version = "29.0.1"
19521source = "registry+https://github.com/rust-lang/crates.io-index"
19522checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
19523dependencies = [
19524 "anyhow",
19525 "cranelift-codegen",
19526 "gimli 0.31.1",
19527 "regalloc2",
19528 "smallvec",
19529 "target-lexicon 0.13.3",
19530 "thiserror 1.0.69",
19531 "wasmparser 0.221.3",
19532 "wasmtime-cranelift",
19533 "wasmtime-environ",
19534]
19535
19536[[package]]
19537name = "windows"
19538version = "0.54.0"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
19541dependencies = [
19542 "windows-core 0.54.0",
19543 "windows-targets 0.52.6",
19544]
19545
19546[[package]]
19547name = "windows"
19548version = "0.57.0"
19549source = "registry+https://github.com/rust-lang/crates.io-index"
19550checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
19551dependencies = [
19552 "windows-core 0.57.0",
19553 "windows-targets 0.52.6",
19554]
19555
19556[[package]]
19557name = "windows"
19558version = "0.58.0"
19559source = "registry+https://github.com/rust-lang/crates.io-index"
19560checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
19561dependencies = [
19562 "windows-core 0.58.0",
19563 "windows-targets 0.52.6",
19564]
19565
19566[[package]]
19567name = "windows"
19568version = "0.61.3"
19569source = "registry+https://github.com/rust-lang/crates.io-index"
19570checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
19571dependencies = [
19572 "windows-collections",
19573 "windows-core 0.61.2",
19574 "windows-future",
19575 "windows-link 0.1.3",
19576 "windows-numerics",
19577]
19578
19579[[package]]
19580name = "windows-capture"
19581version = "1.4.3"
19582source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
19583dependencies = [
19584 "clap",
19585 "ctrlc",
19586 "parking_lot",
19587 "rayon",
19588 "thiserror 2.0.17",
19589 "windows 0.61.3",
19590 "windows-future",
19591]
19592
19593[[package]]
19594name = "windows-collections"
19595version = "0.2.0"
19596source = "registry+https://github.com/rust-lang/crates.io-index"
19597checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
19598dependencies = [
19599 "windows-core 0.61.2",
19600]
19601
19602[[package]]
19603name = "windows-core"
19604version = "0.54.0"
19605source = "registry+https://github.com/rust-lang/crates.io-index"
19606checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
19607dependencies = [
19608 "windows-result 0.1.2",
19609 "windows-targets 0.52.6",
19610]
19611
19612[[package]]
19613name = "windows-core"
19614version = "0.57.0"
19615source = "registry+https://github.com/rust-lang/crates.io-index"
19616checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
19617dependencies = [
19618 "windows-implement 0.57.0",
19619 "windows-interface 0.57.0",
19620 "windows-result 0.1.2",
19621 "windows-targets 0.52.6",
19622]
19623
19624[[package]]
19625name = "windows-core"
19626version = "0.58.0"
19627source = "registry+https://github.com/rust-lang/crates.io-index"
19628checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
19629dependencies = [
19630 "windows-implement 0.58.0",
19631 "windows-interface 0.58.0",
19632 "windows-result 0.2.0",
19633 "windows-strings 0.1.0",
19634 "windows-targets 0.52.6",
19635]
19636
19637[[package]]
19638name = "windows-core"
19639version = "0.61.2"
19640source = "registry+https://github.com/rust-lang/crates.io-index"
19641checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
19642dependencies = [
19643 "windows-implement 0.60.2",
19644 "windows-interface 0.59.3",
19645 "windows-link 0.1.3",
19646 "windows-result 0.3.4",
19647 "windows-strings 0.4.2",
19648]
19649
19650[[package]]
19651name = "windows-core"
19652version = "0.62.2"
19653source = "registry+https://github.com/rust-lang/crates.io-index"
19654checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
19655dependencies = [
19656 "windows-implement 0.60.2",
19657 "windows-interface 0.59.3",
19658 "windows-link 0.2.1",
19659 "windows-result 0.4.1",
19660 "windows-strings 0.5.1",
19661]
19662
19663[[package]]
19664name = "windows-future"
19665version = "0.2.1"
19666source = "registry+https://github.com/rust-lang/crates.io-index"
19667checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
19668dependencies = [
19669 "windows-core 0.61.2",
19670 "windows-link 0.1.3",
19671 "windows-threading",
19672]
19673
19674[[package]]
19675name = "windows-implement"
19676version = "0.57.0"
19677source = "registry+https://github.com/rust-lang/crates.io-index"
19678checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
19679dependencies = [
19680 "proc-macro2",
19681 "quote",
19682 "syn 2.0.106",
19683]
19684
19685[[package]]
19686name = "windows-implement"
19687version = "0.58.0"
19688source = "registry+https://github.com/rust-lang/crates.io-index"
19689checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
19690dependencies = [
19691 "proc-macro2",
19692 "quote",
19693 "syn 2.0.106",
19694]
19695
19696[[package]]
19697name = "windows-implement"
19698version = "0.60.2"
19699source = "registry+https://github.com/rust-lang/crates.io-index"
19700checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
19701dependencies = [
19702 "proc-macro2",
19703 "quote",
19704 "syn 2.0.106",
19705]
19706
19707[[package]]
19708name = "windows-interface"
19709version = "0.57.0"
19710source = "registry+https://github.com/rust-lang/crates.io-index"
19711checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
19712dependencies = [
19713 "proc-macro2",
19714 "quote",
19715 "syn 2.0.106",
19716]
19717
19718[[package]]
19719name = "windows-interface"
19720version = "0.58.0"
19721source = "registry+https://github.com/rust-lang/crates.io-index"
19722checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
19723dependencies = [
19724 "proc-macro2",
19725 "quote",
19726 "syn 2.0.106",
19727]
19728
19729[[package]]
19730name = "windows-interface"
19731version = "0.59.3"
19732source = "registry+https://github.com/rust-lang/crates.io-index"
19733checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
19734dependencies = [
19735 "proc-macro2",
19736 "quote",
19737 "syn 2.0.106",
19738]
19739
19740[[package]]
19741name = "windows-link"
19742version = "0.1.3"
19743source = "registry+https://github.com/rust-lang/crates.io-index"
19744checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
19745
19746[[package]]
19747name = "windows-link"
19748version = "0.2.1"
19749source = "registry+https://github.com/rust-lang/crates.io-index"
19750checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
19751
19752[[package]]
19753name = "windows-numerics"
19754version = "0.2.0"
19755source = "registry+https://github.com/rust-lang/crates.io-index"
19756checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
19757dependencies = [
19758 "windows-core 0.61.2",
19759 "windows-link 0.1.3",
19760]
19761
19762[[package]]
19763name = "windows-registry"
19764version = "0.4.0"
19765source = "registry+https://github.com/rust-lang/crates.io-index"
19766checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
19767dependencies = [
19768 "windows-result 0.3.4",
19769 "windows-strings 0.3.1",
19770 "windows-targets 0.53.5",
19771]
19772
19773[[package]]
19774name = "windows-registry"
19775version = "0.5.3"
19776source = "registry+https://github.com/rust-lang/crates.io-index"
19777checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
19778dependencies = [
19779 "windows-link 0.1.3",
19780 "windows-result 0.3.4",
19781 "windows-strings 0.4.2",
19782]
19783
19784[[package]]
19785name = "windows-registry"
19786version = "0.6.1"
19787source = "registry+https://github.com/rust-lang/crates.io-index"
19788checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
19789dependencies = [
19790 "windows-link 0.2.1",
19791 "windows-result 0.4.1",
19792 "windows-strings 0.5.1",
19793]
19794
19795[[package]]
19796name = "windows-result"
19797version = "0.1.2"
19798source = "registry+https://github.com/rust-lang/crates.io-index"
19799checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
19800dependencies = [
19801 "windows-targets 0.52.6",
19802]
19803
19804[[package]]
19805name = "windows-result"
19806version = "0.2.0"
19807source = "registry+https://github.com/rust-lang/crates.io-index"
19808checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
19809dependencies = [
19810 "windows-targets 0.52.6",
19811]
19812
19813[[package]]
19814name = "windows-result"
19815version = "0.3.4"
19816source = "registry+https://github.com/rust-lang/crates.io-index"
19817checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
19818dependencies = [
19819 "windows-link 0.1.3",
19820]
19821
19822[[package]]
19823name = "windows-result"
19824version = "0.4.1"
19825source = "registry+https://github.com/rust-lang/crates.io-index"
19826checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
19827dependencies = [
19828 "windows-link 0.2.1",
19829]
19830
19831[[package]]
19832name = "windows-strings"
19833version = "0.1.0"
19834source = "registry+https://github.com/rust-lang/crates.io-index"
19835checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
19836dependencies = [
19837 "windows-result 0.2.0",
19838 "windows-targets 0.52.6",
19839]
19840
19841[[package]]
19842name = "windows-strings"
19843version = "0.3.1"
19844source = "registry+https://github.com/rust-lang/crates.io-index"
19845checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
19846dependencies = [
19847 "windows-link 0.1.3",
19848]
19849
19850[[package]]
19851name = "windows-strings"
19852version = "0.4.2"
19853source = "registry+https://github.com/rust-lang/crates.io-index"
19854checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
19855dependencies = [
19856 "windows-link 0.1.3",
19857]
19858
19859[[package]]
19860name = "windows-strings"
19861version = "0.5.1"
19862source = "registry+https://github.com/rust-lang/crates.io-index"
19863checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
19864dependencies = [
19865 "windows-link 0.2.1",
19866]
19867
19868[[package]]
19869name = "windows-sys"
19870version = "0.45.0"
19871source = "registry+https://github.com/rust-lang/crates.io-index"
19872checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
19873dependencies = [
19874 "windows-targets 0.42.2",
19875]
19876
19877[[package]]
19878name = "windows-sys"
19879version = "0.48.0"
19880source = "registry+https://github.com/rust-lang/crates.io-index"
19881checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
19882dependencies = [
19883 "windows-targets 0.48.5",
19884]
19885
19886[[package]]
19887name = "windows-sys"
19888version = "0.52.0"
19889source = "registry+https://github.com/rust-lang/crates.io-index"
19890checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
19891dependencies = [
19892 "windows-targets 0.52.6",
19893]
19894
19895[[package]]
19896name = "windows-sys"
19897version = "0.59.0"
19898source = "registry+https://github.com/rust-lang/crates.io-index"
19899checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
19900dependencies = [
19901 "windows-targets 0.52.6",
19902]
19903
19904[[package]]
19905name = "windows-sys"
19906version = "0.60.2"
19907source = "registry+https://github.com/rust-lang/crates.io-index"
19908checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
19909dependencies = [
19910 "windows-targets 0.53.5",
19911]
19912
19913[[package]]
19914name = "windows-sys"
19915version = "0.61.2"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
19918dependencies = [
19919 "windows-link 0.2.1",
19920]
19921
19922[[package]]
19923name = "windows-targets"
19924version = "0.42.2"
19925source = "registry+https://github.com/rust-lang/crates.io-index"
19926checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
19927dependencies = [
19928 "windows_aarch64_gnullvm 0.42.2",
19929 "windows_aarch64_msvc 0.42.2",
19930 "windows_i686_gnu 0.42.2",
19931 "windows_i686_msvc 0.42.2",
19932 "windows_x86_64_gnu 0.42.2",
19933 "windows_x86_64_gnullvm 0.42.2",
19934 "windows_x86_64_msvc 0.42.2",
19935]
19936
19937[[package]]
19938name = "windows-targets"
19939version = "0.48.5"
19940source = "registry+https://github.com/rust-lang/crates.io-index"
19941checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
19942dependencies = [
19943 "windows_aarch64_gnullvm 0.48.5",
19944 "windows_aarch64_msvc 0.48.5",
19945 "windows_i686_gnu 0.48.5",
19946 "windows_i686_msvc 0.48.5",
19947 "windows_x86_64_gnu 0.48.5",
19948 "windows_x86_64_gnullvm 0.48.5",
19949 "windows_x86_64_msvc 0.48.5",
19950]
19951
19952[[package]]
19953name = "windows-targets"
19954version = "0.52.6"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
19957dependencies = [
19958 "windows_aarch64_gnullvm 0.52.6",
19959 "windows_aarch64_msvc 0.52.6",
19960 "windows_i686_gnu 0.52.6",
19961 "windows_i686_gnullvm 0.52.6",
19962 "windows_i686_msvc 0.52.6",
19963 "windows_x86_64_gnu 0.52.6",
19964 "windows_x86_64_gnullvm 0.52.6",
19965 "windows_x86_64_msvc 0.52.6",
19966]
19967
19968[[package]]
19969name = "windows-targets"
19970version = "0.53.5"
19971source = "registry+https://github.com/rust-lang/crates.io-index"
19972checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
19973dependencies = [
19974 "windows-link 0.2.1",
19975 "windows_aarch64_gnullvm 0.53.1",
19976 "windows_aarch64_msvc 0.53.1",
19977 "windows_i686_gnu 0.53.1",
19978 "windows_i686_gnullvm 0.53.1",
19979 "windows_i686_msvc 0.53.1",
19980 "windows_x86_64_gnu 0.53.1",
19981 "windows_x86_64_gnullvm 0.53.1",
19982 "windows_x86_64_msvc 0.53.1",
19983]
19984
19985[[package]]
19986name = "windows-threading"
19987version = "0.1.0"
19988source = "registry+https://github.com/rust-lang/crates.io-index"
19989checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
19990dependencies = [
19991 "windows-link 0.1.3",
19992]
19993
19994[[package]]
19995name = "windows_aarch64_gnullvm"
19996version = "0.42.2"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
19999
20000[[package]]
20001name = "windows_aarch64_gnullvm"
20002version = "0.48.5"
20003source = "registry+https://github.com/rust-lang/crates.io-index"
20004checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20005
20006[[package]]
20007name = "windows_aarch64_gnullvm"
20008version = "0.52.6"
20009source = "registry+https://github.com/rust-lang/crates.io-index"
20010checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20011
20012[[package]]
20013name = "windows_aarch64_gnullvm"
20014version = "0.53.1"
20015source = "registry+https://github.com/rust-lang/crates.io-index"
20016checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20017
20018[[package]]
20019name = "windows_aarch64_msvc"
20020version = "0.42.2"
20021source = "registry+https://github.com/rust-lang/crates.io-index"
20022checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20023
20024[[package]]
20025name = "windows_aarch64_msvc"
20026version = "0.48.5"
20027source = "registry+https://github.com/rust-lang/crates.io-index"
20028checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20029
20030[[package]]
20031name = "windows_aarch64_msvc"
20032version = "0.52.6"
20033source = "registry+https://github.com/rust-lang/crates.io-index"
20034checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20035
20036[[package]]
20037name = "windows_aarch64_msvc"
20038version = "0.53.1"
20039source = "registry+https://github.com/rust-lang/crates.io-index"
20040checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20041
20042[[package]]
20043name = "windows_i686_gnu"
20044version = "0.42.2"
20045source = "registry+https://github.com/rust-lang/crates.io-index"
20046checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20047
20048[[package]]
20049name = "windows_i686_gnu"
20050version = "0.48.5"
20051source = "registry+https://github.com/rust-lang/crates.io-index"
20052checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20053
20054[[package]]
20055name = "windows_i686_gnu"
20056version = "0.52.6"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20059
20060[[package]]
20061name = "windows_i686_gnu"
20062version = "0.53.1"
20063source = "registry+https://github.com/rust-lang/crates.io-index"
20064checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20065
20066[[package]]
20067name = "windows_i686_gnullvm"
20068version = "0.52.6"
20069source = "registry+https://github.com/rust-lang/crates.io-index"
20070checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20071
20072[[package]]
20073name = "windows_i686_gnullvm"
20074version = "0.53.1"
20075source = "registry+https://github.com/rust-lang/crates.io-index"
20076checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20077
20078[[package]]
20079name = "windows_i686_msvc"
20080version = "0.42.2"
20081source = "registry+https://github.com/rust-lang/crates.io-index"
20082checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20083
20084[[package]]
20085name = "windows_i686_msvc"
20086version = "0.48.5"
20087source = "registry+https://github.com/rust-lang/crates.io-index"
20088checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20089
20090[[package]]
20091name = "windows_i686_msvc"
20092version = "0.52.6"
20093source = "registry+https://github.com/rust-lang/crates.io-index"
20094checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20095
20096[[package]]
20097name = "windows_i686_msvc"
20098version = "0.53.1"
20099source = "registry+https://github.com/rust-lang/crates.io-index"
20100checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20101
20102[[package]]
20103name = "windows_x86_64_gnu"
20104version = "0.42.2"
20105source = "registry+https://github.com/rust-lang/crates.io-index"
20106checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20107
20108[[package]]
20109name = "windows_x86_64_gnu"
20110version = "0.48.5"
20111source = "registry+https://github.com/rust-lang/crates.io-index"
20112checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20113
20114[[package]]
20115name = "windows_x86_64_gnu"
20116version = "0.52.6"
20117source = "registry+https://github.com/rust-lang/crates.io-index"
20118checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20119
20120[[package]]
20121name = "windows_x86_64_gnu"
20122version = "0.53.1"
20123source = "registry+https://github.com/rust-lang/crates.io-index"
20124checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20125
20126[[package]]
20127name = "windows_x86_64_gnullvm"
20128version = "0.42.2"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20131
20132[[package]]
20133name = "windows_x86_64_gnullvm"
20134version = "0.48.5"
20135source = "registry+https://github.com/rust-lang/crates.io-index"
20136checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20137
20138[[package]]
20139name = "windows_x86_64_gnullvm"
20140version = "0.52.6"
20141source = "registry+https://github.com/rust-lang/crates.io-index"
20142checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20143
20144[[package]]
20145name = "windows_x86_64_gnullvm"
20146version = "0.53.1"
20147source = "registry+https://github.com/rust-lang/crates.io-index"
20148checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
20149
20150[[package]]
20151name = "windows_x86_64_msvc"
20152version = "0.42.2"
20153source = "registry+https://github.com/rust-lang/crates.io-index"
20154checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
20155
20156[[package]]
20157name = "windows_x86_64_msvc"
20158version = "0.48.5"
20159source = "registry+https://github.com/rust-lang/crates.io-index"
20160checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
20161
20162[[package]]
20163name = "windows_x86_64_msvc"
20164version = "0.52.6"
20165source = "registry+https://github.com/rust-lang/crates.io-index"
20166checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
20167
20168[[package]]
20169name = "windows_x86_64_msvc"
20170version = "0.53.1"
20171source = "registry+https://github.com/rust-lang/crates.io-index"
20172checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
20173
20174[[package]]
20175name = "winnow"
20176version = "0.7.13"
20177source = "registry+https://github.com/rust-lang/crates.io-index"
20178checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
20179dependencies = [
20180 "memchr",
20181]
20182
20183[[package]]
20184name = "winreg"
20185version = "0.10.1"
20186source = "registry+https://github.com/rust-lang/crates.io-index"
20187checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
20188dependencies = [
20189 "winapi",
20190]
20191
20192[[package]]
20193name = "winreg"
20194version = "0.50.0"
20195source = "registry+https://github.com/rust-lang/crates.io-index"
20196checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
20197dependencies = [
20198 "cfg-if",
20199 "windows-sys 0.48.0",
20200]
20201
20202[[package]]
20203name = "winreg"
20204version = "0.55.0"
20205source = "registry+https://github.com/rust-lang/crates.io-index"
20206checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
20207dependencies = [
20208 "cfg-if",
20209 "windows-sys 0.59.0",
20210]
20211
20212[[package]]
20213name = "winresource"
20214version = "0.1.23"
20215source = "registry+https://github.com/rust-lang/crates.io-index"
20216checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
20217dependencies = [
20218 "toml 0.8.23",
20219 "version_check",
20220]
20221
20222[[package]]
20223name = "winsafe"
20224version = "0.0.19"
20225source = "registry+https://github.com/rust-lang/crates.io-index"
20226checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
20227
20228[[package]]
20229name = "winx"
20230version = "0.36.4"
20231source = "registry+https://github.com/rust-lang/crates.io-index"
20232checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
20233dependencies = [
20234 "bitflags 2.9.4",
20235 "windows-sys 0.59.0",
20236]
20237
20238[[package]]
20239name = "wio"
20240version = "0.2.2"
20241source = "registry+https://github.com/rust-lang/crates.io-index"
20242checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
20243dependencies = [
20244 "winapi",
20245]
20246
20247[[package]]
20248name = "wit-bindgen"
20249version = "0.22.0"
20250source = "registry+https://github.com/rust-lang/crates.io-index"
20251checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
20252dependencies = [
20253 "bitflags 2.9.4",
20254 "wit-bindgen-rt 0.22.0",
20255 "wit-bindgen-rust-macro 0.22.0",
20256]
20257
20258[[package]]
20259name = "wit-bindgen"
20260version = "0.41.0"
20261source = "registry+https://github.com/rust-lang/crates.io-index"
20262checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
20263dependencies = [
20264 "wit-bindgen-rt 0.41.0",
20265 "wit-bindgen-rust-macro 0.41.0",
20266]
20267
20268[[package]]
20269name = "wit-bindgen"
20270version = "0.46.0"
20271source = "registry+https://github.com/rust-lang/crates.io-index"
20272checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
20273
20274[[package]]
20275name = "wit-bindgen-core"
20276version = "0.22.0"
20277source = "registry+https://github.com/rust-lang/crates.io-index"
20278checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
20279dependencies = [
20280 "anyhow",
20281 "wit-parser 0.201.0",
20282]
20283
20284[[package]]
20285name = "wit-bindgen-core"
20286version = "0.41.0"
20287source = "registry+https://github.com/rust-lang/crates.io-index"
20288checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
20289dependencies = [
20290 "anyhow",
20291 "heck 0.5.0",
20292 "wit-parser 0.227.1",
20293]
20294
20295[[package]]
20296name = "wit-bindgen-rt"
20297version = "0.22.0"
20298source = "registry+https://github.com/rust-lang/crates.io-index"
20299checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
20300
20301[[package]]
20302name = "wit-bindgen-rt"
20303version = "0.41.0"
20304source = "registry+https://github.com/rust-lang/crates.io-index"
20305checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
20306dependencies = [
20307 "bitflags 2.9.4",
20308 "futures 0.3.31",
20309 "once_cell",
20310]
20311
20312[[package]]
20313name = "wit-bindgen-rust"
20314version = "0.22.0"
20315source = "registry+https://github.com/rust-lang/crates.io-index"
20316checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
20317dependencies = [
20318 "anyhow",
20319 "heck 0.4.1",
20320 "indexmap 2.11.4",
20321 "wasm-metadata 0.201.0",
20322 "wit-bindgen-core 0.22.0",
20323 "wit-component 0.201.0",
20324]
20325
20326[[package]]
20327name = "wit-bindgen-rust"
20328version = "0.41.0"
20329source = "registry+https://github.com/rust-lang/crates.io-index"
20330checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
20331dependencies = [
20332 "anyhow",
20333 "heck 0.5.0",
20334 "indexmap 2.11.4",
20335 "prettyplease",
20336 "syn 2.0.106",
20337 "wasm-metadata 0.227.1",
20338 "wit-bindgen-core 0.41.0",
20339 "wit-component 0.227.1",
20340]
20341
20342[[package]]
20343name = "wit-bindgen-rust-macro"
20344version = "0.22.0"
20345source = "registry+https://github.com/rust-lang/crates.io-index"
20346checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
20347dependencies = [
20348 "anyhow",
20349 "proc-macro2",
20350 "quote",
20351 "syn 2.0.106",
20352 "wit-bindgen-core 0.22.0",
20353 "wit-bindgen-rust 0.22.0",
20354]
20355
20356[[package]]
20357name = "wit-bindgen-rust-macro"
20358version = "0.41.0"
20359source = "registry+https://github.com/rust-lang/crates.io-index"
20360checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
20361dependencies = [
20362 "anyhow",
20363 "prettyplease",
20364 "proc-macro2",
20365 "quote",
20366 "syn 2.0.106",
20367 "wit-bindgen-core 0.41.0",
20368 "wit-bindgen-rust 0.41.0",
20369]
20370
20371[[package]]
20372name = "wit-component"
20373version = "0.201.0"
20374source = "registry+https://github.com/rust-lang/crates.io-index"
20375checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
20376dependencies = [
20377 "anyhow",
20378 "bitflags 2.9.4",
20379 "indexmap 2.11.4",
20380 "log",
20381 "serde",
20382 "serde_derive",
20383 "serde_json",
20384 "wasm-encoder 0.201.0",
20385 "wasm-metadata 0.201.0",
20386 "wasmparser 0.201.0",
20387 "wit-parser 0.201.0",
20388]
20389
20390[[package]]
20391name = "wit-component"
20392version = "0.227.1"
20393source = "registry+https://github.com/rust-lang/crates.io-index"
20394checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
20395dependencies = [
20396 "anyhow",
20397 "bitflags 2.9.4",
20398 "indexmap 2.11.4",
20399 "log",
20400 "serde",
20401 "serde_derive",
20402 "serde_json",
20403 "wasm-encoder 0.227.1",
20404 "wasm-metadata 0.227.1",
20405 "wasmparser 0.227.1",
20406 "wit-parser 0.227.1",
20407]
20408
20409[[package]]
20410name = "wit-parser"
20411version = "0.201.0"
20412source = "registry+https://github.com/rust-lang/crates.io-index"
20413checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
20414dependencies = [
20415 "anyhow",
20416 "id-arena",
20417 "indexmap 2.11.4",
20418 "log",
20419 "semver",
20420 "serde",
20421 "serde_derive",
20422 "serde_json",
20423 "unicode-xid",
20424 "wasmparser 0.201.0",
20425]
20426
20427[[package]]
20428name = "wit-parser"
20429version = "0.221.3"
20430source = "registry+https://github.com/rust-lang/crates.io-index"
20431checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
20432dependencies = [
20433 "anyhow",
20434 "id-arena",
20435 "indexmap 2.11.4",
20436 "log",
20437 "semver",
20438 "serde",
20439 "serde_derive",
20440 "serde_json",
20441 "unicode-xid",
20442 "wasmparser 0.221.3",
20443]
20444
20445[[package]]
20446name = "wit-parser"
20447version = "0.227.1"
20448source = "registry+https://github.com/rust-lang/crates.io-index"
20449checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
20450dependencies = [
20451 "anyhow",
20452 "id-arena",
20453 "indexmap 2.11.4",
20454 "log",
20455 "semver",
20456 "serde",
20457 "serde_derive",
20458 "serde_json",
20459 "unicode-xid",
20460 "wasmparser 0.227.1",
20461]
20462
20463[[package]]
20464name = "witx"
20465version = "0.9.1"
20466source = "registry+https://github.com/rust-lang/crates.io-index"
20467checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
20468dependencies = [
20469 "anyhow",
20470 "log",
20471 "thiserror 1.0.69",
20472 "wast",
20473]
20474
20475[[package]]
20476name = "workspace"
20477version = "0.1.0"
20478dependencies = [
20479 "any_vec",
20480 "anyhow",
20481 "async-recursion",
20482 "call",
20483 "client",
20484 "clock",
20485 "collections",
20486 "component",
20487 "dap",
20488 "db",
20489 "fs",
20490 "futures 0.3.31",
20491 "gpui",
20492 "http_client",
20493 "itertools 0.14.0",
20494 "language",
20495 "log",
20496 "menu",
20497 "node_runtime",
20498 "parking_lot",
20499 "postage",
20500 "pretty_assertions",
20501 "project",
20502 "remote",
20503 "schemars 1.0.4",
20504 "serde",
20505 "serde_json",
20506 "session",
20507 "settings",
20508 "smallvec",
20509 "sqlez",
20510 "strum 0.27.2",
20511 "task",
20512 "telemetry",
20513 "tempfile",
20514 "theme",
20515 "ui",
20516 "util",
20517 "uuid",
20518 "windows 0.61.3",
20519 "zed_actions",
20520 "zlog",
20521]
20522
20523[[package]]
20524name = "worktree"
20525version = "0.1.0"
20526dependencies = [
20527 "anyhow",
20528 "async-lock 2.8.0",
20529 "clock",
20530 "collections",
20531 "fs",
20532 "futures 0.3.31",
20533 "fuzzy",
20534 "git",
20535 "git2",
20536 "gpui",
20537 "http_client",
20538 "ignore",
20539 "language",
20540 "log",
20541 "parking_lot",
20542 "paths",
20543 "postage",
20544 "pretty_assertions",
20545 "rand 0.9.2",
20546 "rpc",
20547 "serde",
20548 "serde_json",
20549 "settings",
20550 "smallvec",
20551 "smol",
20552 "sum_tree",
20553 "text",
20554 "util",
20555 "zlog",
20556]
20557
20558[[package]]
20559name = "writeable"
20560version = "0.6.1"
20561source = "registry+https://github.com/rust-lang/crates.io-index"
20562checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
20563
20564[[package]]
20565name = "wyz"
20566version = "0.5.1"
20567source = "registry+https://github.com/rust-lang/crates.io-index"
20568checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
20569dependencies = [
20570 "tap",
20571]
20572
20573[[package]]
20574name = "x11"
20575version = "2.21.0"
20576source = "registry+https://github.com/rust-lang/crates.io-index"
20577checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
20578dependencies = [
20579 "libc",
20580 "pkg-config",
20581]
20582
20583[[package]]
20584name = "x11-clipboard"
20585version = "0.9.3"
20586source = "registry+https://github.com/rust-lang/crates.io-index"
20587checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
20588dependencies = [
20589 "libc",
20590 "x11rb",
20591]
20592
20593[[package]]
20594name = "x11rb"
20595version = "0.13.2"
20596source = "registry+https://github.com/rust-lang/crates.io-index"
20597checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
20598dependencies = [
20599 "as-raw-xcb-connection",
20600 "gethostname",
20601 "libc",
20602 "rustix 1.1.2",
20603 "x11rb-protocol",
20604 "xcursor",
20605]
20606
20607[[package]]
20608name = "x11rb-protocol"
20609version = "0.13.2"
20610source = "registry+https://github.com/rust-lang/crates.io-index"
20611checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
20612
20613[[package]]
20614name = "x_ai"
20615version = "0.1.0"
20616dependencies = [
20617 "anyhow",
20618 "schemars 1.0.4",
20619 "serde",
20620 "strum 0.27.2",
20621]
20622
20623[[package]]
20624name = "xattr"
20625version = "0.2.3"
20626source = "registry+https://github.com/rust-lang/crates.io-index"
20627checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
20628dependencies = [
20629 "libc",
20630]
20631
20632[[package]]
20633name = "xcb"
20634version = "1.6.0"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
20637dependencies = [
20638 "bitflags 1.3.2",
20639 "libc",
20640 "quick-xml 0.30.0",
20641 "x11",
20642]
20643
20644[[package]]
20645name = "xcursor"
20646version = "0.3.10"
20647source = "registry+https://github.com/rust-lang/crates.io-index"
20648checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
20649
20650[[package]]
20651name = "xim-ctext"
20652version = "0.3.0"
20653source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20654dependencies = [
20655 "encoding_rs",
20656]
20657
20658[[package]]
20659name = "xim-parser"
20660version = "0.2.1"
20661source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
20662dependencies = [
20663 "bitflags 2.9.4",
20664]
20665
20666[[package]]
20667name = "xkbcommon"
20668version = "0.8.0"
20669source = "registry+https://github.com/rust-lang/crates.io-index"
20670checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
20671dependencies = [
20672 "as-raw-xcb-connection",
20673 "libc",
20674 "memmap2",
20675 "xkeysym",
20676]
20677
20678[[package]]
20679name = "xkeysym"
20680version = "0.2.1"
20681source = "registry+https://github.com/rust-lang/crates.io-index"
20682checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
20683
20684[[package]]
20685name = "xml5ever"
20686version = "0.18.1"
20687source = "registry+https://github.com/rust-lang/crates.io-index"
20688checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
20689dependencies = [
20690 "log",
20691 "mac",
20692 "markup5ever 0.12.1",
20693]
20694
20695[[package]]
20696name = "xmlparser"
20697version = "0.13.6"
20698source = "registry+https://github.com/rust-lang/crates.io-index"
20699checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
20700
20701[[package]]
20702name = "xmlwriter"
20703version = "0.1.0"
20704source = "registry+https://github.com/rust-lang/crates.io-index"
20705checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
20706
20707[[package]]
20708name = "xtask"
20709version = "0.1.0"
20710dependencies = [
20711 "anyhow",
20712 "cargo_metadata",
20713 "cargo_toml",
20714 "clap",
20715 "indoc",
20716 "toml 0.8.23",
20717 "toml_edit 0.22.27",
20718]
20719
20720[[package]]
20721name = "xxhash-rust"
20722version = "0.8.15"
20723source = "registry+https://github.com/rust-lang/crates.io-index"
20724checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
20725
20726[[package]]
20727name = "yaml-rust2"
20728version = "0.8.1"
20729source = "registry+https://github.com/rust-lang/crates.io-index"
20730checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
20731dependencies = [
20732 "arraydeque",
20733 "encoding_rs",
20734 "hashlink 0.8.4",
20735]
20736
20737[[package]]
20738name = "yansi"
20739version = "1.0.1"
20740source = "registry+https://github.com/rust-lang/crates.io-index"
20741checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
20742
20743[[package]]
20744name = "yawc"
20745version = "0.2.5"
20746source = "registry+https://github.com/rust-lang/crates.io-index"
20747checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
20748dependencies = [
20749 "base64 0.22.1",
20750 "bytes 1.10.1",
20751 "flate2",
20752 "futures 0.3.31",
20753 "http-body-util",
20754 "hyper 1.7.0",
20755 "hyper-util",
20756 "js-sys",
20757 "nom 8.0.0",
20758 "pin-project",
20759 "rand 0.8.5",
20760 "sha1",
20761 "thiserror 1.0.69",
20762 "tokio",
20763 "tokio-rustls 0.26.2",
20764 "tokio-util",
20765 "url",
20766 "wasm-bindgen",
20767 "wasm-bindgen-futures",
20768 "web-sys",
20769 "webpki-roots",
20770]
20771
20772[[package]]
20773name = "yazi"
20774version = "0.2.1"
20775source = "registry+https://github.com/rust-lang/crates.io-index"
20776checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
20777
20778[[package]]
20779name = "yeslogic-fontconfig-sys"
20780version = "6.0.0"
20781source = "registry+https://github.com/rust-lang/crates.io-index"
20782checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
20783dependencies = [
20784 "dlib",
20785 "once_cell",
20786 "pkg-config",
20787]
20788
20789[[package]]
20790name = "yoke"
20791version = "0.7.5"
20792source = "registry+https://github.com/rust-lang/crates.io-index"
20793checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
20794dependencies = [
20795 "serde",
20796 "stable_deref_trait",
20797 "yoke-derive 0.7.5",
20798 "zerofrom",
20799]
20800
20801[[package]]
20802name = "yoke"
20803version = "0.8.0"
20804source = "registry+https://github.com/rust-lang/crates.io-index"
20805checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
20806dependencies = [
20807 "serde",
20808 "stable_deref_trait",
20809 "yoke-derive 0.8.0",
20810 "zerofrom",
20811]
20812
20813[[package]]
20814name = "yoke-derive"
20815version = "0.7.5"
20816source = "registry+https://github.com/rust-lang/crates.io-index"
20817checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
20818dependencies = [
20819 "proc-macro2",
20820 "quote",
20821 "syn 2.0.106",
20822 "synstructure",
20823]
20824
20825[[package]]
20826name = "yoke-derive"
20827version = "0.8.0"
20828source = "registry+https://github.com/rust-lang/crates.io-index"
20829checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
20830dependencies = [
20831 "proc-macro2",
20832 "quote",
20833 "syn 2.0.106",
20834 "synstructure",
20835]
20836
20837[[package]]
20838name = "zbus"
20839version = "5.12.0"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "b622b18155f7a93d1cd2dc8c01d2d6a44e08fb9ebb7b3f9e6ed101488bad6c91"
20842dependencies = [
20843 "async-broadcast",
20844 "async-executor",
20845 "async-io",
20846 "async-lock 3.4.1",
20847 "async-process",
20848 "async-recursion",
20849 "async-task",
20850 "async-trait",
20851 "blocking",
20852 "enumflags2",
20853 "event-listener 5.4.1",
20854 "futures-core",
20855 "futures-lite 2.6.1",
20856 "hex",
20857 "nix 0.30.1",
20858 "ordered-stream",
20859 "serde",
20860 "serde_repr",
20861 "tracing",
20862 "uds_windows",
20863 "uuid",
20864 "windows-sys 0.61.2",
20865 "winnow",
20866 "zbus_macros",
20867 "zbus_names",
20868 "zvariant",
20869]
20870
20871[[package]]
20872name = "zbus_macros"
20873version = "5.12.0"
20874source = "registry+https://github.com/rust-lang/crates.io-index"
20875checksum = "1cdb94821ca8a87ca9c298b5d1cbd80e2a8b67115d99f6e4551ac49e42b6a314"
20876dependencies = [
20877 "proc-macro-crate",
20878 "proc-macro2",
20879 "quote",
20880 "syn 2.0.106",
20881 "zbus_names",
20882 "zvariant",
20883 "zvariant_utils",
20884]
20885
20886[[package]]
20887name = "zbus_names"
20888version = "4.2.0"
20889source = "registry+https://github.com/rust-lang/crates.io-index"
20890checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
20891dependencies = [
20892 "serde",
20893 "static_assertions",
20894 "winnow",
20895 "zvariant",
20896]
20897
20898[[package]]
20899name = "zed"
20900version = "0.210.0"
20901dependencies = [
20902 "acp_tools",
20903 "activity_indicator",
20904 "agent_settings",
20905 "agent_ui",
20906 "anyhow",
20907 "ashpd 0.11.0",
20908 "askpass",
20909 "assets",
20910 "audio",
20911 "auto_update",
20912 "auto_update_ui",
20913 "backtrace",
20914 "bincode 1.3.3",
20915 "breadcrumbs",
20916 "call",
20917 "channel",
20918 "clap",
20919 "cli",
20920 "client",
20921 "codestral",
20922 "collab_ui",
20923 "collections",
20924 "command_palette",
20925 "component",
20926 "copilot",
20927 "crashes",
20928 "dap",
20929 "dap_adapters",
20930 "db",
20931 "debug_adapter_extension",
20932 "debugger_tools",
20933 "debugger_ui",
20934 "diagnostics",
20935 "edit_prediction_button",
20936 "editor",
20937 "env_logger 0.11.8",
20938 "extension",
20939 "extension_host",
20940 "extensions_ui",
20941 "feature_flags",
20942 "feedback",
20943 "file_finder",
20944 "fs",
20945 "futures 0.3.31",
20946 "git",
20947 "git_hosting_providers",
20948 "git_ui",
20949 "go_to_line",
20950 "gpui",
20951 "gpui_tokio",
20952 "http_client",
20953 "image_viewer",
20954 "inspector_ui",
20955 "install_cli",
20956 "itertools 0.14.0",
20957 "journal",
20958 "json_schema_store",
20959 "keymap_editor",
20960 "language",
20961 "language_extension",
20962 "language_model",
20963 "language_models",
20964 "language_onboarding",
20965 "language_selector",
20966 "language_tools",
20967 "languages",
20968 "line_ending_selector",
20969 "log",
20970 "markdown",
20971 "markdown_preview",
20972 "menu",
20973 "migrator",
20974 "mimalloc",
20975 "nc",
20976 "nix 0.29.0",
20977 "node_runtime",
20978 "notifications",
20979 "onboarding",
20980 "outline",
20981 "outline_panel",
20982 "parking_lot",
20983 "paths",
20984 "picker",
20985 "pretty_assertions",
20986 "profiling",
20987 "project",
20988 "project_panel",
20989 "project_symbols",
20990 "prompt_store",
20991 "proto",
20992 "recent_projects",
20993 "release_channel",
20994 "remote",
20995 "repl",
20996 "reqwest_client",
20997 "rope",
20998 "search",
20999 "serde",
21000 "serde_json",
21001 "session",
21002 "settings",
21003 "settings_profile_selector",
21004 "settings_ui",
21005 "shellexpand 2.1.2",
21006 "smol",
21007 "snippet_provider",
21008 "snippets_ui",
21009 "supermaven",
21010 "svg_preview",
21011 "sysinfo 0.37.2",
21012 "system_specs",
21013 "tab_switcher",
21014 "task",
21015 "tasks_ui",
21016 "telemetry",
21017 "telemetry_events",
21018 "terminal_view",
21019 "theme",
21020 "theme_extension",
21021 "theme_selector",
21022 "time",
21023 "title_bar",
21024 "toolchain_selector",
21025 "tree-sitter-md",
21026 "tree-sitter-rust",
21027 "ui",
21028 "ui_input",
21029 "ui_prompt",
21030 "url",
21031 "urlencoding",
21032 "util",
21033 "uuid",
21034 "vim",
21035 "vim_mode_setting",
21036 "watch",
21037 "web_search",
21038 "web_search_providers",
21039 "windows 0.61.3",
21040 "winresource",
21041 "workspace",
21042 "zed-reqwest",
21043 "zed_actions",
21044 "zed_env_vars",
21045 "zeta",
21046 "zeta2",
21047 "zeta2_tools",
21048 "zlog",
21049 "zlog_settings",
21050]
21051
21052[[package]]
21053name = "zed-font-kit"
21054version = "0.14.1-zed"
21055source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
21056dependencies = [
21057 "bitflags 2.9.4",
21058 "byteorder",
21059 "core-foundation 0.10.0",
21060 "core-graphics 0.24.0",
21061 "core-text",
21062 "dirs 5.0.1",
21063 "dwrote",
21064 "float-ord",
21065 "freetype-sys",
21066 "lazy_static",
21067 "libc",
21068 "log",
21069 "pathfinder_geometry",
21070 "pathfinder_simd",
21071 "walkdir",
21072 "winapi",
21073 "yeslogic-fontconfig-sys",
21074]
21075
21076[[package]]
21077name = "zed-reqwest"
21078version = "0.12.15-zed"
21079source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
21080dependencies = [
21081 "base64 0.22.1",
21082 "bytes 1.10.1",
21083 "encoding_rs",
21084 "futures-core",
21085 "futures-util",
21086 "h2 0.4.12",
21087 "http 1.3.1",
21088 "http-body 1.0.1",
21089 "http-body-util",
21090 "hyper 1.7.0",
21091 "hyper-rustls 0.27.7",
21092 "hyper-util",
21093 "ipnet",
21094 "js-sys",
21095 "log",
21096 "mime",
21097 "mime_guess",
21098 "once_cell",
21099 "percent-encoding",
21100 "pin-project-lite",
21101 "quinn",
21102 "rustls 0.23.33",
21103 "rustls-native-certs 0.8.2",
21104 "rustls-pemfile 2.2.0",
21105 "rustls-pki-types",
21106 "serde",
21107 "serde_json",
21108 "serde_urlencoded",
21109 "sync_wrapper 1.0.2",
21110 "system-configuration 0.6.1",
21111 "tokio",
21112 "tokio-rustls 0.26.2",
21113 "tokio-socks",
21114 "tokio-util",
21115 "tower 0.5.2",
21116 "tower-service",
21117 "url",
21118 "wasm-bindgen",
21119 "wasm-bindgen-futures",
21120 "wasm-streams",
21121 "web-sys",
21122 "windows-registry 0.4.0",
21123]
21124
21125[[package]]
21126name = "zed-scap"
21127version = "0.0.8-zed"
21128source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
21129dependencies = [
21130 "anyhow",
21131 "cocoa 0.25.0",
21132 "core-graphics-helmer-fork",
21133 "log",
21134 "objc",
21135 "rand 0.8.5",
21136 "screencapturekit",
21137 "screencapturekit-sys",
21138 "sysinfo 0.31.4",
21139 "tao-core-video-sys",
21140 "windows 0.61.3",
21141 "windows-capture",
21142 "x11",
21143 "xcb",
21144]
21145
21146[[package]]
21147name = "zed-xim"
21148version = "0.4.0-zed"
21149source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21150dependencies = [
21151 "ahash 0.8.12",
21152 "hashbrown 0.14.5",
21153 "log",
21154 "x11rb",
21155 "xim-ctext",
21156 "xim-parser",
21157]
21158
21159[[package]]
21160name = "zed_actions"
21161version = "0.1.0"
21162dependencies = [
21163 "gpui",
21164 "schemars 1.0.4",
21165 "serde",
21166 "uuid",
21167]
21168
21169[[package]]
21170name = "zed_env_vars"
21171version = "0.1.0"
21172dependencies = [
21173 "gpui",
21174]
21175
21176[[package]]
21177name = "zed_extension_api"
21178version = "0.1.0"
21179source = "registry+https://github.com/rust-lang/crates.io-index"
21180checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
21181dependencies = [
21182 "serde",
21183 "serde_json",
21184 "wit-bindgen 0.22.0",
21185]
21186
21187[[package]]
21188name = "zed_extension_api"
21189version = "0.7.0"
21190dependencies = [
21191 "serde",
21192 "serde_json",
21193 "wit-bindgen 0.41.0",
21194]
21195
21196[[package]]
21197name = "zed_extension_api"
21198version = "0.7.0"
21199source = "registry+https://github.com/rust-lang/crates.io-index"
21200checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
21201dependencies = [
21202 "serde",
21203 "serde_json",
21204 "wit-bindgen 0.41.0",
21205]
21206
21207[[package]]
21208name = "zed_glsl"
21209version = "0.1.0"
21210dependencies = [
21211 "zed_extension_api 0.1.0",
21212]
21213
21214[[package]]
21215name = "zed_html"
21216version = "0.2.3"
21217dependencies = [
21218 "zed_extension_api 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
21219]
21220
21221[[package]]
21222name = "zed_proto"
21223version = "0.2.2"
21224dependencies = [
21225 "zed_extension_api 0.1.0",
21226]
21227
21228[[package]]
21229name = "zed_test_extension"
21230version = "0.1.0"
21231dependencies = [
21232 "zed_extension_api 0.7.0",
21233]
21234
21235[[package]]
21236name = "zeno"
21237version = "0.3.3"
21238source = "registry+https://github.com/rust-lang/crates.io-index"
21239checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
21240
21241[[package]]
21242name = "zerocopy"
21243version = "0.8.27"
21244source = "registry+https://github.com/rust-lang/crates.io-index"
21245checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
21246dependencies = [
21247 "zerocopy-derive",
21248]
21249
21250[[package]]
21251name = "zerocopy-derive"
21252version = "0.8.27"
21253source = "registry+https://github.com/rust-lang/crates.io-index"
21254checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
21255dependencies = [
21256 "proc-macro2",
21257 "quote",
21258 "syn 2.0.106",
21259]
21260
21261[[package]]
21262name = "zerofrom"
21263version = "0.1.6"
21264source = "registry+https://github.com/rust-lang/crates.io-index"
21265checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
21266dependencies = [
21267 "zerofrom-derive",
21268]
21269
21270[[package]]
21271name = "zerofrom-derive"
21272version = "0.1.6"
21273source = "registry+https://github.com/rust-lang/crates.io-index"
21274checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
21275dependencies = [
21276 "proc-macro2",
21277 "quote",
21278 "syn 2.0.106",
21279 "synstructure",
21280]
21281
21282[[package]]
21283name = "zeroize"
21284version = "1.8.2"
21285source = "registry+https://github.com/rust-lang/crates.io-index"
21286checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
21287dependencies = [
21288 "zeroize_derive",
21289]
21290
21291[[package]]
21292name = "zeroize_derive"
21293version = "1.4.2"
21294source = "registry+https://github.com/rust-lang/crates.io-index"
21295checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
21296dependencies = [
21297 "proc-macro2",
21298 "quote",
21299 "syn 2.0.106",
21300]
21301
21302[[package]]
21303name = "zeromq"
21304version = "0.5.0-pre"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
21307dependencies = [
21308 "async-dispatcher",
21309 "async-std",
21310 "async-trait",
21311 "asynchronous-codec",
21312 "bytes 1.10.1",
21313 "crossbeam-queue",
21314 "dashmap 5.5.3",
21315 "futures 0.3.31",
21316 "log",
21317 "num-traits",
21318 "once_cell",
21319 "parking_lot",
21320 "rand 0.8.5",
21321 "regex",
21322 "thiserror 1.0.69",
21323 "uuid",
21324]
21325
21326[[package]]
21327name = "zerotrie"
21328version = "0.2.2"
21329source = "registry+https://github.com/rust-lang/crates.io-index"
21330checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
21331dependencies = [
21332 "displaydoc",
21333 "yoke 0.8.0",
21334 "zerofrom",
21335]
21336
21337[[package]]
21338name = "zerovec"
21339version = "0.11.4"
21340source = "registry+https://github.com/rust-lang/crates.io-index"
21341checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
21342dependencies = [
21343 "yoke 0.8.0",
21344 "zerofrom",
21345 "zerovec-derive",
21346]
21347
21348[[package]]
21349name = "zerovec-derive"
21350version = "0.11.1"
21351source = "registry+https://github.com/rust-lang/crates.io-index"
21352checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
21353dependencies = [
21354 "proc-macro2",
21355 "quote",
21356 "syn 2.0.106",
21357]
21358
21359[[package]]
21360name = "zeta"
21361version = "0.1.0"
21362dependencies = [
21363 "ai_onboarding",
21364 "anyhow",
21365 "arrayvec",
21366 "call",
21367 "client",
21368 "clock",
21369 "cloud_api_types",
21370 "cloud_llm_client",
21371 "collections",
21372 "command_palette_hooks",
21373 "copilot",
21374 "ctor",
21375 "db",
21376 "edit_prediction",
21377 "editor",
21378 "feature_flags",
21379 "fs",
21380 "futures 0.3.31",
21381 "gpui",
21382 "http_client",
21383 "indoc",
21384 "itertools 0.14.0",
21385 "language",
21386 "language_model",
21387 "log",
21388 "menu",
21389 "parking_lot",
21390 "postage",
21391 "project",
21392 "rand 0.9.2",
21393 "regex",
21394 "release_channel",
21395 "reqwest_client",
21396 "rpc",
21397 "serde",
21398 "serde_json",
21399 "settings",
21400 "strum 0.27.2",
21401 "telemetry",
21402 "telemetry_events",
21403 "theme",
21404 "thiserror 2.0.17",
21405 "tree-sitter-go",
21406 "tree-sitter-rust",
21407 "ui",
21408 "util",
21409 "uuid",
21410 "workspace",
21411 "worktree",
21412 "zed_actions",
21413 "zlog",
21414]
21415
21416[[package]]
21417name = "zeta2"
21418version = "0.1.0"
21419dependencies = [
21420 "anyhow",
21421 "arrayvec",
21422 "chrono",
21423 "client",
21424 "clock",
21425 "cloud_llm_client",
21426 "cloud_zeta2_prompt",
21427 "edit_prediction",
21428 "edit_prediction_context",
21429 "feature_flags",
21430 "futures 0.3.31",
21431 "gpui",
21432 "indoc",
21433 "language",
21434 "language_model",
21435 "log",
21436 "lsp",
21437 "pretty_assertions",
21438 "project",
21439 "release_channel",
21440 "serde",
21441 "serde_json",
21442 "settings",
21443 "thiserror 2.0.17",
21444 "util",
21445 "uuid",
21446 "workspace",
21447 "worktree",
21448]
21449
21450[[package]]
21451name = "zeta2_tools"
21452version = "0.1.0"
21453dependencies = [
21454 "chrono",
21455 "clap",
21456 "client",
21457 "cloud_llm_client",
21458 "collections",
21459 "edit_prediction_context",
21460 "editor",
21461 "feature_flags",
21462 "futures 0.3.31",
21463 "gpui",
21464 "indoc",
21465 "language",
21466 "log",
21467 "multi_buffer",
21468 "ordered-float 2.10.1",
21469 "pretty_assertions",
21470 "project",
21471 "serde",
21472 "serde_json",
21473 "settings",
21474 "text",
21475 "ui",
21476 "ui_input",
21477 "util",
21478 "workspace",
21479 "zeta2",
21480 "zlog",
21481]
21482
21483[[package]]
21484name = "zeta_cli"
21485version = "0.1.0"
21486dependencies = [
21487 "anyhow",
21488 "chrono",
21489 "clap",
21490 "client",
21491 "cloud_llm_client",
21492 "cloud_zeta2_prompt",
21493 "collections",
21494 "debug_adapter_extension",
21495 "edit_prediction_context",
21496 "extension",
21497 "fs",
21498 "futures 0.3.31",
21499 "gpui",
21500 "gpui_tokio",
21501 "language",
21502 "language_extension",
21503 "language_model",
21504 "language_models",
21505 "languages",
21506 "log",
21507 "node_runtime",
21508 "ordered-float 2.10.1",
21509 "paths",
21510 "polars",
21511 "project",
21512 "prompt_store",
21513 "release_channel",
21514 "reqwest_client",
21515 "serde",
21516 "serde_json",
21517 "settings",
21518 "shellexpand 2.1.2",
21519 "smol",
21520 "soa-rs",
21521 "terminal_view",
21522 "util",
21523 "watch",
21524 "zeta",
21525 "zeta2",
21526 "zlog",
21527]
21528
21529[[package]]
21530name = "zip"
21531version = "0.6.6"
21532source = "registry+https://github.com/rust-lang/crates.io-index"
21533checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
21534dependencies = [
21535 "aes",
21536 "byteorder",
21537 "bzip2",
21538 "constant_time_eq 0.1.5",
21539 "crc32fast",
21540 "crossbeam-utils",
21541 "flate2",
21542 "hmac",
21543 "pbkdf2 0.11.0",
21544 "sha1",
21545 "time",
21546 "zstd 0.11.2+zstd.1.5.2",
21547]
21548
21549[[package]]
21550name = "zip"
21551version = "1.1.4"
21552source = "registry+https://github.com/rust-lang/crates.io-index"
21553checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
21554dependencies = [
21555 "arbitrary",
21556 "crc32fast",
21557 "crossbeam-utils",
21558 "displaydoc",
21559 "indexmap 2.11.4",
21560 "num_enum",
21561 "thiserror 1.0.69",
21562]
21563
21564[[package]]
21565name = "zlib-rs"
21566version = "0.5.2"
21567source = "registry+https://github.com/rust-lang/crates.io-index"
21568checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2"
21569
21570[[package]]
21571name = "zlog"
21572version = "0.1.0"
21573dependencies = [
21574 "anyhow",
21575 "chrono",
21576 "collections",
21577 "log",
21578 "tempfile",
21579]
21580
21581[[package]]
21582name = "zlog_settings"
21583version = "0.1.0"
21584dependencies = [
21585 "collections",
21586 "gpui",
21587 "settings",
21588 "zlog",
21589]
21590
21591[[package]]
21592name = "zstd"
21593version = "0.11.2+zstd.1.5.2"
21594source = "registry+https://github.com/rust-lang/crates.io-index"
21595checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
21596dependencies = [
21597 "zstd-safe 5.0.2+zstd.1.5.2",
21598]
21599
21600[[package]]
21601name = "zstd"
21602version = "0.13.3"
21603source = "registry+https://github.com/rust-lang/crates.io-index"
21604checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
21605dependencies = [
21606 "zstd-safe 7.2.4",
21607]
21608
21609[[package]]
21610name = "zstd-safe"
21611version = "5.0.2+zstd.1.5.2"
21612source = "registry+https://github.com/rust-lang/crates.io-index"
21613checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
21614dependencies = [
21615 "libc",
21616 "zstd-sys",
21617]
21618
21619[[package]]
21620name = "zstd-safe"
21621version = "7.2.4"
21622source = "registry+https://github.com/rust-lang/crates.io-index"
21623checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
21624dependencies = [
21625 "zstd-sys",
21626]
21627
21628[[package]]
21629name = "zstd-sys"
21630version = "2.0.16+zstd.1.5.7"
21631source = "registry+https://github.com/rust-lang/crates.io-index"
21632checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
21633dependencies = [
21634 "cc",
21635 "pkg-config",
21636]
21637
21638[[package]]
21639name = "zune-core"
21640version = "0.4.12"
21641source = "registry+https://github.com/rust-lang/crates.io-index"
21642checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
21643
21644[[package]]
21645name = "zune-inflate"
21646version = "0.2.54"
21647source = "registry+https://github.com/rust-lang/crates.io-index"
21648checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
21649dependencies = [
21650 "simd-adler32",
21651]
21652
21653[[package]]
21654name = "zune-jpeg"
21655version = "0.4.21"
21656source = "registry+https://github.com/rust-lang/crates.io-index"
21657checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
21658dependencies = [
21659 "zune-core",
21660]
21661
21662[[package]]
21663name = "zvariant"
21664version = "5.8.0"
21665source = "registry+https://github.com/rust-lang/crates.io-index"
21666checksum = "2be61892e4f2b1772727be11630a62664a1826b62efa43a6fe7449521cb8744c"
21667dependencies = [
21668 "endi",
21669 "enumflags2",
21670 "serde",
21671 "url",
21672 "winnow",
21673 "zvariant_derive",
21674 "zvariant_utils",
21675]
21676
21677[[package]]
21678name = "zvariant_derive"
21679version = "5.8.0"
21680source = "registry+https://github.com/rust-lang/crates.io-index"
21681checksum = "da58575a1b2b20766513b1ec59d8e2e68db2745379f961f86650655e862d2006"
21682dependencies = [
21683 "proc-macro-crate",
21684 "proc-macro2",
21685 "quote",
21686 "syn 2.0.106",
21687 "zvariant_utils",
21688]
21689
21690[[package]]
21691name = "zvariant_utils"
21692version = "3.2.1"
21693source = "registry+https://github.com/rust-lang/crates.io-index"
21694checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599"
21695dependencies = [
21696 "proc-macro2",
21697 "quote",
21698 "serde",
21699 "syn 2.0.106",
21700 "winnow",
21701]