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 "remote_connection",
7153 "search",
7154 "serde_json",
7155 "settings",
7156 "smallvec",
7157 "smol",
7158 "theme",
7159 "theme_settings",
7160 "time",
7161 "ui",
7162 "workspace",
7163]
7164
7165[[package]]
7166name = "git_hosting_providers"
7167version = "0.1.0"
7168dependencies = [
7169 "anyhow",
7170 "async-trait",
7171 "futures 0.3.31",
7172 "git",
7173 "gpui",
7174 "http_client",
7175 "indoc",
7176 "itertools 0.14.0",
7177 "pretty_assertions",
7178 "regex",
7179 "serde",
7180 "serde_json",
7181 "settings",
7182 "url",
7183 "urlencoding",
7184 "util",
7185]
7186
7187[[package]]
7188name = "git_ui"
7189version = "0.1.0"
7190dependencies = [
7191 "agent_settings",
7192 "anyhow",
7193 "askpass",
7194 "buffer_diff",
7195 "call",
7196 "collections",
7197 "component",
7198 "ctor",
7199 "db",
7200 "editor",
7201 "feature_flags",
7202 "file_icons",
7203 "futures 0.3.31",
7204 "fuzzy",
7205 "git",
7206 "gpui",
7207 "indoc",
7208 "itertools 0.14.0",
7209 "language",
7210 "language_model",
7211 "linkify",
7212 "log",
7213 "markdown",
7214 "menu",
7215 "multi_buffer",
7216 "notifications",
7217 "panel",
7218 "picker",
7219 "pretty_assertions",
7220 "project",
7221 "prompt_store",
7222 "proto",
7223 "rand 0.9.2",
7224 "remote",
7225 "remote_connection",
7226 "schemars",
7227 "serde",
7228 "serde_json",
7229 "settings",
7230 "smallvec",
7231 "smol",
7232 "strum 0.27.2",
7233 "telemetry",
7234 "theme",
7235 "theme_settings",
7236 "time",
7237 "time_format",
7238 "tracing",
7239 "ui",
7240 "ui_input",
7241 "unindent",
7242 "util",
7243 "watch",
7244 "windows 0.61.3",
7245 "workspace",
7246 "zed_actions",
7247 "zeroize",
7248 "zlog",
7249 "ztracing",
7250]
7251
7252[[package]]
7253name = "gl_generator"
7254version = "0.14.0"
7255source = "registry+https://github.com/rust-lang/crates.io-index"
7256checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7257dependencies = [
7258 "khronos_api",
7259 "log",
7260 "xml-rs",
7261]
7262
7263[[package]]
7264name = "glib"
7265version = "0.21.5"
7266source = "registry+https://github.com/rust-lang/crates.io-index"
7267checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7268dependencies = [
7269 "bitflags 2.10.0",
7270 "futures-channel",
7271 "futures-core",
7272 "futures-executor",
7273 "futures-task",
7274 "futures-util",
7275 "gio-sys",
7276 "glib-macros",
7277 "glib-sys",
7278 "gobject-sys",
7279 "libc",
7280 "memchr",
7281 "smallvec",
7282]
7283
7284[[package]]
7285name = "glib-macros"
7286version = "0.21.5"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7289dependencies = [
7290 "heck 0.5.0",
7291 "proc-macro-crate",
7292 "proc-macro2",
7293 "quote",
7294 "syn 2.0.117",
7295]
7296
7297[[package]]
7298name = "glib-sys"
7299version = "0.21.5"
7300source = "registry+https://github.com/rust-lang/crates.io-index"
7301checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7302dependencies = [
7303 "libc",
7304 "system-deps 7.0.7",
7305]
7306
7307[[package]]
7308name = "glob"
7309version = "0.3.3"
7310source = "registry+https://github.com/rust-lang/crates.io-index"
7311checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7312
7313[[package]]
7314name = "globset"
7315version = "0.4.17"
7316source = "registry+https://github.com/rust-lang/crates.io-index"
7317checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7318dependencies = [
7319 "aho-corasick",
7320 "bstr",
7321 "log",
7322 "regex-automata",
7323 "regex-syntax",
7324]
7325
7326[[package]]
7327name = "gloo-timers"
7328version = "0.3.0"
7329source = "registry+https://github.com/rust-lang/crates.io-index"
7330checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7331dependencies = [
7332 "futures-channel",
7333 "futures-core",
7334 "js-sys",
7335 "wasm-bindgen",
7336]
7337
7338[[package]]
7339name = "glow"
7340version = "0.17.0"
7341source = "registry+https://github.com/rust-lang/crates.io-index"
7342checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
7343dependencies = [
7344 "js-sys",
7345 "slotmap",
7346 "wasm-bindgen",
7347 "web-sys",
7348]
7349
7350[[package]]
7351name = "glutin_wgl_sys"
7352version = "0.6.1"
7353source = "registry+https://github.com/rust-lang/crates.io-index"
7354checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7355dependencies = [
7356 "gl_generator",
7357]
7358
7359[[package]]
7360name = "go_to_line"
7361version = "0.1.0"
7362dependencies = [
7363 "editor",
7364 "gpui",
7365 "indoc",
7366 "language",
7367 "menu",
7368 "multi_buffer",
7369 "project",
7370 "rope",
7371 "serde",
7372 "serde_json",
7373 "settings",
7374 "text",
7375 "theme",
7376 "ui",
7377 "util",
7378 "workspace",
7379]
7380
7381[[package]]
7382name = "gobject-sys"
7383version = "0.21.5"
7384source = "registry+https://github.com/rust-lang/crates.io-index"
7385checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7386dependencies = [
7387 "glib-sys",
7388 "libc",
7389 "system-deps 7.0.7",
7390]
7391
7392[[package]]
7393name = "goblin"
7394version = "0.9.3"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7397dependencies = [
7398 "log",
7399 "plain",
7400 "scroll",
7401]
7402
7403[[package]]
7404name = "google_ai"
7405version = "0.1.0"
7406dependencies = [
7407 "anyhow",
7408 "futures 0.3.31",
7409 "http_client",
7410 "schemars",
7411 "serde",
7412 "serde_json",
7413 "settings",
7414 "strum 0.27.2",
7415]
7416
7417[[package]]
7418name = "gpu-allocator"
7419version = "0.28.0"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7422dependencies = [
7423 "ash",
7424 "hashbrown 0.16.1",
7425 "log",
7426 "presser",
7427 "thiserror 2.0.17",
7428 "windows 0.62.2",
7429]
7430
7431[[package]]
7432name = "gpu-descriptor"
7433version = "0.3.2"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7436dependencies = [
7437 "bitflags 2.10.0",
7438 "gpu-descriptor-types",
7439 "hashbrown 0.15.5",
7440]
7441
7442[[package]]
7443name = "gpu-descriptor-types"
7444version = "0.2.0"
7445source = "registry+https://github.com/rust-lang/crates.io-index"
7446checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7447dependencies = [
7448 "bitflags 2.10.0",
7449]
7450
7451[[package]]
7452name = "gpui"
7453version = "0.2.2"
7454dependencies = [
7455 "anyhow",
7456 "async-channel 2.5.0",
7457 "async-task",
7458 "backtrace",
7459 "bindgen 0.71.1",
7460 "bitflags 2.10.0",
7461 "block",
7462 "cbindgen",
7463 "chrono",
7464 "cocoa 0.26.0",
7465 "cocoa-foundation 0.2.0",
7466 "collections",
7467 "core-foundation 0.10.0",
7468 "core-foundation-sys",
7469 "core-graphics 0.24.0",
7470 "core-text",
7471 "core-video",
7472 "ctor",
7473 "derive_more",
7474 "embed-resource",
7475 "env_logger 0.11.8",
7476 "etagere",
7477 "foreign-types 0.5.0",
7478 "futures 0.3.31",
7479 "futures-concurrency",
7480 "getrandom 0.3.4",
7481 "gpui_macros",
7482 "gpui_platform",
7483 "gpui_util",
7484 "gpui_web",
7485 "http_client",
7486 "image",
7487 "inventory",
7488 "itertools 0.14.0",
7489 "log",
7490 "lyon",
7491 "mach2 0.5.0",
7492 "media",
7493 "metal",
7494 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
7495 "num_cpus",
7496 "objc",
7497 "objc2",
7498 "objc2-metal",
7499 "parking",
7500 "parking_lot",
7501 "pathfinder_geometry",
7502 "pin-project",
7503 "pollster 0.4.0",
7504 "postage",
7505 "profiling",
7506 "proptest",
7507 "rand 0.9.2",
7508 "raw-window-handle",
7509 "refineable",
7510 "regex",
7511 "reqwest_client",
7512 "resvg",
7513 "scheduler",
7514 "schemars",
7515 "seahash",
7516 "serde",
7517 "serde_json",
7518 "slotmap",
7519 "smallvec",
7520 "spin 0.10.0",
7521 "stacksafe",
7522 "strum 0.27.2",
7523 "sum_tree",
7524 "taffy",
7525 "thiserror 2.0.17",
7526 "ttf-parser 0.25.1",
7527 "unicode-segmentation",
7528 "url",
7529 "usvg",
7530 "util_macros",
7531 "uuid",
7532 "waker-fn",
7533 "wasm-bindgen",
7534 "web-time",
7535 "windows 0.61.3",
7536 "zed-font-kit",
7537 "zed-scap",
7538]
7539
7540[[package]]
7541name = "gpui_linux"
7542version = "0.1.0"
7543dependencies = [
7544 "anyhow",
7545 "as-raw-xcb-connection",
7546 "ashpd",
7547 "bitflags 2.10.0",
7548 "bytemuck",
7549 "calloop",
7550 "calloop-wayland-source",
7551 "collections",
7552 "filedescriptor",
7553 "futures 0.3.31",
7554 "gpui",
7555 "gpui_wgpu",
7556 "http_client",
7557 "itertools 0.14.0",
7558 "libc",
7559 "log",
7560 "oo7",
7561 "open",
7562 "parking_lot",
7563 "pathfinder_geometry",
7564 "pollster 0.4.0",
7565 "profiling",
7566 "raw-window-handle",
7567 "smallvec",
7568 "smol",
7569 "strum 0.27.2",
7570 "swash",
7571 "url",
7572 "util",
7573 "uuid",
7574 "wayland-backend",
7575 "wayland-client",
7576 "wayland-cursor",
7577 "wayland-protocols",
7578 "wayland-protocols-plasma",
7579 "wayland-protocols-wlr",
7580 "x11-clipboard",
7581 "x11rb",
7582 "xkbcommon",
7583 "zed-scap",
7584 "zed-xim",
7585]
7586
7587[[package]]
7588name = "gpui_macos"
7589version = "0.1.0"
7590dependencies = [
7591 "anyhow",
7592 "async-task",
7593 "block",
7594 "cbindgen",
7595 "cocoa 0.26.0",
7596 "collections",
7597 "core-foundation 0.10.0",
7598 "core-foundation-sys",
7599 "core-graphics 0.24.0",
7600 "core-text",
7601 "core-video",
7602 "ctor",
7603 "derive_more",
7604 "dispatch2",
7605 "etagere",
7606 "foreign-types 0.5.0",
7607 "futures 0.3.31",
7608 "gpui",
7609 "image",
7610 "itertools 0.14.0",
7611 "libc",
7612 "log",
7613 "mach2 0.5.0",
7614 "media",
7615 "metal",
7616 "objc",
7617 "parking_lot",
7618 "pathfinder_geometry",
7619 "raw-window-handle",
7620 "semver",
7621 "smallvec",
7622 "strum 0.27.2",
7623 "util",
7624 "uuid",
7625 "zed-font-kit",
7626]
7627
7628[[package]]
7629name = "gpui_macros"
7630version = "0.1.0"
7631dependencies = [
7632 "gpui",
7633 "heck 0.5.0",
7634 "proc-macro2",
7635 "quote",
7636 "syn 2.0.117",
7637]
7638
7639[[package]]
7640name = "gpui_platform"
7641version = "0.1.0"
7642dependencies = [
7643 "console_error_panic_hook",
7644 "gpui",
7645 "gpui_linux",
7646 "gpui_macos",
7647 "gpui_web",
7648 "gpui_windows",
7649]
7650
7651[[package]]
7652name = "gpui_tokio"
7653version = "0.1.0"
7654dependencies = [
7655 "anyhow",
7656 "gpui",
7657 "tokio",
7658 "util",
7659]
7660
7661[[package]]
7662name = "gpui_util"
7663version = "0.1.0"
7664dependencies = [
7665 "anyhow",
7666 "log",
7667]
7668
7669[[package]]
7670name = "gpui_web"
7671version = "0.1.0"
7672dependencies = [
7673 "anyhow",
7674 "console_error_panic_hook",
7675 "futures 0.3.31",
7676 "gpui",
7677 "gpui_wgpu",
7678 "http_client",
7679 "js-sys",
7680 "log",
7681 "parking_lot",
7682 "raw-window-handle",
7683 "smallvec",
7684 "uuid",
7685 "wasm-bindgen",
7686 "wasm-bindgen-futures",
7687 "wasm_thread",
7688 "web-sys",
7689 "web-time",
7690]
7691
7692[[package]]
7693name = "gpui_wgpu"
7694version = "0.1.0"
7695dependencies = [
7696 "anyhow",
7697 "bytemuck",
7698 "collections",
7699 "cosmic-text",
7700 "etagere",
7701 "gpui",
7702 "gpui_util",
7703 "itertools 0.14.0",
7704 "js-sys",
7705 "log",
7706 "parking_lot",
7707 "pollster 0.4.0",
7708 "profiling",
7709 "raw-window-handle",
7710 "smallvec",
7711 "swash",
7712 "wasm-bindgen",
7713 "wasm-bindgen-futures",
7714 "web-sys",
7715 "wgpu",
7716 "zed-font-kit",
7717]
7718
7719[[package]]
7720name = "gpui_windows"
7721version = "0.1.0"
7722dependencies = [
7723 "anyhow",
7724 "collections",
7725 "etagere",
7726 "futures 0.3.31",
7727 "gpui",
7728 "image",
7729 "itertools 0.14.0",
7730 "log",
7731 "parking_lot",
7732 "rand 0.9.2",
7733 "raw-window-handle",
7734 "smallvec",
7735 "util",
7736 "uuid",
7737 "windows 0.61.3",
7738 "windows-core 0.61.2",
7739 "windows-numerics 0.2.0",
7740 "windows-registry 0.5.3",
7741 "zed-scap",
7742]
7743
7744[[package]]
7745name = "grammars"
7746version = "0.1.0"
7747dependencies = [
7748 "anyhow",
7749 "language_core",
7750 "rust-embed",
7751 "toml 0.8.23",
7752 "tree-sitter",
7753 "tree-sitter-bash",
7754 "tree-sitter-c",
7755 "tree-sitter-cpp",
7756 "tree-sitter-css",
7757 "tree-sitter-diff",
7758 "tree-sitter-gitcommit",
7759 "tree-sitter-go",
7760 "tree-sitter-gomod",
7761 "tree-sitter-gowork",
7762 "tree-sitter-jsdoc",
7763 "tree-sitter-json",
7764 "tree-sitter-md",
7765 "tree-sitter-python",
7766 "tree-sitter-regex",
7767 "tree-sitter-rust",
7768 "tree-sitter-typescript",
7769 "tree-sitter-yaml",
7770 "util",
7771]
7772
7773[[package]]
7774name = "grid"
7775version = "0.18.0"
7776source = "registry+https://github.com/rust-lang/crates.io-index"
7777checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7778
7779[[package]]
7780name = "group"
7781version = "0.12.1"
7782source = "registry+https://github.com/rust-lang/crates.io-index"
7783checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7784dependencies = [
7785 "ff",
7786 "rand_core 0.6.4",
7787 "subtle",
7788]
7789
7790[[package]]
7791name = "h2"
7792version = "0.3.27"
7793source = "registry+https://github.com/rust-lang/crates.io-index"
7794checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7795dependencies = [
7796 "bytes 1.11.1",
7797 "fnv",
7798 "futures-core",
7799 "futures-sink",
7800 "futures-util",
7801 "http 0.2.12",
7802 "indexmap",
7803 "slab",
7804 "tokio",
7805 "tokio-util",
7806 "tracing",
7807]
7808
7809[[package]]
7810name = "h2"
7811version = "0.4.12"
7812source = "registry+https://github.com/rust-lang/crates.io-index"
7813checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7814dependencies = [
7815 "atomic-waker",
7816 "bytes 1.11.1",
7817 "fnv",
7818 "futures-core",
7819 "futures-sink",
7820 "http 1.3.1",
7821 "indexmap",
7822 "slab",
7823 "tokio",
7824 "tokio-util",
7825 "tracing",
7826]
7827
7828[[package]]
7829name = "half"
7830version = "2.7.1"
7831source = "registry+https://github.com/rust-lang/crates.io-index"
7832checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7833dependencies = [
7834 "bytemuck",
7835 "cfg-if",
7836 "crunchy",
7837 "num-traits",
7838 "rand 0.9.2",
7839 "rand_distr",
7840 "zerocopy",
7841]
7842
7843[[package]]
7844name = "handlebars"
7845version = "4.5.0"
7846source = "registry+https://github.com/rust-lang/crates.io-index"
7847checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7848dependencies = [
7849 "log",
7850 "pest",
7851 "pest_derive",
7852 "rust-embed",
7853 "serde",
7854 "serde_json",
7855 "thiserror 1.0.69",
7856]
7857
7858[[package]]
7859name = "handlebars"
7860version = "5.1.2"
7861source = "registry+https://github.com/rust-lang/crates.io-index"
7862checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7863dependencies = [
7864 "log",
7865 "pest",
7866 "pest_derive",
7867 "serde",
7868 "serde_json",
7869 "thiserror 1.0.69",
7870]
7871
7872[[package]]
7873name = "harfrust"
7874version = "0.5.0"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
7877dependencies = [
7878 "bitflags 2.10.0",
7879 "bytemuck",
7880 "core_maths",
7881 "read-fonts 0.37.0",
7882 "smallvec",
7883]
7884
7885[[package]]
7886name = "hash32"
7887version = "0.3.1"
7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7890dependencies = [
7891 "byteorder",
7892]
7893
7894[[package]]
7895name = "hashbrown"
7896version = "0.12.3"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7899dependencies = [
7900 "ahash 0.7.8",
7901]
7902
7903[[package]]
7904name = "hashbrown"
7905version = "0.14.5"
7906source = "registry+https://github.com/rust-lang/crates.io-index"
7907checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7908dependencies = [
7909 "ahash 0.8.12",
7910 "allocator-api2",
7911]
7912
7913[[package]]
7914name = "hashbrown"
7915version = "0.15.5"
7916source = "registry+https://github.com/rust-lang/crates.io-index"
7917checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
7918dependencies = [
7919 "allocator-api2",
7920 "equivalent",
7921 "foldhash 0.1.5",
7922 "serde",
7923]
7924
7925[[package]]
7926name = "hashbrown"
7927version = "0.16.1"
7928source = "registry+https://github.com/rust-lang/crates.io-index"
7929checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
7930dependencies = [
7931 "allocator-api2",
7932 "equivalent",
7933 "foldhash 0.2.0",
7934]
7935
7936[[package]]
7937name = "hashlink"
7938version = "0.8.4"
7939source = "registry+https://github.com/rust-lang/crates.io-index"
7940checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7941dependencies = [
7942 "hashbrown 0.14.5",
7943]
7944
7945[[package]]
7946name = "hashlink"
7947version = "0.10.0"
7948source = "registry+https://github.com/rust-lang/crates.io-index"
7949checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7950dependencies = [
7951 "hashbrown 0.15.5",
7952]
7953
7954[[package]]
7955name = "headers"
7956version = "0.3.9"
7957source = "registry+https://github.com/rust-lang/crates.io-index"
7958checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7959dependencies = [
7960 "base64 0.21.7",
7961 "bytes 1.11.1",
7962 "headers-core",
7963 "http 0.2.12",
7964 "httpdate",
7965 "mime",
7966 "sha1",
7967]
7968
7969[[package]]
7970name = "headers-core"
7971version = "0.2.0"
7972source = "registry+https://github.com/rust-lang/crates.io-index"
7973checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7974dependencies = [
7975 "http 0.2.12",
7976]
7977
7978[[package]]
7979name = "heapless"
7980version = "0.9.2"
7981source = "registry+https://github.com/rust-lang/crates.io-index"
7982checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
7983dependencies = [
7984 "hash32",
7985 "stable_deref_trait",
7986]
7987
7988[[package]]
7989name = "heck"
7990version = "0.3.3"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7993dependencies = [
7994 "unicode-segmentation",
7995]
7996
7997[[package]]
7998name = "heck"
7999version = "0.4.1"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8002dependencies = [
8003 "unicode-segmentation",
8004]
8005
8006[[package]]
8007name = "heck"
8008version = "0.5.0"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8011
8012[[package]]
8013name = "heed"
8014version = "0.21.0"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8017dependencies = [
8018 "bitflags 2.10.0",
8019 "byteorder",
8020 "heed-traits",
8021 "heed-types",
8022 "libc",
8023 "lmdb-master-sys",
8024 "once_cell",
8025 "page_size",
8026 "serde",
8027 "synchronoise",
8028 "url",
8029]
8030
8031[[package]]
8032name = "heed-traits"
8033version = "0.20.0"
8034source = "registry+https://github.com/rust-lang/crates.io-index"
8035checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8036
8037[[package]]
8038name = "heed-types"
8039version = "0.21.0"
8040source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8042dependencies = [
8043 "bincode",
8044 "byteorder",
8045 "heed-traits",
8046 "serde",
8047 "serde_json",
8048]
8049
8050[[package]]
8051name = "hermit-abi"
8052version = "0.5.2"
8053source = "registry+https://github.com/rust-lang/crates.io-index"
8054checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8055
8056[[package]]
8057name = "hex"
8058version = "0.4.3"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8061
8062[[package]]
8063name = "hexf-parse"
8064version = "0.2.1"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8067
8068[[package]]
8069name = "hkdf"
8070version = "0.12.4"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8073dependencies = [
8074 "hmac",
8075]
8076
8077[[package]]
8078name = "hmac"
8079version = "0.12.1"
8080source = "registry+https://github.com/rust-lang/crates.io-index"
8081checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8082dependencies = [
8083 "digest",
8084]
8085
8086[[package]]
8087name = "home"
8088version = "0.5.11"
8089source = "registry+https://github.com/rust-lang/crates.io-index"
8090checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8091dependencies = [
8092 "windows-sys 0.59.0",
8093]
8094
8095[[package]]
8096name = "hound"
8097version = "3.5.1"
8098source = "registry+https://github.com/rust-lang/crates.io-index"
8099checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8100
8101[[package]]
8102name = "html5ever"
8103version = "0.27.0"
8104source = "registry+https://github.com/rust-lang/crates.io-index"
8105checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8106dependencies = [
8107 "log",
8108 "mac",
8109 "markup5ever 0.12.1",
8110 "proc-macro2",
8111 "quote",
8112 "syn 2.0.117",
8113]
8114
8115[[package]]
8116name = "html5ever"
8117version = "0.35.0"
8118source = "registry+https://github.com/rust-lang/crates.io-index"
8119checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8120dependencies = [
8121 "log",
8122 "markup5ever 0.35.0",
8123 "match_token",
8124]
8125
8126[[package]]
8127name = "html_to_markdown"
8128version = "0.1.0"
8129dependencies = [
8130 "anyhow",
8131 "html5ever 0.27.0",
8132 "indoc",
8133 "markup5ever_rcdom",
8134 "pretty_assertions",
8135 "regex",
8136]
8137
8138[[package]]
8139name = "http"
8140version = "0.2.12"
8141source = "registry+https://github.com/rust-lang/crates.io-index"
8142checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8143dependencies = [
8144 "bytes 1.11.1",
8145 "fnv",
8146 "itoa",
8147]
8148
8149[[package]]
8150name = "http"
8151version = "1.3.1"
8152source = "registry+https://github.com/rust-lang/crates.io-index"
8153checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8154dependencies = [
8155 "bytes 1.11.1",
8156 "fnv",
8157 "itoa",
8158]
8159
8160[[package]]
8161name = "http-body"
8162version = "0.4.6"
8163source = "registry+https://github.com/rust-lang/crates.io-index"
8164checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8165dependencies = [
8166 "bytes 1.11.1",
8167 "http 0.2.12",
8168 "pin-project-lite",
8169]
8170
8171[[package]]
8172name = "http-body"
8173version = "1.0.1"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8176dependencies = [
8177 "bytes 1.11.1",
8178 "http 1.3.1",
8179]
8180
8181[[package]]
8182name = "http-body-util"
8183version = "0.1.3"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8186dependencies = [
8187 "bytes 1.11.1",
8188 "futures-core",
8189 "http 1.3.1",
8190 "http-body 1.0.1",
8191 "pin-project-lite",
8192]
8193
8194[[package]]
8195name = "http-range-header"
8196version = "0.3.1"
8197source = "registry+https://github.com/rust-lang/crates.io-index"
8198checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8199
8200[[package]]
8201name = "http_client"
8202version = "0.1.0"
8203dependencies = [
8204 "anyhow",
8205 "async-compression",
8206 "async-fs",
8207 "async-tar",
8208 "bytes 1.11.1",
8209 "derive_more",
8210 "futures 0.3.31",
8211 "http 1.3.1",
8212 "http-body 1.0.1",
8213 "log",
8214 "parking_lot",
8215 "serde",
8216 "serde_json",
8217 "serde_urlencoded",
8218 "sha2",
8219 "tempfile",
8220 "url",
8221 "util",
8222]
8223
8224[[package]]
8225name = "http_client_tls"
8226version = "0.1.0"
8227dependencies = [
8228 "rustls 0.23.33",
8229 "rustls-platform-verifier",
8230]
8231
8232[[package]]
8233name = "httparse"
8234version = "1.10.1"
8235source = "registry+https://github.com/rust-lang/crates.io-index"
8236checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8237
8238[[package]]
8239name = "httpdate"
8240version = "1.0.3"
8241source = "registry+https://github.com/rust-lang/crates.io-index"
8242checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8243
8244[[package]]
8245name = "human_bytes"
8246version = "0.4.3"
8247source = "registry+https://github.com/rust-lang/crates.io-index"
8248checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8249
8250[[package]]
8251name = "humantime"
8252version = "2.3.0"
8253source = "registry+https://github.com/rust-lang/crates.io-index"
8254checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8255
8256[[package]]
8257name = "hyper"
8258version = "0.14.32"
8259source = "registry+https://github.com/rust-lang/crates.io-index"
8260checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8261dependencies = [
8262 "bytes 1.11.1",
8263 "futures-channel",
8264 "futures-core",
8265 "futures-util",
8266 "h2 0.3.27",
8267 "http 0.2.12",
8268 "http-body 0.4.6",
8269 "httparse",
8270 "httpdate",
8271 "itoa",
8272 "pin-project-lite",
8273 "socket2 0.5.10",
8274 "tokio",
8275 "tower-service",
8276 "tracing",
8277 "want",
8278]
8279
8280[[package]]
8281name = "hyper"
8282version = "1.7.0"
8283source = "registry+https://github.com/rust-lang/crates.io-index"
8284checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8285dependencies = [
8286 "atomic-waker",
8287 "bytes 1.11.1",
8288 "futures-channel",
8289 "futures-core",
8290 "h2 0.4.12",
8291 "http 1.3.1",
8292 "http-body 1.0.1",
8293 "httparse",
8294 "itoa",
8295 "pin-project-lite",
8296 "pin-utils",
8297 "smallvec",
8298 "tokio",
8299 "want",
8300]
8301
8302[[package]]
8303name = "hyper-rustls"
8304version = "0.24.2"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8307dependencies = [
8308 "futures-util",
8309 "http 0.2.12",
8310 "hyper 0.14.32",
8311 "log",
8312 "rustls 0.21.12",
8313 "rustls-native-certs 0.6.3",
8314 "tokio",
8315 "tokio-rustls 0.24.1",
8316]
8317
8318[[package]]
8319name = "hyper-rustls"
8320version = "0.27.7"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8323dependencies = [
8324 "http 1.3.1",
8325 "hyper 1.7.0",
8326 "hyper-util",
8327 "rustls 0.23.33",
8328 "rustls-native-certs 0.8.2",
8329 "rustls-pki-types",
8330 "tokio",
8331 "tokio-rustls 0.26.2",
8332 "tower-service",
8333]
8334
8335[[package]]
8336name = "hyper-tls"
8337version = "0.5.0"
8338source = "registry+https://github.com/rust-lang/crates.io-index"
8339checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8340dependencies = [
8341 "bytes 1.11.1",
8342 "hyper 0.14.32",
8343 "native-tls",
8344 "tokio",
8345 "tokio-native-tls",
8346]
8347
8348[[package]]
8349name = "hyper-util"
8350version = "0.1.17"
8351source = "registry+https://github.com/rust-lang/crates.io-index"
8352checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8353dependencies = [
8354 "base64 0.22.1",
8355 "bytes 1.11.1",
8356 "futures-channel",
8357 "futures-core",
8358 "futures-util",
8359 "http 1.3.1",
8360 "http-body 1.0.1",
8361 "hyper 1.7.0",
8362 "ipnet",
8363 "libc",
8364 "percent-encoding",
8365 "pin-project-lite",
8366 "socket2 0.6.1",
8367 "tokio",
8368 "tower-service",
8369 "tracing",
8370]
8371
8372[[package]]
8373name = "iana-time-zone"
8374version = "0.1.64"
8375source = "registry+https://github.com/rust-lang/crates.io-index"
8376checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8377dependencies = [
8378 "android_system_properties",
8379 "core-foundation-sys",
8380 "iana-time-zone-haiku",
8381 "js-sys",
8382 "log",
8383 "wasm-bindgen",
8384 "windows-core 0.62.2",
8385]
8386
8387[[package]]
8388name = "iana-time-zone-haiku"
8389version = "0.1.2"
8390source = "registry+https://github.com/rust-lang/crates.io-index"
8391checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8392dependencies = [
8393 "cc",
8394]
8395
8396[[package]]
8397name = "icons"
8398version = "0.1.0"
8399dependencies = [
8400 "serde",
8401 "strum 0.27.2",
8402]
8403
8404[[package]]
8405name = "icu_collections"
8406version = "2.0.0"
8407source = "registry+https://github.com/rust-lang/crates.io-index"
8408checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8409dependencies = [
8410 "displaydoc",
8411 "potential_utf",
8412 "yoke 0.8.0",
8413 "zerofrom",
8414 "zerovec",
8415]
8416
8417[[package]]
8418name = "icu_locale_core"
8419version = "2.0.0"
8420source = "registry+https://github.com/rust-lang/crates.io-index"
8421checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8422dependencies = [
8423 "displaydoc",
8424 "litemap",
8425 "tinystr",
8426 "writeable",
8427 "zerovec",
8428]
8429
8430[[package]]
8431name = "icu_normalizer"
8432version = "2.0.0"
8433source = "registry+https://github.com/rust-lang/crates.io-index"
8434checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8435dependencies = [
8436 "displaydoc",
8437 "icu_collections",
8438 "icu_normalizer_data",
8439 "icu_properties",
8440 "icu_provider",
8441 "smallvec",
8442 "zerovec",
8443]
8444
8445[[package]]
8446name = "icu_normalizer_data"
8447version = "2.0.0"
8448source = "registry+https://github.com/rust-lang/crates.io-index"
8449checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8450
8451[[package]]
8452name = "icu_properties"
8453version = "2.0.1"
8454source = "registry+https://github.com/rust-lang/crates.io-index"
8455checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8456dependencies = [
8457 "displaydoc",
8458 "icu_collections",
8459 "icu_locale_core",
8460 "icu_properties_data",
8461 "icu_provider",
8462 "potential_utf",
8463 "zerotrie",
8464 "zerovec",
8465]
8466
8467[[package]]
8468name = "icu_properties_data"
8469version = "2.0.1"
8470source = "registry+https://github.com/rust-lang/crates.io-index"
8471checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8472
8473[[package]]
8474name = "icu_provider"
8475version = "2.0.0"
8476source = "registry+https://github.com/rust-lang/crates.io-index"
8477checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8478dependencies = [
8479 "displaydoc",
8480 "icu_locale_core",
8481 "stable_deref_trait",
8482 "tinystr",
8483 "writeable",
8484 "yoke 0.8.0",
8485 "zerofrom",
8486 "zerotrie",
8487 "zerovec",
8488]
8489
8490[[package]]
8491name = "id-arena"
8492version = "2.2.1"
8493source = "registry+https://github.com/rust-lang/crates.io-index"
8494checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8495
8496[[package]]
8497name = "ident_case"
8498version = "1.0.1"
8499source = "registry+https://github.com/rust-lang/crates.io-index"
8500checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8501
8502[[package]]
8503name = "idna"
8504version = "1.1.0"
8505source = "registry+https://github.com/rust-lang/crates.io-index"
8506checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8507dependencies = [
8508 "idna_adapter",
8509 "smallvec",
8510 "utf8_iter",
8511]
8512
8513[[package]]
8514name = "idna_adapter"
8515version = "1.2.1"
8516source = "registry+https://github.com/rust-lang/crates.io-index"
8517checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8518dependencies = [
8519 "icu_normalizer",
8520 "icu_properties",
8521]
8522
8523[[package]]
8524name = "ignore"
8525version = "0.4.24"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8528dependencies = [
8529 "crossbeam-deque",
8530 "globset",
8531 "log",
8532 "memchr",
8533 "regex-automata",
8534 "same-file",
8535 "walkdir",
8536 "winapi-util",
8537]
8538
8539[[package]]
8540name = "image"
8541version = "0.25.8"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8544dependencies = [
8545 "bytemuck",
8546 "byteorder-lite",
8547 "color_quant",
8548 "exr",
8549 "gif",
8550 "image-webp",
8551 "moxcms",
8552 "num-traits",
8553 "png 0.18.0",
8554 "qoi",
8555 "ravif",
8556 "rayon",
8557 "rgb",
8558 "tiff",
8559 "zune-core",
8560 "zune-jpeg",
8561]
8562
8563[[package]]
8564name = "image-webp"
8565version = "0.2.4"
8566source = "registry+https://github.com/rust-lang/crates.io-index"
8567checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8568dependencies = [
8569 "byteorder-lite",
8570 "quick-error 2.0.1",
8571]
8572
8573[[package]]
8574name = "image_viewer"
8575version = "0.1.0"
8576dependencies = [
8577 "anyhow",
8578 "db",
8579 "editor",
8580 "file_icons",
8581 "gpui",
8582 "language",
8583 "log",
8584 "project",
8585 "serde",
8586 "settings",
8587 "theme_settings",
8588 "ui",
8589 "util",
8590 "workspace",
8591]
8592
8593[[package]]
8594name = "imagesize"
8595version = "0.13.0"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8598
8599[[package]]
8600name = "imara-diff"
8601version = "0.1.8"
8602source = "registry+https://github.com/rust-lang/crates.io-index"
8603checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8604dependencies = [
8605 "hashbrown 0.15.5",
8606]
8607
8608[[package]]
8609name = "imgref"
8610version = "1.12.0"
8611source = "registry+https://github.com/rust-lang/crates.io-index"
8612checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8613
8614[[package]]
8615name = "indenter"
8616version = "0.3.4"
8617source = "registry+https://github.com/rust-lang/crates.io-index"
8618checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8619
8620[[package]]
8621name = "indexmap"
8622version = "2.11.4"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8625dependencies = [
8626 "equivalent",
8627 "hashbrown 0.16.1",
8628 "serde",
8629 "serde_core",
8630]
8631
8632[[package]]
8633name = "indoc"
8634version = "2.0.6"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8637
8638[[package]]
8639name = "inherent"
8640version = "1.0.13"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8643dependencies = [
8644 "proc-macro2",
8645 "quote",
8646 "syn 2.0.117",
8647]
8648
8649[[package]]
8650name = "inotify"
8651version = "0.9.6"
8652source = "registry+https://github.com/rust-lang/crates.io-index"
8653checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8654dependencies = [
8655 "bitflags 1.3.2",
8656 "inotify-sys",
8657 "libc",
8658]
8659
8660[[package]]
8661name = "inotify"
8662version = "0.11.0"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8665dependencies = [
8666 "bitflags 2.10.0",
8667 "inotify-sys",
8668 "libc",
8669]
8670
8671[[package]]
8672name = "inotify-sys"
8673version = "0.1.5"
8674source = "registry+https://github.com/rust-lang/crates.io-index"
8675checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8676dependencies = [
8677 "libc",
8678]
8679
8680[[package]]
8681name = "inout"
8682version = "0.1.4"
8683source = "registry+https://github.com/rust-lang/crates.io-index"
8684checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8685dependencies = [
8686 "block-padding",
8687 "generic-array",
8688]
8689
8690[[package]]
8691name = "inspector_ui"
8692version = "0.1.0"
8693dependencies = [
8694 "anyhow",
8695 "command_palette_hooks",
8696 "editor",
8697 "fuzzy",
8698 "gpui",
8699 "language",
8700 "project",
8701 "serde_json",
8702 "serde_json_lenient",
8703 "theme_settings",
8704 "ui",
8705 "util",
8706 "util_macros",
8707 "workspace",
8708 "zed_actions",
8709]
8710
8711[[package]]
8712name = "install_cli"
8713version = "0.1.0"
8714dependencies = [
8715 "anyhow",
8716 "client",
8717 "gpui",
8718 "release_channel",
8719 "smol",
8720 "util",
8721 "workspace",
8722]
8723
8724[[package]]
8725name = "instant"
8726version = "0.1.13"
8727source = "registry+https://github.com/rust-lang/crates.io-index"
8728checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8729dependencies = [
8730 "cfg-if",
8731]
8732
8733[[package]]
8734name = "interpolate_name"
8735version = "0.2.4"
8736source = "registry+https://github.com/rust-lang/crates.io-index"
8737checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8738dependencies = [
8739 "proc-macro2",
8740 "quote",
8741 "syn 2.0.117",
8742]
8743
8744[[package]]
8745name = "inventory"
8746version = "0.3.21"
8747source = "registry+https://github.com/rust-lang/crates.io-index"
8748checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8749dependencies = [
8750 "rustversion",
8751]
8752
8753[[package]]
8754name = "io-extras"
8755version = "0.18.4"
8756source = "registry+https://github.com/rust-lang/crates.io-index"
8757checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8758dependencies = [
8759 "io-lifetimes",
8760 "windows-sys 0.59.0",
8761]
8762
8763[[package]]
8764name = "io-lifetimes"
8765version = "2.0.4"
8766source = "registry+https://github.com/rust-lang/crates.io-index"
8767checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8768
8769[[package]]
8770name = "io-surface"
8771version = "0.16.1"
8772source = "registry+https://github.com/rust-lang/crates.io-index"
8773checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8774dependencies = [
8775 "cgl",
8776 "core-foundation 0.10.0",
8777 "core-foundation-sys",
8778 "leaky-cow",
8779]
8780
8781[[package]]
8782name = "iovec"
8783version = "0.1.4"
8784source = "registry+https://github.com/rust-lang/crates.io-index"
8785checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8786dependencies = [
8787 "libc",
8788]
8789
8790[[package]]
8791name = "ipc-channel"
8792version = "0.19.0"
8793source = "registry+https://github.com/rust-lang/crates.io-index"
8794checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8795dependencies = [
8796 "bincode",
8797 "crossbeam-channel",
8798 "fnv",
8799 "lazy_static",
8800 "libc",
8801 "mio 1.1.0",
8802 "rand 0.8.5",
8803 "serde",
8804 "tempfile",
8805 "uuid",
8806 "windows 0.58.0",
8807]
8808
8809[[package]]
8810name = "ipnet"
8811version = "2.11.0"
8812source = "registry+https://github.com/rust-lang/crates.io-index"
8813checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8814
8815[[package]]
8816name = "iri-string"
8817version = "0.7.8"
8818source = "registry+https://github.com/rust-lang/crates.io-index"
8819checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8820dependencies = [
8821 "memchr",
8822 "serde",
8823]
8824
8825[[package]]
8826name = "is-docker"
8827version = "0.2.0"
8828source = "registry+https://github.com/rust-lang/crates.io-index"
8829checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8830dependencies = [
8831 "once_cell",
8832]
8833
8834[[package]]
8835name = "is-terminal"
8836version = "0.4.16"
8837source = "registry+https://github.com/rust-lang/crates.io-index"
8838checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8839dependencies = [
8840 "hermit-abi",
8841 "libc",
8842 "windows-sys 0.59.0",
8843]
8844
8845[[package]]
8846name = "is-wsl"
8847version = "0.4.0"
8848source = "registry+https://github.com/rust-lang/crates.io-index"
8849checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8850dependencies = [
8851 "is-docker",
8852 "once_cell",
8853]
8854
8855[[package]]
8856name = "is_executable"
8857version = "1.0.5"
8858source = "registry+https://github.com/rust-lang/crates.io-index"
8859checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
8860dependencies = [
8861 "windows-sys 0.60.2",
8862]
8863
8864[[package]]
8865name = "is_terminal_polyfill"
8866version = "1.70.1"
8867source = "registry+https://github.com/rust-lang/crates.io-index"
8868checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8869
8870[[package]]
8871name = "itertools"
8872version = "0.10.5"
8873source = "registry+https://github.com/rust-lang/crates.io-index"
8874checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8875dependencies = [
8876 "either",
8877]
8878
8879[[package]]
8880name = "itertools"
8881version = "0.11.0"
8882source = "registry+https://github.com/rust-lang/crates.io-index"
8883checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8884dependencies = [
8885 "either",
8886]
8887
8888[[package]]
8889name = "itertools"
8890version = "0.12.1"
8891source = "registry+https://github.com/rust-lang/crates.io-index"
8892checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8893dependencies = [
8894 "either",
8895]
8896
8897[[package]]
8898name = "itertools"
8899version = "0.14.0"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8902dependencies = [
8903 "either",
8904]
8905
8906[[package]]
8907name = "itoa"
8908version = "1.0.15"
8909source = "registry+https://github.com/rust-lang/crates.io-index"
8910checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8911
8912[[package]]
8913name = "jiff"
8914version = "0.2.15"
8915source = "registry+https://github.com/rust-lang/crates.io-index"
8916checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
8917dependencies = [
8918 "jiff-static",
8919 "log",
8920 "portable-atomic",
8921 "portable-atomic-util",
8922 "serde",
8923]
8924
8925[[package]]
8926name = "jiff-static"
8927version = "0.2.15"
8928source = "registry+https://github.com/rust-lang/crates.io-index"
8929checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
8930dependencies = [
8931 "proc-macro2",
8932 "quote",
8933 "syn 2.0.117",
8934]
8935
8936[[package]]
8937name = "jni"
8938version = "0.21.1"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8941dependencies = [
8942 "cesu8",
8943 "cfg-if",
8944 "combine",
8945 "jni-sys",
8946 "log",
8947 "thiserror 1.0.69",
8948 "walkdir",
8949 "windows-sys 0.45.0",
8950]
8951
8952[[package]]
8953name = "jni-sys"
8954version = "0.3.0"
8955source = "registry+https://github.com/rust-lang/crates.io-index"
8956checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8957
8958[[package]]
8959name = "jobserver"
8960version = "0.1.34"
8961source = "registry+https://github.com/rust-lang/crates.io-index"
8962checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
8963dependencies = [
8964 "getrandom 0.3.4",
8965 "libc",
8966]
8967
8968[[package]]
8969name = "journal"
8970version = "0.1.0"
8971dependencies = [
8972 "anyhow",
8973 "chrono",
8974 "editor",
8975 "gpui",
8976 "log",
8977 "serde",
8978 "settings",
8979 "shellexpand 2.1.2",
8980 "workspace",
8981]
8982
8983[[package]]
8984name = "js-sys"
8985version = "0.3.90"
8986source = "registry+https://github.com/rust-lang/crates.io-index"
8987checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
8988dependencies = [
8989 "once_cell",
8990 "wasm-bindgen",
8991]
8992
8993[[package]]
8994name = "json5"
8995version = "0.4.1"
8996source = "registry+https://github.com/rust-lang/crates.io-index"
8997checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
8998dependencies = [
8999 "pest",
9000 "pest_derive",
9001 "serde",
9002]
9003
9004[[package]]
9005name = "json_dotpath"
9006version = "1.1.0"
9007source = "registry+https://github.com/rust-lang/crates.io-index"
9008checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9009dependencies = [
9010 "serde",
9011 "serde_derive",
9012 "serde_json",
9013 "thiserror 1.0.69",
9014]
9015
9016[[package]]
9017name = "json_schema_store"
9018version = "0.1.0"
9019dependencies = [
9020 "anyhow",
9021 "collections",
9022 "dap",
9023 "extension",
9024 "gpui",
9025 "language",
9026 "parking_lot",
9027 "paths",
9028 "project",
9029 "schemars",
9030 "serde",
9031 "serde_json",
9032 "settings",
9033 "snippet_provider",
9034 "task",
9035 "theme",
9036 "util",
9037]
9038
9039[[package]]
9040name = "jsonschema"
9041version = "0.37.4"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9044dependencies = [
9045 "ahash 0.8.12",
9046 "bytecount",
9047 "data-encoding",
9048 "email_address",
9049 "fancy-regex 0.16.2",
9050 "fraction",
9051 "getrandom 0.3.4",
9052 "idna",
9053 "itoa",
9054 "num-cmp",
9055 "num-traits",
9056 "percent-encoding",
9057 "referencing",
9058 "regex",
9059 "regex-syntax",
9060 "reqwest 0.12.24",
9061 "serde",
9062 "serde_json",
9063 "unicode-general-category",
9064 "uuid-simd",
9065]
9066
9067[[package]]
9068name = "jsonwebtoken"
9069version = "10.3.0"
9070source = "registry+https://github.com/rust-lang/crates.io-index"
9071checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9072dependencies = [
9073 "aws-lc-rs",
9074 "base64 0.22.1",
9075 "getrandom 0.2.16",
9076 "js-sys",
9077 "pem",
9078 "serde",
9079 "serde_json",
9080 "signature 2.2.0",
9081 "simple_asn1",
9082]
9083
9084[[package]]
9085name = "jupyter-protocol"
9086version = "1.4.0"
9087source = "registry+https://github.com/rust-lang/crates.io-index"
9088checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9089dependencies = [
9090 "async-trait",
9091 "bytes 1.11.1",
9092 "chrono",
9093 "futures 0.3.31",
9094 "serde",
9095 "serde_json",
9096 "thiserror 2.0.17",
9097 "uuid",
9098]
9099
9100[[package]]
9101name = "jupyter-websocket-client"
9102version = "1.0.0"
9103source = "registry+https://github.com/rust-lang/crates.io-index"
9104checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9105dependencies = [
9106 "anyhow",
9107 "async-trait",
9108 "async-tungstenite",
9109 "futures 0.3.31",
9110 "jupyter-protocol",
9111 "serde",
9112 "serde_json",
9113 "tokio",
9114 "url",
9115 "uuid",
9116]
9117
9118[[package]]
9119name = "keymap_editor"
9120version = "0.1.0"
9121dependencies = [
9122 "anyhow",
9123 "collections",
9124 "command_palette",
9125 "component",
9126 "db",
9127 "editor",
9128 "fs",
9129 "fuzzy",
9130 "gpui",
9131 "itertools 0.14.0",
9132 "json_schema_store",
9133 "language",
9134 "log",
9135 "menu",
9136 "notifications",
9137 "paths",
9138 "project",
9139 "search",
9140 "serde",
9141 "serde_json",
9142 "settings",
9143 "telemetry",
9144 "tempfile",
9145 "theme",
9146 "theme_settings",
9147 "tree-sitter-json",
9148 "tree-sitter-rust",
9149 "ui",
9150 "ui_input",
9151 "util",
9152 "workspace",
9153 "zed_actions",
9154]
9155
9156[[package]]
9157name = "khronos-egl"
9158version = "6.0.0"
9159source = "registry+https://github.com/rust-lang/crates.io-index"
9160checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9161dependencies = [
9162 "libc",
9163 "libloading",
9164 "pkg-config",
9165]
9166
9167[[package]]
9168name = "khronos_api"
9169version = "3.1.0"
9170source = "registry+https://github.com/rust-lang/crates.io-index"
9171checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9172
9173[[package]]
9174name = "kqueue"
9175version = "1.1.1"
9176source = "registry+https://github.com/rust-lang/crates.io-index"
9177checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9178dependencies = [
9179 "kqueue-sys",
9180 "libc",
9181]
9182
9183[[package]]
9184name = "kqueue-sys"
9185version = "1.0.4"
9186source = "registry+https://github.com/rust-lang/crates.io-index"
9187checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9188dependencies = [
9189 "bitflags 1.3.2",
9190 "libc",
9191]
9192
9193[[package]]
9194name = "kurbo"
9195version = "0.11.3"
9196source = "registry+https://github.com/rust-lang/crates.io-index"
9197checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9198dependencies = [
9199 "arrayvec",
9200 "euclid",
9201 "smallvec",
9202]
9203
9204[[package]]
9205name = "kv-log-macro"
9206version = "1.0.7"
9207source = "registry+https://github.com/rust-lang/crates.io-index"
9208checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9209dependencies = [
9210 "log",
9211]
9212
9213[[package]]
9214name = "language"
9215version = "0.1.0"
9216dependencies = [
9217 "anyhow",
9218 "async-trait",
9219 "clock",
9220 "collections",
9221 "criterion",
9222 "ctor",
9223 "diffy",
9224 "ec4rs",
9225 "encoding_rs",
9226 "fs",
9227 "futures 0.3.31",
9228 "fuzzy",
9229 "globset",
9230 "gpui",
9231 "http_client",
9232 "imara-diff",
9233 "indoc",
9234 "itertools 0.14.0",
9235 "language_core",
9236 "log",
9237 "lsp",
9238 "parking_lot",
9239 "postage",
9240 "pretty_assertions",
9241 "rand 0.9.2",
9242 "regex",
9243 "rpc",
9244 "semver",
9245 "serde",
9246 "serde_json",
9247 "settings",
9248 "shellexpand 2.1.2",
9249 "smallvec",
9250 "smol",
9251 "streaming-iterator",
9252 "strsim",
9253 "sum_tree",
9254 "task",
9255 "text",
9256 "theme",
9257 "theme_settings",
9258 "toml 0.8.23",
9259 "tracing",
9260 "tree-sitter",
9261 "tree-sitter-elixir",
9262 "tree-sitter-embedded-template",
9263 "tree-sitter-heex",
9264 "tree-sitter-html",
9265 "tree-sitter-json",
9266 "tree-sitter-md",
9267 "tree-sitter-python",
9268 "tree-sitter-ruby",
9269 "tree-sitter-rust",
9270 "tree-sitter-typescript",
9271 "unicase",
9272 "unindent",
9273 "util",
9274 "watch",
9275 "zlog",
9276 "ztracing",
9277]
9278
9279[[package]]
9280name = "language_core"
9281version = "0.1.0"
9282dependencies = [
9283 "anyhow",
9284 "collections",
9285 "gpui",
9286 "log",
9287 "lsp",
9288 "parking_lot",
9289 "regex",
9290 "schemars",
9291 "serde",
9292 "serde_json",
9293 "toml 0.8.23",
9294 "tree-sitter",
9295 "util",
9296]
9297
9298[[package]]
9299name = "language_extension"
9300version = "0.1.0"
9301dependencies = [
9302 "anyhow",
9303 "async-trait",
9304 "collections",
9305 "extension",
9306 "fs",
9307 "futures 0.3.31",
9308 "gpui",
9309 "language",
9310 "log",
9311 "lsp",
9312 "project",
9313 "serde",
9314 "serde_json",
9315 "tracing",
9316 "util",
9317 "ztracing",
9318]
9319
9320[[package]]
9321name = "language_model"
9322version = "0.1.0"
9323dependencies = [
9324 "anthropic",
9325 "anyhow",
9326 "base64 0.22.1",
9327 "client",
9328 "cloud_api_client",
9329 "cloud_api_types",
9330 "cloud_llm_client",
9331 "collections",
9332 "credentials_provider",
9333 "futures 0.3.31",
9334 "gpui",
9335 "http_client",
9336 "icons",
9337 "image",
9338 "log",
9339 "open_ai",
9340 "open_router",
9341 "parking_lot",
9342 "schemars",
9343 "serde",
9344 "serde_json",
9345 "settings",
9346 "smol",
9347 "thiserror 2.0.17",
9348 "util",
9349 "zed_env_vars",
9350]
9351
9352[[package]]
9353name = "language_models"
9354version = "0.1.0"
9355dependencies = [
9356 "ai_onboarding",
9357 "anthropic",
9358 "anyhow",
9359 "aws-config",
9360 "aws-credential-types",
9361 "aws_http_client",
9362 "base64 0.22.1",
9363 "bedrock",
9364 "client",
9365 "cloud_api_types",
9366 "cloud_llm_client",
9367 "collections",
9368 "component",
9369 "convert_case 0.8.0",
9370 "copilot",
9371 "copilot_chat",
9372 "copilot_ui",
9373 "credentials_provider",
9374 "deepseek",
9375 "extension",
9376 "extension_host",
9377 "fs",
9378 "futures 0.3.31",
9379 "google_ai",
9380 "gpui",
9381 "gpui_tokio",
9382 "http_client",
9383 "language",
9384 "language_model",
9385 "lmstudio",
9386 "log",
9387 "menu",
9388 "mistral",
9389 "ollama",
9390 "open_ai",
9391 "open_router",
9392 "opencode",
9393 "partial-json-fixer",
9394 "pretty_assertions",
9395 "release_channel",
9396 "schemars",
9397 "semver",
9398 "serde",
9399 "serde_json",
9400 "settings",
9401 "smol",
9402 "strum 0.27.2",
9403 "thiserror 2.0.17",
9404 "tiktoken-rs",
9405 "tokio",
9406 "ui",
9407 "ui_input",
9408 "util",
9409 "vercel",
9410 "x_ai",
9411]
9412
9413[[package]]
9414name = "language_onboarding"
9415version = "0.1.0"
9416dependencies = [
9417 "db",
9418 "editor",
9419 "gpui",
9420 "project",
9421 "ui",
9422 "workspace",
9423]
9424
9425[[package]]
9426name = "language_selector"
9427version = "0.1.0"
9428dependencies = [
9429 "anyhow",
9430 "editor",
9431 "file_icons",
9432 "fuzzy",
9433 "gpui",
9434 "language",
9435 "open_path_prompt",
9436 "picker",
9437 "project",
9438 "serde_json",
9439 "settings",
9440 "ui",
9441 "util",
9442 "workspace",
9443]
9444
9445[[package]]
9446name = "language_tools"
9447version = "0.1.0"
9448dependencies = [
9449 "anyhow",
9450 "client",
9451 "collections",
9452 "command_palette_hooks",
9453 "edit_prediction",
9454 "editor",
9455 "futures 0.3.31",
9456 "gpui",
9457 "itertools 0.14.0",
9458 "language",
9459 "lsp",
9460 "menu",
9461 "project",
9462 "proto",
9463 "release_channel",
9464 "semver",
9465 "serde_json",
9466 "settings",
9467 "sysinfo 0.37.2",
9468 "telemetry",
9469 "theme",
9470 "theme_settings",
9471 "tree-sitter",
9472 "ui",
9473 "util",
9474 "workspace",
9475 "zed_actions",
9476 "zlog",
9477]
9478
9479[[package]]
9480name = "languages"
9481version = "0.1.0"
9482dependencies = [
9483 "anyhow",
9484 "async-compression",
9485 "async-fs",
9486 "async-tar",
9487 "async-trait",
9488 "chrono",
9489 "collections",
9490 "fs",
9491 "futures 0.3.31",
9492 "globset",
9493 "gpui",
9494 "grammars",
9495 "http_client",
9496 "itertools 0.14.0",
9497 "json_schema_store",
9498 "language",
9499 "log",
9500 "lsp",
9501 "node_runtime",
9502 "parking_lot",
9503 "pet",
9504 "pet-conda",
9505 "pet-core",
9506 "pet-fs",
9507 "pet-poetry",
9508 "pet-reporter",
9509 "pet-virtualenv",
9510 "pretty_assertions",
9511 "project",
9512 "regex",
9513 "rope",
9514 "semver",
9515 "serde",
9516 "serde_json",
9517 "serde_json_lenient",
9518 "settings",
9519 "smallvec",
9520 "smol",
9521 "snippet",
9522 "task",
9523 "terminal",
9524 "theme",
9525 "tree-sitter",
9526 "tree-sitter-bash",
9527 "tree-sitter-c",
9528 "tree-sitter-cpp",
9529 "tree-sitter-css",
9530 "tree-sitter-gitcommit",
9531 "tree-sitter-go",
9532 "tree-sitter-python",
9533 "tree-sitter-rust",
9534 "tree-sitter-typescript",
9535 "unindent",
9536 "url",
9537 "util",
9538]
9539
9540[[package]]
9541name = "lazy_static"
9542version = "1.5.0"
9543source = "registry+https://github.com/rust-lang/crates.io-index"
9544checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9545dependencies = [
9546 "spin 0.9.8",
9547]
9548
9549[[package]]
9550name = "leak"
9551version = "0.1.2"
9552source = "registry+https://github.com/rust-lang/crates.io-index"
9553checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9554
9555[[package]]
9556name = "leaky-cow"
9557version = "0.1.1"
9558source = "registry+https://github.com/rust-lang/crates.io-index"
9559checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9560dependencies = [
9561 "leak",
9562]
9563
9564[[package]]
9565name = "leb128"
9566version = "0.2.5"
9567source = "registry+https://github.com/rust-lang/crates.io-index"
9568checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9569
9570[[package]]
9571name = "leb128fmt"
9572version = "0.1.0"
9573source = "registry+https://github.com/rust-lang/crates.io-index"
9574checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9575
9576[[package]]
9577name = "lebe"
9578version = "0.5.3"
9579source = "registry+https://github.com/rust-lang/crates.io-index"
9580checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9581
9582[[package]]
9583name = "libbz2-rs-sys"
9584version = "0.2.2"
9585source = "registry+https://github.com/rust-lang/crates.io-index"
9586checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
9587
9588[[package]]
9589name = "libc"
9590version = "0.2.182"
9591source = "registry+https://github.com/rust-lang/crates.io-index"
9592checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9593
9594[[package]]
9595name = "libdbus-sys"
9596version = "0.2.6"
9597source = "registry+https://github.com/rust-lang/crates.io-index"
9598checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9599dependencies = [
9600 "cc",
9601 "pkg-config",
9602]
9603
9604[[package]]
9605name = "libfuzzer-sys"
9606version = "0.4.10"
9607source = "registry+https://github.com/rust-lang/crates.io-index"
9608checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9609dependencies = [
9610 "arbitrary",
9611 "cc",
9612]
9613
9614[[package]]
9615name = "libgit2-sys"
9616version = "0.18.3+1.9.2"
9617source = "registry+https://github.com/rust-lang/crates.io-index"
9618checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9619dependencies = [
9620 "cc",
9621 "libc",
9622 "libz-sys",
9623 "pkg-config",
9624]
9625
9626[[package]]
9627name = "libloading"
9628version = "0.8.9"
9629source = "registry+https://github.com/rust-lang/crates.io-index"
9630checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9631dependencies = [
9632 "cfg-if",
9633 "windows-link 0.2.1",
9634]
9635
9636[[package]]
9637name = "libm"
9638version = "0.2.15"
9639source = "registry+https://github.com/rust-lang/crates.io-index"
9640checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9641
9642[[package]]
9643name = "libmimalloc-sys"
9644version = "0.1.44"
9645source = "registry+https://github.com/rust-lang/crates.io-index"
9646checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9647dependencies = [
9648 "cc",
9649 "libc",
9650]
9651
9652[[package]]
9653name = "libredox"
9654version = "0.1.10"
9655source = "registry+https://github.com/rust-lang/crates.io-index"
9656checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9657dependencies = [
9658 "bitflags 2.10.0",
9659 "libc",
9660 "redox_syscall 0.5.18",
9661]
9662
9663[[package]]
9664name = "libsqlite3-sys"
9665version = "0.30.1"
9666source = "registry+https://github.com/rust-lang/crates.io-index"
9667checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9668dependencies = [
9669 "cc",
9670 "pkg-config",
9671 "vcpkg",
9672]
9673
9674[[package]]
9675name = "libwebrtc"
9676version = "0.3.26"
9677source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9678dependencies = [
9679 "cxx",
9680 "glib",
9681 "jni",
9682 "js-sys",
9683 "lazy_static",
9684 "livekit-protocol",
9685 "livekit-runtime",
9686 "log",
9687 "parking_lot",
9688 "serde",
9689 "serde_json",
9690 "thiserror 1.0.69",
9691 "tokio",
9692 "wasm-bindgen",
9693 "wasm-bindgen-futures",
9694 "web-sys",
9695 "webrtc-sys",
9696]
9697
9698[[package]]
9699name = "libz-sys"
9700version = "1.1.22"
9701source = "registry+https://github.com/rust-lang/crates.io-index"
9702checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9703dependencies = [
9704 "cc",
9705 "libc",
9706 "pkg-config",
9707 "vcpkg",
9708]
9709
9710[[package]]
9711name = "line_ending_selector"
9712version = "0.1.0"
9713dependencies = [
9714 "editor",
9715 "gpui",
9716 "language",
9717 "picker",
9718 "project",
9719 "ui",
9720 "util",
9721 "workspace",
9722]
9723
9724[[package]]
9725name = "linebender_resource_handle"
9726version = "0.1.1"
9727source = "registry+https://github.com/rust-lang/crates.io-index"
9728checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9729
9730[[package]]
9731name = "link-cplusplus"
9732version = "1.0.12"
9733source = "registry+https://github.com/rust-lang/crates.io-index"
9734checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9735dependencies = [
9736 "cc",
9737]
9738
9739[[package]]
9740name = "linkify"
9741version = "0.10.0"
9742source = "registry+https://github.com/rust-lang/crates.io-index"
9743checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9744dependencies = [
9745 "memchr",
9746]
9747
9748[[package]]
9749name = "linux-raw-sys"
9750version = "0.4.15"
9751source = "registry+https://github.com/rust-lang/crates.io-index"
9752checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9753
9754[[package]]
9755name = "linux-raw-sys"
9756version = "0.11.0"
9757source = "registry+https://github.com/rust-lang/crates.io-index"
9758checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9759
9760[[package]]
9761name = "litemap"
9762version = "0.8.0"
9763source = "registry+https://github.com/rust-lang/crates.io-index"
9764checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9765
9766[[package]]
9767name = "litrs"
9768version = "1.0.0"
9769source = "registry+https://github.com/rust-lang/crates.io-index"
9770checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9771
9772[[package]]
9773name = "livekit"
9774version = "0.7.32"
9775source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9776dependencies = [
9777 "base64 0.22.1",
9778 "bmrng",
9779 "bytes 1.11.1",
9780 "chrono",
9781 "futures-util",
9782 "lazy_static",
9783 "libloading",
9784 "libwebrtc",
9785 "livekit-api",
9786 "livekit-protocol",
9787 "livekit-runtime",
9788 "log",
9789 "parking_lot",
9790 "prost 0.12.6",
9791 "semver",
9792 "serde",
9793 "serde_json",
9794 "thiserror 1.0.69",
9795 "tokio",
9796]
9797
9798[[package]]
9799name = "livekit-api"
9800version = "0.4.14"
9801source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9802dependencies = [
9803 "base64 0.21.7",
9804 "futures-util",
9805 "http 1.3.1",
9806 "livekit-protocol",
9807 "livekit-runtime",
9808 "log",
9809 "parking_lot",
9810 "pbjson-types",
9811 "prost 0.12.6",
9812 "rand 0.9.2",
9813 "reqwest 0.12.24",
9814 "rustls-native-certs 0.6.3",
9815 "scopeguard",
9816 "serde",
9817 "sha2",
9818 "thiserror 1.0.69",
9819 "tokio",
9820 "tokio-rustls 0.26.2",
9821 "tokio-tungstenite 0.28.0",
9822 "url",
9823]
9824
9825[[package]]
9826name = "livekit-protocol"
9827version = "0.7.1"
9828source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9829dependencies = [
9830 "futures-util",
9831 "livekit-runtime",
9832 "parking_lot",
9833 "pbjson",
9834 "pbjson-types",
9835 "prost 0.12.6",
9836 "serde",
9837 "thiserror 1.0.69",
9838 "tokio",
9839]
9840
9841[[package]]
9842name = "livekit-runtime"
9843version = "0.4.0"
9844source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9845dependencies = [
9846 "tokio",
9847 "tokio-stream",
9848]
9849
9850[[package]]
9851name = "livekit_api"
9852version = "0.1.0"
9853dependencies = [
9854 "anyhow",
9855 "async-trait",
9856 "jsonwebtoken",
9857 "log",
9858 "prost 0.9.0",
9859 "prost-build 0.9.0",
9860 "prost-types 0.9.0",
9861 "serde",
9862 "zed-reqwest",
9863]
9864
9865[[package]]
9866name = "livekit_client"
9867version = "0.1.0"
9868dependencies = [
9869 "anyhow",
9870 "async-trait",
9871 "audio",
9872 "cocoa 0.26.0",
9873 "collections",
9874 "core-foundation 0.10.0",
9875 "core-video",
9876 "coreaudio-rs 0.12.1",
9877 "cpal",
9878 "futures 0.3.31",
9879 "gpui",
9880 "gpui_platform",
9881 "gpui_tokio",
9882 "http_client_tls",
9883 "image",
9884 "libwebrtc",
9885 "livekit",
9886 "livekit_api",
9887 "log",
9888 "nanoid",
9889 "objc",
9890 "parking_lot",
9891 "postage",
9892 "rodio",
9893 "serde",
9894 "serde_json",
9895 "serde_urlencoded",
9896 "settings",
9897 "simplelog",
9898 "smallvec",
9899 "tokio",
9900 "ui",
9901 "util",
9902 "webrtc-sys",
9903 "zed-scap",
9904]
9905
9906[[package]]
9907name = "lmdb-master-sys"
9908version = "0.2.5"
9909source = "registry+https://github.com/rust-lang/crates.io-index"
9910checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9911dependencies = [
9912 "cc",
9913 "doxygen-rs",
9914 "libc",
9915]
9916
9917[[package]]
9918name = "lmstudio"
9919version = "0.1.0"
9920dependencies = [
9921 "anyhow",
9922 "futures 0.3.31",
9923 "http_client",
9924 "schemars",
9925 "serde",
9926 "serde_json",
9927]
9928
9929[[package]]
9930name = "lock_api"
9931version = "0.4.14"
9932source = "registry+https://github.com/rust-lang/crates.io-index"
9933checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
9934dependencies = [
9935 "scopeguard",
9936]
9937
9938[[package]]
9939name = "log"
9940version = "0.4.29"
9941source = "registry+https://github.com/rust-lang/crates.io-index"
9942checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
9943dependencies = [
9944 "serde_core",
9945 "value-bag",
9946]
9947
9948[[package]]
9949name = "loom"
9950version = "0.7.2"
9951source = "registry+https://github.com/rust-lang/crates.io-index"
9952checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9953dependencies = [
9954 "cfg-if",
9955 "generator",
9956 "scoped-tls",
9957 "tracing",
9958 "tracing-subscriber",
9959]
9960
9961[[package]]
9962name = "loop9"
9963version = "0.1.5"
9964source = "registry+https://github.com/rust-lang/crates.io-index"
9965checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9966dependencies = [
9967 "imgref",
9968]
9969
9970[[package]]
9971name = "lru"
9972version = "0.12.5"
9973source = "registry+https://github.com/rust-lang/crates.io-index"
9974checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9975dependencies = [
9976 "hashbrown 0.15.5",
9977]
9978
9979[[package]]
9980name = "lru-slab"
9981version = "0.1.2"
9982source = "registry+https://github.com/rust-lang/crates.io-index"
9983checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
9984
9985[[package]]
9986name = "lsp"
9987version = "0.1.0"
9988dependencies = [
9989 "anyhow",
9990 "async-pipe",
9991 "collections",
9992 "ctor",
9993 "futures 0.3.31",
9994 "gpui",
9995 "gpui_util",
9996 "log",
9997 "lsp-types",
9998 "parking_lot",
9999 "postage",
10000 "release_channel",
10001 "schemars",
10002 "semver",
10003 "serde",
10004 "serde_json",
10005 "smol",
10006 "util",
10007 "zlog",
10008]
10009
10010[[package]]
10011name = "lsp-types"
10012version = "0.95.1"
10013source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10014dependencies = [
10015 "bitflags 1.3.2",
10016 "serde",
10017 "serde_json",
10018 "url",
10019]
10020
10021[[package]]
10022name = "lyon"
10023version = "1.0.16"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10026dependencies = [
10027 "lyon_algorithms",
10028 "lyon_extra",
10029 "lyon_tessellation",
10030]
10031
10032[[package]]
10033name = "lyon_algorithms"
10034version = "1.0.16"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10037dependencies = [
10038 "lyon_path",
10039 "num-traits",
10040]
10041
10042[[package]]
10043name = "lyon_extra"
10044version = "1.0.3"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10047dependencies = [
10048 "lyon_path",
10049 "thiserror 1.0.69",
10050]
10051
10052[[package]]
10053name = "lyon_geom"
10054version = "1.0.17"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10057dependencies = [
10058 "arrayvec",
10059 "euclid",
10060 "num-traits",
10061]
10062
10063[[package]]
10064name = "lyon_path"
10065version = "1.0.16"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10068dependencies = [
10069 "lyon_geom",
10070 "num-traits",
10071]
10072
10073[[package]]
10074name = "lyon_tessellation"
10075version = "1.0.16"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10078dependencies = [
10079 "float_next_after",
10080 "lyon_path",
10081 "num-traits",
10082]
10083
10084[[package]]
10085name = "mac"
10086version = "0.1.1"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10089
10090[[package]]
10091name = "mach2"
10092version = "0.4.3"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10095dependencies = [
10096 "libc",
10097]
10098
10099[[package]]
10100name = "mach2"
10101version = "0.5.0"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10104dependencies = [
10105 "libc",
10106]
10107
10108[[package]]
10109name = "malloc_buf"
10110version = "0.0.6"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10113dependencies = [
10114 "libc",
10115]
10116
10117[[package]]
10118name = "maplit"
10119version = "1.0.2"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10122
10123[[package]]
10124name = "markdown"
10125version = "0.1.0"
10126dependencies = [
10127 "anyhow",
10128 "assets",
10129 "base64 0.22.1",
10130 "collections",
10131 "env_logger 0.11.8",
10132 "fs",
10133 "futures 0.3.31",
10134 "gpui",
10135 "gpui_platform",
10136 "html5ever 0.27.0",
10137 "language",
10138 "languages",
10139 "linkify",
10140 "log",
10141 "markup5ever_rcdom",
10142 "mermaid-rs-renderer",
10143 "node_runtime",
10144 "pulldown-cmark 0.13.0",
10145 "settings",
10146 "stacksafe",
10147 "sum_tree",
10148 "theme",
10149 "theme_settings",
10150 "ui",
10151 "util",
10152]
10153
10154[[package]]
10155name = "markdown_preview"
10156version = "0.1.0"
10157dependencies = [
10158 "anyhow",
10159 "editor",
10160 "gpui",
10161 "language",
10162 "log",
10163 "markdown",
10164 "settings",
10165 "tempfile",
10166 "theme_settings",
10167 "ui",
10168 "urlencoding",
10169 "util",
10170 "workspace",
10171 "zed_actions",
10172]
10173
10174[[package]]
10175name = "markup5ever"
10176version = "0.12.1"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10179dependencies = [
10180 "log",
10181 "phf 0.11.3",
10182 "phf_codegen",
10183 "string_cache",
10184 "string_cache_codegen",
10185 "tendril",
10186]
10187
10188[[package]]
10189name = "markup5ever"
10190version = "0.35.0"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10193dependencies = [
10194 "log",
10195 "tendril",
10196 "web_atoms",
10197]
10198
10199[[package]]
10200name = "markup5ever_rcdom"
10201version = "0.3.0"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10204dependencies = [
10205 "html5ever 0.27.0",
10206 "markup5ever 0.12.1",
10207 "tendril",
10208 "xml5ever",
10209]
10210
10211[[package]]
10212name = "match_token"
10213version = "0.35.0"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10216dependencies = [
10217 "proc-macro2",
10218 "quote",
10219 "syn 2.0.117",
10220]
10221
10222[[package]]
10223name = "matchers"
10224version = "0.2.0"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10227dependencies = [
10228 "regex-automata",
10229]
10230
10231[[package]]
10232name = "matchit"
10233version = "0.7.3"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10236
10237[[package]]
10238name = "maybe-owned"
10239version = "0.3.4"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10242
10243[[package]]
10244name = "maybe-rayon"
10245version = "0.1.1"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10248dependencies = [
10249 "cfg-if",
10250 "rayon",
10251]
10252
10253[[package]]
10254name = "md-5"
10255version = "0.10.6"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10258dependencies = [
10259 "cfg-if",
10260 "digest",
10261]
10262
10263[[package]]
10264name = "mdbook"
10265version = "0.4.40"
10266source = "registry+https://github.com/rust-lang/crates.io-index"
10267checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10268dependencies = [
10269 "ammonia",
10270 "anyhow",
10271 "chrono",
10272 "clap",
10273 "clap_complete",
10274 "elasticlunr-rs",
10275 "env_logger 0.11.8",
10276 "futures-util",
10277 "handlebars 5.1.2",
10278 "ignore",
10279 "log",
10280 "memchr",
10281 "notify 6.1.1",
10282 "notify-debouncer-mini",
10283 "once_cell",
10284 "opener",
10285 "pathdiff",
10286 "pulldown-cmark 0.10.3",
10287 "regex",
10288 "serde",
10289 "serde_json",
10290 "shlex",
10291 "tempfile",
10292 "tokio",
10293 "toml 0.5.11",
10294 "topological-sort",
10295 "walkdir",
10296 "warp",
10297]
10298
10299[[package]]
10300name = "media"
10301version = "0.1.0"
10302dependencies = [
10303 "anyhow",
10304 "bindgen 0.71.1",
10305 "core-foundation 0.10.0",
10306 "core-video",
10307 "ctor",
10308 "foreign-types 0.5.0",
10309 "metal",
10310 "objc",
10311]
10312
10313[[package]]
10314name = "memchr"
10315version = "2.7.6"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10318
10319[[package]]
10320name = "memfd"
10321version = "0.6.5"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10324dependencies = [
10325 "rustix 1.1.2",
10326]
10327
10328[[package]]
10329name = "memmap2"
10330version = "0.9.8"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10333dependencies = [
10334 "libc",
10335 "stable_deref_trait",
10336]
10337
10338[[package]]
10339name = "memoffset"
10340version = "0.9.1"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10343dependencies = [
10344 "autocfg",
10345]
10346
10347[[package]]
10348name = "menu"
10349version = "0.1.0"
10350dependencies = [
10351 "gpui",
10352]
10353
10354[[package]]
10355name = "merge"
10356version = "0.1.0"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10359dependencies = [
10360 "merge_derive",
10361 "num-traits",
10362]
10363
10364[[package]]
10365name = "merge_derive"
10366version = "0.1.0"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10369dependencies = [
10370 "proc-macro-error",
10371 "proc-macro2",
10372 "quote",
10373 "syn 1.0.109",
10374]
10375
10376[[package]]
10377name = "mermaid-rs-renderer"
10378version = "0.2.0"
10379source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10380dependencies = [
10381 "anyhow",
10382 "fontdb 0.16.2",
10383 "json5",
10384 "once_cell",
10385 "regex",
10386 "serde",
10387 "serde_json",
10388 "thiserror 2.0.17",
10389 "ttf-parser 0.20.0",
10390]
10391
10392[[package]]
10393name = "metal"
10394version = "0.33.0"
10395source = "registry+https://github.com/rust-lang/crates.io-index"
10396checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10397dependencies = [
10398 "bitflags 2.10.0",
10399 "block",
10400 "core-graphics-types 0.2.0",
10401 "foreign-types 0.5.0",
10402 "log",
10403 "objc",
10404 "paste",
10405]
10406
10407[[package]]
10408name = "migrator"
10409version = "0.1.0"
10410dependencies = [
10411 "anyhow",
10412 "collections",
10413 "convert_case 0.8.0",
10414 "log",
10415 "pretty_assertions",
10416 "serde_json",
10417 "serde_json_lenient",
10418 "settings_content",
10419 "settings_json",
10420 "streaming-iterator",
10421 "tree-sitter",
10422 "tree-sitter-json",
10423 "unindent",
10424]
10425
10426[[package]]
10427name = "mimalloc"
10428version = "0.1.48"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10431dependencies = [
10432 "libmimalloc-sys",
10433]
10434
10435[[package]]
10436name = "mime"
10437version = "0.3.17"
10438source = "registry+https://github.com/rust-lang/crates.io-index"
10439checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10440
10441[[package]]
10442name = "mime_guess"
10443version = "2.0.5"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10446dependencies = [
10447 "mime",
10448 "unicase",
10449]
10450
10451[[package]]
10452name = "minidump-common"
10453version = "0.26.1"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10456dependencies = [
10457 "bitflags 2.10.0",
10458 "debugid",
10459 "num-derive",
10460 "num-traits",
10461 "range-map",
10462 "scroll",
10463 "smart-default",
10464]
10465
10466[[package]]
10467name = "minidump-writer"
10468version = "0.11.0"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10471dependencies = [
10472 "bitflags 2.10.0",
10473 "byteorder",
10474 "cfg-if",
10475 "crash-context",
10476 "error-graph",
10477 "failspot",
10478 "goblin",
10479 "libc",
10480 "log",
10481 "mach2 0.4.3",
10482 "memmap2",
10483 "memoffset",
10484 "minidump-common",
10485 "nix 0.29.0",
10486 "procfs-core",
10487 "scroll",
10488 "serde",
10489 "serde_json",
10490 "tempfile",
10491 "thiserror 2.0.17",
10492]
10493
10494[[package]]
10495name = "minidumper"
10496version = "0.9.0"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10499dependencies = [
10500 "cfg-if",
10501 "crash-context",
10502 "libc",
10503 "log",
10504 "minidump-writer",
10505 "parking_lot",
10506 "polling",
10507 "scroll",
10508 "thiserror 2.0.17",
10509 "uds",
10510]
10511
10512[[package]]
10513name = "minimal-lexical"
10514version = "0.2.1"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10517
10518[[package]]
10519name = "miniprofiler_ui"
10520version = "0.1.0"
10521dependencies = [
10522 "gpui",
10523 "rpc",
10524 "serde_json",
10525 "smol",
10526 "theme_settings",
10527 "util",
10528 "workspace",
10529 "zed_actions",
10530]
10531
10532[[package]]
10533name = "miniz_oxide"
10534version = "0.8.9"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10537dependencies = [
10538 "adler2",
10539 "simd-adler32",
10540]
10541
10542[[package]]
10543name = "mio"
10544version = "0.8.11"
10545source = "registry+https://github.com/rust-lang/crates.io-index"
10546checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10547dependencies = [
10548 "libc",
10549 "log",
10550 "wasi",
10551 "windows-sys 0.48.0",
10552]
10553
10554[[package]]
10555name = "mio"
10556version = "1.1.0"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10559dependencies = [
10560 "libc",
10561 "log",
10562 "wasi",
10563 "windows-sys 0.61.2",
10564]
10565
10566[[package]]
10567name = "miow"
10568version = "0.6.1"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10571dependencies = [
10572 "windows-sys 0.61.2",
10573]
10574
10575[[package]]
10576name = "mistral"
10577version = "0.1.0"
10578dependencies = [
10579 "anyhow",
10580 "futures 0.3.31",
10581 "http_client",
10582 "schemars",
10583 "serde",
10584 "serde_json",
10585 "strum 0.27.2",
10586]
10587
10588[[package]]
10589name = "moka"
10590version = "0.12.11"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10593dependencies = [
10594 "crossbeam-channel",
10595 "crossbeam-epoch",
10596 "crossbeam-utils",
10597 "equivalent",
10598 "parking_lot",
10599 "portable-atomic",
10600 "rustc_version",
10601 "smallvec",
10602 "tagptr",
10603 "uuid",
10604]
10605
10606[[package]]
10607name = "moxcms"
10608version = "0.7.7"
10609source = "registry+https://github.com/rust-lang/crates.io-index"
10610checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10611dependencies = [
10612 "num-traits",
10613 "pxfm",
10614]
10615
10616[[package]]
10617name = "msvc_spectre_libs"
10618version = "0.1.3"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10621dependencies = [
10622 "cc",
10623]
10624
10625[[package]]
10626name = "multi_buffer"
10627version = "0.1.0"
10628dependencies = [
10629 "anyhow",
10630 "buffer_diff",
10631 "clock",
10632 "collections",
10633 "ctor",
10634 "gpui",
10635 "indoc",
10636 "itertools 0.14.0",
10637 "language",
10638 "log",
10639 "parking_lot",
10640 "pretty_assertions",
10641 "rand 0.9.2",
10642 "rope",
10643 "serde",
10644 "settings",
10645 "smallvec",
10646 "smol",
10647 "sum_tree",
10648 "text",
10649 "theme",
10650 "tracing",
10651 "tree-sitter",
10652 "unicode-segmentation",
10653 "util",
10654 "zlog",
10655 "ztracing",
10656]
10657
10658[[package]]
10659name = "multimap"
10660version = "0.8.3"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10663
10664[[package]]
10665name = "naga"
10666version = "29.0.0"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10669dependencies = [
10670 "arrayvec",
10671 "bit-set 0.9.1",
10672 "bitflags 2.10.0",
10673 "cfg-if",
10674 "cfg_aliases 0.2.1",
10675 "codespan-reporting",
10676 "half",
10677 "hashbrown 0.16.1",
10678 "hexf-parse",
10679 "indexmap",
10680 "libm",
10681 "log",
10682 "num-traits",
10683 "once_cell",
10684 "rustc-hash 1.1.0",
10685 "thiserror 2.0.17",
10686 "unicode-ident",
10687]
10688
10689[[package]]
10690name = "naga"
10691version = "29.0.0"
10692source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10693dependencies = [
10694 "arrayvec",
10695 "bit-set 0.9.1",
10696 "bitflags 2.10.0",
10697 "cfg-if",
10698 "cfg_aliases 0.2.1",
10699 "codespan-reporting",
10700 "half",
10701 "hashbrown 0.16.1",
10702 "hexf-parse",
10703 "indexmap",
10704 "libm",
10705 "log",
10706 "num-traits",
10707 "once_cell",
10708 "rustc-hash 1.1.0",
10709 "spirv",
10710 "thiserror 2.0.17",
10711 "unicode-ident",
10712]
10713
10714[[package]]
10715name = "nanoid"
10716version = "0.4.0"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10719dependencies = [
10720 "rand 0.8.5",
10721]
10722
10723[[package]]
10724name = "nanorand"
10725version = "0.7.0"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10728dependencies = [
10729 "getrandom 0.2.16",
10730]
10731
10732[[package]]
10733name = "native-tls"
10734version = "0.2.14"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10737dependencies = [
10738 "libc",
10739 "log",
10740 "openssl",
10741 "openssl-probe",
10742 "openssl-sys",
10743 "schannel",
10744 "security-framework 2.11.1",
10745 "security-framework-sys",
10746 "tempfile",
10747]
10748
10749[[package]]
10750name = "nbformat"
10751version = "1.2.0"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10754dependencies = [
10755 "anyhow",
10756 "chrono",
10757 "jupyter-protocol",
10758 "serde",
10759 "serde_json",
10760 "thiserror 1.0.69",
10761 "uuid",
10762]
10763
10764[[package]]
10765name = "nc"
10766version = "0.1.0"
10767dependencies = [
10768 "anyhow",
10769 "futures 0.3.31",
10770 "net",
10771 "smol",
10772]
10773
10774[[package]]
10775name = "ndk"
10776version = "0.9.0"
10777source = "registry+https://github.com/rust-lang/crates.io-index"
10778checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10779dependencies = [
10780 "bitflags 2.10.0",
10781 "jni-sys",
10782 "log",
10783 "ndk-sys",
10784 "num_enum",
10785 "thiserror 1.0.69",
10786]
10787
10788[[package]]
10789name = "ndk-context"
10790version = "0.1.1"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10793
10794[[package]]
10795name = "ndk-sys"
10796version = "0.6.0+11769913"
10797source = "registry+https://github.com/rust-lang/crates.io-index"
10798checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10799dependencies = [
10800 "jni-sys",
10801]
10802
10803[[package]]
10804name = "net"
10805version = "0.1.0"
10806dependencies = [
10807 "anyhow",
10808 "async-io",
10809 "smol",
10810 "tempfile",
10811 "windows 0.61.3",
10812]
10813
10814[[package]]
10815name = "new_debug_unreachable"
10816version = "1.0.6"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10819
10820[[package]]
10821name = "nix"
10822version = "0.28.0"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10825dependencies = [
10826 "bitflags 2.10.0",
10827 "cfg-if",
10828 "cfg_aliases 0.1.1",
10829 "libc",
10830]
10831
10832[[package]]
10833name = "nix"
10834version = "0.29.0"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10837dependencies = [
10838 "bitflags 2.10.0",
10839 "cfg-if",
10840 "cfg_aliases 0.2.1",
10841 "libc",
10842]
10843
10844[[package]]
10845name = "nix"
10846version = "0.30.1"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10849dependencies = [
10850 "bitflags 2.10.0",
10851 "cfg-if",
10852 "cfg_aliases 0.2.1",
10853 "libc",
10854]
10855
10856[[package]]
10857name = "node_runtime"
10858version = "0.1.0"
10859dependencies = [
10860 "anyhow",
10861 "async-compression",
10862 "async-std",
10863 "async-tar",
10864 "async-trait",
10865 "futures 0.3.31",
10866 "http_client",
10867 "log",
10868 "paths",
10869 "semver",
10870 "serde",
10871 "serde_json",
10872 "smol",
10873 "util",
10874 "watch",
10875 "which 6.0.3",
10876]
10877
10878[[package]]
10879name = "nom"
10880version = "7.1.3"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10883dependencies = [
10884 "memchr",
10885 "minimal-lexical",
10886]
10887
10888[[package]]
10889name = "nom"
10890version = "8.0.0"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10893dependencies = [
10894 "memchr",
10895]
10896
10897[[package]]
10898name = "noop_proc_macro"
10899version = "0.3.0"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10902
10903[[package]]
10904name = "normpath"
10905version = "1.5.0"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10908dependencies = [
10909 "windows-sys 0.61.2",
10910]
10911
10912[[package]]
10913name = "notifications"
10914version = "0.1.0"
10915dependencies = [
10916 "anyhow",
10917 "channel",
10918 "client",
10919 "component",
10920 "db",
10921 "gpui",
10922 "rpc",
10923 "sum_tree",
10924 "time",
10925 "ui",
10926 "util",
10927 "workspace",
10928 "zed_actions",
10929]
10930
10931[[package]]
10932name = "notify"
10933version = "6.1.1"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10936dependencies = [
10937 "bitflags 2.10.0",
10938 "crossbeam-channel",
10939 "filetime",
10940 "fsevent-sys",
10941 "inotify 0.9.6",
10942 "kqueue",
10943 "libc",
10944 "log",
10945 "mio 0.8.11",
10946 "walkdir",
10947 "windows-sys 0.48.0",
10948]
10949
10950[[package]]
10951name = "notify"
10952version = "8.2.0"
10953source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10954dependencies = [
10955 "bitflags 2.10.0",
10956 "fsevent-sys",
10957 "inotify 0.11.0",
10958 "kqueue",
10959 "libc",
10960 "log",
10961 "mio 1.1.0",
10962 "notify-types",
10963 "walkdir",
10964 "windows-sys 0.60.2",
10965]
10966
10967[[package]]
10968name = "notify-debouncer-mini"
10969version = "0.4.1"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10972dependencies = [
10973 "crossbeam-channel",
10974 "log",
10975 "notify 6.1.1",
10976]
10977
10978[[package]]
10979name = "notify-types"
10980version = "2.0.0"
10981source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10982
10983[[package]]
10984name = "ntapi"
10985version = "0.4.1"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10988dependencies = [
10989 "winapi",
10990]
10991
10992[[package]]
10993name = "nu-ansi-term"
10994version = "0.50.3"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
10997dependencies = [
10998 "windows-sys 0.61.2",
10999]
11000
11001[[package]]
11002name = "num"
11003version = "0.4.3"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11006dependencies = [
11007 "num-bigint",
11008 "num-complex",
11009 "num-integer",
11010 "num-iter",
11011 "num-rational",
11012 "num-traits",
11013]
11014
11015[[package]]
11016name = "num-bigint"
11017version = "0.4.6"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11020dependencies = [
11021 "num-integer",
11022 "num-traits",
11023]
11024
11025[[package]]
11026name = "num-bigint-dig"
11027version = "0.8.6"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11030dependencies = [
11031 "lazy_static",
11032 "libm",
11033 "num-integer",
11034 "num-iter",
11035 "num-traits",
11036 "rand 0.8.5",
11037 "smallvec",
11038 "zeroize",
11039]
11040
11041[[package]]
11042name = "num-bigint-dig"
11043version = "0.9.1"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11046dependencies = [
11047 "libm",
11048 "num-integer",
11049 "num-iter",
11050 "num-traits",
11051 "once_cell",
11052 "rand 0.9.2",
11053 "serde",
11054 "smallvec",
11055 "zeroize",
11056]
11057
11058[[package]]
11059name = "num-cmp"
11060version = "0.1.0"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11063
11064[[package]]
11065name = "num-complex"
11066version = "0.4.6"
11067source = "registry+https://github.com/rust-lang/crates.io-index"
11068checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11069dependencies = [
11070 "bytemuck",
11071 "num-traits",
11072]
11073
11074[[package]]
11075name = "num-conv"
11076version = "0.2.0"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11079
11080[[package]]
11081name = "num-derive"
11082version = "0.4.2"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11085dependencies = [
11086 "proc-macro2",
11087 "quote",
11088 "syn 2.0.117",
11089]
11090
11091[[package]]
11092name = "num-format"
11093version = "0.4.4"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11096dependencies = [
11097 "arrayvec",
11098 "itoa",
11099]
11100
11101[[package]]
11102name = "num-integer"
11103version = "0.1.46"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11106dependencies = [
11107 "num-traits",
11108]
11109
11110[[package]]
11111name = "num-iter"
11112version = "0.1.45"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11115dependencies = [
11116 "autocfg",
11117 "num-integer",
11118 "num-traits",
11119]
11120
11121[[package]]
11122name = "num-rational"
11123version = "0.4.2"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11126dependencies = [
11127 "num-bigint",
11128 "num-integer",
11129 "num-traits",
11130]
11131
11132[[package]]
11133name = "num-traits"
11134version = "0.2.19"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11137dependencies = [
11138 "autocfg",
11139 "libm",
11140]
11141
11142[[package]]
11143name = "num_cpus"
11144version = "1.17.0"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11147dependencies = [
11148 "hermit-abi",
11149 "libc",
11150]
11151
11152[[package]]
11153name = "num_enum"
11154version = "0.7.4"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11157dependencies = [
11158 "num_enum_derive",
11159 "rustversion",
11160]
11161
11162[[package]]
11163name = "num_enum_derive"
11164version = "0.7.4"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11167dependencies = [
11168 "proc-macro-crate",
11169 "proc-macro2",
11170 "quote",
11171 "syn 2.0.117",
11172]
11173
11174[[package]]
11175name = "num_threads"
11176version = "0.1.7"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11179dependencies = [
11180 "libc",
11181]
11182
11183[[package]]
11184name = "nvim-rs"
11185version = "0.9.2"
11186source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11187dependencies = [
11188 "async-trait",
11189 "futures 0.3.31",
11190 "log",
11191 "rmp",
11192 "rmpv",
11193 "tokio",
11194 "tokio-util",
11195]
11196
11197[[package]]
11198name = "objc"
11199version = "0.2.7"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11202dependencies = [
11203 "malloc_buf",
11204 "objc_exception",
11205]
11206
11207[[package]]
11208name = "objc-foundation"
11209version = "0.1.1"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11212dependencies = [
11213 "block",
11214 "objc",
11215 "objc_id",
11216]
11217
11218[[package]]
11219name = "objc2"
11220version = "0.6.3"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11223dependencies = [
11224 "objc2-encode",
11225]
11226
11227[[package]]
11228name = "objc2-audio-toolbox"
11229version = "0.3.2"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11232dependencies = [
11233 "bitflags 2.10.0",
11234 "libc",
11235 "objc2",
11236 "objc2-core-audio",
11237 "objc2-core-audio-types",
11238 "objc2-core-foundation",
11239 "objc2-foundation",
11240]
11241
11242[[package]]
11243name = "objc2-avf-audio"
11244version = "0.3.2"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11247dependencies = [
11248 "objc2",
11249 "objc2-foundation",
11250]
11251
11252[[package]]
11253name = "objc2-core-audio"
11254version = "0.3.2"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11257dependencies = [
11258 "dispatch2",
11259 "objc2",
11260 "objc2-core-audio-types",
11261 "objc2-core-foundation",
11262 "objc2-foundation",
11263]
11264
11265[[package]]
11266name = "objc2-core-audio-types"
11267version = "0.3.2"
11268source = "registry+https://github.com/rust-lang/crates.io-index"
11269checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11270dependencies = [
11271 "bitflags 2.10.0",
11272 "objc2",
11273]
11274
11275[[package]]
11276name = "objc2-core-foundation"
11277version = "0.3.2"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11280dependencies = [
11281 "bitflags 2.10.0",
11282 "block2",
11283 "dispatch2",
11284 "libc",
11285 "objc2",
11286]
11287
11288[[package]]
11289name = "objc2-encode"
11290version = "4.1.0"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11293
11294[[package]]
11295name = "objc2-foundation"
11296version = "0.3.2"
11297source = "registry+https://github.com/rust-lang/crates.io-index"
11298checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11299dependencies = [
11300 "bitflags 2.10.0",
11301 "block2",
11302 "libc",
11303 "objc2",
11304 "objc2-core-foundation",
11305]
11306
11307[[package]]
11308name = "objc2-io-kit"
11309version = "0.3.2"
11310source = "registry+https://github.com/rust-lang/crates.io-index"
11311checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11312dependencies = [
11313 "libc",
11314 "objc2-core-foundation",
11315]
11316
11317[[package]]
11318name = "objc2-metal"
11319version = "0.3.2"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11322dependencies = [
11323 "bitflags 2.10.0",
11324 "block2",
11325 "dispatch2",
11326 "objc2",
11327 "objc2-core-foundation",
11328 "objc2-foundation",
11329]
11330
11331[[package]]
11332name = "objc2-quartz-core"
11333version = "0.3.2"
11334source = "registry+https://github.com/rust-lang/crates.io-index"
11335checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11336dependencies = [
11337 "bitflags 2.10.0",
11338 "objc2",
11339 "objc2-core-foundation",
11340 "objc2-foundation",
11341 "objc2-metal",
11342]
11343
11344[[package]]
11345name = "objc_exception"
11346version = "0.1.2"
11347source = "registry+https://github.com/rust-lang/crates.io-index"
11348checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11349dependencies = [
11350 "cc",
11351]
11352
11353[[package]]
11354name = "objc_id"
11355version = "0.1.1"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11358dependencies = [
11359 "objc",
11360]
11361
11362[[package]]
11363name = "object"
11364version = "0.36.7"
11365source = "registry+https://github.com/rust-lang/crates.io-index"
11366checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11367dependencies = [
11368 "crc32fast",
11369 "hashbrown 0.15.5",
11370 "indexmap",
11371 "memchr",
11372]
11373
11374[[package]]
11375name = "object"
11376version = "0.37.3"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11379dependencies = [
11380 "memchr",
11381]
11382
11383[[package]]
11384name = "ollama"
11385version = "0.1.0"
11386dependencies = [
11387 "anyhow",
11388 "futures 0.3.31",
11389 "http_client",
11390 "schemars",
11391 "serde",
11392 "serde_json",
11393 "settings",
11394]
11395
11396[[package]]
11397name = "onboarding"
11398version = "0.1.0"
11399dependencies = [
11400 "anyhow",
11401 "client",
11402 "component",
11403 "db",
11404 "documented",
11405 "fs",
11406 "fuzzy",
11407 "gpui",
11408 "menu",
11409 "notifications",
11410 "picker",
11411 "project",
11412 "schemars",
11413 "serde",
11414 "settings",
11415 "telemetry",
11416 "theme",
11417 "theme_settings",
11418 "ui",
11419 "util",
11420 "vim_mode_setting",
11421 "workspace",
11422 "zed_actions",
11423 "zlog",
11424]
11425
11426[[package]]
11427name = "once_cell"
11428version = "1.21.3"
11429source = "registry+https://github.com/rust-lang/crates.io-index"
11430checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11431
11432[[package]]
11433name = "once_cell_polyfill"
11434version = "1.70.1"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11437
11438[[package]]
11439name = "oo7"
11440version = "0.6.0"
11441source = "registry+https://github.com/rust-lang/crates.io-index"
11442checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11443dependencies = [
11444 "aes",
11445 "ashpd",
11446 "async-fs",
11447 "async-io",
11448 "async-lock 3.4.2",
11449 "blocking",
11450 "cbc",
11451 "cipher",
11452 "digest",
11453 "endi",
11454 "futures-lite 2.6.1",
11455 "futures-util",
11456 "getrandom 0.4.1",
11457 "hkdf",
11458 "hmac",
11459 "md-5",
11460 "num",
11461 "num-bigint-dig 0.9.1",
11462 "pbkdf2 0.12.2",
11463 "serde",
11464 "serde_bytes",
11465 "sha2",
11466 "subtle",
11467 "zbus",
11468 "zbus_macros",
11469 "zeroize",
11470 "zvariant",
11471]
11472
11473[[package]]
11474name = "oorandom"
11475version = "11.1.5"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11478
11479[[package]]
11480name = "open"
11481version = "5.3.2"
11482source = "registry+https://github.com/rust-lang/crates.io-index"
11483checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11484dependencies = [
11485 "is-wsl",
11486 "libc",
11487 "pathdiff",
11488]
11489
11490[[package]]
11491name = "open_ai"
11492version = "0.1.0"
11493dependencies = [
11494 "anyhow",
11495 "futures 0.3.31",
11496 "http_client",
11497 "log",
11498 "rand 0.9.2",
11499 "schemars",
11500 "serde",
11501 "serde_json",
11502 "settings",
11503 "strum 0.27.2",
11504 "thiserror 2.0.17",
11505]
11506
11507[[package]]
11508name = "open_path_prompt"
11509version = "0.1.0"
11510dependencies = [
11511 "editor",
11512 "file_icons",
11513 "futures 0.3.31",
11514 "fuzzy",
11515 "gpui",
11516 "picker",
11517 "project",
11518 "schemars",
11519 "serde",
11520 "serde_json",
11521 "settings",
11522 "theme",
11523 "theme_settings",
11524 "ui",
11525 "util",
11526 "workspace",
11527]
11528
11529[[package]]
11530name = "open_router"
11531version = "0.1.0"
11532dependencies = [
11533 "anyhow",
11534 "futures 0.3.31",
11535 "http_client",
11536 "schemars",
11537 "serde",
11538 "serde_json",
11539 "settings",
11540 "strum 0.27.2",
11541 "thiserror 2.0.17",
11542]
11543
11544[[package]]
11545name = "opencode"
11546version = "0.1.0"
11547dependencies = [
11548 "anyhow",
11549 "futures 0.3.31",
11550 "google_ai",
11551 "http_client",
11552 "schemars",
11553 "serde",
11554 "serde_json",
11555 "strum 0.27.2",
11556]
11557
11558[[package]]
11559name = "opener"
11560version = "0.7.2"
11561source = "registry+https://github.com/rust-lang/crates.io-index"
11562checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11563dependencies = [
11564 "bstr",
11565 "dbus",
11566 "normpath",
11567 "windows-sys 0.59.0",
11568]
11569
11570[[package]]
11571name = "openssl"
11572version = "0.10.74"
11573source = "registry+https://github.com/rust-lang/crates.io-index"
11574checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11575dependencies = [
11576 "bitflags 2.10.0",
11577 "cfg-if",
11578 "foreign-types 0.3.2",
11579 "libc",
11580 "once_cell",
11581 "openssl-macros",
11582 "openssl-sys",
11583]
11584
11585[[package]]
11586name = "openssl-macros"
11587version = "0.1.1"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11590dependencies = [
11591 "proc-macro2",
11592 "quote",
11593 "syn 2.0.117",
11594]
11595
11596[[package]]
11597name = "openssl-probe"
11598version = "0.1.6"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11601
11602[[package]]
11603name = "openssl-sys"
11604version = "0.9.110"
11605source = "registry+https://github.com/rust-lang/crates.io-index"
11606checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11607dependencies = [
11608 "cc",
11609 "libc",
11610 "pkg-config",
11611 "vcpkg",
11612]
11613
11614[[package]]
11615name = "optfield"
11616version = "0.4.0"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11619dependencies = [
11620 "proc-macro2",
11621 "quote",
11622 "syn 2.0.117",
11623]
11624
11625[[package]]
11626name = "option-ext"
11627version = "0.2.0"
11628source = "registry+https://github.com/rust-lang/crates.io-index"
11629checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11630
11631[[package]]
11632name = "ordered-float"
11633version = "2.10.1"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11636dependencies = [
11637 "num-traits",
11638]
11639
11640[[package]]
11641name = "ordered-float"
11642version = "4.6.0"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11645dependencies = [
11646 "num-traits",
11647]
11648
11649[[package]]
11650name = "ordered-stream"
11651version = "0.2.0"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11654dependencies = [
11655 "futures-core",
11656 "pin-project-lite",
11657]
11658
11659[[package]]
11660name = "ouroboros"
11661version = "0.18.5"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11664dependencies = [
11665 "aliasable",
11666 "ouroboros_macro",
11667 "static_assertions",
11668]
11669
11670[[package]]
11671name = "ouroboros_macro"
11672version = "0.18.5"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11675dependencies = [
11676 "heck 0.4.1",
11677 "proc-macro2",
11678 "proc-macro2-diagnostics",
11679 "quote",
11680 "syn 2.0.117",
11681]
11682
11683[[package]]
11684name = "outline"
11685version = "0.1.0"
11686dependencies = [
11687 "editor",
11688 "fuzzy",
11689 "gpui",
11690 "indoc",
11691 "language",
11692 "lsp",
11693 "menu",
11694 "ordered-float 2.10.1",
11695 "picker",
11696 "project",
11697 "rope",
11698 "serde_json",
11699 "settings",
11700 "smol",
11701 "theme",
11702 "theme_settings",
11703 "ui",
11704 "util",
11705 "workspace",
11706 "zed_actions",
11707]
11708
11709[[package]]
11710name = "outline_panel"
11711version = "0.1.0"
11712dependencies = [
11713 "anyhow",
11714 "collections",
11715 "db",
11716 "editor",
11717 "file_icons",
11718 "fuzzy",
11719 "gpui",
11720 "itertools 0.14.0",
11721 "language",
11722 "log",
11723 "lsp",
11724 "menu",
11725 "outline",
11726 "pretty_assertions",
11727 "project",
11728 "search",
11729 "serde",
11730 "serde_json",
11731 "settings",
11732 "smallvec",
11733 "smol",
11734 "theme",
11735 "theme_settings",
11736 "ui",
11737 "util",
11738 "workspace",
11739 "worktree",
11740 "zed_actions",
11741]
11742
11743[[package]]
11744name = "outref"
11745version = "0.5.2"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11748
11749[[package]]
11750name = "p256"
11751version = "0.11.1"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11754dependencies = [
11755 "ecdsa",
11756 "elliptic-curve",
11757 "sha2",
11758]
11759
11760[[package]]
11761name = "page_size"
11762version = "0.6.0"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11765dependencies = [
11766 "libc",
11767 "winapi",
11768]
11769
11770[[package]]
11771name = "palette"
11772version = "0.7.6"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11775dependencies = [
11776 "approx",
11777 "fast-srgb8",
11778 "palette_derive",
11779]
11780
11781[[package]]
11782name = "palette_derive"
11783version = "0.7.6"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11786dependencies = [
11787 "by_address",
11788 "proc-macro2",
11789 "quote",
11790 "syn 2.0.117",
11791]
11792
11793[[package]]
11794name = "panel"
11795version = "0.1.0"
11796dependencies = [
11797 "gpui",
11798 "ui",
11799 "workspace",
11800]
11801
11802[[package]]
11803name = "parking"
11804version = "2.2.1"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11807
11808[[package]]
11809name = "parking_lot"
11810version = "0.12.5"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11813dependencies = [
11814 "lock_api",
11815 "parking_lot_core",
11816]
11817
11818[[package]]
11819name = "parking_lot_core"
11820version = "0.9.12"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11823dependencies = [
11824 "cfg-if",
11825 "libc",
11826 "redox_syscall 0.5.18",
11827 "smallvec",
11828 "windows-link 0.2.1",
11829]
11830
11831[[package]]
11832name = "parse_int"
11833version = "0.9.0"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11836dependencies = [
11837 "num-traits",
11838]
11839
11840[[package]]
11841name = "partial-json-fixer"
11842version = "0.5.3"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11845
11846[[package]]
11847name = "password-hash"
11848version = "0.4.2"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11851dependencies = [
11852 "base64ct",
11853 "rand_core 0.6.4",
11854 "subtle",
11855]
11856
11857[[package]]
11858name = "paste"
11859version = "1.0.15"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11862
11863[[package]]
11864name = "pathdiff"
11865version = "0.2.3"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11868
11869[[package]]
11870name = "pathfinder_geometry"
11871version = "0.5.1"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11874dependencies = [
11875 "log",
11876 "pathfinder_simd",
11877]
11878
11879[[package]]
11880name = "pathfinder_simd"
11881version = "0.5.5"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11884dependencies = [
11885 "rustc_version",
11886]
11887
11888[[package]]
11889name = "paths"
11890version = "0.1.0"
11891dependencies = [
11892 "dirs 4.0.0",
11893 "ignore",
11894 "util",
11895]
11896
11897[[package]]
11898name = "pbjson"
11899version = "0.6.0"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11902dependencies = [
11903 "base64 0.21.7",
11904 "serde",
11905]
11906
11907[[package]]
11908name = "pbjson-build"
11909version = "0.6.2"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11912dependencies = [
11913 "heck 0.4.1",
11914 "itertools 0.11.0",
11915 "prost 0.12.6",
11916 "prost-types 0.12.6",
11917]
11918
11919[[package]]
11920name = "pbjson-types"
11921version = "0.6.0"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11924dependencies = [
11925 "bytes 1.11.1",
11926 "chrono",
11927 "pbjson",
11928 "pbjson-build",
11929 "prost 0.12.6",
11930 "prost-build 0.12.6",
11931 "serde",
11932]
11933
11934[[package]]
11935name = "pbkdf2"
11936version = "0.11.0"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11939dependencies = [
11940 "digest",
11941 "hmac",
11942 "password-hash",
11943 "sha2",
11944]
11945
11946[[package]]
11947name = "pbkdf2"
11948version = "0.12.2"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11951dependencies = [
11952 "digest",
11953 "hmac",
11954]
11955
11956[[package]]
11957name = "pciid-parser"
11958version = "0.8.0"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11961
11962[[package]]
11963name = "peg"
11964version = "0.8.5"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
11967dependencies = [
11968 "peg-macros",
11969 "peg-runtime",
11970]
11971
11972[[package]]
11973name = "peg-macros"
11974version = "0.8.5"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
11977dependencies = [
11978 "peg-runtime",
11979 "proc-macro2",
11980 "quote",
11981]
11982
11983[[package]]
11984name = "peg-runtime"
11985version = "0.8.5"
11986source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
11988
11989[[package]]
11990name = "pem"
11991version = "3.0.6"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
11994dependencies = [
11995 "base64 0.22.1",
11996 "serde_core",
11997]
11998
11999[[package]]
12000name = "pem-rfc7468"
12001version = "0.7.0"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12004dependencies = [
12005 "base64ct",
12006]
12007
12008[[package]]
12009name = "percent-encoding"
12010version = "2.3.2"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12013
12014[[package]]
12015name = "perf"
12016version = "0.1.0"
12017dependencies = [
12018 "collections",
12019 "serde",
12020 "serde_json",
12021]
12022
12023[[package]]
12024name = "pest"
12025version = "2.8.3"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12028dependencies = [
12029 "memchr",
12030 "ucd-trie",
12031]
12032
12033[[package]]
12034name = "pest_derive"
12035version = "2.8.3"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12038dependencies = [
12039 "pest",
12040 "pest_generator",
12041]
12042
12043[[package]]
12044name = "pest_generator"
12045version = "2.8.3"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12048dependencies = [
12049 "pest",
12050 "pest_meta",
12051 "proc-macro2",
12052 "quote",
12053 "syn 2.0.117",
12054]
12055
12056[[package]]
12057name = "pest_meta"
12058version = "2.8.3"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12061dependencies = [
12062 "pest",
12063 "sha2",
12064]
12065
12066[[package]]
12067name = "pet"
12068version = "0.1.0"
12069source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12070dependencies = [
12071 "clap",
12072 "env_logger 0.10.2",
12073 "lazy_static",
12074 "log",
12075 "msvc_spectre_libs",
12076 "pet-conda",
12077 "pet-core",
12078 "pet-env-var-path",
12079 "pet-fs",
12080 "pet-global-virtualenvs",
12081 "pet-homebrew",
12082 "pet-jsonrpc",
12083 "pet-linux-global-python",
12084 "pet-mac-commandlinetools",
12085 "pet-mac-python-org",
12086 "pet-mac-xcode",
12087 "pet-pipenv",
12088 "pet-pixi",
12089 "pet-poetry",
12090 "pet-pyenv",
12091 "pet-python-utils",
12092 "pet-reporter",
12093 "pet-telemetry",
12094 "pet-uv",
12095 "pet-venv",
12096 "pet-virtualenv",
12097 "pet-virtualenvwrapper",
12098 "pet-windows-registry",
12099 "pet-windows-store",
12100 "pet-winpython",
12101 "serde",
12102 "serde_json",
12103 "tracing",
12104 "tracing-subscriber",
12105 "winresource",
12106]
12107
12108[[package]]
12109name = "pet-conda"
12110version = "0.1.0"
12111source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12112dependencies = [
12113 "env_logger 0.10.2",
12114 "lazy_static",
12115 "log",
12116 "msvc_spectre_libs",
12117 "pet-core",
12118 "pet-fs",
12119 "pet-python-utils",
12120 "pet-reporter",
12121 "rayon",
12122 "regex",
12123 "serde",
12124 "serde_json",
12125 "yaml-rust2",
12126]
12127
12128[[package]]
12129name = "pet-core"
12130version = "0.1.0"
12131source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12132dependencies = [
12133 "clap",
12134 "lazy_static",
12135 "log",
12136 "msvc_spectre_libs",
12137 "pet-fs",
12138 "regex",
12139 "serde",
12140 "serde_json",
12141]
12142
12143[[package]]
12144name = "pet-env-var-path"
12145version = "0.1.0"
12146source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12147dependencies = [
12148 "lazy_static",
12149 "log",
12150 "msvc_spectre_libs",
12151 "pet-conda",
12152 "pet-core",
12153 "pet-fs",
12154 "pet-python-utils",
12155 "pet-virtualenv",
12156 "regex",
12157]
12158
12159[[package]]
12160name = "pet-fs"
12161version = "0.1.0"
12162source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12163dependencies = [
12164 "glob",
12165 "log",
12166 "msvc_spectre_libs",
12167 "windows-sys 0.59.0",
12168]
12169
12170[[package]]
12171name = "pet-global-virtualenvs"
12172version = "0.1.0"
12173source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12174dependencies = [
12175 "log",
12176 "msvc_spectre_libs",
12177 "pet-conda",
12178 "pet-core",
12179 "pet-fs",
12180 "pet-virtualenv",
12181]
12182
12183[[package]]
12184name = "pet-homebrew"
12185version = "0.1.0"
12186source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12187dependencies = [
12188 "lazy_static",
12189 "log",
12190 "msvc_spectre_libs",
12191 "pet-conda",
12192 "pet-core",
12193 "pet-fs",
12194 "pet-python-utils",
12195 "pet-virtualenv",
12196 "rayon",
12197 "regex",
12198 "serde",
12199 "serde_json",
12200]
12201
12202[[package]]
12203name = "pet-jsonrpc"
12204version = "0.1.0"
12205source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12206dependencies = [
12207 "env_logger 0.10.2",
12208 "log",
12209 "msvc_spectre_libs",
12210 "pet-core",
12211 "serde",
12212 "serde_json",
12213]
12214
12215[[package]]
12216name = "pet-linux-global-python"
12217version = "0.1.0"
12218source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12219dependencies = [
12220 "log",
12221 "msvc_spectre_libs",
12222 "pet-core",
12223 "pet-fs",
12224 "pet-python-utils",
12225 "pet-virtualenv",
12226]
12227
12228[[package]]
12229name = "pet-mac-commandlinetools"
12230version = "0.1.0"
12231source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12232dependencies = [
12233 "log",
12234 "msvc_spectre_libs",
12235 "pet-core",
12236 "pet-fs",
12237 "pet-python-utils",
12238 "pet-virtualenv",
12239]
12240
12241[[package]]
12242name = "pet-mac-python-org"
12243version = "0.1.0"
12244source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12245dependencies = [
12246 "log",
12247 "msvc_spectre_libs",
12248 "pet-core",
12249 "pet-fs",
12250 "pet-python-utils",
12251 "pet-virtualenv",
12252]
12253
12254[[package]]
12255name = "pet-mac-xcode"
12256version = "0.1.0"
12257source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12258dependencies = [
12259 "log",
12260 "msvc_spectre_libs",
12261 "pet-core",
12262 "pet-fs",
12263 "pet-python-utils",
12264 "pet-virtualenv",
12265]
12266
12267[[package]]
12268name = "pet-pipenv"
12269version = "0.1.0"
12270source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12271dependencies = [
12272 "lazy_static",
12273 "log",
12274 "msvc_spectre_libs",
12275 "pet-core",
12276 "pet-fs",
12277 "pet-python-utils",
12278 "pet-virtualenv",
12279 "regex",
12280]
12281
12282[[package]]
12283name = "pet-pixi"
12284version = "0.1.0"
12285source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12286dependencies = [
12287 "log",
12288 "msvc_spectre_libs",
12289 "pet-conda",
12290 "pet-core",
12291 "pet-python-utils",
12292]
12293
12294[[package]]
12295name = "pet-poetry"
12296version = "0.1.0"
12297source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12298dependencies = [
12299 "base64 0.22.1",
12300 "lazy_static",
12301 "log",
12302 "msvc_spectre_libs",
12303 "pet-core",
12304 "pet-fs",
12305 "pet-python-utils",
12306 "pet-reporter",
12307 "pet-virtualenv",
12308 "regex",
12309 "serde",
12310 "serde_json",
12311 "sha2",
12312 "toml 0.8.23",
12313]
12314
12315[[package]]
12316name = "pet-pyenv"
12317version = "0.1.0"
12318source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12319dependencies = [
12320 "lazy_static",
12321 "log",
12322 "msvc_spectre_libs",
12323 "pet-conda",
12324 "pet-core",
12325 "pet-fs",
12326 "pet-python-utils",
12327 "pet-reporter",
12328 "regex",
12329 "serde",
12330 "serde_json",
12331]
12332
12333[[package]]
12334name = "pet-python-utils"
12335version = "0.1.0"
12336source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12337dependencies = [
12338 "env_logger 0.10.2",
12339 "lazy_static",
12340 "log",
12341 "msvc_spectre_libs",
12342 "pet-core",
12343 "pet-fs",
12344 "regex",
12345 "serde",
12346 "serde_json",
12347 "sha2",
12348]
12349
12350[[package]]
12351name = "pet-reporter"
12352version = "0.1.0"
12353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12354dependencies = [
12355 "env_logger 0.10.2",
12356 "log",
12357 "msvc_spectre_libs",
12358 "pet-core",
12359 "pet-jsonrpc",
12360 "serde",
12361 "serde_json",
12362]
12363
12364[[package]]
12365name = "pet-telemetry"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "env_logger 0.10.2",
12370 "lazy_static",
12371 "log",
12372 "msvc_spectre_libs",
12373 "pet-core",
12374 "pet-fs",
12375 "pet-python-utils",
12376 "regex",
12377]
12378
12379[[package]]
12380name = "pet-uv"
12381version = "0.1.0"
12382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12383dependencies = [
12384 "log",
12385 "pet-core",
12386 "pet-python-utils",
12387 "serde",
12388 "toml 0.9.8",
12389]
12390
12391[[package]]
12392name = "pet-venv"
12393version = "0.1.0"
12394source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12395dependencies = [
12396 "log",
12397 "msvc_spectre_libs",
12398 "pet-core",
12399 "pet-python-utils",
12400 "pet-virtualenv",
12401]
12402
12403[[package]]
12404name = "pet-virtualenv"
12405version = "0.1.0"
12406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12407dependencies = [
12408 "log",
12409 "msvc_spectre_libs",
12410 "pet-core",
12411 "pet-fs",
12412 "pet-python-utils",
12413]
12414
12415[[package]]
12416name = "pet-virtualenvwrapper"
12417version = "0.1.0"
12418source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12419dependencies = [
12420 "log",
12421 "msvc_spectre_libs",
12422 "pet-core",
12423 "pet-fs",
12424 "pet-python-utils",
12425 "pet-virtualenv",
12426]
12427
12428[[package]]
12429name = "pet-windows-registry"
12430version = "0.1.0"
12431source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12432dependencies = [
12433 "lazy_static",
12434 "log",
12435 "msvc_spectre_libs",
12436 "pet-conda",
12437 "pet-core",
12438 "pet-fs",
12439 "pet-python-utils",
12440 "pet-virtualenv",
12441 "pet-windows-store",
12442 "regex",
12443 "winreg 0.55.0",
12444]
12445
12446[[package]]
12447name = "pet-windows-store"
12448version = "0.1.0"
12449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12450dependencies = [
12451 "lazy_static",
12452 "log",
12453 "msvc_spectre_libs",
12454 "pet-core",
12455 "pet-fs",
12456 "pet-python-utils",
12457 "pet-virtualenv",
12458 "regex",
12459 "winreg 0.55.0",
12460]
12461
12462[[package]]
12463name = "pet-winpython"
12464version = "0.1.0"
12465source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12466dependencies = [
12467 "lazy_static",
12468 "log",
12469 "pet-core",
12470 "pet-fs",
12471 "pet-python-utils",
12472 "pet-virtualenv",
12473 "regex",
12474]
12475
12476[[package]]
12477name = "petgraph"
12478version = "0.6.5"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12481dependencies = [
12482 "fixedbitset 0.4.2",
12483 "indexmap",
12484]
12485
12486[[package]]
12487name = "pgvector"
12488version = "0.4.1"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12491dependencies = [
12492 "serde",
12493]
12494
12495[[package]]
12496name = "phf"
12497version = "0.11.3"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12500dependencies = [
12501 "phf_macros 0.11.3",
12502 "phf_shared 0.11.3",
12503]
12504
12505[[package]]
12506name = "phf"
12507version = "0.12.1"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12510dependencies = [
12511 "phf_macros 0.12.1",
12512 "phf_shared 0.12.1",
12513]
12514
12515[[package]]
12516name = "phf_codegen"
12517version = "0.11.3"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12520dependencies = [
12521 "phf_generator 0.11.3",
12522 "phf_shared 0.11.3",
12523]
12524
12525[[package]]
12526name = "phf_generator"
12527version = "0.11.3"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12530dependencies = [
12531 "phf_shared 0.11.3",
12532 "rand 0.8.5",
12533]
12534
12535[[package]]
12536name = "phf_generator"
12537version = "0.12.1"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12540dependencies = [
12541 "fastrand 2.3.0",
12542 "phf_shared 0.12.1",
12543]
12544
12545[[package]]
12546name = "phf_macros"
12547version = "0.11.3"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12550dependencies = [
12551 "phf_generator 0.11.3",
12552 "phf_shared 0.11.3",
12553 "proc-macro2",
12554 "quote",
12555 "syn 2.0.117",
12556]
12557
12558[[package]]
12559name = "phf_macros"
12560version = "0.12.1"
12561source = "registry+https://github.com/rust-lang/crates.io-index"
12562checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12563dependencies = [
12564 "phf_generator 0.12.1",
12565 "phf_shared 0.12.1",
12566 "proc-macro2",
12567 "quote",
12568 "syn 2.0.117",
12569]
12570
12571[[package]]
12572name = "phf_shared"
12573version = "0.11.3"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12576dependencies = [
12577 "siphasher 1.0.1",
12578]
12579
12580[[package]]
12581name = "phf_shared"
12582version = "0.12.1"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12585dependencies = [
12586 "siphasher 1.0.1",
12587]
12588
12589[[package]]
12590name = "picker"
12591version = "0.1.0"
12592dependencies = [
12593 "anyhow",
12594 "editor",
12595 "gpui",
12596 "menu",
12597 "schemars",
12598 "serde",
12599 "settings",
12600 "theme",
12601 "theme_settings",
12602 "ui",
12603 "ui_input",
12604 "workspace",
12605 "zed_actions",
12606]
12607
12608[[package]]
12609name = "pico-args"
12610version = "0.5.0"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12613
12614[[package]]
12615name = "pin-project"
12616version = "1.1.10"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12619dependencies = [
12620 "pin-project-internal",
12621]
12622
12623[[package]]
12624name = "pin-project-internal"
12625version = "1.1.10"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12628dependencies = [
12629 "proc-macro2",
12630 "quote",
12631 "syn 2.0.117",
12632]
12633
12634[[package]]
12635name = "pin-project-lite"
12636version = "0.2.16"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12639
12640[[package]]
12641name = "pin-utils"
12642version = "0.1.0"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12645
12646[[package]]
12647name = "piper"
12648version = "0.2.4"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12651dependencies = [
12652 "atomic-waker",
12653 "fastrand 2.3.0",
12654 "futures-io",
12655]
12656
12657[[package]]
12658name = "pkcs1"
12659version = "0.7.5"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12662dependencies = [
12663 "der 0.7.10",
12664 "pkcs8 0.10.2",
12665 "spki 0.7.3",
12666]
12667
12668[[package]]
12669name = "pkcs8"
12670version = "0.9.0"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12673dependencies = [
12674 "der 0.6.1",
12675 "spki 0.6.0",
12676]
12677
12678[[package]]
12679name = "pkcs8"
12680version = "0.10.2"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12683dependencies = [
12684 "der 0.7.10",
12685 "spki 0.7.3",
12686]
12687
12688[[package]]
12689name = "pkg-config"
12690version = "0.3.32"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12693
12694[[package]]
12695name = "plain"
12696version = "0.2.3"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12699
12700[[package]]
12701name = "platform_title_bar"
12702version = "0.1.0"
12703dependencies = [
12704 "feature_flags",
12705 "gpui",
12706 "project",
12707 "settings",
12708 "smallvec",
12709 "theme",
12710 "theme_settings",
12711 "ui",
12712 "windows 0.61.3",
12713 "workspace",
12714 "zed_actions",
12715]
12716
12717[[package]]
12718name = "plist"
12719version = "1.8.0"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12722dependencies = [
12723 "base64 0.22.1",
12724 "indexmap",
12725 "quick-xml 0.38.3",
12726 "serde",
12727 "time",
12728]
12729
12730[[package]]
12731name = "plotters"
12732version = "0.3.7"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12735dependencies = [
12736 "num-traits",
12737 "plotters-backend",
12738 "plotters-svg",
12739 "wasm-bindgen",
12740 "web-sys",
12741]
12742
12743[[package]]
12744name = "plotters-backend"
12745version = "0.3.7"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12748
12749[[package]]
12750name = "plotters-svg"
12751version = "0.3.7"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12754dependencies = [
12755 "plotters-backend",
12756]
12757
12758[[package]]
12759name = "png"
12760version = "0.17.16"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12763dependencies = [
12764 "bitflags 1.3.2",
12765 "crc32fast",
12766 "fdeflate",
12767 "flate2",
12768 "miniz_oxide",
12769]
12770
12771[[package]]
12772name = "png"
12773version = "0.18.0"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12776dependencies = [
12777 "bitflags 2.10.0",
12778 "crc32fast",
12779 "fdeflate",
12780 "flate2",
12781 "miniz_oxide",
12782]
12783
12784[[package]]
12785name = "polling"
12786version = "3.11.0"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12789dependencies = [
12790 "cfg-if",
12791 "concurrent-queue",
12792 "hermit-abi",
12793 "pin-project-lite",
12794 "rustix 1.1.2",
12795 "windows-sys 0.61.2",
12796]
12797
12798[[package]]
12799name = "pollster"
12800version = "0.2.5"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12803
12804[[package]]
12805name = "pollster"
12806version = "0.4.0"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12809
12810[[package]]
12811name = "pori"
12812version = "0.0.0"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12815dependencies = [
12816 "nom 7.1.3",
12817]
12818
12819[[package]]
12820name = "portable-atomic"
12821version = "1.11.1"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12824
12825[[package]]
12826name = "portable-atomic-util"
12827version = "0.2.4"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12830dependencies = [
12831 "portable-atomic",
12832]
12833
12834[[package]]
12835name = "portable-pty"
12836version = "0.9.0"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12839dependencies = [
12840 "anyhow",
12841 "bitflags 1.3.2",
12842 "downcast-rs",
12843 "filedescriptor",
12844 "lazy_static",
12845 "libc",
12846 "log",
12847 "nix 0.28.0",
12848 "serial2",
12849 "shared_library",
12850 "shell-words",
12851 "winapi",
12852 "winreg 0.10.1",
12853]
12854
12855[[package]]
12856name = "postage"
12857version = "0.5.0"
12858source = "registry+https://github.com/rust-lang/crates.io-index"
12859checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12860dependencies = [
12861 "atomic",
12862 "crossbeam-queue",
12863 "futures 0.3.31",
12864 "log",
12865 "parking_lot",
12866 "pin-project",
12867 "pollster 0.2.5",
12868 "static_assertions",
12869 "thiserror 1.0.69",
12870]
12871
12872[[package]]
12873name = "postcard"
12874version = "1.1.3"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12877dependencies = [
12878 "cobs",
12879 "embedded-io 0.4.0",
12880 "embedded-io 0.6.1",
12881 "serde",
12882]
12883
12884[[package]]
12885name = "potential_utf"
12886version = "0.1.3"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12889dependencies = [
12890 "zerovec",
12891]
12892
12893[[package]]
12894name = "powerfmt"
12895version = "0.2.0"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12898
12899[[package]]
12900name = "ppv-lite86"
12901version = "0.2.21"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12904dependencies = [
12905 "zerocopy",
12906]
12907
12908[[package]]
12909name = "precomputed-hash"
12910version = "0.1.1"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12913
12914[[package]]
12915name = "presser"
12916version = "0.3.1"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12919
12920[[package]]
12921name = "prettier"
12922version = "0.1.0"
12923dependencies = [
12924 "anyhow",
12925 "collections",
12926 "fs",
12927 "gpui",
12928 "language",
12929 "log",
12930 "lsp",
12931 "node_runtime",
12932 "parking_lot",
12933 "paths",
12934 "serde",
12935 "serde_json",
12936 "util",
12937]
12938
12939[[package]]
12940name = "pretty_assertions"
12941version = "1.4.1"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12944dependencies = [
12945 "diff",
12946 "yansi",
12947]
12948
12949[[package]]
12950name = "prettyplease"
12951version = "0.2.37"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
12954dependencies = [
12955 "proc-macro2",
12956 "syn 2.0.117",
12957]
12958
12959[[package]]
12960name = "primal-check"
12961version = "0.3.4"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12964dependencies = [
12965 "num-integer",
12966]
12967
12968[[package]]
12969name = "proc-macro-crate"
12970version = "3.4.0"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
12973dependencies = [
12974 "toml_edit 0.23.7",
12975]
12976
12977[[package]]
12978name = "proc-macro-error"
12979version = "1.0.4"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
12982dependencies = [
12983 "proc-macro-error-attr",
12984 "proc-macro2",
12985 "quote",
12986 "syn 1.0.109",
12987 "version_check",
12988]
12989
12990[[package]]
12991name = "proc-macro-error-attr"
12992version = "1.0.4"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
12995dependencies = [
12996 "proc-macro2",
12997 "quote",
12998 "version_check",
12999]
13000
13001[[package]]
13002name = "proc-macro-error-attr2"
13003version = "2.0.0"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13006dependencies = [
13007 "proc-macro2",
13008 "quote",
13009]
13010
13011[[package]]
13012name = "proc-macro-error2"
13013version = "2.0.1"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13016dependencies = [
13017 "proc-macro-error-attr2",
13018 "proc-macro2",
13019 "quote",
13020 "syn 2.0.117",
13021]
13022
13023[[package]]
13024name = "proc-macro2"
13025version = "1.0.101"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13028dependencies = [
13029 "unicode-ident",
13030]
13031
13032[[package]]
13033name = "proc-macro2-diagnostics"
13034version = "0.10.1"
13035source = "registry+https://github.com/rust-lang/crates.io-index"
13036checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13037dependencies = [
13038 "proc-macro2",
13039 "quote",
13040 "syn 2.0.117",
13041 "version_check",
13042 "yansi",
13043]
13044
13045[[package]]
13046name = "procfs-core"
13047version = "0.17.0"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13050dependencies = [
13051 "bitflags 2.10.0",
13052 "hex",
13053 "serde",
13054]
13055
13056[[package]]
13057name = "profiling"
13058version = "1.0.17"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13061dependencies = [
13062 "profiling-procmacros",
13063]
13064
13065[[package]]
13066name = "profiling-procmacros"
13067version = "1.0.17"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13070dependencies = [
13071 "quote",
13072 "syn 2.0.117",
13073]
13074
13075[[package]]
13076name = "project"
13077version = "0.1.0"
13078dependencies = [
13079 "aho-corasick",
13080 "anyhow",
13081 "askpass",
13082 "async-trait",
13083 "base64 0.22.1",
13084 "buffer_diff",
13085 "circular-buffer",
13086 "client",
13087 "clock",
13088 "collections",
13089 "context_server",
13090 "credentials_provider",
13091 "dap",
13092 "encoding_rs",
13093 "extension",
13094 "fancy-regex 0.17.0",
13095 "fs",
13096 "futures 0.3.31",
13097 "fuzzy",
13098 "git",
13099 "git2",
13100 "git_hosting_providers",
13101 "globset",
13102 "gpui",
13103 "http_client",
13104 "image",
13105 "indexmap",
13106 "itertools 0.14.0",
13107 "language",
13108 "log",
13109 "lsp",
13110 "markdown",
13111 "node_runtime",
13112 "parking_lot",
13113 "paths",
13114 "percent-encoding",
13115 "postage",
13116 "prettier",
13117 "pretty_assertions",
13118 "project",
13119 "rand 0.9.2",
13120 "regex",
13121 "release_channel",
13122 "remote",
13123 "rpc",
13124 "schemars",
13125 "semver",
13126 "serde",
13127 "serde_json",
13128 "settings",
13129 "sha2",
13130 "shellexpand 2.1.2",
13131 "smallvec",
13132 "smol",
13133 "snippet",
13134 "snippet_provider",
13135 "sum_tree",
13136 "task",
13137 "tempfile",
13138 "terminal",
13139 "text",
13140 "toml 0.8.23",
13141 "tracing",
13142 "unindent",
13143 "url",
13144 "util",
13145 "watch",
13146 "wax",
13147 "which 6.0.3",
13148 "worktree",
13149 "zeroize",
13150 "zlog",
13151 "ztracing",
13152]
13153
13154[[package]]
13155name = "project_benchmarks"
13156version = "0.1.0"
13157dependencies = [
13158 "anyhow",
13159 "askpass",
13160 "clap",
13161 "client",
13162 "futures 0.3.31",
13163 "gpui",
13164 "gpui_platform",
13165 "http_client",
13166 "language",
13167 "node_runtime",
13168 "project",
13169 "release_channel",
13170 "remote",
13171 "rpassword",
13172 "semver",
13173 "settings",
13174 "watch",
13175]
13176
13177[[package]]
13178name = "project_panel"
13179version = "0.1.0"
13180dependencies = [
13181 "anyhow",
13182 "client",
13183 "collections",
13184 "command_palette_hooks",
13185 "criterion",
13186 "editor",
13187 "feature_flags",
13188 "file_icons",
13189 "git",
13190 "git_ui",
13191 "gpui",
13192 "itertools 0.14.0",
13193 "language",
13194 "menu",
13195 "notifications",
13196 "pretty_assertions",
13197 "project",
13198 "rayon",
13199 "remote_connection",
13200 "schemars",
13201 "search",
13202 "serde",
13203 "serde_json",
13204 "settings",
13205 "smallvec",
13206 "telemetry",
13207 "tempfile",
13208 "theme",
13209 "theme_settings",
13210 "ui",
13211 "util",
13212 "workspace",
13213 "worktree",
13214 "zed_actions",
13215]
13216
13217[[package]]
13218name = "project_symbols"
13219version = "0.1.0"
13220dependencies = [
13221 "anyhow",
13222 "editor",
13223 "futures 0.3.31",
13224 "fuzzy",
13225 "gpui",
13226 "language",
13227 "lsp",
13228 "ordered-float 2.10.1",
13229 "picker",
13230 "project",
13231 "release_channel",
13232 "semver",
13233 "serde_json",
13234 "settings",
13235 "theme",
13236 "theme_settings",
13237 "util",
13238 "workspace",
13239]
13240
13241[[package]]
13242name = "prometheus"
13243version = "0.14.0"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13246dependencies = [
13247 "cfg-if",
13248 "fnv",
13249 "lazy_static",
13250 "memchr",
13251 "parking_lot",
13252 "protobuf",
13253 "thiserror 2.0.17",
13254]
13255
13256[[package]]
13257name = "prompt_store"
13258version = "0.1.0"
13259dependencies = [
13260 "anyhow",
13261 "assets",
13262 "chrono",
13263 "collections",
13264 "fs",
13265 "futures 0.3.31",
13266 "fuzzy",
13267 "gpui",
13268 "handlebars 4.5.0",
13269 "heed",
13270 "language",
13271 "log",
13272 "parking_lot",
13273 "paths",
13274 "rope",
13275 "serde",
13276 "strum 0.27.2",
13277 "tempfile",
13278 "text",
13279 "util",
13280 "uuid",
13281]
13282
13283[[package]]
13284name = "proptest"
13285version = "1.10.0"
13286source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13287dependencies = [
13288 "bit-set 0.8.0",
13289 "bit-vec 0.8.0",
13290 "bitflags 2.10.0",
13291 "num-traits",
13292 "proptest-macro",
13293 "rand 0.9.2",
13294 "rand_chacha 0.9.0",
13295 "rand_xorshift",
13296 "regex-syntax",
13297 "rusty-fork",
13298 "tempfile",
13299 "unarray",
13300]
13301
13302[[package]]
13303name = "proptest-derive"
13304version = "0.8.0"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13307dependencies = [
13308 "proc-macro2",
13309 "quote",
13310 "syn 2.0.117",
13311]
13312
13313[[package]]
13314name = "proptest-macro"
13315version = "0.5.0"
13316source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13317dependencies = [
13318 "convert_case 0.11.0",
13319 "proc-macro2",
13320 "quote",
13321 "syn 2.0.117",
13322]
13323
13324[[package]]
13325name = "prost"
13326version = "0.9.0"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13329dependencies = [
13330 "bytes 1.11.1",
13331 "prost-derive 0.9.0",
13332]
13333
13334[[package]]
13335name = "prost"
13336version = "0.12.6"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13339dependencies = [
13340 "bytes 1.11.1",
13341 "prost-derive 0.12.6",
13342]
13343
13344[[package]]
13345name = "prost-build"
13346version = "0.9.0"
13347source = "registry+https://github.com/rust-lang/crates.io-index"
13348checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13349dependencies = [
13350 "bytes 1.11.1",
13351 "heck 0.3.3",
13352 "itertools 0.10.5",
13353 "lazy_static",
13354 "log",
13355 "multimap",
13356 "petgraph",
13357 "prost 0.9.0",
13358 "prost-types 0.9.0",
13359 "regex",
13360 "tempfile",
13361 "which 4.4.2",
13362]
13363
13364[[package]]
13365name = "prost-build"
13366version = "0.12.6"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13369dependencies = [
13370 "bytes 1.11.1",
13371 "heck 0.5.0",
13372 "itertools 0.12.1",
13373 "log",
13374 "multimap",
13375 "once_cell",
13376 "petgraph",
13377 "prettyplease",
13378 "prost 0.12.6",
13379 "prost-types 0.12.6",
13380 "regex",
13381 "syn 2.0.117",
13382 "tempfile",
13383]
13384
13385[[package]]
13386name = "prost-derive"
13387version = "0.9.0"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13390dependencies = [
13391 "anyhow",
13392 "itertools 0.10.5",
13393 "proc-macro2",
13394 "quote",
13395 "syn 1.0.109",
13396]
13397
13398[[package]]
13399name = "prost-derive"
13400version = "0.12.6"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13403dependencies = [
13404 "anyhow",
13405 "itertools 0.12.1",
13406 "proc-macro2",
13407 "quote",
13408 "syn 2.0.117",
13409]
13410
13411[[package]]
13412name = "prost-types"
13413version = "0.9.0"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13416dependencies = [
13417 "bytes 1.11.1",
13418 "prost 0.9.0",
13419]
13420
13421[[package]]
13422name = "prost-types"
13423version = "0.12.6"
13424source = "registry+https://github.com/rust-lang/crates.io-index"
13425checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13426dependencies = [
13427 "prost 0.12.6",
13428]
13429
13430[[package]]
13431name = "proto"
13432version = "0.1.0"
13433dependencies = [
13434 "anyhow",
13435 "prost 0.9.0",
13436 "prost-build 0.9.0",
13437 "serde",
13438]
13439
13440[[package]]
13441name = "protobuf"
13442version = "3.7.2"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13445dependencies = [
13446 "once_cell",
13447 "protobuf-support",
13448 "thiserror 1.0.69",
13449]
13450
13451[[package]]
13452name = "protobuf-support"
13453version = "3.7.2"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13456dependencies = [
13457 "thiserror 1.0.69",
13458]
13459
13460[[package]]
13461name = "psm"
13462version = "0.1.30"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13465dependencies = [
13466 "ar_archive_writer",
13467 "cc",
13468]
13469
13470[[package]]
13471name = "ptr_meta"
13472version = "0.1.4"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13475dependencies = [
13476 "ptr_meta_derive",
13477]
13478
13479[[package]]
13480name = "ptr_meta_derive"
13481version = "0.1.4"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13484dependencies = [
13485 "proc-macro2",
13486 "quote",
13487 "syn 1.0.109",
13488]
13489
13490[[package]]
13491name = "pulldown-cmark"
13492version = "0.10.3"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13495dependencies = [
13496 "bitflags 2.10.0",
13497 "memchr",
13498 "pulldown-cmark-escape",
13499 "unicase",
13500]
13501
13502[[package]]
13503name = "pulldown-cmark"
13504version = "0.13.0"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13507dependencies = [
13508 "bitflags 2.10.0",
13509 "memchr",
13510 "unicase",
13511]
13512
13513[[package]]
13514name = "pulldown-cmark-escape"
13515version = "0.10.1"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13518
13519[[package]]
13520name = "pulley-interpreter"
13521version = "33.0.2"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13524dependencies = [
13525 "cranelift-bitset",
13526 "log",
13527 "wasmtime-math",
13528]
13529
13530[[package]]
13531name = "pulp"
13532version = "0.18.22"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13535dependencies = [
13536 "bytemuck",
13537 "libm",
13538 "num-complex",
13539 "reborrow",
13540]
13541
13542[[package]]
13543name = "pulp"
13544version = "0.21.5"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13547dependencies = [
13548 "bytemuck",
13549 "cfg-if",
13550 "libm",
13551 "num-complex",
13552 "reborrow",
13553 "version_check",
13554]
13555
13556[[package]]
13557name = "pxfm"
13558version = "0.1.25"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13561dependencies = [
13562 "num-traits",
13563]
13564
13565[[package]]
13566name = "qoi"
13567version = "0.4.1"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13570dependencies = [
13571 "bytemuck",
13572]
13573
13574[[package]]
13575name = "quick-error"
13576version = "1.2.3"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13579
13580[[package]]
13581name = "quick-error"
13582version = "2.0.1"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13585
13586[[package]]
13587name = "quick-xml"
13588version = "0.30.0"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13591dependencies = [
13592 "memchr",
13593]
13594
13595[[package]]
13596name = "quick-xml"
13597version = "0.37.5"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13600dependencies = [
13601 "memchr",
13602]
13603
13604[[package]]
13605name = "quick-xml"
13606version = "0.38.3"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13609dependencies = [
13610 "memchr",
13611]
13612
13613[[package]]
13614name = "quinn"
13615version = "0.11.9"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13618dependencies = [
13619 "bytes 1.11.1",
13620 "cfg_aliases 0.2.1",
13621 "pin-project-lite",
13622 "quinn-proto",
13623 "quinn-udp",
13624 "rustc-hash 2.1.1",
13625 "rustls 0.23.33",
13626 "socket2 0.6.1",
13627 "thiserror 2.0.17",
13628 "tokio",
13629 "tracing",
13630 "web-time",
13631]
13632
13633[[package]]
13634name = "quinn-proto"
13635version = "0.11.13"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13638dependencies = [
13639 "bytes 1.11.1",
13640 "getrandom 0.3.4",
13641 "lru-slab",
13642 "rand 0.9.2",
13643 "ring",
13644 "rustc-hash 2.1.1",
13645 "rustls 0.23.33",
13646 "rustls-pki-types",
13647 "slab",
13648 "thiserror 2.0.17",
13649 "tinyvec",
13650 "tracing",
13651 "web-time",
13652]
13653
13654[[package]]
13655name = "quinn-udp"
13656version = "0.5.14"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13659dependencies = [
13660 "cfg_aliases 0.2.1",
13661 "libc",
13662 "once_cell",
13663 "socket2 0.6.1",
13664 "tracing",
13665 "windows-sys 0.60.2",
13666]
13667
13668[[package]]
13669name = "quote"
13670version = "1.0.41"
13671source = "registry+https://github.com/rust-lang/crates.io-index"
13672checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13673dependencies = [
13674 "proc-macro2",
13675]
13676
13677[[package]]
13678name = "r-efi"
13679version = "5.3.0"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13682
13683[[package]]
13684name = "radium"
13685version = "0.7.0"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13688
13689[[package]]
13690name = "rand"
13691version = "0.3.23"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13694dependencies = [
13695 "libc",
13696 "rand 0.4.6",
13697]
13698
13699[[package]]
13700name = "rand"
13701version = "0.4.6"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13704dependencies = [
13705 "fuchsia-cprng",
13706 "libc",
13707 "rand_core 0.3.1",
13708 "rdrand",
13709 "winapi",
13710]
13711
13712[[package]]
13713name = "rand"
13714version = "0.8.5"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13717dependencies = [
13718 "libc",
13719 "rand_chacha 0.3.1",
13720 "rand_core 0.6.4",
13721]
13722
13723[[package]]
13724name = "rand"
13725version = "0.9.2"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13728dependencies = [
13729 "rand_chacha 0.9.0",
13730 "rand_core 0.9.3",
13731]
13732
13733[[package]]
13734name = "rand_chacha"
13735version = "0.3.1"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13738dependencies = [
13739 "ppv-lite86",
13740 "rand_core 0.6.4",
13741]
13742
13743[[package]]
13744name = "rand_chacha"
13745version = "0.9.0"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13748dependencies = [
13749 "ppv-lite86",
13750 "rand_core 0.9.3",
13751]
13752
13753[[package]]
13754name = "rand_core"
13755version = "0.3.1"
13756source = "registry+https://github.com/rust-lang/crates.io-index"
13757checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13758dependencies = [
13759 "rand_core 0.4.2",
13760]
13761
13762[[package]]
13763name = "rand_core"
13764version = "0.4.2"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13767
13768[[package]]
13769name = "rand_core"
13770version = "0.6.4"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13773dependencies = [
13774 "getrandom 0.2.16",
13775]
13776
13777[[package]]
13778name = "rand_core"
13779version = "0.9.3"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13782dependencies = [
13783 "getrandom 0.3.4",
13784]
13785
13786[[package]]
13787name = "rand_distr"
13788version = "0.5.1"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13791dependencies = [
13792 "num-traits",
13793 "rand 0.9.2",
13794]
13795
13796[[package]]
13797name = "rand_pcg"
13798version = "0.3.1"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13801dependencies = [
13802 "rand_core 0.6.4",
13803]
13804
13805[[package]]
13806name = "rand_xorshift"
13807version = "0.4.0"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13810dependencies = [
13811 "rand_core 0.9.3",
13812]
13813
13814[[package]]
13815name = "random_choice"
13816version = "0.3.2"
13817source = "registry+https://github.com/rust-lang/crates.io-index"
13818checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13819dependencies = [
13820 "rand 0.3.23",
13821]
13822
13823[[package]]
13824name = "range-alloc"
13825version = "0.1.4"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13828
13829[[package]]
13830name = "range-map"
13831version = "0.2.0"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13834dependencies = [
13835 "num-traits",
13836]
13837
13838[[package]]
13839name = "rangemap"
13840version = "1.7.1"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13843
13844[[package]]
13845name = "rav1e"
13846version = "0.7.1"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13849dependencies = [
13850 "arbitrary",
13851 "arg_enum_proc_macro",
13852 "arrayvec",
13853 "av1-grain",
13854 "bitstream-io",
13855 "built",
13856 "cfg-if",
13857 "interpolate_name",
13858 "itertools 0.12.1",
13859 "libc",
13860 "libfuzzer-sys",
13861 "log",
13862 "maybe-rayon",
13863 "new_debug_unreachable",
13864 "noop_proc_macro",
13865 "num-derive",
13866 "num-traits",
13867 "once_cell",
13868 "paste",
13869 "profiling",
13870 "rand 0.8.5",
13871 "rand_chacha 0.3.1",
13872 "simd_helpers",
13873 "system-deps 6.2.2",
13874 "thiserror 1.0.69",
13875 "v_frame",
13876 "wasm-bindgen",
13877]
13878
13879[[package]]
13880name = "ravif"
13881version = "0.11.20"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13884dependencies = [
13885 "avif-serialize",
13886 "imgref",
13887 "loop9",
13888 "quick-error 2.0.1",
13889 "rav1e",
13890 "rayon",
13891 "rgb",
13892]
13893
13894[[package]]
13895name = "raw-cpuid"
13896version = "10.7.0"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13899dependencies = [
13900 "bitflags 1.3.2",
13901]
13902
13903[[package]]
13904name = "raw-cpuid"
13905version = "11.6.0"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13908dependencies = [
13909 "bitflags 2.10.0",
13910]
13911
13912[[package]]
13913name = "raw-window-handle"
13914version = "0.6.2"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13917
13918[[package]]
13919name = "raw-window-metal"
13920version = "1.1.0"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
13923dependencies = [
13924 "objc2",
13925 "objc2-core-foundation",
13926 "objc2-foundation",
13927 "objc2-quartz-core",
13928]
13929
13930[[package]]
13931name = "rayon"
13932version = "1.11.0"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13935dependencies = [
13936 "either",
13937 "rayon-core",
13938]
13939
13940[[package]]
13941name = "rayon-core"
13942version = "1.13.0"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13945dependencies = [
13946 "crossbeam-deque",
13947 "crossbeam-utils",
13948]
13949
13950[[package]]
13951name = "rdrand"
13952version = "0.4.0"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
13955dependencies = [
13956 "rand_core 0.3.1",
13957]
13958
13959[[package]]
13960name = "read-fonts"
13961version = "0.35.0"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
13964dependencies = [
13965 "bytemuck",
13966 "font-types 0.10.0",
13967]
13968
13969[[package]]
13970name = "read-fonts"
13971version = "0.37.0"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
13974dependencies = [
13975 "bytemuck",
13976 "core_maths",
13977 "font-types 0.11.0",
13978]
13979
13980[[package]]
13981name = "realfft"
13982version = "3.5.0"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
13985dependencies = [
13986 "rustfft",
13987]
13988
13989[[package]]
13990name = "reborrow"
13991version = "0.5.5"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
13994
13995[[package]]
13996name = "recent_projects"
13997version = "0.1.0"
13998dependencies = [
13999 "anyhow",
14000 "askpass",
14001 "chrono",
14002 "db",
14003 "dev_container",
14004 "editor",
14005 "extension",
14006 "extension_host",
14007 "fs",
14008 "futures 0.3.31",
14009 "fuzzy",
14010 "gpui",
14011 "http_client",
14012 "indoc",
14013 "language",
14014 "log",
14015 "menu",
14016 "node_runtime",
14017 "open_path_prompt",
14018 "ordered-float 2.10.1",
14019 "paths",
14020 "picker",
14021 "project",
14022 "release_channel",
14023 "remote",
14024 "remote_connection",
14025 "remote_server",
14026 "semver",
14027 "serde",
14028 "serde_json",
14029 "settings",
14030 "smol",
14031 "task",
14032 "telemetry",
14033 "ui",
14034 "ui_input",
14035 "util",
14036 "windows-registry 0.6.1",
14037 "workspace",
14038 "worktree",
14039 "zed_actions",
14040]
14041
14042[[package]]
14043name = "redox_syscall"
14044version = "0.2.16"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14047dependencies = [
14048 "bitflags 1.3.2",
14049]
14050
14051[[package]]
14052name = "redox_syscall"
14053version = "0.5.18"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14056dependencies = [
14057 "bitflags 2.10.0",
14058]
14059
14060[[package]]
14061name = "redox_users"
14062version = "0.4.6"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14065dependencies = [
14066 "getrandom 0.2.16",
14067 "libredox",
14068 "thiserror 1.0.69",
14069]
14070
14071[[package]]
14072name = "redox_users"
14073version = "0.5.2"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14076dependencies = [
14077 "getrandom 0.2.16",
14078 "libredox",
14079 "thiserror 2.0.17",
14080]
14081
14082[[package]]
14083name = "ref-cast"
14084version = "1.0.25"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14087dependencies = [
14088 "ref-cast-impl",
14089]
14090
14091[[package]]
14092name = "ref-cast-impl"
14093version = "1.0.25"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14096dependencies = [
14097 "proc-macro2",
14098 "quote",
14099 "syn 2.0.117",
14100]
14101
14102[[package]]
14103name = "referencing"
14104version = "0.37.4"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14107dependencies = [
14108 "ahash 0.8.12",
14109 "fluent-uri",
14110 "getrandom 0.3.4",
14111 "hashbrown 0.16.1",
14112 "parking_lot",
14113 "percent-encoding",
14114 "serde_json",
14115]
14116
14117[[package]]
14118name = "refineable"
14119version = "0.1.0"
14120dependencies = [
14121 "derive_refineable",
14122]
14123
14124[[package]]
14125name = "regalloc2"
14126version = "0.12.2"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14129dependencies = [
14130 "allocator-api2",
14131 "bumpalo",
14132 "hashbrown 0.15.5",
14133 "log",
14134 "rustc-hash 2.1.1",
14135 "serde",
14136 "smallvec",
14137]
14138
14139[[package]]
14140name = "regex"
14141version = "1.12.2"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14144dependencies = [
14145 "aho-corasick",
14146 "memchr",
14147 "regex-automata",
14148 "regex-syntax",
14149]
14150
14151[[package]]
14152name = "regex-automata"
14153version = "0.4.13"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14156dependencies = [
14157 "aho-corasick",
14158 "memchr",
14159 "regex-syntax",
14160]
14161
14162[[package]]
14163name = "regex-lite"
14164version = "0.1.8"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14167
14168[[package]]
14169name = "regex-syntax"
14170version = "0.8.8"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14173
14174[[package]]
14175name = "release_channel"
14176version = "0.1.0"
14177dependencies = [
14178 "gpui",
14179 "semver",
14180]
14181
14182[[package]]
14183name = "remote"
14184version = "0.1.0"
14185dependencies = [
14186 "anyhow",
14187 "askpass",
14188 "async-trait",
14189 "base64 0.22.1",
14190 "collections",
14191 "fs",
14192 "futures 0.3.31",
14193 "gpui",
14194 "log",
14195 "parking_lot",
14196 "paths",
14197 "prost 0.9.0",
14198 "release_channel",
14199 "rpc",
14200 "schemars",
14201 "semver",
14202 "serde",
14203 "serde_json",
14204 "settings",
14205 "smol",
14206 "tempfile",
14207 "thiserror 2.0.17",
14208 "urlencoding",
14209 "util",
14210 "which 6.0.3",
14211]
14212
14213[[package]]
14214name = "remote_connection"
14215version = "0.1.0"
14216dependencies = [
14217 "anyhow",
14218 "askpass",
14219 "auto_update",
14220 "futures 0.3.31",
14221 "gpui",
14222 "log",
14223 "markdown",
14224 "menu",
14225 "release_channel",
14226 "remote",
14227 "semver",
14228 "settings",
14229 "theme_settings",
14230 "ui",
14231 "ui_input",
14232 "workspace",
14233]
14234
14235[[package]]
14236name = "remote_server"
14237version = "0.1.0"
14238dependencies = [
14239 "action_log",
14240 "agent",
14241 "anyhow",
14242 "askpass",
14243 "cargo_toml",
14244 "clap",
14245 "client",
14246 "clock",
14247 "collections",
14248 "crash-handler",
14249 "crashes",
14250 "dap_adapters",
14251 "debug_adapter_extension",
14252 "editor",
14253 "env_logger 0.11.8",
14254 "extension",
14255 "extension_host",
14256 "fork",
14257 "fs",
14258 "futures 0.3.31",
14259 "git",
14260 "git2",
14261 "git_hosting_providers",
14262 "gpui",
14263 "gpui_platform",
14264 "gpui_tokio",
14265 "http_client",
14266 "image",
14267 "json_schema_store",
14268 "language",
14269 "language_extension",
14270 "language_model",
14271 "languages",
14272 "libc",
14273 "log",
14274 "lsp",
14275 "minidumper",
14276 "net",
14277 "node_runtime",
14278 "paths",
14279 "pretty_assertions",
14280 "project",
14281 "proto",
14282 "rayon",
14283 "release_channel",
14284 "remote",
14285 "reqwest_client",
14286 "rpc",
14287 "rust-embed",
14288 "semver",
14289 "serde",
14290 "serde_json",
14291 "settings",
14292 "shellexpand 2.1.2",
14293 "smol",
14294 "sysinfo 0.37.2",
14295 "task",
14296 "theme",
14297 "theme_settings",
14298 "thiserror 2.0.17",
14299 "toml 0.8.23",
14300 "unindent",
14301 "util",
14302 "uuid",
14303 "watch",
14304 "windows 0.61.3",
14305 "worktree",
14306 "zlog",
14307]
14308
14309[[package]]
14310name = "rend"
14311version = "0.4.2"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14314dependencies = [
14315 "bytecheck",
14316]
14317
14318[[package]]
14319name = "renderdoc-sys"
14320version = "1.1.0"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14323
14324[[package]]
14325name = "repl"
14326version = "0.1.0"
14327dependencies = [
14328 "alacritty_terminal",
14329 "anyhow",
14330 "async-dispatcher",
14331 "async-task",
14332 "async-tungstenite",
14333 "base64 0.22.1",
14334 "client",
14335 "collections",
14336 "command_palette_hooks",
14337 "editor",
14338 "feature_flags",
14339 "file_icons",
14340 "futures 0.3.31",
14341 "gpui",
14342 "html_to_markdown",
14343 "http_client",
14344 "image",
14345 "indoc",
14346 "jupyter-protocol",
14347 "jupyter-websocket-client",
14348 "language",
14349 "languages",
14350 "log",
14351 "markdown",
14352 "menu",
14353 "multi_buffer",
14354 "nbformat",
14355 "picker",
14356 "project",
14357 "remote",
14358 "runtimelib",
14359 "serde",
14360 "serde_json",
14361 "settings",
14362 "shlex",
14363 "smol",
14364 "telemetry",
14365 "terminal",
14366 "terminal_view",
14367 "theme",
14368 "theme_settings",
14369 "tree-sitter-md",
14370 "tree-sitter-python",
14371 "tree-sitter-typescript",
14372 "ui",
14373 "util",
14374 "uuid",
14375 "workspace",
14376 "zed_actions",
14377]
14378
14379[[package]]
14380name = "reqwest"
14381version = "0.11.27"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14384dependencies = [
14385 "base64 0.21.7",
14386 "bytes 1.11.1",
14387 "encoding_rs",
14388 "futures-core",
14389 "futures-util",
14390 "h2 0.3.27",
14391 "http 0.2.12",
14392 "http-body 0.4.6",
14393 "hyper 0.14.32",
14394 "hyper-tls",
14395 "ipnet",
14396 "js-sys",
14397 "log",
14398 "mime",
14399 "native-tls",
14400 "once_cell",
14401 "percent-encoding",
14402 "pin-project-lite",
14403 "rustls-pemfile 1.0.4",
14404 "serde",
14405 "serde_json",
14406 "serde_urlencoded",
14407 "sync_wrapper 0.1.2",
14408 "system-configuration 0.5.1",
14409 "tokio",
14410 "tokio-native-tls",
14411 "tower-service",
14412 "url",
14413 "wasm-bindgen",
14414 "wasm-bindgen-futures",
14415 "web-sys",
14416 "winreg 0.50.0",
14417]
14418
14419[[package]]
14420name = "reqwest"
14421version = "0.12.24"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14424dependencies = [
14425 "base64 0.22.1",
14426 "bytes 1.11.1",
14427 "futures-channel",
14428 "futures-core",
14429 "futures-util",
14430 "http 1.3.1",
14431 "http-body 1.0.1",
14432 "http-body-util",
14433 "hyper 1.7.0",
14434 "hyper-rustls 0.27.7",
14435 "hyper-util",
14436 "js-sys",
14437 "log",
14438 "percent-encoding",
14439 "pin-project-lite",
14440 "quinn",
14441 "rustls 0.23.33",
14442 "rustls-native-certs 0.8.2",
14443 "rustls-pki-types",
14444 "serde",
14445 "serde_json",
14446 "serde_urlencoded",
14447 "sync_wrapper 1.0.2",
14448 "tokio",
14449 "tokio-rustls 0.26.2",
14450 "tower 0.5.2",
14451 "tower-http 0.6.6",
14452 "tower-service",
14453 "url",
14454 "wasm-bindgen",
14455 "wasm-bindgen-futures",
14456 "web-sys",
14457]
14458
14459[[package]]
14460name = "reqwest_client"
14461version = "0.1.0"
14462dependencies = [
14463 "anyhow",
14464 "bytes 1.11.1",
14465 "futures 0.3.31",
14466 "gpui_util",
14467 "http_client",
14468 "http_client_tls",
14469 "log",
14470 "regex",
14471 "serde",
14472 "tokio",
14473 "zed-reqwest",
14474]
14475
14476[[package]]
14477name = "resvg"
14478version = "0.45.1"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14481dependencies = [
14482 "gif",
14483 "image-webp",
14484 "log",
14485 "pico-args",
14486 "rgb",
14487 "svgtypes",
14488 "tiny-skia",
14489 "usvg",
14490 "zune-jpeg",
14491]
14492
14493[[package]]
14494name = "rfc6979"
14495version = "0.3.1"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14498dependencies = [
14499 "crypto-bigint 0.4.9",
14500 "hmac",
14501 "zeroize",
14502]
14503
14504[[package]]
14505name = "rgb"
14506version = "0.8.52"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14509dependencies = [
14510 "bytemuck",
14511]
14512
14513[[package]]
14514name = "ring"
14515version = "0.17.14"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14518dependencies = [
14519 "cc",
14520 "cfg-if",
14521 "getrandom 0.2.16",
14522 "libc",
14523 "untrusted 0.9.0",
14524 "windows-sys 0.52.0",
14525]
14526
14527[[package]]
14528name = "rkyv"
14529version = "0.7.45"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14532dependencies = [
14533 "bitvec",
14534 "bytecheck",
14535 "bytes 1.11.1",
14536 "hashbrown 0.12.3",
14537 "ptr_meta",
14538 "rend",
14539 "rkyv_derive",
14540 "seahash",
14541 "tinyvec",
14542 "uuid",
14543]
14544
14545[[package]]
14546name = "rkyv_derive"
14547version = "0.7.45"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14550dependencies = [
14551 "proc-macro2",
14552 "quote",
14553 "syn 1.0.109",
14554]
14555
14556[[package]]
14557name = "rmp"
14558version = "0.8.14"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14561dependencies = [
14562 "byteorder",
14563 "num-traits",
14564 "paste",
14565]
14566
14567[[package]]
14568name = "rmpv"
14569version = "1.3.0"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14572dependencies = [
14573 "num-traits",
14574 "rmp",
14575]
14576
14577[[package]]
14578name = "rodio"
14579version = "0.21.1"
14580source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14581dependencies = [
14582 "cpal",
14583 "dasp_sample",
14584 "hound",
14585 "num-rational",
14586 "rand 0.9.2",
14587 "rand_distr",
14588 "rtrb",
14589 "symphonia",
14590 "thiserror 2.0.17",
14591]
14592
14593[[package]]
14594name = "rope"
14595version = "0.1.0"
14596dependencies = [
14597 "criterion",
14598 "ctor",
14599 "gpui",
14600 "heapless",
14601 "log",
14602 "rand 0.9.2",
14603 "rayon",
14604 "sum_tree",
14605 "tracing",
14606 "unicode-segmentation",
14607 "util",
14608 "zlog",
14609 "ztracing",
14610]
14611
14612[[package]]
14613name = "roxmltree"
14614version = "0.20.0"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14617
14618[[package]]
14619name = "rpassword"
14620version = "7.4.0"
14621source = "registry+https://github.com/rust-lang/crates.io-index"
14622checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14623dependencies = [
14624 "libc",
14625 "rtoolbox",
14626 "windows-sys 0.59.0",
14627]
14628
14629[[package]]
14630name = "rpc"
14631version = "0.1.0"
14632dependencies = [
14633 "anyhow",
14634 "async-tungstenite",
14635 "base64 0.22.1",
14636 "collections",
14637 "futures 0.3.31",
14638 "gpui",
14639 "parking_lot",
14640 "proto",
14641 "rand 0.9.2",
14642 "rsa",
14643 "serde",
14644 "serde_json",
14645 "sha2",
14646 "strum 0.27.2",
14647 "tracing",
14648 "util",
14649 "zlog",
14650 "zstd",
14651]
14652
14653[[package]]
14654name = "rsa"
14655version = "0.9.10"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14658dependencies = [
14659 "const-oid",
14660 "digest",
14661 "num-bigint-dig 0.8.6",
14662 "num-integer",
14663 "num-traits",
14664 "pkcs1",
14665 "pkcs8 0.10.2",
14666 "rand_core 0.6.4",
14667 "signature 2.2.0",
14668 "spki 0.7.3",
14669 "subtle",
14670 "zeroize",
14671]
14672
14673[[package]]
14674name = "rtoolbox"
14675version = "0.0.3"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14678dependencies = [
14679 "libc",
14680 "windows-sys 0.52.0",
14681]
14682
14683[[package]]
14684name = "rtrb"
14685version = "0.3.2"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14688
14689[[package]]
14690name = "rules_library"
14691version = "0.1.0"
14692dependencies = [
14693 "anyhow",
14694 "collections",
14695 "editor",
14696 "gpui",
14697 "language",
14698 "language_model",
14699 "log",
14700 "menu",
14701 "picker",
14702 "platform_title_bar",
14703 "prompt_store",
14704 "release_channel",
14705 "rope",
14706 "serde",
14707 "settings",
14708 "theme_settings",
14709 "ui",
14710 "ui_input",
14711 "util",
14712 "workspace",
14713 "zed_actions",
14714]
14715
14716[[package]]
14717name = "runtimelib"
14718version = "1.4.0"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14721dependencies = [
14722 "async-dispatcher",
14723 "async-std",
14724 "aws-lc-rs",
14725 "base64 0.22.1",
14726 "bytes 1.11.1",
14727 "chrono",
14728 "data-encoding",
14729 "dirs 6.0.0",
14730 "futures 0.3.31",
14731 "glob",
14732 "jupyter-protocol",
14733 "serde",
14734 "serde_json",
14735 "shellexpand 3.1.1",
14736 "smol",
14737 "thiserror 2.0.17",
14738 "uuid",
14739 "zeromq",
14740]
14741
14742[[package]]
14743name = "rust-embed"
14744version = "8.11.0"
14745source = "registry+https://github.com/rust-lang/crates.io-index"
14746checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14747dependencies = [
14748 "rust-embed-impl",
14749 "rust-embed-utils",
14750 "walkdir",
14751]
14752
14753[[package]]
14754name = "rust-embed-impl"
14755version = "8.11.0"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14758dependencies = [
14759 "proc-macro2",
14760 "quote",
14761 "rust-embed-utils",
14762 "syn 2.0.117",
14763 "walkdir",
14764]
14765
14766[[package]]
14767name = "rust-embed-utils"
14768version = "8.11.0"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14771dependencies = [
14772 "globset",
14773 "sha2",
14774 "walkdir",
14775]
14776
14777[[package]]
14778name = "rust_decimal"
14779version = "1.39.0"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14782dependencies = [
14783 "arrayvec",
14784 "borsh",
14785 "bytes 1.11.1",
14786 "num-traits",
14787 "rand 0.8.5",
14788 "rkyv",
14789 "serde",
14790 "serde_json",
14791]
14792
14793[[package]]
14794name = "rustc-demangle"
14795version = "0.1.26"
14796source = "registry+https://github.com/rust-lang/crates.io-index"
14797checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14798
14799[[package]]
14800name = "rustc-hash"
14801version = "1.1.0"
14802source = "registry+https://github.com/rust-lang/crates.io-index"
14803checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14804
14805[[package]]
14806name = "rustc-hash"
14807version = "2.1.1"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14810
14811[[package]]
14812name = "rustc_version"
14813version = "0.4.1"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14816dependencies = [
14817 "semver",
14818]
14819
14820[[package]]
14821name = "rustfft"
14822version = "6.4.1"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14825dependencies = [
14826 "num-complex",
14827 "num-integer",
14828 "num-traits",
14829 "primal-check",
14830 "strength_reduce",
14831 "transpose",
14832]
14833
14834[[package]]
14835name = "rustix"
14836version = "0.38.44"
14837source = "registry+https://github.com/rust-lang/crates.io-index"
14838checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14839dependencies = [
14840 "bitflags 2.10.0",
14841 "errno 0.3.14",
14842 "libc",
14843 "linux-raw-sys 0.4.15",
14844 "windows-sys 0.59.0",
14845]
14846
14847[[package]]
14848name = "rustix"
14849version = "1.1.2"
14850source = "registry+https://github.com/rust-lang/crates.io-index"
14851checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14852dependencies = [
14853 "bitflags 2.10.0",
14854 "errno 0.3.14",
14855 "libc",
14856 "linux-raw-sys 0.11.0",
14857 "windows-sys 0.61.2",
14858]
14859
14860[[package]]
14861name = "rustix-linux-procfs"
14862version = "0.1.1"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14865dependencies = [
14866 "once_cell",
14867 "rustix 1.1.2",
14868]
14869
14870[[package]]
14871name = "rustix-openpty"
14872version = "0.2.0"
14873source = "registry+https://github.com/rust-lang/crates.io-index"
14874checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14875dependencies = [
14876 "errno 0.3.14",
14877 "libc",
14878 "rustix 1.1.2",
14879]
14880
14881[[package]]
14882name = "rustls"
14883version = "0.21.12"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14886dependencies = [
14887 "log",
14888 "ring",
14889 "rustls-webpki 0.101.7",
14890 "sct",
14891]
14892
14893[[package]]
14894name = "rustls"
14895version = "0.23.33"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14898dependencies = [
14899 "aws-lc-rs",
14900 "log",
14901 "once_cell",
14902 "ring",
14903 "rustls-pki-types",
14904 "rustls-webpki 0.103.7",
14905 "subtle",
14906 "zeroize",
14907]
14908
14909[[package]]
14910name = "rustls-native-certs"
14911version = "0.6.3"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14914dependencies = [
14915 "openssl-probe",
14916 "rustls-pemfile 1.0.4",
14917 "schannel",
14918 "security-framework 2.11.1",
14919]
14920
14921[[package]]
14922name = "rustls-native-certs"
14923version = "0.8.2"
14924source = "registry+https://github.com/rust-lang/crates.io-index"
14925checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14926dependencies = [
14927 "openssl-probe",
14928 "rustls-pki-types",
14929 "schannel",
14930 "security-framework 3.5.1",
14931]
14932
14933[[package]]
14934name = "rustls-pemfile"
14935version = "1.0.4"
14936source = "registry+https://github.com/rust-lang/crates.io-index"
14937checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14938dependencies = [
14939 "base64 0.21.7",
14940]
14941
14942[[package]]
14943name = "rustls-pemfile"
14944version = "2.2.0"
14945source = "registry+https://github.com/rust-lang/crates.io-index"
14946checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14947dependencies = [
14948 "rustls-pki-types",
14949]
14950
14951[[package]]
14952name = "rustls-pki-types"
14953version = "1.12.0"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14956dependencies = [
14957 "web-time",
14958 "zeroize",
14959]
14960
14961[[package]]
14962name = "rustls-platform-verifier"
14963version = "0.5.3"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14966dependencies = [
14967 "core-foundation 0.10.0",
14968 "core-foundation-sys",
14969 "jni",
14970 "log",
14971 "once_cell",
14972 "rustls 0.23.33",
14973 "rustls-native-certs 0.8.2",
14974 "rustls-platform-verifier-android",
14975 "rustls-webpki 0.103.7",
14976 "security-framework 3.5.1",
14977 "security-framework-sys",
14978 "webpki-root-certs",
14979 "windows-sys 0.59.0",
14980]
14981
14982[[package]]
14983name = "rustls-platform-verifier-android"
14984version = "0.1.1"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
14987
14988[[package]]
14989name = "rustls-webpki"
14990version = "0.101.7"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
14993dependencies = [
14994 "ring",
14995 "untrusted 0.9.0",
14996]
14997
14998[[package]]
14999name = "rustls-webpki"
15000version = "0.103.7"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15003dependencies = [
15004 "aws-lc-rs",
15005 "ring",
15006 "rustls-pki-types",
15007 "untrusted 0.9.0",
15008]
15009
15010[[package]]
15011name = "rustversion"
15012version = "1.0.22"
15013source = "registry+https://github.com/rust-lang/crates.io-index"
15014checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15015
15016[[package]]
15017name = "rusty-fork"
15018version = "0.3.1"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15021dependencies = [
15022 "fnv",
15023 "quick-error 1.2.3",
15024 "tempfile",
15025 "wait-timeout",
15026]
15027
15028[[package]]
15029name = "rustybuzz"
15030version = "0.20.1"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15033dependencies = [
15034 "bitflags 2.10.0",
15035 "bytemuck",
15036 "core_maths",
15037 "log",
15038 "smallvec",
15039 "ttf-parser 0.25.1",
15040 "unicode-bidi-mirroring",
15041 "unicode-ccc",
15042 "unicode-properties",
15043 "unicode-script",
15044]
15045
15046[[package]]
15047name = "ryu"
15048version = "1.0.20"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15051
15052[[package]]
15053name = "saa"
15054version = "5.4.9"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15057
15058[[package]]
15059name = "safetensors"
15060version = "0.4.5"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15063dependencies = [
15064 "serde",
15065 "serde_json",
15066]
15067
15068[[package]]
15069name = "same-file"
15070version = "1.0.6"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15073dependencies = [
15074 "winapi-util",
15075]
15076
15077[[package]]
15078name = "scc"
15079version = "3.5.6"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15082dependencies = [
15083 "saa",
15084 "sdd",
15085]
15086
15087[[package]]
15088name = "schannel"
15089version = "0.1.28"
15090source = "registry+https://github.com/rust-lang/crates.io-index"
15091checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15092dependencies = [
15093 "windows-sys 0.61.2",
15094]
15095
15096[[package]]
15097name = "scheduler"
15098version = "0.1.0"
15099dependencies = [
15100 "async-task",
15101 "backtrace",
15102 "chrono",
15103 "flume",
15104 "futures 0.3.31",
15105 "parking_lot",
15106 "rand 0.9.2",
15107 "web-time",
15108]
15109
15110[[package]]
15111name = "schema_generator"
15112version = "0.1.0"
15113dependencies = [
15114 "anyhow",
15115 "clap",
15116 "env_logger 0.11.8",
15117 "schemars",
15118 "serde",
15119 "serde_json",
15120 "settings",
15121 "theme",
15122 "theme_settings",
15123]
15124
15125[[package]]
15126name = "schemars"
15127version = "1.0.4"
15128source = "registry+https://github.com/rust-lang/crates.io-index"
15129checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15130dependencies = [
15131 "dyn-clone",
15132 "indexmap",
15133 "ref-cast",
15134 "schemars_derive",
15135 "serde",
15136 "serde_json",
15137]
15138
15139[[package]]
15140name = "schemars_derive"
15141version = "1.0.4"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15144dependencies = [
15145 "proc-macro2",
15146 "quote",
15147 "serde_derive_internals",
15148 "syn 2.0.117",
15149]
15150
15151[[package]]
15152name = "scoped-tls"
15153version = "1.0.1"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15156
15157[[package]]
15158name = "scopeguard"
15159version = "1.2.0"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15162
15163[[package]]
15164name = "scratch"
15165version = "1.0.9"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15168
15169[[package]]
15170name = "screencapturekit"
15171version = "0.2.8"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15174dependencies = [
15175 "screencapturekit-sys",
15176]
15177
15178[[package]]
15179name = "screencapturekit-sys"
15180version = "0.2.8"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15183dependencies = [
15184 "block",
15185 "dispatch",
15186 "objc",
15187 "objc-foundation",
15188 "objc_id",
15189 "once_cell",
15190]
15191
15192[[package]]
15193name = "scroll"
15194version = "0.12.0"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15197dependencies = [
15198 "scroll_derive",
15199]
15200
15201[[package]]
15202name = "scroll_derive"
15203version = "0.12.1"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15206dependencies = [
15207 "proc-macro2",
15208 "quote",
15209 "syn 2.0.117",
15210]
15211
15212[[package]]
15213name = "sct"
15214version = "0.7.1"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15217dependencies = [
15218 "ring",
15219 "untrusted 0.9.0",
15220]
15221
15222[[package]]
15223name = "sdd"
15224version = "4.6.2"
15225source = "registry+https://github.com/rust-lang/crates.io-index"
15226checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15227
15228[[package]]
15229name = "sea-bae"
15230version = "0.2.1"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15233dependencies = [
15234 "heck 0.4.1",
15235 "proc-macro-error2",
15236 "proc-macro2",
15237 "quote",
15238 "syn 2.0.117",
15239]
15240
15241[[package]]
15242name = "sea-orm"
15243version = "1.1.10"
15244source = "registry+https://github.com/rust-lang/crates.io-index"
15245checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15246dependencies = [
15247 "async-stream",
15248 "async-trait",
15249 "bigdecimal",
15250 "chrono",
15251 "futures-util",
15252 "log",
15253 "ouroboros",
15254 "pgvector",
15255 "rust_decimal",
15256 "sea-orm-macros",
15257 "sea-query",
15258 "sea-query-binder",
15259 "serde",
15260 "serde_json",
15261 "sqlx",
15262 "strum 0.26.3",
15263 "thiserror 2.0.17",
15264 "time",
15265 "tracing",
15266 "url",
15267 "uuid",
15268]
15269
15270[[package]]
15271name = "sea-orm-macros"
15272version = "1.1.10"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15275dependencies = [
15276 "heck 0.4.1",
15277 "proc-macro2",
15278 "quote",
15279 "sea-bae",
15280 "syn 2.0.117",
15281 "unicode-ident",
15282]
15283
15284[[package]]
15285name = "sea-query"
15286version = "0.32.7"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15289dependencies = [
15290 "bigdecimal",
15291 "chrono",
15292 "inherent",
15293 "ordered-float 4.6.0",
15294 "rust_decimal",
15295 "serde_json",
15296 "time",
15297 "uuid",
15298]
15299
15300[[package]]
15301name = "sea-query-binder"
15302version = "0.7.0"
15303source = "registry+https://github.com/rust-lang/crates.io-index"
15304checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15305dependencies = [
15306 "bigdecimal",
15307 "chrono",
15308 "rust_decimal",
15309 "sea-query",
15310 "serde_json",
15311 "sqlx",
15312 "time",
15313 "uuid",
15314]
15315
15316[[package]]
15317name = "seahash"
15318version = "4.1.0"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15321
15322[[package]]
15323name = "search"
15324version = "0.1.0"
15325dependencies = [
15326 "any_vec",
15327 "anyhow",
15328 "bitflags 2.10.0",
15329 "collections",
15330 "editor",
15331 "fs",
15332 "futures 0.3.31",
15333 "gpui",
15334 "itertools 0.14.0",
15335 "language",
15336 "lsp",
15337 "menu",
15338 "multi_buffer",
15339 "pretty_assertions",
15340 "project",
15341 "serde",
15342 "serde_json",
15343 "settings",
15344 "smol",
15345 "theme",
15346 "theme_settings",
15347 "tracing",
15348 "ui",
15349 "unindent",
15350 "util",
15351 "util_macros",
15352 "workspace",
15353 "zed_actions",
15354 "ztracing",
15355]
15356
15357[[package]]
15358name = "sec1"
15359version = "0.3.0"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15362dependencies = [
15363 "base16ct",
15364 "der 0.6.1",
15365 "generic-array",
15366 "pkcs8 0.9.0",
15367 "subtle",
15368 "zeroize",
15369]
15370
15371[[package]]
15372name = "security-framework"
15373version = "2.11.1"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15376dependencies = [
15377 "bitflags 2.10.0",
15378 "core-foundation 0.9.4",
15379 "core-foundation-sys",
15380 "libc",
15381 "security-framework-sys",
15382]
15383
15384[[package]]
15385name = "security-framework"
15386version = "3.5.1"
15387source = "registry+https://github.com/rust-lang/crates.io-index"
15388checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15389dependencies = [
15390 "bitflags 2.10.0",
15391 "core-foundation 0.10.0",
15392 "core-foundation-sys",
15393 "libc",
15394 "security-framework-sys",
15395]
15396
15397[[package]]
15398name = "security-framework-sys"
15399version = "2.15.0"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15402dependencies = [
15403 "core-foundation-sys",
15404 "libc",
15405]
15406
15407[[package]]
15408name = "self_cell"
15409version = "1.2.2"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15412
15413[[package]]
15414name = "semver"
15415version = "1.0.27"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15418dependencies = [
15419 "serde",
15420 "serde_core",
15421]
15422
15423[[package]]
15424name = "seq-macro"
15425version = "0.3.6"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15428
15429[[package]]
15430name = "serde"
15431version = "1.0.228"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15434dependencies = [
15435 "serde_core",
15436 "serde_derive",
15437]
15438
15439[[package]]
15440name = "serde_bytes"
15441version = "0.11.19"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15444dependencies = [
15445 "serde",
15446 "serde_core",
15447]
15448
15449[[package]]
15450name = "serde_core"
15451version = "1.0.228"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15454dependencies = [
15455 "serde_derive",
15456]
15457
15458[[package]]
15459name = "serde_derive"
15460version = "1.0.228"
15461source = "registry+https://github.com/rust-lang/crates.io-index"
15462checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15463dependencies = [
15464 "proc-macro2",
15465 "quote",
15466 "syn 2.0.117",
15467]
15468
15469[[package]]
15470name = "serde_derive_internals"
15471version = "0.29.1"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15474dependencies = [
15475 "proc-macro2",
15476 "quote",
15477 "syn 2.0.117",
15478]
15479
15480[[package]]
15481name = "serde_fmt"
15482version = "1.0.3"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15485dependencies = [
15486 "serde",
15487]
15488
15489[[package]]
15490name = "serde_json"
15491version = "1.0.145"
15492source = "registry+https://github.com/rust-lang/crates.io-index"
15493checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15494dependencies = [
15495 "indexmap",
15496 "itoa",
15497 "memchr",
15498 "ryu",
15499 "serde",
15500 "serde_core",
15501]
15502
15503[[package]]
15504name = "serde_json_lenient"
15505version = "0.2.4"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15508dependencies = [
15509 "indexmap",
15510 "itoa",
15511 "memchr",
15512 "ryu",
15513 "serde",
15514]
15515
15516[[package]]
15517name = "serde_path_to_error"
15518version = "0.1.20"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15521dependencies = [
15522 "itoa",
15523 "serde",
15524 "serde_core",
15525]
15526
15527[[package]]
15528name = "serde_repr"
15529version = "0.1.20"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15532dependencies = [
15533 "proc-macro2",
15534 "quote",
15535 "syn 2.0.117",
15536]
15537
15538[[package]]
15539name = "serde_spanned"
15540version = "0.6.9"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15543dependencies = [
15544 "serde",
15545]
15546
15547[[package]]
15548name = "serde_spanned"
15549version = "1.0.3"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15552dependencies = [
15553 "serde_core",
15554]
15555
15556[[package]]
15557name = "serde_urlencoded"
15558version = "0.7.1"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15561dependencies = [
15562 "form_urlencoded",
15563 "itoa",
15564 "ryu",
15565 "serde",
15566]
15567
15568[[package]]
15569name = "serde_yaml"
15570version = "0.9.34+deprecated"
15571source = "registry+https://github.com/rust-lang/crates.io-index"
15572checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15573dependencies = [
15574 "indexmap",
15575 "itoa",
15576 "ryu",
15577 "serde",
15578 "unsafe-libyaml",
15579]
15580
15581[[package]]
15582name = "serial2"
15583version = "0.2.33"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15586dependencies = [
15587 "cfg-if",
15588 "libc",
15589 "winapi",
15590]
15591
15592[[package]]
15593name = "session"
15594version = "0.1.0"
15595dependencies = [
15596 "db",
15597 "gpui",
15598 "serde_json",
15599 "util",
15600 "uuid",
15601]
15602
15603[[package]]
15604name = "settings"
15605version = "0.1.0"
15606dependencies = [
15607 "anyhow",
15608 "collections",
15609 "ec4rs",
15610 "fs",
15611 "futures 0.3.31",
15612 "gpui",
15613 "indoc",
15614 "inventory",
15615 "log",
15616 "migrator",
15617 "paths",
15618 "pretty_assertions",
15619 "release_channel",
15620 "rust-embed",
15621 "schemars",
15622 "serde",
15623 "serde_json",
15624 "serde_json_lenient",
15625 "settings_content",
15626 "settings_json",
15627 "settings_macros",
15628 "smallvec",
15629 "unindent",
15630 "util",
15631 "zlog",
15632]
15633
15634[[package]]
15635name = "settings_content"
15636version = "0.1.0"
15637dependencies = [
15638 "anyhow",
15639 "collections",
15640 "derive_more",
15641 "gpui",
15642 "log",
15643 "schemars",
15644 "serde",
15645 "serde_json",
15646 "serde_json_lenient",
15647 "settings_json",
15648 "settings_macros",
15649 "strum 0.27.2",
15650 "util",
15651]
15652
15653[[package]]
15654name = "settings_json"
15655version = "0.1.0"
15656dependencies = [
15657 "anyhow",
15658 "pretty_assertions",
15659 "serde",
15660 "serde_json",
15661 "serde_json_lenient",
15662 "serde_path_to_error",
15663 "tree-sitter",
15664 "tree-sitter-json",
15665 "unindent",
15666 "util",
15667]
15668
15669[[package]]
15670name = "settings_macros"
15671version = "0.1.0"
15672dependencies = [
15673 "quote",
15674 "settings",
15675 "syn 2.0.117",
15676]
15677
15678[[package]]
15679name = "settings_profile_selector"
15680version = "0.1.0"
15681dependencies = [
15682 "editor",
15683 "fuzzy",
15684 "gpui",
15685 "menu",
15686 "picker",
15687 "project",
15688 "serde_json",
15689 "settings",
15690 "theme",
15691 "theme_settings",
15692 "ui",
15693 "workspace",
15694 "zed_actions",
15695]
15696
15697[[package]]
15698name = "settings_ui"
15699version = "0.1.0"
15700dependencies = [
15701 "agent",
15702 "agent_settings",
15703 "anyhow",
15704 "audio",
15705 "codestral",
15706 "component",
15707 "copilot",
15708 "copilot_ui",
15709 "cpal",
15710 "edit_prediction",
15711 "edit_prediction_ui",
15712 "editor",
15713 "feature_flags",
15714 "fs",
15715 "futures 0.3.31",
15716 "fuzzy",
15717 "gpui",
15718 "heck 0.5.0",
15719 "itertools 0.14.0",
15720 "language",
15721 "log",
15722 "menu",
15723 "paths",
15724 "picker",
15725 "platform_title_bar",
15726 "pretty_assertions",
15727 "project",
15728 "regex",
15729 "release_channel",
15730 "rodio",
15731 "schemars",
15732 "search",
15733 "serde",
15734 "serde_json",
15735 "settings",
15736 "shell_command_parser",
15737 "strum 0.27.2",
15738 "telemetry",
15739 "theme",
15740 "theme_settings",
15741 "title_bar",
15742 "ui",
15743 "util",
15744 "workspace",
15745 "zed_actions",
15746]
15747
15748[[package]]
15749name = "sha-1"
15750version = "0.10.1"
15751source = "registry+https://github.com/rust-lang/crates.io-index"
15752checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15753dependencies = [
15754 "cfg-if",
15755 "cpufeatures",
15756 "digest",
15757]
15758
15759[[package]]
15760name = "sha1"
15761version = "0.10.6"
15762source = "registry+https://github.com/rust-lang/crates.io-index"
15763checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15764dependencies = [
15765 "cfg-if",
15766 "cpufeatures",
15767 "digest",
15768]
15769
15770[[package]]
15771name = "sha1_smol"
15772version = "1.0.1"
15773source = "registry+https://github.com/rust-lang/crates.io-index"
15774checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15775
15776[[package]]
15777name = "sha2"
15778version = "0.10.9"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15781dependencies = [
15782 "cfg-if",
15783 "cpufeatures",
15784 "digest",
15785]
15786
15787[[package]]
15788name = "sharded-slab"
15789version = "0.1.7"
15790source = "registry+https://github.com/rust-lang/crates.io-index"
15791checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15792dependencies = [
15793 "lazy_static",
15794]
15795
15796[[package]]
15797name = "shared_library"
15798version = "0.1.9"
15799source = "registry+https://github.com/rust-lang/crates.io-index"
15800checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15801dependencies = [
15802 "lazy_static",
15803 "libc",
15804]
15805
15806[[package]]
15807name = "shell-words"
15808version = "1.1.0"
15809source = "registry+https://github.com/rust-lang/crates.io-index"
15810checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15811
15812[[package]]
15813name = "shell_command_parser"
15814version = "0.1.0"
15815dependencies = [
15816 "brush-parser",
15817]
15818
15819[[package]]
15820name = "shellexpand"
15821version = "2.1.2"
15822source = "registry+https://github.com/rust-lang/crates.io-index"
15823checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15824dependencies = [
15825 "dirs 4.0.0",
15826]
15827
15828[[package]]
15829name = "shellexpand"
15830version = "3.1.1"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15833dependencies = [
15834 "dirs 6.0.0",
15835]
15836
15837[[package]]
15838name = "shingles"
15839version = "0.1.1"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15842
15843[[package]]
15844name = "shlex"
15845version = "1.3.0"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15848
15849[[package]]
15850name = "sidebar"
15851version = "0.1.0"
15852dependencies = [
15853 "acp_thread",
15854 "action_log",
15855 "agent",
15856 "agent-client-protocol",
15857 "agent_settings",
15858 "agent_ui",
15859 "anyhow",
15860 "chrono",
15861 "collections",
15862 "editor",
15863 "feature_flags",
15864 "fs",
15865 "git",
15866 "gpui",
15867 "language_model",
15868 "menu",
15869 "platform_title_bar",
15870 "pretty_assertions",
15871 "project",
15872 "prompt_store",
15873 "recent_projects",
15874 "remote",
15875 "serde",
15876 "serde_json",
15877 "settings",
15878 "theme",
15879 "theme_settings",
15880 "ui",
15881 "util",
15882 "vim_mode_setting",
15883 "workspace",
15884 "zed_actions",
15885]
15886
15887[[package]]
15888name = "signal-hook"
15889version = "0.3.18"
15890source = "registry+https://github.com/rust-lang/crates.io-index"
15891checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15892dependencies = [
15893 "libc",
15894 "signal-hook-registry",
15895]
15896
15897[[package]]
15898name = "signal-hook-registry"
15899version = "1.4.6"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15902dependencies = [
15903 "libc",
15904]
15905
15906[[package]]
15907name = "signature"
15908version = "1.6.4"
15909source = "registry+https://github.com/rust-lang/crates.io-index"
15910checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15911dependencies = [
15912 "digest",
15913 "rand_core 0.6.4",
15914]
15915
15916[[package]]
15917name = "signature"
15918version = "2.2.0"
15919source = "registry+https://github.com/rust-lang/crates.io-index"
15920checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15921dependencies = [
15922 "digest",
15923 "rand_core 0.6.4",
15924]
15925
15926[[package]]
15927name = "simd-adler32"
15928version = "0.3.7"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15931
15932[[package]]
15933name = "simd_helpers"
15934version = "0.1.0"
15935source = "registry+https://github.com/rust-lang/crates.io-index"
15936checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15937dependencies = [
15938 "quote",
15939]
15940
15941[[package]]
15942name = "simdutf8"
15943version = "0.1.5"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15946
15947[[package]]
15948name = "similar"
15949version = "2.7.0"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15952
15953[[package]]
15954name = "simple_asn1"
15955version = "0.6.3"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15958dependencies = [
15959 "num-bigint",
15960 "num-traits",
15961 "thiserror 2.0.17",
15962 "time",
15963]
15964
15965[[package]]
15966name = "simplecss"
15967version = "0.2.2"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15970dependencies = [
15971 "log",
15972]
15973
15974[[package]]
15975name = "simplelog"
15976version = "0.12.2"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15979dependencies = [
15980 "log",
15981 "termcolor",
15982 "time",
15983]
15984
15985[[package]]
15986name = "siphasher"
15987version = "0.3.11"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
15990
15991[[package]]
15992name = "siphasher"
15993version = "1.0.1"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
15996
15997[[package]]
15998name = "skrifa"
15999version = "0.37.0"
16000source = "registry+https://github.com/rust-lang/crates.io-index"
16001checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16002dependencies = [
16003 "bytemuck",
16004 "read-fonts 0.35.0",
16005]
16006
16007[[package]]
16008name = "skrifa"
16009version = "0.40.0"
16010source = "registry+https://github.com/rust-lang/crates.io-index"
16011checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16012dependencies = [
16013 "bytemuck",
16014 "read-fonts 0.37.0",
16015]
16016
16017[[package]]
16018name = "slab"
16019version = "0.4.11"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16022
16023[[package]]
16024name = "slotmap"
16025version = "1.0.7"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16028dependencies = [
16029 "version_check",
16030]
16031
16032[[package]]
16033name = "smallvec"
16034version = "1.15.1"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16037dependencies = [
16038 "serde",
16039]
16040
16041[[package]]
16042name = "smart-default"
16043version = "0.7.1"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16046dependencies = [
16047 "proc-macro2",
16048 "quote",
16049 "syn 2.0.117",
16050]
16051
16052[[package]]
16053name = "smol"
16054version = "2.0.2"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16057dependencies = [
16058 "async-channel 2.5.0",
16059 "async-executor",
16060 "async-fs",
16061 "async-io",
16062 "async-lock 3.4.2",
16063 "async-net",
16064 "async-process",
16065 "blocking",
16066 "futures-lite 2.6.1",
16067]
16068
16069[[package]]
16070name = "smol_str"
16071version = "0.3.5"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16074
16075[[package]]
16076name = "snippet"
16077version = "0.1.0"
16078dependencies = [
16079 "anyhow",
16080 "smallvec",
16081]
16082
16083[[package]]
16084name = "snippet_provider"
16085version = "0.1.0"
16086dependencies = [
16087 "anyhow",
16088 "collections",
16089 "extension",
16090 "fs",
16091 "futures 0.3.31",
16092 "gpui",
16093 "indoc",
16094 "parking_lot",
16095 "paths",
16096 "schemars",
16097 "serde",
16098 "serde_json",
16099 "serde_json_lenient",
16100 "snippet",
16101 "util",
16102]
16103
16104[[package]]
16105name = "snippets_ui"
16106version = "0.1.0"
16107dependencies = [
16108 "file_icons",
16109 "fuzzy",
16110 "gpui",
16111 "language",
16112 "open_path_prompt",
16113 "paths",
16114 "picker",
16115 "settings",
16116 "ui",
16117 "util",
16118 "workspace",
16119]
16120
16121[[package]]
16122name = "socket2"
16123version = "0.5.10"
16124source = "registry+https://github.com/rust-lang/crates.io-index"
16125checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16126dependencies = [
16127 "libc",
16128 "windows-sys 0.52.0",
16129]
16130
16131[[package]]
16132name = "socket2"
16133version = "0.6.1"
16134source = "registry+https://github.com/rust-lang/crates.io-index"
16135checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16136dependencies = [
16137 "libc",
16138 "windows-sys 0.60.2",
16139]
16140
16141[[package]]
16142name = "spdx"
16143version = "0.10.9"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16146dependencies = [
16147 "smallvec",
16148]
16149
16150[[package]]
16151name = "spin"
16152version = "0.9.8"
16153source = "registry+https://github.com/rust-lang/crates.io-index"
16154checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16155dependencies = [
16156 "lock_api",
16157]
16158
16159[[package]]
16160name = "spin"
16161version = "0.10.0"
16162source = "registry+https://github.com/rust-lang/crates.io-index"
16163checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16164dependencies = [
16165 "lock_api",
16166]
16167
16168[[package]]
16169name = "spirv"
16170version = "0.4.0+sdk-1.4.341.0"
16171source = "registry+https://github.com/rust-lang/crates.io-index"
16172checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16173dependencies = [
16174 "bitflags 2.10.0",
16175]
16176
16177[[package]]
16178name = "spki"
16179version = "0.6.0"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16182dependencies = [
16183 "base64ct",
16184 "der 0.6.1",
16185]
16186
16187[[package]]
16188name = "spki"
16189version = "0.7.3"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16192dependencies = [
16193 "base64ct",
16194 "der 0.7.10",
16195]
16196
16197[[package]]
16198name = "sptr"
16199version = "0.3.2"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16202
16203[[package]]
16204name = "sqlez"
16205version = "0.1.0"
16206dependencies = [
16207 "anyhow",
16208 "collections",
16209 "futures 0.3.31",
16210 "indoc",
16211 "libsqlite3-sys",
16212 "log",
16213 "parking_lot",
16214 "smol",
16215 "sqlformat",
16216 "thread_local",
16217 "util",
16218 "uuid",
16219]
16220
16221[[package]]
16222name = "sqlez_macros"
16223version = "0.1.0"
16224dependencies = [
16225 "sqlez",
16226 "sqlformat",
16227 "syn 2.0.117",
16228]
16229
16230[[package]]
16231name = "sqlformat"
16232version = "0.2.6"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16235dependencies = [
16236 "nom 7.1.3",
16237 "unicode_categories",
16238]
16239
16240[[package]]
16241name = "sqlx"
16242version = "0.8.6"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16245dependencies = [
16246 "sqlx-core",
16247 "sqlx-macros",
16248 "sqlx-mysql",
16249 "sqlx-postgres",
16250 "sqlx-sqlite",
16251]
16252
16253[[package]]
16254name = "sqlx-core"
16255version = "0.8.6"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16258dependencies = [
16259 "base64 0.22.1",
16260 "bigdecimal",
16261 "bytes 1.11.1",
16262 "chrono",
16263 "crc",
16264 "crossbeam-queue",
16265 "either",
16266 "event-listener 5.4.1",
16267 "futures-core",
16268 "futures-intrusive",
16269 "futures-io",
16270 "futures-util",
16271 "hashbrown 0.15.5",
16272 "hashlink 0.10.0",
16273 "indexmap",
16274 "log",
16275 "memchr",
16276 "once_cell",
16277 "percent-encoding",
16278 "rust_decimal",
16279 "rustls 0.23.33",
16280 "serde",
16281 "serde_json",
16282 "sha2",
16283 "smallvec",
16284 "thiserror 2.0.17",
16285 "time",
16286 "tokio",
16287 "tokio-stream",
16288 "tracing",
16289 "url",
16290 "uuid",
16291 "webpki-roots",
16292]
16293
16294[[package]]
16295name = "sqlx-macros"
16296version = "0.8.6"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16299dependencies = [
16300 "proc-macro2",
16301 "quote",
16302 "sqlx-core",
16303 "sqlx-macros-core",
16304 "syn 2.0.117",
16305]
16306
16307[[package]]
16308name = "sqlx-macros-core"
16309version = "0.8.6"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16312dependencies = [
16313 "dotenvy",
16314 "either",
16315 "heck 0.5.0",
16316 "hex",
16317 "once_cell",
16318 "proc-macro2",
16319 "quote",
16320 "serde",
16321 "serde_json",
16322 "sha2",
16323 "sqlx-core",
16324 "sqlx-mysql",
16325 "sqlx-postgres",
16326 "sqlx-sqlite",
16327 "syn 2.0.117",
16328 "tokio",
16329 "url",
16330]
16331
16332[[package]]
16333name = "sqlx-mysql"
16334version = "0.8.6"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16337dependencies = [
16338 "atoi",
16339 "base64 0.22.1",
16340 "bigdecimal",
16341 "bitflags 2.10.0",
16342 "byteorder",
16343 "bytes 1.11.1",
16344 "chrono",
16345 "crc",
16346 "digest",
16347 "dotenvy",
16348 "either",
16349 "futures-channel",
16350 "futures-core",
16351 "futures-io",
16352 "futures-util",
16353 "generic-array",
16354 "hex",
16355 "hkdf",
16356 "hmac",
16357 "itoa",
16358 "log",
16359 "md-5",
16360 "memchr",
16361 "once_cell",
16362 "percent-encoding",
16363 "rand 0.8.5",
16364 "rsa",
16365 "rust_decimal",
16366 "serde",
16367 "sha1",
16368 "sha2",
16369 "smallvec",
16370 "sqlx-core",
16371 "stringprep",
16372 "thiserror 2.0.17",
16373 "time",
16374 "tracing",
16375 "uuid",
16376 "whoami",
16377]
16378
16379[[package]]
16380name = "sqlx-postgres"
16381version = "0.8.6"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16384dependencies = [
16385 "atoi",
16386 "base64 0.22.1",
16387 "bigdecimal",
16388 "bitflags 2.10.0",
16389 "byteorder",
16390 "chrono",
16391 "crc",
16392 "dotenvy",
16393 "etcetera",
16394 "futures-channel",
16395 "futures-core",
16396 "futures-util",
16397 "hex",
16398 "hkdf",
16399 "hmac",
16400 "home",
16401 "itoa",
16402 "log",
16403 "md-5",
16404 "memchr",
16405 "num-bigint",
16406 "once_cell",
16407 "rand 0.8.5",
16408 "rust_decimal",
16409 "serde",
16410 "serde_json",
16411 "sha2",
16412 "smallvec",
16413 "sqlx-core",
16414 "stringprep",
16415 "thiserror 2.0.17",
16416 "time",
16417 "tracing",
16418 "uuid",
16419 "whoami",
16420]
16421
16422[[package]]
16423name = "sqlx-sqlite"
16424version = "0.8.6"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16427dependencies = [
16428 "atoi",
16429 "chrono",
16430 "flume",
16431 "futures-channel",
16432 "futures-core",
16433 "futures-executor",
16434 "futures-intrusive",
16435 "futures-util",
16436 "libsqlite3-sys",
16437 "log",
16438 "percent-encoding",
16439 "serde",
16440 "serde_urlencoded",
16441 "sqlx-core",
16442 "thiserror 2.0.17",
16443 "time",
16444 "tracing",
16445 "url",
16446 "uuid",
16447]
16448
16449[[package]]
16450name = "stable_deref_trait"
16451version = "1.2.1"
16452source = "registry+https://github.com/rust-lang/crates.io-index"
16453checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16454
16455[[package]]
16456name = "stacker"
16457version = "0.1.23"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16460dependencies = [
16461 "cc",
16462 "cfg-if",
16463 "libc",
16464 "psm",
16465 "windows-sys 0.59.0",
16466]
16467
16468[[package]]
16469name = "stacksafe"
16470version = "0.1.4"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16473dependencies = [
16474 "stacker",
16475 "stacksafe-macro",
16476]
16477
16478[[package]]
16479name = "stacksafe-macro"
16480version = "0.1.4"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16483dependencies = [
16484 "proc-macro-error2",
16485 "quote",
16486 "syn 2.0.117",
16487]
16488
16489[[package]]
16490name = "static_assertions"
16491version = "1.1.0"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16494
16495[[package]]
16496name = "story"
16497version = "0.1.0"
16498dependencies = [
16499 "gpui",
16500 "itertools 0.14.0",
16501 "smallvec",
16502]
16503
16504[[package]]
16505name = "storybook"
16506version = "0.1.0"
16507dependencies = [
16508 "anyhow",
16509 "clap",
16510 "ctrlc",
16511 "dialoguer",
16512 "editor",
16513 "fuzzy",
16514 "gpui",
16515 "gpui_platform",
16516 "indoc",
16517 "language",
16518 "log",
16519 "menu",
16520 "picker",
16521 "reqwest_client",
16522 "rust-embed",
16523 "settings",
16524 "simplelog",
16525 "story",
16526 "strum 0.27.2",
16527 "theme",
16528 "theme_settings",
16529 "title_bar",
16530 "ui",
16531]
16532
16533[[package]]
16534name = "streaming-iterator"
16535version = "0.1.9"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16538
16539[[package]]
16540name = "streaming_diff"
16541version = "0.1.0"
16542dependencies = [
16543 "ordered-float 2.10.1",
16544 "rand 0.9.2",
16545 "rope",
16546 "util",
16547]
16548
16549[[package]]
16550name = "strength_reduce"
16551version = "0.2.4"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16554
16555[[package]]
16556name = "strict-num"
16557version = "0.1.1"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16560dependencies = [
16561 "float-cmp",
16562]
16563
16564[[package]]
16565name = "string_cache"
16566version = "0.8.9"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16569dependencies = [
16570 "new_debug_unreachable",
16571 "parking_lot",
16572 "phf_shared 0.11.3",
16573 "precomputed-hash",
16574 "serde",
16575]
16576
16577[[package]]
16578name = "string_cache_codegen"
16579version = "0.5.4"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16582dependencies = [
16583 "phf_generator 0.11.3",
16584 "phf_shared 0.11.3",
16585 "proc-macro2",
16586 "quote",
16587]
16588
16589[[package]]
16590name = "stringprep"
16591version = "0.1.5"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16594dependencies = [
16595 "unicode-bidi",
16596 "unicode-normalization",
16597 "unicode-properties",
16598]
16599
16600[[package]]
16601name = "strsim"
16602version = "0.11.1"
16603source = "registry+https://github.com/rust-lang/crates.io-index"
16604checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16605
16606[[package]]
16607name = "strum"
16608version = "0.26.3"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16611
16612[[package]]
16613name = "strum"
16614version = "0.27.2"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16617dependencies = [
16618 "strum_macros 0.27.2",
16619]
16620
16621[[package]]
16622name = "strum"
16623version = "0.28.0"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16626dependencies = [
16627 "strum_macros 0.28.0",
16628]
16629
16630[[package]]
16631name = "strum_macros"
16632version = "0.27.2"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16635dependencies = [
16636 "heck 0.5.0",
16637 "proc-macro2",
16638 "quote",
16639 "syn 2.0.117",
16640]
16641
16642[[package]]
16643name = "strum_macros"
16644version = "0.28.0"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16647dependencies = [
16648 "heck 0.5.0",
16649 "proc-macro2",
16650 "quote",
16651 "syn 2.0.117",
16652]
16653
16654[[package]]
16655name = "subtle"
16656version = "2.6.1"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16659
16660[[package]]
16661name = "sum_tree"
16662version = "0.1.0"
16663dependencies = [
16664 "ctor",
16665 "heapless",
16666 "log",
16667 "proptest",
16668 "rand 0.9.2",
16669 "rayon",
16670 "tracing",
16671 "zlog",
16672 "ztracing",
16673]
16674
16675[[package]]
16676name = "sval"
16677version = "2.15.0"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16680
16681[[package]]
16682name = "sval_buffer"
16683version = "2.15.0"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16686dependencies = [
16687 "sval",
16688 "sval_ref",
16689]
16690
16691[[package]]
16692name = "sval_dynamic"
16693version = "2.15.0"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16696dependencies = [
16697 "sval",
16698]
16699
16700[[package]]
16701name = "sval_fmt"
16702version = "2.15.0"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16705dependencies = [
16706 "itoa",
16707 "ryu",
16708 "sval",
16709]
16710
16711[[package]]
16712name = "sval_json"
16713version = "2.15.0"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16716dependencies = [
16717 "itoa",
16718 "ryu",
16719 "sval",
16720]
16721
16722[[package]]
16723name = "sval_nested"
16724version = "2.15.0"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16727dependencies = [
16728 "sval",
16729 "sval_buffer",
16730 "sval_ref",
16731]
16732
16733[[package]]
16734name = "sval_ref"
16735version = "2.15.0"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16738dependencies = [
16739 "sval",
16740]
16741
16742[[package]]
16743name = "sval_serde"
16744version = "2.15.0"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16747dependencies = [
16748 "serde_core",
16749 "sval",
16750 "sval_nested",
16751]
16752
16753[[package]]
16754name = "svg_fmt"
16755version = "0.4.5"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16758
16759[[package]]
16760name = "svg_preview"
16761version = "0.1.0"
16762dependencies = [
16763 "file_icons",
16764 "gpui",
16765 "language",
16766 "multi_buffer",
16767 "ui",
16768 "workspace",
16769 "zed_actions",
16770]
16771
16772[[package]]
16773name = "svgtypes"
16774version = "0.15.3"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16777dependencies = [
16778 "kurbo",
16779 "siphasher 1.0.1",
16780]
16781
16782[[package]]
16783name = "swash"
16784version = "0.2.6"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16787dependencies = [
16788 "skrifa 0.37.0",
16789 "yazi",
16790 "zeno",
16791]
16792
16793[[package]]
16794name = "symphonia"
16795version = "0.5.5"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16798dependencies = [
16799 "lazy_static",
16800 "symphonia-bundle-flac",
16801 "symphonia-bundle-mp3",
16802 "symphonia-codec-aac",
16803 "symphonia-codec-pcm",
16804 "symphonia-codec-vorbis",
16805 "symphonia-core",
16806 "symphonia-format-isomp4",
16807 "symphonia-format-ogg",
16808 "symphonia-format-riff",
16809 "symphonia-metadata",
16810]
16811
16812[[package]]
16813name = "symphonia-bundle-flac"
16814version = "0.5.5"
16815source = "registry+https://github.com/rust-lang/crates.io-index"
16816checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16817dependencies = [
16818 "log",
16819 "symphonia-core",
16820 "symphonia-metadata",
16821 "symphonia-utils-xiph",
16822]
16823
16824[[package]]
16825name = "symphonia-bundle-mp3"
16826version = "0.5.5"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16829dependencies = [
16830 "lazy_static",
16831 "log",
16832 "symphonia-core",
16833 "symphonia-metadata",
16834]
16835
16836[[package]]
16837name = "symphonia-codec-aac"
16838version = "0.5.5"
16839source = "registry+https://github.com/rust-lang/crates.io-index"
16840checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16841dependencies = [
16842 "lazy_static",
16843 "log",
16844 "symphonia-core",
16845]
16846
16847[[package]]
16848name = "symphonia-codec-pcm"
16849version = "0.5.5"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16852dependencies = [
16853 "log",
16854 "symphonia-core",
16855]
16856
16857[[package]]
16858name = "symphonia-codec-vorbis"
16859version = "0.5.5"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16862dependencies = [
16863 "log",
16864 "symphonia-core",
16865 "symphonia-utils-xiph",
16866]
16867
16868[[package]]
16869name = "symphonia-core"
16870version = "0.5.5"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16873dependencies = [
16874 "arrayvec",
16875 "bitflags 1.3.2",
16876 "bytemuck",
16877 "lazy_static",
16878 "log",
16879]
16880
16881[[package]]
16882name = "symphonia-format-isomp4"
16883version = "0.5.5"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16886dependencies = [
16887 "encoding_rs",
16888 "log",
16889 "symphonia-core",
16890 "symphonia-metadata",
16891 "symphonia-utils-xiph",
16892]
16893
16894[[package]]
16895name = "symphonia-format-ogg"
16896version = "0.5.5"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16899dependencies = [
16900 "log",
16901 "symphonia-core",
16902 "symphonia-metadata",
16903 "symphonia-utils-xiph",
16904]
16905
16906[[package]]
16907name = "symphonia-format-riff"
16908version = "0.5.5"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16911dependencies = [
16912 "extended",
16913 "log",
16914 "symphonia-core",
16915 "symphonia-metadata",
16916]
16917
16918[[package]]
16919name = "symphonia-metadata"
16920version = "0.5.5"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16923dependencies = [
16924 "encoding_rs",
16925 "lazy_static",
16926 "log",
16927 "symphonia-core",
16928]
16929
16930[[package]]
16931name = "symphonia-utils-xiph"
16932version = "0.5.5"
16933source = "registry+https://github.com/rust-lang/crates.io-index"
16934checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16935dependencies = [
16936 "symphonia-core",
16937 "symphonia-metadata",
16938]
16939
16940[[package]]
16941name = "syn"
16942version = "1.0.109"
16943source = "registry+https://github.com/rust-lang/crates.io-index"
16944checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16945dependencies = [
16946 "proc-macro2",
16947 "quote",
16948 "unicode-ident",
16949]
16950
16951[[package]]
16952name = "syn"
16953version = "2.0.117"
16954source = "registry+https://github.com/rust-lang/crates.io-index"
16955checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16956dependencies = [
16957 "proc-macro2",
16958 "quote",
16959 "unicode-ident",
16960]
16961
16962[[package]]
16963name = "sync_wrapper"
16964version = "0.1.2"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16967
16968[[package]]
16969name = "sync_wrapper"
16970version = "1.0.2"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16973dependencies = [
16974 "futures-core",
16975]
16976
16977[[package]]
16978name = "synchronoise"
16979version = "1.0.1"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
16982dependencies = [
16983 "crossbeam-queue",
16984]
16985
16986[[package]]
16987name = "synstructure"
16988version = "0.13.2"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
16991dependencies = [
16992 "proc-macro2",
16993 "quote",
16994 "syn 2.0.117",
16995]
16996
16997[[package]]
16998name = "syntax_theme"
16999version = "0.1.0"
17000dependencies = [
17001 "gpui",
17002 "serde",
17003 "serde_json",
17004]
17005
17006[[package]]
17007name = "sys-locale"
17008version = "0.3.2"
17009source = "registry+https://github.com/rust-lang/crates.io-index"
17010checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17011dependencies = [
17012 "libc",
17013]
17014
17015[[package]]
17016name = "sysctl"
17017version = "0.5.5"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17020dependencies = [
17021 "bitflags 2.10.0",
17022 "byteorder",
17023 "enum-as-inner",
17024 "libc",
17025 "thiserror 1.0.69",
17026 "walkdir",
17027]
17028
17029[[package]]
17030name = "sysctl"
17031version = "0.6.0"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17034dependencies = [
17035 "bitflags 2.10.0",
17036 "byteorder",
17037 "enum-as-inner",
17038 "libc",
17039 "thiserror 1.0.69",
17040 "walkdir",
17041]
17042
17043[[package]]
17044name = "sysinfo"
17045version = "0.31.4"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17048dependencies = [
17049 "core-foundation-sys",
17050 "libc",
17051 "memchr",
17052 "ntapi",
17053 "rayon",
17054 "windows 0.57.0",
17055]
17056
17057[[package]]
17058name = "sysinfo"
17059version = "0.37.2"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17062dependencies = [
17063 "libc",
17064 "memchr",
17065 "ntapi",
17066 "objc2-core-foundation",
17067 "objc2-io-kit",
17068 "windows 0.61.3",
17069]
17070
17071[[package]]
17072name = "system-configuration"
17073version = "0.5.1"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17076dependencies = [
17077 "bitflags 1.3.2",
17078 "core-foundation 0.9.4",
17079 "system-configuration-sys 0.5.0",
17080]
17081
17082[[package]]
17083name = "system-configuration"
17084version = "0.6.1"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17087dependencies = [
17088 "bitflags 2.10.0",
17089 "core-foundation 0.9.4",
17090 "system-configuration-sys 0.6.0",
17091]
17092
17093[[package]]
17094name = "system-configuration-sys"
17095version = "0.5.0"
17096source = "registry+https://github.com/rust-lang/crates.io-index"
17097checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17098dependencies = [
17099 "core-foundation-sys",
17100 "libc",
17101]
17102
17103[[package]]
17104name = "system-configuration-sys"
17105version = "0.6.0"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17108dependencies = [
17109 "core-foundation-sys",
17110 "libc",
17111]
17112
17113[[package]]
17114name = "system-deps"
17115version = "6.2.2"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17118dependencies = [
17119 "cfg-expr 0.15.8",
17120 "heck 0.5.0",
17121 "pkg-config",
17122 "toml 0.8.23",
17123 "version-compare",
17124]
17125
17126[[package]]
17127name = "system-deps"
17128version = "7.0.7"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17131dependencies = [
17132 "cfg-expr 0.20.6",
17133 "heck 0.5.0",
17134 "pkg-config",
17135 "toml 0.9.8",
17136 "version-compare",
17137]
17138
17139[[package]]
17140name = "system-interface"
17141version = "0.27.3"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17144dependencies = [
17145 "bitflags 2.10.0",
17146 "cap-fs-ext",
17147 "cap-std",
17148 "fd-lock",
17149 "io-lifetimes",
17150 "rustix 0.38.44",
17151 "windows-sys 0.59.0",
17152 "winx",
17153]
17154
17155[[package]]
17156name = "system_specs"
17157version = "0.1.0"
17158dependencies = [
17159 "anyhow",
17160 "client",
17161 "gpui",
17162 "human_bytes",
17163 "pciid-parser",
17164 "release_channel",
17165 "semver",
17166 "serde",
17167 "sysinfo 0.37.2",
17168]
17169
17170[[package]]
17171name = "tab_switcher"
17172version = "0.1.0"
17173dependencies = [
17174 "collections",
17175 "ctor",
17176 "editor",
17177 "fuzzy",
17178 "gpui",
17179 "menu",
17180 "picker",
17181 "project",
17182 "schemars",
17183 "serde",
17184 "serde_json",
17185 "settings",
17186 "smol",
17187 "theme",
17188 "theme_settings",
17189 "ui",
17190 "util",
17191 "workspace",
17192 "zlog",
17193]
17194
17195[[package]]
17196name = "taffy"
17197version = "0.9.0"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17200dependencies = [
17201 "arrayvec",
17202 "grid",
17203 "serde",
17204 "slotmap",
17205]
17206
17207[[package]]
17208name = "tagptr"
17209version = "0.2.0"
17210source = "registry+https://github.com/rust-lang/crates.io-index"
17211checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17212
17213[[package]]
17214name = "take-until"
17215version = "0.2.0"
17216source = "registry+https://github.com/rust-lang/crates.io-index"
17217checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17218
17219[[package]]
17220name = "tao-core-video-sys"
17221version = "0.2.0"
17222source = "registry+https://github.com/rust-lang/crates.io-index"
17223checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17224dependencies = [
17225 "cfg-if",
17226 "core-foundation-sys",
17227 "libc",
17228 "objc",
17229]
17230
17231[[package]]
17232name = "tap"
17233version = "1.0.1"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17236
17237[[package]]
17238name = "target-lexicon"
17239version = "0.12.16"
17240source = "registry+https://github.com/rust-lang/crates.io-index"
17241checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17242
17243[[package]]
17244name = "target-lexicon"
17245version = "0.13.3"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17248
17249[[package]]
17250name = "task"
17251version = "0.1.0"
17252dependencies = [
17253 "anyhow",
17254 "collections",
17255 "futures 0.3.31",
17256 "gpui",
17257 "hex",
17258 "log",
17259 "parking_lot",
17260 "pretty_assertions",
17261 "proto",
17262 "schemars",
17263 "serde",
17264 "serde_json",
17265 "serde_json_lenient",
17266 "sha2",
17267 "shellexpand 2.1.2",
17268 "util",
17269 "zed_actions",
17270]
17271
17272[[package]]
17273name = "tasks_ui"
17274version = "0.1.0"
17275dependencies = [
17276 "anyhow",
17277 "collections",
17278 "editor",
17279 "file_icons",
17280 "fuzzy",
17281 "gpui",
17282 "itertools 0.14.0",
17283 "language",
17284 "menu",
17285 "picker",
17286 "project",
17287 "serde",
17288 "serde_json",
17289 "task",
17290 "tree-sitter-rust",
17291 "tree-sitter-typescript",
17292 "ui",
17293 "util",
17294 "workspace",
17295 "zed_actions",
17296]
17297
17298[[package]]
17299name = "telemetry"
17300version = "0.1.0"
17301dependencies = [
17302 "futures 0.3.31",
17303 "serde",
17304 "serde_json",
17305 "telemetry_events",
17306]
17307
17308[[package]]
17309name = "telemetry_events"
17310version = "0.1.0"
17311dependencies = [
17312 "semver",
17313 "serde",
17314 "serde_json",
17315]
17316
17317[[package]]
17318name = "tempfile"
17319version = "3.23.0"
17320source = "registry+https://github.com/rust-lang/crates.io-index"
17321checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17322dependencies = [
17323 "fastrand 2.3.0",
17324 "getrandom 0.3.4",
17325 "once_cell",
17326 "rustix 1.1.2",
17327 "windows-sys 0.61.2",
17328]
17329
17330[[package]]
17331name = "tendril"
17332version = "0.4.3"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17335dependencies = [
17336 "futf",
17337 "mac",
17338 "utf-8",
17339]
17340
17341[[package]]
17342name = "termcolor"
17343version = "1.4.1"
17344source = "registry+https://github.com/rust-lang/crates.io-index"
17345checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17346dependencies = [
17347 "winapi-util",
17348]
17349
17350[[package]]
17351name = "terminal"
17352version = "0.1.0"
17353dependencies = [
17354 "alacritty_terminal",
17355 "anyhow",
17356 "collections",
17357 "futures 0.3.31",
17358 "gpui",
17359 "itertools 0.14.0",
17360 "libc",
17361 "log",
17362 "parking_lot",
17363 "rand 0.9.2",
17364 "regex",
17365 "release_channel",
17366 "schemars",
17367 "serde",
17368 "settings",
17369 "smol",
17370 "sysinfo 0.37.2",
17371 "task",
17372 "theme",
17373 "theme_settings",
17374 "thiserror 2.0.17",
17375 "url",
17376 "urlencoding",
17377 "util",
17378 "util_macros",
17379 "windows 0.61.3",
17380]
17381
17382[[package]]
17383name = "terminal_size"
17384version = "0.4.3"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17387dependencies = [
17388 "rustix 1.1.2",
17389 "windows-sys 0.60.2",
17390]
17391
17392[[package]]
17393name = "terminal_view"
17394version = "0.1.0"
17395dependencies = [
17396 "anyhow",
17397 "async-recursion",
17398 "breadcrumbs",
17399 "collections",
17400 "db",
17401 "dirs 4.0.0",
17402 "editor",
17403 "futures 0.3.31",
17404 "gpui",
17405 "itertools 0.14.0",
17406 "language",
17407 "log",
17408 "menu",
17409 "pretty_assertions",
17410 "project",
17411 "regex",
17412 "schemars",
17413 "serde",
17414 "serde_json",
17415 "settings",
17416 "shellexpand 2.1.2",
17417 "task",
17418 "terminal",
17419 "theme",
17420 "theme_settings",
17421 "ui",
17422 "util",
17423 "workspace",
17424 "zed_actions",
17425]
17426
17427[[package]]
17428name = "text"
17429version = "0.1.0"
17430dependencies = [
17431 "anyhow",
17432 "clock",
17433 "collections",
17434 "ctor",
17435 "gpui",
17436 "log",
17437 "parking_lot",
17438 "postage",
17439 "rand 0.9.2",
17440 "regex",
17441 "rope",
17442 "smallvec",
17443 "sum_tree",
17444 "util",
17445 "zlog",
17446]
17447
17448[[package]]
17449name = "theme"
17450version = "0.1.0"
17451dependencies = [
17452 "anyhow",
17453 "collections",
17454 "derive_more",
17455 "gpui",
17456 "palette",
17457 "parking_lot",
17458 "refineable",
17459 "schemars",
17460 "serde",
17461 "serde_json",
17462 "serde_json_lenient",
17463 "strum 0.27.2",
17464 "syntax_theme",
17465 "thiserror 2.0.17",
17466 "uuid",
17467]
17468
17469[[package]]
17470name = "theme_extension"
17471version = "0.1.0"
17472dependencies = [
17473 "anyhow",
17474 "extension",
17475 "fs",
17476 "gpui",
17477 "theme",
17478 "theme_settings",
17479]
17480
17481[[package]]
17482name = "theme_importer"
17483version = "0.1.0"
17484dependencies = [
17485 "anyhow",
17486 "clap",
17487 "collections",
17488 "gpui",
17489 "indexmap",
17490 "log",
17491 "palette",
17492 "serde",
17493 "serde_json",
17494 "serde_json_lenient",
17495 "simplelog",
17496 "strum 0.27.2",
17497 "theme",
17498 "theme_settings",
17499 "vscode_theme",
17500]
17501
17502[[package]]
17503name = "theme_selector"
17504version = "0.1.0"
17505dependencies = [
17506 "fs",
17507 "fuzzy",
17508 "gpui",
17509 "log",
17510 "picker",
17511 "serde",
17512 "settings",
17513 "telemetry",
17514 "theme",
17515 "theme_settings",
17516 "ui",
17517 "util",
17518 "workspace",
17519 "zed_actions",
17520]
17521
17522[[package]]
17523name = "theme_settings"
17524version = "0.1.0"
17525dependencies = [
17526 "anyhow",
17527 "collections",
17528 "gpui",
17529 "gpui_util",
17530 "log",
17531 "palette",
17532 "refineable",
17533 "schemars",
17534 "serde",
17535 "serde_json",
17536 "serde_json_lenient",
17537 "settings",
17538 "theme",
17539 "uuid",
17540]
17541
17542[[package]]
17543name = "thiserror"
17544version = "1.0.69"
17545source = "registry+https://github.com/rust-lang/crates.io-index"
17546checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17547dependencies = [
17548 "thiserror-impl 1.0.69",
17549]
17550
17551[[package]]
17552name = "thiserror"
17553version = "2.0.17"
17554source = "registry+https://github.com/rust-lang/crates.io-index"
17555checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17556dependencies = [
17557 "thiserror-impl 2.0.17",
17558]
17559
17560[[package]]
17561name = "thiserror-impl"
17562version = "1.0.69"
17563source = "registry+https://github.com/rust-lang/crates.io-index"
17564checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17565dependencies = [
17566 "proc-macro2",
17567 "quote",
17568 "syn 2.0.117",
17569]
17570
17571[[package]]
17572name = "thiserror-impl"
17573version = "2.0.17"
17574source = "registry+https://github.com/rust-lang/crates.io-index"
17575checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17576dependencies = [
17577 "proc-macro2",
17578 "quote",
17579 "syn 2.0.117",
17580]
17581
17582[[package]]
17583name = "thread_local"
17584version = "1.1.9"
17585source = "registry+https://github.com/rust-lang/crates.io-index"
17586checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17587dependencies = [
17588 "cfg-if",
17589]
17590
17591[[package]]
17592name = "tiff"
17593version = "0.10.3"
17594source = "registry+https://github.com/rust-lang/crates.io-index"
17595checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17596dependencies = [
17597 "fax",
17598 "flate2",
17599 "half",
17600 "quick-error 2.0.1",
17601 "weezl",
17602 "zune-jpeg",
17603]
17604
17605[[package]]
17606name = "tiktoken-rs"
17607version = "0.9.1"
17608source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17609dependencies = [
17610 "anyhow",
17611 "base64 0.22.1",
17612 "bstr",
17613 "fancy-regex 0.16.2",
17614 "lazy_static",
17615 "regex",
17616 "rustc-hash 1.1.0",
17617]
17618
17619[[package]]
17620name = "time"
17621version = "0.3.47"
17622source = "registry+https://github.com/rust-lang/crates.io-index"
17623checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17624dependencies = [
17625 "deranged",
17626 "itoa",
17627 "libc",
17628 "num-conv",
17629 "num_threads",
17630 "powerfmt",
17631 "serde_core",
17632 "time-core",
17633 "time-macros",
17634]
17635
17636[[package]]
17637name = "time-core"
17638version = "0.1.8"
17639source = "registry+https://github.com/rust-lang/crates.io-index"
17640checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17641
17642[[package]]
17643name = "time-macros"
17644version = "0.2.27"
17645source = "registry+https://github.com/rust-lang/crates.io-index"
17646checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17647dependencies = [
17648 "num-conv",
17649 "time-core",
17650]
17651
17652[[package]]
17653name = "time_format"
17654version = "0.1.0"
17655dependencies = [
17656 "core-foundation 0.10.0",
17657 "core-foundation-sys",
17658 "sys-locale",
17659 "time",
17660 "windows 0.61.3",
17661]
17662
17663[[package]]
17664name = "tiny-keccak"
17665version = "2.0.2"
17666source = "registry+https://github.com/rust-lang/crates.io-index"
17667checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17668dependencies = [
17669 "crunchy",
17670]
17671
17672[[package]]
17673name = "tiny-skia"
17674version = "0.11.4"
17675source = "registry+https://github.com/rust-lang/crates.io-index"
17676checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17677dependencies = [
17678 "arrayref",
17679 "arrayvec",
17680 "bytemuck",
17681 "cfg-if",
17682 "log",
17683 "png 0.17.16",
17684 "tiny-skia-path",
17685]
17686
17687[[package]]
17688name = "tiny-skia-path"
17689version = "0.11.4"
17690source = "registry+https://github.com/rust-lang/crates.io-index"
17691checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17692dependencies = [
17693 "arrayref",
17694 "bytemuck",
17695 "strict-num",
17696]
17697
17698[[package]]
17699name = "tiny_http"
17700version = "0.12.0"
17701source = "registry+https://github.com/rust-lang/crates.io-index"
17702checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17703dependencies = [
17704 "ascii",
17705 "chunked_transfer",
17706 "httpdate",
17707 "log",
17708]
17709
17710[[package]]
17711name = "tinystr"
17712version = "0.8.1"
17713source = "registry+https://github.com/rust-lang/crates.io-index"
17714checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17715dependencies = [
17716 "displaydoc",
17717 "zerovec",
17718]
17719
17720[[package]]
17721name = "tinytemplate"
17722version = "1.2.1"
17723source = "registry+https://github.com/rust-lang/crates.io-index"
17724checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17725dependencies = [
17726 "serde",
17727 "serde_json",
17728]
17729
17730[[package]]
17731name = "tinyvec"
17732version = "1.10.0"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17735dependencies = [
17736 "tinyvec_macros",
17737]
17738
17739[[package]]
17740name = "tinyvec_macros"
17741version = "0.1.1"
17742source = "registry+https://github.com/rust-lang/crates.io-index"
17743checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17744
17745[[package]]
17746name = "title_bar"
17747version = "0.1.0"
17748dependencies = [
17749 "anyhow",
17750 "auto_update",
17751 "call",
17752 "channel",
17753 "chrono",
17754 "client",
17755 "cloud_api_types",
17756 "db",
17757 "git_ui",
17758 "gpui",
17759 "icons",
17760 "livekit_client",
17761 "notifications",
17762 "platform_title_bar",
17763 "project",
17764 "recent_projects",
17765 "release_channel",
17766 "remote",
17767 "remote_connection",
17768 "rpc",
17769 "schemars",
17770 "semver",
17771 "serde",
17772 "settings",
17773 "smallvec",
17774 "story",
17775 "telemetry",
17776 "theme",
17777 "ui",
17778 "util",
17779 "windows 0.61.3",
17780 "workspace",
17781 "zed_actions",
17782]
17783
17784[[package]]
17785name = "tokio"
17786version = "1.48.0"
17787source = "registry+https://github.com/rust-lang/crates.io-index"
17788checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17789dependencies = [
17790 "bytes 1.11.1",
17791 "libc",
17792 "mio 1.1.0",
17793 "parking_lot",
17794 "pin-project-lite",
17795 "signal-hook-registry",
17796 "socket2 0.6.1",
17797 "tokio-macros",
17798 "windows-sys 0.61.2",
17799]
17800
17801[[package]]
17802name = "tokio-io"
17803version = "0.1.13"
17804source = "registry+https://github.com/rust-lang/crates.io-index"
17805checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17806dependencies = [
17807 "bytes 0.4.12",
17808 "futures 0.1.31",
17809 "log",
17810]
17811
17812[[package]]
17813name = "tokio-macros"
17814version = "2.6.0"
17815source = "registry+https://github.com/rust-lang/crates.io-index"
17816checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17817dependencies = [
17818 "proc-macro2",
17819 "quote",
17820 "syn 2.0.117",
17821]
17822
17823[[package]]
17824name = "tokio-native-tls"
17825version = "0.3.1"
17826source = "registry+https://github.com/rust-lang/crates.io-index"
17827checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17828dependencies = [
17829 "native-tls",
17830 "tokio",
17831]
17832
17833[[package]]
17834name = "tokio-rustls"
17835version = "0.24.1"
17836source = "registry+https://github.com/rust-lang/crates.io-index"
17837checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17838dependencies = [
17839 "rustls 0.21.12",
17840 "tokio",
17841]
17842
17843[[package]]
17844name = "tokio-rustls"
17845version = "0.26.2"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17848dependencies = [
17849 "rustls 0.23.33",
17850 "tokio",
17851]
17852
17853[[package]]
17854name = "tokio-socks"
17855version = "0.5.2"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17858dependencies = [
17859 "either",
17860 "futures-io",
17861 "futures-util",
17862 "thiserror 1.0.69",
17863 "tokio",
17864]
17865
17866[[package]]
17867name = "tokio-stream"
17868version = "0.1.17"
17869source = "registry+https://github.com/rust-lang/crates.io-index"
17870checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17871dependencies = [
17872 "futures-core",
17873 "pin-project-lite",
17874 "tokio",
17875]
17876
17877[[package]]
17878name = "tokio-tungstenite"
17879version = "0.20.1"
17880source = "registry+https://github.com/rust-lang/crates.io-index"
17881checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17882dependencies = [
17883 "futures-util",
17884 "log",
17885 "tokio",
17886 "tungstenite 0.20.1",
17887]
17888
17889[[package]]
17890name = "tokio-tungstenite"
17891version = "0.21.0"
17892source = "registry+https://github.com/rust-lang/crates.io-index"
17893checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17894dependencies = [
17895 "futures-util",
17896 "log",
17897 "tokio",
17898 "tungstenite 0.21.0",
17899]
17900
17901[[package]]
17902name = "tokio-tungstenite"
17903version = "0.28.0"
17904source = "registry+https://github.com/rust-lang/crates.io-index"
17905checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17906dependencies = [
17907 "futures-util",
17908 "log",
17909 "rustls 0.23.33",
17910 "rustls-native-certs 0.8.2",
17911 "rustls-pki-types",
17912 "tokio",
17913 "tokio-rustls 0.26.2",
17914 "tungstenite 0.28.0",
17915]
17916
17917[[package]]
17918name = "tokio-util"
17919version = "0.7.16"
17920source = "registry+https://github.com/rust-lang/crates.io-index"
17921checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17922dependencies = [
17923 "bytes 1.11.1",
17924 "futures-core",
17925 "futures-io",
17926 "futures-sink",
17927 "pin-project-lite",
17928 "tokio",
17929]
17930
17931[[package]]
17932name = "toml"
17933version = "0.5.11"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17936dependencies = [
17937 "serde",
17938]
17939
17940[[package]]
17941name = "toml"
17942version = "0.8.23"
17943source = "registry+https://github.com/rust-lang/crates.io-index"
17944checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17945dependencies = [
17946 "serde",
17947 "serde_spanned 0.6.9",
17948 "toml_datetime 0.6.11",
17949 "toml_edit 0.22.27",
17950]
17951
17952[[package]]
17953name = "toml"
17954version = "0.9.8"
17955source = "registry+https://github.com/rust-lang/crates.io-index"
17956checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17957dependencies = [
17958 "indexmap",
17959 "serde_core",
17960 "serde_spanned 1.0.3",
17961 "toml_datetime 0.7.3",
17962 "toml_parser",
17963 "toml_writer",
17964 "winnow",
17965]
17966
17967[[package]]
17968name = "toml_datetime"
17969version = "0.6.11"
17970source = "registry+https://github.com/rust-lang/crates.io-index"
17971checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17972dependencies = [
17973 "serde",
17974]
17975
17976[[package]]
17977name = "toml_datetime"
17978version = "0.7.3"
17979source = "registry+https://github.com/rust-lang/crates.io-index"
17980checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17981dependencies = [
17982 "serde_core",
17983]
17984
17985[[package]]
17986name = "toml_edit"
17987version = "0.22.27"
17988source = "registry+https://github.com/rust-lang/crates.io-index"
17989checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
17990dependencies = [
17991 "indexmap",
17992 "serde",
17993 "serde_spanned 0.6.9",
17994 "toml_datetime 0.6.11",
17995 "toml_write",
17996 "winnow",
17997]
17998
17999[[package]]
18000name = "toml_edit"
18001version = "0.23.7"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18004dependencies = [
18005 "indexmap",
18006 "toml_datetime 0.7.3",
18007 "toml_parser",
18008 "winnow",
18009]
18010
18011[[package]]
18012name = "toml_parser"
18013version = "1.0.4"
18014source = "registry+https://github.com/rust-lang/crates.io-index"
18015checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18016dependencies = [
18017 "winnow",
18018]
18019
18020[[package]]
18021name = "toml_write"
18022version = "0.1.2"
18023source = "registry+https://github.com/rust-lang/crates.io-index"
18024checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18025
18026[[package]]
18027name = "toml_writer"
18028version = "1.0.4"
18029source = "registry+https://github.com/rust-lang/crates.io-index"
18030checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18031
18032[[package]]
18033name = "toolchain_selector"
18034version = "0.1.0"
18035dependencies = [
18036 "anyhow",
18037 "convert_case 0.8.0",
18038 "editor",
18039 "futures 0.3.31",
18040 "fuzzy",
18041 "gpui",
18042 "language",
18043 "menu",
18044 "open_path_prompt",
18045 "picker",
18046 "project",
18047 "ui",
18048 "util",
18049 "workspace",
18050]
18051
18052[[package]]
18053name = "topological-sort"
18054version = "0.2.2"
18055source = "registry+https://github.com/rust-lang/crates.io-index"
18056checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18057
18058[[package]]
18059name = "tower"
18060version = "0.4.13"
18061source = "registry+https://github.com/rust-lang/crates.io-index"
18062checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18063dependencies = [
18064 "futures-core",
18065 "futures-util",
18066 "pin-project",
18067 "pin-project-lite",
18068 "tokio",
18069 "tower-layer",
18070 "tower-service",
18071 "tracing",
18072]
18073
18074[[package]]
18075name = "tower"
18076version = "0.5.2"
18077source = "registry+https://github.com/rust-lang/crates.io-index"
18078checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18079dependencies = [
18080 "futures-core",
18081 "futures-util",
18082 "pin-project-lite",
18083 "sync_wrapper 1.0.2",
18084 "tokio",
18085 "tower-layer",
18086 "tower-service",
18087]
18088
18089[[package]]
18090name = "tower-http"
18091version = "0.4.4"
18092source = "registry+https://github.com/rust-lang/crates.io-index"
18093checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18094dependencies = [
18095 "bitflags 2.10.0",
18096 "bytes 1.11.1",
18097 "futures-core",
18098 "futures-util",
18099 "http 0.2.12",
18100 "http-body 0.4.6",
18101 "http-range-header",
18102 "pin-project-lite",
18103 "tower-layer",
18104 "tower-service",
18105 "tracing",
18106]
18107
18108[[package]]
18109name = "tower-http"
18110version = "0.6.6"
18111source = "registry+https://github.com/rust-lang/crates.io-index"
18112checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18113dependencies = [
18114 "bitflags 2.10.0",
18115 "bytes 1.11.1",
18116 "futures-util",
18117 "http 1.3.1",
18118 "http-body 1.0.1",
18119 "iri-string",
18120 "pin-project-lite",
18121 "tower 0.5.2",
18122 "tower-layer",
18123 "tower-service",
18124]
18125
18126[[package]]
18127name = "tower-layer"
18128version = "0.3.3"
18129source = "registry+https://github.com/rust-lang/crates.io-index"
18130checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18131
18132[[package]]
18133name = "tower-service"
18134version = "0.3.3"
18135source = "registry+https://github.com/rust-lang/crates.io-index"
18136checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18137
18138[[package]]
18139name = "tracing"
18140version = "0.1.43"
18141source = "registry+https://github.com/rust-lang/crates.io-index"
18142checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18143dependencies = [
18144 "log",
18145 "pin-project-lite",
18146 "tracing-attributes",
18147 "tracing-core",
18148]
18149
18150[[package]]
18151name = "tracing-attributes"
18152version = "0.1.31"
18153source = "registry+https://github.com/rust-lang/crates.io-index"
18154checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18155dependencies = [
18156 "proc-macro2",
18157 "quote",
18158 "syn 2.0.117",
18159]
18160
18161[[package]]
18162name = "tracing-core"
18163version = "0.1.35"
18164source = "registry+https://github.com/rust-lang/crates.io-index"
18165checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18166dependencies = [
18167 "once_cell",
18168 "valuable",
18169]
18170
18171[[package]]
18172name = "tracing-log"
18173version = "0.2.0"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18176dependencies = [
18177 "log",
18178 "once_cell",
18179 "tracing-core",
18180]
18181
18182[[package]]
18183name = "tracing-serde"
18184version = "0.2.0"
18185source = "registry+https://github.com/rust-lang/crates.io-index"
18186checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18187dependencies = [
18188 "serde",
18189 "tracing-core",
18190]
18191
18192[[package]]
18193name = "tracing-subscriber"
18194version = "0.3.22"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18197dependencies = [
18198 "matchers",
18199 "nu-ansi-term",
18200 "once_cell",
18201 "regex-automata",
18202 "serde",
18203 "serde_json",
18204 "sharded-slab",
18205 "smallvec",
18206 "thread_local",
18207 "tracing",
18208 "tracing-core",
18209 "tracing-log",
18210 "tracing-serde",
18211]
18212
18213[[package]]
18214name = "tracing-tracy"
18215version = "0.11.4"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18218dependencies = [
18219 "tracing-core",
18220 "tracing-subscriber",
18221 "tracy-client",
18222]
18223
18224[[package]]
18225name = "tracy-client"
18226version = "0.18.3"
18227source = "registry+https://github.com/rust-lang/crates.io-index"
18228checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18229dependencies = [
18230 "loom",
18231 "once_cell",
18232 "tracy-client-sys",
18233]
18234
18235[[package]]
18236name = "tracy-client-sys"
18237version = "0.27.0"
18238source = "registry+https://github.com/rust-lang/crates.io-index"
18239checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18240dependencies = [
18241 "cc",
18242 "windows-targets 0.52.6",
18243]
18244
18245[[package]]
18246name = "trait-variant"
18247version = "0.1.2"
18248source = "registry+https://github.com/rust-lang/crates.io-index"
18249checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18250dependencies = [
18251 "proc-macro2",
18252 "quote",
18253 "syn 2.0.117",
18254]
18255
18256[[package]]
18257name = "transpose"
18258version = "0.2.3"
18259source = "registry+https://github.com/rust-lang/crates.io-index"
18260checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18261dependencies = [
18262 "num-integer",
18263 "strength_reduce",
18264]
18265
18266[[package]]
18267name = "tree-sitter"
18268version = "0.26.3"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18271dependencies = [
18272 "cc",
18273 "regex",
18274 "regex-syntax",
18275 "serde_json",
18276 "streaming-iterator",
18277 "tree-sitter-language",
18278 "wasmtime-c-api-impl",
18279]
18280
18281[[package]]
18282name = "tree-sitter-bash"
18283version = "0.25.1"
18284source = "registry+https://github.com/rust-lang/crates.io-index"
18285checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18286dependencies = [
18287 "cc",
18288 "tree-sitter-language",
18289]
18290
18291[[package]]
18292name = "tree-sitter-c"
18293version = "0.24.1"
18294source = "registry+https://github.com/rust-lang/crates.io-index"
18295checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18296dependencies = [
18297 "cc",
18298 "tree-sitter-language",
18299]
18300
18301[[package]]
18302name = "tree-sitter-cpp"
18303version = "0.23.4"
18304source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18305dependencies = [
18306 "cc",
18307 "tree-sitter-language",
18308]
18309
18310[[package]]
18311name = "tree-sitter-css"
18312version = "0.23.2"
18313source = "registry+https://github.com/rust-lang/crates.io-index"
18314checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18315dependencies = [
18316 "cc",
18317 "tree-sitter-language",
18318]
18319
18320[[package]]
18321name = "tree-sitter-diff"
18322version = "0.1.0"
18323source = "registry+https://github.com/rust-lang/crates.io-index"
18324checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18325dependencies = [
18326 "cc",
18327 "tree-sitter-language",
18328]
18329
18330[[package]]
18331name = "tree-sitter-elixir"
18332version = "0.3.4"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18335dependencies = [
18336 "cc",
18337 "tree-sitter-language",
18338]
18339
18340[[package]]
18341name = "tree-sitter-embedded-template"
18342version = "0.23.2"
18343source = "registry+https://github.com/rust-lang/crates.io-index"
18344checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18345dependencies = [
18346 "cc",
18347 "tree-sitter-language",
18348]
18349
18350[[package]]
18351name = "tree-sitter-gitcommit"
18352version = "0.0.1"
18353source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18354dependencies = [
18355 "cc",
18356 "tree-sitter-language",
18357]
18358
18359[[package]]
18360name = "tree-sitter-go"
18361version = "0.25.0"
18362source = "registry+https://github.com/rust-lang/crates.io-index"
18363checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18364dependencies = [
18365 "cc",
18366 "tree-sitter-language",
18367]
18368
18369[[package]]
18370name = "tree-sitter-gomod"
18371version = "1.1.1"
18372source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18373dependencies = [
18374 "cc",
18375 "tree-sitter-language",
18376]
18377
18378[[package]]
18379name = "tree-sitter-gowork"
18380version = "0.0.1"
18381source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18382dependencies = [
18383 "cc",
18384 "tree-sitter-language",
18385]
18386
18387[[package]]
18388name = "tree-sitter-heex"
18389version = "0.0.1"
18390source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18391dependencies = [
18392 "cc",
18393 "tree-sitter-language",
18394]
18395
18396[[package]]
18397name = "tree-sitter-html"
18398version = "0.23.2"
18399source = "registry+https://github.com/rust-lang/crates.io-index"
18400checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18401dependencies = [
18402 "cc",
18403 "tree-sitter-language",
18404]
18405
18406[[package]]
18407name = "tree-sitter-jsdoc"
18408version = "0.23.2"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18411dependencies = [
18412 "cc",
18413 "tree-sitter-language",
18414]
18415
18416[[package]]
18417name = "tree-sitter-json"
18418version = "0.24.8"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18421dependencies = [
18422 "cc",
18423 "tree-sitter-language",
18424]
18425
18426[[package]]
18427name = "tree-sitter-language"
18428version = "0.1.5"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18431
18432[[package]]
18433name = "tree-sitter-md"
18434version = "0.3.2"
18435source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18436dependencies = [
18437 "cc",
18438 "tree-sitter-language",
18439]
18440
18441[[package]]
18442name = "tree-sitter-python"
18443version = "0.25.0"
18444source = "registry+https://github.com/rust-lang/crates.io-index"
18445checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18446dependencies = [
18447 "cc",
18448 "tree-sitter-language",
18449]
18450
18451[[package]]
18452name = "tree-sitter-regex"
18453version = "0.24.3"
18454source = "registry+https://github.com/rust-lang/crates.io-index"
18455checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18456dependencies = [
18457 "cc",
18458 "tree-sitter-language",
18459]
18460
18461[[package]]
18462name = "tree-sitter-ruby"
18463version = "0.23.1"
18464source = "registry+https://github.com/rust-lang/crates.io-index"
18465checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18466dependencies = [
18467 "cc",
18468 "tree-sitter-language",
18469]
18470
18471[[package]]
18472name = "tree-sitter-rust"
18473version = "0.24.2"
18474source = "registry+https://github.com/rust-lang/crates.io-index"
18475checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18476dependencies = [
18477 "cc",
18478 "tree-sitter-language",
18479]
18480
18481[[package]]
18482name = "tree-sitter-typescript"
18483version = "0.23.2"
18484source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18485dependencies = [
18486 "cc",
18487 "tree-sitter-language",
18488]
18489
18490[[package]]
18491name = "tree-sitter-yaml"
18492version = "0.6.1"
18493source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18494dependencies = [
18495 "cc",
18496 "tree-sitter-language",
18497]
18498
18499[[package]]
18500name = "triomphe"
18501version = "0.1.15"
18502source = "registry+https://github.com/rust-lang/crates.io-index"
18503checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18504dependencies = [
18505 "serde",
18506 "stable_deref_trait",
18507]
18508
18509[[package]]
18510name = "try-lock"
18511version = "0.2.5"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18514
18515[[package]]
18516name = "ttf-parser"
18517version = "0.20.0"
18518source = "registry+https://github.com/rust-lang/crates.io-index"
18519checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18520
18521[[package]]
18522name = "ttf-parser"
18523version = "0.25.1"
18524source = "registry+https://github.com/rust-lang/crates.io-index"
18525checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18526dependencies = [
18527 "core_maths",
18528]
18529
18530[[package]]
18531name = "tungstenite"
18532version = "0.20.1"
18533source = "registry+https://github.com/rust-lang/crates.io-index"
18534checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18535dependencies = [
18536 "byteorder",
18537 "bytes 1.11.1",
18538 "data-encoding",
18539 "http 0.2.12",
18540 "httparse",
18541 "log",
18542 "rand 0.8.5",
18543 "sha1",
18544 "thiserror 1.0.69",
18545 "url",
18546 "utf-8",
18547]
18548
18549[[package]]
18550name = "tungstenite"
18551version = "0.21.0"
18552source = "registry+https://github.com/rust-lang/crates.io-index"
18553checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18554dependencies = [
18555 "byteorder",
18556 "bytes 1.11.1",
18557 "data-encoding",
18558 "http 1.3.1",
18559 "httparse",
18560 "log",
18561 "rand 0.8.5",
18562 "sha1",
18563 "thiserror 1.0.69",
18564 "url",
18565 "utf-8",
18566]
18567
18568[[package]]
18569name = "tungstenite"
18570version = "0.27.0"
18571source = "registry+https://github.com/rust-lang/crates.io-index"
18572checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18573dependencies = [
18574 "bytes 1.11.1",
18575 "data-encoding",
18576 "http 1.3.1",
18577 "httparse",
18578 "log",
18579 "rand 0.9.2",
18580 "rustls 0.23.33",
18581 "rustls-pki-types",
18582 "sha1",
18583 "thiserror 2.0.17",
18584 "utf-8",
18585]
18586
18587[[package]]
18588name = "tungstenite"
18589version = "0.28.0"
18590source = "registry+https://github.com/rust-lang/crates.io-index"
18591checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18592dependencies = [
18593 "bytes 1.11.1",
18594 "data-encoding",
18595 "http 1.3.1",
18596 "httparse",
18597 "log",
18598 "rand 0.9.2",
18599 "rustls 0.23.33",
18600 "rustls-pki-types",
18601 "sha1",
18602 "thiserror 2.0.17",
18603 "utf-8",
18604]
18605
18606[[package]]
18607name = "typeid"
18608version = "1.0.3"
18609source = "registry+https://github.com/rust-lang/crates.io-index"
18610checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18611
18612[[package]]
18613name = "typenum"
18614version = "1.19.0"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18617
18618[[package]]
18619name = "ucd-trie"
18620version = "0.1.7"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18623
18624[[package]]
18625name = "uds"
18626version = "0.4.2"
18627source = "registry+https://github.com/rust-lang/crates.io-index"
18628checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18629dependencies = [
18630 "libc",
18631]
18632
18633[[package]]
18634name = "uds_windows"
18635version = "1.1.0"
18636source = "registry+https://github.com/rust-lang/crates.io-index"
18637checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18638dependencies = [
18639 "memoffset",
18640 "tempfile",
18641 "winapi",
18642]
18643
18644[[package]]
18645name = "ug"
18646version = "0.4.0"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18649dependencies = [
18650 "gemm 0.18.2",
18651 "half",
18652 "libloading",
18653 "memmap2",
18654 "num",
18655 "num-traits",
18656 "num_cpus",
18657 "rayon",
18658 "safetensors",
18659 "serde",
18660 "thiserror 1.0.69",
18661 "tracing",
18662 "yoke 0.7.5",
18663]
18664
18665[[package]]
18666name = "ui"
18667version = "0.1.0"
18668dependencies = [
18669 "chrono",
18670 "component",
18671 "documented",
18672 "gpui",
18673 "gpui_macros",
18674 "gpui_util",
18675 "icons",
18676 "itertools 0.14.0",
18677 "menu",
18678 "schemars",
18679 "serde",
18680 "smallvec",
18681 "story",
18682 "strum 0.27.2",
18683 "theme",
18684 "ui_macros",
18685 "windows 0.61.3",
18686]
18687
18688[[package]]
18689name = "ui_input"
18690version = "0.1.0"
18691dependencies = [
18692 "component",
18693 "gpui",
18694 "ui",
18695]
18696
18697[[package]]
18698name = "ui_macros"
18699version = "0.1.0"
18700dependencies = [
18701 "component",
18702 "quote",
18703 "syn 2.0.117",
18704 "ui",
18705]
18706
18707[[package]]
18708name = "ui_prompt"
18709version = "0.1.0"
18710dependencies = [
18711 "gpui",
18712 "markdown",
18713 "menu",
18714 "settings",
18715 "theme_settings",
18716 "ui",
18717 "workspace",
18718]
18719
18720[[package]]
18721name = "unarray"
18722version = "0.1.4"
18723source = "registry+https://github.com/rust-lang/crates.io-index"
18724checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18725
18726[[package]]
18727name = "unicase"
18728version = "2.8.1"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18731
18732[[package]]
18733name = "unicode-bidi"
18734version = "0.3.18"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18737
18738[[package]]
18739name = "unicode-bidi-mirroring"
18740version = "0.4.0"
18741source = "registry+https://github.com/rust-lang/crates.io-index"
18742checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18743
18744[[package]]
18745name = "unicode-ccc"
18746version = "0.4.0"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18749
18750[[package]]
18751name = "unicode-general-category"
18752version = "1.1.0"
18753source = "registry+https://github.com/rust-lang/crates.io-index"
18754checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18755
18756[[package]]
18757name = "unicode-ident"
18758version = "1.0.19"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18761
18762[[package]]
18763name = "unicode-linebreak"
18764version = "0.1.5"
18765source = "registry+https://github.com/rust-lang/crates.io-index"
18766checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18767
18768[[package]]
18769name = "unicode-normalization"
18770version = "0.1.24"
18771source = "registry+https://github.com/rust-lang/crates.io-index"
18772checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18773dependencies = [
18774 "tinyvec",
18775]
18776
18777[[package]]
18778name = "unicode-properties"
18779version = "0.1.3"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18782
18783[[package]]
18784name = "unicode-script"
18785version = "0.5.8"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18788
18789[[package]]
18790name = "unicode-segmentation"
18791version = "1.12.0"
18792source = "registry+https://github.com/rust-lang/crates.io-index"
18793checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18794
18795[[package]]
18796name = "unicode-vo"
18797version = "0.1.0"
18798source = "registry+https://github.com/rust-lang/crates.io-index"
18799checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18800
18801[[package]]
18802name = "unicode-width"
18803version = "0.2.2"
18804source = "registry+https://github.com/rust-lang/crates.io-index"
18805checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18806
18807[[package]]
18808name = "unicode-xid"
18809version = "0.2.6"
18810source = "registry+https://github.com/rust-lang/crates.io-index"
18811checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18812
18813[[package]]
18814name = "unicode_categories"
18815version = "0.1.1"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18818
18819[[package]]
18820name = "unindent"
18821version = "0.2.4"
18822source = "registry+https://github.com/rust-lang/crates.io-index"
18823checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18824
18825[[package]]
18826name = "unsafe-libyaml"
18827version = "0.2.11"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18830
18831[[package]]
18832name = "untrusted"
18833version = "0.7.1"
18834source = "registry+https://github.com/rust-lang/crates.io-index"
18835checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18836
18837[[package]]
18838name = "untrusted"
18839version = "0.9.0"
18840source = "registry+https://github.com/rust-lang/crates.io-index"
18841checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18842
18843[[package]]
18844name = "url"
18845version = "2.5.7"
18846source = "registry+https://github.com/rust-lang/crates.io-index"
18847checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18848dependencies = [
18849 "form_urlencoded",
18850 "idna",
18851 "percent-encoding",
18852 "serde",
18853]
18854
18855[[package]]
18856name = "urlencoding"
18857version = "2.1.3"
18858source = "registry+https://github.com/rust-lang/crates.io-index"
18859checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18860
18861[[package]]
18862name = "usvg"
18863version = "0.45.1"
18864source = "registry+https://github.com/rust-lang/crates.io-index"
18865checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18866dependencies = [
18867 "base64 0.22.1",
18868 "data-url",
18869 "flate2",
18870 "fontdb 0.23.0",
18871 "imagesize",
18872 "kurbo",
18873 "log",
18874 "pico-args",
18875 "roxmltree",
18876 "rustybuzz",
18877 "simplecss",
18878 "siphasher 1.0.1",
18879 "strict-num",
18880 "svgtypes",
18881 "tiny-skia-path",
18882 "unicode-bidi",
18883 "unicode-script",
18884 "unicode-vo",
18885 "xmlwriter",
18886]
18887
18888[[package]]
18889name = "utf-8"
18890version = "0.7.6"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18893
18894[[package]]
18895name = "utf8-chars"
18896version = "3.0.6"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18899dependencies = [
18900 "arrayvec",
18901]
18902
18903[[package]]
18904name = "utf8_iter"
18905version = "1.0.4"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18908
18909[[package]]
18910name = "utf8parse"
18911version = "0.2.2"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18914
18915[[package]]
18916name = "util"
18917version = "0.1.0"
18918dependencies = [
18919 "anyhow",
18920 "async-fs",
18921 "async_zip",
18922 "collections",
18923 "command-fds",
18924 "dirs 4.0.0",
18925 "dunce",
18926 "futures 0.3.31",
18927 "futures-lite 1.13.0",
18928 "git2",
18929 "globset",
18930 "gpui_util",
18931 "itertools 0.14.0",
18932 "libc",
18933 "log",
18934 "mach2 0.5.0",
18935 "nix 0.29.0",
18936 "percent-encoding",
18937 "pretty_assertions",
18938 "rand 0.9.2",
18939 "regex",
18940 "rust-embed",
18941 "schemars",
18942 "serde",
18943 "serde_json",
18944 "serde_json_lenient",
18945 "shlex",
18946 "smol",
18947 "take-until",
18948 "tempfile",
18949 "tendril",
18950 "unicase",
18951 "url",
18952 "util_macros",
18953 "walkdir",
18954 "which 6.0.3",
18955]
18956
18957[[package]]
18958name = "util_macros"
18959version = "0.1.0"
18960dependencies = [
18961 "perf",
18962 "quote",
18963 "syn 2.0.117",
18964]
18965
18966[[package]]
18967name = "uuid"
18968version = "1.18.1"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18971dependencies = [
18972 "getrandom 0.3.4",
18973 "js-sys",
18974 "serde",
18975 "sha1_smol",
18976 "wasm-bindgen",
18977]
18978
18979[[package]]
18980name = "uuid-simd"
18981version = "0.8.0"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18984dependencies = [
18985 "outref",
18986 "vsimd",
18987]
18988
18989[[package]]
18990name = "v_frame"
18991version = "0.3.9"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18994dependencies = [
18995 "aligned-vec",
18996 "num-traits",
18997 "wasm-bindgen",
18998]
18999
19000[[package]]
19001name = "valuable"
19002version = "0.1.1"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19005
19006[[package]]
19007name = "value-bag"
19008version = "1.12.0"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19011dependencies = [
19012 "value-bag-serde1",
19013 "value-bag-sval2",
19014]
19015
19016[[package]]
19017name = "value-bag-serde1"
19018version = "1.12.0"
19019source = "registry+https://github.com/rust-lang/crates.io-index"
19020checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19021dependencies = [
19022 "erased-serde",
19023 "serde_core",
19024 "serde_fmt",
19025]
19026
19027[[package]]
19028name = "value-bag-sval2"
19029version = "1.12.0"
19030source = "registry+https://github.com/rust-lang/crates.io-index"
19031checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19032dependencies = [
19033 "sval",
19034 "sval_buffer",
19035 "sval_dynamic",
19036 "sval_fmt",
19037 "sval_json",
19038 "sval_ref",
19039 "sval_serde",
19040]
19041
19042[[package]]
19043name = "vcpkg"
19044version = "0.2.15"
19045source = "registry+https://github.com/rust-lang/crates.io-index"
19046checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19047
19048[[package]]
19049name = "vercel"
19050version = "0.1.0"
19051dependencies = [
19052 "anyhow",
19053 "schemars",
19054 "serde",
19055 "strum 0.27.2",
19056]
19057
19058[[package]]
19059name = "version-compare"
19060version = "0.2.0"
19061source = "registry+https://github.com/rust-lang/crates.io-index"
19062checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19063
19064[[package]]
19065name = "version_check"
19066version = "0.9.5"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19069
19070[[package]]
19071name = "vim"
19072version = "0.1.0"
19073dependencies = [
19074 "anyhow",
19075 "async-compat",
19076 "async-trait",
19077 "collections",
19078 "command_palette",
19079 "command_palette_hooks",
19080 "db",
19081 "editor",
19082 "env_logger 0.11.8",
19083 "futures 0.3.31",
19084 "fuzzy",
19085 "git_ui",
19086 "gpui",
19087 "indoc",
19088 "itertools 0.14.0",
19089 "language",
19090 "log",
19091 "lsp",
19092 "markdown_preview",
19093 "menu",
19094 "multi_buffer",
19095 "nvim-rs",
19096 "outline_panel",
19097 "parking_lot",
19098 "perf",
19099 "picker",
19100 "project",
19101 "project_panel",
19102 "regex",
19103 "release_channel",
19104 "schemars",
19105 "search",
19106 "semver",
19107 "serde",
19108 "serde_json",
19109 "settings",
19110 "settings_ui",
19111 "task",
19112 "text",
19113 "theme",
19114 "theme_settings",
19115 "tokio",
19116 "ui",
19117 "util",
19118 "util_macros",
19119 "vim_mode_setting",
19120 "workspace",
19121 "zed_actions",
19122]
19123
19124[[package]]
19125name = "vim_mode_setting"
19126version = "0.1.0"
19127dependencies = [
19128 "gpui",
19129 "settings",
19130]
19131
19132[[package]]
19133name = "vscode_theme"
19134version = "0.2.0"
19135source = "registry+https://github.com/rust-lang/crates.io-index"
19136checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19137dependencies = [
19138 "serde",
19139]
19140
19141[[package]]
19142name = "vsimd"
19143version = "0.8.0"
19144source = "registry+https://github.com/rust-lang/crates.io-index"
19145checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19146
19147[[package]]
19148name = "vswhom"
19149version = "0.1.0"
19150source = "registry+https://github.com/rust-lang/crates.io-index"
19151checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19152dependencies = [
19153 "libc",
19154 "vswhom-sys",
19155]
19156
19157[[package]]
19158name = "vswhom-sys"
19159version = "0.1.3"
19160source = "registry+https://github.com/rust-lang/crates.io-index"
19161checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19162dependencies = [
19163 "cc",
19164 "libc",
19165]
19166
19167[[package]]
19168name = "vte"
19169version = "0.15.0"
19170source = "registry+https://github.com/rust-lang/crates.io-index"
19171checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19172dependencies = [
19173 "arrayvec",
19174 "bitflags 2.10.0",
19175 "cursor-icon",
19176 "log",
19177 "memchr",
19178 "serde",
19179]
19180
19181[[package]]
19182name = "wait-timeout"
19183version = "0.2.1"
19184source = "registry+https://github.com/rust-lang/crates.io-index"
19185checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19186dependencies = [
19187 "libc",
19188]
19189
19190[[package]]
19191name = "waker-fn"
19192version = "1.2.0"
19193source = "registry+https://github.com/rust-lang/crates.io-index"
19194checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19195
19196[[package]]
19197name = "walkdir"
19198version = "2.5.0"
19199source = "registry+https://github.com/rust-lang/crates.io-index"
19200checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19201dependencies = [
19202 "same-file",
19203 "winapi-util",
19204]
19205
19206[[package]]
19207name = "want"
19208version = "0.3.1"
19209source = "registry+https://github.com/rust-lang/crates.io-index"
19210checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19211dependencies = [
19212 "try-lock",
19213]
19214
19215[[package]]
19216name = "warp"
19217version = "0.3.7"
19218source = "registry+https://github.com/rust-lang/crates.io-index"
19219checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19220dependencies = [
19221 "bytes 1.11.1",
19222 "futures-channel",
19223 "futures-util",
19224 "headers",
19225 "http 0.2.12",
19226 "hyper 0.14.32",
19227 "log",
19228 "mime",
19229 "mime_guess",
19230 "percent-encoding",
19231 "pin-project",
19232 "scoped-tls",
19233 "serde",
19234 "serde_json",
19235 "serde_urlencoded",
19236 "tokio",
19237 "tokio-tungstenite 0.21.0",
19238 "tokio-util",
19239 "tower-service",
19240 "tracing",
19241]
19242
19243[[package]]
19244name = "wasi"
19245version = "0.11.1+wasi-snapshot-preview1"
19246source = "registry+https://github.com/rust-lang/crates.io-index"
19247checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19248
19249[[package]]
19250name = "wasip2"
19251version = "1.0.1+wasi-0.2.4"
19252source = "registry+https://github.com/rust-lang/crates.io-index"
19253checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19254dependencies = [
19255 "wit-bindgen 0.46.0",
19256]
19257
19258[[package]]
19259name = "wasip3"
19260version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19261source = "registry+https://github.com/rust-lang/crates.io-index"
19262checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19263dependencies = [
19264 "wit-bindgen 0.51.0",
19265]
19266
19267[[package]]
19268name = "wasite"
19269version = "0.1.0"
19270source = "registry+https://github.com/rust-lang/crates.io-index"
19271checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19272
19273[[package]]
19274name = "wasm-bindgen"
19275version = "0.2.113"
19276source = "registry+https://github.com/rust-lang/crates.io-index"
19277checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19278dependencies = [
19279 "cfg-if",
19280 "once_cell",
19281 "rustversion",
19282 "wasm-bindgen-macro",
19283 "wasm-bindgen-shared",
19284]
19285
19286[[package]]
19287name = "wasm-bindgen-futures"
19288version = "0.4.63"
19289source = "registry+https://github.com/rust-lang/crates.io-index"
19290checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19291dependencies = [
19292 "cfg-if",
19293 "futures-util",
19294 "js-sys",
19295 "once_cell",
19296 "wasm-bindgen",
19297 "web-sys",
19298]
19299
19300[[package]]
19301name = "wasm-bindgen-macro"
19302version = "0.2.113"
19303source = "registry+https://github.com/rust-lang/crates.io-index"
19304checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19305dependencies = [
19306 "quote",
19307 "wasm-bindgen-macro-support",
19308]
19309
19310[[package]]
19311name = "wasm-bindgen-macro-support"
19312version = "0.2.113"
19313source = "registry+https://github.com/rust-lang/crates.io-index"
19314checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19315dependencies = [
19316 "bumpalo",
19317 "proc-macro2",
19318 "quote",
19319 "syn 2.0.117",
19320 "wasm-bindgen-shared",
19321]
19322
19323[[package]]
19324name = "wasm-bindgen-shared"
19325version = "0.2.113"
19326source = "registry+https://github.com/rust-lang/crates.io-index"
19327checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19328dependencies = [
19329 "unicode-ident",
19330]
19331
19332[[package]]
19333name = "wasm-encoder"
19334version = "0.201.0"
19335source = "registry+https://github.com/rust-lang/crates.io-index"
19336checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19337dependencies = [
19338 "leb128",
19339]
19340
19341[[package]]
19342name = "wasm-encoder"
19343version = "0.221.3"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19346dependencies = [
19347 "leb128",
19348 "wasmparser 0.221.3",
19349]
19350
19351[[package]]
19352name = "wasm-encoder"
19353version = "0.227.1"
19354source = "registry+https://github.com/rust-lang/crates.io-index"
19355checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19356dependencies = [
19357 "leb128fmt",
19358 "wasmparser 0.227.1",
19359]
19360
19361[[package]]
19362name = "wasm-encoder"
19363version = "0.229.0"
19364source = "registry+https://github.com/rust-lang/crates.io-index"
19365checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19366dependencies = [
19367 "leb128fmt",
19368 "wasmparser 0.229.0",
19369]
19370
19371[[package]]
19372name = "wasm-encoder"
19373version = "0.244.0"
19374source = "registry+https://github.com/rust-lang/crates.io-index"
19375checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19376dependencies = [
19377 "leb128fmt",
19378 "wasmparser 0.244.0",
19379]
19380
19381[[package]]
19382name = "wasm-metadata"
19383version = "0.201.0"
19384source = "registry+https://github.com/rust-lang/crates.io-index"
19385checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19386dependencies = [
19387 "anyhow",
19388 "indexmap",
19389 "serde",
19390 "serde_derive",
19391 "serde_json",
19392 "spdx",
19393 "wasm-encoder 0.201.0",
19394 "wasmparser 0.201.0",
19395]
19396
19397[[package]]
19398name = "wasm-metadata"
19399version = "0.227.1"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19402dependencies = [
19403 "anyhow",
19404 "auditable-serde",
19405 "flate2",
19406 "indexmap",
19407 "serde",
19408 "serde_derive",
19409 "serde_json",
19410 "spdx",
19411 "url",
19412 "wasm-encoder 0.227.1",
19413 "wasmparser 0.227.1",
19414]
19415
19416[[package]]
19417name = "wasm-metadata"
19418version = "0.244.0"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19421dependencies = [
19422 "anyhow",
19423 "indexmap",
19424 "wasm-encoder 0.244.0",
19425 "wasmparser 0.244.0",
19426]
19427
19428[[package]]
19429name = "wasm-streams"
19430version = "0.4.2"
19431source = "registry+https://github.com/rust-lang/crates.io-index"
19432checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19433dependencies = [
19434 "futures-util",
19435 "js-sys",
19436 "wasm-bindgen",
19437 "wasm-bindgen-futures",
19438 "web-sys",
19439]
19440
19441[[package]]
19442name = "wasm_thread"
19443version = "0.3.3"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19446dependencies = [
19447 "futures 0.3.31",
19448 "js-sys",
19449 "wasm-bindgen",
19450 "web-sys",
19451]
19452
19453[[package]]
19454name = "wasmparser"
19455version = "0.201.0"
19456source = "registry+https://github.com/rust-lang/crates.io-index"
19457checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19458dependencies = [
19459 "bitflags 2.10.0",
19460 "indexmap",
19461 "semver",
19462]
19463
19464[[package]]
19465name = "wasmparser"
19466version = "0.221.3"
19467source = "registry+https://github.com/rust-lang/crates.io-index"
19468checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19469dependencies = [
19470 "bitflags 2.10.0",
19471 "hashbrown 0.15.5",
19472 "indexmap",
19473 "semver",
19474 "serde",
19475]
19476
19477[[package]]
19478name = "wasmparser"
19479version = "0.227.1"
19480source = "registry+https://github.com/rust-lang/crates.io-index"
19481checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19482dependencies = [
19483 "bitflags 2.10.0",
19484 "hashbrown 0.15.5",
19485 "indexmap",
19486 "semver",
19487]
19488
19489[[package]]
19490name = "wasmparser"
19491version = "0.229.0"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19494dependencies = [
19495 "bitflags 2.10.0",
19496 "hashbrown 0.15.5",
19497 "indexmap",
19498 "semver",
19499 "serde",
19500]
19501
19502[[package]]
19503name = "wasmparser"
19504version = "0.244.0"
19505source = "registry+https://github.com/rust-lang/crates.io-index"
19506checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19507dependencies = [
19508 "bitflags 2.10.0",
19509 "hashbrown 0.15.5",
19510 "indexmap",
19511 "semver",
19512]
19513
19514[[package]]
19515name = "wasmprinter"
19516version = "0.229.0"
19517source = "registry+https://github.com/rust-lang/crates.io-index"
19518checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19519dependencies = [
19520 "anyhow",
19521 "termcolor",
19522 "wasmparser 0.229.0",
19523]
19524
19525[[package]]
19526name = "wasmtime"
19527version = "33.0.2"
19528source = "registry+https://github.com/rust-lang/crates.io-index"
19529checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19530dependencies = [
19531 "addr2line 0.24.2",
19532 "anyhow",
19533 "async-trait",
19534 "bitflags 2.10.0",
19535 "bumpalo",
19536 "cc",
19537 "cfg-if",
19538 "encoding_rs",
19539 "hashbrown 0.15.5",
19540 "indexmap",
19541 "libc",
19542 "log",
19543 "mach2 0.4.3",
19544 "memfd",
19545 "object 0.36.7",
19546 "once_cell",
19547 "postcard",
19548 "psm",
19549 "pulley-interpreter",
19550 "rayon",
19551 "rustix 1.1.2",
19552 "semver",
19553 "serde",
19554 "serde_derive",
19555 "smallvec",
19556 "sptr",
19557 "target-lexicon 0.13.3",
19558 "trait-variant",
19559 "wasmparser 0.229.0",
19560 "wasmtime-asm-macros",
19561 "wasmtime-component-macro",
19562 "wasmtime-component-util",
19563 "wasmtime-cranelift",
19564 "wasmtime-environ",
19565 "wasmtime-fiber",
19566 "wasmtime-jit-icache-coherence",
19567 "wasmtime-math",
19568 "wasmtime-slab",
19569 "wasmtime-versioned-export-macros",
19570 "wasmtime-winch",
19571 "windows-sys 0.59.0",
19572]
19573
19574[[package]]
19575name = "wasmtime-asm-macros"
19576version = "33.0.2"
19577source = "registry+https://github.com/rust-lang/crates.io-index"
19578checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19579dependencies = [
19580 "cfg-if",
19581]
19582
19583[[package]]
19584name = "wasmtime-c-api-impl"
19585version = "33.0.2"
19586source = "registry+https://github.com/rust-lang/crates.io-index"
19587checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19588dependencies = [
19589 "anyhow",
19590 "log",
19591 "tracing",
19592 "wasmtime",
19593 "wasmtime-c-api-macros",
19594]
19595
19596[[package]]
19597name = "wasmtime-c-api-macros"
19598version = "33.0.2"
19599source = "registry+https://github.com/rust-lang/crates.io-index"
19600checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19601dependencies = [
19602 "proc-macro2",
19603 "quote",
19604]
19605
19606[[package]]
19607name = "wasmtime-component-macro"
19608version = "33.0.2"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19611dependencies = [
19612 "anyhow",
19613 "proc-macro2",
19614 "quote",
19615 "syn 2.0.117",
19616 "wasmtime-component-util",
19617 "wasmtime-wit-bindgen",
19618 "wit-parser 0.229.0",
19619]
19620
19621[[package]]
19622name = "wasmtime-component-util"
19623version = "33.0.2"
19624source = "registry+https://github.com/rust-lang/crates.io-index"
19625checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19626
19627[[package]]
19628name = "wasmtime-cranelift"
19629version = "33.0.2"
19630source = "registry+https://github.com/rust-lang/crates.io-index"
19631checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19632dependencies = [
19633 "anyhow",
19634 "cfg-if",
19635 "cranelift-codegen",
19636 "cranelift-control",
19637 "cranelift-entity",
19638 "cranelift-frontend",
19639 "cranelift-native",
19640 "gimli 0.31.1",
19641 "itertools 0.14.0",
19642 "log",
19643 "object 0.36.7",
19644 "pulley-interpreter",
19645 "smallvec",
19646 "target-lexicon 0.13.3",
19647 "thiserror 2.0.17",
19648 "wasmparser 0.229.0",
19649 "wasmtime-environ",
19650 "wasmtime-versioned-export-macros",
19651]
19652
19653[[package]]
19654name = "wasmtime-environ"
19655version = "33.0.2"
19656source = "registry+https://github.com/rust-lang/crates.io-index"
19657checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19658dependencies = [
19659 "anyhow",
19660 "cpp_demangle",
19661 "cranelift-bitset",
19662 "cranelift-entity",
19663 "gimli 0.31.1",
19664 "indexmap",
19665 "log",
19666 "object 0.36.7",
19667 "postcard",
19668 "rustc-demangle",
19669 "semver",
19670 "serde",
19671 "serde_derive",
19672 "smallvec",
19673 "target-lexicon 0.13.3",
19674 "wasm-encoder 0.229.0",
19675 "wasmparser 0.229.0",
19676 "wasmprinter",
19677 "wasmtime-component-util",
19678]
19679
19680[[package]]
19681name = "wasmtime-fiber"
19682version = "33.0.2"
19683source = "registry+https://github.com/rust-lang/crates.io-index"
19684checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19685dependencies = [
19686 "anyhow",
19687 "cc",
19688 "cfg-if",
19689 "rustix 1.1.2",
19690 "wasmtime-asm-macros",
19691 "wasmtime-versioned-export-macros",
19692 "windows-sys 0.59.0",
19693]
19694
19695[[package]]
19696name = "wasmtime-jit-icache-coherence"
19697version = "33.0.2"
19698source = "registry+https://github.com/rust-lang/crates.io-index"
19699checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19700dependencies = [
19701 "anyhow",
19702 "cfg-if",
19703 "libc",
19704 "windows-sys 0.59.0",
19705]
19706
19707[[package]]
19708name = "wasmtime-math"
19709version = "33.0.2"
19710source = "registry+https://github.com/rust-lang/crates.io-index"
19711checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19712dependencies = [
19713 "libm",
19714]
19715
19716[[package]]
19717name = "wasmtime-slab"
19718version = "33.0.2"
19719source = "registry+https://github.com/rust-lang/crates.io-index"
19720checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19721
19722[[package]]
19723name = "wasmtime-versioned-export-macros"
19724version = "33.0.2"
19725source = "registry+https://github.com/rust-lang/crates.io-index"
19726checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19727dependencies = [
19728 "proc-macro2",
19729 "quote",
19730 "syn 2.0.117",
19731]
19732
19733[[package]]
19734name = "wasmtime-wasi"
19735version = "33.0.2"
19736source = "registry+https://github.com/rust-lang/crates.io-index"
19737checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19738dependencies = [
19739 "anyhow",
19740 "async-trait",
19741 "bitflags 2.10.0",
19742 "bytes 1.11.1",
19743 "cap-fs-ext",
19744 "cap-net-ext",
19745 "cap-rand",
19746 "cap-std",
19747 "cap-time-ext",
19748 "fs-set-times",
19749 "futures 0.3.31",
19750 "io-extras",
19751 "io-lifetimes",
19752 "rustix 1.1.2",
19753 "system-interface",
19754 "thiserror 2.0.17",
19755 "tokio",
19756 "tracing",
19757 "url",
19758 "wasmtime",
19759 "wasmtime-wasi-io",
19760 "wiggle",
19761 "windows-sys 0.59.0",
19762]
19763
19764[[package]]
19765name = "wasmtime-wasi-io"
19766version = "33.0.2"
19767source = "registry+https://github.com/rust-lang/crates.io-index"
19768checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19769dependencies = [
19770 "anyhow",
19771 "async-trait",
19772 "bytes 1.11.1",
19773 "futures 0.3.31",
19774 "wasmtime",
19775]
19776
19777[[package]]
19778name = "wasmtime-winch"
19779version = "33.0.2"
19780source = "registry+https://github.com/rust-lang/crates.io-index"
19781checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19782dependencies = [
19783 "anyhow",
19784 "cranelift-codegen",
19785 "gimli 0.31.1",
19786 "object 0.36.7",
19787 "target-lexicon 0.13.3",
19788 "wasmparser 0.229.0",
19789 "wasmtime-cranelift",
19790 "wasmtime-environ",
19791 "winch-codegen",
19792]
19793
19794[[package]]
19795name = "wasmtime-wit-bindgen"
19796version = "33.0.2"
19797source = "registry+https://github.com/rust-lang/crates.io-index"
19798checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19799dependencies = [
19800 "anyhow",
19801 "heck 0.5.0",
19802 "indexmap",
19803 "wit-parser 0.229.0",
19804]
19805
19806[[package]]
19807name = "wast"
19808version = "35.0.2"
19809source = "registry+https://github.com/rust-lang/crates.io-index"
19810checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19811dependencies = [
19812 "leb128",
19813]
19814
19815[[package]]
19816name = "watch"
19817version = "0.1.0"
19818dependencies = [
19819 "ctor",
19820 "futures 0.3.31",
19821 "gpui",
19822 "parking_lot",
19823 "zlog",
19824]
19825
19826[[package]]
19827name = "wax"
19828version = "0.7.0"
19829source = "registry+https://github.com/rust-lang/crates.io-index"
19830checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19831dependencies = [
19832 "const_format",
19833 "itertools 0.14.0",
19834 "nom 7.1.3",
19835 "pori",
19836 "regex",
19837 "thiserror 2.0.17",
19838 "walkdir",
19839]
19840
19841[[package]]
19842name = "wayland-backend"
19843version = "0.3.11"
19844source = "registry+https://github.com/rust-lang/crates.io-index"
19845checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19846dependencies = [
19847 "cc",
19848 "downcast-rs",
19849 "rustix 1.1.2",
19850 "scoped-tls",
19851 "smallvec",
19852 "wayland-sys",
19853]
19854
19855[[package]]
19856name = "wayland-client"
19857version = "0.31.11"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19860dependencies = [
19861 "bitflags 2.10.0",
19862 "rustix 1.1.2",
19863 "wayland-backend",
19864 "wayland-scanner",
19865]
19866
19867[[package]]
19868name = "wayland-cursor"
19869version = "0.31.11"
19870source = "registry+https://github.com/rust-lang/crates.io-index"
19871checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19872dependencies = [
19873 "rustix 1.1.2",
19874 "wayland-client",
19875 "xcursor",
19876]
19877
19878[[package]]
19879name = "wayland-protocols"
19880version = "0.32.9"
19881source = "registry+https://github.com/rust-lang/crates.io-index"
19882checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19883dependencies = [
19884 "bitflags 2.10.0",
19885 "wayland-backend",
19886 "wayland-client",
19887 "wayland-scanner",
19888]
19889
19890[[package]]
19891name = "wayland-protocols-plasma"
19892version = "0.3.9"
19893source = "registry+https://github.com/rust-lang/crates.io-index"
19894checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19895dependencies = [
19896 "bitflags 2.10.0",
19897 "wayland-backend",
19898 "wayland-client",
19899 "wayland-protocols",
19900 "wayland-scanner",
19901]
19902
19903[[package]]
19904name = "wayland-protocols-wlr"
19905version = "0.3.9"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19908dependencies = [
19909 "bitflags 2.10.0",
19910 "wayland-backend",
19911 "wayland-client",
19912 "wayland-protocols",
19913 "wayland-scanner",
19914]
19915
19916[[package]]
19917name = "wayland-scanner"
19918version = "0.31.7"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19921dependencies = [
19922 "proc-macro2",
19923 "quick-xml 0.37.5",
19924 "quote",
19925]
19926
19927[[package]]
19928name = "wayland-sys"
19929version = "0.31.7"
19930source = "registry+https://github.com/rust-lang/crates.io-index"
19931checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19932dependencies = [
19933 "dlib",
19934 "log",
19935 "once_cell",
19936 "pkg-config",
19937]
19938
19939[[package]]
19940name = "web-sys"
19941version = "0.3.90"
19942source = "registry+https://github.com/rust-lang/crates.io-index"
19943checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19944dependencies = [
19945 "js-sys",
19946 "wasm-bindgen",
19947]
19948
19949[[package]]
19950name = "web-time"
19951version = "1.1.0"
19952source = "registry+https://github.com/rust-lang/crates.io-index"
19953checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19954dependencies = [
19955 "js-sys",
19956 "wasm-bindgen",
19957]
19958
19959[[package]]
19960name = "web_atoms"
19961version = "0.1.3"
19962source = "registry+https://github.com/rust-lang/crates.io-index"
19963checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19964dependencies = [
19965 "phf 0.11.3",
19966 "phf_codegen",
19967 "string_cache",
19968 "string_cache_codegen",
19969]
19970
19971[[package]]
19972name = "web_search"
19973version = "0.1.0"
19974dependencies = [
19975 "anyhow",
19976 "cloud_llm_client",
19977 "collections",
19978 "gpui",
19979 "serde",
19980]
19981
19982[[package]]
19983name = "web_search_providers"
19984version = "0.1.0"
19985dependencies = [
19986 "anyhow",
19987 "client",
19988 "cloud_api_types",
19989 "cloud_llm_client",
19990 "futures 0.3.31",
19991 "gpui",
19992 "http_client",
19993 "language_model",
19994 "serde",
19995 "serde_json",
19996 "web_search",
19997]
19998
19999[[package]]
20000name = "webpki-root-certs"
20001version = "0.26.8"
20002source = "registry+https://github.com/rust-lang/crates.io-index"
20003checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20004dependencies = [
20005 "rustls-pki-types",
20006]
20007
20008[[package]]
20009name = "webpki-roots"
20010version = "0.26.8"
20011source = "registry+https://github.com/rust-lang/crates.io-index"
20012checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20013dependencies = [
20014 "rustls-pki-types",
20015]
20016
20017[[package]]
20018name = "webrtc-sys"
20019version = "0.3.23"
20020source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20021dependencies = [
20022 "cc",
20023 "cxx",
20024 "cxx-build",
20025 "glob",
20026 "log",
20027 "pkg-config",
20028 "webrtc-sys-build",
20029]
20030
20031[[package]]
20032name = "webrtc-sys-build"
20033version = "0.3.13"
20034source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20035dependencies = [
20036 "anyhow",
20037 "fs2",
20038 "regex",
20039 "reqwest 0.12.24",
20040 "scratch",
20041 "semver",
20042 "zip 0.6.6",
20043]
20044
20045[[package]]
20046name = "weezl"
20047version = "0.1.10"
20048source = "registry+https://github.com/rust-lang/crates.io-index"
20049checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20050
20051[[package]]
20052name = "wgpu"
20053version = "29.0.0"
20054source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20055dependencies = [
20056 "arrayvec",
20057 "bitflags 2.10.0",
20058 "bytemuck",
20059 "cfg-if",
20060 "cfg_aliases 0.2.1",
20061 "document-features",
20062 "hashbrown 0.16.1",
20063 "js-sys",
20064 "log",
20065 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20066 "parking_lot",
20067 "portable-atomic",
20068 "profiling",
20069 "raw-window-handle",
20070 "smallvec",
20071 "static_assertions",
20072 "wasm-bindgen",
20073 "wasm-bindgen-futures",
20074 "web-sys",
20075 "wgpu-core",
20076 "wgpu-hal",
20077 "wgpu-types",
20078]
20079
20080[[package]]
20081name = "wgpu-core"
20082version = "29.0.0"
20083source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20084dependencies = [
20085 "arrayvec",
20086 "bit-set 0.9.1",
20087 "bit-vec 0.9.1",
20088 "bitflags 2.10.0",
20089 "bytemuck",
20090 "cfg_aliases 0.2.1",
20091 "document-features",
20092 "hashbrown 0.16.1",
20093 "indexmap",
20094 "log",
20095 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20096 "once_cell",
20097 "parking_lot",
20098 "portable-atomic",
20099 "profiling",
20100 "raw-window-handle",
20101 "rustc-hash 1.1.0",
20102 "smallvec",
20103 "thiserror 2.0.17",
20104 "wgpu-core-deps-apple",
20105 "wgpu-core-deps-emscripten",
20106 "wgpu-core-deps-windows-linux-android",
20107 "wgpu-hal",
20108 "wgpu-naga-bridge",
20109 "wgpu-types",
20110]
20111
20112[[package]]
20113name = "wgpu-core-deps-apple"
20114version = "29.0.0"
20115source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20116dependencies = [
20117 "wgpu-hal",
20118]
20119
20120[[package]]
20121name = "wgpu-core-deps-emscripten"
20122version = "29.0.0"
20123source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20124dependencies = [
20125 "wgpu-hal",
20126]
20127
20128[[package]]
20129name = "wgpu-core-deps-windows-linux-android"
20130version = "29.0.0"
20131source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20132dependencies = [
20133 "wgpu-hal",
20134]
20135
20136[[package]]
20137name = "wgpu-hal"
20138version = "29.0.0"
20139source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20140dependencies = [
20141 "android_system_properties",
20142 "arrayvec",
20143 "ash",
20144 "bit-set 0.9.1",
20145 "bitflags 2.10.0",
20146 "block2",
20147 "bytemuck",
20148 "cfg-if",
20149 "cfg_aliases 0.2.1",
20150 "glow",
20151 "glutin_wgl_sys",
20152 "gpu-allocator",
20153 "gpu-descriptor",
20154 "hashbrown 0.16.1",
20155 "js-sys",
20156 "khronos-egl",
20157 "libc",
20158 "libloading",
20159 "log",
20160 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20161 "ndk-sys",
20162 "objc2",
20163 "objc2-core-foundation",
20164 "objc2-foundation",
20165 "objc2-metal",
20166 "objc2-quartz-core",
20167 "once_cell",
20168 "ordered-float 4.6.0",
20169 "parking_lot",
20170 "portable-atomic",
20171 "portable-atomic-util",
20172 "profiling",
20173 "range-alloc",
20174 "raw-window-handle",
20175 "raw-window-metal",
20176 "renderdoc-sys",
20177 "smallvec",
20178 "thiserror 2.0.17",
20179 "wasm-bindgen",
20180 "wayland-sys",
20181 "web-sys",
20182 "wgpu-naga-bridge",
20183 "wgpu-types",
20184 "windows 0.62.2",
20185 "windows-core 0.62.2",
20186]
20187
20188[[package]]
20189name = "wgpu-naga-bridge"
20190version = "29.0.0"
20191source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20192dependencies = [
20193 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20194 "wgpu-types",
20195]
20196
20197[[package]]
20198name = "wgpu-types"
20199version = "29.0.0"
20200source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20201dependencies = [
20202 "bitflags 2.10.0",
20203 "bytemuck",
20204 "js-sys",
20205 "log",
20206 "raw-window-handle",
20207 "web-sys",
20208]
20209
20210[[package]]
20211name = "which"
20212version = "4.4.2"
20213source = "registry+https://github.com/rust-lang/crates.io-index"
20214checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20215dependencies = [
20216 "either",
20217 "home",
20218 "once_cell",
20219 "rustix 0.38.44",
20220]
20221
20222[[package]]
20223name = "which"
20224version = "6.0.3"
20225source = "registry+https://github.com/rust-lang/crates.io-index"
20226checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20227dependencies = [
20228 "either",
20229 "home",
20230 "rustix 0.38.44",
20231 "winsafe",
20232]
20233
20234[[package]]
20235name = "which_key"
20236version = "0.1.0"
20237dependencies = [
20238 "command_palette",
20239 "gpui",
20240 "serde",
20241 "settings",
20242 "theme_settings",
20243 "ui",
20244 "util",
20245 "workspace",
20246]
20247
20248[[package]]
20249name = "whoami"
20250version = "1.6.1"
20251source = "registry+https://github.com/rust-lang/crates.io-index"
20252checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20253dependencies = [
20254 "libredox",
20255 "wasite",
20256]
20257
20258[[package]]
20259name = "wiggle"
20260version = "33.0.2"
20261source = "registry+https://github.com/rust-lang/crates.io-index"
20262checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20263dependencies = [
20264 "anyhow",
20265 "async-trait",
20266 "bitflags 2.10.0",
20267 "thiserror 2.0.17",
20268 "tracing",
20269 "wasmtime",
20270 "wiggle-macro",
20271]
20272
20273[[package]]
20274name = "wiggle-generate"
20275version = "33.0.2"
20276source = "registry+https://github.com/rust-lang/crates.io-index"
20277checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20278dependencies = [
20279 "anyhow",
20280 "heck 0.5.0",
20281 "proc-macro2",
20282 "quote",
20283 "syn 2.0.117",
20284 "witx",
20285]
20286
20287[[package]]
20288name = "wiggle-macro"
20289version = "33.0.2"
20290source = "registry+https://github.com/rust-lang/crates.io-index"
20291checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20292dependencies = [
20293 "proc-macro2",
20294 "quote",
20295 "syn 2.0.117",
20296 "wiggle-generate",
20297]
20298
20299[[package]]
20300name = "winapi"
20301version = "0.3.9"
20302source = "registry+https://github.com/rust-lang/crates.io-index"
20303checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20304dependencies = [
20305 "winapi-i686-pc-windows-gnu",
20306 "winapi-x86_64-pc-windows-gnu",
20307]
20308
20309[[package]]
20310name = "winapi-i686-pc-windows-gnu"
20311version = "0.4.0"
20312source = "registry+https://github.com/rust-lang/crates.io-index"
20313checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20314
20315[[package]]
20316name = "winapi-util"
20317version = "0.1.11"
20318source = "registry+https://github.com/rust-lang/crates.io-index"
20319checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20320dependencies = [
20321 "windows-sys 0.61.2",
20322]
20323
20324[[package]]
20325name = "winapi-x86_64-pc-windows-gnu"
20326version = "0.4.0"
20327source = "registry+https://github.com/rust-lang/crates.io-index"
20328checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20329
20330[[package]]
20331name = "winch-codegen"
20332version = "33.0.2"
20333source = "registry+https://github.com/rust-lang/crates.io-index"
20334checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20335dependencies = [
20336 "anyhow",
20337 "cranelift-assembler-x64",
20338 "cranelift-codegen",
20339 "gimli 0.31.1",
20340 "regalloc2",
20341 "smallvec",
20342 "target-lexicon 0.13.3",
20343 "thiserror 2.0.17",
20344 "wasmparser 0.229.0",
20345 "wasmtime-cranelift",
20346 "wasmtime-environ",
20347]
20348
20349[[package]]
20350name = "windows"
20351version = "0.57.0"
20352source = "registry+https://github.com/rust-lang/crates.io-index"
20353checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20354dependencies = [
20355 "windows-core 0.57.0",
20356 "windows-targets 0.52.6",
20357]
20358
20359[[package]]
20360name = "windows"
20361version = "0.58.0"
20362source = "registry+https://github.com/rust-lang/crates.io-index"
20363checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20364dependencies = [
20365 "windows-core 0.58.0",
20366 "windows-targets 0.52.6",
20367]
20368
20369[[package]]
20370name = "windows"
20371version = "0.61.3"
20372source = "registry+https://github.com/rust-lang/crates.io-index"
20373checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20374dependencies = [
20375 "windows-collections 0.2.0",
20376 "windows-core 0.61.2",
20377 "windows-future 0.2.1",
20378 "windows-link 0.1.3",
20379 "windows-numerics 0.2.0",
20380]
20381
20382[[package]]
20383name = "windows"
20384version = "0.62.2"
20385source = "registry+https://github.com/rust-lang/crates.io-index"
20386checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20387dependencies = [
20388 "windows-collections 0.3.2",
20389 "windows-core 0.62.2",
20390 "windows-future 0.3.2",
20391 "windows-numerics 0.3.1",
20392]
20393
20394[[package]]
20395name = "windows-bindgen"
20396version = "0.61.1"
20397source = "registry+https://github.com/rust-lang/crates.io-index"
20398checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20399dependencies = [
20400 "serde",
20401 "serde_json",
20402 "windows-threading 0.1.0",
20403]
20404
20405[[package]]
20406name = "windows-capture"
20407version = "1.4.3"
20408source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20409dependencies = [
20410 "clap",
20411 "ctrlc",
20412 "parking_lot",
20413 "rayon",
20414 "thiserror 2.0.17",
20415 "windows 0.61.3",
20416 "windows-future 0.2.1",
20417]
20418
20419[[package]]
20420name = "windows-collections"
20421version = "0.2.0"
20422source = "registry+https://github.com/rust-lang/crates.io-index"
20423checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20424dependencies = [
20425 "windows-core 0.61.2",
20426]
20427
20428[[package]]
20429name = "windows-collections"
20430version = "0.3.2"
20431source = "registry+https://github.com/rust-lang/crates.io-index"
20432checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20433dependencies = [
20434 "windows-core 0.62.2",
20435]
20436
20437[[package]]
20438name = "windows-core"
20439version = "0.57.0"
20440source = "registry+https://github.com/rust-lang/crates.io-index"
20441checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20442dependencies = [
20443 "windows-implement 0.57.0",
20444 "windows-interface 0.57.0",
20445 "windows-result 0.1.2",
20446 "windows-targets 0.52.6",
20447]
20448
20449[[package]]
20450name = "windows-core"
20451version = "0.58.0"
20452source = "registry+https://github.com/rust-lang/crates.io-index"
20453checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20454dependencies = [
20455 "windows-implement 0.58.0",
20456 "windows-interface 0.58.0",
20457 "windows-result 0.2.0",
20458 "windows-strings 0.1.0",
20459 "windows-targets 0.52.6",
20460]
20461
20462[[package]]
20463name = "windows-core"
20464version = "0.61.2"
20465source = "registry+https://github.com/rust-lang/crates.io-index"
20466checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20467dependencies = [
20468 "windows-implement 0.60.2",
20469 "windows-interface 0.59.3",
20470 "windows-link 0.1.3",
20471 "windows-result 0.3.4",
20472 "windows-strings 0.4.2",
20473]
20474
20475[[package]]
20476name = "windows-core"
20477version = "0.62.2"
20478source = "registry+https://github.com/rust-lang/crates.io-index"
20479checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20480dependencies = [
20481 "windows-implement 0.60.2",
20482 "windows-interface 0.59.3",
20483 "windows-link 0.2.1",
20484 "windows-result 0.4.1",
20485 "windows-strings 0.5.1",
20486]
20487
20488[[package]]
20489name = "windows-future"
20490version = "0.2.1"
20491source = "registry+https://github.com/rust-lang/crates.io-index"
20492checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20493dependencies = [
20494 "windows-core 0.61.2",
20495 "windows-link 0.1.3",
20496 "windows-threading 0.1.0",
20497]
20498
20499[[package]]
20500name = "windows-future"
20501version = "0.3.2"
20502source = "registry+https://github.com/rust-lang/crates.io-index"
20503checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20504dependencies = [
20505 "windows-core 0.62.2",
20506 "windows-link 0.2.1",
20507 "windows-threading 0.2.1",
20508]
20509
20510[[package]]
20511name = "windows-implement"
20512version = "0.57.0"
20513source = "registry+https://github.com/rust-lang/crates.io-index"
20514checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20515dependencies = [
20516 "proc-macro2",
20517 "quote",
20518 "syn 2.0.117",
20519]
20520
20521[[package]]
20522name = "windows-implement"
20523version = "0.58.0"
20524source = "registry+https://github.com/rust-lang/crates.io-index"
20525checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20526dependencies = [
20527 "proc-macro2",
20528 "quote",
20529 "syn 2.0.117",
20530]
20531
20532[[package]]
20533name = "windows-implement"
20534version = "0.60.2"
20535source = "registry+https://github.com/rust-lang/crates.io-index"
20536checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20537dependencies = [
20538 "proc-macro2",
20539 "quote",
20540 "syn 2.0.117",
20541]
20542
20543[[package]]
20544name = "windows-interface"
20545version = "0.57.0"
20546source = "registry+https://github.com/rust-lang/crates.io-index"
20547checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20548dependencies = [
20549 "proc-macro2",
20550 "quote",
20551 "syn 2.0.117",
20552]
20553
20554[[package]]
20555name = "windows-interface"
20556version = "0.58.0"
20557source = "registry+https://github.com/rust-lang/crates.io-index"
20558checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20559dependencies = [
20560 "proc-macro2",
20561 "quote",
20562 "syn 2.0.117",
20563]
20564
20565[[package]]
20566name = "windows-interface"
20567version = "0.59.3"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20570dependencies = [
20571 "proc-macro2",
20572 "quote",
20573 "syn 2.0.117",
20574]
20575
20576[[package]]
20577name = "windows-link"
20578version = "0.1.3"
20579source = "registry+https://github.com/rust-lang/crates.io-index"
20580checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20581
20582[[package]]
20583name = "windows-link"
20584version = "0.2.1"
20585source = "registry+https://github.com/rust-lang/crates.io-index"
20586checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20587
20588[[package]]
20589name = "windows-numerics"
20590version = "0.2.0"
20591source = "registry+https://github.com/rust-lang/crates.io-index"
20592checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20593dependencies = [
20594 "windows-core 0.61.2",
20595 "windows-link 0.1.3",
20596]
20597
20598[[package]]
20599name = "windows-numerics"
20600version = "0.3.1"
20601source = "registry+https://github.com/rust-lang/crates.io-index"
20602checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20603dependencies = [
20604 "windows-core 0.62.2",
20605 "windows-link 0.2.1",
20606]
20607
20608[[package]]
20609name = "windows-registry"
20610version = "0.4.0"
20611source = "registry+https://github.com/rust-lang/crates.io-index"
20612checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20613dependencies = [
20614 "windows-result 0.3.4",
20615 "windows-strings 0.3.1",
20616 "windows-targets 0.53.5",
20617]
20618
20619[[package]]
20620name = "windows-registry"
20621version = "0.5.3"
20622source = "registry+https://github.com/rust-lang/crates.io-index"
20623checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20624dependencies = [
20625 "windows-link 0.1.3",
20626 "windows-result 0.3.4",
20627 "windows-strings 0.4.2",
20628]
20629
20630[[package]]
20631name = "windows-registry"
20632version = "0.6.1"
20633source = "registry+https://github.com/rust-lang/crates.io-index"
20634checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20635dependencies = [
20636 "windows-link 0.2.1",
20637 "windows-result 0.4.1",
20638 "windows-strings 0.5.1",
20639]
20640
20641[[package]]
20642name = "windows-result"
20643version = "0.1.2"
20644source = "registry+https://github.com/rust-lang/crates.io-index"
20645checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20646dependencies = [
20647 "windows-targets 0.52.6",
20648]
20649
20650[[package]]
20651name = "windows-result"
20652version = "0.2.0"
20653source = "registry+https://github.com/rust-lang/crates.io-index"
20654checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20655dependencies = [
20656 "windows-targets 0.52.6",
20657]
20658
20659[[package]]
20660name = "windows-result"
20661version = "0.3.4"
20662source = "registry+https://github.com/rust-lang/crates.io-index"
20663checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20664dependencies = [
20665 "windows-link 0.1.3",
20666]
20667
20668[[package]]
20669name = "windows-result"
20670version = "0.4.1"
20671source = "registry+https://github.com/rust-lang/crates.io-index"
20672checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20673dependencies = [
20674 "windows-link 0.2.1",
20675]
20676
20677[[package]]
20678name = "windows-strings"
20679version = "0.1.0"
20680source = "registry+https://github.com/rust-lang/crates.io-index"
20681checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20682dependencies = [
20683 "windows-result 0.2.0",
20684 "windows-targets 0.52.6",
20685]
20686
20687[[package]]
20688name = "windows-strings"
20689version = "0.3.1"
20690source = "registry+https://github.com/rust-lang/crates.io-index"
20691checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20692dependencies = [
20693 "windows-link 0.1.3",
20694]
20695
20696[[package]]
20697name = "windows-strings"
20698version = "0.4.2"
20699source = "registry+https://github.com/rust-lang/crates.io-index"
20700checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20701dependencies = [
20702 "windows-link 0.1.3",
20703]
20704
20705[[package]]
20706name = "windows-strings"
20707version = "0.5.1"
20708source = "registry+https://github.com/rust-lang/crates.io-index"
20709checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20710dependencies = [
20711 "windows-link 0.2.1",
20712]
20713
20714[[package]]
20715name = "windows-sys"
20716version = "0.45.0"
20717source = "registry+https://github.com/rust-lang/crates.io-index"
20718checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20719dependencies = [
20720 "windows-targets 0.42.2",
20721]
20722
20723[[package]]
20724name = "windows-sys"
20725version = "0.48.0"
20726source = "registry+https://github.com/rust-lang/crates.io-index"
20727checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20728dependencies = [
20729 "windows-targets 0.48.5",
20730]
20731
20732[[package]]
20733name = "windows-sys"
20734version = "0.52.0"
20735source = "registry+https://github.com/rust-lang/crates.io-index"
20736checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20737dependencies = [
20738 "windows-targets 0.52.6",
20739]
20740
20741[[package]]
20742name = "windows-sys"
20743version = "0.59.0"
20744source = "registry+https://github.com/rust-lang/crates.io-index"
20745checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20746dependencies = [
20747 "windows-targets 0.52.6",
20748]
20749
20750[[package]]
20751name = "windows-sys"
20752version = "0.60.2"
20753source = "registry+https://github.com/rust-lang/crates.io-index"
20754checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20755dependencies = [
20756 "windows-targets 0.53.5",
20757]
20758
20759[[package]]
20760name = "windows-sys"
20761version = "0.61.2"
20762source = "registry+https://github.com/rust-lang/crates.io-index"
20763checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20764dependencies = [
20765 "windows-link 0.2.1",
20766]
20767
20768[[package]]
20769name = "windows-targets"
20770version = "0.42.2"
20771source = "registry+https://github.com/rust-lang/crates.io-index"
20772checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20773dependencies = [
20774 "windows_aarch64_gnullvm 0.42.2",
20775 "windows_aarch64_msvc 0.42.2",
20776 "windows_i686_gnu 0.42.2",
20777 "windows_i686_msvc 0.42.2",
20778 "windows_x86_64_gnu 0.42.2",
20779 "windows_x86_64_gnullvm 0.42.2",
20780 "windows_x86_64_msvc 0.42.2",
20781]
20782
20783[[package]]
20784name = "windows-targets"
20785version = "0.48.5"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20788dependencies = [
20789 "windows_aarch64_gnullvm 0.48.5",
20790 "windows_aarch64_msvc 0.48.5",
20791 "windows_i686_gnu 0.48.5",
20792 "windows_i686_msvc 0.48.5",
20793 "windows_x86_64_gnu 0.48.5",
20794 "windows_x86_64_gnullvm 0.48.5",
20795 "windows_x86_64_msvc 0.48.5",
20796]
20797
20798[[package]]
20799name = "windows-targets"
20800version = "0.52.6"
20801source = "registry+https://github.com/rust-lang/crates.io-index"
20802checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20803dependencies = [
20804 "windows_aarch64_gnullvm 0.52.6",
20805 "windows_aarch64_msvc 0.52.6",
20806 "windows_i686_gnu 0.52.6",
20807 "windows_i686_gnullvm 0.52.6",
20808 "windows_i686_msvc 0.52.6",
20809 "windows_x86_64_gnu 0.52.6",
20810 "windows_x86_64_gnullvm 0.52.6",
20811 "windows_x86_64_msvc 0.52.6",
20812]
20813
20814[[package]]
20815name = "windows-targets"
20816version = "0.53.5"
20817source = "registry+https://github.com/rust-lang/crates.io-index"
20818checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20819dependencies = [
20820 "windows-link 0.2.1",
20821 "windows_aarch64_gnullvm 0.53.1",
20822 "windows_aarch64_msvc 0.53.1",
20823 "windows_i686_gnu 0.53.1",
20824 "windows_i686_gnullvm 0.53.1",
20825 "windows_i686_msvc 0.53.1",
20826 "windows_x86_64_gnu 0.53.1",
20827 "windows_x86_64_gnullvm 0.53.1",
20828 "windows_x86_64_msvc 0.53.1",
20829]
20830
20831[[package]]
20832name = "windows-threading"
20833version = "0.1.0"
20834source = "registry+https://github.com/rust-lang/crates.io-index"
20835checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20836dependencies = [
20837 "windows-link 0.1.3",
20838]
20839
20840[[package]]
20841name = "windows-threading"
20842version = "0.2.1"
20843source = "registry+https://github.com/rust-lang/crates.io-index"
20844checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20845dependencies = [
20846 "windows-link 0.2.1",
20847]
20848
20849[[package]]
20850name = "windows_aarch64_gnullvm"
20851version = "0.42.2"
20852source = "registry+https://github.com/rust-lang/crates.io-index"
20853checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20854
20855[[package]]
20856name = "windows_aarch64_gnullvm"
20857version = "0.48.5"
20858source = "registry+https://github.com/rust-lang/crates.io-index"
20859checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20860
20861[[package]]
20862name = "windows_aarch64_gnullvm"
20863version = "0.52.6"
20864source = "registry+https://github.com/rust-lang/crates.io-index"
20865checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20866
20867[[package]]
20868name = "windows_aarch64_gnullvm"
20869version = "0.53.1"
20870source = "registry+https://github.com/rust-lang/crates.io-index"
20871checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20872
20873[[package]]
20874name = "windows_aarch64_msvc"
20875version = "0.42.2"
20876source = "registry+https://github.com/rust-lang/crates.io-index"
20877checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20878
20879[[package]]
20880name = "windows_aarch64_msvc"
20881version = "0.48.5"
20882source = "registry+https://github.com/rust-lang/crates.io-index"
20883checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20884
20885[[package]]
20886name = "windows_aarch64_msvc"
20887version = "0.52.6"
20888source = "registry+https://github.com/rust-lang/crates.io-index"
20889checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20890
20891[[package]]
20892name = "windows_aarch64_msvc"
20893version = "0.53.1"
20894source = "registry+https://github.com/rust-lang/crates.io-index"
20895checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20896
20897[[package]]
20898name = "windows_i686_gnu"
20899version = "0.42.2"
20900source = "registry+https://github.com/rust-lang/crates.io-index"
20901checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20902
20903[[package]]
20904name = "windows_i686_gnu"
20905version = "0.48.5"
20906source = "registry+https://github.com/rust-lang/crates.io-index"
20907checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20908
20909[[package]]
20910name = "windows_i686_gnu"
20911version = "0.52.6"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20914
20915[[package]]
20916name = "windows_i686_gnu"
20917version = "0.53.1"
20918source = "registry+https://github.com/rust-lang/crates.io-index"
20919checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20920
20921[[package]]
20922name = "windows_i686_gnullvm"
20923version = "0.52.6"
20924source = "registry+https://github.com/rust-lang/crates.io-index"
20925checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20926
20927[[package]]
20928name = "windows_i686_gnullvm"
20929version = "0.53.1"
20930source = "registry+https://github.com/rust-lang/crates.io-index"
20931checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20932
20933[[package]]
20934name = "windows_i686_msvc"
20935version = "0.42.2"
20936source = "registry+https://github.com/rust-lang/crates.io-index"
20937checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20938
20939[[package]]
20940name = "windows_i686_msvc"
20941version = "0.48.5"
20942source = "registry+https://github.com/rust-lang/crates.io-index"
20943checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20944
20945[[package]]
20946name = "windows_i686_msvc"
20947version = "0.52.6"
20948source = "registry+https://github.com/rust-lang/crates.io-index"
20949checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20950
20951[[package]]
20952name = "windows_i686_msvc"
20953version = "0.53.1"
20954source = "registry+https://github.com/rust-lang/crates.io-index"
20955checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20956
20957[[package]]
20958name = "windows_x86_64_gnu"
20959version = "0.42.2"
20960source = "registry+https://github.com/rust-lang/crates.io-index"
20961checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20962
20963[[package]]
20964name = "windows_x86_64_gnu"
20965version = "0.48.5"
20966source = "registry+https://github.com/rust-lang/crates.io-index"
20967checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20968
20969[[package]]
20970name = "windows_x86_64_gnu"
20971version = "0.52.6"
20972source = "registry+https://github.com/rust-lang/crates.io-index"
20973checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
20974
20975[[package]]
20976name = "windows_x86_64_gnu"
20977version = "0.53.1"
20978source = "registry+https://github.com/rust-lang/crates.io-index"
20979checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
20980
20981[[package]]
20982name = "windows_x86_64_gnullvm"
20983version = "0.42.2"
20984source = "registry+https://github.com/rust-lang/crates.io-index"
20985checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
20986
20987[[package]]
20988name = "windows_x86_64_gnullvm"
20989version = "0.48.5"
20990source = "registry+https://github.com/rust-lang/crates.io-index"
20991checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
20992
20993[[package]]
20994name = "windows_x86_64_gnullvm"
20995version = "0.52.6"
20996source = "registry+https://github.com/rust-lang/crates.io-index"
20997checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
20998
20999[[package]]
21000name = "windows_x86_64_gnullvm"
21001version = "0.53.1"
21002source = "registry+https://github.com/rust-lang/crates.io-index"
21003checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21004
21005[[package]]
21006name = "windows_x86_64_msvc"
21007version = "0.42.2"
21008source = "registry+https://github.com/rust-lang/crates.io-index"
21009checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21010
21011[[package]]
21012name = "windows_x86_64_msvc"
21013version = "0.48.5"
21014source = "registry+https://github.com/rust-lang/crates.io-index"
21015checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21016
21017[[package]]
21018name = "windows_x86_64_msvc"
21019version = "0.52.6"
21020source = "registry+https://github.com/rust-lang/crates.io-index"
21021checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21022
21023[[package]]
21024name = "windows_x86_64_msvc"
21025version = "0.53.1"
21026source = "registry+https://github.com/rust-lang/crates.io-index"
21027checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21028
21029[[package]]
21030name = "winnow"
21031version = "0.7.13"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21034dependencies = [
21035 "memchr",
21036]
21037
21038[[package]]
21039name = "winreg"
21040version = "0.10.1"
21041source = "registry+https://github.com/rust-lang/crates.io-index"
21042checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21043dependencies = [
21044 "winapi",
21045]
21046
21047[[package]]
21048name = "winreg"
21049version = "0.50.0"
21050source = "registry+https://github.com/rust-lang/crates.io-index"
21051checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21052dependencies = [
21053 "cfg-if",
21054 "windows-sys 0.48.0",
21055]
21056
21057[[package]]
21058name = "winreg"
21059version = "0.55.0"
21060source = "registry+https://github.com/rust-lang/crates.io-index"
21061checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21062dependencies = [
21063 "cfg-if",
21064 "windows-sys 0.59.0",
21065]
21066
21067[[package]]
21068name = "winresource"
21069version = "0.1.23"
21070source = "registry+https://github.com/rust-lang/crates.io-index"
21071checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21072dependencies = [
21073 "toml 0.8.23",
21074 "version_check",
21075]
21076
21077[[package]]
21078name = "winsafe"
21079version = "0.0.19"
21080source = "registry+https://github.com/rust-lang/crates.io-index"
21081checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21082
21083[[package]]
21084name = "winx"
21085version = "0.36.4"
21086source = "registry+https://github.com/rust-lang/crates.io-index"
21087checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21088dependencies = [
21089 "bitflags 2.10.0",
21090 "windows-sys 0.59.0",
21091]
21092
21093[[package]]
21094name = "wio"
21095version = "0.2.2"
21096source = "registry+https://github.com/rust-lang/crates.io-index"
21097checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21098dependencies = [
21099 "winapi",
21100]
21101
21102[[package]]
21103name = "wit-bindgen"
21104version = "0.22.0"
21105source = "registry+https://github.com/rust-lang/crates.io-index"
21106checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21107dependencies = [
21108 "bitflags 2.10.0",
21109 "wit-bindgen-rt 0.22.0",
21110 "wit-bindgen-rust-macro 0.22.0",
21111]
21112
21113[[package]]
21114name = "wit-bindgen"
21115version = "0.41.0"
21116source = "registry+https://github.com/rust-lang/crates.io-index"
21117checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21118dependencies = [
21119 "wit-bindgen-rt 0.41.0",
21120 "wit-bindgen-rust-macro 0.41.0",
21121]
21122
21123[[package]]
21124name = "wit-bindgen"
21125version = "0.46.0"
21126source = "registry+https://github.com/rust-lang/crates.io-index"
21127checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21128
21129[[package]]
21130name = "wit-bindgen"
21131version = "0.51.0"
21132source = "registry+https://github.com/rust-lang/crates.io-index"
21133checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21134dependencies = [
21135 "wit-bindgen-rust-macro 0.51.0",
21136]
21137
21138[[package]]
21139name = "wit-bindgen-core"
21140version = "0.22.0"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21143dependencies = [
21144 "anyhow",
21145 "wit-parser 0.201.0",
21146]
21147
21148[[package]]
21149name = "wit-bindgen-core"
21150version = "0.41.0"
21151source = "registry+https://github.com/rust-lang/crates.io-index"
21152checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21153dependencies = [
21154 "anyhow",
21155 "heck 0.5.0",
21156 "wit-parser 0.227.1",
21157]
21158
21159[[package]]
21160name = "wit-bindgen-core"
21161version = "0.51.0"
21162source = "registry+https://github.com/rust-lang/crates.io-index"
21163checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21164dependencies = [
21165 "anyhow",
21166 "heck 0.5.0",
21167 "wit-parser 0.244.0",
21168]
21169
21170[[package]]
21171name = "wit-bindgen-rt"
21172version = "0.22.0"
21173source = "registry+https://github.com/rust-lang/crates.io-index"
21174checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21175
21176[[package]]
21177name = "wit-bindgen-rt"
21178version = "0.41.0"
21179source = "registry+https://github.com/rust-lang/crates.io-index"
21180checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21181dependencies = [
21182 "bitflags 2.10.0",
21183 "futures 0.3.31",
21184 "once_cell",
21185]
21186
21187[[package]]
21188name = "wit-bindgen-rust"
21189version = "0.22.0"
21190source = "registry+https://github.com/rust-lang/crates.io-index"
21191checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21192dependencies = [
21193 "anyhow",
21194 "heck 0.4.1",
21195 "indexmap",
21196 "wasm-metadata 0.201.0",
21197 "wit-bindgen-core 0.22.0",
21198 "wit-component 0.201.0",
21199]
21200
21201[[package]]
21202name = "wit-bindgen-rust"
21203version = "0.41.0"
21204source = "registry+https://github.com/rust-lang/crates.io-index"
21205checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21206dependencies = [
21207 "anyhow",
21208 "heck 0.5.0",
21209 "indexmap",
21210 "prettyplease",
21211 "syn 2.0.117",
21212 "wasm-metadata 0.227.1",
21213 "wit-bindgen-core 0.41.0",
21214 "wit-component 0.227.1",
21215]
21216
21217[[package]]
21218name = "wit-bindgen-rust"
21219version = "0.51.0"
21220source = "registry+https://github.com/rust-lang/crates.io-index"
21221checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21222dependencies = [
21223 "anyhow",
21224 "heck 0.5.0",
21225 "indexmap",
21226 "prettyplease",
21227 "syn 2.0.117",
21228 "wasm-metadata 0.244.0",
21229 "wit-bindgen-core 0.51.0",
21230 "wit-component 0.244.0",
21231]
21232
21233[[package]]
21234name = "wit-bindgen-rust-macro"
21235version = "0.22.0"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21238dependencies = [
21239 "anyhow",
21240 "proc-macro2",
21241 "quote",
21242 "syn 2.0.117",
21243 "wit-bindgen-core 0.22.0",
21244 "wit-bindgen-rust 0.22.0",
21245]
21246
21247[[package]]
21248name = "wit-bindgen-rust-macro"
21249version = "0.41.0"
21250source = "registry+https://github.com/rust-lang/crates.io-index"
21251checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21252dependencies = [
21253 "anyhow",
21254 "prettyplease",
21255 "proc-macro2",
21256 "quote",
21257 "syn 2.0.117",
21258 "wit-bindgen-core 0.41.0",
21259 "wit-bindgen-rust 0.41.0",
21260]
21261
21262[[package]]
21263name = "wit-bindgen-rust-macro"
21264version = "0.51.0"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21267dependencies = [
21268 "anyhow",
21269 "prettyplease",
21270 "proc-macro2",
21271 "quote",
21272 "syn 2.0.117",
21273 "wit-bindgen-core 0.51.0",
21274 "wit-bindgen-rust 0.51.0",
21275]
21276
21277[[package]]
21278name = "wit-component"
21279version = "0.201.0"
21280source = "registry+https://github.com/rust-lang/crates.io-index"
21281checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21282dependencies = [
21283 "anyhow",
21284 "bitflags 2.10.0",
21285 "indexmap",
21286 "log",
21287 "serde",
21288 "serde_derive",
21289 "serde_json",
21290 "wasm-encoder 0.201.0",
21291 "wasm-metadata 0.201.0",
21292 "wasmparser 0.201.0",
21293 "wit-parser 0.201.0",
21294]
21295
21296[[package]]
21297name = "wit-component"
21298version = "0.227.1"
21299source = "registry+https://github.com/rust-lang/crates.io-index"
21300checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21301dependencies = [
21302 "anyhow",
21303 "bitflags 2.10.0",
21304 "indexmap",
21305 "log",
21306 "serde",
21307 "serde_derive",
21308 "serde_json",
21309 "wasm-encoder 0.227.1",
21310 "wasm-metadata 0.227.1",
21311 "wasmparser 0.227.1",
21312 "wit-parser 0.227.1",
21313]
21314
21315[[package]]
21316name = "wit-component"
21317version = "0.244.0"
21318source = "registry+https://github.com/rust-lang/crates.io-index"
21319checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21320dependencies = [
21321 "anyhow",
21322 "bitflags 2.10.0",
21323 "indexmap",
21324 "log",
21325 "serde",
21326 "serde_derive",
21327 "serde_json",
21328 "wasm-encoder 0.244.0",
21329 "wasm-metadata 0.244.0",
21330 "wasmparser 0.244.0",
21331 "wit-parser 0.244.0",
21332]
21333
21334[[package]]
21335name = "wit-parser"
21336version = "0.201.0"
21337source = "registry+https://github.com/rust-lang/crates.io-index"
21338checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21339dependencies = [
21340 "anyhow",
21341 "id-arena",
21342 "indexmap",
21343 "log",
21344 "semver",
21345 "serde",
21346 "serde_derive",
21347 "serde_json",
21348 "unicode-xid",
21349 "wasmparser 0.201.0",
21350]
21351
21352[[package]]
21353name = "wit-parser"
21354version = "0.227.1"
21355source = "registry+https://github.com/rust-lang/crates.io-index"
21356checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21357dependencies = [
21358 "anyhow",
21359 "id-arena",
21360 "indexmap",
21361 "log",
21362 "semver",
21363 "serde",
21364 "serde_derive",
21365 "serde_json",
21366 "unicode-xid",
21367 "wasmparser 0.227.1",
21368]
21369
21370[[package]]
21371name = "wit-parser"
21372version = "0.229.0"
21373source = "registry+https://github.com/rust-lang/crates.io-index"
21374checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21375dependencies = [
21376 "anyhow",
21377 "id-arena",
21378 "indexmap",
21379 "log",
21380 "semver",
21381 "serde",
21382 "serde_derive",
21383 "serde_json",
21384 "unicode-xid",
21385 "wasmparser 0.229.0",
21386]
21387
21388[[package]]
21389name = "wit-parser"
21390version = "0.244.0"
21391source = "registry+https://github.com/rust-lang/crates.io-index"
21392checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21393dependencies = [
21394 "anyhow",
21395 "id-arena",
21396 "indexmap",
21397 "log",
21398 "semver",
21399 "serde",
21400 "serde_derive",
21401 "serde_json",
21402 "unicode-xid",
21403 "wasmparser 0.244.0",
21404]
21405
21406[[package]]
21407name = "witx"
21408version = "0.9.1"
21409source = "registry+https://github.com/rust-lang/crates.io-index"
21410checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21411dependencies = [
21412 "anyhow",
21413 "log",
21414 "thiserror 1.0.69",
21415 "wast",
21416]
21417
21418[[package]]
21419name = "workspace"
21420version = "0.1.0"
21421dependencies = [
21422 "agent_settings",
21423 "any_vec",
21424 "anyhow",
21425 "async-recursion",
21426 "chrono",
21427 "client",
21428 "clock",
21429 "collections",
21430 "component",
21431 "db",
21432 "feature_flags",
21433 "fs",
21434 "futures 0.3.31",
21435 "git",
21436 "gpui",
21437 "http_client",
21438 "itertools 0.14.0",
21439 "language",
21440 "log",
21441 "markdown",
21442 "menu",
21443 "node_runtime",
21444 "parking_lot",
21445 "postage",
21446 "pretty_assertions",
21447 "project",
21448 "remote",
21449 "schemars",
21450 "serde",
21451 "serde_json",
21452 "session",
21453 "settings",
21454 "smallvec",
21455 "sqlez",
21456 "strum 0.27.2",
21457 "task",
21458 "telemetry",
21459 "tempfile",
21460 "theme",
21461 "theme_settings",
21462 "ui",
21463 "util",
21464 "uuid",
21465 "vim_mode_setting",
21466 "windows 0.61.3",
21467 "zed_actions",
21468 "zlog",
21469]
21470
21471[[package]]
21472name = "worktree"
21473version = "0.1.0"
21474dependencies = [
21475 "anyhow",
21476 "async-lock 2.8.0",
21477 "chardetng",
21478 "clock",
21479 "collections",
21480 "encoding_rs",
21481 "fs",
21482 "futures 0.3.31",
21483 "fuzzy",
21484 "git",
21485 "gpui",
21486 "ignore",
21487 "language",
21488 "log",
21489 "parking_lot",
21490 "paths",
21491 "postage",
21492 "pretty_assertions",
21493 "rand 0.9.2",
21494 "rpc",
21495 "serde",
21496 "serde_json",
21497 "settings",
21498 "smallvec",
21499 "smol",
21500 "sum_tree",
21501 "text",
21502 "tracing",
21503 "util",
21504 "worktree",
21505 "zlog",
21506 "ztracing",
21507]
21508
21509[[package]]
21510name = "worktree_benchmarks"
21511version = "0.1.0"
21512dependencies = [
21513 "fs",
21514 "gpui_platform",
21515 "settings",
21516 "worktree",
21517]
21518
21519[[package]]
21520name = "wprcontrol"
21521version = "0.1.0"
21522source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21523dependencies = [
21524 "windows 0.61.3",
21525 "windows-bindgen",
21526 "windows-core 0.61.2",
21527 "windows-link 0.2.1",
21528]
21529
21530[[package]]
21531name = "writeable"
21532version = "0.6.1"
21533source = "registry+https://github.com/rust-lang/crates.io-index"
21534checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21535
21536[[package]]
21537name = "wyz"
21538version = "0.5.1"
21539source = "registry+https://github.com/rust-lang/crates.io-index"
21540checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21541dependencies = [
21542 "tap",
21543]
21544
21545[[package]]
21546name = "x11"
21547version = "2.21.0"
21548source = "registry+https://github.com/rust-lang/crates.io-index"
21549checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21550dependencies = [
21551 "libc",
21552 "pkg-config",
21553]
21554
21555[[package]]
21556name = "x11-clipboard"
21557version = "0.9.3"
21558source = "registry+https://github.com/rust-lang/crates.io-index"
21559checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21560dependencies = [
21561 "libc",
21562 "x11rb",
21563]
21564
21565[[package]]
21566name = "x11rb"
21567version = "0.13.2"
21568source = "registry+https://github.com/rust-lang/crates.io-index"
21569checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21570dependencies = [
21571 "as-raw-xcb-connection",
21572 "gethostname",
21573 "libc",
21574 "rustix 1.1.2",
21575 "x11rb-protocol",
21576 "xcursor",
21577]
21578
21579[[package]]
21580name = "x11rb-protocol"
21581version = "0.13.2"
21582source = "registry+https://github.com/rust-lang/crates.io-index"
21583checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21584
21585[[package]]
21586name = "x_ai"
21587version = "0.1.0"
21588dependencies = [
21589 "anyhow",
21590 "schemars",
21591 "serde",
21592 "strum 0.27.2",
21593]
21594
21595[[package]]
21596name = "xattr"
21597version = "0.2.3"
21598source = "registry+https://github.com/rust-lang/crates.io-index"
21599checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21600dependencies = [
21601 "libc",
21602]
21603
21604[[package]]
21605name = "xcb"
21606version = "1.6.0"
21607source = "registry+https://github.com/rust-lang/crates.io-index"
21608checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21609dependencies = [
21610 "bitflags 1.3.2",
21611 "libc",
21612 "quick-xml 0.30.0",
21613 "x11",
21614]
21615
21616[[package]]
21617name = "xcursor"
21618version = "0.3.10"
21619source = "registry+https://github.com/rust-lang/crates.io-index"
21620checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21621
21622[[package]]
21623name = "xim-ctext"
21624version = "0.3.0"
21625source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21626dependencies = [
21627 "encoding_rs",
21628]
21629
21630[[package]]
21631name = "xim-parser"
21632version = "0.2.1"
21633source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21634dependencies = [
21635 "bitflags 2.10.0",
21636]
21637
21638[[package]]
21639name = "xkbcommon"
21640version = "0.8.0"
21641source = "registry+https://github.com/rust-lang/crates.io-index"
21642checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21643dependencies = [
21644 "as-raw-xcb-connection",
21645 "libc",
21646 "memmap2",
21647 "xkeysym",
21648]
21649
21650[[package]]
21651name = "xkeysym"
21652version = "0.2.1"
21653source = "registry+https://github.com/rust-lang/crates.io-index"
21654checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21655
21656[[package]]
21657name = "xml-rs"
21658version = "0.8.28"
21659source = "registry+https://github.com/rust-lang/crates.io-index"
21660checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21661
21662[[package]]
21663name = "xml5ever"
21664version = "0.18.1"
21665source = "registry+https://github.com/rust-lang/crates.io-index"
21666checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21667dependencies = [
21668 "log",
21669 "mac",
21670 "markup5ever 0.12.1",
21671]
21672
21673[[package]]
21674name = "xmlparser"
21675version = "0.13.6"
21676source = "registry+https://github.com/rust-lang/crates.io-index"
21677checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21678
21679[[package]]
21680name = "xmlwriter"
21681version = "0.1.0"
21682source = "registry+https://github.com/rust-lang/crates.io-index"
21683checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21684
21685[[package]]
21686name = "xtask"
21687version = "0.1.0"
21688dependencies = [
21689 "annotate-snippets",
21690 "anyhow",
21691 "backtrace",
21692 "cargo_metadata",
21693 "cargo_toml",
21694 "clap",
21695 "gh-workflow",
21696 "indexmap",
21697 "indoc",
21698 "itertools 0.14.0",
21699 "regex",
21700 "serde",
21701 "serde_json",
21702 "serde_yaml",
21703 "strum 0.27.2",
21704 "toml 0.8.23",
21705 "toml_edit 0.22.27",
21706]
21707
21708[[package]]
21709name = "yaml-rust2"
21710version = "0.8.1"
21711source = "registry+https://github.com/rust-lang/crates.io-index"
21712checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21713dependencies = [
21714 "arraydeque",
21715 "encoding_rs",
21716 "hashlink 0.8.4",
21717]
21718
21719[[package]]
21720name = "yansi"
21721version = "1.0.1"
21722source = "registry+https://github.com/rust-lang/crates.io-index"
21723checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21724
21725[[package]]
21726name = "yawc"
21727version = "0.2.5"
21728source = "registry+https://github.com/rust-lang/crates.io-index"
21729checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21730dependencies = [
21731 "base64 0.22.1",
21732 "bytes 1.11.1",
21733 "flate2",
21734 "futures 0.3.31",
21735 "http-body-util",
21736 "hyper 1.7.0",
21737 "hyper-util",
21738 "js-sys",
21739 "nom 8.0.0",
21740 "pin-project",
21741 "rand 0.8.5",
21742 "sha1",
21743 "thiserror 1.0.69",
21744 "tokio",
21745 "tokio-rustls 0.26.2",
21746 "tokio-util",
21747 "url",
21748 "wasm-bindgen",
21749 "wasm-bindgen-futures",
21750 "web-sys",
21751 "webpki-roots",
21752]
21753
21754[[package]]
21755name = "yazi"
21756version = "0.2.1"
21757source = "registry+https://github.com/rust-lang/crates.io-index"
21758checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21759
21760[[package]]
21761name = "yeslogic-fontconfig-sys"
21762version = "6.0.0"
21763source = "registry+https://github.com/rust-lang/crates.io-index"
21764checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21765dependencies = [
21766 "dlib",
21767 "once_cell",
21768 "pkg-config",
21769]
21770
21771[[package]]
21772name = "yoke"
21773version = "0.7.5"
21774source = "registry+https://github.com/rust-lang/crates.io-index"
21775checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21776dependencies = [
21777 "serde",
21778 "stable_deref_trait",
21779 "yoke-derive 0.7.5",
21780 "zerofrom",
21781]
21782
21783[[package]]
21784name = "yoke"
21785version = "0.8.0"
21786source = "registry+https://github.com/rust-lang/crates.io-index"
21787checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21788dependencies = [
21789 "serde",
21790 "stable_deref_trait",
21791 "yoke-derive 0.8.0",
21792 "zerofrom",
21793]
21794
21795[[package]]
21796name = "yoke-derive"
21797version = "0.7.5"
21798source = "registry+https://github.com/rust-lang/crates.io-index"
21799checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21800dependencies = [
21801 "proc-macro2",
21802 "quote",
21803 "syn 2.0.117",
21804 "synstructure",
21805]
21806
21807[[package]]
21808name = "yoke-derive"
21809version = "0.8.0"
21810source = "registry+https://github.com/rust-lang/crates.io-index"
21811checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21812dependencies = [
21813 "proc-macro2",
21814 "quote",
21815 "syn 2.0.117",
21816 "synstructure",
21817]
21818
21819[[package]]
21820name = "zbus"
21821version = "5.13.2"
21822source = "registry+https://github.com/rust-lang/crates.io-index"
21823checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21824dependencies = [
21825 "async-broadcast",
21826 "async-executor",
21827 "async-io",
21828 "async-lock 3.4.2",
21829 "async-process",
21830 "async-recursion",
21831 "async-task",
21832 "async-trait",
21833 "blocking",
21834 "enumflags2",
21835 "event-listener 5.4.1",
21836 "futures-core",
21837 "futures-lite 2.6.1",
21838 "hex",
21839 "libc",
21840 "ordered-stream",
21841 "rustix 1.1.2",
21842 "serde",
21843 "serde_repr",
21844 "tracing",
21845 "uds_windows",
21846 "uuid",
21847 "windows-sys 0.61.2",
21848 "winnow",
21849 "zbus_macros",
21850 "zbus_names",
21851 "zvariant",
21852]
21853
21854[[package]]
21855name = "zbus_macros"
21856version = "5.13.2"
21857source = "registry+https://github.com/rust-lang/crates.io-index"
21858checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21859dependencies = [
21860 "proc-macro-crate",
21861 "proc-macro2",
21862 "quote",
21863 "syn 2.0.117",
21864 "zbus_names",
21865 "zvariant",
21866 "zvariant_utils",
21867]
21868
21869[[package]]
21870name = "zbus_names"
21871version = "4.3.1"
21872source = "registry+https://github.com/rust-lang/crates.io-index"
21873checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21874dependencies = [
21875 "serde",
21876 "winnow",
21877 "zvariant",
21878]
21879
21880[[package]]
21881name = "zed"
21882version = "0.231.0"
21883dependencies = [
21884 "acp_thread",
21885 "acp_tools",
21886 "action_log",
21887 "activity_indicator",
21888 "agent",
21889 "agent-client-protocol",
21890 "agent_servers",
21891 "agent_settings",
21892 "agent_ui",
21893 "anyhow",
21894 "ashpd",
21895 "askpass",
21896 "assets",
21897 "audio",
21898 "auto_update",
21899 "auto_update_ui",
21900 "breadcrumbs",
21901 "call",
21902 "channel",
21903 "chrono",
21904 "clap",
21905 "cli",
21906 "client",
21907 "clock",
21908 "codestral",
21909 "collab_ui",
21910 "collections",
21911 "command_palette",
21912 "component",
21913 "component_preview",
21914 "copilot",
21915 "copilot_chat",
21916 "copilot_ui",
21917 "crashes",
21918 "csv_preview",
21919 "dap_adapters",
21920 "db",
21921 "debug_adapter_extension",
21922 "debugger_tools",
21923 "debugger_ui",
21924 "dev_container",
21925 "diagnostics",
21926 "edit_prediction",
21927 "edit_prediction_ui",
21928 "editor",
21929 "encoding_selector",
21930 "env_logger 0.11.8",
21931 "etw_tracing",
21932 "extension",
21933 "extension_host",
21934 "extensions_ui",
21935 "feature_flags",
21936 "feedback",
21937 "file_finder",
21938 "fs",
21939 "futures 0.3.31",
21940 "git",
21941 "git_graph",
21942 "git_hosting_providers",
21943 "git_ui",
21944 "go_to_line",
21945 "gpui",
21946 "gpui_platform",
21947 "gpui_tokio",
21948 "http_client",
21949 "image",
21950 "image_viewer",
21951 "inspector_ui",
21952 "install_cli",
21953 "itertools 0.14.0",
21954 "journal",
21955 "json_schema_store",
21956 "keymap_editor",
21957 "language",
21958 "language_extension",
21959 "language_model",
21960 "language_models",
21961 "language_onboarding",
21962 "language_selector",
21963 "language_tools",
21964 "languages",
21965 "line_ending_selector",
21966 "log",
21967 "markdown",
21968 "markdown_preview",
21969 "menu",
21970 "migrator",
21971 "mimalloc",
21972 "miniprofiler_ui",
21973 "nc",
21974 "node_runtime",
21975 "notifications",
21976 "onboarding",
21977 "outline",
21978 "outline_panel",
21979 "parking_lot",
21980 "paths",
21981 "picker",
21982 "pkg-config",
21983 "pretty_assertions",
21984 "profiling",
21985 "project",
21986 "project_panel",
21987 "project_symbols",
21988 "prompt_store",
21989 "proto",
21990 "rayon",
21991 "recent_projects",
21992 "release_channel",
21993 "remote",
21994 "repl",
21995 "reqwest_client",
21996 "rope",
21997 "search",
21998 "semver",
21999 "serde",
22000 "serde_json",
22001 "session",
22002 "settings",
22003 "settings_profile_selector",
22004 "settings_ui",
22005 "shellexpand 2.1.2",
22006 "sidebar",
22007 "smol",
22008 "snippet_provider",
22009 "snippets_ui",
22010 "svg_preview",
22011 "sysinfo 0.37.2",
22012 "system_specs",
22013 "tab_switcher",
22014 "task",
22015 "tasks_ui",
22016 "telemetry",
22017 "telemetry_events",
22018 "tempfile",
22019 "terminal_view",
22020 "theme",
22021 "theme_extension",
22022 "theme_selector",
22023 "theme_settings",
22024 "time",
22025 "time_format",
22026 "title_bar",
22027 "toolchain_selector",
22028 "tracing",
22029 "ui",
22030 "ui_prompt",
22031 "url",
22032 "urlencoding",
22033 "util",
22034 "uuid",
22035 "vim",
22036 "vim_mode_setting",
22037 "watch",
22038 "web_search",
22039 "web_search_providers",
22040 "which_key",
22041 "windows 0.61.3",
22042 "winresource",
22043 "workspace",
22044 "zed-reqwest",
22045 "zed_actions",
22046 "zed_env_vars",
22047 "zlog",
22048 "zlog_settings",
22049 "ztracing",
22050]
22051
22052[[package]]
22053name = "zed-font-kit"
22054version = "0.14.1-zed"
22055source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22056dependencies = [
22057 "bitflags 2.10.0",
22058 "byteorder",
22059 "core-foundation 0.10.0",
22060 "core-graphics 0.24.0",
22061 "core-text",
22062 "dirs 5.0.1",
22063 "dwrote",
22064 "float-ord",
22065 "freetype-sys",
22066 "lazy_static",
22067 "libc",
22068 "log",
22069 "pathfinder_geometry",
22070 "pathfinder_simd",
22071 "walkdir",
22072 "winapi",
22073 "yeslogic-fontconfig-sys",
22074]
22075
22076[[package]]
22077name = "zed-reqwest"
22078version = "0.12.15-zed"
22079source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22080dependencies = [
22081 "base64 0.22.1",
22082 "bytes 1.11.1",
22083 "encoding_rs",
22084 "futures-core",
22085 "futures-util",
22086 "h2 0.4.12",
22087 "http 1.3.1",
22088 "http-body 1.0.1",
22089 "http-body-util",
22090 "hyper 1.7.0",
22091 "hyper-rustls 0.27.7",
22092 "hyper-util",
22093 "ipnet",
22094 "js-sys",
22095 "log",
22096 "mime",
22097 "mime_guess",
22098 "once_cell",
22099 "percent-encoding",
22100 "pin-project-lite",
22101 "quinn",
22102 "rustls 0.23.33",
22103 "rustls-native-certs 0.8.2",
22104 "rustls-pemfile 2.2.0",
22105 "rustls-pki-types",
22106 "serde",
22107 "serde_json",
22108 "serde_urlencoded",
22109 "sync_wrapper 1.0.2",
22110 "system-configuration 0.6.1",
22111 "tokio",
22112 "tokio-rustls 0.26.2",
22113 "tokio-socks",
22114 "tokio-util",
22115 "tower 0.5.2",
22116 "tower-service",
22117 "url",
22118 "wasm-bindgen",
22119 "wasm-bindgen-futures",
22120 "wasm-streams",
22121 "web-sys",
22122 "windows-registry 0.4.0",
22123]
22124
22125[[package]]
22126name = "zed-scap"
22127version = "0.0.8-zed"
22128source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22129dependencies = [
22130 "anyhow",
22131 "cocoa 0.25.0",
22132 "core-graphics-helmer-fork",
22133 "log",
22134 "objc",
22135 "rand 0.8.5",
22136 "screencapturekit",
22137 "screencapturekit-sys",
22138 "sysinfo 0.31.4",
22139 "tao-core-video-sys",
22140 "windows 0.61.3",
22141 "windows-capture",
22142 "x11",
22143 "xcb",
22144]
22145
22146[[package]]
22147name = "zed-xim"
22148version = "0.4.0-zed"
22149source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22150dependencies = [
22151 "ahash 0.8.12",
22152 "hashbrown 0.14.5",
22153 "log",
22154 "x11rb",
22155 "xim-ctext",
22156 "xim-parser",
22157]
22158
22159[[package]]
22160name = "zed_actions"
22161version = "0.1.0"
22162dependencies = [
22163 "gpui",
22164 "schemars",
22165 "serde",
22166 "util",
22167 "uuid",
22168]
22169
22170[[package]]
22171name = "zed_env_vars"
22172version = "0.1.0"
22173dependencies = [
22174 "gpui",
22175]
22176
22177[[package]]
22178name = "zed_extension_api"
22179version = "0.1.0"
22180source = "registry+https://github.com/rust-lang/crates.io-index"
22181checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22182dependencies = [
22183 "serde",
22184 "serde_json",
22185 "wit-bindgen 0.22.0",
22186]
22187
22188[[package]]
22189name = "zed_extension_api"
22190version = "0.7.0"
22191source = "registry+https://github.com/rust-lang/crates.io-index"
22192checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22193dependencies = [
22194 "serde",
22195 "serde_json",
22196 "wit-bindgen 0.41.0",
22197]
22198
22199[[package]]
22200name = "zed_extension_api"
22201version = "0.8.0"
22202dependencies = [
22203 "serde",
22204 "serde_json",
22205 "wit-bindgen 0.41.0",
22206]
22207
22208[[package]]
22209name = "zed_glsl"
22210version = "0.2.2"
22211dependencies = [
22212 "zed_extension_api 0.1.0",
22213]
22214
22215[[package]]
22216name = "zed_html"
22217version = "0.3.1"
22218dependencies = [
22219 "zed_extension_api 0.7.0",
22220]
22221
22222[[package]]
22223name = "zed_proto"
22224version = "0.3.1"
22225dependencies = [
22226 "zed_extension_api 0.7.0",
22227]
22228
22229[[package]]
22230name = "zed_test_extension"
22231version = "0.1.0"
22232dependencies = [
22233 "zed_extension_api 0.8.0",
22234]
22235
22236[[package]]
22237name = "zeno"
22238version = "0.3.3"
22239source = "registry+https://github.com/rust-lang/crates.io-index"
22240checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22241
22242[[package]]
22243name = "zerocopy"
22244version = "0.8.27"
22245source = "registry+https://github.com/rust-lang/crates.io-index"
22246checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22247dependencies = [
22248 "zerocopy-derive",
22249]
22250
22251[[package]]
22252name = "zerocopy-derive"
22253version = "0.8.27"
22254source = "registry+https://github.com/rust-lang/crates.io-index"
22255checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22256dependencies = [
22257 "proc-macro2",
22258 "quote",
22259 "syn 2.0.117",
22260]
22261
22262[[package]]
22263name = "zerofrom"
22264version = "0.1.6"
22265source = "registry+https://github.com/rust-lang/crates.io-index"
22266checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22267dependencies = [
22268 "zerofrom-derive",
22269]
22270
22271[[package]]
22272name = "zerofrom-derive"
22273version = "0.1.6"
22274source = "registry+https://github.com/rust-lang/crates.io-index"
22275checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22276dependencies = [
22277 "proc-macro2",
22278 "quote",
22279 "syn 2.0.117",
22280 "synstructure",
22281]
22282
22283[[package]]
22284name = "zeroize"
22285version = "1.8.2"
22286source = "registry+https://github.com/rust-lang/crates.io-index"
22287checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22288dependencies = [
22289 "zeroize_derive",
22290]
22291
22292[[package]]
22293name = "zeroize_derive"
22294version = "1.4.2"
22295source = "registry+https://github.com/rust-lang/crates.io-index"
22296checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22297dependencies = [
22298 "proc-macro2",
22299 "quote",
22300 "syn 2.0.117",
22301]
22302
22303[[package]]
22304name = "zeromq"
22305version = "0.5.0"
22306source = "registry+https://github.com/rust-lang/crates.io-index"
22307checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22308dependencies = [
22309 "async-dispatcher",
22310 "async-std",
22311 "async-trait",
22312 "asynchronous-codec",
22313 "bytes 1.11.1",
22314 "crossbeam-queue",
22315 "futures 0.3.31",
22316 "log",
22317 "num-traits",
22318 "once_cell",
22319 "parking_lot",
22320 "rand 0.9.2",
22321 "regex",
22322 "scc",
22323 "thiserror 1.0.69",
22324 "uuid",
22325]
22326
22327[[package]]
22328name = "zerotrie"
22329version = "0.2.2"
22330source = "registry+https://github.com/rust-lang/crates.io-index"
22331checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22332dependencies = [
22333 "displaydoc",
22334 "yoke 0.8.0",
22335 "zerofrom",
22336]
22337
22338[[package]]
22339name = "zerovec"
22340version = "0.11.4"
22341source = "registry+https://github.com/rust-lang/crates.io-index"
22342checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22343dependencies = [
22344 "yoke 0.8.0",
22345 "zerofrom",
22346 "zerovec-derive",
22347]
22348
22349[[package]]
22350name = "zerovec-derive"
22351version = "0.11.1"
22352source = "registry+https://github.com/rust-lang/crates.io-index"
22353checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22354dependencies = [
22355 "proc-macro2",
22356 "quote",
22357 "syn 2.0.117",
22358]
22359
22360[[package]]
22361name = "zeta_prompt"
22362version = "0.1.0"
22363dependencies = [
22364 "anyhow",
22365 "indoc",
22366 "serde",
22367 "strum 0.27.2",
22368]
22369
22370[[package]]
22371name = "zip"
22372version = "0.6.6"
22373source = "registry+https://github.com/rust-lang/crates.io-index"
22374checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22375dependencies = [
22376 "aes",
22377 "byteorder",
22378 "bzip2 0.4.4",
22379 "constant_time_eq",
22380 "crc32fast",
22381 "crossbeam-utils",
22382 "flate2",
22383 "hmac",
22384 "pbkdf2 0.11.0",
22385 "sha1",
22386 "time",
22387 "zstd",
22388]
22389
22390[[package]]
22391name = "zip"
22392version = "1.1.4"
22393source = "registry+https://github.com/rust-lang/crates.io-index"
22394checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22395dependencies = [
22396 "arbitrary",
22397 "crc32fast",
22398 "crossbeam-utils",
22399 "displaydoc",
22400 "indexmap",
22401 "num_enum",
22402 "thiserror 1.0.69",
22403]
22404
22405[[package]]
22406name = "zlog"
22407version = "0.1.0"
22408dependencies = [
22409 "anyhow",
22410 "chrono",
22411 "collections",
22412 "log",
22413 "tempfile",
22414]
22415
22416[[package]]
22417name = "zlog_settings"
22418version = "0.1.0"
22419dependencies = [
22420 "collections",
22421 "gpui",
22422 "settings",
22423 "zlog",
22424]
22425
22426[[package]]
22427name = "zstd"
22428version = "0.11.2+zstd.1.5.2"
22429source = "registry+https://github.com/rust-lang/crates.io-index"
22430checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22431dependencies = [
22432 "zstd-safe",
22433]
22434
22435[[package]]
22436name = "zstd-safe"
22437version = "5.0.2+zstd.1.5.2"
22438source = "registry+https://github.com/rust-lang/crates.io-index"
22439checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22440dependencies = [
22441 "libc",
22442 "zstd-sys",
22443]
22444
22445[[package]]
22446name = "zstd-sys"
22447version = "2.0.16+zstd.1.5.7"
22448source = "registry+https://github.com/rust-lang/crates.io-index"
22449checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22450dependencies = [
22451 "cc",
22452 "pkg-config",
22453]
22454
22455[[package]]
22456name = "ztracing"
22457version = "0.1.0"
22458dependencies = [
22459 "tracing",
22460 "tracing-subscriber",
22461 "tracing-tracy",
22462 "tracy-client",
22463 "zlog",
22464 "ztracing_macro",
22465]
22466
22467[[package]]
22468name = "ztracing_macro"
22469version = "0.1.0"
22470
22471[[package]]
22472name = "zune-core"
22473version = "0.4.12"
22474source = "registry+https://github.com/rust-lang/crates.io-index"
22475checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22476
22477[[package]]
22478name = "zune-inflate"
22479version = "0.2.54"
22480source = "registry+https://github.com/rust-lang/crates.io-index"
22481checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22482dependencies = [
22483 "simd-adler32",
22484]
22485
22486[[package]]
22487name = "zune-jpeg"
22488version = "0.4.21"
22489source = "registry+https://github.com/rust-lang/crates.io-index"
22490checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22491dependencies = [
22492 "zune-core",
22493]
22494
22495[[package]]
22496name = "zvariant"
22497version = "5.9.2"
22498source = "registry+https://github.com/rust-lang/crates.io-index"
22499checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22500dependencies = [
22501 "endi",
22502 "enumflags2",
22503 "serde",
22504 "serde_bytes",
22505 "winnow",
22506 "zvariant_derive",
22507 "zvariant_utils",
22508]
22509
22510[[package]]
22511name = "zvariant_derive"
22512version = "5.9.2"
22513source = "registry+https://github.com/rust-lang/crates.io-index"
22514checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22515dependencies = [
22516 "proc-macro-crate",
22517 "proc-macro2",
22518 "quote",
22519 "syn 2.0.117",
22520 "zvariant_utils",
22521]
22522
22523[[package]]
22524name = "zvariant_utils"
22525version = "3.3.0"
22526source = "registry+https://github.com/rust-lang/crates.io-index"
22527checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22528dependencies = [
22529 "proc-macro2",
22530 "quote",
22531 "serde",
22532 "syn 2.0.117",
22533 "winnow",
22534]