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 "anyhow",
12 "base64 0.22.1",
13 "buffer_diff",
14 "chrono",
15 "collections",
16 "env_logger 0.11.8",
17 "file_icons",
18 "futures 0.3.31",
19 "gpui",
20 "image",
21 "indoc",
22 "itertools 0.14.0",
23 "language",
24 "language_model",
25 "log",
26 "markdown",
27 "multi_buffer",
28 "parking_lot",
29 "portable-pty",
30 "project",
31 "prompt_store",
32 "rand 0.9.2",
33 "serde",
34 "serde_json",
35 "settings",
36 "smol",
37 "task",
38 "telemetry",
39 "terminal",
40 "text",
41 "ui",
42 "url",
43 "urlencoding",
44 "util",
45 "uuid",
46 "watch",
47]
48
49[[package]]
50name = "acp_tools"
51version = "0.1.0"
52dependencies = [
53 "agent-client-protocol",
54 "collections",
55 "gpui",
56 "language",
57 "markdown",
58 "project",
59 "serde",
60 "serde_json",
61 "settings",
62 "theme_settings",
63 "ui",
64 "util",
65 "workspace",
66]
67
68[[package]]
69name = "action_log"
70version = "0.1.0"
71dependencies = [
72 "anyhow",
73 "buffer_diff",
74 "clock",
75 "collections",
76 "ctor",
77 "fs",
78 "futures 0.3.31",
79 "gpui",
80 "language",
81 "log",
82 "pretty_assertions",
83 "project",
84 "rand 0.9.2",
85 "serde_json",
86 "settings",
87 "telemetry",
88 "text",
89 "util",
90 "watch",
91 "zlog",
92]
93
94[[package]]
95name = "activity_indicator"
96version = "0.1.0"
97dependencies = [
98 "anyhow",
99 "auto_update",
100 "editor",
101 "extension_host",
102 "fs",
103 "futures 0.3.31",
104 "gpui",
105 "language",
106 "project",
107 "proto",
108 "smallvec",
109 "ui",
110 "util",
111 "workspace",
112]
113
114[[package]]
115name = "addr2line"
116version = "0.24.2"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
119dependencies = [
120 "gimli 0.31.1",
121]
122
123[[package]]
124name = "addr2line"
125version = "0.25.1"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
128dependencies = [
129 "gimli 0.32.3",
130]
131
132[[package]]
133name = "adler2"
134version = "2.0.1"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
137
138[[package]]
139name = "aes"
140version = "0.8.4"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
143dependencies = [
144 "cfg-if",
145 "cipher",
146 "cpufeatures",
147 "zeroize",
148]
149
150[[package]]
151name = "agent"
152version = "0.1.0"
153dependencies = [
154 "acp_thread",
155 "action_log",
156 "agent-client-protocol",
157 "agent_servers",
158 "agent_settings",
159 "anyhow",
160 "chrono",
161 "client",
162 "clock",
163 "cloud_api_types",
164 "cloud_llm_client",
165 "collections",
166 "context_server",
167 "ctor",
168 "db",
169 "derive_more",
170 "editor",
171 "env_logger 0.11.8",
172 "eval_utils",
173 "feature_flags",
174 "fs",
175 "futures 0.3.31",
176 "git",
177 "gpui",
178 "gpui_tokio",
179 "handlebars 4.5.0",
180 "heck 0.5.0",
181 "html_to_markdown",
182 "http_client",
183 "indoc",
184 "itertools 0.14.0",
185 "language",
186 "language_model",
187 "language_models",
188 "log",
189 "lsp",
190 "open",
191 "parking_lot",
192 "paths",
193 "pretty_assertions",
194 "project",
195 "prompt_store",
196 "rand 0.9.2",
197 "regex",
198 "reqwest_client",
199 "rust-embed",
200 "schemars",
201 "serde",
202 "serde_json",
203 "settings",
204 "shell_command_parser",
205 "smallvec",
206 "smol",
207 "sqlez",
208 "streaming_diff",
209 "strsim",
210 "task",
211 "telemetry",
212 "tempfile",
213 "text",
214 "theme",
215 "thiserror 2.0.17",
216 "ui",
217 "unindent",
218 "url",
219 "util",
220 "uuid",
221 "watch",
222 "web_search",
223 "zed_env_vars",
224 "zlog",
225 "zstd",
226]
227
228[[package]]
229name = "agent-client-protocol"
230version = "0.10.2"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
233dependencies = [
234 "agent-client-protocol-schema",
235 "anyhow",
236 "async-broadcast",
237 "async-trait",
238 "derive_more",
239 "futures 0.3.31",
240 "log",
241 "serde",
242 "serde_json",
243]
244
245[[package]]
246name = "agent-client-protocol-schema"
247version = "0.11.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
250dependencies = [
251 "anyhow",
252 "derive_more",
253 "schemars",
254 "serde",
255 "serde_json",
256 "strum 0.28.0",
257]
258
259[[package]]
260name = "agent_servers"
261version = "0.1.0"
262dependencies = [
263 "acp_thread",
264 "acp_tools",
265 "action_log",
266 "agent-client-protocol",
267 "anyhow",
268 "async-trait",
269 "chrono",
270 "client",
271 "collections",
272 "credentials_provider",
273 "env_logger 0.11.8",
274 "feature_flags",
275 "fs",
276 "futures 0.3.31",
277 "google_ai",
278 "gpui",
279 "gpui_tokio",
280 "http_client",
281 "indoc",
282 "language_model",
283 "libc",
284 "log",
285 "nix 0.29.0",
286 "project",
287 "release_channel",
288 "reqwest_client",
289 "serde",
290 "serde_json",
291 "settings",
292 "smol",
293 "task",
294 "tempfile",
295 "terminal",
296 "thiserror 2.0.17",
297 "ui",
298 "util",
299 "uuid",
300 "watch",
301]
302
303[[package]]
304name = "agent_settings"
305version = "0.1.0"
306dependencies = [
307 "agent-client-protocol",
308 "anyhow",
309 "collections",
310 "convert_case 0.8.0",
311 "fs",
312 "gpui",
313 "language_model",
314 "log",
315 "paths",
316 "project",
317 "regex",
318 "schemars",
319 "serde",
320 "serde_json",
321 "serde_json_lenient",
322 "settings",
323 "util",
324]
325
326[[package]]
327name = "agent_ui"
328version = "0.1.0"
329dependencies = [
330 "acp_thread",
331 "action_log",
332 "agent",
333 "agent-client-protocol",
334 "agent_servers",
335 "agent_settings",
336 "ai_onboarding",
337 "anyhow",
338 "audio",
339 "base64 0.22.1",
340 "buffer_diff",
341 "chrono",
342 "client",
343 "cloud_api_types",
344 "collections",
345 "command_palette_hooks",
346 "component",
347 "context_server",
348 "db",
349 "editor",
350 "eval_utils",
351 "extension",
352 "extension_host",
353 "feature_flags",
354 "file_icons",
355 "fs",
356 "futures 0.3.31",
357 "fuzzy",
358 "git",
359 "gpui",
360 "gpui_tokio",
361 "heapless",
362 "html_to_markdown",
363 "http_client",
364 "image",
365 "indoc",
366 "itertools 0.14.0",
367 "jsonschema",
368 "language",
369 "language_model",
370 "language_models",
371 "languages",
372 "log",
373 "lsp",
374 "markdown",
375 "menu",
376 "multi_buffer",
377 "notifications",
378 "ordered-float 2.10.1",
379 "parking_lot",
380 "paths",
381 "picker",
382 "postage",
383 "pretty_assertions",
384 "project",
385 "prompt_store",
386 "proto",
387 "rand 0.9.2",
388 "release_channel",
389 "reqwest_client",
390 "rope",
391 "rules_library",
392 "schemars",
393 "semver",
394 "serde",
395 "serde_json",
396 "serde_json_lenient",
397 "settings",
398 "smol",
399 "streaming_diff",
400 "task",
401 "telemetry",
402 "terminal",
403 "terminal_view",
404 "text",
405 "theme",
406 "theme_settings",
407 "time",
408 "time_format",
409 "tree-sitter-md",
410 "ui",
411 "ui_input",
412 "unindent",
413 "url",
414 "util",
415 "uuid",
416 "watch",
417 "workspace",
418 "zed_actions",
419]
420
421[[package]]
422name = "ahash"
423version = "0.7.8"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
426dependencies = [
427 "getrandom 0.2.16",
428 "once_cell",
429 "version_check",
430]
431
432[[package]]
433name = "ahash"
434version = "0.8.12"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
437dependencies = [
438 "cfg-if",
439 "const-random",
440 "getrandom 0.3.4",
441 "once_cell",
442 "serde",
443 "version_check",
444 "zerocopy",
445]
446
447[[package]]
448name = "aho-corasick"
449version = "1.1.3"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
452dependencies = [
453 "memchr",
454]
455
456[[package]]
457name = "ai_onboarding"
458version = "0.1.0"
459dependencies = [
460 "client",
461 "cloud_api_types",
462 "component",
463 "gpui",
464 "language_model",
465 "serde",
466 "smallvec",
467 "telemetry",
468 "ui",
469 "zed_actions",
470]
471
472[[package]]
473name = "alacritty_terminal"
474version = "0.25.1"
475source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
476dependencies = [
477 "base64 0.22.1",
478 "bitflags 2.10.0",
479 "home",
480 "libc",
481 "log",
482 "mach2 0.5.0",
483 "miow",
484 "parking_lot",
485 "piper",
486 "polling",
487 "regex-automata",
488 "rustix 1.1.2",
489 "rustix-openpty",
490 "serde",
491 "signal-hook",
492 "unicode-width",
493 "vte",
494 "windows-sys 0.59.0",
495]
496
497[[package]]
498name = "aliasable"
499version = "0.1.3"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
502
503[[package]]
504name = "aligned-vec"
505version = "0.6.4"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
508dependencies = [
509 "equator",
510]
511
512[[package]]
513name = "allocator-api2"
514version = "0.2.21"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
517
518[[package]]
519name = "alsa"
520version = "0.10.0"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
523dependencies = [
524 "alsa-sys",
525 "bitflags 2.10.0",
526 "cfg-if",
527 "libc",
528]
529
530[[package]]
531name = "alsa-sys"
532version = "0.3.1"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
535dependencies = [
536 "libc",
537 "pkg-config",
538]
539
540[[package]]
541name = "ambient-authority"
542version = "0.0.2"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
545
546[[package]]
547name = "ammonia"
548version = "4.1.2"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
551dependencies = [
552 "cssparser",
553 "html5ever 0.35.0",
554 "maplit",
555 "tendril",
556 "url",
557]
558
559[[package]]
560name = "android_system_properties"
561version = "0.1.5"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
564dependencies = [
565 "libc",
566]
567
568[[package]]
569name = "anes"
570version = "0.1.6"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
573
574[[package]]
575name = "annotate-snippets"
576version = "0.12.12"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
579dependencies = [
580 "anstyle",
581 "memchr",
582 "unicode-width",
583]
584
585[[package]]
586name = "anstream"
587version = "0.6.21"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
590dependencies = [
591 "anstyle",
592 "anstyle-parse",
593 "anstyle-query",
594 "anstyle-wincon",
595 "colorchoice",
596 "is_terminal_polyfill",
597 "utf8parse",
598]
599
600[[package]]
601name = "anstyle"
602version = "1.0.13"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
605
606[[package]]
607name = "anstyle-parse"
608version = "0.2.7"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
611dependencies = [
612 "utf8parse",
613]
614
615[[package]]
616name = "anstyle-query"
617version = "1.1.4"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
620dependencies = [
621 "windows-sys 0.60.2",
622]
623
624[[package]]
625name = "anstyle-wincon"
626version = "3.0.10"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
629dependencies = [
630 "anstyle",
631 "once_cell_polyfill",
632 "windows-sys 0.60.2",
633]
634
635[[package]]
636name = "anthropic"
637version = "0.1.0"
638dependencies = [
639 "anyhow",
640 "chrono",
641 "futures 0.3.31",
642 "http_client",
643 "schemars",
644 "serde",
645 "serde_json",
646 "strum 0.27.2",
647 "thiserror 2.0.17",
648]
649
650[[package]]
651name = "any_vec"
652version = "0.14.0"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
655
656[[package]]
657name = "anyhow"
658version = "1.0.100"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
661
662[[package]]
663name = "approx"
664version = "0.5.1"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
667dependencies = [
668 "num-traits",
669]
670
671[[package]]
672name = "ar_archive_writer"
673version = "0.5.1"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
676dependencies = [
677 "object 0.37.3",
678]
679
680[[package]]
681name = "arbitrary"
682version = "1.4.2"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
685dependencies = [
686 "derive_arbitrary",
687]
688
689[[package]]
690name = "arg_enum_proc_macro"
691version = "0.3.4"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
694dependencies = [
695 "proc-macro2",
696 "quote",
697 "syn 2.0.117",
698]
699
700[[package]]
701name = "arraydeque"
702version = "0.5.1"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
705
706[[package]]
707name = "arrayref"
708version = "0.3.9"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
711
712[[package]]
713name = "arrayvec"
714version = "0.7.6"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
717
718[[package]]
719name = "as-raw-xcb-connection"
720version = "1.0.1"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
723
724[[package]]
725name = "ascii"
726version = "1.1.0"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
729
730[[package]]
731name = "ash"
732version = "0.38.0+1.3.281"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
735dependencies = [
736 "libloading",
737]
738
739[[package]]
740name = "ashpd"
741version = "0.13.2"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
744dependencies = [
745 "enumflags2",
746 "futures-channel",
747 "futures-util",
748 "getrandom 0.4.1",
749 "serde",
750 "serde_repr",
751 "wayland-backend",
752 "wayland-client",
753 "wayland-protocols",
754 "zbus",
755]
756
757[[package]]
758name = "askpass"
759version = "0.1.0"
760dependencies = [
761 "anyhow",
762 "futures 0.3.31",
763 "gpui",
764 "log",
765 "net",
766 "smol",
767 "tempfile",
768 "util",
769 "windows 0.61.3",
770 "zeroize",
771]
772
773[[package]]
774name = "assets"
775version = "0.1.0"
776dependencies = [
777 "anyhow",
778 "gpui",
779 "rust-embed",
780]
781
782[[package]]
783name = "async-attributes"
784version = "1.1.2"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
787dependencies = [
788 "quote",
789 "syn 1.0.109",
790]
791
792[[package]]
793name = "async-broadcast"
794version = "0.7.2"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
797dependencies = [
798 "event-listener 5.4.1",
799 "event-listener-strategy",
800 "futures-core",
801 "pin-project-lite",
802]
803
804[[package]]
805name = "async-channel"
806version = "1.9.0"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
809dependencies = [
810 "concurrent-queue",
811 "event-listener 2.5.3",
812 "futures-core",
813]
814
815[[package]]
816name = "async-channel"
817version = "2.5.0"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
820dependencies = [
821 "concurrent-queue",
822 "event-listener-strategy",
823 "futures-core",
824 "pin-project-lite",
825]
826
827[[package]]
828name = "async-compat"
829version = "0.2.5"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
832dependencies = [
833 "futures-core",
834 "futures-io",
835 "once_cell",
836 "pin-project-lite",
837 "tokio",
838]
839
840[[package]]
841name = "async-compression"
842version = "0.4.32"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
845dependencies = [
846 "compression-codecs",
847 "compression-core",
848 "futures-core",
849 "futures-io",
850 "pin-project-lite",
851]
852
853[[package]]
854name = "async-dispatcher"
855version = "0.1.2"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
858dependencies = [
859 "async-task",
860 "futures-lite 1.13.0",
861]
862
863[[package]]
864name = "async-executor"
865version = "1.13.3"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
868dependencies = [
869 "async-task",
870 "concurrent-queue",
871 "fastrand 2.3.0",
872 "futures-lite 2.6.1",
873 "pin-project-lite",
874 "slab",
875]
876
877[[package]]
878name = "async-fs"
879version = "2.2.0"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
882dependencies = [
883 "async-lock 3.4.2",
884 "blocking",
885 "futures-lite 2.6.1",
886]
887
888[[package]]
889name = "async-global-executor"
890version = "2.4.1"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
893dependencies = [
894 "async-channel 2.5.0",
895 "async-executor",
896 "async-io",
897 "async-lock 3.4.2",
898 "blocking",
899 "futures-lite 2.6.1",
900 "once_cell",
901]
902
903[[package]]
904name = "async-io"
905version = "2.6.0"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
908dependencies = [
909 "autocfg",
910 "cfg-if",
911 "concurrent-queue",
912 "futures-io",
913 "futures-lite 2.6.1",
914 "parking",
915 "polling",
916 "rustix 1.1.2",
917 "slab",
918 "windows-sys 0.61.2",
919]
920
921[[package]]
922name = "async-lock"
923version = "2.8.0"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
926dependencies = [
927 "event-listener 2.5.3",
928]
929
930[[package]]
931name = "async-lock"
932version = "3.4.2"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
935dependencies = [
936 "event-listener 5.4.1",
937 "event-listener-strategy",
938 "pin-project-lite",
939]
940
941[[package]]
942name = "async-net"
943version = "2.0.0"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
946dependencies = [
947 "async-io",
948 "blocking",
949 "futures-lite 2.6.1",
950]
951
952[[package]]
953name = "async-pipe"
954version = "0.1.3"
955source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
956dependencies = [
957 "futures 0.3.31",
958 "log",
959]
960
961[[package]]
962name = "async-process"
963version = "2.5.0"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
966dependencies = [
967 "async-channel 2.5.0",
968 "async-io",
969 "async-lock 3.4.2",
970 "async-signal",
971 "async-task",
972 "blocking",
973 "cfg-if",
974 "event-listener 5.4.1",
975 "futures-lite 2.6.1",
976 "rustix 1.1.2",
977]
978
979[[package]]
980name = "async-recursion"
981version = "1.1.1"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
984dependencies = [
985 "proc-macro2",
986 "quote",
987 "syn 2.0.117",
988]
989
990[[package]]
991name = "async-signal"
992version = "0.2.13"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
995dependencies = [
996 "async-io",
997 "async-lock 3.4.2",
998 "atomic-waker",
999 "cfg-if",
1000 "futures-core",
1001 "futures-io",
1002 "rustix 1.1.2",
1003 "signal-hook-registry",
1004 "slab",
1005 "windows-sys 0.61.2",
1006]
1007
1008[[package]]
1009name = "async-std"
1010version = "1.13.2"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
1013dependencies = [
1014 "async-attributes",
1015 "async-channel 1.9.0",
1016 "async-global-executor",
1017 "async-io",
1018 "async-lock 3.4.2",
1019 "async-process",
1020 "crossbeam-utils",
1021 "futures-channel",
1022 "futures-core",
1023 "futures-io",
1024 "futures-lite 2.6.1",
1025 "gloo-timers",
1026 "kv-log-macro",
1027 "log",
1028 "memchr",
1029 "once_cell",
1030 "pin-project-lite",
1031 "pin-utils",
1032 "slab",
1033 "wasm-bindgen-futures",
1034]
1035
1036[[package]]
1037name = "async-stream"
1038version = "0.3.6"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1041dependencies = [
1042 "async-stream-impl",
1043 "futures-core",
1044 "pin-project-lite",
1045]
1046
1047[[package]]
1048name = "async-stream-impl"
1049version = "0.3.6"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1052dependencies = [
1053 "proc-macro2",
1054 "quote",
1055 "syn 2.0.117",
1056]
1057
1058[[package]]
1059name = "async-tar"
1060version = "0.5.1"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
1063dependencies = [
1064 "async-std",
1065 "filetime",
1066 "libc",
1067 "pin-project",
1068 "redox_syscall 0.2.16",
1069 "xattr",
1070]
1071
1072[[package]]
1073name = "async-task"
1074version = "4.7.1"
1075source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
1076
1077[[package]]
1078name = "async-trait"
1079version = "0.1.89"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1082dependencies = [
1083 "proc-macro2",
1084 "quote",
1085 "syn 2.0.117",
1086]
1087
1088[[package]]
1089name = "async-tungstenite"
1090version = "0.31.0"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
1093dependencies = [
1094 "atomic-waker",
1095 "futures-core",
1096 "futures-io",
1097 "futures-task",
1098 "futures-util",
1099 "log",
1100 "pin-project-lite",
1101 "rustls-pki-types",
1102 "tokio",
1103 "tokio-rustls 0.26.2",
1104 "tungstenite 0.27.0",
1105]
1106
1107[[package]]
1108name = "async_zip"
1109version = "0.0.18"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
1112dependencies = [
1113 "async-compression",
1114 "crc32fast",
1115 "futures-lite 2.6.1",
1116 "pin-project",
1117 "thiserror 2.0.17",
1118]
1119
1120[[package]]
1121name = "asynchronous-codec"
1122version = "0.7.0"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1125dependencies = [
1126 "bytes 1.11.1",
1127 "futures-sink",
1128 "futures-util",
1129 "memchr",
1130 "pin-project-lite",
1131]
1132
1133[[package]]
1134name = "atoi"
1135version = "2.0.0"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1138dependencies = [
1139 "num-traits",
1140]
1141
1142[[package]]
1143name = "atomic"
1144version = "0.5.3"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1147
1148[[package]]
1149name = "atomic-waker"
1150version = "1.1.2"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1153
1154[[package]]
1155name = "audio"
1156version = "0.1.0"
1157dependencies = [
1158 "anyhow",
1159 "collections",
1160 "cpal",
1161 "crossbeam",
1162 "denoise",
1163 "gpui",
1164 "libwebrtc",
1165 "log",
1166 "parking_lot",
1167 "rodio",
1168 "serde",
1169 "settings",
1170 "thiserror 2.0.17",
1171 "util",
1172]
1173
1174[[package]]
1175name = "auditable-serde"
1176version = "0.8.0"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1179dependencies = [
1180 "semver",
1181 "serde",
1182 "serde_json",
1183 "topological-sort",
1184]
1185
1186[[package]]
1187name = "auto_update"
1188version = "0.1.0"
1189dependencies = [
1190 "anyhow",
1191 "client",
1192 "clock",
1193 "ctor",
1194 "db",
1195 "futures 0.3.31",
1196 "futures-lite 1.13.0",
1197 "gpui",
1198 "http_client",
1199 "log",
1200 "parking_lot",
1201 "paths",
1202 "release_channel",
1203 "semver",
1204 "serde",
1205 "serde_json",
1206 "settings",
1207 "smol",
1208 "tempfile",
1209 "util",
1210 "which 6.0.3",
1211 "workspace",
1212 "zlog",
1213]
1214
1215[[package]]
1216name = "auto_update_helper"
1217version = "0.1.0"
1218dependencies = [
1219 "anyhow",
1220 "log",
1221 "scopeguard",
1222 "simplelog",
1223 "tempfile",
1224 "windows 0.61.3",
1225 "winresource",
1226]
1227
1228[[package]]
1229name = "auto_update_ui"
1230version = "0.1.0"
1231dependencies = [
1232 "anyhow",
1233 "auto_update",
1234 "client",
1235 "editor",
1236 "gpui",
1237 "markdown_preview",
1238 "release_channel",
1239 "semver",
1240 "serde",
1241 "serde_json",
1242 "smol",
1243 "ui",
1244 "util",
1245 "workspace",
1246]
1247
1248[[package]]
1249name = "autocfg"
1250version = "1.5.0"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1253
1254[[package]]
1255name = "av1-grain"
1256version = "0.2.4"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
1259dependencies = [
1260 "anyhow",
1261 "arrayvec",
1262 "log",
1263 "nom 7.1.3",
1264 "num-rational",
1265 "v_frame",
1266]
1267
1268[[package]]
1269name = "avif-serialize"
1270version = "0.8.6"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
1273dependencies = [
1274 "arrayvec",
1275]
1276
1277[[package]]
1278name = "aws-config"
1279version = "1.8.10"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
1282dependencies = [
1283 "aws-credential-types",
1284 "aws-runtime",
1285 "aws-sdk-sso",
1286 "aws-sdk-ssooidc",
1287 "aws-sdk-sts",
1288 "aws-smithy-async",
1289 "aws-smithy-http",
1290 "aws-smithy-json",
1291 "aws-smithy-runtime",
1292 "aws-smithy-runtime-api",
1293 "aws-smithy-types",
1294 "aws-types",
1295 "bytes 1.11.1",
1296 "fastrand 2.3.0",
1297 "hex",
1298 "http 1.3.1",
1299 "ring",
1300 "time",
1301 "tokio",
1302 "tracing",
1303 "url",
1304 "zeroize",
1305]
1306
1307[[package]]
1308name = "aws-credential-types"
1309version = "1.2.10"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
1312dependencies = [
1313 "aws-smithy-async",
1314 "aws-smithy-runtime-api",
1315 "aws-smithy-types",
1316 "zeroize",
1317]
1318
1319[[package]]
1320name = "aws-lc-rs"
1321version = "1.15.4"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
1324dependencies = [
1325 "aws-lc-sys",
1326 "untrusted 0.7.1",
1327 "zeroize",
1328]
1329
1330[[package]]
1331name = "aws-lc-sys"
1332version = "0.37.0"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
1335dependencies = [
1336 "cc",
1337 "cmake",
1338 "dunce",
1339 "fs_extra",
1340]
1341
1342[[package]]
1343name = "aws-runtime"
1344version = "1.5.16"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
1347dependencies = [
1348 "aws-credential-types",
1349 "aws-sigv4",
1350 "aws-smithy-async",
1351 "aws-smithy-eventstream",
1352 "aws-smithy-http",
1353 "aws-smithy-runtime",
1354 "aws-smithy-runtime-api",
1355 "aws-smithy-types",
1356 "aws-types",
1357 "bytes 1.11.1",
1358 "fastrand 2.3.0",
1359 "http 0.2.12",
1360 "http-body 0.4.6",
1361 "percent-encoding",
1362 "pin-project-lite",
1363 "tracing",
1364 "uuid",
1365]
1366
1367[[package]]
1368name = "aws-sdk-bedrockruntime"
1369version = "1.113.0"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
1372dependencies = [
1373 "aws-credential-types",
1374 "aws-runtime",
1375 "aws-sigv4",
1376 "aws-smithy-async",
1377 "aws-smithy-eventstream",
1378 "aws-smithy-http",
1379 "aws-smithy-json",
1380 "aws-smithy-runtime",
1381 "aws-smithy-runtime-api",
1382 "aws-smithy-types",
1383 "aws-types",
1384 "bytes 1.11.1",
1385 "fastrand 2.3.0",
1386 "http 0.2.12",
1387 "hyper 0.14.32",
1388 "regex-lite",
1389 "tracing",
1390]
1391
1392[[package]]
1393name = "aws-sdk-kinesis"
1394version = "1.95.0"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
1397dependencies = [
1398 "aws-credential-types",
1399 "aws-runtime",
1400 "aws-smithy-async",
1401 "aws-smithy-eventstream",
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.11.1",
1409 "fastrand 2.3.0",
1410 "http 0.2.12",
1411 "regex-lite",
1412 "tracing",
1413]
1414
1415[[package]]
1416name = "aws-sdk-s3"
1417version = "1.112.0"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
1420dependencies = [
1421 "aws-credential-types",
1422 "aws-runtime",
1423 "aws-sigv4",
1424 "aws-smithy-async",
1425 "aws-smithy-checksums",
1426 "aws-smithy-eventstream",
1427 "aws-smithy-http",
1428 "aws-smithy-json",
1429 "aws-smithy-runtime",
1430 "aws-smithy-runtime-api",
1431 "aws-smithy-types",
1432 "aws-smithy-xml",
1433 "aws-types",
1434 "bytes 1.11.1",
1435 "fastrand 2.3.0",
1436 "hex",
1437 "hmac",
1438 "http 0.2.12",
1439 "http 1.3.1",
1440 "http-body 0.4.6",
1441 "lru",
1442 "percent-encoding",
1443 "regex-lite",
1444 "sha2",
1445 "tracing",
1446 "url",
1447]
1448
1449[[package]]
1450name = "aws-sdk-sso"
1451version = "1.88.0"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
1454dependencies = [
1455 "aws-credential-types",
1456 "aws-runtime",
1457 "aws-smithy-async",
1458 "aws-smithy-http",
1459 "aws-smithy-json",
1460 "aws-smithy-runtime",
1461 "aws-smithy-runtime-api",
1462 "aws-smithy-types",
1463 "aws-types",
1464 "bytes 1.11.1",
1465 "fastrand 2.3.0",
1466 "http 0.2.12",
1467 "regex-lite",
1468 "tracing",
1469]
1470
1471[[package]]
1472name = "aws-sdk-ssooidc"
1473version = "1.90.0"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
1476dependencies = [
1477 "aws-credential-types",
1478 "aws-runtime",
1479 "aws-smithy-async",
1480 "aws-smithy-http",
1481 "aws-smithy-json",
1482 "aws-smithy-runtime",
1483 "aws-smithy-runtime-api",
1484 "aws-smithy-types",
1485 "aws-types",
1486 "bytes 1.11.1",
1487 "fastrand 2.3.0",
1488 "http 0.2.12",
1489 "regex-lite",
1490 "tracing",
1491]
1492
1493[[package]]
1494name = "aws-sdk-sts"
1495version = "1.90.0"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
1498dependencies = [
1499 "aws-credential-types",
1500 "aws-runtime",
1501 "aws-smithy-async",
1502 "aws-smithy-http",
1503 "aws-smithy-json",
1504 "aws-smithy-query",
1505 "aws-smithy-runtime",
1506 "aws-smithy-runtime-api",
1507 "aws-smithy-types",
1508 "aws-smithy-xml",
1509 "aws-types",
1510 "fastrand 2.3.0",
1511 "http 0.2.12",
1512 "regex-lite",
1513 "tracing",
1514]
1515
1516[[package]]
1517name = "aws-sigv4"
1518version = "1.3.6"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
1521dependencies = [
1522 "aws-credential-types",
1523 "aws-smithy-eventstream",
1524 "aws-smithy-http",
1525 "aws-smithy-runtime-api",
1526 "aws-smithy-types",
1527 "bytes 1.11.1",
1528 "crypto-bigint 0.5.5",
1529 "form_urlencoded",
1530 "hex",
1531 "hmac",
1532 "http 0.2.12",
1533 "http 1.3.1",
1534 "p256",
1535 "percent-encoding",
1536 "ring",
1537 "sha2",
1538 "subtle",
1539 "time",
1540 "tracing",
1541 "zeroize",
1542]
1543
1544[[package]]
1545name = "aws-smithy-async"
1546version = "1.2.6"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
1549dependencies = [
1550 "futures-util",
1551 "pin-project-lite",
1552 "tokio",
1553]
1554
1555[[package]]
1556name = "aws-smithy-checksums"
1557version = "0.63.11"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
1560dependencies = [
1561 "aws-smithy-http",
1562 "aws-smithy-types",
1563 "bytes 1.11.1",
1564 "crc-fast",
1565 "hex",
1566 "http 0.2.12",
1567 "http-body 0.4.6",
1568 "md-5",
1569 "pin-project-lite",
1570 "sha1",
1571 "sha2",
1572 "tracing",
1573]
1574
1575[[package]]
1576name = "aws-smithy-eventstream"
1577version = "0.60.13"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
1580dependencies = [
1581 "aws-smithy-types",
1582 "bytes 1.11.1",
1583 "crc32fast",
1584]
1585
1586[[package]]
1587name = "aws-smithy-http"
1588version = "0.62.5"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
1591dependencies = [
1592 "aws-smithy-eventstream",
1593 "aws-smithy-runtime-api",
1594 "aws-smithy-types",
1595 "bytes 1.11.1",
1596 "bytes-utils",
1597 "futures-core",
1598 "futures-util",
1599 "http 0.2.12",
1600 "http 1.3.1",
1601 "http-body 0.4.6",
1602 "percent-encoding",
1603 "pin-project-lite",
1604 "pin-utils",
1605 "tracing",
1606]
1607
1608[[package]]
1609name = "aws-smithy-http-client"
1610version = "1.1.4"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
1613dependencies = [
1614 "aws-smithy-async",
1615 "aws-smithy-runtime-api",
1616 "aws-smithy-types",
1617 "h2 0.3.27",
1618 "h2 0.4.12",
1619 "http 0.2.12",
1620 "http 1.3.1",
1621 "http-body 0.4.6",
1622 "hyper 0.14.32",
1623 "hyper 1.7.0",
1624 "hyper-rustls 0.24.2",
1625 "hyper-rustls 0.27.7",
1626 "hyper-util",
1627 "pin-project-lite",
1628 "rustls 0.21.12",
1629 "rustls 0.23.33",
1630 "rustls-native-certs 0.8.2",
1631 "rustls-pki-types",
1632 "tokio",
1633 "tokio-rustls 0.26.2",
1634 "tower 0.5.2",
1635 "tracing",
1636]
1637
1638[[package]]
1639name = "aws-smithy-json"
1640version = "0.61.7"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
1643dependencies = [
1644 "aws-smithy-types",
1645]
1646
1647[[package]]
1648name = "aws-smithy-observability"
1649version = "0.1.4"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
1652dependencies = [
1653 "aws-smithy-runtime-api",
1654]
1655
1656[[package]]
1657name = "aws-smithy-query"
1658version = "0.60.8"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
1661dependencies = [
1662 "aws-smithy-types",
1663 "urlencoding",
1664]
1665
1666[[package]]
1667name = "aws-smithy-runtime"
1668version = "1.9.4"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
1671dependencies = [
1672 "aws-smithy-async",
1673 "aws-smithy-http",
1674 "aws-smithy-http-client",
1675 "aws-smithy-observability",
1676 "aws-smithy-runtime-api",
1677 "aws-smithy-types",
1678 "bytes 1.11.1",
1679 "fastrand 2.3.0",
1680 "http 0.2.12",
1681 "http 1.3.1",
1682 "http-body 0.4.6",
1683 "http-body 1.0.1",
1684 "pin-project-lite",
1685 "pin-utils",
1686 "tokio",
1687 "tracing",
1688]
1689
1690[[package]]
1691name = "aws-smithy-runtime-api"
1692version = "1.9.2"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
1695dependencies = [
1696 "aws-smithy-async",
1697 "aws-smithy-types",
1698 "bytes 1.11.1",
1699 "http 0.2.12",
1700 "http 1.3.1",
1701 "pin-project-lite",
1702 "tokio",
1703 "tracing",
1704 "zeroize",
1705]
1706
1707[[package]]
1708name = "aws-smithy-types"
1709version = "1.3.4"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
1712dependencies = [
1713 "base64-simd",
1714 "bytes 1.11.1",
1715 "bytes-utils",
1716 "futures-core",
1717 "http 0.2.12",
1718 "http 1.3.1",
1719 "http-body 0.4.6",
1720 "http-body 1.0.1",
1721 "http-body-util",
1722 "itoa",
1723 "num-integer",
1724 "pin-project-lite",
1725 "pin-utils",
1726 "ryu",
1727 "serde",
1728 "time",
1729 "tokio",
1730 "tokio-util",
1731]
1732
1733[[package]]
1734name = "aws-smithy-xml"
1735version = "0.60.12"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
1738dependencies = [
1739 "xmlparser",
1740]
1741
1742[[package]]
1743name = "aws-types"
1744version = "1.3.10"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
1747dependencies = [
1748 "aws-credential-types",
1749 "aws-smithy-async",
1750 "aws-smithy-runtime-api",
1751 "aws-smithy-types",
1752 "rustc_version",
1753 "tracing",
1754]
1755
1756[[package]]
1757name = "aws_http_client"
1758version = "0.1.0"
1759dependencies = [
1760 "aws-smithy-runtime-api",
1761 "aws-smithy-types",
1762 "http_client",
1763]
1764
1765[[package]]
1766name = "axum"
1767version = "0.6.20"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1770dependencies = [
1771 "async-trait",
1772 "axum-core",
1773 "base64 0.21.7",
1774 "bitflags 1.3.2",
1775 "bytes 1.11.1",
1776 "futures-util",
1777 "headers",
1778 "http 0.2.12",
1779 "http-body 0.4.6",
1780 "hyper 0.14.32",
1781 "itoa",
1782 "matchit",
1783 "memchr",
1784 "mime",
1785 "percent-encoding",
1786 "pin-project-lite",
1787 "rustversion",
1788 "serde",
1789 "serde_json",
1790 "serde_path_to_error",
1791 "serde_urlencoded",
1792 "sha1",
1793 "sync_wrapper 0.1.2",
1794 "tokio",
1795 "tokio-tungstenite 0.20.1",
1796 "tower 0.4.13",
1797 "tower-layer",
1798 "tower-service",
1799]
1800
1801[[package]]
1802name = "axum-core"
1803version = "0.3.4"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1806dependencies = [
1807 "async-trait",
1808 "bytes 1.11.1",
1809 "futures-util",
1810 "http 0.2.12",
1811 "http-body 0.4.6",
1812 "mime",
1813 "rustversion",
1814 "tower-layer",
1815 "tower-service",
1816]
1817
1818[[package]]
1819name = "backtrace"
1820version = "0.3.76"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1823dependencies = [
1824 "addr2line 0.25.1",
1825 "cfg-if",
1826 "libc",
1827 "miniz_oxide",
1828 "object 0.37.3",
1829 "rustc-demangle",
1830 "windows-link 0.2.1",
1831]
1832
1833[[package]]
1834name = "base16ct"
1835version = "0.1.1"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1838
1839[[package]]
1840name = "base64"
1841version = "0.21.7"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1844
1845[[package]]
1846name = "base64"
1847version = "0.22.1"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1850
1851[[package]]
1852name = "base64-simd"
1853version = "0.8.0"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1856dependencies = [
1857 "outref",
1858 "vsimd",
1859]
1860
1861[[package]]
1862name = "base64ct"
1863version = "1.8.0"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
1866
1867[[package]]
1868name = "bedrock"
1869version = "0.1.0"
1870dependencies = [
1871 "anyhow",
1872 "aws-sdk-bedrockruntime",
1873 "aws-smithy-types",
1874 "futures 0.3.31",
1875 "schemars",
1876 "serde",
1877 "serde_json",
1878 "strum 0.27.2",
1879 "thiserror 2.0.17",
1880]
1881
1882[[package]]
1883name = "bigdecimal"
1884version = "0.4.8"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
1887dependencies = [
1888 "autocfg",
1889 "libm",
1890 "num-bigint",
1891 "num-integer",
1892 "num-traits",
1893 "serde",
1894]
1895
1896[[package]]
1897name = "bincode"
1898version = "1.3.3"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1901dependencies = [
1902 "serde",
1903]
1904
1905[[package]]
1906name = "bindgen"
1907version = "0.71.1"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
1910dependencies = [
1911 "bitflags 2.10.0",
1912 "cexpr",
1913 "clang-sys",
1914 "itertools 0.12.1",
1915 "log",
1916 "prettyplease",
1917 "proc-macro2",
1918 "quote",
1919 "regex",
1920 "rustc-hash 2.1.1",
1921 "shlex",
1922 "syn 2.0.117",
1923]
1924
1925[[package]]
1926name = "bindgen"
1927version = "0.72.1"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
1930dependencies = [
1931 "bitflags 2.10.0",
1932 "cexpr",
1933 "clang-sys",
1934 "itertools 0.12.1",
1935 "proc-macro2",
1936 "quote",
1937 "regex",
1938 "rustc-hash 2.1.1",
1939 "shlex",
1940 "syn 2.0.117",
1941]
1942
1943[[package]]
1944name = "bit-set"
1945version = "0.8.0"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1948dependencies = [
1949 "bit-vec 0.8.0",
1950]
1951
1952[[package]]
1953name = "bit-set"
1954version = "0.9.1"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
1957dependencies = [
1958 "bit-vec 0.9.1",
1959]
1960
1961[[package]]
1962name = "bit-vec"
1963version = "0.8.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1966
1967[[package]]
1968name = "bit-vec"
1969version = "0.9.1"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
1972
1973[[package]]
1974name = "bit_field"
1975version = "0.10.3"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
1978
1979[[package]]
1980name = "bitflags"
1981version = "1.3.2"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1984
1985[[package]]
1986name = "bitflags"
1987version = "2.10.0"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
1990dependencies = [
1991 "serde_core",
1992]
1993
1994[[package]]
1995name = "bitstream-io"
1996version = "2.6.0"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1999
2000[[package]]
2001name = "bitvec"
2002version = "1.0.1"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2005dependencies = [
2006 "funty",
2007 "radium",
2008 "tap",
2009 "wyz",
2010]
2011
2012[[package]]
2013name = "block"
2014version = "0.1.6"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2017
2018[[package]]
2019name = "block-buffer"
2020version = "0.10.4"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2023dependencies = [
2024 "generic-array",
2025]
2026
2027[[package]]
2028name = "block-padding"
2029version = "0.3.3"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2032dependencies = [
2033 "generic-array",
2034]
2035
2036[[package]]
2037name = "block2"
2038version = "0.6.2"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
2041dependencies = [
2042 "objc2",
2043]
2044
2045[[package]]
2046name = "blocking"
2047version = "1.6.2"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
2050dependencies = [
2051 "async-channel 2.5.0",
2052 "async-task",
2053 "futures-io",
2054 "futures-lite 2.6.1",
2055 "piper",
2056]
2057
2058[[package]]
2059name = "bmrng"
2060version = "0.5.2"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
2063dependencies = [
2064 "futures-core",
2065 "tokio",
2066]
2067
2068[[package]]
2069name = "bon"
2070version = "3.8.2"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
2073dependencies = [
2074 "bon-macros",
2075 "rustversion",
2076]
2077
2078[[package]]
2079name = "bon-macros"
2080version = "3.8.2"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
2083dependencies = [
2084 "darling 0.21.3",
2085 "ident_case",
2086 "prettyplease",
2087 "proc-macro2",
2088 "quote",
2089 "rustversion",
2090 "syn 2.0.117",
2091]
2092
2093[[package]]
2094name = "borrow-or-share"
2095version = "0.2.4"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
2098
2099[[package]]
2100name = "borsh"
2101version = "1.5.7"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2104dependencies = [
2105 "borsh-derive",
2106 "cfg_aliases 0.2.1",
2107]
2108
2109[[package]]
2110name = "borsh-derive"
2111version = "1.5.7"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2114dependencies = [
2115 "once_cell",
2116 "proc-macro-crate",
2117 "proc-macro2",
2118 "quote",
2119 "syn 2.0.117",
2120]
2121
2122[[package]]
2123name = "breadcrumbs"
2124version = "0.1.0"
2125dependencies = [
2126 "gpui",
2127 "ui",
2128 "workspace",
2129]
2130
2131[[package]]
2132name = "brush-parser"
2133version = "0.3.0"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
2136dependencies = [
2137 "bon",
2138 "cached",
2139 "indenter",
2140 "peg",
2141 "thiserror 2.0.17",
2142 "tracing",
2143 "utf8-chars",
2144]
2145
2146[[package]]
2147name = "bstr"
2148version = "1.12.0"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2151dependencies = [
2152 "memchr",
2153 "regex-automata",
2154 "serde",
2155]
2156
2157[[package]]
2158name = "buffer_diff"
2159version = "0.1.0"
2160dependencies = [
2161 "clock",
2162 "ctor",
2163 "futures 0.3.31",
2164 "git2",
2165 "gpui",
2166 "language",
2167 "log",
2168 "pretty_assertions",
2169 "rand 0.9.2",
2170 "rope",
2171 "settings",
2172 "sum_tree",
2173 "text",
2174 "tracing",
2175 "unindent",
2176 "util",
2177 "zlog",
2178 "ztracing",
2179]
2180
2181[[package]]
2182name = "built"
2183version = "0.7.7"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2186
2187[[package]]
2188name = "bumpalo"
2189version = "3.19.0"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2192dependencies = [
2193 "allocator-api2",
2194]
2195
2196[[package]]
2197name = "by_address"
2198version = "1.2.1"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2201
2202[[package]]
2203name = "bytecheck"
2204version = "0.6.12"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2207dependencies = [
2208 "bytecheck_derive",
2209 "ptr_meta",
2210 "simdutf8",
2211]
2212
2213[[package]]
2214name = "bytecheck_derive"
2215version = "0.6.12"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2218dependencies = [
2219 "proc-macro2",
2220 "quote",
2221 "syn 1.0.109",
2222]
2223
2224[[package]]
2225name = "bytecount"
2226version = "0.6.9"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2229
2230[[package]]
2231name = "bytemuck"
2232version = "1.24.0"
2233source = "registry+https://github.com/rust-lang/crates.io-index"
2234checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
2235dependencies = [
2236 "bytemuck_derive",
2237]
2238
2239[[package]]
2240name = "bytemuck_derive"
2241version = "1.10.2"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
2244dependencies = [
2245 "proc-macro2",
2246 "quote",
2247 "syn 2.0.117",
2248]
2249
2250[[package]]
2251name = "byteorder"
2252version = "1.5.0"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2255
2256[[package]]
2257name = "byteorder-lite"
2258version = "0.1.0"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2261
2262[[package]]
2263name = "bytes"
2264version = "0.4.12"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2267dependencies = [
2268 "byteorder",
2269 "iovec",
2270]
2271
2272[[package]]
2273name = "bytes"
2274version = "1.11.1"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
2277
2278[[package]]
2279name = "bytes-utils"
2280version = "0.1.4"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2283dependencies = [
2284 "bytes 1.11.1",
2285 "either",
2286]
2287
2288[[package]]
2289name = "bzip2"
2290version = "0.4.4"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2293dependencies = [
2294 "bzip2-sys",
2295 "libc",
2296]
2297
2298[[package]]
2299name = "bzip2"
2300version = "0.6.1"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
2302checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
2303dependencies = [
2304 "libbz2-rs-sys",
2305]
2306
2307[[package]]
2308name = "bzip2-sys"
2309version = "0.1.13+1.0.8"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2312dependencies = [
2313 "cc",
2314 "pkg-config",
2315]
2316
2317[[package]]
2318name = "cached"
2319version = "0.56.0"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2322dependencies = [
2323 "ahash 0.8.12",
2324 "cached_proc_macro",
2325 "cached_proc_macro_types",
2326 "hashbrown 0.15.5",
2327 "once_cell",
2328 "thiserror 2.0.17",
2329 "web-time",
2330]
2331
2332[[package]]
2333name = "cached_proc_macro"
2334version = "0.25.0"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2337dependencies = [
2338 "darling 0.20.11",
2339 "proc-macro2",
2340 "quote",
2341 "syn 2.0.117",
2342]
2343
2344[[package]]
2345name = "cached_proc_macro_types"
2346version = "0.1.1"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2349
2350[[package]]
2351name = "call"
2352version = "0.1.0"
2353dependencies = [
2354 "anyhow",
2355 "audio",
2356 "client",
2357 "collections",
2358 "feature_flags",
2359 "fs",
2360 "futures 0.3.31",
2361 "gpui",
2362 "gpui_tokio",
2363 "language",
2364 "livekit_client",
2365 "log",
2366 "postage",
2367 "project",
2368 "serde",
2369 "settings",
2370 "telemetry",
2371 "util",
2372 "workspace",
2373]
2374
2375[[package]]
2376name = "calloop"
2377version = "0.14.3"
2378source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
2379dependencies = [
2380 "bitflags 2.10.0",
2381 "polling",
2382 "rustix 1.1.2",
2383 "slab",
2384 "tracing",
2385]
2386
2387[[package]]
2388name = "calloop-wayland-source"
2389version = "0.4.1"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
2392dependencies = [
2393 "calloop",
2394 "rustix 1.1.2",
2395 "wayland-backend",
2396 "wayland-client",
2397]
2398
2399[[package]]
2400name = "camino"
2401version = "1.2.1"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2404dependencies = [
2405 "serde_core",
2406]
2407
2408[[package]]
2409name = "candle-core"
2410version = "0.9.1"
2411source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2412dependencies = [
2413 "byteorder",
2414 "float8",
2415 "gemm 0.17.1",
2416 "half",
2417 "memmap2",
2418 "num-traits",
2419 "num_cpus",
2420 "rand 0.9.2",
2421 "rand_distr",
2422 "rayon",
2423 "safetensors",
2424 "thiserror 1.0.69",
2425 "ug",
2426 "yoke 0.7.5",
2427 "zip 1.1.4",
2428]
2429
2430[[package]]
2431name = "candle-nn"
2432version = "0.9.1"
2433source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2434dependencies = [
2435 "candle-core",
2436 "half",
2437 "libc",
2438 "num-traits",
2439 "rayon",
2440 "safetensors",
2441 "serde",
2442 "thiserror 1.0.69",
2443]
2444
2445[[package]]
2446name = "candle-onnx"
2447version = "0.9.1"
2448source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2449dependencies = [
2450 "candle-core",
2451 "candle-nn",
2452 "prost 0.12.6",
2453]
2454
2455[[package]]
2456name = "cap-fs-ext"
2457version = "3.4.4"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2460dependencies = [
2461 "cap-primitives",
2462 "cap-std",
2463 "io-lifetimes",
2464 "windows-sys 0.59.0",
2465]
2466
2467[[package]]
2468name = "cap-net-ext"
2469version = "3.4.4"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2472dependencies = [
2473 "cap-primitives",
2474 "cap-std",
2475 "rustix 1.1.2",
2476 "smallvec",
2477]
2478
2479[[package]]
2480name = "cap-primitives"
2481version = "3.4.4"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2484dependencies = [
2485 "ambient-authority",
2486 "fs-set-times",
2487 "io-extras",
2488 "io-lifetimes",
2489 "ipnet",
2490 "maybe-owned",
2491 "rustix 1.1.2",
2492 "rustix-linux-procfs",
2493 "windows-sys 0.59.0",
2494 "winx",
2495]
2496
2497[[package]]
2498name = "cap-rand"
2499version = "3.4.4"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2502dependencies = [
2503 "ambient-authority",
2504 "rand 0.8.5",
2505]
2506
2507[[package]]
2508name = "cap-std"
2509version = "3.4.4"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2512dependencies = [
2513 "cap-primitives",
2514 "io-extras",
2515 "io-lifetimes",
2516 "rustix 1.1.2",
2517]
2518
2519[[package]]
2520name = "cap-time-ext"
2521version = "3.4.4"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2524dependencies = [
2525 "ambient-authority",
2526 "cap-primitives",
2527 "iana-time-zone",
2528 "once_cell",
2529 "rustix 1.1.2",
2530 "winx",
2531]
2532
2533[[package]]
2534name = "cargo-platform"
2535version = "0.1.9"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2538dependencies = [
2539 "serde",
2540]
2541
2542[[package]]
2543name = "cargo_metadata"
2544version = "0.19.2"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2547dependencies = [
2548 "camino",
2549 "cargo-platform",
2550 "semver",
2551 "serde",
2552 "serde_json",
2553 "thiserror 2.0.17",
2554]
2555
2556[[package]]
2557name = "cargo_toml"
2558version = "0.21.0"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2561dependencies = [
2562 "serde",
2563 "toml 0.8.23",
2564]
2565
2566[[package]]
2567name = "cast"
2568version = "0.3.0"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2571
2572[[package]]
2573name = "cbc"
2574version = "0.1.2"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2577dependencies = [
2578 "cipher",
2579]
2580
2581[[package]]
2582name = "cbindgen"
2583version = "0.28.0"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2586dependencies = [
2587 "heck 0.4.1",
2588 "indexmap",
2589 "log",
2590 "proc-macro2",
2591 "quote",
2592 "serde",
2593 "serde_json",
2594 "syn 2.0.117",
2595 "tempfile",
2596 "toml 0.8.23",
2597]
2598
2599[[package]]
2600name = "cc"
2601version = "1.2.49"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2604dependencies = [
2605 "find-msvc-tools",
2606 "jobserver",
2607 "libc",
2608 "shlex",
2609]
2610
2611[[package]]
2612name = "cesu8"
2613version = "1.1.0"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2616
2617[[package]]
2618name = "cexpr"
2619version = "0.6.0"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2622dependencies = [
2623 "nom 7.1.3",
2624]
2625
2626[[package]]
2627name = "cfg-expr"
2628version = "0.15.8"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2631dependencies = [
2632 "smallvec",
2633 "target-lexicon 0.12.16",
2634]
2635
2636[[package]]
2637name = "cfg-expr"
2638version = "0.20.6"
2639source = "registry+https://github.com/rust-lang/crates.io-index"
2640checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
2641dependencies = [
2642 "smallvec",
2643 "target-lexicon 0.13.3",
2644]
2645
2646[[package]]
2647name = "cfg-if"
2648version = "1.0.4"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2651
2652[[package]]
2653name = "cfg_aliases"
2654version = "0.1.1"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2657
2658[[package]]
2659name = "cfg_aliases"
2660version = "0.2.1"
2661source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2663
2664[[package]]
2665name = "cgl"
2666version = "0.3.2"
2667source = "registry+https://github.com/rust-lang/crates.io-index"
2668checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2669dependencies = [
2670 "libc",
2671]
2672
2673[[package]]
2674name = "channel"
2675version = "0.1.0"
2676dependencies = [
2677 "anyhow",
2678 "client",
2679 "clock",
2680 "collections",
2681 "futures 0.3.31",
2682 "gpui",
2683 "http_client",
2684 "language",
2685 "log",
2686 "postage",
2687 "release_channel",
2688 "rpc",
2689 "semver",
2690 "settings",
2691 "text",
2692 "time",
2693 "util",
2694]
2695
2696[[package]]
2697name = "chardetng"
2698version = "0.1.17"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
2701dependencies = [
2702 "cfg-if",
2703 "encoding_rs",
2704 "memchr",
2705]
2706
2707[[package]]
2708name = "chrono"
2709version = "0.4.42"
2710source = "registry+https://github.com/rust-lang/crates.io-index"
2711checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2712dependencies = [
2713 "iana-time-zone",
2714 "js-sys",
2715 "num-traits",
2716 "serde",
2717 "wasm-bindgen",
2718 "windows-link 0.2.1",
2719]
2720
2721[[package]]
2722name = "chunked_transfer"
2723version = "1.5.0"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2726
2727[[package]]
2728name = "ciborium"
2729version = "0.2.2"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2732dependencies = [
2733 "ciborium-io",
2734 "ciborium-ll",
2735 "serde",
2736]
2737
2738[[package]]
2739name = "ciborium-io"
2740version = "0.2.2"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2743
2744[[package]]
2745name = "ciborium-ll"
2746version = "0.2.2"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2749dependencies = [
2750 "ciborium-io",
2751 "half",
2752]
2753
2754[[package]]
2755name = "cipher"
2756version = "0.4.4"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2759dependencies = [
2760 "crypto-common",
2761 "inout",
2762 "zeroize",
2763]
2764
2765[[package]]
2766name = "circular-buffer"
2767version = "1.2.0"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2770
2771[[package]]
2772name = "clang-sys"
2773version = "1.8.1"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2776dependencies = [
2777 "glob",
2778 "libc",
2779 "libloading",
2780]
2781
2782[[package]]
2783name = "clap"
2784version = "4.5.49"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
2787dependencies = [
2788 "clap_builder",
2789 "clap_derive",
2790]
2791
2792[[package]]
2793name = "clap_builder"
2794version = "4.5.49"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
2797dependencies = [
2798 "anstream",
2799 "anstyle",
2800 "clap_lex",
2801 "strsim",
2802 "terminal_size",
2803]
2804
2805[[package]]
2806name = "clap_complete"
2807version = "4.5.59"
2808source = "registry+https://github.com/rust-lang/crates.io-index"
2809checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
2810dependencies = [
2811 "clap",
2812]
2813
2814[[package]]
2815name = "clap_derive"
2816version = "4.5.49"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
2819dependencies = [
2820 "heck 0.5.0",
2821 "proc-macro2",
2822 "quote",
2823 "syn 2.0.117",
2824]
2825
2826[[package]]
2827name = "clap_lex"
2828version = "0.7.6"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
2831
2832[[package]]
2833name = "cli"
2834version = "0.1.0"
2835dependencies = [
2836 "anyhow",
2837 "askpass",
2838 "clap",
2839 "collections",
2840 "core-foundation 0.10.0",
2841 "core-services",
2842 "exec",
2843 "fork",
2844 "ipc-channel",
2845 "parking_lot",
2846 "paths",
2847 "plist",
2848 "rayon",
2849 "release_channel",
2850 "serde",
2851 "serde_json",
2852 "tempfile",
2853 "util",
2854 "walkdir",
2855 "windows 0.61.3",
2856]
2857
2858[[package]]
2859name = "client"
2860version = "0.1.0"
2861dependencies = [
2862 "anyhow",
2863 "async-tungstenite",
2864 "base64 0.22.1",
2865 "chrono",
2866 "clock",
2867 "cloud_api_client",
2868 "cloud_llm_client",
2869 "collections",
2870 "credentials_provider",
2871 "db",
2872 "derive_more",
2873 "feature_flags",
2874 "fs",
2875 "futures 0.3.31",
2876 "gpui",
2877 "gpui_tokio",
2878 "http_client",
2879 "http_client_tls",
2880 "httparse",
2881 "log",
2882 "objc2-foundation",
2883 "parking_lot",
2884 "paths",
2885 "postage",
2886 "rand 0.9.2",
2887 "regex",
2888 "release_channel",
2889 "rpc",
2890 "rustls-pki-types",
2891 "semver",
2892 "serde",
2893 "serde_json",
2894 "serde_urlencoded",
2895 "settings",
2896 "sha2",
2897 "smol",
2898 "telemetry",
2899 "telemetry_events",
2900 "text",
2901 "thiserror 2.0.17",
2902 "time",
2903 "tiny_http",
2904 "tokio",
2905 "tokio-native-tls",
2906 "tokio-rustls 0.26.2",
2907 "tokio-socks",
2908 "url",
2909 "util",
2910 "windows 0.61.3",
2911 "worktree",
2912]
2913
2914[[package]]
2915name = "clock"
2916version = "0.1.0"
2917dependencies = [
2918 "parking_lot",
2919 "serde",
2920 "smallvec",
2921]
2922
2923[[package]]
2924name = "cloud_api_client"
2925version = "0.1.0"
2926dependencies = [
2927 "anyhow",
2928 "cloud_api_types",
2929 "futures 0.3.31",
2930 "gpui",
2931 "gpui_tokio",
2932 "http_client",
2933 "parking_lot",
2934 "serde_json",
2935 "thiserror 2.0.17",
2936 "yawc",
2937]
2938
2939[[package]]
2940name = "cloud_api_types"
2941version = "0.1.0"
2942dependencies = [
2943 "anyhow",
2944 "chrono",
2945 "ciborium",
2946 "cloud_llm_client",
2947 "pretty_assertions",
2948 "serde",
2949 "serde_json",
2950 "strum 0.27.2",
2951]
2952
2953[[package]]
2954name = "cloud_llm_client"
2955version = "0.1.0"
2956dependencies = [
2957 "anyhow",
2958 "serde",
2959 "serde_json",
2960 "strum 0.27.2",
2961 "uuid",
2962 "zeta_prompt",
2963]
2964
2965[[package]]
2966name = "cmake"
2967version = "0.1.56"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
2970dependencies = [
2971 "cc",
2972]
2973
2974[[package]]
2975name = "cobs"
2976version = "0.3.0"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
2979dependencies = [
2980 "thiserror 2.0.17",
2981]
2982
2983[[package]]
2984name = "cocoa"
2985version = "0.25.0"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2988dependencies = [
2989 "bitflags 1.3.2",
2990 "block",
2991 "cocoa-foundation 0.1.2",
2992 "core-foundation 0.9.4",
2993 "core-graphics 0.23.2",
2994 "foreign-types 0.5.0",
2995 "libc",
2996 "objc",
2997]
2998
2999[[package]]
3000name = "cocoa"
3001version = "0.26.0"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3004dependencies = [
3005 "bitflags 2.10.0",
3006 "block",
3007 "cocoa-foundation 0.2.0",
3008 "core-foundation 0.10.0",
3009 "core-graphics 0.24.0",
3010 "foreign-types 0.5.0",
3011 "libc",
3012 "objc",
3013]
3014
3015[[package]]
3016name = "cocoa-foundation"
3017version = "0.1.2"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3020dependencies = [
3021 "bitflags 1.3.2",
3022 "block",
3023 "core-foundation 0.9.4",
3024 "core-graphics-types 0.1.3",
3025 "libc",
3026 "objc",
3027]
3028
3029[[package]]
3030name = "cocoa-foundation"
3031version = "0.2.0"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3034dependencies = [
3035 "bitflags 2.10.0",
3036 "block",
3037 "core-foundation 0.10.0",
3038 "core-graphics-types 0.2.0",
3039 "libc",
3040 "objc",
3041]
3042
3043[[package]]
3044name = "codespan-reporting"
3045version = "0.13.0"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3048dependencies = [
3049 "serde",
3050 "termcolor",
3051 "unicode-width",
3052]
3053
3054[[package]]
3055name = "codestral"
3056version = "0.1.0"
3057dependencies = [
3058 "anyhow",
3059 "edit_prediction",
3060 "edit_prediction_types",
3061 "futures 0.3.31",
3062 "gpui",
3063 "http_client",
3064 "icons",
3065 "language",
3066 "language_model",
3067 "log",
3068 "serde",
3069 "serde_json",
3070 "text",
3071 "zeta_prompt",
3072]
3073
3074[[package]]
3075name = "collab"
3076version = "0.44.0"
3077dependencies = [
3078 "agent",
3079 "anyhow",
3080 "async-trait",
3081 "async-tungstenite",
3082 "aws-config",
3083 "aws-sdk-kinesis",
3084 "aws-sdk-s3",
3085 "axum",
3086 "buffer_diff",
3087 "call",
3088 "channel",
3089 "chrono",
3090 "client",
3091 "clock",
3092 "cloud_api_types",
3093 "collab",
3094 "collab_ui",
3095 "collections",
3096 "command_palette_hooks",
3097 "ctor",
3098 "dap",
3099 "dap_adapters",
3100 "dashmap",
3101 "debugger_ui",
3102 "editor",
3103 "envy",
3104 "extension",
3105 "file_finder",
3106 "fs",
3107 "futures 0.3.31",
3108 "git",
3109 "git_hosting_providers",
3110 "git_ui",
3111 "gpui",
3112 "gpui_tokio",
3113 "hex",
3114 "http_client",
3115 "indoc",
3116 "language",
3117 "language_model",
3118 "livekit_api",
3119 "livekit_client",
3120 "log",
3121 "lsp",
3122 "menu",
3123 "multi_buffer",
3124 "nanoid",
3125 "node_runtime",
3126 "notifications",
3127 "parking_lot",
3128 "pretty_assertions",
3129 "project",
3130 "prometheus",
3131 "prompt_store",
3132 "prost 0.9.0",
3133 "rand 0.9.2",
3134 "recent_projects",
3135 "release_channel",
3136 "remote",
3137 "remote_server",
3138 "reqwest 0.11.27",
3139 "rpc",
3140 "sea-orm",
3141 "sea-orm-macros",
3142 "semver",
3143 "serde",
3144 "serde_json",
3145 "session",
3146 "settings",
3147 "sha2",
3148 "smol",
3149 "sqlx",
3150 "strum 0.27.2",
3151 "task",
3152 "telemetry_events",
3153 "text",
3154 "theme",
3155 "theme_settings",
3156 "time",
3157 "tokio",
3158 "toml 0.8.23",
3159 "tower 0.4.13",
3160 "tower-http 0.4.4",
3161 "tracing",
3162 "tracing-subscriber",
3163 "unindent",
3164 "util",
3165 "uuid",
3166 "workspace",
3167 "worktree",
3168 "zed_actions",
3169 "zlog",
3170]
3171
3172[[package]]
3173name = "collab_ui"
3174version = "0.1.0"
3175dependencies = [
3176 "anyhow",
3177 "call",
3178 "channel",
3179 "chrono",
3180 "client",
3181 "collections",
3182 "db",
3183 "editor",
3184 "futures 0.3.31",
3185 "fuzzy",
3186 "gpui",
3187 "livekit_client",
3188 "log",
3189 "menu",
3190 "notifications",
3191 "picker",
3192 "project",
3193 "release_channel",
3194 "rpc",
3195 "serde",
3196 "serde_json",
3197 "settings",
3198 "smallvec",
3199 "telemetry",
3200 "theme",
3201 "theme_settings",
3202 "time",
3203 "time_format",
3204 "title_bar",
3205 "ui",
3206 "util",
3207 "workspace",
3208 "zed_actions",
3209]
3210
3211[[package]]
3212name = "collections"
3213version = "0.1.0"
3214dependencies = [
3215 "indexmap",
3216 "rustc-hash 2.1.1",
3217]
3218
3219[[package]]
3220name = "color_quant"
3221version = "1.1.0"
3222source = "registry+https://github.com/rust-lang/crates.io-index"
3223checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3224
3225[[package]]
3226name = "colorchoice"
3227version = "1.0.4"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3230
3231[[package]]
3232name = "combine"
3233version = "4.6.7"
3234source = "registry+https://github.com/rust-lang/crates.io-index"
3235checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3236dependencies = [
3237 "bytes 1.11.1",
3238 "memchr",
3239]
3240
3241[[package]]
3242name = "command-fds"
3243version = "0.3.2"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3246dependencies = [
3247 "nix 0.30.1",
3248 "thiserror 2.0.17",
3249]
3250
3251[[package]]
3252name = "command_palette"
3253version = "0.1.0"
3254dependencies = [
3255 "anyhow",
3256 "client",
3257 "collections",
3258 "command_palette_hooks",
3259 "db",
3260 "editor",
3261 "fuzzy",
3262 "go_to_line",
3263 "gpui",
3264 "language",
3265 "log",
3266 "menu",
3267 "picker",
3268 "postage",
3269 "project",
3270 "serde",
3271 "settings",
3272 "telemetry",
3273 "theme",
3274 "theme_settings",
3275 "time",
3276 "ui",
3277 "util",
3278 "workspace",
3279 "zed_actions",
3280]
3281
3282[[package]]
3283name = "command_palette_hooks"
3284version = "0.1.0"
3285dependencies = [
3286 "collections",
3287 "derive_more",
3288 "gpui",
3289 "workspace",
3290]
3291
3292[[package]]
3293name = "component"
3294version = "0.1.0"
3295dependencies = [
3296 "collections",
3297 "documented",
3298 "gpui",
3299 "inventory",
3300 "parking_lot",
3301 "strum 0.27.2",
3302 "theme",
3303]
3304
3305[[package]]
3306name = "component_preview"
3307version = "0.1.0"
3308dependencies = [
3309 "anyhow",
3310 "client",
3311 "collections",
3312 "component",
3313 "db",
3314 "fs",
3315 "gpui",
3316 "gpui_platform",
3317 "language",
3318 "log",
3319 "node_runtime",
3320 "notifications",
3321 "project",
3322 "release_channel",
3323 "reqwest_client",
3324 "session",
3325 "settings",
3326 "theme",
3327 "theme_settings",
3328 "ui",
3329 "ui_input",
3330 "uuid",
3331 "workspace",
3332]
3333
3334[[package]]
3335name = "compression-codecs"
3336version = "0.4.31"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3339dependencies = [
3340 "bzip2 0.6.1",
3341 "compression-core",
3342 "deflate64",
3343 "flate2",
3344 "memchr",
3345]
3346
3347[[package]]
3348name = "compression-core"
3349version = "0.4.29"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3352
3353[[package]]
3354name = "concurrent-queue"
3355version = "2.5.0"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3358dependencies = [
3359 "crossbeam-utils",
3360]
3361
3362[[package]]
3363name = "console"
3364version = "0.15.11"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3367dependencies = [
3368 "encode_unicode",
3369 "libc",
3370 "once_cell",
3371 "unicode-width",
3372 "windows-sys 0.59.0",
3373]
3374
3375[[package]]
3376name = "console_error_panic_hook"
3377version = "0.1.7"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
3380dependencies = [
3381 "cfg-if",
3382 "wasm-bindgen",
3383]
3384
3385[[package]]
3386name = "const-oid"
3387version = "0.9.6"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3390
3391[[package]]
3392name = "const-random"
3393version = "0.1.18"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3396dependencies = [
3397 "const-random-macro",
3398]
3399
3400[[package]]
3401name = "const-random-macro"
3402version = "0.1.16"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3405dependencies = [
3406 "getrandom 0.2.16",
3407 "once_cell",
3408 "tiny-keccak",
3409]
3410
3411[[package]]
3412name = "const_format"
3413version = "0.2.35"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
3416dependencies = [
3417 "const_format_proc_macros",
3418]
3419
3420[[package]]
3421name = "const_format_proc_macros"
3422version = "0.2.34"
3423source = "registry+https://github.com/rust-lang/crates.io-index"
3424checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
3425dependencies = [
3426 "proc-macro2",
3427 "quote",
3428 "unicode-xid",
3429]
3430
3431[[package]]
3432name = "constant_time_eq"
3433version = "0.1.5"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3436
3437[[package]]
3438name = "context_server"
3439version = "0.1.0"
3440dependencies = [
3441 "anyhow",
3442 "async-trait",
3443 "base64 0.22.1",
3444 "collections",
3445 "futures 0.3.31",
3446 "gpui",
3447 "http_client",
3448 "log",
3449 "net",
3450 "parking_lot",
3451 "postage",
3452 "rand 0.9.2",
3453 "schemars",
3454 "serde",
3455 "serde_json",
3456 "settings",
3457 "sha2",
3458 "slotmap",
3459 "smol",
3460 "tempfile",
3461 "terminal",
3462 "tiny_http",
3463 "url",
3464 "util",
3465]
3466
3467[[package]]
3468name = "convert_case"
3469version = "0.8.0"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3472dependencies = [
3473 "unicode-segmentation",
3474]
3475
3476[[package]]
3477name = "convert_case"
3478version = "0.10.0"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3481dependencies = [
3482 "unicode-segmentation",
3483]
3484
3485[[package]]
3486name = "convert_case"
3487version = "0.11.0"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3490dependencies = [
3491 "unicode-segmentation",
3492]
3493
3494[[package]]
3495name = "copilot"
3496version = "0.1.0"
3497dependencies = [
3498 "anyhow",
3499 "async-std",
3500 "collections",
3501 "command_palette_hooks",
3502 "copilot_chat",
3503 "edit_prediction_types",
3504 "editor",
3505 "fs",
3506 "futures 0.3.31",
3507 "gpui",
3508 "icons",
3509 "indoc",
3510 "language",
3511 "log",
3512 "lsp",
3513 "node_runtime",
3514 "parking_lot",
3515 "paths",
3516 "pretty_assertions",
3517 "project",
3518 "rpc",
3519 "semver",
3520 "serde",
3521 "serde_json",
3522 "settings",
3523 "sum_tree",
3524 "theme",
3525 "theme_settings",
3526 "util",
3527 "workspace",
3528 "zlog",
3529]
3530
3531[[package]]
3532name = "copilot_chat"
3533version = "0.1.0"
3534dependencies = [
3535 "anthropic",
3536 "anyhow",
3537 "collections",
3538 "dirs 4.0.0",
3539 "fs",
3540 "futures 0.3.31",
3541 "gpui",
3542 "http_client",
3543 "log",
3544 "paths",
3545 "serde",
3546 "serde_json",
3547 "settings",
3548]
3549
3550[[package]]
3551name = "copilot_ui"
3552version = "0.1.0"
3553dependencies = [
3554 "anyhow",
3555 "copilot",
3556 "gpui",
3557 "language",
3558 "log",
3559 "lsp",
3560 "menu",
3561 "project",
3562 "serde_json",
3563 "settings",
3564 "ui",
3565 "util",
3566 "workspace",
3567]
3568
3569[[package]]
3570name = "core-foundation"
3571version = "0.9.4"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3574dependencies = [
3575 "core-foundation-sys",
3576 "libc",
3577]
3578
3579[[package]]
3580name = "core-foundation"
3581version = "0.10.0"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3584dependencies = [
3585 "core-foundation-sys",
3586 "libc",
3587]
3588
3589[[package]]
3590name = "core-foundation-sys"
3591version = "0.8.7"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3594
3595[[package]]
3596name = "core-graphics"
3597version = "0.23.2"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3600dependencies = [
3601 "bitflags 1.3.2",
3602 "core-foundation 0.9.4",
3603 "core-graphics-types 0.1.3",
3604 "foreign-types 0.5.0",
3605 "libc",
3606]
3607
3608[[package]]
3609name = "core-graphics"
3610version = "0.24.0"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3613dependencies = [
3614 "bitflags 2.10.0",
3615 "core-foundation 0.10.0",
3616 "core-graphics-types 0.2.0",
3617 "foreign-types 0.5.0",
3618 "libc",
3619]
3620
3621[[package]]
3622name = "core-graphics-helmer-fork"
3623version = "0.24.0"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3626dependencies = [
3627 "bitflags 2.10.0",
3628 "core-foundation 0.9.4",
3629 "core-graphics-types 0.1.3",
3630 "foreign-types 0.5.0",
3631 "libc",
3632]
3633
3634[[package]]
3635name = "core-graphics-types"
3636version = "0.1.3"
3637source = "registry+https://github.com/rust-lang/crates.io-index"
3638checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3639dependencies = [
3640 "bitflags 1.3.2",
3641 "core-foundation 0.9.4",
3642 "libc",
3643]
3644
3645[[package]]
3646name = "core-graphics-types"
3647version = "0.2.0"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3650dependencies = [
3651 "bitflags 2.10.0",
3652 "core-foundation 0.10.0",
3653 "libc",
3654]
3655
3656[[package]]
3657name = "core-graphics2"
3658version = "0.5.2"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3661dependencies = [
3662 "bitflags 2.10.0",
3663 "block",
3664 "cfg-if",
3665 "core-foundation 0.10.0",
3666 "libc",
3667]
3668
3669[[package]]
3670name = "core-services"
3671version = "0.2.1"
3672source = "registry+https://github.com/rust-lang/crates.io-index"
3673checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3674dependencies = [
3675 "core-foundation 0.9.4",
3676]
3677
3678[[package]]
3679name = "core-text"
3680version = "21.0.0"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3683dependencies = [
3684 "core-foundation 0.10.0",
3685 "core-graphics 0.24.0",
3686 "foreign-types 0.5.0",
3687 "libc",
3688]
3689
3690[[package]]
3691name = "core-video"
3692version = "0.5.2"
3693source = "registry+https://github.com/rust-lang/crates.io-index"
3694checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3695dependencies = [
3696 "block",
3697 "core-foundation 0.10.0",
3698 "core-graphics2",
3699 "io-surface",
3700 "libc",
3701 "metal",
3702]
3703
3704[[package]]
3705name = "core_maths"
3706version = "0.1.1"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3709dependencies = [
3710 "libm",
3711]
3712
3713[[package]]
3714name = "coreaudio-rs"
3715version = "0.12.1"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3718dependencies = [
3719 "bitflags 1.3.2",
3720 "core-foundation-sys",
3721 "coreaudio-sys",
3722]
3723
3724[[package]]
3725name = "coreaudio-rs"
3726version = "0.13.0"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3729dependencies = [
3730 "bitflags 1.3.2",
3731 "libc",
3732 "objc2-audio-toolbox",
3733 "objc2-core-audio",
3734 "objc2-core-audio-types",
3735 "objc2-core-foundation",
3736]
3737
3738[[package]]
3739name = "coreaudio-sys"
3740version = "0.2.17"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3743dependencies = [
3744 "bindgen 0.72.1",
3745]
3746
3747[[package]]
3748name = "cosmic-text"
3749version = "0.17.1"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
3752dependencies = [
3753 "bitflags 2.10.0",
3754 "fontdb 0.23.0",
3755 "harfrust",
3756 "linebender_resource_handle",
3757 "log",
3758 "rangemap",
3759 "rustc-hash 2.1.1",
3760 "self_cell",
3761 "skrifa 0.40.0",
3762 "smol_str",
3763 "swash",
3764 "sys-locale",
3765 "unicode-bidi",
3766 "unicode-linebreak",
3767 "unicode-script",
3768 "unicode-segmentation",
3769]
3770
3771[[package]]
3772name = "cpal"
3773version = "0.17.1"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3776dependencies = [
3777 "alsa",
3778 "coreaudio-rs 0.13.0",
3779 "dasp_sample",
3780 "jni",
3781 "js-sys",
3782 "libc",
3783 "mach2 0.5.0",
3784 "ndk",
3785 "ndk-context",
3786 "num-derive",
3787 "num-traits",
3788 "objc2",
3789 "objc2-audio-toolbox",
3790 "objc2-avf-audio",
3791 "objc2-core-audio",
3792 "objc2-core-audio-types",
3793 "objc2-core-foundation",
3794 "objc2-foundation",
3795 "wasm-bindgen",
3796 "wasm-bindgen-futures",
3797 "web-sys",
3798 "windows 0.62.2",
3799]
3800
3801[[package]]
3802name = "cpp_demangle"
3803version = "0.4.5"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3806dependencies = [
3807 "cfg-if",
3808]
3809
3810[[package]]
3811name = "cpufeatures"
3812version = "0.2.17"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3815dependencies = [
3816 "libc",
3817]
3818
3819[[package]]
3820name = "cranelift-assembler-x64"
3821version = "0.120.2"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
3824dependencies = [
3825 "cranelift-assembler-x64-meta",
3826]
3827
3828[[package]]
3829name = "cranelift-assembler-x64-meta"
3830version = "0.120.2"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
3833dependencies = [
3834 "cranelift-srcgen",
3835]
3836
3837[[package]]
3838name = "cranelift-bforest"
3839version = "0.120.2"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
3842dependencies = [
3843 "cranelift-entity",
3844]
3845
3846[[package]]
3847name = "cranelift-bitset"
3848version = "0.120.2"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
3851dependencies = [
3852 "serde",
3853 "serde_derive",
3854]
3855
3856[[package]]
3857name = "cranelift-codegen"
3858version = "0.120.2"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
3861dependencies = [
3862 "bumpalo",
3863 "cranelift-assembler-x64",
3864 "cranelift-bforest",
3865 "cranelift-bitset",
3866 "cranelift-codegen-meta",
3867 "cranelift-codegen-shared",
3868 "cranelift-control",
3869 "cranelift-entity",
3870 "cranelift-isle",
3871 "gimli 0.31.1",
3872 "hashbrown 0.15.5",
3873 "log",
3874 "postcard",
3875 "pulley-interpreter",
3876 "regalloc2",
3877 "rustc-hash 2.1.1",
3878 "serde",
3879 "serde_derive",
3880 "sha2",
3881 "smallvec",
3882 "target-lexicon 0.13.3",
3883]
3884
3885[[package]]
3886name = "cranelift-codegen-meta"
3887version = "0.120.2"
3888source = "registry+https://github.com/rust-lang/crates.io-index"
3889checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
3890dependencies = [
3891 "cranelift-assembler-x64-meta",
3892 "cranelift-codegen-shared",
3893 "cranelift-srcgen",
3894 "pulley-interpreter",
3895]
3896
3897[[package]]
3898name = "cranelift-codegen-shared"
3899version = "0.120.2"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
3902
3903[[package]]
3904name = "cranelift-control"
3905version = "0.120.2"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
3908dependencies = [
3909 "arbitrary",
3910]
3911
3912[[package]]
3913name = "cranelift-entity"
3914version = "0.120.2"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
3917dependencies = [
3918 "cranelift-bitset",
3919 "serde",
3920 "serde_derive",
3921]
3922
3923[[package]]
3924name = "cranelift-frontend"
3925version = "0.120.2"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
3928dependencies = [
3929 "cranelift-codegen",
3930 "log",
3931 "smallvec",
3932 "target-lexicon 0.13.3",
3933]
3934
3935[[package]]
3936name = "cranelift-isle"
3937version = "0.120.2"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
3940
3941[[package]]
3942name = "cranelift-native"
3943version = "0.120.2"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
3946dependencies = [
3947 "cranelift-codegen",
3948 "libc",
3949 "target-lexicon 0.13.3",
3950]
3951
3952[[package]]
3953name = "cranelift-srcgen"
3954version = "0.120.2"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
3957
3958[[package]]
3959name = "crash-context"
3960version = "0.6.3"
3961source = "registry+https://github.com/rust-lang/crates.io-index"
3962checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
3963dependencies = [
3964 "cfg-if",
3965 "libc",
3966 "mach2 0.4.3",
3967]
3968
3969[[package]]
3970name = "crash-handler"
3971version = "0.6.3"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
3974dependencies = [
3975 "cfg-if",
3976 "crash-context",
3977 "libc",
3978 "mach2 0.4.3",
3979 "parking_lot",
3980]
3981
3982[[package]]
3983name = "crashes"
3984version = "0.1.0"
3985dependencies = [
3986 "cfg-if",
3987 "crash-handler",
3988 "futures 0.3.31",
3989 "log",
3990 "mach2 0.5.0",
3991 "minidumper",
3992 "parking_lot",
3993 "paths",
3994 "release_channel",
3995 "serde",
3996 "serde_json",
3997 "smol",
3998 "system_specs",
3999 "windows 0.61.3",
4000 "zstd",
4001]
4002
4003[[package]]
4004name = "crc"
4005version = "3.3.0"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4008dependencies = [
4009 "crc-catalog",
4010]
4011
4012[[package]]
4013name = "crc-catalog"
4014version = "2.4.0"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4017
4018[[package]]
4019name = "crc-fast"
4020version = "1.6.0"
4021source = "registry+https://github.com/rust-lang/crates.io-index"
4022checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
4023dependencies = [
4024 "crc",
4025 "digest",
4026 "rand 0.9.2",
4027 "regex",
4028 "rustversion",
4029]
4030
4031[[package]]
4032name = "crc32fast"
4033version = "1.5.0"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4036dependencies = [
4037 "cfg-if",
4038]
4039
4040[[package]]
4041name = "credentials_provider"
4042version = "0.1.0"
4043dependencies = [
4044 "anyhow",
4045 "futures 0.3.31",
4046 "gpui",
4047 "paths",
4048 "release_channel",
4049 "serde",
4050 "serde_json",
4051]
4052
4053[[package]]
4054name = "criterion"
4055version = "0.5.1"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4058dependencies = [
4059 "anes",
4060 "cast",
4061 "ciborium",
4062 "clap",
4063 "criterion-plot",
4064 "is-terminal",
4065 "itertools 0.10.5",
4066 "num-traits",
4067 "once_cell",
4068 "oorandom",
4069 "plotters",
4070 "rayon",
4071 "regex",
4072 "serde",
4073 "serde_derive",
4074 "serde_json",
4075 "tinytemplate",
4076 "walkdir",
4077]
4078
4079[[package]]
4080name = "criterion-plot"
4081version = "0.5.0"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4084dependencies = [
4085 "cast",
4086 "itertools 0.10.5",
4087]
4088
4089[[package]]
4090name = "crossbeam"
4091version = "0.8.4"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4094dependencies = [
4095 "crossbeam-channel",
4096 "crossbeam-deque",
4097 "crossbeam-epoch",
4098 "crossbeam-queue",
4099 "crossbeam-utils",
4100]
4101
4102[[package]]
4103name = "crossbeam-channel"
4104version = "0.5.15"
4105source = "registry+https://github.com/rust-lang/crates.io-index"
4106checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4107dependencies = [
4108 "crossbeam-utils",
4109]
4110
4111[[package]]
4112name = "crossbeam-deque"
4113version = "0.8.6"
4114source = "registry+https://github.com/rust-lang/crates.io-index"
4115checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4116dependencies = [
4117 "crossbeam-epoch",
4118 "crossbeam-utils",
4119]
4120
4121[[package]]
4122name = "crossbeam-epoch"
4123version = "0.9.18"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4126dependencies = [
4127 "crossbeam-utils",
4128]
4129
4130[[package]]
4131name = "crossbeam-queue"
4132version = "0.3.12"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4135dependencies = [
4136 "crossbeam-utils",
4137]
4138
4139[[package]]
4140name = "crossbeam-utils"
4141version = "0.8.21"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4144
4145[[package]]
4146name = "crunchy"
4147version = "0.2.4"
4148source = "registry+https://github.com/rust-lang/crates.io-index"
4149checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4150
4151[[package]]
4152name = "crypto-bigint"
4153version = "0.4.9"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4156dependencies = [
4157 "generic-array",
4158 "rand_core 0.6.4",
4159 "subtle",
4160 "zeroize",
4161]
4162
4163[[package]]
4164name = "crypto-bigint"
4165version = "0.5.5"
4166source = "registry+https://github.com/rust-lang/crates.io-index"
4167checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4168dependencies = [
4169 "rand_core 0.6.4",
4170 "subtle",
4171]
4172
4173[[package]]
4174name = "crypto-common"
4175version = "0.1.6"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4178dependencies = [
4179 "generic-array",
4180 "typenum",
4181]
4182
4183[[package]]
4184name = "cssparser"
4185version = "0.35.0"
4186source = "registry+https://github.com/rust-lang/crates.io-index"
4187checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4188dependencies = [
4189 "cssparser-macros",
4190 "dtoa-short",
4191 "itoa",
4192 "phf 0.11.3",
4193 "smallvec",
4194]
4195
4196[[package]]
4197name = "cssparser-macros"
4198version = "0.6.1"
4199source = "registry+https://github.com/rust-lang/crates.io-index"
4200checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4201dependencies = [
4202 "quote",
4203 "syn 2.0.117",
4204]
4205
4206[[package]]
4207name = "csv_preview"
4208version = "0.1.0"
4209dependencies = [
4210 "anyhow",
4211 "editor",
4212 "feature_flags",
4213 "gpui",
4214 "log",
4215 "text",
4216 "ui",
4217 "workspace",
4218]
4219
4220[[package]]
4221name = "ctor"
4222version = "0.4.3"
4223source = "registry+https://github.com/rust-lang/crates.io-index"
4224checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4225dependencies = [
4226 "ctor-proc-macro",
4227 "dtor",
4228]
4229
4230[[package]]
4231name = "ctor-proc-macro"
4232version = "0.0.6"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4235
4236[[package]]
4237name = "ctrlc"
4238version = "3.5.0"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4241dependencies = [
4242 "dispatch",
4243 "nix 0.30.1",
4244 "windows-sys 0.61.2",
4245]
4246
4247[[package]]
4248name = "cursor-icon"
4249version = "1.2.0"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4252
4253[[package]]
4254name = "cxx"
4255version = "1.0.187"
4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4258dependencies = [
4259 "cc",
4260 "cxx-build",
4261 "cxxbridge-cmd",
4262 "cxxbridge-flags",
4263 "cxxbridge-macro",
4264 "foldhash 0.2.0",
4265 "link-cplusplus",
4266]
4267
4268[[package]]
4269name = "cxx-build"
4270version = "1.0.187"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4273dependencies = [
4274 "cc",
4275 "codespan-reporting",
4276 "indexmap",
4277 "proc-macro2",
4278 "quote",
4279 "scratch",
4280 "syn 2.0.117",
4281]
4282
4283[[package]]
4284name = "cxxbridge-cmd"
4285version = "1.0.187"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4288dependencies = [
4289 "clap",
4290 "codespan-reporting",
4291 "indexmap",
4292 "proc-macro2",
4293 "quote",
4294 "syn 2.0.117",
4295]
4296
4297[[package]]
4298name = "cxxbridge-flags"
4299version = "1.0.187"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4302
4303[[package]]
4304name = "cxxbridge-macro"
4305version = "1.0.187"
4306source = "registry+https://github.com/rust-lang/crates.io-index"
4307checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4308dependencies = [
4309 "indexmap",
4310 "proc-macro2",
4311 "quote",
4312 "syn 2.0.117",
4313]
4314
4315[[package]]
4316name = "dap"
4317version = "0.1.0"
4318dependencies = [
4319 "anyhow",
4320 "async-compression",
4321 "async-pipe",
4322 "async-tar",
4323 "async-trait",
4324 "client",
4325 "collections",
4326 "dap-types",
4327 "fs",
4328 "futures 0.3.31",
4329 "gpui",
4330 "http_client",
4331 "language",
4332 "libc",
4333 "log",
4334 "node_runtime",
4335 "parking_lot",
4336 "paths",
4337 "proto",
4338 "schemars",
4339 "serde",
4340 "serde_json",
4341 "settings",
4342 "smallvec",
4343 "smol",
4344 "task",
4345 "telemetry",
4346 "util",
4347 "zlog",
4348]
4349
4350[[package]]
4351name = "dap-types"
4352version = "0.0.1"
4353source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4354dependencies = [
4355 "schemars",
4356 "serde",
4357 "serde_json",
4358]
4359
4360[[package]]
4361name = "dap_adapters"
4362version = "0.1.0"
4363dependencies = [
4364 "anyhow",
4365 "async-trait",
4366 "collections",
4367 "dap",
4368 "dotenvy",
4369 "fs",
4370 "futures 0.3.31",
4371 "gpui",
4372 "http_client",
4373 "json_dotpath",
4374 "language",
4375 "log",
4376 "node_runtime",
4377 "paths",
4378 "serde",
4379 "serde_json",
4380 "settings",
4381 "smol",
4382 "task",
4383 "util",
4384]
4385
4386[[package]]
4387name = "darling"
4388version = "0.20.11"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4391dependencies = [
4392 "darling_core 0.20.11",
4393 "darling_macro 0.20.11",
4394]
4395
4396[[package]]
4397name = "darling"
4398version = "0.21.3"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4401dependencies = [
4402 "darling_core 0.21.3",
4403 "darling_macro 0.21.3",
4404]
4405
4406[[package]]
4407name = "darling_core"
4408version = "0.20.11"
4409source = "registry+https://github.com/rust-lang/crates.io-index"
4410checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4411dependencies = [
4412 "fnv",
4413 "ident_case",
4414 "proc-macro2",
4415 "quote",
4416 "strsim",
4417 "syn 2.0.117",
4418]
4419
4420[[package]]
4421name = "darling_core"
4422version = "0.21.3"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4425dependencies = [
4426 "fnv",
4427 "ident_case",
4428 "proc-macro2",
4429 "quote",
4430 "strsim",
4431 "syn 2.0.117",
4432]
4433
4434[[package]]
4435name = "darling_macro"
4436version = "0.20.11"
4437source = "registry+https://github.com/rust-lang/crates.io-index"
4438checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4439dependencies = [
4440 "darling_core 0.20.11",
4441 "quote",
4442 "syn 2.0.117",
4443]
4444
4445[[package]]
4446name = "darling_macro"
4447version = "0.21.3"
4448source = "registry+https://github.com/rust-lang/crates.io-index"
4449checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4450dependencies = [
4451 "darling_core 0.21.3",
4452 "quote",
4453 "syn 2.0.117",
4454]
4455
4456[[package]]
4457name = "dashmap"
4458version = "6.1.0"
4459source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4461dependencies = [
4462 "cfg-if",
4463 "crossbeam-utils",
4464 "hashbrown 0.14.5",
4465 "lock_api",
4466 "once_cell",
4467 "parking_lot_core",
4468]
4469
4470[[package]]
4471name = "dasp_sample"
4472version = "0.11.0"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4475
4476[[package]]
4477name = "data-encoding"
4478version = "2.9.0"
4479source = "registry+https://github.com/rust-lang/crates.io-index"
4480checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4481
4482[[package]]
4483name = "data-url"
4484version = "0.3.2"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4487
4488[[package]]
4489name = "db"
4490version = "0.1.0"
4491dependencies = [
4492 "anyhow",
4493 "gpui",
4494 "indoc",
4495 "inventory",
4496 "log",
4497 "paths",
4498 "release_channel",
4499 "smol",
4500 "sqlez",
4501 "sqlez_macros",
4502 "tempfile",
4503 "util",
4504 "uuid",
4505 "zed_env_vars",
4506]
4507
4508[[package]]
4509name = "dbus"
4510version = "0.9.9"
4511source = "registry+https://github.com/rust-lang/crates.io-index"
4512checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4513dependencies = [
4514 "libc",
4515 "libdbus-sys",
4516 "windows-sys 0.59.0",
4517]
4518
4519[[package]]
4520name = "debug_adapter_extension"
4521version = "0.1.0"
4522dependencies = [
4523 "anyhow",
4524 "async-trait",
4525 "collections",
4526 "dap",
4527 "extension",
4528 "gpui",
4529 "serde_json",
4530 "task",
4531 "util",
4532]
4533
4534[[package]]
4535name = "debugger_tools"
4536version = "0.1.0"
4537dependencies = [
4538 "anyhow",
4539 "dap",
4540 "editor",
4541 "futures 0.3.31",
4542 "gpui",
4543 "project",
4544 "serde_json",
4545 "settings",
4546 "smol",
4547 "util",
4548 "workspace",
4549]
4550
4551[[package]]
4552name = "debugger_ui"
4553version = "0.1.0"
4554dependencies = [
4555 "alacritty_terminal",
4556 "anyhow",
4557 "bitflags 2.10.0",
4558 "client",
4559 "collections",
4560 "command_palette_hooks",
4561 "dap",
4562 "dap_adapters",
4563 "db",
4564 "debugger_tools",
4565 "editor",
4566 "feature_flags",
4567 "file_icons",
4568 "futures 0.3.31",
4569 "fuzzy",
4570 "gpui",
4571 "hex",
4572 "indoc",
4573 "itertools 0.14.0",
4574 "language",
4575 "log",
4576 "menu",
4577 "notifications",
4578 "parking_lot",
4579 "parse_int",
4580 "paths",
4581 "picker",
4582 "pretty_assertions",
4583 "project",
4584 "rpc",
4585 "schemars",
4586 "serde",
4587 "serde_json",
4588 "serde_json_lenient",
4589 "settings",
4590 "sysinfo 0.37.2",
4591 "task",
4592 "tasks_ui",
4593 "terminal_view",
4594 "text",
4595 "theme",
4596 "theme_settings",
4597 "tree-sitter",
4598 "tree-sitter-go",
4599 "tree-sitter-json",
4600 "ui",
4601 "ui_input",
4602 "unindent",
4603 "util",
4604 "workspace",
4605 "zed_actions",
4606 "zlog",
4607]
4608
4609[[package]]
4610name = "debugid"
4611version = "0.8.0"
4612source = "registry+https://github.com/rust-lang/crates.io-index"
4613checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4614dependencies = [
4615 "uuid",
4616]
4617
4618[[package]]
4619name = "deepseek"
4620version = "0.1.0"
4621dependencies = [
4622 "anyhow",
4623 "futures 0.3.31",
4624 "http_client",
4625 "schemars",
4626 "serde",
4627 "serde_json",
4628]
4629
4630[[package]]
4631name = "deflate64"
4632version = "0.1.10"
4633source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4635
4636[[package]]
4637name = "denoise"
4638version = "0.1.0"
4639dependencies = [
4640 "candle-core",
4641 "candle-onnx",
4642 "log",
4643 "realfft",
4644 "rodio",
4645 "rustfft",
4646 "thiserror 2.0.17",
4647]
4648
4649[[package]]
4650name = "der"
4651version = "0.6.1"
4652source = "registry+https://github.com/rust-lang/crates.io-index"
4653checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4654dependencies = [
4655 "const-oid",
4656 "zeroize",
4657]
4658
4659[[package]]
4660name = "der"
4661version = "0.7.10"
4662source = "registry+https://github.com/rust-lang/crates.io-index"
4663checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4664dependencies = [
4665 "const-oid",
4666 "pem-rfc7468",
4667 "zeroize",
4668]
4669
4670[[package]]
4671name = "deranged"
4672version = "0.5.4"
4673source = "registry+https://github.com/rust-lang/crates.io-index"
4674checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4675dependencies = [
4676 "powerfmt",
4677 "serde_core",
4678]
4679
4680[[package]]
4681name = "derive_arbitrary"
4682version = "1.4.2"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4685dependencies = [
4686 "proc-macro2",
4687 "quote",
4688 "syn 2.0.117",
4689]
4690
4691[[package]]
4692name = "derive_more"
4693version = "2.1.1"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4696dependencies = [
4697 "derive_more-impl",
4698]
4699
4700[[package]]
4701name = "derive_more-impl"
4702version = "2.1.1"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4705dependencies = [
4706 "convert_case 0.10.0",
4707 "proc-macro2",
4708 "quote",
4709 "rustc_version",
4710 "syn 2.0.117",
4711 "unicode-xid",
4712]
4713
4714[[package]]
4715name = "derive_refineable"
4716version = "0.1.0"
4717dependencies = [
4718 "proc-macro2",
4719 "quote",
4720 "syn 2.0.117",
4721]
4722
4723[[package]]
4724name = "derive_setters"
4725version = "0.1.9"
4726source = "registry+https://github.com/rust-lang/crates.io-index"
4727checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4728dependencies = [
4729 "darling 0.21.3",
4730 "proc-macro2",
4731 "quote",
4732 "syn 2.0.117",
4733]
4734
4735[[package]]
4736name = "dev_container"
4737version = "0.1.0"
4738dependencies = [
4739 "fs",
4740 "futures 0.3.31",
4741 "gpui",
4742 "http 1.3.1",
4743 "http_client",
4744 "log",
4745 "menu",
4746 "node_runtime",
4747 "paths",
4748 "picker",
4749 "project",
4750 "serde",
4751 "serde_json",
4752 "settings",
4753 "smol",
4754 "ui",
4755 "util",
4756 "workspace",
4757 "worktree",
4758]
4759
4760[[package]]
4761name = "diagnostics"
4762version = "0.1.0"
4763dependencies = [
4764 "anyhow",
4765 "collections",
4766 "component",
4767 "ctor",
4768 "editor",
4769 "gpui",
4770 "indoc",
4771 "itertools 0.14.0",
4772 "language",
4773 "log",
4774 "lsp",
4775 "markdown",
4776 "pretty_assertions",
4777 "project",
4778 "rand 0.9.2",
4779 "serde",
4780 "serde_json",
4781 "settings",
4782 "text",
4783 "theme",
4784 "theme_settings",
4785 "ui",
4786 "unindent",
4787 "util",
4788 "workspace",
4789 "zed_actions",
4790 "zlog",
4791]
4792
4793[[package]]
4794name = "dialoguer"
4795version = "0.11.0"
4796source = "registry+https://github.com/rust-lang/crates.io-index"
4797checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4798dependencies = [
4799 "console",
4800 "fuzzy-matcher",
4801 "shell-words",
4802 "tempfile",
4803 "thiserror 1.0.69",
4804 "zeroize",
4805]
4806
4807[[package]]
4808name = "diff"
4809version = "0.1.13"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4812
4813[[package]]
4814name = "diffy"
4815version = "0.4.2"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4818dependencies = [
4819 "nu-ansi-term",
4820]
4821
4822[[package]]
4823name = "digest"
4824version = "0.10.7"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4827dependencies = [
4828 "block-buffer",
4829 "const-oid",
4830 "crypto-common",
4831 "subtle",
4832]
4833
4834[[package]]
4835name = "dirs"
4836version = "4.0.0"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4839dependencies = [
4840 "dirs-sys 0.3.7",
4841]
4842
4843[[package]]
4844name = "dirs"
4845version = "5.0.1"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4848dependencies = [
4849 "dirs-sys 0.4.1",
4850]
4851
4852[[package]]
4853name = "dirs"
4854version = "6.0.0"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4857dependencies = [
4858 "dirs-sys 0.5.0",
4859]
4860
4861[[package]]
4862name = "dirs-sys"
4863version = "0.3.7"
4864source = "registry+https://github.com/rust-lang/crates.io-index"
4865checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4866dependencies = [
4867 "libc",
4868 "redox_users 0.4.6",
4869 "winapi",
4870]
4871
4872[[package]]
4873name = "dirs-sys"
4874version = "0.4.1"
4875source = "registry+https://github.com/rust-lang/crates.io-index"
4876checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4877dependencies = [
4878 "libc",
4879 "option-ext",
4880 "redox_users 0.4.6",
4881 "windows-sys 0.48.0",
4882]
4883
4884[[package]]
4885name = "dirs-sys"
4886version = "0.5.0"
4887source = "registry+https://github.com/rust-lang/crates.io-index"
4888checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4889dependencies = [
4890 "libc",
4891 "option-ext",
4892 "redox_users 0.5.2",
4893 "windows-sys 0.61.2",
4894]
4895
4896[[package]]
4897name = "dispatch"
4898version = "0.2.0"
4899source = "registry+https://github.com/rust-lang/crates.io-index"
4900checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4901
4902[[package]]
4903name = "dispatch2"
4904version = "0.3.1"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
4907dependencies = [
4908 "bitflags 2.10.0",
4909 "block2",
4910 "libc",
4911 "objc2",
4912]
4913
4914[[package]]
4915name = "displaydoc"
4916version = "0.2.5"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4919dependencies = [
4920 "proc-macro2",
4921 "quote",
4922 "syn 2.0.117",
4923]
4924
4925[[package]]
4926name = "dlib"
4927version = "0.5.2"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4930dependencies = [
4931 "libloading",
4932]
4933
4934[[package]]
4935name = "docs_preprocessor"
4936version = "0.1.0"
4937dependencies = [
4938 "anyhow",
4939 "collections",
4940 "jsonschema",
4941 "mdbook",
4942 "regex",
4943 "schemars",
4944 "serde",
4945 "serde_json",
4946 "settings",
4947 "task",
4948 "theme",
4949 "util",
4950 "zlog",
4951]
4952
4953[[package]]
4954name = "document-features"
4955version = "0.2.12"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
4958dependencies = [
4959 "litrs",
4960]
4961
4962[[package]]
4963name = "documented"
4964version = "0.9.2"
4965source = "registry+https://github.com/rust-lang/crates.io-index"
4966checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
4967dependencies = [
4968 "documented-macros",
4969 "phf 0.12.1",
4970 "thiserror 2.0.17",
4971]
4972
4973[[package]]
4974name = "documented-macros"
4975version = "0.9.2"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
4978dependencies = [
4979 "convert_case 0.8.0",
4980 "itertools 0.14.0",
4981 "optfield",
4982 "proc-macro2",
4983 "quote",
4984 "strum 0.27.2",
4985 "syn 2.0.117",
4986]
4987
4988[[package]]
4989name = "dotenvy"
4990version = "0.15.7"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4993
4994[[package]]
4995name = "downcast-rs"
4996version = "1.2.1"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4999
5000[[package]]
5001name = "doxygen-rs"
5002version = "0.4.2"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5005dependencies = [
5006 "phf 0.11.3",
5007]
5008
5009[[package]]
5010name = "dtoa"
5011version = "1.0.10"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5014
5015[[package]]
5016name = "dtoa-short"
5017version = "0.3.5"
5018source = "registry+https://github.com/rust-lang/crates.io-index"
5019checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5020dependencies = [
5021 "dtoa",
5022]
5023
5024[[package]]
5025name = "dtor"
5026version = "0.0.6"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5029dependencies = [
5030 "dtor-proc-macro",
5031]
5032
5033[[package]]
5034name = "dtor-proc-macro"
5035version = "0.0.5"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5038
5039[[package]]
5040name = "dunce"
5041version = "1.0.5"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5044
5045[[package]]
5046name = "dwrote"
5047version = "0.11.5"
5048source = "registry+https://github.com/rust-lang/crates.io-index"
5049checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5050dependencies = [
5051 "lazy_static",
5052 "libc",
5053 "winapi",
5054 "wio",
5055]
5056
5057[[package]]
5058name = "dyn-clone"
5059version = "1.0.20"
5060source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5062
5063[[package]]
5064name = "dyn-stack"
5065version = "0.10.0"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5068dependencies = [
5069 "bytemuck",
5070 "reborrow",
5071]
5072
5073[[package]]
5074name = "dyn-stack"
5075version = "0.13.2"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5078dependencies = [
5079 "bytemuck",
5080 "dyn-stack-macros",
5081]
5082
5083[[package]]
5084name = "dyn-stack-macros"
5085version = "0.1.3"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5088
5089[[package]]
5090name = "ec4rs"
5091version = "1.2.0"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5094
5095[[package]]
5096name = "ecdsa"
5097version = "0.14.8"
5098source = "registry+https://github.com/rust-lang/crates.io-index"
5099checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5100dependencies = [
5101 "der 0.6.1",
5102 "elliptic-curve",
5103 "rfc6979",
5104 "signature 1.6.4",
5105]
5106
5107[[package]]
5108name = "edit_prediction"
5109version = "0.1.0"
5110dependencies = [
5111 "ai_onboarding",
5112 "anyhow",
5113 "buffer_diff",
5114 "client",
5115 "clock",
5116 "cloud_api_types",
5117 "cloud_llm_client",
5118 "collections",
5119 "copilot",
5120 "copilot_ui",
5121 "ctor",
5122 "db",
5123 "edit_prediction_context",
5124 "edit_prediction_types",
5125 "feature_flags",
5126 "fs",
5127 "futures 0.3.31",
5128 "gpui",
5129 "heapless",
5130 "indoc",
5131 "itertools 0.14.0",
5132 "language",
5133 "language_model",
5134 "log",
5135 "lsp",
5136 "menu",
5137 "open_ai",
5138 "parking_lot",
5139 "postage",
5140 "pretty_assertions",
5141 "project",
5142 "pulldown-cmark 0.13.0",
5143 "rand 0.9.2",
5144 "regex",
5145 "release_channel",
5146 "semver",
5147 "serde",
5148 "serde_json",
5149 "settings",
5150 "strum 0.27.2",
5151 "telemetry",
5152 "telemetry_events",
5153 "text",
5154 "thiserror 2.0.17",
5155 "time",
5156 "toml 0.8.23",
5157 "ui",
5158 "util",
5159 "uuid",
5160 "workspace",
5161 "worktree",
5162 "zed_actions",
5163 "zeta_prompt",
5164 "zlog",
5165 "zstd",
5166]
5167
5168[[package]]
5169name = "edit_prediction_cli"
5170version = "0.1.0"
5171dependencies = [
5172 "anthropic",
5173 "anyhow",
5174 "chrono",
5175 "clap",
5176 "client",
5177 "cloud_llm_client",
5178 "collections",
5179 "db",
5180 "debug_adapter_extension",
5181 "dirs 4.0.0",
5182 "edit_prediction",
5183 "extension",
5184 "flate2",
5185 "fs",
5186 "futures 0.3.31",
5187 "gaoya",
5188 "gpui",
5189 "gpui_platform",
5190 "gpui_tokio",
5191 "http_client",
5192 "indoc",
5193 "language",
5194 "language_extension",
5195 "language_model",
5196 "language_models",
5197 "languages",
5198 "libc",
5199 "log",
5200 "node_runtime",
5201 "open_ai",
5202 "paths",
5203 "pretty_assertions",
5204 "project",
5205 "prompt_store",
5206 "rand 0.9.2",
5207 "release_channel",
5208 "reqwest_client",
5209 "rust-embed",
5210 "serde",
5211 "serde_json",
5212 "settings",
5213 "shellexpand 2.1.2",
5214 "similar",
5215 "smol",
5216 "sqlez",
5217 "sqlez_macros",
5218 "strum 0.27.2",
5219 "telemetry_events",
5220 "tempfile",
5221 "terminal_view",
5222 "toml 0.8.23",
5223 "util",
5224 "wasmtime",
5225 "watch",
5226 "workspace",
5227 "zeta_prompt",
5228]
5229
5230[[package]]
5231name = "edit_prediction_context"
5232version = "0.1.0"
5233dependencies = [
5234 "anyhow",
5235 "clock",
5236 "collections",
5237 "env_logger 0.11.8",
5238 "futures 0.3.31",
5239 "gpui",
5240 "indoc",
5241 "language",
5242 "log",
5243 "lsp",
5244 "parking_lot",
5245 "pretty_assertions",
5246 "project",
5247 "serde",
5248 "serde_json",
5249 "settings",
5250 "smallvec",
5251 "text",
5252 "tree-sitter",
5253 "util",
5254 "zeta_prompt",
5255]
5256
5257[[package]]
5258name = "edit_prediction_types"
5259version = "0.1.0"
5260dependencies = [
5261 "client",
5262 "gpui",
5263 "icons",
5264 "language",
5265 "text",
5266]
5267
5268[[package]]
5269name = "edit_prediction_ui"
5270version = "0.1.0"
5271dependencies = [
5272 "anyhow",
5273 "buffer_diff",
5274 "client",
5275 "cloud_llm_client",
5276 "codestral",
5277 "collections",
5278 "command_palette_hooks",
5279 "copilot",
5280 "copilot_chat",
5281 "copilot_ui",
5282 "edit_prediction",
5283 "edit_prediction_types",
5284 "editor",
5285 "feature_flags",
5286 "fs",
5287 "futures 0.3.31",
5288 "gpui",
5289 "indoc",
5290 "language",
5291 "markdown",
5292 "menu",
5293 "multi_buffer",
5294 "paths",
5295 "project",
5296 "regex",
5297 "settings",
5298 "telemetry",
5299 "text",
5300 "theme",
5301 "theme_settings",
5302 "time",
5303 "ui",
5304 "util",
5305 "workspace",
5306 "zed_actions",
5307 "zeta_prompt",
5308]
5309
5310[[package]]
5311name = "editor"
5312version = "0.1.0"
5313dependencies = [
5314 "aho-corasick",
5315 "anyhow",
5316 "assets",
5317 "breadcrumbs",
5318 "buffer_diff",
5319 "client",
5320 "clock",
5321 "collections",
5322 "convert_case 0.8.0",
5323 "criterion",
5324 "ctor",
5325 "dap",
5326 "db",
5327 "edit_prediction_types",
5328 "emojis",
5329 "feature_flags",
5330 "file_icons",
5331 "fs",
5332 "futures 0.3.31",
5333 "fuzzy",
5334 "git",
5335 "gpui",
5336 "indoc",
5337 "itertools 0.14.0",
5338 "language",
5339 "languages",
5340 "linkify",
5341 "log",
5342 "lsp",
5343 "markdown",
5344 "menu",
5345 "multi_buffer",
5346 "ordered-float 2.10.1",
5347 "parking_lot",
5348 "pretty_assertions",
5349 "project",
5350 "proptest",
5351 "proptest-derive",
5352 "rand 0.9.2",
5353 "regex",
5354 "release_channel",
5355 "rope",
5356 "rpc",
5357 "schemars",
5358 "semver",
5359 "serde",
5360 "serde_json",
5361 "settings",
5362 "smallvec",
5363 "smol",
5364 "snippet",
5365 "sum_tree",
5366 "task",
5367 "telemetry",
5368 "text",
5369 "theme",
5370 "theme_settings",
5371 "time",
5372 "tracing",
5373 "tree-sitter-bash",
5374 "tree-sitter-c",
5375 "tree-sitter-html",
5376 "tree-sitter-md",
5377 "tree-sitter-python",
5378 "tree-sitter-rust",
5379 "tree-sitter-typescript",
5380 "tree-sitter-yaml",
5381 "ui",
5382 "ui_input",
5383 "unicode-script",
5384 "unicode-segmentation",
5385 "unicode-width",
5386 "unindent",
5387 "url",
5388 "util",
5389 "uuid",
5390 "vim_mode_setting",
5391 "workspace",
5392 "zed_actions",
5393 "zlog",
5394 "ztracing",
5395]
5396
5397[[package]]
5398name = "either"
5399version = "1.15.0"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5402dependencies = [
5403 "serde",
5404]
5405
5406[[package]]
5407name = "elasticlunr-rs"
5408version = "3.0.2"
5409source = "registry+https://github.com/rust-lang/crates.io-index"
5410checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5411dependencies = [
5412 "regex",
5413 "serde",
5414 "serde_derive",
5415 "serde_json",
5416]
5417
5418[[package]]
5419name = "elliptic-curve"
5420version = "0.12.3"
5421source = "registry+https://github.com/rust-lang/crates.io-index"
5422checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5423dependencies = [
5424 "base16ct",
5425 "crypto-bigint 0.4.9",
5426 "der 0.6.1",
5427 "digest",
5428 "ff",
5429 "generic-array",
5430 "group",
5431 "pkcs8 0.9.0",
5432 "rand_core 0.6.4",
5433 "sec1",
5434 "subtle",
5435 "zeroize",
5436]
5437
5438[[package]]
5439name = "email_address"
5440version = "0.2.9"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5443dependencies = [
5444 "serde",
5445]
5446
5447[[package]]
5448name = "embed-resource"
5449version = "3.0.6"
5450source = "registry+https://github.com/rust-lang/crates.io-index"
5451checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5452dependencies = [
5453 "cc",
5454 "memchr",
5455 "rustc_version",
5456 "toml 0.9.8",
5457 "vswhom",
5458 "winreg 0.55.0",
5459]
5460
5461[[package]]
5462name = "embedded-io"
5463version = "0.4.0"
5464source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5466
5467[[package]]
5468name = "embedded-io"
5469version = "0.6.1"
5470source = "registry+https://github.com/rust-lang/crates.io-index"
5471checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5472
5473[[package]]
5474name = "emojis"
5475version = "0.6.4"
5476source = "registry+https://github.com/rust-lang/crates.io-index"
5477checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5478dependencies = [
5479 "phf 0.11.3",
5480]
5481
5482[[package]]
5483name = "encode_unicode"
5484version = "1.0.0"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5487
5488[[package]]
5489name = "encoding_rs"
5490version = "0.8.35"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5493dependencies = [
5494 "cfg-if",
5495]
5496
5497[[package]]
5498name = "encoding_selector"
5499version = "0.1.0"
5500dependencies = [
5501 "editor",
5502 "encoding_rs",
5503 "fuzzy",
5504 "gpui",
5505 "language",
5506 "picker",
5507 "project",
5508 "ui",
5509 "util",
5510 "workspace",
5511]
5512
5513[[package]]
5514name = "endi"
5515version = "1.1.0"
5516source = "registry+https://github.com/rust-lang/crates.io-index"
5517checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5518
5519[[package]]
5520name = "enum-as-inner"
5521version = "0.6.1"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5524dependencies = [
5525 "heck 0.5.0",
5526 "proc-macro2",
5527 "quote",
5528 "syn 2.0.117",
5529]
5530
5531[[package]]
5532name = "enumflags2"
5533version = "0.7.12"
5534source = "registry+https://github.com/rust-lang/crates.io-index"
5535checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5536dependencies = [
5537 "enumflags2_derive",
5538 "serde",
5539]
5540
5541[[package]]
5542name = "enumflags2_derive"
5543version = "0.7.12"
5544source = "registry+https://github.com/rust-lang/crates.io-index"
5545checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5546dependencies = [
5547 "proc-macro2",
5548 "quote",
5549 "syn 2.0.117",
5550]
5551
5552[[package]]
5553name = "env_filter"
5554version = "0.1.4"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5557dependencies = [
5558 "log",
5559 "regex",
5560]
5561
5562[[package]]
5563name = "env_logger"
5564version = "0.10.2"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5567dependencies = [
5568 "humantime",
5569 "is-terminal",
5570 "log",
5571 "regex",
5572 "termcolor",
5573]
5574
5575[[package]]
5576name = "env_logger"
5577version = "0.11.8"
5578source = "registry+https://github.com/rust-lang/crates.io-index"
5579checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5580dependencies = [
5581 "anstream",
5582 "anstyle",
5583 "env_filter",
5584 "jiff",
5585 "log",
5586]
5587
5588[[package]]
5589name = "envy"
5590version = "0.4.2"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5593dependencies = [
5594 "serde",
5595]
5596
5597[[package]]
5598name = "equator"
5599version = "0.4.2"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5602dependencies = [
5603 "equator-macro",
5604]
5605
5606[[package]]
5607name = "equator-macro"
5608version = "0.4.2"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5611dependencies = [
5612 "proc-macro2",
5613 "quote",
5614 "syn 2.0.117",
5615]
5616
5617[[package]]
5618name = "equivalent"
5619version = "1.0.2"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
5621checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5622
5623[[package]]
5624name = "erased-serde"
5625version = "0.4.9"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5628dependencies = [
5629 "serde",
5630 "serde_core",
5631 "typeid",
5632]
5633
5634[[package]]
5635name = "errno"
5636version = "0.2.8"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5639dependencies = [
5640 "errno-dragonfly",
5641 "libc",
5642 "winapi",
5643]
5644
5645[[package]]
5646name = "errno"
5647version = "0.3.14"
5648source = "registry+https://github.com/rust-lang/crates.io-index"
5649checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5650dependencies = [
5651 "libc",
5652 "windows-sys 0.61.2",
5653]
5654
5655[[package]]
5656name = "errno-dragonfly"
5657version = "0.1.2"
5658source = "registry+https://github.com/rust-lang/crates.io-index"
5659checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5660dependencies = [
5661 "cc",
5662 "libc",
5663]
5664
5665[[package]]
5666name = "error-graph"
5667version = "0.1.1"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5670dependencies = [
5671 "serde",
5672]
5673
5674[[package]]
5675name = "etagere"
5676version = "0.2.15"
5677source = "registry+https://github.com/rust-lang/crates.io-index"
5678checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5679dependencies = [
5680 "euclid",
5681 "svg_fmt",
5682]
5683
5684[[package]]
5685name = "etcetera"
5686version = "0.8.0"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5689dependencies = [
5690 "cfg-if",
5691 "home",
5692 "windows-sys 0.48.0",
5693]
5694
5695[[package]]
5696name = "etw_tracing"
5697version = "0.1.0"
5698dependencies = [
5699 "anyhow",
5700 "gpui",
5701 "log",
5702 "net",
5703 "serde",
5704 "serde_json",
5705 "util",
5706 "windows 0.61.3",
5707 "windows-core 0.61.2",
5708 "workspace",
5709 "wprcontrol",
5710]
5711
5712[[package]]
5713name = "euclid"
5714version = "0.22.11"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5717dependencies = [
5718 "num-traits",
5719]
5720
5721[[package]]
5722name = "eval_cli"
5723version = "0.1.0"
5724dependencies = [
5725 "acp_thread",
5726 "agent",
5727 "agent-client-protocol",
5728 "agent_ui",
5729 "anyhow",
5730 "clap",
5731 "client",
5732 "ctrlc",
5733 "db",
5734 "debug_adapter_extension",
5735 "env_logger 0.11.8",
5736 "extension",
5737 "feature_flags",
5738 "fs",
5739 "futures 0.3.31",
5740 "gpui",
5741 "gpui_platform",
5742 "gpui_tokio",
5743 "language",
5744 "language_extension",
5745 "language_model",
5746 "language_models",
5747 "languages",
5748 "node_runtime",
5749 "paths",
5750 "project",
5751 "prompt_store",
5752 "release_channel",
5753 "reqwest_client",
5754 "serde",
5755 "serde_json",
5756 "settings",
5757 "shellexpand 2.1.2",
5758 "terminal_view",
5759 "util",
5760 "watch",
5761]
5762
5763[[package]]
5764name = "eval_utils"
5765version = "0.1.0"
5766dependencies = [
5767 "gpui_platform",
5768 "serde",
5769 "smol",
5770]
5771
5772[[package]]
5773name = "event-listener"
5774version = "2.5.3"
5775source = "registry+https://github.com/rust-lang/crates.io-index"
5776checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5777
5778[[package]]
5779name = "event-listener"
5780version = "5.4.1"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5783dependencies = [
5784 "concurrent-queue",
5785 "parking",
5786 "pin-project-lite",
5787]
5788
5789[[package]]
5790name = "event-listener-strategy"
5791version = "0.5.4"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5794dependencies = [
5795 "event-listener 5.4.1",
5796 "pin-project-lite",
5797]
5798
5799[[package]]
5800name = "exec"
5801version = "0.3.1"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5804dependencies = [
5805 "errno 0.2.8",
5806 "libc",
5807]
5808
5809[[package]]
5810name = "explorer_command_injector"
5811version = "0.1.0"
5812dependencies = [
5813 "windows 0.61.3",
5814 "windows-core 0.61.2",
5815 "windows-registry 0.5.3",
5816]
5817
5818[[package]]
5819name = "exr"
5820version = "1.73.0"
5821source = "registry+https://github.com/rust-lang/crates.io-index"
5822checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5823dependencies = [
5824 "bit_field",
5825 "half",
5826 "lebe",
5827 "miniz_oxide",
5828 "rayon-core",
5829 "smallvec",
5830 "zune-inflate",
5831]
5832
5833[[package]]
5834name = "extended"
5835version = "0.1.0"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5838
5839[[package]]
5840name = "extension"
5841version = "0.1.0"
5842dependencies = [
5843 "anyhow",
5844 "async-trait",
5845 "cloud_api_types",
5846 "collections",
5847 "dap",
5848 "fs",
5849 "futures 0.3.31",
5850 "gpui",
5851 "heck 0.5.0",
5852 "http_client",
5853 "indoc",
5854 "language",
5855 "log",
5856 "lsp",
5857 "parking_lot",
5858 "pretty_assertions",
5859 "proto",
5860 "semver",
5861 "serde",
5862 "serde_json",
5863 "task",
5864 "tempfile",
5865 "toml 0.8.23",
5866 "tracing",
5867 "url",
5868 "util",
5869 "wasm-encoder 0.221.3",
5870 "wasmparser 0.221.3",
5871 "ztracing",
5872]
5873
5874[[package]]
5875name = "extension_cli"
5876version = "0.1.0"
5877dependencies = [
5878 "anyhow",
5879 "clap",
5880 "cloud_api_types",
5881 "env_logger 0.11.8",
5882 "extension",
5883 "fs",
5884 "gpui_platform",
5885 "language",
5886 "log",
5887 "reqwest_client",
5888 "serde",
5889 "serde_json",
5890 "serde_json_lenient",
5891 "settings_content",
5892 "snippet_provider",
5893 "task",
5894 "theme_settings",
5895 "tokio",
5896 "toml 0.8.23",
5897 "tree-sitter",
5898 "wasmtime",
5899]
5900
5901[[package]]
5902name = "extension_host"
5903version = "0.1.0"
5904dependencies = [
5905 "anyhow",
5906 "async-compression",
5907 "async-tar",
5908 "async-trait",
5909 "client",
5910 "cloud_api_types",
5911 "collections",
5912 "criterion",
5913 "ctor",
5914 "dap",
5915 "extension",
5916 "fs",
5917 "futures 0.3.31",
5918 "gpui",
5919 "gpui_tokio",
5920 "http_client",
5921 "language",
5922 "language_extension",
5923 "log",
5924 "lsp",
5925 "moka",
5926 "node_runtime",
5927 "parking_lot",
5928 "paths",
5929 "project",
5930 "release_channel",
5931 "remote",
5932 "reqwest_client",
5933 "semver",
5934 "serde",
5935 "serde_json",
5936 "serde_json_lenient",
5937 "settings",
5938 "task",
5939 "telemetry",
5940 "tempfile",
5941 "theme",
5942 "theme_extension",
5943 "theme_settings",
5944 "toml 0.8.23",
5945 "tracing",
5946 "url",
5947 "util",
5948 "wasmparser 0.221.3",
5949 "wasmtime",
5950 "wasmtime-wasi",
5951 "zlog",
5952 "ztracing",
5953]
5954
5955[[package]]
5956name = "extensions_ui"
5957version = "0.1.0"
5958dependencies = [
5959 "anyhow",
5960 "client",
5961 "cloud_api_types",
5962 "collections",
5963 "db",
5964 "editor",
5965 "extension",
5966 "extension_host",
5967 "fs",
5968 "fuzzy",
5969 "gpui",
5970 "language",
5971 "log",
5972 "num-format",
5973 "picker",
5974 "project",
5975 "release_channel",
5976 "semver",
5977 "serde",
5978 "settings",
5979 "smallvec",
5980 "strum 0.27.2",
5981 "telemetry",
5982 "theme_settings",
5983 "ui",
5984 "util",
5985 "vim_mode_setting",
5986 "workspace",
5987 "zed_actions",
5988]
5989
5990[[package]]
5991name = "failspot"
5992version = "0.2.0"
5993source = "registry+https://github.com/rust-lang/crates.io-index"
5994checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
5995
5996[[package]]
5997name = "fallible-iterator"
5998version = "0.3.0"
5999source = "registry+https://github.com/rust-lang/crates.io-index"
6000checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6001
6002[[package]]
6003name = "fancy-regex"
6004version = "0.16.2"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6007dependencies = [
6008 "bit-set 0.8.0",
6009 "regex-automata",
6010 "regex-syntax",
6011]
6012
6013[[package]]
6014name = "fancy-regex"
6015version = "0.17.0"
6016source = "registry+https://github.com/rust-lang/crates.io-index"
6017checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
6018dependencies = [
6019 "bit-set 0.8.0",
6020 "regex-automata",
6021 "regex-syntax",
6022]
6023
6024[[package]]
6025name = "fast-srgb8"
6026version = "1.0.0"
6027source = "registry+https://github.com/rust-lang/crates.io-index"
6028checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6029
6030[[package]]
6031name = "fastrand"
6032version = "1.9.0"
6033source = "registry+https://github.com/rust-lang/crates.io-index"
6034checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6035dependencies = [
6036 "instant",
6037]
6038
6039[[package]]
6040name = "fastrand"
6041version = "2.3.0"
6042source = "registry+https://github.com/rust-lang/crates.io-index"
6043checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6044
6045[[package]]
6046name = "fax"
6047version = "0.2.6"
6048source = "registry+https://github.com/rust-lang/crates.io-index"
6049checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6050dependencies = [
6051 "fax_derive",
6052]
6053
6054[[package]]
6055name = "fax_derive"
6056version = "0.2.0"
6057source = "registry+https://github.com/rust-lang/crates.io-index"
6058checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6059dependencies = [
6060 "proc-macro2",
6061 "quote",
6062 "syn 2.0.117",
6063]
6064
6065[[package]]
6066name = "fd-lock"
6067version = "4.0.4"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6070dependencies = [
6071 "cfg-if",
6072 "rustix 1.1.2",
6073 "windows-sys 0.59.0",
6074]
6075
6076[[package]]
6077name = "fdeflate"
6078version = "0.3.7"
6079source = "registry+https://github.com/rust-lang/crates.io-index"
6080checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6081dependencies = [
6082 "simd-adler32",
6083]
6084
6085[[package]]
6086name = "feature_flags"
6087version = "0.1.0"
6088dependencies = [
6089 "gpui",
6090]
6091
6092[[package]]
6093name = "feedback"
6094version = "0.1.0"
6095dependencies = [
6096 "gpui",
6097 "system_specs",
6098 "urlencoding",
6099 "util",
6100 "workspace",
6101 "zed_actions",
6102]
6103
6104[[package]]
6105name = "ff"
6106version = "0.12.1"
6107source = "registry+https://github.com/rust-lang/crates.io-index"
6108checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6109dependencies = [
6110 "rand_core 0.6.4",
6111 "subtle",
6112]
6113
6114[[package]]
6115name = "file_finder"
6116version = "0.1.0"
6117dependencies = [
6118 "anyhow",
6119 "channel",
6120 "client",
6121 "collections",
6122 "ctor",
6123 "editor",
6124 "file_icons",
6125 "futures 0.3.31",
6126 "fuzzy",
6127 "gpui",
6128 "menu",
6129 "open_path_prompt",
6130 "picker",
6131 "pretty_assertions",
6132 "project",
6133 "project_panel",
6134 "remote_connection",
6135 "serde",
6136 "serde_json",
6137 "settings",
6138 "theme",
6139 "theme_settings",
6140 "ui",
6141 "util",
6142 "workspace",
6143 "zed_actions",
6144 "zlog",
6145]
6146
6147[[package]]
6148name = "file_icons"
6149version = "0.1.0"
6150dependencies = [
6151 "gpui",
6152 "serde",
6153 "theme",
6154 "util",
6155]
6156
6157[[package]]
6158name = "filedescriptor"
6159version = "0.8.3"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6162dependencies = [
6163 "libc",
6164 "thiserror 1.0.69",
6165 "winapi",
6166]
6167
6168[[package]]
6169name = "filetime"
6170version = "0.2.26"
6171source = "registry+https://github.com/rust-lang/crates.io-index"
6172checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6173dependencies = [
6174 "cfg-if",
6175 "libc",
6176 "libredox",
6177 "windows-sys 0.60.2",
6178]
6179
6180[[package]]
6181name = "find-msvc-tools"
6182version = "0.1.5"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6185
6186[[package]]
6187name = "fixedbitset"
6188version = "0.4.2"
6189source = "registry+https://github.com/rust-lang/crates.io-index"
6190checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6191
6192[[package]]
6193name = "fixedbitset"
6194version = "0.5.7"
6195source = "registry+https://github.com/rust-lang/crates.io-index"
6196checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6197
6198[[package]]
6199name = "flate2"
6200version = "1.1.8"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6203dependencies = [
6204 "crc32fast",
6205 "miniz_oxide",
6206]
6207
6208[[package]]
6209name = "float-cmp"
6210version = "0.9.0"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6213
6214[[package]]
6215name = "float-ord"
6216version = "0.3.2"
6217source = "registry+https://github.com/rust-lang/crates.io-index"
6218checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6219
6220[[package]]
6221name = "float8"
6222version = "0.4.2"
6223source = "registry+https://github.com/rust-lang/crates.io-index"
6224checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6225dependencies = [
6226 "half",
6227 "num-traits",
6228 "rand 0.9.2",
6229 "rand_distr",
6230]
6231
6232[[package]]
6233name = "float_next_after"
6234version = "1.0.0"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6237
6238[[package]]
6239name = "fluent-uri"
6240version = "0.4.1"
6241source = "registry+https://github.com/rust-lang/crates.io-index"
6242checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6243dependencies = [
6244 "borrow-or-share",
6245 "ref-cast",
6246 "serde",
6247]
6248
6249[[package]]
6250name = "flume"
6251version = "0.11.1"
6252source = "registry+https://github.com/rust-lang/crates.io-index"
6253checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6254dependencies = [
6255 "futures-core",
6256 "futures-sink",
6257 "nanorand",
6258 "spin 0.9.8",
6259]
6260
6261[[package]]
6262name = "fnv"
6263version = "1.0.7"
6264source = "registry+https://github.com/rust-lang/crates.io-index"
6265checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6266
6267[[package]]
6268name = "foldhash"
6269version = "0.1.5"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6272
6273[[package]]
6274name = "foldhash"
6275version = "0.2.0"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6278
6279[[package]]
6280name = "font-types"
6281version = "0.10.0"
6282source = "registry+https://github.com/rust-lang/crates.io-index"
6283checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6284dependencies = [
6285 "bytemuck",
6286]
6287
6288[[package]]
6289name = "font-types"
6290version = "0.11.0"
6291source = "registry+https://github.com/rust-lang/crates.io-index"
6292checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6293dependencies = [
6294 "bytemuck",
6295]
6296
6297[[package]]
6298name = "fontconfig-parser"
6299version = "0.5.8"
6300source = "registry+https://github.com/rust-lang/crates.io-index"
6301checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6302dependencies = [
6303 "roxmltree",
6304]
6305
6306[[package]]
6307name = "fontdb"
6308version = "0.16.2"
6309source = "registry+https://github.com/rust-lang/crates.io-index"
6310checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6311dependencies = [
6312 "fontconfig-parser",
6313 "log",
6314 "memmap2",
6315 "slotmap",
6316 "tinyvec",
6317 "ttf-parser 0.20.0",
6318]
6319
6320[[package]]
6321name = "fontdb"
6322version = "0.23.0"
6323source = "registry+https://github.com/rust-lang/crates.io-index"
6324checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6325dependencies = [
6326 "fontconfig-parser",
6327 "log",
6328 "memmap2",
6329 "slotmap",
6330 "tinyvec",
6331 "ttf-parser 0.25.1",
6332]
6333
6334[[package]]
6335name = "foreign-types"
6336version = "0.3.2"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6339dependencies = [
6340 "foreign-types-shared 0.1.1",
6341]
6342
6343[[package]]
6344name = "foreign-types"
6345version = "0.5.0"
6346source = "registry+https://github.com/rust-lang/crates.io-index"
6347checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6348dependencies = [
6349 "foreign-types-macros",
6350 "foreign-types-shared 0.3.1",
6351]
6352
6353[[package]]
6354name = "foreign-types-macros"
6355version = "0.2.3"
6356source = "registry+https://github.com/rust-lang/crates.io-index"
6357checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6358dependencies = [
6359 "proc-macro2",
6360 "quote",
6361 "syn 2.0.117",
6362]
6363
6364[[package]]
6365name = "foreign-types-shared"
6366version = "0.1.1"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6369
6370[[package]]
6371name = "foreign-types-shared"
6372version = "0.3.1"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6375
6376[[package]]
6377name = "fork"
6378version = "0.4.0"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6381dependencies = [
6382 "libc",
6383]
6384
6385[[package]]
6386name = "form_urlencoded"
6387version = "1.2.2"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6390dependencies = [
6391 "percent-encoding",
6392]
6393
6394[[package]]
6395name = "fraction"
6396version = "0.15.3"
6397source = "registry+https://github.com/rust-lang/crates.io-index"
6398checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6399dependencies = [
6400 "lazy_static",
6401 "num",
6402]
6403
6404[[package]]
6405name = "freetype-sys"
6406version = "0.20.1"
6407source = "registry+https://github.com/rust-lang/crates.io-index"
6408checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6409dependencies = [
6410 "cc",
6411 "libc",
6412 "pkg-config",
6413]
6414
6415[[package]]
6416name = "fs"
6417version = "0.1.0"
6418dependencies = [
6419 "anyhow",
6420 "ashpd",
6421 "async-tar",
6422 "async-trait",
6423 "cocoa 0.26.0",
6424 "collections",
6425 "dunce",
6426 "fs",
6427 "futures 0.3.31",
6428 "git",
6429 "gpui",
6430 "ignore",
6431 "is_executable",
6432 "libc",
6433 "log",
6434 "notify 8.2.0",
6435 "objc",
6436 "parking_lot",
6437 "paths",
6438 "proto",
6439 "rope",
6440 "serde",
6441 "serde_json",
6442 "smol",
6443 "tempfile",
6444 "text",
6445 "time",
6446 "util",
6447 "windows 0.61.3",
6448]
6449
6450[[package]]
6451name = "fs-set-times"
6452version = "0.20.3"
6453source = "registry+https://github.com/rust-lang/crates.io-index"
6454checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6455dependencies = [
6456 "io-lifetimes",
6457 "rustix 1.1.2",
6458 "windows-sys 0.59.0",
6459]
6460
6461[[package]]
6462name = "fs2"
6463version = "0.4.3"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6466dependencies = [
6467 "libc",
6468 "winapi",
6469]
6470
6471[[package]]
6472name = "fs_benchmarks"
6473version = "0.1.0"
6474dependencies = [
6475 "fs",
6476 "gpui",
6477 "gpui_platform",
6478]
6479
6480[[package]]
6481name = "fs_extra"
6482version = "1.3.0"
6483source = "registry+https://github.com/rust-lang/crates.io-index"
6484checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6485
6486[[package]]
6487name = "fsevent-sys"
6488version = "4.1.0"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6491dependencies = [
6492 "libc",
6493]
6494
6495[[package]]
6496name = "fuchsia-cprng"
6497version = "0.1.1"
6498source = "registry+https://github.com/rust-lang/crates.io-index"
6499checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6500
6501[[package]]
6502name = "funty"
6503version = "2.0.0"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6506
6507[[package]]
6508name = "futf"
6509version = "0.1.5"
6510source = "registry+https://github.com/rust-lang/crates.io-index"
6511checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6512dependencies = [
6513 "mac",
6514 "new_debug_unreachable",
6515]
6516
6517[[package]]
6518name = "futures"
6519version = "0.1.31"
6520source = "registry+https://github.com/rust-lang/crates.io-index"
6521checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6522
6523[[package]]
6524name = "futures"
6525version = "0.3.31"
6526source = "registry+https://github.com/rust-lang/crates.io-index"
6527checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6528dependencies = [
6529 "futures-channel",
6530 "futures-core",
6531 "futures-executor",
6532 "futures-io",
6533 "futures-sink",
6534 "futures-task",
6535 "futures-util",
6536]
6537
6538[[package]]
6539name = "futures-channel"
6540version = "0.3.31"
6541source = "registry+https://github.com/rust-lang/crates.io-index"
6542checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6543dependencies = [
6544 "futures-core",
6545 "futures-sink",
6546]
6547
6548[[package]]
6549name = "futures-concurrency"
6550version = "7.7.1"
6551source = "registry+https://github.com/rust-lang/crates.io-index"
6552checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6553dependencies = [
6554 "fixedbitset 0.5.7",
6555 "futures-core",
6556 "futures-lite 2.6.1",
6557 "pin-project",
6558 "smallvec",
6559]
6560
6561[[package]]
6562name = "futures-core"
6563version = "0.3.31"
6564source = "registry+https://github.com/rust-lang/crates.io-index"
6565checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6566
6567[[package]]
6568name = "futures-executor"
6569version = "0.3.31"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6572dependencies = [
6573 "futures-core",
6574 "futures-task",
6575 "futures-util",
6576]
6577
6578[[package]]
6579name = "futures-intrusive"
6580version = "0.5.0"
6581source = "registry+https://github.com/rust-lang/crates.io-index"
6582checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6583dependencies = [
6584 "futures-core",
6585 "lock_api",
6586 "parking_lot",
6587]
6588
6589[[package]]
6590name = "futures-io"
6591version = "0.3.31"
6592source = "registry+https://github.com/rust-lang/crates.io-index"
6593checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6594
6595[[package]]
6596name = "futures-lite"
6597version = "1.13.0"
6598source = "registry+https://github.com/rust-lang/crates.io-index"
6599checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6600dependencies = [
6601 "fastrand 1.9.0",
6602 "futures-core",
6603 "futures-io",
6604 "memchr",
6605 "parking",
6606 "pin-project-lite",
6607 "waker-fn",
6608]
6609
6610[[package]]
6611name = "futures-lite"
6612version = "2.6.1"
6613source = "registry+https://github.com/rust-lang/crates.io-index"
6614checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6615dependencies = [
6616 "fastrand 2.3.0",
6617 "futures-core",
6618 "futures-io",
6619 "parking",
6620 "pin-project-lite",
6621]
6622
6623[[package]]
6624name = "futures-macro"
6625version = "0.3.31"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6628dependencies = [
6629 "proc-macro2",
6630 "quote",
6631 "syn 2.0.117",
6632]
6633
6634[[package]]
6635name = "futures-sink"
6636version = "0.3.31"
6637source = "registry+https://github.com/rust-lang/crates.io-index"
6638checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6639
6640[[package]]
6641name = "futures-task"
6642version = "0.3.31"
6643source = "registry+https://github.com/rust-lang/crates.io-index"
6644checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6645
6646[[package]]
6647name = "futures-util"
6648version = "0.3.31"
6649source = "registry+https://github.com/rust-lang/crates.io-index"
6650checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6651dependencies = [
6652 "futures 0.1.31",
6653 "futures-channel",
6654 "futures-core",
6655 "futures-io",
6656 "futures-macro",
6657 "futures-sink",
6658 "futures-task",
6659 "memchr",
6660 "pin-project-lite",
6661 "pin-utils",
6662 "slab",
6663 "tokio-io",
6664]
6665
6666[[package]]
6667name = "fuzzy"
6668version = "0.1.0"
6669dependencies = [
6670 "gpui",
6671 "log",
6672 "util",
6673]
6674
6675[[package]]
6676name = "fuzzy-matcher"
6677version = "0.3.7"
6678source = "registry+https://github.com/rust-lang/crates.io-index"
6679checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6680dependencies = [
6681 "thread_local",
6682]
6683
6684[[package]]
6685name = "gaoya"
6686version = "0.2.0"
6687source = "registry+https://github.com/rust-lang/crates.io-index"
6688checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6689dependencies = [
6690 "ahash 0.8.12",
6691 "crossbeam-utils",
6692 "fnv",
6693 "itertools 0.10.5",
6694 "num-traits",
6695 "rand 0.8.5",
6696 "rand_pcg",
6697 "random_choice",
6698 "rayon",
6699 "seahash",
6700 "sha-1",
6701 "shingles",
6702 "siphasher 0.3.11",
6703 "smallvec",
6704 "triomphe",
6705]
6706
6707[[package]]
6708name = "gemm"
6709version = "0.17.1"
6710source = "registry+https://github.com/rust-lang/crates.io-index"
6711checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6712dependencies = [
6713 "dyn-stack 0.10.0",
6714 "gemm-c32 0.17.1",
6715 "gemm-c64 0.17.1",
6716 "gemm-common 0.17.1",
6717 "gemm-f16 0.17.1",
6718 "gemm-f32 0.17.1",
6719 "gemm-f64 0.17.1",
6720 "num-complex",
6721 "num-traits",
6722 "paste",
6723 "raw-cpuid 10.7.0",
6724 "seq-macro",
6725]
6726
6727[[package]]
6728name = "gemm"
6729version = "0.18.2"
6730source = "registry+https://github.com/rust-lang/crates.io-index"
6731checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6732dependencies = [
6733 "dyn-stack 0.13.2",
6734 "gemm-c32 0.18.2",
6735 "gemm-c64 0.18.2",
6736 "gemm-common 0.18.2",
6737 "gemm-f16 0.18.2",
6738 "gemm-f32 0.18.2",
6739 "gemm-f64 0.18.2",
6740 "num-complex",
6741 "num-traits",
6742 "paste",
6743 "raw-cpuid 11.6.0",
6744 "seq-macro",
6745]
6746
6747[[package]]
6748name = "gemm-c32"
6749version = "0.17.1"
6750source = "registry+https://github.com/rust-lang/crates.io-index"
6751checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6752dependencies = [
6753 "dyn-stack 0.10.0",
6754 "gemm-common 0.17.1",
6755 "num-complex",
6756 "num-traits",
6757 "paste",
6758 "raw-cpuid 10.7.0",
6759 "seq-macro",
6760]
6761
6762[[package]]
6763name = "gemm-c32"
6764version = "0.18.2"
6765source = "registry+https://github.com/rust-lang/crates.io-index"
6766checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6767dependencies = [
6768 "dyn-stack 0.13.2",
6769 "gemm-common 0.18.2",
6770 "num-complex",
6771 "num-traits",
6772 "paste",
6773 "raw-cpuid 11.6.0",
6774 "seq-macro",
6775]
6776
6777[[package]]
6778name = "gemm-c64"
6779version = "0.17.1"
6780source = "registry+https://github.com/rust-lang/crates.io-index"
6781checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6782dependencies = [
6783 "dyn-stack 0.10.0",
6784 "gemm-common 0.17.1",
6785 "num-complex",
6786 "num-traits",
6787 "paste",
6788 "raw-cpuid 10.7.0",
6789 "seq-macro",
6790]
6791
6792[[package]]
6793name = "gemm-c64"
6794version = "0.18.2"
6795source = "registry+https://github.com/rust-lang/crates.io-index"
6796checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6797dependencies = [
6798 "dyn-stack 0.13.2",
6799 "gemm-common 0.18.2",
6800 "num-complex",
6801 "num-traits",
6802 "paste",
6803 "raw-cpuid 11.6.0",
6804 "seq-macro",
6805]
6806
6807[[package]]
6808name = "gemm-common"
6809version = "0.17.1"
6810source = "registry+https://github.com/rust-lang/crates.io-index"
6811checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6812dependencies = [
6813 "bytemuck",
6814 "dyn-stack 0.10.0",
6815 "half",
6816 "num-complex",
6817 "num-traits",
6818 "once_cell",
6819 "paste",
6820 "pulp 0.18.22",
6821 "raw-cpuid 10.7.0",
6822 "rayon",
6823 "seq-macro",
6824 "sysctl 0.5.5",
6825]
6826
6827[[package]]
6828name = "gemm-common"
6829version = "0.18.2"
6830source = "registry+https://github.com/rust-lang/crates.io-index"
6831checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
6832dependencies = [
6833 "bytemuck",
6834 "dyn-stack 0.13.2",
6835 "half",
6836 "libm",
6837 "num-complex",
6838 "num-traits",
6839 "once_cell",
6840 "paste",
6841 "pulp 0.21.5",
6842 "raw-cpuid 11.6.0",
6843 "rayon",
6844 "seq-macro",
6845 "sysctl 0.6.0",
6846]
6847
6848[[package]]
6849name = "gemm-f16"
6850version = "0.17.1"
6851source = "registry+https://github.com/rust-lang/crates.io-index"
6852checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
6853dependencies = [
6854 "dyn-stack 0.10.0",
6855 "gemm-common 0.17.1",
6856 "gemm-f32 0.17.1",
6857 "half",
6858 "num-complex",
6859 "num-traits",
6860 "paste",
6861 "raw-cpuid 10.7.0",
6862 "rayon",
6863 "seq-macro",
6864]
6865
6866[[package]]
6867name = "gemm-f16"
6868version = "0.18.2"
6869source = "registry+https://github.com/rust-lang/crates.io-index"
6870checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
6871dependencies = [
6872 "dyn-stack 0.13.2",
6873 "gemm-common 0.18.2",
6874 "gemm-f32 0.18.2",
6875 "half",
6876 "num-complex",
6877 "num-traits",
6878 "paste",
6879 "raw-cpuid 11.6.0",
6880 "rayon",
6881 "seq-macro",
6882]
6883
6884[[package]]
6885name = "gemm-f32"
6886version = "0.17.1"
6887source = "registry+https://github.com/rust-lang/crates.io-index"
6888checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
6889dependencies = [
6890 "dyn-stack 0.10.0",
6891 "gemm-common 0.17.1",
6892 "num-complex",
6893 "num-traits",
6894 "paste",
6895 "raw-cpuid 10.7.0",
6896 "seq-macro",
6897]
6898
6899[[package]]
6900name = "gemm-f32"
6901version = "0.18.2"
6902source = "registry+https://github.com/rust-lang/crates.io-index"
6903checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
6904dependencies = [
6905 "dyn-stack 0.13.2",
6906 "gemm-common 0.18.2",
6907 "num-complex",
6908 "num-traits",
6909 "paste",
6910 "raw-cpuid 11.6.0",
6911 "seq-macro",
6912]
6913
6914[[package]]
6915name = "gemm-f64"
6916version = "0.17.1"
6917source = "registry+https://github.com/rust-lang/crates.io-index"
6918checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
6919dependencies = [
6920 "dyn-stack 0.10.0",
6921 "gemm-common 0.17.1",
6922 "num-complex",
6923 "num-traits",
6924 "paste",
6925 "raw-cpuid 10.7.0",
6926 "seq-macro",
6927]
6928
6929[[package]]
6930name = "gemm-f64"
6931version = "0.18.2"
6932source = "registry+https://github.com/rust-lang/crates.io-index"
6933checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
6934dependencies = [
6935 "dyn-stack 0.13.2",
6936 "gemm-common 0.18.2",
6937 "num-complex",
6938 "num-traits",
6939 "paste",
6940 "raw-cpuid 11.6.0",
6941 "seq-macro",
6942]
6943
6944[[package]]
6945name = "generator"
6946version = "0.8.7"
6947source = "registry+https://github.com/rust-lang/crates.io-index"
6948checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
6949dependencies = [
6950 "cc",
6951 "cfg-if",
6952 "libc",
6953 "log",
6954 "rustversion",
6955 "windows 0.61.3",
6956]
6957
6958[[package]]
6959name = "generic-array"
6960version = "0.14.7"
6961source = "registry+https://github.com/rust-lang/crates.io-index"
6962checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6963dependencies = [
6964 "typenum",
6965 "version_check",
6966]
6967
6968[[package]]
6969name = "gethostname"
6970version = "1.1.0"
6971source = "registry+https://github.com/rust-lang/crates.io-index"
6972checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
6973dependencies = [
6974 "rustix 1.1.2",
6975 "windows-link 0.2.1",
6976]
6977
6978[[package]]
6979name = "getrandom"
6980version = "0.2.16"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
6983dependencies = [
6984 "cfg-if",
6985 "js-sys",
6986 "libc",
6987 "wasi",
6988 "wasm-bindgen",
6989]
6990
6991[[package]]
6992name = "getrandom"
6993version = "0.3.4"
6994source = "registry+https://github.com/rust-lang/crates.io-index"
6995checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
6996dependencies = [
6997 "cfg-if",
6998 "js-sys",
6999 "libc",
7000 "r-efi",
7001 "wasip2",
7002 "wasm-bindgen",
7003]
7004
7005[[package]]
7006name = "getrandom"
7007version = "0.4.1"
7008source = "registry+https://github.com/rust-lang/crates.io-index"
7009checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7010dependencies = [
7011 "cfg-if",
7012 "libc",
7013 "r-efi",
7014 "wasip2",
7015 "wasip3",
7016]
7017
7018[[package]]
7019name = "gh-workflow"
7020version = "0.8.0"
7021source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7022dependencies = [
7023 "async-trait",
7024 "derive_more",
7025 "derive_setters",
7026 "gh-workflow-macros",
7027 "indexmap",
7028 "merge",
7029 "serde",
7030 "serde_json",
7031 "serde_yaml",
7032 "strum_macros 0.27.2",
7033]
7034
7035[[package]]
7036name = "gh-workflow-macros"
7037version = "0.8.0"
7038source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7039dependencies = [
7040 "heck 0.5.0",
7041 "quote",
7042 "syn 2.0.117",
7043]
7044
7045[[package]]
7046name = "gif"
7047version = "0.13.3"
7048source = "registry+https://github.com/rust-lang/crates.io-index"
7049checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7050dependencies = [
7051 "color_quant",
7052 "weezl",
7053]
7054
7055[[package]]
7056name = "gimli"
7057version = "0.31.1"
7058source = "registry+https://github.com/rust-lang/crates.io-index"
7059checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
7060dependencies = [
7061 "fallible-iterator",
7062 "indexmap",
7063 "stable_deref_trait",
7064]
7065
7066[[package]]
7067name = "gimli"
7068version = "0.32.3"
7069source = "registry+https://github.com/rust-lang/crates.io-index"
7070checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7071
7072[[package]]
7073name = "gio-sys"
7074version = "0.21.5"
7075source = "registry+https://github.com/rust-lang/crates.io-index"
7076checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7077dependencies = [
7078 "glib-sys",
7079 "gobject-sys",
7080 "libc",
7081 "system-deps 7.0.7",
7082 "windows-sys 0.61.2",
7083]
7084
7085[[package]]
7086name = "git"
7087version = "0.1.0"
7088dependencies = [
7089 "anyhow",
7090 "askpass",
7091 "async-trait",
7092 "collections",
7093 "derive_more",
7094 "futures 0.3.31",
7095 "git2",
7096 "gpui",
7097 "http_client",
7098 "itertools 0.14.0",
7099 "log",
7100 "parking_lot",
7101 "pretty_assertions",
7102 "rand 0.9.2",
7103 "regex",
7104 "rope",
7105 "schemars",
7106 "serde",
7107 "serde_json",
7108 "smallvec",
7109 "smol",
7110 "sum_tree",
7111 "tempfile",
7112 "text",
7113 "thiserror 2.0.17",
7114 "time",
7115 "url",
7116 "urlencoding",
7117 "util",
7118 "uuid",
7119 "ztracing",
7120]
7121
7122[[package]]
7123name = "git2"
7124version = "0.20.4"
7125source = "registry+https://github.com/rust-lang/crates.io-index"
7126checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7127dependencies = [
7128 "bitflags 2.10.0",
7129 "libc",
7130 "libgit2-sys",
7131 "log",
7132 "url",
7133]
7134
7135[[package]]
7136name = "git_graph"
7137version = "0.1.0"
7138dependencies = [
7139 "anyhow",
7140 "collections",
7141 "db",
7142 "editor",
7143 "feature_flags",
7144 "fs",
7145 "git",
7146 "git_ui",
7147 "gpui",
7148 "language",
7149 "menu",
7150 "project",
7151 "rand 0.9.2",
7152 "search",
7153 "serde_json",
7154 "settings",
7155 "smallvec",
7156 "smol",
7157 "theme",
7158 "theme_settings",
7159 "time",
7160 "ui",
7161 "workspace",
7162]
7163
7164[[package]]
7165name = "git_hosting_providers"
7166version = "0.1.0"
7167dependencies = [
7168 "anyhow",
7169 "async-trait",
7170 "futures 0.3.31",
7171 "git",
7172 "gpui",
7173 "http_client",
7174 "indoc",
7175 "itertools 0.14.0",
7176 "pretty_assertions",
7177 "regex",
7178 "serde",
7179 "serde_json",
7180 "settings",
7181 "url",
7182 "urlencoding",
7183 "util",
7184]
7185
7186[[package]]
7187name = "git_ui"
7188version = "0.1.0"
7189dependencies = [
7190 "agent_settings",
7191 "anyhow",
7192 "askpass",
7193 "buffer_diff",
7194 "call",
7195 "collections",
7196 "component",
7197 "ctor",
7198 "db",
7199 "editor",
7200 "feature_flags",
7201 "file_icons",
7202 "futures 0.3.31",
7203 "fuzzy",
7204 "git",
7205 "gpui",
7206 "indoc",
7207 "itertools 0.14.0",
7208 "language",
7209 "language_model",
7210 "linkify",
7211 "log",
7212 "markdown",
7213 "menu",
7214 "multi_buffer",
7215 "notifications",
7216 "panel",
7217 "picker",
7218 "pretty_assertions",
7219 "project",
7220 "prompt_store",
7221 "proto",
7222 "rand 0.9.2",
7223 "remote",
7224 "remote_connection",
7225 "schemars",
7226 "serde",
7227 "serde_json",
7228 "settings",
7229 "smallvec",
7230 "smol",
7231 "strum 0.27.2",
7232 "telemetry",
7233 "theme",
7234 "theme_settings",
7235 "time",
7236 "time_format",
7237 "tracing",
7238 "ui",
7239 "ui_input",
7240 "unindent",
7241 "util",
7242 "watch",
7243 "windows 0.61.3",
7244 "workspace",
7245 "zed_actions",
7246 "zeroize",
7247 "zlog",
7248 "ztracing",
7249]
7250
7251[[package]]
7252name = "gl_generator"
7253version = "0.14.0"
7254source = "registry+https://github.com/rust-lang/crates.io-index"
7255checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7256dependencies = [
7257 "khronos_api",
7258 "log",
7259 "xml-rs",
7260]
7261
7262[[package]]
7263name = "glib"
7264version = "0.21.5"
7265source = "registry+https://github.com/rust-lang/crates.io-index"
7266checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7267dependencies = [
7268 "bitflags 2.10.0",
7269 "futures-channel",
7270 "futures-core",
7271 "futures-executor",
7272 "futures-task",
7273 "futures-util",
7274 "gio-sys",
7275 "glib-macros",
7276 "glib-sys",
7277 "gobject-sys",
7278 "libc",
7279 "memchr",
7280 "smallvec",
7281]
7282
7283[[package]]
7284name = "glib-macros"
7285version = "0.21.5"
7286source = "registry+https://github.com/rust-lang/crates.io-index"
7287checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7288dependencies = [
7289 "heck 0.5.0",
7290 "proc-macro-crate",
7291 "proc-macro2",
7292 "quote",
7293 "syn 2.0.117",
7294]
7295
7296[[package]]
7297name = "glib-sys"
7298version = "0.21.5"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7301dependencies = [
7302 "libc",
7303 "system-deps 7.0.7",
7304]
7305
7306[[package]]
7307name = "glob"
7308version = "0.3.3"
7309source = "registry+https://github.com/rust-lang/crates.io-index"
7310checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7311
7312[[package]]
7313name = "globset"
7314version = "0.4.17"
7315source = "registry+https://github.com/rust-lang/crates.io-index"
7316checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7317dependencies = [
7318 "aho-corasick",
7319 "bstr",
7320 "log",
7321 "regex-automata",
7322 "regex-syntax",
7323]
7324
7325[[package]]
7326name = "gloo-timers"
7327version = "0.3.0"
7328source = "registry+https://github.com/rust-lang/crates.io-index"
7329checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7330dependencies = [
7331 "futures-channel",
7332 "futures-core",
7333 "js-sys",
7334 "wasm-bindgen",
7335]
7336
7337[[package]]
7338name = "glow"
7339version = "0.17.0"
7340source = "registry+https://github.com/rust-lang/crates.io-index"
7341checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
7342dependencies = [
7343 "js-sys",
7344 "slotmap",
7345 "wasm-bindgen",
7346 "web-sys",
7347]
7348
7349[[package]]
7350name = "glutin_wgl_sys"
7351version = "0.6.1"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7354dependencies = [
7355 "gl_generator",
7356]
7357
7358[[package]]
7359name = "go_to_line"
7360version = "0.1.0"
7361dependencies = [
7362 "editor",
7363 "gpui",
7364 "indoc",
7365 "language",
7366 "menu",
7367 "multi_buffer",
7368 "project",
7369 "rope",
7370 "serde",
7371 "serde_json",
7372 "settings",
7373 "text",
7374 "theme",
7375 "ui",
7376 "util",
7377 "workspace",
7378]
7379
7380[[package]]
7381name = "gobject-sys"
7382version = "0.21.5"
7383source = "registry+https://github.com/rust-lang/crates.io-index"
7384checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7385dependencies = [
7386 "glib-sys",
7387 "libc",
7388 "system-deps 7.0.7",
7389]
7390
7391[[package]]
7392name = "goblin"
7393version = "0.9.3"
7394source = "registry+https://github.com/rust-lang/crates.io-index"
7395checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7396dependencies = [
7397 "log",
7398 "plain",
7399 "scroll",
7400]
7401
7402[[package]]
7403name = "google_ai"
7404version = "0.1.0"
7405dependencies = [
7406 "anyhow",
7407 "futures 0.3.31",
7408 "http_client",
7409 "schemars",
7410 "serde",
7411 "serde_json",
7412 "settings",
7413 "strum 0.27.2",
7414]
7415
7416[[package]]
7417name = "gpu-allocator"
7418version = "0.28.0"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7421dependencies = [
7422 "ash",
7423 "hashbrown 0.16.1",
7424 "log",
7425 "presser",
7426 "thiserror 2.0.17",
7427 "windows 0.62.2",
7428]
7429
7430[[package]]
7431name = "gpu-descriptor"
7432version = "0.3.2"
7433source = "registry+https://github.com/rust-lang/crates.io-index"
7434checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7435dependencies = [
7436 "bitflags 2.10.0",
7437 "gpu-descriptor-types",
7438 "hashbrown 0.15.5",
7439]
7440
7441[[package]]
7442name = "gpu-descriptor-types"
7443version = "0.2.0"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7446dependencies = [
7447 "bitflags 2.10.0",
7448]
7449
7450[[package]]
7451name = "gpui"
7452version = "0.2.2"
7453dependencies = [
7454 "anyhow",
7455 "async-channel 2.5.0",
7456 "async-task",
7457 "backtrace",
7458 "bindgen 0.71.1",
7459 "bitflags 2.10.0",
7460 "block",
7461 "cbindgen",
7462 "chrono",
7463 "cocoa 0.26.0",
7464 "cocoa-foundation 0.2.0",
7465 "collections",
7466 "core-foundation 0.10.0",
7467 "core-foundation-sys",
7468 "core-graphics 0.24.0",
7469 "core-text",
7470 "core-video",
7471 "ctor",
7472 "derive_more",
7473 "embed-resource",
7474 "env_logger 0.11.8",
7475 "etagere",
7476 "foreign-types 0.5.0",
7477 "futures 0.3.31",
7478 "futures-concurrency",
7479 "getrandom 0.3.4",
7480 "gpui_macros",
7481 "gpui_platform",
7482 "gpui_util",
7483 "gpui_web",
7484 "http_client",
7485 "image",
7486 "inventory",
7487 "itertools 0.14.0",
7488 "log",
7489 "lyon",
7490 "mach2 0.5.0",
7491 "media",
7492 "metal",
7493 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
7494 "num_cpus",
7495 "objc",
7496 "objc2",
7497 "objc2-metal",
7498 "parking",
7499 "parking_lot",
7500 "pathfinder_geometry",
7501 "pin-project",
7502 "pollster 0.4.0",
7503 "postage",
7504 "profiling",
7505 "proptest",
7506 "rand 0.9.2",
7507 "raw-window-handle",
7508 "refineable",
7509 "regex",
7510 "reqwest_client",
7511 "resvg",
7512 "scheduler",
7513 "schemars",
7514 "seahash",
7515 "serde",
7516 "serde_json",
7517 "slotmap",
7518 "smallvec",
7519 "spin 0.10.0",
7520 "stacksafe",
7521 "strum 0.27.2",
7522 "sum_tree",
7523 "taffy",
7524 "thiserror 2.0.17",
7525 "ttf-parser 0.25.1",
7526 "unicode-segmentation",
7527 "url",
7528 "usvg",
7529 "util_macros",
7530 "uuid",
7531 "waker-fn",
7532 "wasm-bindgen",
7533 "web-time",
7534 "windows 0.61.3",
7535 "zed-font-kit",
7536 "zed-scap",
7537]
7538
7539[[package]]
7540name = "gpui_linux"
7541version = "0.1.0"
7542dependencies = [
7543 "anyhow",
7544 "as-raw-xcb-connection",
7545 "ashpd",
7546 "bitflags 2.10.0",
7547 "bytemuck",
7548 "calloop",
7549 "calloop-wayland-source",
7550 "collections",
7551 "filedescriptor",
7552 "futures 0.3.31",
7553 "gpui",
7554 "gpui_wgpu",
7555 "http_client",
7556 "itertools 0.14.0",
7557 "libc",
7558 "log",
7559 "oo7",
7560 "open",
7561 "parking_lot",
7562 "pathfinder_geometry",
7563 "pollster 0.4.0",
7564 "profiling",
7565 "raw-window-handle",
7566 "smallvec",
7567 "smol",
7568 "strum 0.27.2",
7569 "swash",
7570 "url",
7571 "util",
7572 "uuid",
7573 "wayland-backend",
7574 "wayland-client",
7575 "wayland-cursor",
7576 "wayland-protocols",
7577 "wayland-protocols-plasma",
7578 "wayland-protocols-wlr",
7579 "x11-clipboard",
7580 "x11rb",
7581 "xkbcommon",
7582 "zed-scap",
7583 "zed-xim",
7584]
7585
7586[[package]]
7587name = "gpui_macos"
7588version = "0.1.0"
7589dependencies = [
7590 "anyhow",
7591 "async-task",
7592 "block",
7593 "cbindgen",
7594 "cocoa 0.26.0",
7595 "collections",
7596 "core-foundation 0.10.0",
7597 "core-foundation-sys",
7598 "core-graphics 0.24.0",
7599 "core-text",
7600 "core-video",
7601 "ctor",
7602 "derive_more",
7603 "dispatch2",
7604 "etagere",
7605 "foreign-types 0.5.0",
7606 "futures 0.3.31",
7607 "gpui",
7608 "image",
7609 "itertools 0.14.0",
7610 "libc",
7611 "log",
7612 "mach2 0.5.0",
7613 "media",
7614 "metal",
7615 "objc",
7616 "parking_lot",
7617 "pathfinder_geometry",
7618 "raw-window-handle",
7619 "semver",
7620 "smallvec",
7621 "strum 0.27.2",
7622 "util",
7623 "uuid",
7624 "zed-font-kit",
7625]
7626
7627[[package]]
7628name = "gpui_macros"
7629version = "0.1.0"
7630dependencies = [
7631 "gpui",
7632 "heck 0.5.0",
7633 "proc-macro2",
7634 "quote",
7635 "syn 2.0.117",
7636]
7637
7638[[package]]
7639name = "gpui_platform"
7640version = "0.1.0"
7641dependencies = [
7642 "console_error_panic_hook",
7643 "gpui",
7644 "gpui_linux",
7645 "gpui_macos",
7646 "gpui_web",
7647 "gpui_windows",
7648]
7649
7650[[package]]
7651name = "gpui_tokio"
7652version = "0.1.0"
7653dependencies = [
7654 "anyhow",
7655 "gpui",
7656 "tokio",
7657 "util",
7658]
7659
7660[[package]]
7661name = "gpui_util"
7662version = "0.1.0"
7663dependencies = [
7664 "anyhow",
7665 "log",
7666]
7667
7668[[package]]
7669name = "gpui_web"
7670version = "0.1.0"
7671dependencies = [
7672 "anyhow",
7673 "console_error_panic_hook",
7674 "futures 0.3.31",
7675 "gpui",
7676 "gpui_wgpu",
7677 "http_client",
7678 "js-sys",
7679 "log",
7680 "parking_lot",
7681 "raw-window-handle",
7682 "smallvec",
7683 "uuid",
7684 "wasm-bindgen",
7685 "wasm-bindgen-futures",
7686 "wasm_thread",
7687 "web-sys",
7688 "web-time",
7689]
7690
7691[[package]]
7692name = "gpui_wgpu"
7693version = "0.1.0"
7694dependencies = [
7695 "anyhow",
7696 "bytemuck",
7697 "collections",
7698 "cosmic-text",
7699 "etagere",
7700 "gpui",
7701 "gpui_util",
7702 "itertools 0.14.0",
7703 "js-sys",
7704 "log",
7705 "parking_lot",
7706 "pollster 0.4.0",
7707 "profiling",
7708 "raw-window-handle",
7709 "smallvec",
7710 "swash",
7711 "wasm-bindgen",
7712 "wasm-bindgen-futures",
7713 "web-sys",
7714 "wgpu",
7715 "zed-font-kit",
7716]
7717
7718[[package]]
7719name = "gpui_windows"
7720version = "0.1.0"
7721dependencies = [
7722 "anyhow",
7723 "collections",
7724 "etagere",
7725 "futures 0.3.31",
7726 "gpui",
7727 "image",
7728 "itertools 0.14.0",
7729 "log",
7730 "parking_lot",
7731 "rand 0.9.2",
7732 "raw-window-handle",
7733 "smallvec",
7734 "util",
7735 "uuid",
7736 "windows 0.61.3",
7737 "windows-core 0.61.2",
7738 "windows-numerics 0.2.0",
7739 "windows-registry 0.5.3",
7740 "zed-scap",
7741]
7742
7743[[package]]
7744name = "grammars"
7745version = "0.1.0"
7746dependencies = [
7747 "anyhow",
7748 "language_core",
7749 "rust-embed",
7750 "toml 0.8.23",
7751 "tree-sitter",
7752 "tree-sitter-bash",
7753 "tree-sitter-c",
7754 "tree-sitter-cpp",
7755 "tree-sitter-css",
7756 "tree-sitter-diff",
7757 "tree-sitter-gitcommit",
7758 "tree-sitter-go",
7759 "tree-sitter-gomod",
7760 "tree-sitter-gowork",
7761 "tree-sitter-jsdoc",
7762 "tree-sitter-json",
7763 "tree-sitter-md",
7764 "tree-sitter-python",
7765 "tree-sitter-regex",
7766 "tree-sitter-rust",
7767 "tree-sitter-typescript",
7768 "tree-sitter-yaml",
7769 "util",
7770]
7771
7772[[package]]
7773name = "grid"
7774version = "0.18.0"
7775source = "registry+https://github.com/rust-lang/crates.io-index"
7776checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7777
7778[[package]]
7779name = "group"
7780version = "0.12.1"
7781source = "registry+https://github.com/rust-lang/crates.io-index"
7782checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7783dependencies = [
7784 "ff",
7785 "rand_core 0.6.4",
7786 "subtle",
7787]
7788
7789[[package]]
7790name = "h2"
7791version = "0.3.27"
7792source = "registry+https://github.com/rust-lang/crates.io-index"
7793checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7794dependencies = [
7795 "bytes 1.11.1",
7796 "fnv",
7797 "futures-core",
7798 "futures-sink",
7799 "futures-util",
7800 "http 0.2.12",
7801 "indexmap",
7802 "slab",
7803 "tokio",
7804 "tokio-util",
7805 "tracing",
7806]
7807
7808[[package]]
7809name = "h2"
7810version = "0.4.12"
7811source = "registry+https://github.com/rust-lang/crates.io-index"
7812checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7813dependencies = [
7814 "atomic-waker",
7815 "bytes 1.11.1",
7816 "fnv",
7817 "futures-core",
7818 "futures-sink",
7819 "http 1.3.1",
7820 "indexmap",
7821 "slab",
7822 "tokio",
7823 "tokio-util",
7824 "tracing",
7825]
7826
7827[[package]]
7828name = "half"
7829version = "2.7.1"
7830source = "registry+https://github.com/rust-lang/crates.io-index"
7831checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7832dependencies = [
7833 "bytemuck",
7834 "cfg-if",
7835 "crunchy",
7836 "num-traits",
7837 "rand 0.9.2",
7838 "rand_distr",
7839 "zerocopy",
7840]
7841
7842[[package]]
7843name = "handlebars"
7844version = "4.5.0"
7845source = "registry+https://github.com/rust-lang/crates.io-index"
7846checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7847dependencies = [
7848 "log",
7849 "pest",
7850 "pest_derive",
7851 "rust-embed",
7852 "serde",
7853 "serde_json",
7854 "thiserror 1.0.69",
7855]
7856
7857[[package]]
7858name = "handlebars"
7859version = "5.1.2"
7860source = "registry+https://github.com/rust-lang/crates.io-index"
7861checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7862dependencies = [
7863 "log",
7864 "pest",
7865 "pest_derive",
7866 "serde",
7867 "serde_json",
7868 "thiserror 1.0.69",
7869]
7870
7871[[package]]
7872name = "harfrust"
7873version = "0.5.0"
7874source = "registry+https://github.com/rust-lang/crates.io-index"
7875checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
7876dependencies = [
7877 "bitflags 2.10.0",
7878 "bytemuck",
7879 "core_maths",
7880 "read-fonts 0.37.0",
7881 "smallvec",
7882]
7883
7884[[package]]
7885name = "hash32"
7886version = "0.3.1"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7889dependencies = [
7890 "byteorder",
7891]
7892
7893[[package]]
7894name = "hashbrown"
7895version = "0.12.3"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7898dependencies = [
7899 "ahash 0.7.8",
7900]
7901
7902[[package]]
7903name = "hashbrown"
7904version = "0.14.5"
7905source = "registry+https://github.com/rust-lang/crates.io-index"
7906checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7907dependencies = [
7908 "ahash 0.8.12",
7909 "allocator-api2",
7910]
7911
7912[[package]]
7913name = "hashbrown"
7914version = "0.15.5"
7915source = "registry+https://github.com/rust-lang/crates.io-index"
7916checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
7917dependencies = [
7918 "allocator-api2",
7919 "equivalent",
7920 "foldhash 0.1.5",
7921 "serde",
7922]
7923
7924[[package]]
7925name = "hashbrown"
7926version = "0.16.1"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
7929dependencies = [
7930 "allocator-api2",
7931 "equivalent",
7932 "foldhash 0.2.0",
7933]
7934
7935[[package]]
7936name = "hashlink"
7937version = "0.8.4"
7938source = "registry+https://github.com/rust-lang/crates.io-index"
7939checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7940dependencies = [
7941 "hashbrown 0.14.5",
7942]
7943
7944[[package]]
7945name = "hashlink"
7946version = "0.10.0"
7947source = "registry+https://github.com/rust-lang/crates.io-index"
7948checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7949dependencies = [
7950 "hashbrown 0.15.5",
7951]
7952
7953[[package]]
7954name = "headers"
7955version = "0.3.9"
7956source = "registry+https://github.com/rust-lang/crates.io-index"
7957checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7958dependencies = [
7959 "base64 0.21.7",
7960 "bytes 1.11.1",
7961 "headers-core",
7962 "http 0.2.12",
7963 "httpdate",
7964 "mime",
7965 "sha1",
7966]
7967
7968[[package]]
7969name = "headers-core"
7970version = "0.2.0"
7971source = "registry+https://github.com/rust-lang/crates.io-index"
7972checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7973dependencies = [
7974 "http 0.2.12",
7975]
7976
7977[[package]]
7978name = "heapless"
7979version = "0.9.2"
7980source = "registry+https://github.com/rust-lang/crates.io-index"
7981checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
7982dependencies = [
7983 "hash32",
7984 "stable_deref_trait",
7985]
7986
7987[[package]]
7988name = "heck"
7989version = "0.3.3"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7992dependencies = [
7993 "unicode-segmentation",
7994]
7995
7996[[package]]
7997name = "heck"
7998version = "0.4.1"
7999source = "registry+https://github.com/rust-lang/crates.io-index"
8000checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8001dependencies = [
8002 "unicode-segmentation",
8003]
8004
8005[[package]]
8006name = "heck"
8007version = "0.5.0"
8008source = "registry+https://github.com/rust-lang/crates.io-index"
8009checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8010
8011[[package]]
8012name = "heed"
8013version = "0.21.0"
8014source = "registry+https://github.com/rust-lang/crates.io-index"
8015checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8016dependencies = [
8017 "bitflags 2.10.0",
8018 "byteorder",
8019 "heed-traits",
8020 "heed-types",
8021 "libc",
8022 "lmdb-master-sys",
8023 "once_cell",
8024 "page_size",
8025 "serde",
8026 "synchronoise",
8027 "url",
8028]
8029
8030[[package]]
8031name = "heed-traits"
8032version = "0.20.0"
8033source = "registry+https://github.com/rust-lang/crates.io-index"
8034checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8035
8036[[package]]
8037name = "heed-types"
8038version = "0.21.0"
8039source = "registry+https://github.com/rust-lang/crates.io-index"
8040checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8041dependencies = [
8042 "bincode",
8043 "byteorder",
8044 "heed-traits",
8045 "serde",
8046 "serde_json",
8047]
8048
8049[[package]]
8050name = "hermit-abi"
8051version = "0.5.2"
8052source = "registry+https://github.com/rust-lang/crates.io-index"
8053checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8054
8055[[package]]
8056name = "hex"
8057version = "0.4.3"
8058source = "registry+https://github.com/rust-lang/crates.io-index"
8059checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8060
8061[[package]]
8062name = "hexf-parse"
8063version = "0.2.1"
8064source = "registry+https://github.com/rust-lang/crates.io-index"
8065checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8066
8067[[package]]
8068name = "hkdf"
8069version = "0.12.4"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8072dependencies = [
8073 "hmac",
8074]
8075
8076[[package]]
8077name = "hmac"
8078version = "0.12.1"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8081dependencies = [
8082 "digest",
8083]
8084
8085[[package]]
8086name = "home"
8087version = "0.5.11"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8090dependencies = [
8091 "windows-sys 0.59.0",
8092]
8093
8094[[package]]
8095name = "hound"
8096version = "3.5.1"
8097source = "registry+https://github.com/rust-lang/crates.io-index"
8098checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8099
8100[[package]]
8101name = "html5ever"
8102version = "0.27.0"
8103source = "registry+https://github.com/rust-lang/crates.io-index"
8104checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8105dependencies = [
8106 "log",
8107 "mac",
8108 "markup5ever 0.12.1",
8109 "proc-macro2",
8110 "quote",
8111 "syn 2.0.117",
8112]
8113
8114[[package]]
8115name = "html5ever"
8116version = "0.35.0"
8117source = "registry+https://github.com/rust-lang/crates.io-index"
8118checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8119dependencies = [
8120 "log",
8121 "markup5ever 0.35.0",
8122 "match_token",
8123]
8124
8125[[package]]
8126name = "html_to_markdown"
8127version = "0.1.0"
8128dependencies = [
8129 "anyhow",
8130 "html5ever 0.27.0",
8131 "indoc",
8132 "markup5ever_rcdom",
8133 "pretty_assertions",
8134 "regex",
8135]
8136
8137[[package]]
8138name = "http"
8139version = "0.2.12"
8140source = "registry+https://github.com/rust-lang/crates.io-index"
8141checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8142dependencies = [
8143 "bytes 1.11.1",
8144 "fnv",
8145 "itoa",
8146]
8147
8148[[package]]
8149name = "http"
8150version = "1.3.1"
8151source = "registry+https://github.com/rust-lang/crates.io-index"
8152checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8153dependencies = [
8154 "bytes 1.11.1",
8155 "fnv",
8156 "itoa",
8157]
8158
8159[[package]]
8160name = "http-body"
8161version = "0.4.6"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8164dependencies = [
8165 "bytes 1.11.1",
8166 "http 0.2.12",
8167 "pin-project-lite",
8168]
8169
8170[[package]]
8171name = "http-body"
8172version = "1.0.1"
8173source = "registry+https://github.com/rust-lang/crates.io-index"
8174checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8175dependencies = [
8176 "bytes 1.11.1",
8177 "http 1.3.1",
8178]
8179
8180[[package]]
8181name = "http-body-util"
8182version = "0.1.3"
8183source = "registry+https://github.com/rust-lang/crates.io-index"
8184checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8185dependencies = [
8186 "bytes 1.11.1",
8187 "futures-core",
8188 "http 1.3.1",
8189 "http-body 1.0.1",
8190 "pin-project-lite",
8191]
8192
8193[[package]]
8194name = "http-range-header"
8195version = "0.3.1"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8198
8199[[package]]
8200name = "http_client"
8201version = "0.1.0"
8202dependencies = [
8203 "anyhow",
8204 "async-compression",
8205 "async-fs",
8206 "async-tar",
8207 "bytes 1.11.1",
8208 "derive_more",
8209 "futures 0.3.31",
8210 "http 1.3.1",
8211 "http-body 1.0.1",
8212 "log",
8213 "parking_lot",
8214 "serde",
8215 "serde_json",
8216 "serde_urlencoded",
8217 "sha2",
8218 "tempfile",
8219 "url",
8220 "util",
8221]
8222
8223[[package]]
8224name = "http_client_tls"
8225version = "0.1.0"
8226dependencies = [
8227 "rustls 0.23.33",
8228 "rustls-platform-verifier",
8229]
8230
8231[[package]]
8232name = "httparse"
8233version = "1.10.1"
8234source = "registry+https://github.com/rust-lang/crates.io-index"
8235checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8236
8237[[package]]
8238name = "httpdate"
8239version = "1.0.3"
8240source = "registry+https://github.com/rust-lang/crates.io-index"
8241checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8242
8243[[package]]
8244name = "human_bytes"
8245version = "0.4.3"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8248
8249[[package]]
8250name = "humantime"
8251version = "2.3.0"
8252source = "registry+https://github.com/rust-lang/crates.io-index"
8253checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8254
8255[[package]]
8256name = "hyper"
8257version = "0.14.32"
8258source = "registry+https://github.com/rust-lang/crates.io-index"
8259checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8260dependencies = [
8261 "bytes 1.11.1",
8262 "futures-channel",
8263 "futures-core",
8264 "futures-util",
8265 "h2 0.3.27",
8266 "http 0.2.12",
8267 "http-body 0.4.6",
8268 "httparse",
8269 "httpdate",
8270 "itoa",
8271 "pin-project-lite",
8272 "socket2 0.5.10",
8273 "tokio",
8274 "tower-service",
8275 "tracing",
8276 "want",
8277]
8278
8279[[package]]
8280name = "hyper"
8281version = "1.7.0"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8284dependencies = [
8285 "atomic-waker",
8286 "bytes 1.11.1",
8287 "futures-channel",
8288 "futures-core",
8289 "h2 0.4.12",
8290 "http 1.3.1",
8291 "http-body 1.0.1",
8292 "httparse",
8293 "itoa",
8294 "pin-project-lite",
8295 "pin-utils",
8296 "smallvec",
8297 "tokio",
8298 "want",
8299]
8300
8301[[package]]
8302name = "hyper-rustls"
8303version = "0.24.2"
8304source = "registry+https://github.com/rust-lang/crates.io-index"
8305checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8306dependencies = [
8307 "futures-util",
8308 "http 0.2.12",
8309 "hyper 0.14.32",
8310 "log",
8311 "rustls 0.21.12",
8312 "rustls-native-certs 0.6.3",
8313 "tokio",
8314 "tokio-rustls 0.24.1",
8315]
8316
8317[[package]]
8318name = "hyper-rustls"
8319version = "0.27.7"
8320source = "registry+https://github.com/rust-lang/crates.io-index"
8321checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8322dependencies = [
8323 "http 1.3.1",
8324 "hyper 1.7.0",
8325 "hyper-util",
8326 "rustls 0.23.33",
8327 "rustls-native-certs 0.8.2",
8328 "rustls-pki-types",
8329 "tokio",
8330 "tokio-rustls 0.26.2",
8331 "tower-service",
8332]
8333
8334[[package]]
8335name = "hyper-tls"
8336version = "0.5.0"
8337source = "registry+https://github.com/rust-lang/crates.io-index"
8338checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8339dependencies = [
8340 "bytes 1.11.1",
8341 "hyper 0.14.32",
8342 "native-tls",
8343 "tokio",
8344 "tokio-native-tls",
8345]
8346
8347[[package]]
8348name = "hyper-util"
8349version = "0.1.17"
8350source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8352dependencies = [
8353 "base64 0.22.1",
8354 "bytes 1.11.1",
8355 "futures-channel",
8356 "futures-core",
8357 "futures-util",
8358 "http 1.3.1",
8359 "http-body 1.0.1",
8360 "hyper 1.7.0",
8361 "ipnet",
8362 "libc",
8363 "percent-encoding",
8364 "pin-project-lite",
8365 "socket2 0.6.1",
8366 "tokio",
8367 "tower-service",
8368 "tracing",
8369]
8370
8371[[package]]
8372name = "iana-time-zone"
8373version = "0.1.64"
8374source = "registry+https://github.com/rust-lang/crates.io-index"
8375checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8376dependencies = [
8377 "android_system_properties",
8378 "core-foundation-sys",
8379 "iana-time-zone-haiku",
8380 "js-sys",
8381 "log",
8382 "wasm-bindgen",
8383 "windows-core 0.62.2",
8384]
8385
8386[[package]]
8387name = "iana-time-zone-haiku"
8388version = "0.1.2"
8389source = "registry+https://github.com/rust-lang/crates.io-index"
8390checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8391dependencies = [
8392 "cc",
8393]
8394
8395[[package]]
8396name = "icons"
8397version = "0.1.0"
8398dependencies = [
8399 "serde",
8400 "strum 0.27.2",
8401]
8402
8403[[package]]
8404name = "icu_collections"
8405version = "2.0.0"
8406source = "registry+https://github.com/rust-lang/crates.io-index"
8407checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8408dependencies = [
8409 "displaydoc",
8410 "potential_utf",
8411 "yoke 0.8.0",
8412 "zerofrom",
8413 "zerovec",
8414]
8415
8416[[package]]
8417name = "icu_locale_core"
8418version = "2.0.0"
8419source = "registry+https://github.com/rust-lang/crates.io-index"
8420checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8421dependencies = [
8422 "displaydoc",
8423 "litemap",
8424 "tinystr",
8425 "writeable",
8426 "zerovec",
8427]
8428
8429[[package]]
8430name = "icu_normalizer"
8431version = "2.0.0"
8432source = "registry+https://github.com/rust-lang/crates.io-index"
8433checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8434dependencies = [
8435 "displaydoc",
8436 "icu_collections",
8437 "icu_normalizer_data",
8438 "icu_properties",
8439 "icu_provider",
8440 "smallvec",
8441 "zerovec",
8442]
8443
8444[[package]]
8445name = "icu_normalizer_data"
8446version = "2.0.0"
8447source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8449
8450[[package]]
8451name = "icu_properties"
8452version = "2.0.1"
8453source = "registry+https://github.com/rust-lang/crates.io-index"
8454checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8455dependencies = [
8456 "displaydoc",
8457 "icu_collections",
8458 "icu_locale_core",
8459 "icu_properties_data",
8460 "icu_provider",
8461 "potential_utf",
8462 "zerotrie",
8463 "zerovec",
8464]
8465
8466[[package]]
8467name = "icu_properties_data"
8468version = "2.0.1"
8469source = "registry+https://github.com/rust-lang/crates.io-index"
8470checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8471
8472[[package]]
8473name = "icu_provider"
8474version = "2.0.0"
8475source = "registry+https://github.com/rust-lang/crates.io-index"
8476checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8477dependencies = [
8478 "displaydoc",
8479 "icu_locale_core",
8480 "stable_deref_trait",
8481 "tinystr",
8482 "writeable",
8483 "yoke 0.8.0",
8484 "zerofrom",
8485 "zerotrie",
8486 "zerovec",
8487]
8488
8489[[package]]
8490name = "id-arena"
8491version = "2.2.1"
8492source = "registry+https://github.com/rust-lang/crates.io-index"
8493checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8494
8495[[package]]
8496name = "ident_case"
8497version = "1.0.1"
8498source = "registry+https://github.com/rust-lang/crates.io-index"
8499checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8500
8501[[package]]
8502name = "idna"
8503version = "1.1.0"
8504source = "registry+https://github.com/rust-lang/crates.io-index"
8505checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8506dependencies = [
8507 "idna_adapter",
8508 "smallvec",
8509 "utf8_iter",
8510]
8511
8512[[package]]
8513name = "idna_adapter"
8514version = "1.2.1"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8517dependencies = [
8518 "icu_normalizer",
8519 "icu_properties",
8520]
8521
8522[[package]]
8523name = "ignore"
8524version = "0.4.24"
8525source = "registry+https://github.com/rust-lang/crates.io-index"
8526checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8527dependencies = [
8528 "crossbeam-deque",
8529 "globset",
8530 "log",
8531 "memchr",
8532 "regex-automata",
8533 "same-file",
8534 "walkdir",
8535 "winapi-util",
8536]
8537
8538[[package]]
8539name = "image"
8540version = "0.25.8"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8543dependencies = [
8544 "bytemuck",
8545 "byteorder-lite",
8546 "color_quant",
8547 "exr",
8548 "gif",
8549 "image-webp",
8550 "moxcms",
8551 "num-traits",
8552 "png 0.18.0",
8553 "qoi",
8554 "ravif",
8555 "rayon",
8556 "rgb",
8557 "tiff",
8558 "zune-core",
8559 "zune-jpeg",
8560]
8561
8562[[package]]
8563name = "image-webp"
8564version = "0.2.4"
8565source = "registry+https://github.com/rust-lang/crates.io-index"
8566checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8567dependencies = [
8568 "byteorder-lite",
8569 "quick-error 2.0.1",
8570]
8571
8572[[package]]
8573name = "image_viewer"
8574version = "0.1.0"
8575dependencies = [
8576 "anyhow",
8577 "db",
8578 "editor",
8579 "file_icons",
8580 "gpui",
8581 "language",
8582 "log",
8583 "project",
8584 "serde",
8585 "settings",
8586 "theme_settings",
8587 "ui",
8588 "util",
8589 "workspace",
8590]
8591
8592[[package]]
8593name = "imagesize"
8594version = "0.13.0"
8595source = "registry+https://github.com/rust-lang/crates.io-index"
8596checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8597
8598[[package]]
8599name = "imara-diff"
8600version = "0.1.8"
8601source = "registry+https://github.com/rust-lang/crates.io-index"
8602checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8603dependencies = [
8604 "hashbrown 0.15.5",
8605]
8606
8607[[package]]
8608name = "imgref"
8609version = "1.12.0"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8612
8613[[package]]
8614name = "indenter"
8615version = "0.3.4"
8616source = "registry+https://github.com/rust-lang/crates.io-index"
8617checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8618
8619[[package]]
8620name = "indexmap"
8621version = "2.11.4"
8622source = "registry+https://github.com/rust-lang/crates.io-index"
8623checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8624dependencies = [
8625 "equivalent",
8626 "hashbrown 0.16.1",
8627 "serde",
8628 "serde_core",
8629]
8630
8631[[package]]
8632name = "indoc"
8633version = "2.0.6"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8636
8637[[package]]
8638name = "inherent"
8639version = "1.0.13"
8640source = "registry+https://github.com/rust-lang/crates.io-index"
8641checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8642dependencies = [
8643 "proc-macro2",
8644 "quote",
8645 "syn 2.0.117",
8646]
8647
8648[[package]]
8649name = "inotify"
8650version = "0.9.6"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8653dependencies = [
8654 "bitflags 1.3.2",
8655 "inotify-sys",
8656 "libc",
8657]
8658
8659[[package]]
8660name = "inotify"
8661version = "0.11.0"
8662source = "registry+https://github.com/rust-lang/crates.io-index"
8663checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8664dependencies = [
8665 "bitflags 2.10.0",
8666 "inotify-sys",
8667 "libc",
8668]
8669
8670[[package]]
8671name = "inotify-sys"
8672version = "0.1.5"
8673source = "registry+https://github.com/rust-lang/crates.io-index"
8674checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8675dependencies = [
8676 "libc",
8677]
8678
8679[[package]]
8680name = "inout"
8681version = "0.1.4"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8684dependencies = [
8685 "block-padding",
8686 "generic-array",
8687]
8688
8689[[package]]
8690name = "inspector_ui"
8691version = "0.1.0"
8692dependencies = [
8693 "anyhow",
8694 "command_palette_hooks",
8695 "editor",
8696 "fuzzy",
8697 "gpui",
8698 "language",
8699 "project",
8700 "serde_json",
8701 "serde_json_lenient",
8702 "theme_settings",
8703 "ui",
8704 "util",
8705 "util_macros",
8706 "workspace",
8707 "zed_actions",
8708]
8709
8710[[package]]
8711name = "install_cli"
8712version = "0.1.0"
8713dependencies = [
8714 "anyhow",
8715 "client",
8716 "gpui",
8717 "release_channel",
8718 "smol",
8719 "util",
8720 "workspace",
8721]
8722
8723[[package]]
8724name = "instant"
8725version = "0.1.13"
8726source = "registry+https://github.com/rust-lang/crates.io-index"
8727checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8728dependencies = [
8729 "cfg-if",
8730]
8731
8732[[package]]
8733name = "interpolate_name"
8734version = "0.2.4"
8735source = "registry+https://github.com/rust-lang/crates.io-index"
8736checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8737dependencies = [
8738 "proc-macro2",
8739 "quote",
8740 "syn 2.0.117",
8741]
8742
8743[[package]]
8744name = "inventory"
8745version = "0.3.21"
8746source = "registry+https://github.com/rust-lang/crates.io-index"
8747checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8748dependencies = [
8749 "rustversion",
8750]
8751
8752[[package]]
8753name = "io-extras"
8754version = "0.18.4"
8755source = "registry+https://github.com/rust-lang/crates.io-index"
8756checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8757dependencies = [
8758 "io-lifetimes",
8759 "windows-sys 0.59.0",
8760]
8761
8762[[package]]
8763name = "io-lifetimes"
8764version = "2.0.4"
8765source = "registry+https://github.com/rust-lang/crates.io-index"
8766checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8767
8768[[package]]
8769name = "io-surface"
8770version = "0.16.1"
8771source = "registry+https://github.com/rust-lang/crates.io-index"
8772checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8773dependencies = [
8774 "cgl",
8775 "core-foundation 0.10.0",
8776 "core-foundation-sys",
8777 "leaky-cow",
8778]
8779
8780[[package]]
8781name = "iovec"
8782version = "0.1.4"
8783source = "registry+https://github.com/rust-lang/crates.io-index"
8784checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8785dependencies = [
8786 "libc",
8787]
8788
8789[[package]]
8790name = "ipc-channel"
8791version = "0.19.0"
8792source = "registry+https://github.com/rust-lang/crates.io-index"
8793checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8794dependencies = [
8795 "bincode",
8796 "crossbeam-channel",
8797 "fnv",
8798 "lazy_static",
8799 "libc",
8800 "mio 1.1.0",
8801 "rand 0.8.5",
8802 "serde",
8803 "tempfile",
8804 "uuid",
8805 "windows 0.58.0",
8806]
8807
8808[[package]]
8809name = "ipnet"
8810version = "2.11.0"
8811source = "registry+https://github.com/rust-lang/crates.io-index"
8812checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8813
8814[[package]]
8815name = "iri-string"
8816version = "0.7.8"
8817source = "registry+https://github.com/rust-lang/crates.io-index"
8818checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8819dependencies = [
8820 "memchr",
8821 "serde",
8822]
8823
8824[[package]]
8825name = "is-docker"
8826version = "0.2.0"
8827source = "registry+https://github.com/rust-lang/crates.io-index"
8828checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8829dependencies = [
8830 "once_cell",
8831]
8832
8833[[package]]
8834name = "is-terminal"
8835version = "0.4.16"
8836source = "registry+https://github.com/rust-lang/crates.io-index"
8837checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8838dependencies = [
8839 "hermit-abi",
8840 "libc",
8841 "windows-sys 0.59.0",
8842]
8843
8844[[package]]
8845name = "is-wsl"
8846version = "0.4.0"
8847source = "registry+https://github.com/rust-lang/crates.io-index"
8848checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8849dependencies = [
8850 "is-docker",
8851 "once_cell",
8852]
8853
8854[[package]]
8855name = "is_executable"
8856version = "1.0.5"
8857source = "registry+https://github.com/rust-lang/crates.io-index"
8858checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
8859dependencies = [
8860 "windows-sys 0.60.2",
8861]
8862
8863[[package]]
8864name = "is_terminal_polyfill"
8865version = "1.70.1"
8866source = "registry+https://github.com/rust-lang/crates.io-index"
8867checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8868
8869[[package]]
8870name = "itertools"
8871version = "0.10.5"
8872source = "registry+https://github.com/rust-lang/crates.io-index"
8873checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8874dependencies = [
8875 "either",
8876]
8877
8878[[package]]
8879name = "itertools"
8880version = "0.11.0"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8883dependencies = [
8884 "either",
8885]
8886
8887[[package]]
8888name = "itertools"
8889version = "0.12.1"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8892dependencies = [
8893 "either",
8894]
8895
8896[[package]]
8897name = "itertools"
8898version = "0.14.0"
8899source = "registry+https://github.com/rust-lang/crates.io-index"
8900checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8901dependencies = [
8902 "either",
8903]
8904
8905[[package]]
8906name = "itoa"
8907version = "1.0.15"
8908source = "registry+https://github.com/rust-lang/crates.io-index"
8909checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8910
8911[[package]]
8912name = "jiff"
8913version = "0.2.15"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
8916dependencies = [
8917 "jiff-static",
8918 "log",
8919 "portable-atomic",
8920 "portable-atomic-util",
8921 "serde",
8922]
8923
8924[[package]]
8925name = "jiff-static"
8926version = "0.2.15"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
8929dependencies = [
8930 "proc-macro2",
8931 "quote",
8932 "syn 2.0.117",
8933]
8934
8935[[package]]
8936name = "jni"
8937version = "0.21.1"
8938source = "registry+https://github.com/rust-lang/crates.io-index"
8939checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8940dependencies = [
8941 "cesu8",
8942 "cfg-if",
8943 "combine",
8944 "jni-sys",
8945 "log",
8946 "thiserror 1.0.69",
8947 "walkdir",
8948 "windows-sys 0.45.0",
8949]
8950
8951[[package]]
8952name = "jni-sys"
8953version = "0.3.0"
8954source = "registry+https://github.com/rust-lang/crates.io-index"
8955checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8956
8957[[package]]
8958name = "jobserver"
8959version = "0.1.34"
8960source = "registry+https://github.com/rust-lang/crates.io-index"
8961checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
8962dependencies = [
8963 "getrandom 0.3.4",
8964 "libc",
8965]
8966
8967[[package]]
8968name = "journal"
8969version = "0.1.0"
8970dependencies = [
8971 "anyhow",
8972 "chrono",
8973 "editor",
8974 "gpui",
8975 "log",
8976 "serde",
8977 "settings",
8978 "shellexpand 2.1.2",
8979 "workspace",
8980]
8981
8982[[package]]
8983name = "js-sys"
8984version = "0.3.90"
8985source = "registry+https://github.com/rust-lang/crates.io-index"
8986checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
8987dependencies = [
8988 "once_cell",
8989 "wasm-bindgen",
8990]
8991
8992[[package]]
8993name = "json5"
8994version = "0.4.1"
8995source = "registry+https://github.com/rust-lang/crates.io-index"
8996checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
8997dependencies = [
8998 "pest",
8999 "pest_derive",
9000 "serde",
9001]
9002
9003[[package]]
9004name = "json_dotpath"
9005version = "1.1.0"
9006source = "registry+https://github.com/rust-lang/crates.io-index"
9007checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9008dependencies = [
9009 "serde",
9010 "serde_derive",
9011 "serde_json",
9012 "thiserror 1.0.69",
9013]
9014
9015[[package]]
9016name = "json_schema_store"
9017version = "0.1.0"
9018dependencies = [
9019 "anyhow",
9020 "collections",
9021 "dap",
9022 "extension",
9023 "gpui",
9024 "language",
9025 "parking_lot",
9026 "paths",
9027 "project",
9028 "schemars",
9029 "serde",
9030 "serde_json",
9031 "settings",
9032 "snippet_provider",
9033 "task",
9034 "theme",
9035 "util",
9036]
9037
9038[[package]]
9039name = "jsonschema"
9040version = "0.37.4"
9041source = "registry+https://github.com/rust-lang/crates.io-index"
9042checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9043dependencies = [
9044 "ahash 0.8.12",
9045 "bytecount",
9046 "data-encoding",
9047 "email_address",
9048 "fancy-regex 0.16.2",
9049 "fraction",
9050 "getrandom 0.3.4",
9051 "idna",
9052 "itoa",
9053 "num-cmp",
9054 "num-traits",
9055 "percent-encoding",
9056 "referencing",
9057 "regex",
9058 "regex-syntax",
9059 "reqwest 0.12.24",
9060 "serde",
9061 "serde_json",
9062 "unicode-general-category",
9063 "uuid-simd",
9064]
9065
9066[[package]]
9067name = "jsonwebtoken"
9068version = "10.3.0"
9069source = "registry+https://github.com/rust-lang/crates.io-index"
9070checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9071dependencies = [
9072 "aws-lc-rs",
9073 "base64 0.22.1",
9074 "getrandom 0.2.16",
9075 "js-sys",
9076 "pem",
9077 "serde",
9078 "serde_json",
9079 "signature 2.2.0",
9080 "simple_asn1",
9081]
9082
9083[[package]]
9084name = "jupyter-protocol"
9085version = "1.4.0"
9086source = "registry+https://github.com/rust-lang/crates.io-index"
9087checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9088dependencies = [
9089 "async-trait",
9090 "bytes 1.11.1",
9091 "chrono",
9092 "futures 0.3.31",
9093 "serde",
9094 "serde_json",
9095 "thiserror 2.0.17",
9096 "uuid",
9097]
9098
9099[[package]]
9100name = "jupyter-websocket-client"
9101version = "1.0.0"
9102source = "registry+https://github.com/rust-lang/crates.io-index"
9103checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9104dependencies = [
9105 "anyhow",
9106 "async-trait",
9107 "async-tungstenite",
9108 "futures 0.3.31",
9109 "jupyter-protocol",
9110 "serde",
9111 "serde_json",
9112 "tokio",
9113 "url",
9114 "uuid",
9115]
9116
9117[[package]]
9118name = "keymap_editor"
9119version = "0.1.0"
9120dependencies = [
9121 "anyhow",
9122 "collections",
9123 "command_palette",
9124 "component",
9125 "db",
9126 "editor",
9127 "fs",
9128 "fuzzy",
9129 "gpui",
9130 "itertools 0.14.0",
9131 "json_schema_store",
9132 "language",
9133 "log",
9134 "menu",
9135 "notifications",
9136 "paths",
9137 "project",
9138 "search",
9139 "serde",
9140 "serde_json",
9141 "settings",
9142 "telemetry",
9143 "tempfile",
9144 "theme",
9145 "theme_settings",
9146 "tree-sitter-json",
9147 "tree-sitter-rust",
9148 "ui",
9149 "ui_input",
9150 "util",
9151 "workspace",
9152 "zed_actions",
9153]
9154
9155[[package]]
9156name = "khronos-egl"
9157version = "6.0.0"
9158source = "registry+https://github.com/rust-lang/crates.io-index"
9159checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9160dependencies = [
9161 "libc",
9162 "libloading",
9163 "pkg-config",
9164]
9165
9166[[package]]
9167name = "khronos_api"
9168version = "3.1.0"
9169source = "registry+https://github.com/rust-lang/crates.io-index"
9170checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9171
9172[[package]]
9173name = "kqueue"
9174version = "1.1.1"
9175source = "registry+https://github.com/rust-lang/crates.io-index"
9176checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9177dependencies = [
9178 "kqueue-sys",
9179 "libc",
9180]
9181
9182[[package]]
9183name = "kqueue-sys"
9184version = "1.0.4"
9185source = "registry+https://github.com/rust-lang/crates.io-index"
9186checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9187dependencies = [
9188 "bitflags 1.3.2",
9189 "libc",
9190]
9191
9192[[package]]
9193name = "kurbo"
9194version = "0.11.3"
9195source = "registry+https://github.com/rust-lang/crates.io-index"
9196checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9197dependencies = [
9198 "arrayvec",
9199 "euclid",
9200 "smallvec",
9201]
9202
9203[[package]]
9204name = "kv-log-macro"
9205version = "1.0.7"
9206source = "registry+https://github.com/rust-lang/crates.io-index"
9207checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9208dependencies = [
9209 "log",
9210]
9211
9212[[package]]
9213name = "language"
9214version = "0.1.0"
9215dependencies = [
9216 "anyhow",
9217 "async-trait",
9218 "clock",
9219 "collections",
9220 "criterion",
9221 "ctor",
9222 "diffy",
9223 "ec4rs",
9224 "encoding_rs",
9225 "fs",
9226 "futures 0.3.31",
9227 "fuzzy",
9228 "globset",
9229 "gpui",
9230 "http_client",
9231 "imara-diff",
9232 "indoc",
9233 "itertools 0.14.0",
9234 "language_core",
9235 "log",
9236 "lsp",
9237 "parking_lot",
9238 "postage",
9239 "pretty_assertions",
9240 "rand 0.9.2",
9241 "regex",
9242 "rpc",
9243 "semver",
9244 "serde",
9245 "serde_json",
9246 "settings",
9247 "shellexpand 2.1.2",
9248 "smallvec",
9249 "smol",
9250 "streaming-iterator",
9251 "strsim",
9252 "sum_tree",
9253 "task",
9254 "text",
9255 "theme",
9256 "theme_settings",
9257 "toml 0.8.23",
9258 "tracing",
9259 "tree-sitter",
9260 "tree-sitter-elixir",
9261 "tree-sitter-embedded-template",
9262 "tree-sitter-heex",
9263 "tree-sitter-html",
9264 "tree-sitter-json",
9265 "tree-sitter-md",
9266 "tree-sitter-python",
9267 "tree-sitter-ruby",
9268 "tree-sitter-rust",
9269 "tree-sitter-typescript",
9270 "unicase",
9271 "unindent",
9272 "util",
9273 "watch",
9274 "zlog",
9275 "ztracing",
9276]
9277
9278[[package]]
9279name = "language_core"
9280version = "0.1.0"
9281dependencies = [
9282 "anyhow",
9283 "collections",
9284 "gpui",
9285 "log",
9286 "lsp",
9287 "parking_lot",
9288 "regex",
9289 "schemars",
9290 "serde",
9291 "serde_json",
9292 "toml 0.8.23",
9293 "tree-sitter",
9294 "util",
9295]
9296
9297[[package]]
9298name = "language_extension"
9299version = "0.1.0"
9300dependencies = [
9301 "anyhow",
9302 "async-trait",
9303 "collections",
9304 "extension",
9305 "fs",
9306 "futures 0.3.31",
9307 "gpui",
9308 "language",
9309 "log",
9310 "lsp",
9311 "project",
9312 "serde",
9313 "serde_json",
9314 "tracing",
9315 "util",
9316 "ztracing",
9317]
9318
9319[[package]]
9320name = "language_model"
9321version = "0.1.0"
9322dependencies = [
9323 "anthropic",
9324 "anyhow",
9325 "base64 0.22.1",
9326 "client",
9327 "cloud_api_client",
9328 "cloud_api_types",
9329 "cloud_llm_client",
9330 "collections",
9331 "credentials_provider",
9332 "futures 0.3.31",
9333 "gpui",
9334 "http_client",
9335 "icons",
9336 "image",
9337 "log",
9338 "open_ai",
9339 "open_router",
9340 "parking_lot",
9341 "schemars",
9342 "serde",
9343 "serde_json",
9344 "settings",
9345 "smol",
9346 "thiserror 2.0.17",
9347 "util",
9348 "zed_env_vars",
9349]
9350
9351[[package]]
9352name = "language_models"
9353version = "0.1.0"
9354dependencies = [
9355 "ai_onboarding",
9356 "anthropic",
9357 "anyhow",
9358 "aws-config",
9359 "aws-credential-types",
9360 "aws_http_client",
9361 "base64 0.22.1",
9362 "bedrock",
9363 "client",
9364 "cloud_api_types",
9365 "cloud_llm_client",
9366 "collections",
9367 "component",
9368 "convert_case 0.8.0",
9369 "copilot",
9370 "copilot_chat",
9371 "copilot_ui",
9372 "credentials_provider",
9373 "deepseek",
9374 "extension",
9375 "extension_host",
9376 "fs",
9377 "futures 0.3.31",
9378 "google_ai",
9379 "gpui",
9380 "gpui_tokio",
9381 "http_client",
9382 "language",
9383 "language_model",
9384 "lmstudio",
9385 "log",
9386 "menu",
9387 "mistral",
9388 "ollama",
9389 "open_ai",
9390 "open_router",
9391 "opencode",
9392 "partial-json-fixer",
9393 "pretty_assertions",
9394 "release_channel",
9395 "schemars",
9396 "semver",
9397 "serde",
9398 "serde_json",
9399 "settings",
9400 "smol",
9401 "strum 0.27.2",
9402 "thiserror 2.0.17",
9403 "tiktoken-rs",
9404 "tokio",
9405 "ui",
9406 "ui_input",
9407 "util",
9408 "vercel",
9409 "x_ai",
9410]
9411
9412[[package]]
9413name = "language_onboarding"
9414version = "0.1.0"
9415dependencies = [
9416 "db",
9417 "editor",
9418 "gpui",
9419 "project",
9420 "ui",
9421 "workspace",
9422]
9423
9424[[package]]
9425name = "language_selector"
9426version = "0.1.0"
9427dependencies = [
9428 "anyhow",
9429 "editor",
9430 "file_icons",
9431 "fuzzy",
9432 "gpui",
9433 "language",
9434 "open_path_prompt",
9435 "picker",
9436 "project",
9437 "serde_json",
9438 "settings",
9439 "ui",
9440 "util",
9441 "workspace",
9442]
9443
9444[[package]]
9445name = "language_tools"
9446version = "0.1.0"
9447dependencies = [
9448 "anyhow",
9449 "client",
9450 "collections",
9451 "command_palette_hooks",
9452 "edit_prediction",
9453 "editor",
9454 "futures 0.3.31",
9455 "gpui",
9456 "itertools 0.14.0",
9457 "language",
9458 "lsp",
9459 "menu",
9460 "project",
9461 "proto",
9462 "release_channel",
9463 "semver",
9464 "serde_json",
9465 "settings",
9466 "sysinfo 0.37.2",
9467 "telemetry",
9468 "theme",
9469 "theme_settings",
9470 "tree-sitter",
9471 "ui",
9472 "util",
9473 "workspace",
9474 "zed_actions",
9475 "zlog",
9476]
9477
9478[[package]]
9479name = "languages"
9480version = "0.1.0"
9481dependencies = [
9482 "anyhow",
9483 "async-compression",
9484 "async-fs",
9485 "async-tar",
9486 "async-trait",
9487 "chrono",
9488 "collections",
9489 "fs",
9490 "futures 0.3.31",
9491 "globset",
9492 "gpui",
9493 "grammars",
9494 "http_client",
9495 "itertools 0.14.0",
9496 "json_schema_store",
9497 "language",
9498 "log",
9499 "lsp",
9500 "node_runtime",
9501 "parking_lot",
9502 "pet",
9503 "pet-conda",
9504 "pet-core",
9505 "pet-fs",
9506 "pet-poetry",
9507 "pet-reporter",
9508 "pet-virtualenv",
9509 "pretty_assertions",
9510 "project",
9511 "regex",
9512 "rope",
9513 "semver",
9514 "serde",
9515 "serde_json",
9516 "serde_json_lenient",
9517 "settings",
9518 "smallvec",
9519 "smol",
9520 "snippet",
9521 "task",
9522 "terminal",
9523 "theme",
9524 "tree-sitter",
9525 "tree-sitter-bash",
9526 "tree-sitter-c",
9527 "tree-sitter-cpp",
9528 "tree-sitter-css",
9529 "tree-sitter-gitcommit",
9530 "tree-sitter-go",
9531 "tree-sitter-python",
9532 "tree-sitter-rust",
9533 "tree-sitter-typescript",
9534 "unindent",
9535 "url",
9536 "util",
9537]
9538
9539[[package]]
9540name = "lazy_static"
9541version = "1.5.0"
9542source = "registry+https://github.com/rust-lang/crates.io-index"
9543checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9544dependencies = [
9545 "spin 0.9.8",
9546]
9547
9548[[package]]
9549name = "leak"
9550version = "0.1.2"
9551source = "registry+https://github.com/rust-lang/crates.io-index"
9552checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9553
9554[[package]]
9555name = "leaky-cow"
9556version = "0.1.1"
9557source = "registry+https://github.com/rust-lang/crates.io-index"
9558checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9559dependencies = [
9560 "leak",
9561]
9562
9563[[package]]
9564name = "leb128"
9565version = "0.2.5"
9566source = "registry+https://github.com/rust-lang/crates.io-index"
9567checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9568
9569[[package]]
9570name = "leb128fmt"
9571version = "0.1.0"
9572source = "registry+https://github.com/rust-lang/crates.io-index"
9573checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9574
9575[[package]]
9576name = "lebe"
9577version = "0.5.3"
9578source = "registry+https://github.com/rust-lang/crates.io-index"
9579checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9580
9581[[package]]
9582name = "libbz2-rs-sys"
9583version = "0.2.2"
9584source = "registry+https://github.com/rust-lang/crates.io-index"
9585checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
9586
9587[[package]]
9588name = "libc"
9589version = "0.2.182"
9590source = "registry+https://github.com/rust-lang/crates.io-index"
9591checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9592
9593[[package]]
9594name = "libdbus-sys"
9595version = "0.2.6"
9596source = "registry+https://github.com/rust-lang/crates.io-index"
9597checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9598dependencies = [
9599 "cc",
9600 "pkg-config",
9601]
9602
9603[[package]]
9604name = "libfuzzer-sys"
9605version = "0.4.10"
9606source = "registry+https://github.com/rust-lang/crates.io-index"
9607checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9608dependencies = [
9609 "arbitrary",
9610 "cc",
9611]
9612
9613[[package]]
9614name = "libgit2-sys"
9615version = "0.18.3+1.9.2"
9616source = "registry+https://github.com/rust-lang/crates.io-index"
9617checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9618dependencies = [
9619 "cc",
9620 "libc",
9621 "libz-sys",
9622 "pkg-config",
9623]
9624
9625[[package]]
9626name = "libloading"
9627version = "0.8.9"
9628source = "registry+https://github.com/rust-lang/crates.io-index"
9629checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9630dependencies = [
9631 "cfg-if",
9632 "windows-link 0.2.1",
9633]
9634
9635[[package]]
9636name = "libm"
9637version = "0.2.15"
9638source = "registry+https://github.com/rust-lang/crates.io-index"
9639checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9640
9641[[package]]
9642name = "libmimalloc-sys"
9643version = "0.1.44"
9644source = "registry+https://github.com/rust-lang/crates.io-index"
9645checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9646dependencies = [
9647 "cc",
9648 "libc",
9649]
9650
9651[[package]]
9652name = "libredox"
9653version = "0.1.10"
9654source = "registry+https://github.com/rust-lang/crates.io-index"
9655checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9656dependencies = [
9657 "bitflags 2.10.0",
9658 "libc",
9659 "redox_syscall 0.5.18",
9660]
9661
9662[[package]]
9663name = "libsqlite3-sys"
9664version = "0.30.1"
9665source = "registry+https://github.com/rust-lang/crates.io-index"
9666checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9667dependencies = [
9668 "cc",
9669 "pkg-config",
9670 "vcpkg",
9671]
9672
9673[[package]]
9674name = "libwebrtc"
9675version = "0.3.26"
9676source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9677dependencies = [
9678 "cxx",
9679 "glib",
9680 "jni",
9681 "js-sys",
9682 "lazy_static",
9683 "livekit-protocol",
9684 "livekit-runtime",
9685 "log",
9686 "parking_lot",
9687 "serde",
9688 "serde_json",
9689 "thiserror 1.0.69",
9690 "tokio",
9691 "wasm-bindgen",
9692 "wasm-bindgen-futures",
9693 "web-sys",
9694 "webrtc-sys",
9695]
9696
9697[[package]]
9698name = "libz-sys"
9699version = "1.1.22"
9700source = "registry+https://github.com/rust-lang/crates.io-index"
9701checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9702dependencies = [
9703 "cc",
9704 "libc",
9705 "pkg-config",
9706 "vcpkg",
9707]
9708
9709[[package]]
9710name = "line_ending_selector"
9711version = "0.1.0"
9712dependencies = [
9713 "editor",
9714 "gpui",
9715 "language",
9716 "picker",
9717 "project",
9718 "ui",
9719 "util",
9720 "workspace",
9721]
9722
9723[[package]]
9724name = "linebender_resource_handle"
9725version = "0.1.1"
9726source = "registry+https://github.com/rust-lang/crates.io-index"
9727checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9728
9729[[package]]
9730name = "link-cplusplus"
9731version = "1.0.12"
9732source = "registry+https://github.com/rust-lang/crates.io-index"
9733checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9734dependencies = [
9735 "cc",
9736]
9737
9738[[package]]
9739name = "linkify"
9740version = "0.10.0"
9741source = "registry+https://github.com/rust-lang/crates.io-index"
9742checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9743dependencies = [
9744 "memchr",
9745]
9746
9747[[package]]
9748name = "linux-raw-sys"
9749version = "0.4.15"
9750source = "registry+https://github.com/rust-lang/crates.io-index"
9751checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9752
9753[[package]]
9754name = "linux-raw-sys"
9755version = "0.11.0"
9756source = "registry+https://github.com/rust-lang/crates.io-index"
9757checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9758
9759[[package]]
9760name = "litemap"
9761version = "0.8.0"
9762source = "registry+https://github.com/rust-lang/crates.io-index"
9763checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9764
9765[[package]]
9766name = "litrs"
9767version = "1.0.0"
9768source = "registry+https://github.com/rust-lang/crates.io-index"
9769checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9770
9771[[package]]
9772name = "livekit"
9773version = "0.7.32"
9774source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9775dependencies = [
9776 "base64 0.22.1",
9777 "bmrng",
9778 "bytes 1.11.1",
9779 "chrono",
9780 "futures-util",
9781 "lazy_static",
9782 "libloading",
9783 "libwebrtc",
9784 "livekit-api",
9785 "livekit-protocol",
9786 "livekit-runtime",
9787 "log",
9788 "parking_lot",
9789 "prost 0.12.6",
9790 "semver",
9791 "serde",
9792 "serde_json",
9793 "thiserror 1.0.69",
9794 "tokio",
9795]
9796
9797[[package]]
9798name = "livekit-api"
9799version = "0.4.14"
9800source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9801dependencies = [
9802 "base64 0.21.7",
9803 "futures-util",
9804 "http 1.3.1",
9805 "livekit-protocol",
9806 "livekit-runtime",
9807 "log",
9808 "parking_lot",
9809 "pbjson-types",
9810 "prost 0.12.6",
9811 "rand 0.9.2",
9812 "reqwest 0.12.24",
9813 "rustls-native-certs 0.6.3",
9814 "scopeguard",
9815 "serde",
9816 "sha2",
9817 "thiserror 1.0.69",
9818 "tokio",
9819 "tokio-rustls 0.26.2",
9820 "tokio-tungstenite 0.28.0",
9821 "url",
9822]
9823
9824[[package]]
9825name = "livekit-protocol"
9826version = "0.7.1"
9827source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9828dependencies = [
9829 "futures-util",
9830 "livekit-runtime",
9831 "parking_lot",
9832 "pbjson",
9833 "pbjson-types",
9834 "prost 0.12.6",
9835 "serde",
9836 "thiserror 1.0.69",
9837 "tokio",
9838]
9839
9840[[package]]
9841name = "livekit-runtime"
9842version = "0.4.0"
9843source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9844dependencies = [
9845 "tokio",
9846 "tokio-stream",
9847]
9848
9849[[package]]
9850name = "livekit_api"
9851version = "0.1.0"
9852dependencies = [
9853 "anyhow",
9854 "async-trait",
9855 "jsonwebtoken",
9856 "log",
9857 "prost 0.9.0",
9858 "prost-build 0.9.0",
9859 "prost-types 0.9.0",
9860 "serde",
9861 "zed-reqwest",
9862]
9863
9864[[package]]
9865name = "livekit_client"
9866version = "0.1.0"
9867dependencies = [
9868 "anyhow",
9869 "async-trait",
9870 "audio",
9871 "cocoa 0.26.0",
9872 "collections",
9873 "core-foundation 0.10.0",
9874 "core-video",
9875 "coreaudio-rs 0.12.1",
9876 "cpal",
9877 "futures 0.3.31",
9878 "gpui",
9879 "gpui_platform",
9880 "gpui_tokio",
9881 "http_client_tls",
9882 "image",
9883 "libwebrtc",
9884 "livekit",
9885 "livekit_api",
9886 "log",
9887 "nanoid",
9888 "objc",
9889 "parking_lot",
9890 "postage",
9891 "rodio",
9892 "serde",
9893 "serde_json",
9894 "serde_urlencoded",
9895 "settings",
9896 "simplelog",
9897 "smallvec",
9898 "tokio",
9899 "ui",
9900 "util",
9901 "webrtc-sys",
9902 "zed-scap",
9903]
9904
9905[[package]]
9906name = "lmdb-master-sys"
9907version = "0.2.5"
9908source = "registry+https://github.com/rust-lang/crates.io-index"
9909checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9910dependencies = [
9911 "cc",
9912 "doxygen-rs",
9913 "libc",
9914]
9915
9916[[package]]
9917name = "lmstudio"
9918version = "0.1.0"
9919dependencies = [
9920 "anyhow",
9921 "futures 0.3.31",
9922 "http_client",
9923 "schemars",
9924 "serde",
9925 "serde_json",
9926]
9927
9928[[package]]
9929name = "lock_api"
9930version = "0.4.14"
9931source = "registry+https://github.com/rust-lang/crates.io-index"
9932checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
9933dependencies = [
9934 "scopeguard",
9935]
9936
9937[[package]]
9938name = "log"
9939version = "0.4.29"
9940source = "registry+https://github.com/rust-lang/crates.io-index"
9941checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
9942dependencies = [
9943 "serde_core",
9944 "value-bag",
9945]
9946
9947[[package]]
9948name = "loom"
9949version = "0.7.2"
9950source = "registry+https://github.com/rust-lang/crates.io-index"
9951checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9952dependencies = [
9953 "cfg-if",
9954 "generator",
9955 "scoped-tls",
9956 "tracing",
9957 "tracing-subscriber",
9958]
9959
9960[[package]]
9961name = "loop9"
9962version = "0.1.5"
9963source = "registry+https://github.com/rust-lang/crates.io-index"
9964checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9965dependencies = [
9966 "imgref",
9967]
9968
9969[[package]]
9970name = "lru"
9971version = "0.12.5"
9972source = "registry+https://github.com/rust-lang/crates.io-index"
9973checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9974dependencies = [
9975 "hashbrown 0.15.5",
9976]
9977
9978[[package]]
9979name = "lru-slab"
9980version = "0.1.2"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
9983
9984[[package]]
9985name = "lsp"
9986version = "0.1.0"
9987dependencies = [
9988 "anyhow",
9989 "async-pipe",
9990 "collections",
9991 "ctor",
9992 "futures 0.3.31",
9993 "gpui",
9994 "gpui_util",
9995 "log",
9996 "lsp-types",
9997 "parking_lot",
9998 "postage",
9999 "release_channel",
10000 "schemars",
10001 "semver",
10002 "serde",
10003 "serde_json",
10004 "smol",
10005 "util",
10006 "zlog",
10007]
10008
10009[[package]]
10010name = "lsp-types"
10011version = "0.95.1"
10012source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10013dependencies = [
10014 "bitflags 1.3.2",
10015 "serde",
10016 "serde_json",
10017 "url",
10018]
10019
10020[[package]]
10021name = "lyon"
10022version = "1.0.16"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10025dependencies = [
10026 "lyon_algorithms",
10027 "lyon_extra",
10028 "lyon_tessellation",
10029]
10030
10031[[package]]
10032name = "lyon_algorithms"
10033version = "1.0.16"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10036dependencies = [
10037 "lyon_path",
10038 "num-traits",
10039]
10040
10041[[package]]
10042name = "lyon_extra"
10043version = "1.0.3"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10046dependencies = [
10047 "lyon_path",
10048 "thiserror 1.0.69",
10049]
10050
10051[[package]]
10052name = "lyon_geom"
10053version = "1.0.17"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10056dependencies = [
10057 "arrayvec",
10058 "euclid",
10059 "num-traits",
10060]
10061
10062[[package]]
10063name = "lyon_path"
10064version = "1.0.16"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10067dependencies = [
10068 "lyon_geom",
10069 "num-traits",
10070]
10071
10072[[package]]
10073name = "lyon_tessellation"
10074version = "1.0.16"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10077dependencies = [
10078 "float_next_after",
10079 "lyon_path",
10080 "num-traits",
10081]
10082
10083[[package]]
10084name = "mac"
10085version = "0.1.1"
10086source = "registry+https://github.com/rust-lang/crates.io-index"
10087checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10088
10089[[package]]
10090name = "mach2"
10091version = "0.4.3"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10094dependencies = [
10095 "libc",
10096]
10097
10098[[package]]
10099name = "mach2"
10100version = "0.5.0"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10103dependencies = [
10104 "libc",
10105]
10106
10107[[package]]
10108name = "malloc_buf"
10109version = "0.0.6"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10112dependencies = [
10113 "libc",
10114]
10115
10116[[package]]
10117name = "maplit"
10118version = "1.0.2"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10121
10122[[package]]
10123name = "markdown"
10124version = "0.1.0"
10125dependencies = [
10126 "anyhow",
10127 "assets",
10128 "base64 0.22.1",
10129 "collections",
10130 "env_logger 0.11.8",
10131 "fs",
10132 "futures 0.3.31",
10133 "gpui",
10134 "gpui_platform",
10135 "html5ever 0.27.0",
10136 "language",
10137 "languages",
10138 "linkify",
10139 "log",
10140 "markup5ever_rcdom",
10141 "mermaid-rs-renderer",
10142 "node_runtime",
10143 "pulldown-cmark 0.13.0",
10144 "settings",
10145 "stacksafe",
10146 "sum_tree",
10147 "theme",
10148 "theme_settings",
10149 "ui",
10150 "util",
10151]
10152
10153[[package]]
10154name = "markdown_preview"
10155version = "0.1.0"
10156dependencies = [
10157 "anyhow",
10158 "editor",
10159 "gpui",
10160 "language",
10161 "log",
10162 "markdown",
10163 "settings",
10164 "tempfile",
10165 "theme_settings",
10166 "ui",
10167 "urlencoding",
10168 "util",
10169 "workspace",
10170 "zed_actions",
10171]
10172
10173[[package]]
10174name = "markup5ever"
10175version = "0.12.1"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10178dependencies = [
10179 "log",
10180 "phf 0.11.3",
10181 "phf_codegen",
10182 "string_cache",
10183 "string_cache_codegen",
10184 "tendril",
10185]
10186
10187[[package]]
10188name = "markup5ever"
10189version = "0.35.0"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10192dependencies = [
10193 "log",
10194 "tendril",
10195 "web_atoms",
10196]
10197
10198[[package]]
10199name = "markup5ever_rcdom"
10200version = "0.3.0"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10203dependencies = [
10204 "html5ever 0.27.0",
10205 "markup5ever 0.12.1",
10206 "tendril",
10207 "xml5ever",
10208]
10209
10210[[package]]
10211name = "match_token"
10212version = "0.35.0"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10215dependencies = [
10216 "proc-macro2",
10217 "quote",
10218 "syn 2.0.117",
10219]
10220
10221[[package]]
10222name = "matchers"
10223version = "0.2.0"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10226dependencies = [
10227 "regex-automata",
10228]
10229
10230[[package]]
10231name = "matchit"
10232version = "0.7.3"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10235
10236[[package]]
10237name = "maybe-owned"
10238version = "0.3.4"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10241
10242[[package]]
10243name = "maybe-rayon"
10244version = "0.1.1"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10247dependencies = [
10248 "cfg-if",
10249 "rayon",
10250]
10251
10252[[package]]
10253name = "md-5"
10254version = "0.10.6"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10257dependencies = [
10258 "cfg-if",
10259 "digest",
10260]
10261
10262[[package]]
10263name = "mdbook"
10264version = "0.4.40"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10267dependencies = [
10268 "ammonia",
10269 "anyhow",
10270 "chrono",
10271 "clap",
10272 "clap_complete",
10273 "elasticlunr-rs",
10274 "env_logger 0.11.8",
10275 "futures-util",
10276 "handlebars 5.1.2",
10277 "ignore",
10278 "log",
10279 "memchr",
10280 "notify 6.1.1",
10281 "notify-debouncer-mini",
10282 "once_cell",
10283 "opener",
10284 "pathdiff",
10285 "pulldown-cmark 0.10.3",
10286 "regex",
10287 "serde",
10288 "serde_json",
10289 "shlex",
10290 "tempfile",
10291 "tokio",
10292 "toml 0.5.11",
10293 "topological-sort",
10294 "walkdir",
10295 "warp",
10296]
10297
10298[[package]]
10299name = "media"
10300version = "0.1.0"
10301dependencies = [
10302 "anyhow",
10303 "bindgen 0.71.1",
10304 "core-foundation 0.10.0",
10305 "core-video",
10306 "ctor",
10307 "foreign-types 0.5.0",
10308 "metal",
10309 "objc",
10310]
10311
10312[[package]]
10313name = "memchr"
10314version = "2.7.6"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10317
10318[[package]]
10319name = "memfd"
10320version = "0.6.5"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10323dependencies = [
10324 "rustix 1.1.2",
10325]
10326
10327[[package]]
10328name = "memmap2"
10329version = "0.9.8"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10332dependencies = [
10333 "libc",
10334 "stable_deref_trait",
10335]
10336
10337[[package]]
10338name = "memoffset"
10339version = "0.9.1"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10342dependencies = [
10343 "autocfg",
10344]
10345
10346[[package]]
10347name = "menu"
10348version = "0.1.0"
10349dependencies = [
10350 "gpui",
10351]
10352
10353[[package]]
10354name = "merge"
10355version = "0.1.0"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10358dependencies = [
10359 "merge_derive",
10360 "num-traits",
10361]
10362
10363[[package]]
10364name = "merge_derive"
10365version = "0.1.0"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10368dependencies = [
10369 "proc-macro-error",
10370 "proc-macro2",
10371 "quote",
10372 "syn 1.0.109",
10373]
10374
10375[[package]]
10376name = "mermaid-rs-renderer"
10377version = "0.2.0"
10378source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10379dependencies = [
10380 "anyhow",
10381 "fontdb 0.16.2",
10382 "json5",
10383 "once_cell",
10384 "regex",
10385 "serde",
10386 "serde_json",
10387 "thiserror 2.0.17",
10388 "ttf-parser 0.20.0",
10389]
10390
10391[[package]]
10392name = "metal"
10393version = "0.33.0"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10396dependencies = [
10397 "bitflags 2.10.0",
10398 "block",
10399 "core-graphics-types 0.2.0",
10400 "foreign-types 0.5.0",
10401 "log",
10402 "objc",
10403 "paste",
10404]
10405
10406[[package]]
10407name = "migrator"
10408version = "0.1.0"
10409dependencies = [
10410 "anyhow",
10411 "collections",
10412 "convert_case 0.8.0",
10413 "log",
10414 "pretty_assertions",
10415 "serde_json",
10416 "serde_json_lenient",
10417 "settings_content",
10418 "settings_json",
10419 "streaming-iterator",
10420 "tree-sitter",
10421 "tree-sitter-json",
10422 "unindent",
10423]
10424
10425[[package]]
10426name = "mimalloc"
10427version = "0.1.48"
10428source = "registry+https://github.com/rust-lang/crates.io-index"
10429checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10430dependencies = [
10431 "libmimalloc-sys",
10432]
10433
10434[[package]]
10435name = "mime"
10436version = "0.3.17"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10439
10440[[package]]
10441name = "mime_guess"
10442version = "2.0.5"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10445dependencies = [
10446 "mime",
10447 "unicase",
10448]
10449
10450[[package]]
10451name = "minidump-common"
10452version = "0.26.1"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10455dependencies = [
10456 "bitflags 2.10.0",
10457 "debugid",
10458 "num-derive",
10459 "num-traits",
10460 "range-map",
10461 "scroll",
10462 "smart-default",
10463]
10464
10465[[package]]
10466name = "minidump-writer"
10467version = "0.11.0"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10470dependencies = [
10471 "bitflags 2.10.0",
10472 "byteorder",
10473 "cfg-if",
10474 "crash-context",
10475 "error-graph",
10476 "failspot",
10477 "goblin",
10478 "libc",
10479 "log",
10480 "mach2 0.4.3",
10481 "memmap2",
10482 "memoffset",
10483 "minidump-common",
10484 "nix 0.29.0",
10485 "procfs-core",
10486 "scroll",
10487 "serde",
10488 "serde_json",
10489 "tempfile",
10490 "thiserror 2.0.17",
10491]
10492
10493[[package]]
10494name = "minidumper"
10495version = "0.9.0"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10498dependencies = [
10499 "cfg-if",
10500 "crash-context",
10501 "libc",
10502 "log",
10503 "minidump-writer",
10504 "parking_lot",
10505 "polling",
10506 "scroll",
10507 "thiserror 2.0.17",
10508 "uds",
10509]
10510
10511[[package]]
10512name = "minimal-lexical"
10513version = "0.2.1"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10516
10517[[package]]
10518name = "miniprofiler_ui"
10519version = "0.1.0"
10520dependencies = [
10521 "gpui",
10522 "rpc",
10523 "serde_json",
10524 "smol",
10525 "theme_settings",
10526 "util",
10527 "workspace",
10528 "zed_actions",
10529]
10530
10531[[package]]
10532name = "miniz_oxide"
10533version = "0.8.9"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10536dependencies = [
10537 "adler2",
10538 "simd-adler32",
10539]
10540
10541[[package]]
10542name = "mio"
10543version = "0.8.11"
10544source = "registry+https://github.com/rust-lang/crates.io-index"
10545checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10546dependencies = [
10547 "libc",
10548 "log",
10549 "wasi",
10550 "windows-sys 0.48.0",
10551]
10552
10553[[package]]
10554name = "mio"
10555version = "1.1.0"
10556source = "registry+https://github.com/rust-lang/crates.io-index"
10557checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10558dependencies = [
10559 "libc",
10560 "log",
10561 "wasi",
10562 "windows-sys 0.61.2",
10563]
10564
10565[[package]]
10566name = "miow"
10567version = "0.6.1"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10570dependencies = [
10571 "windows-sys 0.61.2",
10572]
10573
10574[[package]]
10575name = "mistral"
10576version = "0.1.0"
10577dependencies = [
10578 "anyhow",
10579 "futures 0.3.31",
10580 "http_client",
10581 "schemars",
10582 "serde",
10583 "serde_json",
10584 "strum 0.27.2",
10585]
10586
10587[[package]]
10588name = "moka"
10589version = "0.12.11"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10592dependencies = [
10593 "crossbeam-channel",
10594 "crossbeam-epoch",
10595 "crossbeam-utils",
10596 "equivalent",
10597 "parking_lot",
10598 "portable-atomic",
10599 "rustc_version",
10600 "smallvec",
10601 "tagptr",
10602 "uuid",
10603]
10604
10605[[package]]
10606name = "moxcms"
10607version = "0.7.7"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10610dependencies = [
10611 "num-traits",
10612 "pxfm",
10613]
10614
10615[[package]]
10616name = "msvc_spectre_libs"
10617version = "0.1.3"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10620dependencies = [
10621 "cc",
10622]
10623
10624[[package]]
10625name = "multi_buffer"
10626version = "0.1.0"
10627dependencies = [
10628 "anyhow",
10629 "buffer_diff",
10630 "clock",
10631 "collections",
10632 "ctor",
10633 "gpui",
10634 "indoc",
10635 "itertools 0.14.0",
10636 "language",
10637 "log",
10638 "parking_lot",
10639 "pretty_assertions",
10640 "rand 0.9.2",
10641 "rope",
10642 "serde",
10643 "settings",
10644 "smallvec",
10645 "smol",
10646 "sum_tree",
10647 "text",
10648 "theme",
10649 "tracing",
10650 "tree-sitter",
10651 "unicode-segmentation",
10652 "util",
10653 "zlog",
10654 "ztracing",
10655]
10656
10657[[package]]
10658name = "multimap"
10659version = "0.8.3"
10660source = "registry+https://github.com/rust-lang/crates.io-index"
10661checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10662
10663[[package]]
10664name = "naga"
10665version = "29.0.0"
10666source = "registry+https://github.com/rust-lang/crates.io-index"
10667checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10668dependencies = [
10669 "arrayvec",
10670 "bit-set 0.9.1",
10671 "bitflags 2.10.0",
10672 "cfg-if",
10673 "cfg_aliases 0.2.1",
10674 "codespan-reporting",
10675 "half",
10676 "hashbrown 0.16.1",
10677 "hexf-parse",
10678 "indexmap",
10679 "libm",
10680 "log",
10681 "num-traits",
10682 "once_cell",
10683 "rustc-hash 1.1.0",
10684 "thiserror 2.0.17",
10685 "unicode-ident",
10686]
10687
10688[[package]]
10689name = "naga"
10690version = "29.0.0"
10691source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10692dependencies = [
10693 "arrayvec",
10694 "bit-set 0.9.1",
10695 "bitflags 2.10.0",
10696 "cfg-if",
10697 "cfg_aliases 0.2.1",
10698 "codespan-reporting",
10699 "half",
10700 "hashbrown 0.16.1",
10701 "hexf-parse",
10702 "indexmap",
10703 "libm",
10704 "log",
10705 "num-traits",
10706 "once_cell",
10707 "rustc-hash 1.1.0",
10708 "spirv",
10709 "thiserror 2.0.17",
10710 "unicode-ident",
10711]
10712
10713[[package]]
10714name = "nanoid"
10715version = "0.4.0"
10716source = "registry+https://github.com/rust-lang/crates.io-index"
10717checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10718dependencies = [
10719 "rand 0.8.5",
10720]
10721
10722[[package]]
10723name = "nanorand"
10724version = "0.7.0"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10727dependencies = [
10728 "getrandom 0.2.16",
10729]
10730
10731[[package]]
10732name = "native-tls"
10733version = "0.2.14"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10736dependencies = [
10737 "libc",
10738 "log",
10739 "openssl",
10740 "openssl-probe",
10741 "openssl-sys",
10742 "schannel",
10743 "security-framework 2.11.1",
10744 "security-framework-sys",
10745 "tempfile",
10746]
10747
10748[[package]]
10749name = "nbformat"
10750version = "1.2.0"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10753dependencies = [
10754 "anyhow",
10755 "chrono",
10756 "jupyter-protocol",
10757 "serde",
10758 "serde_json",
10759 "thiserror 1.0.69",
10760 "uuid",
10761]
10762
10763[[package]]
10764name = "nc"
10765version = "0.1.0"
10766dependencies = [
10767 "anyhow",
10768 "futures 0.3.31",
10769 "net",
10770 "smol",
10771]
10772
10773[[package]]
10774name = "ndk"
10775version = "0.9.0"
10776source = "registry+https://github.com/rust-lang/crates.io-index"
10777checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10778dependencies = [
10779 "bitflags 2.10.0",
10780 "jni-sys",
10781 "log",
10782 "ndk-sys",
10783 "num_enum",
10784 "thiserror 1.0.69",
10785]
10786
10787[[package]]
10788name = "ndk-context"
10789version = "0.1.1"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10792
10793[[package]]
10794name = "ndk-sys"
10795version = "0.6.0+11769913"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10798dependencies = [
10799 "jni-sys",
10800]
10801
10802[[package]]
10803name = "net"
10804version = "0.1.0"
10805dependencies = [
10806 "anyhow",
10807 "async-io",
10808 "smol",
10809 "tempfile",
10810 "windows 0.61.3",
10811]
10812
10813[[package]]
10814name = "new_debug_unreachable"
10815version = "1.0.6"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10818
10819[[package]]
10820name = "nix"
10821version = "0.28.0"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10824dependencies = [
10825 "bitflags 2.10.0",
10826 "cfg-if",
10827 "cfg_aliases 0.1.1",
10828 "libc",
10829]
10830
10831[[package]]
10832name = "nix"
10833version = "0.29.0"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10836dependencies = [
10837 "bitflags 2.10.0",
10838 "cfg-if",
10839 "cfg_aliases 0.2.1",
10840 "libc",
10841]
10842
10843[[package]]
10844name = "nix"
10845version = "0.30.1"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10848dependencies = [
10849 "bitflags 2.10.0",
10850 "cfg-if",
10851 "cfg_aliases 0.2.1",
10852 "libc",
10853]
10854
10855[[package]]
10856name = "node_runtime"
10857version = "0.1.0"
10858dependencies = [
10859 "anyhow",
10860 "async-compression",
10861 "async-std",
10862 "async-tar",
10863 "async-trait",
10864 "futures 0.3.31",
10865 "http_client",
10866 "log",
10867 "paths",
10868 "semver",
10869 "serde",
10870 "serde_json",
10871 "smol",
10872 "util",
10873 "watch",
10874 "which 6.0.3",
10875]
10876
10877[[package]]
10878name = "nom"
10879version = "7.1.3"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10882dependencies = [
10883 "memchr",
10884 "minimal-lexical",
10885]
10886
10887[[package]]
10888name = "nom"
10889version = "8.0.0"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10892dependencies = [
10893 "memchr",
10894]
10895
10896[[package]]
10897name = "noop_proc_macro"
10898version = "0.3.0"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10901
10902[[package]]
10903name = "normpath"
10904version = "1.5.0"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10907dependencies = [
10908 "windows-sys 0.61.2",
10909]
10910
10911[[package]]
10912name = "notifications"
10913version = "0.1.0"
10914dependencies = [
10915 "anyhow",
10916 "channel",
10917 "client",
10918 "component",
10919 "db",
10920 "gpui",
10921 "rpc",
10922 "sum_tree",
10923 "time",
10924 "ui",
10925 "util",
10926 "workspace",
10927 "zed_actions",
10928]
10929
10930[[package]]
10931name = "notify"
10932version = "6.1.1"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10935dependencies = [
10936 "bitflags 2.10.0",
10937 "crossbeam-channel",
10938 "filetime",
10939 "fsevent-sys",
10940 "inotify 0.9.6",
10941 "kqueue",
10942 "libc",
10943 "log",
10944 "mio 0.8.11",
10945 "walkdir",
10946 "windows-sys 0.48.0",
10947]
10948
10949[[package]]
10950name = "notify"
10951version = "8.2.0"
10952source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10953dependencies = [
10954 "bitflags 2.10.0",
10955 "fsevent-sys",
10956 "inotify 0.11.0",
10957 "kqueue",
10958 "libc",
10959 "log",
10960 "mio 1.1.0",
10961 "notify-types",
10962 "walkdir",
10963 "windows-sys 0.60.2",
10964]
10965
10966[[package]]
10967name = "notify-debouncer-mini"
10968version = "0.4.1"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10971dependencies = [
10972 "crossbeam-channel",
10973 "log",
10974 "notify 6.1.1",
10975]
10976
10977[[package]]
10978name = "notify-types"
10979version = "2.0.0"
10980source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10981
10982[[package]]
10983name = "ntapi"
10984version = "0.4.1"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10987dependencies = [
10988 "winapi",
10989]
10990
10991[[package]]
10992name = "nu-ansi-term"
10993version = "0.50.3"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
10996dependencies = [
10997 "windows-sys 0.61.2",
10998]
10999
11000[[package]]
11001name = "num"
11002version = "0.4.3"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11005dependencies = [
11006 "num-bigint",
11007 "num-complex",
11008 "num-integer",
11009 "num-iter",
11010 "num-rational",
11011 "num-traits",
11012]
11013
11014[[package]]
11015name = "num-bigint"
11016version = "0.4.6"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11019dependencies = [
11020 "num-integer",
11021 "num-traits",
11022]
11023
11024[[package]]
11025name = "num-bigint-dig"
11026version = "0.8.6"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11029dependencies = [
11030 "lazy_static",
11031 "libm",
11032 "num-integer",
11033 "num-iter",
11034 "num-traits",
11035 "rand 0.8.5",
11036 "smallvec",
11037 "zeroize",
11038]
11039
11040[[package]]
11041name = "num-bigint-dig"
11042version = "0.9.1"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11045dependencies = [
11046 "libm",
11047 "num-integer",
11048 "num-iter",
11049 "num-traits",
11050 "once_cell",
11051 "rand 0.9.2",
11052 "serde",
11053 "smallvec",
11054 "zeroize",
11055]
11056
11057[[package]]
11058name = "num-cmp"
11059version = "0.1.0"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11062
11063[[package]]
11064name = "num-complex"
11065version = "0.4.6"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11068dependencies = [
11069 "bytemuck",
11070 "num-traits",
11071]
11072
11073[[package]]
11074name = "num-conv"
11075version = "0.2.0"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11078
11079[[package]]
11080name = "num-derive"
11081version = "0.4.2"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11084dependencies = [
11085 "proc-macro2",
11086 "quote",
11087 "syn 2.0.117",
11088]
11089
11090[[package]]
11091name = "num-format"
11092version = "0.4.4"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11095dependencies = [
11096 "arrayvec",
11097 "itoa",
11098]
11099
11100[[package]]
11101name = "num-integer"
11102version = "0.1.46"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11105dependencies = [
11106 "num-traits",
11107]
11108
11109[[package]]
11110name = "num-iter"
11111version = "0.1.45"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11114dependencies = [
11115 "autocfg",
11116 "num-integer",
11117 "num-traits",
11118]
11119
11120[[package]]
11121name = "num-rational"
11122version = "0.4.2"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11125dependencies = [
11126 "num-bigint",
11127 "num-integer",
11128 "num-traits",
11129]
11130
11131[[package]]
11132name = "num-traits"
11133version = "0.2.19"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11136dependencies = [
11137 "autocfg",
11138 "libm",
11139]
11140
11141[[package]]
11142name = "num_cpus"
11143version = "1.17.0"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11146dependencies = [
11147 "hermit-abi",
11148 "libc",
11149]
11150
11151[[package]]
11152name = "num_enum"
11153version = "0.7.4"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11156dependencies = [
11157 "num_enum_derive",
11158 "rustversion",
11159]
11160
11161[[package]]
11162name = "num_enum_derive"
11163version = "0.7.4"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11166dependencies = [
11167 "proc-macro-crate",
11168 "proc-macro2",
11169 "quote",
11170 "syn 2.0.117",
11171]
11172
11173[[package]]
11174name = "num_threads"
11175version = "0.1.7"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11178dependencies = [
11179 "libc",
11180]
11181
11182[[package]]
11183name = "nvim-rs"
11184version = "0.9.2"
11185source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11186dependencies = [
11187 "async-trait",
11188 "futures 0.3.31",
11189 "log",
11190 "rmp",
11191 "rmpv",
11192 "tokio",
11193 "tokio-util",
11194]
11195
11196[[package]]
11197name = "objc"
11198version = "0.2.7"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11201dependencies = [
11202 "malloc_buf",
11203 "objc_exception",
11204]
11205
11206[[package]]
11207name = "objc-foundation"
11208version = "0.1.1"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11211dependencies = [
11212 "block",
11213 "objc",
11214 "objc_id",
11215]
11216
11217[[package]]
11218name = "objc2"
11219version = "0.6.3"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11222dependencies = [
11223 "objc2-encode",
11224]
11225
11226[[package]]
11227name = "objc2-audio-toolbox"
11228version = "0.3.2"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11231dependencies = [
11232 "bitflags 2.10.0",
11233 "libc",
11234 "objc2",
11235 "objc2-core-audio",
11236 "objc2-core-audio-types",
11237 "objc2-core-foundation",
11238 "objc2-foundation",
11239]
11240
11241[[package]]
11242name = "objc2-avf-audio"
11243version = "0.3.2"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11246dependencies = [
11247 "objc2",
11248 "objc2-foundation",
11249]
11250
11251[[package]]
11252name = "objc2-core-audio"
11253version = "0.3.2"
11254source = "registry+https://github.com/rust-lang/crates.io-index"
11255checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11256dependencies = [
11257 "dispatch2",
11258 "objc2",
11259 "objc2-core-audio-types",
11260 "objc2-core-foundation",
11261 "objc2-foundation",
11262]
11263
11264[[package]]
11265name = "objc2-core-audio-types"
11266version = "0.3.2"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11269dependencies = [
11270 "bitflags 2.10.0",
11271 "objc2",
11272]
11273
11274[[package]]
11275name = "objc2-core-foundation"
11276version = "0.3.2"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11279dependencies = [
11280 "bitflags 2.10.0",
11281 "block2",
11282 "dispatch2",
11283 "libc",
11284 "objc2",
11285]
11286
11287[[package]]
11288name = "objc2-encode"
11289version = "4.1.0"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11292
11293[[package]]
11294name = "objc2-foundation"
11295version = "0.3.2"
11296source = "registry+https://github.com/rust-lang/crates.io-index"
11297checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11298dependencies = [
11299 "bitflags 2.10.0",
11300 "block2",
11301 "libc",
11302 "objc2",
11303 "objc2-core-foundation",
11304]
11305
11306[[package]]
11307name = "objc2-io-kit"
11308version = "0.3.2"
11309source = "registry+https://github.com/rust-lang/crates.io-index"
11310checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11311dependencies = [
11312 "libc",
11313 "objc2-core-foundation",
11314]
11315
11316[[package]]
11317name = "objc2-metal"
11318version = "0.3.2"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11321dependencies = [
11322 "bitflags 2.10.0",
11323 "block2",
11324 "dispatch2",
11325 "objc2",
11326 "objc2-core-foundation",
11327 "objc2-foundation",
11328]
11329
11330[[package]]
11331name = "objc2-quartz-core"
11332version = "0.3.2"
11333source = "registry+https://github.com/rust-lang/crates.io-index"
11334checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11335dependencies = [
11336 "bitflags 2.10.0",
11337 "objc2",
11338 "objc2-core-foundation",
11339 "objc2-foundation",
11340 "objc2-metal",
11341]
11342
11343[[package]]
11344name = "objc_exception"
11345version = "0.1.2"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11348dependencies = [
11349 "cc",
11350]
11351
11352[[package]]
11353name = "objc_id"
11354version = "0.1.1"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11357dependencies = [
11358 "objc",
11359]
11360
11361[[package]]
11362name = "object"
11363version = "0.36.7"
11364source = "registry+https://github.com/rust-lang/crates.io-index"
11365checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11366dependencies = [
11367 "crc32fast",
11368 "hashbrown 0.15.5",
11369 "indexmap",
11370 "memchr",
11371]
11372
11373[[package]]
11374name = "object"
11375version = "0.37.3"
11376source = "registry+https://github.com/rust-lang/crates.io-index"
11377checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11378dependencies = [
11379 "memchr",
11380]
11381
11382[[package]]
11383name = "ollama"
11384version = "0.1.0"
11385dependencies = [
11386 "anyhow",
11387 "futures 0.3.31",
11388 "http_client",
11389 "schemars",
11390 "serde",
11391 "serde_json",
11392 "settings",
11393]
11394
11395[[package]]
11396name = "onboarding"
11397version = "0.1.0"
11398dependencies = [
11399 "anyhow",
11400 "client",
11401 "component",
11402 "db",
11403 "documented",
11404 "fs",
11405 "fuzzy",
11406 "gpui",
11407 "menu",
11408 "notifications",
11409 "picker",
11410 "project",
11411 "schemars",
11412 "serde",
11413 "settings",
11414 "telemetry",
11415 "theme",
11416 "theme_settings",
11417 "ui",
11418 "util",
11419 "vim_mode_setting",
11420 "workspace",
11421 "zed_actions",
11422 "zlog",
11423]
11424
11425[[package]]
11426name = "once_cell"
11427version = "1.21.3"
11428source = "registry+https://github.com/rust-lang/crates.io-index"
11429checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11430
11431[[package]]
11432name = "once_cell_polyfill"
11433version = "1.70.1"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11436
11437[[package]]
11438name = "oo7"
11439version = "0.6.0"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11442dependencies = [
11443 "aes",
11444 "ashpd",
11445 "async-fs",
11446 "async-io",
11447 "async-lock 3.4.2",
11448 "blocking",
11449 "cbc",
11450 "cipher",
11451 "digest",
11452 "endi",
11453 "futures-lite 2.6.1",
11454 "futures-util",
11455 "getrandom 0.4.1",
11456 "hkdf",
11457 "hmac",
11458 "md-5",
11459 "num",
11460 "num-bigint-dig 0.9.1",
11461 "pbkdf2 0.12.2",
11462 "serde",
11463 "serde_bytes",
11464 "sha2",
11465 "subtle",
11466 "zbus",
11467 "zbus_macros",
11468 "zeroize",
11469 "zvariant",
11470]
11471
11472[[package]]
11473name = "oorandom"
11474version = "11.1.5"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11477
11478[[package]]
11479name = "open"
11480version = "5.3.2"
11481source = "registry+https://github.com/rust-lang/crates.io-index"
11482checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11483dependencies = [
11484 "is-wsl",
11485 "libc",
11486 "pathdiff",
11487]
11488
11489[[package]]
11490name = "open_ai"
11491version = "0.1.0"
11492dependencies = [
11493 "anyhow",
11494 "futures 0.3.31",
11495 "http_client",
11496 "log",
11497 "rand 0.9.2",
11498 "schemars",
11499 "serde",
11500 "serde_json",
11501 "settings",
11502 "strum 0.27.2",
11503 "thiserror 2.0.17",
11504]
11505
11506[[package]]
11507name = "open_path_prompt"
11508version = "0.1.0"
11509dependencies = [
11510 "editor",
11511 "file_icons",
11512 "futures 0.3.31",
11513 "fuzzy",
11514 "gpui",
11515 "picker",
11516 "project",
11517 "schemars",
11518 "serde",
11519 "serde_json",
11520 "settings",
11521 "theme",
11522 "theme_settings",
11523 "ui",
11524 "util",
11525 "workspace",
11526]
11527
11528[[package]]
11529name = "open_router"
11530version = "0.1.0"
11531dependencies = [
11532 "anyhow",
11533 "futures 0.3.31",
11534 "http_client",
11535 "schemars",
11536 "serde",
11537 "serde_json",
11538 "settings",
11539 "strum 0.27.2",
11540 "thiserror 2.0.17",
11541]
11542
11543[[package]]
11544name = "opencode"
11545version = "0.1.0"
11546dependencies = [
11547 "anyhow",
11548 "futures 0.3.31",
11549 "google_ai",
11550 "http_client",
11551 "schemars",
11552 "serde",
11553 "serde_json",
11554 "strum 0.27.2",
11555]
11556
11557[[package]]
11558name = "opener"
11559version = "0.7.2"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11562dependencies = [
11563 "bstr",
11564 "dbus",
11565 "normpath",
11566 "windows-sys 0.59.0",
11567]
11568
11569[[package]]
11570name = "openssl"
11571version = "0.10.74"
11572source = "registry+https://github.com/rust-lang/crates.io-index"
11573checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11574dependencies = [
11575 "bitflags 2.10.0",
11576 "cfg-if",
11577 "foreign-types 0.3.2",
11578 "libc",
11579 "once_cell",
11580 "openssl-macros",
11581 "openssl-sys",
11582]
11583
11584[[package]]
11585name = "openssl-macros"
11586version = "0.1.1"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11589dependencies = [
11590 "proc-macro2",
11591 "quote",
11592 "syn 2.0.117",
11593]
11594
11595[[package]]
11596name = "openssl-probe"
11597version = "0.1.6"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11600
11601[[package]]
11602name = "openssl-sys"
11603version = "0.9.110"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11606dependencies = [
11607 "cc",
11608 "libc",
11609 "pkg-config",
11610 "vcpkg",
11611]
11612
11613[[package]]
11614name = "optfield"
11615version = "0.4.0"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11618dependencies = [
11619 "proc-macro2",
11620 "quote",
11621 "syn 2.0.117",
11622]
11623
11624[[package]]
11625name = "option-ext"
11626version = "0.2.0"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11629
11630[[package]]
11631name = "ordered-float"
11632version = "2.10.1"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11635dependencies = [
11636 "num-traits",
11637]
11638
11639[[package]]
11640name = "ordered-float"
11641version = "4.6.0"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11644dependencies = [
11645 "num-traits",
11646]
11647
11648[[package]]
11649name = "ordered-stream"
11650version = "0.2.0"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11653dependencies = [
11654 "futures-core",
11655 "pin-project-lite",
11656]
11657
11658[[package]]
11659name = "ouroboros"
11660version = "0.18.5"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11663dependencies = [
11664 "aliasable",
11665 "ouroboros_macro",
11666 "static_assertions",
11667]
11668
11669[[package]]
11670name = "ouroboros_macro"
11671version = "0.18.5"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11674dependencies = [
11675 "heck 0.4.1",
11676 "proc-macro2",
11677 "proc-macro2-diagnostics",
11678 "quote",
11679 "syn 2.0.117",
11680]
11681
11682[[package]]
11683name = "outline"
11684version = "0.1.0"
11685dependencies = [
11686 "editor",
11687 "fuzzy",
11688 "gpui",
11689 "indoc",
11690 "language",
11691 "lsp",
11692 "menu",
11693 "ordered-float 2.10.1",
11694 "picker",
11695 "project",
11696 "rope",
11697 "serde_json",
11698 "settings",
11699 "smol",
11700 "theme",
11701 "theme_settings",
11702 "ui",
11703 "util",
11704 "workspace",
11705 "zed_actions",
11706]
11707
11708[[package]]
11709name = "outline_panel"
11710version = "0.1.0"
11711dependencies = [
11712 "anyhow",
11713 "collections",
11714 "db",
11715 "editor",
11716 "file_icons",
11717 "fuzzy",
11718 "gpui",
11719 "itertools 0.14.0",
11720 "language",
11721 "log",
11722 "lsp",
11723 "menu",
11724 "outline",
11725 "pretty_assertions",
11726 "project",
11727 "search",
11728 "serde",
11729 "serde_json",
11730 "settings",
11731 "smallvec",
11732 "smol",
11733 "theme",
11734 "theme_settings",
11735 "ui",
11736 "util",
11737 "workspace",
11738 "worktree",
11739 "zed_actions",
11740]
11741
11742[[package]]
11743name = "outref"
11744version = "0.5.2"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11747
11748[[package]]
11749name = "p256"
11750version = "0.11.1"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11753dependencies = [
11754 "ecdsa",
11755 "elliptic-curve",
11756 "sha2",
11757]
11758
11759[[package]]
11760name = "page_size"
11761version = "0.6.0"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11764dependencies = [
11765 "libc",
11766 "winapi",
11767]
11768
11769[[package]]
11770name = "palette"
11771version = "0.7.6"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11774dependencies = [
11775 "approx",
11776 "fast-srgb8",
11777 "palette_derive",
11778]
11779
11780[[package]]
11781name = "palette_derive"
11782version = "0.7.6"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11785dependencies = [
11786 "by_address",
11787 "proc-macro2",
11788 "quote",
11789 "syn 2.0.117",
11790]
11791
11792[[package]]
11793name = "panel"
11794version = "0.1.0"
11795dependencies = [
11796 "gpui",
11797 "ui",
11798 "workspace",
11799]
11800
11801[[package]]
11802name = "parking"
11803version = "2.2.1"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11806
11807[[package]]
11808name = "parking_lot"
11809version = "0.12.5"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11812dependencies = [
11813 "lock_api",
11814 "parking_lot_core",
11815]
11816
11817[[package]]
11818name = "parking_lot_core"
11819version = "0.9.12"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11822dependencies = [
11823 "cfg-if",
11824 "libc",
11825 "redox_syscall 0.5.18",
11826 "smallvec",
11827 "windows-link 0.2.1",
11828]
11829
11830[[package]]
11831name = "parse_int"
11832version = "0.9.0"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11835dependencies = [
11836 "num-traits",
11837]
11838
11839[[package]]
11840name = "partial-json-fixer"
11841version = "0.5.3"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11844
11845[[package]]
11846name = "password-hash"
11847version = "0.4.2"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11850dependencies = [
11851 "base64ct",
11852 "rand_core 0.6.4",
11853 "subtle",
11854]
11855
11856[[package]]
11857name = "paste"
11858version = "1.0.15"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11861
11862[[package]]
11863name = "pathdiff"
11864version = "0.2.3"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11867
11868[[package]]
11869name = "pathfinder_geometry"
11870version = "0.5.1"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11873dependencies = [
11874 "log",
11875 "pathfinder_simd",
11876]
11877
11878[[package]]
11879name = "pathfinder_simd"
11880version = "0.5.5"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11883dependencies = [
11884 "rustc_version",
11885]
11886
11887[[package]]
11888name = "paths"
11889version = "0.1.0"
11890dependencies = [
11891 "dirs 4.0.0",
11892 "ignore",
11893 "util",
11894]
11895
11896[[package]]
11897name = "pbjson"
11898version = "0.6.0"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11901dependencies = [
11902 "base64 0.21.7",
11903 "serde",
11904]
11905
11906[[package]]
11907name = "pbjson-build"
11908version = "0.6.2"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11911dependencies = [
11912 "heck 0.4.1",
11913 "itertools 0.11.0",
11914 "prost 0.12.6",
11915 "prost-types 0.12.6",
11916]
11917
11918[[package]]
11919name = "pbjson-types"
11920version = "0.6.0"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11923dependencies = [
11924 "bytes 1.11.1",
11925 "chrono",
11926 "pbjson",
11927 "pbjson-build",
11928 "prost 0.12.6",
11929 "prost-build 0.12.6",
11930 "serde",
11931]
11932
11933[[package]]
11934name = "pbkdf2"
11935version = "0.11.0"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11938dependencies = [
11939 "digest",
11940 "hmac",
11941 "password-hash",
11942 "sha2",
11943]
11944
11945[[package]]
11946name = "pbkdf2"
11947version = "0.12.2"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11950dependencies = [
11951 "digest",
11952 "hmac",
11953]
11954
11955[[package]]
11956name = "pciid-parser"
11957version = "0.8.0"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11960
11961[[package]]
11962name = "peg"
11963version = "0.8.5"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
11966dependencies = [
11967 "peg-macros",
11968 "peg-runtime",
11969]
11970
11971[[package]]
11972name = "peg-macros"
11973version = "0.8.5"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
11976dependencies = [
11977 "peg-runtime",
11978 "proc-macro2",
11979 "quote",
11980]
11981
11982[[package]]
11983name = "peg-runtime"
11984version = "0.8.5"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
11987
11988[[package]]
11989name = "pem"
11990version = "3.0.6"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
11993dependencies = [
11994 "base64 0.22.1",
11995 "serde_core",
11996]
11997
11998[[package]]
11999name = "pem-rfc7468"
12000version = "0.7.0"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12003dependencies = [
12004 "base64ct",
12005]
12006
12007[[package]]
12008name = "percent-encoding"
12009version = "2.3.2"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12012
12013[[package]]
12014name = "perf"
12015version = "0.1.0"
12016dependencies = [
12017 "collections",
12018 "serde",
12019 "serde_json",
12020]
12021
12022[[package]]
12023name = "pest"
12024version = "2.8.3"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12027dependencies = [
12028 "memchr",
12029 "ucd-trie",
12030]
12031
12032[[package]]
12033name = "pest_derive"
12034version = "2.8.3"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12037dependencies = [
12038 "pest",
12039 "pest_generator",
12040]
12041
12042[[package]]
12043name = "pest_generator"
12044version = "2.8.3"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12047dependencies = [
12048 "pest",
12049 "pest_meta",
12050 "proc-macro2",
12051 "quote",
12052 "syn 2.0.117",
12053]
12054
12055[[package]]
12056name = "pest_meta"
12057version = "2.8.3"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12060dependencies = [
12061 "pest",
12062 "sha2",
12063]
12064
12065[[package]]
12066name = "pet"
12067version = "0.1.0"
12068source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12069dependencies = [
12070 "clap",
12071 "env_logger 0.10.2",
12072 "lazy_static",
12073 "log",
12074 "msvc_spectre_libs",
12075 "pet-conda",
12076 "pet-core",
12077 "pet-env-var-path",
12078 "pet-fs",
12079 "pet-global-virtualenvs",
12080 "pet-homebrew",
12081 "pet-jsonrpc",
12082 "pet-linux-global-python",
12083 "pet-mac-commandlinetools",
12084 "pet-mac-python-org",
12085 "pet-mac-xcode",
12086 "pet-pipenv",
12087 "pet-pixi",
12088 "pet-poetry",
12089 "pet-pyenv",
12090 "pet-python-utils",
12091 "pet-reporter",
12092 "pet-telemetry",
12093 "pet-uv",
12094 "pet-venv",
12095 "pet-virtualenv",
12096 "pet-virtualenvwrapper",
12097 "pet-windows-registry",
12098 "pet-windows-store",
12099 "pet-winpython",
12100 "serde",
12101 "serde_json",
12102 "tracing",
12103 "tracing-subscriber",
12104 "winresource",
12105]
12106
12107[[package]]
12108name = "pet-conda"
12109version = "0.1.0"
12110source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12111dependencies = [
12112 "env_logger 0.10.2",
12113 "lazy_static",
12114 "log",
12115 "msvc_spectre_libs",
12116 "pet-core",
12117 "pet-fs",
12118 "pet-python-utils",
12119 "pet-reporter",
12120 "rayon",
12121 "regex",
12122 "serde",
12123 "serde_json",
12124 "yaml-rust2",
12125]
12126
12127[[package]]
12128name = "pet-core"
12129version = "0.1.0"
12130source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12131dependencies = [
12132 "clap",
12133 "lazy_static",
12134 "log",
12135 "msvc_spectre_libs",
12136 "pet-fs",
12137 "regex",
12138 "serde",
12139 "serde_json",
12140]
12141
12142[[package]]
12143name = "pet-env-var-path"
12144version = "0.1.0"
12145source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12146dependencies = [
12147 "lazy_static",
12148 "log",
12149 "msvc_spectre_libs",
12150 "pet-conda",
12151 "pet-core",
12152 "pet-fs",
12153 "pet-python-utils",
12154 "pet-virtualenv",
12155 "regex",
12156]
12157
12158[[package]]
12159name = "pet-fs"
12160version = "0.1.0"
12161source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12162dependencies = [
12163 "glob",
12164 "log",
12165 "msvc_spectre_libs",
12166 "windows-sys 0.59.0",
12167]
12168
12169[[package]]
12170name = "pet-global-virtualenvs"
12171version = "0.1.0"
12172source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12173dependencies = [
12174 "log",
12175 "msvc_spectre_libs",
12176 "pet-conda",
12177 "pet-core",
12178 "pet-fs",
12179 "pet-virtualenv",
12180]
12181
12182[[package]]
12183name = "pet-homebrew"
12184version = "0.1.0"
12185source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12186dependencies = [
12187 "lazy_static",
12188 "log",
12189 "msvc_spectre_libs",
12190 "pet-conda",
12191 "pet-core",
12192 "pet-fs",
12193 "pet-python-utils",
12194 "pet-virtualenv",
12195 "rayon",
12196 "regex",
12197 "serde",
12198 "serde_json",
12199]
12200
12201[[package]]
12202name = "pet-jsonrpc"
12203version = "0.1.0"
12204source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12205dependencies = [
12206 "env_logger 0.10.2",
12207 "log",
12208 "msvc_spectre_libs",
12209 "pet-core",
12210 "serde",
12211 "serde_json",
12212]
12213
12214[[package]]
12215name = "pet-linux-global-python"
12216version = "0.1.0"
12217source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12218dependencies = [
12219 "log",
12220 "msvc_spectre_libs",
12221 "pet-core",
12222 "pet-fs",
12223 "pet-python-utils",
12224 "pet-virtualenv",
12225]
12226
12227[[package]]
12228name = "pet-mac-commandlinetools"
12229version = "0.1.0"
12230source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12231dependencies = [
12232 "log",
12233 "msvc_spectre_libs",
12234 "pet-core",
12235 "pet-fs",
12236 "pet-python-utils",
12237 "pet-virtualenv",
12238]
12239
12240[[package]]
12241name = "pet-mac-python-org"
12242version = "0.1.0"
12243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12244dependencies = [
12245 "log",
12246 "msvc_spectre_libs",
12247 "pet-core",
12248 "pet-fs",
12249 "pet-python-utils",
12250 "pet-virtualenv",
12251]
12252
12253[[package]]
12254name = "pet-mac-xcode"
12255version = "0.1.0"
12256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12257dependencies = [
12258 "log",
12259 "msvc_spectre_libs",
12260 "pet-core",
12261 "pet-fs",
12262 "pet-python-utils",
12263 "pet-virtualenv",
12264]
12265
12266[[package]]
12267name = "pet-pipenv"
12268version = "0.1.0"
12269source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12270dependencies = [
12271 "lazy_static",
12272 "log",
12273 "msvc_spectre_libs",
12274 "pet-core",
12275 "pet-fs",
12276 "pet-python-utils",
12277 "pet-virtualenv",
12278 "regex",
12279]
12280
12281[[package]]
12282name = "pet-pixi"
12283version = "0.1.0"
12284source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12285dependencies = [
12286 "log",
12287 "msvc_spectre_libs",
12288 "pet-conda",
12289 "pet-core",
12290 "pet-python-utils",
12291]
12292
12293[[package]]
12294name = "pet-poetry"
12295version = "0.1.0"
12296source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12297dependencies = [
12298 "base64 0.22.1",
12299 "lazy_static",
12300 "log",
12301 "msvc_spectre_libs",
12302 "pet-core",
12303 "pet-fs",
12304 "pet-python-utils",
12305 "pet-reporter",
12306 "pet-virtualenv",
12307 "regex",
12308 "serde",
12309 "serde_json",
12310 "sha2",
12311 "toml 0.8.23",
12312]
12313
12314[[package]]
12315name = "pet-pyenv"
12316version = "0.1.0"
12317source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12318dependencies = [
12319 "lazy_static",
12320 "log",
12321 "msvc_spectre_libs",
12322 "pet-conda",
12323 "pet-core",
12324 "pet-fs",
12325 "pet-python-utils",
12326 "pet-reporter",
12327 "regex",
12328 "serde",
12329 "serde_json",
12330]
12331
12332[[package]]
12333name = "pet-python-utils"
12334version = "0.1.0"
12335source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12336dependencies = [
12337 "env_logger 0.10.2",
12338 "lazy_static",
12339 "log",
12340 "msvc_spectre_libs",
12341 "pet-core",
12342 "pet-fs",
12343 "regex",
12344 "serde",
12345 "serde_json",
12346 "sha2",
12347]
12348
12349[[package]]
12350name = "pet-reporter"
12351version = "0.1.0"
12352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12353dependencies = [
12354 "env_logger 0.10.2",
12355 "log",
12356 "msvc_spectre_libs",
12357 "pet-core",
12358 "pet-jsonrpc",
12359 "serde",
12360 "serde_json",
12361]
12362
12363[[package]]
12364name = "pet-telemetry"
12365version = "0.1.0"
12366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12367dependencies = [
12368 "env_logger 0.10.2",
12369 "lazy_static",
12370 "log",
12371 "msvc_spectre_libs",
12372 "pet-core",
12373 "pet-fs",
12374 "pet-python-utils",
12375 "regex",
12376]
12377
12378[[package]]
12379name = "pet-uv"
12380version = "0.1.0"
12381source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12382dependencies = [
12383 "log",
12384 "pet-core",
12385 "pet-python-utils",
12386 "serde",
12387 "toml 0.9.8",
12388]
12389
12390[[package]]
12391name = "pet-venv"
12392version = "0.1.0"
12393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12394dependencies = [
12395 "log",
12396 "msvc_spectre_libs",
12397 "pet-core",
12398 "pet-python-utils",
12399 "pet-virtualenv",
12400]
12401
12402[[package]]
12403name = "pet-virtualenv"
12404version = "0.1.0"
12405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12406dependencies = [
12407 "log",
12408 "msvc_spectre_libs",
12409 "pet-core",
12410 "pet-fs",
12411 "pet-python-utils",
12412]
12413
12414[[package]]
12415name = "pet-virtualenvwrapper"
12416version = "0.1.0"
12417source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12418dependencies = [
12419 "log",
12420 "msvc_spectre_libs",
12421 "pet-core",
12422 "pet-fs",
12423 "pet-python-utils",
12424 "pet-virtualenv",
12425]
12426
12427[[package]]
12428name = "pet-windows-registry"
12429version = "0.1.0"
12430source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12431dependencies = [
12432 "lazy_static",
12433 "log",
12434 "msvc_spectre_libs",
12435 "pet-conda",
12436 "pet-core",
12437 "pet-fs",
12438 "pet-python-utils",
12439 "pet-virtualenv",
12440 "pet-windows-store",
12441 "regex",
12442 "winreg 0.55.0",
12443]
12444
12445[[package]]
12446name = "pet-windows-store"
12447version = "0.1.0"
12448source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12449dependencies = [
12450 "lazy_static",
12451 "log",
12452 "msvc_spectre_libs",
12453 "pet-core",
12454 "pet-fs",
12455 "pet-python-utils",
12456 "pet-virtualenv",
12457 "regex",
12458 "winreg 0.55.0",
12459]
12460
12461[[package]]
12462name = "pet-winpython"
12463version = "0.1.0"
12464source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12465dependencies = [
12466 "lazy_static",
12467 "log",
12468 "pet-core",
12469 "pet-fs",
12470 "pet-python-utils",
12471 "pet-virtualenv",
12472 "regex",
12473]
12474
12475[[package]]
12476name = "petgraph"
12477version = "0.6.5"
12478source = "registry+https://github.com/rust-lang/crates.io-index"
12479checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12480dependencies = [
12481 "fixedbitset 0.4.2",
12482 "indexmap",
12483]
12484
12485[[package]]
12486name = "pgvector"
12487version = "0.4.1"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12490dependencies = [
12491 "serde",
12492]
12493
12494[[package]]
12495name = "phf"
12496version = "0.11.3"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12499dependencies = [
12500 "phf_macros 0.11.3",
12501 "phf_shared 0.11.3",
12502]
12503
12504[[package]]
12505name = "phf"
12506version = "0.12.1"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12509dependencies = [
12510 "phf_macros 0.12.1",
12511 "phf_shared 0.12.1",
12512]
12513
12514[[package]]
12515name = "phf_codegen"
12516version = "0.11.3"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12519dependencies = [
12520 "phf_generator 0.11.3",
12521 "phf_shared 0.11.3",
12522]
12523
12524[[package]]
12525name = "phf_generator"
12526version = "0.11.3"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12529dependencies = [
12530 "phf_shared 0.11.3",
12531 "rand 0.8.5",
12532]
12533
12534[[package]]
12535name = "phf_generator"
12536version = "0.12.1"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12539dependencies = [
12540 "fastrand 2.3.0",
12541 "phf_shared 0.12.1",
12542]
12543
12544[[package]]
12545name = "phf_macros"
12546version = "0.11.3"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12549dependencies = [
12550 "phf_generator 0.11.3",
12551 "phf_shared 0.11.3",
12552 "proc-macro2",
12553 "quote",
12554 "syn 2.0.117",
12555]
12556
12557[[package]]
12558name = "phf_macros"
12559version = "0.12.1"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12562dependencies = [
12563 "phf_generator 0.12.1",
12564 "phf_shared 0.12.1",
12565 "proc-macro2",
12566 "quote",
12567 "syn 2.0.117",
12568]
12569
12570[[package]]
12571name = "phf_shared"
12572version = "0.11.3"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12575dependencies = [
12576 "siphasher 1.0.1",
12577]
12578
12579[[package]]
12580name = "phf_shared"
12581version = "0.12.1"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12584dependencies = [
12585 "siphasher 1.0.1",
12586]
12587
12588[[package]]
12589name = "picker"
12590version = "0.1.0"
12591dependencies = [
12592 "anyhow",
12593 "editor",
12594 "gpui",
12595 "menu",
12596 "schemars",
12597 "serde",
12598 "settings",
12599 "theme",
12600 "theme_settings",
12601 "ui",
12602 "ui_input",
12603 "workspace",
12604 "zed_actions",
12605]
12606
12607[[package]]
12608name = "pico-args"
12609version = "0.5.0"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12612
12613[[package]]
12614name = "pin-project"
12615version = "1.1.10"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12618dependencies = [
12619 "pin-project-internal",
12620]
12621
12622[[package]]
12623name = "pin-project-internal"
12624version = "1.1.10"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12627dependencies = [
12628 "proc-macro2",
12629 "quote",
12630 "syn 2.0.117",
12631]
12632
12633[[package]]
12634name = "pin-project-lite"
12635version = "0.2.16"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12638
12639[[package]]
12640name = "pin-utils"
12641version = "0.1.0"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12644
12645[[package]]
12646name = "piper"
12647version = "0.2.4"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12650dependencies = [
12651 "atomic-waker",
12652 "fastrand 2.3.0",
12653 "futures-io",
12654]
12655
12656[[package]]
12657name = "pkcs1"
12658version = "0.7.5"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12661dependencies = [
12662 "der 0.7.10",
12663 "pkcs8 0.10.2",
12664 "spki 0.7.3",
12665]
12666
12667[[package]]
12668name = "pkcs8"
12669version = "0.9.0"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12672dependencies = [
12673 "der 0.6.1",
12674 "spki 0.6.0",
12675]
12676
12677[[package]]
12678name = "pkcs8"
12679version = "0.10.2"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12682dependencies = [
12683 "der 0.7.10",
12684 "spki 0.7.3",
12685]
12686
12687[[package]]
12688name = "pkg-config"
12689version = "0.3.32"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12692
12693[[package]]
12694name = "plain"
12695version = "0.2.3"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12698
12699[[package]]
12700name = "platform_title_bar"
12701version = "0.1.0"
12702dependencies = [
12703 "feature_flags",
12704 "gpui",
12705 "project",
12706 "settings",
12707 "smallvec",
12708 "theme",
12709 "theme_settings",
12710 "ui",
12711 "windows 0.61.3",
12712 "workspace",
12713 "zed_actions",
12714]
12715
12716[[package]]
12717name = "plist"
12718version = "1.8.0"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12721dependencies = [
12722 "base64 0.22.1",
12723 "indexmap",
12724 "quick-xml 0.38.3",
12725 "serde",
12726 "time",
12727]
12728
12729[[package]]
12730name = "plotters"
12731version = "0.3.7"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12734dependencies = [
12735 "num-traits",
12736 "plotters-backend",
12737 "plotters-svg",
12738 "wasm-bindgen",
12739 "web-sys",
12740]
12741
12742[[package]]
12743name = "plotters-backend"
12744version = "0.3.7"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12747
12748[[package]]
12749name = "plotters-svg"
12750version = "0.3.7"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12753dependencies = [
12754 "plotters-backend",
12755]
12756
12757[[package]]
12758name = "png"
12759version = "0.17.16"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12762dependencies = [
12763 "bitflags 1.3.2",
12764 "crc32fast",
12765 "fdeflate",
12766 "flate2",
12767 "miniz_oxide",
12768]
12769
12770[[package]]
12771name = "png"
12772version = "0.18.0"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12775dependencies = [
12776 "bitflags 2.10.0",
12777 "crc32fast",
12778 "fdeflate",
12779 "flate2",
12780 "miniz_oxide",
12781]
12782
12783[[package]]
12784name = "polling"
12785version = "3.11.0"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12788dependencies = [
12789 "cfg-if",
12790 "concurrent-queue",
12791 "hermit-abi",
12792 "pin-project-lite",
12793 "rustix 1.1.2",
12794 "windows-sys 0.61.2",
12795]
12796
12797[[package]]
12798name = "pollster"
12799version = "0.2.5"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12802
12803[[package]]
12804name = "pollster"
12805version = "0.4.0"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12808
12809[[package]]
12810name = "pori"
12811version = "0.0.0"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12814dependencies = [
12815 "nom 7.1.3",
12816]
12817
12818[[package]]
12819name = "portable-atomic"
12820version = "1.11.1"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12823
12824[[package]]
12825name = "portable-atomic-util"
12826version = "0.2.4"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12829dependencies = [
12830 "portable-atomic",
12831]
12832
12833[[package]]
12834name = "portable-pty"
12835version = "0.9.0"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12838dependencies = [
12839 "anyhow",
12840 "bitflags 1.3.2",
12841 "downcast-rs",
12842 "filedescriptor",
12843 "lazy_static",
12844 "libc",
12845 "log",
12846 "nix 0.28.0",
12847 "serial2",
12848 "shared_library",
12849 "shell-words",
12850 "winapi",
12851 "winreg 0.10.1",
12852]
12853
12854[[package]]
12855name = "postage"
12856version = "0.5.0"
12857source = "registry+https://github.com/rust-lang/crates.io-index"
12858checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12859dependencies = [
12860 "atomic",
12861 "crossbeam-queue",
12862 "futures 0.3.31",
12863 "log",
12864 "parking_lot",
12865 "pin-project",
12866 "pollster 0.2.5",
12867 "static_assertions",
12868 "thiserror 1.0.69",
12869]
12870
12871[[package]]
12872name = "postcard"
12873version = "1.1.3"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12876dependencies = [
12877 "cobs",
12878 "embedded-io 0.4.0",
12879 "embedded-io 0.6.1",
12880 "serde",
12881]
12882
12883[[package]]
12884name = "potential_utf"
12885version = "0.1.3"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12888dependencies = [
12889 "zerovec",
12890]
12891
12892[[package]]
12893name = "powerfmt"
12894version = "0.2.0"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12897
12898[[package]]
12899name = "ppv-lite86"
12900version = "0.2.21"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12903dependencies = [
12904 "zerocopy",
12905]
12906
12907[[package]]
12908name = "precomputed-hash"
12909version = "0.1.1"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12912
12913[[package]]
12914name = "presser"
12915version = "0.3.1"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12918
12919[[package]]
12920name = "prettier"
12921version = "0.1.0"
12922dependencies = [
12923 "anyhow",
12924 "collections",
12925 "fs",
12926 "gpui",
12927 "language",
12928 "log",
12929 "lsp",
12930 "node_runtime",
12931 "parking_lot",
12932 "paths",
12933 "serde",
12934 "serde_json",
12935 "util",
12936]
12937
12938[[package]]
12939name = "pretty_assertions"
12940version = "1.4.1"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12943dependencies = [
12944 "diff",
12945 "yansi",
12946]
12947
12948[[package]]
12949name = "prettyplease"
12950version = "0.2.37"
12951source = "registry+https://github.com/rust-lang/crates.io-index"
12952checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
12953dependencies = [
12954 "proc-macro2",
12955 "syn 2.0.117",
12956]
12957
12958[[package]]
12959name = "primal-check"
12960version = "0.3.4"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12963dependencies = [
12964 "num-integer",
12965]
12966
12967[[package]]
12968name = "proc-macro-crate"
12969version = "3.4.0"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
12972dependencies = [
12973 "toml_edit 0.23.7",
12974]
12975
12976[[package]]
12977name = "proc-macro-error"
12978version = "1.0.4"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
12981dependencies = [
12982 "proc-macro-error-attr",
12983 "proc-macro2",
12984 "quote",
12985 "syn 1.0.109",
12986 "version_check",
12987]
12988
12989[[package]]
12990name = "proc-macro-error-attr"
12991version = "1.0.4"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
12994dependencies = [
12995 "proc-macro2",
12996 "quote",
12997 "version_check",
12998]
12999
13000[[package]]
13001name = "proc-macro-error-attr2"
13002version = "2.0.0"
13003source = "registry+https://github.com/rust-lang/crates.io-index"
13004checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13005dependencies = [
13006 "proc-macro2",
13007 "quote",
13008]
13009
13010[[package]]
13011name = "proc-macro-error2"
13012version = "2.0.1"
13013source = "registry+https://github.com/rust-lang/crates.io-index"
13014checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13015dependencies = [
13016 "proc-macro-error-attr2",
13017 "proc-macro2",
13018 "quote",
13019 "syn 2.0.117",
13020]
13021
13022[[package]]
13023name = "proc-macro2"
13024version = "1.0.101"
13025source = "registry+https://github.com/rust-lang/crates.io-index"
13026checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13027dependencies = [
13028 "unicode-ident",
13029]
13030
13031[[package]]
13032name = "proc-macro2-diagnostics"
13033version = "0.10.1"
13034source = "registry+https://github.com/rust-lang/crates.io-index"
13035checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13036dependencies = [
13037 "proc-macro2",
13038 "quote",
13039 "syn 2.0.117",
13040 "version_check",
13041 "yansi",
13042]
13043
13044[[package]]
13045name = "procfs-core"
13046version = "0.17.0"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13049dependencies = [
13050 "bitflags 2.10.0",
13051 "hex",
13052 "serde",
13053]
13054
13055[[package]]
13056name = "profiling"
13057version = "1.0.17"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13060dependencies = [
13061 "profiling-procmacros",
13062]
13063
13064[[package]]
13065name = "profiling-procmacros"
13066version = "1.0.17"
13067source = "registry+https://github.com/rust-lang/crates.io-index"
13068checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13069dependencies = [
13070 "quote",
13071 "syn 2.0.117",
13072]
13073
13074[[package]]
13075name = "project"
13076version = "0.1.0"
13077dependencies = [
13078 "aho-corasick",
13079 "anyhow",
13080 "askpass",
13081 "async-trait",
13082 "base64 0.22.1",
13083 "buffer_diff",
13084 "circular-buffer",
13085 "client",
13086 "clock",
13087 "collections",
13088 "context_server",
13089 "credentials_provider",
13090 "dap",
13091 "encoding_rs",
13092 "extension",
13093 "fancy-regex 0.17.0",
13094 "fs",
13095 "futures 0.3.31",
13096 "fuzzy",
13097 "git",
13098 "git2",
13099 "git_hosting_providers",
13100 "globset",
13101 "gpui",
13102 "http_client",
13103 "image",
13104 "indexmap",
13105 "itertools 0.14.0",
13106 "language",
13107 "log",
13108 "lsp",
13109 "markdown",
13110 "node_runtime",
13111 "parking_lot",
13112 "paths",
13113 "percent-encoding",
13114 "postage",
13115 "prettier",
13116 "pretty_assertions",
13117 "project",
13118 "rand 0.9.2",
13119 "regex",
13120 "release_channel",
13121 "remote",
13122 "rpc",
13123 "schemars",
13124 "semver",
13125 "serde",
13126 "serde_json",
13127 "settings",
13128 "sha2",
13129 "shellexpand 2.1.2",
13130 "smallvec",
13131 "smol",
13132 "snippet",
13133 "snippet_provider",
13134 "sum_tree",
13135 "task",
13136 "tempfile",
13137 "terminal",
13138 "text",
13139 "toml 0.8.23",
13140 "tracing",
13141 "unindent",
13142 "url",
13143 "util",
13144 "watch",
13145 "wax",
13146 "which 6.0.3",
13147 "worktree",
13148 "zeroize",
13149 "zlog",
13150 "ztracing",
13151]
13152
13153[[package]]
13154name = "project_benchmarks"
13155version = "0.1.0"
13156dependencies = [
13157 "anyhow",
13158 "askpass",
13159 "clap",
13160 "client",
13161 "futures 0.3.31",
13162 "gpui",
13163 "gpui_platform",
13164 "http_client",
13165 "language",
13166 "node_runtime",
13167 "project",
13168 "release_channel",
13169 "remote",
13170 "rpassword",
13171 "semver",
13172 "settings",
13173 "watch",
13174]
13175
13176[[package]]
13177name = "project_panel"
13178version = "0.1.0"
13179dependencies = [
13180 "anyhow",
13181 "client",
13182 "collections",
13183 "command_palette_hooks",
13184 "criterion",
13185 "editor",
13186 "feature_flags",
13187 "file_icons",
13188 "git",
13189 "git_ui",
13190 "gpui",
13191 "itertools 0.14.0",
13192 "language",
13193 "menu",
13194 "notifications",
13195 "pretty_assertions",
13196 "project",
13197 "rayon",
13198 "remote_connection",
13199 "schemars",
13200 "search",
13201 "serde",
13202 "serde_json",
13203 "settings",
13204 "smallvec",
13205 "telemetry",
13206 "tempfile",
13207 "theme",
13208 "theme_settings",
13209 "ui",
13210 "util",
13211 "workspace",
13212 "worktree",
13213 "zed_actions",
13214]
13215
13216[[package]]
13217name = "project_symbols"
13218version = "0.1.0"
13219dependencies = [
13220 "anyhow",
13221 "editor",
13222 "futures 0.3.31",
13223 "fuzzy",
13224 "gpui",
13225 "language",
13226 "lsp",
13227 "ordered-float 2.10.1",
13228 "picker",
13229 "project",
13230 "release_channel",
13231 "semver",
13232 "serde_json",
13233 "settings",
13234 "theme",
13235 "theme_settings",
13236 "util",
13237 "workspace",
13238]
13239
13240[[package]]
13241name = "prometheus"
13242version = "0.14.0"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13245dependencies = [
13246 "cfg-if",
13247 "fnv",
13248 "lazy_static",
13249 "memchr",
13250 "parking_lot",
13251 "protobuf",
13252 "thiserror 2.0.17",
13253]
13254
13255[[package]]
13256name = "prompt_store"
13257version = "0.1.0"
13258dependencies = [
13259 "anyhow",
13260 "assets",
13261 "chrono",
13262 "collections",
13263 "fs",
13264 "futures 0.3.31",
13265 "fuzzy",
13266 "gpui",
13267 "handlebars 4.5.0",
13268 "heed",
13269 "language",
13270 "log",
13271 "parking_lot",
13272 "paths",
13273 "rope",
13274 "serde",
13275 "strum 0.27.2",
13276 "tempfile",
13277 "text",
13278 "util",
13279 "uuid",
13280]
13281
13282[[package]]
13283name = "proptest"
13284version = "1.10.0"
13285source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13286dependencies = [
13287 "bit-set 0.8.0",
13288 "bit-vec 0.8.0",
13289 "bitflags 2.10.0",
13290 "num-traits",
13291 "proptest-macro",
13292 "rand 0.9.2",
13293 "rand_chacha 0.9.0",
13294 "rand_xorshift",
13295 "regex-syntax",
13296 "rusty-fork",
13297 "tempfile",
13298 "unarray",
13299]
13300
13301[[package]]
13302name = "proptest-derive"
13303version = "0.8.0"
13304source = "registry+https://github.com/rust-lang/crates.io-index"
13305checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13306dependencies = [
13307 "proc-macro2",
13308 "quote",
13309 "syn 2.0.117",
13310]
13311
13312[[package]]
13313name = "proptest-macro"
13314version = "0.5.0"
13315source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13316dependencies = [
13317 "convert_case 0.11.0",
13318 "proc-macro2",
13319 "quote",
13320 "syn 2.0.117",
13321]
13322
13323[[package]]
13324name = "prost"
13325version = "0.9.0"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13328dependencies = [
13329 "bytes 1.11.1",
13330 "prost-derive 0.9.0",
13331]
13332
13333[[package]]
13334name = "prost"
13335version = "0.12.6"
13336source = "registry+https://github.com/rust-lang/crates.io-index"
13337checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13338dependencies = [
13339 "bytes 1.11.1",
13340 "prost-derive 0.12.6",
13341]
13342
13343[[package]]
13344name = "prost-build"
13345version = "0.9.0"
13346source = "registry+https://github.com/rust-lang/crates.io-index"
13347checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13348dependencies = [
13349 "bytes 1.11.1",
13350 "heck 0.3.3",
13351 "itertools 0.10.5",
13352 "lazy_static",
13353 "log",
13354 "multimap",
13355 "petgraph",
13356 "prost 0.9.0",
13357 "prost-types 0.9.0",
13358 "regex",
13359 "tempfile",
13360 "which 4.4.2",
13361]
13362
13363[[package]]
13364name = "prost-build"
13365version = "0.12.6"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13368dependencies = [
13369 "bytes 1.11.1",
13370 "heck 0.5.0",
13371 "itertools 0.12.1",
13372 "log",
13373 "multimap",
13374 "once_cell",
13375 "petgraph",
13376 "prettyplease",
13377 "prost 0.12.6",
13378 "prost-types 0.12.6",
13379 "regex",
13380 "syn 2.0.117",
13381 "tempfile",
13382]
13383
13384[[package]]
13385name = "prost-derive"
13386version = "0.9.0"
13387source = "registry+https://github.com/rust-lang/crates.io-index"
13388checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13389dependencies = [
13390 "anyhow",
13391 "itertools 0.10.5",
13392 "proc-macro2",
13393 "quote",
13394 "syn 1.0.109",
13395]
13396
13397[[package]]
13398name = "prost-derive"
13399version = "0.12.6"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13402dependencies = [
13403 "anyhow",
13404 "itertools 0.12.1",
13405 "proc-macro2",
13406 "quote",
13407 "syn 2.0.117",
13408]
13409
13410[[package]]
13411name = "prost-types"
13412version = "0.9.0"
13413source = "registry+https://github.com/rust-lang/crates.io-index"
13414checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13415dependencies = [
13416 "bytes 1.11.1",
13417 "prost 0.9.0",
13418]
13419
13420[[package]]
13421name = "prost-types"
13422version = "0.12.6"
13423source = "registry+https://github.com/rust-lang/crates.io-index"
13424checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13425dependencies = [
13426 "prost 0.12.6",
13427]
13428
13429[[package]]
13430name = "proto"
13431version = "0.1.0"
13432dependencies = [
13433 "anyhow",
13434 "prost 0.9.0",
13435 "prost-build 0.9.0",
13436 "serde",
13437]
13438
13439[[package]]
13440name = "protobuf"
13441version = "3.7.2"
13442source = "registry+https://github.com/rust-lang/crates.io-index"
13443checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13444dependencies = [
13445 "once_cell",
13446 "protobuf-support",
13447 "thiserror 1.0.69",
13448]
13449
13450[[package]]
13451name = "protobuf-support"
13452version = "3.7.2"
13453source = "registry+https://github.com/rust-lang/crates.io-index"
13454checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13455dependencies = [
13456 "thiserror 1.0.69",
13457]
13458
13459[[package]]
13460name = "psm"
13461version = "0.1.30"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13464dependencies = [
13465 "ar_archive_writer",
13466 "cc",
13467]
13468
13469[[package]]
13470name = "ptr_meta"
13471version = "0.1.4"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13474dependencies = [
13475 "ptr_meta_derive",
13476]
13477
13478[[package]]
13479name = "ptr_meta_derive"
13480version = "0.1.4"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13483dependencies = [
13484 "proc-macro2",
13485 "quote",
13486 "syn 1.0.109",
13487]
13488
13489[[package]]
13490name = "pulldown-cmark"
13491version = "0.10.3"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13494dependencies = [
13495 "bitflags 2.10.0",
13496 "memchr",
13497 "pulldown-cmark-escape",
13498 "unicase",
13499]
13500
13501[[package]]
13502name = "pulldown-cmark"
13503version = "0.13.0"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13506dependencies = [
13507 "bitflags 2.10.0",
13508 "memchr",
13509 "unicase",
13510]
13511
13512[[package]]
13513name = "pulldown-cmark-escape"
13514version = "0.10.1"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13517
13518[[package]]
13519name = "pulley-interpreter"
13520version = "33.0.2"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13523dependencies = [
13524 "cranelift-bitset",
13525 "log",
13526 "wasmtime-math",
13527]
13528
13529[[package]]
13530name = "pulp"
13531version = "0.18.22"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13534dependencies = [
13535 "bytemuck",
13536 "libm",
13537 "num-complex",
13538 "reborrow",
13539]
13540
13541[[package]]
13542name = "pulp"
13543version = "0.21.5"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13546dependencies = [
13547 "bytemuck",
13548 "cfg-if",
13549 "libm",
13550 "num-complex",
13551 "reborrow",
13552 "version_check",
13553]
13554
13555[[package]]
13556name = "pxfm"
13557version = "0.1.25"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13560dependencies = [
13561 "num-traits",
13562]
13563
13564[[package]]
13565name = "qoi"
13566version = "0.4.1"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13569dependencies = [
13570 "bytemuck",
13571]
13572
13573[[package]]
13574name = "quick-error"
13575version = "1.2.3"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13578
13579[[package]]
13580name = "quick-error"
13581version = "2.0.1"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13584
13585[[package]]
13586name = "quick-xml"
13587version = "0.30.0"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13590dependencies = [
13591 "memchr",
13592]
13593
13594[[package]]
13595name = "quick-xml"
13596version = "0.37.5"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13599dependencies = [
13600 "memchr",
13601]
13602
13603[[package]]
13604name = "quick-xml"
13605version = "0.38.3"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13608dependencies = [
13609 "memchr",
13610]
13611
13612[[package]]
13613name = "quinn"
13614version = "0.11.9"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13617dependencies = [
13618 "bytes 1.11.1",
13619 "cfg_aliases 0.2.1",
13620 "pin-project-lite",
13621 "quinn-proto",
13622 "quinn-udp",
13623 "rustc-hash 2.1.1",
13624 "rustls 0.23.33",
13625 "socket2 0.6.1",
13626 "thiserror 2.0.17",
13627 "tokio",
13628 "tracing",
13629 "web-time",
13630]
13631
13632[[package]]
13633name = "quinn-proto"
13634version = "0.11.13"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13637dependencies = [
13638 "bytes 1.11.1",
13639 "getrandom 0.3.4",
13640 "lru-slab",
13641 "rand 0.9.2",
13642 "ring",
13643 "rustc-hash 2.1.1",
13644 "rustls 0.23.33",
13645 "rustls-pki-types",
13646 "slab",
13647 "thiserror 2.0.17",
13648 "tinyvec",
13649 "tracing",
13650 "web-time",
13651]
13652
13653[[package]]
13654name = "quinn-udp"
13655version = "0.5.14"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13658dependencies = [
13659 "cfg_aliases 0.2.1",
13660 "libc",
13661 "once_cell",
13662 "socket2 0.6.1",
13663 "tracing",
13664 "windows-sys 0.60.2",
13665]
13666
13667[[package]]
13668name = "quote"
13669version = "1.0.41"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13672dependencies = [
13673 "proc-macro2",
13674]
13675
13676[[package]]
13677name = "r-efi"
13678version = "5.3.0"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13681
13682[[package]]
13683name = "radium"
13684version = "0.7.0"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13687
13688[[package]]
13689name = "rand"
13690version = "0.3.23"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13693dependencies = [
13694 "libc",
13695 "rand 0.4.6",
13696]
13697
13698[[package]]
13699name = "rand"
13700version = "0.4.6"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13703dependencies = [
13704 "fuchsia-cprng",
13705 "libc",
13706 "rand_core 0.3.1",
13707 "rdrand",
13708 "winapi",
13709]
13710
13711[[package]]
13712name = "rand"
13713version = "0.8.5"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13716dependencies = [
13717 "libc",
13718 "rand_chacha 0.3.1",
13719 "rand_core 0.6.4",
13720]
13721
13722[[package]]
13723name = "rand"
13724version = "0.9.2"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13727dependencies = [
13728 "rand_chacha 0.9.0",
13729 "rand_core 0.9.3",
13730]
13731
13732[[package]]
13733name = "rand_chacha"
13734version = "0.3.1"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13737dependencies = [
13738 "ppv-lite86",
13739 "rand_core 0.6.4",
13740]
13741
13742[[package]]
13743name = "rand_chacha"
13744version = "0.9.0"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13747dependencies = [
13748 "ppv-lite86",
13749 "rand_core 0.9.3",
13750]
13751
13752[[package]]
13753name = "rand_core"
13754version = "0.3.1"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13757dependencies = [
13758 "rand_core 0.4.2",
13759]
13760
13761[[package]]
13762name = "rand_core"
13763version = "0.4.2"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13766
13767[[package]]
13768name = "rand_core"
13769version = "0.6.4"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13772dependencies = [
13773 "getrandom 0.2.16",
13774]
13775
13776[[package]]
13777name = "rand_core"
13778version = "0.9.3"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13781dependencies = [
13782 "getrandom 0.3.4",
13783]
13784
13785[[package]]
13786name = "rand_distr"
13787version = "0.5.1"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13790dependencies = [
13791 "num-traits",
13792 "rand 0.9.2",
13793]
13794
13795[[package]]
13796name = "rand_pcg"
13797version = "0.3.1"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13800dependencies = [
13801 "rand_core 0.6.4",
13802]
13803
13804[[package]]
13805name = "rand_xorshift"
13806version = "0.4.0"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13809dependencies = [
13810 "rand_core 0.9.3",
13811]
13812
13813[[package]]
13814name = "random_choice"
13815version = "0.3.2"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13818dependencies = [
13819 "rand 0.3.23",
13820]
13821
13822[[package]]
13823name = "range-alloc"
13824version = "0.1.4"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13827
13828[[package]]
13829name = "range-map"
13830version = "0.2.0"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13833dependencies = [
13834 "num-traits",
13835]
13836
13837[[package]]
13838name = "rangemap"
13839version = "1.7.1"
13840source = "registry+https://github.com/rust-lang/crates.io-index"
13841checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13842
13843[[package]]
13844name = "rav1e"
13845version = "0.7.1"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13848dependencies = [
13849 "arbitrary",
13850 "arg_enum_proc_macro",
13851 "arrayvec",
13852 "av1-grain",
13853 "bitstream-io",
13854 "built",
13855 "cfg-if",
13856 "interpolate_name",
13857 "itertools 0.12.1",
13858 "libc",
13859 "libfuzzer-sys",
13860 "log",
13861 "maybe-rayon",
13862 "new_debug_unreachable",
13863 "noop_proc_macro",
13864 "num-derive",
13865 "num-traits",
13866 "once_cell",
13867 "paste",
13868 "profiling",
13869 "rand 0.8.5",
13870 "rand_chacha 0.3.1",
13871 "simd_helpers",
13872 "system-deps 6.2.2",
13873 "thiserror 1.0.69",
13874 "v_frame",
13875 "wasm-bindgen",
13876]
13877
13878[[package]]
13879name = "ravif"
13880version = "0.11.20"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13883dependencies = [
13884 "avif-serialize",
13885 "imgref",
13886 "loop9",
13887 "quick-error 2.0.1",
13888 "rav1e",
13889 "rayon",
13890 "rgb",
13891]
13892
13893[[package]]
13894name = "raw-cpuid"
13895version = "10.7.0"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13898dependencies = [
13899 "bitflags 1.3.2",
13900]
13901
13902[[package]]
13903name = "raw-cpuid"
13904version = "11.6.0"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13907dependencies = [
13908 "bitflags 2.10.0",
13909]
13910
13911[[package]]
13912name = "raw-window-handle"
13913version = "0.6.2"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13916
13917[[package]]
13918name = "raw-window-metal"
13919version = "1.1.0"
13920source = "registry+https://github.com/rust-lang/crates.io-index"
13921checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
13922dependencies = [
13923 "objc2",
13924 "objc2-core-foundation",
13925 "objc2-foundation",
13926 "objc2-quartz-core",
13927]
13928
13929[[package]]
13930name = "rayon"
13931version = "1.11.0"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13934dependencies = [
13935 "either",
13936 "rayon-core",
13937]
13938
13939[[package]]
13940name = "rayon-core"
13941version = "1.13.0"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13944dependencies = [
13945 "crossbeam-deque",
13946 "crossbeam-utils",
13947]
13948
13949[[package]]
13950name = "rdrand"
13951version = "0.4.0"
13952source = "registry+https://github.com/rust-lang/crates.io-index"
13953checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
13954dependencies = [
13955 "rand_core 0.3.1",
13956]
13957
13958[[package]]
13959name = "read-fonts"
13960version = "0.35.0"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
13963dependencies = [
13964 "bytemuck",
13965 "font-types 0.10.0",
13966]
13967
13968[[package]]
13969name = "read-fonts"
13970version = "0.37.0"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
13973dependencies = [
13974 "bytemuck",
13975 "core_maths",
13976 "font-types 0.11.0",
13977]
13978
13979[[package]]
13980name = "realfft"
13981version = "3.5.0"
13982source = "registry+https://github.com/rust-lang/crates.io-index"
13983checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
13984dependencies = [
13985 "rustfft",
13986]
13987
13988[[package]]
13989name = "reborrow"
13990version = "0.5.5"
13991source = "registry+https://github.com/rust-lang/crates.io-index"
13992checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
13993
13994[[package]]
13995name = "recent_projects"
13996version = "0.1.0"
13997dependencies = [
13998 "anyhow",
13999 "askpass",
14000 "chrono",
14001 "db",
14002 "dev_container",
14003 "editor",
14004 "extension",
14005 "extension_host",
14006 "fs",
14007 "futures 0.3.31",
14008 "fuzzy",
14009 "gpui",
14010 "http_client",
14011 "indoc",
14012 "language",
14013 "log",
14014 "menu",
14015 "node_runtime",
14016 "open_path_prompt",
14017 "ordered-float 2.10.1",
14018 "paths",
14019 "picker",
14020 "project",
14021 "release_channel",
14022 "remote",
14023 "remote_connection",
14024 "remote_server",
14025 "semver",
14026 "serde",
14027 "serde_json",
14028 "settings",
14029 "smol",
14030 "task",
14031 "telemetry",
14032 "ui",
14033 "ui_input",
14034 "util",
14035 "windows-registry 0.6.1",
14036 "workspace",
14037 "worktree",
14038 "zed_actions",
14039]
14040
14041[[package]]
14042name = "redox_syscall"
14043version = "0.2.16"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14046dependencies = [
14047 "bitflags 1.3.2",
14048]
14049
14050[[package]]
14051name = "redox_syscall"
14052version = "0.5.18"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14055dependencies = [
14056 "bitflags 2.10.0",
14057]
14058
14059[[package]]
14060name = "redox_users"
14061version = "0.4.6"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14064dependencies = [
14065 "getrandom 0.2.16",
14066 "libredox",
14067 "thiserror 1.0.69",
14068]
14069
14070[[package]]
14071name = "redox_users"
14072version = "0.5.2"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14075dependencies = [
14076 "getrandom 0.2.16",
14077 "libredox",
14078 "thiserror 2.0.17",
14079]
14080
14081[[package]]
14082name = "ref-cast"
14083version = "1.0.25"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14086dependencies = [
14087 "ref-cast-impl",
14088]
14089
14090[[package]]
14091name = "ref-cast-impl"
14092version = "1.0.25"
14093source = "registry+https://github.com/rust-lang/crates.io-index"
14094checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14095dependencies = [
14096 "proc-macro2",
14097 "quote",
14098 "syn 2.0.117",
14099]
14100
14101[[package]]
14102name = "referencing"
14103version = "0.37.4"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14106dependencies = [
14107 "ahash 0.8.12",
14108 "fluent-uri",
14109 "getrandom 0.3.4",
14110 "hashbrown 0.16.1",
14111 "parking_lot",
14112 "percent-encoding",
14113 "serde_json",
14114]
14115
14116[[package]]
14117name = "refineable"
14118version = "0.1.0"
14119dependencies = [
14120 "derive_refineable",
14121]
14122
14123[[package]]
14124name = "regalloc2"
14125version = "0.12.2"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14128dependencies = [
14129 "allocator-api2",
14130 "bumpalo",
14131 "hashbrown 0.15.5",
14132 "log",
14133 "rustc-hash 2.1.1",
14134 "serde",
14135 "smallvec",
14136]
14137
14138[[package]]
14139name = "regex"
14140version = "1.12.2"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14143dependencies = [
14144 "aho-corasick",
14145 "memchr",
14146 "regex-automata",
14147 "regex-syntax",
14148]
14149
14150[[package]]
14151name = "regex-automata"
14152version = "0.4.13"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14155dependencies = [
14156 "aho-corasick",
14157 "memchr",
14158 "regex-syntax",
14159]
14160
14161[[package]]
14162name = "regex-lite"
14163version = "0.1.8"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14166
14167[[package]]
14168name = "regex-syntax"
14169version = "0.8.8"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14172
14173[[package]]
14174name = "release_channel"
14175version = "0.1.0"
14176dependencies = [
14177 "gpui",
14178 "semver",
14179]
14180
14181[[package]]
14182name = "remote"
14183version = "0.1.0"
14184dependencies = [
14185 "anyhow",
14186 "askpass",
14187 "async-trait",
14188 "base64 0.22.1",
14189 "collections",
14190 "fs",
14191 "futures 0.3.31",
14192 "gpui",
14193 "log",
14194 "parking_lot",
14195 "paths",
14196 "prost 0.9.0",
14197 "release_channel",
14198 "rpc",
14199 "schemars",
14200 "semver",
14201 "serde",
14202 "serde_json",
14203 "settings",
14204 "smol",
14205 "tempfile",
14206 "thiserror 2.0.17",
14207 "urlencoding",
14208 "util",
14209 "which 6.0.3",
14210]
14211
14212[[package]]
14213name = "remote_connection"
14214version = "0.1.0"
14215dependencies = [
14216 "anyhow",
14217 "askpass",
14218 "auto_update",
14219 "futures 0.3.31",
14220 "gpui",
14221 "log",
14222 "markdown",
14223 "menu",
14224 "release_channel",
14225 "remote",
14226 "semver",
14227 "settings",
14228 "theme_settings",
14229 "ui",
14230 "ui_input",
14231 "workspace",
14232]
14233
14234[[package]]
14235name = "remote_server"
14236version = "0.1.0"
14237dependencies = [
14238 "action_log",
14239 "agent",
14240 "anyhow",
14241 "askpass",
14242 "cargo_toml",
14243 "clap",
14244 "client",
14245 "clock",
14246 "collections",
14247 "crash-handler",
14248 "crashes",
14249 "dap_adapters",
14250 "debug_adapter_extension",
14251 "editor",
14252 "env_logger 0.11.8",
14253 "extension",
14254 "extension_host",
14255 "fork",
14256 "fs",
14257 "futures 0.3.31",
14258 "git",
14259 "git2",
14260 "git_hosting_providers",
14261 "gpui",
14262 "gpui_platform",
14263 "gpui_tokio",
14264 "http_client",
14265 "image",
14266 "json_schema_store",
14267 "language",
14268 "language_extension",
14269 "language_model",
14270 "languages",
14271 "libc",
14272 "log",
14273 "lsp",
14274 "minidumper",
14275 "net",
14276 "node_runtime",
14277 "paths",
14278 "pretty_assertions",
14279 "project",
14280 "proto",
14281 "rayon",
14282 "release_channel",
14283 "remote",
14284 "reqwest_client",
14285 "rpc",
14286 "rust-embed",
14287 "semver",
14288 "serde",
14289 "serde_json",
14290 "settings",
14291 "shellexpand 2.1.2",
14292 "smol",
14293 "sysinfo 0.37.2",
14294 "task",
14295 "theme",
14296 "theme_settings",
14297 "thiserror 2.0.17",
14298 "toml 0.8.23",
14299 "unindent",
14300 "util",
14301 "uuid",
14302 "watch",
14303 "windows 0.61.3",
14304 "worktree",
14305 "zlog",
14306]
14307
14308[[package]]
14309name = "rend"
14310version = "0.4.2"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14313dependencies = [
14314 "bytecheck",
14315]
14316
14317[[package]]
14318name = "renderdoc-sys"
14319version = "1.1.0"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14322
14323[[package]]
14324name = "repl"
14325version = "0.1.0"
14326dependencies = [
14327 "alacritty_terminal",
14328 "anyhow",
14329 "async-dispatcher",
14330 "async-task",
14331 "async-tungstenite",
14332 "base64 0.22.1",
14333 "client",
14334 "collections",
14335 "command_palette_hooks",
14336 "editor",
14337 "feature_flags",
14338 "file_icons",
14339 "futures 0.3.31",
14340 "gpui",
14341 "html_to_markdown",
14342 "http_client",
14343 "image",
14344 "indoc",
14345 "jupyter-protocol",
14346 "jupyter-websocket-client",
14347 "language",
14348 "languages",
14349 "log",
14350 "markdown",
14351 "menu",
14352 "multi_buffer",
14353 "nbformat",
14354 "picker",
14355 "project",
14356 "remote",
14357 "runtimelib",
14358 "serde",
14359 "serde_json",
14360 "settings",
14361 "shlex",
14362 "smol",
14363 "telemetry",
14364 "terminal",
14365 "terminal_view",
14366 "theme",
14367 "theme_settings",
14368 "tree-sitter-md",
14369 "tree-sitter-python",
14370 "tree-sitter-typescript",
14371 "ui",
14372 "util",
14373 "uuid",
14374 "workspace",
14375 "zed_actions",
14376]
14377
14378[[package]]
14379name = "reqwest"
14380version = "0.11.27"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14383dependencies = [
14384 "base64 0.21.7",
14385 "bytes 1.11.1",
14386 "encoding_rs",
14387 "futures-core",
14388 "futures-util",
14389 "h2 0.3.27",
14390 "http 0.2.12",
14391 "http-body 0.4.6",
14392 "hyper 0.14.32",
14393 "hyper-tls",
14394 "ipnet",
14395 "js-sys",
14396 "log",
14397 "mime",
14398 "native-tls",
14399 "once_cell",
14400 "percent-encoding",
14401 "pin-project-lite",
14402 "rustls-pemfile 1.0.4",
14403 "serde",
14404 "serde_json",
14405 "serde_urlencoded",
14406 "sync_wrapper 0.1.2",
14407 "system-configuration 0.5.1",
14408 "tokio",
14409 "tokio-native-tls",
14410 "tower-service",
14411 "url",
14412 "wasm-bindgen",
14413 "wasm-bindgen-futures",
14414 "web-sys",
14415 "winreg 0.50.0",
14416]
14417
14418[[package]]
14419name = "reqwest"
14420version = "0.12.24"
14421source = "registry+https://github.com/rust-lang/crates.io-index"
14422checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14423dependencies = [
14424 "base64 0.22.1",
14425 "bytes 1.11.1",
14426 "futures-channel",
14427 "futures-core",
14428 "futures-util",
14429 "http 1.3.1",
14430 "http-body 1.0.1",
14431 "http-body-util",
14432 "hyper 1.7.0",
14433 "hyper-rustls 0.27.7",
14434 "hyper-util",
14435 "js-sys",
14436 "log",
14437 "percent-encoding",
14438 "pin-project-lite",
14439 "quinn",
14440 "rustls 0.23.33",
14441 "rustls-native-certs 0.8.2",
14442 "rustls-pki-types",
14443 "serde",
14444 "serde_json",
14445 "serde_urlencoded",
14446 "sync_wrapper 1.0.2",
14447 "tokio",
14448 "tokio-rustls 0.26.2",
14449 "tower 0.5.2",
14450 "tower-http 0.6.6",
14451 "tower-service",
14452 "url",
14453 "wasm-bindgen",
14454 "wasm-bindgen-futures",
14455 "web-sys",
14456]
14457
14458[[package]]
14459name = "reqwest_client"
14460version = "0.1.0"
14461dependencies = [
14462 "anyhow",
14463 "bytes 1.11.1",
14464 "futures 0.3.31",
14465 "gpui_util",
14466 "http_client",
14467 "http_client_tls",
14468 "log",
14469 "regex",
14470 "serde",
14471 "tokio",
14472 "zed-reqwest",
14473]
14474
14475[[package]]
14476name = "resvg"
14477version = "0.45.1"
14478source = "registry+https://github.com/rust-lang/crates.io-index"
14479checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14480dependencies = [
14481 "gif",
14482 "image-webp",
14483 "log",
14484 "pico-args",
14485 "rgb",
14486 "svgtypes",
14487 "tiny-skia",
14488 "usvg",
14489 "zune-jpeg",
14490]
14491
14492[[package]]
14493name = "rfc6979"
14494version = "0.3.1"
14495source = "registry+https://github.com/rust-lang/crates.io-index"
14496checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14497dependencies = [
14498 "crypto-bigint 0.4.9",
14499 "hmac",
14500 "zeroize",
14501]
14502
14503[[package]]
14504name = "rgb"
14505version = "0.8.52"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14508dependencies = [
14509 "bytemuck",
14510]
14511
14512[[package]]
14513name = "ring"
14514version = "0.17.14"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14517dependencies = [
14518 "cc",
14519 "cfg-if",
14520 "getrandom 0.2.16",
14521 "libc",
14522 "untrusted 0.9.0",
14523 "windows-sys 0.52.0",
14524]
14525
14526[[package]]
14527name = "rkyv"
14528version = "0.7.45"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14531dependencies = [
14532 "bitvec",
14533 "bytecheck",
14534 "bytes 1.11.1",
14535 "hashbrown 0.12.3",
14536 "ptr_meta",
14537 "rend",
14538 "rkyv_derive",
14539 "seahash",
14540 "tinyvec",
14541 "uuid",
14542]
14543
14544[[package]]
14545name = "rkyv_derive"
14546version = "0.7.45"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14549dependencies = [
14550 "proc-macro2",
14551 "quote",
14552 "syn 1.0.109",
14553]
14554
14555[[package]]
14556name = "rmp"
14557version = "0.8.14"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14560dependencies = [
14561 "byteorder",
14562 "num-traits",
14563 "paste",
14564]
14565
14566[[package]]
14567name = "rmpv"
14568version = "1.3.0"
14569source = "registry+https://github.com/rust-lang/crates.io-index"
14570checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14571dependencies = [
14572 "num-traits",
14573 "rmp",
14574]
14575
14576[[package]]
14577name = "rodio"
14578version = "0.21.1"
14579source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14580dependencies = [
14581 "cpal",
14582 "dasp_sample",
14583 "hound",
14584 "num-rational",
14585 "rand 0.9.2",
14586 "rand_distr",
14587 "rtrb",
14588 "symphonia",
14589 "thiserror 2.0.17",
14590]
14591
14592[[package]]
14593name = "rope"
14594version = "0.1.0"
14595dependencies = [
14596 "criterion",
14597 "ctor",
14598 "gpui",
14599 "heapless",
14600 "log",
14601 "rand 0.9.2",
14602 "rayon",
14603 "sum_tree",
14604 "tracing",
14605 "unicode-segmentation",
14606 "util",
14607 "zlog",
14608 "ztracing",
14609]
14610
14611[[package]]
14612name = "roxmltree"
14613version = "0.20.0"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14616
14617[[package]]
14618name = "rpassword"
14619version = "7.4.0"
14620source = "registry+https://github.com/rust-lang/crates.io-index"
14621checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14622dependencies = [
14623 "libc",
14624 "rtoolbox",
14625 "windows-sys 0.59.0",
14626]
14627
14628[[package]]
14629name = "rpc"
14630version = "0.1.0"
14631dependencies = [
14632 "anyhow",
14633 "async-tungstenite",
14634 "base64 0.22.1",
14635 "collections",
14636 "futures 0.3.31",
14637 "gpui",
14638 "parking_lot",
14639 "proto",
14640 "rand 0.9.2",
14641 "rsa",
14642 "serde",
14643 "serde_json",
14644 "sha2",
14645 "strum 0.27.2",
14646 "tracing",
14647 "util",
14648 "zlog",
14649 "zstd",
14650]
14651
14652[[package]]
14653name = "rsa"
14654version = "0.9.10"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14657dependencies = [
14658 "const-oid",
14659 "digest",
14660 "num-bigint-dig 0.8.6",
14661 "num-integer",
14662 "num-traits",
14663 "pkcs1",
14664 "pkcs8 0.10.2",
14665 "rand_core 0.6.4",
14666 "signature 2.2.0",
14667 "spki 0.7.3",
14668 "subtle",
14669 "zeroize",
14670]
14671
14672[[package]]
14673name = "rtoolbox"
14674version = "0.0.3"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14677dependencies = [
14678 "libc",
14679 "windows-sys 0.52.0",
14680]
14681
14682[[package]]
14683name = "rtrb"
14684version = "0.3.2"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14687
14688[[package]]
14689name = "rules_library"
14690version = "0.1.0"
14691dependencies = [
14692 "anyhow",
14693 "collections",
14694 "editor",
14695 "gpui",
14696 "language",
14697 "language_model",
14698 "log",
14699 "menu",
14700 "picker",
14701 "platform_title_bar",
14702 "prompt_store",
14703 "release_channel",
14704 "rope",
14705 "serde",
14706 "settings",
14707 "theme_settings",
14708 "ui",
14709 "ui_input",
14710 "util",
14711 "workspace",
14712 "zed_actions",
14713]
14714
14715[[package]]
14716name = "runtimelib"
14717version = "1.4.0"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14720dependencies = [
14721 "async-dispatcher",
14722 "async-std",
14723 "aws-lc-rs",
14724 "base64 0.22.1",
14725 "bytes 1.11.1",
14726 "chrono",
14727 "data-encoding",
14728 "dirs 6.0.0",
14729 "futures 0.3.31",
14730 "glob",
14731 "jupyter-protocol",
14732 "serde",
14733 "serde_json",
14734 "shellexpand 3.1.1",
14735 "smol",
14736 "thiserror 2.0.17",
14737 "uuid",
14738 "zeromq",
14739]
14740
14741[[package]]
14742name = "rust-embed"
14743version = "8.11.0"
14744source = "registry+https://github.com/rust-lang/crates.io-index"
14745checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14746dependencies = [
14747 "rust-embed-impl",
14748 "rust-embed-utils",
14749 "walkdir",
14750]
14751
14752[[package]]
14753name = "rust-embed-impl"
14754version = "8.11.0"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14757dependencies = [
14758 "proc-macro2",
14759 "quote",
14760 "rust-embed-utils",
14761 "syn 2.0.117",
14762 "walkdir",
14763]
14764
14765[[package]]
14766name = "rust-embed-utils"
14767version = "8.11.0"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14770dependencies = [
14771 "globset",
14772 "sha2",
14773 "walkdir",
14774]
14775
14776[[package]]
14777name = "rust_decimal"
14778version = "1.39.0"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14781dependencies = [
14782 "arrayvec",
14783 "borsh",
14784 "bytes 1.11.1",
14785 "num-traits",
14786 "rand 0.8.5",
14787 "rkyv",
14788 "serde",
14789 "serde_json",
14790]
14791
14792[[package]]
14793name = "rustc-demangle"
14794version = "0.1.26"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14797
14798[[package]]
14799name = "rustc-hash"
14800version = "1.1.0"
14801source = "registry+https://github.com/rust-lang/crates.io-index"
14802checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14803
14804[[package]]
14805name = "rustc-hash"
14806version = "2.1.1"
14807source = "registry+https://github.com/rust-lang/crates.io-index"
14808checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14809
14810[[package]]
14811name = "rustc_version"
14812version = "0.4.1"
14813source = "registry+https://github.com/rust-lang/crates.io-index"
14814checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14815dependencies = [
14816 "semver",
14817]
14818
14819[[package]]
14820name = "rustfft"
14821version = "6.4.1"
14822source = "registry+https://github.com/rust-lang/crates.io-index"
14823checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14824dependencies = [
14825 "num-complex",
14826 "num-integer",
14827 "num-traits",
14828 "primal-check",
14829 "strength_reduce",
14830 "transpose",
14831]
14832
14833[[package]]
14834name = "rustix"
14835version = "0.38.44"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14838dependencies = [
14839 "bitflags 2.10.0",
14840 "errno 0.3.14",
14841 "libc",
14842 "linux-raw-sys 0.4.15",
14843 "windows-sys 0.59.0",
14844]
14845
14846[[package]]
14847name = "rustix"
14848version = "1.1.2"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14851dependencies = [
14852 "bitflags 2.10.0",
14853 "errno 0.3.14",
14854 "libc",
14855 "linux-raw-sys 0.11.0",
14856 "windows-sys 0.61.2",
14857]
14858
14859[[package]]
14860name = "rustix-linux-procfs"
14861version = "0.1.1"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14864dependencies = [
14865 "once_cell",
14866 "rustix 1.1.2",
14867]
14868
14869[[package]]
14870name = "rustix-openpty"
14871version = "0.2.0"
14872source = "registry+https://github.com/rust-lang/crates.io-index"
14873checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14874dependencies = [
14875 "errno 0.3.14",
14876 "libc",
14877 "rustix 1.1.2",
14878]
14879
14880[[package]]
14881name = "rustls"
14882version = "0.21.12"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14885dependencies = [
14886 "log",
14887 "ring",
14888 "rustls-webpki 0.101.7",
14889 "sct",
14890]
14891
14892[[package]]
14893name = "rustls"
14894version = "0.23.33"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14897dependencies = [
14898 "aws-lc-rs",
14899 "log",
14900 "once_cell",
14901 "ring",
14902 "rustls-pki-types",
14903 "rustls-webpki 0.103.7",
14904 "subtle",
14905 "zeroize",
14906]
14907
14908[[package]]
14909name = "rustls-native-certs"
14910version = "0.6.3"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14913dependencies = [
14914 "openssl-probe",
14915 "rustls-pemfile 1.0.4",
14916 "schannel",
14917 "security-framework 2.11.1",
14918]
14919
14920[[package]]
14921name = "rustls-native-certs"
14922version = "0.8.2"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14925dependencies = [
14926 "openssl-probe",
14927 "rustls-pki-types",
14928 "schannel",
14929 "security-framework 3.5.1",
14930]
14931
14932[[package]]
14933name = "rustls-pemfile"
14934version = "1.0.4"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14937dependencies = [
14938 "base64 0.21.7",
14939]
14940
14941[[package]]
14942name = "rustls-pemfile"
14943version = "2.2.0"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14946dependencies = [
14947 "rustls-pki-types",
14948]
14949
14950[[package]]
14951name = "rustls-pki-types"
14952version = "1.12.0"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14955dependencies = [
14956 "web-time",
14957 "zeroize",
14958]
14959
14960[[package]]
14961name = "rustls-platform-verifier"
14962version = "0.5.3"
14963source = "registry+https://github.com/rust-lang/crates.io-index"
14964checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14965dependencies = [
14966 "core-foundation 0.10.0",
14967 "core-foundation-sys",
14968 "jni",
14969 "log",
14970 "once_cell",
14971 "rustls 0.23.33",
14972 "rustls-native-certs 0.8.2",
14973 "rustls-platform-verifier-android",
14974 "rustls-webpki 0.103.7",
14975 "security-framework 3.5.1",
14976 "security-framework-sys",
14977 "webpki-root-certs",
14978 "windows-sys 0.59.0",
14979]
14980
14981[[package]]
14982name = "rustls-platform-verifier-android"
14983version = "0.1.1"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
14986
14987[[package]]
14988name = "rustls-webpki"
14989version = "0.101.7"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
14992dependencies = [
14993 "ring",
14994 "untrusted 0.9.0",
14995]
14996
14997[[package]]
14998name = "rustls-webpki"
14999version = "0.103.7"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15002dependencies = [
15003 "aws-lc-rs",
15004 "ring",
15005 "rustls-pki-types",
15006 "untrusted 0.9.0",
15007]
15008
15009[[package]]
15010name = "rustversion"
15011version = "1.0.22"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15014
15015[[package]]
15016name = "rusty-fork"
15017version = "0.3.1"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15020dependencies = [
15021 "fnv",
15022 "quick-error 1.2.3",
15023 "tempfile",
15024 "wait-timeout",
15025]
15026
15027[[package]]
15028name = "rustybuzz"
15029version = "0.20.1"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15032dependencies = [
15033 "bitflags 2.10.0",
15034 "bytemuck",
15035 "core_maths",
15036 "log",
15037 "smallvec",
15038 "ttf-parser 0.25.1",
15039 "unicode-bidi-mirroring",
15040 "unicode-ccc",
15041 "unicode-properties",
15042 "unicode-script",
15043]
15044
15045[[package]]
15046name = "ryu"
15047version = "1.0.20"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15050
15051[[package]]
15052name = "saa"
15053version = "5.4.9"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15056
15057[[package]]
15058name = "safetensors"
15059version = "0.4.5"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15062dependencies = [
15063 "serde",
15064 "serde_json",
15065]
15066
15067[[package]]
15068name = "same-file"
15069version = "1.0.6"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15072dependencies = [
15073 "winapi-util",
15074]
15075
15076[[package]]
15077name = "scc"
15078version = "3.5.6"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15081dependencies = [
15082 "saa",
15083 "sdd",
15084]
15085
15086[[package]]
15087name = "schannel"
15088version = "0.1.28"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15091dependencies = [
15092 "windows-sys 0.61.2",
15093]
15094
15095[[package]]
15096name = "scheduler"
15097version = "0.1.0"
15098dependencies = [
15099 "async-task",
15100 "backtrace",
15101 "chrono",
15102 "flume",
15103 "futures 0.3.31",
15104 "parking_lot",
15105 "rand 0.9.2",
15106 "web-time",
15107]
15108
15109[[package]]
15110name = "schema_generator"
15111version = "0.1.0"
15112dependencies = [
15113 "anyhow",
15114 "clap",
15115 "env_logger 0.11.8",
15116 "schemars",
15117 "serde",
15118 "serde_json",
15119 "settings",
15120 "theme",
15121 "theme_settings",
15122]
15123
15124[[package]]
15125name = "schemars"
15126version = "1.0.4"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15129dependencies = [
15130 "dyn-clone",
15131 "indexmap",
15132 "ref-cast",
15133 "schemars_derive",
15134 "serde",
15135 "serde_json",
15136]
15137
15138[[package]]
15139name = "schemars_derive"
15140version = "1.0.4"
15141source = "registry+https://github.com/rust-lang/crates.io-index"
15142checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15143dependencies = [
15144 "proc-macro2",
15145 "quote",
15146 "serde_derive_internals",
15147 "syn 2.0.117",
15148]
15149
15150[[package]]
15151name = "scoped-tls"
15152version = "1.0.1"
15153source = "registry+https://github.com/rust-lang/crates.io-index"
15154checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15155
15156[[package]]
15157name = "scopeguard"
15158version = "1.2.0"
15159source = "registry+https://github.com/rust-lang/crates.io-index"
15160checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15161
15162[[package]]
15163name = "scratch"
15164version = "1.0.9"
15165source = "registry+https://github.com/rust-lang/crates.io-index"
15166checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15167
15168[[package]]
15169name = "screencapturekit"
15170version = "0.2.8"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15173dependencies = [
15174 "screencapturekit-sys",
15175]
15176
15177[[package]]
15178name = "screencapturekit-sys"
15179version = "0.2.8"
15180source = "registry+https://github.com/rust-lang/crates.io-index"
15181checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15182dependencies = [
15183 "block",
15184 "dispatch",
15185 "objc",
15186 "objc-foundation",
15187 "objc_id",
15188 "once_cell",
15189]
15190
15191[[package]]
15192name = "scroll"
15193version = "0.12.0"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15196dependencies = [
15197 "scroll_derive",
15198]
15199
15200[[package]]
15201name = "scroll_derive"
15202version = "0.12.1"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15205dependencies = [
15206 "proc-macro2",
15207 "quote",
15208 "syn 2.0.117",
15209]
15210
15211[[package]]
15212name = "sct"
15213version = "0.7.1"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15216dependencies = [
15217 "ring",
15218 "untrusted 0.9.0",
15219]
15220
15221[[package]]
15222name = "sdd"
15223version = "4.6.2"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15226
15227[[package]]
15228name = "sea-bae"
15229version = "0.2.1"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15232dependencies = [
15233 "heck 0.4.1",
15234 "proc-macro-error2",
15235 "proc-macro2",
15236 "quote",
15237 "syn 2.0.117",
15238]
15239
15240[[package]]
15241name = "sea-orm"
15242version = "1.1.10"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15245dependencies = [
15246 "async-stream",
15247 "async-trait",
15248 "bigdecimal",
15249 "chrono",
15250 "futures-util",
15251 "log",
15252 "ouroboros",
15253 "pgvector",
15254 "rust_decimal",
15255 "sea-orm-macros",
15256 "sea-query",
15257 "sea-query-binder",
15258 "serde",
15259 "serde_json",
15260 "sqlx",
15261 "strum 0.26.3",
15262 "thiserror 2.0.17",
15263 "time",
15264 "tracing",
15265 "url",
15266 "uuid",
15267]
15268
15269[[package]]
15270name = "sea-orm-macros"
15271version = "1.1.10"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15274dependencies = [
15275 "heck 0.4.1",
15276 "proc-macro2",
15277 "quote",
15278 "sea-bae",
15279 "syn 2.0.117",
15280 "unicode-ident",
15281]
15282
15283[[package]]
15284name = "sea-query"
15285version = "0.32.7"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15288dependencies = [
15289 "bigdecimal",
15290 "chrono",
15291 "inherent",
15292 "ordered-float 4.6.0",
15293 "rust_decimal",
15294 "serde_json",
15295 "time",
15296 "uuid",
15297]
15298
15299[[package]]
15300name = "sea-query-binder"
15301version = "0.7.0"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15304dependencies = [
15305 "bigdecimal",
15306 "chrono",
15307 "rust_decimal",
15308 "sea-query",
15309 "serde_json",
15310 "sqlx",
15311 "time",
15312 "uuid",
15313]
15314
15315[[package]]
15316name = "seahash"
15317version = "4.1.0"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15320
15321[[package]]
15322name = "search"
15323version = "0.1.0"
15324dependencies = [
15325 "any_vec",
15326 "anyhow",
15327 "bitflags 2.10.0",
15328 "collections",
15329 "editor",
15330 "fs",
15331 "futures 0.3.31",
15332 "gpui",
15333 "itertools 0.14.0",
15334 "language",
15335 "lsp",
15336 "menu",
15337 "multi_buffer",
15338 "pretty_assertions",
15339 "project",
15340 "serde",
15341 "serde_json",
15342 "settings",
15343 "smol",
15344 "theme",
15345 "theme_settings",
15346 "tracing",
15347 "ui",
15348 "unindent",
15349 "util",
15350 "util_macros",
15351 "workspace",
15352 "zed_actions",
15353 "ztracing",
15354]
15355
15356[[package]]
15357name = "sec1"
15358version = "0.3.0"
15359source = "registry+https://github.com/rust-lang/crates.io-index"
15360checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15361dependencies = [
15362 "base16ct",
15363 "der 0.6.1",
15364 "generic-array",
15365 "pkcs8 0.9.0",
15366 "subtle",
15367 "zeroize",
15368]
15369
15370[[package]]
15371name = "security-framework"
15372version = "2.11.1"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15375dependencies = [
15376 "bitflags 2.10.0",
15377 "core-foundation 0.9.4",
15378 "core-foundation-sys",
15379 "libc",
15380 "security-framework-sys",
15381]
15382
15383[[package]]
15384name = "security-framework"
15385version = "3.5.1"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15388dependencies = [
15389 "bitflags 2.10.0",
15390 "core-foundation 0.10.0",
15391 "core-foundation-sys",
15392 "libc",
15393 "security-framework-sys",
15394]
15395
15396[[package]]
15397name = "security-framework-sys"
15398version = "2.15.0"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15401dependencies = [
15402 "core-foundation-sys",
15403 "libc",
15404]
15405
15406[[package]]
15407name = "self_cell"
15408version = "1.2.2"
15409source = "registry+https://github.com/rust-lang/crates.io-index"
15410checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15411
15412[[package]]
15413name = "semver"
15414version = "1.0.27"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15417dependencies = [
15418 "serde",
15419 "serde_core",
15420]
15421
15422[[package]]
15423name = "seq-macro"
15424version = "0.3.6"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15427
15428[[package]]
15429name = "serde"
15430version = "1.0.228"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15433dependencies = [
15434 "serde_core",
15435 "serde_derive",
15436]
15437
15438[[package]]
15439name = "serde_bytes"
15440version = "0.11.19"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15443dependencies = [
15444 "serde",
15445 "serde_core",
15446]
15447
15448[[package]]
15449name = "serde_core"
15450version = "1.0.228"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15453dependencies = [
15454 "serde_derive",
15455]
15456
15457[[package]]
15458name = "serde_derive"
15459version = "1.0.228"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15462dependencies = [
15463 "proc-macro2",
15464 "quote",
15465 "syn 2.0.117",
15466]
15467
15468[[package]]
15469name = "serde_derive_internals"
15470version = "0.29.1"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15473dependencies = [
15474 "proc-macro2",
15475 "quote",
15476 "syn 2.0.117",
15477]
15478
15479[[package]]
15480name = "serde_fmt"
15481version = "1.0.3"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15484dependencies = [
15485 "serde",
15486]
15487
15488[[package]]
15489name = "serde_json"
15490version = "1.0.145"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15493dependencies = [
15494 "indexmap",
15495 "itoa",
15496 "memchr",
15497 "ryu",
15498 "serde",
15499 "serde_core",
15500]
15501
15502[[package]]
15503name = "serde_json_lenient"
15504version = "0.2.4"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15507dependencies = [
15508 "indexmap",
15509 "itoa",
15510 "memchr",
15511 "ryu",
15512 "serde",
15513]
15514
15515[[package]]
15516name = "serde_path_to_error"
15517version = "0.1.20"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15520dependencies = [
15521 "itoa",
15522 "serde",
15523 "serde_core",
15524]
15525
15526[[package]]
15527name = "serde_repr"
15528version = "0.1.20"
15529source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15531dependencies = [
15532 "proc-macro2",
15533 "quote",
15534 "syn 2.0.117",
15535]
15536
15537[[package]]
15538name = "serde_spanned"
15539version = "0.6.9"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15542dependencies = [
15543 "serde",
15544]
15545
15546[[package]]
15547name = "serde_spanned"
15548version = "1.0.3"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15551dependencies = [
15552 "serde_core",
15553]
15554
15555[[package]]
15556name = "serde_urlencoded"
15557version = "0.7.1"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15560dependencies = [
15561 "form_urlencoded",
15562 "itoa",
15563 "ryu",
15564 "serde",
15565]
15566
15567[[package]]
15568name = "serde_yaml"
15569version = "0.9.34+deprecated"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15572dependencies = [
15573 "indexmap",
15574 "itoa",
15575 "ryu",
15576 "serde",
15577 "unsafe-libyaml",
15578]
15579
15580[[package]]
15581name = "serial2"
15582version = "0.2.33"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15585dependencies = [
15586 "cfg-if",
15587 "libc",
15588 "winapi",
15589]
15590
15591[[package]]
15592name = "session"
15593version = "0.1.0"
15594dependencies = [
15595 "db",
15596 "gpui",
15597 "serde_json",
15598 "util",
15599 "uuid",
15600]
15601
15602[[package]]
15603name = "settings"
15604version = "0.1.0"
15605dependencies = [
15606 "anyhow",
15607 "collections",
15608 "ec4rs",
15609 "fs",
15610 "futures 0.3.31",
15611 "gpui",
15612 "indoc",
15613 "inventory",
15614 "log",
15615 "migrator",
15616 "paths",
15617 "pretty_assertions",
15618 "release_channel",
15619 "rust-embed",
15620 "schemars",
15621 "serde",
15622 "serde_json",
15623 "serde_json_lenient",
15624 "settings_content",
15625 "settings_json",
15626 "settings_macros",
15627 "smallvec",
15628 "unindent",
15629 "util",
15630 "zlog",
15631]
15632
15633[[package]]
15634name = "settings_content"
15635version = "0.1.0"
15636dependencies = [
15637 "anyhow",
15638 "collections",
15639 "derive_more",
15640 "gpui",
15641 "log",
15642 "schemars",
15643 "serde",
15644 "serde_json",
15645 "serde_json_lenient",
15646 "settings_json",
15647 "settings_macros",
15648 "strum 0.27.2",
15649 "util",
15650]
15651
15652[[package]]
15653name = "settings_json"
15654version = "0.1.0"
15655dependencies = [
15656 "anyhow",
15657 "pretty_assertions",
15658 "serde",
15659 "serde_json",
15660 "serde_json_lenient",
15661 "serde_path_to_error",
15662 "tree-sitter",
15663 "tree-sitter-json",
15664 "unindent",
15665 "util",
15666]
15667
15668[[package]]
15669name = "settings_macros"
15670version = "0.1.0"
15671dependencies = [
15672 "quote",
15673 "settings",
15674 "syn 2.0.117",
15675]
15676
15677[[package]]
15678name = "settings_profile_selector"
15679version = "0.1.0"
15680dependencies = [
15681 "editor",
15682 "fuzzy",
15683 "gpui",
15684 "menu",
15685 "picker",
15686 "project",
15687 "serde_json",
15688 "settings",
15689 "theme",
15690 "theme_settings",
15691 "ui",
15692 "workspace",
15693 "zed_actions",
15694]
15695
15696[[package]]
15697name = "settings_ui"
15698version = "0.1.0"
15699dependencies = [
15700 "agent",
15701 "agent_settings",
15702 "anyhow",
15703 "audio",
15704 "codestral",
15705 "component",
15706 "copilot",
15707 "copilot_ui",
15708 "cpal",
15709 "edit_prediction",
15710 "edit_prediction_ui",
15711 "editor",
15712 "feature_flags",
15713 "fs",
15714 "futures 0.3.31",
15715 "fuzzy",
15716 "gpui",
15717 "heck 0.5.0",
15718 "itertools 0.14.0",
15719 "language",
15720 "log",
15721 "menu",
15722 "paths",
15723 "picker",
15724 "platform_title_bar",
15725 "pretty_assertions",
15726 "project",
15727 "regex",
15728 "release_channel",
15729 "rodio",
15730 "schemars",
15731 "search",
15732 "serde",
15733 "serde_json",
15734 "settings",
15735 "shell_command_parser",
15736 "strum 0.27.2",
15737 "telemetry",
15738 "theme",
15739 "theme_settings",
15740 "title_bar",
15741 "ui",
15742 "util",
15743 "workspace",
15744 "zed_actions",
15745]
15746
15747[[package]]
15748name = "sha-1"
15749version = "0.10.1"
15750source = "registry+https://github.com/rust-lang/crates.io-index"
15751checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15752dependencies = [
15753 "cfg-if",
15754 "cpufeatures",
15755 "digest",
15756]
15757
15758[[package]]
15759name = "sha1"
15760version = "0.10.6"
15761source = "registry+https://github.com/rust-lang/crates.io-index"
15762checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15763dependencies = [
15764 "cfg-if",
15765 "cpufeatures",
15766 "digest",
15767]
15768
15769[[package]]
15770name = "sha1_smol"
15771version = "1.0.1"
15772source = "registry+https://github.com/rust-lang/crates.io-index"
15773checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15774
15775[[package]]
15776name = "sha2"
15777version = "0.10.9"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15780dependencies = [
15781 "cfg-if",
15782 "cpufeatures",
15783 "digest",
15784]
15785
15786[[package]]
15787name = "sharded-slab"
15788version = "0.1.7"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15791dependencies = [
15792 "lazy_static",
15793]
15794
15795[[package]]
15796name = "shared_library"
15797version = "0.1.9"
15798source = "registry+https://github.com/rust-lang/crates.io-index"
15799checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15800dependencies = [
15801 "lazy_static",
15802 "libc",
15803]
15804
15805[[package]]
15806name = "shell-words"
15807version = "1.1.0"
15808source = "registry+https://github.com/rust-lang/crates.io-index"
15809checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15810
15811[[package]]
15812name = "shell_command_parser"
15813version = "0.1.0"
15814dependencies = [
15815 "brush-parser",
15816]
15817
15818[[package]]
15819name = "shellexpand"
15820version = "2.1.2"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15823dependencies = [
15824 "dirs 4.0.0",
15825]
15826
15827[[package]]
15828name = "shellexpand"
15829version = "3.1.1"
15830source = "registry+https://github.com/rust-lang/crates.io-index"
15831checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15832dependencies = [
15833 "dirs 6.0.0",
15834]
15835
15836[[package]]
15837name = "shingles"
15838version = "0.1.1"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15841
15842[[package]]
15843name = "shlex"
15844version = "1.3.0"
15845source = "registry+https://github.com/rust-lang/crates.io-index"
15846checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15847
15848[[package]]
15849name = "sidebar"
15850version = "0.1.0"
15851dependencies = [
15852 "acp_thread",
15853 "action_log",
15854 "agent",
15855 "agent-client-protocol",
15856 "agent_settings",
15857 "agent_ui",
15858 "anyhow",
15859 "chrono",
15860 "collections",
15861 "editor",
15862 "feature_flags",
15863 "fs",
15864 "git",
15865 "gpui",
15866 "language_model",
15867 "menu",
15868 "platform_title_bar",
15869 "pretty_assertions",
15870 "project",
15871 "prompt_store",
15872 "recent_projects",
15873 "remote",
15874 "serde",
15875 "serde_json",
15876 "settings",
15877 "theme",
15878 "theme_settings",
15879 "ui",
15880 "util",
15881 "vim_mode_setting",
15882 "workspace",
15883 "zed_actions",
15884]
15885
15886[[package]]
15887name = "signal-hook"
15888version = "0.3.18"
15889source = "registry+https://github.com/rust-lang/crates.io-index"
15890checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15891dependencies = [
15892 "libc",
15893 "signal-hook-registry",
15894]
15895
15896[[package]]
15897name = "signal-hook-registry"
15898version = "1.4.6"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15901dependencies = [
15902 "libc",
15903]
15904
15905[[package]]
15906name = "signature"
15907version = "1.6.4"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15910dependencies = [
15911 "digest",
15912 "rand_core 0.6.4",
15913]
15914
15915[[package]]
15916name = "signature"
15917version = "2.2.0"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15920dependencies = [
15921 "digest",
15922 "rand_core 0.6.4",
15923]
15924
15925[[package]]
15926name = "simd-adler32"
15927version = "0.3.7"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15930
15931[[package]]
15932name = "simd_helpers"
15933version = "0.1.0"
15934source = "registry+https://github.com/rust-lang/crates.io-index"
15935checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15936dependencies = [
15937 "quote",
15938]
15939
15940[[package]]
15941name = "simdutf8"
15942version = "0.1.5"
15943source = "registry+https://github.com/rust-lang/crates.io-index"
15944checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15945
15946[[package]]
15947name = "similar"
15948version = "2.7.0"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15951
15952[[package]]
15953name = "simple_asn1"
15954version = "0.6.3"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15957dependencies = [
15958 "num-bigint",
15959 "num-traits",
15960 "thiserror 2.0.17",
15961 "time",
15962]
15963
15964[[package]]
15965name = "simplecss"
15966version = "0.2.2"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15969dependencies = [
15970 "log",
15971]
15972
15973[[package]]
15974name = "simplelog"
15975version = "0.12.2"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15978dependencies = [
15979 "log",
15980 "termcolor",
15981 "time",
15982]
15983
15984[[package]]
15985name = "siphasher"
15986version = "0.3.11"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
15989
15990[[package]]
15991name = "siphasher"
15992version = "1.0.1"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
15995
15996[[package]]
15997name = "skrifa"
15998version = "0.37.0"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16001dependencies = [
16002 "bytemuck",
16003 "read-fonts 0.35.0",
16004]
16005
16006[[package]]
16007name = "skrifa"
16008version = "0.40.0"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16011dependencies = [
16012 "bytemuck",
16013 "read-fonts 0.37.0",
16014]
16015
16016[[package]]
16017name = "slab"
16018version = "0.4.11"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16021
16022[[package]]
16023name = "slotmap"
16024version = "1.0.7"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16027dependencies = [
16028 "version_check",
16029]
16030
16031[[package]]
16032name = "smallvec"
16033version = "1.15.1"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16036dependencies = [
16037 "serde",
16038]
16039
16040[[package]]
16041name = "smart-default"
16042version = "0.7.1"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16045dependencies = [
16046 "proc-macro2",
16047 "quote",
16048 "syn 2.0.117",
16049]
16050
16051[[package]]
16052name = "smol"
16053version = "2.0.2"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16056dependencies = [
16057 "async-channel 2.5.0",
16058 "async-executor",
16059 "async-fs",
16060 "async-io",
16061 "async-lock 3.4.2",
16062 "async-net",
16063 "async-process",
16064 "blocking",
16065 "futures-lite 2.6.1",
16066]
16067
16068[[package]]
16069name = "smol_str"
16070version = "0.3.5"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16073
16074[[package]]
16075name = "snippet"
16076version = "0.1.0"
16077dependencies = [
16078 "anyhow",
16079 "smallvec",
16080]
16081
16082[[package]]
16083name = "snippet_provider"
16084version = "0.1.0"
16085dependencies = [
16086 "anyhow",
16087 "collections",
16088 "extension",
16089 "fs",
16090 "futures 0.3.31",
16091 "gpui",
16092 "indoc",
16093 "parking_lot",
16094 "paths",
16095 "schemars",
16096 "serde",
16097 "serde_json",
16098 "serde_json_lenient",
16099 "snippet",
16100 "util",
16101]
16102
16103[[package]]
16104name = "snippets_ui"
16105version = "0.1.0"
16106dependencies = [
16107 "file_icons",
16108 "fuzzy",
16109 "gpui",
16110 "language",
16111 "open_path_prompt",
16112 "paths",
16113 "picker",
16114 "settings",
16115 "ui",
16116 "util",
16117 "workspace",
16118]
16119
16120[[package]]
16121name = "socket2"
16122version = "0.5.10"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16125dependencies = [
16126 "libc",
16127 "windows-sys 0.52.0",
16128]
16129
16130[[package]]
16131name = "socket2"
16132version = "0.6.1"
16133source = "registry+https://github.com/rust-lang/crates.io-index"
16134checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16135dependencies = [
16136 "libc",
16137 "windows-sys 0.60.2",
16138]
16139
16140[[package]]
16141name = "spdx"
16142version = "0.10.9"
16143source = "registry+https://github.com/rust-lang/crates.io-index"
16144checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16145dependencies = [
16146 "smallvec",
16147]
16148
16149[[package]]
16150name = "spin"
16151version = "0.9.8"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16154dependencies = [
16155 "lock_api",
16156]
16157
16158[[package]]
16159name = "spin"
16160version = "0.10.0"
16161source = "registry+https://github.com/rust-lang/crates.io-index"
16162checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16163dependencies = [
16164 "lock_api",
16165]
16166
16167[[package]]
16168name = "spirv"
16169version = "0.4.0+sdk-1.4.341.0"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16172dependencies = [
16173 "bitflags 2.10.0",
16174]
16175
16176[[package]]
16177name = "spki"
16178version = "0.6.0"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16181dependencies = [
16182 "base64ct",
16183 "der 0.6.1",
16184]
16185
16186[[package]]
16187name = "spki"
16188version = "0.7.3"
16189source = "registry+https://github.com/rust-lang/crates.io-index"
16190checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16191dependencies = [
16192 "base64ct",
16193 "der 0.7.10",
16194]
16195
16196[[package]]
16197name = "sptr"
16198version = "0.3.2"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16201
16202[[package]]
16203name = "sqlez"
16204version = "0.1.0"
16205dependencies = [
16206 "anyhow",
16207 "collections",
16208 "futures 0.3.31",
16209 "indoc",
16210 "libsqlite3-sys",
16211 "log",
16212 "parking_lot",
16213 "smol",
16214 "sqlformat",
16215 "thread_local",
16216 "util",
16217 "uuid",
16218]
16219
16220[[package]]
16221name = "sqlez_macros"
16222version = "0.1.0"
16223dependencies = [
16224 "sqlez",
16225 "sqlformat",
16226 "syn 2.0.117",
16227]
16228
16229[[package]]
16230name = "sqlformat"
16231version = "0.2.6"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16234dependencies = [
16235 "nom 7.1.3",
16236 "unicode_categories",
16237]
16238
16239[[package]]
16240name = "sqlx"
16241version = "0.8.6"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16244dependencies = [
16245 "sqlx-core",
16246 "sqlx-macros",
16247 "sqlx-mysql",
16248 "sqlx-postgres",
16249 "sqlx-sqlite",
16250]
16251
16252[[package]]
16253name = "sqlx-core"
16254version = "0.8.6"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16257dependencies = [
16258 "base64 0.22.1",
16259 "bigdecimal",
16260 "bytes 1.11.1",
16261 "chrono",
16262 "crc",
16263 "crossbeam-queue",
16264 "either",
16265 "event-listener 5.4.1",
16266 "futures-core",
16267 "futures-intrusive",
16268 "futures-io",
16269 "futures-util",
16270 "hashbrown 0.15.5",
16271 "hashlink 0.10.0",
16272 "indexmap",
16273 "log",
16274 "memchr",
16275 "once_cell",
16276 "percent-encoding",
16277 "rust_decimal",
16278 "rustls 0.23.33",
16279 "serde",
16280 "serde_json",
16281 "sha2",
16282 "smallvec",
16283 "thiserror 2.0.17",
16284 "time",
16285 "tokio",
16286 "tokio-stream",
16287 "tracing",
16288 "url",
16289 "uuid",
16290 "webpki-roots",
16291]
16292
16293[[package]]
16294name = "sqlx-macros"
16295version = "0.8.6"
16296source = "registry+https://github.com/rust-lang/crates.io-index"
16297checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16298dependencies = [
16299 "proc-macro2",
16300 "quote",
16301 "sqlx-core",
16302 "sqlx-macros-core",
16303 "syn 2.0.117",
16304]
16305
16306[[package]]
16307name = "sqlx-macros-core"
16308version = "0.8.6"
16309source = "registry+https://github.com/rust-lang/crates.io-index"
16310checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16311dependencies = [
16312 "dotenvy",
16313 "either",
16314 "heck 0.5.0",
16315 "hex",
16316 "once_cell",
16317 "proc-macro2",
16318 "quote",
16319 "serde",
16320 "serde_json",
16321 "sha2",
16322 "sqlx-core",
16323 "sqlx-mysql",
16324 "sqlx-postgres",
16325 "sqlx-sqlite",
16326 "syn 2.0.117",
16327 "tokio",
16328 "url",
16329]
16330
16331[[package]]
16332name = "sqlx-mysql"
16333version = "0.8.6"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16336dependencies = [
16337 "atoi",
16338 "base64 0.22.1",
16339 "bigdecimal",
16340 "bitflags 2.10.0",
16341 "byteorder",
16342 "bytes 1.11.1",
16343 "chrono",
16344 "crc",
16345 "digest",
16346 "dotenvy",
16347 "either",
16348 "futures-channel",
16349 "futures-core",
16350 "futures-io",
16351 "futures-util",
16352 "generic-array",
16353 "hex",
16354 "hkdf",
16355 "hmac",
16356 "itoa",
16357 "log",
16358 "md-5",
16359 "memchr",
16360 "once_cell",
16361 "percent-encoding",
16362 "rand 0.8.5",
16363 "rsa",
16364 "rust_decimal",
16365 "serde",
16366 "sha1",
16367 "sha2",
16368 "smallvec",
16369 "sqlx-core",
16370 "stringprep",
16371 "thiserror 2.0.17",
16372 "time",
16373 "tracing",
16374 "uuid",
16375 "whoami",
16376]
16377
16378[[package]]
16379name = "sqlx-postgres"
16380version = "0.8.6"
16381source = "registry+https://github.com/rust-lang/crates.io-index"
16382checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16383dependencies = [
16384 "atoi",
16385 "base64 0.22.1",
16386 "bigdecimal",
16387 "bitflags 2.10.0",
16388 "byteorder",
16389 "chrono",
16390 "crc",
16391 "dotenvy",
16392 "etcetera",
16393 "futures-channel",
16394 "futures-core",
16395 "futures-util",
16396 "hex",
16397 "hkdf",
16398 "hmac",
16399 "home",
16400 "itoa",
16401 "log",
16402 "md-5",
16403 "memchr",
16404 "num-bigint",
16405 "once_cell",
16406 "rand 0.8.5",
16407 "rust_decimal",
16408 "serde",
16409 "serde_json",
16410 "sha2",
16411 "smallvec",
16412 "sqlx-core",
16413 "stringprep",
16414 "thiserror 2.0.17",
16415 "time",
16416 "tracing",
16417 "uuid",
16418 "whoami",
16419]
16420
16421[[package]]
16422name = "sqlx-sqlite"
16423version = "0.8.6"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16426dependencies = [
16427 "atoi",
16428 "chrono",
16429 "flume",
16430 "futures-channel",
16431 "futures-core",
16432 "futures-executor",
16433 "futures-intrusive",
16434 "futures-util",
16435 "libsqlite3-sys",
16436 "log",
16437 "percent-encoding",
16438 "serde",
16439 "serde_urlencoded",
16440 "sqlx-core",
16441 "thiserror 2.0.17",
16442 "time",
16443 "tracing",
16444 "url",
16445 "uuid",
16446]
16447
16448[[package]]
16449name = "stable_deref_trait"
16450version = "1.2.1"
16451source = "registry+https://github.com/rust-lang/crates.io-index"
16452checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16453
16454[[package]]
16455name = "stacker"
16456version = "0.1.23"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16459dependencies = [
16460 "cc",
16461 "cfg-if",
16462 "libc",
16463 "psm",
16464 "windows-sys 0.59.0",
16465]
16466
16467[[package]]
16468name = "stacksafe"
16469version = "0.1.4"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16472dependencies = [
16473 "stacker",
16474 "stacksafe-macro",
16475]
16476
16477[[package]]
16478name = "stacksafe-macro"
16479version = "0.1.4"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16482dependencies = [
16483 "proc-macro-error2",
16484 "quote",
16485 "syn 2.0.117",
16486]
16487
16488[[package]]
16489name = "static_assertions"
16490version = "1.1.0"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16493
16494[[package]]
16495name = "story"
16496version = "0.1.0"
16497dependencies = [
16498 "gpui",
16499 "itertools 0.14.0",
16500 "smallvec",
16501]
16502
16503[[package]]
16504name = "storybook"
16505version = "0.1.0"
16506dependencies = [
16507 "anyhow",
16508 "clap",
16509 "ctrlc",
16510 "dialoguer",
16511 "editor",
16512 "fuzzy",
16513 "gpui",
16514 "gpui_platform",
16515 "indoc",
16516 "language",
16517 "log",
16518 "menu",
16519 "picker",
16520 "reqwest_client",
16521 "rust-embed",
16522 "settings",
16523 "simplelog",
16524 "story",
16525 "strum 0.27.2",
16526 "theme",
16527 "theme_settings",
16528 "title_bar",
16529 "ui",
16530]
16531
16532[[package]]
16533name = "streaming-iterator"
16534version = "0.1.9"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16537
16538[[package]]
16539name = "streaming_diff"
16540version = "0.1.0"
16541dependencies = [
16542 "ordered-float 2.10.1",
16543 "rand 0.9.2",
16544 "rope",
16545 "util",
16546]
16547
16548[[package]]
16549name = "strength_reduce"
16550version = "0.2.4"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16553
16554[[package]]
16555name = "strict-num"
16556version = "0.1.1"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16559dependencies = [
16560 "float-cmp",
16561]
16562
16563[[package]]
16564name = "string_cache"
16565version = "0.8.9"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16568dependencies = [
16569 "new_debug_unreachable",
16570 "parking_lot",
16571 "phf_shared 0.11.3",
16572 "precomputed-hash",
16573 "serde",
16574]
16575
16576[[package]]
16577name = "string_cache_codegen"
16578version = "0.5.4"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16581dependencies = [
16582 "phf_generator 0.11.3",
16583 "phf_shared 0.11.3",
16584 "proc-macro2",
16585 "quote",
16586]
16587
16588[[package]]
16589name = "stringprep"
16590version = "0.1.5"
16591source = "registry+https://github.com/rust-lang/crates.io-index"
16592checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16593dependencies = [
16594 "unicode-bidi",
16595 "unicode-normalization",
16596 "unicode-properties",
16597]
16598
16599[[package]]
16600name = "strsim"
16601version = "0.11.1"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16604
16605[[package]]
16606name = "strum"
16607version = "0.26.3"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16610
16611[[package]]
16612name = "strum"
16613version = "0.27.2"
16614source = "registry+https://github.com/rust-lang/crates.io-index"
16615checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16616dependencies = [
16617 "strum_macros 0.27.2",
16618]
16619
16620[[package]]
16621name = "strum"
16622version = "0.28.0"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16625dependencies = [
16626 "strum_macros 0.28.0",
16627]
16628
16629[[package]]
16630name = "strum_macros"
16631version = "0.27.2"
16632source = "registry+https://github.com/rust-lang/crates.io-index"
16633checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16634dependencies = [
16635 "heck 0.5.0",
16636 "proc-macro2",
16637 "quote",
16638 "syn 2.0.117",
16639]
16640
16641[[package]]
16642name = "strum_macros"
16643version = "0.28.0"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16646dependencies = [
16647 "heck 0.5.0",
16648 "proc-macro2",
16649 "quote",
16650 "syn 2.0.117",
16651]
16652
16653[[package]]
16654name = "subtle"
16655version = "2.6.1"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16658
16659[[package]]
16660name = "sum_tree"
16661version = "0.1.0"
16662dependencies = [
16663 "ctor",
16664 "heapless",
16665 "log",
16666 "proptest",
16667 "rand 0.9.2",
16668 "rayon",
16669 "tracing",
16670 "zlog",
16671 "ztracing",
16672]
16673
16674[[package]]
16675name = "sval"
16676version = "2.15.0"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16679
16680[[package]]
16681name = "sval_buffer"
16682version = "2.15.0"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16685dependencies = [
16686 "sval",
16687 "sval_ref",
16688]
16689
16690[[package]]
16691name = "sval_dynamic"
16692version = "2.15.0"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16695dependencies = [
16696 "sval",
16697]
16698
16699[[package]]
16700name = "sval_fmt"
16701version = "2.15.0"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16704dependencies = [
16705 "itoa",
16706 "ryu",
16707 "sval",
16708]
16709
16710[[package]]
16711name = "sval_json"
16712version = "2.15.0"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16715dependencies = [
16716 "itoa",
16717 "ryu",
16718 "sval",
16719]
16720
16721[[package]]
16722name = "sval_nested"
16723version = "2.15.0"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16726dependencies = [
16727 "sval",
16728 "sval_buffer",
16729 "sval_ref",
16730]
16731
16732[[package]]
16733name = "sval_ref"
16734version = "2.15.0"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16737dependencies = [
16738 "sval",
16739]
16740
16741[[package]]
16742name = "sval_serde"
16743version = "2.15.0"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16746dependencies = [
16747 "serde_core",
16748 "sval",
16749 "sval_nested",
16750]
16751
16752[[package]]
16753name = "svg_fmt"
16754version = "0.4.5"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16757
16758[[package]]
16759name = "svg_preview"
16760version = "0.1.0"
16761dependencies = [
16762 "file_icons",
16763 "gpui",
16764 "language",
16765 "multi_buffer",
16766 "ui",
16767 "workspace",
16768 "zed_actions",
16769]
16770
16771[[package]]
16772name = "svgtypes"
16773version = "0.15.3"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16776dependencies = [
16777 "kurbo",
16778 "siphasher 1.0.1",
16779]
16780
16781[[package]]
16782name = "swash"
16783version = "0.2.6"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16786dependencies = [
16787 "skrifa 0.37.0",
16788 "yazi",
16789 "zeno",
16790]
16791
16792[[package]]
16793name = "symphonia"
16794version = "0.5.5"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16797dependencies = [
16798 "lazy_static",
16799 "symphonia-bundle-flac",
16800 "symphonia-bundle-mp3",
16801 "symphonia-codec-aac",
16802 "symphonia-codec-pcm",
16803 "symphonia-codec-vorbis",
16804 "symphonia-core",
16805 "symphonia-format-isomp4",
16806 "symphonia-format-ogg",
16807 "symphonia-format-riff",
16808 "symphonia-metadata",
16809]
16810
16811[[package]]
16812name = "symphonia-bundle-flac"
16813version = "0.5.5"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16816dependencies = [
16817 "log",
16818 "symphonia-core",
16819 "symphonia-metadata",
16820 "symphonia-utils-xiph",
16821]
16822
16823[[package]]
16824name = "symphonia-bundle-mp3"
16825version = "0.5.5"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16828dependencies = [
16829 "lazy_static",
16830 "log",
16831 "symphonia-core",
16832 "symphonia-metadata",
16833]
16834
16835[[package]]
16836name = "symphonia-codec-aac"
16837version = "0.5.5"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16840dependencies = [
16841 "lazy_static",
16842 "log",
16843 "symphonia-core",
16844]
16845
16846[[package]]
16847name = "symphonia-codec-pcm"
16848version = "0.5.5"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16851dependencies = [
16852 "log",
16853 "symphonia-core",
16854]
16855
16856[[package]]
16857name = "symphonia-codec-vorbis"
16858version = "0.5.5"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16861dependencies = [
16862 "log",
16863 "symphonia-core",
16864 "symphonia-utils-xiph",
16865]
16866
16867[[package]]
16868name = "symphonia-core"
16869version = "0.5.5"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16872dependencies = [
16873 "arrayvec",
16874 "bitflags 1.3.2",
16875 "bytemuck",
16876 "lazy_static",
16877 "log",
16878]
16879
16880[[package]]
16881name = "symphonia-format-isomp4"
16882version = "0.5.5"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16885dependencies = [
16886 "encoding_rs",
16887 "log",
16888 "symphonia-core",
16889 "symphonia-metadata",
16890 "symphonia-utils-xiph",
16891]
16892
16893[[package]]
16894name = "symphonia-format-ogg"
16895version = "0.5.5"
16896source = "registry+https://github.com/rust-lang/crates.io-index"
16897checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16898dependencies = [
16899 "log",
16900 "symphonia-core",
16901 "symphonia-metadata",
16902 "symphonia-utils-xiph",
16903]
16904
16905[[package]]
16906name = "symphonia-format-riff"
16907version = "0.5.5"
16908source = "registry+https://github.com/rust-lang/crates.io-index"
16909checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16910dependencies = [
16911 "extended",
16912 "log",
16913 "symphonia-core",
16914 "symphonia-metadata",
16915]
16916
16917[[package]]
16918name = "symphonia-metadata"
16919version = "0.5.5"
16920source = "registry+https://github.com/rust-lang/crates.io-index"
16921checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16922dependencies = [
16923 "encoding_rs",
16924 "lazy_static",
16925 "log",
16926 "symphonia-core",
16927]
16928
16929[[package]]
16930name = "symphonia-utils-xiph"
16931version = "0.5.5"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16934dependencies = [
16935 "symphonia-core",
16936 "symphonia-metadata",
16937]
16938
16939[[package]]
16940name = "syn"
16941version = "1.0.109"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16944dependencies = [
16945 "proc-macro2",
16946 "quote",
16947 "unicode-ident",
16948]
16949
16950[[package]]
16951name = "syn"
16952version = "2.0.117"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16955dependencies = [
16956 "proc-macro2",
16957 "quote",
16958 "unicode-ident",
16959]
16960
16961[[package]]
16962name = "sync_wrapper"
16963version = "0.1.2"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16966
16967[[package]]
16968name = "sync_wrapper"
16969version = "1.0.2"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16972dependencies = [
16973 "futures-core",
16974]
16975
16976[[package]]
16977name = "synchronoise"
16978version = "1.0.1"
16979source = "registry+https://github.com/rust-lang/crates.io-index"
16980checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
16981dependencies = [
16982 "crossbeam-queue",
16983]
16984
16985[[package]]
16986name = "synstructure"
16987version = "0.13.2"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
16990dependencies = [
16991 "proc-macro2",
16992 "quote",
16993 "syn 2.0.117",
16994]
16995
16996[[package]]
16997name = "syntax_theme"
16998version = "0.1.0"
16999dependencies = [
17000 "gpui",
17001 "serde",
17002 "serde_json",
17003]
17004
17005[[package]]
17006name = "sys-locale"
17007version = "0.3.2"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17010dependencies = [
17011 "libc",
17012]
17013
17014[[package]]
17015name = "sysctl"
17016version = "0.5.5"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17019dependencies = [
17020 "bitflags 2.10.0",
17021 "byteorder",
17022 "enum-as-inner",
17023 "libc",
17024 "thiserror 1.0.69",
17025 "walkdir",
17026]
17027
17028[[package]]
17029name = "sysctl"
17030version = "0.6.0"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17033dependencies = [
17034 "bitflags 2.10.0",
17035 "byteorder",
17036 "enum-as-inner",
17037 "libc",
17038 "thiserror 1.0.69",
17039 "walkdir",
17040]
17041
17042[[package]]
17043name = "sysinfo"
17044version = "0.31.4"
17045source = "registry+https://github.com/rust-lang/crates.io-index"
17046checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17047dependencies = [
17048 "core-foundation-sys",
17049 "libc",
17050 "memchr",
17051 "ntapi",
17052 "rayon",
17053 "windows 0.57.0",
17054]
17055
17056[[package]]
17057name = "sysinfo"
17058version = "0.37.2"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17061dependencies = [
17062 "libc",
17063 "memchr",
17064 "ntapi",
17065 "objc2-core-foundation",
17066 "objc2-io-kit",
17067 "windows 0.61.3",
17068]
17069
17070[[package]]
17071name = "system-configuration"
17072version = "0.5.1"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17075dependencies = [
17076 "bitflags 1.3.2",
17077 "core-foundation 0.9.4",
17078 "system-configuration-sys 0.5.0",
17079]
17080
17081[[package]]
17082name = "system-configuration"
17083version = "0.6.1"
17084source = "registry+https://github.com/rust-lang/crates.io-index"
17085checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17086dependencies = [
17087 "bitflags 2.10.0",
17088 "core-foundation 0.9.4",
17089 "system-configuration-sys 0.6.0",
17090]
17091
17092[[package]]
17093name = "system-configuration-sys"
17094version = "0.5.0"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17097dependencies = [
17098 "core-foundation-sys",
17099 "libc",
17100]
17101
17102[[package]]
17103name = "system-configuration-sys"
17104version = "0.6.0"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17107dependencies = [
17108 "core-foundation-sys",
17109 "libc",
17110]
17111
17112[[package]]
17113name = "system-deps"
17114version = "6.2.2"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17117dependencies = [
17118 "cfg-expr 0.15.8",
17119 "heck 0.5.0",
17120 "pkg-config",
17121 "toml 0.8.23",
17122 "version-compare",
17123]
17124
17125[[package]]
17126name = "system-deps"
17127version = "7.0.7"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17130dependencies = [
17131 "cfg-expr 0.20.6",
17132 "heck 0.5.0",
17133 "pkg-config",
17134 "toml 0.9.8",
17135 "version-compare",
17136]
17137
17138[[package]]
17139name = "system-interface"
17140version = "0.27.3"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17143dependencies = [
17144 "bitflags 2.10.0",
17145 "cap-fs-ext",
17146 "cap-std",
17147 "fd-lock",
17148 "io-lifetimes",
17149 "rustix 0.38.44",
17150 "windows-sys 0.59.0",
17151 "winx",
17152]
17153
17154[[package]]
17155name = "system_specs"
17156version = "0.1.0"
17157dependencies = [
17158 "anyhow",
17159 "client",
17160 "gpui",
17161 "human_bytes",
17162 "pciid-parser",
17163 "release_channel",
17164 "semver",
17165 "serde",
17166 "sysinfo 0.37.2",
17167]
17168
17169[[package]]
17170name = "tab_switcher"
17171version = "0.1.0"
17172dependencies = [
17173 "collections",
17174 "ctor",
17175 "editor",
17176 "fuzzy",
17177 "gpui",
17178 "menu",
17179 "picker",
17180 "project",
17181 "schemars",
17182 "serde",
17183 "serde_json",
17184 "settings",
17185 "smol",
17186 "theme",
17187 "theme_settings",
17188 "ui",
17189 "util",
17190 "workspace",
17191 "zlog",
17192]
17193
17194[[package]]
17195name = "taffy"
17196version = "0.9.0"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17199dependencies = [
17200 "arrayvec",
17201 "grid",
17202 "serde",
17203 "slotmap",
17204]
17205
17206[[package]]
17207name = "tagptr"
17208version = "0.2.0"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17211
17212[[package]]
17213name = "take-until"
17214version = "0.2.0"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17217
17218[[package]]
17219name = "tao-core-video-sys"
17220version = "0.2.0"
17221source = "registry+https://github.com/rust-lang/crates.io-index"
17222checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17223dependencies = [
17224 "cfg-if",
17225 "core-foundation-sys",
17226 "libc",
17227 "objc",
17228]
17229
17230[[package]]
17231name = "tap"
17232version = "1.0.1"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17235
17236[[package]]
17237name = "target-lexicon"
17238version = "0.12.16"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17241
17242[[package]]
17243name = "target-lexicon"
17244version = "0.13.3"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17247
17248[[package]]
17249name = "task"
17250version = "0.1.0"
17251dependencies = [
17252 "anyhow",
17253 "collections",
17254 "futures 0.3.31",
17255 "gpui",
17256 "hex",
17257 "log",
17258 "parking_lot",
17259 "pretty_assertions",
17260 "proto",
17261 "schemars",
17262 "serde",
17263 "serde_json",
17264 "serde_json_lenient",
17265 "sha2",
17266 "shellexpand 2.1.2",
17267 "util",
17268 "zed_actions",
17269]
17270
17271[[package]]
17272name = "tasks_ui"
17273version = "0.1.0"
17274dependencies = [
17275 "anyhow",
17276 "collections",
17277 "editor",
17278 "file_icons",
17279 "fuzzy",
17280 "gpui",
17281 "itertools 0.14.0",
17282 "language",
17283 "menu",
17284 "picker",
17285 "project",
17286 "serde",
17287 "serde_json",
17288 "task",
17289 "tree-sitter-rust",
17290 "tree-sitter-typescript",
17291 "ui",
17292 "util",
17293 "workspace",
17294 "zed_actions",
17295]
17296
17297[[package]]
17298name = "telemetry"
17299version = "0.1.0"
17300dependencies = [
17301 "futures 0.3.31",
17302 "serde",
17303 "serde_json",
17304 "telemetry_events",
17305]
17306
17307[[package]]
17308name = "telemetry_events"
17309version = "0.1.0"
17310dependencies = [
17311 "semver",
17312 "serde",
17313 "serde_json",
17314]
17315
17316[[package]]
17317name = "tempfile"
17318version = "3.23.0"
17319source = "registry+https://github.com/rust-lang/crates.io-index"
17320checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17321dependencies = [
17322 "fastrand 2.3.0",
17323 "getrandom 0.3.4",
17324 "once_cell",
17325 "rustix 1.1.2",
17326 "windows-sys 0.61.2",
17327]
17328
17329[[package]]
17330name = "tendril"
17331version = "0.4.3"
17332source = "registry+https://github.com/rust-lang/crates.io-index"
17333checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17334dependencies = [
17335 "futf",
17336 "mac",
17337 "utf-8",
17338]
17339
17340[[package]]
17341name = "termcolor"
17342version = "1.4.1"
17343source = "registry+https://github.com/rust-lang/crates.io-index"
17344checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17345dependencies = [
17346 "winapi-util",
17347]
17348
17349[[package]]
17350name = "terminal"
17351version = "0.1.0"
17352dependencies = [
17353 "alacritty_terminal",
17354 "anyhow",
17355 "collections",
17356 "futures 0.3.31",
17357 "gpui",
17358 "itertools 0.14.0",
17359 "libc",
17360 "log",
17361 "parking_lot",
17362 "rand 0.9.2",
17363 "regex",
17364 "release_channel",
17365 "schemars",
17366 "serde",
17367 "settings",
17368 "smol",
17369 "sysinfo 0.37.2",
17370 "task",
17371 "theme",
17372 "theme_settings",
17373 "thiserror 2.0.17",
17374 "url",
17375 "urlencoding",
17376 "util",
17377 "util_macros",
17378 "windows 0.61.3",
17379]
17380
17381[[package]]
17382name = "terminal_size"
17383version = "0.4.3"
17384source = "registry+https://github.com/rust-lang/crates.io-index"
17385checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17386dependencies = [
17387 "rustix 1.1.2",
17388 "windows-sys 0.60.2",
17389]
17390
17391[[package]]
17392name = "terminal_view"
17393version = "0.1.0"
17394dependencies = [
17395 "anyhow",
17396 "async-recursion",
17397 "breadcrumbs",
17398 "collections",
17399 "db",
17400 "dirs 4.0.0",
17401 "editor",
17402 "futures 0.3.31",
17403 "gpui",
17404 "itertools 0.14.0",
17405 "language",
17406 "log",
17407 "menu",
17408 "pretty_assertions",
17409 "project",
17410 "regex",
17411 "schemars",
17412 "serde",
17413 "serde_json",
17414 "settings",
17415 "shellexpand 2.1.2",
17416 "task",
17417 "terminal",
17418 "theme",
17419 "theme_settings",
17420 "ui",
17421 "util",
17422 "workspace",
17423 "zed_actions",
17424]
17425
17426[[package]]
17427name = "text"
17428version = "0.1.0"
17429dependencies = [
17430 "anyhow",
17431 "clock",
17432 "collections",
17433 "ctor",
17434 "gpui",
17435 "log",
17436 "parking_lot",
17437 "postage",
17438 "rand 0.9.2",
17439 "regex",
17440 "rope",
17441 "smallvec",
17442 "sum_tree",
17443 "util",
17444 "zlog",
17445]
17446
17447[[package]]
17448name = "theme"
17449version = "0.1.0"
17450dependencies = [
17451 "anyhow",
17452 "collections",
17453 "derive_more",
17454 "gpui",
17455 "palette",
17456 "parking_lot",
17457 "refineable",
17458 "schemars",
17459 "serde",
17460 "serde_json",
17461 "serde_json_lenient",
17462 "strum 0.27.2",
17463 "syntax_theme",
17464 "thiserror 2.0.17",
17465 "uuid",
17466]
17467
17468[[package]]
17469name = "theme_extension"
17470version = "0.1.0"
17471dependencies = [
17472 "anyhow",
17473 "extension",
17474 "fs",
17475 "gpui",
17476 "theme",
17477 "theme_settings",
17478]
17479
17480[[package]]
17481name = "theme_importer"
17482version = "0.1.0"
17483dependencies = [
17484 "anyhow",
17485 "clap",
17486 "collections",
17487 "gpui",
17488 "indexmap",
17489 "log",
17490 "palette",
17491 "serde",
17492 "serde_json",
17493 "serde_json_lenient",
17494 "simplelog",
17495 "strum 0.27.2",
17496 "theme",
17497 "theme_settings",
17498 "vscode_theme",
17499]
17500
17501[[package]]
17502name = "theme_selector"
17503version = "0.1.0"
17504dependencies = [
17505 "fs",
17506 "fuzzy",
17507 "gpui",
17508 "log",
17509 "picker",
17510 "serde",
17511 "settings",
17512 "telemetry",
17513 "theme",
17514 "theme_settings",
17515 "ui",
17516 "util",
17517 "workspace",
17518 "zed_actions",
17519]
17520
17521[[package]]
17522name = "theme_settings"
17523version = "0.1.0"
17524dependencies = [
17525 "anyhow",
17526 "collections",
17527 "gpui",
17528 "gpui_util",
17529 "log",
17530 "palette",
17531 "refineable",
17532 "schemars",
17533 "serde",
17534 "serde_json",
17535 "serde_json_lenient",
17536 "settings",
17537 "theme",
17538 "uuid",
17539]
17540
17541[[package]]
17542name = "thiserror"
17543version = "1.0.69"
17544source = "registry+https://github.com/rust-lang/crates.io-index"
17545checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17546dependencies = [
17547 "thiserror-impl 1.0.69",
17548]
17549
17550[[package]]
17551name = "thiserror"
17552version = "2.0.17"
17553source = "registry+https://github.com/rust-lang/crates.io-index"
17554checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17555dependencies = [
17556 "thiserror-impl 2.0.17",
17557]
17558
17559[[package]]
17560name = "thiserror-impl"
17561version = "1.0.69"
17562source = "registry+https://github.com/rust-lang/crates.io-index"
17563checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17564dependencies = [
17565 "proc-macro2",
17566 "quote",
17567 "syn 2.0.117",
17568]
17569
17570[[package]]
17571name = "thiserror-impl"
17572version = "2.0.17"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17575dependencies = [
17576 "proc-macro2",
17577 "quote",
17578 "syn 2.0.117",
17579]
17580
17581[[package]]
17582name = "thread_local"
17583version = "1.1.9"
17584source = "registry+https://github.com/rust-lang/crates.io-index"
17585checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17586dependencies = [
17587 "cfg-if",
17588]
17589
17590[[package]]
17591name = "tiff"
17592version = "0.10.3"
17593source = "registry+https://github.com/rust-lang/crates.io-index"
17594checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17595dependencies = [
17596 "fax",
17597 "flate2",
17598 "half",
17599 "quick-error 2.0.1",
17600 "weezl",
17601 "zune-jpeg",
17602]
17603
17604[[package]]
17605name = "tiktoken-rs"
17606version = "0.9.1"
17607source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17608dependencies = [
17609 "anyhow",
17610 "base64 0.22.1",
17611 "bstr",
17612 "fancy-regex 0.16.2",
17613 "lazy_static",
17614 "regex",
17615 "rustc-hash 1.1.0",
17616]
17617
17618[[package]]
17619name = "time"
17620version = "0.3.47"
17621source = "registry+https://github.com/rust-lang/crates.io-index"
17622checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17623dependencies = [
17624 "deranged",
17625 "itoa",
17626 "libc",
17627 "num-conv",
17628 "num_threads",
17629 "powerfmt",
17630 "serde_core",
17631 "time-core",
17632 "time-macros",
17633]
17634
17635[[package]]
17636name = "time-core"
17637version = "0.1.8"
17638source = "registry+https://github.com/rust-lang/crates.io-index"
17639checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17640
17641[[package]]
17642name = "time-macros"
17643version = "0.2.27"
17644source = "registry+https://github.com/rust-lang/crates.io-index"
17645checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17646dependencies = [
17647 "num-conv",
17648 "time-core",
17649]
17650
17651[[package]]
17652name = "time_format"
17653version = "0.1.0"
17654dependencies = [
17655 "core-foundation 0.10.0",
17656 "core-foundation-sys",
17657 "sys-locale",
17658 "time",
17659 "windows 0.61.3",
17660]
17661
17662[[package]]
17663name = "tiny-keccak"
17664version = "2.0.2"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17667dependencies = [
17668 "crunchy",
17669]
17670
17671[[package]]
17672name = "tiny-skia"
17673version = "0.11.4"
17674source = "registry+https://github.com/rust-lang/crates.io-index"
17675checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17676dependencies = [
17677 "arrayref",
17678 "arrayvec",
17679 "bytemuck",
17680 "cfg-if",
17681 "log",
17682 "png 0.17.16",
17683 "tiny-skia-path",
17684]
17685
17686[[package]]
17687name = "tiny-skia-path"
17688version = "0.11.4"
17689source = "registry+https://github.com/rust-lang/crates.io-index"
17690checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17691dependencies = [
17692 "arrayref",
17693 "bytemuck",
17694 "strict-num",
17695]
17696
17697[[package]]
17698name = "tiny_http"
17699version = "0.12.0"
17700source = "registry+https://github.com/rust-lang/crates.io-index"
17701checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17702dependencies = [
17703 "ascii",
17704 "chunked_transfer",
17705 "httpdate",
17706 "log",
17707]
17708
17709[[package]]
17710name = "tinystr"
17711version = "0.8.1"
17712source = "registry+https://github.com/rust-lang/crates.io-index"
17713checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17714dependencies = [
17715 "displaydoc",
17716 "zerovec",
17717]
17718
17719[[package]]
17720name = "tinytemplate"
17721version = "1.2.1"
17722source = "registry+https://github.com/rust-lang/crates.io-index"
17723checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17724dependencies = [
17725 "serde",
17726 "serde_json",
17727]
17728
17729[[package]]
17730name = "tinyvec"
17731version = "1.10.0"
17732source = "registry+https://github.com/rust-lang/crates.io-index"
17733checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17734dependencies = [
17735 "tinyvec_macros",
17736]
17737
17738[[package]]
17739name = "tinyvec_macros"
17740version = "0.1.1"
17741source = "registry+https://github.com/rust-lang/crates.io-index"
17742checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17743
17744[[package]]
17745name = "title_bar"
17746version = "0.1.0"
17747dependencies = [
17748 "anyhow",
17749 "auto_update",
17750 "call",
17751 "channel",
17752 "chrono",
17753 "client",
17754 "cloud_api_types",
17755 "db",
17756 "git_ui",
17757 "gpui",
17758 "icons",
17759 "livekit_client",
17760 "notifications",
17761 "platform_title_bar",
17762 "project",
17763 "recent_projects",
17764 "release_channel",
17765 "remote",
17766 "remote_connection",
17767 "rpc",
17768 "schemars",
17769 "semver",
17770 "serde",
17771 "settings",
17772 "smallvec",
17773 "story",
17774 "telemetry",
17775 "theme",
17776 "ui",
17777 "util",
17778 "windows 0.61.3",
17779 "workspace",
17780 "zed_actions",
17781]
17782
17783[[package]]
17784name = "tokio"
17785version = "1.48.0"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17788dependencies = [
17789 "bytes 1.11.1",
17790 "libc",
17791 "mio 1.1.0",
17792 "parking_lot",
17793 "pin-project-lite",
17794 "signal-hook-registry",
17795 "socket2 0.6.1",
17796 "tokio-macros",
17797 "windows-sys 0.61.2",
17798]
17799
17800[[package]]
17801name = "tokio-io"
17802version = "0.1.13"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17805dependencies = [
17806 "bytes 0.4.12",
17807 "futures 0.1.31",
17808 "log",
17809]
17810
17811[[package]]
17812name = "tokio-macros"
17813version = "2.6.0"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17816dependencies = [
17817 "proc-macro2",
17818 "quote",
17819 "syn 2.0.117",
17820]
17821
17822[[package]]
17823name = "tokio-native-tls"
17824version = "0.3.1"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17827dependencies = [
17828 "native-tls",
17829 "tokio",
17830]
17831
17832[[package]]
17833name = "tokio-rustls"
17834version = "0.24.1"
17835source = "registry+https://github.com/rust-lang/crates.io-index"
17836checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17837dependencies = [
17838 "rustls 0.21.12",
17839 "tokio",
17840]
17841
17842[[package]]
17843name = "tokio-rustls"
17844version = "0.26.2"
17845source = "registry+https://github.com/rust-lang/crates.io-index"
17846checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17847dependencies = [
17848 "rustls 0.23.33",
17849 "tokio",
17850]
17851
17852[[package]]
17853name = "tokio-socks"
17854version = "0.5.2"
17855source = "registry+https://github.com/rust-lang/crates.io-index"
17856checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17857dependencies = [
17858 "either",
17859 "futures-io",
17860 "futures-util",
17861 "thiserror 1.0.69",
17862 "tokio",
17863]
17864
17865[[package]]
17866name = "tokio-stream"
17867version = "0.1.17"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17870dependencies = [
17871 "futures-core",
17872 "pin-project-lite",
17873 "tokio",
17874]
17875
17876[[package]]
17877name = "tokio-tungstenite"
17878version = "0.20.1"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17881dependencies = [
17882 "futures-util",
17883 "log",
17884 "tokio",
17885 "tungstenite 0.20.1",
17886]
17887
17888[[package]]
17889name = "tokio-tungstenite"
17890version = "0.21.0"
17891source = "registry+https://github.com/rust-lang/crates.io-index"
17892checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17893dependencies = [
17894 "futures-util",
17895 "log",
17896 "tokio",
17897 "tungstenite 0.21.0",
17898]
17899
17900[[package]]
17901name = "tokio-tungstenite"
17902version = "0.28.0"
17903source = "registry+https://github.com/rust-lang/crates.io-index"
17904checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17905dependencies = [
17906 "futures-util",
17907 "log",
17908 "rustls 0.23.33",
17909 "rustls-native-certs 0.8.2",
17910 "rustls-pki-types",
17911 "tokio",
17912 "tokio-rustls 0.26.2",
17913 "tungstenite 0.28.0",
17914]
17915
17916[[package]]
17917name = "tokio-util"
17918version = "0.7.16"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17921dependencies = [
17922 "bytes 1.11.1",
17923 "futures-core",
17924 "futures-io",
17925 "futures-sink",
17926 "pin-project-lite",
17927 "tokio",
17928]
17929
17930[[package]]
17931name = "toml"
17932version = "0.5.11"
17933source = "registry+https://github.com/rust-lang/crates.io-index"
17934checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17935dependencies = [
17936 "serde",
17937]
17938
17939[[package]]
17940name = "toml"
17941version = "0.8.23"
17942source = "registry+https://github.com/rust-lang/crates.io-index"
17943checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17944dependencies = [
17945 "serde",
17946 "serde_spanned 0.6.9",
17947 "toml_datetime 0.6.11",
17948 "toml_edit 0.22.27",
17949]
17950
17951[[package]]
17952name = "toml"
17953version = "0.9.8"
17954source = "registry+https://github.com/rust-lang/crates.io-index"
17955checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17956dependencies = [
17957 "indexmap",
17958 "serde_core",
17959 "serde_spanned 1.0.3",
17960 "toml_datetime 0.7.3",
17961 "toml_parser",
17962 "toml_writer",
17963 "winnow",
17964]
17965
17966[[package]]
17967name = "toml_datetime"
17968version = "0.6.11"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17971dependencies = [
17972 "serde",
17973]
17974
17975[[package]]
17976name = "toml_datetime"
17977version = "0.7.3"
17978source = "registry+https://github.com/rust-lang/crates.io-index"
17979checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17980dependencies = [
17981 "serde_core",
17982]
17983
17984[[package]]
17985name = "toml_edit"
17986version = "0.22.27"
17987source = "registry+https://github.com/rust-lang/crates.io-index"
17988checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
17989dependencies = [
17990 "indexmap",
17991 "serde",
17992 "serde_spanned 0.6.9",
17993 "toml_datetime 0.6.11",
17994 "toml_write",
17995 "winnow",
17996]
17997
17998[[package]]
17999name = "toml_edit"
18000version = "0.23.7"
18001source = "registry+https://github.com/rust-lang/crates.io-index"
18002checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18003dependencies = [
18004 "indexmap",
18005 "toml_datetime 0.7.3",
18006 "toml_parser",
18007 "winnow",
18008]
18009
18010[[package]]
18011name = "toml_parser"
18012version = "1.0.4"
18013source = "registry+https://github.com/rust-lang/crates.io-index"
18014checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18015dependencies = [
18016 "winnow",
18017]
18018
18019[[package]]
18020name = "toml_write"
18021version = "0.1.2"
18022source = "registry+https://github.com/rust-lang/crates.io-index"
18023checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18024
18025[[package]]
18026name = "toml_writer"
18027version = "1.0.4"
18028source = "registry+https://github.com/rust-lang/crates.io-index"
18029checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18030
18031[[package]]
18032name = "toolchain_selector"
18033version = "0.1.0"
18034dependencies = [
18035 "anyhow",
18036 "convert_case 0.8.0",
18037 "editor",
18038 "futures 0.3.31",
18039 "fuzzy",
18040 "gpui",
18041 "language",
18042 "menu",
18043 "open_path_prompt",
18044 "picker",
18045 "project",
18046 "ui",
18047 "util",
18048 "workspace",
18049]
18050
18051[[package]]
18052name = "topological-sort"
18053version = "0.2.2"
18054source = "registry+https://github.com/rust-lang/crates.io-index"
18055checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18056
18057[[package]]
18058name = "tower"
18059version = "0.4.13"
18060source = "registry+https://github.com/rust-lang/crates.io-index"
18061checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18062dependencies = [
18063 "futures-core",
18064 "futures-util",
18065 "pin-project",
18066 "pin-project-lite",
18067 "tokio",
18068 "tower-layer",
18069 "tower-service",
18070 "tracing",
18071]
18072
18073[[package]]
18074name = "tower"
18075version = "0.5.2"
18076source = "registry+https://github.com/rust-lang/crates.io-index"
18077checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18078dependencies = [
18079 "futures-core",
18080 "futures-util",
18081 "pin-project-lite",
18082 "sync_wrapper 1.0.2",
18083 "tokio",
18084 "tower-layer",
18085 "tower-service",
18086]
18087
18088[[package]]
18089name = "tower-http"
18090version = "0.4.4"
18091source = "registry+https://github.com/rust-lang/crates.io-index"
18092checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18093dependencies = [
18094 "bitflags 2.10.0",
18095 "bytes 1.11.1",
18096 "futures-core",
18097 "futures-util",
18098 "http 0.2.12",
18099 "http-body 0.4.6",
18100 "http-range-header",
18101 "pin-project-lite",
18102 "tower-layer",
18103 "tower-service",
18104 "tracing",
18105]
18106
18107[[package]]
18108name = "tower-http"
18109version = "0.6.6"
18110source = "registry+https://github.com/rust-lang/crates.io-index"
18111checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18112dependencies = [
18113 "bitflags 2.10.0",
18114 "bytes 1.11.1",
18115 "futures-util",
18116 "http 1.3.1",
18117 "http-body 1.0.1",
18118 "iri-string",
18119 "pin-project-lite",
18120 "tower 0.5.2",
18121 "tower-layer",
18122 "tower-service",
18123]
18124
18125[[package]]
18126name = "tower-layer"
18127version = "0.3.3"
18128source = "registry+https://github.com/rust-lang/crates.io-index"
18129checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18130
18131[[package]]
18132name = "tower-service"
18133version = "0.3.3"
18134source = "registry+https://github.com/rust-lang/crates.io-index"
18135checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18136
18137[[package]]
18138name = "tracing"
18139version = "0.1.43"
18140source = "registry+https://github.com/rust-lang/crates.io-index"
18141checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18142dependencies = [
18143 "log",
18144 "pin-project-lite",
18145 "tracing-attributes",
18146 "tracing-core",
18147]
18148
18149[[package]]
18150name = "tracing-attributes"
18151version = "0.1.31"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18154dependencies = [
18155 "proc-macro2",
18156 "quote",
18157 "syn 2.0.117",
18158]
18159
18160[[package]]
18161name = "tracing-core"
18162version = "0.1.35"
18163source = "registry+https://github.com/rust-lang/crates.io-index"
18164checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18165dependencies = [
18166 "once_cell",
18167 "valuable",
18168]
18169
18170[[package]]
18171name = "tracing-log"
18172version = "0.2.0"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18175dependencies = [
18176 "log",
18177 "once_cell",
18178 "tracing-core",
18179]
18180
18181[[package]]
18182name = "tracing-serde"
18183version = "0.2.0"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18186dependencies = [
18187 "serde",
18188 "tracing-core",
18189]
18190
18191[[package]]
18192name = "tracing-subscriber"
18193version = "0.3.22"
18194source = "registry+https://github.com/rust-lang/crates.io-index"
18195checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18196dependencies = [
18197 "matchers",
18198 "nu-ansi-term",
18199 "once_cell",
18200 "regex-automata",
18201 "serde",
18202 "serde_json",
18203 "sharded-slab",
18204 "smallvec",
18205 "thread_local",
18206 "tracing",
18207 "tracing-core",
18208 "tracing-log",
18209 "tracing-serde",
18210]
18211
18212[[package]]
18213name = "tracing-tracy"
18214version = "0.11.4"
18215source = "registry+https://github.com/rust-lang/crates.io-index"
18216checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18217dependencies = [
18218 "tracing-core",
18219 "tracing-subscriber",
18220 "tracy-client",
18221]
18222
18223[[package]]
18224name = "tracy-client"
18225version = "0.18.3"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18228dependencies = [
18229 "loom",
18230 "once_cell",
18231 "tracy-client-sys",
18232]
18233
18234[[package]]
18235name = "tracy-client-sys"
18236version = "0.27.0"
18237source = "registry+https://github.com/rust-lang/crates.io-index"
18238checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18239dependencies = [
18240 "cc",
18241 "windows-targets 0.52.6",
18242]
18243
18244[[package]]
18245name = "trait-variant"
18246version = "0.1.2"
18247source = "registry+https://github.com/rust-lang/crates.io-index"
18248checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18249dependencies = [
18250 "proc-macro2",
18251 "quote",
18252 "syn 2.0.117",
18253]
18254
18255[[package]]
18256name = "transpose"
18257version = "0.2.3"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18260dependencies = [
18261 "num-integer",
18262 "strength_reduce",
18263]
18264
18265[[package]]
18266name = "tree-sitter"
18267version = "0.26.3"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18270dependencies = [
18271 "cc",
18272 "regex",
18273 "regex-syntax",
18274 "serde_json",
18275 "streaming-iterator",
18276 "tree-sitter-language",
18277 "wasmtime-c-api-impl",
18278]
18279
18280[[package]]
18281name = "tree-sitter-bash"
18282version = "0.25.1"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18285dependencies = [
18286 "cc",
18287 "tree-sitter-language",
18288]
18289
18290[[package]]
18291name = "tree-sitter-c"
18292version = "0.24.1"
18293source = "registry+https://github.com/rust-lang/crates.io-index"
18294checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18295dependencies = [
18296 "cc",
18297 "tree-sitter-language",
18298]
18299
18300[[package]]
18301name = "tree-sitter-cpp"
18302version = "0.23.4"
18303source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18304dependencies = [
18305 "cc",
18306 "tree-sitter-language",
18307]
18308
18309[[package]]
18310name = "tree-sitter-css"
18311version = "0.23.2"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18314dependencies = [
18315 "cc",
18316 "tree-sitter-language",
18317]
18318
18319[[package]]
18320name = "tree-sitter-diff"
18321version = "0.1.0"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18324dependencies = [
18325 "cc",
18326 "tree-sitter-language",
18327]
18328
18329[[package]]
18330name = "tree-sitter-elixir"
18331version = "0.3.4"
18332source = "registry+https://github.com/rust-lang/crates.io-index"
18333checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18334dependencies = [
18335 "cc",
18336 "tree-sitter-language",
18337]
18338
18339[[package]]
18340name = "tree-sitter-embedded-template"
18341version = "0.23.2"
18342source = "registry+https://github.com/rust-lang/crates.io-index"
18343checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18344dependencies = [
18345 "cc",
18346 "tree-sitter-language",
18347]
18348
18349[[package]]
18350name = "tree-sitter-gitcommit"
18351version = "0.0.1"
18352source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18353dependencies = [
18354 "cc",
18355 "tree-sitter-language",
18356]
18357
18358[[package]]
18359name = "tree-sitter-go"
18360version = "0.25.0"
18361source = "registry+https://github.com/rust-lang/crates.io-index"
18362checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18363dependencies = [
18364 "cc",
18365 "tree-sitter-language",
18366]
18367
18368[[package]]
18369name = "tree-sitter-gomod"
18370version = "1.1.1"
18371source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18372dependencies = [
18373 "cc",
18374 "tree-sitter-language",
18375]
18376
18377[[package]]
18378name = "tree-sitter-gowork"
18379version = "0.0.1"
18380source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18381dependencies = [
18382 "cc",
18383 "tree-sitter-language",
18384]
18385
18386[[package]]
18387name = "tree-sitter-heex"
18388version = "0.0.1"
18389source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18390dependencies = [
18391 "cc",
18392 "tree-sitter-language",
18393]
18394
18395[[package]]
18396name = "tree-sitter-html"
18397version = "0.23.2"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18400dependencies = [
18401 "cc",
18402 "tree-sitter-language",
18403]
18404
18405[[package]]
18406name = "tree-sitter-jsdoc"
18407version = "0.23.2"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18410dependencies = [
18411 "cc",
18412 "tree-sitter-language",
18413]
18414
18415[[package]]
18416name = "tree-sitter-json"
18417version = "0.24.8"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18420dependencies = [
18421 "cc",
18422 "tree-sitter-language",
18423]
18424
18425[[package]]
18426name = "tree-sitter-language"
18427version = "0.1.5"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18430
18431[[package]]
18432name = "tree-sitter-md"
18433version = "0.3.2"
18434source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18435dependencies = [
18436 "cc",
18437 "tree-sitter-language",
18438]
18439
18440[[package]]
18441name = "tree-sitter-python"
18442version = "0.25.0"
18443source = "registry+https://github.com/rust-lang/crates.io-index"
18444checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18445dependencies = [
18446 "cc",
18447 "tree-sitter-language",
18448]
18449
18450[[package]]
18451name = "tree-sitter-regex"
18452version = "0.24.3"
18453source = "registry+https://github.com/rust-lang/crates.io-index"
18454checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18455dependencies = [
18456 "cc",
18457 "tree-sitter-language",
18458]
18459
18460[[package]]
18461name = "tree-sitter-ruby"
18462version = "0.23.1"
18463source = "registry+https://github.com/rust-lang/crates.io-index"
18464checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18465dependencies = [
18466 "cc",
18467 "tree-sitter-language",
18468]
18469
18470[[package]]
18471name = "tree-sitter-rust"
18472version = "0.24.2"
18473source = "registry+https://github.com/rust-lang/crates.io-index"
18474checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18475dependencies = [
18476 "cc",
18477 "tree-sitter-language",
18478]
18479
18480[[package]]
18481name = "tree-sitter-typescript"
18482version = "0.23.2"
18483source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18484dependencies = [
18485 "cc",
18486 "tree-sitter-language",
18487]
18488
18489[[package]]
18490name = "tree-sitter-yaml"
18491version = "0.6.1"
18492source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18493dependencies = [
18494 "cc",
18495 "tree-sitter-language",
18496]
18497
18498[[package]]
18499name = "triomphe"
18500version = "0.1.15"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18503dependencies = [
18504 "serde",
18505 "stable_deref_trait",
18506]
18507
18508[[package]]
18509name = "try-lock"
18510version = "0.2.5"
18511source = "registry+https://github.com/rust-lang/crates.io-index"
18512checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18513
18514[[package]]
18515name = "ttf-parser"
18516version = "0.20.0"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18519
18520[[package]]
18521name = "ttf-parser"
18522version = "0.25.1"
18523source = "registry+https://github.com/rust-lang/crates.io-index"
18524checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18525dependencies = [
18526 "core_maths",
18527]
18528
18529[[package]]
18530name = "tungstenite"
18531version = "0.20.1"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18534dependencies = [
18535 "byteorder",
18536 "bytes 1.11.1",
18537 "data-encoding",
18538 "http 0.2.12",
18539 "httparse",
18540 "log",
18541 "rand 0.8.5",
18542 "sha1",
18543 "thiserror 1.0.69",
18544 "url",
18545 "utf-8",
18546]
18547
18548[[package]]
18549name = "tungstenite"
18550version = "0.21.0"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18553dependencies = [
18554 "byteorder",
18555 "bytes 1.11.1",
18556 "data-encoding",
18557 "http 1.3.1",
18558 "httparse",
18559 "log",
18560 "rand 0.8.5",
18561 "sha1",
18562 "thiserror 1.0.69",
18563 "url",
18564 "utf-8",
18565]
18566
18567[[package]]
18568name = "tungstenite"
18569version = "0.27.0"
18570source = "registry+https://github.com/rust-lang/crates.io-index"
18571checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18572dependencies = [
18573 "bytes 1.11.1",
18574 "data-encoding",
18575 "http 1.3.1",
18576 "httparse",
18577 "log",
18578 "rand 0.9.2",
18579 "rustls 0.23.33",
18580 "rustls-pki-types",
18581 "sha1",
18582 "thiserror 2.0.17",
18583 "utf-8",
18584]
18585
18586[[package]]
18587name = "tungstenite"
18588version = "0.28.0"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18591dependencies = [
18592 "bytes 1.11.1",
18593 "data-encoding",
18594 "http 1.3.1",
18595 "httparse",
18596 "log",
18597 "rand 0.9.2",
18598 "rustls 0.23.33",
18599 "rustls-pki-types",
18600 "sha1",
18601 "thiserror 2.0.17",
18602 "utf-8",
18603]
18604
18605[[package]]
18606name = "typeid"
18607version = "1.0.3"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18610
18611[[package]]
18612name = "typenum"
18613version = "1.19.0"
18614source = "registry+https://github.com/rust-lang/crates.io-index"
18615checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18616
18617[[package]]
18618name = "ucd-trie"
18619version = "0.1.7"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18622
18623[[package]]
18624name = "uds"
18625version = "0.4.2"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18628dependencies = [
18629 "libc",
18630]
18631
18632[[package]]
18633name = "uds_windows"
18634version = "1.1.0"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18637dependencies = [
18638 "memoffset",
18639 "tempfile",
18640 "winapi",
18641]
18642
18643[[package]]
18644name = "ug"
18645version = "0.4.0"
18646source = "registry+https://github.com/rust-lang/crates.io-index"
18647checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18648dependencies = [
18649 "gemm 0.18.2",
18650 "half",
18651 "libloading",
18652 "memmap2",
18653 "num",
18654 "num-traits",
18655 "num_cpus",
18656 "rayon",
18657 "safetensors",
18658 "serde",
18659 "thiserror 1.0.69",
18660 "tracing",
18661 "yoke 0.7.5",
18662]
18663
18664[[package]]
18665name = "ui"
18666version = "0.1.0"
18667dependencies = [
18668 "chrono",
18669 "component",
18670 "documented",
18671 "gpui",
18672 "gpui_macros",
18673 "gpui_util",
18674 "icons",
18675 "itertools 0.14.0",
18676 "menu",
18677 "schemars",
18678 "serde",
18679 "smallvec",
18680 "story",
18681 "strum 0.27.2",
18682 "theme",
18683 "ui_macros",
18684 "windows 0.61.3",
18685]
18686
18687[[package]]
18688name = "ui_input"
18689version = "0.1.0"
18690dependencies = [
18691 "component",
18692 "gpui",
18693 "ui",
18694]
18695
18696[[package]]
18697name = "ui_macros"
18698version = "0.1.0"
18699dependencies = [
18700 "component",
18701 "quote",
18702 "syn 2.0.117",
18703 "ui",
18704]
18705
18706[[package]]
18707name = "ui_prompt"
18708version = "0.1.0"
18709dependencies = [
18710 "gpui",
18711 "markdown",
18712 "menu",
18713 "settings",
18714 "theme_settings",
18715 "ui",
18716 "workspace",
18717]
18718
18719[[package]]
18720name = "unarray"
18721version = "0.1.4"
18722source = "registry+https://github.com/rust-lang/crates.io-index"
18723checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18724
18725[[package]]
18726name = "unicase"
18727version = "2.8.1"
18728source = "registry+https://github.com/rust-lang/crates.io-index"
18729checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18730
18731[[package]]
18732name = "unicode-bidi"
18733version = "0.3.18"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18736
18737[[package]]
18738name = "unicode-bidi-mirroring"
18739version = "0.4.0"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18742
18743[[package]]
18744name = "unicode-ccc"
18745version = "0.4.0"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18748
18749[[package]]
18750name = "unicode-general-category"
18751version = "1.1.0"
18752source = "registry+https://github.com/rust-lang/crates.io-index"
18753checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18754
18755[[package]]
18756name = "unicode-ident"
18757version = "1.0.19"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18760
18761[[package]]
18762name = "unicode-linebreak"
18763version = "0.1.5"
18764source = "registry+https://github.com/rust-lang/crates.io-index"
18765checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18766
18767[[package]]
18768name = "unicode-normalization"
18769version = "0.1.24"
18770source = "registry+https://github.com/rust-lang/crates.io-index"
18771checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18772dependencies = [
18773 "tinyvec",
18774]
18775
18776[[package]]
18777name = "unicode-properties"
18778version = "0.1.3"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18781
18782[[package]]
18783name = "unicode-script"
18784version = "0.5.8"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18787
18788[[package]]
18789name = "unicode-segmentation"
18790version = "1.12.0"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18793
18794[[package]]
18795name = "unicode-vo"
18796version = "0.1.0"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18799
18800[[package]]
18801name = "unicode-width"
18802version = "0.2.2"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18805
18806[[package]]
18807name = "unicode-xid"
18808version = "0.2.6"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18811
18812[[package]]
18813name = "unicode_categories"
18814version = "0.1.1"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18817
18818[[package]]
18819name = "unindent"
18820version = "0.2.4"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18823
18824[[package]]
18825name = "unsafe-libyaml"
18826version = "0.2.11"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18829
18830[[package]]
18831name = "untrusted"
18832version = "0.7.1"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18835
18836[[package]]
18837name = "untrusted"
18838version = "0.9.0"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18841
18842[[package]]
18843name = "url"
18844version = "2.5.7"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18847dependencies = [
18848 "form_urlencoded",
18849 "idna",
18850 "percent-encoding",
18851 "serde",
18852]
18853
18854[[package]]
18855name = "urlencoding"
18856version = "2.1.3"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18859
18860[[package]]
18861name = "usvg"
18862version = "0.45.1"
18863source = "registry+https://github.com/rust-lang/crates.io-index"
18864checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18865dependencies = [
18866 "base64 0.22.1",
18867 "data-url",
18868 "flate2",
18869 "fontdb 0.23.0",
18870 "imagesize",
18871 "kurbo",
18872 "log",
18873 "pico-args",
18874 "roxmltree",
18875 "rustybuzz",
18876 "simplecss",
18877 "siphasher 1.0.1",
18878 "strict-num",
18879 "svgtypes",
18880 "tiny-skia-path",
18881 "unicode-bidi",
18882 "unicode-script",
18883 "unicode-vo",
18884 "xmlwriter",
18885]
18886
18887[[package]]
18888name = "utf-8"
18889version = "0.7.6"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18892
18893[[package]]
18894name = "utf8-chars"
18895version = "3.0.6"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18898dependencies = [
18899 "arrayvec",
18900]
18901
18902[[package]]
18903name = "utf8_iter"
18904version = "1.0.4"
18905source = "registry+https://github.com/rust-lang/crates.io-index"
18906checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18907
18908[[package]]
18909name = "utf8parse"
18910version = "0.2.2"
18911source = "registry+https://github.com/rust-lang/crates.io-index"
18912checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18913
18914[[package]]
18915name = "util"
18916version = "0.1.0"
18917dependencies = [
18918 "anyhow",
18919 "async-fs",
18920 "async_zip",
18921 "collections",
18922 "command-fds",
18923 "dirs 4.0.0",
18924 "dunce",
18925 "futures 0.3.31",
18926 "futures-lite 1.13.0",
18927 "git2",
18928 "globset",
18929 "gpui_util",
18930 "itertools 0.14.0",
18931 "libc",
18932 "log",
18933 "mach2 0.5.0",
18934 "nix 0.29.0",
18935 "percent-encoding",
18936 "pretty_assertions",
18937 "rand 0.9.2",
18938 "regex",
18939 "rust-embed",
18940 "schemars",
18941 "serde",
18942 "serde_json",
18943 "serde_json_lenient",
18944 "shlex",
18945 "smol",
18946 "take-until",
18947 "tempfile",
18948 "tendril",
18949 "unicase",
18950 "url",
18951 "util_macros",
18952 "walkdir",
18953 "which 6.0.3",
18954]
18955
18956[[package]]
18957name = "util_macros"
18958version = "0.1.0"
18959dependencies = [
18960 "perf",
18961 "quote",
18962 "syn 2.0.117",
18963]
18964
18965[[package]]
18966name = "uuid"
18967version = "1.18.1"
18968source = "registry+https://github.com/rust-lang/crates.io-index"
18969checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18970dependencies = [
18971 "getrandom 0.3.4",
18972 "js-sys",
18973 "serde",
18974 "sha1_smol",
18975 "wasm-bindgen",
18976]
18977
18978[[package]]
18979name = "uuid-simd"
18980version = "0.8.0"
18981source = "registry+https://github.com/rust-lang/crates.io-index"
18982checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18983dependencies = [
18984 "outref",
18985 "vsimd",
18986]
18987
18988[[package]]
18989name = "v_frame"
18990version = "0.3.9"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18993dependencies = [
18994 "aligned-vec",
18995 "num-traits",
18996 "wasm-bindgen",
18997]
18998
18999[[package]]
19000name = "valuable"
19001version = "0.1.1"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19004
19005[[package]]
19006name = "value-bag"
19007version = "1.12.0"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19010dependencies = [
19011 "value-bag-serde1",
19012 "value-bag-sval2",
19013]
19014
19015[[package]]
19016name = "value-bag-serde1"
19017version = "1.12.0"
19018source = "registry+https://github.com/rust-lang/crates.io-index"
19019checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19020dependencies = [
19021 "erased-serde",
19022 "serde_core",
19023 "serde_fmt",
19024]
19025
19026[[package]]
19027name = "value-bag-sval2"
19028version = "1.12.0"
19029source = "registry+https://github.com/rust-lang/crates.io-index"
19030checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19031dependencies = [
19032 "sval",
19033 "sval_buffer",
19034 "sval_dynamic",
19035 "sval_fmt",
19036 "sval_json",
19037 "sval_ref",
19038 "sval_serde",
19039]
19040
19041[[package]]
19042name = "vcpkg"
19043version = "0.2.15"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19046
19047[[package]]
19048name = "vercel"
19049version = "0.1.0"
19050dependencies = [
19051 "anyhow",
19052 "schemars",
19053 "serde",
19054 "strum 0.27.2",
19055]
19056
19057[[package]]
19058name = "version-compare"
19059version = "0.2.0"
19060source = "registry+https://github.com/rust-lang/crates.io-index"
19061checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19062
19063[[package]]
19064name = "version_check"
19065version = "0.9.5"
19066source = "registry+https://github.com/rust-lang/crates.io-index"
19067checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19068
19069[[package]]
19070name = "vim"
19071version = "0.1.0"
19072dependencies = [
19073 "anyhow",
19074 "async-compat",
19075 "async-trait",
19076 "collections",
19077 "command_palette",
19078 "command_palette_hooks",
19079 "db",
19080 "editor",
19081 "env_logger 0.11.8",
19082 "futures 0.3.31",
19083 "fuzzy",
19084 "git_ui",
19085 "gpui",
19086 "indoc",
19087 "itertools 0.14.0",
19088 "language",
19089 "log",
19090 "lsp",
19091 "markdown_preview",
19092 "menu",
19093 "multi_buffer",
19094 "nvim-rs",
19095 "outline_panel",
19096 "parking_lot",
19097 "perf",
19098 "picker",
19099 "project",
19100 "project_panel",
19101 "regex",
19102 "release_channel",
19103 "schemars",
19104 "search",
19105 "semver",
19106 "serde",
19107 "serde_json",
19108 "settings",
19109 "settings_ui",
19110 "task",
19111 "text",
19112 "theme",
19113 "theme_settings",
19114 "tokio",
19115 "ui",
19116 "util",
19117 "util_macros",
19118 "vim_mode_setting",
19119 "workspace",
19120 "zed_actions",
19121]
19122
19123[[package]]
19124name = "vim_mode_setting"
19125version = "0.1.0"
19126dependencies = [
19127 "gpui",
19128 "settings",
19129]
19130
19131[[package]]
19132name = "vscode_theme"
19133version = "0.2.0"
19134source = "registry+https://github.com/rust-lang/crates.io-index"
19135checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19136dependencies = [
19137 "serde",
19138]
19139
19140[[package]]
19141name = "vsimd"
19142version = "0.8.0"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19145
19146[[package]]
19147name = "vswhom"
19148version = "0.1.0"
19149source = "registry+https://github.com/rust-lang/crates.io-index"
19150checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19151dependencies = [
19152 "libc",
19153 "vswhom-sys",
19154]
19155
19156[[package]]
19157name = "vswhom-sys"
19158version = "0.1.3"
19159source = "registry+https://github.com/rust-lang/crates.io-index"
19160checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19161dependencies = [
19162 "cc",
19163 "libc",
19164]
19165
19166[[package]]
19167name = "vte"
19168version = "0.15.0"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19171dependencies = [
19172 "arrayvec",
19173 "bitflags 2.10.0",
19174 "cursor-icon",
19175 "log",
19176 "memchr",
19177 "serde",
19178]
19179
19180[[package]]
19181name = "wait-timeout"
19182version = "0.2.1"
19183source = "registry+https://github.com/rust-lang/crates.io-index"
19184checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19185dependencies = [
19186 "libc",
19187]
19188
19189[[package]]
19190name = "waker-fn"
19191version = "1.2.0"
19192source = "registry+https://github.com/rust-lang/crates.io-index"
19193checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19194
19195[[package]]
19196name = "walkdir"
19197version = "2.5.0"
19198source = "registry+https://github.com/rust-lang/crates.io-index"
19199checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19200dependencies = [
19201 "same-file",
19202 "winapi-util",
19203]
19204
19205[[package]]
19206name = "want"
19207version = "0.3.1"
19208source = "registry+https://github.com/rust-lang/crates.io-index"
19209checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19210dependencies = [
19211 "try-lock",
19212]
19213
19214[[package]]
19215name = "warp"
19216version = "0.3.7"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19219dependencies = [
19220 "bytes 1.11.1",
19221 "futures-channel",
19222 "futures-util",
19223 "headers",
19224 "http 0.2.12",
19225 "hyper 0.14.32",
19226 "log",
19227 "mime",
19228 "mime_guess",
19229 "percent-encoding",
19230 "pin-project",
19231 "scoped-tls",
19232 "serde",
19233 "serde_json",
19234 "serde_urlencoded",
19235 "tokio",
19236 "tokio-tungstenite 0.21.0",
19237 "tokio-util",
19238 "tower-service",
19239 "tracing",
19240]
19241
19242[[package]]
19243name = "wasi"
19244version = "0.11.1+wasi-snapshot-preview1"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19247
19248[[package]]
19249name = "wasip2"
19250version = "1.0.1+wasi-0.2.4"
19251source = "registry+https://github.com/rust-lang/crates.io-index"
19252checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19253dependencies = [
19254 "wit-bindgen 0.46.0",
19255]
19256
19257[[package]]
19258name = "wasip3"
19259version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19260source = "registry+https://github.com/rust-lang/crates.io-index"
19261checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19262dependencies = [
19263 "wit-bindgen 0.51.0",
19264]
19265
19266[[package]]
19267name = "wasite"
19268version = "0.1.0"
19269source = "registry+https://github.com/rust-lang/crates.io-index"
19270checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19271
19272[[package]]
19273name = "wasm-bindgen"
19274version = "0.2.113"
19275source = "registry+https://github.com/rust-lang/crates.io-index"
19276checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19277dependencies = [
19278 "cfg-if",
19279 "once_cell",
19280 "rustversion",
19281 "wasm-bindgen-macro",
19282 "wasm-bindgen-shared",
19283]
19284
19285[[package]]
19286name = "wasm-bindgen-futures"
19287version = "0.4.63"
19288source = "registry+https://github.com/rust-lang/crates.io-index"
19289checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19290dependencies = [
19291 "cfg-if",
19292 "futures-util",
19293 "js-sys",
19294 "once_cell",
19295 "wasm-bindgen",
19296 "web-sys",
19297]
19298
19299[[package]]
19300name = "wasm-bindgen-macro"
19301version = "0.2.113"
19302source = "registry+https://github.com/rust-lang/crates.io-index"
19303checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19304dependencies = [
19305 "quote",
19306 "wasm-bindgen-macro-support",
19307]
19308
19309[[package]]
19310name = "wasm-bindgen-macro-support"
19311version = "0.2.113"
19312source = "registry+https://github.com/rust-lang/crates.io-index"
19313checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19314dependencies = [
19315 "bumpalo",
19316 "proc-macro2",
19317 "quote",
19318 "syn 2.0.117",
19319 "wasm-bindgen-shared",
19320]
19321
19322[[package]]
19323name = "wasm-bindgen-shared"
19324version = "0.2.113"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19327dependencies = [
19328 "unicode-ident",
19329]
19330
19331[[package]]
19332name = "wasm-encoder"
19333version = "0.201.0"
19334source = "registry+https://github.com/rust-lang/crates.io-index"
19335checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19336dependencies = [
19337 "leb128",
19338]
19339
19340[[package]]
19341name = "wasm-encoder"
19342version = "0.221.3"
19343source = "registry+https://github.com/rust-lang/crates.io-index"
19344checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19345dependencies = [
19346 "leb128",
19347 "wasmparser 0.221.3",
19348]
19349
19350[[package]]
19351name = "wasm-encoder"
19352version = "0.227.1"
19353source = "registry+https://github.com/rust-lang/crates.io-index"
19354checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19355dependencies = [
19356 "leb128fmt",
19357 "wasmparser 0.227.1",
19358]
19359
19360[[package]]
19361name = "wasm-encoder"
19362version = "0.229.0"
19363source = "registry+https://github.com/rust-lang/crates.io-index"
19364checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19365dependencies = [
19366 "leb128fmt",
19367 "wasmparser 0.229.0",
19368]
19369
19370[[package]]
19371name = "wasm-encoder"
19372version = "0.244.0"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19375dependencies = [
19376 "leb128fmt",
19377 "wasmparser 0.244.0",
19378]
19379
19380[[package]]
19381name = "wasm-metadata"
19382version = "0.201.0"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19385dependencies = [
19386 "anyhow",
19387 "indexmap",
19388 "serde",
19389 "serde_derive",
19390 "serde_json",
19391 "spdx",
19392 "wasm-encoder 0.201.0",
19393 "wasmparser 0.201.0",
19394]
19395
19396[[package]]
19397name = "wasm-metadata"
19398version = "0.227.1"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19401dependencies = [
19402 "anyhow",
19403 "auditable-serde",
19404 "flate2",
19405 "indexmap",
19406 "serde",
19407 "serde_derive",
19408 "serde_json",
19409 "spdx",
19410 "url",
19411 "wasm-encoder 0.227.1",
19412 "wasmparser 0.227.1",
19413]
19414
19415[[package]]
19416name = "wasm-metadata"
19417version = "0.244.0"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19420dependencies = [
19421 "anyhow",
19422 "indexmap",
19423 "wasm-encoder 0.244.0",
19424 "wasmparser 0.244.0",
19425]
19426
19427[[package]]
19428name = "wasm-streams"
19429version = "0.4.2"
19430source = "registry+https://github.com/rust-lang/crates.io-index"
19431checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19432dependencies = [
19433 "futures-util",
19434 "js-sys",
19435 "wasm-bindgen",
19436 "wasm-bindgen-futures",
19437 "web-sys",
19438]
19439
19440[[package]]
19441name = "wasm_thread"
19442version = "0.3.3"
19443source = "registry+https://github.com/rust-lang/crates.io-index"
19444checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19445dependencies = [
19446 "futures 0.3.31",
19447 "js-sys",
19448 "wasm-bindgen",
19449 "web-sys",
19450]
19451
19452[[package]]
19453name = "wasmparser"
19454version = "0.201.0"
19455source = "registry+https://github.com/rust-lang/crates.io-index"
19456checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19457dependencies = [
19458 "bitflags 2.10.0",
19459 "indexmap",
19460 "semver",
19461]
19462
19463[[package]]
19464name = "wasmparser"
19465version = "0.221.3"
19466source = "registry+https://github.com/rust-lang/crates.io-index"
19467checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19468dependencies = [
19469 "bitflags 2.10.0",
19470 "hashbrown 0.15.5",
19471 "indexmap",
19472 "semver",
19473 "serde",
19474]
19475
19476[[package]]
19477name = "wasmparser"
19478version = "0.227.1"
19479source = "registry+https://github.com/rust-lang/crates.io-index"
19480checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19481dependencies = [
19482 "bitflags 2.10.0",
19483 "hashbrown 0.15.5",
19484 "indexmap",
19485 "semver",
19486]
19487
19488[[package]]
19489name = "wasmparser"
19490version = "0.229.0"
19491source = "registry+https://github.com/rust-lang/crates.io-index"
19492checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19493dependencies = [
19494 "bitflags 2.10.0",
19495 "hashbrown 0.15.5",
19496 "indexmap",
19497 "semver",
19498 "serde",
19499]
19500
19501[[package]]
19502name = "wasmparser"
19503version = "0.244.0"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19506dependencies = [
19507 "bitflags 2.10.0",
19508 "hashbrown 0.15.5",
19509 "indexmap",
19510 "semver",
19511]
19512
19513[[package]]
19514name = "wasmprinter"
19515version = "0.229.0"
19516source = "registry+https://github.com/rust-lang/crates.io-index"
19517checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19518dependencies = [
19519 "anyhow",
19520 "termcolor",
19521 "wasmparser 0.229.0",
19522]
19523
19524[[package]]
19525name = "wasmtime"
19526version = "33.0.2"
19527source = "registry+https://github.com/rust-lang/crates.io-index"
19528checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19529dependencies = [
19530 "addr2line 0.24.2",
19531 "anyhow",
19532 "async-trait",
19533 "bitflags 2.10.0",
19534 "bumpalo",
19535 "cc",
19536 "cfg-if",
19537 "encoding_rs",
19538 "hashbrown 0.15.5",
19539 "indexmap",
19540 "libc",
19541 "log",
19542 "mach2 0.4.3",
19543 "memfd",
19544 "object 0.36.7",
19545 "once_cell",
19546 "postcard",
19547 "psm",
19548 "pulley-interpreter",
19549 "rayon",
19550 "rustix 1.1.2",
19551 "semver",
19552 "serde",
19553 "serde_derive",
19554 "smallvec",
19555 "sptr",
19556 "target-lexicon 0.13.3",
19557 "trait-variant",
19558 "wasmparser 0.229.0",
19559 "wasmtime-asm-macros",
19560 "wasmtime-component-macro",
19561 "wasmtime-component-util",
19562 "wasmtime-cranelift",
19563 "wasmtime-environ",
19564 "wasmtime-fiber",
19565 "wasmtime-jit-icache-coherence",
19566 "wasmtime-math",
19567 "wasmtime-slab",
19568 "wasmtime-versioned-export-macros",
19569 "wasmtime-winch",
19570 "windows-sys 0.59.0",
19571]
19572
19573[[package]]
19574name = "wasmtime-asm-macros"
19575version = "33.0.2"
19576source = "registry+https://github.com/rust-lang/crates.io-index"
19577checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19578dependencies = [
19579 "cfg-if",
19580]
19581
19582[[package]]
19583name = "wasmtime-c-api-impl"
19584version = "33.0.2"
19585source = "registry+https://github.com/rust-lang/crates.io-index"
19586checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19587dependencies = [
19588 "anyhow",
19589 "log",
19590 "tracing",
19591 "wasmtime",
19592 "wasmtime-c-api-macros",
19593]
19594
19595[[package]]
19596name = "wasmtime-c-api-macros"
19597version = "33.0.2"
19598source = "registry+https://github.com/rust-lang/crates.io-index"
19599checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19600dependencies = [
19601 "proc-macro2",
19602 "quote",
19603]
19604
19605[[package]]
19606name = "wasmtime-component-macro"
19607version = "33.0.2"
19608source = "registry+https://github.com/rust-lang/crates.io-index"
19609checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19610dependencies = [
19611 "anyhow",
19612 "proc-macro2",
19613 "quote",
19614 "syn 2.0.117",
19615 "wasmtime-component-util",
19616 "wasmtime-wit-bindgen",
19617 "wit-parser 0.229.0",
19618]
19619
19620[[package]]
19621name = "wasmtime-component-util"
19622version = "33.0.2"
19623source = "registry+https://github.com/rust-lang/crates.io-index"
19624checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19625
19626[[package]]
19627name = "wasmtime-cranelift"
19628version = "33.0.2"
19629source = "registry+https://github.com/rust-lang/crates.io-index"
19630checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19631dependencies = [
19632 "anyhow",
19633 "cfg-if",
19634 "cranelift-codegen",
19635 "cranelift-control",
19636 "cranelift-entity",
19637 "cranelift-frontend",
19638 "cranelift-native",
19639 "gimli 0.31.1",
19640 "itertools 0.14.0",
19641 "log",
19642 "object 0.36.7",
19643 "pulley-interpreter",
19644 "smallvec",
19645 "target-lexicon 0.13.3",
19646 "thiserror 2.0.17",
19647 "wasmparser 0.229.0",
19648 "wasmtime-environ",
19649 "wasmtime-versioned-export-macros",
19650]
19651
19652[[package]]
19653name = "wasmtime-environ"
19654version = "33.0.2"
19655source = "registry+https://github.com/rust-lang/crates.io-index"
19656checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19657dependencies = [
19658 "anyhow",
19659 "cpp_demangle",
19660 "cranelift-bitset",
19661 "cranelift-entity",
19662 "gimli 0.31.1",
19663 "indexmap",
19664 "log",
19665 "object 0.36.7",
19666 "postcard",
19667 "rustc-demangle",
19668 "semver",
19669 "serde",
19670 "serde_derive",
19671 "smallvec",
19672 "target-lexicon 0.13.3",
19673 "wasm-encoder 0.229.0",
19674 "wasmparser 0.229.0",
19675 "wasmprinter",
19676 "wasmtime-component-util",
19677]
19678
19679[[package]]
19680name = "wasmtime-fiber"
19681version = "33.0.2"
19682source = "registry+https://github.com/rust-lang/crates.io-index"
19683checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19684dependencies = [
19685 "anyhow",
19686 "cc",
19687 "cfg-if",
19688 "rustix 1.1.2",
19689 "wasmtime-asm-macros",
19690 "wasmtime-versioned-export-macros",
19691 "windows-sys 0.59.0",
19692]
19693
19694[[package]]
19695name = "wasmtime-jit-icache-coherence"
19696version = "33.0.2"
19697source = "registry+https://github.com/rust-lang/crates.io-index"
19698checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19699dependencies = [
19700 "anyhow",
19701 "cfg-if",
19702 "libc",
19703 "windows-sys 0.59.0",
19704]
19705
19706[[package]]
19707name = "wasmtime-math"
19708version = "33.0.2"
19709source = "registry+https://github.com/rust-lang/crates.io-index"
19710checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19711dependencies = [
19712 "libm",
19713]
19714
19715[[package]]
19716name = "wasmtime-slab"
19717version = "33.0.2"
19718source = "registry+https://github.com/rust-lang/crates.io-index"
19719checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19720
19721[[package]]
19722name = "wasmtime-versioned-export-macros"
19723version = "33.0.2"
19724source = "registry+https://github.com/rust-lang/crates.io-index"
19725checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19726dependencies = [
19727 "proc-macro2",
19728 "quote",
19729 "syn 2.0.117",
19730]
19731
19732[[package]]
19733name = "wasmtime-wasi"
19734version = "33.0.2"
19735source = "registry+https://github.com/rust-lang/crates.io-index"
19736checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19737dependencies = [
19738 "anyhow",
19739 "async-trait",
19740 "bitflags 2.10.0",
19741 "bytes 1.11.1",
19742 "cap-fs-ext",
19743 "cap-net-ext",
19744 "cap-rand",
19745 "cap-std",
19746 "cap-time-ext",
19747 "fs-set-times",
19748 "futures 0.3.31",
19749 "io-extras",
19750 "io-lifetimes",
19751 "rustix 1.1.2",
19752 "system-interface",
19753 "thiserror 2.0.17",
19754 "tokio",
19755 "tracing",
19756 "url",
19757 "wasmtime",
19758 "wasmtime-wasi-io",
19759 "wiggle",
19760 "windows-sys 0.59.0",
19761]
19762
19763[[package]]
19764name = "wasmtime-wasi-io"
19765version = "33.0.2"
19766source = "registry+https://github.com/rust-lang/crates.io-index"
19767checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19768dependencies = [
19769 "anyhow",
19770 "async-trait",
19771 "bytes 1.11.1",
19772 "futures 0.3.31",
19773 "wasmtime",
19774]
19775
19776[[package]]
19777name = "wasmtime-winch"
19778version = "33.0.2"
19779source = "registry+https://github.com/rust-lang/crates.io-index"
19780checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19781dependencies = [
19782 "anyhow",
19783 "cranelift-codegen",
19784 "gimli 0.31.1",
19785 "object 0.36.7",
19786 "target-lexicon 0.13.3",
19787 "wasmparser 0.229.0",
19788 "wasmtime-cranelift",
19789 "wasmtime-environ",
19790 "winch-codegen",
19791]
19792
19793[[package]]
19794name = "wasmtime-wit-bindgen"
19795version = "33.0.2"
19796source = "registry+https://github.com/rust-lang/crates.io-index"
19797checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19798dependencies = [
19799 "anyhow",
19800 "heck 0.5.0",
19801 "indexmap",
19802 "wit-parser 0.229.0",
19803]
19804
19805[[package]]
19806name = "wast"
19807version = "35.0.2"
19808source = "registry+https://github.com/rust-lang/crates.io-index"
19809checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19810dependencies = [
19811 "leb128",
19812]
19813
19814[[package]]
19815name = "watch"
19816version = "0.1.0"
19817dependencies = [
19818 "ctor",
19819 "futures 0.3.31",
19820 "gpui",
19821 "parking_lot",
19822 "zlog",
19823]
19824
19825[[package]]
19826name = "wax"
19827version = "0.7.0"
19828source = "registry+https://github.com/rust-lang/crates.io-index"
19829checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19830dependencies = [
19831 "const_format",
19832 "itertools 0.14.0",
19833 "nom 7.1.3",
19834 "pori",
19835 "regex",
19836 "thiserror 2.0.17",
19837 "walkdir",
19838]
19839
19840[[package]]
19841name = "wayland-backend"
19842version = "0.3.11"
19843source = "registry+https://github.com/rust-lang/crates.io-index"
19844checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19845dependencies = [
19846 "cc",
19847 "downcast-rs",
19848 "rustix 1.1.2",
19849 "scoped-tls",
19850 "smallvec",
19851 "wayland-sys",
19852]
19853
19854[[package]]
19855name = "wayland-client"
19856version = "0.31.11"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19859dependencies = [
19860 "bitflags 2.10.0",
19861 "rustix 1.1.2",
19862 "wayland-backend",
19863 "wayland-scanner",
19864]
19865
19866[[package]]
19867name = "wayland-cursor"
19868version = "0.31.11"
19869source = "registry+https://github.com/rust-lang/crates.io-index"
19870checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19871dependencies = [
19872 "rustix 1.1.2",
19873 "wayland-client",
19874 "xcursor",
19875]
19876
19877[[package]]
19878name = "wayland-protocols"
19879version = "0.32.9"
19880source = "registry+https://github.com/rust-lang/crates.io-index"
19881checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19882dependencies = [
19883 "bitflags 2.10.0",
19884 "wayland-backend",
19885 "wayland-client",
19886 "wayland-scanner",
19887]
19888
19889[[package]]
19890name = "wayland-protocols-plasma"
19891version = "0.3.9"
19892source = "registry+https://github.com/rust-lang/crates.io-index"
19893checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19894dependencies = [
19895 "bitflags 2.10.0",
19896 "wayland-backend",
19897 "wayland-client",
19898 "wayland-protocols",
19899 "wayland-scanner",
19900]
19901
19902[[package]]
19903name = "wayland-protocols-wlr"
19904version = "0.3.9"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19907dependencies = [
19908 "bitflags 2.10.0",
19909 "wayland-backend",
19910 "wayland-client",
19911 "wayland-protocols",
19912 "wayland-scanner",
19913]
19914
19915[[package]]
19916name = "wayland-scanner"
19917version = "0.31.7"
19918source = "registry+https://github.com/rust-lang/crates.io-index"
19919checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19920dependencies = [
19921 "proc-macro2",
19922 "quick-xml 0.37.5",
19923 "quote",
19924]
19925
19926[[package]]
19927name = "wayland-sys"
19928version = "0.31.7"
19929source = "registry+https://github.com/rust-lang/crates.io-index"
19930checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19931dependencies = [
19932 "dlib",
19933 "log",
19934 "once_cell",
19935 "pkg-config",
19936]
19937
19938[[package]]
19939name = "web-sys"
19940version = "0.3.90"
19941source = "registry+https://github.com/rust-lang/crates.io-index"
19942checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19943dependencies = [
19944 "js-sys",
19945 "wasm-bindgen",
19946]
19947
19948[[package]]
19949name = "web-time"
19950version = "1.1.0"
19951source = "registry+https://github.com/rust-lang/crates.io-index"
19952checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19953dependencies = [
19954 "js-sys",
19955 "wasm-bindgen",
19956]
19957
19958[[package]]
19959name = "web_atoms"
19960version = "0.1.3"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19963dependencies = [
19964 "phf 0.11.3",
19965 "phf_codegen",
19966 "string_cache",
19967 "string_cache_codegen",
19968]
19969
19970[[package]]
19971name = "web_search"
19972version = "0.1.0"
19973dependencies = [
19974 "anyhow",
19975 "cloud_llm_client",
19976 "collections",
19977 "gpui",
19978 "serde",
19979]
19980
19981[[package]]
19982name = "web_search_providers"
19983version = "0.1.0"
19984dependencies = [
19985 "anyhow",
19986 "client",
19987 "cloud_api_types",
19988 "cloud_llm_client",
19989 "futures 0.3.31",
19990 "gpui",
19991 "http_client",
19992 "language_model",
19993 "serde",
19994 "serde_json",
19995 "web_search",
19996]
19997
19998[[package]]
19999name = "webpki-root-certs"
20000version = "0.26.8"
20001source = "registry+https://github.com/rust-lang/crates.io-index"
20002checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20003dependencies = [
20004 "rustls-pki-types",
20005]
20006
20007[[package]]
20008name = "webpki-roots"
20009version = "0.26.8"
20010source = "registry+https://github.com/rust-lang/crates.io-index"
20011checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20012dependencies = [
20013 "rustls-pki-types",
20014]
20015
20016[[package]]
20017name = "webrtc-sys"
20018version = "0.3.23"
20019source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20020dependencies = [
20021 "cc",
20022 "cxx",
20023 "cxx-build",
20024 "glob",
20025 "log",
20026 "pkg-config",
20027 "webrtc-sys-build",
20028]
20029
20030[[package]]
20031name = "webrtc-sys-build"
20032version = "0.3.13"
20033source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20034dependencies = [
20035 "anyhow",
20036 "fs2",
20037 "regex",
20038 "reqwest 0.12.24",
20039 "scratch",
20040 "semver",
20041 "zip 0.6.6",
20042]
20043
20044[[package]]
20045name = "weezl"
20046version = "0.1.10"
20047source = "registry+https://github.com/rust-lang/crates.io-index"
20048checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20049
20050[[package]]
20051name = "wgpu"
20052version = "29.0.0"
20053source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20054dependencies = [
20055 "arrayvec",
20056 "bitflags 2.10.0",
20057 "bytemuck",
20058 "cfg-if",
20059 "cfg_aliases 0.2.1",
20060 "document-features",
20061 "hashbrown 0.16.1",
20062 "js-sys",
20063 "log",
20064 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20065 "parking_lot",
20066 "portable-atomic",
20067 "profiling",
20068 "raw-window-handle",
20069 "smallvec",
20070 "static_assertions",
20071 "wasm-bindgen",
20072 "wasm-bindgen-futures",
20073 "web-sys",
20074 "wgpu-core",
20075 "wgpu-hal",
20076 "wgpu-types",
20077]
20078
20079[[package]]
20080name = "wgpu-core"
20081version = "29.0.0"
20082source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20083dependencies = [
20084 "arrayvec",
20085 "bit-set 0.9.1",
20086 "bit-vec 0.9.1",
20087 "bitflags 2.10.0",
20088 "bytemuck",
20089 "cfg_aliases 0.2.1",
20090 "document-features",
20091 "hashbrown 0.16.1",
20092 "indexmap",
20093 "log",
20094 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20095 "once_cell",
20096 "parking_lot",
20097 "portable-atomic",
20098 "profiling",
20099 "raw-window-handle",
20100 "rustc-hash 1.1.0",
20101 "smallvec",
20102 "thiserror 2.0.17",
20103 "wgpu-core-deps-apple",
20104 "wgpu-core-deps-emscripten",
20105 "wgpu-core-deps-windows-linux-android",
20106 "wgpu-hal",
20107 "wgpu-naga-bridge",
20108 "wgpu-types",
20109]
20110
20111[[package]]
20112name = "wgpu-core-deps-apple"
20113version = "29.0.0"
20114source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20115dependencies = [
20116 "wgpu-hal",
20117]
20118
20119[[package]]
20120name = "wgpu-core-deps-emscripten"
20121version = "29.0.0"
20122source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20123dependencies = [
20124 "wgpu-hal",
20125]
20126
20127[[package]]
20128name = "wgpu-core-deps-windows-linux-android"
20129version = "29.0.0"
20130source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20131dependencies = [
20132 "wgpu-hal",
20133]
20134
20135[[package]]
20136name = "wgpu-hal"
20137version = "29.0.0"
20138source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20139dependencies = [
20140 "android_system_properties",
20141 "arrayvec",
20142 "ash",
20143 "bit-set 0.9.1",
20144 "bitflags 2.10.0",
20145 "block2",
20146 "bytemuck",
20147 "cfg-if",
20148 "cfg_aliases 0.2.1",
20149 "glow",
20150 "glutin_wgl_sys",
20151 "gpu-allocator",
20152 "gpu-descriptor",
20153 "hashbrown 0.16.1",
20154 "js-sys",
20155 "khronos-egl",
20156 "libc",
20157 "libloading",
20158 "log",
20159 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20160 "ndk-sys",
20161 "objc2",
20162 "objc2-core-foundation",
20163 "objc2-foundation",
20164 "objc2-metal",
20165 "objc2-quartz-core",
20166 "once_cell",
20167 "ordered-float 4.6.0",
20168 "parking_lot",
20169 "portable-atomic",
20170 "portable-atomic-util",
20171 "profiling",
20172 "range-alloc",
20173 "raw-window-handle",
20174 "raw-window-metal",
20175 "renderdoc-sys",
20176 "smallvec",
20177 "thiserror 2.0.17",
20178 "wasm-bindgen",
20179 "wayland-sys",
20180 "web-sys",
20181 "wgpu-naga-bridge",
20182 "wgpu-types",
20183 "windows 0.62.2",
20184 "windows-core 0.62.2",
20185]
20186
20187[[package]]
20188name = "wgpu-naga-bridge"
20189version = "29.0.0"
20190source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20191dependencies = [
20192 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20193 "wgpu-types",
20194]
20195
20196[[package]]
20197name = "wgpu-types"
20198version = "29.0.0"
20199source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20200dependencies = [
20201 "bitflags 2.10.0",
20202 "bytemuck",
20203 "js-sys",
20204 "log",
20205 "raw-window-handle",
20206 "web-sys",
20207]
20208
20209[[package]]
20210name = "which"
20211version = "4.4.2"
20212source = "registry+https://github.com/rust-lang/crates.io-index"
20213checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20214dependencies = [
20215 "either",
20216 "home",
20217 "once_cell",
20218 "rustix 0.38.44",
20219]
20220
20221[[package]]
20222name = "which"
20223version = "6.0.3"
20224source = "registry+https://github.com/rust-lang/crates.io-index"
20225checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20226dependencies = [
20227 "either",
20228 "home",
20229 "rustix 0.38.44",
20230 "winsafe",
20231]
20232
20233[[package]]
20234name = "which_key"
20235version = "0.1.0"
20236dependencies = [
20237 "command_palette",
20238 "gpui",
20239 "serde",
20240 "settings",
20241 "theme_settings",
20242 "ui",
20243 "util",
20244 "workspace",
20245]
20246
20247[[package]]
20248name = "whoami"
20249version = "1.6.1"
20250source = "registry+https://github.com/rust-lang/crates.io-index"
20251checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20252dependencies = [
20253 "libredox",
20254 "wasite",
20255]
20256
20257[[package]]
20258name = "wiggle"
20259version = "33.0.2"
20260source = "registry+https://github.com/rust-lang/crates.io-index"
20261checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20262dependencies = [
20263 "anyhow",
20264 "async-trait",
20265 "bitflags 2.10.0",
20266 "thiserror 2.0.17",
20267 "tracing",
20268 "wasmtime",
20269 "wiggle-macro",
20270]
20271
20272[[package]]
20273name = "wiggle-generate"
20274version = "33.0.2"
20275source = "registry+https://github.com/rust-lang/crates.io-index"
20276checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20277dependencies = [
20278 "anyhow",
20279 "heck 0.5.0",
20280 "proc-macro2",
20281 "quote",
20282 "syn 2.0.117",
20283 "witx",
20284]
20285
20286[[package]]
20287name = "wiggle-macro"
20288version = "33.0.2"
20289source = "registry+https://github.com/rust-lang/crates.io-index"
20290checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20291dependencies = [
20292 "proc-macro2",
20293 "quote",
20294 "syn 2.0.117",
20295 "wiggle-generate",
20296]
20297
20298[[package]]
20299name = "winapi"
20300version = "0.3.9"
20301source = "registry+https://github.com/rust-lang/crates.io-index"
20302checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20303dependencies = [
20304 "winapi-i686-pc-windows-gnu",
20305 "winapi-x86_64-pc-windows-gnu",
20306]
20307
20308[[package]]
20309name = "winapi-i686-pc-windows-gnu"
20310version = "0.4.0"
20311source = "registry+https://github.com/rust-lang/crates.io-index"
20312checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20313
20314[[package]]
20315name = "winapi-util"
20316version = "0.1.11"
20317source = "registry+https://github.com/rust-lang/crates.io-index"
20318checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20319dependencies = [
20320 "windows-sys 0.61.2",
20321]
20322
20323[[package]]
20324name = "winapi-x86_64-pc-windows-gnu"
20325version = "0.4.0"
20326source = "registry+https://github.com/rust-lang/crates.io-index"
20327checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20328
20329[[package]]
20330name = "winch-codegen"
20331version = "33.0.2"
20332source = "registry+https://github.com/rust-lang/crates.io-index"
20333checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20334dependencies = [
20335 "anyhow",
20336 "cranelift-assembler-x64",
20337 "cranelift-codegen",
20338 "gimli 0.31.1",
20339 "regalloc2",
20340 "smallvec",
20341 "target-lexicon 0.13.3",
20342 "thiserror 2.0.17",
20343 "wasmparser 0.229.0",
20344 "wasmtime-cranelift",
20345 "wasmtime-environ",
20346]
20347
20348[[package]]
20349name = "windows"
20350version = "0.57.0"
20351source = "registry+https://github.com/rust-lang/crates.io-index"
20352checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20353dependencies = [
20354 "windows-core 0.57.0",
20355 "windows-targets 0.52.6",
20356]
20357
20358[[package]]
20359name = "windows"
20360version = "0.58.0"
20361source = "registry+https://github.com/rust-lang/crates.io-index"
20362checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20363dependencies = [
20364 "windows-core 0.58.0",
20365 "windows-targets 0.52.6",
20366]
20367
20368[[package]]
20369name = "windows"
20370version = "0.61.3"
20371source = "registry+https://github.com/rust-lang/crates.io-index"
20372checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20373dependencies = [
20374 "windows-collections 0.2.0",
20375 "windows-core 0.61.2",
20376 "windows-future 0.2.1",
20377 "windows-link 0.1.3",
20378 "windows-numerics 0.2.0",
20379]
20380
20381[[package]]
20382name = "windows"
20383version = "0.62.2"
20384source = "registry+https://github.com/rust-lang/crates.io-index"
20385checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20386dependencies = [
20387 "windows-collections 0.3.2",
20388 "windows-core 0.62.2",
20389 "windows-future 0.3.2",
20390 "windows-numerics 0.3.1",
20391]
20392
20393[[package]]
20394name = "windows-bindgen"
20395version = "0.61.1"
20396source = "registry+https://github.com/rust-lang/crates.io-index"
20397checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20398dependencies = [
20399 "serde",
20400 "serde_json",
20401 "windows-threading 0.1.0",
20402]
20403
20404[[package]]
20405name = "windows-capture"
20406version = "1.4.3"
20407source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20408dependencies = [
20409 "clap",
20410 "ctrlc",
20411 "parking_lot",
20412 "rayon",
20413 "thiserror 2.0.17",
20414 "windows 0.61.3",
20415 "windows-future 0.2.1",
20416]
20417
20418[[package]]
20419name = "windows-collections"
20420version = "0.2.0"
20421source = "registry+https://github.com/rust-lang/crates.io-index"
20422checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20423dependencies = [
20424 "windows-core 0.61.2",
20425]
20426
20427[[package]]
20428name = "windows-collections"
20429version = "0.3.2"
20430source = "registry+https://github.com/rust-lang/crates.io-index"
20431checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20432dependencies = [
20433 "windows-core 0.62.2",
20434]
20435
20436[[package]]
20437name = "windows-core"
20438version = "0.57.0"
20439source = "registry+https://github.com/rust-lang/crates.io-index"
20440checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20441dependencies = [
20442 "windows-implement 0.57.0",
20443 "windows-interface 0.57.0",
20444 "windows-result 0.1.2",
20445 "windows-targets 0.52.6",
20446]
20447
20448[[package]]
20449name = "windows-core"
20450version = "0.58.0"
20451source = "registry+https://github.com/rust-lang/crates.io-index"
20452checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20453dependencies = [
20454 "windows-implement 0.58.0",
20455 "windows-interface 0.58.0",
20456 "windows-result 0.2.0",
20457 "windows-strings 0.1.0",
20458 "windows-targets 0.52.6",
20459]
20460
20461[[package]]
20462name = "windows-core"
20463version = "0.61.2"
20464source = "registry+https://github.com/rust-lang/crates.io-index"
20465checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20466dependencies = [
20467 "windows-implement 0.60.2",
20468 "windows-interface 0.59.3",
20469 "windows-link 0.1.3",
20470 "windows-result 0.3.4",
20471 "windows-strings 0.4.2",
20472]
20473
20474[[package]]
20475name = "windows-core"
20476version = "0.62.2"
20477source = "registry+https://github.com/rust-lang/crates.io-index"
20478checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20479dependencies = [
20480 "windows-implement 0.60.2",
20481 "windows-interface 0.59.3",
20482 "windows-link 0.2.1",
20483 "windows-result 0.4.1",
20484 "windows-strings 0.5.1",
20485]
20486
20487[[package]]
20488name = "windows-future"
20489version = "0.2.1"
20490source = "registry+https://github.com/rust-lang/crates.io-index"
20491checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20492dependencies = [
20493 "windows-core 0.61.2",
20494 "windows-link 0.1.3",
20495 "windows-threading 0.1.0",
20496]
20497
20498[[package]]
20499name = "windows-future"
20500version = "0.3.2"
20501source = "registry+https://github.com/rust-lang/crates.io-index"
20502checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20503dependencies = [
20504 "windows-core 0.62.2",
20505 "windows-link 0.2.1",
20506 "windows-threading 0.2.1",
20507]
20508
20509[[package]]
20510name = "windows-implement"
20511version = "0.57.0"
20512source = "registry+https://github.com/rust-lang/crates.io-index"
20513checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20514dependencies = [
20515 "proc-macro2",
20516 "quote",
20517 "syn 2.0.117",
20518]
20519
20520[[package]]
20521name = "windows-implement"
20522version = "0.58.0"
20523source = "registry+https://github.com/rust-lang/crates.io-index"
20524checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20525dependencies = [
20526 "proc-macro2",
20527 "quote",
20528 "syn 2.0.117",
20529]
20530
20531[[package]]
20532name = "windows-implement"
20533version = "0.60.2"
20534source = "registry+https://github.com/rust-lang/crates.io-index"
20535checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20536dependencies = [
20537 "proc-macro2",
20538 "quote",
20539 "syn 2.0.117",
20540]
20541
20542[[package]]
20543name = "windows-interface"
20544version = "0.57.0"
20545source = "registry+https://github.com/rust-lang/crates.io-index"
20546checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20547dependencies = [
20548 "proc-macro2",
20549 "quote",
20550 "syn 2.0.117",
20551]
20552
20553[[package]]
20554name = "windows-interface"
20555version = "0.58.0"
20556source = "registry+https://github.com/rust-lang/crates.io-index"
20557checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20558dependencies = [
20559 "proc-macro2",
20560 "quote",
20561 "syn 2.0.117",
20562]
20563
20564[[package]]
20565name = "windows-interface"
20566version = "0.59.3"
20567source = "registry+https://github.com/rust-lang/crates.io-index"
20568checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20569dependencies = [
20570 "proc-macro2",
20571 "quote",
20572 "syn 2.0.117",
20573]
20574
20575[[package]]
20576name = "windows-link"
20577version = "0.1.3"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20580
20581[[package]]
20582name = "windows-link"
20583version = "0.2.1"
20584source = "registry+https://github.com/rust-lang/crates.io-index"
20585checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20586
20587[[package]]
20588name = "windows-numerics"
20589version = "0.2.0"
20590source = "registry+https://github.com/rust-lang/crates.io-index"
20591checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20592dependencies = [
20593 "windows-core 0.61.2",
20594 "windows-link 0.1.3",
20595]
20596
20597[[package]]
20598name = "windows-numerics"
20599version = "0.3.1"
20600source = "registry+https://github.com/rust-lang/crates.io-index"
20601checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20602dependencies = [
20603 "windows-core 0.62.2",
20604 "windows-link 0.2.1",
20605]
20606
20607[[package]]
20608name = "windows-registry"
20609version = "0.4.0"
20610source = "registry+https://github.com/rust-lang/crates.io-index"
20611checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20612dependencies = [
20613 "windows-result 0.3.4",
20614 "windows-strings 0.3.1",
20615 "windows-targets 0.53.5",
20616]
20617
20618[[package]]
20619name = "windows-registry"
20620version = "0.5.3"
20621source = "registry+https://github.com/rust-lang/crates.io-index"
20622checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20623dependencies = [
20624 "windows-link 0.1.3",
20625 "windows-result 0.3.4",
20626 "windows-strings 0.4.2",
20627]
20628
20629[[package]]
20630name = "windows-registry"
20631version = "0.6.1"
20632source = "registry+https://github.com/rust-lang/crates.io-index"
20633checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20634dependencies = [
20635 "windows-link 0.2.1",
20636 "windows-result 0.4.1",
20637 "windows-strings 0.5.1",
20638]
20639
20640[[package]]
20641name = "windows-result"
20642version = "0.1.2"
20643source = "registry+https://github.com/rust-lang/crates.io-index"
20644checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20645dependencies = [
20646 "windows-targets 0.52.6",
20647]
20648
20649[[package]]
20650name = "windows-result"
20651version = "0.2.0"
20652source = "registry+https://github.com/rust-lang/crates.io-index"
20653checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20654dependencies = [
20655 "windows-targets 0.52.6",
20656]
20657
20658[[package]]
20659name = "windows-result"
20660version = "0.3.4"
20661source = "registry+https://github.com/rust-lang/crates.io-index"
20662checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20663dependencies = [
20664 "windows-link 0.1.3",
20665]
20666
20667[[package]]
20668name = "windows-result"
20669version = "0.4.1"
20670source = "registry+https://github.com/rust-lang/crates.io-index"
20671checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20672dependencies = [
20673 "windows-link 0.2.1",
20674]
20675
20676[[package]]
20677name = "windows-strings"
20678version = "0.1.0"
20679source = "registry+https://github.com/rust-lang/crates.io-index"
20680checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20681dependencies = [
20682 "windows-result 0.2.0",
20683 "windows-targets 0.52.6",
20684]
20685
20686[[package]]
20687name = "windows-strings"
20688version = "0.3.1"
20689source = "registry+https://github.com/rust-lang/crates.io-index"
20690checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20691dependencies = [
20692 "windows-link 0.1.3",
20693]
20694
20695[[package]]
20696name = "windows-strings"
20697version = "0.4.2"
20698source = "registry+https://github.com/rust-lang/crates.io-index"
20699checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20700dependencies = [
20701 "windows-link 0.1.3",
20702]
20703
20704[[package]]
20705name = "windows-strings"
20706version = "0.5.1"
20707source = "registry+https://github.com/rust-lang/crates.io-index"
20708checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20709dependencies = [
20710 "windows-link 0.2.1",
20711]
20712
20713[[package]]
20714name = "windows-sys"
20715version = "0.45.0"
20716source = "registry+https://github.com/rust-lang/crates.io-index"
20717checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20718dependencies = [
20719 "windows-targets 0.42.2",
20720]
20721
20722[[package]]
20723name = "windows-sys"
20724version = "0.48.0"
20725source = "registry+https://github.com/rust-lang/crates.io-index"
20726checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20727dependencies = [
20728 "windows-targets 0.48.5",
20729]
20730
20731[[package]]
20732name = "windows-sys"
20733version = "0.52.0"
20734source = "registry+https://github.com/rust-lang/crates.io-index"
20735checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20736dependencies = [
20737 "windows-targets 0.52.6",
20738]
20739
20740[[package]]
20741name = "windows-sys"
20742version = "0.59.0"
20743source = "registry+https://github.com/rust-lang/crates.io-index"
20744checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20745dependencies = [
20746 "windows-targets 0.52.6",
20747]
20748
20749[[package]]
20750name = "windows-sys"
20751version = "0.60.2"
20752source = "registry+https://github.com/rust-lang/crates.io-index"
20753checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20754dependencies = [
20755 "windows-targets 0.53.5",
20756]
20757
20758[[package]]
20759name = "windows-sys"
20760version = "0.61.2"
20761source = "registry+https://github.com/rust-lang/crates.io-index"
20762checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20763dependencies = [
20764 "windows-link 0.2.1",
20765]
20766
20767[[package]]
20768name = "windows-targets"
20769version = "0.42.2"
20770source = "registry+https://github.com/rust-lang/crates.io-index"
20771checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20772dependencies = [
20773 "windows_aarch64_gnullvm 0.42.2",
20774 "windows_aarch64_msvc 0.42.2",
20775 "windows_i686_gnu 0.42.2",
20776 "windows_i686_msvc 0.42.2",
20777 "windows_x86_64_gnu 0.42.2",
20778 "windows_x86_64_gnullvm 0.42.2",
20779 "windows_x86_64_msvc 0.42.2",
20780]
20781
20782[[package]]
20783name = "windows-targets"
20784version = "0.48.5"
20785source = "registry+https://github.com/rust-lang/crates.io-index"
20786checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20787dependencies = [
20788 "windows_aarch64_gnullvm 0.48.5",
20789 "windows_aarch64_msvc 0.48.5",
20790 "windows_i686_gnu 0.48.5",
20791 "windows_i686_msvc 0.48.5",
20792 "windows_x86_64_gnu 0.48.5",
20793 "windows_x86_64_gnullvm 0.48.5",
20794 "windows_x86_64_msvc 0.48.5",
20795]
20796
20797[[package]]
20798name = "windows-targets"
20799version = "0.52.6"
20800source = "registry+https://github.com/rust-lang/crates.io-index"
20801checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20802dependencies = [
20803 "windows_aarch64_gnullvm 0.52.6",
20804 "windows_aarch64_msvc 0.52.6",
20805 "windows_i686_gnu 0.52.6",
20806 "windows_i686_gnullvm 0.52.6",
20807 "windows_i686_msvc 0.52.6",
20808 "windows_x86_64_gnu 0.52.6",
20809 "windows_x86_64_gnullvm 0.52.6",
20810 "windows_x86_64_msvc 0.52.6",
20811]
20812
20813[[package]]
20814name = "windows-targets"
20815version = "0.53.5"
20816source = "registry+https://github.com/rust-lang/crates.io-index"
20817checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20818dependencies = [
20819 "windows-link 0.2.1",
20820 "windows_aarch64_gnullvm 0.53.1",
20821 "windows_aarch64_msvc 0.53.1",
20822 "windows_i686_gnu 0.53.1",
20823 "windows_i686_gnullvm 0.53.1",
20824 "windows_i686_msvc 0.53.1",
20825 "windows_x86_64_gnu 0.53.1",
20826 "windows_x86_64_gnullvm 0.53.1",
20827 "windows_x86_64_msvc 0.53.1",
20828]
20829
20830[[package]]
20831name = "windows-threading"
20832version = "0.1.0"
20833source = "registry+https://github.com/rust-lang/crates.io-index"
20834checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20835dependencies = [
20836 "windows-link 0.1.3",
20837]
20838
20839[[package]]
20840name = "windows-threading"
20841version = "0.2.1"
20842source = "registry+https://github.com/rust-lang/crates.io-index"
20843checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20844dependencies = [
20845 "windows-link 0.2.1",
20846]
20847
20848[[package]]
20849name = "windows_aarch64_gnullvm"
20850version = "0.42.2"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20853
20854[[package]]
20855name = "windows_aarch64_gnullvm"
20856version = "0.48.5"
20857source = "registry+https://github.com/rust-lang/crates.io-index"
20858checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20859
20860[[package]]
20861name = "windows_aarch64_gnullvm"
20862version = "0.52.6"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20865
20866[[package]]
20867name = "windows_aarch64_gnullvm"
20868version = "0.53.1"
20869source = "registry+https://github.com/rust-lang/crates.io-index"
20870checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20871
20872[[package]]
20873name = "windows_aarch64_msvc"
20874version = "0.42.2"
20875source = "registry+https://github.com/rust-lang/crates.io-index"
20876checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20877
20878[[package]]
20879name = "windows_aarch64_msvc"
20880version = "0.48.5"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20883
20884[[package]]
20885name = "windows_aarch64_msvc"
20886version = "0.52.6"
20887source = "registry+https://github.com/rust-lang/crates.io-index"
20888checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20889
20890[[package]]
20891name = "windows_aarch64_msvc"
20892version = "0.53.1"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20895
20896[[package]]
20897name = "windows_i686_gnu"
20898version = "0.42.2"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20901
20902[[package]]
20903name = "windows_i686_gnu"
20904version = "0.48.5"
20905source = "registry+https://github.com/rust-lang/crates.io-index"
20906checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20907
20908[[package]]
20909name = "windows_i686_gnu"
20910version = "0.52.6"
20911source = "registry+https://github.com/rust-lang/crates.io-index"
20912checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20913
20914[[package]]
20915name = "windows_i686_gnu"
20916version = "0.53.1"
20917source = "registry+https://github.com/rust-lang/crates.io-index"
20918checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20919
20920[[package]]
20921name = "windows_i686_gnullvm"
20922version = "0.52.6"
20923source = "registry+https://github.com/rust-lang/crates.io-index"
20924checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20925
20926[[package]]
20927name = "windows_i686_gnullvm"
20928version = "0.53.1"
20929source = "registry+https://github.com/rust-lang/crates.io-index"
20930checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20931
20932[[package]]
20933name = "windows_i686_msvc"
20934version = "0.42.2"
20935source = "registry+https://github.com/rust-lang/crates.io-index"
20936checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20937
20938[[package]]
20939name = "windows_i686_msvc"
20940version = "0.48.5"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20943
20944[[package]]
20945name = "windows_i686_msvc"
20946version = "0.52.6"
20947source = "registry+https://github.com/rust-lang/crates.io-index"
20948checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20949
20950[[package]]
20951name = "windows_i686_msvc"
20952version = "0.53.1"
20953source = "registry+https://github.com/rust-lang/crates.io-index"
20954checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20955
20956[[package]]
20957name = "windows_x86_64_gnu"
20958version = "0.42.2"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20961
20962[[package]]
20963name = "windows_x86_64_gnu"
20964version = "0.48.5"
20965source = "registry+https://github.com/rust-lang/crates.io-index"
20966checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20967
20968[[package]]
20969name = "windows_x86_64_gnu"
20970version = "0.52.6"
20971source = "registry+https://github.com/rust-lang/crates.io-index"
20972checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20973
20974[[package]]
20975name = "windows_x86_64_gnu"
20976version = "0.53.1"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20979
20980[[package]]
20981name = "windows_x86_64_gnullvm"
20982version = "0.42.2"
20983source = "registry+https://github.com/rust-lang/crates.io-index"
20984checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20985
20986[[package]]
20987name = "windows_x86_64_gnullvm"
20988version = "0.48.5"
20989source = "registry+https://github.com/rust-lang/crates.io-index"
20990checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20991
20992[[package]]
20993name = "windows_x86_64_gnullvm"
20994version = "0.52.6"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20997
20998[[package]]
20999name = "windows_x86_64_gnullvm"
21000version = "0.53.1"
21001source = "registry+https://github.com/rust-lang/crates.io-index"
21002checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21003
21004[[package]]
21005name = "windows_x86_64_msvc"
21006version = "0.42.2"
21007source = "registry+https://github.com/rust-lang/crates.io-index"
21008checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21009
21010[[package]]
21011name = "windows_x86_64_msvc"
21012version = "0.48.5"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21015
21016[[package]]
21017name = "windows_x86_64_msvc"
21018version = "0.52.6"
21019source = "registry+https://github.com/rust-lang/crates.io-index"
21020checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21021
21022[[package]]
21023name = "windows_x86_64_msvc"
21024version = "0.53.1"
21025source = "registry+https://github.com/rust-lang/crates.io-index"
21026checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21027
21028[[package]]
21029name = "winnow"
21030version = "0.7.13"
21031source = "registry+https://github.com/rust-lang/crates.io-index"
21032checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21033dependencies = [
21034 "memchr",
21035]
21036
21037[[package]]
21038name = "winreg"
21039version = "0.10.1"
21040source = "registry+https://github.com/rust-lang/crates.io-index"
21041checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21042dependencies = [
21043 "winapi",
21044]
21045
21046[[package]]
21047name = "winreg"
21048version = "0.50.0"
21049source = "registry+https://github.com/rust-lang/crates.io-index"
21050checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21051dependencies = [
21052 "cfg-if",
21053 "windows-sys 0.48.0",
21054]
21055
21056[[package]]
21057name = "winreg"
21058version = "0.55.0"
21059source = "registry+https://github.com/rust-lang/crates.io-index"
21060checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21061dependencies = [
21062 "cfg-if",
21063 "windows-sys 0.59.0",
21064]
21065
21066[[package]]
21067name = "winresource"
21068version = "0.1.23"
21069source = "registry+https://github.com/rust-lang/crates.io-index"
21070checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21071dependencies = [
21072 "toml 0.8.23",
21073 "version_check",
21074]
21075
21076[[package]]
21077name = "winsafe"
21078version = "0.0.19"
21079source = "registry+https://github.com/rust-lang/crates.io-index"
21080checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21081
21082[[package]]
21083name = "winx"
21084version = "0.36.4"
21085source = "registry+https://github.com/rust-lang/crates.io-index"
21086checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21087dependencies = [
21088 "bitflags 2.10.0",
21089 "windows-sys 0.59.0",
21090]
21091
21092[[package]]
21093name = "wio"
21094version = "0.2.2"
21095source = "registry+https://github.com/rust-lang/crates.io-index"
21096checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21097dependencies = [
21098 "winapi",
21099]
21100
21101[[package]]
21102name = "wit-bindgen"
21103version = "0.22.0"
21104source = "registry+https://github.com/rust-lang/crates.io-index"
21105checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21106dependencies = [
21107 "bitflags 2.10.0",
21108 "wit-bindgen-rt 0.22.0",
21109 "wit-bindgen-rust-macro 0.22.0",
21110]
21111
21112[[package]]
21113name = "wit-bindgen"
21114version = "0.41.0"
21115source = "registry+https://github.com/rust-lang/crates.io-index"
21116checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21117dependencies = [
21118 "wit-bindgen-rt 0.41.0",
21119 "wit-bindgen-rust-macro 0.41.0",
21120]
21121
21122[[package]]
21123name = "wit-bindgen"
21124version = "0.46.0"
21125source = "registry+https://github.com/rust-lang/crates.io-index"
21126checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21127
21128[[package]]
21129name = "wit-bindgen"
21130version = "0.51.0"
21131source = "registry+https://github.com/rust-lang/crates.io-index"
21132checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21133dependencies = [
21134 "wit-bindgen-rust-macro 0.51.0",
21135]
21136
21137[[package]]
21138name = "wit-bindgen-core"
21139version = "0.22.0"
21140source = "registry+https://github.com/rust-lang/crates.io-index"
21141checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21142dependencies = [
21143 "anyhow",
21144 "wit-parser 0.201.0",
21145]
21146
21147[[package]]
21148name = "wit-bindgen-core"
21149version = "0.41.0"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21152dependencies = [
21153 "anyhow",
21154 "heck 0.5.0",
21155 "wit-parser 0.227.1",
21156]
21157
21158[[package]]
21159name = "wit-bindgen-core"
21160version = "0.51.0"
21161source = "registry+https://github.com/rust-lang/crates.io-index"
21162checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21163dependencies = [
21164 "anyhow",
21165 "heck 0.5.0",
21166 "wit-parser 0.244.0",
21167]
21168
21169[[package]]
21170name = "wit-bindgen-rt"
21171version = "0.22.0"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21174
21175[[package]]
21176name = "wit-bindgen-rt"
21177version = "0.41.0"
21178source = "registry+https://github.com/rust-lang/crates.io-index"
21179checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21180dependencies = [
21181 "bitflags 2.10.0",
21182 "futures 0.3.31",
21183 "once_cell",
21184]
21185
21186[[package]]
21187name = "wit-bindgen-rust"
21188version = "0.22.0"
21189source = "registry+https://github.com/rust-lang/crates.io-index"
21190checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21191dependencies = [
21192 "anyhow",
21193 "heck 0.4.1",
21194 "indexmap",
21195 "wasm-metadata 0.201.0",
21196 "wit-bindgen-core 0.22.0",
21197 "wit-component 0.201.0",
21198]
21199
21200[[package]]
21201name = "wit-bindgen-rust"
21202version = "0.41.0"
21203source = "registry+https://github.com/rust-lang/crates.io-index"
21204checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21205dependencies = [
21206 "anyhow",
21207 "heck 0.5.0",
21208 "indexmap",
21209 "prettyplease",
21210 "syn 2.0.117",
21211 "wasm-metadata 0.227.1",
21212 "wit-bindgen-core 0.41.0",
21213 "wit-component 0.227.1",
21214]
21215
21216[[package]]
21217name = "wit-bindgen-rust"
21218version = "0.51.0"
21219source = "registry+https://github.com/rust-lang/crates.io-index"
21220checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21221dependencies = [
21222 "anyhow",
21223 "heck 0.5.0",
21224 "indexmap",
21225 "prettyplease",
21226 "syn 2.0.117",
21227 "wasm-metadata 0.244.0",
21228 "wit-bindgen-core 0.51.0",
21229 "wit-component 0.244.0",
21230]
21231
21232[[package]]
21233name = "wit-bindgen-rust-macro"
21234version = "0.22.0"
21235source = "registry+https://github.com/rust-lang/crates.io-index"
21236checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21237dependencies = [
21238 "anyhow",
21239 "proc-macro2",
21240 "quote",
21241 "syn 2.0.117",
21242 "wit-bindgen-core 0.22.0",
21243 "wit-bindgen-rust 0.22.0",
21244]
21245
21246[[package]]
21247name = "wit-bindgen-rust-macro"
21248version = "0.41.0"
21249source = "registry+https://github.com/rust-lang/crates.io-index"
21250checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21251dependencies = [
21252 "anyhow",
21253 "prettyplease",
21254 "proc-macro2",
21255 "quote",
21256 "syn 2.0.117",
21257 "wit-bindgen-core 0.41.0",
21258 "wit-bindgen-rust 0.41.0",
21259]
21260
21261[[package]]
21262name = "wit-bindgen-rust-macro"
21263version = "0.51.0"
21264source = "registry+https://github.com/rust-lang/crates.io-index"
21265checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21266dependencies = [
21267 "anyhow",
21268 "prettyplease",
21269 "proc-macro2",
21270 "quote",
21271 "syn 2.0.117",
21272 "wit-bindgen-core 0.51.0",
21273 "wit-bindgen-rust 0.51.0",
21274]
21275
21276[[package]]
21277name = "wit-component"
21278version = "0.201.0"
21279source = "registry+https://github.com/rust-lang/crates.io-index"
21280checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21281dependencies = [
21282 "anyhow",
21283 "bitflags 2.10.0",
21284 "indexmap",
21285 "log",
21286 "serde",
21287 "serde_derive",
21288 "serde_json",
21289 "wasm-encoder 0.201.0",
21290 "wasm-metadata 0.201.0",
21291 "wasmparser 0.201.0",
21292 "wit-parser 0.201.0",
21293]
21294
21295[[package]]
21296name = "wit-component"
21297version = "0.227.1"
21298source = "registry+https://github.com/rust-lang/crates.io-index"
21299checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21300dependencies = [
21301 "anyhow",
21302 "bitflags 2.10.0",
21303 "indexmap",
21304 "log",
21305 "serde",
21306 "serde_derive",
21307 "serde_json",
21308 "wasm-encoder 0.227.1",
21309 "wasm-metadata 0.227.1",
21310 "wasmparser 0.227.1",
21311 "wit-parser 0.227.1",
21312]
21313
21314[[package]]
21315name = "wit-component"
21316version = "0.244.0"
21317source = "registry+https://github.com/rust-lang/crates.io-index"
21318checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21319dependencies = [
21320 "anyhow",
21321 "bitflags 2.10.0",
21322 "indexmap",
21323 "log",
21324 "serde",
21325 "serde_derive",
21326 "serde_json",
21327 "wasm-encoder 0.244.0",
21328 "wasm-metadata 0.244.0",
21329 "wasmparser 0.244.0",
21330 "wit-parser 0.244.0",
21331]
21332
21333[[package]]
21334name = "wit-parser"
21335version = "0.201.0"
21336source = "registry+https://github.com/rust-lang/crates.io-index"
21337checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21338dependencies = [
21339 "anyhow",
21340 "id-arena",
21341 "indexmap",
21342 "log",
21343 "semver",
21344 "serde",
21345 "serde_derive",
21346 "serde_json",
21347 "unicode-xid",
21348 "wasmparser 0.201.0",
21349]
21350
21351[[package]]
21352name = "wit-parser"
21353version = "0.227.1"
21354source = "registry+https://github.com/rust-lang/crates.io-index"
21355checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21356dependencies = [
21357 "anyhow",
21358 "id-arena",
21359 "indexmap",
21360 "log",
21361 "semver",
21362 "serde",
21363 "serde_derive",
21364 "serde_json",
21365 "unicode-xid",
21366 "wasmparser 0.227.1",
21367]
21368
21369[[package]]
21370name = "wit-parser"
21371version = "0.229.0"
21372source = "registry+https://github.com/rust-lang/crates.io-index"
21373checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21374dependencies = [
21375 "anyhow",
21376 "id-arena",
21377 "indexmap",
21378 "log",
21379 "semver",
21380 "serde",
21381 "serde_derive",
21382 "serde_json",
21383 "unicode-xid",
21384 "wasmparser 0.229.0",
21385]
21386
21387[[package]]
21388name = "wit-parser"
21389version = "0.244.0"
21390source = "registry+https://github.com/rust-lang/crates.io-index"
21391checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21392dependencies = [
21393 "anyhow",
21394 "id-arena",
21395 "indexmap",
21396 "log",
21397 "semver",
21398 "serde",
21399 "serde_derive",
21400 "serde_json",
21401 "unicode-xid",
21402 "wasmparser 0.244.0",
21403]
21404
21405[[package]]
21406name = "witx"
21407version = "0.9.1"
21408source = "registry+https://github.com/rust-lang/crates.io-index"
21409checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21410dependencies = [
21411 "anyhow",
21412 "log",
21413 "thiserror 1.0.69",
21414 "wast",
21415]
21416
21417[[package]]
21418name = "workspace"
21419version = "0.1.0"
21420dependencies = [
21421 "agent_settings",
21422 "any_vec",
21423 "anyhow",
21424 "async-recursion",
21425 "chrono",
21426 "client",
21427 "clock",
21428 "collections",
21429 "component",
21430 "db",
21431 "feature_flags",
21432 "fs",
21433 "futures 0.3.31",
21434 "git",
21435 "gpui",
21436 "http_client",
21437 "itertools 0.14.0",
21438 "language",
21439 "log",
21440 "markdown",
21441 "menu",
21442 "node_runtime",
21443 "parking_lot",
21444 "postage",
21445 "pretty_assertions",
21446 "project",
21447 "remote",
21448 "schemars",
21449 "serde",
21450 "serde_json",
21451 "session",
21452 "settings",
21453 "smallvec",
21454 "sqlez",
21455 "strum 0.27.2",
21456 "task",
21457 "telemetry",
21458 "tempfile",
21459 "theme",
21460 "theme_settings",
21461 "ui",
21462 "util",
21463 "uuid",
21464 "vim_mode_setting",
21465 "windows 0.61.3",
21466 "zed_actions",
21467 "zlog",
21468]
21469
21470[[package]]
21471name = "worktree"
21472version = "0.1.0"
21473dependencies = [
21474 "anyhow",
21475 "async-lock 2.8.0",
21476 "chardetng",
21477 "clock",
21478 "collections",
21479 "encoding_rs",
21480 "fs",
21481 "futures 0.3.31",
21482 "fuzzy",
21483 "git",
21484 "gpui",
21485 "ignore",
21486 "language",
21487 "log",
21488 "parking_lot",
21489 "paths",
21490 "postage",
21491 "pretty_assertions",
21492 "rand 0.9.2",
21493 "rpc",
21494 "serde",
21495 "serde_json",
21496 "settings",
21497 "smallvec",
21498 "smol",
21499 "sum_tree",
21500 "text",
21501 "tracing",
21502 "util",
21503 "worktree",
21504 "zlog",
21505 "ztracing",
21506]
21507
21508[[package]]
21509name = "worktree_benchmarks"
21510version = "0.1.0"
21511dependencies = [
21512 "fs",
21513 "gpui_platform",
21514 "settings",
21515 "worktree",
21516]
21517
21518[[package]]
21519name = "wprcontrol"
21520version = "0.1.0"
21521source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21522dependencies = [
21523 "windows 0.61.3",
21524 "windows-bindgen",
21525 "windows-core 0.61.2",
21526 "windows-link 0.2.1",
21527]
21528
21529[[package]]
21530name = "writeable"
21531version = "0.6.1"
21532source = "registry+https://github.com/rust-lang/crates.io-index"
21533checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21534
21535[[package]]
21536name = "wyz"
21537version = "0.5.1"
21538source = "registry+https://github.com/rust-lang/crates.io-index"
21539checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21540dependencies = [
21541 "tap",
21542]
21543
21544[[package]]
21545name = "x11"
21546version = "2.21.0"
21547source = "registry+https://github.com/rust-lang/crates.io-index"
21548checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21549dependencies = [
21550 "libc",
21551 "pkg-config",
21552]
21553
21554[[package]]
21555name = "x11-clipboard"
21556version = "0.9.3"
21557source = "registry+https://github.com/rust-lang/crates.io-index"
21558checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21559dependencies = [
21560 "libc",
21561 "x11rb",
21562]
21563
21564[[package]]
21565name = "x11rb"
21566version = "0.13.2"
21567source = "registry+https://github.com/rust-lang/crates.io-index"
21568checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21569dependencies = [
21570 "as-raw-xcb-connection",
21571 "gethostname",
21572 "libc",
21573 "rustix 1.1.2",
21574 "x11rb-protocol",
21575 "xcursor",
21576]
21577
21578[[package]]
21579name = "x11rb-protocol"
21580version = "0.13.2"
21581source = "registry+https://github.com/rust-lang/crates.io-index"
21582checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21583
21584[[package]]
21585name = "x_ai"
21586version = "0.1.0"
21587dependencies = [
21588 "anyhow",
21589 "schemars",
21590 "serde",
21591 "strum 0.27.2",
21592]
21593
21594[[package]]
21595name = "xattr"
21596version = "0.2.3"
21597source = "registry+https://github.com/rust-lang/crates.io-index"
21598checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21599dependencies = [
21600 "libc",
21601]
21602
21603[[package]]
21604name = "xcb"
21605version = "1.6.0"
21606source = "registry+https://github.com/rust-lang/crates.io-index"
21607checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21608dependencies = [
21609 "bitflags 1.3.2",
21610 "libc",
21611 "quick-xml 0.30.0",
21612 "x11",
21613]
21614
21615[[package]]
21616name = "xcursor"
21617version = "0.3.10"
21618source = "registry+https://github.com/rust-lang/crates.io-index"
21619checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21620
21621[[package]]
21622name = "xim-ctext"
21623version = "0.3.0"
21624source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21625dependencies = [
21626 "encoding_rs",
21627]
21628
21629[[package]]
21630name = "xim-parser"
21631version = "0.2.1"
21632source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21633dependencies = [
21634 "bitflags 2.10.0",
21635]
21636
21637[[package]]
21638name = "xkbcommon"
21639version = "0.8.0"
21640source = "registry+https://github.com/rust-lang/crates.io-index"
21641checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21642dependencies = [
21643 "as-raw-xcb-connection",
21644 "libc",
21645 "memmap2",
21646 "xkeysym",
21647]
21648
21649[[package]]
21650name = "xkeysym"
21651version = "0.2.1"
21652source = "registry+https://github.com/rust-lang/crates.io-index"
21653checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21654
21655[[package]]
21656name = "xml-rs"
21657version = "0.8.28"
21658source = "registry+https://github.com/rust-lang/crates.io-index"
21659checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21660
21661[[package]]
21662name = "xml5ever"
21663version = "0.18.1"
21664source = "registry+https://github.com/rust-lang/crates.io-index"
21665checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21666dependencies = [
21667 "log",
21668 "mac",
21669 "markup5ever 0.12.1",
21670]
21671
21672[[package]]
21673name = "xmlparser"
21674version = "0.13.6"
21675source = "registry+https://github.com/rust-lang/crates.io-index"
21676checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21677
21678[[package]]
21679name = "xmlwriter"
21680version = "0.1.0"
21681source = "registry+https://github.com/rust-lang/crates.io-index"
21682checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21683
21684[[package]]
21685name = "xtask"
21686version = "0.1.0"
21687dependencies = [
21688 "annotate-snippets",
21689 "anyhow",
21690 "backtrace",
21691 "cargo_metadata",
21692 "cargo_toml",
21693 "clap",
21694 "gh-workflow",
21695 "indexmap",
21696 "indoc",
21697 "itertools 0.14.0",
21698 "regex",
21699 "serde",
21700 "serde_json",
21701 "serde_yaml",
21702 "strum 0.27.2",
21703 "toml 0.8.23",
21704 "toml_edit 0.22.27",
21705]
21706
21707[[package]]
21708name = "yaml-rust2"
21709version = "0.8.1"
21710source = "registry+https://github.com/rust-lang/crates.io-index"
21711checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21712dependencies = [
21713 "arraydeque",
21714 "encoding_rs",
21715 "hashlink 0.8.4",
21716]
21717
21718[[package]]
21719name = "yansi"
21720version = "1.0.1"
21721source = "registry+https://github.com/rust-lang/crates.io-index"
21722checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21723
21724[[package]]
21725name = "yawc"
21726version = "0.2.5"
21727source = "registry+https://github.com/rust-lang/crates.io-index"
21728checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21729dependencies = [
21730 "base64 0.22.1",
21731 "bytes 1.11.1",
21732 "flate2",
21733 "futures 0.3.31",
21734 "http-body-util",
21735 "hyper 1.7.0",
21736 "hyper-util",
21737 "js-sys",
21738 "nom 8.0.0",
21739 "pin-project",
21740 "rand 0.8.5",
21741 "sha1",
21742 "thiserror 1.0.69",
21743 "tokio",
21744 "tokio-rustls 0.26.2",
21745 "tokio-util",
21746 "url",
21747 "wasm-bindgen",
21748 "wasm-bindgen-futures",
21749 "web-sys",
21750 "webpki-roots",
21751]
21752
21753[[package]]
21754name = "yazi"
21755version = "0.2.1"
21756source = "registry+https://github.com/rust-lang/crates.io-index"
21757checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21758
21759[[package]]
21760name = "yeslogic-fontconfig-sys"
21761version = "6.0.0"
21762source = "registry+https://github.com/rust-lang/crates.io-index"
21763checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21764dependencies = [
21765 "dlib",
21766 "once_cell",
21767 "pkg-config",
21768]
21769
21770[[package]]
21771name = "yoke"
21772version = "0.7.5"
21773source = "registry+https://github.com/rust-lang/crates.io-index"
21774checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21775dependencies = [
21776 "serde",
21777 "stable_deref_trait",
21778 "yoke-derive 0.7.5",
21779 "zerofrom",
21780]
21781
21782[[package]]
21783name = "yoke"
21784version = "0.8.0"
21785source = "registry+https://github.com/rust-lang/crates.io-index"
21786checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21787dependencies = [
21788 "serde",
21789 "stable_deref_trait",
21790 "yoke-derive 0.8.0",
21791 "zerofrom",
21792]
21793
21794[[package]]
21795name = "yoke-derive"
21796version = "0.7.5"
21797source = "registry+https://github.com/rust-lang/crates.io-index"
21798checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21799dependencies = [
21800 "proc-macro2",
21801 "quote",
21802 "syn 2.0.117",
21803 "synstructure",
21804]
21805
21806[[package]]
21807name = "yoke-derive"
21808version = "0.8.0"
21809source = "registry+https://github.com/rust-lang/crates.io-index"
21810checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21811dependencies = [
21812 "proc-macro2",
21813 "quote",
21814 "syn 2.0.117",
21815 "synstructure",
21816]
21817
21818[[package]]
21819name = "zbus"
21820version = "5.13.2"
21821source = "registry+https://github.com/rust-lang/crates.io-index"
21822checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21823dependencies = [
21824 "async-broadcast",
21825 "async-executor",
21826 "async-io",
21827 "async-lock 3.4.2",
21828 "async-process",
21829 "async-recursion",
21830 "async-task",
21831 "async-trait",
21832 "blocking",
21833 "enumflags2",
21834 "event-listener 5.4.1",
21835 "futures-core",
21836 "futures-lite 2.6.1",
21837 "hex",
21838 "libc",
21839 "ordered-stream",
21840 "rustix 1.1.2",
21841 "serde",
21842 "serde_repr",
21843 "tracing",
21844 "uds_windows",
21845 "uuid",
21846 "windows-sys 0.61.2",
21847 "winnow",
21848 "zbus_macros",
21849 "zbus_names",
21850 "zvariant",
21851]
21852
21853[[package]]
21854name = "zbus_macros"
21855version = "5.13.2"
21856source = "registry+https://github.com/rust-lang/crates.io-index"
21857checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21858dependencies = [
21859 "proc-macro-crate",
21860 "proc-macro2",
21861 "quote",
21862 "syn 2.0.117",
21863 "zbus_names",
21864 "zvariant",
21865 "zvariant_utils",
21866]
21867
21868[[package]]
21869name = "zbus_names"
21870version = "4.3.1"
21871source = "registry+https://github.com/rust-lang/crates.io-index"
21872checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21873dependencies = [
21874 "serde",
21875 "winnow",
21876 "zvariant",
21877]
21878
21879[[package]]
21880name = "zed"
21881version = "0.231.0"
21882dependencies = [
21883 "acp_thread",
21884 "acp_tools",
21885 "action_log",
21886 "activity_indicator",
21887 "agent",
21888 "agent-client-protocol",
21889 "agent_servers",
21890 "agent_settings",
21891 "agent_ui",
21892 "anyhow",
21893 "ashpd",
21894 "askpass",
21895 "assets",
21896 "audio",
21897 "auto_update",
21898 "auto_update_ui",
21899 "breadcrumbs",
21900 "call",
21901 "channel",
21902 "chrono",
21903 "clap",
21904 "cli",
21905 "client",
21906 "clock",
21907 "codestral",
21908 "collab_ui",
21909 "collections",
21910 "command_palette",
21911 "component",
21912 "component_preview",
21913 "copilot",
21914 "copilot_chat",
21915 "copilot_ui",
21916 "crashes",
21917 "csv_preview",
21918 "dap_adapters",
21919 "db",
21920 "debug_adapter_extension",
21921 "debugger_tools",
21922 "debugger_ui",
21923 "dev_container",
21924 "diagnostics",
21925 "edit_prediction",
21926 "edit_prediction_ui",
21927 "editor",
21928 "encoding_selector",
21929 "env_logger 0.11.8",
21930 "etw_tracing",
21931 "extension",
21932 "extension_host",
21933 "extensions_ui",
21934 "feature_flags",
21935 "feedback",
21936 "file_finder",
21937 "fs",
21938 "futures 0.3.31",
21939 "git",
21940 "git_graph",
21941 "git_hosting_providers",
21942 "git_ui",
21943 "go_to_line",
21944 "gpui",
21945 "gpui_platform",
21946 "gpui_tokio",
21947 "http_client",
21948 "image",
21949 "image_viewer",
21950 "inspector_ui",
21951 "install_cli",
21952 "itertools 0.14.0",
21953 "journal",
21954 "json_schema_store",
21955 "keymap_editor",
21956 "language",
21957 "language_extension",
21958 "language_model",
21959 "language_models",
21960 "language_onboarding",
21961 "language_selector",
21962 "language_tools",
21963 "languages",
21964 "line_ending_selector",
21965 "log",
21966 "markdown",
21967 "markdown_preview",
21968 "menu",
21969 "migrator",
21970 "mimalloc",
21971 "miniprofiler_ui",
21972 "nc",
21973 "node_runtime",
21974 "notifications",
21975 "onboarding",
21976 "outline",
21977 "outline_panel",
21978 "parking_lot",
21979 "paths",
21980 "picker",
21981 "pkg-config",
21982 "pretty_assertions",
21983 "profiling",
21984 "project",
21985 "project_panel",
21986 "project_symbols",
21987 "prompt_store",
21988 "proto",
21989 "rayon",
21990 "recent_projects",
21991 "release_channel",
21992 "remote",
21993 "repl",
21994 "reqwest_client",
21995 "rope",
21996 "search",
21997 "semver",
21998 "serde",
21999 "serde_json",
22000 "session",
22001 "settings",
22002 "settings_profile_selector",
22003 "settings_ui",
22004 "shellexpand 2.1.2",
22005 "sidebar",
22006 "smol",
22007 "snippet_provider",
22008 "snippets_ui",
22009 "svg_preview",
22010 "sysinfo 0.37.2",
22011 "system_specs",
22012 "tab_switcher",
22013 "task",
22014 "tasks_ui",
22015 "telemetry",
22016 "telemetry_events",
22017 "tempfile",
22018 "terminal_view",
22019 "theme",
22020 "theme_extension",
22021 "theme_selector",
22022 "theme_settings",
22023 "time",
22024 "time_format",
22025 "title_bar",
22026 "toolchain_selector",
22027 "tracing",
22028 "ui",
22029 "ui_prompt",
22030 "url",
22031 "urlencoding",
22032 "util",
22033 "uuid",
22034 "vim",
22035 "vim_mode_setting",
22036 "watch",
22037 "web_search",
22038 "web_search_providers",
22039 "which_key",
22040 "windows 0.61.3",
22041 "winresource",
22042 "workspace",
22043 "zed-reqwest",
22044 "zed_actions",
22045 "zed_env_vars",
22046 "zlog",
22047 "zlog_settings",
22048 "ztracing",
22049]
22050
22051[[package]]
22052name = "zed-font-kit"
22053version = "0.14.1-zed"
22054source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22055dependencies = [
22056 "bitflags 2.10.0",
22057 "byteorder",
22058 "core-foundation 0.10.0",
22059 "core-graphics 0.24.0",
22060 "core-text",
22061 "dirs 5.0.1",
22062 "dwrote",
22063 "float-ord",
22064 "freetype-sys",
22065 "lazy_static",
22066 "libc",
22067 "log",
22068 "pathfinder_geometry",
22069 "pathfinder_simd",
22070 "walkdir",
22071 "winapi",
22072 "yeslogic-fontconfig-sys",
22073]
22074
22075[[package]]
22076name = "zed-reqwest"
22077version = "0.12.15-zed"
22078source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22079dependencies = [
22080 "base64 0.22.1",
22081 "bytes 1.11.1",
22082 "encoding_rs",
22083 "futures-core",
22084 "futures-util",
22085 "h2 0.4.12",
22086 "http 1.3.1",
22087 "http-body 1.0.1",
22088 "http-body-util",
22089 "hyper 1.7.0",
22090 "hyper-rustls 0.27.7",
22091 "hyper-util",
22092 "ipnet",
22093 "js-sys",
22094 "log",
22095 "mime",
22096 "mime_guess",
22097 "once_cell",
22098 "percent-encoding",
22099 "pin-project-lite",
22100 "quinn",
22101 "rustls 0.23.33",
22102 "rustls-native-certs 0.8.2",
22103 "rustls-pemfile 2.2.0",
22104 "rustls-pki-types",
22105 "serde",
22106 "serde_json",
22107 "serde_urlencoded",
22108 "sync_wrapper 1.0.2",
22109 "system-configuration 0.6.1",
22110 "tokio",
22111 "tokio-rustls 0.26.2",
22112 "tokio-socks",
22113 "tokio-util",
22114 "tower 0.5.2",
22115 "tower-service",
22116 "url",
22117 "wasm-bindgen",
22118 "wasm-bindgen-futures",
22119 "wasm-streams",
22120 "web-sys",
22121 "windows-registry 0.4.0",
22122]
22123
22124[[package]]
22125name = "zed-scap"
22126version = "0.0.8-zed"
22127source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22128dependencies = [
22129 "anyhow",
22130 "cocoa 0.25.0",
22131 "core-graphics-helmer-fork",
22132 "log",
22133 "objc",
22134 "rand 0.8.5",
22135 "screencapturekit",
22136 "screencapturekit-sys",
22137 "sysinfo 0.31.4",
22138 "tao-core-video-sys",
22139 "windows 0.61.3",
22140 "windows-capture",
22141 "x11",
22142 "xcb",
22143]
22144
22145[[package]]
22146name = "zed-xim"
22147version = "0.4.0-zed"
22148source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22149dependencies = [
22150 "ahash 0.8.12",
22151 "hashbrown 0.14.5",
22152 "log",
22153 "x11rb",
22154 "xim-ctext",
22155 "xim-parser",
22156]
22157
22158[[package]]
22159name = "zed_actions"
22160version = "0.1.0"
22161dependencies = [
22162 "gpui",
22163 "schemars",
22164 "serde",
22165 "util",
22166 "uuid",
22167]
22168
22169[[package]]
22170name = "zed_env_vars"
22171version = "0.1.0"
22172dependencies = [
22173 "gpui",
22174]
22175
22176[[package]]
22177name = "zed_extension_api"
22178version = "0.1.0"
22179source = "registry+https://github.com/rust-lang/crates.io-index"
22180checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22181dependencies = [
22182 "serde",
22183 "serde_json",
22184 "wit-bindgen 0.22.0",
22185]
22186
22187[[package]]
22188name = "zed_extension_api"
22189version = "0.7.0"
22190source = "registry+https://github.com/rust-lang/crates.io-index"
22191checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22192dependencies = [
22193 "serde",
22194 "serde_json",
22195 "wit-bindgen 0.41.0",
22196]
22197
22198[[package]]
22199name = "zed_extension_api"
22200version = "0.8.0"
22201dependencies = [
22202 "serde",
22203 "serde_json",
22204 "wit-bindgen 0.41.0",
22205]
22206
22207[[package]]
22208name = "zed_glsl"
22209version = "0.2.2"
22210dependencies = [
22211 "zed_extension_api 0.1.0",
22212]
22213
22214[[package]]
22215name = "zed_html"
22216version = "0.3.1"
22217dependencies = [
22218 "zed_extension_api 0.7.0",
22219]
22220
22221[[package]]
22222name = "zed_proto"
22223version = "0.3.1"
22224dependencies = [
22225 "zed_extension_api 0.7.0",
22226]
22227
22228[[package]]
22229name = "zed_test_extension"
22230version = "0.1.0"
22231dependencies = [
22232 "zed_extension_api 0.8.0",
22233]
22234
22235[[package]]
22236name = "zeno"
22237version = "0.3.3"
22238source = "registry+https://github.com/rust-lang/crates.io-index"
22239checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22240
22241[[package]]
22242name = "zerocopy"
22243version = "0.8.27"
22244source = "registry+https://github.com/rust-lang/crates.io-index"
22245checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22246dependencies = [
22247 "zerocopy-derive",
22248]
22249
22250[[package]]
22251name = "zerocopy-derive"
22252version = "0.8.27"
22253source = "registry+https://github.com/rust-lang/crates.io-index"
22254checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22255dependencies = [
22256 "proc-macro2",
22257 "quote",
22258 "syn 2.0.117",
22259]
22260
22261[[package]]
22262name = "zerofrom"
22263version = "0.1.6"
22264source = "registry+https://github.com/rust-lang/crates.io-index"
22265checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22266dependencies = [
22267 "zerofrom-derive",
22268]
22269
22270[[package]]
22271name = "zerofrom-derive"
22272version = "0.1.6"
22273source = "registry+https://github.com/rust-lang/crates.io-index"
22274checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22275dependencies = [
22276 "proc-macro2",
22277 "quote",
22278 "syn 2.0.117",
22279 "synstructure",
22280]
22281
22282[[package]]
22283name = "zeroize"
22284version = "1.8.2"
22285source = "registry+https://github.com/rust-lang/crates.io-index"
22286checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22287dependencies = [
22288 "zeroize_derive",
22289]
22290
22291[[package]]
22292name = "zeroize_derive"
22293version = "1.4.2"
22294source = "registry+https://github.com/rust-lang/crates.io-index"
22295checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22296dependencies = [
22297 "proc-macro2",
22298 "quote",
22299 "syn 2.0.117",
22300]
22301
22302[[package]]
22303name = "zeromq"
22304version = "0.5.0"
22305source = "registry+https://github.com/rust-lang/crates.io-index"
22306checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22307dependencies = [
22308 "async-dispatcher",
22309 "async-std",
22310 "async-trait",
22311 "asynchronous-codec",
22312 "bytes 1.11.1",
22313 "crossbeam-queue",
22314 "futures 0.3.31",
22315 "log",
22316 "num-traits",
22317 "once_cell",
22318 "parking_lot",
22319 "rand 0.9.2",
22320 "regex",
22321 "scc",
22322 "thiserror 1.0.69",
22323 "uuid",
22324]
22325
22326[[package]]
22327name = "zerotrie"
22328version = "0.2.2"
22329source = "registry+https://github.com/rust-lang/crates.io-index"
22330checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22331dependencies = [
22332 "displaydoc",
22333 "yoke 0.8.0",
22334 "zerofrom",
22335]
22336
22337[[package]]
22338name = "zerovec"
22339version = "0.11.4"
22340source = "registry+https://github.com/rust-lang/crates.io-index"
22341checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22342dependencies = [
22343 "yoke 0.8.0",
22344 "zerofrom",
22345 "zerovec-derive",
22346]
22347
22348[[package]]
22349name = "zerovec-derive"
22350version = "0.11.1"
22351source = "registry+https://github.com/rust-lang/crates.io-index"
22352checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22353dependencies = [
22354 "proc-macro2",
22355 "quote",
22356 "syn 2.0.117",
22357]
22358
22359[[package]]
22360name = "zeta_prompt"
22361version = "0.1.0"
22362dependencies = [
22363 "anyhow",
22364 "indoc",
22365 "serde",
22366 "strum 0.27.2",
22367]
22368
22369[[package]]
22370name = "zip"
22371version = "0.6.6"
22372source = "registry+https://github.com/rust-lang/crates.io-index"
22373checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22374dependencies = [
22375 "aes",
22376 "byteorder",
22377 "bzip2 0.4.4",
22378 "constant_time_eq",
22379 "crc32fast",
22380 "crossbeam-utils",
22381 "flate2",
22382 "hmac",
22383 "pbkdf2 0.11.0",
22384 "sha1",
22385 "time",
22386 "zstd",
22387]
22388
22389[[package]]
22390name = "zip"
22391version = "1.1.4"
22392source = "registry+https://github.com/rust-lang/crates.io-index"
22393checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22394dependencies = [
22395 "arbitrary",
22396 "crc32fast",
22397 "crossbeam-utils",
22398 "displaydoc",
22399 "indexmap",
22400 "num_enum",
22401 "thiserror 1.0.69",
22402]
22403
22404[[package]]
22405name = "zlog"
22406version = "0.1.0"
22407dependencies = [
22408 "anyhow",
22409 "chrono",
22410 "collections",
22411 "log",
22412 "tempfile",
22413]
22414
22415[[package]]
22416name = "zlog_settings"
22417version = "0.1.0"
22418dependencies = [
22419 "collections",
22420 "gpui",
22421 "settings",
22422 "zlog",
22423]
22424
22425[[package]]
22426name = "zstd"
22427version = "0.11.2+zstd.1.5.2"
22428source = "registry+https://github.com/rust-lang/crates.io-index"
22429checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22430dependencies = [
22431 "zstd-safe",
22432]
22433
22434[[package]]
22435name = "zstd-safe"
22436version = "5.0.2+zstd.1.5.2"
22437source = "registry+https://github.com/rust-lang/crates.io-index"
22438checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22439dependencies = [
22440 "libc",
22441 "zstd-sys",
22442]
22443
22444[[package]]
22445name = "zstd-sys"
22446version = "2.0.16+zstd.1.5.7"
22447source = "registry+https://github.com/rust-lang/crates.io-index"
22448checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22449dependencies = [
22450 "cc",
22451 "pkg-config",
22452]
22453
22454[[package]]
22455name = "ztracing"
22456version = "0.1.0"
22457dependencies = [
22458 "tracing",
22459 "tracing-subscriber",
22460 "tracing-tracy",
22461 "tracy-client",
22462 "zlog",
22463 "ztracing_macro",
22464]
22465
22466[[package]]
22467name = "ztracing_macro"
22468version = "0.1.0"
22469
22470[[package]]
22471name = "zune-core"
22472version = "0.4.12"
22473source = "registry+https://github.com/rust-lang/crates.io-index"
22474checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22475
22476[[package]]
22477name = "zune-inflate"
22478version = "0.2.54"
22479source = "registry+https://github.com/rust-lang/crates.io-index"
22480checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22481dependencies = [
22482 "simd-adler32",
22483]
22484
22485[[package]]
22486name = "zune-jpeg"
22487version = "0.4.21"
22488source = "registry+https://github.com/rust-lang/crates.io-index"
22489checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22490dependencies = [
22491 "zune-core",
22492]
22493
22494[[package]]
22495name = "zvariant"
22496version = "5.9.2"
22497source = "registry+https://github.com/rust-lang/crates.io-index"
22498checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22499dependencies = [
22500 "endi",
22501 "enumflags2",
22502 "serde",
22503 "serde_bytes",
22504 "winnow",
22505 "zvariant_derive",
22506 "zvariant_utils",
22507]
22508
22509[[package]]
22510name = "zvariant_derive"
22511version = "5.9.2"
22512source = "registry+https://github.com/rust-lang/crates.io-index"
22513checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22514dependencies = [
22515 "proc-macro-crate",
22516 "proc-macro2",
22517 "quote",
22518 "syn 2.0.117",
22519 "zvariant_utils",
22520]
22521
22522[[package]]
22523name = "zvariant_utils"
22524version = "3.3.0"
22525source = "registry+https://github.com/rust-lang/crates.io-index"
22526checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22527dependencies = [
22528 "proc-macro2",
22529 "quote",
22530 "serde",
22531 "syn 2.0.117",
22532 "winnow",
22533]